diff --git a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc index 752e05983a..3b46d88829 100644 --- a/docs/modules/ROOT/partials/apis/camel-k-crds.adoc +++ b/docs/modules/ROOT/partials/apis/camel-k-crds.adoc @@ -5669,8 +5669,11 @@ in order to save resources when the integration does not need to be executed. Integrations that start from the following components are evaluated by the cron trait: `timer`, `cron`, `quartz`. The rules for using a Kubernetes CronJob are the following: - - `timer`: when periods can be written as cron expressions. E.g. `timer:tick?period=60000`. + + - `timer`: when periods is set in absolute times in milliseconds with no remaining seconds, for example 120000. If there is any second left as in 121000 (120s and 1s) or the presence of any ot these parameters (delay, repeatCount, time) then a CronJob won't be created. + - `cron`, `quartz`: when the cron expression does not contain seconds (or the "seconds" part is set to 0). E.g. + `cron:tab?schedule=0/2$\{plus}*\{plus}*\{plus}*\{plus}?` or `quartz:trigger?cron=0\{plus}0/2\{plus}*\{plus}*\{plus}*\{plus}?`. diff --git a/docs/modules/traits/pages/cron.adoc b/docs/modules/traits/pages/cron.adoc index e7b2caa17e..cf8c5277bb 100755 --- a/docs/modules/traits/pages/cron.adoc +++ b/docs/modules/traits/pages/cron.adoc @@ -11,8 +11,11 @@ in order to save resources when the integration does not need to be executed. Integrations that start from the following components are evaluated by the cron trait: `timer`, `cron`, `quartz`. The rules for using a Kubernetes CronJob are the following: - - `timer`: when periods can be written as cron expressions. E.g. `timer:tick?period=60000`. + + - `timer`: when periods is set in absolute times in milliseconds with no remaining seconds, for example 120000. If there is any second left as in 121000 (120s and 1s) or the presence of any ot these parameters (delay, repeatCount, time) then a CronJob won't be created. + - `cron`, `quartz`: when the cron expression does not contain seconds (or the "seconds" part is set to 0). E.g. + `cron:tab?schedule=0/2${plus}*{plus}*{plus}*{plus}?` or `quartz:trigger?cron=0{plus}0/2{plus}*{plus}*{plus}*{plus}?`. diff --git a/pkg/apis/camel/v1/trait/cron.go b/pkg/apis/camel/v1/trait/cron.go index cb6c8582d6..2a72a9ddb0 100644 --- a/pkg/apis/camel/v1/trait/cron.go +++ b/pkg/apis/camel/v1/trait/cron.go @@ -27,8 +27,11 @@ package trait // Integrations that start from the following components are evaluated by the cron trait: `timer`, `cron`, `quartz`. // // The rules for using a Kubernetes CronJob are the following: -// - `timer`: when periods can be written as cron expressions. E.g. `timer:tick?period=60000`. +// +// - `timer`: when periods is set in absolute times in milliseconds with no remaining seconds, for example 120000. If there is any second left as in 121000 (120s and 1s) or the presence of any ot these parameters (delay, repeatCount, time) then a CronJob won't be created. +// // - `cron`, `quartz`: when the cron expression does not contain seconds (or the "seconds" part is set to 0). E.g. +// // `cron:tab?schedule=0/2${plus}*{plus}*{plus}*{plus}?` or `quartz:trigger?cron=0{plus}0/2{plus}*{plus}*{plus}*{plus}?`. // // +camel-k:trait=cron. diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index 2d6a0c1949..212d52d9f3 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -625,9 +625,9 @@ var assets = func() http.FileSystem { "/traits.yaml": &vfsgen۰CompressedFileInfo{ name: "traits.yaml", modTime: time.Time{}, - uncompressedSize: 67447, + uncompressedSize: 68386, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x77\x1b\xb9\x91\x28\xfa\xbb\xff\x0a\x1c\xed\xdb\x23\xc9\x8f\x1f\x9e\xc9\x26\x3b\xab\x8d\x93\xa7\xf1\x78\x12\x65\xc6\xb6\x9e\xa5\x99\x6c\x8e\xaf\x4f\x08\x76\x83\x24\xcc\x26\xd0\x01\xd0\x94\x39\x37\xf7\x7f\xbf\x07\x55\x85\x8f\x6e\x36\x45\xca\x96\x66\xa3\xcd\x24\xe7\x8c\x45\xb2\xbb\x50\x28\x14\x0a\x85\xfa\x74\x86\x4b\x67\xcf\x9e\x0c\x99\xe2\x2b\x71\xc6\x7e\x65\x0b\x5e\x89\x27\x8c\xd5\x15\x77\x33\x6d\x56\x67\x6c\xc6\x2b\x0b\xdf\x18\x3d\x93\x95\xb0\x67\x4f\x18\x1b\xb2\xef\x9a\xa9\x30\x4a\x38\x61\xf1\xa3\xe2\x4e\xae\x05\xfc\xfd\xa6\x16\xea\x6a\x21\x67\xee\x09\x63\xa5\xb0\x85\x91\xb5\x93\x5a\x9d\xb1\xeb\x85\xa0\x01\x18\x8c\xcb\x0a\xae\xd8\x54\xb0\xc6\x8a\x92\x39\xcd\x78\xe3\xf4\x8a\x3b\x59\xf0\xaa\xda\xb0\xc2\x08\xee\x04\xe3\x4a\x69\xc7\x3d\x00\xcb\xdc\x82\x7b\xa0\x8c\xf1\xaa\xd2\x37\x11\x96\x66\xa5\xb4\x85\x5e\x0b\xc3\xdc\x42\xb0\xb9\x50\xc2\x70\x27\x4a\x66\x85\x59\xcb\xc2\xc3\x28\xd9\x8a\x2f\x05\x93\x8e\xf1\x35\x97\x15\x9f\x56\x82\xcd\xb4\x61\xe7\x97\x17\x6c\xc5\x15\x9f\x8b\x95\x50\x6e\x04\xc0\xb7\xd0\x94\xd6\x0f\xe0\xdf\x29\xd9\x74\xc3\x4a\x31\xe3\x4d\x05\x0f\xd7\x46\xd7\xc2\x38\x19\xa8\x82\x44\x14\x0a\x9e\x05\x60\x6e\x53\x8b\x33\x36\xd5\xba\x82\x8f\x2d\x7a\xbc\x68\x4f\x1f\x5f\x63\xda\x84\xd1\x18\x47\x04\x46\xec\xbc\xaa\xf0\x4f\xcb\xec\x82\x1b\xc1\xdc\x42\x5a\x56\xe8\xd5\x4a\x2b\x80\x1b\x51\xd9\x8c\x32\x44\x3c\x41\xf7\x62\xf1\x12\x86\xb5\x89\xfa\xac\xd0\x6a\x26\xe7\x8d\x01\xaa\x33\x3d\x03\xaa\x22\x26\x19\x70\x5b\x2c\xc4\x4a\x64\xe0\xad\x33\x52\xcd\xb7\x07\xf0\xf4\xc4\x87\xfd\x2c\x1b\x0b\xff\x14\x5a\x39\x5e\x38\x00\x1d\x96\xe9\x84\x28\xcb\x26\x0b\xe7\xea\xc9\x69\x36\x58\xcd\xdd\xe2\xc0\xa1\xfc\xa3\xec\x66\x21\x80\x4a\x02\x56\x58\x5a\x56\x37\xd3\x4a\xda\x85\x28\xb3\x51\xc6\xed\x21\xb4\x71\xd9\x10\x52\xb9\x1d\xf0\xb5\x71\x19\xfc\x80\xbc\xb4\x4c\x7c\xac\xb5\x6d\x8d\xf0\xd5\xb3\xd6\x10\x19\xac\xe1\xa7\xcf\xc8\xef\xaf\xa1\x9f\x96\xad\x45\x21\x67\xb2\xc0\x75\xda\x35\x49\x5d\x0b\xc5\x6b\x39\xfa\x60\xb5\x9a\x9c\xc6\x9d\xce\x67\x33\xa9\xa4\xdb\x3c\xd0\x5e\x3f\xf7\x3b\xd4\xb3\xa8\xb2\x9e\x73\x94\x54\x73\x76\xb3\x90\xc5\x82\x29\x5d\x0a\x0b\x13\x91\xca\x89\x39\x71\x59\xad\xcb\x13\x7b\xca\x3c\x6f\x8b\x4a\xce\xe5\xb4\x22\xd6\xd2\x7e\x8b\x78\xf6\x29\x1b\xbf\xff\xb4\x1a\xb0\x29\xb7\xf0\x17\xab\xf8\x54\x54\xd6\xff\xe5\xc1\x79\xc0\x03\xbf\x7d\x6e\xa4\x5b\x00\x70\x33\xac\x75\x19\x67\xea\xc5\x00\x4a\x0f\xe5\xe4\x30\x7c\xdb\x0b\xae\xd6\x25\x4a\x1b\x40\x88\x57\x46\xf0\x72\xc3\x4c\xa3\x60\x1e\xd9\x78\x16\x45\xc6\x85\x3b\x7e\xac\x32\xa2\xd6\xe5\x30\xe3\x85\xdb\xb1\x39\xaf\x6e\xf8\xc6\x03\x1d\x56\xba\xe0\x4e\x58\xb6\x6a\x2a\x27\xeb\x4a\x30\x23\xea\x4a\x16\xdc\x06\x79\x91\x2f\xae\x44\x82\x59\x4e\xf2\x82\x01\xed\x12\x93\x3e\x05\xbe\x7b\x7a\xba\x85\x57\xbe\x50\x7b\x91\x7b\x2d\xfc\x09\xf0\x73\xe0\xe6\x9f\x88\x78\x0d\x91\x6d\x32\xf4\x8e\xdf\xbd\xc7\xed\x7c\xbc\x8d\xe4\x37\x62\x26\x95\x97\xb6\xcc\x0a\xe7\xf1\x39\x78\x3b\xe0\x56\x20\x1c\x0f\xde\x10\xbb\x96\xfa\x33\xb1\x86\x0d\x72\xe2\xc1\x56\x1b\xe6\x16\xda\x0a\xb6\xe2\xae\x58\xf8\xed\xe1\x87\x06\xe8\xcc\x8a\x4a\x14\x4e\x9b\x01\x61\x6d\x44\x05\xa2\xc3\x4f\x05\x4e\x6a\xb9\x16\x0a\x90\xb3\x35\x2f\xc4\x29\x6e\xb9\x1d\xb4\xb0\x0b\xdd\x54\xa5\xdf\x0c\x71\x89\x4b\x82\xeb\x37\xfc\xad\xbc\xf3\x68\x67\xab\xb4\xbb\x65\xc6\x51\x96\xdf\xd8\xa1\x15\x85\x11\xce\x0e\x51\x9b\x31\x0f\x24\xd6\x8f\xfd\x79\x74\x85\x43\xb1\x57\x38\x54\xbf\x32\xe7\xcf\x79\xc2\x89\xcd\x8c\x5e\xb1\xf3\x3f\x5f\x85\x37\x61\x12\xe1\x6d\x0f\x31\xfb\xad\x03\x75\x87\xee\xc5\xbe\xd5\x86\xad\xb4\xf1\xb4\xf3\x73\x04\xda\xa1\x70\x9f\xea\xc6\xb1\x85\xbe\xd9\x87\x44\x1a\xc8\x6b\x86\x9c\x55\x5a\x2f\x19\x2d\x48\xa1\x57\xb5\x56\x42\x11\xaa\xa5\x2e\xec\x19\xfb\x68\xc4\xec\x2c\xfd\x72\x76\xd6\x43\xf6\x61\xfc\x7d\xc4\x4b\x5d\xbc\xeb\x19\x0f\x20\xc6\xc7\xde\xb3\x73\x2f\x7b\xbc\x94\x12\x1f\x45\xd1\x24\x95\x4b\x5a\x24\xc1\x80\xdd\x00\x2b\x18\xf1\xb7\x46\x92\x0a\x30\xd3\xfe\x78\x05\xf6\xf3\x8f\x00\x48\x0d\x4b\x64\xcf\xd8\xd0\xf5\x31\xc4\x88\x4e\x9c\xe7\xce\x34\x62\xd7\x33\xbc\x28\x84\xb5\xc3\xa5\xd8\x3c\x3f\xf2\xbf\xa7\xcf\x47\x30\xc6\x8e\xd7\xf0\x73\x7a\x2d\x7d\x3e\xda\xf5\x8a\x11\x73\xa9\x15\x3e\x8e\x7f\xe3\x08\xd7\xf1\x8c\xf3\xf3\x6c\xe9\xa4\x4e\x7c\x74\x7e\x53\x69\x0e\xb2\x2e\xac\x6b\x53\x97\x20\xed\x37\xba\x09\xbb\xa6\x84\x0d\xec\x21\x00\xcc\x0e\xb5\xfe\x87\x50\x6a\xc7\xe3\x44\xa8\x21\x12\x6a\x18\xe6\x72\xe4\x27\x73\xcb\x18\x33\x23\xec\xa2\xf3\xf4\x6d\xc3\x84\x37\x6a\x61\xa4\x2e\x9f\x1f\xfd\xea\xd9\xb3\x67\xcf\x76\xc2\xa7\xcf\xcf\x8f\x9c\xb0\xee\xe9\xd1\xf1\x3f\xbe\x5a\xf4\xa0\x57\xa7\xc4\x2c\x07\xde\x00\xbc\x18\x39\x87\x97\xd8\x77\x62\x43\x92\x2d\xbf\x8b\x45\x36\xba\x03\x40\x94\x4b\xfd\x00\x91\xd1\xee\x00\xec\x2d\xbc\xb0\x0d\xa8\xb1\x62\x48\x42\x7b\x58\x18\x51\x0a\xe5\x24\xaf\xec\xb0\x36\x7a\x2d\x4b\x92\x86\xb7\xd1\x18\x0f\x63\x26\x67\xec\x46\xb0\x1b\xae\x5c\xbc\x44\x2e\x84\xff\x11\x94\xb4\x17\x09\x32\xbb\x24\xc8\xac\x58\x70\xa9\x18\xb7\xb4\xca\xbc\x71\x0b\xff\x0c\x5d\x97\x56\xc2\x2d\x74\x99\x61\xda\xbf\x71\x3e\x0f\xbf\x17\x5e\x65\x60\x2f\x48\x76\xbd\x45\xd9\x35\x13\xdc\x35\x06\xb8\x55\x69\xd7\x22\x7a\x6b\x17\x7e\xde\xd0\x6f\x11\x18\xfb\x96\x46\x9b\x69\x13\x44\x66\xcf\x90\xb8\x8d\x0f\x58\xef\x8b\x59\x84\xec\x6f\xbc\x88\xe9\x00\x37\x55\x49\x7a\x53\x50\x69\xcc\x9a\x57\x70\xd7\x5f\x88\x62\x09\xdf\xd2\x70\xb4\x22\x62\x2d\x94\xdb\xe2\x62\xfb\x39\x58\xf8\x21\xe6\x4d\xc5\x8d\xbf\x8c\x1b\x61\xad\x5f\x6a\x23\xfc\x9f\x7e\xed\x49\x5f\xcb\x07\x62\x39\xf1\x9c\xe1\xc5\x32\xa9\x55\x3f\x35\x46\xf8\x4d\x35\x5c\x7b\x2e\x7b\x48\x95\xea\xdc\x0f\x05\x5b\xf1\x47\x60\xe8\x03\x55\xaa\xf0\x16\xcc\x04\xdf\x0c\xf6\x88\xdd\x50\xef\x5b\xa5\xea\x0c\x12\x55\x9b\xcf\x50\xac\xda\x84\xdf\x52\xaa\x76\x8d\xf8\x1e\x80\xde\x83\x42\x95\xab\x08\x48\x82\x36\x46\xdb\x2a\x42\xe7\x77\x27\x14\x57\x6e\x28\xfd\x51\x1a\xfe\x3c\xea\x7b\xb0\xa8\xa4\xa0\x07\xe3\x9f\xe9\xe0\xed\x7f\x18\xc9\x1f\x5f\xc0\x8f\xbd\xd0\x91\x7c\x9e\x9b\x9f\x1f\xa5\xbf\xff\x9b\x34\xad\xfb\x20\xe1\x1e\xca\xb4\xc9\x78\x67\x12\xee\x82\xbe\x83\x8c\xbd\xf0\x6f\x53\xbf\x76\xc1\xef\x57\xbf\x6e\x7b\xb2\xad\x76\xed\x82\xdb\x51\xbb\x7a\x57\xc1\xcb\xe0\x45\x33\x1d\x16\x5a\x29\x51\x80\x69\x12\xa5\xee\xf3\xa3\xad\xaf\x76\x0e\x34\xad\xf4\xd4\xab\xc0\xba\x51\x81\x4e\xf9\xa7\xa3\xdd\x2f\x81\x1d\x58\x2a\x61\xe8\xb5\xf6\x67\x78\xb1\x77\x03\x86\x11\x93\x12\x9e\x8f\xf7\xcf\xae\x60\xc6\x0d\x73\xa8\x06\x07\x12\xf5\x1a\xde\x62\x17\x25\x28\x0b\x48\x5c\xbf\x97\xa3\xa4\xcd\xb5\xa5\xb0\xcb\xee\x34\xc2\x0b\x78\xeb\x4e\x23\x20\x0f\x7f\xca\x28\xa4\xdf\xee\x1f\x29\x6d\xe9\x3b\x0d\x83\x87\xcf\x6b\xbe\x12\x87\xcc\xe6\x17\xed\xf2\x17\xed\x12\xb4\xcb\x4c\x16\xed\x94\xbd\x9f\x87\x64\x02\xc7\xae\xe0\x6d\x3f\x78\xad\x25\x61\xb1\x10\xec\x25\x8d\x1c\xac\xc9\xa4\x33\x06\x69\x07\x88\x86\xe3\x3e\x43\x78\x4b\xcc\x7f\x1e\x9e\x04\x09\x80\xa3\x37\x16\xf6\xd5\x95\xd3\x86\xcf\x05\xfb\xba\xd2\xd3\x80\x1a\x21\x1a\x10\xb4\x7c\x2d\x70\xe1\x71\x5a\x37\x0b\x59\xc1\xbc\x6d\xb3\xf2\xf3\x05\xc5\x34\x9b\x64\x77\x02\x87\xdf\xbe\x6f\x47\xdf\x5f\xc8\x97\x62\xf3\x33\x22\xdf\x3e\x1f\x3f\x9b\x4f\x10\xd6\x6d\x2b\xb0\x83\x45\xee\x36\x89\x38\x85\x46\x56\x65\xc7\x38\xed\x75\x9d\x7b\xb9\x48\x7d\x8d\xc0\xaf\xc3\x25\x07\x84\x84\x82\x58\x82\x80\x75\x29\x9c\x30\x2b\xd2\x58\xd9\x54\x58\xe7\xe9\xc6\x9d\x98\x83\x0d\x04\xd0\x23\x17\x61\x19\x8f\x5a\xc1\x2e\x92\x7d\xfe\x3b\xe9\xec\x23\xf0\xea\xad\x85\x99\x6a\x2b\x0e\x54\x30\xc2\xe3\xac\xd2\xf3\x39\x79\x38\x81\x16\xd9\x7d\x0d\xbd\x15\xb6\xa9\xc1\xff\x2d\x1d\x3b\x11\xa3\xf9\x88\x50\xf8\x8e\x2b\xb9\x24\xfa\xb1\x5a\x97\x6d\x4f\x5e\x24\xd5\x81\xfe\x97\x73\x56\x49\x8b\x8e\x97\xf8\x2a\x39\x82\xc9\x6c\x54\x06\x41\x86\x23\x3a\x6e\x73\xb9\x1a\x96\xf4\xd0\xd8\x84\x8c\x03\x1a\x2b\x06\x4c\x48\xb7\x10\x86\x4d\x6a\x5d\x4e\xfc\xa2\x4c\x8c\x6e\x9c\x54\x62\x92\xbc\x82\xf4\x4d\xee\xdc\xd7\xa6\x14\x66\x78\xc7\xb1\x11\x7f\x78\x75\x37\x1e\xa5\xa8\x85\x2a\x85\x2a\xa4\xb0\x93\x01\x9b\xcc\xe4\x4c\x7b\xc4\x88\xf8\x13\x2b\xfe\xd6\xa0\xf5\x2b\xc3\x30\x7d\x79\xda\x3a\x91\xff\xd6\x08\xeb\x86\x45\xdd\x1c\x80\xe1\x9f\x17\x42\xb1\x06\x74\x1a\x24\x46\x40\x11\xe5\xc7\x4a\x2a\xb9\x6a\x56\x8c\xaf\x40\x8c\xeb\x19\x7b\x71\xf9\x43\xb8\x56\x97\x6c\xba\x21\x04\x1d\x44\x4d\x94\x61\xf7\x8f\x7a\xf0\x59\x89\x95\x36\x87\x10\xed\xce\x28\x21\xe4\x88\x15\xa1\x34\xdd\xdc\x86\x55\x25\x57\xf2\xbe\x68\xc4\x3f\x7e\x2e\x8d\x10\x9b\x7b\xa3\xd0\x16\x42\x9f\x42\xa1\x15\x5f\x0b\x35\x24\x99\x7d\x00\x52\xc7\xe7\x5e\x3b\x13\x46\xa8\x42\xa0\x2a\x42\x6a\x09\x27\x31\xbb\xe2\xf5\x18\x15\x27\x14\x34\x74\x36\x59\xc6\x71\xac\x24\xeb\xfc\x88\x23\xd8\x3c\xa0\x53\xe3\x1c\x70\x66\x6b\xa1\xc2\x13\x14\x8f\x23\x0a\x87\xc2\x62\x0a\x32\xd5\xeb\xc9\x04\x39\xa0\xc9\x18\x67\x6b\x5e\xc9\xb2\xf3\xbe\x75\xdc\x00\x92\x10\x4d\x32\xf9\x2d\x7d\xff\xbb\x09\x9c\x0d\x42\x95\xd9\x6f\xe3\xf8\x63\x5c\x4d\xee\xd8\x8d\xac\x2a\x3f\x6e\xf0\xee\x8a\x92\x71\xcb\xb8\x62\x52\x55\xfe\x08\x8a\x98\xa2\xb7\xfe\xf2\xcd\xab\x11\xbb\xda\x28\xc7\x3f\x9e\xb1\x77\x91\x2a\x7f\x47\xaa\xbc\x3f\xf3\x84\x7f\x37\x5e\x8a\xcd\xfb\xe0\x60\xc6\x90\x20\x38\xbb\xa3\x12\x6a\x49\x4d\xb5\xba\x31\x05\xfe\x38\x00\x15\x05\x4d\x31\x70\x1a\xee\x78\x98\xa0\x2e\xd1\x1f\x30\x15\x6c\x26\x2b\x27\x4c\x1e\x4d\xe4\x7f\x5b\xf3\xaa\x11\xec\x79\x5c\x8a\x8f\xab\xea\x74\x74\x9c\x5f\x3e\xb9\x5d\xde\x5d\xd4\xc3\x5b\x34\x30\x1a\xee\xfc\xc0\x29\x5a\x4f\xab\x6a\xe3\x67\xdc\xcf\xdb\xa7\x99\x5f\x9c\xa1\xf5\x92\xfd\xd6\xa3\xf3\xbb\xff\xfc\x6d\x52\x99\xe4\x8a\xcf\xdb\xdf\xf8\x83\x94\xab\xf2\x77\x51\x43\x29\xfc\x9d\xea\x61\xf4\x93\xeb\x78\x65\xeb\xb5\xee\x26\x75\x63\x2d\x8c\x85\x78\x47\x3d\x63\xe7\x35\x2f\xe2\x7b\xdf\xc1\x2c\x4d\xa3\x9c\x5c\x61\x54\x23\xc4\x18\x88\x92\x55\x72\x6a\xb8\x91\xc2\x0e\x18\x42\xa6\xc0\x81\x60\xe8\x7d\x04\x2a\x0b\x4d\x6b\x48\xb3\x3f\xf0\x00\x85\xf5\x1a\x2e\x87\x81\x28\xf4\x76\xb8\xab\x7a\x9d\xb6\x13\x61\x31\x62\x17\x8e\xe9\xb5\x30\x46\x96\xc2\x66\xe2\x37\x30\x79\x00\x61\x85\x0b\x7b\x33\x53\x00\xd9\x25\x71\xc6\xcf\xa5\xe2\xe4\x63\xd3\x2c\x9f\xe4\x56\x05\x60\xe4\x07\xe4\xd8\x78\x49\xd8\xc3\xb5\xd9\x44\x48\x20\xe7\xd8\xb1\x2c\x80\x31\x0f\x77\x01\x21\x69\x1a\x5c\x15\x5e\x59\x1d\xe6\x6f\x3b\xa6\x2e\xbf\x92\x57\x78\x09\xb1\x8c\x5b\xab\x0b\x19\xe3\x61\x88\x52\x71\xbc\x47\xc0\xed\x07\x99\xff\xae\xbb\x31\xd1\x99\xc1\x3e\x04\x7e\x7c\x9a\x66\x77\xbd\x57\x7d\xfb\x2c\x2d\xad\x1f\x7c\x47\xd1\xf8\x54\x8d\xeb\x7a\xaf\x5a\xf5\x19\xda\x53\x3f\xf0\x5b\x30\xc7\xa0\xdf\x4f\x63\xa8\x71\xe0\x26\x00\x02\xa2\x5f\x72\xb6\x8c\x3b\x35\x30\xfc\xe8\xae\x61\xca\xf9\xbe\xe4\xac\x94\x33\x50\xbd\x1c\xc6\x2e\x87\x30\x65\xd2\xf0\x92\x15\x20\x8f\x5b\xfe\xea\xd9\xe4\xb4\x3b\xec\xc1\x26\xd2\x5b\x87\x8f\xb6\x06\x17\x82\xa9\x77\x21\x14\x6e\x97\x17\x2e\xc8\x66\x90\x91\x18\x1d\x9e\x29\x04\xfe\xa5\x09\x02\x99\xb0\x9a\x1b\xbe\xf2\xd7\x7c\x06\xfe\xbe\xa6\x45\x3c\xb2\x62\x0c\xef\x4c\xc4\x46\xf9\x1b\x1a\x06\x30\x07\x53\x08\xe0\xde\xa6\x20\xde\x8d\x6d\x2b\x54\xb3\x3f\x2a\x7c\x17\x56\x9f\x44\xe3\x9d\xd8\x01\xad\x7b\x51\x0c\xe7\x1e\xe9\x5b\x5d\x14\x31\x00\xbf\x15\xf3\x7a\xb8\x79\x7c\xc5\xa5\xea\x18\x97\x46\x18\x22\xed\xff\x2c\xd9\x24\x3b\x00\x26\x9d\x68\xe9\x30\x1c\xa8\x6a\x9f\x36\x5e\x78\xb5\x05\x6a\x58\x37\x55\x35\xac\x75\x25\x8b\x5c\x0c\x5c\x36\x55\x75\x99\xbe\xdc\x76\xcc\xfb\xd7\x18\xbe\x16\xc2\x9f\xff\x0e\x81\xc6\x7f\xbf\x98\xbd\xd6\xee\x12\x15\xe9\xe3\x74\x22\x1b\x10\xfb\x0f\x16\x28\xf0\xc2\x78\xe5\xa6\xf7\x24\x6e\xac\xd3\x2b\xf9\x53\xb0\x6d\x2d\xf8\x5a\xea\xc6\x80\x8e\x01\xf6\x77\x59\xe0\xc4\xe5\x4a\x98\xb1\xc7\x93\xe2\x86\xb3\xd5\xb0\x23\xf6\x67\x30\xe4\x29\xaf\x42\xfb\x13\x07\xae\x2b\x99\x02\x82\x12\xd0\x5f\xcb\xfc\xcd\x90\xce\x30\x7f\xb9\xc2\xc8\xf0\xa6\x46\xb5\x14\x23\xe5\x07\xcc\xea\x95\x88\xc3\xa3\x8e\x3f\x60\xb6\x29\x16\xfe\x2a\x34\xe5\xae\x58\xb0\x0f\x7a\x6a\x07\xc9\x19\x9f\x20\x16\x4e\xae\xf1\xd6\xe4\x62\xaa\x03\x5b\xe8\xc6\x44\x05\xa3\xe4\x9b\x18\xef\xcf\xd3\x30\xa5\xa8\xfc\x0f\x33\x7f\x04\x35\x2e\xc4\xe8\x7f\xab\x0d\x8e\x4c\x58\xc0\xb6\x68\x53\x73\xc5\x9d\x30\x92\x57\x81\x88\xf9\xcc\xfd\xd5\xad\xbd\x6c\x0c\x16\xe3\x4f\x7a\xca\xa4\xb2\x4e\xf0\xd2\x0f\xc9\xfd\xc5\x51\x95\xdc\x94\xac\x14\x75\xa5\x37\x2b\xa1\xdc\xc0\xeb\x91\x68\xe4\x09\xa6\xd3\x70\xe9\xb2\x51\x84\x01\xc4\x7c\xc4\x52\x0b\x0b\x01\xc0\x4a\xc4\x3b\x6c\xb8\x19\x8d\x72\xb5\x30\xd8\xe6\xfc\x8d\x15\x0d\xaf\xad\x90\x06\x00\x9c\x19\xf2\x20\xa8\xdc\xdf\xe2\x80\xb8\x41\xe8\x46\x4a\x9c\xb1\x09\xb0\xc8\x64\xc0\x26\xfe\x5b\xff\xef\xdf\x1a\x6e\xdc\x4f\x13\xbc\x76\x9b\xa6\xa2\xf9\x7b\x29\x8e\xb7\xb1\x9c\x34\x91\x2c\xbc\x1b\x5c\x71\xc6\x86\x01\xf8\x19\xce\x1b\xd7\xcc\x7a\xea\x87\x75\xbf\x31\xd2\x39\x01\x04\x07\xa4\x92\xab\xc5\x8e\xd8\xcb\xd1\x7c\x44\x20\xce\x9c\x2c\x96\xbf\x27\x47\xf8\x6f\x9e\x3d\x7b\xf6\x6c\x32\xf2\xf0\x3b\x38\x9f\x05\xe5\x53\xa5\x79\x66\xde\x9b\x48\x64\x92\x1f\xcc\x8a\x42\xab\xd2\xb2\x13\x3a\xa1\x8e\xe8\x8b\x23\x7f\xb2\x80\x70\xb7\xc1\x1d\xa9\xd9\xb3\xd3\x80\x92\x87\x7b\xe6\xf8\xf4\xf7\x21\x32\xff\xf9\xb3\xf1\x97\xff\xcf\xff\xae\xab\xc6\xfe\x9f\xa7\x7d\xff\xfc\x1e\x4d\x8b\x88\xe5\x99\x33\x72\x3e\x17\xe6\xf7\x1e\xcc\xf3\x67\xf8\xc4\xb3\xf1\x97\xb7\xbe\x3f\x7a\x04\x5e\xee\x40\x8d\x03\x25\x79\xe0\x9c\xf0\x5a\xd4\x13\x6e\x16\xba\xea\xde\xe2\x66\x59\x82\x87\x6e\x5c\xbc\xcb\x79\xec\x4a\x51\x54\xdc\x90\xa3\x63\xc3\x56\x8d\x75\x6c\xe1\xf7\x5d\xc8\xf5\xe8\x0e\x21\x2d\x5b\x89\x62\xc1\x95\xb4\x2b\x4f\x8a\x1b\x6d\x96\xac\xd0\xc6\x88\xc2\x55\xad\x29\x75\x42\x98\xf6\xda\xbd\xc0\xc4\xc0\xac\xf0\x8a\x09\x5e\xd5\x6d\x34\x59\xe1\xb5\xbe\x6b\x64\xcf\xf6\x7b\x14\xea\xc1\x2c\x17\x05\x09\x51\x26\x21\x1b\x59\x3c\xce\x0c\x14\x20\xe0\x2b\x51\x32\xf1\x31\x7a\x43\xa6\x9b\x6c\xb7\x06\x25\xeb\x3c\xc9\xd8\x38\x28\xe8\x50\x49\x0e\xfb\x21\x05\xf7\x3a\x06\x3e\x29\x32\xff\x00\xed\x03\xc2\x2a\x58\xa6\x71\xaf\xa7\xa7\x50\xea\xc2\x66\x19\x86\xdf\x76\x0c\x76\x22\xdd\xf1\xb1\x65\x64\xa9\x62\x52\x65\x37\xf5\x89\x36\xf3\x11\x07\xcb\xc8\x08\x0c\x00\xa3\xe5\x59\x30\x04\xc0\xf6\x27\x7b\xc8\xe6\x74\xc4\xd8\x15\xba\x2c\x44\xd9\x95\x81\x45\x63\xbc\x56\x5a\x6d\xce\x02\xba\x41\x74\x10\x6a\xfe\x24\x8b\xa2\x2f\xb7\x70\xcd\x78\x55\x4d\xd1\x97\x7b\xfb\xfe\xfa\x81\xdc\xe5\x41\xaf\xc2\xf5\x96\xab\xba\x82\x7c\xd3\x56\x10\x07\x8e\xce\x84\x2a\xd1\xa3\x76\x12\x86\x3e\x8d\x4b\x1f\x4f\x19\x67\x36\x64\x3f\xdd\x73\x64\x6d\x4b\xe5\x36\x2b\x2b\x24\x42\xb1\xd9\x56\x8d\x76\xb2\xf4\x15\xad\xbe\x0d\x21\x81\xce\x08\xb4\xd8\x12\x45\x53\xe0\x9d\xc5\x23\xd1\x0f\xcb\x7e\x04\x23\x2b\x58\x0f\xb3\x9d\xea\x8f\x84\x23\x48\x16\x3c\x3a\xc3\xb4\xde\x88\x29\xa8\xd1\xa6\x51\x19\xe4\x6a\xf3\x9f\xfe\xf9\x6f\xb5\x99\xca\xf2\x28\xea\xab\xa7\x67\x9e\xf1\xa6\xb2\x0c\x80\x33\x5c\x4c\xa3\xbc\xca\xb1\x94\x75\xed\x49\xa6\x20\xb4\xad\x51\x4c\xce\x3c\x6f\x79\x15\xc9\xc2\xe7\x05\xb7\xea\xf8\xd8\xb1\x99\x54\x98\x42\xb9\x11\x0e\x06\x7b\x2b\xea\x8a\x17\xe2\x28\x70\x49\xc1\x55\x21\x2a\x9b\xd8\x27\xe6\x05\x7e\xf0\x67\x1e\x18\xe5\xe0\x0d\xcb\xa4\x0b\xba\x89\x12\x37\x4c\x2b\x71\x7c\x57\x0b\xc0\x79\xeb\xfa\x8f\x1a\x45\xdf\x3a\x07\xc1\x09\x42\x80\x57\x15\x49\x44\x4f\xe1\x70\x0d\x41\x67\x52\x34\x6b\x83\x9e\x90\x29\x4d\xe8\xba\xf5\xb7\x40\xb8\x58\xdd\xb6\x17\x32\x39\x6b\xc3\xe6\x3a\xf5\xa7\x06\x67\x35\xb7\x56\xae\x45\x06\x4d\xc0\xf1\x58\x4a\x2f\x48\x27\xb0\xc5\xb7\x1e\xf2\xbb\xd4\x5f\x0f\x08\x6e\x74\x8e\x60\x02\xa6\xd7\xbf\xbb\x48\xda\x8e\x30\xc7\x07\x06\x80\x65\xd2\x8c\xe9\x98\x8f\xb2\x33\x68\x14\x51\x40\x12\x72\x5f\xac\x26\x5b\xaf\xf8\x87\x27\xcf\xc6\x5f\xb0\xa7\xf8\xff\xc9\x80\x5c\xdc\x93\x5f\xfd\x7a\x95\x3b\xdf\x7e\xfd\xcc\x4e\xc8\xe0\xda\xbe\xd4\x11\xa1\x87\xa5\xe0\x65\x25\x95\x18\x92\x22\xd1\xbe\x77\xfe\xe6\xdf\xb6\x17\xfd\x0d\x99\xea\x59\x78\x95\x65\x7a\x09\x44\xda\x84\x45\xf4\x04\xf0\x5c\x27\x67\x7e\xda\x2b\x69\xad\xb0\x29\x37\x30\x48\x4c\x19\x22\x94\xd4\x86\x19\xc1\xad\x3f\x3d\xd9\x2b\x09\xd3\xf4\xda\x77\xbe\x5f\x83\xd3\x02\x22\x33\x90\x0c\x33\x2e\x31\xd1\x10\x0f\x8b\x94\xc4\xe0\xaf\x2c\x9f\x30\xbd\x24\x3f\x40\x34\x36\x29\x11\x93\x40\x0c\xb6\x52\xe7\x50\xb5\xf5\x13\x19\xa4\x22\x00\x2c\x4e\x7f\xc5\x37\x88\xb3\x72\x52\x35\xba\xb1\xfe\xe2\x02\xe8\xb1\xa9\x98\x41\x48\x33\x68\x6e\x9e\x7d\x64\x09\xc7\x21\x79\x38\x60\x6a\xfe\x72\x4a\x10\x73\x3b\xc3\x6f\x9e\xb5\xe6\xeb\x05\xbe\x9e\xcd\x86\x60\x50\x6a\xcf\xf2\x57\x5f\xee\x9b\xa5\x6a\x56\x53\x01\x77\x31\x23\x9c\xf1\xdf\x12\x62\x2b\x6e\x96\xf9\x4a\xde\x8a\xd1\x97\x29\xe5\x2f\xf7\x09\x3f\x9c\xf1\xf7\x9b\x6c\x94\x14\x3d\xde\x13\x58\xd1\x36\x53\xf2\xb2\x8c\xa6\x6a\x9c\x43\x06\x26\x26\xab\x76\xc5\x58\x4c\x87\x6c\xac\x30\x10\x34\x15\x4e\x80\x8e\x3d\x97\xbd\x7b\x9f\xd3\xa1\xd2\x9b\x87\x34\x80\x87\x11\xd2\xfc\x8d\xb0\xb5\xe7\xa4\x50\x44\x02\x9f\x08\xab\x98\x6e\x76\xfa\x46\xd1\x26\x9c\x6e\x09\x6d\x94\x55\x9d\x2b\xbc\xf8\x58\x57\xb2\x90\xfe\x4c\xc1\x64\x52\x24\x87\x2a\x85\xa9\x00\xbe\xe7\x70\xa3\xab\x2a\xe4\xcd\x44\x37\x23\x26\x5a\xf5\x25\x93\x3e\x86\x68\x95\xa5\x54\x87\x44\x07\x52\x4d\x81\x9d\x84\x2a\x85\x85\x73\x23\x5d\xbc\x01\x32\x9b\x0a\x77\x23\x84\x82\x40\x0a\xfa\x61\x32\xc8\x75\xbe\xe1\x07\x3d\xc5\xeb\xd8\x12\xb9\x62\x48\x56\xb4\x09\x1e\xa8\x50\x8a\x64\x7b\x7d\xfd\xda\x87\xb3\x3f\x29\xbd\xf9\x25\xa5\x93\x08\x65\x2d\x3f\x48\x65\xf4\xa3\x0b\x33\xf4\xb2\x8a\xf1\xba\xae\x30\x24\x04\xc2\xf1\x00\x05\x60\xac\x0c\x91\x64\xb7\xf3\x9c\x8f\x76\x3b\xff\xbf\xd7\x1a\x5e\xe0\x10\xaf\xd3\xde\xa2\x5e\x85\xb5\x20\xd3\xc0\x76\x44\xb1\xb6\x7e\xc0\x9a\x32\x9b\x07\xfe\x54\xb9\xba\x3a\xf7\x1c\x8f\x91\xa4\x70\x86\x06\x87\xec\x80\xf9\xc3\x73\xe0\x37\xb2\xae\xca\x5c\xd1\x2c\xaa\xc6\x3a\x61\xec\xa8\xb3\x49\x57\x18\x8f\xf9\x70\xa2\x2a\x2c\xfa\xce\x8d\x4a\x95\x61\xc2\x4a\x66\x38\xb7\x30\x6c\x6f\xac\xa5\xd7\x72\x6e\xf1\x5c\x05\x1f\x21\x4d\xfb\x11\x6c\xb7\xda\xe8\xb9\xd7\x72\xf6\x9c\xdd\x7d\xa7\x5a\xee\x1e\x01\xbd\xa2\xa3\x99\xb8\x28\x30\x71\x25\x34\x12\x30\x8c\x48\xa7\x5e\xd8\x29\xfb\x0e\xe5\xdb\x8e\xe3\x9e\x40\xab\xc4\x02\x57\xf4\xe3\xf5\xa6\x16\xfd\x93\xc8\x90\xec\xc4\x5d\xc1\x99\x83\x1a\x3c\x13\x1f\xa5\x05\x76\x81\x0a\x00\xa0\xcb\x2b\x71\x43\xe8\x77\x15\x22\x2f\x98\xbd\xc2\x87\x1b\x75\xb8\xe2\x1f\x87\x8d\x8a\xfb\x65\x9f\xbb\xe1\x38\x27\x6d\x52\x17\x52\x25\x92\x70\x56\x24\x90\x5e\x77\x0a\xbc\x8c\x83\x86\x8d\xff\x23\xc4\x68\xd0\x1b\x5c\x31\x3e\xb5\xba\x6a\x5c\xd4\x43\x4e\xc4\xc7\x33\xf6\xeb\xa0\xb3\x0b\x53\xf8\xcb\xe8\x5c\xf8\x01\x83\x10\xc5\x9a\x07\xe2\x63\xb8\xf6\x7c\xf1\xec\x5f\x4f\x47\xec\xbc\x03\xc8\xaf\x1f\xaf\x8a\x06\xa3\x10\xe0\x4e\x91\x81\x9b\x6e\xfc\x3d\x04\x43\x65\x4a\x7d\xa3\x46\xec\x1a\x18\x94\x07\xee\xa4\x28\x85\x67\x5e\xd4\xbc\xe2\x1f\xaf\x1a\x33\x07\xb3\xc5\xb3\x51\x48\xed\x44\xbd\xe7\xd7\xff\xda\xba\x7f\xf7\x50\xda\xfa\x57\xef\x8b\xc6\xa9\xba\x06\x9f\xea\xb5\xc8\x0f\x97\x80\x78\xeb\xe5\xd1\x3d\x10\x3c\xec\xd7\x40\x76\x22\x78\x20\x58\x97\x54\x3f\x64\x6c\x80\x04\xdb\x5e\x9a\x78\x61\x3d\x68\x81\x9a\xba\x8f\xe8\x49\x78\xad\xa5\xd1\xea\x61\x65\x78\x36\x48\x12\xe2\x4d\xf0\x51\x90\xca\xe9\x34\x93\xea\x83\x3f\xf3\xa3\xa5\xbd\x8d\x1c\x63\x6b\x6e\x24\x26\xce\xc8\x6d\x35\x33\x3a\x8a\x92\x23\x62\xf2\xfa\xfc\xd5\xcb\xab\xcb\xf3\x17\x2f\xfd\x8d\xf7\xf2\xcd\x37\x7f\xf5\x5f\xe0\xa5\x57\xfb\x6b\xf3\x63\x50\xa2\x52\x50\xd3\x4a\xb8\xfd\x7a\x46\x48\x2d\x42\x5a\x92\x1d\x2a\x23\x04\xde\xf8\x13\x2d\xf2\xb5\x89\xf4\x25\x74\xba\xfa\x47\x86\xd5\xc2\xb9\x7a\x58\x1b\xfd\x71\x7f\xfd\x9e\x4b\xa3\x6b\x3e\x87\x0c\x43\xb0\x87\xfd\xf1\xfa\xfa\xf2\xaf\x97\x6f\xdf\xfc\xd7\x5f\xfc\xaa\xf8\x4f\x57\xf4\x11\x71\x7b\xfd\x26\x7c\xec\xae\x7f\xce\x01\xb7\xe0\xb6\xe6\xe6\xee\xf1\x3a\xbd\x74\x08\x11\x86\x65\x16\xb7\xd3\xcb\x73\x41\x40\x43\xdc\x31\xc4\xfa\x79\x16\xff\xee\xe5\x5f\x9e\xff\x78\xfe\xfd\x0f\x2f\x83\x52\x35\x79\xf5\x97\xbf\xfe\x78\xfe\xf6\xf9\xd1\x8a\xe2\xed\x8e\xd0\xf7\xe2\x4f\x27\x3c\x4f\x45\x21\x4a\x08\xa6\xd4\x6b\x61\xb2\xeb\x70\xb0\x69\x81\xb5\x68\x26\xbd\x9e\xd8\x8b\x71\x52\xce\x84\x31\xda\x0c\x17\x5c\x95\xd5\x43\x5e\xa3\x5a\xc3\x90\x1d\x88\x46\xa2\xbd\x1e\xb6\x06\xed\xee\x97\xfe\x05\xf6\xc7\x88\x17\x63\x14\xd3\x28\x55\x0f\x85\xe9\xba\xf9\x08\xf6\xa9\x11\xb3\x03\xbd\x21\x40\x32\x16\x48\x66\xc4\x0c\xfd\xf9\x31\x40\x4c\x1b\x36\xf3\xd2\xdb\x4b\x39\x7f\x4d\x08\xa5\x0d\xb2\x68\xb4\x30\xe8\xbc\x78\xc0\x9a\x8e\x7f\x78\xc1\x30\xe9\x62\xce\xcd\x94\xcf\xc5\xb0\xf0\x57\xd4\xc2\x59\xb4\x44\xc6\x6b\x4a\x2c\xa8\xa6\x34\xab\xb4\x9a\x0b\xc3\x94\x28\x84\xb5\x9c\x42\x73\x9a\x5a\xb7\xdd\xcd\x94\x82\xf4\x08\x56\x35\x54\xa0\xdc\x0c\x0b\x5e\x2c\x72\x4d\x64\x2e\xdd\xa2\x99\x8e\x0a\xbd\x1a\xa3\xcb\x62\x4c\xae\x8a\xf1\xfa\xcb\x71\xbd\x9c\x8f\x79\x2d\x2d\x7e\x37\x5e\x7f\x31\x46\x34\xbe\x09\xe0\x5e\xf8\x37\xfa\xd5\xd8\xe3\xf8\x10\xdd\xdf\x18\x0c\x4d\xb2\xc8\x4f\x35\x4b\x21\xa0\x38\x50\x2f\x49\x4b\x69\x97\xb9\x05\x13\x83\x9b\xb2\xd4\x81\xf0\xcd\xa9\x57\x08\xbc\xa8\xf1\xba\xc3\x19\xc1\x35\x62\xa5\xd7\x41\x95\x20\xd7\x79\x1e\xa8\x97\xe9\x0c\xf3\xa2\x0e\x05\x6e\x7e\x86\xaa\x54\x7f\xd0\x7a\x5e\x85\xe2\x54\x77\xac\x4d\x85\xef\x02\x41\x3a\xef\xef\x83\xbc\xaf\x98\x02\x79\xf5\x63\x41\x85\x3d\xc5\x14\x76\x0c\xd5\x2a\xa4\xf0\x24\xc8\xfa\xcc\x9f\xb5\xa3\x90\xc2\x1c\xc0\x75\x16\xa1\xa7\x46\x55\x36\xf3\x54\x17\xeb\xf3\x6a\x54\x51\x80\xc0\xee\x7a\x00\xf3\xba\xe8\x20\xb6\x55\x12\xa0\xe7\x91\xda\x68\x7f\x3a\x40\xa6\x7f\xfa\x3b\x26\xa6\xf7\xbc\x11\xa2\xab\x42\xde\x22\x64\x8b\x7b\x86\x3b\xa3\x5f\xe8\x07\x28\x90\x79\x94\xca\x22\x44\x32\x7f\x76\x69\x84\x4e\x28\xc6\xa3\x21\x85\x07\xb2\xb5\x85\x47\xb6\x99\xa6\x2a\xa6\x98\xb4\x5f\x37\x53\xdb\x4c\x87\xb6\x99\xa6\xd1\xb7\x5f\xdc\x5b\x99\xaa\xe7\x9d\xdb\x0b\x53\xdd\xf2\xc2\x76\x5d\xaa\xbe\xa9\xfc\x52\x96\xaa\x63\x17\x22\x26\x3a\x50\x41\xb9\xc4\x17\x20\x9f\x3f\x93\x5e\x2f\x2a\xdd\x94\x3d\xf1\x8d\x19\xdb\x1d\x3a\x00\x77\x0b\xcc\x12\x8a\xa5\x9c\x29\x67\xf8\x3b\xb1\x61\xdf\xca\x4a\xec\x13\xe7\x5d\x81\xbe\xa3\x34\x95\x54\xfe\x32\x59\xec\x8f\xe3\x3d\xa8\x1c\xd5\x05\x41\xf3\x5a\x99\xd1\xbc\x58\xb4\x0b\x04\x64\xea\x7a\xbf\xbc\x4f\x79\xc3\xbf\x94\x0f\xf8\xa5\x7c\xc0\xae\xf2\x01\x5b\x82\xf8\x1e\x29\x94\xc3\xa6\x28\x62\x9d\xf9\x38\x88\x6d\x2f\x9b\xe9\x55\x33\x65\x4e\xd7\xb2\x88\x42\x6f\x29\x44\x4d\x15\x04\xf4\x2c\x16\x11\x88\xf6\x00\x6e\x17\xb2\xd0\xa6\x7e\xf8\x9a\x5a\x7f\x0c\x43\xdd\xa9\xa6\x56\x7c\xeb\x09\x8b\x35\xb5\x76\x43\xbb\x4b\x2d\x2d\x54\xfd\x00\xec\x2e\xf5\x2f\x0d\xb2\xc6\x41\x6e\xab\xa0\xb5\x4b\xe9\xeb\x90\xb8\xab\xee\xf5\x4d\xf0\xbe\xca\x91\xee\xd0\x6f\x3a\x18\x6d\x29\x37\xdd\xdf\x9d\x5e\x0a\xf5\xfc\x08\xfe\x89\x87\x7d\xf7\xa1\x5a\x1b\xf7\xfc\xc8\xff\xf7\xa8\x7f\x8c\xb9\x54\xe2\xf9\x11\xfe\xdb\xfb\x48\x06\x61\xd7\x20\x58\xb7\xfe\xf9\x11\xfe\xfb\x4f\xaf\x21\x2c\xb4\x3d\xb4\x14\xcf\x1f\xb5\x75\xdb\xe5\x20\x3b\x89\x17\xb7\x9e\xfd\x90\x5e\xd1\x05\x80\xcb\x79\x28\x0e\x71\x3b\xe1\x6b\xdb\xe0\x80\xc5\x0e\x84\x06\xcf\x82\x36\x82\x85\x3f\x3a\x12\xa1\x13\xf5\xfa\x09\xad\x11\x76\xc0\x8d\xc4\x17\xbc\x82\x9e\x01\x0f\x65\xc7\xc1\x01\x76\xbb\x4f\x03\x8f\x84\x93\x8a\x9e\xaf\x8d\x9e\x0a\xcb\x42\xca\xe6\x4e\xd3\xe7\x63\xae\x92\x5f\xc9\xb5\x50\xc2\x42\xdd\xd2\xa9\x38\x58\x09\x7a\x11\x52\x74\xf0\x54\x0d\x50\x90\x64\x7d\xc9\xa9\x3d\xd9\x58\xc1\x4c\x03\x6b\xdd\xce\xc9\x89\x58\x1d\xcc\x70\x57\xad\x3e\x1c\x18\xdc\x40\xd5\x82\x30\x9e\xb4\x07\xcd\x64\x17\xfa\xe3\xf5\xf5\xe5\x0e\x0c\xa4\x92\x4e\xf2\x6a\x08\xb9\x17\xfb\xfd\xc8\xaf\xa3\xff\x2c\x78\x8f\xf9\xcc\x51\xff\x96\x44\x82\x05\xb7\x18\xfa\xe5\xd9\x05\xe3\xa5\x72\xfc\xd2\x7a\x4d\x05\xc6\x25\x79\x1c\x5c\x37\xff\x8f\x30\x74\x72\x25\xc2\xf9\xfb\x49\xb8\x61\x7e\x55\x0f\x81\x3c\x64\xcb\x74\xe3\xfa\x39\xa6\xab\xbd\xee\x18\xf6\x8f\xfa\x86\xe9\x99\x43\x11\x53\x0b\x83\x96\xf1\xad\xd1\xfa\xd7\xbf\xc1\x9a\x46\x6e\xe1\x55\x3b\x5d\x1d\x30\xdc\x2b\x4a\xcf\x2c\xb4\xb2\x70\xd0\xaf\xbd\xd6\x07\x60\x44\xf2\xe5\x77\x67\xaa\x29\xce\x8e\x3c\xf6\xb4\x02\xf4\xde\xac\xa9\x88\x54\x0b\xbe\x86\x18\x53\xf4\xe4\xf7\x61\xec\x7f\x6a\x8c\xf8\x5c\x8c\x09\xcc\x5d\x11\xa6\x90\xc6\x16\xb2\x30\x09\x51\x76\x33\x5f\x79\x29\x3f\x7f\xe3\x47\x30\x9f\xb4\xf3\x53\x50\xcf\x36\x5a\xf7\xbb\xf3\xbb\x78\xde\xb6\xf5\x13\x0e\x3f\xe7\xde\x8f\xa3\x1e\xb4\xf9\x13\x8e\xf7\xb8\xfb\xbb\x44\xea\xdd\xfe\x19\xe3\x7c\xee\xfe\xef\x8c\xb7\x83\x0f\x1e\x4a\x02\x6c\xcd\xf6\x73\x45\x40\xc2\xf9\xa1\x64\xc0\x81\x28\x1f\x2c\x04\x80\x0d\x9b\xfa\xf3\x44\x00\x01\xb9\xaf\xa3\x3f\xe0\x74\xbf\xfb\xbf\x8d\xe4\x6d\xbb\x3f\x8c\xff\x73\xee\x7d\x1a\xf3\xa0\x9d\x1f\xf0\xbb\xc7\x7d\xdf\x26\x4e\xef\xae\x8f\x9c\xf2\xb9\x7b\xbe\x35\x56\xef\xba\x3f\xd4\x7e\xef\xcc\xf2\x73\x77\x7b\xc0\xf7\xa1\xf6\xfa\x41\xe8\xee\xd9\xe9\x31\x51\x5c\x41\x90\xe2\x5d\x6f\x58\x5b\xf7\xa8\x0b\x84\xd3\x6f\x70\xc2\x5c\x7b\xb2\xf4\x91\x4d\x3b\x56\x33\x81\x10\xc3\xde\x6b\x14\x6d\x50\xdd\x38\x08\xd2\xbd\xd1\xa6\x2a\x43\x72\x51\x16\xc7\x4a\x43\xd3\x5d\x8b\x44\x55\xa8\x32\x16\xb6\xb3\xdf\xfc\xd0\x2b\x8b\x87\x02\x13\x10\x8f\xb1\x2b\x78\xe5\xc4\x2d\x8c\x6e\xe6\xb8\x09\x26\x21\x32\x3a\x99\x7a\x4e\x1f\xc1\xfd\x2d\xeb\x22\x99\x21\xb3\xe2\xf5\x3b\x94\x97\xef\x77\x66\xbb\xf9\x05\xcd\x7b\x50\x76\xc8\x44\xe4\x8e\x61\x7a\xd9\x2c\xac\x70\xdd\x80\x7d\x96\x92\x2c\x33\x98\x21\xea\x27\xab\x6e\xe5\x81\xbf\xfe\xc3\xc5\xeb\xff\x8a\xcc\x94\x20\x9d\xb1\x2b\x21\x20\xb0\xca\x9e\x8d\xc7\x59\x78\x41\x2a\x1c\x32\x26\xc4\x86\x6a\x2e\xd5\xc7\xf1\xb4\xd2\xd3\xf1\x8a\x4b\x35\x2e\x75\x61\xc7\x8d\x15\x66\x38\x6f\x64\x29\xc6\xf0\xfb\xb0\x65\xfc\x19\x67\x98\x8d\x56\xe5\xf1\x27\x98\x7f\xf2\xda\x14\x60\x28\xd0\x76\xab\xca\x47\x20\x5d\x6e\x1c\x3a\xb0\x25\x62\x17\x3c\xf4\x47\xec\x07\xdf\xee\xf6\xd8\x1d\x6c\xe8\x42\x60\x05\x8e\xb8\xfc\xca\x8e\xa4\x1e\xf3\x5a\x8e\x95\x70\x37\x1a\x52\x73\xc6\xeb\x2f\x46\x97\xdc\x2d\x76\xc4\x12\xf7\x22\xe3\xc1\xed\x9a\x30\x7b\xa3\x20\xee\x73\xf2\xf2\x23\x2f\xb2\x44\x84\x4b\x23\x66\xf2\xe3\x64\xc0\x26\x17\xad\xfc\x50\x4a\x24\x2a\xb2\x00\x0d\xa7\xe3\xe3\xa7\x9f\x5f\x54\x88\x97\x25\x96\x79\x40\x8a\x45\xe9\xd0\x95\x03\x8d\x3f\x26\x62\xe8\xae\x57\x09\x52\xb2\x6a\x48\xcc\xcb\x84\xa9\x75\x52\x3f\xa0\xb1\xea\xc2\xc3\x27\x11\xcb\x63\xb3\xc9\x68\x9f\xca\xaa\x51\x85\x1a\x69\xa1\x9e\x16\x21\x96\x6a\xda\xae\x84\x5d\xa4\x60\x50\x2f\x5f\x0b\x6e\xb2\xc0\x48\x08\x03\x6d\xdc\x14\x62\xad\x2e\x2e\x99\xe1\x6a\xfe\x28\x82\x92\x80\x2e\x07\xec\xa8\x4c\x55\xe5\xec\x04\x12\xd6\x87\x31\x61\xfd\x34\x86\x3e\xbe\xb8\xf8\xe6\x2d\xb3\xcd\x54\x89\x58\x0e\x36\x76\xa9\x23\x2c\xa8\xdc\xa1\x29\x44\x9d\x15\x97\xc0\xb5\x82\x28\x50\x76\x32\xf9\xe2\xd9\x08\xfe\x3f\xfe\x6a\xf0\xc5\xbf\x7f\x39\xfa\xe2\x37\xf0\xe1\x8b\x2f\x07\x5f\xfc\x87\xff\xf4\x15\x7e\xfc\x4d\x48\x33\x4d\x76\xc2\x16\xaf\xe3\xf2\xec\xa5\xf1\xb7\x9a\x42\xcf\x04\x15\x2e\xf4\x8a\x03\xb5\x49\x9c\xd0\x52\x8f\x80\x57\xfd\xce\x47\xa0\x93\x11\xfb\x3a\x0e\x9a\x39\x6b\xb1\xcd\x1f\x56\x80\x80\x3d\x08\x17\x73\xa6\x55\x9e\x4d\xe0\x99\x45\x69\x87\xad\x03\x55\xe0\xe7\x54\xc9\x29\xe0\xff\x41\x57\x7a\x29\xf9\x03\xee\x90\x3f\xe1\x08\x61\x8f\x50\x66\xbd\x6d\xd7\x36\x46\xd2\x84\x47\xff\xc4\xd7\x9c\xf1\x79\x6c\x85\x9c\x1f\x34\x84\xf0\x48\x9b\xf9\x38\xd6\xf2\x1c\x2f\xdc\xaa\x1a\xc3\x1b\x76\xe4\xff\xfe\xc7\xdf\x14\x05\x1f\x16\xe2\x70\x2f\xc4\xcb\x57\x4c\xa8\x42\xfb\x43\xff\xc5\x39\xf3\x6f\xa6\x96\xbb\x50\xbe\xd3\x0b\xfc\x41\xc4\x77\x2d\x8c\x9c\x85\x80\x3c\xc2\x22\xbd\x24\xec\x20\x44\x6a\xfa\xa9\xc0\x81\x3f\xa9\x8d\x76\xba\xd0\x15\x64\x47\x43\xe5\x25\x4b\x11\xce\x98\x33\x56\x0d\x29\x3d\xab\xdd\xc1\x2a\xec\x0f\xff\x12\x32\x62\x76\xd6\xad\xb9\x19\x9b\x46\x51\x49\x55\x9b\xa9\x06\x9e\xcd\xdb\xd1\x3e\xe1\xe3\xb0\xe0\xa3\xc2\xb8\x00\xd7\x6f\x94\xc8\x5f\xad\xad\x47\xe8\xd4\x46\xaa\x42\xd6\xbc\xca\x48\x79\x5b\x0c\x35\x94\x53\x0a\xef\x9c\xd8\x53\xba\x5a\x41\x6d\x8e\x69\x68\x8f\x29\x15\xe3\x31\x9c\x31\xd1\x0d\xdc\x23\x51\x9a\xb1\xe0\x2a\x21\x91\x1e\xd8\x37\x1c\x47\x3f\x0f\x91\xf1\x85\xcb\x30\xa3\xe7\x85\x7a\x6e\x37\xd6\x89\xd5\xd9\x8a\x5b\x68\x3e\xec\x05\x1e\x94\xd1\x51\xcf\x17\xfc\xc6\x49\x3d\xd4\x50\xfa\x75\x84\x9f\x46\x76\x5d\xc4\x64\x7a\x8f\x4a\xa1\x9e\xcf\x3c\x3a\xfe\x34\xd5\x95\x18\xf9\x0f\xf0\xd0\x2d\x8b\x91\x02\x4f\x0f\xdd\x61\xdf\x4b\xeb\x6f\x9c\x1e\x24\x14\x50\x29\xb8\x75\xa1\xc4\x5f\xae\x30\x91\xd5\xa1\x55\xeb\xce\x09\x55\x8a\x32\xd0\x0a\x62\x27\xf6\x8e\xf7\x8a\xab\x98\xb9\xd8\xb3\xb2\x59\xa5\x5f\xfa\x75\x56\xf1\x79\xc8\xdc\x08\x43\x12\x99\x96\x62\xc3\x1a\xcb\xe7\xe0\x37\xa7\x3c\xda\x9f\x61\xa9\xf1\xf3\xee\x45\xb8\xab\x5f\x94\x97\xa5\x21\xfe\x4d\xf6\x85\xc0\xc5\x20\x4d\x63\xbb\x5b\xa9\xbc\x5c\x81\x72\x37\x93\xa3\xff\xf5\xf4\x28\xa0\xa9\x0d\x9b\x1c\xd1\x49\x7a\x04\x53\x85\x0d\x34\x88\x37\x4b\x61\x2c\xbc\x8d\x09\xb3\x10\x26\x4c\x4a\x2d\x1e\xd1\x33\x9e\xb5\x5c\x0f\x4a\xe8\xd1\xd3\xa3\xae\x9a\x6c\xed\x8d\x36\x87\x46\x84\x85\xc7\x51\x1e\x42\xd4\x53\x8b\xc8\xdb\xcb\x05\x97\x4a\x7f\x23\x89\x13\xc3\xa0\x13\x3c\x66\xef\x5c\xf9\xb0\x47\x1a\x60\xc9\xbb\xac\xfc\xde\xbf\xff\xfb\x57\x93\x6e\x85\x7a\xe0\x98\x43\x27\x49\x8f\x6f\x15\x6a\xa7\xc2\x84\x26\x72\x5d\xbb\xa0\x9e\x05\x16\xa2\x69\x26\x46\x6a\x87\xa4\x99\x03\x91\x80\x24\xf9\x14\xea\xdd\x43\xeb\xad\xe4\xe3\x1d\x8c\xbf\x77\x03\xff\x79\x21\x60\x7e\xdb\x9b\xd7\x66\x5d\x99\x77\x60\xd1\xef\xcd\xb8\x65\x2f\x51\xe0\xc8\x81\x87\x4a\x4a\xcc\xe1\x65\x29\x1d\xd6\xcd\x08\x1c\x40\xa0\xbc\x56\x1f\x92\x61\xa4\xba\xa3\x42\xf3\x2f\xf0\xf7\xf0\xc3\x7a\x45\xd7\xe4\x77\x7f\xfa\xf1\x55\x10\xda\xb0\x53\x3b\xa1\x13\x38\x66\xaa\x50\xf0\x61\xbd\x7a\xb8\xac\x9a\x3f\xfd\xf8\xaa\x93\x29\xe7\xba\x17\x52\x78\xc4\x2b\xeb\xa6\x51\x5b\x8d\xc6\x1f\xc1\x25\xa6\x14\xd3\x66\xbe\x17\x8d\xf3\xa8\xde\x1a\xb1\xd2\x4e\xe0\x6b\x73\x2a\x42\x48\xa9\x27\xf4\xa5\x67\x65\xca\xd4\x74\x8e\x17\x0b\x11\x0b\x19\xb2\x40\xb1\x60\x92\x41\x6b\x0c\x14\xe6\x9c\x69\x73\xc3\x4d\x89\x1b\xb2\x85\xdc\xd0\x36\xb6\x16\x6a\x3f\xad\xae\xf0\x39\x5c\x05\xc7\xcd\x5c\x38\x58\x1e\xb9\x5a\x89\x52\x72\x27\xaa\x4d\x6e\xef\xc6\xba\x96\x15\xb7\xd6\xaf\x6e\xa5\x39\x9e\x83\x49\x6a\x49\xe5\x42\x05\xf3\xbd\x63\x7b\x3d\x85\x0a\xbe\xd3\x2b\xb4\x66\xa9\xbc\x0a\x31\x4b\xc8\x67\x8f\xe6\xf8\x4a\xcf\xed\x0e\xa7\xe4\x16\x29\xe8\x64\x3b\x44\x88\x19\xae\x2c\x88\xe6\x70\x1a\x72\x17\x4e\x43\x0d\xbb\x9a\x94\x14\xa8\x9f\x22\x6e\xaa\x0d\xab\x78\xa3\x60\xb9\x3c\x9a\x5d\x84\x9e\x9e\xfd\xfa\xd9\xb3\x5f\xb7\x50\xfa\x54\x51\xe2\xc1\xa7\x77\x93\xda\xcb\xad\x3d\xd0\x46\x75\x9e\x09\xa3\x1f\x5f\xa5\x57\xd9\x49\x63\x05\x9b\x7c\x2f\x55\xf3\x71\x92\x7d\x4d\xb7\x6d\x6d\x4e\xa3\xdc\x58\xf2\x95\xa8\x30\x10\xf4\x81\x84\x47\x18\x21\x49\x90\x7d\x39\x79\xdf\x85\x37\xa4\x0a\x96\xa6\x47\x9b\x87\xf7\x09\xf5\xb7\x88\x0a\x98\xd5\x46\x07\x46\x99\x88\xe2\xf7\x94\x5b\x08\x69\xa2\xa5\xbd\x75\x34\x10\x2e\x27\xc9\x2a\x1f\x0d\x1b\xad\x08\x89\x83\x54\xc9\x17\x3b\xaa\x0a\x12\x32\x00\x0c\x34\x3f\x88\xea\x8e\x29\x93\xa1\x2a\x5a\xb6\x64\x89\xe1\x44\xf9\x90\xe6\x88\xef\x5e\x7e\x73\xde\xe3\x12\x21\x8d\x81\xc2\x10\xdb\x05\x36\xdc\x02\xdf\xf2\xbf\xdb\x82\x57\x94\x88\x8d\xe9\xb3\x2d\x50\xa4\x81\xad\xb8\x6a\x60\xa5\xe2\x11\x58\x66\x06\xf5\x09\x55\x43\xb4\x93\xa0\x64\xe6\x63\xfb\xf7\x00\x78\xf6\xee\x5a\x72\xa8\xd0\xe4\x75\x69\x12\x8b\x61\xb5\x31\xc6\x37\x0f\xef\xd5\x2a\x8f\xeb\x05\xc4\x73\x66\x8f\x6c\x02\xf3\x72\x2d\x8a\x0c\x90\x9f\xfc\xbb\x10\xce\xfb\xf6\xcd\x9b\xeb\xb3\xb0\x3d\xc7\xe1\x8f\xa1\xd7\xf9\x20\x88\xf7\x5f\xe8\xab\xa1\x5f\x33\xf8\xfa\x5d\x08\xce\x06\xa0\x74\x39\xea\xe2\x8c\x4a\x23\x58\xfe\xdf\xc3\x8d\x62\xa3\x9b\x18\x5e\x0e\x45\x6e\xb2\x67\x63\x9d\xad\x50\x19\x15\x20\xaf\x84\xe3\x25\x77\xfc\x40\x8c\x4b\xb1\xee\x41\xb8\x14\xeb\xc3\xf0\x2d\xc5\x5a\x54\xba\x06\xc3\x5a\x40\xbb\xc3\x4b\xed\x08\xec\xdc\xcf\xf5\x3f\x45\x06\xdd\x29\x58\x37\x16\x49\x8a\x3b\x24\xaa\x36\x52\xf9\x05\x23\xd2\xe1\x46\x48\xd5\x82\x23\x5b\xe7\xb7\x5a\x5e\x2c\x87\xc9\xef\x34\x34\x02\xae\x6e\x76\xbf\x9e\x23\x50\x9b\xb0\xb5\x28\x86\xbf\x0b\xaf\xb1\x99\x14\x55\xac\xfc\xe5\x74\xcd\x2a\xbf\xbc\x99\x67\x0b\xac\x3c\x2a\x56\x77\x22\xbc\xd1\x6e\x2b\x67\x50\xdf\x0e\x14\xba\x60\x0c\xa2\xc9\x68\x66\x44\xa1\xe7\x4a\xfe\x04\x85\xde\xa0\x52\xb3\x17\x17\xb0\x44\x21\xfd\xb8\x7d\x93\xc4\xfa\x21\x21\x0f\x64\xbf\x2f\xfa\x22\x64\x8c\x9c\x50\x74\xc0\x69\xca\x1d\x81\x92\xa8\x44\x51\xd6\x2e\xfa\x54\x68\x5d\x95\xfa\x46\x1d\x1c\x10\xe0\x99\xfb\xc6\xaf\x1a\xbe\x10\x4b\x57\xa1\xf9\xd9\xba\x50\xd6\x2e\x0c\x67\x04\xd5\x36\xf5\x67\x8f\x9f\x73\x3b\xbd\x28\xf6\x01\x0a\x85\x9e\x9e\xb5\x4c\xe8\x65\x25\xc2\xa2\x0e\xc1\x14\xb8\x1f\x41\x60\x46\x14\xa8\xd2\x46\x9e\x0e\x1e\x98\xb0\x1e\x20\xac\xdb\x18\x78\x32\xb4\xd5\xec\x54\x45\x36\xaf\x8e\x87\xbc\xd2\xea\x35\x25\xd5\x5d\xb1\x0c\xa1\x03\x7b\x00\xf3\x8f\x77\x06\xbc\x55\x3c\xa6\x0f\x70\xd8\x5e\x6d\xc5\xf3\xd6\x44\x70\x5e\x96\x5a\xd9\xb1\x17\x8f\x23\xff\x9f\x6b\x04\xd1\xa3\xa6\x42\x62\x95\x8c\x3b\x3f\xec\x64\x5e\x14\x1a\x6e\x27\xc1\x28\x0a\x6b\x81\xa7\xd3\x88\xbd\xcc\x78\x94\x96\x00\xec\xae\x41\xb6\x4f\x3c\x96\x13\xda\xa1\x50\xf6\xd8\xd6\x5a\xe5\xe0\x20\x09\x08\xaa\xb9\x76\x8e\x64\x16\x6e\x1f\x8c\x71\xb6\x14\x9b\x31\xee\xd7\x15\xaf\x43\xb9\xff\x70\x66\x4c\xb2\xde\x5b\xc9\x11\x1e\x77\x0e\x2a\xdc\x23\x76\xae\x62\xb3\xaa\xa0\xdb\xb7\x4d\x0a\x94\xc6\x19\x8b\x76\x86\x62\xcf\x7e\xd3\x44\x70\xa4\x8c\x31\xcf\xa0\x5e\xb1\xc6\x7a\x5d\x95\x54\x4b\x02\x0a\xdb\x56\x28\x67\x36\x41\x82\x86\xfe\x63\x3a\x9b\x64\x6e\xc9\x88\xad\x25\x92\x17\x67\x19\xb5\x9f\xbd\x6a\x53\x7c\x72\x5b\x33\x22\x1f\x11\x39\x6a\xda\x25\x5f\xc9\xbc\x6b\xc3\x2d\x09\xdb\xeb\x84\x57\x62\x71\x05\x98\x14\x94\x3f\x45\x1d\x15\x4a\x43\x47\xb5\x2f\x54\xa9\x6b\x15\xd0\xf6\x43\xcf\x9a\xaa\x8a\xc0\xda\xc7\x0a\xd5\x0f\x42\x78\x68\x39\x81\xac\xc1\xf3\x57\x2f\xbf\xff\xeb\x77\xaf\xcf\xaf\x2f\x7e\x7c\xf9\xd7\x17\x6f\x5e\x7f\x7b\xf1\x87\x1f\xde\x9e\x5f\x5f\xbc\x79\xed\x1f\xf9\xd3\xd5\x9b\xd7\x91\xeb\x52\xc7\xab\x34\xfb\xac\x14\x3d\x2e\x89\xc3\xa8\x07\xca\x24\xf2\xf8\xb4\xf1\xd8\x32\x68\x60\x69\xdb\x51\x52\x02\x9f\x90\xd9\x76\x5b\xb1\x4e\x26\xc6\x30\xc7\xac\x3d\x1c\x8a\xd2\x47\xa0\x25\x6c\xdf\x22\xf6\xdc\x0d\xda\x08\x85\x5b\x4b\xb6\xce\xab\xba\x12\x6e\x6b\xc1\xdb\xab\x97\x23\xb0\xe0\x4a\x89\x6a\x98\xf3\xda\xfe\xfb\xf4\xf7\x74\x25\xa1\xb7\xc9\x3e\xc5\x6d\xa8\xe3\xa2\x67\xed\x9b\x23\x2d\xab\xc7\x9e\xe4\x04\xd1\xc4\x42\xc1\xec\x00\x87\xae\x36\xda\x20\xb3\x20\x7f\xfd\xf0\xf6\xc2\xf6\x62\x2c\xd5\xc1\xbd\xe8\x76\xe2\x5b\x0a\xeb\xa4\x8a\xca\xd6\x83\x21\x1d\x0c\xd6\x3f\x0b\x9d\x7b\xc7\xfd\x04\x6a\x85\x97\xef\x4a\xae\xe0\x1b\x0d\x6d\x17\x90\x5c\xd1\x66\x7f\x10\xbd\xd6\xe2\x93\x89\x05\xef\xc2\xf3\x36\x15\x9e\xdd\x2a\xef\x38\x8d\x99\xb0\x53\x81\x6e\x98\xdd\x98\x67\x00\xb7\xd1\x66\x27\x74\x2d\xe4\xe9\xe0\x9b\x1a\xbd\x14\x26\xb5\x47\x0a\x7e\x57\xaf\x92\x1f\x91\x00\x3b\x3a\xed\x99\xf0\xa7\xac\xd2\x41\xd3\xad\x8d\x2e\x9b\x42\xdc\xc2\xce\x9f\x3a\xcb\xd6\x34\xb0\xaf\x24\x2d\xdc\x30\xb0\xed\xc1\xf7\x20\x7c\x9d\xda\x14\x03\x42\x9d\xa2\xc2\x0b\xc1\x4b\x61\xd8\x51\x21\x86\x74\x3e\x2f\xa4\x75\xda\x6c\x8e\x42\xf9\xad\x2b\xa9\x0a\x92\xbe\xf4\xf0\x82\x5b\x36\xf5\x9a\x76\xa8\x6f\x23\x15\x53\xe2\x46\x98\x56\x37\x46\x92\xa0\x83\x0c\x87\x58\x66\x6f\x47\x62\x5b\x0c\x84\x95\x6a\x39\x9c\x4a\x55\xb6\xdb\xbb\xef\x30\x3b\xa1\x3a\x4d\x8f\xf7\x05\x83\x72\x00\x08\x06\x8a\x24\xd8\xaf\xa4\x5a\x7e\x9d\x0d\xc1\xd2\xed\x67\x3b\x42\x31\x1e\x8d\x2d\xc8\x60\x94\xb6\x08\x7e\x5e\x09\x18\x65\x94\x57\x67\xbf\xed\x90\xdd\x0b\x89\x9d\x88\x8f\x85\xa8\x5d\xbb\xe9\x4d\xbb\xed\x8d\xa4\xc2\xc9\x7e\x84\x34\x35\x9c\xc6\xdd\xa3\xdd\xa8\xc1\x75\xba\x3b\x47\x7f\x39\x28\xb3\xe1\x40\xce\x54\x80\x6e\xd3\x2b\x5b\xf3\x42\x0c\x21\xf6\x67\xef\x68\xc7\x81\x47\x5d\xd6\x9a\x32\x6a\xa0\x14\x13\xea\x7f\x3b\xa2\xa5\xb5\x23\xe2\xd0\x51\x29\xd6\x63\xa9\x8a\xaa\x29\xc5\xf3\x54\xe4\x84\x51\xd0\x51\xa6\x84\x03\x3e\xec\xdc\x66\x3a\x20\xf5\x64\x02\x7e\x8e\xcf\x87\x70\xf2\xbc\xc0\x1f\xc1\xfc\xee\xaf\x57\x17\xaf\xbf\x63\x3f\xbc\xfd\x3e\xa9\x88\x14\x04\x02\x66\x21\x00\x24\x2d\x6a\xb2\x83\xad\xa5\xad\x75\x09\x25\xd7\xc1\x6d\x10\x54\x7f\x55\x42\x98\xf5\x00\xb2\x2f\xe0\x95\x8c\x1b\x23\xae\xa5\x2e\x9a\x18\xd9\x38\x8a\x36\x7c\x34\x6c\x9f\x1e\x77\xf5\xea\x61\xaa\x84\x71\x0f\xfa\x75\x08\x76\xde\x19\x34\x18\xfc\x85\xc0\x9d\xdd\xca\xce\x17\x5b\xcd\xa0\x02\x6b\x22\xd8\xc1\x8e\x36\x50\x59\x74\x76\x2a\x50\x8b\x82\xe8\x2d\x0d\xc1\xd5\x6e\xe8\x01\x69\x91\x59\x81\x86\x74\xd3\x67\x27\xd9\xb5\x7f\xe8\xf4\xf0\x27\x61\xf4\x29\x46\x94\x4e\x1b\xcf\x69\xda\x8a\x50\xd2\x03\x9b\x9e\x40\x73\x07\x23\x2a\xb1\xe6\x2a\xdb\xb9\x28\xc3\xe1\x78\x3e\xb1\xa7\x5e\x40\xf8\x7f\xb8\x6a\x87\x79\x06\x73\x20\x85\x7a\xfe\xc3\x2b\xce\xe1\x92\xea\xa9\x03\xbe\x96\x83\x0c\xeb\xad\xc8\xb8\xb0\x0c\x19\x28\x72\xc9\x45\xdb\x07\x76\x91\xa0\xcd\x3d\x59\xd4\x7c\x94\x3d\x9c\xef\xef\x3c\x74\x63\x79\xcb\x63\xf9\x60\xa7\x23\xc6\xde\x06\x4b\x6b\x8e\x50\x6b\x27\x05\xd5\xa1\xa7\xea\xc4\x2e\x7a\xac\x84\x33\xa1\x23\xdc\xe7\x12\x04\x61\xed\xa2\x48\xd6\x65\x26\xc6\x74\xe2\x71\x6d\xd8\xa4\xa8\x9b\x09\x7d\xbc\xf3\xac\xe3\x7c\x93\x81\x73\xdf\xac\xf1\x54\x6a\xdb\x79\x7a\xed\x97\x38\x59\x90\x11\xd0\x39\x28\x4e\x81\x8c\x96\xda\x40\xc7\xd1\xac\x96\xee\x09\x76\x39\x40\xbd\x24\x33\x73\x6d\x13\xea\x34\x75\x52\xba\xd4\xe5\xc1\x53\x0d\x76\x9b\x5b\x16\x78\x25\x15\xc8\x86\xbd\x95\x90\xf3\x06\xad\xc9\x96\x75\x19\x0b\x21\xa7\xb0\x8e\x20\x06\xb9\x83\xfe\x21\xa1\x99\x48\x36\xc1\x4e\x6f\xe5\x63\xcb\x9e\x3e\xf5\x82\xe8\xe9\xd3\x4c\x49\x18\xb0\x95\xe0\x24\x4f\x7b\xd4\x4f\x69\xd1\x66\x18\x2c\x49\x64\x2d\x64\x1e\x0e\x4a\x29\xa5\x5d\xe6\x30\xca\x9d\x34\xa9\x4d\x2b\x78\x1e\xfb\xc9\x19\xe1\xf6\xf1\xcf\x4e\x72\xf2\x8f\x87\x91\xf3\x5c\xb1\xa6\xae\x85\x61\x18\x23\x1e\xbd\xd6\x3d\x94\x25\x15\x2c\x59\x64\xc0\xac\x54\x55\xa2\xca\x36\xf1\x16\x59\x03\x53\x78\x35\xd5\x4b\x41\x4f\x9e\x82\xd7\x64\x1b\x07\xc0\xc8\x7e\x36\x75\xd6\xb0\x8e\x57\x15\xbd\x8f\x34\x09\x8b\x76\xc8\x9e\xda\x45\x13\xa3\xab\x4a\x37\x6e\x58\x1e\x6e\x8f\x88\x4a\x91\x66\x73\xc3\x4b\xf4\xd0\xd9\x85\x9c\x41\x15\x9d\x19\x18\x01\xa9\xf2\x00\x77\xc2\x3a\xf6\x56\xac\xa5\x0d\x91\xf7\x36\x15\x43\x42\xeb\x0f\x8c\x1f\xfb\xc6\xec\x2e\x2b\x01\x6f\x87\xe8\xd2\x56\x63\x1f\xce\xfe\xa0\x2b\x1e\x95\x64\xe8\x71\x34\xfa\xa6\x09\x1d\x49\x71\x1e\xa9\x32\x13\x45\xae\x41\xa5\x6c\x6a\x77\x42\x49\x82\x50\x88\x17\x50\xcd\x49\xe4\x91\x9f\xca\x4a\xba\x43\xca\x9c\x5d\x09\x07\x19\x98\x13\xea\x1f\x30\xac\x74\xc1\xab\xc9\xa0\xab\x5e\xb0\xa9\x28\xf4\x0a\x3b\x6f\x1a\x08\x75\x89\x2a\x5b\xb8\xd4\xd0\x95\xcb\x93\x97\x4a\x3a\x91\x9b\x13\x62\xee\x42\x59\xe5\x94\xd9\xd2\xd2\x3d\x13\xd2\x13\x96\x94\x5d\x60\x96\x0e\x26\x77\x93\xcd\xb7\x49\xe5\xfd\xfa\xf4\xa1\xfd\xaf\xba\xc4\x0a\x7d\xb0\xd2\x5d\x1d\xe3\x31\x2c\x5b\xe8\xaa\x3c\x63\xec\x69\x4b\xe3\x82\xe0\xa9\xd8\x16\xa2\x63\x2a\x7c\x0a\xea\xc7\x81\x0d\xb5\x48\x63\xc2\x13\x2d\x76\xc1\x3a\xa4\x37\x56\x38\xc4\x7a\x3b\x64\x25\xcd\xb8\xd2\x10\xd5\xf4\x80\x8e\xfa\xef\x71\x84\xdb\xe2\xca\x7a\x7a\xd2\x67\x88\xb1\xa8\x48\x9f\x84\xa4\x9a\x42\x57\x1a\x6d\xf2\xc8\x0c\xa7\x68\xbe\xa5\x77\xc0\x3d\x25\x54\xc9\xd0\xa5\x84\xd5\x8d\xa7\x1b\xf6\xff\x37\xdc\x2c\x1b\x8b\x0a\xed\x0d\x28\xb3\x5d\x1b\x75\xe4\x3a\xec\x13\x1b\x62\xfb\xfe\x86\x6f\x8e\xa4\x1e\x83\xdf\xd8\x8e\x69\xa8\x47\xa0\xb5\x02\xad\xf6\xa3\xe1\x9f\x0a\x5d\xff\x2a\x3d\x67\xba\x71\x75\x93\x57\x21\x42\x4a\x1f\x20\x82\xbe\xd7\x73\xcb\x56\xc2\x42\x5c\x75\x7c\x2b\x32\x9c\xd7\x77\x0e\x80\x72\x5e\x7e\xf0\xb2\xd6\x65\xcb\x8a\xaa\xd2\x49\xde\xc5\xe3\xe2\xf5\xb7\x6f\xf2\x70\x97\x0f\xf6\x80\x00\xd4\x37\x30\xb5\x00\xda\x06\x4b\x75\x07\xcc\xb0\x36\xc2\xb9\x0d\xe4\x25\xec\x4f\x0c\x22\xc3\xc0\x11\xbe\x84\xc1\x74\x52\xcd\x8f\x82\x33\x08\x4c\xe1\x7e\xb4\x27\x49\x1b\xf0\xf2\xf9\x21\x2b\xd6\xbd\x82\x11\xda\xf7\xd3\x2d\xf7\x47\xd7\x10\xb4\x15\xbf\xe2\xa9\x6e\xfc\x52\x66\x37\xcf\x76\xd3\xa2\x52\xe3\xea\x80\xe5\x0b\xfa\x27\xc5\xc3\x36\x48\xb3\xa7\x38\xdb\xa7\x00\x91\x64\x1f\xdc\x1d\xb5\x82\x00\x60\x2e\x15\x0b\x45\x33\x31\xdd\xf8\x38\xef\xde\xd9\x76\x62\xb5\x13\x5b\x01\x24\x82\x4f\xf6\x5e\xc8\xfb\x80\x71\x30\xf4\x92\x4d\xbc\x3c\x3d\x39\xc2\xe7\xce\x2a\x5d\x2c\x61\x15\x9c\xa8\xfc\xec\x57\x67\x53\xed\xec\xd1\xe9\x68\x34\x9a\x8c\xd8\xeb\x37\xd7\x2f\xb1\x4f\x49\xaa\x53\xc7\x78\x59\x5a\x34\x43\x72\xe8\x20\x08\xd1\x03\xd0\x2c\x79\x3b\xc5\xb9\x5b\x5d\x34\x74\x59\x7d\x42\x27\xa0\x11\xbc\x1c\xdf\x18\x19\x7d\x26\x2b\x5e\x5b\xea\xf5\xc8\x4b\xea\x01\x82\x34\x30\xfe\x98\x5e\x89\xa0\x29\xa0\x35\x34\xb5\xc0\x4f\x06\x0d\x16\x47\x73\x0b\xae\x92\xc5\x77\xcb\xfa\xd0\xd2\x04\xff\xd9\x2b\xd0\x91\x89\x6c\x58\x7a\x3e\xe0\xce\xff\xd1\x6a\x84\xb7\x37\x92\x5d\xe1\x2c\x30\xc7\x24\x38\x01\x07\x6d\x57\x31\x57\xbc\xda\xfc\x14\x0a\x77\xa0\x17\xa5\xd0\xa5\x48\xf1\x0b\xbc\x2c\xdb\x5d\xed\x62\xd3\x4a\xd0\x3f\x11\xb7\xe4\x1b\xa1\xee\xb8\xd9\x3e\x98\x6c\x31\x36\xf6\xdc\x4e\x9a\xae\x62\x13\xb0\x20\xd2\x2f\x80\x6c\x37\x6f\x37\x65\xb5\x42\xba\xe1\xac\x85\x53\xbb\x08\x40\xb8\x79\xf7\x1a\xa7\x83\x78\x38\xb4\x8c\xe8\x6b\x0a\x06\xa0\x38\x61\xdc\x10\x59\xd7\xac\x3c\x0b\xde\xc5\xb2\x5d\xba\x58\xa6\x16\x33\x49\xbd\x3c\xfa\x6d\xc6\xe0\x80\xc1\xef\xbc\x12\xbc\x3c\x1a\xf5\x8f\x33\xae\x04\xb7\x59\x64\x49\x1c\x36\x4c\x71\xff\xe0\xb7\x0f\xdb\x47\x98\x4e\xa6\xf8\xce\xa0\xe6\x4d\x0d\x08\xf7\x88\xde\x20\x0d\x20\x01\x55\x17\xd0\xf5\xf1\xe4\x08\xad\x2b\xaf\x78\x7d\xe4\xb7\xe0\xd1\xf7\x7e\x6a\x47\xb1\x81\x5b\x0b\x5f\xfc\xad\x55\x4d\xcb\xeb\xe9\x07\x96\x53\xfe\x1e\xed\xc2\x7d\x4b\x24\x4b\xa1\x9c\x9c\x6d\xb0\xd7\x2a\xb4\x63\xd7\xca\x89\xe4\x7b\x00\xe2\xf5\xa1\x84\xcd\x97\xa9\x13\xb3\x36\xf3\x71\x46\xd2\x1e\x4c\xe1\xb6\x7a\x30\xae\xd9\xdd\xf6\xae\x18\x07\xdb\xf9\xd6\xa2\x77\x05\xbf\xc7\x2e\x45\x73\xac\x28\x08\xe8\x81\xe2\xad\x5f\xa1\xb4\xef\xab\x0a\x92\x8e\xf8\xb5\xae\x1a\x7f\xcd\x5b\x51\x03\x56\xba\xce\x67\x1a\x37\x4c\xee\xf2\x71\x74\x76\xc4\x79\x1d\xea\xad\x3c\x4e\x21\xf8\xed\xd3\x00\xa4\x28\x05\x23\x25\x39\x80\xf1\x3a\x78\x93\xe8\x8b\xb4\xf6\x68\x8a\x8f\x35\x86\xaf\x60\xaa\xd4\x0f\xd7\xdf\x0e\xbf\xca\xb4\x21\x0e\x32\x7e\x03\x8f\xd6\x46\x17\x68\x22\x98\x6e\xe2\xad\xa6\x55\x24\x3b\xf3\x75\x38\x23\x23\xd0\x9a\x1b\x32\x2c\x44\x0b\x28\x70\x0b\x60\x86\xb0\x79\x65\x35\x5b\xf1\x52\xa4\x06\x8a\xb4\xb2\xe1\x86\x1a\x53\x01\x62\x87\x77\xbf\x20\x1c\xe3\x62\xa4\xa1\xac\x47\xbc\x2b\x56\x9b\x14\xb8\xf9\xd6\xeb\x4c\x23\x76\x05\xcd\x84\xce\xd8\xbb\x48\x9e\xbf\x23\x79\xde\x9f\xf9\x95\x78\x37\x5e\x8a\xcd\xfb\x70\xba\xdc\x2c\x84\xa1\x88\xae\x68\xe4\xb0\xed\x70\x3d\xf8\xd1\x4f\x74\x29\x36\x31\x1c\x0b\x5c\x07\xbd\xcf\x13\x60\xff\x30\x35\xf1\x03\x07\xa9\x68\x95\x0f\x69\x07\x2b\xdd\x89\x1d\xb2\x5e\x97\x50\xad\x5c\x1b\x36\x95\x8a\x9b\x0d\x6d\x7c\x77\x7a\x3b\x8f\x10\x7e\xd7\xad\xfe\x9d\x3d\xfc\x81\x2d\x92\x83\xc0\xf6\xc2\x7c\xd7\x78\x39\xc8\x3c\xe2\x01\xd6\xb0\x1d\x95\xce\xa3\x45\xaa\xd2\x14\x4a\x46\xdd\x98\x31\xf7\x23\xc4\x41\xa6\x23\xda\x51\x82\xdf\x81\xeb\xfa\xee\xff\xf3\x80\xde\x0f\xfa\x17\x36\x37\x9e\xe5\xcb\x3b\x38\x70\x6d\x7b\x56\x35\xdb\x08\x30\x85\xce\x9b\x5d\x7a\xe4\x4c\x40\xf2\xed\xee\x2c\x70\x29\x8c\x85\xa4\x20\xc7\x7e\x04\x18\xec\x45\xc5\xe5\x2a\xf4\xde\x22\x79\x99\x51\xac\x5e\x17\x30\xe4\x38\x66\x32\x8d\x81\x4c\xc9\x96\xa2\x6b\xa1\x78\x2d\x1f\x4e\xe2\xfb\x1f\xcf\x2f\x2f\xd8\x37\x57\xdf\xdf\xde\x3e\x19\xa2\x99\x63\x9b\xd9\xec\x84\x42\x42\x51\xb3\xf6\x00\xce\x73\xcc\xe3\x91\xfe\xfe\xae\x74\xe0\x72\x5f\x2f\x5a\x17\xac\x85\xae\xa2\x0e\xe2\xe7\x1c\x54\x41\xa2\x43\x5a\xc7\x1b\xf5\x90\xad\xcb\xde\x78\xf0\xb4\x7e\x42\x59\x72\x85\x51\x6f\x7a\x4c\x9b\xc8\xbb\xf1\x4e\x45\xa5\x53\xdc\xac\xec\x1c\xdc\x53\x01\x2e\x44\x7a\x0b\x8f\x12\xae\xec\x0c\x42\x3c\xf3\x3a\x53\xaa\x0c\x75\x4a\x7a\x7a\x65\x6b\x72\xdb\x5b\x94\xbc\x9d\x86\xc0\x8f\x80\x35\xd0\x11\x37\xec\xaf\xcb\xb5\x8f\x45\xe8\xb2\x93\x93\x0b\x85\x40\x20\xa5\x69\x25\x4a\xd2\x58\x48\xcd\xbb\x0f\x43\xab\xb0\x3d\x42\x4c\x27\x28\xa7\x0f\x68\x8e\xbd\xfc\xe6\xeb\x3d\x16\xa1\x4b\x5d\x7e\x23\xad\x69\xe0\xa5\xaf\x9b\x72\x2e\x5c\xfb\x60\x0e\x2e\xa5\x8b\xc7\xd7\x1a\x7c\x25\xd5\xb0\xaf\x87\xee\x6d\xa9\xf1\x9d\xce\xae\x7d\xb3\x87\xed\x0b\xbe\x21\xeb\xe8\x6e\xd1\x1e\x85\x51\xb5\x40\xae\x98\x58\xcb\x22\x78\x9a\xba\x27\xfb\x76\xa7\xd7\x4e\x87\xd7\x11\x7b\xa3\xc8\x2e\x07\x1d\x83\xa1\xf2\x57\x6b\x52\x54\x9b\xa2\xd3\x2e\x38\x06\xb7\x47\xed\xa0\xeb\x98\xec\xef\x2d\x7c\x1f\x74\xe9\xe9\x34\x0c\xc4\x88\xa7\xfe\xe7\x91\x24\xab\x8a\xf0\x45\xf4\x7a\x6c\x53\x45\x5a\xd4\x9a\xa9\x98\xd2\x29\x52\x32\xd1\xb0\x4b\x2f\xa4\x62\x0b\x46\xd0\xad\xb7\x28\x19\x77\x2e\xed\xd9\x87\x3b\x3b\x3a\xf9\xb4\xe0\xdd\x99\x82\x56\x8f\xc9\x59\xd0\x9c\x3d\xb9\x58\xb8\xb5\x72\xae\xb0\x1c\x5b\xfb\xdc\x48\x80\x74\xe7\xe7\x11\xbb\x50\xac\xa0\x9b\x42\x7a\x4e\xda\x2c\x61\x2a\x66\x83\x01\x55\x21\xa8\x21\xd8\x36\x29\xef\x2f\x29\xa9\x01\x02\xc5\x0c\x86\x8e\x40\xd2\x32\x41\xe6\x54\xd4\x5c\x66\x4d\xe5\x2f\x2b\xd4\x9a\xc8\xa2\xf2\x49\x56\x58\x61\xc4\xb1\x65\x4a\x33\x25\x70\x62\xe4\xd6\x61\x9c\x15\x8d\x75\x7a\xd5\xb9\xe0\x05\x5e\x8c\xd8\xa3\x6f\x4c\xab\x16\x75\x19\x69\x97\x88\xa7\x45\xcf\xa9\x65\x37\xda\x2c\x07\xcc\x52\x4c\x27\x0e\xed\x99\x74\x35\x15\x60\x22\x4b\x99\xec\x72\xe5\xf9\xcf\x88\xb9\xb4\xce\x6c\x1e\x43\xe1\x4a\x5c\x9d\x61\x9e\xeb\xbe\xa7\xb8\xdf\xd6\x7a\x9e\x88\x55\xed\x36\xa7\x89\xb6\x31\xea\xab\x87\x57\xf2\xb1\xe7\x95\x9e\xf2\xfd\x41\x8f\x17\xaa\xa4\x62\x20\x72\xd6\x06\x9b\xa2\x48\x82\xbe\x83\x20\x21\x95\x9a\x62\x24\x6d\x90\xb7\x7a\x46\xbf\x26\x3b\x6c\x2a\x78\x68\x9a\x4f\x88\xfd\xdc\xaa\x74\x58\x0a\x27\x0a\x97\xee\xce\x79\x67\x5c\x39\xeb\xd9\x02\x6d\x01\x12\x26\x71\x22\x93\x45\x2a\x7c\x97\x73\x2a\x38\x4a\x4e\x33\x29\x03\x99\x7f\x0f\xa5\x1f\xd4\xba\xec\xe8\x07\x90\xe7\xed\x37\x99\xfc\xa9\x65\x4c\xdf\x3a\xfe\xd9\x05\x72\x54\x2b\x3e\xe0\x52\x97\x57\xb5\x28\xae\xc5\xca\x63\x2c\x20\x1c\xa2\x29\x62\xaa\x58\xca\x04\xca\xc1\x4d\x46\x5e\x34\x8c\x6a\x5d\xc6\xf7\x50\xf3\x90\xa2\x2a\x07\x29\xca\x34\x7f\x27\x2b\x9a\x87\xe1\x31\xf4\x66\xa8\xba\x41\x7d\xf9\x65\xc1\x56\xc2\xcc\xa1\xd0\x5a\xb1\x08\xf9\xdf\xdb\xe5\x56\xc3\x94\x45\xa7\x7a\x05\xde\x89\xb3\x00\x47\x4b\xad\x8d\xc4\xc0\x5f\xb5\x9b\xd8\x91\x0d\x66\x9f\xc9\xd5\x49\x06\x04\xed\x84\x2d\x69\xc1\xde\xa5\x1a\x2f\xb5\xd1\x2b\xe1\x16\xa2\xb9\x73\xf1\xe0\xbb\xb8\x07\x2f\xe3\x28\x9d\xc6\xab\x10\x15\x92\x7e\x85\x8e\x4f\xdc\x41\xdf\x96\xe0\x82\x40\xba\x5d\x38\x3c\x53\x91\x6b\xfd\x5b\x7e\xb9\x5f\x69\x25\x9d\x36\x93\xa8\x34\xa6\x92\x29\xb8\x4b\x42\x91\xcf\xd0\x1d\xdf\xf0\xba\xeb\xe3\x0b\x3e\xfa\x56\x05\xdb\x0c\xe1\xb0\xa7\xd1\x5a\x87\x71\x70\xd1\x02\x03\x65\x52\xf1\xb5\x57\xb2\x80\x97\x84\x61\xaf\xf0\x21\xc4\xfc\xcf\xe7\x6f\x5f\x5f\xbc\xfe\x03\x5d\x11\xe1\xa2\x9c\x18\xbb\x77\x12\x79\x5c\x74\x6f\xb9\xdc\x42\x1b\xa1\xed\x38\xad\x5d\x8c\xd4\x7e\x77\x99\xaf\x27\xd4\x6a\x82\xef\xdf\x87\xc3\x2b\x65\xb5\xa6\x64\x4c\xbc\x1f\x50\xd8\x95\x28\x47\xec\x2f\xba\x01\x92\x41\x10\x64\xad\xcb\xe1\x8a\x50\x0c\x27\x2f\x55\x58\x8b\x87\xdf\xd6\xfa\x3a\x0d\x67\x1b\x54\x0c\xd0\xe4\x00\xcf\x1e\x7a\x13\x69\x1a\xa8\x03\x90\x53\xed\x4a\x78\x21\xd0\xfa\xfc\xf2\xc2\xcb\x79\xaf\x4e\x25\xbd\x2e\xe4\x7c\xf5\xb2\x57\x96\x5a\xff\x84\xb5\x7d\x47\x8f\xc0\x0d\x99\x51\xfc\x10\xbf\x20\x59\xea\xfa\x59\xc9\x8f\x17\x84\x7f\xa7\x9f\xfc\x8e\x21\xef\x7e\xdb\xec\x1f\x19\xc1\xf4\x55\xb9\xcb\x18\x2a\x25\xa1\x20\x52\xd9\xd1\xd3\x54\x15\xa5\xcb\x3e\xe4\x15\xb5\xa9\xaa\xd0\xc3\x12\x59\xc7\x62\xea\x87\x1f\x3e\xa4\xd5\x92\x15\xa3\xd6\x65\x9e\xc0\x9f\x8f\x48\xae\x76\x67\xa4\x58\x77\xa5\x38\x6a\x6e\x21\xc6\x4a\x7c\x44\x13\x5a\x54\xe5\x50\xac\xe4\xc3\x15\x3c\xd8\x5b\xb2\x44\xf3\x58\x1f\x44\x9b\x01\xe8\xae\x5e\x6b\xde\xe8\xe6\x38\xcb\x7e\x45\xc9\x96\xe7\xfd\x42\xc4\x69\x1a\x14\xc0\x26\xcc\x02\x0a\x61\x82\x93\xec\x8c\xbb\x24\x82\x4f\xa8\x2c\x1f\x5f\xc5\x2c\xe3\x4c\xe9\xf7\x68\x03\x50\x98\xe4\x76\xf1\xf6\xed\xc2\xed\x1b\x2f\x5a\xa2\x0d\xe0\x93\xd0\x05\x19\x0f\xd5\x12\x2c\xf8\x9b\x40\xdc\x77\xe9\x2a\xc9\x4a\x4e\x11\x87\xa1\x66\x08\x6e\xa8\x38\xf1\x52\x0b\x94\x2b\xa0\xec\xf7\x60\xe3\x27\x08\x76\x4d\x98\xdf\x00\xd1\xe7\x2a\x6e\x75\xbf\xa1\x71\xfd\x83\xbb\xff\x1f\x5c\xb6\x50\x1f\xe1\x03\xbd\xe5\x5d\xd6\x54\xd4\x4f\xd3\xa6\x5d\x01\x71\xe0\x17\x33\x56\x89\x99\x63\xa0\xaf\xc7\x24\x9c\xed\x00\x1f\x06\x7d\x21\x55\xd2\x63\x7b\x59\x2e\xad\x4f\xbb\x3f\x7b\x1e\x4c\xe1\xd7\x63\xe8\x51\x13\x26\x44\x54\x1c\x58\x10\x30\x1c\xf3\x7c\x4b\x69\xa7\xa6\x04\x40\xce\x32\x8a\x1c\x0a\x48\xa5\x2c\x16\x9a\x46\x1a\x32\x9e\xe4\x54\x41\x35\xc7\x6c\xc2\x28\x34\x96\x19\x1d\xdd\x66\x69\xbc\x98\x13\x95\x22\x0a\xf6\x84\xf7\x7c\x66\x15\xa8\x4e\xed\xe4\x78\xdb\x89\xf4\xde\x12\x78\xc9\xc8\x81\xa7\xaa\x9f\xec\xa6\x16\x6c\xd2\x2e\xcb\x5b\xea\x62\x29\x0c\x82\xff\x60\xb5\xca\xe4\x38\xc5\x33\x3e\x8c\x9d\x02\x94\x4b\x8a\xb5\xdc\xd6\x2c\x5d\xf6\x63\xa8\xee\x45\xb1\x4e\xfd\xfd\x25\x28\x1e\x8b\xbd\xd0\xab\x5a\x56\xe4\x91\xe3\x8c\xa2\x6a\x51\xf7\xf6\xef\x0d\x98\x1c\x89\x76\x50\x4c\xcd\x8b\xa5\x5f\x78\x4f\x9d\xe7\xf8\x02\x85\xc4\x44\x65\x8e\x3b\x56\x09\x6e\x1d\xfb\xb7\x3f\xc8\xaf\x3d\x25\x57\x62\xa5\x49\x9c\xd1\x4e\x6a\x05\x4f\xd1\xb0\xd3\x46\x56\xd0\xe8\x16\xec\x2d\x00\x92\x0c\x56\x2d\x66\xba\xf4\xa7\x13\xa9\x63\xf0\x0a\xc0\x6b\xa5\x76\x64\xbf\xd1\x0d\x25\x2f\x37\xd5\xb2\xb7\x86\xb5\x3a\x1d\xa0\xad\x71\xc1\x3d\x01\x14\x34\xd3\x40\xb4\x93\x2a\xf6\x28\x54\xaa\x6c\x79\xda\x9a\xcd\xad\xb5\x4d\xea\xe5\x7c\xcc\x6b\x69\xf1\xbb\xf1\xfa\x8b\x31\xa2\x41\x5c\x75\x89\x50\xaf\x37\xb5\xd8\xa1\x1a\x05\xf6\xa3\xf1\x31\xff\x38\x95\x5d\x9d\x71\xeb\x86\x1f\xb8\xc1\xd2\xab\xc4\x36\x3d\x4d\x94\xe8\xa9\xd3\x64\x30\x9b\x6a\xb7\xc8\xdf\x07\x1b\x62\x00\xe0\xe9\x12\x55\x87\x01\x73\x37\xba\x25\x68\xbf\x93\x31\x66\xbb\xed\x52\x26\x4d\x71\x90\x0a\x7d\x45\x90\x4b\xe9\x42\xff\x99\xda\x88\x42\x94\x42\x15\x82\xe9\xd0\x6d\x21\x61\x92\x1b\x8c\x55\x81\x2d\xad\x48\xc9\xc1\xe0\x00\xa9\x66\x55\xe3\xdf\x4e\xbe\xda\xaa\xc9\x25\x69\xa8\xf4\xe6\x87\x24\x7e\x0c\x62\xa8\x5b\x04\x64\x09\x1b\xbe\xa7\xe6\xcb\x4c\x1a\xeb\x5a\x54\x8f\x76\x0f\x34\x54\x46\x4f\x70\x8f\xd0\x0d\xea\x95\xd2\x4c\x7c\x94\x16\x1c\x9b\xcb\x60\xf2\x5c\xf9\xbb\xbc\xd8\x2a\x47\x8a\x4f\xda\x24\xf7\x82\x4c\x7d\x40\xe5\xf5\x6d\x10\xdb\x99\xe6\xda\xd4\xec\x15\x5f\x63\x5b\xa6\x50\x9a\xe4\xa2\x65\x3b\xc4\x34\x12\x78\x88\xe4\x53\xad\xad\x57\xc6\x37\xb7\x98\x09\x8c\xf0\xba\xd6\x43\x9a\x08\xde\xc2\x08\xfd\x31\x46\x2b\xe8\x2e\xdf\x2e\xff\x4f\x28\x45\x5b\x8b\xb0\x99\x81\x25\xb3\xfc\xae\x04\x55\x89\x43\xb5\xfd\x6f\x8d\x2c\x96\xe1\x5d\x3d\x0b\xa1\x33\x10\xca\xbf\x09\x25\x5f\x52\x7c\xf0\x93\xe4\x4f\x81\x68\x1b\x90\x83\x94\x6d\x4f\x7d\xbe\xc8\xd8\x2c\x2d\x15\x00\x13\x46\x42\x2e\x49\xc5\x64\xab\x1b\x4a\xcc\xf4\x8f\x26\x1b\xdb\xd4\x58\x45\x34\x0f\xac\x09\x61\x3b\xbd\x33\x64\x5b\x94\xba\xe5\xa6\x8b\xf6\x0a\x2e\x55\x16\xc4\x1b\x15\xaf\x0e\x6e\x7e\x60\x8d\x04\xc3\x83\x06\x4e\xc9\xd0\x1d\x43\x09\x4f\x23\x6e\x30\x98\x42\xaa\x50\x7b\x35\xe0\xc5\x62\x13\xc6\x74\xa7\x91\x96\x59\x27\xea\xb8\xed\x4a\x2f\x11\xb6\x35\xc2\x44\xf4\x01\xd1\x19\x04\xc2\x3a\x1c\x82\x21\x1f\xa3\xe6\xd6\xa6\x98\xd1\x70\x18\x6c\x75\xfc\x7e\x42\xf6\xd8\xbc\xeb\x77\x96\x1f\xc3\x67\x4b\x1e\x53\x36\x4e\x00\x7e\xf0\xcc\xd0\x62\x60\x32\x06\x58\x1f\xb4\x27\x0f\xe5\x24\xdf\xd2\x39\xbc\xa7\x6b\x38\x2e\xdc\x56\xb3\x70\xfa\x1a\xff\x19\xd6\xdc\x2d\x9e\xe3\x59\xe3\xf7\xcf\x30\x66\x8b\x6d\x3d\x89\x35\xd1\x9f\x1f\x51\x1d\xa5\xa1\x9e\x0d\xfd\x55\x66\xb8\xf4\xd3\x39\xfb\x8f\x67\xff\xf1\xe5\x3f\x7d\x7b\xef\x40\x29\x52\x6b\x06\x7a\x25\x1d\x5c\x46\x0e\xbc\xe4\x38\x8a\x7e\xa5\x13\x29\xdb\x76\x1b\xb6\xd5\x7a\x3b\x5b\xc0\x3b\x0f\x04\x41\x47\x4d\xd6\x5c\xa9\x3b\xda\x49\xb8\x3d\xa5\x32\x63\x3a\x7b\x90\x08\x9c\x90\xdb\xd4\xe2\xb4\x87\x10\xc0\x32\x77\xc6\x2e\xd4\x33\xee\x50\x02\x80\x85\x13\xe5\x24\x16\x91\x1f\x77\xa4\x48\xc0\x8d\x10\xcf\xd1\x2a\xbc\x66\xe5\xf9\xbc\x1a\xd6\xba\x92\xc5\xdd\x56\x08\x5b\x99\x95\xbc\x86\xe2\x2b\x81\x2e\x08\x88\xe5\x7d\x21\xfd\x00\x61\xb3\xc3\x90\x50\xb5\xf8\x8c\x10\x83\xb4\x61\xf9\x93\x7f\x60\xcc\x56\xfc\x23\x7d\x38\x1d\xb1\x17\x50\x0e\x11\xed\x36\xa1\xc4\x57\x3b\x29\x50\xce\x58\x03\x01\x34\x29\x06\x0b\x4c\xf2\x07\x1c\x89\x7b\xce\x3d\x0f\x65\x5f\x68\xad\xeb\x98\x8e\xdb\xae\x45\xf2\x0d\xf4\xa6\xdf\x82\xd1\x39\xeb\x59\x11\x02\x23\x29\x18\xd0\x42\x39\x8c\x69\xc8\x15\x28\x49\x33\x4d\xa1\x5b\x14\x44\xcd\x2b\x0c\x0c\x85\x3b\x2e\x83\xf2\xb1\x14\xd5\x85\x7e\xa3\x49\x28\x6c\xa7\xa7\x1f\x44\x41\x67\x0f\xd4\x6c\xf5\xf0\x1b\x1b\xbd\xab\xa9\x14\x9d\xbf\x84\x95\x94\x48\x3c\x89\x85\xf1\x4e\xc4\x47\x10\xe9\x67\x6c\xe2\x2a\x3b\xcc\x50\x0f\x8f\x9c\xa2\xad\x8d\x8a\x18\xe3\x01\xdd\x9a\x22\x84\xce\x97\x88\x61\xc0\x6b\xc4\x2e\x6f\x1f\x17\x0e\xf6\x85\x9c\x87\xc9\xd7\x46\x6a\x23\xa1\x0b\x17\xd6\xa6\x4b\x7e\x6a\xb0\x85\x01\xcd\xd3\x64\xa8\xe9\xc3\x00\xf3\xe3\x5b\x53\x58\x8a\x4d\x18\x05\x91\xf5\x9a\x3a\xfd\x80\xd6\x35\xb5\xf5\x60\xb0\xb1\x8d\x28\xee\x33\x25\xe6\xf0\xba\x36\x9a\x63\xa5\x71\x2b\x92\x6b\xd9\xaf\x29\xe8\x47\x79\x8b\x03\x69\xc3\xee\x20\x3a\xd8\x49\x2b\xb7\x40\x9a\xc4\x07\x54\x56\x3d\x6a\xdb\xe9\x7c\xcb\x56\x2c\xa7\xbc\x7f\x72\xb5\x7b\x99\x06\x5b\x93\xc2\x93\x14\x9f\xe7\xb7\xbc\x92\xc5\x60\xee\x78\x10\xba\x3b\x81\x83\x07\x29\x8d\xe7\x66\x28\xc5\x9b\x9c\x3f\x51\x13\xa8\xe1\x16\xe0\x29\x16\xfa\x57\xba\xa6\x8e\x75\x1b\x1f\xc1\xe1\x79\x9f\xfd\x0b\x81\x75\x5b\x11\x6d\x95\x1d\x3a\x61\x56\x44\xf4\x03\xcf\x8a\xeb\xef\xaf\x58\xf6\x16\xbc\x31\x60\x95\x5c\x0a\x36\x11\xe5\x5c\xf8\xe5\xf4\x5a\x1b\xf5\xe0\xc4\x2b\xae\x11\x42\x15\x66\x53\xfb\x1d\xd9\x97\xd9\x9f\x24\x0a\x6e\xb0\xed\xcc\xec\xac\x59\xc6\x8e\xfc\xec\x0e\x43\xde\x61\x3a\xdd\xe6\x3e\xd0\x4a\xa3\x93\x33\x7e\x2b\x86\x34\x99\x4f\xc2\x33\x39\x3b\x0e\x41\x37\x37\xc8\x06\x99\x9e\x6d\x4d\xc4\xb5\x33\x27\x2a\x9c\x99\x92\x6b\x21\x67\xfb\x28\x33\x09\x43\x50\x36\xfc\xf5\xfe\x08\x0d\xff\x98\xca\xd2\x89\x92\xce\x06\x1f\x50\xe8\x44\x2a\x65\x62\x93\x4e\xed\x91\x22\x97\x7b\xf0\x1d\xa4\xf8\x03\x23\x78\x39\x60\xda\xbf\x7b\x23\xd1\x99\x11\x9d\x8e\x50\x8e\x95\x45\x23\x35\xcb\xca\xc5\x93\x91\xf6\x68\x7c\x74\xa7\x95\xe9\xac\x49\x34\x28\xec\x5c\x99\xc3\x72\x93\xfa\x38\x27\x3f\x5e\x1f\x96\x7b\x92\x70\x7d\x40\xae\xf1\x0f\x01\xe7\x24\xf4\x56\x18\xfa\xf5\xf9\x9c\x13\x36\x3f\x04\x3a\xdc\x0f\xe7\x10\xc8\xc0\x3f\xf7\xc3\x39\x04\xf4\xc0\x3d\xcd\x3f\x51\xfc\xb4\xba\xf4\xfd\x6c\x12\xa8\xef\x84\xbd\x6f\x76\x6a\xcf\xec\x17\x6e\xba\x03\x37\xed\xd6\x86\x0e\x5c\xa4\x3c\xa5\xa5\xc3\x61\x14\xda\x68\xa3\xc7\x1a\x28\x1b\xcc\xb0\x2d\xad\x3a\x98\x75\x67\x64\x5e\xf5\x58\x67\x90\x47\x2c\x77\xad\xc5\x53\xbe\xad\x20\x80\x65\x4e\x56\x82\xa2\xeb\x08\xe4\x54\xa4\xca\x19\x79\x06\x19\x68\xe4\x40\x41\x03\xca\x30\x23\x73\xf0\x42\xf0\xca\x2d\xb0\x82\x7d\xcc\x30\xb0\xa2\x68\xe2\x11\x54\x68\xa5\x44\x88\xf2\x9d\x85\x71\x45\x55\x86\x28\x92\xdc\x36\x1e\x14\x22\xbc\xa9\x84\x60\xcf\x50\xa9\x28\x9b\x22\x01\x7f\x71\x8e\xc9\x43\x54\xa3\xd0\x2b\x58\xc0\x19\x6b\x5e\xc9\x12\x27\x9a\x0c\x4e\x76\xa1\x4d\xcc\x9c\x47\x0e\x3a\x09\xb5\x68\xa2\xf7\x6f\x64\xd7\xc5\x69\x4a\x70\x93\xc5\x22\xc4\xc3\x49\x35\x33\x1c\x83\xd8\xbc\x42\x37\x17\x4a\x20\xf3\xb5\xb4\xfc\x6e\x29\x05\xea\xe4\xf9\xb0\x0a\xd6\x5e\x25\xfd\x3e\x45\xc8\x6e\x16\xce\x73\xd9\xee\x4d\x94\x24\xa7\xe7\xfd\x89\x92\xb0\xe7\xef\x51\x94\xdc\x59\xd4\x4b\x85\xdb\x64\xe8\xd5\xf3\x5c\xe3\x27\x9b\xcc\x5d\x2f\x18\xd4\x33\xa6\x14\xbc\xc2\x39\x84\x01\x42\x71\xac\x50\x10\x03\x8a\xc2\xfa\xfb\xc0\x37\x78\x1d\xca\xcb\x09\xbe\x15\x54\x45\x28\xbc\x74\xdf\x6a\x5d\x8a\x7c\x38\xb8\x20\xe7\x27\xfa\x63\xda\x55\x3a\xf1\xd6\xb5\xed\x28\xa2\xd5\x0e\x0f\xc7\x78\x29\x1b\xda\x52\x81\xf9\x3d\xf6\x79\x2b\x52\x66\xaf\xc6\x48\x2f\x8c\xa7\x42\xb3\xf8\x09\x98\x62\x52\xce\xdd\x69\x64\x4e\xcf\x62\x49\xc4\x00\xe8\x5d\xc1\x39\x14\xfc\x2c\xdb\x11\xae\xa1\x24\x1b\x27\x03\x7d\xb2\x8c\x85\x54\x0b\xf4\x45\xc3\x34\x19\x6f\xd7\xdb\x7c\x04\x91\x30\xf7\x13\x88\x0d\xc5\x35\x20\x02\x3b\x2c\xa8\x12\xa2\x0c\x39\x57\xe4\x50\x6d\x15\xe6\xd5\xa5\x18\x76\x1a\x82\xde\x5a\x92\x37\xb1\x95\xa6\x72\x70\x9a\x72\xb6\x5f\xeb\x52\x5c\xb6\x3b\x84\x52\xe7\xdb\x11\xfb\xc6\x8b\x37\x2f\x21\xcb\x60\xfd\xfc\xc1\xa6\x22\x63\x60\xee\xa6\xa2\xaf\xa3\x3c\xc7\xb5\xe3\x1f\xff\x24\xe7\x38\xe1\x7b\x1d\x40\xed\x34\xb6\xdb\xd6\xc4\xfc\x4a\x47\xcf\xf8\xf1\x0b\x0c\x9c\xb9\xb8\x3c\x1e\xb0\xe3\x30\xd1\x63\x16\x95\xa7\xe3\xef\x35\x2f\xbf\xe6\x15\x57\x85\x30\xc7\x5b\xbb\x3c\xab\x57\xfd\x60\x1e\xcb\xb0\x2e\xa1\x52\x70\x2b\x94\xbd\xb1\x64\x2f\x23\x65\xc4\xff\x49\x2f\x40\x15\xa8\x34\x2a\xae\x4f\x4f\x94\xef\xf2\x2b\x3b\xec\x4c\xc7\x8e\xbd\xea\xf2\x2f\x9d\x6f\xd9\x39\x9d\x61\xa1\x8c\x5e\x3c\x1d\xc0\x09\xe7\x0f\x27\xb1\x8e\x3e\x35\xf2\x2e\x34\xd3\x0f\x84\x56\xb1\xe0\x6a\xfe\x28\xa2\x38\x68\xde\x77\x2d\x21\x9f\xd3\xdd\x91\xa2\xc0\xde\xbd\xe3\xb5\x9c\x1b\xdd\xd4\xe3\xf7\x54\x28\xfd\xec\xfd\x52\xaa\xf2\xec\x5d\x14\x9b\xe3\xf7\x60\x82\x88\x9b\x43\x54\x62\x25\x1e\xce\xa7\x0f\x5c\x75\x1d\x06\xe9\xf7\x09\xb4\xa5\x51\xdd\x4c\x2b\x69\x17\xfe\xd1\x02\x4d\xda\xf1\xe0\x7b\x42\x4a\x1f\x57\xec\xcd\xf5\xf7\x97\x2c\x8b\xac\x2f\x74\x55\x89\x22\x86\xb4\xa7\xf4\x2a\x88\x68\xdc\x92\x78\x54\x76\x3c\x5a\x86\x23\x19\x10\x70\x0c\xb2\x6f\xc5\x66\xbb\x56\xcd\xef\x13\xf2\xae\x5a\xf6\xf4\xe9\x9f\xb8\x30\x73\x61\x9e\x3e\xf5\x8f\x11\xe5\x01\xee\x17\xa3\x5f\xfd\xfa\xff\xa5\xf2\x7a\x5d\x2a\xc8\xde\x3a\x99\xa3\x76\x70\x7d\xe7\x25\x00\x5a\x70\x75\x7c\x8c\x75\x34\xe9\xe0\x23\xf3\x30\x1c\x90\x50\x28\x03\x2b\x69\xb0\x6b\xa2\x21\xb2\xe8\x23\xd8\x0d\xf7\xee\x50\x1d\x50\x8d\x2a\x88\x8e\x0c\xcf\x13\x02\xad\xe2\xf3\xf0\x46\x24\x76\x7e\xe6\x77\xc5\xf0\x1d\xe2\x4c\x55\x56\x31\x29\x9e\x0c\x5e\xd3\x20\x26\xf7\xaa\x54\x1c\xb3\xe4\x8e\xb7\xca\xf3\xa5\xbb\xff\x56\x95\x9c\x56\x1f\xf8\xbc\x1e\xf8\x01\x6e\x61\xec\x74\x1b\x59\x9c\xd0\x4b\x8c\x16\x10\x3d\xe9\xdf\x33\x3d\xc5\xab\x72\x6c\x30\x7a\xe1\xd0\xbe\xd9\xf4\xf4\xf6\x02\xc4\xe2\xc2\x41\x0c\x44\x7d\xe0\x48\xab\xa3\x9e\x01\x87\x40\x9d\x3b\x0e\x0b\xef\xec\x1f\xbc\x67\xb4\x9a\x1b\xa1\xdc\x10\xe2\x5f\xf6\x6b\x5c\x77\x9a\x29\xf8\x76\x20\xb2\x05\xa3\x6b\x3a\xa1\x73\x47\xd0\x8f\x20\x75\xa6\x75\xba\x12\x31\x33\xf5\x81\x44\x78\x2c\xe3\x07\xf1\x58\xd7\x71\x44\x8b\xd1\x72\xdb\xa9\x6c\xf9\x23\xa0\x3d\x00\xf2\x27\xd3\xc6\xb1\x12\x93\x88\x29\xee\xe4\x34\x44\xe5\x82\x62\x61\x8b\x85\x28\x1b\x08\x1a\x72\x1a\xd4\x4a\x6a\xd0\x09\x11\x6a\x20\xc9\x38\x56\x70\xbb\x12\xa2\xa5\x63\x6c\xc5\xee\xda\x71\xa1\x55\x21\x6a\x67\xc7\x04\x55\xaa\xf9\x30\xa4\x4a\x8f\x01\xce\x90\xab\x72\x98\xe8\x37\x7e\xc2\xf2\xb2\xed\xa5\x70\x5c\x56\xa1\xb5\x55\x7c\x2a\xcb\xa3\x4c\x65\x8c\xc1\x31\x6b\xe5\x4a\x56\x1c\xfa\x9e\x42\x89\x8a\xd0\xb2\xd3\x2f\x39\xa0\x8d\x31\xb6\x03\x36\xf9\x4e\x6c\xde\x3d\xff\xd1\xdf\xd9\xdf\x9f\xbd\x9c\xcd\x44\xe1\xde\x9d\x5d\x61\x2b\xc3\xf7\x93\x50\x38\x06\xee\xf4\x70\xc0\xdb\xbf\x35\x5e\x84\x4e\x0d\x2f\x96\x21\xa2\x06\xda\x07\x50\xb5\x18\xec\x7e\x1a\x1c\x87\x67\x6c\xc8\x26\xa0\x92\x1b\x5d\x89\x51\x9b\x32\x54\xe8\xee\xb5\xbe\x22\x52\x4f\xc2\xd3\x9d\x07\xa9\x30\x71\x9e\xd5\x7d\xf6\x5a\xbf\xc4\x5c\xbd\xb3\x5f\x3d\x7b\xf6\x0c\x6f\xbc\x43\x36\x29\xa5\x5d\x42\x8c\xb0\xb5\xe5\xd9\x25\x58\x3a\x72\xf8\x18\x9d\xdc\x77\xd4\x3d\x82\x03\x09\x17\xee\x40\xe5\x0c\x8a\xe8\x92\x82\x86\x2f\xc2\x85\x1f\x59\x07\x5a\x52\x24\x5d\xed\x76\x1e\x48\xbb\x3b\x4a\xa0\x07\xd9\xda\x6d\x5d\x23\xd7\x16\x52\x0f\x9e\xa7\x4f\xcb\x78\xf1\x42\x0d\x67\xc6\xd7\x3a\x48\x32\xa0\x02\x34\x9d\x45\xea\x9e\x45\xc9\x06\xad\x66\xdf\xc5\x73\xe5\x7d\x58\x89\xed\xa1\xda\xfa\x20\xb2\xf7\xa1\x3a\x61\xd0\x07\x6b\xa1\x02\xd0\x5e\xb5\xf0\x09\x6b\x75\x2a\x3e\x48\x35\x8c\xe3\xf5\xea\x83\x31\x4e\x61\xa7\x4e\x08\x2a\xe1\x69\xdf\x8c\x77\xe8\x7e\x00\xf2\x96\x35\xb9\x83\xe6\x97\xe9\xf5\xec\x17\xfd\xef\x40\xfd\xaf\xb3\xdc\x3f\x83\xf6\x47\x23\xfe\xf7\xea\x7e\xf9\xe6\xb9\x17\xed\xef\xe0\x02\x9d\x99\x62\x84\xf5\xdd\xa2\x96\x57\x68\x65\x5d\xaf\xa2\x07\xb1\x3b\x77\x04\x9e\x02\xec\xfc\xcb\xd9\x30\x5f\x1c\x9d\x3e\xf9\xbf\x01\x00\x00\xff\xff\x7a\x4a\xd9\xfb\x77\x07\x01\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfd\x77\x1b\xb9\x91\x00\xf8\xbb\xfe\x0a\x3c\xfa\xf6\x49\xf2\xf1\xc3\x33\xd9\x64\x67\xb5\x71\x72\x1a\x8f\x27\x51\xfc\xa5\xb3\x34\x93\xcd\xf3\xf9\x85\x60\x37\x48\x62\xd4\x04\x3a\x00\x9a\x32\xe7\x72\xff\xfb\x3d\x54\x15\x3e\xba\xd9\x94\x28\x5b\x9a\x8d\x36\x99\xbc\x17\x8b\x24\x50\x28\x14\x0a\x85\x42\xa1\x3e\x9e\xb0\xd1\xfd\xfd\x77\xf0\x84\xbd\x96\x85\x50\x56\x94\xcc\x69\xe6\x96\x82\x9d\xd6\xbc\x58\x0a\x76\xa1\xe7\xee\x9a\x1b\xc1\xbe\xd7\x8d\x2a\xb9\x93\x5a\xb1\xa3\xd3\x8b\xef\x8f\x59\xa3\x4a\x61\x98\x56\x82\x69\xc3\x56\xda\x88\x83\x27\xac\xd0\xca\x19\x39\x6b\x9c\x36\xac\x42\x80\x8c\x2f\x8c\x10\x2b\xa1\x9c\x1d\x33\x76\x21\x04\x40\x7f\xfb\xee\xf2\xec\xc5\x4b\x36\x97\x95\x60\xa5\xb4\xd8\x49\x94\xec\x5a\xba\xe5\xc1\x13\xe6\x96\xd2\xb2\x6b\x6d\xae\xd8\x5c\x1b\xc6\xcb\x52\xfa\x81\x79\xc5\xa4\x9a\x6b\xb3\x42\x34\x8c\x58\x70\x53\x4a\xb5\x60\x85\xae\x37\x46\x2e\x96\x8e\xe9\x6b\x25\x8c\x5d\xca\x7a\x7c\xf0\x84\x5d\xfa\x69\x5c\x7c\x1f\x30\xb1\x08\x16\xc6\x74\x9a\xfd\x45\x37\x34\x87\x6c\xba\x44\x85\x21\xfb\x51\x18\xeb\x07\xf9\x7a\xfc\xec\xe0\x09\x3b\xf2\x4d\x06\xf4\xe3\xe0\xf8\xbf\xd8\x46\x37\x6c\xc5\x37\x4c\x69\xc7\x1a\x2b\x32\xc8\xe2\x53\x21\x6a\xc7\xa4\x62\x85\x5e\xd5\x95\xe4\xaa\x10\x69\x5a\x71\x84\x31\x03\x04\x3c\x0c\x3d\x73\x5c\x2a\xc6\x61\x1a\x4c\xcf\xf3\x66\x8c\xbb\x83\x27\x07\x4f\x18\xfc\xb7\x74\xae\x3e\x99\x4c\xae\xaf\xaf\xc7\x1c\xd0\x1d\x6b\xb3\x98\x84\xd9\x4d\x5e\x9f\xbd\x78\xf9\xf6\xe2\xe5\x08\x50\x3e\x78\xc2\x7e\x50\x95\xb0\x96\x19\xf1\xb7\x46\x1a\x51\xb2\xd9\x86\xf1\xba\xae\x64\xc1\x67\x95\x60\x15\xbf\xf6\x0b\x07\xab\x03\x8b\x2e\x15\xbb\x36\xd2\x49\xb5\x18\x32\x4b\xab\x7e\xf0\xa4\xb5\x3a\x89\x5c\x01\x3d\x69\x5b\x0d\xb4\x62\x5c\xb1\xc1\xe9\x05\x3b\xbb\x18\xb0\x6f\x4f\x2f\xce\x2e\x86\x07\x4f\xd8\x9f\xcf\x2e\xff\xf8\xee\x87\x4b\xf6\xe7\xd3\xf7\xef\x4f\xdf\x5e\x9e\xbd\xbc\x60\xef\xde\xb3\x17\xef\xde\x7e\x77\x76\x79\xf6\xee\xed\x05\x7b\xf7\x3d\x3b\x7d\xfb\x17\xf6\xea\xec\xed\x77\x43\x26\xa4\x5b\x0a\xc3\xc4\xa7\xda\x78\xfc\xb5\x61\xd2\x13\x52\x94\x7e\x4d\x03\x03\x05\x04\x3c\x7f\xf8\xcf\xb6\x16\x85\x9c\xcb\x82\x55\x5c\x2d\x1a\xbe\x10\x6c\xa1\xd7\xc2\x28\xcf\x1e\xb5\x30\x2b\x69\xfd\x72\x5a\xc6\x55\x79\xf0\x84\x55\x72\x25\x1d\x70\x91\xdd\x9e\x94\x1f\xe6\x3e\xf7\xd6\x81\x33\x5c\x3a\x7b\x72\x30\x62\x8a\xaf\xc4\x09\xfb\x95\x2d\x78\x25\x0e\x18\xab\x2b\xee\x3c\x3f\x9f\xb0\x39\xaf\x2c\x7c\x63\xb4\xe7\x22\x7b\x72\xc0\xd8\x88\xbd\x6a\x66\xc2\x28\xe1\x84\xc5\x8f\x8a\x3b\xb9\x16\xf0\xf7\xbb\x5a\xa8\x8b\xa5\x9c\xbb\x03\xc6\x4a\x61\x0b\x23\x6b\x3f\x9d\x13\x60\x7a\x1c\x80\xc1\xb8\xac\xe0\x8a\xcd\x84\xe7\x52\x58\x66\xde\x38\xed\x37\x50\xc1\xab\x6a\xc3\x0a\x23\xb8\x13\x8c\x2b\xa5\x03\x3d\xdc\x92\x7b\xa0\x8c\xf1\xaa\xd2\xd7\x11\x96\xf6\x0b\x5d\x78\x9a\x02\xad\x16\x42\x09\xc3\xfd\x9a\x5b\x61\xd6\xb2\xf0\x30\x4a\xb6\xe2\x57\x82\x49\xc7\xf8\x9a\xcb\x0a\xd8\xcc\xaf\xcf\xe9\xf9\x19\x5b\x71\xc5\x17\x20\x06\xc6\x00\x7c\x0b\x4d\xe4\x24\xdf\x07\x38\xb5\x14\x73\xde\x54\xd0\xb8\x36\xba\x16\xc6\xc9\x40\x15\x24\xa2\x50\xd0\x16\x80\xb9\x4d\x2d\x4e\xd8\x4c\xeb\x0a\x3e\xb6\xe8\xf1\xa2\x3d\x7d\xec\xe6\x99\x8a\x46\x63\x1c\x11\x18\xb3\xd3\xaa\xc2\x3f\x2d\xb3\x4b\x2f\xf2\x60\x53\x17\x7a\xb5\xd2\xea\x00\x77\x20\xa1\xb2\x19\x67\x88\x78\x82\xde\x8a\xc5\x4b\x18\xd6\x26\xea\x7b\x51\x39\x97\x8b\xc6\xa0\x2c\xa3\x5d\x8f\x98\x64\xc0\x6d\xb1\x14\x2b\x91\x81\xf7\x7b\x4d\x2d\xb6\x07\xf0\xf4\xc4\xc6\x7e\x96\x20\x92\x34\x88\x63\x5e\x38\xdc\x20\xb4\x4c\x47\x44\x59\x36\xf5\xe2\x64\x7a\x9c\x0d\x56\x73\xb7\xdc\x73\x28\xdf\x94\x5d\x2f\x85\xc1\xdd\xe8\x57\x58\x5a\x56\x37\xb3\x4a\xda\xa5\x28\xb3\x51\x26\xed\x21\xb4\x71\xd9\x10\x52\xb9\x1d\xf0\xb5\x71\x19\xfc\x80\xbc\xb4\x5e\x2c\x68\xdb\x1a\xe1\x9b\x67\xad\x21\x32\x58\xa3\xcf\x9f\x91\xdf\x5f\x23\x3f\xad\x20\x58\x70\x9d\x76\x4d\x52\xd7\x42\xf1\x5a\x8e\x7f\xb2\x5a\x4d\x8f\xe3\x4e\xe7\xf3\xb9\x54\xd2\x6d\x1e\x68\xaf\x9f\xfa\x1d\xea\x59\x54\x59\xcf\x39\x20\xec\xae\x97\xb2\x58\x32\xa5\x4b\x38\xef\x84\x27\xb1\x58\x10\x97\xd5\xba\x3c\xb2\xc7\xcc\xf3\xb6\xa8\xe4\x42\xce\x2a\x62\x2d\xed\xb7\x88\x67\x9f\xb2\xa9\x40\x8c\x0f\xd9\x8c\x5b\x14\xe8\x15\x9f\x89\xca\xfa\xbf\x3c\x38\x0f\x78\xe8\xb7\x8f\x3f\xd2\x00\xb8\x19\xd5\xba\x8c\x33\x05\x01\x0b\xd2\x43\x39\x39\x0a\xdf\xf6\x82\xab\x75\x89\xd2\x06\x10\xe2\x95\x11\xbc\xdc\x30\xd3\x28\x98\x47\x36\x9e\x45\x91\x71\xe6\x0e\x1f\xab\x8c\xa8\x75\x39\xca\x78\xe1\x66\x6c\x4e\xab\x6b\xbe\xf1\x40\x47\x95\x2e\xb8\x13\x96\xad\x9a\xca\xc9\xba\x12\xcc\x08\x38\xbf\x6d\x90\x17\xf9\xe2\x4a\x24\x98\xe5\x24\x2f\x18\xd0\x2e\x31\xe9\x53\xe0\xbb\xa7\xc7\x5b\x78\xe5\x0b\x75\x2b\x72\x6f\x85\x3f\x01\x7e\x09\xdc\x7c\x8b\x88\xd7\x08\xd9\x26\x43\xef\xf0\xc3\x47\xdc\xce\x87\xdb\x48\x7e\x27\xe6\x52\x79\x69\xcb\xac\x70\x1e\x9f\xbd\xb7\x03\x6e\x05\xc2\x71\xef\x0d\xb1\x6b\xa9\xbf\x10\x6b\xd8\x20\x47\x1e\x6c\xb5\x61\x6e\xa9\xad\x60\x2b\xee\x8a\xa5\xdf\x1e\x7e\x68\x80\xce\xac\xa8\x44\xe1\xb4\x19\x12\xd6\x46\x54\x20\x3a\x82\x22\xbf\x90\x6b\xa1\x00\x39\x5b\xf3\x42\x1c\xe3\x96\xdb\x41\x0b\xbb\xd4\x4d\x55\xfa\xcd\x10\x97\xb8\x24\xb8\x7e\xc3\xdf\xc8\x3b\x8f\x76\xb6\x5e\x89\xdf\x3d\xe3\x28\xcb\xaf\xed\xc8\x8a\xc2\x08\x67\x47\xa8\xcd\x98\x07\x12\xeb\x87\xfe\x3c\xba\xc0\xa1\xd8\x1b\x1c\xaa\x5f\x99\xf3\xe7\x3c\xe1\xc4\xe6\x46\xaf\xd8\xe9\x9f\x2f\x42\x4f\x98\x44\xe8\x0d\x57\xa1\xf4\x5b\x07\xea\x0e\xdd\x8b\x7d\x4f\x37\xbb\xfc\xda\x85\xc2\x7d\xa6\x1b\xc7\x96\xfa\xfa\x36\x24\xd2\x40\x5e\x33\xe4\xac\xd2\xfa\x8a\xd1\x82\xf8\xfb\x91\x56\xfe\x62\x88\xdc\xa1\x0b\x7b\xc2\x3e\x19\x31\x3f\x49\xbf\x9c\x9c\xf4\x90\x7d\x14\x7f\x1f\xf3\x52\x17\x1f\x7a\xc6\x03\x88\xb1\xd9\x47\x76\xea\x65\x4f\x0d\xd7\x33\x51\x34\x49\xe5\x92\x16\x49\x30\x64\xd7\xc0\x0a\x74\x59\x02\xfc\xe6\xda\x1f\xaf\xc0\x7e\xbe\x09\x80\xd4\xb0\x44\xf6\x84\x8d\x5c\x1f\x43\x8c\xe9\xc4\x79\xee\x4c\x23\x76\xb5\xe1\x45\x21\xac\x1d\x5d\x89\xcd\xf3\x81\xff\x3d\x7d\x1e\xc0\x18\x3b\xba\xe1\xe7\xd4\x2d\x7d\x1e\xec\xea\x62\xc4\x42\x6a\x85\xcd\xf1\x6f\x1c\xe1\x32\x9e\x71\x7e\x9e\x2d\x9d\xd4\x89\x4f\xce\x6f\x2a\xcd\x41\xd6\x85\x75\x6d\xea\x12\xa4\xbd\xbf\xf7\xd2\xae\x29\x61\x03\x7b\x08\x00\xb3\x43\xad\xff\x25\x94\xda\xd1\x9c\x08\x35\x42\x42\x8d\xc2\x5c\x06\x7e\x32\x37\x8c\x31\x37\xc2\x2e\x3b\xad\x6f\x1a\x26\xf4\xa8\x85\x91\xba\x7c\x3e\xf8\xd5\xb3\x67\xcf\x9e\xed\x84\x4f\x9f\x9f\x0f\x9c\xb0\xee\xe9\xe0\xf0\x1f\x5f\x2d\x7a\xd0\xab\x53\x62\x96\x3d\x6f\x00\x5e\x8c\x9c\x42\x27\xf6\x4a\x6c\x48\xb2\xe5\x77\xb1\xc8\x46\x77\x00\x88\x72\xa9\x1f\x20\x32\xda\x1d\x80\xbd\x87\x0e\xdb\x80\x1a\x2b\x46\x24\xb4\x47\x85\x11\xa5\x50\x4e\xf2\xca\x8e\x6a\xa3\xd7\xb2\x24\x69\x78\x13\x8d\xf1\x30\x66\x72\xce\xae\x05\xbb\xe6\xca\xc5\x4b\xe4\x52\xf8\x1f\x41\x49\x7b\x91\x20\xb3\x73\x82\xcc\x8a\x25\xd8\xae\x2c\xad\x32\x6f\xdc\xd2\xb7\xa1\xeb\xd2\x4a\xb8\xa5\x2e\x33\x4c\xfb\x37\xce\x97\xe1\xf7\xc2\xab\x0c\xec\x05\xc9\xae\xf7\x28\xbb\xe6\x82\xbb\xc6\x00\xb7\x2a\xed\x5a\x44\x6f\xed\xc2\x2f\x1b\xfa\x3d\x02\x63\xdf\xd3\x68\x73\x6d\x82\xc8\xec\x19\x12\xb7\xf1\x1e\xeb\x7d\x36\x8f\x90\xfd\x8d\x17\x31\x1d\xe2\xa6\x2a\x49\x6f\x0a\x2a\x8d\x59\xf3\x0a\xee\xfa\x4b\x51\x5c\xc1\xb7\x34\x1c\xad\x88\x58\x0b\xe5\xb6\xb8\xd8\x7e\x09\x16\x7e\x88\x45\x53\xf1\x68\xa3\x43\x6b\xac\xff\xd3\xaf\x3d\xe9\x6b\xf9\x40\x2c\x27\x9e\x33\xbc\xb8\x4a\x6a\xd5\xcf\x8d\x11\x7e\x53\x8d\xd6\x9e\xcb\x1e\x52\xa5\x3a\xf5\x43\xc1\x56\xfc\x11\x18\x7a\x4f\x95\x2a\xf4\x82\x99\x60\xcf\x60\x8f\xd8\x0d\xf5\xbe\x55\xaa\xce\x20\x51\xb5\xf9\x02\xc5\xaa\x4d\xf8\x2d\xa5\x6a\xd7\x88\x1f\x01\xe8\x3d\x28\x54\xb9\x8a\x80\x24\x68\x63\xb4\xad\x22\x74\x7e\x77\x42\x71\xe5\x46\xd2\x1f\xa5\xe1\xcf\x41\x5f\xc3\xa2\x92\x82\x1a\xc6\x3f\xd3\xc1\xdb\xdf\x18\xc9\x1f\x3b\xe0\xc7\x5e\xe8\x48\x3e\xcf\xcd\xcf\x07\xe9\xef\xff\x21\x4d\xeb\x3e\x48\x78\x0b\x65\xda\x64\xbc\x33\x09\x77\x41\xdf\x41\xc6\x5e\xf8\x37\xa9\x5f\xbb\xe0\xf7\xab\x5f\x37\xb5\x6c\xab\x5d\xbb\xe0\x76\xd4\xae\xde\x55\xf0\x32\x78\xd9\xcc\x46\x85\x56\x4a\x14\x60\x9a\x44\xa9\xfb\x7c\xb0\xf5\xd5\xce\x81\x66\x95\x9e\x79\x15\x58\x37\x2a\xd0\x29\xff\x34\xd8\xdd\x09\xec\xc0\x52\x09\x43\xdd\xda\x9f\xa1\x63\xef\x06\x0c\x23\x26\x25\x3c\x1f\xef\x9f\x5d\xc1\x8c\x1b\x66\x5f\x0d\x0e\x24\xea\x25\xf4\x62\x67\x25\x3e\x6d\x02\x71\xfd\x5e\x8e\x92\x36\xd7\x96\xc2\x2e\xbb\xd3\x08\x2f\xa0\xd7\x9d\x46\x40\x1e\xfe\x9c\x51\x48\xbf\xbd\x7d\xa4\xb4\xa5\xef\x34\x0c\x1e\x3e\x6f\xf9\x4a\xec\x33\x9b\x7f\x69\x97\xff\xd2\x2e\x41\xbb\xcc\x64\xd1\x4e\xd9\xfb\x65\x48\x26\x70\xec\x02\x7a\xfb\xc1\x6b\x2d\x09\x8b\xa5\x60\x2f\x69\xe4\x60\x4d\x26\x9d\x31\x48\x3b\x40\x34\x1c\xf7\x19\xc2\x5b\x62\xfe\xcb\xf0\x24\x48\x00\x1c\x5f\x63\x61\x5f\x5d\x38\x6d\xf8\x42\xb0\x6f\x2b\x3d\x0b\xa8\x11\xa2\x01\x41\xcb\xd7\x02\x17\x1e\xa7\x75\xbd\x94\x15\xcc\xdb\x36\x2b\x3f\x5f\x50\x4c\xb3\x49\x76\x27\xb0\xff\xed\xfb\x66\xf4\xfd\x85\xfc\x4a\x6c\x7e\x41\xe4\xdb\xe7\xe3\x17\xf3\x09\xc2\xba\x69\x05\x76\xb0\xc8\xdd\x26\x11\xa7\xd0\xc8\xaa\xec\x18\xa7\xbd\xae\x73\x2f\x17\xa9\x6f\x11\xf8\x65\xb8\xe4\x80\x90\x50\xe0\x4b\x10\xb0\x2e\x85\x13\x66\x45\x1a\x2b\x9b\x09\xeb\x3c\xdd\xb8\x13\x0b\xb0\x81\x00\x7a\xf4\x44\x58\xc6\xa3\x56\xb0\xb3\x64\x9f\x7f\x25\x9d\x7d\x04\xaf\x7a\x6b\x61\x66\xda\x8a\x3d\x15\x8c\xd0\x9c\x55\x7a\xb1\xa0\x17\x4e\xa0\x45\x76\x5f\xc3\xd7\x0a\xdb\xd4\xf0\xfe\x2d\x1d\x3b\x12\xe3\xc5\x98\x50\x78\xc5\x95\xbc\x22\xfa\xb1\x5a\x97\xed\x97\xbc\x48\xaa\x3d\xdf\x5f\x4e\x59\x25\x2d\x3e\xbc\xc4\xae\xf4\x10\x4c\x66\xa3\xe8\x0a\x86\x23\x3a\x6e\x73\xb9\x1a\x96\x74\x5f\xdf\x84\x8c\x03\x1a\x2b\xa2\x97\xcf\xb4\xd6\xe5\xd4\x2f\xca\xd4\xe8\xc6\x49\x25\xa6\xe9\x55\x90\xbe\xc9\x1f\xf7\xb5\x29\x85\x19\xdd\x71\x6c\xc4\x1f\xba\xee\xc6\xa3\x14\xb5\x50\xa5\x50\x85\x14\x76\x3a\x64\xd3\xb9\x9c\x6b\x8f\x18\x11\x7f\x6a\xc5\xdf\x1a\xb4\x7e\x65\x18\xa6\x2f\x8f\x5b\x27\xf2\xdf\x1a\x61\xdd\xa8\xa8\x9b\x3d\x30\xfc\xf3\x52\x28\xd6\x80\x4e\x83\xc4\x08\x28\xa2\xfc\x58\x49\x25\x57\xcd\x8a\xf1\x15\x88\x71\x3d\x67\x2f\xce\x7f\xc8\x9d\xba\x08\x41\x07\x5e\x13\x65\xd8\xfd\xe3\x1e\x7c\x56\x62\xa5\xcd\x3e\x44\xbb\x33\x4a\x08\x39\x62\x45\x28\xcd\x36\x37\x61\x05\x3e\x58\xf7\x44\x23\xfe\xe9\x4b\x69\x84\xd8\xdc\x1b\x85\xb6\x10\xfa\x1c\x0a\xad\xf8\x5a\xa8\x11\xc9\xec\x3d\x90\x3a\x3c\xf5\xda\x99\x30\x42\x15\x02\x55\x11\x52\x4b\x38\x89\xd9\x15\xaf\x27\xa8\x38\xa1\xa0\xa1\xb3\xc9\x32\x8e\x63\x25\x59\xe7\x47\x1c\xc3\xe6\x01\x9d\x1a\xe7\x80\x33\x5b\x0b\x15\x5a\x90\x3f\x8e\x28\x1c\x0a\x8b\x19\xc8\x54\xaf\x27\x13\xe4\x80\x26\x63\x9c\xad\x79\x25\xcb\x4e\x7f\xeb\xb8\x01\x24\xc1\x9b\x64\xfa\x5b\xfa\xfe\x77\x53\x38\x1b\x84\x2a\xb3\xdf\x26\xf1\xc7\xb8\x9a\xdc\xb1\x6b\x59\x55\x7e\xdc\xf0\xba\x2b\x4a\xc6\x2d\xe3\x8a\x49\x55\xf9\x23\x28\x62\x8a\xaf\xf5\xe7\xef\xde\x8c\xd9\xc5\x46\x39\xfe\xe9\x84\x7d\x88\x54\xf9\x3b\x52\xe5\xe3\x89\x27\xfc\x87\xc9\x95\xd8\x7c\x0c\x0f\xcc\xe8\x12\x04\x67\x77\x54\x42\x2d\xa9\xa9\x56\x37\xa6\xc0\x1f\x87\xa0\xa2\xa0\x29\x06\x4e\xc3\x1d\x8d\x09\xea\x15\xbe\x07\xcc\x04\x9b\xcb\xca\x09\x93\x7b\x13\xf9\xdf\xd6\xbc\x6a\x04\x7b\x1e\x97\xe2\xd3\xaa\x3a\x1e\x1f\xe6\x97\x4f\x6e\xaf\xee\x2e\xea\xa1\x17\x0d\x8c\x86\x3b\x3f\x70\xf2\xd6\xd3\xaa\xda\xf8\x19\xf7\xf3\xf6\x71\xf6\x2e\xce\xd0\x7a\xc9\x7e\xeb\xd1\xf9\xdd\x7f\xfd\x36\xa9\x4c\x72\xc5\x17\xed\x6f\xfc\x41\xca\x55\xf9\xbb\xa8\xa1\x14\xfe\x4e\xf5\x30\xfa\xc9\x65\xbc\xb2\xf5\x5a\x77\x93\xba\xb1\x46\x07\x5f\x70\x57\x21\xe7\x5f\xec\xf7\x0a\x66\x69\x1a\xe5\xe4\x0a\xbd\x1a\xc1\xc7\x40\x94\xac\x92\x33\xc3\x8d\x14\x76\xc8\x10\x32\x39\x0e\x04\x43\xef\x23\x50\x59\x68\x5a\x23\x9a\xfd\x9e\x07\x28\xac\xd7\xe8\x6a\x14\x88\x42\xbd\xc3\x5d\x35\xf8\xe0\x66\x1e\x16\x63\x76\xe6\x98\x5e\x0b\x63\x64\x29\x6c\x26\x7e\x03\x93\x07\x10\x56\xb8\xb0\x37\x33\x05\x90\x9d\x13\x67\xfc\x52\x2a\x4e\x3e\x36\xcd\xf2\x20\xb7\x2a\x00\x23\x3f\x20\xc7\xc6\x4b\xc2\x2d\x5c\x9b\x4d\x84\x04\x72\x8e\x1d\xcb\x1c\x18\x73\x77\x17\x10\x92\xa6\xc1\x55\xe1\x95\xd5\x61\xfe\xb6\x63\xea\xf2\x2b\x79\x81\x97\x10\xcb\xb8\xb5\xba\x90\xd1\x1f\x86\x28\x15\xc7\x7b\x04\xdc\xbe\x97\xf9\xef\xb2\xeb\x13\x9d\x19\xec\x83\xe3\xc7\xe7\x69\x76\x97\xb7\xaa\x6f\x5f\xa4\xa5\xf5\x83\xef\x28\x1a\x9f\xab\x71\x5d\xde\xaa\x56\x7d\x81\xf6\xd4\x0f\xfc\x06\xcc\xd1\xe9\xf7\xf3\x18\x6a\x12\xb8\x09\x80\x80\xe8\x97\x9c\x5d\xc5\x9d\x1a\x18\x7e\x7c\x57\x37\xe5\x7c\x5f\x72\x56\xca\x39\xa8\x5e\x0e\x7d\x97\x83\x9b\x32\x69\x78\xc9\x0a\x90\xfb\x2d\x7f\xf3\x6c\x7a\xdc\x1d\x76\x6f\x13\xe9\x8d\xc3\x47\x5b\x83\x0b\xce\xd4\xbb\x10\x0a\xb7\xcb\x33\x17\x64\x33\xc8\x48\xf4\x0e\xcf\x14\x02\xdf\x69\x8a\x40\xa6\xac\xe6\x86\xaf\xfc\x35\x9f\xc1\x7b\x5f\xd3\x22\x1e\x59\x31\x46\x77\x26\x22\x46\x62\xa0\x03\x73\x30\x85\x00\xee\x6d\x0a\xe2\xdd\xd8\xb6\x5c\x35\xfb\xbd\xc2\x77\x61\xf5\x59\x34\xde\x89\x1d\xd0\xba\x17\xc5\x70\xee\x91\xbe\xd5\x45\x11\x1d\xf0\x5b\x3e\xaf\xfb\x9b\xc7\x57\x1c\x42\x8c\x72\xe3\xd2\x18\x5d\xa4\xfd\x9f\x25\x9b\x66\x07\xc0\xb4\xe3\x2d\x1d\x86\x03\x55\xed\xf3\xc6\x0b\x5d\x5b\xa0\x46\x75\x53\x55\xa3\x5a\x57\xb2\xc8\xc5\xc0\x79\x53\x55\xe7\xe9\xcb\xed\x87\x79\xdf\x8d\x61\xb7\xe0\xfe\xfc\x77\x70\x34\xfe\xfb\xd9\xfc\xad\x76\xe7\xa8\x48\x1f\xa6\x13\xd9\x80\xd8\x7f\x30\x47\x81\x17\xc6\x2b\x37\xbd\x27\x71\x63\x9d\x5e\xc9\x9f\x83\x6d\x6b\xc9\xd7\x52\x37\x06\x74\x0c\xb0\xbf\xcb\x02\x27\x2e\x57\xc2\x4c\x3c\x9e\xe4\x37\x9c\xad\x86\x1d\xb3\x3f\x83\x21\x4f\x79\x15\xda\x9f\x38\x70\x5d\xc9\x14\x10\x94\x80\xfe\x5a\xe6\x6f\x86\x74\x86\xf9\xcb\x15\x7a\x86\x37\x35\xaa\xa5\xe8\x29\x3f\x64\x56\xaf\x44\x1c\x1e\x75\xfc\x21\xb3\x4d\xb1\xf4\x57\xa1\x19\x77\xc5\x92\xfd\xa4\x67\x76\x98\x1e\xe3\x13\xc4\xc2\xc9\x35\xde\x9a\x5c\x8a\xa1\x5a\xea\xc6\x44\x05\xa3\xe4\x9b\xe8\xef\xcf\xd3\x30\xa5\xa8\x38\x44\xab\xad\xa4\x6a\x5c\xf0\xd1\xff\x5e\x1b\x1c\x99\xb0\x80\x6d\xd1\xa6\xe6\x8a\x3b\x61\x24\xaf\x02\x11\xf3\x99\xfb\xab\x5b\x7b\xd9\x18\x2c\xc6\x9f\xf4\x8c\x49\x65\x9d\xe0\xa5\x1f\x92\xfb\x8b\xa3\x2a\xb9\x29\x59\x29\xea\x4a\x6f\x56\x42\xb9\xa1\xd7\x23\xd1\xc8\x13\x4c\xa7\xe1\xd2\x65\xa3\x08\x03\x88\xf9\x88\xa5\x16\x16\x1c\x80\x95\x88\x77\xd8\x70\x33\x1a\xe7\x6a\x61\xb0\xcd\xf9\x1b\x2b\x1a\x5e\x5b\x2e\x0d\x00\x38\x33\xe4\x81\x53\xb9\xbf\xc5\x01\x71\x83\xd0\x8d\x94\x38\x61\x53\x60\x91\xe9\x90\x4d\xfd\xb7\xfe\xdf\xbf\x35\xdc\xb8\x9f\xa7\x78\xed\x36\x4d\x45\xf3\xf7\x52\x1c\x6f\x63\x39\x69\x22\x59\x78\xd7\xb9\xe2\x84\x8d\x02\xf0\x13\x9c\x37\xae\x99\xf5\xd4\x0f\xeb\x7e\x6d\xa4\x73\x02\x08\x0e\x48\xa5\xa7\x16\x3b\x66\x2f\xc7\x8b\x31\x81\x38\x71\xb2\xb8\xfa\x3d\x3d\x84\xff\xe6\xd9\xb3\x67\xcf\xa6\x63\x0f\xbf\x83\xf3\x49\x50\x3e\x55\x9a\x67\xf6\x7a\x13\x89\x4c\xf2\x83\x59\x51\x68\x55\x5a\x76\x44\x27\xd4\x80\xbe\x18\xf8\x93\x05\x84\xbb\x0d\xcf\x91\x9a\x3d\x3b\x0e\x28\x79\xb8\x27\x8e\xcf\x7e\x1f\x3c\xf3\x9f\x3f\x9b\x7c\xfd\x7f\xfc\xbf\x75\xd5\xd8\xff\xef\x69\xdf\x3f\xbf\x47\xd3\x22\x62\x79\xe2\x8c\x5c\x2c\x84\xf9\xbd\x07\xf3\xfc\x19\xb6\x78\x36\xf9\xfa\xc6\xfe\xe3\x47\xf0\xca\x1d\xa8\xb1\xa7\x24\x0f\x9c\x13\xba\x45\x3d\xe1\x7a\xa9\xab\xee\x2d\x6e\x9e\x05\x78\xe8\xc6\xc5\xbb\x9c\xc7\xae\x14\x45\xc5\x0d\x3d\x74\x6c\xd8\xaa\xb1\x8e\x2d\xfd\xbe\x0b\xb1\x1e\xdd\x21\xa4\x65\x2b\x51\x2c\xb9\x92\x76\xe5\x49\x01\x11\xbe\x85\x36\x46\x14\xae\x6a\x4d\xa9\xe3\xc2\x74\xab\xdd\x0b\x4c\x0c\xcc\x0a\xaf\x98\xe0\x55\xdd\x46\x93\x15\x5e\xeb\xbb\x46\xf6\x6c\xbf\x47\xa1\x1e\xcc\x72\x51\x90\x10\x65\x12\xb2\x91\xc5\xe3\xcc\x40\x01\x02\xbe\x12\x25\x13\x9f\xe2\x6b\xc8\x6c\x93\xed\xd6\xa0\x64\x9d\x26\x19\x1b\x07\x05\x1d\x2a\xc9\x61\x3f\xa4\xe0\x5e\xc7\xc0\x96\x22\x7b\x1f\xa0\x7d\x40\x58\x05\xcb\x34\xee\xf5\xd4\x0a\xa5\x2e\x6c\x96\x51\xf8\x6d\xc7\x60\x47\xd2\x1d\x1e\x5a\x46\x96\x2a\x26\x55\x76\x53\x9f\x6a\xb3\x08\x71\xc6\x60\x00\x18\x5f\x9d\x04\x43\x00\x6c\x7f\xb2\x87\x6c\x8e\xc7\x8c\x5d\xe0\x93\x85\x28\xbb\x32\xb0\x68\x8c\xd7\x4a\xab\xcd\x49\x40\x37\x88\x0e\x42\xcd\x9f\x64\x51\xf4\xe5\x16\xae\x39\xaf\xaa\x19\xbe\xe5\xde\xbc\xbf\x7e\xa0\xe7\xf2\xa0\x57\xe1\x7a\xcb\x55\x5d\x41\xbc\x69\xcb\x89\x03\x47\x67\x42\x95\xf8\xa2\x76\x14\x86\x3e\x8e\x4b\x1f\x4f\x19\x67\x36\x64\x3f\xbd\xe5\xc8\xda\x96\xca\x6d\x56\x56\x48\x84\x62\xb3\xad\x1a\xed\x64\xe9\x0b\x5a\x7d\x1b\x5c\x02\x9d\x11\x68\xb1\x25\x8a\x26\xc7\x3b\x8b\x47\xa2\x1f\x96\xfd\x08\x46\x56\xb0\x1e\x66\x3b\xd5\x1f\x09\x03\x08\x16\x1c\x9c\x60\x58\x6f\xc4\x14\xd4\x68\xd3\xa8\x0c\x72\xb5\xf9\x2f\xdf\xfe\x7b\x6d\x66\xb2\x1c\x44\x7d\xf5\xf8\xc4\x33\xde\x4c\x96\x01\x70\x86\x8b\x69\x94\x57\x39\xae\x64\x5d\x7b\x92\x29\x70\x6d\x6b\x14\x93\x73\xcf\x5b\x5e\x45\xb2\xf0\x79\xc9\xad\x3a\x3c\x74\x6c\x2e\x15\x86\x50\x6e\x84\x83\xc1\xde\x8b\xba\xe2\x85\x18\x04\x2e\x29\xb8\x2a\x44\x65\x13\xfb\xc4\xb8\xc0\x9f\xfc\x99\x07\x46\x39\xe8\x61\x99\x74\x41\x37\x51\xe2\x9a\x69\x25\x0e\xef\x6a\x01\x38\x6d\x5d\xff\x51\xa3\xe8\x5b\xe7\x20\x38\x41\x08\xf0\xaa\x22\x89\xe8\x29\x1c\xae\x21\xf8\x98\x14\xcd\xda\xa0\x27\x64\x4a\x13\x3e\xdd\xfa\x5b\x20\x5c\xac\x6e\xda\x0b\x99\x9c\xb5\x61\x73\x1d\x43\xc4\x3e\xab\xb9\xb5\x72\x2d\x32\x68\x02\x8e\xc7\x52\x7a\x41\x3a\x85\x2d\xbe\xd5\xc8\xef\x52\x7f\x3d\x20\xb8\xf1\x71\x04\x03\x30\xbd\xfe\xdd\x45\xd2\x76\x84\x39\x36\x18\x02\x96\x49\x33\xa6\x63\x3e\xca\xce\xa0\x51\x44\x01\x49\xc8\x7d\xb5\x9a\x6e\x75\xf1\x8d\xa7\xcf\x26\x5f\xb1\xa7\xf8\xbf\xe9\x90\x9e\xb8\xa7\xbf\xfa\xf5\x2a\x7f\x7c\xfb\xf5\x33\x3b\x25\x83\x6b\xfb\x52\x47\x84\x1e\x95\x82\x97\x95\x54\x62\x44\x8a\x44\xfb\xde\xf9\x9b\x7f\xdf\x5e\xf4\x77\x64\xaa\x67\xa1\x2b\xcb\xf4\x12\xf0\xb4\x09\x8b\xe8\x09\xe0\xb9\x4e\xce\xfd\xb4\x57\xd2\x5a\x61\x53\x6c\x60\x90\x98\x32\x78\x28\xa9\x0d\x33\x82\x5b\x7f\x7a\xb2\x37\x12\xa6\xe9\xb5\xef\x7c\xbf\x86\x47\x0b\xf0\xcc\x40\x32\xcc\xb9\xc4\x40\x43\x3c\x2c\x52\x10\x83\xbf\xb2\x7c\xc6\xf4\x92\xfc\x00\xd1\xd8\xa4\x40\x4c\x02\x31\xdc\x0a\x9d\x43\xd5\xd6\x4f\x64\x98\x92\x00\xb0\x38\xfd\x15\xdf\x20\xce\xca\x49\xd5\xe8\xc6\xfa\x8b\x0b\xa0\xc7\x66\x62\x0e\x2e\xcd\xa0\xb9\x79\xf6\x91\x25\x1c\x87\xf4\xc2\x01\x53\xf3\x97\x53\x82\x98\xdb\x19\x7e\xf3\xac\x35\x5f\x2f\xf0\xf5\x7c\x3e\x02\x83\x52\x7b\x96\xbf\xfa\xfa\xb6\x59\xaa\x66\x35\x13\x70\x17\x33\xc2\x19\xff\x2d\x21\xb6\xe2\xe6\x2a\x5f\xc9\x1b\x31\xfa\x3a\x85\xfc\xe5\x6f\xc2\x0f\x67\xfc\xfd\x2e\x1b\x25\x79\x8f\xf7\x38\x56\xb4\xcd\x94\xbc\x2c\xa3\xa9\x1a\xe7\x90\x81\x89\xc1\xaa\x5d\x31\x16\xc3\x21\x1b\x2b\x0c\x38\x4d\x85\x13\xa0\x63\xcf\x65\x1f\x3e\xe6\x74\xa8\xf4\xe6\x21\x0d\xe0\x61\x84\x34\x7f\x23\x6c\xed\x39\x29\x24\x91\xc0\x16\x61\x15\xd3\xcd\x4e\x5f\x2b\xda\x84\xb3\x2d\xa1\x8d\xb2\xaa\x73\x85\x17\x9f\xea\x4a\x16\xd2\x9f\x29\x18\x4c\x8a\xe4\x50\xa5\x30\xd5\x06\xb3\xc9\x28\x67\x74\x55\x85\xb8\x99\xf8\xcc\x88\x81\x56\x7d\xc1\xa4\x8f\xc1\x5b\xe5\x4a\xaa\x7d\xbc\x03\x29\xa7\xc0\x4e\x42\x95\xc2\xc2\xb9\x91\x2e\xde\x00\x99\xcd\x84\xbb\x16\x42\x81\x23\x05\xfd\x30\x1d\xe6\x3a\xdf\xe8\x27\x3d\xc3\xeb\xd8\x15\x72\xc5\x88\xac\x68\x53\x3c\x50\x21\x15\xc9\xf6\xfa\xfa\xb5\x0f\x67\x7f\x52\x7a\xf3\x4b\x4a\x27\x10\xca\x5a\xbe\x97\xca\xe8\x47\x17\x66\xe4\x65\x15\xe4\xc5\x41\x97\x10\x70\xc7\x03\x14\x80\xb1\x32\x44\x92\xdd\xce\x73\x3e\xda\xed\xfc\x7f\x6f\x35\x74\xe0\xe0\xaf\xd3\xde\xa2\x5e\x85\xb5\x20\xd3\xc0\x76\x44\xbe\xb6\x7e\xc0\x9a\x22\x9b\x87\xfe\x54\xb9\xb8\x38\xf5\x1c\x8f\x9e\xa4\x70\x86\x86\x07\xd9\x21\xf3\x87\xe7\xd0\x6f\x64\x5d\x95\xb9\xa2\x59\x54\x8d\x75\xc2\xd8\x71\x67\x93\xae\xd0\x1f\xf3\xe1\x44\x55\x58\xf4\x9d\x1b\x95\x32\xc3\x84\x95\xcc\x70\x6e\x61\xd8\xde\x58\x57\x5e\xcb\xb9\xe1\xe5\x2a\xbc\x11\xd2\xb4\x1f\xc1\x76\xab\x8d\x5e\x78\x2d\xe7\x96\xb3\xbb\xef\x54\xcb\x9f\x47\x40\xaf\xe8\x68\x26\x2e\x0a\x4c\x5c\x09\x8d\x04\x0c\x23\xd2\xa9\x17\x76\xca\x6d\x87\xf2\x4d\xc7\x71\x8f\xa3\x55\x62\x81\x0b\xfa\xf1\x72\x53\x8b\xfe\x49\x64\x48\x76\xfc\xae\xe0\xcc\x41\x0d\x9e\x89\x4f\xd2\x02\xbb\x40\x06\x00\xd0\xe5\x95\xb8\x26\xf4\xbb\x0a\x91\x17\xcc\x5e\xe1\xc3\x8d\x3a\x5a\xf1\x4f\xa3\x46\xc5\xfd\x72\xdb\x73\xc3\x61\x4e\xda\xa4\x2e\xa4\x4c\x24\xe1\xac\x48\x20\xbd\xee\x14\x78\x19\x07\x0d\x1b\xff\x47\xf0\xd1\xa0\x1e\x5c\x31\x3e\xb3\xba\x6a\x5c\xd4\x43\x8e\xc4\xa7\x13\xf6\xeb\xa0\xb3\x0b\x53\xf8\xcb\xe8\x42\xf8\x01\x83\x10\xc5\x9c\x07\xe2\x53\xb8\xf6\x7c\xf5\xec\xdf\x8e\xc7\xec\xb4\x03\xc8\xaf\x1f\xaf\x8a\x06\xbd\x10\xe0\x4e\x91\x81\x9b\x6d\xfc\x3d\x04\x5d\x65\x4a\x7d\xad\xc6\xec\x12\x18\x94\x07\xee\x24\x2f\x85\x67\x5e\xd4\xbc\xe1\x9f\x2e\x1a\xb3\x00\xb3\xc5\xb3\x71\x08\xed\x44\xbd\xe7\xd7\xff\xd6\xba\x7f\xf7\x50\xda\xfa\xae\xf7\x45\xe3\x94\x5d\x83\xcf\xf4\x5a\xe4\x87\x4b\x40\xbc\xd5\x79\x7c\x0f\x04\x0f\xfb\x35\x90\x9d\x08\x1e\x08\xd6\x25\xd5\x0f\x19\x1b\x20\xc1\xb6\x97\x26\x5e\x58\xf7\x5a\xa0\xa6\xee\x23\x7a\x12\x5e\x6b\x69\xb4\x7a\x58\x19\x9e\x0d\x92\x84\x78\x13\xde\x28\x48\xe5\x84\x7c\x70\x3f\xf9\x33\x3f\x5a\xda\xdb\xc8\x31\xb6\xe6\x46\x62\xe0\x8c\xdc\x56\x33\xe3\x43\x51\x7a\x88\x98\xbe\x3d\x7d\xf3\xf2\xe2\xfc\xf4\xc5\x4b\x7f\xe3\x3d\x7f\xf7\xdd\x5f\xfd\x17\x78\xe9\xd5\xfe\xda\xfc\x18\x94\xa8\xe4\xd4\xb4\x12\xee\x76\x3d\x23\x84\x16\x21\x2d\xc9\x0e\x95\x11\x02\x6f\xfc\x89\x16\xf9\xda\x44\xfa\x12\x3a\x5d\xfd\x23\xc3\x6a\xe9\x5c\x3d\xaa\x8d\xfe\x74\x7b\xfe\x9e\x73\xa3\x6b\xbe\x80\x08\x43\xb0\x87\xfd\xf1\xf2\xf2\xfc\xaf\xe7\xef\xdf\xfd\xf7\x5f\xfc\xaa\xf8\x4f\x17\xf4\x11\x71\x7b\xfb\x2e\x7c\xec\xae\x7f\xce\x01\x37\xe0\xb6\xe6\xe6\xee\xfe\x3a\xbd\x74\x08\x1e\x86\x65\xe6\xb7\xd3\xcb\x73\x41\x40\x83\xdf\x31\xf8\xfa\x79\x16\x7f\xf5\xf2\x2f\xcf\x7f\x3c\x7d\xfd\xc3\xcb\xa0\x54\x4d\xdf\xfc\xe5\xaf\x3f\x9e\xbe\x7f\x3e\x58\x91\xbf\xdd\x00\xdf\x5e\xfc\xe9\x84\xe7\xa9\x28\x44\x09\xce\x94\x7a\x2d\x4c\x76\x1d\x0e\x36\x2d\xb0\x16\xcd\xa5\xd7\x13\x7b\x31\x4e\xca\x99\x30\x46\x9b\xd1\x92\xab\xb2\x7a\xc8\x6b\x54\x6b\x18\xb2\x03\xd1\x48\xb4\xd7\xc3\xd6\xa0\xdd\xfd\xd2\x77\x60\x7f\x8c\x78\x31\x46\x3e\x8d\x52\xf5\x50\x98\xae\x9b\x8f\x60\x9f\x1a\x31\xdf\xf3\x35\x04\x48\xc6\x02\xc9\x8c\x98\xe3\x7b\x7e\x74\x10\xd3\x86\xcd\xbd\xf4\xf6\x52\x8e\xd2\x67\xe2\xad\x2f\x79\xa3\x85\x41\x17\xc5\x03\xe6\x74\xfc\xc3\x0b\x86\x41\x17\x0b\x6e\x66\x7c\x21\x46\x85\xbf\xa2\x16\xce\xa2\x25\x32\x5e\x53\x62\x42\x35\xa5\x59\xa5\xd5\x42\x18\xa6\x44\x21\xac\xe5\xe4\x9a\xd3\xd4\xba\xfd\xdc\x4c\x21\x48\x8f\x60\x55\x43\x06\xca\xcd\xa8\xe0\xc5\x32\xd7\x44\x16\xd2\x2d\x9b\xd9\xb8\xd0\xab\x09\x3e\x59\x4c\xe8\xa9\x62\xb2\xfe\x7a\x52\x5f\x2d\x26\xbc\x96\x16\xbf\x9b\xac\xbf\x9a\x20\x1a\xdf\x05\x70\x2f\x7c\x8f\x7e\x35\xf6\x30\x36\xa2\xfb\x1b\x83\xa1\x49\x16\xf9\xa9\x66\x21\x04\xe4\x07\xea\x25\x69\x29\xed\x55\x6e\xc1\x44\xe7\xa6\x2c\x74\x20\x7c\x73\xec\x15\x02\x2f\x6a\xbc\xee\x70\x42\x70\x8d\x58\xe9\x75\x50\x25\xe8\xe9\x3c\x77\xd4\xcb\x74\x86\x45\x51\x87\x04\x37\xbf\x40\x56\xaa\x3f\x68\xbd\xa8\x42\x72\xaa\x3b\xe6\xa6\xc2\xbe\x40\x90\x4e\xff\xdb\x20\xdf\x96\x4c\x81\x5e\xf5\x53\x6a\xe0\x9b\x93\x29\xec\x18\xaa\x95\x48\xe1\x20\xc8\xfa\xec\x3d\x6b\x47\x22\x85\x05\x80\xeb\x2c\x42\x4f\x8e\xaa\x6c\xe6\x29\x2f\xd6\x97\xe5\xa8\x22\x07\x81\xdd\xf9\x00\x16\x75\xd1\x41\x6c\x2b\x25\x40\x4f\x93\xda\x68\x7f\x3a\x40\xa4\x7f\xfa\x3b\x06\xa6\xf7\xf4\x08\xde\x55\x21\x6e\x11\xa2\xc5\x3d\xc3\x9d\xd0\x2f\xf4\x03\x24\xc8\x1c\xa4\xb4\x08\x91\xcc\x5f\x9c\x1a\xa1\xe3\x8a\xf1\x68\x48\xe1\x81\x6c\x6d\xe1\xb1\x6d\x66\x29\x8b\x29\x06\xed\xd7\xcd\xcc\x36\xb3\x91\x6d\x66\x69\xf4\xed\x8e\xb7\x66\xa6\xea\xe9\x73\x73\x62\xaa\x1b\x3a\x6c\xe7\xa5\xea\x9b\xca\xbf\xd2\x52\x75\xec\x42\xc4\x44\x7b\x2a\x28\xe7\xd8\x01\xe2\xf9\x33\xe9\xf5\xa2\xd2\x4d\xd9\xe3\xdf\x98\xb1\xdd\xbe\x03\x70\xb7\xc4\x28\xa1\x98\xca\x99\x62\x86\x5f\x89\x0d\xfb\x9e\xd2\xa5\xdf\x24\xce\xbb\x02\x7d\x47\x6a\x2a\xa9\xfc\x65\xb2\xb8\xdd\x8f\x77\xaf\x74\x54\x67\x04\xcd\x6b\x65\x46\xf3\x62\xd9\x4e\x10\x90\xa9\xeb\xfd\xf2\x3e\xc5\x0d\xff\x2b\x7d\xc0\xbf\xd2\x07\xec\x4a\x1f\xb0\x25\x88\xef\x91\x42\x39\x6c\xf2\x22\xd6\xd9\x1b\x07\xb1\xed\x79\x33\xbb\x68\x66\xcc\xe9\x5a\x16\x51\xe8\x5d\x09\x51\x53\x06\x01\x3d\x8f\x49\x04\xa2\x3d\x80\xdb\xa5\x2c\xb4\xa9\x1f\x3e\xa7\xd6\x1f\xc3\x50\x77\xca\xa9\x15\x7b\x1d\xb0\x98\x53\x6b\x37\xb4\xbb\xe4\xd2\x42\xd5\x0f\xc0\xee\x52\xff\xd2\x20\x6b\x1c\xe4\xa6\x0c\x5a\xbb\x94\xbe\x0e\x89\xbb\xea\x5e\xdf\x04\xef\x2b\x1d\xe9\x0e\xfd\xa6\x83\xd1\x96\x72\xd3\xfd\xdd\xe9\x2b\xa1\x9e\x0f\xe0\x9f\x78\xd8\x77\x1b\xd5\xda\xb8\xe7\x03\xff\xff\x83\xfe\x31\x16\x52\x89\xe7\x03\xfc\xb7\xb7\x49\x06\x61\xd7\x20\x98\xb7\xfe\xf9\x00\xff\xfd\xa7\xd7\x10\x96\xda\xee\x9b\x8a\xe7\x8f\xda\xba\xed\x74\x90\x9d\xc0\x8b\x1b\xcf\x7e\x08\xaf\xe8\x02\xc0\xe5\xdc\x17\x87\xb8\x9d\xb0\xdb\x36\x38\x60\xb1\x3d\xa1\x41\x5b\xd0\x46\x30\xf1\x47\x47\x22\x74\xbc\x5e\x3f\xa3\x34\xc2\x0e\xb8\x91\xf8\x82\x57\x50\x33\xe0\xa1\xec\x38\x38\xc0\xee\xe7\xd3\xc0\x23\xe1\xa4\xa2\xf6\xb5\xd1\x33\x61\x59\x08\xd9\xdc\x69\xfa\x7c\xcc\x59\xf2\x2b\xb9\x16\x4a\x58\xc8\x5b\x3a\x13\x7b\x2b\x41\x2f\x42\x88\x0e\x9e\xaa\x01\x0a\x92\xac\x2f\x38\xb5\x27\x1a\x2b\x98\x69\x60\xad\xdb\x31\x39\x11\xab\xbd\x19\xee\xa2\x55\x87\x03\x9d\x1b\x28\x5b\x10\xfa\x93\xf6\xa0\x99\xec\x42\x7f\xbc\xbc\x3c\xdf\x81\x81\x54\xd2\x49\x5e\x8d\x20\xf6\xe2\xf6\x77\xe4\xb7\xf1\xfd\x2c\xbc\x1e\xf3\xb9\xa3\xfa\x2d\x89\x04\x4b\x6e\xd1\xf5\xcb\xb3\x0b\xfa\x4b\xe5\xf8\xa5\xf5\x9a\x09\xf4\x4b\xf2\x38\xb8\x6e\xfc\x1f\x61\xe8\xe4\x4a\x84\xf3\xf7\xb3\x70\xc3\xf8\xaa\x1e\x02\x79\xc8\x96\xe9\xc6\xf5\x73\x4c\x57\x7b\xdd\x31\xec\x1f\xf5\x35\xd3\x73\x87\x22\xa6\x16\x06\x2d\xe3\x5b\xa3\xf5\xaf\x7f\x83\x39\x8d\xdc\xd2\xab\x76\xba\xda\x63\xb8\x37\x14\x9e\x59\x68\x65\xe1\xa0\x5f\x7b\xad\x0f\xc0\x88\xf4\x96\xdf\x9d\xa9\x26\x3f\x3b\x7a\xb1\xa7\x15\xa0\x7e\xf3\xa6\x22\x52\x2d\xf9\x1a\x7c\x4c\xf1\x25\xbf\x0f\x63\xff\x53\x63\xc4\x97\x62\x4c\x60\xee\x8a\x30\xb9\x34\xb6\x90\x85\x49\x88\xb2\x1b\xf9\xca\x4b\xf9\xe5\x1b\x3f\x82\xf9\xac\x9d\x9f\x9c\x7a\xb6\xd1\xba\xdf\x9d\xdf\xc5\xf3\xa6\xad\x9f\x70\xf8\x25\xf7\x7e\x1c\x75\xaf\xcd\x9f\x70\xbc\xc7\xdd\xdf\x25\x52\xef\xf6\xcf\x18\xe7\x4b\xf7\x7f\x67\xbc\x1d\x7c\xf0\x50\x12\x60\x6b\xb6\x5f\x2a\x02\x12\xce\x0f\x25\x03\xf6\x44\x79\x6f\x21\x00\x6c\xd8\xd4\x5f\x26\x02\x08\xc8\x7d\x1d\xfd\x01\xa7\xfb\xdd\xff\x6d\x24\x6f\xda\xfd\x61\xfc\x5f\x72\xef\xd3\x98\x7b\xed\xfc\x80\xdf\x3d\xee\xfb\x36\x71\x7a\x77\x7d\xe4\x94\x2f\xdd\xf3\xad\xb1\x7a\xd7\xfd\xa1\xf6\x7b\x67\x96\x5f\xba\xdb\x03\xbe\x0f\xb5\xd7\xf7\x42\xf7\x96\x9d\x1e\x03\xc5\x15\x38\x29\xde\xf5\x86\xb5\x75\x8f\x3a\x43\x38\xfd\x06\x27\x8c\xb5\x27\x4b\x1f\xd9\xb4\x63\x36\x13\xac\xc6\xd9\x77\x8d\xa2\x0d\xaa\x1b\x07\x4e\xba\xd7\xda\x54\x65\x08\x2e\xca\xfc\x58\x69\x68\xba\x6b\x91\xa8\x0a\x59\xc6\xc2\x76\xf6\x9b\x1f\x6a\x65\xf1\x90\x60\x02\xfc\x31\x76\x39\xaf\x1c\xb9\xa5\xd1\xcd\x02\x37\xc1\x34\x78\x46\x27\x53\xcf\xf1\x23\xb8\xbf\x65\x55\x24\x33\x64\x56\xbc\xfe\x80\xf2\xf2\xe3\xce\x68\x37\xbf\xa0\x79\x0d\xca\x0e\x99\x88\xdc\xd1\x4d\x2f\x9b\x85\x15\xae\xeb\xb0\xcf\x52\x90\x65\x06\x33\x78\xfd\x64\xd9\xad\x3c\xf0\xb7\x7f\x38\x7b\xfb\xdf\x91\x99\x12\xa4\x13\xa8\x34\xba\x74\xae\xb6\x27\x93\x49\xe6\x5e\x90\x12\x87\x4c\x08\xb1\x91\x5a\x48\xf5\x69\x32\xab\xf4\x6c\xb2\xe2\x52\x4d\x4a\x5d\xd8\x49\x63\x85\x19\x2d\x1a\x59\x8a\x09\xfc\x3e\x6a\x19\x7f\x26\x19\x66\xe3\x55\x79\xf8\x19\xe6\x9f\x3c\x37\x05\x18\x0a\xb4\xdd\xca\xf2\x11\x48\x97\x1b\x87\xf6\x2c\x89\xd8\x05\x0f\xf5\x11\xfb\xc1\xb7\xab\x3d\x76\x07\x1b\xb9\xe0\x58\x81\x23\x5e\x7d\x63\xc7\x52\x4f\x78\x2d\x27\x4a\xb8\x6b\x0d\xa1\x39\x93\xf5\x57\xe3\x73\xee\x96\x3b\x7c\x89\x7b\x91\xf1\xe0\x76\x4d\x98\xbd\x53\xe0\xf7\x39\x7d\xf9\x89\x17\x59\x20\xc2\xb9\x11\x73\xf9\x69\x3a\x64\xd3\xb3\x56\x7c\x28\x05\x12\x15\x99\x83\x86\xd3\xb1\xf9\xf1\x97\x27\x15\xe2\x65\x89\x69\x1e\x90\x62\x51\x3a\x74\xe5\x40\xe3\x8f\x89\xe8\xba\xeb\x55\x82\x14\xac\x1a\x02\xf3\x32\x61\x6a\x9d\xd4\x0f\x68\xac\x3a\xf3\xf0\x49\xc4\xf2\x58\x6c\x32\xda\xa7\xb2\x6c\x54\x21\x47\x5a\xc8\xa7\x45\x88\xa5\x9c\xb6\x2b\x61\x97\xc9\x19\xd4\xcb\xd7\x82\x9b\xcc\x31\x12\xdc\x40\x1b\x37\x03\x5f\xab\xb3\x73\x66\xb8\x5a\x3c\x0a\xa7\x24\xa0\xcb\x1e\x3b\x2a\x53\x55\x39\x3b\x82\x80\xf5\x51\x0c\x58\x3f\x8e\xae\x8f\x2f\xce\xbe\x7b\xcf\x6c\x33\x53\x22\xa6\x83\x8d\x55\xea\x08\x0b\x4a\x77\x68\x0a\x51\x67\xc9\x25\x70\xad\xc0\x0b\x94\x1d\x4d\xbf\x7a\x36\x86\xff\x4d\xbe\x19\x7e\xf5\x1f\x5f\x8f\xbf\xfa\x0d\x7c\xf8\xea\xeb\xe1\x57\xff\xe9\x3f\x7d\x83\x1f\x7f\x13\xc2\x4c\x93\x9d\xb0\xc5\xeb\xb8\x3c\xb7\xd2\xf8\x7b\x4d\xae\x67\x82\x12\x17\x7a\xc5\x81\xca\x24\x4e\x69\xa9\xc7\xc0\xab\x7e\xe7\x23\xd0\xe9\x98\x7d\x1b\x07\xcd\x1e\x6b\xb1\xcc\x1f\x66\x80\x80\x3d\x08\x17\x73\xa6\x55\x1e\x4d\xe0\x99\x45\x69\x87\xa5\x03\x55\xe0\xe7\x94\xc9\x29\xe0\xff\x93\xae\xf4\x95\xe4\x0f\xb8\x43\xfe\x84\x23\x84\x3d\x42\x91\xf5\xb6\x9d\xdb\x18\x49\x13\x9a\xfe\x89\xaf\x39\xe3\x8b\x58\x0a\x39\x3f\x68\x08\x61\x28\xec\x1d\x73\x79\x4e\x96\x6e\x55\x4d\xa0\x87\x1d\xfb\xbf\xff\xf1\x37\x45\xc1\x47\x85\xd8\xff\x15\xe2\xe5\x1b\x26\x54\xa1\xfd\xa1\xff\xe2\x94\xf9\x9e\xa9\xe4\x2e\xa4\xef\xf4\x02\x7f\x18\xf1\x5d\x0b\x23\xe7\xc1\x21\x8f\xb0\x48\x9d\x84\x1d\xe6\x85\xce\xe1\xc0\x9f\xd6\x46\x3b\x5d\xe8\x0a\xa2\xa3\x21\xf3\x92\x25\x0f\x67\x8c\x19\xab\x46\x14\x9e\xd5\xae\x60\x15\xf6\x87\xef\x84\x8c\x98\x9d\x75\x6b\x6e\x26\xa6\x51\x94\x52\xd5\x66\xaa\x81\x67\xf3\xb6\xb7\x4f\xf8\x38\x2a\xf8\xb8\x30\x2e\xc0\xf5\x1b\x25\xf2\x57\x6b\xeb\x11\x3a\xb5\x91\xaa\x90\x35\xaf\x32\x52\xde\xe4\x43\x0d\xe9\x94\x42\x9f\x23\x7b\x4c\x57\x2b\xc8\xcd\x31\x0b\xe5\x31\xb1\xda\x3c\xb9\x33\x26\xba\xc1\xf3\x48\x94\x66\x2c\x3c\x95\x90\x48\x0f\xec\x1b\x8e\xa3\x5f\x86\xc8\xd8\xe1\x3c\xcc\xe8\x79\xa1\x9e\xdb\x8d\x75\x62\x75\xb2\xe2\x16\x8a\x0f\x7b\x81\x07\x69\x74\xd4\xf3\x25\xbf\x76\x52\x8f\x34\xa4\x7e\x1d\xe3\xa7\xb1\x5d\x17\x31\x98\xde\xa3\x52\xa8\xe7\x73\x8f\x8e\x3f\x4d\x75\x25\xc6\xfe\x03\x34\xba\x61\x31\x92\xe3\xe9\xbe\x3b\xec\xb5\xb4\xfe\xc6\xe9\x41\x42\x02\x95\x82\x5b\x17\x52\xfc\xe5\x0a\x13\x59\x1d\x5a\xb9\xee\x9c\x50\xa5\x28\x03\xad\xc0\x77\xe2\xd6\xf1\xde\x70\x15\x23\x17\x7b\x56\x36\xcb\xf4\x4b\xbf\xce\x2b\xbe\x08\x91\x1b\x61\x48\x22\xd3\x95\xd8\xb0\xc6\xf2\x05\xbc\x9b\x53\x1c\xed\x2f\xb0\xd4\xf8\x79\xf7\x22\xdc\xf5\x5d\x94\x97\xa5\x21\xfe\x4d\xf6\x85\xc0\xc5\x20\x4d\x63\xb9\x5b\xa9\xbc\x5c\x81\x74\x37\xd3\xc1\xff\xf3\x74\x10\xd0\xd4\x86\x4d\x07\x74\x92\x0e\x60\xaa\xb0\x81\x86\xf1\x66\x29\x8c\x85\xde\x18\x30\x0b\x6e\xc2\xa4\xd4\xe2\x11\x3d\xe7\x59\xc9\xf5\xa0\x84\x0e\x9e\x0e\xba\x6a\xb2\xb5\xd7\xda\xec\xeb\x11\x16\x9a\xa3\x3c\x04\xaf\xa7\x16\x91\xb7\x97\x0b\x2e\x95\xfe\x46\x12\x27\x86\x4e\x27\x78\xcc\xde\x39\xf3\x61\x8f\x34\xc0\x94\x77\x59\xfa\xbd\xff\xf8\x8f\x6f\xa6\xdd\x0c\xf5\xc0\x31\xfb\x4e\x92\x9a\x6f\x25\x6a\xa7\xc4\x84\x26\x72\x5d\x3b\xa1\x9e\x05\x16\xa2\x69\x26\x46\x6a\xbb\xa4\x99\x3d\x91\x80\x20\xf9\xe4\xea\xdd\x43\xeb\xad\xe0\xe3\x1d\x8c\x7f\xeb\x06\xfe\xf3\x52\xc0\xfc\xb6\x37\xaf\xcd\xaa\x32\xef\xc0\xa2\xff\x35\xe3\x86\xbd\x44\x8e\x23\x7b\x1e\x2a\x29\x30\x87\x97\xa5\x74\x98\x37\x23\x70\x00\x81\xf2\x5a\x7d\x08\x86\x91\xea\x8e\x0a\xcd\x13\xf8\x7b\xf4\xd3\x7a\x45\xd7\xe4\x0f\x7f\xfa\xf1\x4d\x10\xda\xb0\x53\x3b\xae\x13\x38\x66\xca\x50\xf0\xd3\x7a\xf5\x70\x51\x35\x7f\xfa\xf1\x4d\x27\x52\xce\x75\x2f\xa4\xd0\xc4\x2b\xeb\xa6\x51\x5b\x85\xc6\x1f\xc1\x25\xa6\x14\xb3\x66\x71\x2b\x1a\xa7\x51\xbd\x35\x62\xa5\x9d\xc0\x6e\x0b\x4a\x42\x48\xa1\x27\xf4\xa5\x67\x65\x8a\xd4\x74\x8e\x17\x4b\x11\x13\x19\xb2\x40\xb1\x60\x92\x41\x6b\x0c\x24\xe6\x9c\x6b\x73\xcd\x4d\x89\x1b\xb2\x85\xdc\xc8\x36\xb6\x16\xea\x76\x5a\x5d\x60\x3b\x5c\x05\xc7\xcd\x42\x38\x58\x1e\xb9\x5a\x89\x52\x72\x27\xaa\x4d\x6e\xef\xc6\xbc\x96\x15\xb7\xd6\xaf\x6e\xa5\x39\x9e\x83\x49\x6a\x49\xe5\x42\x06\xf3\x5b\xc7\xf6\x7a\x0a\x25\x7c\xa7\x2e\xb4\x66\x29\xbd\x0a\x31\x4b\x88\x67\x8f\xe6\xf8\x4a\x2f\xec\x8e\x47\xc9\x2d\x52\xd0\xc9\xb6\x8f\x10\x33\x5c\x59\x10\xcd\xe1\x34\xe4\x2e\x9c\x86\x1a\x76\x35\x29\x29\x90\x3f\x45\x5c\x57\x1b\x56\xf1\x46\xc1\x72\x79\x34\xbb\x08\x3d\x3d\xf9\xf5\xb3\x67\xbf\x6e\xa1\xf4\xb9\xa2\xc4\x83\x4f\x7d\x93\xda\xcb\xad\xdd\xd3\x46\x75\x9a\x09\xa3\x1f\xdf\xa4\xae\xec\xa8\xb1\x82\x4d\x5f\x4b\xd5\x7c\x9a\x66\x5f\xd3\x6d\x5b\x9b\xe3\x28\x37\xae\xf8\x4a\x54\xe8\x08\xfa\x40\xc2\x23\x8c\x90\x24\xc8\x6d\x31\x79\xaf\x42\x0f\xa9\x82\xa5\xe9\xd1\xc6\xe1\x7d\x46\xfe\x2d\xa2\x02\x46\xb5\xd1\x81\x51\x26\xa2\xf8\x3d\xe5\x96\x42\x9a\x68\x69\x6f\x1d\x0d\x84\xcb\x51\xb2\xca\x47\xc3\x46\xcb\x43\x62\x2f\x55\xf2\xc5\x8e\xac\x82\x84\x0c\x00\x03\xcd\x0f\xbc\xba\x63\xc8\x64\xc8\x8a\x96\x2d\x59\x62\x38\x51\x3e\xa4\x39\xe2\xd5\xcb\xef\x4e\x7b\x9e\x44\x48\x63\x20\x37\xc4\x76\x82\x0d\xb7\xc4\x5e\xfe\x77\x5b\xf0\x8a\x02\xb1\x31\x7c\xb6\x05\x8a\x34\xb0\x15\x57\x0d\xac\x54\x3c\x02\xcb\xcc\xa0\x3e\xa5\x6c\x88\x76\x1a\x94\xcc\x7c\x6c\xdf\x0f\x80\x67\x7d\xd7\x92\x43\x86\x26\xaf\x4b\x93\x58\x0c\xab\x8d\x3e\xbe\xb9\x7b\xaf\x56\xb9\x5f\x2f\x20\x9e\x33\x7b\x64\x13\x98\x97\x6b\x51\x64\x88\xfc\xe4\xfb\x82\x3b\xef\xfb\x77\xef\x2e\x4f\xc2\xf6\x9c\x84\x3f\x46\x5e\xe7\x03\x27\xde\x27\xf4\xd5\xc8\xaf\x19\x7c\xfd\x21\x38\x67\x03\x50\xba\x1c\x75\x71\x46\xa5\x11\x2c\xff\x1f\xe1\x46\xb1\xd1\x4d\x74\x2f\x87\x24\x37\x59\xdb\x98\x67\x2b\x64\x46\x05\xc8\x2b\xe1\x78\xc9\x1d\xdf\x13\xe3\x52\xac\x7b\x10\x2e\xc5\x7a\x3f\x7c\x4b\xb1\x16\x95\xae\xc1\xb0\x16\xd0\xee\xf0\x52\xdb\x03\x3b\x7f\xe7\xfa\xdf\x22\x83\xee\xe4\xac\x1b\x93\x24\xc5\x1d\x12\x55\x1b\xa9\xfc\x82\x11\xe9\x70\x23\xa4\x6c\xc1\x91\xad\xf3\x5b\x2d\x2f\xae\x46\xe9\xdd\x69\x64\x04\x5c\xdd\xec\xed\x7a\x8e\x40\x6d\xc2\xd6\xa2\x18\xfd\x2e\x74\x63\x73\x29\xaa\x98\xf9\xcb\xe9\x9a\x55\x7e\x79\xb3\x97\x2d\xb0\xf2\xa8\x98\xdd\x89\xf0\x46\xbb\xad\x9c\x43\x7e\x3b\x50\xe8\x82\x31\x88\x26\xa3\x99\x11\x85\x5e\x28\xf9\x33\x24\x7a\x83\x4c\xcd\x5e\x5c\xc0\x12\x85\xf0\xe3\xf6\x4d\x12\xf3\x87\x84\x38\x90\xdb\xdf\xa2\xcf\x42\xc4\xc8\x11\x79\x07\x1c\xa7\xd8\x11\x48\x89\x4a\x14\x65\xed\xa4\x4f\x85\xd6\x55\xa9\xaf\xd5\xde\x0e\x01\x9e\xb9\xaf\xfd\xaa\x61\x87\x98\xba\x0a\xcd\xcf\xd6\x85\xb4\x76\x61\x38\x23\x28\xb7\xa9\x3f\x7b\xfc\x9c\xdb\xe1\x45\xb1\x0e\x50\x48\xf4\xf4\xac\x65\x42\x2f\x2b\x11\x16\x75\x04\xa6\xc0\xdb\x11\x04\x66\x44\x81\x2a\x6d\xe4\xe9\xf0\x02\x13\xd6\x03\x84\x75\x1b\x03\x4f\x86\xb6\x9a\x9d\xb2\xc8\xe6\xd9\xf1\x90\x57\x5a\xb5\xa6\xa4\xba\x2b\x96\xc1\x75\xe0\x16\xc0\xfc\xd3\x9d\x01\x6f\x25\x8f\xe9\x03\x1c\xb6\x57\x5b\xf1\xbc\x31\x10\x9c\x97\xa5\x56\x76\xe2\xc5\xe3\xd8\xff\xdf\x25\x82\xe8\x51\x53\x21\xb0\x4a\xc6\x9d\x1f\x76\x32\x2f\x0a\x0d\xb7\x93\x60\x14\x85\xb5\xc0\xd3\x69\xcc\x5e\x66\x3c\x4a\x4b\x00\x76\xd7\x20\xdb\xa7\x1e\xcb\x29\xed\x50\x48\x7b\x6c\x6b\xad\x72\x70\x10\x04\x04\xd9\x5c\x3b\x47\x32\x0b\xb7\x0f\xc6\x38\xbb\x12\x9b\x09\xee\xd7\x15\xaf\x43\xba\xff\x70\x66\x4c\xb3\xda\x5b\xe9\x21\x3c\xee\x1c\x54\xb8\xc7\xec\x54\xc5\x62\x55\x41\xb7\x6f\x9b\x14\x28\x8c\x33\x26\xed\x0c\xc9\x9e\xfd\xa6\x89\xe0\x48\x19\x63\x9e\x41\xbd\x62\x8d\xf9\xba\x2a\xa9\xae\x08\x28\x6c\x5b\xa1\x9c\xd9\x04\x09\x1a\xea\x8f\xe9\x6c\x92\xb9\x25\x23\x96\x96\x48\xaf\x38\x57\x51\xfb\xb9\x55\x6d\x8a\x2d\xb7\x35\x23\x7a\x23\xa2\x87\x9a\x76\xca\x57\x32\xef\xda\x70\x4b\xc2\xf2\x3a\xa1\x4b\x4c\xae\x00\x93\x82\xf4\xa7\xa8\xa3\x42\x6a\xe8\xa8\xf6\x85\x2c\x75\xad\x04\xda\x7e\xe8\x79\x53\x55\x11\x58\xfb\x58\xa1\xfc\x41\x08\x0f\x2d\x27\x10\x35\x78\xfa\xe6\xe5\xeb\xbf\xbe\x7a\x7b\x7a\x79\xf6\xe3\xcb\xbf\xbe\x78\xf7\xf6\xfb\xb3\x3f\xfc\xf0\xfe\xf4\xf2\xec\xdd\x5b\xdf\xe4\x4f\x17\xef\xde\x46\xae\x4b\x15\xaf\xd2\xec\xb3\x54\xf4\xb8\x24\x0e\xbd\x1e\x28\x92\xc8\xe3\xd3\xc6\x63\xcb\xa0\x81\xa9\x6d\xc7\x49\x09\x3c\x20\xb3\xed\xb6\x62\x9d\x4c\x8c\x61\x8e\x59\x79\x38\x14\xa5\x8f\x40\x4b\xd8\xbe\x45\xdc\x72\x37\x68\x23\x14\x6e\x2d\xd9\x3a\xaf\xea\x4a\xb8\xad\x05\x6f\xaf\x5e\x8e\xc0\x92\x2b\x25\xaa\x51\xce\x6b\xb7\xdf\xa7\x5f\xd3\x95\x84\x7a\x93\x7d\x8a\xdb\x90\xc7\x45\xcf\xdb\x37\x47\x5a\x56\x8f\x3d\xc9\x09\xa2\x89\x85\x84\xd9\x01\x0e\x5d\x6d\xb4\x41\x66\x41\xfe\xfa\xe1\xfd\x99\xed\xc5\x58\xaa\xbd\x6b\xd1\xed\xc4\xb7\x14\xd6\x49\x15\x95\xad\x07\x43\x3a\x18\xac\x7f\x11\x3a\xf7\x8e\xfb\x19\xd4\x0a\x9d\xef\x4a\xae\xf0\x36\x1a\xca\x2e\x20\xb9\xa2\xcd\x7e\x2f\x7a\xad\xc5\x67\x13\x0b\xfa\x42\x7b\x9b\x12\xcf\x6e\xa5\x77\x9c\xc5\x48\xd8\x99\xc0\x67\x98\xdd\x98\x67\x00\xb7\xd1\x66\x47\x74\x2d\xe4\xe9\xe0\x9b\x19\x7d\x25\x4c\x2a\x8f\x14\xde\x5d\xbd\x4a\x3e\x20\x01\x36\x38\xee\x99\xf0\xe7\xac\xd2\x5e\xd3\xad\x8d\x2e\x9b\x42\xdc\xc0\xce\x9f\x3b\xcb\xd6\x34\xb0\xae\x24\x2d\xdc\x28\xb0\xed\xde\xf7\x20\xec\x4e\x65\x8a\x01\xa1\x4e\x52\xe1\xa5\xe0\xa5\x30\x6c\x50\x88\x11\x9d\xcf\x4b\x69\x9d\x36\x9b\x41\x48\xbf\x75\x21\x55\x41\xd2\x97\x1a\x2f\xb9\x65\x33\xaf\x69\x87\xfc\x36\x52\x31\x25\xae\x85\x69\x55\x63\x24\x09\x3a\xcc\x70\x88\x69\xf6\x76\x04\xb6\x45\x47\x58\xa9\xae\x46\x33\xa9\xca\x76\x79\xf7\x1d\x66\x27\x54\xa7\xa9\x79\x9f\x33\x28\x07\x80\x60\xa0\x48\x82\xfd\x42\xaa\xab\x6f\xb3\x21\x58\xba\xfd\x6c\x7b\x28\xc6\xa3\xb1\x05\x19\x8c\xd2\x16\xc1\x2f\x2a\x01\xa3\x8c\xf3\xec\xec\x37\x1d\xb2\xb7\x42\x62\x47\xe2\x53\x21\x6a\xd7\x2e\x7a\xd3\x2e\x7b\x23\x29\x71\xb2\x1f\x21\x4d\x0d\xa7\x71\x77\x6f\x37\x2a\x70\x9d\xee\xce\xf1\xbd\x1c\x94\xd9\x70\x20\x67\x2a\x40\xb7\xe8\x95\xad\x79\x21\x46\xe0\xfb\x73\xeb\x68\x87\x81\x47\x5d\x56\x9a\x32\x6a\xa0\xe4\x13\xea\x7f\x1b\xd0\xd2\xda\x31\x71\xe8\xb8\x14\xeb\x89\x54\x45\xd5\x94\xe2\x79\x4a\x72\xc2\xc8\xe9\x28\x53\xc2\x01\x1f\x76\x6a\x33\x1d\x90\x6a\x32\x01\x3f\xc7\xf6\xc1\x9d\x3c\x4f\xf0\x47\x30\x5f\xfd\xf5\xe2\xec\xed\x2b\xf6\xc3\xfb\xd7\x49\x45\x24\x27\x10\x30\x0b\x01\x20\x69\x51\x93\x1d\x6e\x2d\x6d\xad\x4b\x48\xb9\x0e\xcf\x06\x41\xf5\x57\x25\xb8\x59\x0f\x21\xfa\x02\xba\x64\xdc\x18\x71\x2d\x75\xd1\x44\xcf\xc6\x71\xb4\xe1\xa3\x61\xfb\xf8\xb0\xab\x57\x8f\x52\x26\x8c\x7b\xd0\xaf\x83\xb3\xf3\x4e\xa7\xc1\xf0\x5e\x08\xdc\xd9\xcd\xec\x7c\xb6\x55\x0c\x2a\xb0\x26\x82\x1d\xee\x28\x03\x95\x79\x67\xa7\x04\xb5\x28\x88\xde\xd3\x10\x5c\xed\x86\x1e\x90\x16\x99\x15\x68\x44\x37\x7d\x76\x94\x5d\xfb\x47\x4e\x8f\x7e\x16\x46\x1f\xa3\x47\xe9\xac\xf1\x9c\xa6\xad\x08\x29\x3d\xb0\xe8\x09\x14\x77\x30\xa2\x12\x6b\xae\xb2\x9d\x8b\x32\x1c\x8e\xe7\x23\x7b\xec\x05\x84\xff\x87\xab\xb6\x9b\x67\x30\x07\x92\xab\xe7\x3f\xbc\xe2\x1c\x2e\xa9\x9e\x3a\xf0\xd6\xb2\x97\x61\xbd\xe5\x19\x17\x96\x21\x03\x45\x4f\x72\xd1\xf6\x81\x55\x24\x68\x73\x4f\x97\x35\x1f\x67\x8d\xf3\xfd\x9d\xbb\x6e\x5c\xdd\xd0\x2c\x1f\xec\x78\xcc\xd8\xfb\x60\x69\xcd\x11\x6a\xed\xa4\xa0\x3a\xf4\x64\x9d\xd8\x45\x8f\x95\x70\x26\x54\x84\xfb\x52\x82\x20\xac\x5d\x14\xc9\xaa\xcc\x44\x9f\x4e\x3c\xae\x0d\x9b\x16\x75\x33\xa5\x8f\x77\x9e\x75\x9c\x6f\x32\x70\xde\x36\x6b\x3c\x95\xda\x76\x9e\x5e\xfb\x25\x4e\x16\x64\x04\x54\x0e\x8a\x53\x20\xa3\xa5\x36\x50\x71\x34\xcb\xa5\x7b\x84\x55\x0e\x50\x2f\xc9\xcc\x5c\xdb\x84\x3a\x4e\x95\x94\xce\x75\xb9\xf7\x54\x83\xdd\xe6\x86\x05\x5e\x49\x05\xb2\xe1\xd6\x4c\xc8\x79\x81\xd6\x64\xcb\x3a\x8f\x89\x90\x93\x5b\x47\x10\x83\xdc\x41\xfd\x90\x50\x4c\x24\x9b\x60\xa7\xb6\xf2\xa1\x65\x4f\x9f\x7a\x41\xf4\xf4\x69\xa6\x24\x0c\xd9\x4a\x70\x92\xa7\x3d\xea\xa7\xb4\x68\x33\x0c\x96\x24\xb2\x16\x32\x0f\x07\xa5\x94\xd2\x2e\x7b\x30\xca\x1f\x69\x52\x99\x56\x78\x79\xec\x27\x67\x84\xdb\xc7\x3f\x3b\xc9\xc9\x3f\xed\x47\xce\x53\xc5\x9a\xba\x16\x86\xa1\x8f\x78\x7c\xb5\xee\xa1\x2c\xa9\x60\xc9\x22\x03\x66\xa5\xaa\x12\x55\xb6\x89\xb7\xc8\x1a\x98\xc2\xab\xa9\x5e\x0a\x7a\xf2\x14\xbc\x26\xdb\x38\x00\x46\xf6\xb3\xa9\xb2\x86\x75\xbc\xaa\xa8\x3f\xd2\x24\x2c\xda\x3e\x7b\x6a\x17\x4d\x8c\xae\x2a\xdd\xb8\x51\xb9\xbf\x3d\x22\x2a\x45\x9a\x2d\x0c\x2f\xf1\x85\xce\x2e\xe5\x1c\xb2\xe8\xcc\xc1\x08\x48\x99\x07\xb8\x13\xd6\xb1\xf7\x62\x2d\x6d\xf0\xbc\xb7\x29\x19\x12\x5a\x7f\x60\xfc\x58\x37\x66\x77\x5a\x09\xe8\x1d\xbc\x4b\x5b\x85\x7d\x38\xfb\x83\xae\x78\x54\x92\xa1\xc6\xd1\xf8\xbb\x26\x54\x24\xc5\x79\xa4\xcc\x4c\xe4\xb9\x06\x99\xb2\xa9\xdc\x09\x05\x09\x42\x22\x5e\x40\x35\x27\x91\x47\x7e\x26\x2b\xe9\xf6\x49\x73\x76\x21\x1c\x44\x60\x4e\xa9\x7e\xc0\xa8\xd2\x05\xaf\xa6\xc3\xae\x7a\xc1\x66\xa2\xd0\x2b\xac\xbc\x69\xc0\xd5\x25\xaa\x6c\xe1\x52\x43\x57\x2e\x4f\x5e\x4a\xe9\x44\xcf\x9c\xe0\x73\x17\xd2\x2a\xa7\xc8\x96\x96\xee\x99\x90\x9e\xb2\xa4\xec\x02\xb3\x74\x30\xb9\x9b\x6c\xbe\x49\x2a\xdf\xae\x4f\xef\x5b\xff\xaa\x4b\xac\x50\x07\x2b\xdd\xd5\xd1\x1f\xc3\xb2\xa5\xae\xca\x13\xc6\x9e\xb6\x34\x2e\x70\x9e\x8a\x65\x21\x3a\xa6\xc2\xa7\xa0\x7e\xec\x59\x50\x8b\x34\x26\x3c\xd1\x62\x15\xac\x7d\x6a\x63\x85\x43\xac\xb7\x42\x56\xd2\x8c\x2b\x0d\x5e\x4d\x0f\xf8\x50\xff\x1a\x47\xb8\xc9\xaf\xac\xa7\x26\x7d\x86\x18\x8b\x8a\xf4\x51\x08\xaa\x29\x74\xa5\xd1\x26\x8f\xcc\x70\x8c\xe6\x5b\xea\x03\xcf\x53\x42\x95\x0c\x9f\x94\x30\xbb\xf1\x6c\xc3\xfe\xef\x86\x9b\xab\xc6\xa2\x42\x7b\x0d\xca\x6c\xd7\x46\x1d\xb9\x0e\xeb\xc4\x06\xdf\xbe\xbf\x61\xcf\xb1\xd4\x13\x78\x37\xb6\x13\x1a\xea\x11\x68\xad\x40\xab\xdb\xd1\xf0\xad\x42\xd5\xbf\x4a\x2f\x98\x6e\x5c\xdd\xe4\x59\x88\x90\xd2\x7b\x88\xa0\xd7\x7a\x61\xd9\x4a\x58\xf0\xab\x8e\xbd\x22\xc3\x79\x7d\x67\x0f\x28\xa7\xe5\x4f\x5e\xd6\xba\x6c\x59\x51\x55\x3a\xca\xab\x78\x9c\xbd\xfd\xfe\x5d\xee\xee\xf2\x93\xdd\xc3\x01\xf5\x1d\x4c\x2d\x80\xb6\xc1\x52\xdd\x01\x33\xaa\x8d\x70\x6e\x03\x71\x09\xb7\x07\x06\x91\x61\x60\x80\x9d\xd0\x99\x4e\xaa\xc5\x20\x3c\x06\x81\x29\xdc\x8f\x76\x90\xb4\x01\x2f\x9f\x1f\x32\x63\xdd\x1b\x18\xa1\x7d\x3f\xdd\x7a\xfe\xe8\x1a\x82\xb6\xfc\x57\x3c\xd5\x8d\x5f\xca\xec\xe6\xd9\x2e\x5a\x54\x6a\x5c\x1d\xb0\x7c\x41\xfd\xa4\x78\xd8\x06\x69\xf6\x14\x67\xfb\x14\x20\x92\xec\x83\xbb\xa3\x56\xe0\x00\xcc\xa5\x62\x21\x69\x26\x86\x1b\x1f\xe6\xd5\x3b\xdb\x8f\x58\xed\xc0\x56\x00\x89\xe0\x93\xbd\x17\xe2\x3e\x60\x1c\x74\xbd\x64\x53\x2f\x4f\x8f\x06\xd8\xee\xa4\xd2\xc5\x15\xac\x82\x13\x95\x9f\xfd\xea\x64\xa6\x9d\x1d\x1c\x8f\xc7\xe3\xe9\x98\xbd\x7d\x77\xf9\x12\xeb\x94\xa4\x3c\x75\x8c\x97\xa5\x45\x33\x24\x87\x0a\x82\xe0\x3d\x00\xc5\x92\xb7\x43\x9c\xbb\xd9\x45\x43\x95\xd5\x03\x3a\x01\x8d\xe0\xe5\xe4\xda\xc8\xf8\x66\xb2\xe2\xb5\xa5\x5a\x8f\xbc\xa4\x1a\x20\x48\x03\xe3\x8f\xe9\x95\x08\x9a\x02\x5a\x43\x53\x09\xfc\x64\xd0\x60\x71\x34\xb7\xe4\x2a\x59\x7c\xb7\xac\x0f\x2d\x4d\xf0\x9f\x3d\x03\x1d\x99\xc8\x46\xa5\xe7\x03\xee\xfc\x1f\xad\x42\x78\xb7\x7a\xb2\x2b\x9c\x05\xc6\x98\x84\x47\xc0\x61\xfb\xa9\x98\x2b\x5e\x6d\x7e\x0e\x89\x3b\xf0\x15\xa5\xd0\xa5\x48\xfe\x0b\xbc\x2c\xdb\x55\xed\x62\xd1\x4a\xd0\x3f\x11\xb7\xf4\x36\x42\xd5\x71\xb3\x7d\x30\xdd\x62\x6c\xac\xb9\x9d\x34\x5d\xc5\xa6\x60\x41\xa4\x5f\x00\xd9\x6e\xdc\x6e\x8a\x6a\x85\x70\xc3\x79\x0b\xa7\x76\x12\x80\x70\xf3\xee\x35\x4e\x07\xf1\xb0\x6f\x1a\xd1\xb7\xe4\x0c\x40\x7e\xc2\xb8\x21\xb2\xaa\x59\x79\x14\xbc\x8b\x69\xbb\x74\x71\x95\x4a\xcc\x24\xf5\x72\xf0\xdb\x8c\xc1\x01\x83\xdf\x79\x25\xf8\x6a\x30\xee\x1f\x67\x52\x09\x6e\x33\xcf\x92\x38\x6c\x98\xe2\xed\x83\xdf\x3c\x6c\x1f\x61\x3a\x91\xe2\x3b\x9d\x9a\x37\x35\x20\xdc\x23\x7a\x83\x34\x80\x00\x54\x5d\x40\xd5\xc7\xa3\x01\x5a\x57\xde\xf0\x7a\xe0\xb7\xe0\xe0\xb5\x9f\xda\x20\x16\x70\x6b\xe1\x8b\xbf\xb5\xb2\x69\x79\x3d\x7d\xcf\x74\xca\xaf\xd1\x2e\xdc\xb7\x44\xb2\x14\xca\xc9\xf9\x06\x6b\xad\x42\x39\x76\xad\x9c\x48\x6f\x0f\x40\xbc\x3e\x94\xb0\xf8\x32\x55\x62\xd6\x66\x31\xc9\x48\xda\x83\x29\xdc\x56\xf7\xc6\x35\xbb\xdb\xde\x15\xe3\x60\x3b\xdf\x5a\xf4\xae\xe0\xf7\xd8\x25\x6f\x8e\x15\x39\x01\x3d\x90\xbf\xf5\x1b\x94\xf6\x7d\x59\x41\xd2\x11\xbf\xd6\x55\xe3\xaf\x79\x2b\x2a\xc0\x4a\xd7\xf9\x4c\xe3\x86\xc9\x9d\x3f\x8e\xca\x8e\x38\xaf\x7d\x5f\x2b\x0f\x93\x0b\x7e\xfb\x34\x00\x29\x4a\xce\x48\x49\x0e\xa0\xbf\x0e\xde\x24\xfa\x3c\xad\x3d\x9a\xe2\x53\x8d\xee\x2b\x18\x2a\xf5\xc3\xe5\xf7\xa3\x6f\x32\x6d\x88\x83\x8c\xdf\x40\xd3\xda\xe8\x02\x4d\x04\xb3\x4d\xbc\xd5\xb4\x92\x64\x67\x6f\x1d\xce\xc8\x08\xb4\xe6\x86\x0c\x0b\xd1\x02\x0a\xdc\x02\x98\x21\x6c\x5e\x59\xcd\x56\xbc\x14\xa9\x80\x22\xad\x6c\xb8\xa1\xc6\x50\x80\x58\xe1\xdd\x2f\x08\x47\xbf\x18\x69\x28\xea\x11\xef\x8a\xd5\x26\x39\x6e\xbe\xf7\x3a\xd3\x98\x5d\x40\x31\xa1\x13\xf6\x21\x92\xe7\xef\x48\x9e\x8f\x27\x7e\x25\x3e\x4c\xae\xc4\xe6\x63\x38\x5d\xae\x97\xc2\x90\x47\x57\x34\x72\xd8\xb6\xbb\x1e\xfc\xe8\x27\x7a\x25\x36\xd1\x1d\x0b\x9e\x0e\x7a\xdb\x13\x60\xdf\x98\x8a\xf8\xc1\x03\xa9\x68\xa5\x0f\x69\x3b\x2b\xdd\x89\x1d\xb2\x5a\x97\x90\xad\x5c\x1b\x36\x93\x8a\x9b\x0d\x6d\x7c\x77\x7c\x33\x8f\x10\x7e\x97\xad\xfa\x9d\x3d\xfc\x81\x25\x92\x83\xc0\xf6\xc2\x7c\xd7\x78\x39\xc8\xdc\xe3\x01\xd6\xb0\xed\x95\xce\xa3\x45\xaa\xd2\xe4\x4a\x46\xd5\x98\x31\xf6\x23\xf8\x41\xa6\x23\xda\x51\x80\xdf\x9e\xeb\xfa\xe1\xff\xf2\x80\x3e\x0e\xfb\x17\x36\x37\x9e\xe5\xcb\x3b\xdc\x73\x6d\x7b\x56\x35\xdb\x08\x30\x85\x4e\xcf\x2e\x3d\x72\x26\x20\xf9\x76\x77\x16\x38\x17\xc6\x42\x50\x90\x63\x3f\x02\x0c\xf6\xa2\xe2\x72\x15\x6a\x6f\x91\xbc\xcc\x28\x56\xaf\x0b\x18\x72\x12\x23\x99\x26\x40\xa6\x64\x4b\xd1\xb5\x50\xbc\x96\x0f\x27\xf1\xfd\x8f\xa7\xe7\x67\xec\xbb\x8b\xd7\x37\x97\x4f\x06\x6f\xe6\x58\x66\x36\x3b\xa1\x90\x50\x54\xac\x3d\x80\xf3\x1c\xf3\x78\xa4\xbf\xbf\x2b\xed\xb9\xdc\x97\xcb\xd6\x05\x6b\xa9\xab\xa8\x83\xf8\x39\x07\x55\x90\xe8\x90\xd6\xf1\x5a\x3d\x64\xe9\xb2\x77\x1e\x3c\xad\x9f\x50\x96\x9e\xc2\xa8\x36\x3d\x86\x4d\xe4\xd5\x78\x67\xa2\xd2\xc9\x6f\x56\x76\x0e\xee\x99\x80\x27\x44\xea\x85\x47\x09\x57\x76\x0e\x2e\x9e\x79\x9e\x29\x55\x86\x3c\x25\x3d\xb5\xb2\x35\x3d\xdb\x5b\x94\xbc\x9d\x82\xc0\x8f\x80\x35\xf0\x21\x6e\xd4\x9f\x97\xeb\x36\x16\xa1\xcb\x4e\x4e\x2e\x14\x02\x81\x94\xa6\x15\x28\x49\x63\x21\x35\xef\x3e\x0c\xad\xc2\xf6\x08\x31\x9c\xa0\x9c\x3d\xa0\x39\xf6\xfc\xbb\x6f\x6f\xb1\x08\x9d\xeb\xf2\x3b\x69\x4d\x03\x9d\xbe\x6d\xca\x85\x70\xed\x83\x39\x3c\x29\x9d\x3d\xbe\xd2\xe0\x2b\xa9\x46\x7d\x35\x74\x6f\x0a\x8d\xef\x54\x76\xed\x9b\x3d\x6c\x5f\x78\x1b\xb2\x8e\xee\x16\xed\x51\x18\x65\x0b\xe4\x8a\x89\xb5\x2c\xc2\x4b\x53\xf7\x64\xdf\xae\xf4\xda\xa9\xf0\x3a\x66\xef\x14\xd9\xe5\xa0\x62\x30\x64\xfe\x6a\x4d\x8a\x72\x53\x74\xca\x05\x47\xe7\xf6\xa8\x1d\x74\x1f\x26\xfb\x6b\x0b\xdf\x07\x5d\x7a\x2a\x0d\x03\x31\xe2\xa9\xff\x65\x24\xc9\xb2\x22\x7c\x15\x5f\x3d\xb6\xa9\x22\x2d\x6a\xcd\x94\x4c\xe9\x18\x29\x99\x68\xd8\xa5\x17\x52\xb1\x05\x23\xe8\xd6\x5b\x94\x8c\x3b\x97\xf6\xec\xc3\x9d\x1d\x9d\x78\x5a\x78\xdd\x99\x81\x56\x8f\xc1\x59\x50\x9c\x3d\x3d\xb1\x70\x6b\xe5\x42\x61\x3a\xb6\xf6\xb9\x91\x00\xe9\xce\xcf\x63\x76\xa6\x58\x41\x37\x85\xd4\x4e\xda\x2c\x60\x2a\x46\x83\x01\x55\xc1\xa9\x21\xd8\x36\x29\xee\x2f\x29\xa9\x01\x02\xf9\x0c\x86\x8a\x40\xd2\x32\x41\xe6\x54\xd4\x5c\xe6\x4d\xe5\x2f\x2b\x54\x9a\xc8\xa2\xf2\x49\x56\x58\x61\xc4\xa1\x65\x4a\x33\x25\x70\x62\xf4\xac\xc3\x38\x2b\x1a\xeb\xf4\xaa\x73\xc1\x0b\xbc\x18\xb1\xc7\xb7\x31\xad\x5a\xd4\x65\xa4\x5d\x22\x9e\x16\x5f\x4e\x2d\xbb\xd6\xe6\x6a\xc8\x2c\xf9\x74\xe2\xd0\x9e\x49\x57\x33\x01\x26\xb2\x14\xc9\x2e\x57\x9e\xff\x8c\x58\x48\xeb\xcc\xe6\x31\x24\xae\xc4\xd5\x19\xe5\xb1\xee\xb7\x24\xf7\xdb\x5a\xcf\x23\xb1\xaa\xdd\xe6\x38\xd1\x36\x7a\x7d\xf5\xf0\x4a\x3e\xf6\xa2\xd2\x33\x7e\xbb\xd3\xe3\x99\x2a\x29\x19\x88\x9c\xb7\xc1\x26\x2f\x92\xa0\xef\x20\x48\x08\xa5\x26\x1f\x49\x1b\xe4\xad\x9e\xd3\xaf\xc9\x0e\x9b\x12\x1e\x9a\xe6\x33\x7c\x3f\xb7\x32\x1d\x96\xc2\x89\xc2\xa5\xbb\x73\x5e\x19\x57\xce\x7b\xb6\x40\x5b\x80\x84\x49\x1c\xc9\x64\x91\x0a\xdf\xe5\x9c\x0a\x0f\x25\xc7\x99\x94\x81\xc8\xbf\x87\xd2\x0f\x6a\x5d\x76\xf4\x03\x88\xf3\xf6\x9b\x4c\xfe\xdc\x32\xa6\x6f\x1d\xff\xec\x0c\x39\xaa\xe5\x1f\x70\xae\xcb\x8b\x5a\x14\x97\x62\xe5\x31\x16\xe0\x0e\xd1\x14\x31\x54\x2c\x45\x02\xe5\xe0\xa6\x63\x2f\x1a\xc6\xb5\x2e\x63\x3f\xd4\x3c\xa4\xa8\xca\x61\xf2\x32\xcd\xfb\x64\x49\xf3\xd0\x3d\x86\x7a\x86\xac\x1b\x54\x97\x5f\x16\x6c\x25\xcc\x02\x12\xad\x15\xcb\x10\xff\xbd\x9d\x6e\x35\x4c\x59\x74\xb2\x57\xe0\x9d\x38\x73\x70\xb4\x54\xda\x48\x0c\xfd\x55\xbb\x89\x15\xd9\x60\xf6\x99\x5c\x9d\x66\x40\xd0\x4e\xd8\x92\x16\xec\x43\xca\xf1\x52\x1b\xbd\x12\x6e\x29\x9a\x3b\x27\x0f\xbe\xcb\xf3\xe0\x79\x1c\xa5\x53\x78\x15\xbc\x42\xd2\xaf\x50\xf1\x89\x3b\xa8\xdb\x12\x9e\x20\x90\x6e\x67\x0e\xcf\x54\xe4\x5a\xdf\xcb\x2f\xf7\x1b\xad\xa4\xd3\x66\x1a\x95\xc6\x94\x32\x05\x77\x49\x48\xf2\x19\xaa\xe3\x1b\x5e\x77\xdf\xf8\xc2\x1b\x7d\x2b\x83\x6d\x86\x70\xd8\xd3\x68\xad\x43\x3f\xb8\x68\x81\x81\x34\xa9\xd8\xed\x8d\x2c\xa0\x93\x30\xec\x0d\x36\x42\xcc\xff\x7c\xfa\xfe\xed\xd9\xdb\x3f\xd0\x15\x11\x2e\xca\x89\xb1\x7b\x27\x91\xfb\x45\xf7\xa6\xcb\x2d\xb4\x11\xda\x4e\xd2\xda\x45\x4f\xed\x0f\xe7\xf9\x7a\x42\xae\x26\xf8\xfe\x63\x38\xbc\x52\x54\x6b\x0a\xc6\xc4\xfb\x01\xb9\x5d\x89\x72\xcc\xfe\xa2\x1b\x20\x19\x38\x41\xd6\xba\x1c\xad\x08\xc5\x70\xf2\x52\x86\xb5\x78\xf8\x6d\xad\xaf\xd3\x70\xb6\x41\xc6\x00\x4d\x0f\xe0\x59\xa3\x77\x91\xa6\x81\x3a\x00\x39\xe5\xae\x84\x0e\x81\xd6\xa7\xe7\x67\x5e\xce\x7b\x75\x2a\xe9\x75\x21\xe6\xab\x97\xbd\xb2\xd0\xfa\x03\xd6\x7e\x3b\x7a\x04\xcf\x90\x19\xc5\xf7\x79\x17\x24\x4b\x5d\x3f\x2b\xf9\xf1\x82\xf0\xef\xd4\x93\xdf\x31\xe4\xdd\x6f\x9b\xfd\x23\x23\x98\xbe\x2c\x77\x19\x43\xa5\x20\x14\x44\x2a\x3b\x7a\x9a\xaa\xa2\x70\xd9\x87\xbc\xa2\x36\x55\x15\x6a\x58\x22\xeb\x58\x0c\xfd\xf0\xc3\x87\xb0\x5a\xb2\x62\xd4\xba\xcc\x03\xf8\xf3\x11\xe9\xa9\xdd\x19\x29\xd6\x5d\x29\x8e\x9a\x5b\xf0\xb1\x12\x9f\xd0\x84\x16\x55\x39\x14\x2b\xf9\x70\x05\x0f\xf6\x96\x2c\xd0\x3c\xe6\x07\xd1\x66\x08\xba\xab\xd7\x9a\x37\xba\x39\xcc\xa2\x5f\x51\xb2\xe5\x71\xbf\xe0\x71\x9a\x06\x05\xb0\x09\xb3\x80\x42\x98\xe0\x34\x3b\xe3\xce\x89\xe0\x53\x4a\xcb\xc7\x57\x31\xca\x38\x53\xfa\x3d\xda\x00\x14\x26\xb9\x9d\xbc\x7d\x3b\x71\xfb\xc6\x8b\x96\x68\x03\xf8\x2c\x74\x41\xc6\x43\xb6\x04\x0b\xef\x4d\x20\xee\xbb\x74\x95\x64\x25\x27\x8f\xc3\x90\x33\x04\x37\x54\x9c\x78\xa9\x05\xca\x15\x50\xf6\x7b\xb0\xf1\x13\x04\xbb\x26\xcc\x6f\x88\xe8\x73\x15\xb7\xba\xdf\xd0\xb8\xfe\xe1\xb9\xff\x1f\x5c\xb6\x50\x1d\xe1\x3d\x5f\xcb\xbb\xac\xa9\xa8\x9e\xa6\x4d\xbb\x02\xfc\xc0\xcf\xe6\xac\x12\x73\xc7\x40\x5f\x8f\x41\x38\xdb\x0e\x3e\x0c\xea\x42\xaa\xa4\xc7\xf6\xb2\x5c\x5a\x9f\x76\x7d\xf6\xdc\x99\xc2\xaf\xc7\xc8\xa3\x26\x4c\xf0\xa8\xd8\x33\x21\x60\x38\xe6\xf9\x96\xd2\x4e\x45\x09\x80\x9c\x65\x14\x39\xe4\x90\x4a\x51\x2c\x34\x8d\x34\x64\x3c\xc9\x29\x83\x6a\x8e\xd9\x94\x91\x6b\x2c\x33\x3a\x3e\x9b\xa5\xf1\x62\x4c\x54\xf2\x28\xb8\xc5\xbd\xe7\x0b\xb3\x40\x75\x72\x27\xc7\xdb\x4e\xa4\xf7\x96\xc0\x4b\x46\x0e\x3c\x55\xfd\x64\x37\xb5\x60\xd3\x76\x5a\xde\x52\x17\x57\xc2\x20\xf8\x9f\xac\x56\x99\x1c\x27\x7f\xc6\x87\xb1\x53\x80\x72\x49\xbe\x96\xdb\x9a\xa5\xcb\x7e\x0c\xd9\xbd\xc8\xd7\xa9\xbf\xbe\x04\xf9\x63\xb1\x17\x7a\x55\xcb\x8a\x5e\xe4\x38\x23\xaf\x5a\xd4\xbd\x7d\xbf\x21\x93\x63\xd1\x76\x8a\xa9\x79\x71\xe5\x17\xde\x53\xe7\x39\x76\x20\x97\x98\xa8\xcc\x71\xc7\x2a\xc1\xad\x63\xff\xfe\x07\xf9\xad\xa7\xe4\x4a\xac\x34\x89\x33\xda\x49\x2d\xe7\x29\x1a\x76\xd6\xc8\x0a\x0a\xdd\x82\xbd\x05\x40\x92\xc1\xaa\xc5\x4c\xe7\xfe\x74\x22\x75\x0c\xba\x00\xbc\x56\x68\x47\xf6\x1b\xdd\x50\xf2\x74\x53\x2d\x7b\x6b\x58\xab\xe3\x21\xda\x1a\x97\xdc\x13\x40\x41\x31\x0d\x44\x3b\xa9\x62\x8f\x42\xa5\xca\x96\xa7\xad\xd9\xdc\x98\xdb\xa4\xbe\x5a\x4c\x78\x2d\x2d\x7e\x37\x59\x7f\x35\x41\x34\x88\xab\xce\x11\xea\xe5\xa6\x16\x3b\x54\xa3\xc0\x7e\x34\x3e\xc6\x1f\xa7\xb4\xab\x73\x6e\xdd\xe8\x27\x6e\x30\xf5\x2a\xb1\x4d\x4f\x11\x25\x6a\x75\x9c\x0c\x66\x33\xed\x96\x79\x7f\xb0\x21\x06\x00\x9e\x2e\x51\x75\x18\x32\x77\xad\x5b\x82\xf6\x95\x8c\x3e\xdb\xed\x27\x65\xd2\x14\x87\x29\xd1\x57\x04\x79\x25\x5d\xa8\x3f\x53\x1b\x51\x88\x52\xa8\x42\x30\x1d\xaa\x2d\x24\x4c\x72\x83\xb1\x2a\xb0\xa4\x15\x29\x39\xe8\x1c\x20\xd5\xbc\x6a\x7c\xef\xf4\x56\x5b\x35\xb9\x24\x0d\x99\xde\xfc\x90\xc4\x8f\x41\x0c\x75\x93\x80\x5c\xc1\x86\xef\xc9\xf9\x32\x97\xc6\xba\x16\xd5\xa3\xdd\x03\x0d\x95\xf1\x25\xb8\x47\xe8\x06\xf5\x4a\x69\x26\x3e\x49\x0b\x0f\x9b\x57\xc1\xe4\xb9\xf2\x77\x79\xb1\x95\x8e\x14\x5b\xda\x24\xf7\x82\x4c\x7d\x40\xe5\xf5\x7d\x10\xdb\x99\xe6\xda\xd4\xec\x0d\x5f\x63\x59\xa6\x90\x9a\xe4\xac\x65\x3b\xc4\x30\x12\x68\x44\xf2\xa9\xd6\xd6\x2b\xe3\x9b\x1b\xcc\x04\x46\x78\x5d\xeb\x21\x4d\x04\xef\x61\x84\x7e\x1f\xa3\x15\x54\x97\x6f\xa7\xff\x27\x94\xa2\xad\x45\xd8\xcc\xc0\x92\x59\x7e\x57\x82\xb2\xc4\xa1\xda\xfe\xb7\x46\x16\x57\xa1\xaf\x9e\x07\xd7\x19\x70\xe5\xdf\x84\x94\x2f\xc9\x3f\xf8\x20\xbd\xa7\x80\xb7\x0d\xc8\x41\x8a\xb6\xa7\x3a\x5f\x64\x6c\x96\x96\x12\x80\x09\x23\x21\x96\xa4\x62\xb2\x55\x0d\x25\x46\xfa\x47\x93\x8d\x6d\x6a\xcc\x22\x9a\x3b\xd6\x04\xb7\x9d\xde\x19\xb2\x2d\x4a\xdd\x70\xd3\x45\x7b\x05\x97\x2a\x73\xe2\x8d\x8a\x57\x07\x37\x3f\xb0\x46\x82\xe1\x41\x03\xa7\x64\xa8\x8e\xa1\x84\xa7\x11\x37\xe8\x4c\x21\x55\xc8\xbd\x1a\xf0\x62\xb1\x08\x63\xba\xd3\x48\xcb\xac\x13\x75\xdc\x76\xa5\x97\x08\xdb\x1a\x61\x22\xfa\x90\xe8\x0c\x02\x61\x1d\x0e\xc1\x10\x8f\x51\x73\x6b\x93\xcf\x68\x38\x0c\xb6\x2a\x7e\x1f\x90\x3d\x36\xaf\xfa\x9d\xc5\xc7\xf0\xf9\x15\x8f\x21\x1b\x47\x00\x3f\xbc\xcc\xd0\x62\x60\x30\x06\x58\x1f\xb4\x27\x0f\xc5\x24\xdf\x50\x39\xbc\xa7\x6a\x38\x2e\xdc\x56\xb1\x70\xfa\x1a\xff\x19\xd5\xdc\x2d\x9f\xe3\x59\xe3\xf7\xcf\x28\x46\x8b\x6d\xb5\xc4\x9c\xe8\xcf\x07\x94\x47\x69\xa4\xe7\x23\x7f\x95\x19\x5d\xf9\xe9\x9c\xfc\xe7\xb3\xff\xfc\xfa\x9f\xbe\xbc\x77\xa0\x14\xa9\x35\x43\xbd\x92\x0e\x2e\x23\x7b\x5e\x72\x1c\x79\xbf\xd2\x89\x94\x6d\xbb\x0d\xdb\x2a\xbd\x9d\x2d\xe0\x9d\x07\x02\xa7\xa3\x26\x2b\xae\xd4\x1d\xed\x28\xdc\x9e\x52\x9a\x31\x9d\x35\x24\x02\x27\xe4\x36\xb5\x38\xee\x21\x04\xb0\xcc\x9d\xb1\x0b\xf9\x8c\x3b\x94\x00\x60\xe1\x44\x39\x8a\x49\xe4\x27\x1d\x29\x12\x70\x23\xc4\x73\xb4\x0a\xaf\x59\x79\x3e\xaf\x46\xb5\xae\x64\x71\xb7\x15\xc2\x52\x66\x25\xaf\x21\xf9\x4a\xa0\x0b\x02\x62\x79\x5d\x48\x3f\x40\xd8\xec\x30\x24\x64\x2d\x3e\x21\xc4\x20\x6c\x58\xfe\xec\x1b\x4c\xd8\x8a\x7f\xa2\x0f\xc7\x63\xf6\x02\xd2\x21\xa2\xdd\x26\xa4\xf8\x6a\x07\x05\xca\x39\x6b\xc0\x81\x26\xf9\x60\x81\x49\x7e\x8f\x23\xf1\x96\x73\xcf\x43\xb9\xcd\xb5\xd6\x75\x4c\xc7\xed\xa7\x45\x7a\x1b\xe8\x0d\xbf\x05\xa3\x73\x56\xb3\x22\x38\x46\x92\x33\xa0\x85\x74\x18\xb3\x10\x2b\x50\x92\x66\x9a\x5c\xb7\xc8\x89\x9a\x57\xe8\x18\x0a\x77\x5c\x06\xe9\x63\xc9\xab\x0b\xdf\x8d\xa6\x21\xb1\x9d\x9e\xfd\x24\x0a\x3a\x7b\x20\x67\xab\x87\xdf\xd8\xf8\xba\x9a\x52\xd1\xf9\x4b\x58\x49\x81\xc4\xd3\x98\x18\xef\x48\x7c\x02\x91\x7e\xc2\xa6\xae\xb2\xa3\x0c\xf5\xd0\xe4\x18\x6d\x6d\x94\xc4\x18\x0f\xe8\xd6\x14\xc1\x75\xbe\x44\x0c\x03\x5e\x63\x76\x7e\xf3\xb8\x70\xb0\x2f\xe5\x22\x4c\xbe\x36\x52\x1b\x09\x55\xb8\x30\x37\x5d\x7a\xa7\x06\x5b\x18\xd0\x3c\x4d\x86\x8a\x3e\x0c\x31\x3e\xbe\x35\x85\x2b\xb1\x09\xa3\x20\xb2\x5e\x53\xa7\x1f\xd0\xba\xa6\xb6\x1a\x06\x1b\xdb\x98\xfc\x3e\x53\x60\x0e\xaf\x6b\xa3\x39\x66\x1a\xb7\x22\x3d\x2d\xfb\x35\x05\xfd\x28\x2f\x71\x20\x6d\xd8\x1d\x44\x07\x3b\x6d\xc5\x16\x48\x93\xf8\x80\xd2\xaa\x47\x6d\x3b\x9d\x6f\xd9\x8a\xe5\x94\xf7\x2d\x57\xbb\x97\x69\xb8\x35\x29\x3c\x49\xb1\x3d\xbf\xa1\x4b\xe6\x83\xb9\xa3\x21\x54\x77\x82\x07\x1e\xa4\x34\x9e\x9b\x21\x15\x6f\x7a\xfc\x89\x9a\x40\x0d\xb7\x00\x4f\xb1\x50\xbf\xd2\x35\x75\xcc\xdb\xf8\x08\x0e\xcf\xfb\xac\x5f\x08\xac\xdb\xf2\x68\xab\xec\xc8\x09\xb3\x22\xa2\xef\x79\x56\x5c\xbe\xbe\x60\x59\x2f\xe8\x31\x64\x95\xbc\x12\x6c\x2a\xca\x85\xf0\xcb\xe9\xb5\x36\xaa\xc1\x89\x57\x5c\x23\x84\x2a\xcc\xa6\xf6\x3b\xb2\x2f\xb2\x3f\x49\x14\xdc\x60\xdb\x91\xd9\x59\xb1\x8c\x1d\xf1\xd9\x1d\x86\xbc\xc3\x74\xba\xc5\x7d\xa0\x94\x46\x27\x66\xfc\x46\x0c\x69\x32\x9f\x85\x67\x7a\xec\xd8\x07\xdd\xdc\x20\x1b\x64\x7a\xb6\x35\x11\xd7\xce\x9c\x28\x71\x66\x0a\xae\x85\x98\xed\x41\x66\x12\x06\xa7\x6c\xf8\xeb\xe3\x00\x0d\xff\x18\xca\xd2\xf1\x92\xce\x06\x1f\x92\xeb\x44\x4a\x65\x62\x93\x4e\xed\x91\xa2\x27\xf7\xf0\x76\x90\xfc\x0f\x8c\xe0\xe5\x90\x69\xdf\xf7\x5a\xe2\x63\x46\x7c\x74\x84\x74\xac\x2c\x1a\xa9\x59\x96\x2e\x9e\x8c\xb4\x83\xc9\xe0\x4e\x2b\xd3\x59\x93\x68\x50\xd8\xb9\x32\xfb\xc5\x26\xf5\x71\x4e\x7e\xbc\x3e\x2c\xf7\x24\xe1\xfa\x80\x5c\xe3\x1b\x01\xe7\x24\xf4\x56\xe8\xfa\xf5\xe5\x9c\x13\x36\x3f\x38\x3a\xdc\x0f\xe7\x10\xc8\xc0\x3f\xf7\xc3\x39\x04\x74\xcf\x3d\xcd\x3f\x53\xfc\xb4\xaa\xf4\xfd\x62\x12\xa8\xef\x84\xbd\x6f\x76\x6a\xcf\xec\x5f\xdc\x74\x07\x6e\xda\xad\x0d\xed\xb9\x48\x79\x48\x4b\x87\xc3\xc8\xb5\xd1\xc6\x17\x6b\xa0\x6c\x30\xc3\xb6\xb4\xea\x60\xd6\x9d\x93\x79\xd5\x63\x9d\x41\x1e\xb3\xfc\x69\x2d\x9e\xf2\x6d\x05\x01\x2c\x73\xb2\x12\xe4\x5d\x47\x20\x67\x22\x65\xce\xc8\x23\xc8\x40\x23\x07\x0a\x1a\x50\x86\x19\x99\x83\x97\x82\x57\x6e\x89\x19\xec\x63\x84\x81\x15\x45\x13\x8f\xa0\x42\x2b\x25\x82\x97\xef\x3c\x8c\x2b\xaa\x32\x78\x91\xe4\xb6\xf1\xa0\x10\xe1\x4d\x25\x38\x7b\x86\x4c\x45\xd9\x14\x09\xf8\x8b\x53\x0c\x1e\xa2\x1c\x85\x5e\xc1\x02\xce\x58\xf3\x4a\x96\x38\xd1\x64\x70\xb2\x4b\x6d\x62\xe4\x3c\x72\xd0\x51\xc8\x45\x13\x5f\xff\xc6\x76\x5d\x1c\xa7\x00\x37\x59\x2c\x83\x3f\x9c\x54\x73\xc3\xd1\x89\xcd\x2b\x74\x0b\xa1\x04\x32\x5f\x4b\xcb\xef\xa6\x52\xa0\x4a\x9e\x0f\xab\x60\xdd\xaa\xa4\xdf\xa7\x08\xd9\xcd\xc2\x79\x2c\xdb\xbd\x89\x92\xf4\xe8\x79\x7f\xa2\x24\xec\xf9\x7b\x14\x25\x77\x16\xf5\x52\xe1\x36\x19\x79\xf5\x3c\xd7\xf8\xc9\x26\x73\xd7\x0b\x06\xd5\x8c\x29\x05\xaf\x70\x0e\x61\x80\x90\x1c\x2b\x24\xc4\x80\xa4\xb0\xfe\x3e\xf0\x1d\x5e\x87\xf2\x74\x82\xef\x05\x65\x11\x0a\x9d\xee\x5b\xad\x4b\x9e\x0f\x7b\x27\xe4\xfc\xcc\xf7\x98\x76\x96\x4e\xbc\x75\x6d\x3f\x14\xd1\x6a\x87\xc6\xd1\x5f\xca\x86\xb2\x54\x60\x7e\x8f\x75\xde\x8a\x14\xd9\xab\xd1\xd3\x0b\xfd\xa9\xd0\x2c\x7e\x04\xa6\x98\x14\x73\x77\x1c\x99\xd3\xb3\x58\x12\x31\x00\x7a\x97\x73\x0e\x39\x3f\xcb\xb6\x87\x6b\x48\xc9\xc6\xc9\x40\x9f\x2c\x63\x21\xd4\x02\xdf\xa2\x61\x9a\x8c\xb7\xf3\x6d\x3e\x02\x4f\x98\xfb\x71\xc4\x86\xe4\x1a\xe0\x81\x1d\x16\x54\x09\x51\x86\x98\x2b\x7a\x50\x6d\x25\xe6\xd5\xa5\x18\x75\x0a\x82\xde\x98\x92\x37\xb1\x95\xa6\x74\x70\x9a\x62\xb6\xdf\xea\x52\x9c\xb7\x2b\x84\x52\xe5\xdb\x31\xfb\xce\x8b\x37\x2f\x21\xcb\x60\xfd\xfc\xc1\xa6\x24\x63\x60\xee\xa6\xa4\xaf\xe3\x3c\xc6\xb5\xf3\x3e\xfe\x59\x8f\xe3\x84\xef\x65\x00\xb5\xd3\xd8\x6e\x5b\x13\xf3\x2b\x1d\x5f\xc6\x0f\x5f\xa0\xe3\xcc\xd9\xf9\xe1\x90\x1d\x86\x89\x1e\xb2\xa8\x3c\x1d\xbe\xd6\xbc\xfc\x96\x57\x5c\x15\xc2\x1c\x6e\xed\xf2\x2c\x5f\xf5\x83\xbd\x58\x86\x75\x09\x99\x82\x5b\xae\xec\x8d\x25\x7b\x19\x29\x23\xfe\x4f\xea\x00\x59\xa0\xd2\xa8\xb8\x3e\x3d\x5e\xbe\x57\xdf\xd8\x51\x67\x3a\x76\xe2\x55\x97\x27\x9d\x6f\xd9\x29\x9d\x61\x21\x8d\x5e\x3c\x1d\xe0\x11\xce\x1f\x4e\x62\x1d\xdf\xd4\xe8\x75\xa1\x99\xfd\x44\x68\x15\x4b\xae\x16\x8f\xc2\x8b\x83\xe6\x7d\xd7\x14\xf2\x39\xdd\x1d\x29\x0a\xec\xc3\x07\x5e\xcb\x85\xd1\x4d\x3d\xf9\x48\x89\xd2\x4f\x3e\x5e\x49\x55\x9e\x7c\x88\x62\x73\xf2\x11\x4c\x10\x71\x73\x88\x4a\xac\xc4\xc3\xbd\xe9\x03\x57\x5d\x86\x41\xfa\xdf\x04\xda\xd2\xa8\x6e\x66\x95\xb4\x4b\xdf\xb4\x40\x93\x76\x3c\xf8\x0e\x48\xe9\xe3\x8a\xbd\xbb\x7c\x7d\xce\x32\xcf\xfa\x42\x57\x95\x28\xa2\x4b\x7b\x0a\xaf\x02\x8f\xc6\x2d\x89\x47\x69\xc7\xa3\x65\x38\x92\x01\x01\x47\x27\xfb\x96\x6f\xb6\x6b\xe5\xfc\x3e\xa2\xd7\x55\xcb\x9e\x3e\xfd\x13\x17\x66\x21\xcc\xd3\xa7\xbe\x19\x51\x1e\xe0\x7e\x35\xfe\xd5\xaf\xff\x4f\x4a\xaf\xd7\xa5\x82\xec\xcd\x93\x39\x6e\x3b\xd7\x77\x3a\x01\xd0\x82\xab\xc3\x43\xcc\xa3\x49\x07\x1f\x99\x87\xe1\x80\x84\x44\x19\x98\x49\x83\x5d\x12\x0d\x91\x45\x1f\xc1\x6e\xb8\xf7\x07\xd5\x21\xe5\xa8\x02\xef\xc8\xd0\x9e\x10\x68\x25\x9f\x87\x1e\x91\xd8\xf9\x99\xdf\x15\xc3\x77\xf0\x33\x55\x59\xc6\xa4\x78\x32\x78\x4d\x83\x98\xdc\xab\x52\x71\xcc\x92\x3b\xde\x4a\xcf\x97\xee\xfe\x5b\x59\x72\x5a\x75\xe0\xf3\x7c\xe0\x7b\x3c\x0b\x63\xa5\xdb\xc8\xe2\x84\x5e\x62\xb4\x80\xe8\x51\xff\x9e\xe9\x49\x5e\x95\x63\x83\xde\x0b\xfb\xd6\xcd\xa6\xd6\xdb\x0b\x10\x93\x0b\x07\x31\x10\xf5\x81\x81\x56\x83\x9e\x01\x47\x40\x9d\x3b\x0e\x0b\x7d\x6e\x1f\xbc\x67\xb4\x9a\x1b\xa1\xdc\x08\xfc\x5f\x6e\xd7\xb8\xee\x34\x53\x78\xdb\x01\xcf\x16\xf4\xae\xe9\xb8\xce\x0d\xa0\x1e\x41\xaa\x4c\xeb\x74\x25\x62\x64\xea\x03\x89\xf0\x98\xc6\x0f\xfc\xb1\x2e\xe3\x88\x16\xbd\xe5\xb6\x43\xd9\xf2\x26\xa0\x3d\x00\xf2\x47\xb3\xc6\xb1\x12\x83\x88\xc9\xef\xe4\x38\x78\xe5\x82\x62\x61\x8b\xa5\x28\x1b\x70\x1a\x72\x1a\xd4\x4a\x2a\xd0\x09\x1e\x6a\x20\xc9\x38\x66\x70\xbb\x10\xa2\xa5\x63\x6c\xf9\xee\xda\x49\xa1\x55\x21\x6a\x67\x27\x04\x55\xaa\xc5\x28\x84\x4a\x4f\x00\xce\x88\xab\x72\x94\xe8\x37\x39\x60\x79\xda\xf6\x52\x38\x2e\xab\x50\xda\x2a\xb6\xca\xe2\x28\x53\x1a\x63\x78\x98\xb5\x72\x25\x2b\x0e\x75\x4f\x21\x45\x45\x28\xd9\xe9\x97\x1c\xd0\x46\x1f\xdb\x21\x9b\xbe\x12\x9b\x0f\xcf\x7f\xf4\x77\xf6\x8f\x27\x2f\xe7\x73\x51\xb8\x0f\x27\x17\x58\xca\xf0\xe3\x34\x24\x8e\x81\x3b\x3d\x1c\xf0\xf6\x6f\x8d\x17\xa1\x33\xc3\x8b\xab\xe0\x51\x03\xe5\x03\x28\x5b\x0c\x56\x3f\x0d\x0f\x87\x27\x6c\xc4\xa6\xa0\x92\x1b\x5d\x89\x71\x9b\x32\x94\xe8\xee\xad\xbe\x20\x52\x4f\x43\xeb\x4e\x43\x4a\x4c\x9c\x47\x75\x9f\xbc\xd5\x2f\x31\x56\xef\xe4\x57\xcf\x9e\x3d\xc3\x1b\xef\x88\x4d\x4b\x69\xaf\xc0\x47\xd8\xda\xf2\xe4\x1c\x2c\x1d\x39\x7c\xf4\x4e\xee\x3b\xea\x1e\xc1\x81\x84\x0b\xb7\xa7\x72\x06\x49\x74\x49\x41\xc3\x8e\x70\xe1\x47\xd6\x81\x92\x14\x49\x57\xbb\x99\x07\xd2\xee\x8e\x12\xe8\x41\xb6\x76\x5b\xd7\xc8\xb5\x85\x54\x83\xe7\xe9\xd3\x32\x5e\xbc\x50\xc3\x99\xf3\xb5\x0e\x92\x0c\xa8\x00\x45\x67\x91\xba\x27\x51\xb2\x41\xa9\xd9\x0f\xf1\x5c\xf9\x18\x56\x62\x7b\xa8\xb6\x3e\x88\xec\xbd\xaf\x4e\x18\xf4\xc1\x5a\xa8\x00\xb4\x57\x2d\x3c\x60\xad\x4a\xc5\x7b\xa9\x86\x71\xbc\x5e\x7d\x30\xfa\x29\xec\xd4\x09\x41\x25\x3c\xee\x9b\xf1\x0e\xdd\x0f\x40\xde\xb0\x26\x77\xd0\xfc\x32\xbd\x9e\xfd\x4b\xff\xdb\x53\xff\xeb\x2c\xf7\x2f\xa0\xfd\xd1\x88\xff\xb3\xba\x5f\xbe\x79\xee\x45\xfb\xdb\x3b\x41\x67\xa6\x18\x61\x7e\xb7\xa8\xe5\x15\x5a\x59\xd7\xab\xe8\x81\xef\xce\x1d\x81\x27\x07\x3b\xdf\x39\x1b\xe6\xab\xc1\xf1\xc1\xff\x1f\x00\x00\xff\xff\xf4\x59\x32\x45\x22\x0b\x01\x00"), }, } fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ diff --git a/resources/traits.yaml b/resources/traits.yaml index dae6f5aa01..292ebf3a8c 100755 --- a/resources/traits.yaml +++ b/resources/traits.yaml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # --------------------------------------------------------------------------- - + traits: - name: 3scale platform: false @@ -351,10 +351,13 @@ traits: CronJob instead of a standard deployment, in order to save resources when the integration does not need to be executed. Integrations that start from the following components are evaluated by the cron trait: `timer`, `cron`, `quartz`. The rules - for using a Kubernetes CronJob are the following: - `timer`: when periods can - be written as cron expressions. E.g. `timer:tick?period=60000`. - `cron`, `quartz`: - when the cron expression does not contain seconds (or the "seconds" part is set - to 0). E.g. `cron:tab?schedule=0/2${plus}*{plus}*{plus}*{plus}?` or `quartz:trigger?cron=0{plus}0/2{plus}*{plus}*{plus}*{plus}?`.' + for using a Kubernetes CronJob are the following: - `timer`: when periods is set + in absolute times in milliseconds with no remaining seconds, for example 120000. + If there is any second left as in 121000 (120s and 1s) or the presence of any + ot these parameters (delay, repeatCount, time) then a CronJob won''t be created. + - `cron`, `quartz`: when the cron expression does not contain seconds (or the + "seconds" part is set to 0). E.g. `cron:tab?schedule=0/2${plus}*{plus}*{plus}*{plus}?` + or `quartz:trigger?cron=0{plus}0/2{plus}*{plus}*{plus}*{plus}?`.' properties: - name: enabled type: bool