From 5f6efd113fde11466b8f878b32ffec060c2c04e5 Mon Sep 17 00:00:00 2001 From: David Silva Date: Wed, 21 Jun 2023 22:25:40 -0300 Subject: [PATCH 1/2] RFE-3765: Updating vendor files, 00-custom-resource-definition.yaml and bindata.go --- go.mod | 2 +- go.sum | 4 +- manifests/00-custom-resource-definition.yaml | 10 +- pkg/manifests/bindata.go | 8 +- .../openshift/api/config/v1/types_feature.go | 2 +- .../0000_10_controlplanemachineset.crd.yaml | 27 ++ ...olplanemachineset.openstack.testsuite.yaml | 398 ++++++++++++++++++ .../v1/types_controlplanemachineset.go | 58 +++ .../api/machine/v1/zz_generated.deepcopy.go | 44 ++ .../v1/zz_generated.swagger_doc_generated.go | 30 +- ...ess-operator_00-ingresscontroller.crd.yaml | 10 +- ...0_90_cluster_csi_driver_01_config.crd.yaml | 1 + ...luster_csi_driver_01_config.crd.yaml-patch | 1 + .../operator/v1/types_csi_cluster_driver.go | 1 + .../api/operator/v1/types_ingress.go | 20 +- .../v1/zz_generated.swagger_doc_generated.go | 5 +- vendor/modules.txt | 4 +- 17 files changed, 603 insertions(+), 22 deletions(-) create mode 100644 vendor/github.com/openshift/api/machine/v1/stable.controlplanemachineset.openstack.testsuite.yaml diff --git a/go.mod b/go.mod index 9879332ba..8505b9959 100644 --- a/go.mod +++ b/go.mod @@ -142,6 +142,6 @@ require ( // github.com/operator-framework/operator-sdk. replace ( bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d - github.com/openshift/api => github.com/openshift/api v0.0.0-20230602160751-5c5196d9f4af + github.com/openshift/api => github.com/openshift/api v0.0.0-20230607151152-bdd886567621 k8s.io/client-go => k8s.io/client-go v0.27.2 ) diff --git a/go.sum b/go.sum index d02c5f0ee..4548563a1 100644 --- a/go.sum +++ b/go.sum @@ -982,8 +982,8 @@ github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.m github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-spec v1.0.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39/go.mod h1:r3f7wjNzSs2extwzU3Y+6pKfobzPh+kKFJ3ofN+3nfs= -github.com/openshift/api v0.0.0-20230602160751-5c5196d9f4af h1:d31ErBNJPDZkZcUjex+QiTKJLLyMcIhHUkER7CcURwU= -github.com/openshift/api v0.0.0-20230602160751-5c5196d9f4af/go.mod h1:4VWG+W22wrB4HfBL88P40DxLEpSOaiBVxUnfalfJo9k= +github.com/openshift/api v0.0.0-20230607151152-bdd886567621 h1:vMG+ycFy+2Ulk6Kl5jp4FkfTxRc/DnctgljQcQeGKJ8= +github.com/openshift/api v0.0.0-20230607151152-bdd886567621/go.mod h1:4VWG+W22wrB4HfBL88P40DxLEpSOaiBVxUnfalfJo9k= github.com/openshift/build-machinery-go v0.0.0-20200211121458-5e3d6e570160/go.mod h1:1CkcsT3aVebzRBzVTSbiKSkJMsC/CASqxesfqEMfJEc= github.com/openshift/client-go v0.0.0-20200116152001-92a2713fa240/go.mod h1:4riOwdj99Hd/q+iAcJZfNCsQQQMwURnZV6RL4WHYS5w= github.com/openshift/client-go v0.0.0-20230120202327-72f107311084 h1:66uaqNwA+qYyQDwsMWUfjjau8ezmg1dzCqub13KZOcE= diff --git a/manifests/00-custom-resource-definition.yaml b/manifests/00-custom-resource-definition.yaml index fb8dd8e5e..9c391d4a5 100644 --- a/manifests/00-custom-resource-definition.yaml +++ b/manifests/00-custom-resource-definition.yaml @@ -307,6 +307,14 @@ spec: properties: container: description: container holds parameters for the Container logging destination. Present only if type is Container. + properties: + maxLength: + default: 1024 + description: "maxLength is the maximum length of the log message. \n Valid values are integers in the range 480 to 8192, inclusive. \n When omitted, the default value is 1024." + format: int32 + maximum: 8192 + minimum: 480 + type: integer type: object syslog: description: syslog holds parameters for a syslog endpoint. Present only if type is Syslog. @@ -351,7 +359,7 @@ spec: 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\"." + description: "maxLength is the maximum length of the log message. \n Valid values are integers in the range 480 to 4096, inclusive. \n When omitted, the default value is 1024." format: int32 maximum: 4096 minimum: 480 diff --git a/pkg/manifests/bindata.go b/pkg/manifests/bindata.go index 3e09061f0..1874b4fcb 100644 --- a/pkg/manifests/bindata.go +++ b/pkg/manifests/bindata.go @@ -21,7 +21,7 @@ // assets/router/service-internal.yaml (465B) // manifests/00-cluster-role.yaml (3.661kB) // manifests/00-custom-resource-definition-internal.yaml (7.756kB) -// manifests/00-custom-resource-definition.yaml (105.24kB) +// manifests/00-custom-resource-definition.yaml (105.822kB) // manifests/00-ingress-credentials-request.yaml (4.928kB) // manifests/00-namespace.yaml (508B) // manifests/0000_90_ingress-operator_00_prometheusrole.yaml (446B) @@ -526,7 +526,7 @@ func manifests00CustomResourceDefinitionInternalYaml() (*asset, error) { return a, nil } -var _manifests00CustomResourceDefinitionYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xed\x76\x1b\x37\xb2\x28\xfa\x7f\x9e\x02\x97\x99\x5c\x8b\x0e\xd9\xd4\xa7\xe3\x68\x26\x93\x2b\xcb\x4e\xa2\xb5\x6d\x47\xd7\xd2\x24\x33\x63\x7a\x7c\xc1\x6e\x90\xc4\xa8\x09\x70\x1a\x68\x49\x4c\x9c\xf3\x56\xe7\xdf\xf9\x75\x1e\xe0\x3c\xd3\x5d\xa8\x02\xd0\xe8\x66\x77\xb3\x29\xcb\x7b\x32\x7b\x4b\x59\x2b\x96\xba\x01\x74\xa1\x50\x28\x54\x15\xea\x83\x2e\xf9\x8f\x2c\x53\x5c\x8a\x63\x42\x97\x9c\xdd\x6a\x26\xcc\x5f\x2a\xba\x7a\xaa\x22\x2e\x47\xd7\x7b\xbf\xbb\xe2\x22\x39\x26\xa7\xb9\xd2\x72\xf1\x86\x29\x99\x67\x31\x7b\xce\xa6\x5c\x70\xcd\xa5\xf8\xdd\x82\x69\x9a\x50\x4d\x8f\x7f\x47\x08\x15\x42\x6a\x6a\x1e\x2b\xf3\x27\x31\x63\x0e\xe9\x72\x99\xc9\x6b\x96\x44\x72\xc9\x84\x9a\xf3\xa9\x8e\xb8\x3c\x26\x73\xad\x97\xea\x78\x34\x9a\x71\x3d\xcf\x27\x51\x2c\x17\x23\xdf\x60\x44\x97\x7c\xb4\xcc\xd3\x74\xf4\x64\xef\x09\x0c\xc4\x45\x9c\xe6\x09\x8b\x32\x96\x32\xaa\x58\x69\xac\x11\x9f\x2c\x86\x71\x2a\xf3\x64\xb8\xa0\x82\xce\x58\x72\x4c\x7a\x3a\xcb\x59\x6f\x73\x57\xc5\xd2\xa9\xeb\x35\x9c\xf3\xd9\x7c\x48\xaf\x29\x4f\xe9\x84\xa7\x5c\xaf\xb6\x18\x87\x8b\x59\xca\x86\x42\x26\x6c\x98\xb0\x6b\x96\xca\x25\xcb\x82\xee\x82\x2e\xd8\x31\xe1\x62\x96\x31\xa5\x62\x29\x74\x26\xd3\x94\x65\xca\x8c\x92\x51\x2d\xb3\xd2\x70\xbf\x53\x4b\x16\x1b\x0c\xce\x32\x99\x2f\x8f\x49\x7d\x23\x1c\xd5\x62\x1a\x57\xe9\x0c\x3f\x70\xea\x3f\x00\xef\x52\xae\xf4\x7f\xd4\xbf\x7f\xc9\x95\x86\x36\xcb\x34\xcf\x68\x5a\x07\x22\xbc\x36\xf3\xcb\x53\x9a\xd5\x34\xf8\x1d\x21\x2a\x96\x4b\x76\x4c\x5e\x1b\x70\x96\x34\x66\xc9\xef\x08\xb9\x46\xba\xb2\xe0\x0d\x2d\x06\xae\xf7\xe0\x4f\xd3\x65\xce\x16\xf4\xd8\xfe\x45\xcc\x14\xc5\xc9\xf9\xd9\x8f\x07\x17\x95\x17\x84\x24\x4c\xc5\x19\x5f\x6a\xa0\xd2\xde\xda\x14\xec\xfb\x09\x53\x84\x12\xbb\x94\x0e\x4a\x52\x80\x49\xa6\x32\x23\x7a\xce\x48\x9c\xe6\x4a\xb3\x2c\x22\x97\xe6\x8f\xe2\x7d\x4c\x05\x51\x2c\xbb\xe6\x31\x23\x3f\x2c\x99\xb8\x30\x78\x26\x6f\x64\xae\x19\xa1\x22\x21\xff\x91\x4f\x58\x26\x98\x66\xca\xa1\x91\x64\x76\x3b\xa8\x88\x8c\x05\xf9\x69\xce\x04\xa1\x62\x1d\xc9\x84\x2b\x12\x67\x8c\x6a\x96\x0c\x08\x25\x82\xdd\xd4\xc1\x97\xb0\x65\x2a\x57\x0b\x26\x74\xd0\x9e\x68\x49\x68\x9a\xca\x1b\x62\xf6\x66\x26\x68\x4a\x74\x46\xa7\x53\x1e\x9b\x37\x19\xa3\xf1\x1c\x26\x65\x01\x57\x44\xcf\xa9\x26\xec\x76\x29\x15\xf3\x60\xca\xcc\x4e\x23\x80\xf7\xcf\xcb\x84\x6a\x2e\x66\x44\xcf\x79\x31\x11\xb2\xa0\x2b\x92\x32\x0a\xdf\x4d\xb8\xca\x72\x40\x3b\xe0\x6e\x99\x4f\x52\x1e\x93\x29\x8d\x4d\x37\xc1\xf4\x8d\xcc\xae\xcc\x04\x04\x8b\x61\xcb\x13\xaa\x9a\x67\x97\xb1\x6b\x6e\xe8\x01\xbe\x30\x61\x04\x1e\x27\x44\xe6\x1a\x70\xe7\xb8\xc1\x95\x47\xb2\xd9\x55\x89\x8c\xd5\x28\x96\x22\x66\x4b\xad\x46\x6e\x8e\x43\xfb\x6d\x2e\x66\x23\xfb\xa5\x61\x40\xaf\x6e\x29\xd8\x35\xcb\xc8\x52\x2a\xc5\x27\x29\x1b\x10\x65\x38\xdb\x24\x65\x24\x61\x53\x9a\xa7\x5a\x79\x82\x58\xa6\x54\x4f\x65\xb6\x20\x34\x63\x24\x57\x2c\x89\xc8\x05\x63\x04\x70\x3b\xe5\x2c\x4d\xa0\xe5\x42\x66\xa6\xaf\xa6\x3c\xc5\xe5\x3e\x95\x8b\x25\xd5\x1c\x39\x05\x49\xcd\xa6\x27\x7b\xc7\xe4\x42\x53\xf3\x95\x1b\xae\xe7\x5c\x00\x45\xfe\x43\x9a\xe9\x03\xd3\x80\x91\x28\x59\x70\xc1\x17\xf9\x82\xc8\x29\xd9\xdb\x27\x0b\x29\xf4\x1c\x56\xe9\xc0\xbc\x29\x5a\x2b\xb2\x73\x33\xe7\xf1\x1c\x66\xc2\x15\x49\xa5\x98\xb1\xac\x1f\xf5\x82\xcd\xb1\xcc\x0c\x73\xd0\xdc\xf1\x01\xf7\x13\x70\xf6\xd2\xf3\xca\x76\x7a\x64\xf6\x1c\xb6\x33\x88\xe1\x02\x48\x88\xb9\xdd\xcb\x12\xbb\x51\x0d\xa8\x96\x52\x96\x19\x53\x4c\x20\x9b\x37\x8f\xa9\x20\x72\xf2\x0f\x16\x6b\x83\xb6\xcc\x74\x24\x6a\x2e\xf3\x34\x31\xcb\x7f\xcd\x32\x4d\x32\x16\xcb\x99\xe0\x3f\xfb\xd1\x94\x21\x2f\xf3\x99\x94\x6a\xa6\x34\xe1\xc2\xd2\xf6\x35\x4d\x73\x36\x80\xed\x66\xe8\x24\x63\x66\x5c\x92\x8b\x60\x04\x68\xa2\x22\xf2\xca\xac\x07\x17\xd3\xf2\x51\xe2\xce\xad\x58\x2e\x16\xb9\xe0\x7a\x35\x02\xca\xe0\x93\x5c\xcb\x4c\x8d\x80\x35\x8f\x14\x9f\x0d\x69\x16\xcf\xb9\x66\xb1\xce\x33\x66\x8e\x9b\x21\x00\x2b\x80\x90\xa3\x45\xf2\x99\xdf\x2a\x8f\x2a\xe8\xd3\x2b\xc3\xea\x94\xce\xb8\x98\x95\x5e\x01\x07\x6e\xc5\xb5\xe1\xc1\x66\x1d\xa9\xed\x8e\x73\x29\x50\x8a\xdb\x91\x91\x37\x2f\x2e\x2e\x8b\x2d\x09\x68\x47\x0c\x17\x4d\x55\x81\x6c\x83\x28\x2e\xa6\x2c\xc3\x96\xd3\x4c\x2e\x60\x14\x26\x92\xa5\xe4\x42\x5b\xa6\xc7\x0d\x63\x51\xf9\x64\xc1\xb5\x59\xc5\x7f\xe6\x4c\x69\xb3\x0e\x11\x39\x85\x63\xdb\x6c\xca\xdc\x30\x05\x43\xff\x67\x82\x9c\xd2\x05\x4b\x4f\xcd\x41\xf7\xa9\x51\x6d\x30\xaa\x86\x06\x7d\xdd\x91\x1d\x4a\x1d\xeb\x1d\x10\x5b\xa5\x57\xee\x44\x6d\x5c\x1d\xd3\xc0\x2c\x0e\x70\xd3\x25\x8b\xf9\x94\xc7\x9e\xc6\xcd\xc3\x84\x29\x9e\xb1\x84\x4c\xd8\x9c\x5e\x73\x99\xb9\xe7\x6b\xec\x3e\xaa\x7c\xa6\x69\x8b\x9a\x1f\x5c\x97\xcb\x97\x17\xeb\xaf\x2a\xf0\xf9\x96\x0e\x3a\xa6\x88\x62\xda\x10\x0d\xb2\x32\xbb\xa6\x86\x88\xcc\xfe\xb9\x66\x19\x9f\xae\xcc\x5f\x76\xed\x63\x03\x03\x4c\x8a\xa9\x01\x01\xc6\x02\x67\xde\x04\x99\x9e\xd9\x92\x4c\x00\xef\x5a\xe4\x3a\xa7\x29\x31\xdf\x32\x03\xb3\x64\xc6\x86\x9a\x65\x0b\x2e\xe0\x48\x32\xa3\x67\x8c\x89\x38\x5b\x2d\x35\xc9\xcc\xc9\xa2\xaa\x73\xde\x34\x6f\xf3\x03\xe7\x1a\x4b\x2e\x72\x58\xad\x73\xaa\x0d\x13\x68\x68\x5b\x41\x46\x7d\xd7\x00\x33\x14\x84\x1e\xb3\x44\x19\x03\xc1\xc5\x9c\x89\x66\x99\xe0\xa0\x82\x43\xd2\x32\xa9\x89\x39\xf4\x74\x3c\x37\x13\x9b\x51\x2e\x14\x6e\x98\x84\x03\x2a\x73\xae\xcc\x1b\x23\xbc\x10\x69\xd8\xf9\x35\x4d\x79\x52\x83\x52\x83\xbe\x29\x4f\x35\xf3\x0b\xa1\x22\x02\x22\x46\x1d\x00\x8b\x5c\x69\x83\x75\x72\x7e\xfa\xe6\x05\x51\x2b\xa1\xe9\x6d\x44\xc8\x99\x65\xb2\x00\x3b\x57\x84\x2d\x96\x7a\x35\x20\xc2\x0d\x6d\x56\x93\x2b\xb2\x64\x99\x39\xaf\xcc\x46\xc5\x2e\xcc\xf7\x10\x52\xd8\x4e\x1a\xa4\x11\x6d\x4e\x73\x83\x08\xc1\xc8\x12\xd1\x84\x1f\x87\x39\x13\x5a\x33\x93\x47\xaa\x76\xf2\x19\x61\xa9\x62\xf0\xb1\xda\xe3\xdd\x2c\x04\xee\x9e\x10\x2b\x86\x56\x12\x26\xb8\x3d\x56\x0a\x69\xa1\x8e\x60\xcc\x0f\xd7\x6c\xd1\x48\x03\x2d\x0c\xa1\xda\x84\x66\x19\x5d\x35\xb4\xb8\x1d\x16\x62\xc6\xd0\x60\x6e\x68\xfb\x68\xb9\xe0\x71\x6d\x27\x44\xd3\xe9\x49\x27\xea\x74\x8d\x4b\xf4\x18\x4b\x31\xe5\xb3\x05\x5d\x02\xda\x28\x17\x8e\xdb\x9f\xbf\x78\x35\x64\x22\x96\x09\x4b\xc8\xe9\x49\x09\x7b\x93\x5c\x24\x29\xab\x92\xab\xdb\xad\xb8\xc3\xfd\x1a\x3e\x52\x61\x5f\x4b\x7c\x34\x31\xb2\x86\xd2\xa0\x3e\xe0\xca\xa3\x64\x89\x84\x56\x00\xc5\x05\x00\xe3\x15\x8c\x21\xbe\x42\x15\xc3\xc8\xf4\x4d\x0b\xb6\x69\x97\x9b\x1f\x90\xfd\x1b\xdf\x56\xb0\x07\xe4\x66\x19\xb1\x63\xf3\x11\xd2\x20\xd2\x7a\xc6\xa6\x2c\x63\x22\x66\x89\x85\x9f\x2c\xe8\xb2\x65\xf4\x0e\x34\x63\xb6\xac\x61\xee\xcd\x40\xa2\x02\xd3\x4a\x72\x35\xa7\x8e\xfb\xb1\x14\x51\x2c\xcf\xb9\x4c\x79\xbc\xea\x44\x4d\xbd\x86\xce\x01\x75\xdd\xcc\x99\x9e\xb3\xac\x79\x73\xc2\xec\x94\x05\x03\xa4\x2f\xa3\x93\xf3\xa4\xb4\x59\x91\x61\x19\x11\x02\x84\x5e\x1a\x83\xd8\x8d\xe2\x20\x08\x5d\x64\xdc\x7b\x63\x11\x35\xee\x19\x8e\x30\xee\xfd\x00\x40\xd2\x74\xdc\x03\x99\xf8\xb5\xd4\x96\x5c\x1b\x40\x91\x22\x5d\x91\x78\xce\xe2\x2b\x55\x77\x2e\x75\x38\x6f\xcc\xa9\x84\x67\xce\x1f\x08\xd7\xe6\x04\x33\xc2\x0b\x0c\xb9\x3e\x54\x9c\x32\x9a\x69\x76\xab\xc9\xf7\x97\x97\xe7\x06\xe4\x25\x55\x4a\xcf\x33\x99\xcf\xe6\xc1\x50\x25\x91\x3a\xfc\x61\x22\x5f\xb4\x11\x45\xaf\xa9\xa3\x79\xe9\x90\xd5\xd2\xc4\xe1\xaf\x95\xb0\x1a\x49\xb7\x9d\x6c\x87\x9e\x11\xb5\xbf\xae\x12\x56\x4d\xeb\x56\x02\xb7\x0a\x55\x30\xce\x46\x61\xa6\xb7\xde\x07\x05\x63\xbf\xb7\x41\xf1\x25\x8a\xc5\x19\xd3\x55\x8e\x69\x3b\x97\x58\xa5\x51\x0e\x8d\x70\xb6\x6a\xa0\xbc\x08\xd5\x73\xd0\x83\x15\x49\xa4\x78\xa4\xed\x06\x82\x1e\x3c\x23\xf2\x46\x84\x23\x0e\x6a\xe6\x65\x60\x44\x05\x71\x2c\x80\xbd\x5a\xf8\x90\xaf\x22\x90\xf0\xfd\xa9\x34\x02\x8a\x81\xf7\x8a\xad\x14\x9e\x82\x46\x5a\x35\xfd\x74\xaa\xa2\x38\xd3\xc7\x25\xf0\xa7\x3c\x45\x63\x04\xee\xcf\x54\x45\x57\x6c\x75\x6c\x7a\x57\x5e\x8d\x85\x39\xf2\x73\xa1\x98\x1e\x10\x4a\x6e\x78\x9a\xc4\x34\x4b\x4a\x83\x19\x4c\xe6\x5a\x2e\xa8\xe6\x31\x4d\xd3\x15\x99\x31\xc1\x32\xbf\x97\x70\x06\x97\x95\x93\x9a\x2b\x2b\xdb\x38\xb5\xb8\xce\x44\x21\x17\x66\x86\x3b\x66\x14\x95\x4f\xf0\x4f\xd5\x87\x51\x4d\x97\xe2\x3b\x65\x79\xe2\xf4\xc4\x00\x9a\x9a\xc3\xab\x0c\x98\x51\xfc\x66\xd8\xc3\x28\xcc\xa1\x7d\xe6\x91\x22\x3a\x33\x78\x55\x5a\x66\x2c\xb2\x13\x6f\x9e\x31\x9c\x8a\x00\xd8\x9c\x66\x48\x09\x8b\x3c\xd5\x7c\x99\x32\xd8\xfc\xa3\x7d\x2b\xde\x26\x76\xcf\x5b\xe5\x9a\xf0\xc5\x32\x35\x4c\xf4\xe4\xe5\xf9\xeb\x3e\x8a\x4d\x8e\x4f\xee\xf0\x88\x45\x46\xfe\x32\x3a\xfd\x8a\x4c\x32\x79\xa3\x58\x66\x26\x9c\x31\x90\xad\xf8\x84\x65\x7a\x85\xa6\x18\x23\xce\x99\xe3\x33\x34\x89\x44\xc8\x50\x17\x8c\x0a\x15\x08\x5b\x54\xd8\xf6\x34\x68\x0c\x14\x2f\x24\x30\xf2\xcc\x5b\x9d\x80\x99\x82\x48\x78\xc5\x52\xf8\xd2\x94\xf2\xd4\x8e\x6b\x55\x91\x1c\xac\x03\x88\x7c\x83\xd5\x2b\x61\x68\x99\xaa\x70\xf0\x58\xd2\x94\xa9\x98\x8b\x99\x27\x5e\x2e\x86\x06\x86\x10\x8f\x3b\xee\x24\x29\x56\x52\x66\x06\xb5\xd9\xd0\x9d\x36\x49\xbf\xe3\x5a\x7a\x1b\xda\x23\x45\x26\x39\x4f\xf5\x90\x0b\xf2\xc3\x49\xae\xe7\xb8\x59\xb3\x5a\xa6\xbb\x49\x9c\x68\x13\x25\xca\xda\xf6\xeb\x75\x91\x41\xd7\xea\xb2\x6d\x36\x27\x79\xcd\xb2\x6b\xce\x6e\x46\xd6\xe0\x34\x34\x53\x1b\x22\x23\x54\x23\x10\x8e\x46\x9f\xc1\x3f\xe4\xf2\x87\xe7\x3f\x1c\x93\x93\x24\x21\xb8\x86\xb9\x62\xd3\x3c\xc5\xc3\x54\x45\x81\x41\x66\x00\xa6\x82\x01\xc9\x79\xf2\x4d\x55\xe1\x2d\x33\xdc\x46\xc6\xbf\x41\xe0\x28\x09\xb8\x0b\xba\x6c\x97\x6f\x71\x1b\x77\xe0\xd9\xb8\xfb\x81\x4f\x3f\x7f\x7d\x81\x82\x9a\x35\xca\xb5\x70\x5e\x20\x63\xb7\x41\xb5\xb4\x32\x5b\x9e\xb1\x62\x7f\x4e\x19\xd5\x79\xc6\x14\xf0\xc7\xc7\xe4\x5b\xcb\x81\x5e\x4a\x9a\x3c\xa3\x29\x15\x31\xcb\x2e\xac\x65\xd6\x5b\x35\xc0\x1c\xa9\xe6\x86\xc7\x82\x78\xcb\x66\xab\x01\x29\x40\x5c\xff\x9a\x01\x39\x63\xb1\xcc\x12\x65\x0d\x7c\x76\xa8\x73\x3f\xd2\x85\x1d\x28\x42\x38\xe0\xc4\xc8\x15\x68\xd4\xc1\x8e\xa8\x39\x7e\x06\x6b\x8a\x8f\xdb\x23\x05\x4f\xb5\xb0\x01\x36\xb4\x0a\xf8\x27\x42\xb3\x7e\xda\x58\x28\x2e\x9d\xfc\x05\xaa\x1f\xc2\x8a\x73\xe3\x22\xe1\xd7\x3c\x31\xba\x3a\xda\x77\x95\xa6\x3a\x57\x4c\x11\x25\xad\x21\x58\x24\x66\x8f\x67\x0a\x78\x82\x91\x13\x33\x38\x59\x35\xcd\x66\x4c\x17\x36\xe5\x12\x6e\xc6\xc2\xc1\x0a\xe7\x9a\xd1\x38\x04\xff\x67\xce\x08\x5d\x48\x83\x8a\x34\x5d\xb7\x79\x28\x34\xda\xc5\xeb\xa6\x24\xe4\xdb\x56\x29\xf5\xb6\x57\x80\x1e\xc6\x88\x70\x85\xca\xd7\x29\xf6\x0c\x20\x91\xe1\x3a\x11\x42\x53\xcb\x2e\x5a\xf7\x49\xf3\x02\x6f\x26\xf6\xe6\xbe\x21\x75\xd9\xe5\x68\xa2\x7c\x37\x08\xcc\x17\xb9\x82\xb5\x5d\xab\x81\x33\xb6\xa4\x92\x26\x64\x62\xa9\xdc\x33\x51\x73\x78\x0c\x08\xd3\x71\x54\x3e\xf1\x43\xf1\xc7\x1c\x00\xd4\x00\x22\x85\xe1\x68\x19\x55\x3a\xcb\xc1\xca\xb6\x01\xa7\x40\x25\x91\x33\x7b\xc3\xa6\x3b\xf9\xe9\xe2\xb8\x40\x45\xdd\xc6\xdb\x01\xa6\xfe\xc2\x51\x0c\x5c\xf9\xf4\xc9\xc9\xcf\x79\xc6\x8e\xb7\xef\xf7\xdd\xe9\xf9\x9d\xbe\x77\xf6\xec\xd5\x69\x2a\xf3\xe4\x78\x5b\x38\x53\x3e\xa1\x13\x6a\xfb\x76\xef\xf7\x92\x4f\xae\xb9\x11\xd6\xe0\xe7\x7b\xa9\xf4\x6b\x7b\xf1\x61\x90\x26\x56\x76\x55\xfd\x15\x02\xd8\x32\xc9\x0e\xde\x15\x1a\xc6\xf1\x5a\x0a\xd6\xf7\x4b\xa6\x65\x38\x06\xac\x6d\x0b\xa1\xad\xef\xa6\xbb\x9c\x98\xf3\xe2\x83\x9d\x0e\xce\xa0\x3d\x99\xcb\x34\x51\x64\x49\x33\xba\x60\xda\xb0\x11\x27\x1c\x86\x98\x68\x63\xc9\x11\x39\x47\x83\x35\x6a\x7e\x7c\x0a\x18\x32\xa4\x1b\xe2\xe1\x23\x4c\x0b\xe6\x10\x3f\x97\x99\x6e\x37\x2f\x00\xf6\x8f\xc9\xd3\xdd\xae\x46\x08\x37\xac\x33\x44\x2c\xcd\xef\x12\x85\x7b\x83\x20\x6b\x3f\x5d\x37\xca\xa4\x5c\x69\x86\x17\x66\xa0\x72\x16\xc6\xc0\x40\xb5\x2e\xba\x29\x66\x86\x62\x02\x3f\xf0\x74\x17\x4e\xd7\x34\x63\x34\x31\x02\x95\x19\x35\x0a\x0e\x00\xdb\x0f\x14\x5e\xc9\x45\x6c\x14\x78\x2f\x37\xbf\x96\x09\x03\x90\x33\x2a\x66\x5e\xf2\xf1\xb7\x9d\x70\x98\xe9\xf0\x2c\xd9\x35\xb2\x1d\xd8\x0c\xb5\xb7\x25\x98\xb3\xa9\xc4\xa5\x9f\xee\x36\xad\x8e\xf9\x31\x34\x4f\xf5\xb1\x61\x5b\x07\xfb\x2d\xed\x16\xf4\x96\x2f\xf2\xc5\x31\x79\x72\x74\x74\x70\xd4\xd6\x10\x6f\xc6\x8e\x49\xdb\x4a\x21\xd3\x07\x56\x69\x6f\xb8\xeb\x7e\x40\xbc\xeb\x4c\x1a\x87\x87\x07\xdb\xd0\x86\xba\x0f\xe2\xb8\xd8\x8e\x3a\x0e\x0f\x0f\x7e\x73\xe4\x71\x78\x78\xf0\xef\x4a\x1f\xcb\x4c\x6a\x19\xcb\xb4\xb3\x61\xb2\xe7\x7a\x34\x58\xde\xd6\xef\xfd\xd9\xed\x12\xac\xe2\x5c\xc4\x72\x01\x57\x31\xc1\x6d\xb9\x96\x70\x03\xb0\x4c\x8d\xa4\x75\x79\x0a\xd6\xa9\x6e\xc3\x9d\xbf\xf9\xe1\x2f\x7f\xf5\xf0\xc3\x29\x52\x7e\x54\xba\xd7\x01\x0a\x28\x49\x19\xee\x02\x24\x5f\x02\x5d\x71\x8d\x82\x32\x5c\xe3\xe1\x5d\xc6\x9c\x11\x7b\xfb\x48\x93\xc4\x40\xc1\x94\xa1\x18\xa7\xbf\x06\xb3\x00\xf2\x9c\xca\xec\x86\x66\x09\xda\x67\xa4\x62\xd5\x79\xd6\x5f\x93\x11\xf2\x67\x90\xad\x2b\xb0\xa3\x5c\xa4\x1a\x70\x00\xaa\x36\x80\x8d\x5f\x5a\x03\x93\x0b\xa5\x19\x4d\xf0\xea\xc7\x34\x74\x56\xa3\x12\x0a\x1e\x29\xd7\xc5\xec\x23\xe0\xd4\x73\x46\x13\x83\x1b\x23\xc7\xa6\x72\xa6\x22\x12\x98\x33\x01\xa8\x1a\x60\xed\xae\x5f\x87\x13\xe4\xff\x98\xe6\xeb\xc8\x30\xfa\xbb\x39\x08\x57\x32\x07\x3b\x82\xd9\x5f\x4e\xc9\x28\x0b\x83\xf0\x65\x90\xe7\x2b\x5f\x35\xa3\x20\xca\xbb\x62\xda\x68\x18\x86\x6f\x1d\x8f\x46\x37\x37\x37\xd1\x9c\x2e\x33\x79\xbb\x8a\x64\x36\x1b\x25\xf2\x46\x98\xef\x8e\xf6\xa3\x7d\xa3\xfd\x8e\xe0\xd5\xd0\x93\x97\xbe\xd5\xc0\xb1\x8c\xd2\x6c\x76\x33\x97\x82\xd0\x89\xcc\x75\x1d\x1d\x5e\x96\x8c\x5f\xd6\x6c\x6c\x66\x19\xda\x96\x1c\xa7\x3b\x2e\x14\x1c\xd0\x0f\xac\x1c\x1f\x91\xc7\x64\xdc\xbb\x3c\x3d\x1f\xf7\xf0\x57\xf8\x8e\xb5\x30\x57\x1b\x07\x7b\x31\x90\x8d\xdd\xfd\x26\x57\xb0\xb3\xcc\x16\xa8\x03\xb8\x62\xaf\x0e\x04\x6b\x85\x37\x8b\xb0\x31\xe6\x86\x61\x36\x5a\x88\xc9\x46\x2b\x31\xd9\x64\x29\xc6\x06\x97\xa7\xe7\x1b\x5a\x00\xf8\x1f\x77\xd1\x41\x40\x47\xec\x7e\x2c\xee\x7d\x75\xf0\xa4\x2b\x7f\xf4\x23\xb7\x9c\x8b\xa0\x7f\xce\x51\x53\x0d\x7c\x15\xc0\xde\x95\x01\xa1\x78\x0d\xf7\xbe\x4e\xb6\x33\x70\x51\xf1\xaa\x6e\x45\xdf\x52\x85\x85\x20\x69\xdd\x57\x5c\xad\x6f\xac\xc1\x3a\x63\x71\xa0\xe6\xca\x5e\xb1\x01\x12\x0c\xdd\xcf\x19\x4d\xf5\xdc\x5e\x7e\xe0\xe4\xca\x3d\xd1\x01\x4d\x24\xc8\x8e\x96\x99\x9c\x18\xae\x2b\x82\x61\xe0\x06\x7a\xc6\xaf\x99\x20\x42\x26\x6c\x50\xe0\x60\x49\xf5\x9c\x8c\xf0\x13\x3f\x8f\x50\x40\xd0\x92\x24\x0c\xef\x51\x18\x48\xde\xf5\x4a\x2a\x38\xf5\xd8\xf6\x19\x8b\x19\xbf\x66\xde\xc7\xcc\x2e\x9e\xf9\x58\x04\x66\x19\x14\xc9\xad\x43\x22\xb7\xaf\xcb\xd3\x00\xa3\x81\x59\x29\x87\xca\xc0\x61\x8d\xc2\x50\x24\x17\x9a\xa7\x48\x16\x01\x52\x2c\xbf\xb6\xe0\xd4\x61\xc8\xe2\x96\xa6\x4a\x12\xa5\xe5\x32\x3c\x78\xbc\x4b\x4b\xe0\x79\x75\xeb\xbc\xac\x0e\x8f\x88\x62\xb1\x14\x89\x22\x74\x6a\x28\xad\x82\x2a\xa5\x29\x7e\xd8\x1d\x18\x42\xea\xa1\x05\xe3\x3c\x93\x13\xf3\x88\x5d\xb3\x6c\x45\x8e\xcc\x34\xf6\x76\xdd\x70\x76\x09\x28\x39\x1a\xe2\x13\xa2\xf9\x82\x19\x5e\x63\x8e\x11\xfb\x4e\xcf\x33\xa6\x8c\x2a\x05\xb4\x79\x23\x89\xca\xe3\x98\x29\x35\xcd\x53\x73\xe8\x9b\x03\x81\x25\xa1\x4f\x0e\x99\xb0\x58\x2e\x1c\x76\x56\x60\x83\x15\xee\x8f\x8c\x19\x96\xa7\xf9\x35\x4b\x57\x03\xd8\x32\x37\x2c\x4d\x87\x9a\x29\x1d\xb8\x47\xdd\x51\x9e\x33\xfb\xfd\xdf\x53\xa0\xdb\x78\x07\x9b\x06\x4a\x7f\x27\x45\x38\xec\xd0\xac\x09\x97\x28\xb4\x59\xdd\xad\x31\x39\x7c\x8c\xda\xeb\x1c\x60\x40\xfa\x79\x63\xf8\x5e\x4b\xe3\xaa\x1c\x5b\xd3\x39\x74\x55\x10\x38\xba\x73\xa0\x39\x3b\xf7\xa2\x52\x86\x6d\xb5\xb4\xc7\x2b\x05\x32\xf6\xce\x7c\x75\x7b\x75\x02\x5e\xa7\x3a\xe3\x31\x58\x03\xc9\x0b\x1a\xcf\x2d\xa3\x76\xd6\xc5\x82\x18\x51\x0c\x3a\x3d\x7b\xfe\x86\x38\x47\x72\xb2\xc3\xa2\x59\x44\xc6\xbd\xbd\xdd\x08\xfe\x1b\x3d\x75\x77\xcf\xd3\x64\x77\xf7\xf8\xd8\xfc\xdd\x07\x2e\x2f\xa4\x1d\x98\x17\xd3\x49\x06\x64\xdc\x73\x3d\x77\xc7\x3d\x58\xb6\xb3\xf3\xeb\x43\xd8\x9f\xe3\xde\xf1\x71\xf8\xf4\x89\x77\x01\x25\x93\x55\x55\x96\x00\xa4\x28\x30\x7f\x56\x85\x4e\x94\x4c\x24\xf8\xc6\xa6\x5c\x1b\x11\x7a\xc1\xad\x19\x0f\x0f\x39\x46\xb3\x94\xb3\xcc\x7b\x45\x1b\xc4\x16\x4e\xc6\x20\x81\x24\x1c\x0f\xb8\x39\xbd\xc6\x33\xb2\x6e\x99\x40\x6e\x1a\x80\xec\xb8\xa0\x2b\x50\x10\x03\xf7\xdf\x68\xc2\x34\x8d\xca\xf7\x19\x66\x55\x86\x6e\x55\x86\x08\xf9\xd0\x2e\x64\xe1\xaf\xef\x38\xfd\xb8\x87\x47\xf1\xf0\x8f\x6b\x7e\xde\x60\xef\xff\xd3\xb8\xe7\x9d\xa4\xb9\xeb\x52\x38\x8d\xd8\x4e\xe3\x5e\xe1\x37\x32\xb0\xd7\x58\xbc\xf4\x39\x10\x8f\x35\xbd\x62\x84\x4d\xa7\x46\xd0\xe2\xd3\xda\xf9\x3a\x27\x28\x03\x5f\x81\xaf\xc3\x68\x6f\xbf\x55\x20\xdb\xe0\x45\xb4\xb6\x25\x80\xe4\x00\xc2\x35\x72\x37\xd3\xac\x50\x24\x38\x29\xdc\xd2\xc5\x32\x65\x03\x12\x10\x26\xd0\xa5\x27\xcb\x5e\xbf\x8d\x91\x12\xe7\x8e\x75\x4c\x76\xfe\xbe\xb3\xf3\x76\x77\xf8\xd5\xbb\x0f\xf0\x7f\xfc\x75\x2f\xf8\x7d\xff\xed\xee\xf0\xd0\xfd\x7e\xf4\x76\x77\x78\xf4\xae\x3f\x8e\xfa\xbf\x1c\xfc\xba\x7d\xbf\x91\xeb\xb2\xb7\x6f\xdf\x1c\xbc\xdd\x1d\xee\xbf\xeb\xff\xbe\xff\x61\xe7\xef\xea\xf1\x0e\xc2\x72\x32\xfc\x96\x0e\xa7\xef\x7e\xd9\x1b\x1c\xfe\x7a\xdc\xff\xe5\xcb\x5f\xd7\x9e\x7e\x38\xee\xf7\x3f\xd4\x36\x7e\xf2\xeb\xce\xf1\x5a\xeb\x9d\x1d\x0b\x81\x85\x2a\xf9\xb0\x97\x24\x1f\xde\xee\x0d\xbf\x7a\xf7\x4d\xd2\xdf\x89\x5a\x5f\x9b\xa9\xf6\x9b\x3f\x78\xf4\xeb\xce\xce\xfa\x27\xfb\xbf\xec\x0d\xf6\x4d\xb7\x4f\xf9\xe9\xc3\xc6\x4f\x9b\x6e\x75\xaf\xbe\xb9\x07\x78\x5a\x00\x3a\x68\x04\xe8\xb0\x01\xa0\x5f\x76\x07\xfb\xbf\x7e\x5a\xa0\xf6\x1b\x81\x3a\x6a\x06\xea\xe0\x13\x03\xb5\xd7\x08\xd4\x93\x66\xa0\x0e\xef\x11\xa8\xe3\xa6\xef\x7f\xd9\xfc\xfd\xa3\x7b\xfb\x7e\x7f\xe7\xf3\xe8\x8b\xfe\x37\xea\xf1\xce\x78\xb4\xb3\x67\xda\x3e\x45\xee\xb1\xf7\xce\x71\x08\xcf\x48\xe0\xff\xfd\xfe\xef\xfb\xad\x0c\xad\x93\xfa\x49\x88\xc8\xd3\x94\x4e\x52\x76\x4c\x74\x96\x37\x79\xd4\x91\x4e\x8e\x9c\x84\x24\x42\xbd\x82\x90\x9f\x05\x13\xba\xdd\xa9\x8e\x84\x7a\x2d\x76\x6a\xf6\xcc\xaa\x3a\x13\xd4\x7c\x07\xae\x5f\xd1\xd5\x8c\x3b\x27\xdc\x29\x8b\x57\x71\xea\x75\x50\xef\xab\x52\xdc\xaf\x12\xaa\x94\x8c\x79\xd9\xe5\xa5\x22\x39\xd9\xf3\xd5\x5d\x21\xbb\x98\xa6\xca\x0d\xbb\x0f\x0a\x23\x67\x65\x19\xde\xce\x2d\x22\x3f\x82\xcd\xa5\x30\xc2\xf8\x69\xc3\x91\xfc\x67\x61\x07\x8e\x9a\x9c\x10\x48\x47\xd3\xc6\x66\x64\x9a\x56\xfe\x7b\x1f\x6b\xc1\xb0\xae\x8b\xd9\xb9\x17\xc6\xb7\x32\xe1\x56\xfa\x5a\xc9\xde\x79\xf7\x57\xaf\x63\x0b\x9b\x97\x0b\x0a\x70\xe2\x6e\x2e\x12\x96\xa5\xe0\x61\x5f\xbe\x7d\xf5\x00\x36\x5d\x7e\x7b\xff\x99\xe5\x32\xe5\x2e\xdc\xc8\x0f\x5f\x03\x22\xfa\x90\xa0\x17\x01\x46\x20\x59\x0b\x1c\x7a\xae\xb9\x81\x5b\x45\xa2\x2e\x5a\x85\xf9\xa1\x37\x1b\x1a\xac\x69\x13\x37\xca\xc1\x5c\x18\x53\x2c\xca\x5c\x7c\x02\x08\xb8\x46\xb6\x0e\x91\x78\xf2\xd3\x45\xc5\x2e\x7d\x37\x84\x19\x00\xee\x03\x43\xdb\x60\x89\x80\x53\x2f\x55\x8a\xc7\x2f\x3b\xe8\x95\x8d\xd8\xab\x19\x63\x8d\x34\xcb\x38\xad\xa8\xa0\x14\xee\xee\xdd\x38\x5d\xb5\xd1\x53\x6c\xde\x2e\xa0\x6e\x8f\x11\xc0\x8a\x37\x9c\x9d\x25\x29\xbb\x44\x6b\x48\xb7\xae\x55\xdc\xd4\x8d\x54\xb1\xf7\x3a\x1b\x8f\xe6\x0b\x46\x96\x2c\xe3\xd2\xba\xcc\x95\x3c\xeb\x6c\xcc\x21\x4f\x52\x46\x26\x6c\x2a\xad\x11\xb2\x62\x7e\x4b\xa5\x5a\x0f\x53\x20\x81\x15\xd2\x29\xac\x4b\x9a\x29\x06\xce\x1b\x10\xf1\x08\xdf\x4e\xdc\xfa\x40\xd3\x3f\x10\xc5\x18\xf9\xa3\xf3\x30\x5b\x5e\xcd\xa2\x99\x8c\x12\x76\x3d\x32\x8d\x3f\x3b\x37\x03\x3c\xb7\x3d\xfe\x14\x11\x72\x42\x04\x07\x5b\xd0\xcf\x2c\x93\xee\x6b\xe0\x34\x28\x24\x91\x4b\x2e\xc0\x6d\x8c\x0b\x1f\xb6\x03\xbe\x83\xce\x5e\xed\x4d\x3c\xe8\xd9\x09\x10\x97\xdf\x95\xed\xee\xa6\xe9\x93\x5d\xef\xee\xdd\x6a\xf6\xee\xb8\x70\xce\x2e\xe4\xd0\xd0\xb1\x5b\x47\x91\xa1\xdc\xbc\xc5\xc6\x13\xfe\x58\x4f\x9b\x8f\xda\x9e\x35\x63\xdc\x69\x7b\xba\x68\xd9\x8e\xdb\xf3\xf5\xcb\x67\x5d\x10\xbf\x15\x3a\xa0\xf1\xb6\xf3\xef\x39\x88\xcc\xae\x80\xdf\xe5\x74\x9d\x6f\xa3\x37\x97\xd2\x54\x68\x0e\xce\xcc\x38\xf1\x35\x0b\x02\xb0\xf7\x75\xa1\x04\x2e\x81\xc6\x3d\xcb\x93\xc6\xbd\x63\x72\xe2\x18\x14\x98\xcd\xc8\xb3\xd2\x85\xd8\x82\x5e\x31\x05\x37\x06\xe6\xe8\x4d\x58\xcc\xd1\xa2\x42\x35\x61\xdc\xdf\x9e\xea\x8c\x0a\x05\x46\xf3\x94\xae\x58\x46\x76\x2e\x4f\xcf\x47\x17\x17\x2f\xfb\xc4\xda\xed\xe0\x2c\xb1\x11\x7e\xb6\x09\xb8\x09\xc3\xc5\x7c\x1f\x8f\x98\xb2\x2b\x37\x4c\x2b\x49\x38\x7a\xec\xbb\x73\xe6\x38\x0c\x5f\x4e\x64\xac\x22\x7a\xa3\x22\xba\xa0\x3f\x4b\x01\x59\x0d\x4e\xe0\xd7\x17\xa7\x17\x23\x8c\x76\x1d\xf9\xfc\x00\xb3\x9c\x27\xac\x62\xa0\x01\x07\xa2\x68\xae\x17\xe9\x67\x71\x3a\x71\xb8\x79\xfd\xf2\x19\xe2\xc5\xf9\xdc\x6c\x87\x97\x56\x84\xfc\x16\xa6\x2a\xd2\xc9\xa6\x93\x99\x74\x12\x46\xdd\xcf\xd0\x51\x50\xc7\xd6\xaf\x5f\x3e\xeb\xbc\xe1\x3a\xb1\xab\xcd\x11\x45\xc5\xc7\xcd\xb0\x1b\x9a\x75\xde\xea\xb3\x78\xb9\x9d\xf8\x36\x8b\x97\x77\x13\xdf\xbe\x3b\x3d\xbf\x17\xf1\xcd\x00\xf0\xaf\x11\xdf\x38\x13\xfa\x04\x4c\xd8\xdb\x33\xc6\xb0\x77\x90\x81\x62\x2e\x6f\x9c\x97\x84\x35\x8e\x63\x76\x05\x6b\x00\xb7\x17\xe9\x75\x57\x91\xaa\x81\x3b\x9a\xed\xff\x5d\x2a\x27\x34\x35\x1c\xe0\x02\x43\x56\x30\xc8\xb7\x61\x24\xd4\x2b\xb1\x4f\x05\x18\x6b\xc3\x76\xf1\x0d\x60\x9a\xa6\x62\x45\x32\x36\x43\xab\x2c\x5c\x9d\x19\x5e\xf0\xe3\xf9\x69\xd5\x2b\xa4\x5e\x5d\x2d\xa5\x6f\x80\x2c\x2c\xd1\x4c\xca\x59\xca\x80\x23\x04\x7e\xe8\x4c\xcc\xb8\x60\xe8\x5f\x3f\x97\x37\x43\x2d\x47\x0e\xfe\x61\xc0\x18\xb8\x98\x7d\x36\x03\xd8\xdf\x5b\xa0\x2d\x0f\x7c\x29\xe3\x6d\x71\x00\x5d\x2a\x28\x40\xb1\x0a\xe3\xd0\x2c\x1a\x82\x69\x2b\xba\x60\x0e\x1b\x10\xe6\xf2\xe3\xf9\x69\xdf\x88\x79\xe6\xe5\x1a\xc5\xc3\x95\x6d\x17\x14\x85\x7e\x06\x5c\xb9\x03\xd5\x09\x5e\x2e\xa2\xbc\x1d\x95\x65\x1c\x21\x1e\xdd\xe4\x3f\xc3\xa9\x58\x8c\xdd\x37\x2b\x45\x52\xea\xd8\x18\x70\x7e\xbf\xbc\xb4\x33\xf3\xe3\x93\x8d\x73\x2a\xef\x62\x3e\x59\xdc\x8d\xf9\x9d\x3d\x7b\x45\xc0\x99\xf8\x5e\x58\xa0\x01\xe3\x5f\xc1\x02\xbb\xb8\xc0\xd5\x23\x6e\x83\x2b\x5c\x79\x97\xdc\x8b\x0b\x93\x41\xd8\xb8\xe7\x2e\xba\xca\x77\x5c\x7c\xb2\x18\x96\x65\x0b\x4c\x07\xe5\x4c\x29\x43\xf4\x29\x1b\x06\x71\x26\xbd\xb2\x97\xd3\xb8\x37\xee\x19\x49\xa9\xbc\xfb\xf8\x64\x01\x5b\xcf\xc5\x04\x69\xca\x05\xcb\xd4\x37\x5a\x2e\x79\xfc\x75\xf1\x60\x78\xbd\x8c\x87\xe9\x84\x52\x35\xee\x3d\x78\xe3\x3d\x78\xe3\xfd\x56\xbc\xf1\x4a\xd2\xc4\x14\xdd\x77\x10\x66\x33\xd5\xcb\xd3\xf3\x81\xed\x65\xb0\x2c\x17\x5c\xc3\x1d\x3d\xb8\x8e\xd8\xbf\x06\x78\x60\x55\x6d\x11\x3e\xe2\xd3\x07\x3e\x70\x45\x52\x36\xb5\x96\x03\x29\xc1\x3e\x91\x31\xaa\x24\x46\xb9\xac\xfb\xe5\xad\x99\x1a\x88\xbc\x36\x58\xe6\x0b\xeb\xd3\x1c\xe7\x59\x66\xe8\x3b\x30\x4f\x00\xc4\xce\x99\x0f\x3e\x6f\x90\x53\x25\xd6\xfa\x30\x89\xea\xcf\x36\x07\xe0\x06\xdf\xbd\xa2\xe1\x26\x1f\xbe\xa2\xe5\x26\x5f\x3e\xf7\xf3\x29\x8e\xc9\x2e\xa6\x80\x12\xbb\x0f\xad\x00\x9b\xcd\xde\x4d\xae\x31\x27\x78\xbf\x1f\x7a\x85\xf6\x4e\x7e\xba\xe8\x0d\x48\x0f\xc2\x88\xcc\x2f\xcf\x68\xc6\x5e\x31\x4d\x53\xf3\xc7\x77\xa7\xe7\xe6\x9f\xb3\x67\xaf\xcc\x3f\xaf\x73\x4d\x05\xbf\x35\xbf\x82\x27\x80\xa6\xf1\x55\x0f\xbd\x0b\x7a\x3f\x5e\x2c\xe7\x2c\x63\xbd\x4d\x56\x93\x6e\x8b\x3e\x24\x27\x3f\x5d\x74\x69\x65\xa0\xee\xd0\xce\x4f\xaa\x43\xdb\xef\x3a\x50\xd0\x90\x58\x5c\x74\x68\xe9\x51\xd5\xa1\xad\xc5\x62\x87\x96\x67\xcf\x5e\x75\x22\xc6\x8d\x74\xdb\x4d\x4d\xde\xa8\x22\x77\x22\x7d\xcc\x52\xd8\xd9\x9b\xd5\xb4\x0e\xee\xf8\xe0\x14\x86\x67\xd4\x05\x78\xac\x4b\x3a\x5c\xd9\xdc\x7b\x49\x44\xce\x6d\xea\xb9\x12\xbd\xbb\xf8\xb2\x1e\xd2\xed\x99\x95\xdf\x5b\x09\xb7\xcb\x15\x9c\x1b\x68\x43\x33\xf7\xf9\x8f\xbb\x82\xeb\x92\x2d\xa5\xe6\xc2\xb4\xa5\x35\x20\xf6\xae\x8e\x7d\xc2\xfa\xff\x76\x72\xea\x73\x8d\x9b\x1d\xfa\x9c\x3b\x71\x97\x88\xe3\x16\x13\x6e\x79\x94\x8f\xf1\xf5\x7b\x08\x54\x79\x10\x8d\x1f\x44\xe3\x87\x40\x95\xff\x56\x81\x2a\x1b\xb9\xfe\x32\xe3\xd7\x0d\xa9\x86\x48\x95\x21\xda\xb6\xcd\x3c\xff\xdc\x36\xb8\x1b\xaf\xb7\xbd\x1f\x78\xfc\x03\x8f\x7f\xe0\xf1\x0f\x3c\xfe\x81\xc7\x93\x7b\xe2\xf1\x6d\x86\x8a\x66\x3f\x85\x1a\xde\x6d\xf9\x5b\x9d\x4b\x24\xac\x7a\x5d\x42\x10\xc3\xc8\x6c\x2c\xa2\x6a\x8a\x9d\x73\x5b\x25\xc8\x0d\x1f\x0e\x45\x9c\xf4\x0f\xb7\x02\x22\xcc\xb9\x69\xaf\x19\x06\x8d\xa9\xd6\x8a\x6c\xf0\xb0\xe9\xbc\xb1\x99\x14\xd9\xcf\x23\x72\x52\xfb\xb9\x4a\xfe\xf8\x30\x49\x4d\x31\x2c\xc0\x74\xc1\x58\xb7\x3c\x58\x75\xb9\xd7\xed\xb3\xd1\x67\x66\xc3\x7a\x3e\x81\xf7\x1f\x45\x22\xa6\x6a\xa2\xba\xc0\x15\xb6\xea\xe0\x6a\x60\x85\xd3\xd7\x6e\x81\xba\xb9\x3d\x52\x45\x28\xa7\xa0\x0b\x16\x85\xb9\x8b\x60\x73\xbb\xd1\xf0\x94\x16\xf0\xfe\x67\x29\x98\xb2\x09\xce\x31\xb6\x47\x74\x49\x3c\x84\x29\xef\xff\x26\x05\xe6\x62\xb3\x0f\xf1\xb4\x37\x4f\x31\xed\x7f\x38\xb3\x85\xd7\x79\x61\x11\xd0\x84\x99\xae\xdc\xf1\xe6\xc0\xb2\x9c\xfa\xe4\xa7\x8b\x01\x5a\x91\xd0\x8e\xf5\xdd\xe9\xb9\xb7\xa8\x2a\x9b\xfe\xa9\x92\x73\x66\x23\x49\x4a\x8c\x0d\x25\x18\x4a\x59\x44\xdc\xd6\x47\x7e\x22\x3d\xb8\x3c\x4d\x1f\x45\xa1\x10\xe1\x5b\x90\xc7\x80\x4c\x64\x2e\x60\x51\x03\x78\x9e\xee\xc2\x44\x0f\x0f\x0f\xd0\xc8\x9b\x2b\x17\x81\xaa\x96\xd2\x26\xe8\x87\xc4\x9d\x16\x04\x7b\xc9\xdb\x10\xbd\xbb\x39\x03\xd3\x35\xa7\x3e\x82\x15\x41\xb0\x68\x75\x12\xdf\x58\x90\xe7\x92\x61\x54\x64\xfb\x58\x9f\x68\x13\x0f\x5c\x7e\x34\x03\x01\xbb\x5d\xa6\x3c\xe6\x86\x62\x2a\x71\xd0\x80\x28\x9b\xb9\x59\xe4\x90\x70\xaf\x03\xb8\x8f\xd7\xac\x19\x77\xe4\x6a\x3e\xc6\xfa\xd3\x73\xb4\xea\xa7\x3a\x72\xb3\xcb\x20\x6f\x7b\x48\x71\x86\x25\x24\x2b\x41\x17\x36\x4d\x21\x4d\x53\x19\xc3\x60\x93\x55\x11\x52\xf6\x07\x32\x97\x37\xec\x1a\x42\xba\xa5\x17\x46\x95\xa6\x9a\xc7\x18\x7b\x6d\xfb\x61\x62\x2e\x58\x0d\x3c\x8b\xbd\xa4\xe3\xbf\x69\x9d\x2c\x6d\x0c\x80\x63\x47\x6b\xd3\x02\xee\x07\xe9\xfc\xb3\xeb\x96\x3b\x8b\x4d\x19\x68\x6b\x8e\xae\x96\xd6\x01\x37\x69\x69\x65\x37\x47\x4b\x8b\x0a\x59\xb5\x1e\xf0\x77\x4e\x5f\xdb\x60\xf4\x6d\x15\x1b\xcc\x61\x76\x2a\x17\x2e\xd5\xfa\xc6\x44\x6f\x95\xf6\xbe\x08\x06\x25\x4b\x8c\xf2\xf0\x99\x9c\x5c\x18\x7b\x5c\xb4\x8e\xc8\xb3\x20\x4c\x54\x03\xaf\x85\x9d\x8c\x3d\xc2\x96\x35\x70\x6c\xd2\x0b\x17\x7c\xc1\x2e\x57\xcb\x66\xb5\xb1\x2c\x02\xf9\xe6\x98\xa1\xd1\x85\xef\xbe\x3a\x7b\xf5\xc2\xa6\x25\x0b\xf3\x88\x43\x94\x69\x00\x60\xe1\x99\x70\xe9\x33\xd0\x5b\xc5\xcd\xfa\x32\x94\xbd\x8f\x1b\x33\xc4\x5a\x5e\x6a\x86\x5b\x95\x71\x65\xf3\x43\x1f\x9b\xff\x43\x18\x6d\x00\xda\x84\x09\x36\xe5\x1a\x3d\x92\x82\x5e\x03\x32\xc9\x35\xf9\xfe\xe4\x1c\x2e\xfa\x60\xcb\x28\x6d\xfe\x6f\x74\x19\x5f\xa3\x03\xb6\x60\xb6\xb2\x9a\xe3\x12\x35\xa9\x29\x68\x5f\x59\x1e\x23\xe3\x88\x08\xf9\xce\x67\x48\x55\x4b\x46\x91\xf9\x42\x72\xe8\x9d\xb9\x5e\xa4\x03\x12\x2b\x35\x20\xff\xb0\x79\xf7\xfa\xd6\xa7\x79\x13\x6c\xae\x95\x77\x13\x71\xf9\x99\x5c\x4b\x96\x90\x1d\xbe\xa0\x33\x73\xc6\xe7\x09\x97\x03\x72\xcd\x13\x26\xdd\x57\xdc\xe8\x29\xd7\x3a\x85\x68\x53\x76\x6b\x2f\x44\x9d\x75\x02\x1c\xcc\x21\xbd\xe2\x32\x37\xa0\x83\x09\xa2\x80\xc4\xf0\xea\x19\xe5\x22\xf2\x8a\x95\x91\xe6\xfe\x21\xd9\x5c\x0a\x2d\x45\xb4\x60\x09\xcf\xd1\x91\x41\xcf\xd9\x70\xf6\x33\x5f\x0e\x97\x4c\xd0\x54\xaf\x86\xc9\xc1\xde\x24\x79\xf2\xd5\x97\xd3\x3d\xba\xdf\xc4\x81\x36\x04\xd3\x96\xa9\x30\xd8\x4b\x66\x79\x0d\x41\x96\x0a\xcb\x20\xba\xa0\x6e\x0c\xc1\xa2\x59\x05\x19\x44\xe4\x05\xc6\x7a\x9b\x45\x19\xc5\x4a\xfd\xc1\xf0\xd8\x4c\x31\xfd\x75\xae\xa7\xc3\xa7\xe3\xde\xc0\xbd\x34\x0b\x16\xfc\xf9\x18\x7f\x07\x34\x8f\xd4\xf5\xec\x8b\x5b\xf7\x3a\x70\xf3\x1d\xc9\x58\x33\x3d\x54\x3a\x63\x74\x81\x6f\xff\x32\x8c\xa1\xae\xd9\x08\xff\x51\xf9\xc4\x3c\x77\x69\x17\x2f\x0b\x78\xed\xae\x41\x6d\x12\x26\x72\x8a\x19\x99\x87\xc5\x0c\xc1\x5b\xd6\x2c\xe0\x9b\x6f\x4f\xc9\xde\xc1\xe1\xde\x71\xb9\xd1\xf1\xd7\x68\x31\x1a\xf7\x46\xe3\x9e\x51\xea\xe0\xaf\xc7\x6f\xc7\xbd\x3f\x8c\x7b\x85\x55\xea\x9d\x51\xbf\x9c\xbb\x35\x17\xe5\x31\xec\x96\x34\x12\xa9\x9c\x1e\x87\x4e\xcc\x9e\xba\x2c\xad\x2d\x98\x52\xf8\x0b\x64\x59\xa5\x99\x46\x62\xf7\xe4\x07\x95\x88\x70\xde\xf8\xad\x65\xc6\x62\x96\xe0\xc1\x68\x50\x33\xc6\x4b\x2a\x9c\x33\x3e\xa6\x44\xcb\x2b\x06\xb9\x85\xbd\x30\xcd\x52\x79\x13\x39\x98\xe1\x6d\x58\xe2\xc6\x2c\x74\x58\x84\xc2\x2c\x28\x8d\xb5\x39\x68\xcd\xe0\x98\xd1\xc5\x67\xf7\xbe\x99\x73\x6d\x8e\x71\x88\x1b\xb7\x6c\xa5\xe8\xa2\x10\x68\xb1\xf2\x39\x5e\xfc\x1b\x17\x8c\xae\x41\x04\xa0\x29\xe8\x1d\x1e\xaa\xf0\xa1\xfb\x9c\xaa\x8e\xb0\xd3\xff\xe3\x9f\xfe\x9f\xc1\x1f\x8e\xc7\xe3\x71\x6f\xf4\xf6\xdd\x37\xd1\xd7\xb6\xbb\x5b\xa9\xea\x5a\x40\x2e\x36\x25\x1d\x52\xdc\xd7\xa4\x4d\xe9\x5e\xac\xe8\x48\x05\x66\x08\x1d\x8c\x08\xb2\x89\xc5\x23\x55\xc7\x16\x7d\xe3\xde\xd7\xe3\x1e\xd9\xc1\x3f\x46\xe4\x9f\xb9\xd4\x2c\x19\x22\x3e\xfb\xf6\x23\xa5\x87\x83\x70\x3d\x2c\xfd\x3d\xdd\xdf\x1f\xa0\xed\x20\xcb\x8c\x1c\x6e\xd5\x1e\x99\x1b\x09\x1b\x7a\x2b\x97\xb1\xd5\x67\x2e\x0f\xb0\x4f\x96\x69\xae\x00\xd5\x1e\x43\xe4\xc5\x5f\x4e\x5f\x9c\x5f\x92\xf1\xd8\xec\x1c\x5c\xbe\xd3\x37\x10\x7d\x18\x43\xce\x08\x25\xfd\x48\xa6\xa3\xdd\xdd\x27\x17\xa7\x67\x67\xc1\x28\x14\xeb\x58\x99\x7f\x39\x16\x39\x51\x31\x5d\x5a\xaa\x1b\xb7\x58\x36\x7c\xbc\xfc\xdf\x77\xbe\xe1\xfd\x9d\xdb\xe1\xdb\xbf\xbf\x7b\x4b\x76\xfa\xe3\x31\xae\x5b\x6f\xf4\x4d\xf4\xf5\xf8\x76\x77\x77\x38\xbe\xdd\xfb\x76\x7c\xfb\xe5\xb7\xef\xbe\xf8\x10\x6c\x90\x0f\xb0\x3f\x3e\xc0\xf6\xf8\x60\x77\xc7\x07\xbf\x39\x3e\x98\xbd\xf1\x01\xb6\x46\x7f\xd4\x61\xe4\x9d\x3f\x90\xc7\x1d\x9a\x7d\xbd\xd3\x05\xca\xde\xce\x78\xfc\xd6\x3e\xfc\xf2\xdb\x77\x1f\xde\xfe\x7d\x7c\xbb\xfb\xbc\x37\x1e\xbf\xeb\x3f\xee\xf5\xfb\x8f\x7f\xdf\x88\x94\x4f\x5a\x0f\x45\xb1\x3a\xb3\xcc\x46\xf1\xeb\x85\x91\x17\xde\xd8\x6c\x36\xcd\x31\xb9\x3e\x16\xf7\x0d\xe8\x7e\x75\x61\xa1\xe5\xa3\xa5\x61\xec\x8a\xf7\xb5\x95\xbc\x0a\x43\x64\x91\x88\x64\x4e\x45\x92\x9a\x2d\x32\xad\x44\x79\xc1\x09\xab\x88\xcc\xb5\x0b\x0f\xa3\x2e\x1d\x0f\x2a\xa7\x90\x15\x29\x59\x73\x61\xa9\x84\x55\x99\xed\x3c\xee\xd9\xe9\x58\xee\x39\xee\x9d\xcd\x84\xcc\xd8\xb8\x57\x14\xeb\xf1\x41\x58\x90\xbe\x43\x86\x7d\x1a\xb5\x27\xc5\x20\x79\x91\x35\x0f\x1f\xee\x42\x36\x9f\xc3\xdd\xa7\x4e\x73\x66\x03\xb0\x13\x57\x27\xb6\xc3\xa7\xce\xf1\x39\x95\xb3\x99\x2d\x20\x64\xfd\xa4\xfa\x36\x69\xb3\xcc\x85\x5e\xeb\x69\x19\x2a\x54\xef\x5c\x66\x10\xd7\xb3\x60\x3a\xe3\xb1\x6a\x9b\x88\x9b\x6c\xe3\x3c\x6a\xa3\xec\xbc\x4d\xd4\xcc\x12\x75\xcf\xd2\xb4\x66\x8e\x71\x16\x5d\xe0\x28\xe0\x22\xce\xc0\xd8\x62\xde\x17\xd0\xad\xc7\xbf\x71\x15\x22\x19\x0f\xf7\xd5\x12\x35\x42\x00\xb5\x62\x19\x87\xec\x4b\x20\xef\x95\xef\x2a\x1e\xb9\x84\x55\x2e\x3b\x57\x46\x7e\x62\x13\x5f\x18\xe0\x11\x68\xa0\x79\x4a\x35\xbf\x2e\x0f\xb8\x33\xee\x99\xe3\x15\x9f\x8c\x7b\x7d\xcf\x7b\x27\x8c\x28\x3a\x65\xe9\x8a\x70\x40\x5d\x12\x11\xf2\xbd\x57\x45\x01\x30\x9f\x18\x6a\x41\x57\xc8\x66\x27\x0c\xad\xf9\xc0\x34\x5d\x6c\x19\xcb\x32\xe9\xf2\x70\x2b\xe9\xfc\x97\x43\xfa\x2c\xad\x10\xd6\x8d\x5b\x2c\x59\x02\x65\x0d\xed\x42\x40\xa5\x0a\x4e\x67\x42\x2a\x0e\xb7\x2c\x66\xa2\x29\x5b\xc0\xa2\x0b\x1f\x13\x54\x0b\x5a\x09\x2a\xd4\x9f\x63\x6a\xb4\xe5\xb2\xe6\xe0\xd6\x13\x0d\xe7\xe5\xc9\x71\x38\xbf\x2c\x38\xe0\x61\xa6\xb3\x1c\xd5\x13\xad\x4d\x87\x7a\xff\xe7\x66\x1d\x79\xd8\xc2\x5d\xc0\x6f\x06\xb0\xd1\xc8\xe5\x1a\x18\x2b\x70\x22\x83\xee\x53\xa3\x06\xd3\x86\xe4\x4b\x6b\x7a\x66\xb9\x4b\x43\x75\x28\xb8\x21\xb3\x62\x19\x2c\x29\x59\x9a\xd6\xd1\x7d\x97\x73\x42\x3d\xaf\xe8\x11\xea\x85\x50\xb4\xc4\x97\x32\x01\x01\xb8\x07\xb0\x0c\x0d\x2c\xc3\x3f\x22\x5c\xb1\x4c\xd8\x9f\x22\x33\xb1\xde\xc0\x1a\x1a\xc3\x37\x36\x9f\x0e\xf0\xab\xe2\x31\xa6\x91\x2b\xb2\xe7\x04\xc3\x1e\xed\x1e\xe0\x68\x85\x12\x2e\x02\x14\x14\x9a\xf8\xd1\xee\x81\xe7\x0f\x2a\x22\xa7\xde\xca\x0a\xb6\xd5\x00\x69\xd0\xc5\xb4\x06\x9b\xe3\xee\x61\xd1\xcb\xed\x3d\x44\x34\xff\xd9\xec\x3b\x48\x4d\x65\xf9\x85\x70\xec\xa6\x8c\x9d\x89\x0d\x94\xcb\xd3\x34\xe0\x50\x45\xb6\xef\xf0\xee\x2e\x22\x2f\x66\x43\xaf\x8e\x65\xf4\x26\xc2\x52\xc7\xb9\x62\x99\x2d\xe7\x52\xa9\x7a\x8c\xa9\x97\x46\x53\x9a\xd0\xc9\xe1\xd1\x97\x87\x5f\xd2\xaf\x26\x07\xbb\x71\x7c\x30\xdd\xa5\x87\x93\xc3\x3d\x9a\xec\x3f\xfd\x72\x6f\xfa\xd5\xd1\xd3\xfd\x2f\xe9\x57\x07\x23\x10\x65\x94\xeb\x66\xaf\xd1\x46\x06\xe8\x51\x0d\x5a\x7d\x75\x39\xcf\xb5\x8b\x4a\x71\xf5\x56\xc0\xf2\x35\x56\x89\x1a\xef\x60\xce\xe8\x5c\xb9\xe3\x5e\x0b\x80\x7d\xa4\x09\xaa\xa1\xe8\xd7\x46\x19\xe8\x7b\xa4\x81\xcd\x75\x06\x82\xc6\x9e\xec\xab\x96\x27\x4f\x50\x78\xb7\xd2\xb8\x88\xa5\x33\x4f\x15\xe5\x6c\xef\x92\x35\xde\x5e\xe9\xb2\x04\x81\xdb\xa6\x5e\x59\x6d\xd7\xb2\x9b\x02\x1e\x34\x73\xab\x4a\xaf\x5f\x58\x2b\x66\x05\x92\x6f\xdd\x58\x03\xf2\x97\xa1\xff\xc3\xfc\x56\x7e\xf0\xbd\x54\xba\xfc\xe4\x5c\x66\xd5\x27\x99\xd4\x12\xcf\xc7\xb5\xc7\x43\x57\x04\xb7\x8c\xf0\x30\xf8\x1f\x4f\x38\xd4\xbc\xcb\xe1\xb2\x3e\x84\xf9\x64\xb9\x64\x28\xc5\xd9\x0c\xe0\xc1\x75\xb0\xbd\xd3\x5a\x9f\x2b\x85\x4e\xca\xa5\xc3\x4c\x40\xcf\xb5\x76\x61\x38\x27\x6f\xb1\x1a\x63\x89\x0c\x1e\x83\x3c\xb3\x4c\x69\xcc\xb6\xfc\x9c\x47\xad\xff\x56\x06\xe3\xe0\x4d\xcb\xaa\xf8\x9c\xc7\x90\x91\x72\x42\x84\x3d\x5e\x83\xe4\x6c\xfa\x5a\x8a\x8f\x05\xc4\x8a\xe5\x2b\xef\x87\xe0\x0c\x69\xa0\xc9\xbb\x40\x68\x23\x18\x6d\xf9\x21\xac\x04\xbd\x3e\xef\x00\xc7\xa5\x89\x87\xb3\xab\xd8\x77\xdd\xd6\x04\x79\xd2\xad\xf6\x9d\x4d\xf7\x38\x40\x4b\x03\xbb\xc2\x2d\x2d\x10\xf3\x6d\x86\x7a\x33\xf9\xbb\xf1\x46\x62\x31\xf1\x9a\x2e\xd8\x29\x55\xec\x24\xf9\x47\xae\xb4\x11\xb7\x3b\x5a\xa4\x1b\xbb\x07\xeb\x86\xa9\x2c\x82\x57\xb0\x90\xf6\x74\xb6\x36\x69\x28\x9b\x51\xec\x4b\x14\x62\x5c\x2e\xc9\xa2\x6f\x29\xef\x23\xa4\xe6\x10\x6b\xdd\x8a\x08\x4d\x97\xf0\x27\xa6\x4b\xae\x69\xca\x7f\xa6\x36\xdf\x47\x49\x3e\x51\x45\xac\xe9\xb8\x57\xe1\x40\xe3\x5e\xc9\x3d\xdc\xd2\xdf\xb8\x77\x3b\xf4\x1c\xd0\xfc\x36\xee\x95\xa0\x28\x24\x09\x84\x1c\xa7\xe7\x93\x3e\x16\x13\xa8\x02\x86\x06\xc9\x0a\xb6\xcc\x5e\x01\xa9\x27\x40\x95\x2f\x7a\x38\xa8\x96\x52\x1c\xd8\x5a\x8a\xc3\x72\xf1\x5e\x7c\x0c\xc3\xdc\x14\x25\x8f\x20\x1b\xc2\x1e\x7c\xf7\xdb\xa2\xbc\x70\xb1\x7d\x74\x2d\x30\x0e\x0e\x18\x0d\xca\x12\x63\xb1\x35\xc0\x8f\x9f\xa5\x73\xf9\x41\xd1\xa5\x7c\x05\x3f\xdf\x1b\xe2\xa0\x43\x43\x1b\x5f\xeb\x2c\x67\x41\xe6\x48\xbb\x40\x4e\xf8\xea\x0a\x0e\x96\xd1\x77\x25\x39\xbc\xe8\xd8\x72\xa0\x0a\x59\x9d\x32\x0e\x68\x17\xad\x71\xd3\x6f\x63\x2d\x5f\xe3\x55\x06\xbe\xef\x1b\x76\x8d\x13\x89\x9c\x24\x54\xa1\xee\x4a\x56\xca\x0a\xad\xf6\xfa\x4e\xa6\x6d\xa4\xfb\xf5\x3c\x37\xae\xda\xf1\xda\x26\x5a\x37\x37\xee\x3f\xd9\x7b\x42\x94\x55\x22\x0f\xa3\xfd\xe6\x78\x86\x05\xbd\x7d\xc9\xc4\x4c\xcf\x8f\xc9\xde\xee\xfe\x61\x73\x3b\x2e\x5c\xbb\xe6\xd4\xc0\x85\x4d\xf0\xf7\x1f\xfe\xfe\x76\xf8\x7f\x7d\xf6\xfb\xcf\xff\xef\x47\x8f\xbf\x88\x20\x73\xde\xdf\xfe\xfe\xfe\xff\xa3\xc3\x9f\x3f\xfc\x8f\x77\x5f\x7c\x94\x01\xad\x53\xc2\xba\x4d\x56\x36\x2c\xa1\x75\xd6\x18\x33\x51\xe6\x9c\xae\x75\x60\xdb\x2a\x47\x27\x4f\x43\xeb\x7d\xb8\x3e\x6d\xc5\x57\x2d\xeb\xe1\x02\xbc\xc9\xb8\x80\xb4\x2d\xd6\x19\xb4\x5a\xac\x26\xb4\x8e\x70\xe5\x46\x5f\x4b\x97\x0e\x3b\x9a\x5a\xba\x71\xb5\x0a\x6d\xb9\x30\x7b\x2f\x1e\x8e\x6c\xc9\xcc\x8e\x16\x3a\x86\x4e\x56\xe1\x65\x86\xb2\xd6\x9d\x34\x4f\x90\xc6\x0a\x1b\x96\x75\x5b\xf4\x89\x76\x75\x86\xb2\x4b\x50\x0c\xad\x32\x97\xf6\x4d\xae\xf2\x78\x1e\x4c\x0f\x91\x03\x1f\xd5\xb2\x18\xa4\x69\xb7\x77\xf1\xed\xb5\xb9\x91\xba\x7a\xf6\x3e\x72\x57\x4e\x25\x5f\x42\xfb\xb0\x28\xce\x69\xc1\x0c\xd6\xfe\xd1\x23\x85\x0b\x51\xaa\x26\x33\xa7\x70\x21\x6d\xd3\xec\xe6\x22\x35\x78\x74\x2a\x96\x3f\x6d\x2c\x5b\x85\xf5\xc2\xcb\xd6\x21\xd6\x16\xab\x73\x1b\x32\x2c\xc6\x70\x24\xef\xef\xc1\x95\x83\xcf\x2b\x8d\x90\x48\x01\x0b\x9b\xbb\xf4\x09\x00\x6a\x2a\x67\xb6\x6d\x8d\x19\xb1\x49\x97\x31\xef\x7a\x9f\xff\xf2\xc5\x5f\x7e\x95\xe3\x31\xf9\x3c\xe6\xc7\x9f\xc7\xcb\xf7\x9f\x4f\xf9\xf1\xe7\xd3\xe5\xfb\xcf\x2f\xd5\xfb\xcf\x33\x7d\xfc\xf9\x92\x27\x3d\xcc\xbc\x85\xca\x7b\x86\x9c\x1e\x35\x73\x7b\x85\x9c\xc8\x38\xf7\xb0\x1f\x3b\x37\xd4\x78\x62\x14\x72\xab\xa0\xc3\x21\x84\x07\xd4\x30\x89\xa5\xb8\x1e\xed\x47\xbb\xa3\xd2\xfe\xc3\xac\x35\x4f\xa3\xfd\xe8\xa0\x2d\x79\x62\x57\x5e\xd7\x91\xdb\x95\xee\x40\x3e\xdf\xf9\xfc\xc3\xce\xf8\x97\xb7\xc3\x2f\xde\x7d\xf3\xf6\xff\xfd\xcb\x8b\x77\x3b\x83\xe2\xf7\xfe\xe3\xf1\xaf\xfd\x6f\x76\xde\x9e\x0c\xff\x46\x87\x3f\xbf\xfb\xe2\xc3\xf8\xed\x5b\xcb\x14\xdf\xc3\x83\x9d\xf1\xce\xdb\xbf\xf7\xdf\x7d\x31\xee\xf7\xbf\xd9\x19\x34\xbf\xeb\x3f\x1e\xbf\xeb\xf7\x3f\xbc\xfd\xfb\xe7\x6f\x8f\x63\xa1\xb3\xf4\xf8\xdd\xbb\xb6\xfb\x88\x8e\x81\x7f\xdb\x17\x04\x2f\xef\x86\xd0\x1a\xd0\x72\x08\x22\x23\x1a\xf2\xa4\xd7\xdf\x96\x31\x56\x78\x08\xde\x05\x1b\x3a\x75\x9b\xec\x5e\x4e\xc9\xc6\x2d\x20\x64\x0d\x4f\x6a\x0b\x12\xfc\x84\xa4\x76\xd7\xa3\xf5\x3e\x7c\x80\x5b\x5f\x5b\x4b\xf2\x46\x23\x8b\xb3\x38\x7b\xfb\x4a\x39\x00\xe4\xa6\x5c\x5e\xdf\xb4\x66\x09\x1a\x34\xdd\x02\xd5\x1c\x1d\xbe\x04\x06\x78\x25\xce\x50\x3a\x74\x15\x86\x27\xb9\x2e\x1d\x59\x70\xd1\xcb\x15\x46\xa7\xdf\xc1\x1a\x43\x5b\xb3\x14\x55\xf2\x71\xd6\xe5\x24\x02\x86\x88\x01\x13\xde\xe2\x5e\x9d\x72\xeb\x49\xb9\x7e\x89\xe4\xe7\xf3\x31\x67\x63\xc2\x8c\xce\x8d\xcc\xb8\x2b\x3f\x08\xfa\x18\x38\xd0\xf2\x1c\x62\x7b\x26\xdb\x76\x4a\xd7\x04\x29\xde\x3f\x71\xab\x50\xf9\xc2\xab\xb1\x31\xd8\xe8\xd4\x37\x29\x08\xd3\xcf\xa8\x25\x67\xa7\xeb\xb6\x29\xc8\xbd\x73\x1e\x00\xb5\x52\xa9\xac\xdd\x3e\x8d\xd3\xc3\x2e\xf5\x73\xa3\xee\xad\x8b\xa2\x8a\x48\xe3\x64\x2e\xa0\xe5\xa6\x99\x48\xc1\x7e\x98\x76\x89\xd7\xdf\x36\x49\xa9\x0d\xb7\xe9\x9a\x96\xd4\x57\x3d\x59\x5e\xb7\x71\xd6\xff\x7c\x68\xda\x6a\x33\x91\x2d\x93\x01\x6d\x01\x45\x89\x24\x7c\xe8\x92\x8d\x92\x2a\xea\x27\xd8\x03\xba\x42\x15\x78\x12\xdb\x3b\x75\xd8\xb1\xce\x57\xa9\xf6\x5a\xa1\xfa\xb3\x55\xca\x50\xab\x27\xb4\xe6\x04\xaf\x9d\x54\xcf\xf5\xac\x08\x1e\x76\x2e\xfe\xad\x9c\x96\x27\xb0\xc9\x44\xef\x3b\x82\x05\x31\x95\x31\x4d\xf7\x5a\x2c\x88\xe1\xcf\x36\x09\x4b\xae\x58\xd6\x2d\x05\xeb\x10\x5c\x99\x3b\x36\x5d\x50\xde\x35\x0b\x58\x42\xd9\xa2\x63\x16\xd8\x21\xa1\xb9\x9e\x77\x6c\x8a\xf8\xef\xd8\x38\x5d\x76\x9d\x99\x60\x37\xaa\x2b\xbe\xf2\xb8\xe9\xae\xa9\xda\x34\xce\xb6\x42\x41\x5b\x3d\xa5\xb0\xed\x54\x77\x05\x40\x74\x6e\x49\xf3\x84\x6f\xce\x21\x6b\xdb\xa6\x2c\xeb\xda\xd6\xa0\xa0\xeb\xbc\x60\x37\xb4\x89\xa4\x6b\x8d\xf7\xb6\x69\xbc\x15\x18\x6d\xc5\x60\xd7\x1a\x6f\x3e\x13\x82\xc6\x6d\xc5\xb0\xd6\x1a\x6f\xe2\xef\xa5\xc6\x5f\xde\x37\xf7\x2c\x74\x8a\x4e\xec\xd3\x95\x0c\x6c\x57\x3f\x8a\xf6\x25\xe7\x75\xf7\x29\x7f\xf1\x6b\x13\x7b\xa7\xf8\xb4\x7c\x94\x58\x76\xbb\x89\xd9\x96\x06\xf5\x2e\x4a\x06\xbe\x8e\x2c\xb7\x6b\xb5\xb3\x00\x61\x58\xcc\xec\x70\xf7\xab\x2e\x4b\xe7\x8b\x9f\x1d\xb6\x56\xa6\x76\x3f\xdd\xea\xda\xba\x9f\xe5\x86\x1a\x8f\xee\xa7\x1c\x29\x1f\x94\x6f\xfc\xf3\xf3\x73\xfc\x5b\xe4\x8b\x09\xcb\x3e\xcd\x71\x7e\x67\x14\x6f\x2a\x2c\xe7\x3b\x38\x1c\x77\x61\x16\xdb\x60\x78\x9b\x0c\xbf\x56\x22\xea\x22\x3b\xca\x8d\xbc\xf5\xd3\xe5\xf9\xaa\x4d\xf7\x1d\xaa\x5b\x46\xcc\xb7\xe1\xe8\x67\xda\x5b\x40\x5a\xee\xc4\x0b\x5d\xc7\xfa\xd3\x57\xab\x97\x14\xf6\x64\x2b\x60\xf1\x84\xc5\x34\x0b\xa3\xc3\xe8\x82\x25\x20\x2c\xcd\xd4\xb8\xe7\x42\x27\x6b\xac\x38\x4b\x99\x58\x7f\xc6\xd2\x88\x35\x2d\xb5\x24\x37\x19\xd7\xcc\xdb\x93\x83\x2f\x5b\x5b\x8f\x57\xdb\x35\x78\x2b\x5c\x53\x9e\xba\x8c\xff\x71\xa8\xbf\x39\xdb\x10\xa6\x43\xf0\x4a\xa9\xb7\x36\x95\x3d\xb6\x02\xd0\xbc\xf5\xde\x29\x81\x4a\xa6\xb9\x2d\xa9\x09\x1b\x8a\x26\x56\x9d\xb5\x55\x52\x0d\x0f\xf3\x20\x16\xb1\xe2\x78\x59\x57\x86\xc9\xe6\xeb\x83\xf7\xf8\x37\x3a\x2f\x24\x99\x5c\x2e\x0b\x07\xd8\x8c\x6a\x66\x25\x58\x45\xd8\x6d\xcc\x58\xe2\x3d\x33\xed\x68\x59\x2e\x34\x5f\xb0\x47\xca\xa5\x4d\x6f\x00\xfa\x91\x22\x31\x5d\xd2\x98\xeb\x95\xbd\xab\x47\x0d\xcf\xfc\xfe\xd2\xa1\x12\x34\x41\xa8\x02\xba\xae\x28\x36\x78\xb7\xd9\xfb\x57\xf0\x04\x2b\x31\x9c\x98\x0a\x5f\xad\xb4\x7c\x2a\x6c\xb7\x22\x73\x5a\xba\xd2\xf0\xab\x62\xc7\xc4\xb4\xf6\x71\x7b\xc4\x3d\xd9\x22\xb3\x9c\xdf\x10\x1d\xda\x5e\x74\x11\x76\x7f\x83\x89\xd6\x20\xa6\x8e\x2e\x75\x9e\xb1\x53\x29\xaf\x36\x68\x9f\xeb\xe1\x78\xa5\xae\x81\x02\x66\x5d\xbb\xf1\xb1\x2e\x5b\xed\x62\xec\x54\xbd\x2c\x6a\x31\xe0\x09\xe9\xc7\x32\xc4\xe9\x06\x68\x3b\xb4\xb6\x2d\x2b\xb8\x76\xbf\x6b\xa7\x66\x26\x82\xd3\x0b\xcc\x74\xee\x3e\x17\x81\x6a\x9a\xdf\x86\x9a\x82\x9d\xf5\xfd\x05\xd5\xf1\xfc\xb2\x53\x4d\x88\xd2\x94\x7c\xbf\x8a\x62\xec\x4e\x0b\x78\x8f\x25\x6c\xc9\x92\x65\xe6\x78\x07\x6f\x00\xcb\x57\x60\x6a\x18\xb7\x5f\x9b\x0f\xf2\xc5\x2d\x8d\x75\xcf\x55\x90\x60\xe6\x2f\x17\x49\x84\x23\x43\xda\xbc\xf3\x8c\x4d\xf9\x6d\xcf\x59\x9d\xf0\xfd\x12\x1e\x62\x33\x5c\x76\x37\x5a\xb9\x1e\x28\x45\xeb\xfc\x7a\xf5\x51\x7b\x41\x0e\x6f\x81\x58\xec\x28\xee\x6b\xdc\xd7\x39\x82\x51\xdc\xf7\xda\xc6\xc1\xae\x7e\xb4\x26\xd7\x92\x02\xa9\xfe\x63\x10\x1c\x55\x8c\xd0\x9b\x4a\xd9\x73\x79\x5c\x80\x12\xc0\x69\xd8\xa3\x33\xb1\x2d\xa0\x00\xa5\x94\x13\x9a\xf5\xc0\x08\x2d\x24\x86\x5d\xd9\x36\xe6\xb9\xbf\xcc\xc8\x20\x98\x5c\xc7\x73\x3c\x40\x60\x2c\xae\x3a\x52\x1a\xd9\xc2\x22\x31\x24\xb0\x10\x9d\x5a\xe2\x7c\x37\x36\xdd\x42\x8f\xd9\x42\x8b\xa9\x50\xba\xd3\x1e\x42\x47\xed\x06\xbd\x04\x49\x10\xf6\xac\xcb\x6a\x81\x46\x75\x9f\xfc\x05\x2f\xb3\x55\x75\x1f\x0c\xdc\x1f\xb0\x0b\x9c\x27\x0e\x1b\x16\x01\x53\x09\x4b\xf9\x82\x43\x29\x73\x77\x5b\x84\x67\xa7\xce\x56\xc1\xa9\x0d\x09\x78\x0d\x4c\xa8\xfb\xe0\x1d\x95\x83\x45\x67\xb9\xc0\xa0\x77\x2e\xfc\x08\xf6\xbc\x5c\xcb\x3c\x53\x23\x30\xd9\x58\x01\x4c\xeb\xab\xd8\x92\x82\xe8\x80\x09\x1e\xec\xde\xd6\x52\xd3\x34\x40\x4b\x29\x8d\x11\xd4\xe3\x76\x3e\x00\x5d\xf4\x4e\x2b\xb2\x77\x51\x25\xb7\x10\xf0\xb7\x11\xef\x37\x5d\x51\xe2\x4f\xdb\x45\x25\xad\xf0\xbb\x33\xdd\x7a\x75\x18\x34\xae\xb9\x3a\x7c\xb2\xff\xe4\x28\xb8\x3a\xdc\xeb\x84\xc5\x8e\x37\x82\xb6\x7d\xb7\x7b\x41\xfc\x29\x6e\x07\x9b\xaf\x06\x5b\xaf\x89\xf1\x67\x8b\x6d\x5c\x30\xc3\x3b\xac\x8a\xe5\xa2\x0d\x6b\x63\x59\xf9\xc3\x12\xd5\xfd\x74\x5e\xa2\xae\xfa\xf0\xb0\x38\xee\x3a\xb4\xb4\x08\xda\xac\xe7\x6e\x56\x88\x17\xf4\xf6\x0c\x04\xb8\x56\x4e\x71\xaf\xe5\x49\x03\x71\xb6\x25\x22\xc0\xfd\xac\x47\x06\x94\xfb\xfa\x0b\xec\x12\x6f\xbd\x0f\x41\x38\xf4\x70\xf4\xe7\xbf\x4b\xd8\x10\x14\x2e\xc1\xd8\xe6\xd0\xe3\x54\x95\x3c\x4e\xd7\xa3\x2f\x29\xa6\x00\x52\x2c\x36\x32\xcb\xda\x6b\xbc\x7f\x77\xc9\x94\xeb\x54\x75\xe7\xbc\xaa\x88\x75\x5a\x85\xb0\x46\xeb\x6a\xb6\xe6\xe1\x4a\xc0\x37\xd4\xb9\xb7\x06\x5f\xea\x47\x84\x38\x34\xc6\xe0\x4e\x5a\x42\x96\x81\xe3\xf2\xe5\x05\x59\x52\xa5\xf4\x3c\x93\xf9\x6c\x1e\xf6\xbe\x97\xca\x9a\xf6\xfc\xdb\xce\x22\xe3\x7c\x50\xc3\xf0\x09\x83\xae\xd0\x3f\xa5\x20\x05\xe9\x66\x74\x17\xd7\x56\xbf\xf0\x9b\x74\xdd\x0e\x6a\xd0\xda\x44\xda\x54\x21\x5c\x97\x1a\x55\x28\xf4\x69\xdc\x56\x15\x22\x5b\xd7\xae\xdc\xca\xdc\x7d\x17\x61\xd1\x39\x00\xd8\x69\x59\x5f\x3d\xb3\x4c\xb4\xf4\xec\xbf\xa6\x54\x47\xb6\x35\xc6\x6e\x6b\xf0\xee\x2a\xb3\x91\x8d\x72\x5b\xe0\xc5\xb5\x59\x28\xb8\x2f\xc7\xe8\xf0\xa7\xcb\xd9\xdd\xea\x79\x55\xfc\x6c\x75\xe3\xd3\xdd\xa6\xdd\xfd\x74\x76\xad\x1b\x42\xe9\xea\xa0\xed\x54\xd2\xb2\xf3\x41\x4d\x3a\x1e\xd6\x04\x10\x80\xb1\x01\xdb\x32\x69\x1b\x8d\xd0\xc0\xa5\xcb\xb1\x0a\x5b\xb1\xe9\x4a\xd7\x07\x3e\xfd\xc0\xa7\x1f\xf8\xf4\x03\x9f\xfe\xef\xcd\xa7\x3b\xdf\x42\xbc\x94\xb3\x6f\xb7\x8b\xbe\xe8\x95\xba\xd5\x07\x61\xc8\x69\x75\x17\x3b\x83\x75\x39\xd6\xa5\x85\xb7\x87\xf7\x55\x90\xcb\x0e\xb6\x7e\x29\xb0\xe2\x51\x51\x99\x7b\x3d\x72\xe2\x5b\x99\xb9\x90\x86\xe6\x76\x03\x1f\x0b\xf1\xc9\xa2\x1f\x6a\x74\x44\x87\xa4\x7f\x4f\x1d\xf1\x4c\x07\x39\x0c\x31\x66\xc6\xad\x75\x10\x82\x73\x57\x55\xb1\xd3\x26\x4f\xe5\xac\x94\xe6\xa8\x9d\x76\xad\xd7\xcd\xcb\xd6\x8b\xc2\xaa\x3b\x7c\x69\xfc\x80\xc8\xa1\x7c\x6d\x80\x7a\xe9\x32\xb7\x04\x2a\x63\x90\x10\xa9\xc6\x85\x7c\x3d\xaf\x4e\x25\xcf\xcb\xfd\xa7\xd6\x09\x32\xeb\xf4\xfa\x4d\xd9\x66\xea\xf3\xd5\xe4\x02\xc2\x21\x0d\x7b\xfa\xe8\xbc\x3b\x9d\xb3\xdc\x60\xc8\xdb\x34\x4f\xb1\xd8\xa7\xcd\xb6\x63\x33\x1c\xe1\x68\xbf\x99\x6c\x3b\x6b\xb7\x74\x35\x29\xaf\x7a\x2f\xe5\xcc\xd5\xb3\x82\x74\x3a\xbd\xa6\x1c\x4c\xd0\xf2\x63\x4b\x5d\xb5\x53\x7a\x6b\x52\x1f\xf7\x73\x5f\x35\xae\x0a\xcf\x98\x86\x56\x1f\x13\xdd\xe2\x53\xf5\x5c\xb0\x94\xc5\x5a\xd6\xc6\x21\x94\xcf\xae\xb5\x2e\x10\x8d\xa9\x30\x54\x73\xca\x53\x6d\xab\x79\x28\x06\x87\x98\x6f\xae\x88\xcd\xe5\x0e\xc4\xd4\x94\x4f\xfa\xd2\x96\x2e\x0e\x88\xd7\x9f\x58\xe0\x0b\x32\xa7\x59\xe2\x5d\xa0\x73\x01\x99\xdf\x75\xb9\x94\x81\x70\x70\x70\x31\xbb\x53\x5e\x12\xb0\x1d\xbf\xb8\x75\x39\x46\xbb\xc5\xc4\x54\x3b\x95\x33\xe4\xa6\x74\xc2\x52\xa2\x1c\xca\xec\xca\x43\x0c\x39\x66\x5d\x0a\x9f\x00\xc5\x9f\xbc\x7e\xde\xac\xd6\x6c\x13\x00\x7e\xd2\xf2\x71\x9b\x46\xd3\xbd\x41\xaf\x17\x97\xbb\x12\x77\xe3\x80\x50\x72\xc5\x56\x78\x6b\x48\x45\xe1\x54\x65\x5d\x88\x52\x5f\xb9\xee\x8a\xad\xa0\x11\xf6\x6b\xde\x82\xdd\x34\xb1\x2b\xb6\xc1\xa3\xbe\x34\x49\xf3\x6d\xeb\x53\x86\xb3\x35\x0f\xbc\xbe\xe3\x27\x58\xc8\x0a\xed\xb2\x77\x47\x41\xd9\xe1\x62\x0b\x40\x3d\xfa\x32\xb6\xc4\xb8\x15\x85\x08\x7e\xa4\x10\x99\x86\x76\xe6\x7c\x69\x7d\x98\x70\x13\x59\x8c\xda\xca\x12\x6e\x08\xa4\x93\x33\x31\x30\xd2\x91\xf9\xe7\xc5\x2d\x37\x7c\xd7\xac\xc1\x73\xc9\xd4\x6b\xa9\xe1\xc9\xbd\x4c\x15\x41\xd8\x62\xa2\x96\x97\x63\x82\x2e\x10\xb6\xcd\x4c\xec\x25\xb6\x9b\x90\xbd\x6b\xf6\x48\xe1\xca\x9c\x49\x32\x73\x33\xf2\x7a\xae\xb2\x43\x38\xad\x4b\x48\x31\x84\xe3\xa6\x76\x0c\x8b\x08\x99\x95\xf0\xd0\x32\x9c\x1d\x0a\xb8\x0f\xbe\x01\x09\x04\x32\xa3\x24\x24\xb1\x35\x02\x5c\xa9\x0f\x1e\x93\x05\xcb\x66\xcc\xa8\x66\xf1\xbc\x1d\xbd\x9d\xec\x23\x9d\xf5\xb2\x2e\xaa\x4b\x17\xbd\x6d\x68\x28\xae\xf5\xbd\x43\x67\x63\xa3\x0e\xfa\xd1\x26\x68\x81\x65\xbe\x34\xdb\xb5\x11\x43\x4e\x3c\xa1\xe9\x79\x07\xae\xd1\x01\x8f\xeb\x3c\x1b\x01\x40\x4e\xb8\xa0\x4b\x43\xa5\xbf\x18\x86\x07\x84\xf2\x2b\x59\x52\x6e\x64\xa5\x13\x97\x6b\x36\x7c\x67\x4d\x2d\xe1\x30\x90\x18\x4f\x11\xb3\x06\xd7\x34\x75\xce\x88\x82\x30\x3c\xc3\xbc\xfb\x52\x70\x52\x0c\xc8\x0d\x54\x76\x32\x2c\xcb\xeb\x70\xbd\x2b\xb6\xb2\x19\x2e\x43\xca\xee\x9d\x09\x9b\x16\x77\x8d\x96\x3d\xdf\x06\xad\xa8\x07\xef\x7a\x77\x39\x5c\x3e\x46\xa0\xa8\x24\x7a\x5d\xd0\xa5\xcd\xf3\x4a\xb5\x5c\xf0\x78\x5d\x00\x91\x09\x3b\x37\xbb\xcc\xc0\xd6\x41\xf8\x08\x9b\xfb\xc2\x59\xae\xa2\x85\xcf\xe6\x8c\x55\x9e\xa1\x98\xea\x9c\x25\x79\x6a\x93\x44\x37\x09\x1d\x25\x61\xc2\x97\xd3\xf7\xa9\xcd\x20\xe5\xf9\xeb\xd2\x97\x8d\x5c\xb2\x90\x90\x59\x19\xca\xe8\xdf\x49\xcc\x30\x93\x69\x93\xbb\xea\xa7\x1f\x8a\x5d\xbe\x24\x44\xe5\x80\x03\x59\xac\xb5\x3c\x86\x17\xa1\xbc\x00\x55\xf8\x96\xa9\xaa\x60\x87\x09\x7d\x80\x19\x96\xb2\xf5\xb5\x88\x61\x09\xc3\x84\x63\xd6\x74\x88\xd2\xb9\x5d\x02\xdb\x26\xc0\x26\x12\xbd\xf5\xdf\xb3\xd5\x71\xea\x2a\xe7\x5c\xef\x8d\xec\xac\x8c\x38\xa9\xa9\xce\x71\x1e\x50\x4d\x7c\x6d\x58\xae\xc8\x4f\x32\xbb\x72\x99\x7b\x02\x11\x11\x1c\xc7\xcb\xa5\x88\xa4\x3a\x26\x29\x17\xf9\x2d\x20\x74\x98\xc9\x94\x45\xe5\x16\x37\x30\xd6\x31\x79\xf4\xa8\xf5\x93\xd6\xaa\x7d\x9e\x52\xc1\xee\xe5\xbb\x0b\x6a\xf0\xe1\xbe\x8b\xe9\x99\x4a\x44\xba\x5e\xba\xab\x6c\x31\x41\xef\xed\x90\x76\xa2\x3a\x61\x55\x48\x5d\x94\x10\x8a\x08\xf9\xc1\xb0\x91\xf5\x5e\x9e\xcf\x39\x25\x13\x14\x72\x2b\xb6\x1b\x81\x77\xc1\xad\x43\xb4\x5d\xee\xa0\xc2\xcb\xc9\xf9\xd9\xb1\x4d\x71\x96\x00\xc1\x05\x76\x10\x48\x7a\x1f\x4b\x23\xec\xdf\x9a\x1d\xed\x41\x33\x7b\xad\x44\xe4\x1f\x97\x29\xa5\xab\x70\xbf\xb6\xfb\xfe\x53\x05\x7c\x72\x07\x4f\xe0\xdf\x9c\xa0\xdf\x75\x49\xf0\x67\xa3\xc0\xbf\x36\xe1\x7b\x16\xfa\xc9\x76\x16\xf2\x6e\xc2\xff\x1a\xd0\xbf\x39\x05\x60\xcb\x69\x77\x51\x04\xd6\x26\xfd\xa0\x0c\xf8\x9f\x8e\x17\xa6\x5b\x5e\xd6\x74\xbf\x7b\xee\xea\x40\xd7\xae\x20\x90\x6e\x4a\x02\xe9\x7e\x8d\xd3\x65\x06\x1d\x14\x06\xb2\xb5\xd2\x40\xba\xe3\xfa\x41\x79\xe8\x74\x70\x75\x56\x0d\x5b\x9b\x6c\xa7\x48\xc0\xa0\x32\xb5\xf9\x72\x3a\xa6\xb1\x09\x3a\x94\x4f\xf3\xf0\xc5\x76\x22\xf5\x65\xd9\x16\x69\x16\x0f\xac\xe2\x66\x64\x57\x0e\xb3\x53\x35\xcc\xd2\x6d\xd8\xc8\x2c\x8e\x1e\x52\x91\x0c\x0b\xd0\x46\xf7\x91\x1e\xf2\xd2\x4a\x63\x60\x6f\xbf\xf4\x63\x03\xec\x5a\x53\xa3\x3f\x41\xf0\x22\xbe\x61\x58\xaf\x05\xa0\xc1\x93\x16\xe8\xd1\xc5\xe7\x64\x7c\x99\x32\xf2\x47\x4f\xe4\x03\xcc\x08\xf7\x27\x2b\x82\x7a\x72\x07\x7d\xcc\x11\xe6\x1f\xdd\x6f\x7f\xfa\x58\x93\x21\x7e\x6d\x0b\x89\xe9\x05\x5e\xbe\x85\x19\x56\x99\x9d\x9c\xcd\x65\xa7\xa5\x0b\xf6\x81\xeb\x2c\x1b\xf4\x68\xc3\x84\xd2\xb4\xd4\x58\x45\xa8\x15\x84\x71\x40\xeb\xe1\x47\xaf\xe5\x05\x2a\xa5\x6c\x00\x81\x28\x2c\x2b\x9e\xc0\xde\x7c\x2d\x5f\xdc\xb2\x38\x6f\xae\xf5\x8d\x3f\x1d\x59\xd6\x76\x66\xd4\xff\x28\x24\x2a\x9c\x59\x49\xa2\x2a\x48\x2f\x94\xa9\x5a\x31\x73\xc5\x56\xc5\xc9\x6e\xe5\xb5\x52\x72\x2b\x17\x84\x39\x61\xf6\xa0\xfe\x83\x2b\x33\xb0\x98\xb8\x88\x60\x1b\x69\x2a\x83\xd1\x1d\x42\x8d\xa8\x9a\xa6\xf8\x99\x7f\x91\x45\xf7\x87\x2d\x04\x3a\xcf\x77\xeb\x45\xb9\x40\x7e\x7b\xf1\xcf\x9c\xa6\x11\x79\xee\x14\x3d\x2d\xdd\x23\xdb\x68\xed\x9c\xf0\xd5\x6f\x8d\xc2\x64\x23\x7d\x94\xb4\x35\xe3\x60\x8f\xc7\x54\xf8\x8d\x5c\xac\x91\xc2\x42\x69\x4b\x9a\x69\x1e\xe7\x29\xcd\x88\xd9\x0b\x33\x99\xad\xee\x05\xa3\x05\xd1\x5c\xb0\x58\x8a\x64\x1b\x8d\xe6\xb2\xda\x37\xc4\x31\xe8\x91\x2c\xe3\x12\xcb\x60\xf2\x05\xab\x12\xe9\x0e\xde\x51\xfa\x10\xf2\xa9\xdb\xd5\x7e\x8b\x0d\x88\xd4\x73\x96\xdd\x70\xc5\x2a\x3e\x14\xb6\x52\x4a\x3f\xe0\x7c\x7e\x57\x94\x4b\x32\x72\xed\xb5\x67\xe6\xeb\x70\x3b\x92\xb5\xc8\x2e\x36\xd4\x54\x66\x90\x2a\x7c\x27\x91\x58\x8d\xf5\x9a\xc7\xba\x1f\x91\xbf\xb1\x4c\x62\x40\x1e\x9b\xe1\xfd\xb3\x25\xf1\xc2\xc1\x0b\xcb\x93\x52\x45\x76\xc9\x0e\x74\x23\x7c\xb1\x60\x09\xa7\x9a\xa5\xab\xbe\xbb\x55\x53\x2b\xa5\xd9\xa2\x7d\xe9\x82\x84\x08\x4f\xda\x23\x42\xba\x7a\x5d\x01\xb0\x5b\xac\xec\x8f\xee\xba\xb6\xc0\x8c\xcb\xef\x5a\x5a\x42\x7f\xbc\xc8\x16\xd9\x3e\xf4\x87\x2b\xbc\x05\x1c\x9b\xf1\x0b\xfc\x0f\x43\x07\x94\x64\x6c\x06\x54\x6e\x6b\xaf\x7f\x3c\x8d\x7f\xb4\x25\xbc\x75\x00\xa3\x78\xf0\x98\x76\x28\xf3\xe0\x5a\x3a\xb4\xba\x2c\xcc\x45\x6a\x8d\x1a\xf9\xc5\x75\x8a\x7e\x13\x86\xbc\xcb\xf0\x13\xe1\x7c\x8c\x1e\x8c\xc9\x62\xab\x80\x50\x12\x1b\x01\x58\x94\x3f\x7e\x26\xa6\x19\xc5\xca\x9c\x79\xc6\xb0\x86\xdc\xb4\xd6\x5e\x67\x73\xb6\xac\x9b\xed\x4a\xc3\xba\x5d\x18\x07\xcd\x2e\xe5\x52\xa6\x72\x86\x5a\x27\x0f\x07\xb3\x66\xc7\xe6\x61\x78\x09\xbc\x62\xa0\x37\x6e\xca\xd0\x10\xd2\x42\x4c\x98\x1b\x75\xcf\xe8\xb0\xfb\x16\x0d\x37\x73\x66\x08\x7b\xed\x13\x3e\x75\x28\x57\xe4\x02\x94\x0e\x3b\xa6\xe9\xfc\x3d\x9f\xcd\xd3\xd5\x89\x4b\x34\x31\x00\xdf\x5f\x16\x1b\x76\x93\xae\xa2\xce\xe6\xc5\x3a\xb9\x73\x53\x8e\x95\x76\x46\x02\x39\xda\x4f\x92\x05\xef\x56\x50\xb7\x57\x6e\x5f\x5f\x50\x17\x2a\xb1\x81\xe5\x93\xdd\xe0\x07\x48\x9c\x52\xbe\x50\x95\x0c\xae\x98\xb6\x5d\xde\x18\x04\x25\x4c\xac\x5c\x2b\x1a\x67\xd2\xa6\x31\x46\x07\x86\xbe\xb3\x77\x5b\xce\xe2\xb1\xe4\x56\xd5\x97\xb7\x35\x32\xbe\xaf\x13\x5d\x81\x15\x56\x09\xad\x9a\xf6\xf2\x80\xd0\x89\xcc\x41\xc2\xe2\x99\x1f\xf4\x6e\x37\x0a\x0e\xd6\x1f\x6e\x04\xcb\x8c\xd0\xd1\xf1\x5e\x61\xad\x5f\x25\xb5\x27\xd6\x5d\xa7\x0b\xd6\x88\x9c\xf5\x12\x78\x80\xad\x1f\x4b\xbe\xb2\xae\xa4\xe8\x58\x90\x21\xb9\xd0\x19\x8f\xf5\x31\x79\x2e\x03\x03\xb0\xcd\xe4\xcf\x05\x49\xf8\x14\x2a\xf0\xe8\xf0\x23\xe0\xe3\x47\xf9\x82\xf8\xf4\xcf\x06\xb2\x08\x07\x3c\x13\x1a\x73\xda\x43\x63\xeb\x53\x74\x8c\xce\x45\xbe\x44\x80\x1b\xa0\x18\x7e\x49\xf5\xbc\xc8\x23\xe8\xc6\xb4\x3e\xbc\xd5\x69\x56\x48\xa0\xe2\x79\x82\x53\xba\x73\xad\x8e\xda\x09\xb4\xb4\xc7\xcf\xb5\x1e\x39\x2d\x47\x97\x93\x17\xb7\x29\xbb\x53\xee\x53\x21\x12\x8b\x62\xa8\x7e\xe1\x85\x51\xd8\x90\xbc\x8e\x3e\x82\x3c\xe3\xeb\x57\x72\x3f\x95\x3f\x64\x5f\xa1\x1b\xab\x39\x1a\xf0\x53\x6f\xf7\xde\x11\x76\xbb\x94\xaa\xcd\xa9\xa8\x7c\x6e\x40\xcf\x47\xaa\x02\x20\x32\x3f\x33\x9c\x53\xcd\xad\xa3\x6a\xb9\x78\x16\x5d\xf2\xd1\x24\x95\x13\x7b\x27\x83\x55\xb1\xcc\x61\x06\x05\xa6\xa3\x99\x2c\xea\x4f\xff\x79\x99\x50\xf0\x58\xaa\xcc\x04\xbc\x12\xdd\x33\xe5\x1c\xdf\xcc\x99\xe1\x9e\x3d\xe7\xca\xa9\x8d\x36\x17\x43\xae\x30\xa3\x8c\x36\xf2\x5f\x88\x65\x5a\x9d\x86\xc1\xcd\x45\x3e\x49\xe4\x82\x9a\x83\x50\x12\xa5\xe5\x92\xf8\xc2\xf7\xc8\xdd\xed\x08\x6e\x53\xe6\x06\x52\x5b\xbe\xa2\x6e\xbc\xd7\x66\xd7\x62\xb2\x8d\x8c\x79\x30\x5a\x7c\xb8\xc6\xa2\x3a\x69\x7b\xad\xa4\xd6\x27\x6e\x24\xde\xba\x99\x3b\x9b\x70\x3d\xc3\x85\x1c\x6b\x35\xdd\x3e\xa2\x4e\x4e\x15\xb2\x2e\x4d\x8b\x0f\xdf\x6d\x0f\xb6\xcb\x7d\x66\x95\xba\xbb\xe5\x95\x9a\xb7\xbb\xe4\xbd\xc1\xf5\x7f\x70\xc7\x7b\x70\xc7\xeb\x82\x7e\xfc\x79\x70\xc7\x7b\x70\xc7\xfb\x2f\x70\x03\xf7\xe0\x8e\xf7\xe0\x8e\xf7\x6f\x76\xa3\xf6\x9f\xe9\x8e\xa7\x53\x75\xc1\xe2\x3c\xe3\x7a\x75\x9e\xc9\x29\x4f\x6b\x6d\x7a\x95\x4b\xb4\xb5\x3e\x41\xb0\x8f\xad\x10\xad\x7c\x44\x53\x35\xe8\xca\x4a\x1d\x85\xd0\xb1\x41\x9a\x28\x09\xf3\x74\xc9\x8d\x14\x63\x3a\xd5\x59\x99\x9c\x05\x2a\x63\x4a\xe6\x59\x5c\xf5\x8b\x0a\xea\xd0\x99\xc1\x7e\x48\x93\x01\xaa\x60\xd6\xa8\x8a\x0b\xfb\x4a\x26\x2c\x13\xe6\x94\x84\xa9\x81\xa4\x8f\x50\xa1\x31\x99\x5f\x33\xff\xb2\x5c\x3f\x8b\xab\x75\xdb\x09\x99\x30\x7d\xc3\x98\x30\x87\x0b\xa3\x50\x1f\xae\x94\xb0\x6d\xc6\xaf\x99\x30\xac\xcd\x5a\x0f\x70\x24\x2d\x7d\xfc\x5e\x08\xa0\xff\x2e\x5e\x42\x22\x5e\xec\xc0\xe4\x2f\xd1\x5f\xa3\xbf\x99\x29\x90\x7c\x39\xcb\x68\x02\x32\x7c\xe9\xe5\x17\x7b\xe0\xc5\x65\xf5\x0b\x30\x93\xd4\x4f\x04\x85\xff\xe0\x1e\xb4\x5e\x5c\x04\x73\x52\x9e\xda\x30\x1f\x42\x89\x79\x2c\xf3\x7a\x7d\x78\x93\xd4\x81\x29\x32\xbb\x69\xa5\x36\x9d\x26\xb0\x8c\x5c\xb1\x6c\xe8\xe2\x6e\x0d\xc1\x29\x4b\x9b\x6e\x6e\x11\x79\xc6\x08\xbb\xd5\x66\xff\xa5\x66\xf6\x19\x88\xb6\x48\x07\x3e\x35\xa7\x43\x04\x55\x84\x0b\x0c\xf0\x2d\xe1\xa4\x28\xee\x4c\x35\x55\x3a\x93\xcb\x39\x8f\x23\x72\x22\xdc\x52\x56\x07\x4a\xa5\xbc\x52\x24\xe5\x57\x78\xd1\x00\x36\x90\x98\x2f\xe7\x2c\x53\xc7\x64\x48\x5e\x9c\x3e\xff\xfe\xc5\xf0\xc5\xe9\xf3\x8b\x93\xe1\xe9\xf7\x27\xa7\xdf\x9f\xec\xef\x0e\xcf\x7f\x78\xf9\xd7\xbd\x83\xdd\x23\xff\xfe\xcd\xc6\xb7\x27\x2f\x2e\xf6\xf6\x9f\x0e\xbf\x3b\x7d\x35\xbc\xf8\xfe\x64\xff\xe8\x49\x65\xec\xf5\xf7\x0b\x2e\x2e\x5f\x5e\xd8\xd2\xb4\xc7\x06\x65\xd7\x7b\xd1\x5e\x93\x1a\xd5\x29\xd0\xb6\x8b\x44\xe9\xe6\xde\xd5\xdb\xa2\x67\x3b\x84\xaa\x8d\x4b\xdc\x0a\x36\x50\x78\x4d\x68\x3a\x93\x19\xd7\xf3\x85\xcd\x59\x04\x75\x5e\xd9\x4c\x6a\x0e\x3a\xae\x15\x1d\x4c\x07\x43\x1b\x73\x2a\x12\x35\xa7\x57\x2c\x22\xfe\x1a\x0f\x5d\x1b\x33\xb6\x90\xd7\x0c\x12\xe0\xd9\xc0\x5c\x9e\x21\xe7\x17\x89\x22\xf6\xee\xc6\xaa\xb5\xd5\xa4\x8b\x76\xb7\x3e\x7f\x71\x31\x3c\x7d\x76\x7a\x60\x10\x4d\xc8\xce\x8a\x2e\xd2\x7e\x75\xd9\xc3\x36\x6d\x31\x9d\x1d\xc4\x96\xae\xd7\x71\x5d\xdc\x6c\x4a\x24\xd1\x79\x85\x4a\xdd\x9a\xd6\x09\xa2\xfe\x69\x4a\xae\x6d\x33\x6b\x77\x83\x60\xd7\x4c\x6a\x19\xcb\xd4\xd7\xf8\xeb\xb4\x70\x75\xa8\x37\x4d\xec\x07\x14\xd9\x8b\xf6\x06\x64\x2f\xda\x07\x6e\xbe\x17\x1d\x84\x4b\x51\x4f\xfc\x70\x4c\xfc\x70\xf9\xe2\x98\xc4\xbe\xec\x3b\xe4\x6a\xe0\xb3\x39\x53\xba\xdc\xcb\xdf\xf1\x73\x45\xec\xa3\xcb\x97\x17\x7b\xfb\x6d\xcb\xd9\x25\x04\x31\x18\xab\x3d\x0f\x5b\xa9\x69\x7b\x2e\x85\x52\xd3\xf6\x4c\xe8\xa5\xa6\x6d\x95\x0a\x3e\xbe\xfe\x16\x81\x6b\x01\x77\xa8\x75\x63\xf9\x61\x0f\x64\xfc\x75\xbc\xde\x4b\x0b\xb0\xd8\xce\xb4\x77\xc3\xaf\x78\xb4\x90\x3f\xf3\x34\xa5\x91\xcc\x66\x23\x27\xbe\x8c\x2e\x40\x98\x78\x7f\xc1\x13\xf6\xfe\xf2\xe5\xc5\x67\xe1\x61\xfb\x3e\x96\x8b\x25\xd5\x7c\x02\xb5\x55\xde\x47\xfb\x4f\x33\x16\xcb\xc5\x82\x89\x84\x25\xd1\xfe\x57\xe6\x0b\x86\xc2\x2a\x8c\xbe\x61\xe3\x5f\xbe\xbc\x78\x7f\xf2\xe2\xe2\xfd\xde\xfe\xd3\xf7\xdf\x9d\xbe\x7a\xef\x99\xb5\x7b\xb1\x7f\xf4\xc4\xbd\x38\x78\x7a\x68\x5f\x38\xde\xff\xde\xf1\xfe\xf7\x1d\x99\xfc\x96\x47\xc4\xfe\xd1\x13\xf7\x1e\x3f\x5e\xea\xdd\xf0\xf6\xae\x87\x57\x1b\x5c\xcd\x5f\xad\xdd\xb9\x8d\x9b\x6e\x8b\xf2\xaa\x2d\x64\xba\x00\x51\xb0\x1b\x81\x62\xdb\x4f\x47\x9a\x28\x96\x96\x89\xf2\x5f\x4a\x82\xb5\x0b\x72\x50\xb0\xd2\x53\xcf\x4a\x73\x51\x84\x19\x7c\xda\x05\x93\x69\xc7\x5a\xb8\x12\xb5\xbc\x4f\xb3\x54\x3f\xa4\xc9\xfb\x09\x8d\xaf\x6e\x68\x96\xfc\x86\x16\xec\xbf\x1f\xcf\x28\xde\x35\x7f\xb1\x84\x8d\x66\x4c\xb4\xe1\xd0\xc8\x7b\xf5\x5d\xea\xb1\xd6\x8c\xb1\x5a\x6c\x15\xef\x1a\xba\xac\xe3\xa7\x09\x37\xfe\x79\x1d\x1e\xeb\xf0\x57\x1d\xaf\x61\x1c\x04\xa2\x0c\x51\x28\x0d\xd7\xf2\x8a\xdd\x4f\xcb\x0b\xda\x0a\x95\xd4\x17\x28\xb1\x25\x47\x6a\xec\x02\xd6\x26\x20\x33\x72\x0a\x5a\x5e\x64\xff\x75\xb9\xdb\xd1\xf2\x4d\xed\x26\x0f\x24\xe0\xa0\x80\x74\x2d\xa7\x29\xaa\x1d\x46\xeb\xdf\x0d\xcd\x11\x46\xaf\xa9\x1b\x41\x7d\x2c\xb3\x7a\x53\x08\x35\xef\x2b\x1a\xaf\xf5\xcf\xf1\x5f\x32\x30\x18\x39\x4c\x58\xd7\x1c\xeb\x6e\xc8\x56\x68\x56\x40\x7b\x07\x86\x62\x72\xcc\x87\x25\xd8\x8d\x63\x68\x58\xae\x94\x5d\xb3\x54\x2e\xed\x3d\x20\xbb\xe5\x0a\x8c\x07\x61\x93\x29\x64\x20\x43\x0b\x04\x17\x98\xbe\x27\x22\xe4\x39\xb8\x25\x81\x1f\xb1\x20\xcb\x8c\xc5\x5c\x19\x6d\xde\x26\x25\x09\xfa\x17\x55\x55\xc0\x82\xbf\xcc\x64\xcc\x94\x35\xe0\xc0\x6d\x90\x0d\x64\xcb\x58\x92\xc7\x35\x09\x69\x59\xd5\x00\xc4\x55\xa0\x15\x94\x62\xe6\xc8\x84\xa1\x2d\xa5\xf0\x08\x5c\x31\x4d\x6e\x58\x9a\x12\x9a\xc8\xa5\xbd\x36\x35\xf8\x95\x82\x28\x39\xd5\x37\x06\xc2\x94\x4f\x32\x6a\xb4\xcc\x3b\xdf\x5d\xfe\x90\xb6\x5d\x57\x86\x24\xd4\xd2\x0c\xa7\xd9\xd2\x00\x49\xfc\x13\xdc\x74\xea\x5c\x70\x31\xfb\x61\xd9\xe8\xb8\x4f\xc5\xaa\xa9\x44\x67\xb7\x42\x98\x0b\x7a\x7b\x5a\xd8\x1d\x5b\x5d\xc8\x3b\x68\x66\xc3\x4d\x4a\x56\xbd\xbe\x76\xdf\xa0\x76\xad\x6a\xe5\x33\xdd\xef\xef\xc2\x4f\x5b\x53\x97\x92\x6f\xbf\xbe\x5d\x85\x4f\x86\xeb\xd6\x54\xf8\x98\x26\xff\xc8\x71\x57\x5b\x7f\x5d\x00\x5b\xc4\xac\xc1\x1f\x71\x29\x13\x15\x91\x93\x34\x75\x8e\x52\x66\x8b\x60\x4a\x68\x9a\x02\x9b\x00\xa7\x08\x6b\x0e\xe5\x59\xe0\xc2\x56\xf8\x07\xf0\xa9\xf3\xc7\xad\xf8\x62\x95\x41\x0e\x5c\xb1\x4a\xc1\xdc\x18\xa6\x01\x86\x6b\xd7\xe6\x86\xeb\x39\x17\x95\xfe\x5c\x91\x19\x13\x2c\xa3\xa9\x65\x05\xa1\x46\xb8\x9e\x9d\xc8\xb9\xd3\x71\x0d\xfc\x08\x3f\xab\x74\xc5\xb0\x78\x37\x6b\x29\x94\x5d\xfe\x96\x8b\x4b\xbe\x60\x32\x6f\x8c\x81\xa8\x98\xd4\x2a\xbd\xfc\x1a\xce\xe5\x0d\x49\x25\xda\x43\x3d\x31\x7a\x37\xb7\x39\x4b\xe1\xd6\x13\x72\x40\xa5\x8c\xdc\x50\x8e\xa8\x72\xe5\x9b\x5c\x0d\x68\x9b\x57\xd4\xd5\xbe\x82\x93\x66\x64\x24\x61\x26\x12\x12\xa7\x45\x42\xaa\xe2\x23\x2d\xc6\x7f\x6d\x81\xe4\x8a\xec\xa9\x26\x56\xe9\x36\x45\x62\xd1\x79\x57\xe7\x28\x9c\xc3\x1d\xb0\x79\x7f\xa8\xa4\x55\x44\x76\xc3\xcd\xc1\xee\x27\x47\x0e\x66\xb9\x7c\x96\x4f\xa7\x2c\x7b\xb6\xd2\xcd\xec\xac\x92\xf5\xb0\xda\xad\xe2\x3f\xb6\xc8\xc1\x71\x7e\x21\xb3\x55\xe0\x2d\x96\x31\x20\x9c\x84\xec\x70\x41\x26\xa6\x5b\x1f\xd0\xb3\x96\x44\x36\xc4\xaf\xb2\x77\x79\x51\x35\x71\x60\x25\x77\xa7\x26\x29\xa3\x4a\x93\xbd\x27\x46\xbe\xe5\x98\xd3\x74\xb4\x0f\x57\x86\xb6\xcc\xba\xa3\xea\xf5\xef\xed\x38\xe9\x4a\x4b\x99\xaa\x88\x33\x3d\x05\xd9\x6a\xae\x17\xe9\x28\x9b\xc6\x5f\x1e\x1d\xee\xf6\xa3\xd6\xea\x91\xeb\x83\x7a\xee\x46\x2b\xa9\xcd\xe4\x94\x1c\xec\x7f\xf9\xe4\x29\xe2\xa0\xc4\xa3\xca\xc3\x37\xb2\x24\x23\x81\xad\xaf\x81\x65\x4d\xde\x5a\xae\xa5\x24\x6a\x41\xd3\x14\x25\xa3\x8c\xd1\xab\x06\x50\x0d\x33\xee\x36\x5e\x4a\xb3\x99\xd9\xe5\x66\x49\x51\x44\xaa\x1f\xd1\x9a\x6f\x15\x9f\x09\xb8\xfc\x02\x19\x0b\x58\xb3\x25\x0b\x3d\xa7\x82\x08\x66\x44\x38\x9a\xad\x1a\x05\xa6\x2e\x47\x63\x91\x7e\xd6\xac\x7d\xeb\x56\x68\x0b\x7f\x08\x11\xf0\x8a\xde\xbe\x61\x50\xf4\xef\x8e\xbb\xa2\x32\xc0\xdd\xf7\x47\x26\x17\x35\x4b\x63\x48\x39\x4c\x53\x9b\xc1\xb7\xe0\xde\x4b\x24\x84\x2e\x9d\x48\x7d\xa7\xed\xc5\x45\x2c\x17\xa6\x77\x98\x9f\xb4\xf0\x8d\xc6\xfa\x42\x20\xc9\xef\xac\x43\x36\x6c\xc3\x63\x1f\xa7\x35\x80\xa0\x1a\xf3\x85\xf5\xfe\x6e\x43\xcf\x20\x48\x26\x43\x3a\x69\x19\xf2\x3e\x77\xe5\xd3\xbd\xaf\xf6\xef\x6f\x53\x56\x49\xe0\xfe\xb6\x67\x97\x91\x7f\xd3\x1b\xb5\xa5\xe0\x6d\xa7\x7d\x9a\xea\xf9\xe9\x9c\xc5\x57\xa0\x10\x5d\xd3\xb4\xf3\xfe\xac\x76\x5c\x3f\xdc\xbd\x67\x71\x06\x47\xb8\xf2\xd7\xfc\xfa\x46\x9a\x8d\x63\xf4\x56\x10\x51\x6d\xfe\xd1\xd8\x0c\x07\x41\x35\x5c\x97\x6a\x43\x5a\xe9\x48\xb9\x9c\x2a\x3e\x96\xc3\xdd\xbe\xcf\x52\x39\x01\x3a\xa2\x2a\x20\x46\x90\x17\xd2\xd4\xba\xf6\x0e\xa0\x2c\x9b\x55\x6c\x8d\x02\x9e\xf1\x24\x61\xc2\x48\xdf\x43\x0c\x84\xb0\x2e\x9f\xf8\x07\x54\x2a\xc1\x9b\xfe\x31\xfa\x91\x66\x65\x3f\x0a\x9b\xaa\x37\x42\xe0\x23\x00\x3e\xe2\x16\x19\xe3\x1e\x90\xfd\x0b\xa8\x84\x09\xde\x65\xb9\x30\x74\x81\x97\x76\x38\xac\x75\x33\x83\x42\xaf\x31\x5c\xff\x61\x4c\x92\x1a\x10\x46\xe3\x39\x3a\x33\x7b\x21\x7f\x9a\x51\x64\x33\xc0\x95\x48\x2e\xb8\x51\xb2\xa7\x53\x7e\x3b\x20\x6c\x46\xc6\xbd\x83\xdd\xdd\x85\x1a\xf7\x06\x64\xdc\xdb\x8b\x8e\xe6\x63\x28\x49\x37\xee\xed\xcf\x0f\x8f\x16\x06\x1c\xf4\xcb\x03\xa3\x83\xe9\x8c\x72\xf7\xb8\x27\x6c\x9f\x5c\x8d\x7b\x64\x07\xba\xfc\xef\xff\x69\x7e\xff\xf3\x17\xbb\xbb\xcf\x8e\x70\x90\xff\xf3\xbf\xec\x93\x83\x67\xa7\x7d\xd3\xda\x7d\xc9\xfe\xb3\xc0\x7f\xe6\x76\xda\xa5\xdd\xae\x25\x49\x8d\x3a\x03\xc4\x7f\x84\x2e\x02\xb8\x8b\xd8\x2d\x14\xc9\xd1\x19\x9d\x1a\x35\x24\xc9\x51\x2a\x96\x92\x4c\x81\x53\x0a\x4d\x2e\x4f\xcf\x2b\xd4\x01\xd3\x8f\xc1\x60\x2c\xa0\x84\xdf\xc5\x5f\x5f\x93\xa5\x21\x10\x4d\x94\x96\xd9\x02\x53\xa7\x6a\x96\x09\x8a\x21\x3c\x03\xe7\x6f\xe3\xe0\x91\x70\x67\x69\x0b\x99\x2a\x70\xa1\x11\x86\x53\x67\x0c\xac\x44\x29\xd5\x4c\xc4\xab\x81\x03\xc8\xc9\xe6\xd6\xa9\x26\xb8\x42\x97\x40\xe7\x86\xab\x14\xc1\x43\x86\xc8\xe6\xf4\x9a\x89\x47\x68\xe8\x98\x30\xe6\x32\xbd\x22\x5f\x53\x79\x3c\x07\x2c\x9d\xb8\x28\x78\x99\x91\x9f\x59\x26\xeb\x76\xa3\x0d\x99\x14\x92\xc8\x25\x17\x6e\xf9\x6b\x8e\xa1\xb9\x94\x8a\x05\xc4\xef\xab\xdf\xd5\xb9\xdb\x78\xf3\x53\x14\x5c\x40\x84\x92\x73\x1d\x24\x7e\xd3\x1d\x21\x4b\x2f\xf7\xb4\xfc\xa8\x1c\xdb\x8d\x5a\x89\xf7\x04\x73\xc9\xfe\xd7\xda\xec\xef\x1d\x7e\x79\xf8\xf4\xe0\xc9\xe1\x97\x0b\x45\x76\xf6\x0f\xa3\xa7\x47\x24\xa1\x2b\x48\x0b\xfd\x4c\xea\x79\x7d\xc4\x55\x30\x8d\xc6\xd4\x47\x3e\x4b\xfc\xce\xee\x87\x9d\xb7\xbb\xc3\xaf\xde\x7d\xb1\x33\x8e\xf0\x97\xfe\x37\x3b\x42\x7d\xc8\xd5\x87\xff\xfd\x3f\xd5\x87\xff\xf3\xbf\xd4\x87\x85\xfa\xa0\x3e\x2c\x3e\xcc\xfb\xfd\x2f\xfa\x4d\xa9\xe3\x37\xaa\x01\xdd\x4c\x15\x6b\x35\xd8\x83\x3e\x9e\x91\x86\x38\x2b\xc2\x15\x15\x5f\xe4\xa9\xa6\x82\xc9\x5c\x95\x1c\xc7\x7c\x75\xde\x09\x23\x4c\x19\x75\x9a\xab\x39\x4b\x0c\x83\xf3\x69\xc8\xad\xa5\x2f\x22\x67\x48\xee\x7e\x57\xe0\x5a\xc0\xca\x28\x64\x3f\x0d\x75\x9e\xb5\xb4\xa1\x2a\x78\xb2\x85\x00\x18\xd2\xb7\xe6\xc1\x58\xa2\x4b\x79\xe1\x1a\x69\x43\x70\xbd\xdb\x99\x39\x0d\x6c\xfd\x64\x95\x2f\xac\x8d\xf1\x9c\x65\x36\x92\xa2\xb0\x0d\x1c\x3b\x21\x64\x77\x40\x86\x7b\x85\x5f\x61\x06\x34\xb0\xbf\xbb\xbb\x3b\xb4\x36\x9c\x96\xbc\xef\x66\x8f\xed\x6e\x94\x63\xf4\x5a\xea\x64\x39\x25\x47\x66\x68\xdc\xd7\x15\xaf\xbb\x75\x8a\xe4\x82\x4c\x73\x88\xad\x2c\x3c\xd9\x1c\x4c\xac\xa0\xf7\xe1\x1e\x46\x31\xba\x55\x01\x00\x92\x95\xa0\x0b\x4c\xe0\x0d\x19\xbf\xe0\x10\xf2\xeb\x8f\x7d\xcb\x7e\x7e\xde\x88\x9b\x83\x1c\xa9\x9c\xab\x67\x96\x0b\x51\x2a\x4d\x1d\x11\x8c\x81\x30\x0f\x87\x7b\x64\x87\x47\x2c\x1a\x10\x9a\x6b\xd9\xc7\x6f\x17\x6c\x90\x5a\x69\xc7\x7e\xcf\x2e\x11\x40\x93\x90\x9d\xff\x71\x04\xa8\x36\x10\xfc\xb0\x64\xe2\xc2\x9c\x85\xe4\x4f\x5f\x1f\x46\x7b\xbb\x2e\xb2\x55\xf5\xdd\x0a\x65\x6c\x6a\x28\x04\x88\xa9\x42\x7f\xf8\x55\x2e\xe2\x3c\x0b\xc5\x25\x27\x27\xe5\x90\xd9\x1f\x78\x7c\x56\xf8\xd6\x59\x03\xb3\x5f\x01\xb7\x36\xa5\x23\x87\xfa\x88\x69\xf4\x96\x29\xc9\xbe\xe1\x28\xe8\xb0\x0a\xe1\x1a\x48\x98\x80\x43\x04\x6c\x99\xb1\x6b\xf0\x8a\x0d\x12\xf8\x3b\xc8\x41\x8b\x50\x9a\x66\x1a\x82\x87\x70\x75\x57\x32\xb7\x2c\xd8\x70\x60\xae\xe2\x8c\x69\x87\xc3\x1d\x16\xcd\xa2\x01\xf9\x12\x60\xed\x17\xe4\x8b\x82\x91\xd9\x52\x5c\x91\x05\x9f\x65\x45\xbc\x91\x60\x37\x90\xdc\x6d\x80\x68\x7c\x04\x07\xc0\x2c\xa7\x19\x15\x9a\x79\xc5\x9d\x6a\xdf\x10\x8a\x69\xf3\x84\x09\x6d\x08\xc8\xd3\x43\x21\x42\x99\x0d\x0f\x27\x0f\xa1\x44\xc5\x4c\xd0\x8c\x4b\x9f\x73\xee\x06\x24\xdb\x29\xe5\x29\x06\x47\xd1\x4c\x47\x6e\x56\xe6\x28\x83\x4f\xd8\xe0\xaa\x22\x42\x70\xfd\x23\x6e\xaa\x45\x1b\x9d\x1b\x89\xc7\xdd\x8d\xe0\xe4\xdb\x70\x05\xbb\xc2\x80\x35\xcb\x79\x02\xf6\x50\x14\x20\xcc\xe6\x1c\xee\xe1\xad\x30\xd3\xc1\x66\x9a\xb0\x82\x3a\xc3\x0d\x44\xb5\x2b\xa0\x0e\x4b\xf4\x57\xf3\x4d\x2a\xc8\x42\x0a\x0e\xc9\x35\x42\x3a\x33\x62\xa2\x5d\x0d\xbf\x63\xec\x6c\x75\x58\x58\x9f\x2c\x98\xce\x78\x7c\x4c\x1e\xf9\x66\xef\x71\xa0\xf7\x36\x96\xec\xbd\x62\xfa\x3d\x28\x3d\xbf\xf8\x26\x5f\x3b\xe9\x71\xdc\x1b\xf8\x88\xc9\xaf\xc7\x3d\x2f\x4b\x0e\x2d\xa3\x1d\xf7\x7e\x7d\xb4\x19\x58\xb0\x0f\xfb\xeb\xb2\x0a\x71\x62\x8c\xe8\x6f\x63\x2e\xa3\x62\x60\x0f\xdd\x5d\xb1\xf2\x31\x8a\xd2\x66\x25\x28\x63\xa9\xa4\xc9\x76\xfa\x4f\xb9\x4f\xf9\xc4\xb6\x92\x90\x53\x05\x08\x38\x55\xbb\x22\x1a\x76\x71\x8c\xee\x52\x44\x39\xe2\x68\xb0\xf7\xe3\x98\x2d\x71\x5f\xe3\x91\xd2\x78\x54\x1b\x0a\x09\xf9\x14\x8d\xe3\x7c\x91\xa7\x3e\xc9\xe4\x1a\x69\x0c\x6c\xd6\x02\x7b\x3d\x88\x89\x60\x91\x13\xac\x7f\xc3\x03\x6f\x3e\x03\x15\x18\x8c\x0c\xcf\x04\x96\x8e\xe0\x0b\x5b\x3c\xc2\x0c\x44\x9d\x80\xfc\x48\x79\x11\xb9\xe2\x44\x9e\xc9\x5c\x24\x99\x9c\x70\x61\xab\x4e\x00\xa7\x76\x4e\xa9\x51\x55\x5c\x4f\x58\xdd\x84\x8d\xe6\x66\xdf\x30\x27\xa3\x13\xc5\x0d\x14\x18\xac\x09\x9c\xa2\x28\xcd\x52\xf6\xd6\x86\x2c\x2f\xf4\xca\xf9\xa7\xa3\xf0\xf2\xcf\x9c\xc7\x57\x45\x8c\xff\x5a\x0d\x23\x50\x96\xbc\xbe\x06\x6f\xff\x00\x95\x5d\xfe\xe8\x8c\x9c\xcb\xab\x59\x34\x93\x51\xc2\xae\x47\xa6\xf1\x67\xe7\x34\x53\xec\xb9\xed\xf1\xa7\x40\xbc\x1e\x94\x68\x23\x90\xb6\xd0\x47\x72\x4f\x0d\x36\x8b\xc9\x7b\xfb\xbb\x2a\x22\xaf\x9c\xa4\x2d\x92\xfa\xa6\x2a\xbc\x69\x2e\x24\x12\xef\xfa\x29\xa7\xc5\xe1\x5d\xb2\x55\x4d\x0d\x43\x76\xb3\x95\xb9\x56\x3c\x71\x59\x2d\x94\xad\x7a\xa5\xca\xb5\xd8\x75\x39\x33\x45\x69\x4f\xf8\xe4\x10\x74\xb9\x64\xc9\x68\x9a\x4a\x99\xd9\x3b\x6d\xb4\xf6\xfc\x03\x55\x22\x38\x34\x4a\x5f\x9e\xa2\x64\x6f\xa6\x5b\x19\x05\x12\x3e\xec\xef\x42\x3a\xa4\x46\x49\xae\x18\x3d\xcc\xd1\x8b\xa4\x94\x54\x82\x69\x0b\xd6\x68\xa5\x0a\x4c\x67\x70\x82\x0a\x19\x36\x81\xf3\xa1\x3c\x37\xcd\xd2\x54\x35\x5b\x81\xec\xf1\x16\x0c\x1b\xa8\x63\xc5\x3d\xf9\x11\xaa\x46\xeb\x62\xa4\x01\x4a\x62\x0d\x79\x6e\x03\x34\x2e\x0b\x99\x96\xfd\x27\x19\x15\xcc\xb2\xfc\xa6\xcc\x0a\x18\x43\x5e\x95\xf4\xca\xe6\x36\x90\x5e\x03\x71\x2f\x14\x16\x43\xdb\x83\x63\x20\x5c\x10\x39\x81\xa0\x5f\x31\x0b\xf9\x88\x0d\x07\xb7\x7b\x92\x67\x84\x89\x64\x29\x39\x84\xc2\x36\xf1\x18\x47\xab\x48\x2c\x2c\x41\xbb\x87\xb3\x65\xa4\x36\x3c\x55\xb0\x1b\x23\xe1\xdb\xc4\x45\x3e\x70\xdd\x12\xee\xc4\x5e\x09\x26\xc4\x88\x2f\x29\xb2\xe9\x7c\xa2\xac\x3d\x04\x87\xfe\x2d\xe9\xbb\xc8\xf2\xb7\xbd\x64\xad\xf6\xba\xa7\x4b\xd6\xca\x6d\x6a\xf5\xb2\xd5\x5e\x1d\xfe\xb6\x2f\x59\x71\x0e\x77\xc0\xe6\x7d\x5e\xb2\x36\x20\xf2\x37\x73\xd9\xaa\xe7\x19\xa3\xc9\xa9\xcc\xeb\xf3\xe3\xaf\xa3\x28\xe8\x50\x92\xd6\x0a\xbb\x0a\xb6\x50\x7e\x67\xd6\x9a\x4d\x4e\xcd\x4b\x90\x9f\x8d\xfc\xe0\xba\x7c\x94\xd9\x64\x50\xb5\x99\x40\x83\x06\x6b\x09\x66\x16\x77\x60\x15\x47\x89\xcf\x25\x91\x43\x50\xf6\x93\x43\x07\xdb\x9d\xef\x74\xd6\x6c\x21\xb6\xb4\x54\x55\x0b\xe7\x8a\xf8\x8f\x39\x2b\x09\x6f\x10\x41\x4a\x46\x91\x2d\xaf\x84\x2a\x32\x6a\xb8\x72\x0e\x1d\x95\xe5\x68\xf0\xa3\x01\x7d\x52\xf3\x94\xff\x6c\xd7\xe2\xf4\xfc\xcf\xee\xfc\x4a\x58\x06\x12\xee\x80\x2c\xa5\x36\xda\x34\x40\x62\x34\x62\x38\x1f\x20\x6b\x1a\x0e\xc2\xa7\x36\x01\x15\x1a\x93\x23\xf2\x86\x25\x79\xbc\x0e\x9b\x83\xa9\x88\x29\x6c\xc8\xc7\xa2\xa5\xf3\x03\x22\x4b\x29\xb3\xf4\x23\xaf\x87\x9c\x7b\x53\x63\x26\xbb\x8d\x85\x46\x37\x2b\x4e\x3a\x55\x67\x02\xfc\x8c\x9e\xb3\x94\x76\x4c\x96\x53\xe9\xd4\x7a\x6b\x64\x8e\xeb\xb9\x4c\x13\x92\x50\x4d\x31\x6d\x07\xc8\x29\x3e\x5d\x2a\xb4\xab\xbb\x72\x90\x44\xcd\x65\xa6\x83\x03\x3f\x18\xd6\x0c\x44\x0d\x17\xa4\xf1\x95\x3b\x1a\x1c\x39\xc7\x2c\xd3\x18\x62\x8a\x82\x5f\x6b\x05\x43\x7b\x78\x1b\x25\x0c\x55\x1e\x4a\x26\xcc\x9c\xc0\x05\x84\xe1\x78\xb1\xbb\x9d\xc6\x5d\xdc\x1c\xd0\x8b\xf8\x21\x09\x20\x08\x2c\xee\x9f\x9c\x9f\xe6\x42\xb0\x74\xab\x43\xa7\xd4\xa5\xee\xd0\xc1\x06\xe1\xd9\xb3\xc3\x45\x9c\xe6\xa0\x81\xde\xb0\x89\x92\xf1\x15\xd3\xaa\xdf\x78\x24\x41\xd6\x43\x1c\xc4\xa8\xa4\x49\xda\xf1\xfc\xd9\x9b\x7f\x5a\x74\xb5\xfa\x6d\x06\x71\x1c\xa7\x20\x1d\xfe\x80\x57\x8d\xf5\x9e\x0f\x25\x94\x36\x77\x75\x2c\xcd\x7a\x4c\xc3\x49\x50\x34\xae\x88\xa1\x28\xdd\x2b\x5b\x97\x17\x5c\x6f\x55\x29\xbc\xa4\x06\x8e\x8d\xde\xe4\xdb\x04\xd4\x2f\xad\xf7\xc5\x30\x17\x57\x42\xde\x88\x21\xba\x0b\xd6\x8e\xdd\x38\x2e\xe6\x3f\xac\xe2\xac\x84\x2f\x6c\xe2\x52\xaa\x80\xd7\x60\xc6\x62\x3c\x10\x51\xa8\x67\x89\x6b\x64\x23\x2a\xd7\x0e\xbc\x2a\x32\xda\x7c\x0a\xbd\xc1\xfd\x4d\xd7\xec\x93\x6b\x3d\xc0\x05\xda\x1f\x0e\x1e\xc8\xc2\x94\xef\xd3\x3b\xd2\x38\x96\x19\x6c\x95\xc6\xd0\xf2\x20\xcd\x76\xdd\x9a\x7e\x5c\xf2\xc1\x58\x0a\xbc\xba\xe9\x90\x63\xb3\x68\x5b\x4e\x28\x14\x3c\x2f\x14\xa9\x20\xb1\xa5\xcf\xb9\xe8\x32\xc3\x6e\x9a\x26\x0c\xef\x3b\x51\x7b\x29\xcb\x63\x7f\x16\xc0\x33\x37\x44\x21\x3c\xed\xf0\x88\x0d\x48\x64\x3f\xbd\xbe\x2a\xec\x9f\x39\x4d\x15\x89\xcc\xfe\x8a\xdc\x12\xf4\xad\x59\x28\x63\xe8\x33\x5f\x5c\x65\x05\xf3\xb2\x6a\xbd\xcd\x95\x8d\x4a\x88\xa7\x38\x94\x17\x6a\x66\x34\x65\xd4\x08\x44\x88\x96\x98\x2e\x31\x28\x82\x5b\xc9\xe8\x31\x79\x29\x69\xf2\xcc\xd6\x67\x7d\x45\x05\x9d\xb1\x84\x0c\xc9\x65\x96\x33\x23\x78\x94\x2d\xb9\x21\x92\xc1\xd5\x44\x1f\x93\xc7\x20\xaa\x39\x95\x95\x2c\x73\xb8\x0b\x84\xcb\x0e\xcc\x0e\xb3\x72\xe9\x36\x94\x15\xf6\x79\xcc\xca\x65\x61\x23\x32\x24\xdf\xd2\x54\xc1\x17\xa9\x58\xe1\x0e\x92\x8a\x55\x3f\x98\x0b\x45\x35\x57\x53\x6e\xcf\xb4\x32\xf4\x6f\x18\x4d\x56\x5b\xc2\x7e\x52\x86\x04\xee\x47\x10\x09\x91\x9d\xd9\xda\x7b\x23\x64\xad\x3e\x02\xe4\xe7\xaf\x2f\x3e\x11\x9e\xcd\x0a\x2f\x53\xaa\x41\xb2\xb3\x3c\xd8\x7c\xce\x4d\xa5\x8e\xde\x31\x51\x1d\x66\x4e\x35\xed\x12\xd1\x9e\xca\xc3\x5f\xc1\x28\x33\x32\xf9\x59\x0a\x43\x49\x1f\x83\x8c\xbb\x2c\x9b\xf9\x74\x79\xa9\xcc\x13\x23\xc2\x67\x89\xc2\x8b\x24\x70\x86\x50\x79\x6c\x94\xa9\x69\x9e\x16\x76\x90\x3b\x41\x5b\x77\xca\xb7\xe4\x04\xa8\xcd\x4f\x7e\xea\x86\x37\xa0\x43\x2e\x64\xbb\x85\x45\x42\xb3\xa4\xf8\xba\x75\x79\xaf\x4f\x47\xb3\x39\x84\x21\xa5\x4a\x5f\x66\x54\x28\x18\xcc\x08\x4d\xcd\x41\x0c\x5e\x48\xa1\x9a\x0d\x8d\x58\xd3\xd8\xb2\x43\x94\xb9\x2d\x75\xfe\x51\xe9\x88\x8c\xd6\xd5\x96\xf2\xa0\xc3\x10\xf5\xa7\xf9\x56\x43\xb4\x85\xaa\x75\x91\x70\xbb\x24\x0c\xaa\xcf\x00\x81\xfb\x71\xe3\x31\x58\x6c\x5b\xbc\x8f\xd1\x39\x4d\xfd\x43\x61\x04\xb1\x3a\xea\x69\x05\xdc\x71\x96\x73\xcf\x58\x2e\x2c\x5f\xd9\x08\x4d\x73\xd7\x0a\x84\x9e\x53\x35\xc3\xb8\x89\xbe\xe7\x52\xe9\xd7\x58\x94\xbb\x93\xee\x10\xb4\x07\xfd\x6e\x2d\x3e\x06\x2e\xde\x83\x46\x6d\x1c\x36\x22\xe7\x98\xa3\x0e\x73\x4a\x19\x66\x65\x43\x15\x83\x11\x9a\xd2\x48\x75\x09\x3e\x9a\x6b\xbd\x3c\x97\x59\x6b\x09\x0d\x5f\x0d\xfe\x69\x5b\x24\x51\x19\x09\x76\x58\xb7\x1c\x70\x30\xd8\x8b\x39\xc8\xb5\x8b\xa2\x45\xe1\xd3\xec\x12\x87\x18\xe9\x8a\x89\xc2\x6f\xd9\x79\x15\x47\xe1\x25\x41\xd1\x4d\x31\x9b\xd4\x09\x3e\xf0\x74\x17\xef\x1e\xe1\xc0\x74\x4b\x1e\x5c\x7e\xd9\x7e\x42\x6a\x12\x4b\x2e\x62\x9e\x04\x77\x24\x50\xee\xd1\x8c\x82\xbe\x37\x56\xa6\xb6\xa7\x90\xad\xf3\x51\x72\x74\xd9\x25\x98\x11\x0c\xe2\x8e\x7c\x29\x45\xae\x4b\x49\x4b\x9f\xee\xb6\x65\xa7\xdb\x3a\xa0\xeb\xc9\xd1\xd1\xc1\x51\x97\x70\xae\xb6\x95\xea\x96\xe1\x1f\x6e\x01\x3b\x93\xc6\xe1\x61\x5b\xc6\x90\x35\xda\x50\xf7\x41\x1c\x17\xdb\x51\xc7\xe1\xe1\xc1\x6f\x8e\x3c\x0e\x0f\x0f\xfe\x5d\xe9\xc3\xe5\xee\xe9\x9e\x2d\xc8\x67\xfb\x29\x92\xc5\x85\x39\xed\xd7\xed\xb5\xee\x32\xd0\x07\x1a\x94\x3c\x02\xd1\x73\x66\x99\x9a\x23\xe8\xf2\xf4\xdc\xa0\xbb\xdb\x70\xe7\x6f\x7e\xf8\xcb\x5f\x3d\xfc\xe8\x9b\x57\x7a\xe4\x1c\x0d\x81\xee\x80\x02\x4a\x32\xb9\xf5\x46\x74\xf2\x2e\xc7\xdb\x4d\xb9\x58\xe4\x22\x50\x94\x40\x3b\x33\x8a\x95\xad\x79\x60\x54\x46\x7b\x45\x13\xcc\x02\xc8\x73\x2a\xb3\x1b\x6a\xf5\x61\x27\x17\x86\xf3\xac\x57\xee\x09\xf9\x33\xd8\x8b\x2b\xb0\xbb\x12\xb9\x8d\x17\xb8\x19\x03\xb0\xf1\x4b\x6b\x60\x72\xa1\x34\xa3\x89\xad\xc6\x20\x33\x1f\xc8\x59\x42\xc1\x23\xe5\xba\x98\x7d\x14\x44\x98\x28\x9b\xdd\x62\xa6\x22\x12\x5c\xbf\x03\x50\x35\xc0\x4a\xd1\x66\xaa\x47\xe3\x66\x05\x19\xe0\xca\xc5\xd1\x81\x0b\x1d\x95\xb5\x4f\xe5\x56\x56\x9d\x6c\x29\x54\x56\x5d\x71\x18\x05\x51\xde\x15\xd3\xae\x84\xd7\xf1\x68\x74\x73\x73\x13\x39\xf7\x78\x99\xcd\x46\x89\xbc\x11\xe6\xbb\xa3\xfd\x68\x7f\x94\xc8\x78\x04\xaf\x86\x9e\xbc\xf4\xad\xb6\x69\x0f\x71\x37\xc3\x8d\x34\xa4\xff\xaf\xa1\xc3\xcb\x92\x2a\x12\xc4\x90\x62\x42\x3a\x14\x1f\x1c\xa7\x3b\x46\x8d\x06\xb4\x34\xf0\x03\xb5\xf5\x4d\xc8\x63\x32\xee\x5d\x9e\x9e\x8f\x7b\xf8\x2b\x7c\xc7\x5e\x33\x57\x1b\x07\x7b\xb1\xfe\x46\xdf\xec\x2c\x77\x65\x5f\x05\xb8\x12\x36\xdf\xe6\x3d\xda\x68\xf0\x27\x1d\x43\xb0\x7b\x6d\x03\x98\x06\x97\xa7\xe7\x1b\x5a\x00\xf8\x1b\xf9\xde\x86\x7c\x6a\x46\xd8\xef\x7e\x2c\xee\x7d\x75\xd0\x14\xc0\x42\xea\x2c\x7e\x9b\xce\x45\x96\x15\x66\x18\xeb\xae\x19\xd8\xfe\x0d\xa1\x58\x21\xd2\x85\x23\x7f\xfc\xc9\x76\x36\x85\xec\xa9\xb7\xe0\xc5\x94\xae\x5b\x27\x02\x17\xc9\xb6\x7d\x05\x89\x85\x2b\x1b\x6b\xb0\xce\x58\x1c\xa8\xb9\x2b\xcf\x04\x48\x80\xe2\x1e\x61\xa4\x44\x54\x63\x29\x31\x4c\x5b\x31\x91\x20\x3b\x5a\x66\x72\xc2\x6c\x11\x1b\x37\x0c\x38\x74\x61\xbe\x4d\xf4\x40\xf5\x38\x58\x52\x3d\x27\x23\xfc\xc4\xcf\x23\x14\x10\xb4\x84\xd0\x86\x6c\xc1\x85\x37\x13\xd4\x18\x34\x9c\x81\x06\x59\x6b\xcc\xf8\x35\xf3\x51\x1f\x76\xf1\xcc\xc7\x30\x6d\x1d\x8a\xe4\xce\x3f\xd7\xbe\x2e\x4f\x03\x3c\xb4\xcc\x4a\x39\x54\xba\xc1\xd0\x7b\x56\x26\x2c\xf0\x9e\x08\x91\x62\xf9\xb5\xb7\x17\xad\x63\xc8\xe2\x16\x5c\xde\xa0\x4c\x40\x70\xf0\x04\xe1\x7b\x10\xf7\x5e\x78\x67\xcb\x29\x39\x3c\x22\xca\x96\xe3\xa2\x53\x43\x69\x15\x54\x81\x5b\xad\x0a\x0e\x0c\x21\xf5\xd0\x82\x71\x0e\xbe\x71\x33\xc2\xae\x59\xb6\x22\x47\xe0\xe5\xb4\xeb\x86\x1b\xb8\xaa\x06\x47\x43\x7c\xe2\xaf\x3a\x30\xee\x1f\xde\xe9\x79\xc6\x14\x5c\x95\x19\xda\xbc\x91\x81\x91\xc5\x1c\xfa\xe6\x40\x60\x49\x31\x01\xc8\x1c\x12\xcb\x85\xc3\x0e\xf8\xc7\xe7\xc2\xfd\x11\x16\xc0\x19\xc0\x96\xb9\x61\x69\x3a\xd4\x4c\xe9\xa0\x0a\xc1\x1d\xe5\x39\xb3\xdf\xff\x3d\x05\xba\x8d\xd9\x74\xd2\xc0\xf0\xd9\x49\x11\x0e\x3b\x34\x6b\xc2\x15\xbb\x6c\x93\xba\x1b\x9a\x5d\x2f\xd0\xa4\xfb\x31\x6a\xaf\xf5\x93\xbb\x00\xe9\xe7\x0d\xf8\xa2\x76\x97\x63\x6b\x3a\x07\xc7\x28\xb5\xf9\x21\xdd\x3d\xc1\xd9\xb9\x17\x95\x32\x6c\xab\xa5\x3d\x5e\x69\x8c\x31\x62\xb2\x99\x0f\x62\xb8\x2f\x54\x7d\x81\xb2\xeb\x2f\x68\x3c\xb7\x8c\xda\xb9\x72\x16\xc4\x88\x62\xd0\xe9\xd9\xf3\x37\xc4\xc7\xf7\xed\x58\x57\xb7\xbd\xdd\x08\xfe\x1b\x3d\x75\x5e\x6e\xd3\x64\x77\xf7\xf8\xd8\xfc\x8d\x21\xeb\x42\xda\x81\xb9\x0a\x0b\x5a\x8e\x7b\xae\xe7\xee\xb8\x87\x81\xc2\xe7\xd7\x87\xb0\x3f\xc7\xbd\xe3\xe3\xf0\xe9\x13\xb4\x62\xda\xda\x2c\x15\x59\xc2\xde\xf2\xd1\x34\x5d\x13\x3a\x51\x32\x31\xa2\x5d\xcc\x53\xae\x8d\x08\x8d\x31\x03\x60\x9b\x34\x87\x1c\xa3\x59\xca\x59\x56\xef\xe7\x89\x12\x48\xc2\xf1\x80\x03\x5b\x2c\x98\x80\x6a\x96\x09\xe4\xa6\x01\xc8\x8e\x0b\xba\x42\x2f\x07\xeb\x5a\x65\x28\x6a\xc2\x34\xad\xd4\xe2\x37\xab\x32\x74\xab\x32\x44\xc8\x87\x76\x21\x83\x30\x4a\xcb\xca\x9d\xe7\xf7\xf0\x8f\x6b\x59\xae\xa1\xa4\xd0\x9f\xc6\x3d\x7f\x23\xc1\x5d\x97\x1a\xbf\xf0\xa2\xfe\x90\x73\x9d\xe5\xa5\xcf\x61\xb1\xb0\xc0\xe5\x97\x4f\x6b\xe7\x5b\x84\x08\x85\x41\x2d\x87\xd1\xde\x7e\xab\x40\xb6\x6d\x1d\x7a\x20\x39\x2c\x34\x50\x25\x77\x33\xcd\x0a\x45\x96\x6a\x71\x05\x84\x09\x74\xe9\xc9\xb2\xd7\xdf\x50\x66\xde\xb9\x03\xee\xfc\x7d\x07\xbd\x01\x3f\xc0\xff\xf1\xd7\xbd\xe0\xf7\xfd\xb7\xbb\xc3\x43\xf7\xfb\xd1\xdb\xdd\xe1\xd1\xbb\xfe\x38\xea\xff\x72\xf0\xeb\xf6\xfd\x46\xae\xcb\xde\xbe\x7d\x73\xf0\x76\x77\xb8\xff\xae\xff\xfb\xfe\x87\x9d\xbf\xab\xc7\x3b\x08\xcb\xc9\xf0\x5b\x3a\x9c\xbe\xfb\x65\x6f\x70\xf8\xeb\x71\xff\x97\x2f\x7f\x5d\x7b\xfa\xe1\xb8\xdf\xff\x50\xdb\xf8\xc9\xaf\x3b\xc7\x6b\xad\x77\x76\x2c\x04\x16\xaa\xe4\xc3\x5e\x92\x7c\x78\xbb\x37\xfc\xea\xdd\x37\x49\x7f\x27\x6a\x7d\x6d\xa6\xda\x6f\xfe\xe0\xd1\xaf\x3b\x3b\xeb\x9f\xec\xff\xb2\x37\xd8\x37\xdd\x3e\xe5\xa7\x0f\x1b\x3f\x6d\xba\xd5\xbd\xfa\xe6\x1e\xe0\x69\x01\xe8\xa0\x11\xa0\xc3\x06\x80\x7e\xd9\x1d\xec\xff\xfa\x69\x81\xda\x6f\x04\xea\xa8\x19\xa8\x83\x4f\x0c\xd4\x5e\x23\x50\x4f\x9a\x81\x3a\xbc\x47\xa0\x8e\x9b\xbe\xff\x65\xf3\xf7\x8f\xee\xed\xfb\xfd\x9d\xcf\xa3\x2f\xfa\xdf\xa8\xc7\x3b\xe3\xd1\xce\x9e\x69\xfb\x14\xb9\xc7\xde\x3b\xc7\x21\x3c\x23\x81\xff\xf7\xfb\xbf\xef\xb7\x32\xb4\x8e\xe9\xbc\x3b\xe5\x46\x24\x1d\xf3\x7e\x27\x42\xe1\xd5\xf0\x82\x09\xdd\x5e\x16\x8e\x84\x7a\xad\xbd\x4f\xee\x2a\x32\x3d\xaa\xf9\x4e\x50\x83\xdb\x2a\x57\x29\x9f\xb2\x78\x15\xa7\x5e\x07\xf5\xa5\xc9\x8a\xbb\x56\x42\x95\x92\x31\x66\x08\xf7\xda\x5b\x45\x72\xb2\xe7\xab\xf3\xbc\xb2\x77\xb6\xd5\xa2\x57\xae\xa8\x47\x44\xce\xca\x32\xfc\x2b\x77\xc7\x8b\xde\xff\x61\xb0\xae\xbb\x46\x37\x47\xf2\x9f\x85\xbb\x0c\x7e\xf4\x91\xa6\x8d\xcd\xc8\x34\xad\xfc\xf7\x3e\xd6\x82\x61\x23\x5c\xb2\x73\x2f\x8c\x6f\x65\xc2\xad\xf4\xb5\x92\xbd\xab\x3c\x5b\x31\x0f\x04\x36\xaf\x22\x23\x1b\x8a\xbb\xe0\x90\x9a\xae\xb0\x74\x44\xa9\x74\xab\xfb\xc8\xdd\x8a\x6f\xd6\x80\xf8\x31\x05\x38\x03\xac\x75\xa8\x99\x45\x08\xbd\xd9\x58\x6c\xa8\xa2\x4d\xdc\xa8\x22\x89\x68\xd9\xd9\xcd\x97\x52\xf1\x59\x19\x42\x24\x9e\xfc\x74\x51\xb1\x4b\xdf\x0d\x61\x06\x80\xfb\xc0\xd0\x36\x58\x22\x90\x70\x8d\x2a\xc5\xe3\x97\x1d\xf4\xca\x46\xec\xd5\x8c\xb1\x46\x9a\x65\x9c\x56\x93\x15\x0a\xc0\xa3\x1d\xa7\xab\x36\x7a\x8a\xcd\xdb\x05\xd4\xed\x31\x42\xd0\x35\xcd\x1a\xce\xce\x92\x94\x6d\x70\x5a\x6d\xc7\x4d\xdd\x48\x15\x7b\xaf\xb3\xf1\x80\x8b\xb8\x2d\xad\x6e\xcb\xc7\x07\xae\xad\x36\xaf\x0c\x4f\x52\x46\x26\x18\xf8\xbe\xce\x76\xe3\x14\x92\x74\x54\xe3\x4e\x6a\x62\x0f\x97\x34\x53\x0c\x9d\xdc\xd4\xbd\x04\x22\x92\x13\x22\x78\xea\x53\x8d\xd8\xaf\x55\x92\x8b\x0c\x8c\x26\x62\xb3\xc5\xd2\x9a\xbc\x4e\xb6\x7a\x85\x85\xb8\xfc\xae\x6c\x77\x37\x4d\x9f\xec\xfa\x84\x3d\xad\x66\xef\x8e\x0b\xd7\xd1\x77\xb7\xfa\xd3\xb9\x6c\x59\xd8\xbc\xb5\x62\x58\xf1\x23\xd0\xb9\xe0\xa3\xb6\x67\xcd\x18\x77\xda\x9e\x76\x9c\xae\xdb\xf3\xf5\xcb\x67\x5d\x10\xbf\x15\x3a\xda\x3d\x74\x1a\xe6\xef\x13\x4b\x83\xb7\xb7\xf9\x5d\x4e\xd7\xf9\xb6\x21\x17\x2e\x94\xa6\x02\x4a\x9f\xb8\x89\xaf\x59\x10\x5c\x79\xe5\x8a\x50\x02\x97\x40\xe3\x9e\xe5\x49\xe3\xde\x31\x39\x71\x0c\x0a\xcc\x66\xe4\x59\xe9\x42\x6c\x41\xaf\x98\x82\x1b\x03\x73\xf4\x26\x2c\xe6\x68\x51\xa1\x9a\x30\xee\x6f\x4f\x75\x46\x85\x02\xa3\x79\x4a\x57\x2c\x23\x3b\x97\xa7\xe7\xa3\x8b\x8b\x97\x7d\x62\xed\x76\x70\x96\xd8\x62\x55\xb6\x09\x64\x52\x84\x8b\xf9\x3e\x1e\x31\x65\xc7\x3a\xcc\x0d\xeb\xfd\x4c\xed\x39\x53\x4a\x5a\x9d\xc8\x58\x45\xf4\x46\x45\x74\x41\x7f\x96\x02\x6a\xf1\x9e\xc0\xaf\x2f\x4e\x2f\x46\x50\xe8\x52\x8f\x5c\x0a\xe9\x6c\x96\xf3\x84\x55\x0c\x34\x58\x96\x77\xae\x17\xe9\x67\x71\x3a\x71\xb8\x79\xfd\xf2\x19\xe2\xc5\xf9\xdc\x6c\x87\x97\x56\x84\xfc\x16\xa6\x2a\xd2\xc9\xa6\x93\x99\x74\x12\x46\xdd\xcf\xd0\x51\x50\xc7\xd6\xaf\x5f\x3e\xeb\xbc\xe1\x3a\xb1\xab\x2e\x35\x14\xdd\xc7\xcd\xb0\x1b\x9a\x75\xde\xea\xb3\xb8\xb1\x80\xba\xfb\x29\xef\xf0\x59\xbc\xbc\x9b\xf8\xf6\xdd\xe9\xf9\xbd\x88\x6f\x06\x80\x7f\x8d\xf8\xc6\x99\xd0\x27\x60\xc2\xde\x9e\x31\x86\xbd\x2b\x49\x2f\xad\x97\x84\x35\x8e\xc3\xf5\x9a\x33\x80\xdb\x8b\xf4\xba\xab\x48\xd5\xc0\x1d\xcd\xf6\xff\x0e\x32\xe8\x19\x0e\x70\x51\xc4\x98\x00\x87\xad\xbd\xd4\x04\xbd\x12\xfb\x54\x80\xb1\x36\x6c\x7c\x68\xef\x5f\xa9\x58\x91\x8c\xcd\xd0\x2a\x8b\x29\xa3\xe7\x8c\xfc\x78\x7e\x5a\xf5\x0a\xa9\x57\x57\xa3\x90\x29\xc4\xa9\xcc\x93\x68\x26\xe5\x2c\x65\xc0\x11\x82\xc0\x13\x26\x66\x5c\x30\xe0\x1b\xa3\xb9\xbc\x19\x6a\x39\x72\xf0\x0f\x03\xc6\xc0\xc5\xec\x33\xcc\x18\xf8\xde\x02\x6d\x79\xe0\x4b\x19\x6f\x8b\x03\xe8\x52\x41\x01\x8a\x55\x70\xe2\x3a\x34\x04\xd3\x86\x62\xfa\x16\x1b\x3b\x46\x4b\xfe\xf1\xfc\xb4\x6f\xc4\x3c\xf3\x72\x8d\xe2\x31\x82\xad\x03\x8a\x2a\x29\x7d\x79\xc9\x59\x81\x4c\xd8\x9c\x5e\x73\xb9\x01\x95\x65\x1c\x21\x1e\xdd\xe4\x3f\xc3\xa9\x58\x8c\xdd\x37\x2b\x45\x52\xea\xd8\x18\x70\x7e\xbf\xbc\xb4\x33\xf3\xe3\x93\x8d\x73\xaa\xd4\xe4\x9a\x2c\xee\xc6\xfc\xce\x9e\xbd\x22\xa7\x66\x85\xee\x85\x05\x1a\x30\xfe\x15\x2c\xb0\x8b\x0b\x5c\x3d\xe2\x36\xb8\xc2\x95\x77\xc9\xbd\xb8\x30\x19\x84\x8d\x7b\xee\xa2\xab\x7c\xc7\xc5\x27\x8b\x61\x59\xb6\x80\xdd\x33\x74\xa6\x94\x21\xfa\x94\x0d\x5d\x64\xcf\x31\x19\xf7\xca\x5e\x4e\xe3\xde\xb8\x67\x24\xa5\xf2\xee\xe3\x93\x05\x6c\x3d\xd8\x6b\x45\xca\xa6\x6f\xb4\x5c\xf2\xf8\xeb\xe2\xc1\xf0\x7a\x19\x0f\xd3\x09\xa5\x6a\xdc\x7b\xf0\xc6\x7b\xf0\xc6\xfb\xad\x78\xe3\x95\xa4\x89\x29\xba\xef\x20\xcc\x50\x8c\xe7\xf4\x7c\x60\x7b\x19\x2c\x4b\x4c\xee\x68\x5d\x47\xec\x5f\x03\x9b\x30\xa0\x2e\xd1\x29\xf8\x1d\xb9\xe0\x29\xae\x48\xca\xa6\x3a\x48\xb0\x43\x6d\x68\x0a\x18\x4a\xb6\x4c\x7c\xda\x90\xcb\x00\x20\x76\xce\x7c\x1a\x0b\xfb\x60\x02\x88\x90\x58\x9b\x33\xb0\x84\x3f\xdb\x1c\x80\x1b\x7c\xf7\x8a\x86\x9b\x7c\xf8\x8a\x96\x9b\x7c\xf9\xdc\xcf\xa7\x38\x26\xbb\x98\x02\x4a\xec\x3e\xb4\x02\x6c\x36\x7b\x37\xb9\xc6\x9c\x94\xf3\x60\x19\x12\xec\x9d\xfc\x74\xd1\x1b\x90\xde\xc9\xcf\x79\xc6\xcc\x2f\xcf\x68\xc6\x5e\x31\x4d\x53\xf3\xc7\x77\xa7\xe7\xe6\x9f\xb3\x67\xaf\xcc\x3f\xaf\x73\x4d\x05\xbf\x35\xbf\x82\x27\x80\xa6\xf1\x95\xad\x64\xde\xfb\xf1\x62\x39\x67\x19\xeb\x6d\xb2\x9a\x74\x5b\xf4\x21\x39\xf9\xe9\xa2\x4b\x2b\x03\x75\x87\x76\x7e\x52\x1d\xda\x7e\xd7\x81\x82\x86\xc4\xe2\xa2\x43\x4b\x8f\xaa\x0e\x6d\x2d\x16\x3b\xb4\x3c\x7b\xf6\xaa\x13\x31\x6e\xa4\xdb\x6e\x6a\xf2\x46\x15\xb9\x13\xe9\xab\x58\xb6\xd3\x7d\xd9\x9b\xd5\xb4\x0e\xee\xf8\x30\x25\x9f\x79\x56\x4a\x19\xb8\xe6\x4e\xca\x6e\x97\x12\xcc\xb0\xe7\x52\x29\x6e\x78\x5f\x48\xef\x2f\xac\x1b\x6a\x0f\xe9\xf6\xcc\xca\xef\xad\x84\xdb\xe5\x0a\xce\x0d\xb4\xa1\x99\xfb\xfc\xc7\x5d\xc1\x6d\x5e\xb4\x61\xdd\xc5\x6c\x4b\x6b\x40\xec\x5d\x1d\xfb\x84\xf5\xff\xed\xe4\xd4\xe7\x1a\x37\x3b\xf4\x39\x77\x62\xeb\xa5\x77\xc7\xf0\xb6\xca\x28\x1f\xe3\xeb\xf7\x10\xa8\xf2\x20\x1a\x3f\x88\xc6\x0f\x81\x2a\xff\xad\x02\x55\x36\x72\xfd\x65\xc6\xaf\xbb\xd6\x5e\xb7\x6d\x9b\x79\xfe\xb9\x6d\x70\x37\x5e\x6f\x7b\x3f\xf0\xf8\x07\x1e\xff\xc0\xe3\x1f\x78\xfc\x03\x8f\x27\xf7\xc4\xe3\xb7\x2f\x80\x0d\x46\xa1\x9a\x44\x3f\xc8\xdf\xea\x5c\x22\xd7\x92\x22\x39\xb9\xdf\x30\x32\x1b\x8b\xd8\x98\xfc\xca\x6d\x95\xff\xf0\xe6\xe8\xd2\x50\xc4\x49\xff\x70\x2b\x60\x23\xf9\x4a\xd7\x0c\x83\x0e\x69\xb5\x60\xd3\x79\x63\xb3\xf3\x25\x01\xda\x3c\xa9\xfd\x1c\x44\x35\xda\x44\xa9\x5a\x3a\x7c\x58\xaa\xf2\x49\xc9\x30\x31\x23\x3b\xf6\x36\xef\xb2\x4d\xdd\xd9\xbc\x63\xb6\xd4\x6a\x64\xed\xee\x6a\x58\x7c\xdd\x3d\x1b\x7d\x66\x36\xac\xe7\x13\x78\xff\x51\xca\x92\x34\x20\xb4\xd6\x15\xb6\xea\xe0\x6a\x60\x85\xd3\xd7\x6e\x81\xba\xb9\x3d\x52\x45\x28\xa7\xa0\x0b\x16\x95\xf2\x18\x41\xc2\x23\x3b\x1a\x9e\xd2\xa2\x48\xba\x64\xd3\x20\x62\x6c\xcf\x86\xa4\x4d\x98\x6c\x0c\x30\x17\xff\x4d\x0a\x4c\x5d\x66\x1f\xe2\x69\x6f\x9e\x02\x0e\x7f\x0a\x67\xb6\xf0\x3a\x6f\x39\x9b\x78\x91\x0e\x10\xc0\xb2\x9c\xfa\xe4\xa7\x8b\x01\x5a\x91\xd0\x8e\xf5\xdd\xe9\xb9\xb7\xa8\xba\x6c\x63\x61\xa6\x95\x2e\x24\x29\x31\x36\x94\x60\x28\x65\x11\x71\x5b\x1f\xf9\x89\xf4\xe0\x12\x5e\x7e\x14\x85\x42\x84\x6f\x41\x1e\x03\xcc\x49\x6f\x16\x35\x80\xe7\xe9\x2e\x4c\xf4\xf0\xf0\x00\x8d\xbc\xb9\x72\x11\xa8\x90\xc3\x98\xbb\x2a\xc3\x0e\x04\x7b\xc9\xdb\x10\xbd\x5b\x21\xee\x1a\x20\xaf\x39\xf5\x11\xac\x08\x82\x45\xab\x93\xf8\xc6\x82\x3c\x97\x0c\xa3\x22\xdb\xc7\xfa\x44\x9b\x18\x57\xde\xc6\x65\xb2\xdb\x65\xca\x63\x6e\x28\xa6\x12\x07\x0d\x88\x02\x07\xc4\x05\x15\x39\x64\xbe\xed\x00\xee\xe3\x35\x6b\xc6\x1d\xb9\x9a\x8f\xb1\xfe\xf4\x1c\xad\xfa\xa9\x8e\xdc\xcc\x20\xc9\x5f\xa8\x06\x14\x07\x45\xfb\xc3\xe2\x33\x69\x2a\x63\x6a\x0b\xdb\xfb\x90\xb2\x3f\x90\xb9\xbc\x61\xd7\x10\xd2\x2d\xbd\x30\xaa\x34\xd5\x3c\xc6\xd8\x6b\xdb\x0f\x93\x42\xc3\x6a\xd8\x1a\x20\x4e\xd2\xf1\xdf\xb4\x4e\x96\x36\x06\xc0\xb1\xa3\xb5\x69\xb9\x62\x46\x98\x65\xf2\xce\x95\xf4\x6b\x8e\xae\x96\xd6\x01\x37\x69\x69\x65\x37\x47\x4b\x8b\x0a\x59\xb5\x1e\xf0\x8d\x32\x40\xbb\x1d\xb1\xd1\xe8\xdb\x2a\x36\xf8\xb8\x43\x2c\xaa\x25\x6b\x7d\x3e\xcb\x16\xc1\x6a\x8f\x4a\x0a\xae\x9a\xf7\x77\xce\xc5\x05\x99\x87\x5f\xdc\x9a\x55\x57\x9d\x2b\xd0\x55\x3b\x95\xd3\x78\xa6\x74\xc2\x52\xa2\x1c\x6c\x16\xa7\x66\x4f\xd8\x24\x03\xe1\x13\xd8\x0d\x27\xaf\x9f\xd7\xe7\x99\x25\x9b\x23\x27\x4b\x80\x9d\xb4\x7c\x1c\x81\xf4\x6f\xb0\xfc\x1d\xee\x78\x57\xc7\xd5\x88\x05\x57\xcc\x16\x5e\xa0\xc2\x07\xb4\x60\xe3\x8c\xa5\xde\xee\x7e\xc5\x30\x55\xa3\x0d\x6e\x6f\xd3\xa2\x3b\xf8\x3e\x5c\xb1\xd6\x18\xa1\xca\x24\xcd\xb7\x2d\x41\xe0\x6c\xcd\x03\x2f\xa5\xfb\x09\xa2\x63\x87\x61\x06\xed\x77\x50\x1d\xef\x45\x1c\x2e\xb6\x00\xd4\xa3\x2f\x63\x4b\x34\x54\x28\x44\xf0\x23\x85\xc8\x34\xb4\x33\xe7\x4b\xcc\xc3\xa0\x18\x50\x8f\x4b\x17\x80\x72\xb1\x1b\x02\xe9\xe4\x4c\x0c\x8c\x4e\x62\xfe\x79\x71\xcb\x95\x46\x6d\xd4\x9c\x96\xaf\xa5\x86\x27\xf7\x32\x55\x04\x61\x8b\x89\x5a\xe9\x1d\xc3\x75\x21\x3c\x0c\x2a\x2f\xa2\x06\xe6\x26\x64\xab\xfa\x79\xa4\x40\xfa\x0e\x22\x33\x37\x23\x9f\x1a\x41\xd9\x21\x9c\x73\xbf\x90\x62\x08\x3a\x5d\xed\x18\x16\x11\x32\x2b\xe1\xa1\x65\x38\x3b\x14\x38\xda\xe3\x1b\x90\x76\xa0\xea\x0d\x54\x86\xc1\xa3\xd6\x2a\x2a\x3c\x26\x0b\x96\xcd\x20\x9f\x47\x3c\x6f\x47\x6f\x87\x18\xe7\x2d\xae\x8f\xbb\x04\xdb\x75\xb9\xac\x1b\x1a\x8a\x6b\x7d\xef\xd0\xd9\xd8\xa8\xc3\x65\xde\x26\x68\x81\x65\xbe\x34\xdb\xb5\x11\x43\x85\x7b\xf3\x79\x07\xae\xd1\x01\x8f\xeb\x3c\x1b\x01\x40\x4e\xb8\xa0\x4b\x43\xa5\xbf\x18\x86\x07\x84\xf2\x2b\x59\x52\x9e\x29\x23\xf1\x18\x71\x2b\x65\xa5\x77\xd6\x1d\x31\x1c\xc6\x8c\xc0\x21\x1b\x32\xbf\xa6\x29\x54\x16\x93\x20\x1b\xa7\xc8\x70\xe5\x74\xed\xa4\x18\x90\x1b\xb0\x4b\x19\x96\xe5\x23\x3f\x7a\x57\x6c\xd5\x1b\xac\x51\x76\xef\x4c\xf4\x8a\x32\x57\x25\x5a\xf6\x7c\x1b\x74\x97\x1e\xbc\xeb\xdd\xe5\x70\xe9\x94\xe6\xb3\x5b\x1a\xf3\x05\x5d\x0e\x2d\x15\x68\xb9\xa8\xf1\xf3\x76\xe9\xbb\xbf\x83\x9a\x15\xb0\x2a\x9b\x24\x81\xf5\x2e\x35\xe9\xcb\x6d\x11\x0c\x4c\x9a\x60\x3b\x6c\x48\xf0\x5d\x5b\xe6\xa1\x3d\xa7\x09\x64\x61\xe8\x2c\xc2\x94\x5a\x57\xc4\x97\xca\xbb\x07\xd1\xe5\x41\x74\x79\x10\x5d\x1e\x44\x97\x07\xd1\x65\xed\xe7\x41\x74\x79\x10\x5d\x7e\x13\xa2\x8b\xea\x7a\xee\xab\xe0\xc8\xa7\x95\x13\x0d\xc2\x85\x2d\x67\x41\x59\x64\x60\x6f\xce\xea\x0b\x6f\xc5\x32\x43\x23\x6c\x58\xd6\xa4\xe6\xf6\xee\xb2\x54\x41\xcb\x97\x52\x82\x31\x6c\xce\x2f\x28\xd8\x11\x24\x9f\x93\xd3\xf5\x5a\x2b\x5b\x67\x5b\xd7\xa9\x3a\xc7\x52\xd5\x1b\xd1\x52\x34\x75\xc7\xdf\xe5\xcb\x8b\x30\x1e\xbc\x1c\xe9\xe1\xaa\x91\x73\x61\x93\x51\xdd\x45\x3c\x8a\xf9\x72\xde\x92\x89\xa2\x12\x3c\x86\x8d\x5d\xc8\x36\x98\x1c\x31\xa8\x09\xc3\xcf\xe1\x75\x51\x83\x37\x88\x41\x11\x6c\x26\x35\x66\x0f\xb1\x0c\xd8\x4d\x6f\x4e\x45\xa2\xe6\xf4\x8a\x45\xc4\xd7\x4f\xc0\xca\x66\x19\x5b\xc8\x6b\x46\x98\xd0\x99\xbd\x99\xe4\x36\x83\xa3\x48\x14\x49\x24\x66\x04\x44\x93\x67\x44\x20\xcd\xa3\xcf\x6e\x65\xfd\x02\x9e\xbf\xb8\x18\x9e\x3e\x3b\x3d\x18\x5e\x7c\x7f\x42\xc8\xce\x8a\x2e\xd2\x3e\x5c\x9d\xb9\x69\x93\x61\xa9\x4d\x93\x31\x73\x03\xe3\xef\x7c\x67\xd8\xc2\x3e\xb9\xb8\x7c\x79\xf1\x23\xa6\x59\xeb\xb6\x1a\xa5\x2e\x4d\x6b\x02\x79\x0a\x69\xea\x12\xb8\x39\xeb\xae\xc1\x7c\x71\x13\x6e\x09\xa9\xd3\x22\xd5\xa1\xd9\x34\xf1\x19\xe2\xf6\xa2\xbd\x01\xd9\x8b\xf6\x81\xb1\xed\x45\x07\x21\xda\xcb\xb3\x34\xfd\xae\xf7\xa2\x3d\x28\xc3\xfa\xc3\xe5\x8b\xe3\xe0\xe2\x09\x92\x6c\xf2\xd9\x9c\x29\x5d\xee\x15\x16\x38\xb6\x8f\x2e\x5f\x5e\xec\xed\xdf\xd5\x0e\x1d\x8c\xd1\x9c\xca\xb1\xd4\xac\xa9\xb6\x5d\xa5\x59\x73\x9a\xc9\x52\xb3\xa6\xf4\xed\x77\x2f\x17\xd6\xf0\xaa\xe6\x31\x6a\x81\xa5\x84\x46\x4a\xcb\x8c\xce\xca\x49\x8e\x54\x3e\xf1\x55\x8f\x0a\x54\xaa\x98\x96\x79\x1a\xf0\x71\xa7\xb1\x9d\x53\x3d\x3f\xf6\xc5\x91\x1c\x73\x0f\x5a\x1b\x22\x75\x4c\xd5\x35\x0e\x0b\x25\x85\x4d\x61\x90\x6a\xe3\x86\xb2\x4b\xbf\x2b\xf7\x3a\x26\xbf\xfc\xfa\xbb\xff\x3f\x00\x00\xff\xff\x95\x5a\xc9\x4e\x18\x9b\x01\x00") +var _manifests00CustomResourceDefinitionYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xed\x76\x1b\x37\xb2\x28\xfa\x7f\x9e\x02\x97\x99\x5c\x8b\x0e\xd9\xd4\xa7\xe3\x68\x26\x93\x2b\xcb\x4e\xa2\xb5\x6d\x47\xd7\xd2\x4c\x66\xc6\x74\x7c\xc1\x6e\x90\xc4\xa8\x09\x70\x1a\x68\x49\x4c\x9c\xf3\x56\xe7\xdf\xf9\x75\x1e\xe0\x3c\xd3\x5d\xa8\x02\xd0\xe8\x66\x77\xb3\x29\xcb\x7b\x32\x7b\x4b\x59\x2b\x96\xba\x01\x74\xa1\x50\x28\x54\x15\xea\x83\x2e\xf9\x5f\x58\xa6\xb8\x14\xc7\x84\x2e\x39\xbb\xd5\x4c\x98\xbf\x54\x74\xf5\x54\x45\x5c\x8e\xae\xf7\x7e\x77\xc5\x45\x72\x4c\x4e\x73\xa5\xe5\xe2\x0d\x53\x32\xcf\x62\xf6\x9c\x4d\xb9\xe0\x9a\x4b\xf1\xbb\x05\xd3\x34\xa1\x9a\x1e\xff\x8e\x10\x2a\x84\xd4\xd4\x3c\x56\xe6\x4f\x62\xc6\x1c\xd2\xe5\x32\x93\xd7\x2c\x89\xe4\x92\x09\x35\xe7\x53\x1d\x71\x79\x4c\xe6\x5a\x2f\xd5\xf1\x68\x34\xe3\x7a\x9e\x4f\xa2\x58\x2e\x46\xbe\xc1\x88\x2e\xf9\x68\x99\xa7\xe9\xe8\xc9\xde\x13\x18\x88\x8b\x38\xcd\x13\x16\x65\x2c\x65\x54\xb1\xd2\x58\x23\x3e\x59\x0c\xe3\x54\xe6\xc9\x70\x41\x05\x9d\xb1\xe4\x98\xf4\x74\x96\xb3\xde\xe6\xae\x8a\xa5\x53\xd7\x6b\x38\xe7\xb3\xf9\x90\x5e\x53\x9e\xd2\x09\x4f\xb9\x5e\x6d\x31\x0e\x17\xb3\x94\x0d\x85\x4c\xd8\x30\x61\xd7\x2c\x95\x4b\x96\x05\xdd\x05\x5d\xb0\x63\xc2\xc5\x2c\x63\x4a\xc5\x52\xe8\x4c\xa6\x29\xcb\x94\x19\x25\xa3\x5a\x66\xa5\xe1\x7e\xa7\x96\x2c\x36\x18\x9c\x65\x32\x5f\x1e\x93\xfa\x46\x38\xaa\xc5\x34\xae\xd2\x19\x7e\xe0\xd4\x7f\x00\xde\xa5\x5c\xe9\xff\xa8\x7f\xff\x92\x2b\x0d\x6d\x96\x69\x9e\xd1\xb4\x0e\x44\x78\x6d\xe6\x97\xa7\x34\xab\x69\xf0\x3b\x42\x54\x2c\x97\xec\x98\xbc\x36\xe0\x2c\x69\xcc\x92\xdf\x11\x72\x8d\x74\x65\xc1\x1b\x5a\x0c\x5c\xef\xc1\x9f\xa6\xcb\x9c\x2d\xe8\xb1\xfd\x8b\x98\x29\x8a\x93\xf3\xb3\xbf\x1c\x5c\x54\x5e\x10\x92\x30\x15\x67\x7c\xa9\x81\x4a\x7b\x6b\x53\xb0\xef\x27\x4c\x11\x4a\xec\x52\x3a\x28\x49\x01\x26\x99\xca\x8c\xe8\x39\x23\x71\x9a\x2b\xcd\xb2\x88\x5c\x9a\x3f\x8a\xf7\x31\x15\x44\xb1\xec\x9a\xc7\x8c\xfc\xb0\x64\xe2\xc2\xe0\x99\xbc\x91\xb9\x66\x84\x8a\x84\xfc\x47\x3e\x61\x99\x60\x9a\x29\x87\x46\x92\xd9\xed\xa0\x22\x32\x16\xe4\xc7\x39\x13\x84\x8a\x75\x24\x13\xae\x48\x9c\x31\xaa\x59\x32\x20\x94\x08\x76\x53\x07\x5f\xc2\x96\xa9\x5c\x2d\x98\xd0\x41\x7b\xa2\x25\xa1\x69\x2a\x6f\x88\xd9\x9b\x99\xa0\x29\xd1\x19\x9d\x4e\x79\x6c\xde\x64\x8c\xc6\x73\x98\x94\x05\x5c\x11\x3d\xa7\x9a\xb0\xdb\xa5\x54\xcc\x83\x29\x33\x3b\x8d\x00\xde\x3f\x2f\x13\xaa\xb9\x98\x11\x3d\xe7\xc5\x44\xc8\x82\xae\x48\xca\x28\x7c\x37\xe1\x2a\xcb\x01\xed\x80\xbb\x65\x3e\x49\x79\x4c\xa6\x34\x36\xdd\x04\xd3\x37\x32\xbb\x32\x13\x10\x2c\x86\x2d\x4f\xa8\x6a\x9e\x5d\xc6\xae\xb9\xa1\x07\xf8\xc2\x84\x11\x78\x9c\x10\x99\x6b\xc0\x9d\xe3\x06\x57\x1e\xc9\x66\x57\x25\x32\x56\xa3\x58\x8a\x98\x2d\xb5\x1a\xb9\x39\x0e\xed\xb7\xb9\x98\x8d\xec\x97\x86\x01\xbd\xba\xa5\x60\xd7\x2c\x23\x4b\xa9\x14\x9f\xa4\x6c\x40\x94\xe1\x6c\x93\x94\x91\x84\x4d\x69\x9e\x6a\xe5\x09\x62\x99\x52\x3d\x95\xd9\x82\xd0\x8c\x91\x5c\xb1\x24\x22\x17\x8c\x11\xc0\xed\x94\xb3\x34\x81\x96\x0b\x99\x99\xbe\x9a\xf2\x14\x97\xfb\x54\x2e\x96\x54\x73\xe4\x14\x24\x35\x9b\x9e\xec\x1d\x93\x0b\x4d\xcd\x57\x6e\xb8\x9e\x73\x01\x14\xf9\x0f\x69\xa6\x0f\x4c\x03\x46\xa2\x64\xc1\x05\x5f\xe4\x0b\x22\xa7\x64\x6f\x9f\x2c\xa4\xd0\x73\x58\xa5\x03\xf3\xa6\x68\xad\xc8\xce\xcd\x9c\xc7\x73\x98\x09\x57\x24\x95\x62\xc6\xb2\x7e\xd4\x0b\x36\xc7\x32\x33\xcc\x41\x73\xc7\x07\xdc\x4f\xc0\xd9\x4b\xcf\x2b\xdb\xe9\x91\xd9\x73\xd8\xce\x20\x86\x0b\x20\x21\xe6\x76\x2f\x4b\xec\x46\x35\xa0\x5a\x4a\x59\x66\x4c\x31\x81\x6c\xde\x3c\xa6\x82\xc8\xc9\x3f\x58\xac\x0d\xda\x32\xd3\x91\xa8\xb9\xcc\xd3\xc4\x2c\xff\x35\xcb\x34\xc9\x58\x2c\x67\x82\xff\xec\x47\x53\x86\xbc\xcc\x67\x52\xaa\x99\xd2\x84\x0b\x4b\xdb\xd7\x34\xcd\xd9\x00\xb6\x9b\xa1\x93\x8c\x99\x71\x49\x2e\x82\x11\xa0\x89\x8a\xc8\x2b\xb3\x1e\x5c\x4c\xcb\x47\x89\x3b\xb7\x62\xb9\x58\xe4\x82\xeb\xd5\x08\x28\x83\x4f\x72\x2d\x33\x35\x02\xd6\x3c\x52\x7c\x36\xa4\x59\x3c\xe7\x9a\xc5\x3a\xcf\x98\x39\x6e\x86\x00\xac\x00\x42\x8e\x16\xc9\x67\x7e\xab\x3c\xaa\xa0\x4f\xaf\x0c\xab\x53\x3a\xe3\x62\x56\x7a\x05\x1c\xb8\x15\xd7\x86\x07\x9b\x75\xa4\xb6\x3b\xce\xa5\x40\x29\x6e\x47\x46\xde\xbc\xb8\xb8\x2c\xb6\x24\xa0\x1d\x31\x5c\x34\x55\x05\xb2\x0d\xa2\xb8\x98\xb2\x0c\x5b\x4e\x33\xb9\x80\x51\x98\x48\x96\x92\x0b\x6d\x99\x1e\x37\x8c\x45\xe5\x93\x05\xd7\x66\x15\xff\x99\x33\xa5\xcd\x3a\x44\xe4\x14\x8e\x6d\xb3\x29\x73\xc3\x14\x0c\xfd\x9f\x09\x72\x4a\x17\x2c\x3d\x35\x07\xdd\xa7\x46\xb5\xc1\xa8\x1a\x1a\xf4\x75\x47\x76\x28\x75\xac\x77\x40\x6c\x95\x5e\xb9\x13\xb5\x71\x75\x4c\x03\xb3\x38\xc0\x4d\x97\x2c\xe6\x53\x1e\x7b\x1a\x37\x0f\x13\xa6\x78\xc6\x12\x32\x61\x73\x7a\xcd\x65\xe6\x9e\xaf\xb1\xfb\xa8\xf2\x99\xa6\x2d\x6a\x7e\x70\x5d\x2e\x5f\x5e\xac\xbf\xaa\xc0\xe7\x5b\x3a\xe8\x98\x22\x8a\x69\x43\x34\xc8\xca\xec\x9a\x1a\x22\x32\xfb\xe7\x9a\x65\x7c\xba\x32\x7f\xd9\xb5\x8f\x0d\x0c\x30\x29\xa6\x06\x04\x18\x0b\x9c\x79\x13\x64\x7a\x66\x4b\x32\x01\xbc\x6b\x91\xeb\x9c\xa6\xc4\x7c\xcb\x0c\xcc\x92\x19\x1b\x6a\x96\x2d\xb8\x80\x23\xc9\x8c\x9e\x31\x26\xe2\x6c\xb5\xd4\x24\x33\x27\x8b\xaa\xce\x79\xd3\xbc\xcd\x0f\x9c\x6b\x2c\xb9\xc8\x61\xb5\xce\xa9\x36\x4c\xa0\xa1\x6d\x05\x19\xf5\x5d\x03\xcc\x50\x10\x7a\xcc\x12\x65\x0c\x04\x17\x73\x26\x9a\x65\x82\x83\x0a\x0e\x49\xcb\xa4\x26\xe6\xd0\xd3\xf1\xdc\x4c\x6c\x46\xb9\x50\xb8\x61\x12\x0e\xa8\xcc\xb9\x32\x6f\x8c\xf0\x42\xa4\x61\xe7\xd7\x34\xe5\x49\x0d\x4a\x0d\xfa\xa6\x3c\xd5\xcc\x2f\x84\x8a\x08\x88\x18\x75\x00\x2c\x72\xa5\x0d\xd6\xc9\xf9\xe9\x9b\x17\x44\xad\x84\xa6\xb7\x11\x21\x67\x96\xc9\x02\xec\x5c\x11\xb6\x58\xea\xd5\x80\x08\x37\xb4\x59\x4d\xae\xc8\x92\x65\xe6\xbc\x32\x1b\x15\xbb\x30\xdf\x43\x48\x61\x3b\x69\x90\x46\xb4\x39\xcd\x0d\x22\x04\x23\x4b\x44\x13\x7e\x1c\xe6\x4c\x68\xcd\x4c\x1e\xa9\xda\xc9\x67\x84\xa5\x8a\xc1\xc7\x6a\x8f\x77\xb3\x10\xb8\x7b\x42\xac\x18\x5a\x49\x98\xe0\xf6\x58\x29\xa4\x85\x3a\x82\x31\x3f\x5c\xb3\x45\x23\x0d\xb4\x30\x84\x6a\x13\x9a\x65\x74\xd5\xd0\xe2\x76\x58\x88\x19\x43\x83\xb9\xa1\xed\xa3\xe5\x82\xc7\xb5\x9d\x10\x4d\xa7\x27\x9d\xa8\xd3\x35\x2e\xd1\x63\x2c\xc5\x94\xcf\x16\x74\x09\x68\xa3\x5c\x38\x6e\x7f\xfe\xe2\xd5\x90\x89\x58\x26\x2c\x21\xa7\x27\x25\xec\x4d\x72\x91\xa4\xac\x4a\xae\x6e\xb7\xe2\x0e\xf7\x6b\xf8\x48\x85\x7d\x2d\xf1\xd1\xc4\xc8\x1a\x4a\x83\xfa\x80\x2b\x8f\x92\x25\x12\x5a\x01\x14\x17\x00\x8c\x57\x30\x86\xf8\x0a\x55\x0c\x23\xd3\x37\x2d\xd8\xa6\x5d\x6e\x7e\x40\xf6\x6f\x7c\x5b\xc1\x1e\x90\x9b\x65\xc4\x8e\xcd\x47\x48\x83\x48\xeb\x19\x9b\xb2\x8c\x89\x98\x25\x16\x7e\xb2\xa0\xcb\x96\xd1\x3b\xd0\x8c\xd9\xb2\x86\xb9\x37\x03\x89\x0a\x4c\x2b\xc9\xd5\x9c\x3a\xee\xc7\x52\x44\xb1\x3c\xe7\x32\xe5\xf1\xaa\x13\x35\xf5\x1a\x3a\x07\xd4\x75\x33\x67\x7a\xce\xb2\xe6\xcd\x09\xb3\x53\x16\x0c\x90\xbe\x8c\x4e\xce\x93\xd2\x66\x45\x86\x65\x44\x08\x10\x7a\x69\x0c\x62\x37\x8a\x83\x20\x74\x91\x71\xef\x8d\x45\xd4\xb8\x67\x38\xc2\xb8\xf7\x03\x00\x49\xd3\x71\x0f\x64\xe2\xd7\x52\x5b\x72\x6d\x00\x45\x8a\x74\x45\xe2\x39\x8b\xaf\x54\xdd\xb9\xd4\xe1\xbc\x31\xa7\x12\x9e\x39\x7f\x20\x5c\x9b\x13\xcc\x08\x2f\x30\xe4\xfa\x50\x71\xca\x68\xa6\xd9\xad\x26\xdf\x5f\x5e\x9e\x1b\x90\x97\x54\x29\x3d\xcf\x64\x3e\x9b\x07\x43\x95\x44\xea\xf0\x87\x89\x7c\xd1\x46\x14\xbd\xa6\x8e\xe6\xa5\x43\x56\x4b\x13\x87\xbf\x56\xc2\x6a\x24\xdd\x76\xb2\x1d\x7a\x46\xd4\xfe\xba\x4a\x58\x35\xad\x5b\x09\xdc\x2a\x54\xc1\x38\x1b\x85\x99\xde\x7a\x1f\x14\x8c\xfd\xde\x06\xc5\x97\x28\x16\x67\x4c\x57\x39\xa6\xed\x5c\x62\x95\x46\x39\x34\xc2\xd9\xaa\x81\xf2\x22\x54\xcf\x41\x0f\x56\x24\x91\xe2\x91\xb6\x1b\x08\x7a\xf0\x8c\xc8\x1b\x11\x8e\x38\xa8\x99\x97\x81\x11\x15\xc4\xb1\x00\xf6\x6a\xe1\x43\xbe\x8a\x40\xc2\xf7\xa7\xd2\x08\x28\x06\xde\x2b\xb6\x52\x78\x0a\x1a\x69\xd5\xf4\xd3\xa9\x8a\xe2\x4c\x1f\x97\xc0\x9f\xf2\x14\x8d\x11\xb8\x3f\x53\x15\x5d\xb1\xd5\xb1\xe9\x5d\x79\x35\x16\xe6\xc8\xcf\x85\x62\x7a\x40\x28\xb9\xe1\x69\x12\xd3\x2c\x29\x0d\x66\x30\x99\x6b\xb9\xa0\x9a\xc7\x34\x4d\x57\x64\xc6\x04\xcb\xfc\x5e\xc2\x19\x5c\x56\x4e\x6a\xae\xac\x6c\xe3\xd4\xe2\x3a\x13\x85\x5c\x98\x19\xee\x98\x51\x54\x3e\xc1\x3f\x55\x1f\x46\x35\x5d\x8a\xef\x94\xe5\x89\xd3\x13\x03\x68\x6a\x0e\xaf\x32\x60\x46\xf1\x9b\x61\x0f\xa3\x30\x87\xf6\x99\x47\x8a\xe8\xcc\xe0\x55\x69\x99\xb1\xc8\x4e\xbc\x79\xc6\x70\x2a\x02\x60\x73\x9a\x21\x25\x2c\xf2\x54\xf3\x65\xca\x60\xf3\x8f\xf6\xad\x78\x9b\xd8\x3d\x6f\x95\x6b\xc2\x17\xcb\xd4\x30\xd1\x93\x97\xe7\xaf\xfb\x28\x36\x39\x3e\xb9\xc3\x23\x16\x19\xf9\xcb\xe8\xf4\x2b\x32\xc9\xe4\x8d\x62\x99\x99\x70\xc6\x40\xb6\xe2\x13\x96\xe9\x15\x9a\x62\x8c\x38\x67\x8e\xcf\xd0\x24\x12\x21\x43\x5d\x30\x2a\x54\x20\x6c\x51\x61\xdb\xd3\xa0\x31\x50\xbc\x90\xc0\xc8\x33\x6f\x75\x02\x66\x0a\x22\xe1\x15\x4b\xe1\x4b\x53\xca\x53\x3b\xae\x55\x45\x72\xb0\x0e\x20\xf2\x0d\x56\xaf\x84\xa1\x65\xaa\xc2\xc1\x63\x49\x53\xa6\x62\x2e\x66\x9e\x78\xb9\x18\x1a\x18\x42\x3c\xee\xb8\x93\xa4\x58\x49\x99\x19\xd4\x66\x43\x77\xda\x24\xfd\x8e\x6b\xe9\x6d\x68\x8f\x14\x99\xe4\x3c\xd5\x43\x2e\xc8\x0f\x27\xb9\x9e\xe3\x66\xcd\x6a\x99\xee\x26\x71\xa2\x4d\x94\x28\x6b\xdb\xaf\xd7\x45\x06\x5d\xab\xcb\xb6\xd9\x9c\xe4\x35\xcb\xae\x39\xbb\x19\x59\x83\xd3\xd0\x4c\x6d\x88\x8c\x50\x8d\x40\x38\x1a\x7d\x06\xff\x90\xcb\x1f\x9e\xff\x70\x4c\x4e\x92\x84\xe0\x1a\xe6\x8a\x4d\xf3\x14\x0f\x53\x15\x05\x06\x99\x01\x98\x0a\x06\x24\xe7\xc9\x37\x55\x85\xb7\xcc\x70\x1b\x19\xff\x06\x81\xa3\x24\xe0\x2e\xe8\xb2\x5d\xbe\xc5\x6d\xdc\x81\x67\xe3\xee\x07\x3e\xfd\xfc\xf5\x05\x0a\x6a\xd6\x28\xd7\xc2\x79\x81\x8c\xdd\x06\xd5\xd2\xca\x6c\x79\xc6\x8a\xfd\x39\x65\x54\xe7\x19\x53\xc0\x1f\x1f\x93\x6f\x2d\x07\x7a\x29\x69\xf2\x8c\xa6\x54\xc4\x2c\xbb\xb0\x96\x59\x6f\xd5\x00\x73\xa4\x9a\x1b\x1e\x0b\xe2\x2d\x9b\xad\x06\xa4\x00\x71\xfd\x6b\x06\xe4\x8c\xc5\x32\x4b\x94\x35\xf0\xd9\xa1\xce\xfd\x48\x17\x76\xa0\x08\xe1\x80\x13\x23\x57\xa0\x51\x07\x3b\xa2\xe6\xf8\x19\xac\x29\x3e\x6e\x8f\x14\x3c\xd5\xc2\x06\xd8\xd0\x2a\xe0\x9f\x08\xcd\xfa\x69\x63\xa1\xb8\x74\xf2\x17\xa8\x7e\x08\x2b\xce\x8d\x8b\x84\x5f\xf3\xc4\xe8\xea\x68\xdf\x55\x9a\xea\x5c\x31\x45\x94\xb4\x86\x60\x91\x98\x3d\x9e\x29\xe0\x09\x46\x4e\xcc\xe0\x64\xd5\x34\x9b\x31\x5d\xd8\x94\x4b\xb8\x19\x0b\x07\x2b\x9c\x6b\x46\xe3\x10\xfc\x9f\x39\x23\x74\x21\x0d\x2a\xd2\x74\xdd\xe6\xa1\xd0\x68\x17\xaf\x9b\x92\x90\x6f\x5b\xa5\xd4\xdb\x5e\x01\x7a\x18\x23\xc2\x15\x2a\x5f\xa7\xd8\x33\x80\x44\x86\xeb\x44\x08\x4d\x2d\xbb\x68\xdd\x27\xcd\x0b\xbc\x99\xd8\x9b\xfb\x86\xd4\x65\x97\xa3\x89\xf2\xdd\x20\x30\x5f\xe4\x0a\xd6\x76\xad\x06\xce\xd8\x92\x4a\x9a\x90\x89\xa5\x72\xcf\x44\xcd\xe1\x31\x20\x4c\xc7\x51\xf9\xc4\x0f\xc5\x1f\x73\x00\x50\x03\x88\x14\x86\xa3\x65\x54\xe9\x2c\x07\x2b\xdb\x06\x9c\x02\x95\x44\xce\xec\x0d\x9b\xee\xe4\xc7\x8b\xe3\x02\x15\x75\x1b\x6f\x07\x98\xfa\x0b\x47\x31\x70\xe5\xd3\x27\x27\x3f\xe7\x19\x3b\xde\xbe\xdf\x77\xa7\xe7\x77\xfa\xde\xd9\xb3\x57\xa7\xa9\xcc\x93\xe3\x6d\xe1\x4c\xf9\x84\x4e\xa8\xed\xdb\xbd\xdf\x4b\x3e\xb9\xe6\x46\x58\x83\x9f\xef\xa5\xd2\xaf\xed\xc5\x87\x41\x9a\x58\xd9\x55\xf5\x57\x08\x60\xcb\x24\x3b\x78\x57\x68\x18\xc7\x6b\x29\x58\xdf\x2f\x99\x96\xe1\x18\xb0\xb6\x2d\x84\xb6\xbe\x9b\xee\x72\x62\xce\x8b\x0f\x76\x3a\x38\x83\xf6\x64\x2e\xd3\x44\x91\x25\xcd\xe8\x82\x69\xc3\x46\x9c\x70\x18\x62\xa2\x8d\x25\x47\xe4\x1c\x0d\xd6\xa8\xf9\xf1\x29\x60\xc8\x90\x6e\x88\x87\x8f\x30\x2d\x98\x43\xfc\x5c\x66\xba\xdd\xbc\x00\xd8\x3f\x26\x4f\x77\xbb\x1a\x21\xdc\xb0\xce\x10\xb1\x34\xbf\x4b\x14\xee\x0d\x82\xac\xfd\x74\xdd\x28\x93\x72\xa5\x19\x5e\x98\x81\xca\x59\x18\x03\x03\xd5\xba\xe8\xa6\x98\x19\x8a\x09\xfc\xc0\xd3\x5d\x38\x5d\xd3\x8c\xd1\xc4\x08\x54\x66\xd4\x28\x38\x00\x6c\x3f\x50\x78\x25\x17\xb1\x51\xe0\xbd\xdc\xfc\x5a\x26\x0c\x40\xce\xa8\x98\x79\xc9\xc7\xdf\x76\xc2\x61\xa6\xc3\xb3\x64\xd7\xc8\x76\x60\x33\xd4\xde\x96\x60\xce\xa6\x12\x97\x7e\xba\xdb\xb4\x3a\xe6\xc7\xd0\x3c\xd5\xc7\x86\x6d\x1d\xec\xb7\xb4\x5b\xd0\x5b\xbe\xc8\x17\xc7\xe4\xc9\xd1\xd1\xc1\x51\x5b\x43\xbc\x19\x3b\x26\x6d\x2b\x85\x4c\x1f\x58\xa5\xbd\xe1\xae\xfb\x01\xf1\xae\x33\x69\x1c\x1e\x1e\x6c\x43\x1b\xea\x3e\x88\xe3\x62\x3b\xea\x38\x3c\x3c\xf8\xcd\x91\xc7\xe1\xe1\xc1\xbf\x2b\x7d\x2c\x33\xa9\x65\x2c\xd3\xce\x86\xc9\x9e\xeb\xd1\x60\x79\x5b\xbf\xf7\x67\xb7\x4b\xb0\x8a\x73\x11\xcb\x05\x5c\xc5\x04\xb7\xe5\x5a\xc2\x0d\xc0\x32\x35\x92\xd6\xe5\x29\x58\xa7\xba\x0d\x77\xfe\xe6\x87\xbf\xfe\xcd\xc3\x0f\xa7\x48\xf9\x51\xe9\x5e\x07\x28\xa0\x24\x65\xb8\x0b\x90\x7c\x09\x74\xc5\x35\x0a\xca\x70\x8d\x87\x77\x19\x73\x46\xec\xed\x23\x4d\x12\x03\x05\x53\x86\x62\x9c\xfe\x1a\xcc\x02\xc8\x73\x2a\xb3\x1b\x9a\x25\x68\x9f\x91\x8a\x55\xe7\x59\x7f\x4d\x46\xc8\x9f\x41\xb6\xae\xc0\x8e\x72\x91\x6a\xc0\x01\xa8\xda\x00\x36\x7e\x69\x0d\x4c\x2e\x94\x66\x34\xc1\xab\x1f\xd3\xd0\x59\x8d\x4a\x28\x78\xa4\x5c\x17\xb3\x8f\x80\x53\xcf\x19\x4d\x0c\x6e\x8c\x1c\x9b\xca\x99\x8a\x48\x60\xce\x04\xa0\x6a\x80\xb5\xbb\x7e\x1d\x4e\x90\xff\x63\x9a\xaf\x23\xc3\xe8\xef\xe6\x20\x5c\xc9\x1c\xec\x08\x66\x7f\x39\x25\xa3\x2c\x0c\xc2\x97\x41\x9e\xaf\x7c\xd5\x8c\x82\x28\xef\x8a\x69\xa3\x61\x18\xbe\x75\x3c\x1a\xdd\xdc\xdc\x44\x73\xba\xcc\xe4\xed\x2a\x92\xd9\x6c\x94\xc8\x1b\x61\xbe\x3b\xda\x8f\xf6\x8d\xf6\x3b\x82\x57\x43\x4f\x5e\xfa\x56\x03\xc7\x32\x4a\xb3\xd9\xcd\x5c\x0a\x42\x27\x32\xd7\x75\x74\x78\x59\x32\x7e\x59\xb3\xb1\x99\x65\x68\x5b\x72\x9c\xee\xb8\x50\x70\x40\x3f\xb0\x72\x7c\x44\x1e\x93\x71\xef\xf2\xf4\x7c\xdc\xc3\x5f\xe1\x3b\xd6\xc2\x5c\x6d\x1c\xec\xc5\x40\x36\x76\xf7\x9b\x5c\xc1\xce\x32\x5b\xa0\x0e\xe0\x8a\xbd\x3a\x10\xac\x15\xde\x2c\xc2\xc6\x98\x1b\x86\xd9\x68\x21\x26\x1b\xad\xc4\x64\x93\xa5\x18\x1b\x5c\x9e\x9e\x6f\x68\x01\xe0\x7f\xdc\x45\x07\x01\x1d\xb1\xfb\xb1\xb8\xf7\xd5\xc1\x93\xae\xfc\xd1\x8f\xdc\x72\x2e\x82\xfe\x39\x47\x4d\x35\xf0\x55\x00\x7b\x57\x06\x84\xe2\x35\xdc\xfb\x3a\xd9\xce\xc0\x45\xc5\xab\xba\x15\x7d\x4b\x15\x16\x82\xa4\x75\x5f\x71\xb5\xbe\xb1\x06\xeb\x8c\xc5\x81\x9a\x2b\x7b\xc5\x06\x48\x30\x74\x3f\x67\x34\xd5\x73\x7b\xf9\x81\x93\x2b\xf7\x44\x07\x34\x91\x20\x3b\x5a\x66\x72\x62\xb8\xae\x08\x86\x81\x1b\xe8\x19\xbf\x66\x82\x08\x99\xb0\x41\x81\x83\x25\xd5\x73\x32\xc2\x4f\xfc\x3c\x42\x01\x41\x4b\x92\x30\xbc\x47\x61\x20\x79\xd7\x2b\xa9\xe0\xd4\x63\xdb\x67\x2c\x66\xfc\x9a\x79\x1f\x33\xbb\x78\xe6\x63\x11\x98\x65\x50\x24\xb7\x0e\x89\xdc\xbe\x2e\x4f\x03\x8c\x06\x66\xa5\x1c\x2a\x03\x87\x35\x0a\x43\x91\x5c\x68\x9e\x22\x59\x04\x48\xb1\xfc\xda\x82\x53\x87\x21\x8b\x5b\x9a\x2a\x49\x94\x96\xcb\xf0\xe0\xf1\x2e\x2d\x81\xe7\xd5\xad\xf3\xb2\x3a\x3c\x22\x8a\xc5\x52\x24\x8a\xd0\xa9\xa1\xb4\x0a\xaa\x94\xa6\xf8\x61\x77\x60\x08\xa9\x87\x16\x8c\xf3\x4c\x4e\xcc\x23\x76\xcd\xb2\x15\x39\x32\xd3\xd8\xdb\x75\xc3\xd9\x25\xa0\xe4\x68\x88\x4f\x88\xe6\x0b\x66\x78\x8d\x39\x46\xec\x3b\x3d\xcf\x98\x32\xaa\x14\xd0\xe6\x8d\x24\x2a\x8f\x63\xa6\xd4\x34\x4f\xcd\xa1\x6f\x0e\x04\x96\x84\x3e\x39\x64\xc2\x62\xb9\x70\xd8\x59\x81\x0d\x56\xb8\x3f\x32\x66\x58\x9e\xe6\xd7\x2c\x5d\x0d\x60\xcb\xdc\xb0\x34\x1d\x6a\xa6\x74\xe0\x1e\x75\x47\x79\xce\xec\xf7\x7f\x4f\x81\x6e\xe3\x1d\x6c\x1a\x28\xfd\x9d\x14\xe1\xb0\x43\xb3\x26\x5c\xa2\xd0\x66\x75\xb7\xc6\xe4\xf0\x31\x6a\xaf\x73\x80\x01\xe9\xe7\x8d\xe1\x7b\x2d\x8d\xab\x72\x6c\x4d\xe7\xd0\x55\x41\xe0\xe8\xce\x81\xe6\xec\xdc\x8b\x4a\x19\xb6\xd5\xd2\x1e\xaf\x14\xc8\xd8\x3b\xf3\xd5\xed\xd5\x09\x78\x9d\xea\x8c\xc7\x60\x0d\x24\x2f\x68\x3c\xb7\x8c\xda\x59\x17\x0b\x62\x44\x31\xe8\xf4\xec\xf9\x1b\xe2\x1c\xc9\xc9\x0e\x8b\x66\x11\x19\xf7\xf6\x76\x23\xf8\x6f\xf4\xd4\xdd\x3d\x4f\x93\xdd\xdd\xe3\x63\xf3\x77\x1f\xb8\xbc\x90\x76\x60\x5e\x4c\x27\x19\x90\x71\xcf\xf5\xdc\x1d\xf7\x60\xd9\xce\xce\xaf\x0f\x61\x7f\x8e\x7b\xc7\xc7\xe1\xd3\x27\xde\x05\x94\x4c\x56\x55\x59\x02\x90\xa2\xc0\xfc\x59\x15\x3a\x51\x32\x91\xe0\x1b\x9b\x72\x6d\x44\xe8\x05\xb7\x66\x3c\x3c\xe4\x18\xcd\x52\xce\x32\xef\x15\x6d\x10\x5b\x38\x19\x83\x04\x92\x70\x3c\xe0\xe6\xf4\x1a\xcf\xc8\xba\x65\x02\xb9\x69\x00\xb2\xe3\x82\xae\x40\x41\x0c\xdc\x7f\xa3\x09\xd3\x34\x2a\xdf\x67\x98\x55\x19\xba\x55\x19\x22\xe4\x43\xbb\x90\x85\xbf\xbe\xe3\xf4\xe3\x1e\x1e\xc5\xc3\x3f\xae\xf9\x79\x83\xbd\xff\x4f\xe3\x9e\x77\x92\xe6\xae\x4b\xe1\x34\x62\x3b\x8d\x7b\x85\xdf\xc8\xc0\x5e\x63\xf1\xd2\xe7\x40\x3c\xd6\xf4\x8a\x11\x36\x9d\x1a\x41\x8b\x4f\x6b\xe7\xeb\x9c\xa0\x0c\x7c\x05\xbe\x0e\xa3\xbd\xfd\x56\x81\x6c\x83\x17\xd1\xda\x96\x00\x92\x03\x08\xd7\xc8\xdd\x4c\xb3\x42\x91\xe0\xa4\x70\x4b\x17\xcb\x94\x0d\x48\x40\x98\x40\x97\x9e\x2c\x7b\xfd\x36\x46\x4a\x9c\x3b\xd6\x31\xd9\xf9\x69\x67\xe7\xed\xee\xf0\xab\x77\x1f\xe0\xff\xf8\xeb\x5e\xf0\xfb\xfe\xdb\xdd\xe1\xa1\xfb\xfd\xe8\xed\xee\xf0\xe8\x5d\x7f\x1c\xf5\x7f\x39\xf8\x75\xfb\x7e\x23\xd7\x65\x6f\xdf\xbe\x39\x78\xbb\x3b\xdc\x7f\xd7\xff\x7d\xff\xc3\xce\x4f\xea\xf1\x0e\xc2\x72\x32\xfc\x96\x0e\xa7\xef\x7e\xd9\x1b\x1c\xfe\x7a\xdc\xff\xe5\xcb\x5f\xd7\x9e\x7e\x38\xee\xf7\x3f\xd4\x36\x7e\xf2\xeb\xce\xf1\x5a\xeb\x9d\x1d\x0b\x81\x85\x2a\xf9\xb0\x97\x24\x1f\xde\xee\x0d\xbf\x7a\xf7\x4d\xd2\xdf\x89\x5a\x5f\x9b\xa9\xf6\x9b\x3f\x78\xf4\xeb\xce\xce\xfa\x27\xfb\xbf\xec\x0d\xf6\x4d\xb7\x4f\xf9\xe9\xc3\xc6\x4f\x9b\x6e\x75\xaf\xbe\xb9\x07\x78\x5a\x00\x3a\x68\x04\xe8\xb0\x01\xa0\x5f\x76\x07\xfb\xbf\x7e\x5a\xa0\xf6\x1b\x81\x3a\x6a\x06\xea\xe0\x13\x03\xb5\xd7\x08\xd4\x93\x66\xa0\x0e\xef\x11\xa8\xe3\xa6\xef\x7f\xd9\xfc\xfd\xa3\x7b\xfb\x7e\x7f\xe7\xf3\xe8\x8b\xfe\x37\xea\xf1\xce\x78\xb4\xb3\x67\xda\x3e\x45\xee\xb1\xf7\xce\x71\x08\xcf\x48\xe0\xff\xfd\xfe\xef\xfb\xad\x0c\xad\x93\xfa\x49\x88\xc8\xd3\x94\x4e\x52\x76\x4c\x74\x96\x37\x79\xd4\x91\x4e\x8e\x9c\x84\x24\x42\xbd\x82\x90\x9f\x05\x13\xba\xdd\xa9\x8e\x84\x7a\x2d\x76\x6a\xf6\xcc\xaa\x3a\x13\xd4\x7c\x07\xae\x5f\xd1\xd5\x8c\x3b\x27\xdc\x29\x8b\x57\x71\xea\x75\x50\xef\xab\x52\xdc\xaf\x12\xaa\x94\x8c\x79\xd9\xe5\xa5\x22\x39\xd9\xf3\xd5\x5d\x21\xbb\x98\xa6\xca\x0d\xbb\x0f\x0a\x23\x67\x65\x19\xde\xce\x2d\x22\x7f\x01\x9b\x4b\x61\x84\xf1\xd3\x86\x23\xf9\xcf\xc2\x0e\x1c\x35\x39\x21\x90\x8e\xa6\x8d\xcd\xc8\x34\xad\xfc\xf7\x3e\xd6\x82\x61\x5d\x17\xb3\x73\x2f\x8c\x6f\x65\xc2\xad\xf4\xb5\x92\xbd\xf3\xee\xaf\x5e\xc7\x16\x36\x2f\x17\x14\xe0\xc4\xdd\x5c\x24\x2c\x4b\xc1\xc3\xbe\x7c\xfb\xea\x01\x6c\xba\xfc\xf6\xfe\x33\xcb\x65\xca\x5d\xb8\x91\x1f\xbe\x06\x44\xf4\x21\x41\x2f\x02\x8c\x40\xb2\x16\x38\xf4\x5c\x73\x03\xb7\x8a\x44\x5d\xb4\x0a\xf3\x43\x6f\x36\x34\x58\xd3\x26\x6e\x94\x83\xb9\x30\xa6\x58\x94\xb9\xf8\x04\x10\x70\x8d\x6c\x1d\x22\xf1\xe4\xc7\x8b\x8a\x5d\xfa\x6e\x08\x33\x00\xdc\x07\x86\xb6\xc1\x12\x01\xa7\x5e\xaa\x14\x8f\x5f\x76\xd0\x2b\x1b\xb1\x57\x33\xc6\x1a\x69\x96\x71\x5a\x51\x41\x29\xdc\xdd\xbb\x71\xba\x6a\xa3\xa7\xd8\xbc\x5d\x40\xdd\x1e\x23\x80\x15\x6f\x38\x3b\x4b\x52\x76\x89\xd6\x90\x6e\x5d\xab\xb8\xa9\x1b\xa9\x62\xef\x75\x36\x1e\xcd\x17\x8c\x2c\x59\xc6\xa5\x75\x99\x2b\x79\xd6\xd9\x98\x43\x9e\xa4\x8c\x4c\xd8\x54\x5a\x23\x64\xc5\xfc\x96\x4a\xb5\x1e\xa6\x40\x02\x2b\xa4\x53\x58\x97\x34\x53\x0c\x9c\x37\x20\xe2\x11\xbe\x9d\xb8\xf5\x81\xa6\x7f\x20\x8a\x31\xf2\x47\xe7\x61\xb6\xbc\x9a\x45\x33\x19\x25\xec\x7a\x64\x1a\x7f\x76\x6e\x06\x78\x6e\x7b\xfc\x29\x22\xe4\x84\x08\x0e\xb6\xa0\x9f\x59\x26\xdd\xd7\xc0\x69\x50\x48\x22\x97\x5c\x80\xdb\x18\x17\x3e\x6c\x07\x7c\x07\x9d\xbd\xda\x9b\x78\xd0\xb3\x13\x20\x2e\xbf\x2b\xdb\xdd\x4d\xd3\x27\xbb\xde\xdd\xbb\xd5\xec\xdd\x71\xe1\x9c\x5d\xc8\xa1\xa1\x63\xb7\x8e\x22\x43\xb9\x79\x8b\x8d\x27\xfc\xb1\x9e\x36\x1f\xb5\x3d\x6b\xc6\xb8\xd3\xf6\x74\xd1\xb2\x1d\xb7\xe7\xeb\x97\xcf\xba\x20\x7e\x2b\x74\x40\xe3\x6d\xe7\xdf\x73\x10\x99\x5d\x01\xbf\xcb\xe9\x3a\xdf\x46\x6f\x2e\xa5\xa9\xd0\x1c\x9c\x99\x71\xe2\x6b\x16\x04\x60\xef\xeb\x42\x09\x5c\x02\x8d\x7b\x96\x27\x8d\x7b\xc7\xe4\xc4\x31\x28\x30\x9b\x91\x67\xa5\x0b\xb1\x05\xbd\x62\x0a\x6e\x0c\xcc\xd1\x9b\xb0\x98\xa3\x45\x85\x6a\xc2\xb8\xbf\x3d\xd5\x19\x15\x0a\x8c\xe6\x29\x5d\xb1\x8c\xec\x5c\x9e\x9e\x8f\x2e\x2e\x5e\xf6\x89\xb5\xdb\xc1\x59\x62\x23\xfc\x6c\x13\x70\x13\x86\x8b\xf9\x3e\x1e\x31\x65\x57\x6e\x98\x56\x92\x70\xf4\xd8\x77\xe7\xcc\x71\x18\xbe\x9c\xc8\x58\x45\xf4\x46\x45\x74\x41\x7f\x96\x02\xb2\x1a\x9c\xc0\xaf\x2f\x4e\x2f\x46\x18\xed\x3a\xf2\xf9\x01\x66\x39\x4f\x58\xc5\x40\x03\x0e\x44\xd1\x5c\x2f\xd2\xcf\xe2\x74\xe2\x70\xf3\xfa\xe5\x33\xc4\x8b\xf3\xb9\xd9\x0e\x2f\xad\x08\xf9\x2d\x4c\x55\xa4\x93\x4d\x27\x33\xe9\x24\x8c\xba\x9f\xa1\xa3\xa0\x8e\xad\x5f\xbf\x7c\xd6\x79\xc3\x75\x62\x57\x9b\x23\x8a\x8a\x8f\x9b\x61\x37\x34\xeb\xbc\xd5\x67\xf1\x72\x3b\xf1\x6d\x16\x2f\xef\x26\xbe\x7d\x77\x7a\x7e\x2f\xe2\x9b\x01\xe0\x5f\x23\xbe\x71\x26\xf4\x09\x98\xb0\xb7\x67\x8c\x61\xef\x20\x03\xc5\x5c\xde\x38\x2f\x09\x6b\x1c\xc7\xec\x0a\xd6\x00\x6e\x2f\xd2\xeb\xae\x22\x55\x03\x77\x34\xdb\xff\xbb\x54\x4e\x68\x6a\x38\xc0\x05\x86\xac\x60\x90\x6f\xc3\x48\xa8\x57\x62\x9f\x0a\x30\xd6\x86\xed\xe2\x1b\xc0\x34\x4d\xc5\x8a\x64\x6c\x86\x56\x59\xb8\x3a\x33\xbc\xe0\x2f\xe7\xa7\x55\xaf\x90\x7a\x75\xb5\x94\xbe\x01\xb2\xb0\x44\x33\x29\x67\x29\x03\x8e\x10\xf8\xa1\x33\x31\xe3\x82\xa1\x7f\xfd\x5c\xde\x0c\xb5\x1c\x39\xf8\x87\x01\x63\xe0\x62\xf6\xd9\x0c\x60\x7f\x6f\x81\xb6\x3c\xf0\xa5\x8c\xb7\xc5\x01\x74\xa9\xa0\x00\xc5\x2a\x8c\x43\xb3\x68\x08\xa6\xad\xe8\x82\x39\x6c\x40\x98\xcb\x5f\xce\x4f\xfb\x46\xcc\x33\x2f\xd7\x28\x1e\xae\x6c\xbb\xa0\x28\xf4\x33\xe0\xca\x1d\xa8\x4e\xf0\x72\x11\xe5\xed\xa8\x2c\xe3\x08\xf1\xe8\x26\xff\x19\x4e\xc5\x62\xec\xbe\x59\x29\x92\x52\xc7\xc6\x80\xf3\xfb\xe5\xa5\x9d\x99\x1f\x9f\x6c\x9c\x53\x79\x17\xf3\xc9\xe2\x6e\xcc\xef\xec\xd9\x2b\x02\xce\xc4\xf7\xc2\x02\x0d\x18\xff\x0a\x16\xd8\xc5\x05\xae\x1e\x71\x1b\x5c\xe1\xca\xbb\xe4\x5e\x5c\x98\x0c\xc2\xc6\x3d\x77\xd1\x55\xbe\xe3\xe2\x93\xc5\xb0\x2c\x5b\x60\x3a\x28\x67\x4a\x19\xa2\x4f\xd9\x30\x88\x33\xe9\x95\xbd\x9c\xc6\xbd\x71\xcf\x48\x4a\xe5\xdd\xc7\x27\x0b\xd8\x7a\x2e\x26\x48\x53\x2e\x58\xa6\xbe\xd1\x72\xc9\xe3\xaf\x8b\x07\xc3\xeb\x65\x3c\x4c\x27\x94\xaa\x71\xef\xc1\x1b\xef\xc1\x1b\xef\xb7\xe2\x8d\x57\x92\x26\xa6\xe8\xbe\x83\x30\x9b\xa9\x5e\x9e\x9e\x0f\x6c\x2f\x83\x65\xb9\xe0\x1a\xee\xe8\xc1\x75\xc4\xfe\x35\xc0\x03\xab\x6a\x8b\xf0\x11\x9f\x3e\xf0\x81\x2b\x92\xb2\xa9\xb5\x1c\x48\x09\xf6\x89\x8c\x51\x25\x31\xca\x65\xdd\x2f\x6f\xcd\xd4\x40\xe4\xb5\xc1\x32\x5f\x58\x9f\xe6\x38\xcf\x32\x43\xdf\x81\x79\x02\x20\x76\xce\x7c\xf0\x79\x83\x9c\x2a\xb1\xd6\x87\x49\x54\x7f\xb6\x39\x00\x37\xf8\xee\x15\x0d\x37\xf9\xf0\x15\x2d\x37\xf9\xf2\xb9\x9f\x4f\x71\x4c\x76\x31\x05\x94\xd8\x7d\x68\x05\xd8\x6c\xf6\x6e\x72\x8d\x39\xc1\xfb\xfd\xd0\x2b\xb4\x77\xf2\xe3\x45\x6f\x40\x7a\x10\x46\x64\x7e\x79\x46\x33\xf6\x8a\x69\x9a\x9a\x3f\xbe\x3b\x3d\x37\xff\x9c\x3d\x7b\x65\xfe\x79\x9d\x6b\x2a\xf8\xad\xf9\x15\x3c\x01\x34\x8d\xaf\x7a\xe8\x5d\xd0\xfb\xcb\xc5\x72\xce\x32\xd6\xdb\x64\x35\xe9\xb6\xe8\x43\x72\xf2\xe3\x45\x97\x56\x06\xea\x0e\xed\xfc\xa4\x3a\xb4\xfd\xae\x03\x05\x0d\x89\xc5\x45\x87\x96\x1e\x55\x1d\xda\x5a\x2c\x76\x68\x79\xf6\xec\x55\x27\x62\xdc\x48\xb7\xdd\xd4\xe4\x8d\x2a\x72\x27\xd2\xc7\x2c\x85\x9d\xbd\x59\x4d\xeb\xe0\x8e\x0f\x4e\x61\x78\x46\x5d\x80\xc7\xba\xa4\xc3\x95\xcd\xbd\x97\x44\xe4\xdc\xa6\x9e\x2b\xd1\xbb\x8b\x2f\xeb\x21\xdd\x9e\x59\xf9\xbd\x95\x70\xbb\x5c\xc1\xb9\x81\x36\x34\x73\x9f\xff\xb8\x2b\xb8\x2e\xd9\x52\x6a\x2e\x4c\x5b\x5a\x03\x62\xef\xea\xd8\x27\xac\xff\x6f\x27\xa7\x3e\xd7\xb8\xd9\xa1\xcf\xb9\x13\x77\x89\x38\x6e\x31\xe1\x96\x47\xf9\x18\x5f\xbf\x87\x40\x95\x07\xd1\xf8\x41\x34\x7e\x08\x54\xf9\x6f\x15\xa8\xb2\x91\xeb\x2f\x33\x7e\xdd\x90\x6a\x88\x54\x19\xa2\x6d\xdb\xcc\xf3\xcf\x6d\x83\xbb\xf1\x7a\xdb\xfb\x81\xc7\x3f\xf0\xf8\x07\x1e\xff\xc0\xe3\x1f\x78\x3c\xb9\x27\x1e\xdf\x66\xa8\x68\xf6\x53\xa8\xe1\xdd\x96\xbf\xd5\xb9\x44\xc2\xaa\xd7\x25\x04\x31\x8c\xcc\xc6\x22\xaa\xa6\xd8\x39\xb7\x55\x82\xdc\xf0\xe1\x50\xc4\x49\xff\x70\x2b\x20\xc2\x9c\x9b\xf6\x9a\x61\xd0\x98\x6a\xad\xc8\x06\x0f\x9b\xce\x1b\x9b\x49\x91\xfd\x3c\x22\x27\xb5\x9f\xab\xe4\x8f\x0f\x93\xd4\x14\xc3\x02\x4c\x17\x8c\x75\xcb\x83\x55\x97\x7b\xdd\x3e\x1b\x7d\x66\x36\xac\xe7\x13\x78\xff\x51\x24\x62\xaa\x26\xaa\x0b\x5c\x61\xab\x0e\xae\x06\x56\x38\x7d\xed\x16\xa8\x9b\xdb\x23\x55\x84\x72\x0a\xba\x60\x51\x98\xbb\x08\x36\xb7\x1b\x0d\x4f\x69\x01\xef\x7f\x96\x82\x29\x9b\xe0\x1c\x63\x7b\x44\x97\xc4\x43\x98\xf2\xfe\xef\x52\x60\x2e\x36\xfb\x10\x4f\x7b\xf3\x14\xd3\xfe\x87\x33\x5b\x78\x9d\x17\x16\x01\x4d\x98\xe9\xca\x1d\x6f\x0e\x2c\xcb\xa9\x4f\x7e\xbc\x18\xa0\x15\x09\xed\x58\xdf\x9d\x9e\x7b\x8b\xaa\xb2\xe9\x9f\x2a\x39\x67\x36\x92\xa4\xc4\xd8\x50\x82\xa1\x94\x45\xc4\x6d\x7d\xe4\x27\xd2\x83\xcb\xd3\xf4\x51\x14\x0a\x11\xbe\x05\x79\x0c\xc8\x44\xe6\x02\x16\x35\x80\xe7\xe9\x2e\x4c\xf4\xf0\xf0\x00\x8d\xbc\xb9\x72\x11\xa8\x6a\x29\x6d\x82\x7e\x48\xdc\x69\x41\xb0\x97\xbc\x0d\xd1\xbb\x9b\x33\x30\x5d\x73\xea\x23\x58\x11\x04\x8b\x56\x27\xf1\x8d\x05\x79\x2e\x19\x46\x45\xb6\x8f\xf5\x89\x36\xf1\xc0\xe5\x47\x33\x10\xb0\xdb\x65\xca\x63\x6e\x28\xa6\x12\x07\x0d\x88\xb2\x99\x9b\x45\x0e\x09\xf7\x3a\x80\xfb\x78\xcd\x9a\x71\x47\xae\xe6\x63\xac\x3f\x3d\x47\xab\x7e\xaa\x23\x37\xbb\x0c\xf2\xb6\x87\x14\x67\x58\x42\xb2\x12\x74\x61\xd3\x14\xd2\x34\x95\x31\x0c\x36\x59\x15\x21\x65\x7f\x20\x73\x79\xc3\xae\x21\xa4\x5b\x7a\x61\x54\x69\xaa\x79\x8c\xb1\xd7\xb6\x1f\x26\xe6\x82\xd5\xc0\xb3\xd8\x4b\x3a\xfe\x9b\xd6\xc9\xd2\xc6\x00\x38\x76\xb4\x36\x2d\xe0\x7e\x90\xce\x3f\xbb\x6e\xb9\xb3\xd8\x94\x81\xb6\xe6\xe8\x6a\x69\x1d\x70\x93\x96\x56\x76\x73\xb4\xb4\xa8\x90\x55\xeb\x01\x7f\xe7\xf4\xb5\x0d\x46\xdf\x56\xb1\xc1\x1c\x66\xa7\x72\xe1\x52\xad\x6f\x4c\xf4\x56\x69\xef\x8b\x60\x50\xb2\xc4\x28\x0f\x9f\xc9\xc9\x85\xb1\xc7\x45\xeb\x88\x3c\x0b\xc2\x44\x35\xf0\x5a\xd8\xc9\xd8\x23\x6c\x59\x03\xc7\x26\xbd\x70\xc1\x17\xec\x72\xb5\x6c\x56\x1b\xcb\x22\x90\x6f\x8e\x19\x1a\x5d\xf8\xee\xab\xb3\x57\x2f\x6c\x5a\xb2\x30\x8f\x38\x44\x99\x06\x00\x16\x9e\x09\x97\x3e\x03\xbd\x55\xdc\xac\x2f\x43\xd9\xfb\xb8\x31\x43\xac\xe5\xa5\x66\xb8\x55\x19\x57\x36\x3f\xf4\xb1\xf9\x3f\x84\xd1\x06\xa0\x4d\x98\x60\x53\xae\xd1\x23\x29\xe8\x35\x20\x93\x5c\x93\xef\x4f\xce\xe1\xa2\x0f\xb6\x8c\xd2\xe6\xff\x46\x97\xf1\x35\x3a\x60\x0b\x66\x2b\xab\x39\x2e\x51\x93\x9a\x82\xf6\x95\xe5\x31\x32\x8e\x88\x90\xef\x7c\x86\x54\xb5\x64\x14\x99\x2f\x24\x87\xde\x99\xeb\x45\x3a\x20\xb1\x52\x03\xf2\x0f\x9b\x77\xaf\x6f\x7d\x9a\x37\xc1\xe6\x5a\x79\x37\x11\x97\x9f\xc9\xb5\x64\x09\xd9\xe1\x0b\x3a\x33\x67\x7c\x9e\x70\x39\x20\xd7\x3c\x61\xd2\x7d\xc5\x8d\x9e\x72\xad\x53\x88\x36\x65\xb7\xf6\x42\xd4\x59\x27\xc0\xc1\x1c\xd2\x2b\x2e\x73\x03\x3a\x98\x20\x0a\x48\x0c\xaf\x9e\x51\x2e\x22\xaf\x58\x19\x69\xee\x1f\x92\xcd\xa5\xd0\x52\x44\x0b\x96\xf0\x1c\x1d\x19\xf4\x9c\x0d\x67\x3f\xf3\xe5\x70\xc9\x04\x4d\xf5\x6a\x98\x1c\xec\x4d\x92\x27\x5f\x7d\x39\xdd\xa3\xfb\x4d\x1c\x68\x43\x30\x6d\x99\x0a\x83\xbd\x64\x96\xd7\x10\x64\xa9\xb0\x0c\xa2\x0b\xea\xc6\x10\x2c\x9a\x55\x90\x41\x44\x5e\x60\xac\xb7\x59\x94\x51\xac\xd4\x1f\x0c\x8f\xcd\x14\xd3\x5f\xe7\x7a\x3a\x7c\x3a\xee\x0d\xdc\x4b\xb3\x60\xc1\x9f\x8f\xf1\x77\x40\xf3\x48\x5d\xcf\xbe\xb8\x75\xaf\x03\x37\xdf\x91\x8c\x35\xd3\x43\xa5\x33\x46\x17\xf8\xf6\xaf\xc3\x18\xea\x9a\x8d\xf0\x1f\x95\x4f\xcc\x73\x97\x76\xf1\xb2\x80\xd7\xee\x1a\xd4\x26\x61\x22\xa7\x98\x91\x79\x58\xcc\x10\xbc\x65\xcd\x02\xbe\xf9\xf6\x94\xec\x1d\x1c\xee\x1d\x97\x1b\x1d\x7f\x8d\x16\xa3\x71\x6f\x34\xee\x19\xa5\x0e\xfe\x7a\xfc\x76\xdc\xfb\xc3\xb8\x57\x58\xa5\xde\x19\xf5\xcb\xb9\x5b\x73\x51\x1e\xc3\x6e\x49\x23\x91\xca\xe9\x71\xe8\xc4\xec\xa9\xcb\xd2\xda\x82\x29\x85\xbf\x40\x96\x55\x9a\x69\x24\x76\x4f\x7e\x50\x89\x08\xe7\x8d\xdf\x5a\x66\x2c\x66\x09\x1e\x8c\x06\x35\x63\xbc\xa4\xc2\x39\xe3\x63\x4a\xb4\xbc\x62\x90\x5b\xd8\x0b\xd3\x2c\x95\x37\x91\x83\x19\xde\x86\x25\x6e\xcc\x42\x87\x45\x28\xcc\x82\xd2\x58\x9b\x83\xd6\x0c\x8e\x19\x5d\x7c\x76\xef\x9b\x39\xd7\xe6\x18\x87\xb8\x71\xcb\x56\x8a\x2e\x0a\x81\x16\x2b\x9f\xe3\xc5\xbf\x71\xc1\xe8\x1a\x44\x00\x9a\x82\xde\xe1\xa1\x0a\x1f\xba\xcf\xa9\xea\x08\x3b\xfd\x3f\xfe\xe9\xff\x19\xfc\xe1\x78\x3c\x1e\xf7\x46\x6f\xdf\x7d\x13\x7d\x6d\xbb\xbb\x95\xaa\xae\x05\xe4\x62\x53\xd2\x21\xc5\x7d\x4d\xda\x94\xee\xc5\x8a\x8e\x54\x60\x86\xd0\xc1\x88\x20\x9b\x58\x3c\x52\x75\x6c\xd1\x37\xee\x7d\x3d\xee\x91\x1d\xfc\x63\x44\xfe\x99\x4b\xcd\x92\x21\xe2\xb3\x6f\x3f\x52\x7a\x38\x08\xd7\xc3\xd2\xdf\xd3\xfd\xfd\x01\xda\x0e\xb2\xcc\xc8\xe1\x56\xed\x91\xb9\x91\xb0\xa1\xb7\x72\x19\x5b\x7d\xe6\xf2\x00\xfb\x64\x99\xe6\x0a\x50\xed\x31\x44\x5e\xfc\xf5\xf4\xc5\xf9\x25\x19\x8f\xcd\xce\xc1\xe5\x3b\x7d\x03\xd1\x87\x31\xe4\x8c\x50\xd2\x8f\x64\x3a\xda\xdd\x7d\x72\x71\x7a\x76\x16\x8c\x42\xb1\x8e\x95\xf9\x97\x63\x91\x13\x15\xd3\xa5\xa5\xba\x71\x8b\x65\xc3\xc7\xcb\xff\xb4\xf3\x0d\xef\xef\xdc\x0e\xdf\xfe\xf4\xee\x2d\xd9\xe9\x8f\xc7\xb8\x6e\xbd\xd1\x37\xd1\xd7\xe3\xdb\xdd\xdd\xe1\xf8\x76\xef\xdb\xf1\xed\x97\xdf\xbe\xfb\xe2\x43\xb0\x41\x3e\xc0\xfe\xf8\x00\xdb\xe3\x83\xdd\x1d\x1f\xfc\xe6\xf8\x60\xf6\xc6\x07\xd8\x1a\xfd\x51\x87\x91\x77\xfe\x40\x1e\x77\x68\xf6\xf5\x4e\x17\x28\x7b\x3b\xe3\xf1\x5b\xfb\xf0\xcb\x6f\xdf\x7d\x78\xfb\xd3\xf8\x76\xf7\x79\x6f\x3c\x7e\xd7\x7f\xdc\xeb\xf7\x1f\xff\xbe\x11\x29\x9f\xb4\x1e\x8a\x62\x75\x66\x99\x8d\xe2\xd7\x0b\x23\x2f\xbc\xb1\xd9\x6c\x9a\x63\x72\x7d\x2c\xee\x1b\xd0\xfd\xea\xc2\x42\xcb\x47\x4b\xc3\xd8\x15\xef\x6b\x2b\x79\x15\x86\xc8\x22\x11\xc9\x9c\x8a\x24\x35\x5b\x64\x5a\x89\xf2\x82\x13\x56\x11\x99\x6b\x17\x1e\x46\x5d\x3a\x1e\x54\x4e\x21\x2b\x52\xb2\xe6\xc2\x52\x09\xab\x32\xdb\x79\xdc\xb3\xd3\xb1\xdc\x73\xdc\x3b\x9b\x09\x99\xb1\x71\xaf\x28\xd6\xe3\x83\xb0\x20\x7d\x87\x0c\xfb\x34\x6a\x4f\x8a\x41\xf2\x22\x6b\x1e\x3e\xdc\x85\x6c\x3e\x87\xbb\x4f\x9d\xe6\xcc\x06\x60\x27\xae\x4e\x6c\x87\x4f\x9d\xe3\x73\x2a\x67\x33\x5b\x40\xc8\xfa\x49\xf5\x6d\xd2\x66\x99\x0b\xbd\xd6\xd3\x32\x54\xa8\xde\xb9\xcc\x20\xae\x67\xc1\x74\xc6\x63\xd5\x36\x11\x37\xd9\xc6\x79\xd4\x46\xd9\x79\x9b\xa8\x99\x25\xea\x9e\xa5\x69\xcd\x1c\xe3\x2c\xba\xc0\x51\xc0\x45\x9c\x81\xb1\xc5\xbc\x2f\xa0\x5b\x8f\x7f\xe3\x2a\x44\x32\x1e\xee\xab\x25\x6a\x84\x00\x6a\xc5\x32\x0e\xd9\x97\x40\xde\x2b\xdf\x55\x3c\x72\x09\xab\x5c\x76\xae\x8c\xfc\xc8\x26\xbe\x30\xc0\x23\xd0\x40\xf3\x94\x6a\x7e\x5d\x1e\x70\x67\xdc\x33\xc7\x2b\x3e\x19\xf7\xfa\x9e\xf7\x4e\x18\x51\x74\xca\xd2\x15\xe1\x80\xba\x24\x22\xe4\x7b\xaf\x8a\x02\x60\x3e\x31\xd4\x82\xae\x90\xcd\x4e\x18\x5a\xf3\x81\x69\xba\xd8\x32\x96\x65\xd2\xe5\xe1\x56\xd2\xf9\x2f\x87\xf4\x59\x5a\x21\xac\x1b\xb7\x58\xb2\x04\xca\x1a\xda\x85\x80\x4a\x15\x9c\xce\x84\x54\x1c\x6e\x59\xcc\x44\x53\xb6\x80\x45\x17\x3e\x26\xa8\x16\xb4\x12\x54\xa8\x3f\xc7\xd4\x68\xcb\x65\xcd\xc1\xad\x27\x1a\xce\xcb\x93\xe3\x70\x7e\x59\x70\xc0\xc3\x4c\x67\x39\xaa\x27\x5a\x9b\x0e\xf5\xfe\xcf\xcd\x3a\xf2\xb0\x85\xbb\x80\xdf\x0c\x60\xa3\x91\xcb\x35\x30\x56\xe0\x44\x06\xdd\xa7\x46\x0d\xa6\x0d\xc9\x97\xd6\xf4\xcc\x72\x97\x86\xea\x50\x70\x43\x66\xc5\x32\x58\x52\xb2\x34\xad\xa3\xfb\x2e\xe7\x84\x7a\x5e\xd1\x23\xd4\x0b\xa1\x68\x89\x2f\x65\x02\x02\x70\x0f\x60\x19\x1a\x58\x86\x7f\x44\xb8\x62\x99\xb0\x3f\x45\x66\x62\xbd\x81\x35\x34\x86\x6f\x6c\x3e\x1d\xe0\x57\xc5\x63\x4c\x23\x57\x64\xcf\x09\x86\x3d\xda\x3d\xc0\xd1\x0a\x25\x5c\x04\x28\x28\x34\xf1\xa3\xdd\x03\xcf\x1f\x54\x44\x4e\xbd\x95\x15\x6c\xab\x01\xd2\xa0\x8b\x69\x0d\x36\xc7\xdd\xc3\xa2\x97\xdb\x7b\x88\x68\xfe\xb3\xd9\x77\x90\x9a\xca\xf2\x0b\xe1\xd8\x4d\x19\x3b\x13\x1b\x28\x97\xa7\x69\xc0\xa1\x8a\x6c\xdf\xe1\xdd\x5d\x44\x5e\xcc\x86\x5e\x1d\xcb\xe8\x4d\x84\xa5\x8e\x73\xc5\x32\x5b\xce\xa5\x52\xf5\x18\x53\x2f\x8d\xa6\x34\xa1\x93\xc3\xa3\x2f\x0f\xbf\xa4\x5f\x4d\x0e\x76\xe3\xf8\x60\xba\x4b\x0f\x27\x87\x7b\x34\xd9\x7f\xfa\xe5\xde\xf4\xab\xa3\xa7\xfb\x5f\xd2\xaf\x0e\x46\x20\xca\x28\xd7\xcd\x5e\xa3\x8d\x0c\xd0\xa3\x1a\xb4\xfa\xea\x72\x9e\x6b\x17\x95\xe2\xea\xad\x80\xe5\x6b\xac\x12\x35\xde\xc1\x9c\xd1\xb9\x72\xc7\xbd\x16\x00\xfb\x48\x13\x54\x43\xd1\xaf\x8d\x32\xd0\xf7\x48\x03\x9b\xeb\x0c\x04\x8d\x3d\xd9\x57\x2d\x4f\x9e\xa0\xf0\x6e\xa5\x71\x11\x4b\x67\x9e\x2a\xca\xd9\xde\x25\x6b\xbc\xbd\xd2\x65\x09\x02\xb7\x4d\xbd\xb2\xda\xae\x65\x37\x05\x3c\x68\xe6\x56\x95\x5e\xbf\xb0\x56\xcc\x0a\x24\xdf\xba\xb1\x06\xe4\xaf\x43\xff\x87\xf9\xad\xfc\xe0\x7b\xa9\x74\xf9\xc9\xb9\xcc\xaa\x4f\x32\xa9\x25\x9e\x8f\x6b\x8f\x87\xae\x08\x6e\x19\xe1\x61\xf0\x3f\x9e\x70\xa8\x79\x97\xc3\x65\x7d\x08\xf3\xc9\x72\xc9\x50\x8a\xb3\x19\xc0\x83\xeb\x60\x7b\xa7\xb5\x3e\x57\x0a\x9d\x94\x4b\x87\x99\x80\x9e\x6b\xed\xc2\x70\x4e\xde\x62\x35\xc6\x12\x19\x3c\x06\x79\x66\x99\xd2\x98\x6d\xf9\x39\x8f\x5a\xff\xad\x0c\xc6\xc1\x9b\x96\x55\xf1\x39\x8f\x21\x23\xe5\x84\x08\x7b\xbc\x06\xc9\xd9\xf4\xb5\x14\x1f\x0b\x88\x15\xcb\x57\xde\x0f\xc1\x19\xd2\x40\x93\x77\x81\xd0\x46\x30\xda\xf2\x43\x58\x09\x7a\x7d\xde\x01\x8e\x4b\x13\x0f\x67\x57\xb1\xef\xba\xad\x09\xf2\xa4\x5b\xed\x3b\x9b\xee\x71\x80\x96\x06\x76\x85\x5b\x5a\x20\xe6\xdb\x0c\xf5\x66\xf2\x77\xe3\x8d\xc4\x62\xe2\x35\x5d\xb0\x53\xaa\xd8\x49\xf2\x8f\x5c\x69\x23\x6e\x77\xb4\x48\x37\x76\x0f\xd6\x0d\x53\x59\x04\xaf\x60\x21\xed\xe9\x6c\x6d\xd2\x50\x36\xa3\xd8\x97\x28\xc4\xb8\x5c\x92\x45\xdf\x52\xde\x47\x48\xcd\x21\xd6\xba\x15\x11\x9a\x2e\xe1\x4f\x4c\x97\x5c\xd3\x94\xff\x4c\x6d\xbe\x8f\x92\x7c\xa2\x8a\x58\xd3\x71\xaf\xc2\x81\xc6\xbd\x92\x7b\xb8\xa5\xbf\x71\xef\x76\xe8\x39\xa0\xf9\x6d\xdc\x2b\x41\x51\x48\x12\x08\x39\x4e\xcf\x27\x7d\x2c\x26\x50\x05\x0c\x0d\x92\x15\x6c\x99\xbd\x02\x52\x4f\x80\x2a\x5f\xf4\x70\x50\x2d\xa5\x38\xb0\xb5\x14\x87\xe5\xe2\xbd\xf8\x18\x86\xb9\x29\x4a\x1e\x41\x36\x84\x3d\xf8\xee\xb7\x45\x79\xe1\x62\xfb\xe8\x5a\x60\x1c\x1c\x30\x1a\x94\x25\xc6\x62\x6b\x80\x1f\x3f\x4b\xe7\xf2\x83\xa2\x4b\xf9\x0a\x7e\xbe\x37\xc4\x41\x87\x86\x36\xbe\xd6\x59\xce\x82\xcc\x91\x76\x81\x9c\xf0\xd5\x15\x1c\x2c\xa3\xef\x4a\x72\x78\xd1\xb1\xe5\x40\x15\xb2\x3a\x65\x1c\xd0\x2e\x5a\xe3\xa6\xdf\xc6\x5a\xbe\xc6\xab\x0c\x7c\xdf\x37\xec\x1a\x27\x12\x39\x49\xa8\x42\xdd\x95\xac\x94\x15\x5a\xed\xf5\x9d\x4c\xdb\x48\xf7\xeb\x79\x6e\x5c\xb5\xe3\xb5\x4d\xb4\x6e\x6e\xdc\x7f\xb2\xf7\x84\x28\xab\x44\x1e\x46\xfb\xcd\xf1\x0c\x0b\x7a\xfb\x92\x89\x99\x9e\x1f\x93\xbd\xdd\xfd\xc3\xe6\x76\x5c\xb8\x76\xcd\xa9\x81\x0b\x9b\xe0\xef\x3f\xfc\xf4\x76\xf8\x7f\x7d\xf6\xfb\xcf\xff\xef\x47\x8f\xbf\x88\x20\x73\xde\xdf\x7f\x7a\xff\xff\xd1\xe1\xcf\x1f\xfe\xc7\xbb\x2f\x3e\xca\x80\xd6\x29\x61\xdd\x26\x2b\x1b\x96\xd0\x3a\x6b\x8c\x99\x28\x73\x4e\xd7\x3a\xb0\x6d\x95\xa3\x93\xa7\xa1\xf5\x3e\x5c\x9f\xb6\xe2\xab\x96\xf5\x70\x01\xde\x64\x5c\x40\xda\x16\xeb\x0c\x5a\x2d\x56\x13\x5a\x47\xb8\x72\xa3\xaf\xa5\x4b\x87\x1d\x4d\x2d\xdd\xb8\x5a\x85\xb6\x5c\x98\xbd\x17\x0f\x47\xb6\x64\x66\x47\x0b\x1d\x43\x27\xab\xf0\x32\x43\x59\xeb\x4e\x9a\x27\x48\x63\x85\x0d\xcb\xba\x2d\xfa\x44\xbb\x3a\x43\xd9\x25\x28\x86\x56\x99\x4b\xfb\x26\x57\x79\x3c\x0f\xa6\x87\xc8\x81\x8f\x6a\x59\x0c\xd2\xb4\xdb\xbb\xf8\xf6\xda\xdc\x48\x5d\x3d\x7b\x1f\xb9\x2b\xa7\x92\x2f\xa1\x7d\x58\x14\xe7\xb4\x60\x06\x6b\xff\xe8\x91\xc2\x85\x28\x55\x93\x99\x53\xb8\x90\xb6\x69\x76\x73\x91\x1a\x3c\x3a\x15\xcb\x9f\x36\x96\xad\xc2\x7a\xe1\x65\xeb\x10\x6b\x8b\xd5\xb9\x0d\x19\x16\x63\x38\x92\xf7\xf7\xe0\xca\xc1\xe7\x95\x46\x48\xa4\x80\x85\xcd\x5d\xfa\x04\x00\x35\x95\x33\xdb\xb6\xc6\x8c\xd8\xa4\xcb\x98\x77\xbd\xcf\x7f\xf9\xe2\xaf\xbf\xca\xf1\x98\x7c\x1e\xf3\xe3\xcf\xe3\xe5\xfb\xcf\xa7\xfc\xf8\xf3\xe9\xf2\xfd\xe7\x97\xea\xfd\xe7\x99\x3e\xfe\x7c\xc9\x93\x1e\x66\xde\x42\xe5\x3d\x43\x4e\x8f\x9a\xb9\xbd\x42\x4e\x64\x9c\x7b\xd8\x8f\x9d\x1b\x6a\x3c\x31\x0a\xb9\x55\xd0\xe1\x10\xc2\x03\x6a\x98\xc4\x52\x5c\x8f\xf6\xa3\xdd\x51\x69\xff\x61\xd6\x9a\xa7\xd1\x7e\x74\xd0\x96\x3c\xb1\x2b\xaf\xeb\xc8\xed\x4a\x77\x20\x9f\xef\x7c\xfe\x61\x67\xfc\xcb\xdb\xe1\x17\xef\xbe\x79\xfb\xff\xfe\xf5\xc5\xbb\x9d\x41\xf1\x7b\xff\xf1\xf8\xd7\xfe\x37\x3b\x6f\x4f\x86\x7f\xa7\xc3\x9f\xdf\x7d\xf1\x61\xfc\xf6\xad\x65\x8a\xef\xe1\xc1\xce\x78\xe7\xed\x4f\xfd\x77\x5f\x8c\xfb\xfd\x6f\x76\x06\xcd\xef\xfa\x8f\xc7\xef\xfa\xfd\x0f\x6f\x7f\xfa\xfc\xed\x71\x2c\x74\x96\x1e\xbf\x7b\xd7\x76\x1f\xd1\x31\xf0\x6f\xfb\x82\xe0\xe5\xdd\x10\x5a\x03\x5a\x0e\x41\x64\x44\x43\x9e\xf4\xfa\xdb\x32\xc6\x0a\x0f\xc1\xbb\x60\x43\xa7\x6e\x93\xdd\xcb\x29\xd9\xb8\x05\x84\xac\xe1\x49\x6d\x41\x82\x9f\x90\xd4\xee\x7a\xb4\xde\x87\x0f\x70\xeb\x6b\x6b\x49\xde\x68\x64\x71\x16\x67\x6f\x5f\x29\x07\x80\xdc\x94\xcb\xeb\x9b\xd6\x2c\x41\x83\xa6\x5b\xa0\x9a\xa3\xc3\x97\xc0\x00\xaf\xc4\x19\x4a\x87\xae\xc2\xf0\x24\xd7\xa5\x23\x0b\x2e\x7a\xb9\xc2\xe8\xf4\x3b\x58\x63\x68\x6b\x96\xa2\x4a\x3e\xce\xba\x9c\x44\xc0\x10\x31\x60\xc2\x5b\xdc\xab\x53\x6e\x3d\x29\xd7\x2f\x91\xfc\x7c\x3e\xe6\x6c\x4c\x98\xd1\xb9\x91\x19\x77\xe5\x07\x41\x1f\x03\x07\x5a\x9e\x43\x6c\xcf\x64\xdb\x4e\xe9\x9a\x20\xc5\xfb\x27\x6e\x15\x2a\x5f\x78\x35\x36\x06\x1b\x9d\xfa\x26\x05\x61\xfa\x19\xb5\xe4\xec\x74\xdd\x36\x05\xb9\x6f\x93\x01\xa6\x60\x1b\x1b\x9b\x86\x55\x81\xda\x39\x4c\x2d\x62\x7a\xfe\x53\xde\xb6\x6b\x73\x77\xa6\xf8\xd4\xb2\x73\x23\x20\xd8\xdb\xf9\xda\x8c\x58\xae\x0c\x88\xbf\xa0\xc0\x2c\xfd\x87\x4f\x77\xa1\x5c\xe1\xde\x57\xfb\xd6\x20\xaf\xf8\xb5\x75\xd0\xae\xe4\xb3\xa8\x11\x2e\xcc\x84\x3a\x65\x8d\xe8\x5a\xff\x24\xc0\x2f\x96\x37\x31\x80\x75\x69\xef\xca\xa1\x1c\xb6\xd6\xaa\x74\x3f\xdd\x2a\xdd\x85\x6d\x3b\xa4\x87\x50\x2b\x95\xca\x5a\xae\x1a\xfe\x94\x83\xe5\xa1\x4b\x3d\xc9\x53\xf7\xd6\x05\xd7\x45\xa4\x91\xc6\x2f\xa0\xe5\x26\x02\x97\x82\xfd\x30\xed\x92\xc6\x61\xdb\xdc\xb5\x36\x0a\xab\x6b\xb6\x5a\x4f\x0c\xcb\xeb\xcd\xdb\xe1\x3f\x13\x9a\xb6\x92\x5d\x64\x4b\x0e\xb1\x05\x14\x25\x92\xf0\x11\x6d\x36\x78\xae\x28\xab\x61\x37\x7a\x85\x2a\x50\x40\xb3\xae\x16\x2a\x64\x03\xb5\xb7\x4d\xd5\x9f\xad\x32\xc9\x5a\xf5\xb1\x35\x55\x7c\xed\xa4\x7a\xae\x67\x45\x1e\xb5\x73\xf1\x6f\xe5\xb4\x3c\x81\x4d\x37\x37\xbe\x23\x18\x96\x53\x19\xd3\x74\xaf\xc5\xb0\x1c\xfe\x6c\x93\xc7\xe6\x8a\x65\xdd\x32\xf3\x0e\xc1\xc3\xbd\x63\xd3\x05\xe5\x5d\x93\xc3\x25\x94\x2d\x3a\x26\x07\x1e\x12\x9a\xeb\x79\xc7\xa6\x88\xff\x8e\x8d\xd3\x65\xd7\x99\x09\x76\xa3\xba\xe2\x2b\x8f\x9b\xae\x20\xab\x4d\xe3\x6c\x2b\x14\x74\x39\x36\x4c\xdb\xa9\xee\x0a\x80\xe8\xdc\x92\xe6\x09\xdf\x9c\x5a\xd8\xb6\x4d\x59\xd6\xb5\xad\x41\x41\xd7\x79\xc1\x6e\xe8\x72\x18\xfa\xc6\x7b\xdb\x34\xde\x0a\x8c\xb6\x1a\xc1\x6b\x8d\xbb\x88\x48\xbe\x71\x5b\x8d\xb4\xb5\xc6\x9b\xf8\x7b\xa9\xf1\x97\xf7\xcd\x3d\xff\xab\xc9\x8c\x87\xbb\x5f\x3d\xf9\x4d\xca\x8c\x06\xb0\x7f\xad\xcc\x48\xc0\x8f\x6b\xeb\x63\x72\x19\x14\x01\xfd\xf3\xf3\x73\xfc\x5b\xe4\x8b\x09\xcb\x3e\xcd\xe9\x7f\x67\x14\x6f\x2a\x4f\xe8\x3b\x38\x1c\x77\xe1\x2d\xdb\x60\x78\x9b\x3c\xd1\x56\x80\xea\x22\x6a\xca\x8d\xac\xf8\xd3\x65\x8b\xab\x4d\x1a\x1f\x2a\xed\x46\x2b\xb0\x49\x0d\xce\xb4\xb7\xa3\xb5\x78\x56\x14\x1a\xb3\x8d\xca\xa8\xd6\xc0\x29\x6e\x25\xac\x3c\xc6\x13\x16\xd3\x2c\x8c\x31\xa4\x0b\x96\x80\x6c\x35\x53\xe3\x9e\x0b\xc0\xad\xb1\x05\x2e\x65\x62\xbd\x62\x4b\x23\xd6\xb4\xd4\x92\xdc\x64\x5c\x33\x7f\x2b\x11\x7c\xd9\x5a\x0c\xbd\xf1\x47\x83\xcf\xcb\x35\xe5\xa9\xab\x1b\x11\x87\x56\x00\x67\x61\xc4\xa4\x1a\xde\xb4\xe1\x6d\x96\x65\xbf\xbf\x00\x34\x7f\x07\xe4\x4c\x09\x4a\xa6\xb9\x2d\xcc\x0a\x1b\x8a\x26\xd6\x28\x62\x6b\xed\x72\x15\x80\x58\x64\x1c\xc0\x2b\xdf\x32\x4c\x36\xeb\x23\xbc\xc7\xbf\xd1\x05\x26\xc9\xe4\x72\x59\xb8\x51\x67\x54\x33\x2b\xf0\x2a\xc2\x6e\x63\xc6\x12\xef\xdf\x6b\x47\xcb\x72\xa1\xf9\x82\x3d\x52\x2e\xf9\x7e\x03\xd0\x8f\x14\x89\xe9\x92\xc6\x5c\xaf\xac\xc7\x07\x2a\x84\xe6\xf7\x97\x0e\x95\xa0\x38\x42\x2d\xd9\x75\xbd\xb2\xc1\x47\xd2\xde\xe2\x83\x3f\x61\x89\xe1\xc4\x54\xf8\x9a\xb7\x76\xb4\x42\x66\xdf\x62\x45\xe6\xb4\x74\x31\xe6\x57\xc5\x8e\x89\xc5\x11\xe2\xf6\xbc\x0d\x64\x8b\xfc\x84\x7e\x43\x74\x68\x7b\xd1\x45\x36\xfe\x0d\xa6\xeb\x83\xc8\x4c\xba\xd4\x79\xc6\x4e\xa5\xbc\xda\xa0\xac\xae\x07\x75\x96\xba\x06\xfa\x9a\x0d\x10\xc0\xc7\xba\x6c\xfb\x8d\xb1\x53\xf5\xca\xb1\xc5\x0c\x2c\xa4\x1f\xcb\x10\xa7\x1b\xa0\xed\xd0\xda\xb6\x38\xe5\x9a\x97\x80\x9d\x9a\x99\x08\x4e\x2f\x30\xf6\x3a\xaf\x00\x04\xaa\x69\x7e\x1b\x2a\x53\x76\x36\x0f\x2c\xa8\x8e\xe7\x97\x9d\x2a\x8b\x94\xa6\xe4\xfb\x55\xf4\x68\x77\x5a\xc0\x7b\x2c\x84\x4c\x96\x2c\x33\xc7\x3b\xf8\x94\x58\xbe\x02\x53\xc3\xec\x0f\xb5\x59\x45\x5f\xdc\xd2\x58\xf7\x5c\x1d\x12\x66\xfe\x72\xf1\x68\x38\x32\x24\x5f\x3c\xcf\xd8\x94\xdf\xf6\x9c\x91\x0a\xdf\x2f\xe1\x21\x36\xc3\x65\x77\xa3\x95\xab\xca\x52\xbc\xe3\x59\xaf\x61\x6b\x25\x4c\x78\x0b\xc4\x62\x47\x71\x5f\xe3\xbe\x5a\x16\x8c\xe2\xbe\xd7\x36\x0e\x76\xf5\xa3\x35\x39\x28\x15\x48\xf5\x1f\x83\x10\xbb\x62\x84\xde\x54\xca\x9e\xcb\x06\x04\x94\x00\xae\xe7\x1e\x9d\x89\x6d\x01\x65\x4c\xa5\x9c\xd0\xac\x07\x57\x19\x42\x62\xf0\x9e\x6d\x63\x9e\xfb\x2b\xb1\x0c\x52\x12\xe8\x78\x8e\x07\x08\x8c\xc5\x55\x47\x4a\x23\x5b\x18\x30\x86\x04\x16\xa2\x53\x4b\x9c\xef\xc6\xa6\x5b\xa8\x3d\x5b\x28\x3d\x15\x4a\x77\x1a\x4c\xe8\xee\x5f\xaf\xc6\x58\x12\x84\x3d\xeb\x72\xa3\xe0\xd5\x8c\x4f\x21\x84\x2e\x11\xaa\xba\x0f\x06\xee\x0f\xd8\x05\xce\x9f\x8b\x0d\x8b\xb0\xbb\x84\xa5\x7c\xc1\xa1\x20\xbe\xbb\x73\xc4\xb3\x53\x67\xab\xe0\xd4\x86\x34\xce\x06\x26\x54\x7a\x50\xd9\x71\xb0\xe8\x2c\x17\x98\x3a\x81\x8b\x75\xbd\xab\x92\xbf\xa8\x46\x60\xb2\x11\x27\x98\x1c\x5a\xb1\x25\x05\xd1\x01\xd3\x84\xd8\xbd\xad\xa5\xa6\x69\x80\x96\x52\x32\x2c\xa8\xea\xee\x3c\x49\xba\xa8\xa9\x56\x64\xef\xa2\x79\x6e\x21\xe0\x6f\x23\xde\x6f\xba\xe8\xc6\x9f\xb6\xeb\x6e\x5a\xe1\x77\x67\xba\xf5\x02\x3a\x68\x5c\x73\x01\xfd\x64\xff\xc9\x51\x70\x01\xbd\xd7\x09\x8b\x1d\xef\x95\x6d\xfb\x6e\xb7\xcb\xf8\x53\xdc\x31\x37\x5f\x30\xb7\x3a\x1b\xe0\xcf\x16\xdb\xb8\x60\x86\x77\x58\x15\xcb\x45\x1b\xd6\xc6\xb2\xf2\x87\x25\xaa\xfb\xe9\xbc\x44\x5d\xf5\xe1\x61\x71\xdc\x75\x68\x69\x11\xb4\x59\xcf\xdd\xac\x10\x2f\xe8\xed\x19\x08\x70\xad\x9c\xe2\x5e\x8b\xdc\x06\xe2\x6c\x4b\x5c\x89\xfb\x59\x8f\x2f\x29\xf7\xf5\x6e\x10\x25\xde\x7a\x1f\x82\x70\xe8\x27\xeb\xcf\x7f\x97\xf6\x23\x28\x7f\x83\x11\xf2\xa1\xdf\xb2\x2a\xf9\x2d\xaf\xc7\xf0\x52\x4c\x24\xa5\x58\x6c\x64\x96\xb5\xd7\xe8\xc5\xe1\x52\x72\xd7\xa9\xea\xce\x05\x5a\x11\xeb\xfa\x0c\xc1\xb1\xd6\x61\x71\xcd\x4f\x9a\x80\x87\xb1\x73\x92\x0e\xbe\xd4\x8f\x08\x71\x68\x8c\xc1\x29\xb9\x84\x2c\x03\xc7\xe5\xcb\x0b\xb2\xa4\x4a\xe9\x79\x26\xf3\xd9\x3c\xec\x7d\x2f\xf5\x59\xed\xf9\xb7\x9d\x45\xc6\x79\x32\x87\x41\x38\x06\x5d\xa1\x97\x53\x41\x0a\xd2\xcd\xe8\x2e\x0e\xd2\x7e\xe1\x37\xe9\xba\x1d\xd4\xa0\xb5\x89\xb4\xa9\x42\xb8\x2e\x35\xaa\x50\xe8\x19\xbb\xad\x2a\x44\xb6\xae\x80\xba\x95\x75\xfc\x2e\xc2\xa2\x73\x23\xb1\xd3\xb2\x1e\x9f\x66\x99\x68\xe9\xd9\x7f\x4d\xa9\x8e\x6c\x6b\x8c\xdd\xd6\xe0\xdd\x55\x66\x23\x1b\xe5\xb6\xc0\x17\x70\xb3\x50\x70\x5f\xee\xf5\xe1\x4f\x97\xb3\xbb\xd5\x7f\xaf\xf8\xd9\xea\x82\xa8\xbb\x4d\xbb\xfb\xe9\xec\x5a\x37\x04\x64\xd6\x41\xdb\xa9\x30\x6a\xe7\x83\x9a\x74\x3c\xac\x09\x20\x00\x23\x4c\xb6\x65\xd2\x36\xa6\xa5\x81\x4b\x97\x23\x5e\xb6\x62\xd3\x95\xae\x0f\x7c\xfa\x81\x4f\x3f\xf0\xe9\x07\x3e\xfd\xdf\x9b\x4f\x77\xbe\x85\x78\x29\x67\xdf\x6e\x17\xc3\xd3\x2b\x75\xab\x0f\xe5\x59\xf7\x5d\x70\x06\xeb\x72\xc4\x54\x0b\x6f\x0f\xef\xab\x20\x23\x22\x6c\xfd\x52\x78\xce\xa3\xa2\xbe\xfb\x7a\xfc\xcd\xb7\x32\x73\x81\x31\xcd\xed\x06\x3e\xa2\xe6\x93\xc5\xd0\xd4\xe8\x88\x0e\x49\xff\x9e\x3a\xe2\x99\x0e\x32\x61\x62\xe4\x95\x5b\xeb\x20\x90\xeb\xae\xaa\x62\xa7\x4d\x9e\xca\x59\x29\x59\x56\x3b\xed\x5a\x27\x9d\x97\xad\x17\x85\xd5\xa0\x8a\xd2\xf8\x01\x91\x43\x11\xe4\x00\xf5\xd2\xe5\xff\x09\x54\xc6\x20\xad\x56\x4d\x20\xc2\x7a\x76\xa6\x4a\xb6\xa0\xfb\x4f\xd0\x14\xe4\x67\xea\xf5\x9b\x72\x16\xd5\x67\x3d\xca\x05\x04\xd5\x1a\xf6\xf4\xd1\xd9\x9b\x3a\xe7\x4a\xc2\xc0\xc9\x69\x9e\x62\xc9\x58\x9b\xb3\xc9\xe6\xc9\xc2\xd1\x7e\x33\x39\x9b\xd6\x6e\xe9\x6a\x12\xa7\xf5\x5e\xca\x99\xab\x8a\x06\x49\x99\x7a\x4d\x99\xbc\xa0\xe5\xc7\x16\x4c\x6b\xa7\xf4\xd6\xd4\x50\xee\xe7\xbe\x2a\xa5\x15\x9e\x31\x0d\xad\x3e\x26\x46\xca\x27\x7c\xba\x60\x29\x8b\xb5\xac\x8d\x66\x29\x9f\x5d\x6b\x5d\x20\xa6\x57\x61\xc0\xef\x94\xa7\xda\xd6\x84\x51\x0c\x0e\x31\xdf\x5c\x11\x5b\x11\x00\x88\xa9\x29\x2b\xf9\xa5\x2d\x80\x1d\x10\xaf\x3f\xb1\xc0\x17\x64\x4e\xb3\xc4\x7b\x4c\xe7\x02\xea\x07\xe8\x72\x41\x0c\xe1\xe0\xe0\x62\x76\xa7\xec\x36\x60\x3b\x7e\x71\xeb\x32\xd5\x76\x8b\xac\xaa\x76\x2a\xe7\x59\x4e\xe9\x84\xa5\x44\x39\x94\xd9\x95\x87\x4c\x04\x98\xbb\x2b\x7c\x02\x14\x7f\xf2\xfa\x79\xb3\x5a\xb3\x4d\x1a\x81\x93\x96\x8f\xdb\x64\xac\xee\x0d\x7a\xbd\xb8\x0c\xa8\xb8\x1b\x07\x84\x92\x2b\xb6\xc2\x5b\x43\x2a\x0a\xa7\x2a\xeb\x42\x94\xfa\xfa\x87\x57\x6c\x05\x8d\xb0\x5f\xf3\x16\xec\xa6\x89\x5d\xb1\x0d\x0e\xf8\xa5\x49\x9a\x6f\x5b\x9f\x32\x9c\xad\x79\xe0\xf5\x1d\x3f\xc1\x42\x56\x68\x97\xbd\x3b\x0a\xca\x0e\x17\x5b\x00\xea\xd1\x97\xb1\x25\x86\xb9\x28\x44\xf0\x23\x85\xc8\x34\xb4\x33\xe7\x4b\xeb\xc3\x84\x9b\xc8\x62\xd4\x7a\xae\xba\x21\x90\x4e\xce\xc4\xc0\x48\x47\xe6\x9f\x17\xb7\xdc\xf0\x5d\xb3\x06\xcf\x25\x53\xaf\xa5\x86\x27\xf7\x32\x55\x04\x61\x8b\x89\x5a\x5e\x8e\x69\xde\x40\xd8\x36\x33\xb1\x97\xd8\x6e\x42\xf6\xae\xd9\x23\x85\x2b\x73\x26\xc9\xcc\xcd\xc8\xeb\xb9\xca\x0e\xe1\xb4\x2e\x21\xc5\x10\x8e\x9b\xda\x31\x2c\x22\x64\x56\xc2\x43\xcb\x70\x76\x28\xe0\x3e\xf8\x06\x24\x10\xc8\xaf\x93\x90\xc4\x56\x9a\x70\x05\x63\x78\x4c\x16\x2c\x9b\x31\xa3\x9a\xc5\xf3\x76\xf4\x76\xb2\x8f\x74\xd6\xcb\xba\xa8\x2e\x5d\xf4\xb6\xa1\xa1\xb8\xd6\xf7\x0e\x9d\x8d\x8d\x3a\xe8\x47\x9b\xa0\x05\x96\xf9\xd2\x6c\xd7\x46\x0c\x39\xf1\x84\xa6\xe7\x1d\xb8\x46\x07\x3c\xae\xf3\x6c\x04\x00\x39\xe1\x82\x2e\x0d\x95\xfe\x62\x18\x1e\x10\xca\xaf\x64\x49\xb9\x91\x95\x4e\x5c\xc6\xe2\xf0\x9d\x35\xb5\x84\xc3\x40\x7a\x45\x45\xcc\x1a\x5c\xd3\xd4\x39\x23\x0a\xc2\xf0\x0c\xf3\xee\x4b\xc1\x49\x31\x20\x37\x50\x1f\xcc\xb0\x2c\xaf\xc3\xf5\xae\xd8\xca\xe6\x49\x0d\x29\xbb\x77\x26\x6c\x72\xe5\x35\x5a\xf6\x7c\x1b\xb4\xa2\x1e\xbc\xeb\xdd\xe5\x70\xf9\x18\x81\xa2\x92\x2e\x78\x41\x97\x36\x5b\x30\xd5\x72\xc1\xe3\x75\x01\x44\x26\xec\xdc\xec\x32\x03\x5b\x07\xe1\x23\x6c\xee\xcb\xaf\xb9\xba\x28\x3e\x27\x38\xd6\x0a\x87\x92\xbc\x73\x96\xe4\xa9\x4d\x35\xde\x24\x74\x94\x84\x09\x2b\x48\x04\x09\xf2\x20\x71\xfe\xeb\xd2\x97\x8d\x5c\xb2\x90\x90\x9f\x5b\x53\x9e\xd6\x2b\x64\x1b\x53\x1e\xca\xa4\x55\xee\xaa\x9f\x7e\x28\x76\x69\x57\x58\xa4\x72\xc0\x81\x2c\xd6\x5a\x64\xc5\x8b\x50\x5e\x80\x2a\x7c\xcb\x54\x55\xb0\xc3\xb4\x50\xc0\x0c\x4b\x39\x1f\x5b\xc4\xb0\x84\x61\xda\x3a\x6b\x3a\x44\xe9\xdc\x2e\x81\x6d\x13\x60\x13\x89\xde\xfa\xef\xd9\x1a\x4b\x75\xf5\x97\xae\xf7\x46\x76\x56\x46\x9c\xd4\x54\xe7\xaa\x88\xc7\x58\x1b\x96\x2b\xf2\xa3\xcc\xae\x5c\xfe\xa7\x40\x44\x04\xc7\xf1\x72\x41\x2b\xa9\x8e\x49\xca\x45\x7e\x0b\x08\x1d\x66\x32\x65\x51\xb9\xc5\x0d\x8c\x75\x4c\x1e\x3d\x6a\xfd\xa4\xb5\x6a\x9f\xa7\x54\xb0\x7b\xf9\xee\x82\x1a\x7c\xb8\xef\x62\x92\xaf\x12\x91\xae\x17\x80\x2b\x5b\x4c\xd0\x7b\x3b\xa4\x9d\xa8\x4e\x58\x15\x52\x17\x85\xa8\x22\x42\x7e\x30\x6c\x64\xbd\x97\xe7\x73\x4e\xc9\x04\x85\xdc\x8a\xed\x46\xe0\x5d\x70\xeb\x10\x6d\x97\x3b\xa8\x13\x74\x72\x7e\x76\x6c\x13\xe5\x25\x40\x70\x81\x1d\x04\x4a\x27\xc4\xd2\x08\xfb\xb7\x66\x47\x7b\xd0\xcc\x5e\x2b\x11\xf9\xc7\xe5\xdb\xe9\x2a\xdc\xaf\xed\xbe\xff\x54\x01\x9f\xdc\xc1\x13\xf8\x37\x27\xe8\x77\x5d\x12\xfc\xd9\x28\xf0\xaf\x4d\xf8\x9e\x85\x7e\xb2\x9d\x85\xbc\x9b\xf0\xbf\x06\xf4\x6f\x4e\x01\xd8\x72\xda\x5d\x14\x81\xb5\x49\x3f\x28\x03\xfe\xa7\xe3\x85\xe9\x96\x97\x35\xdd\xef\x9e\xbb\x3a\xd0\xb5\x2b\x08\xa4\x9b\x92\x40\xba\x5f\xe3\x74\x99\x41\x07\x85\x81\x6c\xad\x34\x90\xee\xb8\x7e\x50\x1e\x3a\x1d\x5c\x9d\x55\xc3\xd6\x26\xdb\x29\x12\x30\xa8\x4c\x6d\xd6\xa5\x8e\xc9\x90\x82\x0e\xe5\xd3\x3c\x7c\xb1\x9d\x48\x7d\x59\xb6\x45\x9a\xc5\x03\xab\xb8\x19\xd9\x15\x55\xed\x54\x53\xb5\x74\x1b\x36\x32\x8b\xa3\x87\x54\x24\xc3\x02\xb4\xd1\x7d\x24\x19\xbd\xb4\xd2\x18\xd8\xdb\x2f\xfd\xd8\x00\xbb\xd6\xd4\xe8\x4f\x10\xbc\x88\x6f\x18\x56\xfd\x01\x68\xf0\xa4\x05\x7a\x74\xf1\x39\x19\x5f\xa6\x8c\xfc\xd1\x13\xf9\x00\xf3\x0a\xfe\xc9\x8a\xa0\x9e\xdc\x41\x1f\x73\x84\xf9\x47\xf7\xdb\x9f\x3e\xd6\x64\x88\x5f\xdb\x42\x62\x7a\x81\x97\x6f\x61\x9e\x5e\x66\x27\x67\x33\x22\x6a\xe9\x82\x7d\xe0\x3a\xcb\x06\x3d\xda\x30\xa1\x34\x2d\x35\x56\x11\x6a\x05\x61\x1c\xd0\x7a\xf8\xd1\x6b\x79\x81\x4a\x29\x1b\x40\x20\x0a\xcb\x8a\x27\xb0\x37\x5f\xcb\x17\xb7\x2c\xce\x9b\x2b\xc6\xe3\x4f\x47\x96\xb5\x9d\x19\xf5\x3f\x0a\x89\x0a\x67\x56\x92\xa8\x0a\xd2\x0b\x65\xaa\x56\xcc\x5c\xb1\x55\x71\xb2\x5b\x79\xad\x94\x22\xcd\x05\x61\x4e\x98\x3d\xa8\xff\xe0\x8a\x55\x2c\x26\x2e\x22\xd8\x46\x9a\xca\x60\x74\x87\x50\x23\xaa\xa6\x29\x7e\xe6\x5f\x64\xd1\xfd\x61\x0b\x81\xce\xf3\xdd\x7a\x51\x2e\x90\xdf\x5e\xfc\x33\xa7\x69\x44\x9e\x3b\x45\x4f\x4b\xf7\xc8\x36\x5a\x3b\x27\x7c\x0d\x65\xa3\x30\xd9\x48\x1f\x25\x6d\xe5\x41\xd8\xe3\x31\x15\x7e\x23\x17\x6b\xa4\xb0\xdc\xde\x92\x66\x9a\xc7\x79\x4a\x33\x62\xf6\xc2\x4c\x66\xab\x7b\xc1\x68\x41\x34\x17\x2c\x96\x22\xd9\x46\xa3\xb9\xac\xf6\x0d\x71\x0c\x7a\x24\xcb\xb8\xc4\x62\xaa\x7c\xc1\xaa\x44\xba\x83\x77\x94\x3e\x84\x7c\xea\x76\xb5\xdf\x62\x03\x22\xf5\x9c\x65\x37\x5c\xb1\x8a\x0f\x85\xad\xb7\xd3\x0f\x38\x9f\xdf\x15\xe5\xc2\x9e\x5c\x7b\xed\x99\xf9\x6a\xee\x8e\x64\x2d\xb2\x8b\x0d\x35\x95\x19\x24\x9c\xdf\x49\x24\xd6\xf4\xbd\xe6\xb1\xee\x47\xe4\xef\x2c\x93\x18\x90\xc7\x66\x78\xff\x6c\x49\xbc\x70\xf0\xc2\x22\xb7\x54\x91\x5d\xb2\x03\xdd\x08\x5f\x2c\x58\xc2\xa9\x66\xe9\xaa\xef\x6e\xd5\xd4\x4a\x69\xb6\x68\x5f\xba\x20\x21\xc2\x93\xf6\x88\x90\xae\x5e\x57\x00\xec\x16\x2b\xfb\x17\x77\x5d\x5b\x60\xc6\x65\x09\x2e\x2d\xa1\x3f\x5e\x64\x8b\x6c\x1f\xfa\xc3\x15\xde\x02\x8e\xcd\xf8\x05\xfe\x87\xa1\x03\x4a\x32\x36\x03\x2a\xb7\x15\xfc\x3f\x9e\xc6\x3f\xda\x12\xde\x3a\x80\x51\x3c\x78\x4c\x3b\x14\x0b\x71\x2d\x1d\x5a\x5d\x2e\xef\x22\xb5\x46\x8d\xfc\xe2\x3a\x45\xbf\x09\x43\xde\x65\xf8\x89\x70\x3e\x46\x0f\xc6\x94\xc3\x55\x40\x28\x89\x8d\x00\x2c\xca\x1f\x3f\x13\xd3\x8c\x62\x7d\xd7\x3c\x63\x58\x89\x70\x5a\x6b\xaf\xb3\xc5\xc9\xd6\xcd\x76\xa5\x61\xdd\x2e\x8c\x83\x66\x97\x72\x29\x53\x39\x43\xad\x93\x87\x83\x59\xb3\x63\xf3\x30\xbc\x04\x5e\x31\xd0\x1b\x37\x65\x68\x08\x69\x21\x26\xcc\x8d\xba\x67\x74\xd8\x7d\x8b\x86\x9b\x39\x33\x84\xbd\xf6\x09\x9f\x80\x96\x2b\x72\x01\x4a\x87\x1d\xd3\x74\xfe\x9e\xcf\xe6\xe9\xea\xc4\x25\x9a\x18\x80\xef\x2f\x8b\x0d\xbb\x49\x57\x51\x67\xf3\x62\x9d\xdc\xb9\x29\xc7\x4a\x3b\x23\x81\x4c\xff\x27\xc9\x82\x77\x2b\xcb\xdc\x2b\xb7\xaf\x2f\xcb\x0c\xf5\xfc\xc0\xf2\xc9\x6e\xf0\x03\x24\x4e\x29\x5f\xa8\x4a\x1e\x60\x4c\xfe\x2f\x6f\x0c\x82\x12\x26\x56\xae\x15\x8d\x33\x69\x93\x61\xa3\x03\x43\xdf\xd9\xbb\x2d\x67\xf1\x58\x72\xab\xea\x8b\x24\x1b\x19\xdf\x57\x1b\xaf\xc0\x0a\xab\x84\x56\x4d\x7b\x79\x40\xe8\x44\xe6\x20\x61\xf1\xcc\x0f\x7a\xb7\x1b\x05\x07\xeb\x0f\x37\x82\x65\x46\xe8\xe8\x78\xaf\xb0\xd6\xaf\x92\x20\x16\xab\xf7\xd3\x05\x6b\x44\xce\x7a\x21\x45\x97\x6b\x29\xf0\x95\x75\x85\x69\xc7\x82\x0c\xc9\x85\xce\x78\xac\x8f\xc9\x73\x19\x18\x80\x6d\x3d\x08\x2e\x48\xc2\xa7\x50\xc7\x49\x87\x1f\x01\x1f\x3f\xca\x17\xc4\x27\x11\x37\x90\x45\x38\xe0\x99\xd0\x58\x19\x01\x1a\x5b\x9f\xa2\x63\x74\x2e\xf2\x85\x26\xdc\x00\xc5\xf0\x4b\xaa\xe7\x45\xda\x41\x37\xa6\xf5\xe1\xad\x4e\xb3\x42\x02\x15\xcf\x13\x9c\xd2\x9d\x2b\xbe\xd4\x4e\xa0\xa5\x3d\x7e\xae\xf5\xc8\x69\x39\xba\x9c\xbc\xb8\x4d\xf1\xa6\x72\x9f\x0a\x91\x58\x14\x43\x0d\x15\x2f\x8c\xc2\x86\xe4\x75\xf4\x11\x64\xab\x5f\xbf\x92\xfb\xb1\xfc\x21\xfb\x0a\xdd\x58\xcd\xd1\x80\x9f\x7a\xbb\xf7\x8e\xb0\xdb\xa5\x54\x6d\x4e\x45\xe5\x73\x03\x7a\x3e\x52\x15\x00\x91\xf9\x99\xe1\x9c\x6a\x6e\x1d\x55\xcb\x25\xd8\xe8\x92\x8f\x26\xa9\x9c\xd8\x3b\x19\xac\xad\x66\x0e\x33\x28\x53\x1e\xcd\x64\x51\xc5\xfc\xcf\xcb\x84\x82\xc7\x52\x65\x26\xe0\x95\xe8\x9e\x29\xe7\xf8\x66\xce\x0c\xf7\xec\x39\x57\x4e\x6d\xb4\xb9\x18\x72\x85\x19\x65\xb4\x91\xff\x42\x2c\xd3\xea\x34\x0c\x6e\x2e\xf2\x49\x22\x17\xd4\x1c\x84\x92\x28\x2d\x97\xe4\x46\x66\x57\x46\xd4\xb1\xdc\xdd\x8e\xe0\x36\x65\x6e\x20\xb5\x45\x50\xea\xc6\x7b\x6d\x76\x2d\x26\xdb\xc8\x98\x07\xa3\xc5\x87\x6b\x2c\xaa\x93\xb6\xd7\x4a\x6a\x7d\xe2\x46\xe2\xad\x9b\xb9\xb3\x09\xd7\x33\x5c\x28\x55\x59\xd3\xed\x23\xaa\x2d\x55\x21\xeb\xd2\xb4\xf8\xf0\xdd\xf6\x60\xbb\xdc\x67\x56\xa9\xbb\x5b\x5e\xa9\x79\xbb\x4b\xde\x1b\x5c\xff\x07\x77\xbc\x07\x77\xbc\x2e\xe8\xc7\x9f\x07\x77\xbc\x07\x77\xbc\xff\x02\x37\x70\x0f\xee\x78\x0f\xee\x78\xff\x66\x37\x6a\xff\x99\xee\x78\x3a\x55\x17\x2c\xce\x33\xae\x57\xe7\x99\x9c\xf2\xb4\xd6\xa6\x57\xb9\x44\x5b\xeb\x13\x04\xfb\xd8\x3a\xe3\xca\x47\x34\x55\x83\xae\xac\xd4\x51\x08\x1d\x1b\xa4\x89\x92\x30\x4f\x97\xdc\x48\x31\xa6\x53\x9d\x95\xc9\x59\xa0\x32\xa6\x64\x9e\xc5\x55\xbf\xa8\xa0\x9a\xa1\x19\xec\x87\x34\x19\xa0\x0a\x66\x8d\xaa\xb8\xb0\xaf\x64\xc2\x32\x61\x4e\x49\x98\x1a\x48\xfa\x08\x15\x1a\x93\xf9\x35\xf3\x2f\xcb\x55\xd8\xb8\x5a\xb7\x9d\x90\x09\xd3\x37\x8c\x09\x73\xb8\x30\x0a\x55\x06\x4b\x09\xdb\x66\xfc\x9a\x09\xc3\xda\xac\xf5\x00\x47\xd2\xd2\xc7\xef\x85\x00\xfa\xef\xe2\x25\x24\xe2\xc5\x0e\x4c\xfe\x1a\xfd\x2d\xfa\xbb\x99\x02\xc9\x97\xb3\x8c\x26\x20\xc3\x97\x5e\x7e\xb1\x07\x5e\x5c\x56\xbf\x00\x33\x49\xfd\x44\x50\xf8\x0f\xee\x41\xeb\xc5\x45\x30\x27\xe5\xa9\x0d\xf3\x21\x94\x98\xc7\x32\xaf\xd7\x87\x37\x49\x1d\x98\x22\xb3\x9b\x56\x6a\xd3\x69\x02\xcb\xc8\x15\xcb\x86\x2e\xee\xd6\x10\x9c\xb2\xb4\xe9\xe6\x16\x91\x67\x8c\xb0\x5b\x6d\xf6\x5f\x6a\x66\x9f\x81\x68\x8b\x74\xe0\x53\x73\x3a\x44\x50\x45\xb8\xc0\x00\xdf\x12\x4e\x8a\x12\xe1\x54\x53\xa5\x33\xb9\x9c\xf3\x38\x22\x27\xc2\x2d\x65\x75\xa0\x54\xca\x2b\x45\x52\x7e\x85\x17\x0d\x60\x03\x89\xf9\x72\xce\x32\x75\x4c\x86\xe4\xc5\xe9\xf3\xef\x5f\x0c\x5f\x9c\x3e\xbf\x38\x19\x9e\x7e\x7f\x72\xfa\xfd\xc9\xfe\xee\xf0\xfc\x87\x97\x7f\xdb\x3b\xd8\x3d\xf2\xef\xdf\x6c\x7c\x7b\xf2\xe2\x62\x6f\xff\xe9\xf0\xbb\xd3\x57\xc3\x8b\xef\x4f\xf6\x8f\x9e\x54\xc6\x5e\x7f\xbf\xe0\xe2\xf2\xe5\x85\x2d\x70\x7c\x6c\x50\x76\xbd\x17\xed\x35\xa9\x51\x9d\x02\x6d\xbb\x48\x94\x6e\xee\x5d\xbd\x2d\x7a\xb6\x43\xa8\xda\xb8\xc4\xad\x60\x03\x85\xd7\x84\xa6\x33\x99\x71\x3d\x5f\xd8\x9c\x45\x50\x2d\x98\xcd\xa4\xe6\xa0\xe3\x5a\xd1\xc1\x74\x30\xb4\x31\xa7\x22\x51\x73\x7a\xc5\x22\xe2\xaf\xf1\xd0\xb5\x31\x63\x0b\x79\xcd\x20\x01\x9e\x0d\xcc\xe5\x19\x72\x7e\x91\x28\x62\xef\x6e\xac\x5a\x5b\x4d\xba\x68\x77\xeb\xf3\x17\x17\xc3\xd3\x67\xa7\x07\x06\xd1\x84\xec\xac\xe8\x22\xed\x57\x97\x3d\x6c\xd3\x16\xd3\xd9\x41\x6c\xe9\x7a\x1d\xd7\xc5\xcd\xa6\x44\x12\x9d\x57\xa8\xd4\xad\x69\x9d\x20\xea\x9f\xa6\xe4\xda\x36\xb3\x76\x37\x08\x76\xcd\xa4\x96\xb1\x4c\x7d\xa5\xc8\x4e\x0b\x57\x87\x7a\xd3\xc4\x7e\x40\x91\xbd\x68\x6f\x40\xf6\xa2\x7d\xe0\xe6\x7b\xd1\x41\xb8\x14\xf5\xc4\x0f\xc7\xc4\x0f\x97\x2f\x8e\x49\x9c\x67\x19\x13\x3a\x45\xd8\xe7\x7c\x36\x67\x4a\x97\x7b\xf9\x3b\x7e\xae\x88\x7d\x74\xf9\xf2\x62\x6f\xbf\x6d\x39\xbb\x84\x20\x06\x63\xb5\xe7\x61\x2b\x35\x6d\xcf\xa5\x50\x6a\xda\x9e\x09\xbd\xd4\xb4\xad\xb0\xc1\xc7\x57\x71\x23\x70\x2d\xe0\x0e\xb5\x6e\x2c\x3f\xec\x81\x8c\xbf\x8e\xd7\x7b\x69\x01\x16\xdb\x99\xf6\x6e\xf8\x15\x8f\x16\xf2\x67\x9e\xa6\x34\x92\xd9\x6c\xe4\xc4\x97\xd1\x05\x08\x13\xef\x2f\x78\xc2\xde\x5f\xbe\xbc\xf8\x2c\x3c\x6c\xdf\xc7\x72\xb1\xa4\x9a\x4f\xa0\x14\xcb\xfb\x68\xff\x69\xc6\x62\xb9\x58\x30\x91\xb0\x24\xda\xff\xca\x7c\xc1\x50\x58\x85\xd1\x37\x6c\xfc\xcb\x97\x17\xef\x4f\x5e\x5c\xbc\xdf\xdb\x7f\xfa\xfe\xbb\xd3\x57\xef\x3d\xb3\x76\x2f\xf6\x8f\x9e\xb8\x17\x07\x4f\x0f\xed\x0b\xc7\xfb\xdf\x3b\xde\xff\xbe\x23\x93\xdf\xf2\x88\xd8\x3f\x7a\xe2\xde\xe3\xc7\x4b\xbd\x1b\xde\xde\xf5\xf0\x6a\x83\xab\xf9\xab\xb5\x3b\xb7\x71\xd3\x6d\x51\xa4\xb7\x85\x4c\x17\x20\x0a\x76\x23\x50\x6c\xfb\xe9\x48\x13\xc5\xd2\x32\x51\xfe\x4b\x49\xb0\x76\x41\x0e\x0a\x56\x7a\xea\x59\x69\x2e\x8a\x30\x83\x4f\xbb\x60\x32\xed\x58\x51\x59\xa2\x96\xf7\x69\x96\xea\x87\x34\x79\x3f\xa1\xf1\xd5\x0d\xcd\x92\xdf\xd0\x82\xfd\xf7\xe3\x19\xc5\xbb\xe6\x2f\x96\xb0\xd1\x8c\x89\x36\x1c\x1a\x79\xaf\xbe\x4b\x3d\xd6\x9a\x31\x56\x8b\xad\xe2\x5d\x43\x97\x75\xfc\x34\xe1\xc6\x3f\xaf\xc3\x63\x1d\xfe\xaa\xe3\x35\x8c\x83\x40\x94\x21\x0a\xa5\xe1\x5a\x5e\xb1\xfb\x69\x79\x41\x5b\xa1\x92\xfa\x02\x25\xb6\xe4\x48\x8d\x5d\xc0\xda\x04\x64\x46\x4e\x41\xcb\x8b\xec\xbf\x2e\x77\x3b\x5a\xbe\xa9\xdd\xe4\x81\x04\x1c\x94\x21\xaf\xe5\x34\x45\x71\xc4\x68\xfd\xbb\xa1\x39\xc2\xe8\x35\x75\x23\xa8\x8f\x65\x56\x6f\x0a\xa1\xe6\x7d\x45\xe3\xb5\xfe\x39\xfe\x4b\xae\x74\x92\xb0\xae\x39\xd6\xdd\x90\xad\xd0\xac\x80\xf6\x0e\x0c\xc5\xe4\x98\x0f\x4b\xb0\x1b\xc7\xd0\xb0\xe8\x2d\xbb\x66\xa9\x5c\xda\x7b\x40\x76\xcb\x15\x18\x0f\xc2\x26\x53\xc8\x40\x86\x16\x08\x2e\x30\x7d\x4f\x44\xc8\x73\x70\x4b\x02\x3f\x62\x41\x96\x19\x8b\xb9\x32\xda\xbc\x4d\x4a\x12\xf4\x2f\xaa\xaa\x80\x05\x7f\x99\xc9\x98\x29\x6b\xc0\x81\xdb\x20\x1b\xc8\x96\xb1\x24\x8f\x6b\x12\xd2\xb2\xaa\x01\x88\xab\x40\x2b\x28\xc5\xcc\x91\x09\x43\x5b\x4a\xe1\x11\xb8\x62\x9a\xdc\xb0\x34\x25\x34\x91\x4b\x7b\x6d\x6a\xf0\x2b\x05\x51\x72\xaa\x6f\x0c\x84\x29\x9f\x64\xd4\x68\x99\x77\xbe\xbb\xfc\x21\x6d\xbb\xae\x0c\x49\xa8\xa5\x19\x4e\xb3\xa5\x01\x92\xf8\x27\xb8\xe9\xd4\xb9\xe0\x62\xf6\xc3\xb2\xd1\x71\x9f\x8a\x55\x53\x45\xcf\x6e\x75\x33\x17\xf4\xf6\xb4\xb0\x3b\xb6\xba\x90\x77\xd0\xcc\x86\x9b\x94\xac\x7a\x7d\xed\xbe\x41\xed\x5a\xd5\xca\x67\xba\xdf\xdf\x85\x9f\xb6\xa6\x2e\x25\xdf\x7e\x7d\xbb\x0a\x9f\x0c\xd7\xad\xa9\x7c\x36\x4d\xfe\x91\xe3\xae\xb6\xfe\xba\x00\xb6\x88\x59\x83\x3f\xe2\x52\x26\x2a\x22\x27\x69\xea\x1c\xa5\xcc\x16\xc1\x94\xd0\x34\x05\x36\x01\x4e\x11\xd6\x1c\xca\xb3\xc0\x85\xad\xf0\x0f\xe0\x53\xe7\x8f\x5b\xf1\xc5\x2a\x83\x1c\xb8\x62\x95\x82\xb9\x31\x4c\x03\x0c\xd7\xae\xcd\x0d\xd7\x73\x2e\x2a\xfd\xb9\x22\x33\x26\x58\x46\x53\xcb\x0a\x42\x8d\x70\x3d\x3b\x91\x73\xa7\xe3\x1a\xf8\x11\x7e\x56\xe9\x8a\x61\xf1\x6e\xd6\x52\x28\xde\xfd\x2d\x17\x97\x7c\xc1\x64\xde\x18\x03\x51\x31\xa9\x55\x7a\xf9\x35\x9c\xcb\x1b\x92\x4a\xb4\x87\x7a\x62\xf4\x6e\x6e\x73\x96\xc2\xad\x27\xe4\x80\x4a\x19\xb9\xa1\x1c\x51\xe5\xca\x37\xb9\x4a\xe2\x36\xaf\xa8\xab\x7d\x05\x27\xcd\xc8\x48\xc2\x4c\x24\x24\x4e\x8b\x84\x54\xc5\x47\x5a\x8c\xff\xda\x02\xc9\x15\xd9\x53\x4d\xac\xd2\x6d\x8a\xc4\xa2\xf3\xae\xce\x51\x38\x87\x3b\x60\xf3\xfe\x50\x49\xab\x88\xec\x86\x9b\x83\xdd\x4f\x8e\x1c\xcc\x72\xf9\x2c\x9f\x4e\x59\xf6\x6c\xa5\x9b\xd9\x59\x25\xeb\x61\xb5\x5b\xc5\x7f\x6c\x91\x83\xe3\xfc\x42\x66\xab\xc0\x5b\x2c\x63\x40\x38\x09\xd9\xe1\x82\x4c\x4c\xb7\x3e\xa0\x67\x2d\x89\x6c\x88\x5f\x65\xef\xf2\xa2\x6a\xe2\xc0\x4a\xee\x4e\x4d\x52\x46\x95\x26\x7b\x4f\x8c\x7c\xcb\x31\xa7\xe9\x68\x1f\xae\x0c\x6d\xb1\x7e\x47\xd5\xeb\xdf\xdb\x71\xd2\x95\x96\x32\x55\x11\x67\x7a\x0a\xb2\xd5\x5c\x2f\xd2\x51\x36\x8d\xbf\x3c\x3a\xdc\xed\x47\xad\x95\x7d\xd7\x07\xf5\xdc\x8d\x56\x52\x9b\xc9\x29\x39\xd8\xff\xf2\xc9\x53\xc4\x41\x89\x47\x95\x87\x6f\x64\x49\x46\x02\x5b\x5f\x03\xcb\x9a\xbc\xb5\x5c\x4b\x49\xd4\x82\xa6\x29\x4a\x46\x19\xa3\x57\x0d\xa0\x1a\x66\xdc\x6d\xbc\x94\x66\x33\xb3\xcb\xcd\x92\xa2\x88\x54\x3f\xa2\x35\xdf\x2a\x3e\x13\x70\xf9\x05\x32\x16\xb0\x66\x4b\x16\x7a\x4e\x05\x11\xcc\x88\x70\x34\x5b\x35\x0a\x4c\x5d\x8e\xc6\x22\xfd\xac\x59\xfb\xd6\xad\xd0\x16\xfe\x10\x22\xe0\x15\xbd\x7d\xc3\xa0\xe8\xdf\x1d\x77\x45\x65\x80\xbb\xef\x8f\x4c\x2e\x6a\x96\xc6\x90\x72\x98\xa6\x36\x83\x6f\xc1\xbd\x97\x48\x08\x5d\x3a\x91\xfa\x4e\xdb\x8b\x8b\x58\x2e\x4c\xef\x30\x3f\x69\xe1\x1b\x8d\xf5\x85\x40\x92\xdf\x59\x87\x6c\xd8\x86\xc7\x3e\x4e\x6b\x00\x41\x35\xe6\x0b\xeb\xfd\xdd\x86\x9e\x41\x90\x4c\x86\x74\xd2\x32\xe4\x7d\xee\xca\xa7\x7b\x5f\xed\xdf\xdf\xa6\xac\x92\xc0\xfd\x6d\xcf\x2e\x23\xff\xa6\x37\x6a\x4b\xc1\xdb\x4e\xfb\x34\xd5\xf3\xd3\x39\x8b\xaf\x40\x21\xba\xa6\x69\xe7\xfd\x59\xed\xb8\x7e\xb8\x7b\xcf\xe2\x0c\x8e\x70\xe5\xaf\xf9\xf5\x8d\x34\x1b\xc7\xe8\xad\x20\xa2\xda\xfc\xa3\xb1\x19\x0e\x82\x6a\xb8\x2e\xd5\x86\xb4\xd2\x91\x72\x39\x55\x7c\x2c\x87\xbb\x7d\x9f\xa5\x72\x02\x74\x44\x55\x40\x8c\x20\x2f\xa4\xa9\x75\xed\x1d\x40\x59\x36\xab\xd8\x1a\x05\x3c\xe3\x49\xc2\x84\x91\xbe\x87\x18\x08\x61\x5d\x3e\xf1\x0f\xa8\x54\x82\x37\xfd\x63\xf4\x23\xcd\xca\x7e\x14\x36\x55\x6f\x84\xc0\x47\x00\x7c\xc4\x2d\x32\xc6\x3d\x20\xfb\x17\x50\x09\x13\xbc\xcb\x72\x61\xe8\x02\x2f\xed\x70\x58\xeb\x66\x06\x85\x5e\x63\xb8\xfe\xc3\x98\x24\x35\x20\x8c\xc6\x73\x74\x66\xf6\x42\xfe\x34\xa3\xc8\x66\x80\x2b\x91\x5c\x70\xa3\x64\x4f\xa7\xfc\x76\x40\xd8\x8c\x8c\x7b\x07\xbb\xbb\x0b\x35\xee\x0d\xc8\xb8\xb7\x17\x1d\xcd\xc7\x50\x92\x6e\xdc\xdb\x9f\x1f\x1e\x2d\x0c\x38\xe8\x97\x07\x46\x07\xd3\x19\xe5\xee\x71\x4f\xd8\x3e\xb9\x1a\xf7\xc8\x0e\x74\xf9\xdf\xff\xd3\xfc\xfe\xe7\x2f\x76\x77\x9f\x1d\xe1\x20\xff\xe7\x7f\xd9\x27\x07\xcf\x4e\xfb\xa6\xb5\xfb\x92\xfd\x67\x81\xff\xcc\xed\xb4\x4b\xbb\x5d\x4b\x92\x1a\x75\x06\x88\xff\x08\x5d\x04\x70\x17\xb1\x5b\x28\x92\xa3\x33\x3a\x35\x6a\x48\x92\xa3\x54\x2c\x25\x99\x02\xa7\x14\x9a\x5c\x9e\x9e\x57\xa8\x03\xa6\x1f\x83\xc1\x58\x40\x09\xbf\x8b\xbf\xbd\x26\x4b\x43\x20\x9a\x28\x2d\xb3\x05\xa6\x4e\xd5\x2c\x13\x14\x43\x78\x06\xce\xdf\xc6\xc1\x23\xe1\xce\xd2\x16\x32\x55\xe0\x42\x23\x0c\xa7\xce\x18\x58\x89\x52\xaa\x99\x88\x57\x03\x07\x90\x93\xcd\xad\x53\x4d\x70\x85\x2e\x81\xce\x0d\x57\x29\x82\x87\x0c\x91\xcd\xe9\x35\x13\x8f\xd0\xd0\x31\x61\xcc\x65\x7a\x45\xbe\xa6\xf2\x78\x0e\x58\x3a\x71\x51\xf0\x32\x23\x3f\xb3\x4c\xd6\xed\x46\x1b\x32\x29\x24\x91\x4b\x2e\xdc\xf2\xd7\x1c\x43\x73\x29\x15\x0b\x88\xdf\x57\xbf\xab\x73\xb7\xf1\xe6\xa7\x28\xb8\x80\x08\x25\xe7\x3a\x48\xfc\xa6\x3b\x42\x96\x5e\xee\x69\xf9\x51\x39\xb6\x1b\xb5\x12\xef\x09\xe6\x92\xfd\xaf\xb5\xd9\xdf\x3b\xfc\xf2\xf0\xe9\xc1\x93\xc3\x2f\x17\x8a\xec\xec\x1f\x46\x4f\x8f\x48\x42\x57\x90\x16\xfa\x99\xd4\xf3\xfa\x88\xab\x60\x1a\x8d\xa9\x8f\x7c\x96\xf8\x9d\xdd\x0f\x3b\x6f\x77\x87\x5f\xbd\xfb\x62\x67\x1c\xe1\x2f\xfd\x6f\x76\x84\xfa\x90\xab\x0f\xff\xfb\x7f\xaa\x0f\xff\xe7\x7f\xa9\x0f\x0b\xf5\x41\x7d\x58\x7c\x98\xf7\xfb\x5f\xf4\x9b\x52\xc7\x6f\x54\x03\xba\x99\x2a\xd6\x4a\xb6\x07\x7d\x3c\x23\x0d\x71\x56\x84\x2b\x2a\xbe\xc8\x53\x4d\x05\x93\xb9\x2a\x39\x8e\xf9\xea\xbc\x13\x46\x98\x32\xea\x34\x57\x73\x96\x18\x06\xe7\xd3\x90\x5b\x4b\x5f\x44\xce\x90\xdc\xfd\xae\xc0\xb5\x80\x95\x51\xc8\x7e\x1a\xea\x3c\x6b\x69\x43\x55\xf0\x64\x0b\x01\x30\xa4\x6f\xcd\x83\xb1\x44\x97\xf2\xc2\x35\xd2\x86\xe0\x7a\xb7\x33\x73\x1a\xd8\xfa\xc9\x2a\x5f\x58\x1b\xe3\x39\xcb\x6c\x24\x45\x61\x1b\x38\x76\x42\xc8\xee\x80\x0c\xf7\x0a\xbf\x42\xac\x47\xbf\xbf\xbb\xbb\x3b\xb4\x36\x9c\x96\xbc\xef\x66\x8f\xed\x6e\x94\x63\xf4\x5a\xea\x64\x39\x25\x47\x66\x68\xdc\xd7\x15\xaf\xbb\x75\x8a\xe4\x82\x4c\x73\x88\xad\x2c\x3c\xd9\x1c\x4c\xac\xa0\xf7\xe1\x1e\x46\x31\xba\x55\x01\x00\x92\x95\xa0\x0b\x4c\xe0\x0d\x19\xbf\xe0\x10\xf2\xeb\x8f\x7d\xcb\x7e\x7e\xde\x88\x9b\x83\x1c\x59\x54\xea\xcf\x85\x28\x95\xa6\x8e\x08\xc6\x40\x98\x87\xc3\x3d\xb2\xc3\x23\x16\x0d\x08\xcd\xb5\xec\xe3\xb7\x0b\x36\x48\xad\xb4\x63\xbf\x67\x97\x08\xa0\x49\xc8\xce\xff\x38\x02\x54\x1b\x08\x7e\x58\x32\x71\x61\xce\x42\xf2\xa7\xaf\x0f\xa3\xbd\x5d\x17\xd9\xaa\xfa\x6e\x85\x32\x36\x35\x14\x02\xc4\x54\xa1\x3f\xfc\x2a\x17\x71\x9e\x85\xe2\x92\x93\x93\x72\xc8\xec\x0f\x3c\x3e\x2b\x7c\xeb\xac\x81\xd9\xaf\x80\x5b\x9b\xd2\x91\x43\x7d\xc4\x34\x7a\xcb\x94\x64\xdf\x70\x14\x74\x58\x85\x70\x0d\x24\x4c\xc0\x21\x02\xb6\xcc\xd8\x35\x78\xc5\x06\x09\xfc\x1d\xe4\xa0\x45\x28\x4d\x33\x0d\xc1\x43\xb8\xba\x2b\x99\x5b\x16\x6c\x38\x30\x57\x71\xc6\xb4\xc3\xe1\x0e\x8b\x66\xd1\x80\x7c\x09\xb0\xf6\x0b\xf2\x45\xc1\xc8\x6c\x29\xae\xc8\x82\xcf\xb2\x22\xde\x48\xb0\x1b\x48\xee\x36\x40\x34\x3e\x82\x03\x60\x96\xd3\x8c\x0a\xcd\xbc\xe2\x4e\xb5\x6f\x08\xc5\xb4\x79\xc2\x84\x36\x04\xe4\xe9\xa1\x10\xa1\xcc\x86\x87\x93\x87\x50\xa2\x62\x26\x68\xc6\xa5\xcf\x39\x77\x03\x92\xed\x94\xf2\x14\x83\xa3\x68\xa6\x23\x37\x2b\x73\x94\xc1\x27\x6c\x70\x55\x11\x21\xb8\xfe\x11\x37\xd5\xa2\x8d\xce\x8d\xc4\xe3\xee\x46\x70\xf2\x6d\xb8\x82\x5d\x61\xc0\x9a\xe5\x3c\x01\x7b\x28\x0a\x10\x66\x73\x0e\xf7\xf0\x56\x98\xe9\x60\x33\x4d\x58\x41\x9d\xe1\x06\xa2\xda\x15\x50\x87\x25\xfa\x9b\xf9\x26\x15\x64\x21\x05\x87\xe4\x1a\x21\x9d\x19\x31\xd1\xae\x86\xdf\x31\x76\xb6\x3a\x2c\xac\x4f\x16\x4c\x67\x3c\x3e\x26\x8f\x7c\xb3\xf7\x38\xd0\x7b\x1b\x4b\xf6\x5e\x31\xfd\x1e\x94\x9e\x5f\x7c\x93\xaf\x9d\xf4\x38\xee\x0d\x7c\xc4\xe4\xd7\xe3\x9e\x97\x25\x87\x96\xd1\x8e\x7b\xbf\x3e\xda\x0c\x2c\xd8\x87\xfd\x75\x59\x85\x38\x31\x46\xf4\xb7\x31\x97\x51\x31\xb0\x87\xee\xae\x58\xf9\x18\x45\x69\xb3\x12\x94\xb1\x54\xd2\x64\x3b\xfd\xa7\xdc\xa7\x7c\x62\x5b\x49\xc8\xa9\x02\x04\x9c\xaa\x5d\x11\x0d\xbb\x38\x46\x77\x29\xa2\x1c\x71\x34\xd8\xfb\x71\xcc\x96\xb8\xaf\xf1\x48\x69\x3c\xaa\x0d\x85\x84\x7c\x8a\xc6\x71\xbe\xc8\x53\x9f\x64\x72\x8d\x34\x06\x36\x6b\x81\xbd\x1e\xc4\x44\xb0\xc8\x09\xd6\xbf\xe1\x81\x37\x9f\x81\x0a\x0c\x46\x86\x67\x02\x4b\x47\xf0\x85\x2d\x1e\x61\x06\xa2\x4e\x40\x7e\xa4\xbc\x88\x5c\x71\x22\xcf\x64\x2e\x92\x4c\x4e\xb8\xb0\x55\x27\x80\x53\x3b\xa7\xd4\xa8\x2a\xae\x27\xac\x6e\xc2\x46\x73\xb3\x6f\x98\x93\xd1\x89\xe2\x06\x0a\x0c\xd6\x04\x4e\x51\x94\x66\x29\x7b\x6b\x43\x96\x17\x7a\xe5\xfc\xd3\x51\x78\xf9\x67\xce\xe3\xab\x22\xc6\x7f\xad\x86\x11\x28\x4b\x5e\x5f\x83\xb7\x7f\x80\xca\x2e\x7f\x74\x46\xce\xe5\xd5\x2c\x9a\xc9\x28\x61\xd7\x23\xd3\xf8\xb3\x73\x9a\x29\xf6\xdc\xf6\xf8\x53\x20\x5e\x0f\x4a\xb4\x11\x48\x5b\xe8\x23\xb9\xa7\x06\x9b\xc5\xe4\xbd\xfd\x5d\x15\x91\x57\x4e\xd2\x16\x49\x7d\x53\x15\xde\x34\x17\x12\x89\x77\xfd\x94\xd3\xe2\xf0\x2e\xd9\xaa\xa6\x86\x21\xbb\xd9\xca\x5c\x2b\x9e\xb8\xac\x16\xca\x56\xbd\x52\xe5\x5a\xec\xba\x9c\x99\xa2\xb4\x27\x7c\x72\x08\xba\x5c\xb2\x64\x34\x4d\xa5\xcc\xec\x9d\x36\x5a\x7b\xfe\x81\x2a\x11\x1c\x1a\xa5\x2f\x4f\x51\xb2\x37\xd3\xad\x8c\x02\x09\x1f\xf6\x77\x21\x1d\x52\xa3\x24\x57\x8c\x1e\xe6\xe8\x45\x52\x4a\x2a\xc1\xb4\x05\x6b\xb4\x52\x05\xa6\x33\x38\x41\x85\x0c\x9b\xc0\xf9\x50\x9e\x9b\x66\x69\xaa\x9a\xad\x40\xf6\x78\x0b\x86\x0d\xd4\xb1\xe2\x9e\xfc\x08\x55\xa3\x75\x31\xd2\x00\x25\xb1\x86\x3c\xb7\x01\x1a\x97\x85\x4c\xcb\xfe\x93\x8c\x0a\x66\x59\x7e\x53\x66\x05\x8c\x21\xaf\x4a\x7a\x65\x73\x1b\x48\xaf\x81\xb8\x17\x0a\x8b\xa1\xed\xc1\x31\x10\x2e\x88\x9c\x40\xd0\xaf\x98\x85\x7c\xc4\x86\x83\xdb\x3d\xc9\x33\xc2\x44\xb2\x94\x1c\x42\x61\x9b\x78\x8c\xa3\x55\x24\x16\x96\xa0\xdd\xc3\xd9\x32\x52\x1b\x9e\x2a\xd8\x8d\x91\xf0\x6d\xe2\x22\x1f\xb8\x6e\x09\x77\x62\xaf\x04\x13\x62\xc4\x97\x14\xd9\x74\x3e\x51\xd6\x1e\x82\x43\xff\x96\xf4\x5d\x64\xf9\xdb\x5e\xb2\x56\x7b\xdd\xd3\x25\x6b\xe5\x36\xb5\x7a\xd9\x6a\xaf\x0e\x7f\xdb\x97\xac\x38\x87\x3b\x60\xf3\x3e\x2f\x59\x1b\x10\xf9\x9b\xb9\x6c\xd5\xf3\x8c\xd1\xe4\x54\xe6\xf5\xf9\xf1\xd7\x51\x14\x74\x28\x49\x6b\x85\x5d\x05\x5b\x28\xbf\x33\x6b\xcd\x26\xa7\xe6\x25\xc8\xcf\x46\x7e\x70\x5d\x3e\xca\x6c\x32\xa8\xda\x4c\xa0\x41\x83\xb5\x04\x33\x8b\x3b\xb0\x8a\xa3\xc4\xe7\x92\xc8\x21\x28\xfb\xc9\xa1\x83\xed\xce\x77\x3a\x6b\xb6\x10\x5b\x5a\xaa\xaa\x85\x73\x45\xfc\xc7\x9c\x95\x84\x37\x88\x20\x25\xa3\xc8\x96\x57\x42\x15\x19\x35\x5c\x39\x87\x8e\xca\x72\x34\xf8\xd1\x80\x3e\xa9\x79\xca\x7f\xb6\x6b\x71\x7a\xfe\x67\x77\x7e\x25\x2c\x03\x09\x77\x40\x96\x52\x1b\x6d\x1a\x20\x31\x1a\x31\x9c\x0f\x90\x35\x0d\x07\xe1\x53\x9b\x80\x0a\x8d\xc9\x11\x79\xc3\x92\x3c\x5e\x87\xcd\xc1\x54\xc4\x14\x36\xe4\x63\xd1\xd2\xf9\x01\x91\xa5\x94\x59\xfa\x91\xd7\x43\xce\xbd\xa9\x31\x93\xdd\xc6\x42\xa3\x9b\x15\x27\x9d\xaa\x33\x01\x7e\x46\xcf\x59\x4a\x3b\x26\xcb\xa9\x74\x6a\xbd\x35\x32\xc7\xf5\x5c\xa6\x09\x49\xa8\xa6\x98\xb6\x03\xe4\x14\x9f\x2e\x15\xda\xd5\x5d\x39\x48\xa2\xe6\x32\xd3\xc1\x81\x1f\x0c\x6b\x06\xa2\x86\x0b\xd2\xf8\xca\x1d\x0d\x8e\x9c\x63\x96\x69\x0c\x31\x45\xc1\xaf\xb5\x82\xa1\x3d\xbc\x8d\x12\x86\x2a\x0f\x25\x13\x66\x4e\xe0\x02\xc2\x70\xbc\xd8\xdd\x4e\xe3\x2e\x6e\x0e\xe8\x45\xfc\x90\x04\x10\x04\x16\xf7\x4f\xce\x4f\x73\x21\x58\xba\xd5\xa1\x53\xea\x52\x77\xe8\x60\x83\xf0\xec\xd9\xe1\x22\x4e\x73\xd0\x40\x6f\xd8\x44\xc9\xf8\x8a\x69\xd5\x6f\x3c\x92\x20\xeb\x21\x0e\x62\x54\xd2\x24\xed\x78\xfe\xec\xcd\x3f\x2d\xba\x5a\xfd\x36\x83\x38\x8e\x53\x90\x0e\x7f\xc0\xab\xc6\x7a\xcf\x87\x12\x4a\x9b\xbb\x3a\x96\x66\x3d\xa6\xe1\x24\x28\x1a\x57\xc4\x50\x94\xee\x95\xad\xcb\x0b\xae\xb7\xaa\x14\x5e\x52\x03\xc7\x46\x6f\xf2\x6d\x02\xea\x97\xd6\xfb\x62\x98\x8b\x2b\x21\x6f\xc4\x10\xdd\x05\x6b\xc7\x6e\x1c\x17\xf3\x1f\x56\x71\x56\xc2\x17\x36\x71\x29\x55\xc0\x6b\x30\x63\x31\x1e\x88\x28\xd4\xb3\xc4\x35\xb2\x11\x95\x6b\x07\x5e\x15\x19\x6d\x3e\x85\xde\xe0\xfe\xa6\x6b\xf6\xc9\xb5\x1e\xe0\x02\xed\x0f\x07\x0f\x64\x61\xca\xf7\xe9\x1d\x69\x1c\xcb\x0c\xb6\x4a\x63\x68\x79\x90\x66\xbb\x6e\x4d\x3f\x2e\xf9\x60\x2c\x05\x5e\xdd\x74\xc8\xb1\x59\xb4\x2d\x27\x14\x0a\x9e\x17\x8a\x54\x90\xd8\xd2\xe7\x5c\x74\x99\x61\x37\x4d\x13\x86\xf7\x9d\xa8\xbd\x94\xe5\xb1\x3f\x0b\xe0\x99\x1b\xa2\x10\x9e\x76\x78\xc4\x06\x24\xb2\x9f\x5e\x5f\x15\xf6\xcf\x9c\xa6\x8a\x44\x66\x7f\x45\x6e\x09\xfa\xd6\x2c\x94\x31\xf4\x99\x2f\xae\xb2\x82\x79\x59\xb5\xde\xe6\xca\x46\x25\xc4\x53\x1c\xca\x0b\x35\x33\x9a\x32\x6a\x04\x22\x44\x4b\x4c\x97\x18\x14\xc1\xad\x64\xf4\x98\xbc\x94\x34\x79\x66\xeb\xb3\xbe\xa2\x82\xce\x58\x42\x86\xe4\x32\xcb\x99\x11\x3c\xca\x96\xdc\x10\xc9\xe0\x6a\xa2\x8f\xc9\x63\x10\xd5\x9c\xca\x4a\x96\x39\xdc\x05\xc2\x65\x07\x66\x87\x59\xb9\x74\x1b\xca\x0a\xfb\x3c\x66\xe5\xb2\xb0\x11\x19\x92\x6f\x69\xaa\xe0\x8b\x54\xac\x70\x07\x49\xc5\xaa\x1f\xcc\x85\xa2\x9a\xab\x29\xb7\x67\x5a\x19\xfa\x37\x8c\x26\xab\x2d\x61\x3f\x29\x43\x02\xf7\x23\x88\x84\xc8\xce\x6c\xed\xbd\x11\xb2\x56\x1f\x01\xf2\xf3\xd7\x17\x9f\x08\xcf\x66\x85\x97\x29\xd5\x20\xd9\x59\x1e\x6c\x3e\xe7\xa6\x52\x47\xef\x98\xa8\x0e\x33\xa7\x9a\x76\x89\x68\x4f\xe5\xe1\xaf\x60\x94\x19\x99\xfc\x2c\x85\xa1\xa4\x8f\x41\xc6\x5d\x96\xcd\x7c\xba\xbc\x54\xe6\x89\x11\xe1\xb3\x44\xe1\x45\x12\x38\x43\xa8\x3c\x36\xca\xd4\x34\x4f\x0b\x3b\xc8\x9d\xa0\xad\x3b\xe5\x5b\x72\x02\xd4\xe6\x27\x3f\x75\xc3\x1b\xd0\x21\x17\xb2\xdd\xc2\x22\xa1\x59\x52\x7c\xdd\xba\xbc\xd7\xa7\xa3\xd9\x1c\xc2\x90\x52\xa5\x2f\x33\x2a\x14\x0c\x66\x84\xa6\xe6\x20\x06\x2f\xa4\x50\xcd\x86\x46\xac\x69\x6c\xd9\x21\xca\xdc\x96\x3a\xff\xa8\x74\x44\x46\xeb\x6a\x4b\x79\xd0\x61\x88\xfa\xd3\x7c\xab\x21\xda\x42\xd5\xba\x48\xb8\x5d\x12\x06\xd5\x67\x80\xc0\xfd\xb8\xf1\x18\x2c\xb6\x2d\xde\xc7\xe8\x9c\xa6\xfe\xa1\x30\x82\x58\x1d\xf5\xb4\x02\xee\x38\xcb\xb9\x67\x2c\x17\x96\xaf\x6c\x84\xa6\xb9\x6b\x05\x42\xcf\xa9\x9a\x61\xdc\x44\xdf\x73\xa9\xf4\x6b\x2c\xca\xdd\x49\x77\x08\xda\x83\x7e\xb7\x16\x1f\x03\x17\xef\x41\xa3\x36\x0e\x1b\x91\x73\xcc\x51\x87\x39\xa5\x0c\xb3\xb2\xa1\x8a\xc1\x08\x4d\x69\xa4\xba\x04\x1f\xcd\xb5\x5e\x9e\xcb\xac\xb5\x84\x86\xaf\x06\xff\xb4\x2d\x92\xa8\x8c\x04\x3b\xac\x5b\x0e\x38\x18\xec\xc5\x1c\xe4\xda\x45\xd1\xa2\xf0\x69\x76\x89\x43\x8c\x74\xc5\x44\xe1\xb7\xec\xbc\x8a\xa3\xf0\x92\xa0\xe8\xa6\x98\x4d\xea\x04\x1f\x78\xba\x8b\x77\x8f\x70\x60\xba\x25\x0f\x2e\xbf\x6c\x3f\x21\x35\x89\x25\x17\x31\x4f\x82\x3b\x12\x28\xf7\x68\x46\x41\xdf\x1b\x2b\x53\xdb\x53\xc8\xd6\xf9\x28\x39\xba\xec\x12\xcc\x08\x06\x71\x47\xbe\x94\x22\xd7\xa5\xa4\xa5\x4f\x77\xdb\xb2\xd3\x6d\x1d\xd0\xf5\xe4\xe8\xe8\xe0\xa8\x4b\x38\x57\xdb\x4a\x75\xcb\xf0\x0f\xb7\x80\x9d\x49\xe3\xf0\xb0\x2d\x63\xc8\x1a\x6d\xa8\xfb\x20\x8e\x8b\xed\xa8\xe3\xf0\xf0\xe0\x37\x47\x1e\x87\x87\x07\xff\xae\xf4\xe1\x72\xf7\x74\xcf\x16\xe4\xb3\xfd\x14\xc9\xe2\xc2\x9c\xf6\xeb\xf6\x5a\x77\x19\xe8\x03\x0d\x4a\x1e\x81\xe8\x39\xb3\x4c\xcd\x11\x74\x79\x7a\x6e\xd0\xdd\x6d\xb8\xf3\x37\x3f\xfc\xf5\x6f\x1e\x7e\xf4\xcd\x2b\x3d\x72\x8e\x86\x40\x77\x40\x01\x25\x99\xdc\x7a\x23\x3a\x79\x97\xe3\xed\xa6\x5c\x2c\x72\x11\x28\x4a\xa0\x9d\x19\xc5\xca\xd6\x3c\x30\x2a\xa3\xbd\xa2\x09\x66\x01\xe4\x39\x95\xd9\x0d\xb5\xfa\xb0\x93\x0b\xc3\x79\xd6\x2b\xf7\x84\xfc\x19\xec\xc5\x15\xd8\x5d\x89\xdc\xc6\x0b\xdc\x8c\x01\xd8\xf8\xa5\x35\x30\xb9\x50\x9a\xd1\xc4\x56\x63\x90\x99\x0f\xe4\x2c\xa1\xe0\x91\x72\x5d\xcc\x3e\x0a\x22\x4c\x94\xcd\x6e\x31\x53\x11\x09\xae\xdf\x01\xa8\x1a\x60\xa5\x68\x33\xd5\xa3\x71\xb3\x82\x0c\x70\xe5\xe2\xe8\xc0\x85\x8e\xca\xda\xa7\x72\x2b\xab\x4e\xb6\x14\x2a\xab\xae\x38\x8c\x82\x28\xef\x8a\x69\x57\xc2\xeb\x78\x34\xba\xb9\xb9\x89\x9c\x7b\xbc\xcc\x66\xa3\x44\xde\x08\xf3\xdd\xd1\x7e\xb4\x3f\x4a\x64\x3c\x82\x57\x43\x4f\x5e\xfa\x56\xdb\xb4\x87\xb8\x9b\xe1\x46\x1a\xd2\xff\xd7\xd0\xe1\x65\x49\x15\x09\x62\x48\x31\x21\x1d\x8a\x0f\x8e\xd3\x1d\xa3\x46\x03\x5a\x1a\xf8\x81\xda\xfa\x26\xe4\x31\x19\xf7\x2e\x4f\xcf\xc7\x3d\xfc\x15\xbe\x63\xaf\x99\xab\x8d\x83\xbd\x58\x7f\xa3\x6f\x76\x96\xbb\xb2\xaf\x02\x5c\x09\x9b\x6f\xf3\x1e\x6d\x34\xf8\x93\x8e\x21\xd8\xbd\xb6\x01\x4c\x83\xcb\xd3\xf3\x0d\x2d\x00\xfc\x8d\x7c\x6f\x43\x3e\x35\x23\xec\x77\x3f\x16\xf7\xbe\x3a\x68\x0a\x60\x21\x75\x16\xbf\x4d\xe7\x22\xcb\x0a\x33\x8c\x75\xd7\x0c\x6c\xff\x86\x50\xac\x10\xe9\xc2\x91\x3f\xfe\x64\x3b\x9b\x42\xf6\xd4\x5b\xf0\x62\x4a\xd7\xad\x13\x81\x8b\x64\xdb\xbe\x82\xc4\xc2\x95\x8d\x35\x58\x67\x2c\x0e\xd4\xdc\x95\x67\x02\x24\x40\x71\x8f\x30\x52\x22\xaa\xb1\x94\x18\xa6\xad\x98\x48\x90\x1d\x2d\x33\x39\x61\xb6\x88\x8d\x1b\x06\x1c\xba\x30\xdf\x26\x7a\xa0\x7a\x1c\x2c\xa9\x9e\x93\x11\x7e\xe2\xe7\x11\x0a\x08\x5a\x42\x68\x43\xb6\xe0\xc2\x9b\x09\x6a\x0c\x1a\xce\x40\x83\xac\x35\x66\xfc\x9a\xf9\xa8\x0f\xbb\x78\xe6\x63\x98\xb6\x0e\x45\x72\xe7\x9f\x6b\x5f\x97\xa7\x01\x1e\x5a\x66\xa5\x1c\x2a\xdd\x60\xe8\x3d\x2b\x13\x16\x78\x4f\x84\x48\xb1\xfc\xda\xdb\x8b\xd6\x31\x64\x71\x0b\x2e\x6f\x50\x26\x20\x38\x78\x82\xf0\x3d\x88\x7b\x2f\xbc\xb3\xe5\x94\x1c\x1e\x11\x65\xcb\x71\xd1\xa9\xa1\xb4\x0a\xaa\xc0\xad\x56\x05\x07\x86\x90\x7a\x68\xc1\x38\x07\xdf\xb8\x19\x61\xd7\x2c\x5b\x91\x23\xf0\x72\xda\x75\xc3\x0d\x5c\x55\x83\xa3\x21\x3e\xf1\x57\x1d\x18\xf7\x0f\xef\xf4\x3c\x63\x0a\xae\xca\x0c\x6d\xde\xc8\xc0\xc8\x62\x0e\x7d\x73\x20\xb0\xa4\x98\x00\x64\x0e\x89\xe5\xc2\x61\x07\xfc\xe3\x73\xe1\xfe\x08\x0b\xe0\x0c\x60\xcb\xdc\xb0\x34\x1d\x6a\xa6\x74\x50\x85\xe0\x8e\xf2\x9c\xd9\xef\xff\x9e\x02\xdd\xc6\x6c\x3a\x69\x60\xf8\xec\xa4\x08\x87\x1d\x9a\x35\xe1\x8a\x5d\xb6\x49\xdd\x0d\xcd\xae\x17\x68\xd2\xfd\x18\xb5\xd7\xfa\xc9\x5d\x80\xf4\xf3\x06\x7c\x51\xbb\xcb\xb1\x35\x9d\x83\x63\x94\xda\xfc\x90\xee\x9e\xe0\xec\xdc\x8b\x4a\x19\xb6\xd5\xd2\x1e\xaf\x34\xc6\x18\x31\xd9\xcc\x07\x31\xdc\x17\xaa\xbe\x40\xd9\xf5\x17\x34\x9e\x5b\x46\xed\x5c\x39\x0b\x62\x44\x31\xe8\xf4\xec\xf9\x1b\xe2\xe3\xfb\x76\xac\xab\xdb\xde\x6e\x04\xff\x8d\x9e\x3a\x2f\xb7\x69\xb2\xbb\x7b\x7c\x6c\xfe\xc6\x90\x75\x21\xed\xc0\x5c\x85\x05\x2d\xc7\x3d\xd7\x73\x77\xdc\xc3\x40\xe1\xf3\xeb\x43\xd8\x9f\xe3\xde\xf1\x71\xf8\xf4\x09\x5a\x31\x6d\x6d\x96\x8a\x2c\x61\x6f\xf9\x68\x9a\xae\x09\x9d\x28\x99\x18\xd1\x2e\xe6\x29\xd7\x46\x84\xc6\x98\x01\xb0\x4d\x9a\x43\x8e\xd1\x2c\xe5\x2c\xab\xf7\xf3\x44\x09\x24\xe1\x78\xc0\x81\x2d\x16\x4c\x40\x35\xcb\x04\x72\xd3\x00\x64\xc7\x05\x5d\xa1\x97\x83\x75\xad\x32\x14\x35\x61\x9a\x56\x6a\xf1\x9b\x55\x19\xba\x55\x19\x22\xe4\x43\xbb\x90\x41\x18\xa5\x65\xe5\xce\xf3\x7b\xf8\xc7\xb5\x2c\xd7\x50\x52\xe8\x4f\xe3\x9e\xbf\x91\xe0\xae\x4b\x8d\x5f\x78\x51\x7f\xc8\xb9\xce\xf2\xd2\xe7\xb0\x58\x58\xe0\xf2\xcb\xa7\xb5\xf3\x2d\x42\x84\xc2\xa0\x96\xc3\x68\x6f\xbf\x55\x20\xdb\xb6\x0e\x3d\x90\x1c\x16\x1a\xa8\x92\xbb\x99\x66\x85\x22\x4b\xb5\xb8\x02\xc2\x04\xba\xf4\x64\xd9\xeb\x6f\x28\x33\xef\xdc\x01\x77\x7e\xda\x41\x6f\xc0\x0f\xf0\x7f\xfc\x75\x2f\xf8\x7d\xff\xed\xee\xf0\xd0\xfd\x7e\xf4\x76\x77\x78\xf4\xae\x3f\x8e\xfa\xbf\x1c\xfc\xba\x7d\xbf\x91\xeb\xb2\xb7\x6f\xdf\x1c\xbc\xdd\x1d\xee\xbf\xeb\xff\xbe\xff\x61\xe7\x27\xf5\x78\x07\x61\x39\x19\x7e\x4b\x87\xd3\x77\xbf\xec\x0d\x0e\x7f\x3d\xee\xff\xf2\xe5\xaf\x6b\x4f\x3f\x1c\xf7\xfb\x1f\x6a\x1b\x3f\xf9\x75\xe7\x78\xad\xf5\xce\x8e\x85\xc0\x42\x95\x7c\xd8\x4b\x92\x0f\x6f\xf7\x86\x5f\xbd\xfb\x26\xe9\xef\x44\xad\xaf\xcd\x54\xfb\xcd\x1f\x3c\xfa\x75\x67\x67\xfd\x93\xfd\x5f\xf6\x06\xfb\xa6\xdb\xa7\xfc\xf4\x61\xe3\xa7\x4d\xb7\xba\x57\xdf\xdc\x03\x3c\x2d\x00\x1d\x34\x02\x74\xd8\x00\xd0\x2f\xbb\x83\xfd\x5f\x3f\x2d\x50\xfb\x8d\x40\x1d\x35\x03\x75\xf0\x89\x81\xda\x6b\x04\xea\x49\x33\x50\x87\xf7\x08\xd4\x71\xd3\xf7\xbf\x6c\xfe\xfe\xd1\xbd\x7d\xbf\xbf\xf3\x79\xf4\x45\xff\x1b\xf5\x78\x67\x3c\xda\xd9\x33\x6d\x9f\x22\xf7\xd8\x7b\xe7\x38\x84\x67\x24\xf0\xff\x7e\xff\xf7\xfd\x56\x86\xd6\x31\x9d\x77\xa7\xdc\x88\xa4\x63\xde\xef\x44\x28\xbc\x1a\x5e\x30\xa1\xdb\xcb\xc2\x91\x50\xaf\xb5\xf7\xc9\x5d\x45\xa6\x47\x35\xdf\x09\x6a\x70\x5b\xe5\x2a\xe5\x53\x16\xaf\xe2\xd4\xeb\xa0\xbe\x34\x59\x71\xd7\x4a\xa8\x52\x32\xc6\x0c\xe1\x5e\x7b\xab\x48\x4e\xf6\x7c\x75\x9e\x57\xf6\xce\xb6\x5a\xf4\xca\x15\xf5\x88\xc8\x59\x59\x86\x7f\xe5\xee\x78\xd1\xfb\x3f\x0c\xd6\x75\xd7\xe8\xe6\x48\xfe\xb3\x70\x97\xc1\x8f\x3e\xd2\xb4\xb1\x19\x99\xa6\x95\xff\xde\xc7\x5a\x30\x6c\x84\x4b\x76\xee\x85\xf1\xad\x4c\xb8\x95\xbe\x56\xb2\x77\x95\x67\x2b\xe6\x81\xc0\xe6\x55\x64\x64\x43\x71\x17\x1c\x52\xd3\x15\x96\x8e\x28\x95\x6e\x75\x1f\xb9\x5b\xf1\xcd\x1a\x10\x3f\xa6\x00\x67\x80\xb5\x0e\x35\xb3\x08\xa1\x37\x1b\x8b\x0d\x55\xb4\x89\x1b\x55\x24\x11\x2d\x3b\xbb\xf9\x52\x2a\x3e\x2b\x43\x88\xc4\x93\x1f\x2f\x2a\x76\xe9\xbb\x21\xcc\x00\x70\x1f\x18\xda\x06\x4b\x04\x12\xae\x51\xa5\x78\xfc\xb2\x83\x5e\xd9\x88\xbd\x9a\x31\xd6\x48\xb3\x8c\xd3\x6a\xb2\x42\x01\x78\xb4\xe3\x74\xd5\x46\x4f\xb1\x79\xbb\x80\xba\x3d\x46\x08\xba\xa6\x59\xc3\xd9\x59\x92\xb2\x0d\x4e\xab\xed\xb8\xa9\x1b\xa9\x62\xef\x75\x36\x1e\x70\x11\xb7\xa5\xd5\x6d\xf9\xf8\xc0\xb5\xd5\xe6\x95\xe1\x49\xca\xc8\x04\x03\xdf\xd7\xd9\x6e\x9c\x42\x92\x8e\x6a\xdc\x49\x4d\xec\xe1\x92\x66\x8a\xa1\x93\x9b\xba\x97\x40\x44\x72\x42\x04\x4f\x7d\xaa\x11\xfb\xb5\x4a\x72\x91\x81\xd1\x44\x6c\xb6\x58\x5a\x93\xd7\xc9\x56\xaf\xb0\x10\x97\xdf\x95\xed\xee\xa6\xe9\x93\x5d\x9f\xb0\xa7\xd5\xec\xdd\x71\xe1\x3a\xfa\xee\x56\x7f\x3a\x97\x2d\x0b\x9b\xb7\x56\x0c\x2b\x7e\x04\x3a\x17\x7c\xd4\xf6\xac\x19\xe3\x4e\xdb\xd3\x8e\xd3\x75\x7b\xbe\x7e\xf9\xac\x0b\xe2\xb7\x42\x47\xbb\x87\x4e\xc3\xfc\x7d\x62\x69\xf0\xf6\x36\xbf\xcb\xe9\x3a\xdf\x36\xe4\xc2\x85\xd2\x54\x40\xe9\x13\x37\xf1\x35\x0b\x82\x2b\xaf\x5c\x11\x4a\xe0\x12\x68\xdc\xb3\x3c\x69\xdc\x3b\x26\x27\x8e\x41\x81\xd9\x8c\x3c\x2b\x5d\x88\x2d\xe8\x15\x53\x70\x63\x60\x8e\xde\x84\xc5\x1c\x2d\x2a\x54\x13\xc6\xfd\xed\xa9\xce\xa8\x50\x60\x34\x4f\xe9\x8a\x65\x64\xe7\xf2\xf4\x7c\x74\x71\xf1\xb2\x4f\xac\xdd\x0e\xce\x12\x5b\xac\xca\x36\x81\x4c\x8a\x70\x31\xdf\xc7\x23\xa6\xec\x58\x87\xb9\x61\xbd\x9f\xa9\x3d\x67\x4a\x49\xab\x13\x19\xab\x88\xde\xa8\x88\x2e\xe8\xcf\x52\x40\x2d\xde\x13\xf8\xf5\xc5\xe9\xc5\x08\x0a\x5d\xea\x91\x4b\x21\x9d\xcd\x72\x9e\xb0\x8a\x81\x06\xcb\xf2\xce\xf5\x22\xfd\x2c\x4e\x27\x0e\x37\xaf\x5f\x3e\x43\xbc\x38\x9f\x9b\xed\xf0\xd2\x8a\x90\xdf\xc2\x54\x45\x3a\xd9\x74\x32\x93\x4e\xc2\xa8\xfb\x19\x3a\x0a\xea\xd8\xfa\xf5\xcb\x67\x9d\x37\x5c\x27\x76\xd5\xa5\x86\xa2\xfb\xb8\x19\x76\x43\xb3\xce\x5b\x7d\x16\x37\x16\x50\x77\x3f\xe5\x1d\x3e\x8b\x97\x77\x13\xdf\xbe\x3b\x3d\xbf\x17\xf1\xcd\x00\xf0\xaf\x11\xdf\x38\x13\xfa\x04\x4c\xd8\xdb\x33\xc6\xb0\x77\x25\xe9\xa5\xf5\x92\xb0\xc6\x71\xb8\x5e\x73\x06\x70\x7b\x91\x5e\x77\x15\xa9\x1a\xb8\xa3\xd9\xfe\xdf\x41\x06\x3d\xc3\x01\x2e\x8a\x18\x13\xe0\xb0\xb5\x97\x9a\xa0\x57\x62\x9f\x0a\x30\xd6\x86\x8d\x0f\xed\xfd\x2b\x15\x2b\x92\xb1\x19\x5a\x65\x31\x65\xf4\x9c\x91\xbf\x9c\x9f\x56\xbd\x42\xea\xd5\xd5\x28\x64\x0a\x71\x2a\xf3\x24\x9a\x49\x39\x4b\x19\x70\x84\x20\xf0\x84\x89\x19\x17\x0c\xf8\xc6\x68\x2e\x6f\x86\x5a\x8e\x1c\xfc\xc3\x80\x31\x70\x31\xfb\x0c\x33\x06\xbe\xb7\x40\x5b\x1e\xf8\x52\xc6\xdb\xe2\x00\xba\x54\x50\x80\x62\x15\x9c\xb8\x0e\x0d\xc1\xb4\xa1\x98\xbe\xc5\xc6\x8e\xd1\x92\xff\x72\x7e\xda\x37\x62\x9e\x79\xb9\x46\xf1\x18\xc1\xd6\x01\x45\x95\x94\xbe\xbc\xe4\xac\x40\x26\x6c\x4e\xaf\xb9\xdc\x80\xca\x32\x8e\x10\x8f\x6e\xf2\x9f\xe1\x54\x2c\xc6\xee\x9b\x95\x22\x29\x75\x6c\x0c\x38\xbf\x5f\x5e\xda\x99\xf9\xf1\xc9\xc6\x39\x55\x6a\x72\x4d\x16\x77\x63\x7e\x67\xcf\x5e\x91\x53\xb3\x42\xf7\xc2\x02\x0d\x18\xff\x0a\x16\xd8\xc5\x05\xae\x1e\x71\x1b\x5c\xe1\xca\xbb\xe4\x5e\x5c\x98\x0c\xc2\xc6\x3d\x77\xd1\x55\xbe\xe3\xe2\x93\xc5\xb0\x2c\x5b\xc0\xee\x19\x3a\x53\xca\x10\x7d\xca\x86\x2e\xb2\xe7\x98\x8c\x7b\x65\x2f\xa7\x71\x6f\xdc\x33\x92\x52\x79\xf7\xf1\xc9\x02\xb6\x1e\xec\xb5\x22\x65\xd3\x37\x5a\x2e\x79\xfc\x75\xf1\x60\x78\xbd\x8c\x87\xe9\x84\x52\x35\xee\x3d\x78\xe3\x3d\x78\xe3\xfd\x56\xbc\xf1\x4a\xd2\xc4\x14\xdd\x77\x10\x66\x28\xc6\x73\x7a\x3e\xb0\xbd\x0c\x96\x25\x26\x77\xb4\xae\x23\xf6\xaf\x81\x4d\x18\x50\x97\xe8\x14\xfc\x8e\x5c\xf0\x14\x57\x24\x65\x53\x1d\x24\xd8\xa1\x36\x34\x05\x0c\x25\x5b\x26\x3e\x6d\xc8\x65\x00\x10\x3b\x67\x3e\x8d\x85\x7d\x30\x01\x44\x48\xac\xcd\x19\x58\xc2\x9f\x6d\x0e\xc0\x0d\xbe\x7b\x45\xc3\x4d\x3e\x7c\x45\xcb\x4d\xbe\x7c\xee\xe7\x53\x1c\x93\x5d\x4c\x01\x25\x76\x1f\x5a\x01\x36\x9b\xbd\x9b\x5c\x63\x4e\xca\x79\xb0\x0c\x09\xf6\x4e\x7e\xbc\xe8\x0d\x48\xef\xe4\xe7\x3c\x63\xe6\x97\x67\x34\x63\xaf\x98\xa6\xa9\xf9\xe3\xbb\xd3\x73\xf3\xcf\xd9\xb3\x57\xe6\x9f\xd7\xb9\xa6\x82\xdf\x9a\x5f\xc1\x13\x40\xd3\xf8\xca\x56\x32\xef\xfd\xe5\x62\x39\x67\x19\xeb\x6d\xb2\x9a\x74\x5b\xf4\x21\x39\xf9\xf1\xa2\x4b\x2b\x03\x75\x87\x76\x7e\x52\x1d\xda\x7e\xd7\x81\x82\x86\xc4\xe2\xa2\x43\x4b\x8f\xaa\x0e\x6d\x2d\x16\x3b\xb4\x3c\x7b\xf6\xaa\x13\x31\x6e\xa4\xdb\x6e\x6a\xf2\x46\x15\xb9\x13\xe9\xab\x58\xb6\xd3\x7d\xd9\x9b\xd5\xb4\x0e\xee\xf8\x30\x25\x9f\x79\x56\x4a\x19\xb8\xe6\x4e\xca\x6e\x97\x12\xcc\xb0\xe7\x52\x29\x6e\x78\x5f\x48\xef\x2f\xac\x1b\x6a\x0f\xe9\xf6\xcc\xca\xef\xad\x84\xdb\xe5\x0a\xce\x0d\xb4\xa1\x99\xfb\xfc\xc7\x5d\xc1\x6d\x5e\xb4\x61\xdd\xc5\x6c\x4b\x6b\x40\xec\x5d\x1d\xfb\x84\xf5\xff\xed\xe4\xd4\xe7\x1a\x37\x3b\xf4\x39\x77\x62\xeb\xa5\x77\xc7\xf0\xb6\xca\x28\x1f\xe3\xeb\xf7\x10\xa8\xf2\x20\x1a\x3f\x88\xc6\x0f\x81\x2a\xff\xad\x02\x55\x36\x72\xfd\x65\xc6\xaf\xbb\xd6\x5e\xb7\x6d\x9b\x79\xfe\xb9\x6d\x70\x37\x5e\x6f\x7b\x3f\xf0\xf8\x07\x1e\xff\xc0\xe3\x1f\x78\xfc\x03\x8f\x27\xf7\xc4\xe3\xb7\x2f\x80\x0d\x46\xa1\x9a\x44\x3f\xc8\xdf\xea\x5c\x22\xd7\x92\x22\x39\xb9\xdf\x30\x32\x1b\x8b\xd8\x98\xfc\xca\x6d\x95\xff\xf0\xe6\xe8\xd2\x50\xc4\x49\xff\x70\x2b\x60\x23\xf9\x4a\xd7\x0c\x83\x0e\x69\xb5\x60\xd3\x79\x63\xb3\xf3\x25\x01\xda\x3c\xa9\xfd\x1c\x44\x35\xda\x44\xa9\x5a\x3a\x7c\x58\xaa\xf2\x49\xc9\x30\x31\x23\x3b\xf6\x36\xef\xb2\x4d\xdd\xd9\xbc\x63\xb6\xd4\x6a\x64\xed\xee\x6a\x58\x7c\xdd\x3d\x1b\x7d\x66\x36\xac\xe7\x13\x78\xff\x51\xca\x92\x34\x20\xb4\xd6\x15\xb6\xea\xe0\x6a\x60\x85\xd3\xd7\x6e\x81\xba\xb9\x3d\x52\x45\x28\xa7\xa0\x0b\x16\x95\xf2\x18\x41\xc2\x23\x3b\x1a\x9e\xd2\xa2\x48\xba\x64\xd3\x20\x62\x6c\xcf\x86\xa4\x4d\x98\x6c\x0c\x30\x17\xff\x5d\x0a\x4c\x5d\x66\x1f\xe2\x69\x6f\x9e\x02\x0e\x7f\x0c\x67\xb6\xf0\x3a\x6f\x39\x9b\x78\x91\x0e\x10\xc0\xb2\x9c\xfa\xe4\xc7\x8b\x01\x5a\x91\xd0\x8e\xf5\xdd\xe9\xb9\xb7\xa8\xba\x6c\x63\x61\xa6\x95\x2e\x24\x29\x31\x36\x94\x60\x28\x65\x11\x71\x5b\x1f\xf9\x89\xf4\xe0\x12\x5e\x7e\x14\x85\x42\x84\x6f\x41\x1e\x03\xcc\x49\x6f\x16\x35\x80\xe7\xe9\x2e\x4c\xf4\xf0\xf0\x00\x8d\xbc\xb9\x72\x11\xa8\x90\xc3\x98\xbb\x2a\xc3\x0e\x04\x7b\xc9\xdb\x10\xbd\x5b\x21\xee\x1a\x20\xaf\x39\xf5\x11\xac\x08\x82\x45\xab\x93\xf8\xc6\x82\x3c\x97\x0c\xa3\x22\xdb\xc7\xfa\x44\x9b\x18\x57\xde\xc6\x65\xb2\xdb\x65\xca\x63\x6e\x28\xa6\x12\x07\x0d\x88\x02\x07\xc4\x05\x15\x39\x64\xbe\xed\x00\xee\xe3\x35\x6b\xc6\x1d\xb9\x9a\x8f\xb1\xfe\xf4\x1c\xad\xfa\xa9\x8e\xdc\xcc\x20\xc9\x5f\xa8\x06\x14\x07\x45\xfb\xc3\xe2\x33\x69\x2a\x63\x6a\x0b\xdb\xfb\x90\xb2\x3f\x90\xb9\xbc\x61\xd7\x10\xd2\x2d\xbd\x30\xaa\x34\xd5\x3c\xc6\xd8\x6b\xdb\x0f\x93\x42\xc3\x6a\xd8\x1a\x20\x4e\xd2\xf1\xdf\xb4\x4e\x96\x36\x06\xc0\xb1\xa3\xb5\x69\xb9\x62\x46\x98\x65\xf2\xce\x95\xf4\x6b\x8e\xae\x96\xd6\x01\x37\x69\x69\x65\x37\x47\x4b\x8b\x0a\x59\xb5\x1e\xf0\x8d\x32\x40\xbb\x1d\xb1\xd1\xe8\xdb\x2a\x36\xf8\xb8\x43\x2c\xaa\x25\x6b\x7d\x3e\xcb\x16\xc1\x6a\x8f\x4a\x0a\xae\x9a\xf7\x77\xce\xc5\x05\x99\x87\x5f\xdc\x9a\x55\x57\x9d\x2b\xd0\x55\x3b\x95\xd3\x78\xa6\x74\xc2\x52\xa2\x1c\x6c\x16\xa7\x66\x4f\xd8\x24\x03\xe1\x13\xd8\x0d\x27\xaf\x9f\xd7\xe7\x99\x25\x9b\x23\x27\x4b\x80\x9d\xb4\x7c\x1c\x81\xf4\x6f\xb0\xfc\x1d\xee\x78\x57\xc7\xd5\x88\x05\x57\xcc\x16\x5e\xa0\xc2\x07\xb4\x60\xe3\x8c\xa5\xde\xee\x7e\xc5\x30\x55\xa3\x0d\x6e\x6f\xd3\xa2\x3b\xf8\x3e\x5c\xb1\xd6\x18\xa1\xca\x24\xcd\xb7\x2d\x41\xe0\x6c\xcd\x03\x2f\xa5\xfb\x09\xa2\x63\x87\x61\x06\xed\x77\x50\x1d\xef\x45\x1c\x2e\xb6\x00\xd4\xa3\x2f\x63\x4b\x34\x54\x28\x44\xf0\x23\x85\xc8\x34\xb4\x33\xe7\x4b\xcc\xc3\xa0\x18\x50\x8f\x4b\x17\x80\x72\xb1\x1b\x02\xe9\xe4\x4c\x0c\x8c\x4e\x62\xfe\x79\x71\xcb\x95\x46\x6d\xd4\x9c\x96\xaf\xa5\x86\x27\xf7\x32\x55\x04\x61\x8b\x89\x5a\xe9\x1d\xc3\x75\x21\x3c\x0c\x2a\x2f\xa2\x06\xe6\x26\x64\xab\xfa\x79\xa4\x40\xfa\x0e\x22\x33\x37\x23\x9f\x1a\x41\xd9\x21\x9c\x73\xbf\x90\x62\x08\x3a\x5d\xed\x18\x16\x11\x32\x2b\xe1\xa1\x65\x38\x3b\x14\x38\xda\xe3\x1b\x90\x76\xa0\xea\x0d\x54\x86\xc1\xa3\xd6\x2a\x2a\x3c\x26\x0b\x96\xcd\x20\x9f\x47\x3c\x6f\x47\x6f\x87\x18\xe7\x2d\xae\x8f\xbb\x04\xdb\x75\xb9\xac\x1b\x1a\x8a\x6b\x7d\xef\xd0\xd9\xd8\xa8\xc3\x65\xde\x26\x68\x81\x65\xbe\x34\xdb\xb5\x11\x43\x85\x7b\xf3\x79\x07\xae\xd1\x01\x8f\xeb\x3c\x1b\x01\x40\x4e\xb8\xa0\x4b\x43\xa5\xbf\x18\x86\x07\x84\xf2\x2b\x59\x52\x9e\x29\x23\xf1\x18\x71\x2b\x65\xa5\x77\xd6\x1d\x31\x1c\xc6\x8c\xc0\x21\x1b\x32\xbf\xa6\x29\x54\x16\x93\x20\x1b\xa7\xc8\x70\xe5\x74\xed\xa4\x18\x90\x1b\xb0\x4b\x19\x96\xe5\x23\x3f\x7a\x57\x6c\xd5\x1b\xac\x51\x76\xef\x4c\xf4\x8a\x32\x57\x25\x5a\xf6\x7c\x1b\x74\x97\x1e\xbc\xeb\xdd\xe5\x70\xe9\x94\xe6\xb3\x5b\x1a\xf3\x05\x5d\x0e\x2d\x15\x68\xb9\xa8\xf1\xf3\x76\xe9\xbb\xbf\x83\x9a\x15\xb0\x2a\x9b\x24\x81\xf5\x2e\x35\xe9\xcb\x6d\x11\x0c\x4c\x9a\x60\x3b\x6c\x48\xf0\x5d\x5b\xe6\xa1\x3d\xa7\x09\x64\x61\xe8\x2c\xc2\x94\x5a\x57\xc4\x97\xca\xbb\x07\xd1\xe5\x41\x74\x79\x10\x5d\x1e\x44\x97\x07\xd1\x65\xed\xe7\x41\x74\x79\x10\x5d\x7e\x13\xa2\x8b\xea\x7a\xee\xab\xe0\xc8\xa7\x95\x13\x0d\xc2\x85\x2d\x67\x41\x59\x64\x60\x6f\xce\xea\x0b\x6f\xc5\x32\x43\x23\x6c\x58\xd6\xa4\xe6\xf6\xee\xb2\x54\x41\xcb\x97\x52\x82\x31\x6c\xce\x2f\x28\xd8\x11\x24\x9f\x93\xd3\xf5\x5a\x2b\x5b\x67\x5b\xd7\xa9\x3a\xc7\x52\xd5\x1b\xd1\x52\x34\x75\xc7\xdf\xe5\xcb\x8b\x30\x1e\xbc\x1c\xe9\xe1\xaa\x91\x73\x61\x93\x51\xdd\x45\x3c\x8a\xf9\x72\xde\x92\x89\xa2\x12\x3c\x86\x8d\x5d\xc8\x36\x98\x1c\x31\xa8\x09\xc3\xcf\xe1\x75\x51\x83\x37\x88\x41\x11\x6c\x26\x35\x66\x0f\xb1\x0c\xd8\x4d\x6f\x4e\x45\xa2\xe6\xf4\x8a\x45\xc4\xd7\x4f\xc0\xca\x66\x19\x5b\xc8\x6b\x46\x98\xd0\x99\xbd\x99\xe4\x36\x83\xa3\x48\x14\x49\x24\x66\x04\x44\x93\x67\x44\x20\xcd\xa3\xcf\x6e\x65\xfd\x02\x9e\xbf\xb8\x18\x9e\x3e\x3b\x3d\x18\x5e\x7c\x7f\x42\xc8\xce\x8a\x2e\xd2\x3e\x5c\x9d\xb9\x69\x93\x61\xa9\x4d\x93\x31\x73\x03\xe3\xef\x7c\x67\xd8\xc2\x3e\xb9\xb8\x7c\x79\xf1\x17\x4c\xb3\xd6\x6d\x35\x4a\x5d\x9a\xd6\x04\xf2\x14\xd2\xd4\x25\x70\x73\xd6\x5d\x83\xf9\xe2\x26\xdc\x12\x52\xa7\x45\xaa\x43\xb3\x69\xe2\x33\xc4\xed\x45\x7b\x03\xb2\x17\xed\x03\x63\xdb\x8b\x0e\x42\xb4\x97\x67\x69\xfa\x5d\xef\x45\x7b\x50\x86\xf5\x87\xcb\x17\xc7\xc1\xc5\x13\x24\xd9\xe4\xb3\x39\x53\xba\xdc\x2b\x2c\x70\x6c\x1f\x5d\xbe\xbc\xd8\xdb\xbf\xab\x1d\x3a\x18\xa3\x39\x95\x63\xa9\x59\x53\x6d\xbb\x4a\xb3\xe6\x34\x93\xa5\x66\x4d\xe9\xdb\xef\x5e\x2e\xac\xe1\x55\xcd\x63\xd4\x02\x4b\x09\x8d\x94\x96\x19\x9d\x95\x93\x1c\xa9\x7c\xe2\xab\x1e\x15\xa8\x54\x31\x2d\xf3\x34\xe0\xe3\x4e\x63\x3b\xa7\x7a\x7e\xec\x8b\x23\x39\xe6\x1e\xb4\x36\x44\xea\x98\xaa\x6b\x1c\x16\x4a\x0a\x9b\xc2\x20\xd5\xc6\x0d\x65\x97\x7e\x57\xee\x75\x4c\x7e\xf9\xf5\x77\xff\x7f\x00\x00\x00\xff\xff\x69\xc7\x69\x46\x5e\x9d\x01\x00") func manifests00CustomResourceDefinitionYamlBytes() ([]byte, error) { return bindataRead( @@ -541,8 +541,8 @@ func manifests00CustomResourceDefinitionYaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "manifests/00-custom-resource-definition.yaml", size: 105240, mode: os.FileMode(420), modTime: time.Unix(1, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0xfa, 0xa6, 0x36, 0x1a, 0xd8, 0x5e, 0xc4, 0x73, 0xb5, 0x24, 0x1c, 0xd0, 0x7b, 0xb3, 0xc6, 0xa4, 0x9b, 0xbf, 0x2c, 0xf, 0xe, 0xdf, 0xd9, 0x13, 0x88, 0xe3, 0xd2, 0x15, 0xfc, 0x2c, 0x6f}} + info := bindataFileInfo{name: "manifests/00-custom-resource-definition.yaml", size: 105822, mode: os.FileMode(420), modTime: time.Unix(1, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0x8d, 0x42, 0x85, 0x67, 0x22, 0x52, 0x3c, 0x74, 0xd2, 0x2, 0x2d, 0x5b, 0x98, 0x3d, 0xd7, 0x4d, 0x4a, 0x5e, 0xe0, 0x68, 0x51, 0xc1, 0xaa, 0xa0, 0xff, 0x29, 0x50, 0xcd, 0xf4, 0x1a, 0xb6}} return a, nil } 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 662c47ef1..73d599ad6 100644 --- a/vendor/github.com/openshift/api/config/v1/types_feature.go +++ b/vendor/github.com/openshift/api/config/v1/types_feature.go @@ -179,7 +179,7 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ with(azureWorkloadIdentity). with(gateGatewayAPI). with(maxUnavailableStatefulSet). - with(eventedPleg). + without(eventedPleg). with(privateHostedZoneAWS). with(sigstoreImageVerification). with(gcpLabelsTags). diff --git a/vendor/github.com/openshift/api/machine/v1/0000_10_controlplanemachineset.crd.yaml b/vendor/github.com/openshift/api/machine/v1/0000_10_controlplanemachineset.crd.yaml index bdaa49242..e34db3399 100644 --- a/vendor/github.com/openshift/api/machine/v1/0000_10_controlplanemachineset.crd.yaml +++ b/vendor/github.com/openshift/api/machine/v1/0000_10_controlplanemachineset.crd.yaml @@ -243,6 +243,31 @@ spec: zone: description: Zone is the zone in which the GCP machine provider will create the VM. type: string + openstack: + description: OpenStack configures failure domain information for the OpenStack platform. + type: array + items: + description: OpenStackFailureDomain configures failure domain information for the OpenStack platform. + type: object + minProperties: 1 + properties: + availabilityZone: + description: 'availabilityZone is the nova availability zone in which the OpenStack machine provider will create the VM. If not specified, the VM will be created in the default availability zone specified in the nova configuration. Availability zone names must NOT contain : since it is used by admin users to specify hosts where instances are launched in server creation. Also, it must not contain spaces otherwise it will lead to node that belongs to this availability zone register failure, see kubernetes/cloud-provider-openstack#1379 for further information. The maximum length of availability zone name is 63 as per labels limits.' + type: string + maxLength: 63 + minLength: 1 + pattern: '^[^: ]*$' + rootVolume: + description: rootVolume contains settings that will be used by the OpenStack machine provider to create the root volume attached to the VM. If not specified, no root volume will be created. + type: object + minProperties: 1 + properties: + availabilityZone: + description: availabilityZone specifies the Cinder availability zone where the root volume will be created. If not specifified, the root volume will be created in the availability zone specified by the volume type in the cinder configuration. If the volume type (configured in the OpenStack cluster) does not specify an availability zone, the root volume will be created in the default availability zone specified in the cinder configuration. See https://docs.openstack.org/cinder/latest/admin/availability-zone-type.html for more details. If the OpenStack cluster is deployed with the cross_az_attach configuration option set to false, the root volume will have to be in the same availability zone as the VM (defined by OpenStackFailureDomain.AvailabilityZone). Availability zone names must NOT contain spaces otherwise it will lead to volume that belongs to this availability zone register failure, see kubernetes/cloud-provider-openstack#1379 for further information. The maximum length of availability zone name is 63 as per labels limits. + type: string + maxLength: 63 + minLength: 1 + pattern: ^[^ ]*$ platform: description: Platform identifies the platform for which the FailureDomain represents. Currently supported values are AWS, Azure, and GCP. type: string @@ -271,6 +296,8 @@ spec: message: azure configuration is required when platform is Azure, and forbidden otherwise - rule: 'has(self.platform) && self.platform == ''GCP'' ? has(self.gcp) : !has(self.gcp)' message: gcp configuration is required when platform is GCP, and forbidden otherwise + - rule: 'has(self.platform) && self.platform == ''OpenStack'' ? has(self.openstack) : !has(self.openstack)' + message: openstack configuration is required when platform is OpenStack, and forbidden otherwise metadata: description: 'ObjectMeta is the standard object metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata Labels are required to match the ControlPlaneMachineSet selector.' type: object diff --git a/vendor/github.com/openshift/api/machine/v1/stable.controlplanemachineset.openstack.testsuite.yaml b/vendor/github.com/openshift/api/machine/v1/stable.controlplanemachineset.openstack.testsuite.yaml new file mode 100644 index 000000000..e29ccaff4 --- /dev/null +++ b/vendor/github.com/openshift/api/machine/v1/stable.controlplanemachineset.openstack.testsuite.yaml @@ -0,0 +1,398 @@ +apiVersion: apiextensions.k8s.io/v1 # Hack because controller-gen complains if we don't have this +name: "[Stable] ControlPlaneMachineSet" +crd: 0000_10_controlplanemachineset.crd.yaml +tests: + onCreate: + - name: Should reject an OpenStack platform failure domain without any OpenStack config + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains: Invalid value: \"object\": openstack configuration is required when platform is OpenStack" + - name: Should reject an OpenStack configured failure domain without a platform type + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + openstack: + - availabilityZone: foo + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.platform: Required value" + - name: Should reject an OpenStack configured failure domain with an empty OpenStack config + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: {} + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.openstack in body must be of type array: \"object\"" + - name: Should reject an OpenStack configured failure domain with the wrong platform type + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: BareMetal + openstack: + - availabilityZone: foo + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains: Invalid value: \"object\": openstack configuration is required when platform is OpenStack, and forbidden otherwise" + - name: Should accept an OpenStack failure domain with only the availabilityZone provided + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: foo + expected: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + replicas: 3 + state: Inactive + strategy: + type: RollingUpdate + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: foo + - name: Should accept an OpenStack failure domain with only the rootVolume provided + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - rootVolume: + availabilityZone: foo + expected: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + replicas: 3 + state: Inactive + strategy: + type: RollingUpdate + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - rootVolume: + availabilityZone: foo + - name: Should accept an OpenStack failure domain with both availabilityZone and rootVolume provided + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: foo + rootVolume: + availabilityZone: foo + expected: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + replicas: 3 + state: Inactive + strategy: + type: RollingUpdate + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: foo + rootVolume: + availabilityZone: foo + - name: Should reject an OpenStack failure domain with an empty rootVolume provided + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: foo + rootVolume: {} + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.openstack[0].rootVolume in body should have at least 1 properties" + - name: Should reject an empty OpenStack failure domain + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: foo + - {} + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.openstack[1] in body should have at least 1 properties" + - name: Should reject an OpenStack failure domain with an empty availabilityZone provided + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: "" + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.openstack[0].availabilityZone in body should be at least 1 chars long" + - name: Should reject an OpenStack failure domain with an empty rootVolume availabilityZone provided + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - rootVolume: + availabilityZone: "" + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.openstack[0].rootVolume.availabilityZone in body should be at least 1 chars long" + - name: Should reject an OpenStack failure domain with an invalid availabilityZone provided + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - availabilityZone: foo:bar + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.openstack[0].availabilityZone in body should match" + - name: Should reject an OpenStack failure domain with an invalid availabilityZone provided for rootVolume + initial: | + apiVersion: machine.openshift.io/v1 + kind: ControlPlaneMachineSet + spec: + selector: + matchLabels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + template: + machineType: machines_v1beta1_machine_openshift_io + machines_v1beta1_machine_openshift_io: + metadata: + labels: + machine.openshift.io/cluster-api-machine-role: master + machine.openshift.io/cluster-api-machine-type: master + machine.openshift.io/cluster-api-cluster: cluster + spec: + providerSpec: {} + failureDomains: + platform: OpenStack + openstack: + - rootVolume: + availabilityZone: "foo bar" + expectedError: "spec.template.machines_v1beta1_machine_openshift_io.failureDomains.openstack[0].rootVolume.availabilityZone in body should match" diff --git a/vendor/github.com/openshift/api/machine/v1/types_controlplanemachineset.go b/vendor/github.com/openshift/api/machine/v1/types_controlplanemachineset.go index 91fa896e2..2b921c6eb 100644 --- a/vendor/github.com/openshift/api/machine/v1/types_controlplanemachineset.go +++ b/vendor/github.com/openshift/api/machine/v1/types_controlplanemachineset.go @@ -230,6 +230,7 @@ const ( // +kubebuilder:validation:XValidation:rule="has(self.platform) && self.platform == 'AWS' ? has(self.aws) : !has(self.aws)",message="aws configuration is required when platform is AWS, and forbidden otherwise" // +kubebuilder:validation:XValidation:rule="has(self.platform) && self.platform == 'Azure' ? has(self.azure) : !has(self.azure)",message="azure configuration is required when platform is Azure, and forbidden otherwise" // +kubebuilder:validation:XValidation:rule="has(self.platform) && self.platform == 'GCP' ? has(self.gcp) : !has(self.gcp)",message="gcp configuration is required when platform is GCP, and forbidden otherwise" +// +kubebuilder:validation:XValidation:rule="has(self.platform) && self.platform == 'OpenStack' ? has(self.openstack) : !has(self.openstack)",message="openstack configuration is required when platform is OpenStack, and forbidden otherwise" type FailureDomains struct { // Platform identifies the platform for which the FailureDomain represents. // Currently supported values are AWS, Azure, and GCP. @@ -248,6 +249,17 @@ type FailureDomains struct { // GCP configures failure domain information for the GCP platform. // +optional GCP *[]GCPFailureDomain `json:"gcp,omitempty"` + + // OpenStack configures failure domain information for the OpenStack platform. + // +optional + // + // + --- + // + Unlike other platforms, OpenStack failure domains can be empty. + // + Some OpenStack deployments may not have availability zones or root volumes. + // + Therefore we'll check the length of the list to determine if it's empty instead + // + of nil if it would be a pointer. + // +optional + OpenStack []OpenStackFailureDomain `json:"openstack,omitempty"` } // AWSFailureDomain configures failure domain information for the AWS platform. @@ -284,6 +296,52 @@ type GCPFailureDomain struct { Zone string `json:"zone"` } +// OpenStackFailureDomain configures failure domain information for the OpenStack platform. +// +kubebuilder:validation:MinProperties:=1 +type OpenStackFailureDomain struct { + // availabilityZone is the nova availability zone in which the OpenStack machine provider will create the VM. + // If not specified, the VM will be created in the default availability zone specified in the nova configuration. + // Availability zone names must NOT contain : since it is used by admin users to specify hosts where instances + // are launched in server creation. Also, it must not contain spaces otherwise it will lead to node that belongs + // to this availability zone register failure, see kubernetes/cloud-provider-openstack#1379 for further information. + // The maximum length of availability zone name is 63 as per labels limits. + // +kubebuilder:validation:MinLength=1 + // +kubebuilder:validation:Pattern=`^[^: ]*$` + // +kubebuilder:validation:MaxLength=63 + // +optional + AvailabilityZone string `json:"availabilityZone,omitempty"` + + // rootVolume contains settings that will be used by the OpenStack machine provider to create the root volume attached to the VM. + // If not specified, no root volume will be created. + // + // + --- + // + RootVolume must be a pointer to allow us to require at least one valid property is set within the failure domain. + // + If it were a reference then omitempty doesn't work and the minProperties validations are no longer valid. + // +optional + RootVolume *RootVolume `json:"rootVolume,omitempty"` +} + +// RootVolume represents the volume metadata to boot from. +// The original RootVolume struct is defined in the v1alpha1 but it's not best practice to use it directly here so we define a new one +// that should stay in sync with the original one. +// +kubebuilder:validation:MinProperties:=1 +type RootVolume struct { + // availabilityZone specifies the Cinder availability zone where the root volume will be created. + // If not specifified, the root volume will be created in the availability zone specified by the volume type in the cinder configuration. + // If the volume type (configured in the OpenStack cluster) does not specify an availability zone, the root volume will be created in the default availability + // zone specified in the cinder configuration. See https://docs.openstack.org/cinder/latest/admin/availability-zone-type.html for more details. + // If the OpenStack cluster is deployed with the cross_az_attach configuration option set to false, the root volume will have to be in the same + // availability zone as the VM (defined by OpenStackFailureDomain.AvailabilityZone). + // Availability zone names must NOT contain spaces otherwise it will lead to volume that belongs to this availability zone register failure, + // see kubernetes/cloud-provider-openstack#1379 for further information. + // The maximum length of availability zone name is 63 as per labels limits. + // +kubebuilder:validation:MinLength=1 + // +kubebuilder:validation:MaxLength=63 + // +kubebuilder:validation:Pattern=`^[^ ]*$` + // +optional + AvailabilityZone string `json:"availabilityZone,omitempty"` +} + // ControlPlaneMachineSetStatus represents the status of the ControlPlaneMachineSet CRD. type ControlPlaneMachineSetStatus struct { // Conditions represents the observations of the ControlPlaneMachineSet's current state. diff --git a/vendor/github.com/openshift/api/machine/v1/zz_generated.deepcopy.go b/vendor/github.com/openshift/api/machine/v1/zz_generated.deepcopy.go index 83c0d21ad..ca3184327 100644 --- a/vendor/github.com/openshift/api/machine/v1/zz_generated.deepcopy.go +++ b/vendor/github.com/openshift/api/machine/v1/zz_generated.deepcopy.go @@ -530,6 +530,13 @@ func (in *FailureDomains) DeepCopyInto(out *FailureDomains) { copy(*out, *in) } } + if in.OpenStack != nil { + in, out := &in.OpenStack, &out.OpenStack + *out = make([]OpenStackFailureDomain, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } return } @@ -726,6 +733,27 @@ func (in *OpenShiftMachineV1Beta1MachineTemplate) DeepCopy() *OpenShiftMachineV1 return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *OpenStackFailureDomain) DeepCopyInto(out *OpenStackFailureDomain) { + *out = *in + if in.RootVolume != nil { + in, out := &in.RootVolume, &out.RootVolume + *out = new(RootVolume) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OpenStackFailureDomain. +func (in *OpenStackFailureDomain) DeepCopy() *OpenStackFailureDomain { + if in == nil { + return nil + } + out := new(OpenStackFailureDomain) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *PowerVSMachineProviderConfig) DeepCopyInto(out *PowerVSMachineProviderConfig) { *out = *in @@ -865,6 +893,22 @@ func (in *PowerVSSecretReference) DeepCopy() *PowerVSSecretReference { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *RootVolume) DeepCopyInto(out *RootVolume) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RootVolume. +func (in *RootVolume) DeepCopy() *RootVolume { + if in == nil { + return nil + } + out := new(RootVolume) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *SystemDiskProperties) DeepCopyInto(out *SystemDiskProperties) { *out = *in diff --git a/vendor/github.com/openshift/api/machine/v1/zz_generated.swagger_doc_generated.go b/vendor/github.com/openshift/api/machine/v1/zz_generated.swagger_doc_generated.go index 27d3eb26f..6090bc6af 100644 --- a/vendor/github.com/openshift/api/machine/v1/zz_generated.swagger_doc_generated.go +++ b/vendor/github.com/openshift/api/machine/v1/zz_generated.swagger_doc_generated.go @@ -242,11 +242,12 @@ func (ControlPlaneMachineSetTemplateObjectMeta) SwaggerDoc() map[string]string { } var map_FailureDomains = map[string]string{ - "": "FailureDomain represents the different configurations required to spread Machines across failure domains on different platforms.", - "platform": "Platform identifies the platform for which the FailureDomain represents. Currently supported values are AWS, Azure, and GCP.", - "aws": "AWS configures failure domain information for the AWS platform.", - "azure": "Azure configures failure domain information for the Azure platform.", - "gcp": "GCP configures failure domain information for the GCP platform.", + "": "FailureDomain represents the different configurations required to spread Machines across failure domains on different platforms.", + "platform": "Platform identifies the platform for which the FailureDomain represents. Currently supported values are AWS, Azure, and GCP.", + "aws": "AWS configures failure domain information for the AWS platform.", + "azure": "Azure configures failure domain information for the Azure platform.", + "gcp": "GCP configures failure domain information for the GCP platform.", + "openstack": "OpenStack configures failure domain information for the OpenStack platform.", } func (FailureDomains) SwaggerDoc() map[string]string { @@ -273,6 +274,25 @@ func (OpenShiftMachineV1Beta1MachineTemplate) SwaggerDoc() map[string]string { return map_OpenShiftMachineV1Beta1MachineTemplate } +var map_OpenStackFailureDomain = map[string]string{ + "": "OpenStackFailureDomain configures failure domain information for the OpenStack platform.", + "availabilityZone": "availabilityZone is the nova availability zone in which the OpenStack machine provider will create the VM. If not specified, the VM will be created in the default availability zone specified in the nova configuration. Availability zone names must NOT contain : since it is used by admin users to specify hosts where instances are launched in server creation. Also, it must not contain spaces otherwise it will lead to node that belongs to this availability zone register failure, see kubernetes/cloud-provider-openstack#1379 for further information. The maximum length of availability zone name is 63 as per labels limits.", + "rootVolume": "rootVolume contains settings that will be used by the OpenStack machine provider to create the root volume attached to the VM. If not specified, no root volume will be created.", +} + +func (OpenStackFailureDomain) SwaggerDoc() map[string]string { + return map_OpenStackFailureDomain +} + +var map_RootVolume = map[string]string{ + "": "RootVolume represents the volume metadata to boot from. The original RootVolume struct is defined in the v1alpha1 but it's not best practice to use it directly here so we define a new one that should stay in sync with the original one.", + "availabilityZone": "availabilityZone specifies the Cinder availability zone where the root volume will be created. If not specifified, the root volume will be created in the availability zone specified by the volume type in the cinder configuration. If the volume type (configured in the OpenStack cluster) does not specify an availability zone, the root volume will be created in the default availability zone specified in the cinder configuration. See https://docs.openstack.org/cinder/latest/admin/availability-zone-type.html for more details. If the OpenStack cluster is deployed with the cross_az_attach configuration option set to false, the root volume will have to be in the same availability zone as the VM (defined by OpenStackFailureDomain.AvailabilityZone). Availability zone names must NOT contain spaces otherwise it will lead to volume that belongs to this availability zone register failure, see kubernetes/cloud-provider-openstack#1379 for further information. The maximum length of availability zone name is 63 as per labels limits.", +} + +func (RootVolume) SwaggerDoc() map[string]string { + return map_RootVolume +} + var map_NutanixCategory = map[string]string{ "": "NutanixCategory identifies a pair of prism category key and value", "key": "key is the prism category key name", 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 fb8dd8e5e..9c391d4a5 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 @@ -307,6 +307,14 @@ spec: properties: container: description: container holds parameters for the Container logging destination. Present only if type is Container. + properties: + maxLength: + default: 1024 + description: "maxLength is the maximum length of the log message. \n Valid values are integers in the range 480 to 8192, inclusive. \n When omitted, the default value is 1024." + format: int32 + maximum: 8192 + minimum: 480 + type: integer type: object syslog: description: syslog holds parameters for a syslog endpoint. Present only if type is Syslog. @@ -351,7 +359,7 @@ spec: 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\"." + description: "maxLength is the maximum length of the log message. \n Valid values are integers in the range 480 to 4096, inclusive. \n When omitted, the default value is 1024." format: int32 maximum: 4096 minimum: 480 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 0d533f420..d90a13557 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 @@ -45,6 +45,7 @@ spec: - diskplugin.csi.alibabacloud.com - vpc.block.csi.ibm.io - powervs.csi.ibm.com + - secrets-store.csi.k8s.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 2f23e95cb..2a02f97f2 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 @@ -19,3 +19,4 @@ - diskplugin.csi.alibabacloud.com - vpc.block.csi.ibm.io - powervs.csi.ibm.com + - secrets-store.csi.k8s.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 43406a343..d2f058910 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 @@ -83,6 +83,7 @@ const ( AlibabaDiskCSIDriver CSIDriverName = "diskplugin.csi.alibabacloud.com" IBMVPCBlockCSIDriver CSIDriverName = "vpc.block.csi.ibm.io" IBMPowerVSBlockCSIDriver CSIDriverName = "powervs.csi.ibm.com" + SecretsStoreCSIDriver CSIDriverName = "secrets-store.csi.k8s.io" ) // ClusterCSIDriverSpec is the desired behavior of CSI driver operator diff --git a/vendor/github.com/openshift/api/operator/v1/types_ingress.go b/vendor/github.com/openshift/api/operator/v1/types_ingress.go index 1dd56a430..13d020420 100644 --- a/vendor/github.com/openshift/api/operator/v1/types_ingress.go +++ b/vendor/github.com/openshift/api/operator/v1/types_ingress.go @@ -1022,14 +1022,16 @@ type SyslogLoggingDestinationParameters struct { // +optional Facility string `json:"facility,omitempty"` - // maxLength is the maximum length of the syslog message + // maxLength is the maximum length of the log message. // - // If this field is empty, the maxLength is set to "1024". + // Valid values are integers in the range 480 to 4096, inclusive. + // + // When omitted, the default value is 1024. // - // +kubebuilder:validation:Optional // +kubebuilder:validation:Maximum=4096 // +kubebuilder:validation:Minimum=480 // +kubebuilder:default=1024 + // +default:=1024 // +optional MaxLength uint32 `json:"maxLength,omitempty"` } @@ -1037,6 +1039,18 @@ type SyslogLoggingDestinationParameters struct { // ContainerLoggingDestinationParameters describes parameters for the Container // logging destination type. type ContainerLoggingDestinationParameters struct { + // maxLength is the maximum length of the log message. + // + // Valid values are integers in the range 480 to 8192, inclusive. + // + // When omitted, the default value is 1024. + // + // +kubebuilder:validation:Maximum=8192 + // +kubebuilder:validation:Minimum=480 + // +kubebuilder:default=1024 + // +default:=1024 + // +optional + MaxLength int32 `json:"maxLength,omitempty"` } // LoggingDestination describes a destination for log messages. 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 4ccaa5b41..b60433a64 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 @@ -739,7 +739,8 @@ func (ClientTLS) SwaggerDoc() map[string]string { } var map_ContainerLoggingDestinationParameters = map[string]string{ - "": "ContainerLoggingDestinationParameters describes parameters for the Container logging destination type.", + "": "ContainerLoggingDestinationParameters describes parameters for the Container logging destination type.", + "maxLength": "maxLength is the maximum length of the log message.\n\nValid values are integers in the range 480 to 8192, inclusive.\n\nWhen omitted, the default value is 1024.", } func (ContainerLoggingDestinationParameters) SwaggerDoc() map[string]string { @@ -1028,7 +1029,7 @@ var map_SyslogLoggingDestinationParameters = map[string]string{ "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\".", + "maxLength": "maxLength is the maximum length of the log message.\n\nValid values are integers in the range 480 to 4096, inclusive.\n\nWhen omitted, the default value is 1024.", } func (SyslogLoggingDestinationParameters) SwaggerDoc() map[string]string { diff --git a/vendor/modules.txt b/vendor/modules.txt index 6527c06d3..8571af81f 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -341,7 +341,7 @@ github.com/munnerz/goautoneg github.com/oklog/ulid # github.com/onsi/ginkgo v1.16.5 ## explicit; go 1.16 -# github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible => github.com/openshift/api v0.0.0-20230602160751-5c5196d9f4af +# github.com/openshift/api v3.9.1-0.20190924102528-32369d4db2ad+incompatible => github.com/openshift/api v0.0.0-20230607151152-bdd886567621 ## explicit; go 1.20 github.com/openshift/api github.com/openshift/api/apiserver @@ -1251,5 +1251,5 @@ sigs.k8s.io/structured-merge-diff/v4/value ## explicit; go 1.12 sigs.k8s.io/yaml # bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d -# github.com/openshift/api => github.com/openshift/api v0.0.0-20230602160751-5c5196d9f4af +# github.com/openshift/api => github.com/openshift/api v0.0.0-20230607151152-bdd886567621 # k8s.io/client-go => k8s.io/client-go v0.27.2 From 8184bce05c9386b13f7e09bada1cea9cf7df2ccd Mon Sep 17 00:00:00 2001 From: David Silva Date: Wed, 21 Jun 2023 22:42:10 -0300 Subject: [PATCH 2/2] RFE-3765: Add support to allow modification of HAProxy log length when using a sidecar. * pkg/operator/controller/ingress/deployment.go: - Changed the name of the var RouterSyslogMaxLengthEnvName to RouterLogMaxLengthEnvName, thus the same var is used to Syslog and Container options - Added a validation for containerLoggingParameters, if not null, return all the parameters * pkg/operator/controller/ingress/rsyslog_configmap.go: - Added the parameter MaxMessageSize with value of 10k in the configMap generator for rsyslog.conf * test/e2e/all_test.go: - Add tests TestContainerLoggingMaxLength and TestContainerLoggingMinLength * test/e2e/operator_test.go: - Added the functions for the tests TestContainerLoggingMaxLength and TestContainerLoggingMinLength --- pkg/operator/controller/ingress/deployment.go | 25 +- .../controller/ingress/rsyslog_configmap.go | 4 + test/e2e/all_test.go | 2 + test/e2e/operator_test.go | 284 ++++++++++++++++++ 4 files changed, 308 insertions(+), 7 deletions(-) diff --git a/pkg/operator/controller/ingress/deployment.go b/pkg/operator/controller/ingress/deployment.go index 94a0c246b..790a715d7 100644 --- a/pkg/operator/controller/ingress/deployment.go +++ b/pkg/operator/controller/ingress/deployment.go @@ -45,11 +45,11 @@ const ( RouterHTTPHeaderNameCaseAdjustments = "ROUTER_H1_CASE_ADJUST" - RouterLogLevelEnvName = "ROUTER_LOG_LEVEL" - RouterSyslogAddressEnvName = "ROUTER_SYSLOG_ADDRESS" - RouterSyslogFormatEnvName = "ROUTER_SYSLOG_FORMAT" - RouterSyslogFacilityEnvName = "ROUTER_LOG_FACILITY" - RouterSyslogMaxLengthEnvName = "ROUTER_LOG_MAX_LENGTH" + RouterLogLevelEnvName = "ROUTER_LOG_LEVEL" + RouterLogMaxLengthEnvName = "ROUTER_LOG_MAX_LENGTH" + RouterSyslogAddressEnvName = "ROUTER_SYSLOG_ADDRESS" + RouterSyslogFormatEnvName = "ROUTER_SYSLOG_FORMAT" + RouterSyslogFacilityEnvName = "ROUTER_LOG_FACILITY" RouterCaptureHTTPRequestHeaders = "ROUTER_CAPTURE_HTTP_REQUEST_HEADERS" RouterCaptureHTTPResponseHeaders = "ROUTER_CAPTURE_HTTP_RESPONSE_HEADERS" @@ -764,6 +764,12 @@ func desiredRouterDeployment(ci *operatorv1.IngressController, ingressController }, } + if accessLogging.Destination.Container.MaxLength > 0 { + env = append(env, corev1.EnvVar{ + Name: RouterLogMaxLengthEnvName, + Value: fmt.Sprintf("%d", accessLogging.Destination.Container.MaxLength), + }) + } env = append(env, corev1.EnvVar{Name: RouterSyslogAddressEnvName, Value: socketPath}, corev1.EnvVar{Name: RouterLogLevelEnvName, Value: "info"}, @@ -771,13 +777,14 @@ func desiredRouterDeployment(ci *operatorv1.IngressController, ingressController volumes = append(volumes, rsyslogConfigVolume, rsyslogSocketVolume) routerVolumeMounts = append(routerVolumeMounts, rsyslogSocketVolumeMount) deployment.Spec.Template.Spec.Containers = append(deployment.Spec.Template.Spec.Containers, syslogContainer) + case accessLogging.Destination.Type == operatorv1.SyslogLoggingDestinationType: if len(accessLogging.Destination.Syslog.Facility) > 0 { env = append(env, corev1.EnvVar{Name: RouterSyslogFacilityEnvName, Value: accessLogging.Destination.Syslog.Facility}) } if accessLogging.Destination.Syslog.MaxLength > 0 { env = append(env, corev1.EnvVar{ - Name: RouterSyslogMaxLengthEnvName, + Name: RouterLogMaxLengthEnvName, Value: fmt.Sprintf("%d", accessLogging.Destination.Syslog.MaxLength), }) } @@ -1113,10 +1120,14 @@ func accessLoggingForIngressController(ic *operatorv1.IngressController) *operat switch ic.Spec.Logging.Access.Destination.Type { case operatorv1.ContainerLoggingDestinationType: + var containerLoggingParameters operatorv1.ContainerLoggingDestinationParameters + if ic.Spec.Logging.Access.Destination.Container != nil { + containerLoggingParameters.MaxLength = ic.Spec.Logging.Access.Destination.Container.MaxLength + } return &operatorv1.AccessLogging{ Destination: operatorv1.LoggingDestination{ Type: operatorv1.ContainerLoggingDestinationType, - Container: &operatorv1.ContainerLoggingDestinationParameters{}, + Container: &containerLoggingParameters, }, HttpLogFormat: ic.Spec.Logging.Access.HttpLogFormat, HTTPCaptureHeaders: ic.Spec.Logging.Access.HTTPCaptureHeaders, diff --git a/pkg/operator/controller/ingress/rsyslog_configmap.go b/pkg/operator/controller/ingress/rsyslog_configmap.go index fccbb9f25..fd1757f59 100644 --- a/pkg/operator/controller/ingress/rsyslog_configmap.go +++ b/pkg/operator/controller/ingress/rsyslog_configmap.go @@ -18,9 +18,13 @@ import ( const ( // rsyslogConfiguration is the contents for rsyslog.conf. + // The parameter "$MaxMessageSize 10k" is needed to allow messages with + // 8192 characters, because the default value only allows messages with + // maximum 8096 characters. rsyslogConfiguration = `$ModLoad imuxsock $SystemLogSocketName /var/lib/rsyslog/rsyslog.sock $ModLoad omstdout.so +$MaxMessageSize 10k *.* :omstdout: ` ) diff --git a/test/e2e/all_test.go b/test/e2e/all_test.go index 823e4faf7..8fff9482f 100644 --- a/test/e2e/all_test.go +++ b/test/e2e/all_test.go @@ -25,6 +25,8 @@ func TestAll(t *testing.T) { t.Run("TestMTLSWithCRLs", TestMTLSWithCRLs) t.Run("TestCRLUpdate", TestCRLUpdate) t.Run("TestContainerLogging", TestContainerLogging) + t.Run("TestContainerLoggingMaxLength", TestContainerLoggingMaxLength) + t.Run("TestContainerLoggingMinLength", TestContainerLoggingMinLength) t.Run("TestCustomErrorpages", TestCustomErrorpages) t.Run("TestCustomIngressClass", TestCustomIngressClass) t.Run("TestDomainNotMatchingBase", TestDomainNotMatchingBase) diff --git a/test/e2e/operator_test.go b/test/e2e/operator_test.go index 0526d0c67..d93ca069a 100644 --- a/test/e2e/operator_test.go +++ b/test/e2e/operator_test.go @@ -2139,6 +2139,290 @@ func TestContainerLogging(t *testing.T) { } } +func TestContainerLoggingMaxLength(t *testing.T) { + t.Parallel() + icName := types.NamespacedName{Namespace: operatorNamespace, Name: "containerloggingmaxlength"} + domain := icName.Name + "." + dnsConfig.Spec.BaseDomain + ic := newPrivateController(icName, domain) + ic.Spec.Logging = &operatorv1.IngressControllerLogging{ + Access: &operatorv1.AccessLogging{ + Destination: operatorv1.LoggingDestination{ + Type: operatorv1.ContainerLoggingDestinationType, + Container: &operatorv1.ContainerLoggingDestinationParameters{ + MaxLength: int32(8192), + }, + }, + // String with more than 8192 characters + HttpLogFormat: "8192" + strings.Repeat("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@@@@@@@=", 120), + }, + } + if err := kclient.Create(context.TODO(), ic); err != nil { + t.Fatalf("failed to create ingresscontroller %s: %v", icName, err) + } + defer assertIngressControllerDeleted(t, kclient, ic) + if err := waitForIngressControllerCondition(t, kclient, 5*time.Minute, icName, availableConditionsForPrivateIngressController...); err != nil { + t.Fatalf("failed to observe expected conditions: %v", err) + } + + // Get the deployment's pods. We will use these to curl a route and to + // scan access logs. + deployment := &appsv1.Deployment{} + if err := kclient.Get(context.TODO(), controller.RouterDeploymentName(ic), deployment); err != nil { + t.Fatalf("failed to get ingresscontroller deployment: %v", err) + } + selector, err := metav1.LabelSelectorAsSelector(deployment.Spec.Selector) + if err != nil { + t.Fatalf("router deployment has invalid spec.selector: %v", err) + } + podList := &corev1.PodList{} + if err := kclient.List(context.TODO(), podList, client.MatchingLabelsSelector{Selector: selector}); err != nil { + t.Fatalf("failed to list pods for ingresscontroller: %v", err) + } + if len(podList.Items) != 1 { + var podNames []string + for i := range podList.Items { + podNames = append(podNames, podList.Items[i].Name) + } + t.Fatalf("expected ingress controller %s to have exactly 1 router pod, but it has %d: %s", ic.Name, len(podList.Items), strings.Join(podNames, ", ")) + } + + // Make a request to the console route. + routeName := types.NamespacedName{Namespace: "openshift-console", Name: "console"} + route := &routev1.Route{} + if err := kclient.Get(context.TODO(), routeName, route); err != nil { + t.Fatalf("failed to get the console route: %v", err) + } + clientPod := &corev1.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Name: "loggingmaxlengthtest", + Namespace: podList.Items[0].Namespace, + }, + Spec: corev1.PodSpec{ + Containers: []corev1.Container{ + { + Name: "curl", + Image: podList.Items[0].Spec.Containers[0].Image, + Command: []string{"/bin/curl"}, + Args: []string{ + "-k", + "-o", "/dev/null", "-s", + "--resolve", + route.Spec.Host + ":443:" + podList.Items[0].Status.PodIP, + "https://" + route.Spec.Host, + }, + }, + }, + RestartPolicy: corev1.RestartPolicyNever, + }, + } + if err := kclient.Create(context.TODO(), clientPod); err != nil { + t.Fatalf("failed to create pod %s/%s: %v", clientPod.Namespace, clientPod.Name, err) + } + defer func() { + if err := kclient.Delete(context.TODO(), clientPod); err != nil { + if apierrors.IsNotFound(err) { + return + } + t.Fatalf("failed to delete pod %s/%s: %v", clientPod.Namespace, clientPod.Name, err) + } + }() + + kubeConfig, err := config.GetConfig() + if err != nil { + t.Fatalf("failed to get kube config: %v", err) + } + client, err := kubernetes.NewForConfig(kubeConfig) + if err != nil { + t.Fatalf("failed to create kube client: %v", err) + } + + err = wait.PollImmediate(1*time.Second, 3*time.Minute, func() (bool, error) { + pod := podList.Items[0] + readCloser, err := client.CoreV1().Pods(pod.Namespace).GetLogs(pod.Name, &corev1.PodLogOptions{ + Container: "logs", + Follow: false, + }).Stream(context.TODO()) + if err != nil { + t.Logf("failed to read logs from pod %s: %v", pod.Name, err) + return false, nil + } + data, err := ioutil.ReadAll(readCloser) + if err != nil { + t.Logf("failed to read logs from pod %s: %v", pod.Name, err) + return false, nil + } + scanner := bufio.NewScanner(bytes.NewBuffer(data)) + var found bool + defer func() { + if err := readCloser.Close(); err != nil { + t.Errorf("failed to close logs reader: %v", err) + } + }() + for scanner.Scan() { + var length int + line := scanner.Text() + length = len(line) + // rsyslog generate a little overhead in the logline, the overhead is based on the name of the POD where the router is running + // the POD name can be different for each test and how the name is build can be changed in the future, so it is not possible to + // set a fixed value for the test + if strings.Contains(line, "8192abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@@@@@@@=") && (length >= 8100 && length <= 8400) { + t.Logf("found log message for maxLength and the length is equals to 8192 chars in pod %s logs", pod.Name) + found = true + break + } + } + if !found { + t.Logf("failed to find log message for maxLength test") + } + return found, nil + }) + if err != nil { + t.Fatalf("failed to observe the expected log message: %v", err) + } +} + +func TestContainerLoggingMinLength(t *testing.T) { + t.Parallel() + icName := types.NamespacedName{Namespace: operatorNamespace, Name: "containerloggingminlength"} + domain := icName.Name + "." + dnsConfig.Spec.BaseDomain + ic := newPrivateController(icName, domain) + ic.Spec.Logging = &operatorv1.IngressControllerLogging{ + Access: &operatorv1.AccessLogging{ + Destination: operatorv1.LoggingDestination{ + Type: operatorv1.ContainerLoggingDestinationType, + Container: &operatorv1.ContainerLoggingDestinationParameters{ + MaxLength: int32(480), + }, + }, + // String with more than 480 characters + HttpLogFormat: "0480" + strings.Repeat("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@@@@@@@=", 40), + }, + } + if err := kclient.Create(context.TODO(), ic); err != nil { + t.Fatalf("failed to create ingresscontroller %s: %v", icName, err) + } + defer assertIngressControllerDeleted(t, kclient, ic) + if err := waitForIngressControllerCondition(t, kclient, 5*time.Minute, icName, availableConditionsForPrivateIngressController...); err != nil { + t.Fatalf("failed to observe expected conditions: %v", err) + } + + // Get the deployment's pods. We will use these to curl a route and to + // scan access logs. + deployment := &appsv1.Deployment{} + if err := kclient.Get(context.TODO(), controller.RouterDeploymentName(ic), deployment); err != nil { + t.Fatalf("failed to get ingresscontroller deployment: %v", err) + } + selector, err := metav1.LabelSelectorAsSelector(deployment.Spec.Selector) + if err != nil { + t.Fatalf("router deployment has invalid spec.selector: %v", err) + } + podList := &corev1.PodList{} + if err := kclient.List(context.TODO(), podList, client.MatchingLabelsSelector{Selector: selector}); err != nil { + t.Fatalf("failed to list pods for ingresscontroller: %v", err) + } + if len(podList.Items) != 1 { + var podNames []string + for i := range podList.Items { + podNames = append(podNames, podList.Items[i].Name) + } + t.Fatalf("expected ingress controller %s to have exactly 1 router pod, but it has %d: %s", ic.Name, len(podList.Items), strings.Join(podNames, ", ")) + } + + // Make a request to the console route. + routeName := types.NamespacedName{Namespace: "openshift-console", Name: "console"} + route := &routev1.Route{} + if err := kclient.Get(context.TODO(), routeName, route); err != nil { + t.Fatalf("failed to get the console route: %v", err) + } + clientPod := &corev1.Pod{ + ObjectMeta: metav1.ObjectMeta{ + Name: "loggingminlengthtest", + Namespace: podList.Items[0].Namespace, + }, + Spec: corev1.PodSpec{ + Containers: []corev1.Container{ + { + Name: "curl", + Image: podList.Items[0].Spec.Containers[0].Image, + Command: []string{"/bin/curl"}, + Args: []string{ + "-k", + "-o", "/dev/null", "-s", + "--resolve", + route.Spec.Host + ":443:" + podList.Items[0].Status.PodIP, + "https://" + route.Spec.Host, + }, + }, + }, + RestartPolicy: corev1.RestartPolicyNever, + }, + } + if err := kclient.Create(context.TODO(), clientPod); err != nil { + t.Fatalf("failed to create pod %s/%s: %v", clientPod.Namespace, clientPod.Name, err) + } + defer func() { + if err := kclient.Delete(context.TODO(), clientPod); err != nil { + if apierrors.IsNotFound(err) { + return + } + t.Fatalf("failed to delete pod %s/%s: %v", clientPod.Namespace, clientPod.Name, err) + } + }() + + kubeConfig, err := config.GetConfig() + if err != nil { + t.Fatalf("failed to get kube config: %v", err) + } + client, err := kubernetes.NewForConfig(kubeConfig) + if err != nil { + t.Fatalf("failed to create kube client: %v", err) + } + + err = wait.PollImmediate(1*time.Second, 3*time.Minute, func() (bool, error) { + pod := podList.Items[0] + readCloser, err := client.CoreV1().Pods(pod.Namespace).GetLogs(pod.Name, &corev1.PodLogOptions{ + Container: "logs", + Follow: false, + }).Stream(context.TODO()) + if err != nil { + t.Logf("failed to read logs from pod %s: %v", pod.Name, err) + return false, nil + } + data, err := ioutil.ReadAll(readCloser) + if err != nil { + t.Logf("failed to read logs from pod %s: %v", pod.Name, err) + return false, nil + } + scanner := bufio.NewScanner(bytes.NewBuffer(data)) + var found bool + defer func() { + if err := readCloser.Close(); err != nil { + t.Errorf("failed to close logs reader: %v", err) + } + }() + for scanner.Scan() { + var length int + line := scanner.Text() + length = len(line) + // rsyslog generate a little overhead in the logline, the overhead is based on the name of the POD where the router is running + // the POD name can be different for each test and how the name is build can be changed in the future, so it is not possible to + // set a fixed value for the test + if strings.Contains(line, "0480abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789@@@@@@@=") && (length >= 450 && length <= 650) { + t.Logf("found log message for minLength and the length is equals to 480 chars in pod %s logs", pod.Name) + found = true + break + } + } + if !found { + t.Logf("failed to find log message for minLength test") + } + return found, nil + }) + if err != nil { + t.Fatalf("failed to observe the expected log message: %v", err) + } +} + func TestIngressControllerCustomEndpoints(t *testing.T) { platform := infraConfig.Status.PlatformStatus if platform == nil {