From 1be1f658b45e5695e398ce11687a3b26fbb1dc03 Mon Sep 17 00:00:00 2001 From: oilbeater Date: Wed, 11 Apr 2018 22:52:42 +0800 Subject: [PATCH] disable lua for arch s390x and ppc64le LuaJIT is not available for s390x and ppc64le, disable the lua part in nginx.tmpl on these platform. --- cmd/nginx/flags.go | 13 +++++++++---- internal/file/bindata.go | 2 +- internal/ingress/controller/config/config.go | 1 + internal/ingress/controller/controller.go | 2 ++ internal/ingress/controller/nginx.go | 1 + rootfs/etc/nginx/template/nginx.tmpl | 9 +++++++-- 6 files changed, 21 insertions(+), 7 deletions(-) diff --git a/cmd/nginx/flags.go b/cmd/nginx/flags.go index 397d591a4..1dfde62fa 100644 --- a/cmd/nginx/flags.go +++ b/cmd/nginx/flags.go @@ -195,10 +195,14 @@ func parseFlags() (bool, *controller.Configuration, error) { glog.Warningf("Check of SSL certificate chain is disabled (--enable-ssl-chain-completion=false)") } - if *dynamicConfigurationEnabled && (runtime.GOARCH == "s390x" || runtime.GOARCH == "ppc64le") { - b := false - dynamicConfigurationEnabled = &b - glog.Warningf("Disabling dynamic configuration feature (LuaJIT is not available in s390x and ppc64le)") + // LuaJIT is not available on arch s390x and ppc64le + disableLua := false + if runtime.GOARCH == "s390x" || runtime.GOARCH == "ppc64le" { + disableLua = true + if *dynamicConfigurationEnabled { + *dynamicConfigurationEnabled = false + glog.Warningf("Disabling dynamic configuration feature (LuaJIT is not available in s390x and ppc64le)") + } } config := &controller.Configuration{ @@ -225,6 +229,7 @@ func parseFlags() (bool, *controller.Configuration, error) { UseNodeInternalIP: *useNodeInternalIP, SyncRateLimit: *syncRateLimit, DynamicConfigurationEnabled: *dynamicConfigurationEnabled, + DisableLua: disableLua, ListenPorts: &ngx_config.ListenPorts{ Default: *defServerPort, Health: *healthzPort, diff --git a/internal/file/bindata.go b/internal/file/bindata.go index 337279a91..eefebfbef 100644 --- a/internal/file/bindata.go +++ b/internal/file/bindata.go @@ -175,7 +175,7 @@ func etcNginxNginxConf() (*asset, error) { return a, nil } -var _etcNginxTemplateNginxTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x6f\x1b\xb7\xf6\xe0\xff\xf9\x14\x84\xec\x45\xec\xc0\x92\x9c\xde\x34\xb7\xd7\x86\x77\xd7\xb1\x93\x1b\x6f\x9d\xc4\xb0\x9c\xf6\xe2\xb7\x58\x08\xd4\xcc\x91\x86\xf5\x68\x38\x25\x39\xb6\xd5\xac\xf6\xb3\x2f\xf8\x9a\x21\x39\x9c\x91\x9c\xa6\xe9\x03\x9d\x00\x81\xc5\xc7\xe1\xe1\x21\x79\x48\x9e\x17\x3f\x7d\x42\xbb\x38\xcf\xd1\xd1\x09\x1a\xa1\xf5\xfa\x89\xfc\xcd\x81\xdd\x01\xe3\x2a\x6d\x62\xfe\x36\x59\xc9\x7c\xa1\x92\xcf\xe6\x0b\x9b\x74\xc1\x2f\xae\x7e\x78\xf9\xba\xc0\xb3\x1c\x52\x95\xe9\xa7\x98\x62\x19\xe0\x5c\x64\xbf\x7c\xbc\xbe\x50\x65\xde\x36\x3f\x4d\x81\x19\x4e\x6e\xa1\x48\x75\xb3\xaf\xec\x0f\x93\x59\x32\xfa\xb0\x7a\x0b\x38\xb5\x78\x5d\xc9\x84\x09\x08\x9b\x66\xca\xe1\x34\x75\x4b\x9d\x36\x3f\xd7\xeb\x27\xb2\x04\x99\xab\x4e\x8c\x34\x76\xef\x68\xca\x21\xa9\x18\x11\x2b\x59\x20\xa7\x38\x9d\x2e\x69\x5a\xe5\x80\xc6\x20\x92\x71\xb1\x20\xc5\xc3\x58\xa7\xf0\x71\xb1\x78\x98\x66\x42\x94\xb2\x88\xad\x66\x8a\x8f\x38\x3d\x96\xe0\xa1\x48\x6d\x4b\xb3\x8a\xe4\xe9\x87\x12\x0a\xc1\x70\x42\x8a\xc5\x25\xc5\xa9\x26\xa0\x2c\x90\x62\x58\xd2\x02\xd1\xf9\xfc\xf8\xc9\x93\x7b\xca\x6e\x81\x4d\x4b\x46\x13\xe0\x1c\x38\x32\xa4\x1e\xfd\xa8\x32\xae\xea\xf4\xf5\xfa\xd8\x74\x62\x21\xd0\x5e\x0e\x85\x5b\xec\xac\xac\x4e\xe7\x73\x52\x10\xb1\xda\x47\x87\xb2\x15\x03\x37\x29\xab\x29\x36\x39\x01\x68\xa7\x8e\x05\x6e\xbb\x50\x92\x14\x8d\x59\x55\x68\x22\x8c\x4a\x92\xda\xb6\x0b\x40\xa3\x77\xf8\x41\xf6\xed\x0d\xc9\x81\x7b\x8d\xb1\x9c\x2c\x89\x98\x16\x74\x4e\x72\x90\xad\xf9\x45\x83\x46\x3e\x7d\x1a\x3f\x43\x92\xa6\x47\x63\xd3\x0e\x65\x8b\x31\x14\xe3\x94\x26\x9a\xe0\x09\x65\x60\x89\x9c\x89\x65\xbe\x63\xda\xe1\x59\x25\x52\x7a\x5f\x4c\x05\x59\x02\xad\x04\x7a\x36\x56\x73\x60\xfc\x0c\xe1\x3b\x4a\x52\x74\x8f\x89\x20\xc5\x02\x09\x4a\x51\x4e\x8b\x05\x4a\x2b\x26\x7f\x63\xc4\x40\x0e\xb4\xae\xd0\x05\xcd\x27\xd3\xc4\x64\xdf\x98\xdc\xf5\x1a\x1d\x3f\x79\x02\x77\x50\x08\x8e\x3e\x3d\x41\x08\xa1\x65\x95\x0b\x32\xc5\x49\x02\xa5\x40\xe6\xa3\xc5\xb1\xca\xb3\xe3\x40\x8b\x02\x12\x41\x68\xc1\x51\xdd\xc0\x3b\xfc\x60\x86\xc2\xc9\x95\x54\x92\x15\x2b\x0e\x28\xfc\xa0\xa4\x79\x7e\xfc\x64\xfd\xe4\x89\xa4\x9b\x69\x3d\xaf\xf0\xb4\xc4\xc9\x2d\x5e\xc0\x34\x29\xb1\xc8\xd0\x60\x5c\x71\x36\xce\x69\x82\xf3\x71\x4e\x66\xe3\xbc\xc2\xe3\xff\x21\xa7\xa9\x4e\x27\xb3\xf1\xc3\x77\x2f\xa7\x2f\x5f\x0c\x73\x52\x54\x0f\xc3\x45\x51\xa9\x22\xdf\x8e\x9e\xeb\x62\xc7\x83\xe3\x16\x64\x03\xb8\x59\x19\x1a\x68\x5e\xe1\xe3\x20\xf1\x0e\x8a\x94\x32\x9b\x17\xc3\x44\x66\xc8\x36\x54\x23\x76\xb9\x5c\x56\x78\x92\x61\x06\xe9\x39\x51\x94\xc0\x8c\x00\x6f\x18\x92\xe4\x54\xa3\xf3\x55\x81\x97\x24\x39\xa3\xc5\x9c\x2c\x2a\x86\x65\x39\xcb\x6b\x54\x81\xb3\xf9\x62\x74\x4e\xb8\x4c\xb9\xac\xf0\x35\x70\xb1\xfa\xf1\xf4\x8d\x9a\x6e\xb2\x2d\x39\xd9\xa7\xb3\xd5\x54\x76\x6c\x96\xd3\xe4\xd6\x90\x50\x7e\x0c\x7e\xae\x08\x83\xbd\x01\x93\xb5\x46\x72\xee\x0d\xf6\xeb\xdc\x84\xe6\x39\x24\x62\x81\xd9\x0c\x2f\x60\x6f\x60\x7e\x0f\xf6\x9f\xd4\x45\x54\x2f\x15\xcd\x14\x84\xe9\x3d\x9e\xa3\x93\x10\xec\x3d\x9e\x3b\x50\xbd\xc2\x23\x89\xdd\x9e\x03\xd0\xb0\xac\x4d\x1d\x5f\xaf\xeb\x1a\xc3\xa1\xea\x22\x32\x5c\x2b\x40\x8d\xde\x1e\x20\x06\xbc\x69\xc0\x24\xa0\x13\x54\x26\x38\xcf\xf7\x0c\xae\x07\x68\x90\xb8\x0d\x39\x08\x4b\x0e\x40\x05\xa2\xb7\x48\x64\x50\x3c\x71\x66\x26\x63\x94\xc9\x4e\x2a\x08\x68\x8e\x49\x0e\xe9\x11\x1a\xa0\xd1\x08\x09\xca\x85\x5c\x7e\x7b\x0c\xf8\x7e\x03\x0b\x72\x0e\x0e\x04\xaf\x49\x45\xb8\x06\x7f\x28\xd2\x6d\xb0\x9e\xe1\x1c\x17\x09\xb0\xaf\x83\xb0\x6d\x2d\x82\xab\x33\x82\x86\xdb\xc9\x5f\xeb\x7a\xc2\x3f\x62\x58\xd5\x94\x35\x4c\xa4\x63\xe6\x5a\x44\x46\x4e\xd9\xbd\x7d\xd3\x64\x1b\x0d\xc5\x27\xef\x41\x31\x18\x91\x01\xba\xc3\x79\x05\x88\xce\xd5\x8f\x4c\x6d\x99\xe8\x3f\xc3\x37\x94\xdd\x63\x96\x42\x2a\xff\x42\x82\xa2\x19\x20\x89\x98\xfc\xd3\xd6\x5c\x00\x9d\x92\xd2\xcc\x36\xcd\x53\x9d\x0e\x4a\x0e\xf7\x91\x83\xda\xad\xaf\x18\x15\x34\xa1\xb9\xc5\x81\x01\xce\xa7\xa4\x9c\x9a\xe6\xd4\xa7\xf6\x79\xb9\x11\xaa\x92\xc7\x35\xe6\x39\x87\xbe\x6a\x96\x99\xd6\x08\xbf\xa1\x4c\x6f\xfc\x35\x2b\x75\x36\x1d\x17\x0a\x93\xfb\x38\x27\x77\xe0\xb0\xeb\x4f\x9f\x10\xc3\xc5\x02\xd0\xae\x60\x15\x17\x90\xca\x0e\x1e\x9d\xe8\x26\x54\x57\xae\x01\xe7\x17\x57\x67\x17\xe7\xd7\x16\x2b\x0e\x62\x6a\x61\xce\x19\x5d\x5a\xac\x1c\x08\x1d\x98\xf8\x94\xfa\x37\xd0\x8b\x2b\x6f\x94\x52\x2c\xf0\x0c\xcb\xdd\xbf\xe2\x90\x4a\xd2\xa7\x20\x80\x2d\x49\xa1\x07\x20\xa1\x55\x21\xd8\x0a\xa5\x50\x42\x91\xca\x1d\x8e\x16\x3a\x23\x27\x50\x08\x74\x71\x85\x70\x9a\x32\xe0\xdc\x1d\x9d\xbe\x6d\x57\x66\x34\x87\x9d\x05\x50\x52\xba\x3b\x70\x00\x46\x64\x84\x23\xc2\x2d\x93\x93\x08\x26\x38\x4f\xaa\x1c\x0b\x40\x82\xc9\x83\x47\x82\xe6\x94\x21\x52\xa4\xe4\x8e\xa4\x15\xce\x6b\x9c\x2b\x2e\xf1\xd5\x7d\x26\x1a\x6b\x2e\xb0\xa8\x38\x2a\xf1\xc2\x99\x4d\x1a\x07\x5b\x4b\x7f\xce\x8e\xa3\xb2\xc7\x0a\xcc\x28\xc5\xe2\xd8\xad\x23\x4f\x36\xf5\x17\xab\x73\x49\x04\x9c\x11\xb1\x0a\x6b\x52\xb6\x40\xfd\x35\x2f\xae\x4e\x27\xef\xab\x65\x58\x51\xcf\xe1\x66\x62\x39\xd3\xaa\x63\xdc\xf5\x72\xff\x41\xf0\x89\xee\xbc\xe9\xf5\x5d\x46\xb9\x98\x1a\x12\x4e\x35\x61\xa6\xbf\xd0\x02\x10\x57\x9b\xe4\x51\xac\xc0\x91\x5d\x0b\x35\xb8\xff\xa2\x05\x4c\xc8\x2f\x50\x4f\xc0\x28\xdc\x39\xc9\x85\x66\x2f\x72\x2a\xdf\x42\x73\x52\xfc\x41\xf0\x73\x98\xe3\x2a\x17\x6f\x54\x99\xef\x61\xd5\x35\x97\x31\xa1\x28\xfc\x44\xc6\x00\xa7\xfc\xd8\x16\x98\xde\x33\x22\xdc\x63\x8d\xa4\x8f\xca\x14\x49\x39\x2d\x68\x59\xf1\xcc\xcf\x6c\xf2\x52\xc8\xf1\xaa\x5d\x31\xa7\x8b\x29\xaf\x66\x72\x06\x02\x17\x41\x26\x03\xd9\x21\x79\xae\x4b\x69\x25\x9c\x43\x58\x53\xe4\x16\xa0\xc4\x39\xb9\x83\xfa\xf8\x57\x77\xfe\x7b\x80\xf2\x54\x66\xa1\xf5\xda\xf4\xa1\x29\x6d\x1a\xe4\xed\xd2\xd7\x36\x47\x12\x4a\xd5\xd2\xab\xd1\x70\xad\xe9\xac\x9a\xcf\xe5\xb1\x53\x0e\x8b\xcf\xc2\xce\x54\x39\xcd\xbc\x5e\xa9\x52\xde\xd8\xf9\x60\x6a\x74\x11\xea\x01\xd3\x9c\x5a\x4d\x0f\x72\xcc\xe4\x39\x31\x82\x11\xf7\x80\x5c\xca\x72\x6d\x84\x78\x88\xcd\x8c\xa6\xab\x48\x97\x42\x6c\x5e\xd1\x74\xd5\xdd\x25\x05\xa4\xdd\xa1\x18\x10\xaf\x43\x0a\x86\xe4\x54\xdf\x4c\x97\xf8\x61\x3a\x27\x90\xa7\x3e\x16\x0e\x8c\xb7\x37\x37\x57\xdf\xbc\xc3\x0f\x6f\x64\x29\x0f\x8b\x06\x82\x21\x48\x00\x22\x84\xa0\x09\x52\x83\xd0\x93\x74\x55\x02\x9f\x66\x98\x67\x0a\x50\x88\x04\xfa\xe6\xf0\xc5\x77\xc7\x66\xbb\x90\x27\xda\x69\x81\x97\xf1\x0a\xb6\x35\x7d\xfd\x7e\x8f\x97\xf0\x16\xf3\xec\x1d\x7e\xf0\x70\x6e\x43\x99\x55\xc9\x2d\x08\x0b\x28\x0e\xe5\x95\x2a\xe3\x01\x5a\xe2\x32\x56\xbf\xd5\xf9\x77\xb8\x8c\x40\x50\x20\x34\xd7\xd3\xb4\x8b\x75\xc9\x82\xb8\x72\x6e\xf2\xb1\x3e\x45\xe0\x78\x48\x75\xc1\x89\xe1\x74\x87\x19\x91\x9c\x35\x4a\x1c\x07\xa7\x1f\x6c\xb9\x0e\xf2\x04\x70\x5a\x63\x1b\x85\xe3\x76\x4c\x5f\xe6\x0a\x89\xab\xbc\x53\xf0\x29\x29\x6c\x17\x3d\x22\xfb\x1b\xc2\xc7\xa6\xc2\x45\xd1\xc8\x31\x68\xd1\x9c\x88\xe8\x7c\x5e\xb3\x60\x8d\x2b\x59\x14\xf2\xc6\x4c\x8a\x3b\x9c\x93\xb4\xb7\x95\x0b\x55\xf4\x42\x97\xdc\x06\xbe\x66\x1e\xea\x7e\xcf\xe0\x67\xb3\x73\xa0\xe0\xab\x99\x87\x2c\x77\x0d\x3f\xeb\x4d\xe8\x8c\xa6\x0e\x29\x5a\x5d\x75\xe4\x24\x76\xf7\xa3\x4e\x52\xf7\x16\x1a\x4a\x59\x1a\x09\x8b\x22\x46\x91\xe4\x55\xea\x0b\x73\xc8\x12\x46\x6a\xa1\x6a\x90\xa9\xde\xda\xa6\x32\x09\x09\x78\x10\x63\x79\xc6\xe9\xc2\xf3\x15\xa3\x22\x27\x16\xc5\x99\xfe\x65\xb1\xd3\x3f\xa7\x09\x5d\x96\xd3\x1c\xee\x20\xaf\x69\xa1\xab\x5d\xaa\x34\x3b\x50\xa6\xb4\x42\x25\x28\x78\xa3\xd2\xb6\x3b\x2f\xfe\xa2\x4e\x96\xfa\xf8\x21\xff\xb6\xc8\xc8\x1f\x2e\x2a\xdf\x3a\xc9\xea\x5c\x27\x6f\xd4\x72\x17\x7c\x3e\x7a\xee\x64\x2d\x49\x31\xcd\xa1\x58\x88\x0c\x7d\xf3\xed\x4b\x27\xc3\xc7\x53\x36\xeb\x63\xa9\x0a\xc9\xc5\x4b\x20\x45\xb8\x58\x39\xa9\x77\x98\xad\xba\x86\x70\x07\x9d\x55\x5c\xd0\x25\xb2\x13\x55\x9e\x14\x19\xf0\x92\x16\xe6\xa2\xd5\x9c\xc6\x6f\x0f\xd0\xee\x9d\x3a\x88\x63\x4f\xae\x27\x4b\xe1\xd4\xce\x75\x85\xe3\x2d\x5a\xaf\xdd\x49\x39\x90\x89\x77\x68\xbd\x1e\x44\xb1\x30\x8c\x54\xd0\x5b\x28\xb8\x4b\xe1\x49\x46\xef\x35\xf7\xbc\xd1\x79\x9b\x96\x9f\x91\x90\x51\xd1\x59\x5f\x33\x5c\xb9\x46\xe5\xb9\xc4\x76\x7b\xa0\x4b\x1d\xa1\x38\x82\x3b\x28\xd5\x12\x0d\x74\x8f\x59\x41\x8a\x05\x37\x2c\x45\x5e\xf7\x08\xce\xc9\x2f\x90\x4e\x2d\x9b\x9a\xca\x32\x46\xb4\xa8\x2b\x9f\xa6\x29\x51\xf2\x94\x1c\xe1\x3b\x4c\x72\x05\xa9\xe6\x6a\x47\xa6\xd4\xae\xda\x48\x4a\x9c\x80\x4d\x20\xc5\x42\x5e\x1c\xd4\x0e\x63\xd3\x24\xad\x48\x02\x4d\x9a\x3c\x7d\xcd\x29\x5b\x62\x81\xaa\x92\x0b\x06\x78\x49\x8a\x39\x75\xc9\x78\x49\x17\x6f\x54\x89\xd7\x3c\xc1\x25\xfc\xaf\xc9\x87\xf7\x68\xbd\x06\xf5\xe3\xe4\x27\x4e\x8b\xa6\xbf\x4f\x6b\x59\x90\xad\xf3\xd1\x00\xb5\x4b\xfb\x69\xbd\x38\xc7\xcf\xe4\xce\x85\x2a\x96\x73\x24\x32\x2c\x10\xcf\x68\x95\xa7\x8a\xfc\xb8\x2c\x01\xcb\x4b\x07\xc2\x49\x02\x9c\x8f\x72\xba\xf8\xbc\x0b\x90\xec\x9f\x2b\x80\xd4\xf0\xa6\x1e\x3c\x89\xc6\xae\x39\x0e\x4e\x2b\x46\xd0\x6e\x4e\x17\x0b\x45\xe6\x4f\xae\x24\xc0\xcc\x64\x06\x3f\x7f\x64\xa4\xbe\x53\x4e\x6e\x49\x79\xaa\xa0\x5e\xd2\xc5\xc7\xeb\x4b\xee\xca\x73\xe4\xcc\x35\xe5\xd7\x6b\x74\x78\xec\x5f\xe4\x1d\x16\x86\xcc\x3a\x6e\xf3\x09\x23\x0d\xab\x9b\xa8\x17\x4d\xd3\x13\x35\x5b\x50\xfb\xb6\xdd\xe2\x80\x93\x15\xcf\xa3\x10\xb8\xca\x38\xd2\x4b\xe9\xa4\x3e\x7a\xa8\xd4\xb7\x94\xcb\xd3\xda\x91\x9f\x7a\x45\x99\x12\xa5\x7a\xb3\x86\xcc\x4f\x6a\xda\x45\x31\x72\x9a\xb4\xe0\xea\x8e\x5d\x61\x91\x6d\x09\xd1\x95\x85\xf4\xdf\xcb\xfc\x1e\x2b\x99\xd1\xaf\xec\xb0\x4d\x7d\x2d\x61\x5d\xd2\x85\xbf\x31\x04\xfd\x6d\x1a\x6c\xd5\xb3\xdd\xdd\x0c\x2f\xb2\x69\x5e\x03\xa7\xb9\x16\xab\xca\xba\xf6\xa7\x37\x63\x2e\xca\xbb\x97\xe7\xef\x27\x4e\xdd\xf1\x33\xf4\x63\x06\x05\xc8\x92\x6a\xe1\x20\xcd\xf3\xb9\x92\xab\xeb\xfb\xd7\x3d\x11\x99\x3c\x9e\x63\x34\x68\x84\xda\x03\xc3\xe1\x0f\xd4\x2d\x3f\x92\x81\x08\x47\x1c\x04\x12\x14\x0d\x92\x9c\x72\x18\x04\xcb\xf5\x3e\x83\x02\x2d\xf1\xad\x12\xea\x67\x80\x84\xbc\x9d\x08\xdb\xea\x08\xa1\x9b\x8c\x70\xb4\x04\x5c\x18\x6e\xb0\xa2\x15\x4a\x70\x21\xb9\x01\x27\xcb\x32\x5f\x29\xa1\x95\x0f\x74\xa0\xcf\x9b\x0d\x2b\x46\x0d\x66\x68\x57\xad\xff\xc4\x41\x55\xee\x4e\x3f\xc2\x6c\x42\xe5\x19\x11\xf1\xaa\x2c\xe5\x90\xce\x20\xc1\x12\xb4\x12\x61\x10\x8e\x12\xcc\x41\xf7\x33\x68\x2c\xd2\xeb\x7b\xc5\xb1\x66\x50\xf7\x7d\xa0\x3a\xaa\x08\x2c\x21\x50\x46\x16\x44\x32\x6e\x4b\xdd\x94\x68\x06\x97\xe1\x3b\xe8\x22\x71\x48\x38\x92\x64\xa6\x21\x49\x1e\x54\xd0\x7e\x54\x8c\x28\xa6\x45\xe0\x09\x29\x12\xd0\x5d\xd4\x65\x53\xb8\x23\x58\x00\x52\x12\x2f\xbf\xd1\x42\xf2\xee\xdc\xcc\x91\x19\x64\xf8\x8e\x50\x86\xee\x41\xe3\x5d\x0b\x10\x09\x97\x9c\x9a\x51\x9c\x64\xa3\x06\xc2\x0e\xba\x06\x81\x0d\x1a\x96\xbd\x69\x50\x19\x2e\xd2\x5c\x9d\x09\xe7\xa8\xbe\x7f\xf7\xce\xb8\x86\x41\xab\xe1\xac\xca\x05\xc3\x29\xa0\xdd\x66\x5c\xeb\xb4\x4f\x2d\x9e\x5a\x7f\xa6\xc8\x71\x5d\xe2\xe9\xd3\xe0\xe0\xab\x26\xad\xc7\x82\x65\xa3\x76\xb9\xb9\xa2\xc9\x1e\x61\x25\xda\x15\x19\x58\x49\xa2\xc1\x67\x0b\x59\xaa\x26\xda\xbf\xc1\x13\xf7\xa9\x51\x51\xc5\x91\x2d\xdf\xdd\xbf\x5d\x5f\xf4\x3a\x95\x40\xa2\xfc\x28\x5e\x9b\xc1\x92\x0a\x08\x6a\xb5\xc4\xde\x3b\x48\xc9\x43\xd5\xce\x3b\x7d\x90\xa7\x06\x4d\x01\xdd\x6c\x7d\x06\x4c\x28\x63\x90\x88\x7c\xa5\x64\x86\x89\x9c\x61\x9c\xe7\x72\x8f\xca\x29\x4e\x49\xb1\x08\x86\xb4\x0d\x69\xb7\xc4\x9c\x4f\xcd\x56\xc1\x93\x0c\x96\xbd\x83\xdb\x01\xa6\x67\xb0\x77\x35\xd0\x63\xbf\x77\xea\x26\x25\xd1\x8d\xb5\x8f\x8b\xd4\x56\x43\x98\x81\x22\x82\x5c\x08\x73\xca\x12\x50\xec\x33\x25\xb2\xdb\x75\xe7\x06\xa6\xf4\x51\x04\xda\x40\x92\x5c\x97\x9f\x0a\xaa\x0e\x2a\xbc\xaf\x87\x87\x4d\x5f\x06\xea\xdc\x23\xff\x1b\xe8\x84\xe7\x41\x1e\x77\x32\x9f\xb7\x26\x74\x84\x56\x92\x07\x6a\x1c\xcd\x41\x5a\xa5\xf4\x60\xd3\x01\xa4\x87\xde\x56\x09\xe8\x94\x6b\xab\x52\x2e\xf8\x64\x72\x79\x85\x39\x17\x19\xa3\xd5\x22\x0b\xd4\x28\x3b\x0a\x7f\x8d\x9b\x36\x7b\x18\x5d\x12\x2e\xa0\x90\xfb\x32\x1f\xc9\xba\x6a\xb1\xac\xd7\x72\x58\x5e\xbc\xf8\x87\x62\xf7\x11\x6d\x88\x2c\xdf\xd0\xa3\xd5\x71\x9d\x12\xd0\x60\x53\x8b\xde\xf7\xe2\xc5\x3f\x8e\xfb\x96\x6a\xd0\xa2\xa5\x07\x6a\xaf\xd6\x5f\x89\xe1\xdb\x9b\x9b\xab\xc9\x97\x46\xcf\xbb\xd7\x7c\x98\x29\x46\x3f\x03\xc3\x16\x50\x46\xb9\x08\x26\x9b\x4c\x92\x8c\x91\x70\xfd\xe7\xc6\x95\x2c\x4b\xf5\x2d\xde\x26\xbf\x77\x62\xeb\x76\x25\x6a\xd3\x06\x8f\x47\xb1\x91\x4d\x88\xd4\x7d\xea\x3a\xba\x9f\xd1\x65\x59\x09\x78\x53\xe5\xb9\xb7\x83\xd4\x53\xfa\x47\x90\x67\x9c\xa7\x42\xed\xa7\x86\x89\xcb\xcb\xb0\x8b\x85\x9c\xc6\xf6\x8c\x22\x77\x54\xb9\xbd\xd4\x3a\x3b\x03\x87\x41\x99\xe3\x04\xb8\x29\x50\x73\x73\x65\x3f\xc1\x29\x2d\x7a\xe8\x24\xe1\xef\xce\xab\x3c\x6f\xa5\x7a\xb3\xcb\x2e\xd3\xb3\x0d\x1b\x59\x8b\xae\x83\x68\x93\x07\xd1\x3d\x6b\xd0\x43\xee\xc1\x86\x0a\xdb\xec\x74\x9d\xb8\x68\xa2\x4e\x1d\xd2\xf5\xa3\xd2\x5b\x5e\x2f\x93\x7a\xf3\x44\x9d\x22\x0b\x79\x0b\x9f\x92\x62\x6a\x37\x83\xe6\x22\x27\x57\x9e\x97\x63\xbe\x46\x2e\xc0\x40\xa9\x62\xf4\xdd\xc2\xf9\x6a\xbd\x08\xe7\x79\x4d\xab\x46\xf6\xa3\xb9\x96\x49\xac\x45\x7a\x3b\x48\x54\xac\x40\xb4\x40\x1c\xb8\x12\x2c\x25\x38\xc9\xb4\x01\x0e\x4a\x19\xe6\x82\x24\x38\x97\x5b\xfa\xb2\x64\xf4\x0e\x50\x09\x4c\x49\x0d\x8a\x04\xc2\x49\x3f\x99\x5c\x4e\x34\x90\x33\x9c\x64\xf5\x78\x48\x74\x0c\xf0\x69\xa2\x32\xe4\xc9\x4a\x90\xe2\xe8\xf9\xe1\xe1\xa1\x55\x8a\x4d\x26\x97\x47\x0e\xaa\x2e\x20\x5f\x78\xee\x40\x0b\xad\x7e\x9a\x7a\x8d\xaa\xa1\x43\x2e\x83\xf3\x9c\xde\xd7\x86\x0b\xb2\xbf\xf2\xa8\x62\x69\x20\x88\xbc\x28\xf0\x48\x83\x2a\x3d\xde\xe9\x1b\x93\xb9\x51\x14\xdb\x08\x9b\xf6\x60\x59\x8a\x55\x1c\xd0\xf7\xb0\x42\xfb\x31\x1a\x6a\x24\x94\xae\xcf\x11\x90\x1a\xd4\x46\xb7\xb0\xea\xe8\x32\xcf\xc9\x22\x93\xa7\x33\x06\x69\x95\x68\x96\x22\x29\x38\x14\x74\x38\x27\x8c\x8b\xe1\x6c\x25\xa0\x6e\xce\x55\x0c\x39\x04\x0e\x34\x41\xfd\x1d\x3a\x23\x65\x06\x8c\xef\x37\x7c\xaf\x4d\xf7\x44\x0b\x12\x25\xf9\x13\x5d\xbc\x46\xc1\xfc\x46\x4f\x9d\xf6\x0d\x48\x2d\x50\x6a\x66\x3b\x28\x5c\xf5\xe2\xb2\xd5\x7a\x35\xb8\x11\x6c\xcf\xdf\x5e\x61\x86\x97\x6d\x6c\x35\x86\xe7\x6f\x91\x32\x8e\xdb\x52\xfe\x24\xf1\x72\xe5\x4f\xf2\x77\x9a\x95\xb2\x85\x1a\x6f\xf3\xdb\xa5\xaf\x41\xa2\x5f\x8c\x5c\x0b\x2a\xf5\x51\xc9\xd8\xa2\xdc\x5c\x4e\xae\x21\xa1\x2c\xe5\xee\xb4\x49\x57\x92\x99\x24\x6a\x20\xa7\x39\xb5\x47\xca\x90\x2f\xf1\x7c\x0a\x49\x9a\x4d\x93\x8a\xdd\x79\x03\xfe\xfa\xec\xfc\xed\x99\x4a\x0c\xc6\x7b\xa4\x45\xc0\x4a\x7a\xc1\x1b\x9a\x19\xc1\xb0\x92\x7f\x28\x7b\x00\x3d\x9e\x9a\x85\x93\x42\x00\x4b\xa0\x14\x53\xd0\xd5\xba\xc7\xc8\xc8\xdc\x80\x31\xa5\x84\xb0\x42\x37\x0d\x5e\x1e\x70\xfc\x86\xb5\xbc\x45\xd9\x1f\x48\xe4\x6d\xb5\xf5\x1a\x9d\xa0\xff\xa9\x47\x70\xea\x67\x1c\x07\x6d\x1a\x91\x82\xb3\xd2\x18\xc8\xad\xb7\xe6\xab\xce\xaa\x3f\x95\x13\xc3\x58\xbb\x6a\x11\x70\x7d\x15\x74\x60\xa9\x13\x95\x39\x88\xea\x52\x1b\x3a\x6b\xca\xda\xbe\xbe\x25\x29\x34\x02\x73\xa3\x62\x23\x29\xb8\x22\xf3\xac\xd7\x5e\x26\x3e\xd7\xd5\xf1\xb0\x20\x65\x09\x62\xbf\x35\x70\x89\xa4\x0e\xd7\xb9\xf5\x42\x85\xd4\x4a\x17\x7c\x5b\x2f\xfd\x6b\x89\x4b\xdb\x5a\x08\xbf\x57\x5a\xa7\xa6\xf1\x96\xc6\x54\x0d\x91\xe4\xde\x79\x80\x76\xad\xb0\x50\x51\x6b\xe6\x18\x1e\x37\xf0\xe1\xe7\xa6\xd8\xc8\x30\x57\x6b\x37\x3b\xb2\x7f\xdc\xac\x4a\x40\x83\x84\xd2\x5b\x02\x03\x5b\xbf\x06\x2e\xf7\xbf\xdb\xd5\x50\xf6\xac\x86\xf4\x1e\x2f\xd5\xc4\x6a\x4e\x49\xba\x14\xca\x30\xcf\x4e\xbc\xa2\x61\xa3\x67\xaa\x99\x30\xf5\x2d\xe6\x4a\x20\x28\x7b\xf6\x39\xf5\x2d\x42\x8a\x35\xd1\x22\x5f\x1d\x87\x96\x88\x7b\x0b\xc3\x30\xac\x54\xfe\x7b\x6b\x0d\xe1\xda\xaf\x1e\xee\xbb\x67\xa8\xda\x60\xa2\x1e\xd7\xde\xca\x76\x06\x46\x46\xdb\x1f\x3f\xcd\xa5\xd5\xb0\xd5\xfd\x7c\x5d\xa4\x25\x25\x85\xda\x3d\x4d\x7e\x63\xd2\x3e\x3a\x35\x92\x91\xff\x8b\xb4\xc2\x42\x99\x5a\x1d\x39\x05\xac\x84\x56\x59\x12\x60\x92\xf3\x13\x27\xf3\x1d\x7e\x78\x23\xd3\x64\x01\x99\x69\x8f\x0d\x6e\x19\x59\x20\x3c\x33\xa0\x88\x38\x24\xd2\xb9\x7a\xaa\x6c\x98\x23\x8d\x82\x04\xa7\xaf\x94\xd9\x1f\x29\x16\x7a\xc6\x3b\x93\xd9\xe8\x5d\x6c\x11\x38\xcd\x17\x94\x11\x91\x2d\x43\x62\xfe\x3d\xa8\xbf\xd1\xa0\x76\x72\xab\x6d\x39\x55\x3d\x96\xf6\x8f\x69\x6d\x6e\xea\x70\x0c\x4d\x8f\xc3\x91\xfc\xf7\xfc\x18\xed\x20\x75\x8f\xcb\x68\x9e\x02\x6b\x08\x6c\x6b\x76\xd9\x8f\x3a\x16\xa4\xca\xa0\xb6\xb1\x78\xfd\xe3\xcc\x96\xce\x95\xa3\x04\xce\x6a\x4d\xa8\x9d\x65\x89\x4b\xa3\x01\xb8\x27\x79\x8e\x66\xc6\xcc\x95\x36\xe2\x39\x59\xea\xc7\x8c\x08\xc8\x09\x17\x9e\xd1\xaa\x99\x85\xa4\x48\xe1\xe1\xc0\x9b\x8d\xbc\xf1\x84\xf1\xcb\xe6\x34\xd1\x7b\x58\x53\x6a\x74\x69\xd2\xdc\xe2\xbb\xca\x7c\xfe\xe8\xc4\xae\x5e\x53\xab\xa9\xef\xcf\x12\xc2\x6d\x11\x75\x46\x80\xd4\x2f\xd9\x14\xac\x5d\x41\x6c\xf6\xa8\xee\xda\xe8\xec\xe2\xfc\xda\x38\x83\x98\xcd\xf9\x1c\x8a\x95\x92\x6b\x7d\xfa\x84\x4a\x46\x0a\x51\xe3\xfc\x96\x72\x21\x37\x0e\x64\x30\x6d\x6c\x2f\x03\xa1\xb4\xe1\x3f\x12\x92\xb5\x78\x41\x7b\x1d\xb0\x06\xd3\x81\x81\xb7\xef\x73\x31\x47\x69\x19\xe1\x02\xc6\xe0\xb6\xa3\x47\xa1\x7a\x54\x99\x40\xb4\x54\xa3\xfd\xeb\x71\x9b\xb5\x6a\xb5\xb5\xca\x3d\x6a\x4f\x5b\x48\x5e\x63\x01\xca\xb4\xc5\xf1\x4b\x70\xce\x3e\x32\x5b\x59\xc8\x68\xbd\x6d\x6e\xf9\x77\x9c\x94\xbb\xf7\xb6\x5f\x53\x53\xfc\xe2\x3c\x4e\xa6\xc3\xe3\x6e\x2a\xb1\xbc\xa1\x4f\x9c\x34\xcf\x5b\xa4\xd9\x06\x5d\x25\xec\xe9\xc0\x70\x57\x9b\x01\x75\x60\x7d\xe8\x5b\x01\xc9\xa5\xfd\x5f\xb4\x80\x7a\xb6\xb8\xeb\xfb\x39\x1a\x0c\x7a\x24\x84\xce\xda\xc6\x79\x6e\xa4\x53\xca\xd2\x38\x45\x4c\xae\x65\x8d\xfe\x2f\xb4\x00\x3e\x42\xaf\x71\x92\x21\xa5\xf2\xd3\x0b\xc5\x14\xe5\x08\xa3\x14\xb4\x2a\x21\x55\x65\x03\x6d\xd5\xf3\x77\xaf\xd0\xf0\xbf\xa3\xe7\x2f\x91\xc8\x68\xc5\x71\x91\xa2\x97\x2f\xd4\x35\x56\x19\x24\x03\x47\x94\x21\x3c\x93\x1b\xc0\x77\x4d\x91\xe7\xdf\x7c\xe7\x95\x89\x30\x12\xd5\x96\x9c\x3d\x5a\xe7\x6a\x27\x8f\xa4\x46\x33\x81\xf6\x5d\x2e\xa1\x6a\x74\x4d\xc9\xf1\x33\xf4\x4a\xd1\xc2\x30\x26\x2b\xdc\xe1\x68\x6f\xce\xe8\x72\x2c\x28\xba\xbf\xbf\xdf\x8f\x61\x92\x99\x25\x79\x80\x76\x05\x55\xde\x71\xd7\xa6\xf2\xc4\xe7\x6c\x76\x87\x8d\x4c\x38\xab\x59\x52\x36\x38\x46\x92\xf7\x8a\x14\xa9\xd9\x82\x2f\xca\xbb\x17\xee\x04\xcc\x95\x24\x19\x19\xc7\x3c\x55\xd3\xec\xcc\x31\x39\x33\x5a\xaf\x37\x0b\x09\x03\x0f\x81\xc0\xfa\xa6\xb7\xd1\xcd\x5a\x82\x4d\x32\xfa\x76\xdb\x5a\x34\xd3\x27\x39\xff\xfc\x2e\xd5\x7f\xc8\x3b\x75\xaf\x90\xd2\xed\xf2\xd7\x20\xec\x5f\x88\x92\xbe\x25\x8d\x69\xa2\xe5\xc0\xfa\x39\x2b\xe1\xe5\xdf\x2b\xe1\x8b\x8f\xdf\x36\xab\xe0\x7f\x1f\x1d\xfd\x9f\xaf\x44\x59\xdb\xd4\x5f\x84\x9e\xad\xb5\x10\xa4\x38\x2a\x07\x2d\x31\xb2\x87\xbc\x5a\x9e\xd7\xac\xa1\x02\xba\x10\x7f\xf1\xe2\x1f\x6d\xf3\x36\xa3\xc9\x56\x1a\x49\xb9\x5b\xaa\xd3\xe4\x1c\x0d\x8e\xfe\xdb\xdd\xa0\x03\x90\x77\xbf\x60\xa0\xb4\x0f\x96\x5c\x67\x46\x76\x64\x77\x38\x2b\xc1\xb3\x0a\xf5\xf1\x58\xf9\x66\x51\x43\x61\xbf\xfd\xf5\xda\xb5\xe4\xeb\x9d\x72\x9f\xdf\x6c\x77\x13\x1b\xef\x3a\xdb\xdd\x51\xf4\x01\x6f\x47\x1e\x4d\x98\x40\xed\x5b\xf3\xdb\x66\xf0\xe2\xbb\x7e\x38\xda\xed\x7a\xde\x25\x3c\x27\xb8\x75\x6f\x13\xb0\x2c\x95\x1b\xd8\x60\xf2\xfa\xfa\x87\xd7\xd7\x03\x03\xd4\x0a\x2b\xe4\x81\xce\xa2\xdf\x96\x4a\xb4\x04\xeb\xaa\x60\x28\x6e\x44\x5f\x48\xe4\x88\x1c\xb1\xa3\xd7\x52\x7c\x4d\xc4\xbb\x79\xf6\x71\x72\xf3\xe1\xdd\xf4\xf5\xf5\xf5\x87\xeb\x89\x9e\xb8\xfe\x60\xee\xec\x28\x00\xfd\xc3\x11\x1b\xf6\x9d\xfa\x26\xa0\x2b\x1c\x68\x6f\x40\x79\x91\x7b\xff\xef\x8b\xf7\xff\x41\x3a\xbe\x42\x92\x41\x72\xab\x2c\x4d\xb4\xb5\x88\xbc\xf5\x6a\xbb\x29\x79\x44\xe5\xf1\x91\xde\x41\x1f\x8d\x62\xb8\xdb\x36\xc2\x3a\xa6\xa1\x3d\x86\x8b\x94\x2e\x8d\xc7\xe8\x4f\x15\x57\x56\x6b\xda\xe5\xfe\xb6\xa0\xf7\x85\x02\xc2\xf7\x11\xe6\x35\xca\x0a\xac\x44\x55\xab\x3a\xdc\x71\xcb\xb0\x4c\x5b\x68\x4b\x30\x0d\xd3\x39\xb3\x27\x99\x9a\xea\xa4\x38\x72\xea\x68\x13\x95\xf1\x78\x41\x44\x56\xcd\x46\x09\x5d\x8e\x6f\xab\x19\xb0\x02\x04\xf0\xb1\x31\x59\x1e\x6a\x65\xd6\x2c\xa7\xb3\xf1\x12\x73\x01\x6c\x9c\xd0\x42\x30\x9a\xe7\xc0\xb8\x51\x75\x95\xb7\x8b\x71\xb2\x4c\x9d\x1c\xa3\x8c\x59\xd0\x6d\xce\x56\x0d\x51\xac\x13\x41\x33\xae\x2e\x67\xbe\x86\x8a\x83\x11\x42\x29\x4d\x80\xa4\x47\x73\x26\x99\xe1\xe4\x36\xa7\x8b\x13\xdb\xc4\x2b\xfd\xdb\x53\x56\xa2\xee\xc3\xc9\xa6\x6d\xef\xeb\x60\x19\xdb\x2d\x84\x55\xd0\xd7\xf2\x2b\x2d\x12\x18\x0e\x8e\x7d\x8f\x79\xb5\x1c\x83\x20\x21\xde\x7d\x12\x6d\xe9\x33\x62\x3f\xcf\x77\xc4\x2a\xc4\xe3\x4c\xd6\x7e\x31\x5b\x68\xfb\x19\x36\xff\xcd\xa1\x73\x0b\x5f\x47\xba\x30\x26\x7c\x98\x6a\xb9\xde\x30\x9f\x0d\x1d\xdb\xfc\xdf\xb7\x2f\x5e\xa6\x9c\xec\xca\xdf\xae\x4b\x10\xd8\x74\x2a\x8f\x38\xe4\x9b\x48\x06\x5d\xc1\x01\xfc\xea\x46\x9b\x32\x4d\xb1\xc0\xe8\xc4\x87\x36\x5a\x80\x98\x5a\x75\x8b\x2a\xb1\xd7\x06\x63\xb6\x01\x0f\x4e\xe0\xc4\xdf\x7c\xc5\xe2\x61\x04\x0f\x44\xec\xc9\x3f\xe4\x3e\x3c\xbd\x78\x7f\xf3\xfa\xfa\xfd\xe9\xe5\x54\xef\x3f\x9a\x31\xb7\x5b\x69\xc6\xb8\x95\xe5\x45\x1d\x70\x1b\xe2\x78\xb5\x37\xf8\xf0\x7d\xa4\xeb\x6d\x34\x3e\x7c\xef\x97\x5a\xf7\xcf\x22\xc5\x83\xac\x77\x95\x3f\x32\xdd\x8b\x4a\x29\x44\x0b\x9c\x0f\x5a\x13\xe4\x4b\xcf\xb4\x7e\xf8\x2d\x2f\x66\xfb\x45\xbd\x8e\x53\xc2\xcb\x1c\xaf\x8e\xb7\x2e\x69\x3d\x4d\xb4\x93\x56\x88\x60\x70\x3c\x43\x1b\xd6\x35\x17\xd5\xcc\xd2\xd9\xea\x8f\xdb\xfd\x8d\x8c\xd5\xe3\xa3\x72\x34\xa3\xeb\x2f\xa9\xdf\x9c\x2f\xf8\xc4\x50\x66\x08\xcf\xbf\xf9\xa7\xd1\x16\xc4\x1a\xef\xbc\xfc\x36\x00\x8e\x8e\xda\x55\x23\x6c\x28\x85\x62\x25\x6b\xf8\x65\xbd\x1f\x3b\x7a\xe3\x37\x7e\x3b\x33\x40\xf0\x73\x85\x73\x75\x6c\xf1\xe8\xa4\x57\x7e\x4a\x8c\x75\xac\xfd\x8c\xeb\xf0\x12\x3f\x68\xf7\xe1\x96\xc7\xad\xf9\x06\xcf\x0f\x97\xc1\xc2\xd0\x8b\x48\xdb\xa6\x48\x12\x76\x7d\x9f\xc9\x40\x7d\x56\x17\xa8\x54\x50\xc0\x03\xda\x64\x8c\xcc\x9b\xe8\x54\x89\x9a\x4e\xf8\x5d\x74\x5c\x1b\x10\x42\xff\x19\xaa\x4b\xc9\x8b\xc3\x17\xdb\x8c\x60\x37\xbb\xb1\x3f\x87\xe6\x50\x31\x34\x2c\x3a\xce\x7e\x1e\xb1\x50\x90\x67\xf4\xd0\xa4\x19\x63\x99\x96\x2a\x6c\x2b\x26\xb0\x05\xc0\xb0\x23\x8f\xe3\x06\x5b\x5e\x01\xd6\x4f\x9e\x58\x1d\xef\x13\xe4\xbb\xce\xa9\x18\x06\x8d\xfe\xd7\xf3\x9a\x9b\xe8\xf4\x98\xfb\xec\xaf\x70\xed\xda\xc6\x91\xaa\xc1\x2a\x6a\x15\xb2\xd9\x37\xa9\xb6\x0e\xbc\x39\xbb\x42\xc6\x75\x90\x87\x17\xd9\x03\xb4\x2b\x92\x72\x52\xdf\x63\x47\x37\x67\x57\xaf\x02\x43\x8c\x5a\x19\x2a\x92\x52\x59\x51\xd4\x35\xac\x7e\x37\x48\x35\x00\x94\x46\x43\x39\x35\xf6\x17\xe9\xce\xad\xbd\xb6\x02\xb4\x7f\x3a\x40\xbb\x60\x34\xd3\xea\xf6\xdd\x54\x75\x15\xd6\xc1\x85\x1a\xb5\x3e\x65\x4c\x64\x2a\xd4\xca\x6c\x23\x1d\xac\xd3\x0d\x12\x71\xdf\x0a\xf4\x5b\x48\xed\xa3\x78\x06\xc2\xcb\xd6\x18\x98\x99\x19\x21\xa2\x2b\x9a\x1a\x9d\x43\x62\x44\x23\x1b\x45\x6d\xdd\x82\xbe\x28\x82\x5f\x09\xa3\xaf\x2b\x36\xfe\xf3\x0d\x45\x7d\x1b\xfd\xbd\xc6\x23\x48\xd1\x40\xba\xc3\xa5\xe8\x70\x92\x8a\xc1\xc4\x0c\x3d\x62\xfb\x07\xd2\x51\x69\x7e\x17\x5e\xd4\x12\x0a\x6c\x22\xe7\xeb\xc2\x90\x33\xec\x92\x15\x16\xd7\x9f\x7b\x0e\xee\x0a\x5d\xe6\x0b\xa6\x3e\x9e\xf7\x72\xf6\x2a\x75\x39\xfb\xc7\xf3\x6e\xce\x5e\xa5\x9a\x9a\x75\x0d\x8f\x9a\x4d\x6a\x27\x35\xe3\x45\xba\x73\xb7\xe6\xec\x4d\xd5\xaf\xcc\xd9\x7f\x3f\xd6\xde\x1a\x04\x39\x3c\x9f\xcd\x96\xb7\x80\xf6\xc7\x63\xa9\x5f\x8e\x04\x35\x3b\xfc\x1c\x3a\x44\x59\x99\x0d\x91\xc1\xbd\x0e\x04\xac\xec\xba\x2e\xd4\x66\x66\x5f\x9c\x17\xfe\x5e\xab\x37\xf4\x9c\x32\xe4\xb2\xc1\x65\x53\x50\xb6\xad\x2a\xde\xd7\xbc\x3e\xa7\xf3\x46\x68\xcd\xa0\x04\x41\xb4\xb1\x96\x89\x21\xab\x2b\xb5\x0f\xf3\x81\xda\x2a\x75\x6f\x34\x8a\xbb\xf5\xdc\x71\x82\xba\x65\x10\xbf\xb8\x23\xa6\x71\x7b\xba\x3b\x66\xec\x6a\xaa\x77\x99\xb1\x23\xf7\xf2\x18\xb7\x5b\x0f\x6e\x94\x56\x82\x14\x5c\x77\xbb\xec\xed\x5b\xf7\xe2\xd8\x75\xb3\xb9\x71\xa2\x60\xa6\x39\xe6\xf3\xdb\x41\xd1\x57\x21\xa7\xa4\x76\xc4\xd2\x11\x77\xb7\x84\xf1\xc1\x38\xd3\x0f\x3f\x5e\x5f\x68\x18\x51\x35\x5c\x2f\x8c\x66\xde\x5a\x3c\xea\xb0\x29\x5b\x42\xb8\x30\x2a\x0a\x35\xbd\x15\x04\x37\xce\xca\x96\x40\x26\x7a\xc7\x75\x80\xb8\x81\x59\x82\xa1\x31\x9e\x5e\x28\xf8\xf6\x46\xcf\xf6\xd1\x18\xcd\x18\xe0\xdb\xe3\xa8\x5c\xcf\x9f\xe2\x5b\xdc\xaa\x7f\x83\x8b\xfa\x17\xb8\xaa\xb7\xf3\xc2\x18\xd4\x67\x1f\xae\x27\x75\x3c\x07\xe5\x38\x6f\xd5\x4c\x4b\x92\x64\x04\xf2\x5b\x9c\xdf\x2e\x71\xa1\xd4\x4d\x46\xc3\x68\xd4\x48\xc3\x84\x32\x3e\xa4\x25\x14\x43\x5f\xea\xd3\x04\xcb\x74\x59\x8a\xc7\x49\x14\xcf\xa5\x66\xfd\x9f\x51\xc6\x03\x4a\xef\x20\x99\x88\xae\x18\xcc\x95\xd3\x15\x5a\x82\xc8\x68\xca\x51\x01\x90\x72\x84\x9b\xb8\x3e\xb4\xd4\x2c\x0c\x17\x29\x4a\xc9\x7c\x0e\x0c\x0a\x81\xae\xb5\xe6\x42\xae\x34\x0d\x90\xcc\xd1\x5e\x3d\xe9\x35\x30\x74\x82\x9e\x7e\xb8\xba\xb9\xf8\xf0\x7e\xf2\x74\xdf\xe1\x09\xad\x18\x45\x4f\xb5\x78\x60\x78\xa6\xd5\x65\x43\x65\x97\x6a\xd6\xd4\x51\xdd\x15\xd5\x0d\x95\xa5\x73\x1a\x07\x2b\x67\x5e\xf9\x05\xcf\x18\xa4\x50\x08\x82\xb5\x19\xf6\x96\x0d\x3b\xb5\x62\xad\xfb\x40\x9f\x1e\x47\x26\xc6\x96\x0d\xbd\xd3\x34\x8f\x35\x62\xb2\xfc\x3e\x6e\x09\xd6\xb0\xf9\x18\xd8\x66\x07\x78\x0c\xd8\x77\xf8\x61\x78\xba\x80\x00\xe0\x3b\xfc\x70\xba\x80\x4d\xa0\xce\xb4\x50\x73\x78\xb3\x2a\xe1\x48\xc7\x41\x2b\x73\x4c\x0a\x94\x64\x98\x71\x10\x27\x1f\x6f\xde\x0c\xbf\xdb\x0a\xc4\xa5\x0a\x1f\x76\x84\x0e\x9d\xd2\xb5\x06\xcd\x8a\x1d\x1d\xf1\xd9\xdf\xf3\xec\x8f\x31\xcf\x5a\x3c\xd1\x3f\x3a\xe9\x5b\xc8\xb0\x96\x74\x46\x0f\x50\xf7\x44\x64\xb6\x24\x56\x26\x21\x21\xff\xb3\x96\x20\xc1\x79\xc8\xbe\x41\xf1\x86\xb0\xb6\x11\x73\x63\xe1\x32\x9a\x40\x42\x5b\x27\xe4\x3f\xbc\x75\x6a\xe3\x45\x16\xb1\x8f\xff\x6d\x35\xf3\x9f\x3e\x29\x47\xf2\xdf\xcd\x7e\xf4\x8f\xd6\xf5\xe8\x35\x53\x1b\xef\xfd\x89\x8d\x3e\x7f\x57\x2a\xff\x21\x8c\x33\xff\x78\x14\xd8\x6c\x4e\xb9\x95\x81\x8c\x62\xc5\x9a\x54\x88\x76\x18\x22\x39\x96\xa4\x36\xce\x47\xa7\x29\x57\x1d\xd2\x85\x98\x88\xf2\xc6\x38\xee\xe6\x72\x82\x78\x41\xac\xb4\xa9\xf6\x20\xa8\x71\x50\xe1\xd5\xf4\x38\x02\x43\xcb\x8a\x0b\x84\xf3\x7b\xbc\xe2\x3a\xa4\x57\x20\x50\x04\xbd\x90\x0e\xbc\xc0\x23\x93\xf7\x17\x0d\x04\x13\x40\x83\xab\x98\x11\xb4\x62\x09\x20\x15\x06\x7e\x4e\x25\x4a\x44\x8c\x42\x1c\x42\xa3\x40\x33\xd0\x93\xc9\xe5\x19\x30\x41\xe6\xca\xbd\x63\xff\xb7\xdd\x1b\xbe\xb4\xa9\x2f\xfa\x7a\xb6\xef\xbf\x3f\x27\x56\xb1\x19\xda\x5d\x51\x21\xb5\xd1\x7a\xad\x42\x70\x3f\x8a\x9d\xfc\x3d\x20\xbf\xdb\x80\x7c\xc5\x7d\xf4\x11\x2b\xff\xaf\xe7\xf2\xf0\x17\x99\x2e\xc1\xfa\x7d\xfc\x90\xfe\xe9\x7d\x2d\xfe\x22\x03\xb9\xe9\x54\xa3\x8e\x0a\x09\x5d\x2e\xa1\x10\xe8\xea\xf5\x3b\xc4\x33\xec\x3c\x0f\x53\x3f\x60\x93\x08\x63\xdd\xcd\xed\x01\x64\x21\x4f\x05\xca\x41\xd3\x37\x91\xc3\x45\xea\xc4\x48\x6c\x9e\x6e\xb3\x2d\xee\xd8\x66\x8e\x9c\xcb\xa2\x1a\x71\x58\x9e\x65\x90\xdc\xf2\x6a\xe9\x9d\xbb\x78\x3e\x4d\x9a\x39\x86\xba\x3e\x1f\x98\x33\x2b\x3d\x9a\x04\xd0\x54\x34\xa5\xcf\x87\xd6\xb7\x2e\xde\x54\x79\x7e\x96\x61\x52\xb8\x0b\x24\xe8\x97\x7d\x6e\xa8\xaf\x7f\x3e\x26\x31\xa8\xad\x0e\x72\x81\xcb\xbc\xcf\x4a\x2e\x50\x1c\xbb\x75\xa6\x77\xc0\xc8\x3c\x4e\x94\x6e\x65\x33\xea\xf4\xb6\x88\xd3\xe7\xb4\x12\xd9\xcd\xe5\x44\xe9\x40\x02\xdf\x10\xd7\x4b\xc5\x29\x15\xf1\xe3\x79\x71\xf8\x8f\x28\xd7\xda\xdc\xbc\x43\x3c\xd9\xc6\xe8\xec\xf4\x0d\xc9\xe1\x3d\x5e\x42\x80\x4c\x6c\xaa\x86\x95\xaf\x60\x39\x79\x7b\xda\x9a\xb2\xda\xd6\xb1\x77\xe6\xf6\x00\x6d\x30\x6a\x8d\xae\x1e\x20\xd3\x40\xc7\xe8\xf6\x40\xfe\x41\x55\xd7\xaf\xb3\x74\xc1\x4e\xa1\x14\x59\x07\xe8\x5e\xd8\x3a\x62\x03\xa1\xc5\xb9\x82\xb0\xd5\x5a\x09\x81\xa8\xe1\xbe\xc2\x0b\x6f\xb5\x38\x61\x9e\x5e\xfc\xeb\x5b\xf4\xe2\x5f\x2f\xd1\x49\x1f\x26\x35\x90\xad\x39\xe2\x76\x9b\x5d\x10\xd8\x0c\x05\x11\xcb\xfa\xbe\x80\xa5\xd4\xf1\xcc\x36\x45\x5a\xe9\x40\xa6\xd3\xbd\xca\x6d\xe7\x71\x9e\x51\x8f\x89\x90\x61\x5b\xda\x22\x4a\x86\x5b\x1c\x57\x22\xbb\x72\xab\xc8\xd1\xea\x09\xae\x11\xa7\x41\x1d\x68\xe2\x5a\x6b\xca\x46\xa7\x65\x79\x4d\xa9\x70\x67\x8c\x52\x9d\x54\x8c\xa0\x13\x34\xde\x0f\x74\xa7\x86\x81\xfc\xe3\xf0\x1b\x85\x54\x17\x38\x6f\x70\xb6\x98\x33\x4d\xef\x62\x5a\xdd\x13\x9f\x00\xdb\x2a\x74\x77\x50\xb1\x78\x98\xca\x6a\xf6\x01\x2b\xfb\x7a\x1f\xbd\x03\xc6\x48\x0a\xbc\x79\x1b\xc2\x6e\xce\x25\x56\xfa\x24\x53\xe1\x20\x00\x28\x32\x60\x30\xa7\x0c\xdc\x00\xdf\xf0\x50\xe6\x24\x21\x22\x5f\xe9\xd8\xe6\xda\xc3\xcb\x44\x80\xc0\x0b\x4c\xe4\xb5\xdf\xc4\x69\xc9\x20\xd6\x4c\xd0\x0a\x03\x5e\x2d\x25\x4a\x02\x65\x98\x1b\x8f\x3e\x15\x29\xda\x78\x8e\xc9\x66\xe6\x94\x05\x4d\xd9\x46\x2e\x2b\x8c\x12\x5c\xa0\x92\x24\xb7\xd6\xa3\xa4\x09\x35\xed\xb5\xd5\x2d\x9a\xb1\xc1\x4f\x6c\xf8\x1a\xc5\x50\x5b\xe7\xb8\xfa\xe4\xa5\xec\x9c\xdc\x49\x38\x88\x2a\xcd\x55\x7c\x37\xab\x95\x9b\xd1\x54\xef\x96\x2d\xab\xfe\x0e\x65\xb0\xfa\x7c\xed\x8b\x8a\xa9\x11\x53\xe8\xd6\x33\xf3\xf5\x83\x9e\x1c\x8a\xb9\x69\xf5\x42\x5c\x19\x6b\x94\x84\xc1\xe7\xcd\xf2\x38\xac\xed\x71\x8f\x28\xe6\xd5\xf7\x68\xed\xbc\x81\x36\xd1\x41\xb6\x83\x2f\x12\x45\x7b\x2b\xa7\x89\xbe\xb6\xd4\x3b\x0f\x91\xaf\x9b\x3c\xe6\x65\x88\xcf\x24\xce\xa5\xd3\x9d\xda\xa9\xb8\x89\x79\xfc\xb9\x04\xab\x5b\x78\xe7\x0e\x76\xa0\x27\x7e\xd4\x08\xc8\xa9\xf8\xc6\xbc\x83\x59\x7f\x03\xad\x2f\xb7\x2e\x9a\x8d\xdb\xe5\xa3\x26\xab\x79\x5b\xcf\x3a\x59\x6f\xe3\xf5\xd0\x20\x26\x21\x0c\x0d\x84\x61\x0d\xa2\x7b\xb8\xda\x8d\x3d\xc2\x8e\xe1\x71\x48\x74\x0f\x5e\xef\xc4\xf4\x1e\x73\xaa\xbf\xe7\xa1\x77\x8f\x1b\x94\xb2\x71\xec\xd6\x5f\xe8\xfb\x14\x61\x4a\xf5\x3b\x62\x61\xd9\x3e\x17\x9c\x81\x47\x57\x75\x63\x1e\xbd\xa2\xe9\xca\x5c\x46\xa3\xbe\x22\x84\xab\x33\x5f\xf4\xc5\xc0\x06\x56\xc7\x83\x82\x31\xcc\xa2\x8f\x13\x7a\x88\xf5\xbe\x4e\xb8\x61\x0c\x76\xd0\x15\xe6\x7a\x2f\x82\x07\xc1\x70\xa2\xee\xaf\xfa\x2c\xec\x1e\xd5\x05\x55\x65\xe4\xae\x2b\xc9\x7b\x47\xec\xc3\x14\x7e\xef\x3f\xff\x6a\xd1\xc0\xe8\xbc\x56\x60\xce\x65\xda\x0d\xad\x5f\x54\xda\x34\x6b\x39\xcf\x87\xba\x33\x43\xd9\x19\x5b\x6e\xd7\xb9\x8f\xe8\x47\x9c\xf4\x8d\x73\x1b\x97\xa2\xbe\x36\xdc\x9b\xa2\xdb\x86\x4e\xdf\xc0\x7f\x1c\x38\xbc\x9a\xfd\x04\x89\x18\xa6\x85\x0f\x87\x4f\xd3\xe8\x4c\x8f\x43\x21\x9c\x57\xc0\x14\x10\x0f\x0a\x69\x41\xe9\x98\x1b\xea\x14\x61\x1e\x51\xe9\xe6\x30\x92\xa9\xc7\xf7\x03\x65\x06\x65\x00\x6c\x79\x6c\xf4\xbc\xa9\xcb\xe8\xa9\x50\x4f\x12\xed\x71\x67\x0d\x15\xbd\x87\xd2\xfb\x1e\x51\x6f\xfa\xe0\xa4\x8e\xde\x05\xb6\xe5\xa8\xf1\x2e\xda\xca\xcb\xf8\x51\xef\xa5\xfb\x55\x75\x05\x0f\xc0\x51\x01\xf7\xee\x13\xea\xf6\x93\x59\x72\xa4\xb5\xa5\xd4\xde\x60\x49\x53\x18\x1c\x04\x4c\x2a\xd2\xad\x48\xdb\x21\x28\x2e\x28\xc3\x0b\x50\x8f\xf3\x4a\x90\xf7\x78\x3e\x35\x69\x5b\xd4\xc6\x3a\xbe\xdf\xd4\x3a\x16\xaa\xa7\xf6\x06\x07\xe8\x13\x1a\xd4\x0f\x12\x4a\xa8\xea\xc7\x4f\x9c\x16\xf2\x07\x2e\xe5\xe9\x5a\x21\xad\xd3\xd0\x7a\x73\x4b\x70\x27\xe1\xe7\x74\xa1\x1f\x05\x1c\x1c\x28\x67\xe5\x1f\x4f\xaf\xdf\x47\xe8\x15\x6e\xc2\x2e\x69\xce\x61\x56\xb5\xec\x01\x63\x2d\xa6\xb2\xe0\xe0\x00\x09\x56\xc1\x63\xf0\xb3\xfb\x0e\x66\x8b\x6a\x09\x85\xe0\xbf\x02\x86\xdc\x01\x7e\x45\x75\xb3\xf5\x6d\x0d\x81\xc1\xcf\x53\x51\x3f\xbd\xf9\x88\x6a\x7c\x9b\x6a\x1d\xbc\x06\x79\x17\x6e\x56\xe5\x20\xb9\x8f\x17\x43\xd1\x1d\x3f\xfd\xf4\x67\x7a\x5d\xe5\x30\x01\xd1\xf2\x1c\x8d\xe1\x67\x1e\x16\x35\xa0\xed\xc2\xb1\x2d\x45\x97\x49\x3f\xae\xd1\xd0\x95\x2e\x92\xaf\xe5\x86\x7a\xad\x1b\x98\xa8\xc7\xf8\x4d\x28\xcb\x4d\xa8\xe2\x34\xb5\x78\x4e\xf5\x2b\xfe\x12\xdd\xe7\x87\x87\x87\x87\x53\xb5\x4b\xeb\x5c\xb9\xc4\xba\xd6\x7e\xbb\x6d\xb4\x8e\x2c\xb0\x9e\x1e\x4a\xa4\xe0\x01\x92\x4e\xbf\x5f\xf9\x99\xb7\x86\x9b\xc7\xb7\x3f\x9b\x59\x22\x87\x59\x3e\x9a\x57\x7e\x16\xee\xea\x60\xf5\xa7\xc4\x3c\x7e\x32\x91\x6b\x7e\x43\x3f\xbe\xd2\xde\xf9\x87\x20\x59\x37\xa1\x90\xaf\xf0\xdd\xce\xe9\xc1\x7e\x5d\x61\x86\xfb\x9b\x8c\x9d\x73\xf7\x70\x91\xa2\xbd\xcd\x3a\xc4\x7d\x27\x38\xd7\xe4\x66\xd2\x3a\x35\x2b\xb9\x9e\x79\x97\xeb\x44\x9b\x7d\x87\xe2\xbd\x96\xa5\x65\xc7\x37\x90\xac\x22\x11\xc3\x1b\x86\x0b\x5e\x52\x26\x86\x13\x48\x2a\x46\xc4\xea\x08\x2d\xf1\xc3\x10\x2f\xe0\xc4\x0b\x16\x36\xb9\x99\xd4\xf6\xb9\x81\x3e\x4e\xe6\x5d\xe8\xf7\x8b\x27\xd5\x2c\xa5\x4b\x4c\x74\x64\x64\xfb\xaa\xf1\xa4\x9a\x9d\xeb\xd4\xc0\x08\xca\x03\x71\x65\x54\x66\xb2\x62\xa9\xff\xae\x8b\x07\x17\xb0\xae\x45\x12\xbb\x9b\xab\x88\xfb\xcd\x84\xa6\x0b\x6e\x9c\xc7\x1f\x13\x7f\xa3\xeb\x5e\x1b\xbe\x5c\x13\x9e\x44\x3e\x6a\x05\xe8\x45\x71\x5d\x87\x3f\xdd\xf8\x56\x8a\x8f\x7e\x4d\xa2\x76\xd0\x92\xb0\xb1\x1f\x04\x7f\xa3\x98\xdc\xf7\xa0\xd4\xc7\xd1\xe8\x24\x0d\x1b\xe4\xe6\x45\x15\x6f\x67\x09\x60\x1c\xb7\x95\xc2\x91\x9b\xc3\x57\x91\x3f\x4a\x34\xe5\xe6\x76\x74\x82\xf6\x16\x20\x8c\x6b\xca\x45\xa1\xa3\x12\x78\x22\xf4\x91\xc9\x74\xaf\xf4\x26\xae\x73\x00\x72\xfc\x4c\x01\x1d\xbd\x03\x81\x55\xe0\x0e\x79\xb2\x55\xd3\x57\xde\x81\x2d\x98\xa5\xcd\xf5\xb4\xb9\x75\xf7\x0b\xdf\xcf\x66\x60\x30\xf5\xfc\xc6\x82\x09\xac\xea\xb9\xbe\x34\x6e\x3d\xb9\x99\x77\x54\x71\x3d\x67\xdc\x2a\xc6\xc7\x26\x4a\xb6\xf1\xb3\x3a\xf8\xae\xbc\xdc\x6b\x43\x81\x04\x17\x68\x06\x08\x27\x19\x81\x3b\x1d\x9e\x2d\xb1\xcf\x95\x36\x2f\x34\x31\x94\xe1\x3b\x99\x8c\xd1\x64\x72\x89\x5c\xc5\xab\x13\xb3\x4e\x0b\xb2\x21\x6a\x8f\xd7\x4c\xe4\x3d\xca\x22\xea\x86\x37\x94\x25\x30\x99\x5c\xd6\xb2\xa5\x47\xf0\xca\x16\x30\x07\xce\x7e\x87\xc8\x41\x01\x6e\x02\x96\x5f\x14\xf6\xaf\x4b\xc2\x1d\x3e\xd1\x2c\xbb\xf7\x54\xbd\x31\xa3\xa1\xd6\xaa\xa0\x16\xf4\x1d\x04\x85\x56\xfd\xab\xf7\x1f\x0b\x4b\x0c\x4e\xac\x3f\x8b\xf9\x8c\x5b\x4b\xf0\x20\x62\xc8\xc6\x51\xe4\x56\x13\xe5\x25\xad\x5a\x3b\xa8\xe2\xce\x1b\x43\x2a\xc4\x5d\xbd\x19\x63\xc7\xe1\xc6\x7a\x5a\x69\x58\xe4\x0e\x62\x08\x7c\x81\x80\x97\xf6\xf3\xd4\x98\xff\x44\x27\x9b\x42\x51\x5a\xaf\x26\x15\xbc\x73\x73\xec\xcb\x56\x7b\x56\x53\xfe\xaf\x7f\x1e\x47\xb7\xee\x88\x2c\x14\x6d\x1f\x28\xb3\xc6\xce\x7f\x73\xaf\x5b\x32\x8a\xb6\x3f\x31\x44\xca\xf4\xc7\xb4\xf2\xb7\x88\x77\x34\xe5\x66\x2f\x0f\xc1\x2c\x9d\xac\xfa\x8d\x9f\x48\xa6\xbe\x75\x4c\xd5\xdb\x4f\xce\x83\x5b\x4e\x09\xf7\xef\x91\xe4\x05\x9d\xd1\x74\x1a\xc4\x3e\xfc\x78\x3a\xb9\x3a\xa3\x0c\xd4\x6d\xa5\x07\xb7\x8e\xe6\xe9\x3d\xe6\xe5\xd0\x29\x37\x4c\x6c\x80\xc4\xe1\x46\x74\x1e\x4b\xd4\x2d\x1e\x35\xf0\x2b\x6c\xf9\xb8\x81\x5b\x51\xf2\x82\x5f\xf1\x46\x41\x8c\x69\xc4\xec\x43\x50\xdf\x89\xa9\xdd\x91\xcf\x60\x91\xae\x26\xbb\xcd\x1b\x7b\x34\xc4\xa8\x89\xac\x55\xc3\x6d\xa2\x6a\x56\x22\x83\x42\x18\xd9\x91\x7f\x56\x73\x75\xc2\x4d\x33\x6e\x1b\xc7\x9d\x15\xe4\xc9\x47\xa6\xa9\xd2\x53\xfd\x0c\x52\xf3\x86\x8b\x79\xca\x0c\x84\xc9\x09\xe0\xa4\x69\x4b\x51\x32\x01\x31\x3c\x33\x50\x1c\x90\xe1\x14\x1c\xd6\xb1\x26\xd2\x87\x03\xb4\x9b\x13\x1d\x6f\xbf\x36\x05\xb0\x3e\xf0\xd6\xd5\xa9\x6f\xbe\xe9\xda\xad\xf4\xe1\xe3\x79\x47\x5c\xd4\x3b\x21\x8b\x82\x14\x5a\xe0\xeb\xd5\x72\xb9\xf8\xe1\x73\xad\xd8\xaf\x7b\x20\x6b\xc9\x3a\x5b\x00\x7d\x4c\xc8\xbe\x1a\xda\x2b\xcc\x49\x72\x4e\x16\xc0\x85\x06\x28\x57\x7c\x3b\x28\x57\x63\xb5\xd8\x59\x53\xbf\x80\x35\x93\xa9\x83\xd6\x3d\x40\x0e\xa1\xca\x0a\x24\xae\x21\x90\x6b\xc0\xf9\xb2\x7d\x50\x6b\xea\x4f\x2b\xae\x45\x26\x80\x7a\x01\xbd\x21\x79\x5c\x8d\x13\x8b\x12\x28\xa1\xa7\xaa\xee\xaf\x40\x4f\x03\xf8\xd5\xf8\x6d\xa1\x34\x91\x00\x28\x23\xbf\xe8\x99\x3c\x68\x6b\xd2\x1e\x33\x63\xc7\xcf\xe4\xc8\xca\xb3\x66\xbd\x36\xea\x03\x3b\x76\x1f\xd9\x68\x1e\xd6\x38\x40\x09\x03\x99\xe1\x3d\xa5\xe1\xb4\xa4\xdf\x07\xe1\xf5\x52\xac\x5f\xbe\xe8\x5d\x80\xd6\x5e\x48\x15\x54\xc2\x4b\x0d\xa5\x0b\x7e\xf7\x0d\x2a\x9c\xe4\x8d\x6f\xb5\xfa\xb3\x23\xf0\x9c\x1f\xc9\x4d\x07\x70\xeb\x41\x77\x03\xb7\x6f\xdb\x16\xe9\xd3\xce\xe8\xe3\xf5\x65\x5c\x0a\x51\x31\x82\xfe\xdf\x33\x57\x79\xd3\xb3\x1b\x05\x86\x46\x06\x76\x1d\xdb\x21\x9a\x1b\x63\x13\x5b\x75\x6b\xeb\x48\x8b\x7f\x58\x95\x6f\xd0\xee\x97\x51\xff\xea\x17\x59\x56\x75\xa4\xeb\x8a\x83\x16\x10\x20\xcc\xb5\x71\x88\xa0\x75\x80\xa3\x03\x34\xab\x84\x09\xa1\xd9\x98\x5a\x75\x5c\xec\xa2\x33\xc8\xde\xfa\x7f\x90\x4d\xb4\xa6\x50\x8b\x4b\x74\x58\xa7\xf8\x63\xe4\xc1\x8c\x0e\xd1\x56\x06\x0e\x1d\x6d\x05\x27\xf9\xdf\x42\xa7\x6e\x4c\xb9\x36\xd0\xf0\x6f\x6d\xfa\x9f\x5c\x9b\xbe\x83\xd4\x95\x01\xdd\xc3\x8c\xd3\xe4\x56\x07\xf8\xb7\x2f\xc6\xf5\xa3\xd1\xf1\x7d\x2c\x17\x0c\x7b\xa1\x69\xb4\x25\x55\xa5\xd3\xa3\x77\x2f\x67\x43\xb1\x8d\x8f\xe2\xc2\xee\x6d\xb1\x68\x00\x39\x4d\x45\xdb\x79\xeb\xbf\xd0\xea\xd2\xeb\x91\x26\x48\xfd\xed\xef\x36\x84\xed\xa4\xc5\x56\x86\x72\xff\x19\xca\xd3\xd2\xf0\xe2\xca\x6f\xd1\x7d\x02\xad\xf7\x82\xbb\xe1\xf1\xfb\x9e\x76\xeb\xe2\xf2\xaf\xba\xdd\xd8\x13\xf5\x9f\x47\xcb\xae\x16\xfa\x7a\xb6\xcd\xf2\x75\xe1\x3a\x1c\xb5\x97\x8b\xf6\x02\x51\x8e\x42\x06\x88\x32\xe8\x2a\x69\xc8\x59\xfa\xeb\x33\x2a\xa8\x5b\xbf\xc7\x7e\x32\x02\x28\x6a\xd7\xf9\x08\x2b\xc5\x0e\x5b\xce\x28\x2a\x5d\x7b\x08\x35\x38\x84\x83\xb6\x35\xee\xfe\x50\xdb\xab\x99\x37\x23\xeb\x29\xeb\xa6\x3a\xeb\x35\xc0\x6d\x49\x04\x59\xc8\x2d\xec\xed\xcd\xcd\x15\x7d\x58\xa1\x1f\xaa\xbc\x00\x86\x67\x24\x27\x62\x15\x14\xb6\x42\xb1\xfb\xfb\xfb\x91\x7e\x9e\x22\xa1\xcb\xf1\x2c\xa7\x8b\xb1\x81\x43\x8a\xc5\x50\x64\x30\x54\xaf\xf6\x3e\xac\x86\x77\x2e\xb4\xe1\x3d\x11\x99\x79\x0e\xa3\xbf\xcb\xda\x43\xae\xf5\xb5\x4c\x89\xeb\xe7\x56\xac\x36\x4c\x50\x05\x8c\x80\x7d\xd9\xa4\xe3\x5c\x7f\x7b\x80\x76\xef\x6a\xaf\xcf\x9e\x70\x67\x51\xf4\x24\x5b\xbc\x55\xaf\x13\x47\x70\x94\x99\x77\xf1\xd3\x4b\x27\xa7\x32\x6c\x2e\x12\x0a\xcf\xa9\x1e\x1e\x66\x0d\xbb\x6c\x22\xe3\xf1\xf8\x14\x2e\xd2\x1e\xb8\x71\xd0\x13\x28\xd2\x0d\x70\x19\xe0\xc7\xc3\xbd\x06\xec\xc3\x8d\x00\xde\x1c\x08\x3d\x76\xb2\x57\xff\xbf\xaa\xab\xb6\xc8\xef\xc2\xee\xbc\x32\x74\xdd\x1a\xdc\xc3\x78\x0f\xdc\x3e\x1f\x99\x17\x9f\x09\xb9\xb6\x1c\xea\xa4\x4a\x0c\xae\xb1\xe8\x0d\xe8\x11\x01\x1f\x37\xd9\x75\x3f\x65\xbe\x1b\x9d\xb2\xf4\x96\xc0\x54\x6b\x83\xa3\x35\xa3\x53\x56\x56\xd2\xba\xe2\x0e\x53\x43\x03\x57\x5d\x3a\xe3\x5f\x27\x5c\x3f\xd0\xb7\xfd\x76\xd0\x45\x81\x12\xcc\x01\xd1\x39\x32\x21\x03\x05\x5b\x29\x86\x5c\xc0\x83\x70\x1e\x46\xd7\x2a\x9d\x99\xf6\x1f\xd1\x77\x5b\xa5\x1c\x2b\x74\xbd\x08\xb6\x12\x40\xad\x18\xed\xc2\x56\x31\xe9\xf7\xf0\x20\xea\xf3\x79\x88\xbf\x9f\xd9\xf8\xd7\x0a\xb6\x7a\x4f\x8b\x8b\x14\x96\x25\x15\xa1\x53\x5b\x07\x16\x53\xc1\x08\x84\x53\x31\x42\x33\xb7\xcd\x1b\x55\x25\xa2\xa1\x56\xba\x45\xad\x47\xa2\x45\xbe\x42\xf7\x94\xdd\x72\x2b\xa3\x31\x56\x82\x88\x70\x75\xbf\x49\xe8\xb2\x64\xc0\x39\xa4\x5d\x37\xc9\x88\x37\x52\x9a\xbe\xc2\x1c\x22\x82\xc8\x6d\x0f\x8d\xa7\x2a\xea\xe2\x50\x85\x15\xb6\xcb\xa3\x5b\x0a\xd5\xee\xde\x69\x9a\x22\x5c\xac\xdc\x00\x76\xbe\xd3\xaf\x0e\x17\x15\xef\x93\x77\x38\x6e\xea\x38\x5e\x69\x1b\xee\x82\x76\xa8\xad\x70\x3d\xe6\xf4\x86\xbe\xe0\xbb\x62\x16\xef\x8e\x76\x1f\x29\xa8\xbb\x07\x84\x19\x20\xb9\xc5\x34\xba\x65\x2d\xb3\x17\x14\x61\xab\xa3\xb4\x22\x09\x73\x3d\x3e\x50\xf5\xd2\xd4\x7f\x41\xd7\xee\xe0\x5d\xda\xe5\x0c\xf3\x2b\x06\x73\xf2\xe0\xc9\x31\xb5\xeb\xd4\x40\x37\x14\x46\x63\x1c\x0e\x36\x0b\x26\xf4\x17\x89\x0c\xfa\x6d\xa8\x61\xf9\x4d\xc3\x81\xfe\x49\x42\x79\x6e\x35\x37\x3a\x65\x46\x66\xb8\x62\xe2\x0d\xc5\x22\x75\x20\x03\x65\x6a\xbe\xad\x19\xc9\x63\xdf\xf3\x68\x4c\x15\xf6\x3c\xfd\x81\x73\x88\xb0\x12\x4a\xe5\x33\x34\x30\x53\x6a\xb0\xbf\x6d\x05\x3a\x9f\x0f\xda\xc6\x09\x76\x33\x37\x46\x10\x9d\x5f\xd7\xc9\xc6\x6b\xe3\x51\xd7\xee\x2f\xd6\xe6\xc6\x72\x37\x74\x4b\x1d\x42\x07\xbe\x3b\xe8\x3d\x45\x50\x47\x35\xc7\x77\x98\xe4\x4a\x5b\x6a\xed\x4f\x62\xbe\x98\x46\x02\xdd\x5a\xad\x8f\x6c\xb9\x76\xd3\x4d\xa1\x20\x90\x8e\xd0\x35\x60\x4e\x4d\x8c\xc7\xba\xd3\xe7\x2a\x33\xac\xbd\x3d\x0a\xfd\xd1\x2a\x3a\x3c\x6f\x3b\xa2\x73\xf8\xce\xfc\xfa\xb9\x3a\xa4\x1e\x5d\x54\x9e\xb2\x49\x4e\xab\xb4\xf6\xef\x69\x2c\x44\x24\x1d\x2b\x7d\x16\xea\x8d\xcb\x15\x75\xf3\xb5\x85\xdf\x6e\x7e\x1c\x2f\xb0\x0c\xf8\xc2\x8f\x47\x7d\xfe\x0b\x79\x46\x19\x1d\x84\x01\xd1\xe1\x23\xd5\x21\x4f\x71\x2f\xf5\x4e\x25\xe1\x68\x06\x12\xad\x25\x2d\x88\xa0\x0c\x52\x07\x8a\x0a\x2f\x29\x0f\x86\x46\x01\x8a\x38\x9d\x8b\x7b\xb9\x1b\xee\xe5\xe4\x16\x10\x5f\xf1\x94\x2c\xf6\xdb\x34\xec\x7b\x53\xed\x6b\xd0\xae\xb9\x03\x37\xf7\xdf\xf7\x12\x25\x6d\x76\x78\x51\xde\xbd\x88\x3e\xe1\x8f\xea\x37\xb7\xec\x05\x77\xcb\x05\x17\x8f\xc6\x34\xec\x54\xb9\x75\xa1\xf5\xf2\xcb\xa2\x25\x53\x43\x24\x9a\x67\xc2\xb6\x9e\x6e\x5d\x0f\xb7\xf9\xcb\xb8\x09\x66\x6a\xff\xfc\xff\x01\x00\x00\xff\xff\xe8\x34\xd8\x34\xee\xb6\x00\x00") +var _etcNginxTemplateNginxTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x6f\xdb\xb8\xf6\xe0\xff\xfd\x14\x84\x93\x45\x93\x22\xb6\xd3\xb9\x9d\xde\xb9\x09\xb2\xbb\x69\xd2\xde\x66\x27\x6d\x83\x38\x9d\xb9\xf8\x2d\x16\x06\x2d\x1d\x5b\x9c\xc8\xa2\x86\xa4\x92\x78\xba\xd9\xcf\xbe\xe0\x4b\x22\x29\x4a\xb6\x3b\x9d\xce\x03\xa3\x02\x45\x2c\x91\x87\x87\x87\xe4\xe1\xe1\x79\xf1\xd3\x27\xb4\x8b\xf3\x1c\x1d\x9d\xa0\x11\x7a\x7c\x7c\x22\x7f\x73\x60\x77\xc0\xb8\x7a\x37\x31\x7f\x9b\x4f\xc9\x7c\xa1\x5e\x9f\xcd\x17\xf6\xd5\x05\xbf\xb8\xfa\xe1\xe5\xeb\x02\xcf\x72\x48\xd5\x47\xff\x8d\x29\x96\x01\xce\x45\xf6\xcb\xc7\xeb\x0b\x55\xe6\x6d\xf3\xd3\x14\x98\xe1\xe4\x16\x8a\x54\x37\xfb\xca\xfe\x30\x1f\x4b\x46\x1f\x56\x6f\x01\xa7\x16\xaf\x2b\xf9\x62\x02\xc2\xbe\x33\xe5\x70\x9a\xba\xa5\x4e\x9b\x9f\x8f\x8f\x4f\x64\x09\x32\x57\x9d\x18\x69\xec\xde\xd1\x94\x43\x52\x31\x22\x56\xb2\x40\x4e\x71\x3a\x5d\xd2\xb4\xca\x01\x8d\x41\x24\xe3\x62\x41\x8a\x87\xb1\x7e\xc3\xc7\xc5\xe2\x61\x9a\x09\x51\xca\x22\xb6\x9a\x29\x3e\xe2\xf4\x58\x82\x87\x22\xb5\x2d\xcd\x2a\x92\xa7\x1f\x4a\x28\x04\xc3\x09\x29\x16\x97\x14\xa7\x9a\x80\xb2\x40\x8a\x61\x49\x0b\x44\xe7\xf3\xe3\x27\x4f\xee\x29\xbb\x05\x36\x2d\x19\x4d\x80\x73\xe0\xc8\x90\x7a\xf4\xa3\xfa\x70\x55\xbf\x7f\x7c\x3c\x36\x9d\x58\x08\xb4\x97\x43\xe1\x16\x3b\x2b\xab\xd3\xf9\x9c\x14\x44\xac\xf6\xd1\xa1\x6c\xc5\xc0\x4d\xca\x6a\x8a\xcd\x97\x00\xb4\x53\xc7\x02\xb7\x5d\x28\x49\x8a\xc6\xac\x2a\x34\x11\x46\x25\x49\x6d\xdb\x05\xa0\xd1\x3b\xfc\x20\xfb\xf6\x86\xe4\xc0\xbd\xc6\x58\x4e\x96\x44\x4c\x0b\x3a\x27\x39\xc8\xd6\xfc\xa2\x41\x23\x9f\x3e\x8d\x9f\x21\x49\xd3\xa3\xb1\x69\x87\xb2\xc5\x18\x8a\x71\x4a\x13\x4d\xf0\x84\x32\xb0\x44\xce\xc4\x32\xdf\x31\xed\xf0\xac\x12\x29\xbd\x2f\xa6\x82\x2c\x81\x56\x02\x3d\x1b\xab\x39\x30\x7e\x86\xf0\x1d\x25\x29\xba\xc7\x44\x90\x62\x81\x04\xa5\x28\xa7\xc5\x02\xa5\x15\x93\xbf\x31\x62\x20\x07\x5a\x57\xe8\x82\xe6\x93\x69\x62\x3e\xdf\x98\xaf\x8f\x8f\xe8\xf8\xc9\x13\xb8\x83\x42\x70\xf4\xe9\x09\x42\x08\x2d\xab\x5c\x90\x29\x4e\x12\x28\x05\x32\x0f\x2d\x8e\xd5\x37\x3b\x0e\xb4\x28\x20\x11\x84\x16\x1c\xd5\x0d\xbc\xc3\x0f\x66\x28\x9c\xaf\x92\x4a\xb2\x62\xc5\x01\x85\x0f\x94\x34\xcf\x8f\x9f\x3c\x3e\x79\x22\xe9\x66\x5a\x37\x03\x43\x85\x5a\xcd\xa3\x73\xc2\xe5\xf4\xbe\xac\xb0\xa4\xb2\x2c\x90\x57\x78\x5a\xe2\xe4\x16\x2f\x60\x9a\x94\x58\x64\x68\x30\xae\x38\x1b\xe7\x34\xc1\xf9\x38\x27\xb3\x71\x5e\xe1\xf1\xff\x90\xf3\x58\xbf\x27\xb3\xf1\xc3\x77\x2f\xa7\x2f\x5f\x0c\x73\x52\x54\x0f\xc3\x45\x51\xa9\x22\xdf\x8e\x9e\xeb\x62\xc7\x83\xe3\x16\x64\x03\xb8\x59\x3a\x1a\x68\x5e\xe1\xe3\xe0\xe5\x1d\x14\x29\x65\xf6\x5b\x0c\x13\xf9\x41\xb6\x61\xfb\xa7\xd6\xd3\x65\x85\x27\x19\x66\x90\x9e\x13\x45\x2a\xcc\x08\xf0\x86\x63\xe9\xce\xaf\x0a\xbc\x24\xc9\x19\x2d\xe6\x64\x51\x31\x2c\xcb\x59\x66\xa4\x0a\x9c\xcd\x17\x0e\x85\xae\x81\x8b\xd5\x8f\xa7\x6f\xd4\x7c\x94\x6d\xc9\xd5\x30\x9d\xad\xa6\xb2\x63\xb3\x9c\x26\xb7\x86\xc6\xf2\x61\xf0\x73\x45\x18\xec\x0d\x98\xac\x35\x92\x93\x73\xb0\x5f\x7f\x4d\x68\x9e\x43\x22\x16\x98\xcd\xf0\x02\xf6\x06\xe6\xf7\x60\xff\x49\x5d\x44\xf5\x52\xd1\x4c\x41\x98\xde\xe3\x39\x3a\x09\xc1\xde\xe3\xb9\x03\xd5\x2b\x3c\x92\xd8\xed\x39\x00\x0d\x4f\x5b\xd7\x71\x33\x0d\xe4\x33\x1c\xaa\x2e\x22\xc3\xd6\x02\xd4\xe8\xed\x01\x62\xc0\x9b\x06\xcc\x0b\x74\x82\xca\x04\xe7\xf9\x9e\xc1\xf5\x00\x0d\x12\xb7\x21\x07\x61\x33\x13\xe9\x2d\x12\x19\x14\x4f\x9c\xa9\xcb\x18\x65\xb2\x93\x0a\x02\x9a\x63\x92\x43\x7a\x84\x06\x68\x34\x42\x82\x72\x21\xd7\xe7\x1e\x03\xbe\xdf\xc0\x82\x9c\x83\x03\xc1\x6b\x52\x11\xae\xc1\x1f\x8a\x74\x13\xac\x67\x38\xc7\x45\x02\xec\xeb\x20\x6c\x5b\x8b\xe0\xea\x8c\xa0\x61\x87\xf2\xd7\xe3\x93\x27\xdb\x0f\xab\x9a\xb2\x86\xcb\x74\xcc\x5c\x8b\xc8\xc8\x29\xbb\xb7\x6f\x9a\x6c\xa3\x11\xfe\x1a\x3f\x43\xf7\xa0\xf8\x91\xc8\x00\xdd\xe1\xbc\x02\x44\xe7\xea\x47\xa6\x76\x58\xf4\x9f\xe1\x1b\xca\xee\x31\x4b\x21\x95\x7f\x21\x41\xd1\x0c\x90\x44\x53\xfe\x69\x6b\x2e\x80\x4e\x49\x69\xe6\x9e\x66\xc1\x4e\x77\x25\x43\xfc\xc8\x41\x6d\xee\x57\x8c\x0a\x9a\xd0\xdc\xe2\xc0\x00\xe7\x53\x52\x4e\x4d\x73\xea\x51\x62\x81\xdc\x37\x55\xc9\xe3\x1a\xf3\x9c\x43\x5f\x35\xcb\x7b\x6b\x84\xdf\x50\xa6\xe5\x84\x9a\xf3\x3a\x7b\x94\x0b\x85\xc9\x6d\x9f\x93\x3b\x70\xb8\xfb\xa7\x4f\x88\xe1\x62\x01\x68\x57\xb0\x8a\x0b\x48\x65\x07\x8f\x4e\x74\x13\xaa\x2b\xd7\x80\xf3\x8b\xab\xb3\x8b\xf3\x6b\x8b\x15\x07\x31\xb5\x30\xe7\x8c\x2e\x2d\x56\x0e\x84\x0e\x4c\x7c\x4a\xfd\x1b\xe8\xc5\x95\x37\x4a\x29\x16\x78\x86\xa5\xb0\x50\x71\x48\x25\xe9\x53\x10\xc0\x96\xa4\xd0\x03\x90\xd0\xaa\x10\x6c\x85\x52\x28\xa1\x48\xe5\x86\x48\x0b\xfd\x21\x27\x50\x08\x74\x71\x85\x70\x9a\x32\xe0\xdc\x1d\x9d\xbe\x5d\x5a\x7e\x68\x64\xa3\x05\x50\x52\xba\x1b\x76\x00\x46\x64\x84\x23\xc2\x2d\xcb\x93\x08\x26\x38\x4f\xaa\x1c\x0b\x40\x82\x49\x39\x25\x41\x73\xca\x10\x29\x52\x72\x47\xd2\x0a\xe7\x35\xce\x15\x97\xf8\xea\x3e\x13\x8d\x35\x17\x58\x54\x1c\x95\x78\xe1\xcc\x26\x8d\x83\xad\xa5\x1f\x67\xff\x51\x9f\xc7\x0a\xcc\x28\xc5\xe2\xd8\xad\x23\x05\xa1\xfa\x89\xd5\xb9\x24\x02\xce\x88\x58\x85\x35\x29\x5b\xa0\xfe\x9a\x17\x57\xa7\x93\xf7\xd5\x32\xac\xa8\xe7\x70\x33\xb1\x9c\x69\xd5\x31\xee\x7a\xf1\xff\x20\xf8\x44\x77\xde\xf4\xfa\x2e\xa3\x5c\x4c\x0d\x09\xa7\x9a\x30\xd3\x5f\x68\x01\x88\xab\x2d\xf3\x28\x56\xe0\xc8\xae\x85\x1a\xdc\x7f\xd1\x02\x26\xe4\x17\xa8\x27\x60\x14\xee\x9c\xe4\x42\x33\x1b\x39\x95\x6f\xa1\x11\x2c\x7f\x10\xfc\x1c\xe6\xb8\xca\xc5\x1b\x55\xe6\x7b\x58\x75\xcd\x65\x4c\x28\x0a\x1f\x91\x31\xc0\x29\x3f\xb6\x05\xa6\xf7\x8c\x08\x57\x0a\x92\xf4\x51\x1f\x45\x52\x4e\x0b\x5a\x56\x3c\xf3\x3f\x36\xdf\x52\xc8\xf1\xaa\x5d\x31\xa7\x8b\x29\xaf\x66\x72\x06\x02\x17\xc1\x47\x06\xb2\x43\x52\x0c\x4c\x69\x25\x1c\x99\xad\x29\x72\x0b\x50\xe2\x9c\xdc\x41\x2d\x2d\xd6\x9d\xff\x1e\xa0\x3c\x95\x9f\xd0\xe3\xa3\xe9\x43\x53\xda\x34\xc8\xdb\xa5\xaf\xed\x17\x49\x28\x55\x4b\xaf\x46\xc3\xb5\xa6\xb3\x6a\x3e\x97\x52\xaa\x1c\x16\x9f\x85\x9d\xa9\x72\x9a\x79\xbd\x52\xa5\xbc\xb1\xf3\xc1\xd4\xe8\x22\xd4\x03\xa6\x11\x72\x4d\x0f\x72\xcc\xa4\xd4\x18\xc1\x88\x7b\x40\x2e\x65\xb9\x36\x42\x3c\xc4\x66\x46\xd3\x55\xa4\x4b\x21\x36\xaf\x68\xba\xea\xee\x92\x02\xd2\xee\x50\x0c\x88\xd7\x21\x05\x43\x72\xaa\x6f\xa6\x4b\xfc\x30\x9d\x13\xc8\x53\x1f\x0b\x07\xc6\xdb\x9b\x9b\xab\x6f\xde\xe1\x87\x37\xb2\x94\x87\x45\x03\xc1\x10\x24\x00\x11\x42\xd0\x04\xa9\x41\xe8\x49\xba\x2a\x81\x4f\x33\xcc\x33\x05\x28\x44\x02\x7d\x73\xf8\xe2\xbb\x63\xb3\x5d\x48\xf9\x76\x5a\xe0\x65\xbc\x82\x6d\x4d\x9f\xd6\xdf\xe3\x25\xbc\xc5\x3c\x7b\x87\x1f\x3c\x9c\xdb\x50\x66\x55\x72\x0b\xc2\x02\x8a\x43\x79\xa5\xca\x78\x80\x96\xb8\x8c\xd5\x6f\x75\xfe\x1d\x2e\x23\x10\x14\x08\xcd\xf5\x34\xed\x62\x5d\xb2\x20\xae\x9c\x83\x7f\xac\x4f\x11\x38\x1e\x52\x5d\x70\x62\x38\xdd\x61\x46\x24\x67\x8d\x12\xc7\xc1\xe9\x07\x5b\xae\x83\x3c\x01\x9c\xd6\xd8\x46\xe1\xb8\x1d\xd3\x67\xbf\x42\xe2\x2a\x4f\x18\x7c\x4a\x0a\xdb\x45\x8f\xc8\xfe\x86\xf0\xb1\xa9\x70\x51\x34\x6a\x0f\x5a\x34\x12\x11\x9d\xcf\x6b\x16\xac\x71\x25\x8b\x42\x1e\xb0\x49\x71\x87\x73\x92\xf6\xb6\x72\xa1\x8a\x5e\xe8\x92\x9b\xc0\xd7\xcc\x43\xa9\x03\x18\xfc\x6c\x76\x0e\x14\x3c\x35\xf3\x90\xe5\xae\xe1\x67\xbd\x09\x9d\xd1\xd4\x21\x45\xab\xab\x8e\x5a\xc5\xee\x7e\xd4\x79\xd5\xbd\x85\x86\x4a\x99\x46\x21\xa3\x88\x51\x24\x79\x95\xfa\xba\x1f\xb2\x84\x91\x5a\xa8\x1a\x64\xaa\xb7\xb6\xa9\x7c\x85\x04\x3c\x88\xb1\x94\x71\xba\xf0\x7c\xc5\xa8\xc8\x89\x45\x71\xa6\x7f\x59\xec\xf4\xcf\x69\x42\x97\xe5\x34\x87\x3b\xc8\x6b\x5a\xe8\x6a\x97\xea\x9d\x1d\x28\x53\x5a\xa1\x12\x14\xbc\x51\xef\x36\x93\x17\x7f\x51\x92\xa5\x16\x3f\xe4\xdf\x16\x19\xf9\xc3\x45\xe5\x5b\xe7\xb5\x92\xeb\xe4\xf9\x5a\xee\x82\xcf\x47\xcf\x9d\x4f\x4b\x52\x4c\x73\x28\x16\x22\x43\xdf\x7c\xfb\xd2\xf9\xe0\xe3\x29\x9b\xf5\xb1\x54\x85\xe4\xe2\x25\x90\x22\x5c\xac\x9c\xb7\x77\x98\xad\xba\x86\x70\x07\x9d\x55\x5c\xd0\x25\xb2\x13\x55\x4a\x8a\x0c\x78\x49\x0b\x73\xec\x6a\xa4\xf1\xdb\x03\xb4\x7b\xa7\x04\x71\xec\xa9\x01\x65\x29\x9c\xda\xb9\xae\x70\xbc\x45\x8f\x8f\xee\xa4\x1c\xc8\x97\x77\xe8\xf1\x71\x10\xc5\xc2\x30\x52\x41\x6f\xa1\xe0\x2e\x85\x27\x19\xbd\xd7\xdc\xf3\x46\x7f\x5b\xb7\xfc\x1c\xbd\x4d\x47\x7d\xcd\x70\xe5\x1a\x95\x72\x89\xed\xf6\x40\x97\x3a\x42\x71\x04\x77\x50\xaa\xf5\x1b\xe8\x1e\xb3\x82\x14\x0b\x6e\x58\x8a\x3c\xfc\x11\x9c\x93\x5f\x20\x9d\x5a\x36\x35\x95\x65\x8c\x26\x52\x57\x3e\x4d\x53\xa2\xb4\x2b\x39\xc2\x77\x98\xe4\x0a\x52\xcd\xd5\x8e\x4c\xa9\x5d\xb5\x91\x94\x38\x01\xfb\x82\x14\x0b\x79\x70\x50\x3b\x8c\x7d\x27\x69\x45\x12\x68\xde\x49\xe9\x6b\x4e\xd9\x12\x0b\x54\x95\x5c\x30\xc0\x4b\x52\xcc\xa9\x4b\xc6\x4b\xba\x78\xa3\x4a\xbc\xe6\x09\x2e\xe1\x7f\x4d\x3e\xbc\x47\x8f\x8f\xa0\x7e\x9c\xfc\xc4\x69\xd1\xf4\xf7\x69\xad\x19\xb2\x75\x3e\x1a\xa0\x76\x69\x3f\xad\x17\xe7\xf8\x99\xdc\xb9\x50\xc5\x72\x8e\x44\x86\x05\xe2\x19\xad\xf2\x54\x91\x1f\x97\x25\x60\x79\xe8\x40\x38\x49\x80\xf3\x51\x4e\x17\x9f\x77\x00\x92\xfd\x73\xf5\x95\x1a\xde\xd4\x83\x27\xd1\xd8\x35\xe2\xe0\xb4\x62\x04\xed\xe6\x74\xb1\x50\x64\xfe\xe4\xea\x05\xcc\x4c\x66\xf0\xf3\x47\x46\xea\x33\xe5\xe4\x96\x94\xa7\x0a\xea\x25\x5d\x7c\xbc\xbe\xe4\xae\x76\x47\xce\x5c\x53\xfe\xf1\x11\x1d\x1e\xfb\x07\x79\x87\x85\x21\xb3\x8e\xdb\x7c\xc2\xe8\xc6\xea\x26\xea\x45\xd3\xf4\x44\xcd\x16\xd4\x3e\x6d\xb7\x38\xe0\x64\xc5\xf3\x28\x04\xae\x3e\x1c\xe9\xa5\x74\x52\x8b\x1e\xea\xed\x5b\xca\xa5\xb4\x76\xe4\xbf\xbd\xa2\x4c\x69\x5e\xbd\x59\x43\xe6\x27\x35\xed\xa2\x18\x39\x4d\x5a\x70\x75\xc7\xae\xb0\xc8\x36\x84\x18\xd3\x8c\x6c\xd2\x63\xa5\x41\xfa\x95\x1d\xb6\x6f\x5f\x4b\x58\x97\x74\xe1\x6f\x0c\x41\x7f\x9b\x06\x5b\xf5\x6c\x77\xd7\xc3\x8b\x6c\x9a\xd7\xc0\x69\xae\x95\xac\xb2\xae\xfd\xe9\xcd\x98\x8b\xf2\xee\xe5\xf9\xfb\x89\x53\x77\xfc\x0c\xfd\x98\x41\x01\xb2\xa4\x5a\x38\x48\xf3\x7c\xae\xd4\xf0\xfa\xfc\x75\x4f\x44\x26\xc5\x73\x8c\x06\x8d\x0e\x7c\x60\x38\xfc\x81\x3a\xe5\x47\x3e\x20\xc2\x11\x07\x81\x04\x45\x83\x24\xa7\x1c\x06\xc1\x72\xbd\xcf\xa0\x40\x4b\x7c\xab\x6c\x00\x19\x20\x21\x4f\x27\xc2\xb6\x3a\x42\xe8\x26\x23\x1c\x2d\x01\x17\x86\x1b\xac\x68\x85\x12\x5c\x48\x6e\xc0\xc9\xb2\xcc\x57\x4a\x69\xe5\x03\x1d\x68\x79\xb3\x61\xc5\xa8\xc1\x0c\xed\xaa\xf5\x9f\x38\xa8\xca\xdd\xe9\x47\x98\x4d\xa8\x94\x11\x11\xaf\xca\x52\x0e\xe9\x0c\x12\x2c\x41\x2b\x15\x06\xe1\x28\xc1\x1c\x74\x3f\x83\xc6\x22\xbd\xbe\x57\x1c\x6b\x06\x75\xdf\x07\xaa\xa3\x8a\xc0\x12\x02\x65\x64\x41\x24\xe3\xb6\xd4\x4d\x89\x66\x70\x19\xbe\x83\x2e\x12\x87\x84\x23\x49\x66\x1a\x92\xe4\x41\x05\xed\x47\xc5\xa8\x62\x5a\x04\x9e\x90\x22\x01\xdd\x45\x5d\x36\x85\x3b\x82\x05\x20\xa5\xf1\xf2\x1b\x2d\x24\xef\xce\xcd\x1c\x99\x41\x86\xef\x08\x65\xe8\x1e\x34\xde\xb5\x02\x91\x70\xc9\xa9\x19\xc5\x49\x36\x6a\x20\xec\xa0\x6b\x10\xd8\xa0\x61\xd9\x9b\x06\x95\xe1\x22\xcd\x95\x4c\x38\x47\xf5\xf9\xbb\x77\xc6\x35\x0c\x5a\x0d\x67\x55\x2e\x18\x4e\x01\xed\x36\xe3\x5a\xbf\xfb\xd4\xe2\xa9\xf5\x63\x8a\x1c\xd7\x25\x9e\x3e\x0d\x04\x5f\x35\x69\x3d\x16\x2c\x1b\xb5\xcb\xcd\x55\x4d\xf6\x28\x2b\xd1\xae\xc8\xc0\x6a\x12\x3d\x5b\x50\xaf\x2e\x55\x13\xed\xdf\xe0\xa9\xfb\xd4\xa8\xa8\xe2\xc8\x96\xef\xee\xdf\xae\xaf\x7a\x9d\x4a\x20\x51\x7e\x14\xaf\xcd\x60\x49\x05\x04\xb5\x5a\x4a\xf0\x1d\xa4\xf4\xa1\x6a\xe7\x9d\x3e\x48\xa9\x41\x53\x40\x37\x5b\xcb\x80\x09\x65\x0c\x12\x91\xaf\x94\xce\x30\x91\x33\x8c\xf3\x5c\xee\x51\x39\xc5\x29\x29\x16\xc1\x90\xb6\x21\xed\x96\x98\xf3\xa9\xd9\x2a\x78\x92\xc1\xb2\x77\x70\x3b\xc0\xf4\x0c\xf6\xae\x06\x7a\xec\xf7\x4e\x9d\xa4\x24\xba\xb1\xf6\x71\x91\xda\x6a\x08\x33\x50\x44\x90\x0b\x61\x4e\x59\x02\x8a\x7d\xa6\x44\x76\xbb\xee\xdc\xc0\x94\x3e\x8a\x40\x1b\x48\x92\xeb\xf2\x53\x41\x95\xa0\xc2\xfb\x7a\x78\xd8\xf4\x65\xa0\xe4\x1e\xf9\xdf\x40\xbf\x78\x1e\x7c\xe3\xce\xc7\xe7\xad\x09\x1d\xa1\x95\xe4\x81\x1a\x47\x23\x48\xab\x37\x3d\xd8\x74\x00\xe9\xa1\xb7\x35\x09\x3a\xe5\xda\x86\x95\x0b\x3e\x99\x5c\x5e\x61\xce\x45\xc6\x68\xb5\xc8\x02\xa3\xca\x8e\xc2\x5f\xe3\xa6\xbd\x24\x46\x97\x84\x0b\x28\xe4\xbe\xcc\x47\xb2\xae\x5a\x2c\x8f\x8f\x72\x58\x5e\xbc\xf8\x87\x62\xf7\x11\x6b\x88\x2c\xdf\xd0\xa3\xd5\x71\xfd\x26\xa0\xc1\xba\x16\xbd\xe7\xc5\x8b\x7f\x1c\xf7\x2d\xd5\xa0\x45\x4b\x0f\xd4\x5e\xad\xbf\x12\xc3\xb7\x37\x37\x57\x93\x2f\x8d\x9e\x77\xae\xf9\x30\x53\x8c\x7e\x06\x86\x2d\xa0\x8c\x72\x11\x4c\x36\xf9\x4a\x32\x46\xc2\xf5\x9f\x6b\x57\xb2\x2c\xd5\xb7\x78\x9b\xef\xbd\x13\x5b\xb7\x2b\x51\x9b\x36\x78\x6c\xc5\x46\xd6\x21\x52\xf7\xa9\x4b\x74\x3f\xa3\xcb\xb2\x12\xf0\xa6\xca\x73\x6f\x07\xa9\xa7\xf4\x8f\x20\x65\x9c\xa7\x42\xed\xa7\x86\x89\xcb\xc3\xb0\x8b\x85\x9c\xc6\x56\x46\x91\x3b\xaa\xdc\x5e\x6a\x9b\x9d\x81\xc3\xa0\xcc\x71\x02\xdc\x14\xa8\xb9\xb9\x72\xb7\xe0\x94\x16\x3d\x74\x92\xf0\x77\xe7\x55\x9e\xb7\xde\x7a\xb3\xcb\x2e\xd3\xb3\x35\x1b\x59\x8b\xae\x83\x68\x93\x07\xd1\x3d\x6b\xd0\x43\xee\xc1\x9a\x0a\x9b\xec\x74\x9d\xb8\x68\xa2\x4e\x1d\xd2\xf5\xa3\xd2\x5b\x5e\x2f\x93\x7a\xf3\x44\x9d\x2a\x0b\x79\x0a\x9f\x92\x62\x6a\x37\x83\xe6\x20\x27\x57\x9e\xf7\xc5\x3c\x8d\x5e\x80\x81\x32\xc5\xe8\xb3\x85\xf3\xd4\x76\x11\xce\xf3\x9a\x56\x8d\xee\x47\x73\x2d\xf3\xb2\x56\xe9\xed\x20\x51\xb1\x02\xd1\x02\x71\xe0\x4a\xb1\x94\xe0\x24\xd3\xfe\x3a\x28\x65\x98\x0b\x92\xe0\x5c\x6e\xe9\xcb\x92\xd1\x3b\x40\x25\x30\xa5\x35\x28\x12\x08\x27\xfd\x64\x72\x39\xd1\x40\xce\x70\x92\xd5\xe3\x21\xd1\x31\xc0\xa7\x89\xfa\x20\x25\x2b\x41\x8a\xa3\xe7\x87\x87\x87\xd6\x28\x36\x99\x5c\x1e\x39\xa8\xba\x80\x7c\xe5\xb9\x03\x2d\x74\x12\x6a\xea\x35\xa6\x86\x0e\xbd\x0c\xce\x73\x7a\x5f\xbb\x31\xc8\xfe\x4a\x51\xc5\xd2\x40\x10\x79\x50\xe0\x91\x06\xd5\xfb\x78\xa7\x6f\xcc\xc7\xb5\xaa\xd8\x46\xd9\xb4\x07\xcb\x52\xac\xe2\x80\xbe\x87\x15\xda\x8f\xd1\x50\x23\xa1\x6c\x7d\x8e\x82\xd4\xa0\x36\xba\x85\x55\x47\x97\x79\x4e\x16\x99\x94\xce\x18\xa4\x55\xa2\x59\x8a\xa4\xe0\x50\xd0\xe1\x9c\x30\x2e\x86\xb3\x95\x80\xba\x39\xd7\x30\xe4\x10\x38\xb0\x04\xf5\x77\xe8\x8c\x94\x19\x30\xbe\xdf\xf0\xbd\x36\xdd\x13\xad\x48\x94\xe4\x4f\x74\xf1\x1a\x05\xf3\x1b\x3d\x75\xda\x37\x20\xb5\x42\xa9\x99\xed\xa0\x70\xd5\x8b\xcb\x56\xeb\xb5\xe0\x46\xb0\x3d\x7f\x7b\x85\x19\x5e\xb6\xb1\xd5\x18\x9e\xbf\x45\xca\x97\x6e\x43\xfd\x93\xc4\xcb\xd5\x3f\xc9\xdf\x69\x56\xca\x16\x6a\xbc\xcd\x6f\x97\xbe\x06\x89\x7e\x35\x72\xad\xa8\xd4\xa2\x92\xf1\x4c\xb9\xb9\x9c\x5c\x43\x42\x59\xca\xdd\x69\x93\xae\x24\x33\x49\xd4\x40\x4e\x73\x6a\x45\xca\x90\x2f\xf1\x7c\x0a\x49\x9a\x4d\x93\x8a\xdd\x79\x03\xfe\xfa\xec\xfc\xed\x99\x7a\x19\x8c\xf7\x48\xab\x80\x95\xf6\x82\x37\x34\x33\x8a\x61\xa5\xff\x50\xfe\x00\x7a\x3c\x35\x0b\x27\x85\x00\x96\x40\x29\xa6\xa0\xab\x75\x8f\x91\xd1\xb9\x01\x63\xca\x08\x61\x95\x6e\x1a\xbc\x14\x70\xfc\x86\xb5\xbe\x45\xf9\x1f\x48\xe4\x6d\xb5\xc7\x47\x74\x82\xfe\xa7\x1e\xc1\xa9\xff\xe1\x38\x68\xd3\xa8\x14\x9c\x95\xc6\x40\x6e\xbd\x35\x5f\x75\x56\xfd\xa9\x9c\x18\xc6\x39\x56\xab\x80\xeb\xa3\xa0\x03\x4b\x49\x54\x46\x10\xd5\xa5\xd6\x74\xd6\x94\xb5\x7d\x7d\x4b\x52\x68\x14\xe6\xc6\xc4\x46\x52\x70\x55\xe6\x59\xaf\xbf\x4c\x7c\xae\x2b\xf1\xb0\x20\x65\x09\x62\xbf\x35\x70\x89\xa4\x0e\xd7\x5f\xeb\x85\x0a\xa9\xd5\x2e\xf8\x9e\x5f\xfa\xd7\x12\x97\xb6\xb5\x10\x7e\xaf\xb6\xae\xf1\x93\x5c\xef\x5a\xd5\x10\x49\xee\x9d\x07\x68\xd7\x2a\x0b\x15\xb5\x66\x8e\x9f\x72\x03\x1f\x7e\x6e\x8a\x8d\x0c\x73\xb5\x6e\xb6\x23\xfb\xc7\xcd\xaa\x04\x34\x48\x28\xbd\x25\x30\xb0\xf5\x6b\xe0\x72\xff\xbb\x5d\x0d\x65\xcf\x6a\x48\xef\xf1\x52\x4d\xac\x46\x4a\xd2\xa5\x50\x86\x79\x76\xe2\x15\x0d\x1b\x3d\x53\xcd\x84\x6f\xdf\x62\xae\x14\x82\xb2\x67\x9f\x53\xdf\x22\xa4\x58\x13\x2d\xf2\xd5\x71\xe8\x97\xb8\xb7\x30\x0c\xc3\x6a\xe5\xbf\xb7\xde\x10\xae\xbb\xeb\xe1\xbe\x2b\x43\xd5\x0e\x13\xf5\xb8\xf6\x56\xb6\x33\x30\x32\xda\xfe\xf8\x69\x2e\xad\x86\xad\xee\xe7\xeb\x22\x2d\x29\x29\xd4\xee\x69\xbe\x37\x1e\xf0\xa3\x53\xa3\x19\xf9\xbf\x48\x1b\x2c\x94\xab\xd5\x91\x53\xc0\x6a\x68\x95\x27\x01\x26\x39\x3f\x71\x3e\xbe\xc3\x0f\x6f\xe4\x3b\x59\x40\x7e\xb4\x62\x83\x5b\x46\x16\x08\x65\x06\x14\x51\x87\x44\x3a\x57\x4f\x95\x35\x73\xa4\x31\x90\xe0\xf4\x95\x72\x02\x24\xc5\x42\xcf\x78\x67\x32\x1b\xbb\x8b\x2d\x02\xa7\xf9\x82\x32\x22\xb2\x65\x48\xcc\xbf\x07\xf5\x37\x1a\xd4\x4e\x6e\xb5\x29\xa7\xaa\xc7\xd2\xfe\x31\xad\x9d\x4f\x1d\x8e\xa1\xe9\x71\x38\x92\xff\x9e\x1f\xa3\x1d\xa4\xce\x71\x19\xcd\x53\x60\x0d\x81\x6d\xcd\x2e\x6f\x52\xc7\x9f\x54\xb9\xd7\x36\xfe\xaf\x7f\x9c\xd9\xd2\xb9\x72\x94\xc2\x59\xad\x09\xb5\xb3\x2c\x71\x69\x2c\x00\xf7\x24\xcf\xd1\xcc\xb8\xb9\xd2\x46\x3d\x27\x4b\xfd\x98\x11\x01\x39\xe1\xc2\x73\x5a\x35\xb3\x90\x14\x29\x3c\x1c\x78\xb3\x91\x37\x81\x33\x7e\xd9\x9c\x26\x7a\x0f\x6b\x4a\x8d\x2e\xcd\x3b\xb7\xf8\xae\x72\xa6\x3f\x3a\xb1\xab\xd7\xd4\x6a\xea\xfb\xb3\x84\x70\x5b\x44\xc9\x08\x90\xfa\x25\x9b\x82\x75\xe4\x88\xfd\x3c\xaa\xbb\x36\x3a\xbb\x38\xbf\x36\xb1\x23\x66\x73\x3e\x87\x62\xa5\xf4\x5a\x9f\x3e\xa1\x92\x91\x42\xd4\x38\xbf\xa5\x5c\xc8\x8d\x03\x19\x4c\x1b\xdf\xcb\x40\x29\x6d\xf8\x8f\x84\x64\x3d\x5e\xd0\x5e\x07\xac\xc1\x74\x60\xe0\xed\xfb\x5c\xcc\x31\x5a\x46\xb8\x80\x71\xb8\xed\xe8\x51\x68\x1e\x55\x2e\x10\x2d\xd3\xe8\x26\x5e\xd0\xfd\x6b\xd5\x5a\x6b\x55\x34\xd5\x9e\xf6\x90\xbc\xc6\x02\x94\x6b\x8b\x13\xa5\xe0\xc8\x3e\xf2\xb3\xf2\x90\xd1\x76\xdb\xdc\xf2\xef\x38\x29\x77\xef\x6d\xbf\xa6\xa6\xf8\xc5\x79\x9c\x4c\x87\xc7\xdd\x54\x62\x79\x43\x9f\x38\x69\x9e\xb7\x48\xb3\x09\xba\x4a\xd9\xd3\x81\xe1\xae\x76\x03\xea\xc0\xfa\xd0\xf7\x02\x92\x4b\xfb\xbf\x68\x01\xf5\x6c\x71\xd7\xf7\x73\x34\x18\xf4\x68\x08\x9d\xb5\x8d\xf3\xdc\x68\xa7\x94\xa7\x71\x8a\x98\x5c\xcb\x1a\xfd\x5f\x68\x01\x7c\x84\x5e\xe3\x24\x43\xca\xe4\xa7\x17\x8a\x29\xca\x11\x46\x29\x68\x53\x42\xaa\xca\x06\xd6\xaa\xe7\xef\x5e\xa1\xe1\x7f\x47\xcf\x5f\x22\x91\xd1\x8a\xe3\x22\x45\x2f\x5f\xa8\x63\xac\x72\x48\x06\x8e\x28\x43\x78\x26\x37\x80\xef\x9a\x22\xcf\xbf\xf9\xce\x2b\x13\x61\x24\xaa\x2d\x39\x7b\xb4\xcd\xd5\x4e\x1e\x49\x8d\x66\x02\xed\xbb\x5c\x42\xd5\xe8\x9a\x92\xe3\x67\xe8\x95\xa2\x85\x61\x4c\x56\xb9\xc3\xd1\xde\x9c\xd1\xe5\x58\x50\x74\x7f\x7f\xbf\x1f\xc3\x24\x33\x4b\xf2\x00\xed\x0a\xaa\x82\xe9\xae\x4d\xe5\x89\xcf\xd9\xec\x0e\x1b\x99\x70\xd6\xb2\xa4\x7c\x70\x8c\x26\xef\x15\x29\x52\xb3\x05\x5f\x94\x77\x2f\xdc\x09\x98\x2b\x4d\x32\x32\x71\x7c\xaa\xa6\xd9\x99\x63\x7a\x66\xf4\xf8\xb8\x5e\x49\x18\x44\x08\x04\xde\x37\xbd\x8d\xae\xb7\x12\xac\xd3\xd1\xb7\xdb\xd6\xaa\x99\x3e\xcd\xf9\xe7\x77\xa9\xfe\x43\x9e\xa9\x7b\x95\x94\x6e\x97\xbf\x06\x61\xff\x42\x94\xf4\x3d\x69\x4c\x13\xad\x78\xd7\xcf\x59\x09\x2f\xff\x5e\x09\x5f\x7c\xfc\x36\x59\x05\xff\xfb\xe8\xe8\xff\x7c\x25\xca\xda\xa6\xfe\x22\xf4\x6c\xad\x85\xe0\x8d\x63\x72\xd0\x1a\x23\x2b\xe4\xd5\xfa\xbc\x66\x0d\x15\xd0\x85\xf8\x8b\x17\xff\x68\xbb\xb7\x19\x4b\xb6\xb2\x48\xca\xdd\x52\x49\x93\x73\x34\x38\xfa\x6f\x77\x83\x0e\x40\xde\xf9\x82\x81\xb2\x3e\x58\x72\x9d\x19\xdd\x91\xdd\xe1\xac\x06\xcf\x1a\xd4\xc7\x63\x15\x9b\x45\x0d\x85\xfd\xf6\x1f\x1f\x5d\x4f\xbe\xde\x29\xf7\xf9\xcd\x76\x37\xb1\xf6\xac\xb3\xd9\x19\x45\x0b\x78\x3b\x52\x34\x61\x02\xb5\x4f\xcd\x6f\x9b\xc1\x8b\xef\xfa\xe1\x68\xb7\xeb\x79\x87\xf0\x9c\xe0\xd6\xb9\x4d\xc0\xb2\x54\x61\x60\x83\xc9\xeb\xeb\x1f\x5e\x5f\x0f\x0c\x50\xab\xac\x90\x02\x9d\x45\xbf\xad\x95\x68\x29\xd6\x55\xc1\x50\xdd\x88\xbe\x90\xca\x11\x39\x6a\x47\xaf\xa5\xf8\x9a\x88\x77\xf3\xec\xe3\xe4\xe6\xc3\xbb\xe9\xeb\xeb\xeb\x0f\xd7\x13\x3d\x71\xfd\xc1\xdc\xd9\x51\x00\xfa\x87\x23\x36\xec\x3b\xf5\x49\x40\x57\x38\xd0\xd1\x80\xf2\x20\xf7\xfe\xdf\x17\xef\xff\x83\x74\x3a\x86\x24\x83\xe4\x56\x79\x9a\x68\x6f\x11\x79\xea\xd5\x7e\x53\x52\x44\xe5\xf1\x91\xde\x41\x1f\x8d\x61\xb8\xdb\x37\xc2\x06\xa6\xa1\x3d\x86\x8b\x94\x2e\x4d\xc4\xe8\x4f\x15\x57\x5e\x6b\x3a\x42\xff\xb6\xa0\xf7\x85\x02\xc2\xf7\x11\xe6\x35\xca\x0a\xac\x44\x55\x9b\x3a\xdc\x71\xcb\xb0\x7c\xb7\xd0\x9e\x60\x1a\xa6\x23\xb3\x27\x99\x9a\xea\xa4\x38\x72\xea\x68\x17\x95\xf1\x78\x41\x44\x56\xcd\x46\x09\x5d\x8e\x6f\xab\x19\xb0\x02\x04\xf0\xb1\x71\x59\x1e\x6a\x63\xd6\x2c\xa7\xb3\xf1\x12\x73\x01\x6c\x9c\xd0\x42\x30\x9a\xe7\xc0\xb8\x31\x75\x95\xb7\x8b\x71\xb2\x4c\x9d\x2f\xc6\x18\xb3\xa0\x9b\xc8\x56\x0d\x51\x6c\x10\x41\x33\xae\x2e\x67\xbe\x86\x8a\x83\x51\x42\x29\x4b\x80\xa4\x47\x23\x93\xcc\x70\x72\x9b\xd3\xc5\x89\x6d\xe2\x95\xfe\xed\x19\x2b\x51\xb7\x70\xb2\x6e\xdb\xfb\x3a\x58\xc6\x76\x0b\x61\x0d\xf4\xb5\xfe\x4a\xab\x04\x86\x83\x63\x3f\x7e\x5e\x2d\xc7\x20\xa7\x88\x77\x9e\x44\x1b\xc6\x8c\xd8\xc7\x8b\x1d\xb1\x06\xf1\x38\x93\xb5\x4f\xcc\x17\xda\x3e\x86\xcd\x7f\x73\xe8\x9c\xc2\x43\xa1\xb1\x27\x55\x83\xd7\xcd\x31\xe1\xc3\x54\xeb\xfe\x86\xf9\x6c\xe8\xf8\xef\xff\xbe\xfd\xf5\x3e\xca\x05\xa1\x62\xf2\xba\x94\x85\x4d\xa7\xf2\x48\x08\xbf\xc9\x7d\xd0\x95\x4e\xc0\xaf\x6e\x2c\x2e\xd3\x14\x0b\x8c\x4e\x7c\x68\xa3\x05\x88\xa9\x35\xc9\xa8\x12\x7b\x6d\x30\x86\xf8\x1e\x9c\x20\xec\xbf\x79\x8a\xc5\xc3\x08\x1e\x88\xd8\x93\x7f\xc8\xbd\x7a\x7a\xf1\xfe\xe6\xf5\xf5\xfb\xd3\xcb\xa9\xde\xa3\x34\xf3\x6e\xb7\x82\xea\x79\xd0\xfa\xe4\xe5\x29\x70\x1b\xe2\x78\xb5\x37\xf8\xf0\x7d\xa4\xeb\x6d\x34\x3e\x7c\xef\x97\x7a\x8c\xcf\xb4\x60\x24\x9b\x69\xa5\x18\x97\x0d\xc9\xf2\x87\xaa\x7b\x25\x2a\x2b\x6a\x81\xf3\x41\x6b\xc6\x7c\xe9\xa9\xd7\x0f\xbf\x15\xfa\x6c\x9f\x68\xa8\x72\x4a\x78\x99\xe3\xd5\xf1\xc6\x25\x6d\x78\x8a\x8e\xec\x0a\x11\x0c\x64\x3a\xb4\x86\x19\x70\x51\xcd\x2c\x9d\xad\xd1\xb9\x7b\x80\x5a\x52\xcd\x36\x89\x3d\x9a\xd1\xf5\xd7\xd8\x6f\xce\x28\x7c\x62\x28\xdf\x85\xe7\xdf\xfc\xd3\x98\x18\x62\x8d\x77\x9e\x98\x1b\x00\x47\x47\xed\xaa\x11\xbe\x94\x42\xb1\x92\x35\xfc\xb2\xde\x8f\x1d\x2d\x2d\x98\x60\x9f\x19\x20\xf8\xb9\xc2\xb9\x92\x75\x3c\x3a\x69\x56\x90\x12\xe3\x52\x6b\x1f\x13\x6f\xbc\xc4\x0f\x3a\xe6\xb8\x15\xa6\x6b\x9e\xc1\xf3\xc3\x65\xb0\x30\xf4\x22\xd2\x0e\x2d\x92\x84\x5d\xcf\x67\x72\x54\x9f\xf7\x05\x76\x18\xb4\x96\x29\x44\xe6\x4d\x74\xaa\x44\xfd\x2d\xfc\x2e\x3a\xf1\x10\x08\xa1\xff\x0c\xd5\x49\xe6\xc5\xe1\x8b\x4d\x46\xb0\x9b\xdd\xd8\x9f\x43\x23\x89\x0c\x0d\xcf\x8e\xb3\x9f\x2d\x16\x0a\xf2\x3c\x25\x9a\x77\xc6\xc3\xa6\x65\x3f\xdb\x88\x09\x6c\x00\x30\xec\xc8\x76\xdc\x60\xc3\x73\xc3\xe3\x93\x27\xd6\x30\xfc\x04\xf9\xf1\x76\x2a\xf1\x41\x63\x34\xf6\x42\xed\x26\xfa\x7d\x2c\xe6\xf6\x57\xc4\x83\x6d\x12\x7d\xd5\x60\x15\x75\x25\x59\x1f\xd0\x54\xbb\x14\xde\x9c\x5d\x21\x13\x6f\xc8\xc3\xd3\xef\x01\xda\x15\x49\x39\xa9\x0f\xbf\xa3\x9b\xb3\xab\x57\x81\xf7\x46\x6d\x41\x15\x49\xa9\x5c\x2f\xea\x1a\xd6\x28\x1c\xbc\x35\x00\x94\x19\x44\x45\x42\xf6\x17\xe9\xfe\x5a\x87\x7a\x05\x68\xff\x74\x80\x76\xc1\x98\xb3\xd5\x91\xbd\xa9\xea\x5a\xb9\x83\x53\x38\x6a\x3d\xca\x03\xc9\x54\xa8\x2d\xe0\x46\xa5\x58\xbf\x37\x48\xc4\x03\x32\xd0\x6f\xa1\xea\x8f\xe2\x19\x68\x3c\x5b\x63\x60\x66\x66\x84\x88\xae\x3e\x6b\x74\x0e\x89\xd1\xa7\xac\xd5\xcf\x75\x6b\x07\xa3\x08\x7e\x25\x8c\xbe\xae\xae\xf9\xcf\x37\x14\xf5\x11\xf6\xf7\x1a\x8f\xe0\x8d\x06\xd2\x9d\x63\x45\xa7\xac\x54\x0c\x26\xe6\x1d\x12\xdb\x3f\x90\x4e\x65\xf3\xbb\xf0\xa2\x96\x26\x61\x1d\x39\x5f\x17\x86\x9c\x61\x97\xac\x86\xb9\x7e\x5c\x39\xb8\x2b\xfb\x99\xaf\xcd\xfa\x78\xde\xcb\xd9\xab\xd4\xe5\xec\x1f\xcf\xbb\x39\x7b\x95\x6a\x6a\xd6\x35\x3c\x6a\x36\x6f\x3b\xa9\x19\x2f\xd2\xfd\x75\x63\xce\xde\x54\xfd\xca\x9c\xfd\xf7\x63\xed\xad\x41\x90\xc3\xf3\xd9\x6c\x79\x03\x68\x7f\x3c\x96\xfa\xe5\x48\x50\xb3\xc3\xcf\xa1\x43\x94\x95\xd9\xbc\x1a\xdc\xeb\x40\xc0\xca\xae\xeb\x42\x6d\x66\xf6\xc5\x79\xe1\xef\xb5\x7a\xc3\x70\x2b\x43\x2e\x9b\xc0\x36\x05\xe5\x10\xab\x92\x84\xcd\x6b\x39\x9d\x37\x9a\x6e\x06\x25\x08\xa2\x3d\xbc\x4c\x9e\x5a\x5d\xa9\x2d\xcc\x07\xb6\xae\xd4\x3d\xd1\x28\xee\xd6\x73\xc6\x09\xea\x96\x41\x8e\xe4\x8e\xbc\xc9\xed\xe9\xee\xf8\xbe\xab\xa9\xde\xe5\xfb\x8e\xdc\xc3\x63\xdc\xd9\x3d\x38\x51\x5a\x0d\x52\x70\xdc\xed\x72\xd2\x6f\x9d\x8b\x63\xc7\xcd\xe6\xc4\x89\x82\x99\xe6\xf8\xdc\x6f\x06\x45\x1f\x85\x9c\x92\x3a\x7a\x4b\x67\xf5\xdd\x10\xc6\x07\x13\x81\x3f\xfc\x78\x7d\xa1\x61\x44\x6d\x77\xbd\x30\x9a\x79\x6b\xf1\xa8\x73\xad\x6c\x08\xe1\xc2\xd8\x35\xd4\xf4\x56\x10\xdc\xe4\x2c\x1b\x02\x99\xe8\x1d\xd7\x01\xe2\x66\x73\x09\x86\xc6\x84\x87\xa1\xe0\xd9\x1b\x3d\xdb\x47\x63\x34\x63\x80\x6f\x8f\xa3\x7a\x3d\x7f\x8a\x6f\x70\xaa\xfe\x0d\x0e\xea\x5f\xe0\xa8\xde\xfe\xf6\x29\xc8\x73\x7d\xf6\xe1\x7a\x52\x27\x81\x50\xd1\xf6\xd6\x36\xb5\x24\x49\x46\x20\xbf\xc5\xf9\xed\x12\x17\xca\x46\x65\xcc\x92\xc6\xf6\x34\x4c\x28\xe3\x43\x5a\x42\x31\xf4\xb5\x3e\x4d\x86\x4d\x97\xa5\x78\x9c\x44\xf1\x5c\x6a\xd6\xff\x19\x65\x3c\xa0\xf4\x0e\x92\x2f\xd1\x15\x83\xb9\x8a\xd4\x42\x4b\x10\x19\x4d\x39\x2a\x00\x52\x8e\x70\x93\x0c\x88\x96\x9a\x85\xe1\x22\x45\x29\x99\xcf\x81\x41\x21\xd0\xb5\x36\x77\xc8\x95\xa6\x01\x92\x39\xda\xab\x27\xbd\x06\x86\x4e\xd0\xd3\x0f\x57\x37\x17\x1f\xde\x4f\x9e\xee\x3b\x3c\xa1\x95\xd8\xe8\xa9\x56\x0f\x0c\xcf\xb4\x8d\x6d\xa8\x9c\x59\xcd\x9a\x3a\xaa\xbb\xa2\xba\xa1\x3e\xe9\x2f\x4d\x54\x96\x33\xaf\xfc\x82\x67\x0c\x52\x28\x04\xc1\xda\x77\x7b\xc3\x86\x9d\x5a\xb1\xd6\x7d\xa0\x4f\x8f\x23\x13\x63\xc3\x86\xde\x69\x9a\xc7\x1a\x31\x9f\xfc\x3e\x6e\x08\xd6\xb0\xf9\x18\xd8\x66\x07\xd8\x06\xec\x3b\xfc\x30\x3c\x5d\x40\x00\xf0\x1d\x7e\x38\x5d\xc0\x3a\x50\x67\x5a\xa9\x39\xbc\x59\x95\x70\xa4\x93\xa7\x95\x39\x26\x05\x4a\x32\xcc\x38\x88\x93\x8f\x37\x6f\x86\xdf\x6d\x04\xe2\x52\xe5\x1c\x3b\x42\x87\x4e\xe9\xda\xec\x66\xd5\x8e\x8e\xfa\xec\xef\x79\xf6\xc7\x98\x67\x2d\x9e\xe8\x8b\x4e\xfa\x14\x32\xac\x35\x9d\x51\x01\xea\x9e\x88\xcc\x96\xc4\xca\x8f\x24\xe4\x7f\xd6\x7d\x24\x90\x87\xec\x3d\x17\x6f\x08\x6b\x7b\x3e\x37\x6e\x31\xa3\x09\x24\xb4\x25\x21\xff\xe1\x5d\x5a\x9b\xd0\xb3\x88\x53\xfd\x6f\x6b\xce\xff\xf4\x49\x45\x9f\xff\x6e\x4e\xa7\x7f\xb4\xae\x47\x8f\x99\xda\xe3\xef\x4f\xec\x29\xfa\xbb\x52\xf9\x0f\xe1\xd1\xf9\xc7\xa3\xc0\x7a\x1f\xcc\x8d\xbc\x6a\x14\x2b\xd6\xa4\x42\xb4\xc3\x7b\xc9\x71\x3f\xb5\xc9\x41\x3a\xfd\xbf\xea\x3c\x30\xc4\xa4\xa1\x37\x1e\x75\x37\x97\x13\xc4\x0b\x62\xb5\x4d\x75\xd8\x41\x8d\x83\xca\xc9\xa6\xc7\x11\x18\x5a\x56\x5c\x20\x9c\xdf\xe3\x15\xd7\x79\xc0\x02\x85\x22\xe8\x85\x74\xe0\x65\x2b\x99\xbc\xbf\x68\x20\x98\xac\x1b\x5c\x25\x9a\xa0\x15\x4b\x00\xa9\xdc\xf1\x73\x2a\x51\x22\x62\x14\xe2\x10\x7a\x12\x9a\x81\x9e\x4c\x2e\xcf\x80\x09\x32\x57\x31\x21\xfb\xbf\xed\xde\xf0\xa5\xfd\x83\xd1\xd7\x73\x98\xff\xfd\x39\xb1\x4a\xe8\xd0\xee\x8a\xca\xc3\x8d\x1e\x1f\x55\xde\xee\xad\xd8\xc9\xdf\x03\xf2\xbb\x0d\xc8\x57\xdc\x47\xb7\x58\xf9\x7f\xbd\x38\x89\xbf\xc8\x74\x09\xd6\xef\xf6\x43\xfa\xa7\x0f\xd0\xf8\x8b\x0c\xe4\x3a\xa9\x46\x89\x0a\x09\x5d\x2e\xa1\x10\xe8\xea\xf5\x3b\xc4\x33\xec\xdc\x29\x53\xdf\x7a\x93\x08\xe3\x12\xce\xad\x00\xb2\x90\x52\x81\x8a\xea\xf4\x5d\xe4\x70\x91\x3a\x89\x15\x9b\xeb\xe1\x6c\x8b\x3b\xb6\x99\x23\xe7\xb0\xa8\x46\x1c\x96\x67\x19\x24\xb7\xbc\x5a\x7a\x72\x17\xcf\xa7\x49\x33\xc7\x50\xd7\xe3\x03\x73\x66\xa5\x47\x93\x00\x9a\x4a\xc1\xf4\xf9\xd0\xfa\xd6\xc5\x9b\x2a\xcf\xcf\x32\x4c\x0a\x77\x81\x04\xfd\xb2\x77\x14\xf5\xf5\xcf\xc7\x24\x06\xb5\xd5\x41\x2e\x70\x99\xf7\x79\xc9\x05\x86\x63\xb7\xce\xf4\x0e\x18\x99\xc7\x89\xd2\x6d\x6c\x46\x9d\x21\x1a\x71\xfa\x9c\x56\x22\xbb\xb9\x9c\x28\x1b\x48\x10\x50\xe2\x86\xb6\x38\xa5\x22\xc1\x3f\x2f\x0e\xff\x11\xe5\x5a\xeb\x9b\x77\x88\x27\xdb\x18\x9d\x9d\xbe\x21\x39\xbc\xc7\x4b\x08\x90\x89\x4d\xd5\xb0\xf2\x15\x2c\x27\x6f\x4f\x5b\x53\x56\xfb\x3a\xf6\xce\xdc\x1e\xa0\x0d\x46\xad\xd1\xd5\x03\x64\x1a\xe8\x18\xdd\x1e\xc8\x3f\xa8\xea\xfa\x4a\x97\x2e\xd8\x29\x94\x22\xeb\x00\xdd\x0b\x5b\xa7\x79\x20\xb4\x38\x57\x10\x36\x5a\x2b\x21\x10\x35\xdc\x57\x78\xe1\xad\x16\x27\x37\xd4\x8b\x7f\x7d\x8b\x5e\xfc\xeb\x25\x3a\xe9\xc3\xa4\x06\xb2\x31\x47\xdc\x6c\xb3\x0b\xb2\xa1\xa1\x20\xcd\x59\xdf\x13\xb0\x94\x3a\x09\xda\xba\xf4\x2c\x1d\xc8\x74\xc6\x64\xb9\xed\x6c\x17\x4e\xb5\x4d\x5a\x0d\xdb\xd2\x06\xa9\x35\xdc\xe2\xb8\x12\xd9\x95\x5b\x45\x8e\x56\x4f\x46\x8e\x38\x0d\xea\xec\x14\xd7\xda\x52\x36\x3a\x2d\xcb\x6b\x4a\x85\x3b\x63\x94\xe9\xa4\x62\x04\x9d\xa0\xf1\x7e\x60\x3b\x35\x0c\xe4\x1f\x87\xdf\x28\xa4\xba\xc0\x79\x83\xb3\xc1\x9c\x69\x7a\x17\xb3\xea\x9e\xf8\x04\xd8\xd4\xa0\xbb\x83\x8a\xc5\xc3\x54\x56\xb3\xb7\x5e\xd9\x2b\xff\xe8\x1d\x30\x46\x52\xe0\xcd\x85\x12\x76\x73\x2e\xb1\xb2\x27\x99\x0a\x07\x01\x40\x91\x01\x83\x39\x65\xe0\x66\x05\x87\x87\x32\x27\x09\x11\xf9\x4a\x27\x44\xd7\x61\x61\x26\x6d\x04\x5e\x60\x22\x8f\xfd\x26\xb9\x4b\x06\xb1\x66\x82\x56\x18\xf0\x6a\x29\x51\x12\x28\xc3\xdc\x84\x01\xaa\xf4\xd2\x26\xdc\x4c\x36\x33\xa7\x2c\x68\xca\x36\x72\x59\x61\x94\xe0\x02\x95\x24\xb9\xb5\x21\x26\x4d\x7e\x6a\xaf\xad\x6e\xd5\x8c\xcd\x98\x62\x73\xde\x28\x86\xda\x92\xe3\x6a\xc9\x4b\xf9\x39\xb9\x93\x70\x10\x35\x9a\xab\xa4\x70\xd6\x2a\x37\xa3\xa9\xde\x2d\x5b\x5e\xfd\x1d\xc6\x60\xf5\xf8\xd6\x17\x95\x88\x23\x66\xd0\xad\x67\xe6\xeb\x07\x3d\x39\x14\x73\xd3\xe6\x85\xb8\x31\xd6\x18\x09\x83\xc7\x9b\xe5\x71\x58\x9b\xe3\x1e\x31\xcc\xab\x67\x6b\xeb\xbc\x81\x36\xd1\x99\xb9\x83\x27\x92\x7a\x7b\xa3\xa0\x89\xbe\xb6\xd4\xe5\x10\x91\xa7\x9b\x3c\xe6\x3a\x89\xcf\x24\xce\xa5\xd3\x9d\x3a\x12\xb9\x49\x94\xfc\xb9\x04\xab\x5b\x78\xe7\x0e\x76\x60\x27\xde\x6a\x04\xe4\x54\x7c\x63\x2e\xcf\xac\x9f\x81\xb6\x97\xdb\xb8\xce\x26\x56\x73\xab\xc9\x6a\x2e\xe4\xb3\x91\xd9\x9b\x44\x3d\x34\x88\x49\x08\x43\x03\x61\x58\x83\xe8\x1e\xae\x76\x63\x5b\xf8\x31\x6c\x87\x44\xf7\xe0\xf5\x4e\x4c\xef\x06\xa8\xfa\x79\x1e\x46\xf7\xb8\x99\x2c\x9b\x68\x70\xfd\x84\xb1\x4f\x11\xa6\x54\x5f\x3e\x16\x96\xed\x0b\xc1\x19\x78\x74\x55\x27\xe6\xd1\x2b\x9a\xae\xcc\x61\x34\x1a\x2b\x42\xb8\x92\xf9\xa2\xd7\x0c\x36\xb0\x3a\x6e\x21\x8c\x61\x16\xbd\xd1\xd0\x43\xac\xf7\x4a\xc3\x35\x63\xb0\x83\xae\x30\xd7\x7b\x11\x3c\x08\x86\x13\x75\x7e\xd5\xb2\xb0\x2b\xaa\x0b\xaa\xca\xc8\x5d\x57\x92\xf7\x8e\xd8\xdb\x2c\xfc\xde\x7f\xfe\xd1\xa2\x81\xd1\x79\xac\xc0\x9c\xcb\x77\x37\xb4\xbe\x86\x69\xdd\xac\xe5\x3c\x1f\xea\xce\x0c\x65\x67\x6c\xb9\x5d\xe7\x3c\xa2\x6f\x7e\xd2\x27\xce\x4d\x42\x8a\xfa\xda\x70\x4f\x8a\x6e\x1b\xfa\xfd\x1a\xfe\xe3\xc0\xe1\xd5\xec\x27\x48\xc4\x30\x2d\x7c\x38\x7c\x9a\x46\x67\x7a\x1c\x0a\xe1\xbc\x02\xa6\x80\x78\x50\x48\x0b\x4a\xc7\xdc\x50\x52\x84\xb9\x79\xa5\x9b\xc3\x48\xa6\x1e\xdf\x0f\x94\x1b\x94\x01\xb0\xa1\xd8\xe8\x85\x60\x97\x51\xa9\x70\xa3\x18\xe7\xa6\xa0\x0e\xcd\xb3\x1e\x8d\xde\xa5\xec\x7d\x17\xb6\x37\x9d\x75\xde\x8e\xde\x05\x4e\xe8\xa8\x09\x43\xda\x28\x3e\x79\xab\xbb\xd9\xfd\xaa\xba\x82\x07\xe0\xa8\x80\x7b\xf7\xba\x76\xfb\xc8\x4f\x72\x4a\x68\x97\xaa\xbd\xc1\x92\xa6\x30\x38\x08\xb8\x59\xa4\x5b\x91\xb6\x43\x50\x5c\x50\x86\x17\xa0\xae\xfe\x95\x20\xef\xf1\x7c\x6a\xde\x6d\x50\x1b\xeb\xec\x81\x53\x1b\x81\xa8\x2e\xf2\x1b\x1c\xa0\x4f\x68\x50\x5f\x77\x28\xa1\xaa\x1f\x3f\x71\x5a\xc8\x1f\xb8\x94\x62\xb8\x42\x5a\xbf\x43\x8f\xeb\x5b\x82\x3b\x09\x3f\xa7\x0b\x7d\xe5\xe0\xe0\x40\x85\x39\xff\x78\x7a\xfd\x3e\x42\xaf\x70\xb7\x76\x49\x73\x0e\xb3\xaa\xe5\x38\x18\x6b\x31\x95\x05\x07\x07\x48\xb0\x0a\xb6\xc1\xcf\x6e\x50\x98\x2d\xaa\x25\x14\x82\xff\x0a\x18\x72\xab\xf8\x15\xd5\xcd\x1e\xb9\x31\x04\x06\x3f\x4f\x45\x7d\xb1\xe7\x16\xd5\xf8\x26\xd5\x3a\x98\x12\xf2\x4e\xe6\xac\xca\x41\xb2\x29\x2f\x43\xa3\x3b\x7e\xfa\x62\xd1\xf4\xba\xca\x61\x02\xa2\x15\x62\x1a\xc3\xcf\x5c\x5b\x6a\x40\xdb\x85\x63\x5b\x8a\x2e\x93\x7e\x5c\xa3\x89\x31\x5d\x24\x5f\xcb\x9d\xf7\x5a\x37\x30\x51\x17\xff\x9b\x44\x99\xeb\x50\xc5\x69\x6a\xf1\x9c\x72\x55\x51\xa2\xfb\xfc\xf0\xf0\xf0\x70\xaa\xb6\x73\xfd\x55\x2e\xb1\xae\xb5\xdf\x6e\x1b\x3d\x46\x16\x58\x4f\x0f\x25\x52\xf0\x00\x49\x67\x80\xb0\x7c\xcc\x4d\xc6\xcd\xd5\xde\x9f\xcd\x2c\x91\xc3\x2c\xb7\xe6\x95\x9f\x85\xbb\x92\xc0\xfe\x94\x98\xc7\x45\x18\xb9\xe6\xd7\xf4\xe3\x2b\xed\x9d\x7f\x08\x92\x75\x13\x0a\xf9\x96\xe1\xcd\xa2\x23\xec\xd3\x95\xc4\xb8\xbf\xc9\xae\xf1\x8b\x48\x36\x7b\xb8\x48\xd1\xde\x7a\x1b\xe4\xbe\x93\x11\x6c\x72\x33\x69\x49\xdd\x4a\x2f\x68\x2e\x03\x3b\xd1\x6e\xe3\xa1\x7a\xb0\xe5\xa9\xd9\xf1\x0c\x24\x07\x49\xc4\xf0\x86\xe1\x82\x97\x94\x89\xe1\x04\x92\x8a\x11\xb1\x3a\x42\x4b\xfc\x30\xc4\x0b\x38\xf1\x32\x94\x4d\x6e\x26\xb5\x7f\x6f\x60\xcf\x93\xdf\x2e\xf4\xa5\xc9\x93\x6a\x96\xd2\x25\x26\x3a\x1d\xb3\xbd\x4a\x79\x52\xcd\xce\xf5\xdb\xc0\x89\xca\x03\x71\x65\x4c\x6e\xb2\x62\xa9\xff\xae\x8b\x07\x07\xb8\x4e\xda\x77\xc9\x9f\xcd\x3c\xa7\x0b\x6e\x82\xcf\xb7\xc9\xdf\xd1\x75\x2e\x0e\xaf\xcb\x09\x05\x94\x8f\xda\x80\x7a\x51\x5c\xd7\x39\x57\xd7\x5e\xd0\xe2\xa3\x5f\x93\xa8\x9d\xf4\x24\x6c\xec\x07\xc1\xdf\x28\xde\xf7\x3d\x28\xf3\x73\x34\xbb\x49\xc3\x1d\xb9\xb9\xc6\xc5\xdb\x70\x02\x18\xc7\x6d\xa3\x72\xe4\xe4\xf1\x55\xf4\x97\x12\x4d\xb9\xe7\x1d\x9d\xa0\xbd\x05\x08\x13\xda\x72\x51\xe8\xac\x06\x9e\x0a\x7e\x64\x3e\xba\x2a\x01\x93\x4c\x3a\x00\x39\x7e\xa6\x80\x8e\xde\x81\xc0\x2a\xf1\x87\x14\x78\xd5\xf4\x95\x67\x68\x0b\x66\x69\xbf\x7a\xd6\xe0\xba\xfb\x85\x1f\xa7\x33\x30\x98\x7a\x71\x67\xc1\x04\x56\xf5\xdc\x58\x1c\xb7\x9e\xdc\xe3\x3b\xaa\xb8\x91\x37\x6e\x15\x13\xa3\x13\x25\xdb\xf8\x59\x9d\xf1\x17\x09\x8a\xb4\xa3\x41\x82\x0b\x34\x03\x84\x93\x8c\xc0\x9d\xce\x09\x97\xd8\x3b\x52\x9b\x6b\xa1\x18\xca\xf0\x9d\x7c\x8d\xd1\x64\x72\x89\x5c\xc3\xad\x93\x28\x4f\x2b\xc2\x21\xea\xcf\xd7\x4c\xe4\x3d\xca\x22\xe6\x8a\x37\x94\x25\x30\x99\x5c\xd6\xba\xa9\x2d\x78\x65\x0b\x98\x03\x67\xbf\x43\x65\xa1\x00\x37\x59\xd2\x2f\x0a\xfb\xd7\x25\xe1\x0e\x9f\x68\x96\xdd\x7b\xaa\x2e\xb6\xd1\x50\x6b\x53\x52\x0b\xfa\x0e\x82\x42\xbb\x0e\xa8\x4b\x27\x0b\x4b\x0c\x4e\x6c\x3c\x8c\x79\x4c\x58\x4c\x70\x0b\x63\xc8\xc6\x51\xe4\xb0\x13\xe5\x25\xad\x5a\x3b\xa8\xe2\xce\xc5\x46\x2a\xaf\x5e\xbd\x47\x63\x27\x60\xc7\x46\x6a\x69\x58\xe4\x0e\x62\x08\x7c\x81\x2c\x9b\xf6\xf1\xcc\xa0\xff\x44\x27\xeb\xf2\x5f\xda\xa8\x28\x95\x31\x74\x7d\xc2\xcd\x56\x7b\xd6\xd2\xfe\xaf\x7f\x1e\x47\x77\xf4\x88\x2e\x15\x6d\x9e\x9d\xb3\xc6\xce\xbf\xe8\xaf\x5b\xb3\x8a\xb6\x16\x24\xe2\x6f\xd7\x6f\x11\xef\x68\xca\xcd\x5e\x1e\x82\x59\x3a\x9f\xea\x8b\x85\x22\x1f\xf5\x61\x64\xaa\x2e\x9c\x72\x6e\xf9\x72\x4a\xb8\x7f\x8f\x24\x2f\xe8\xcc\xc6\xd3\x20\xf6\xe1\xc7\xd3\xc9\xd5\x19\x65\xa0\x0e\x31\x3d\xb8\x75\x34\x4f\xef\x31\x2f\x87\x4e\xb9\x61\x62\xb3\x32\x0e\xd7\xa2\xb3\x2d\x51\x37\xb8\x49\xc1\xaf\xb0\xe1\x8d\x0a\x6e\x45\xc9\x0b\x7e\xc5\xc5\x08\x31\xa6\x11\xf3\x2f\x41\xdb\x49\xab\x9f\xc1\x22\x5d\x4b\x78\x9b\x37\xf6\x58\x98\x51\x93\x99\xab\x86\xdb\xa4\xf2\xac\x44\x06\x85\x30\x2a\x25\x5f\x56\x73\x6d\xca\x4d\x33\x6e\x1b\xc7\x9d\x15\xa4\xe4\x23\xdf\xa9\xd2\x53\x7d\xf7\x52\x73\x71\x8c\xb9\x3f\x0d\x84\xf9\x12\xc0\x49\xd3\x96\xa1\x65\x02\x62\x78\x66\xa0\x38\x20\xc3\x29\x38\xac\x73\x55\xa4\x0f\x07\x68\x37\x27\x3a\xc9\x7f\xed\x4a\x60\x63\xe8\x6d\xa8\x54\xdf\x7c\xd3\xb5\x5b\xef\x87\xdb\xf3\x8e\xb8\xaa\x78\x42\x16\x05\x29\xb4\xc2\xd8\xab\xe5\x72\xf1\xc3\xe7\xda\x31\xa0\xee\x81\xac\x25\xeb\x6c\x00\x74\x9b\x94\x7f\x35\xb4\x57\x98\x93\xe4\x9c\x2c\x80\x0b\x0d\x50\xae\xf8\x76\x52\xaf\xc6\xeb\xb1\xb3\xa6\xbe\x76\x6b\x26\xdf\x0e\x5a\xe7\x00\x39\x84\xea\x53\xa0\x88\x0d\x81\x5c\x03\xce\x97\x6d\x41\xad\xa9\x3f\xad\xb8\xd6\xa4\x00\xea\x05\xf4\x86\xe4\x71\x33\x50\x2c\xcb\xa0\x84\x9e\xaa\xba\xbf\x02\x3d\x0d\xe0\x57\xe3\xb7\x81\xd1\x45\x02\xa0\x8c\xfc\xa2\x67\xf2\xa0\x6d\x89\xdb\x66\xc6\x8e\x9f\xc9\x91\x95\xb2\x66\xbd\x36\x6a\x81\x1d\xbb\x37\x7b\x34\xb7\x79\x1c\xa0\x84\x81\xfc\xe0\xdd\xdf\xe1\xb4\xa4\x2f\x25\xe1\xf5\x52\xac\xaf\xdb\xe8\x5d\x80\xd6\xdf\x48\x15\x54\x3a\x4d\x0d\xa5\x0b\x7e\xf7\x09\x2a\x9c\xe4\x4d\x6c\xb6\xfa\xb3\x23\x71\x9d\x9f\x09\x4e\x27\x80\xeb\x41\x77\x0d\xb7\x6f\xfb\x26\x69\x69\x67\xf4\xf1\xfa\x32\xae\x85\xa8\x18\x41\xff\xef\x99\x6b\xfc\xe9\xd9\x8d\x02\x47\x25\x03\xbb\xce\x0d\x11\xfd\x1a\x63\x13\x1b\x75\x6b\xe3\x4c\x8d\x7f\x58\x93\x71\xd0\xee\x97\x31\x1f\xeb\x6b\x60\x56\x75\x7a\xed\x8a\x83\x56\x10\x20\xcc\xb5\x73\x89\xa0\x75\x82\xa4\x03\x34\xab\x84\x49\xc1\xd9\xb8\x6a\x75\x1c\xec\xa2\x33\xc8\x9e\xfa\x7f\x90\x4d\xb4\xa6\x50\x8b\x4b\x74\x78\xb7\xf8\x63\xe4\xc1\x8c\x0e\xd1\x46\x0e\x12\x1d\x6d\x05\x92\xfc\x6f\x61\x93\x37\xae\x60\x6b\x68\xf8\xb7\x35\xfe\x4f\x6e\x8d\xdf\x41\xea\xc8\x80\xee\x61\xc6\x69\x72\xab\x6f\x15\xb0\xd7\xd4\xf5\xa3\xd1\xf1\x7c\x2c\x17\x0c\x7b\xa9\x6d\xb4\x27\x56\xa5\xdf\x47\xcf\x5e\xce\x86\x62\x1b\x1f\xc5\x75\xe0\x9b\x62\xd1\x00\x72\x9a\x8a\xb6\xf3\xd6\xbf\x16\xd6\xa5\xd7\x96\x2e\x4c\xfd\xed\xef\x36\x84\xed\xa4\xc5\x46\x8e\x76\xff\x19\x4a\x69\x69\x78\x71\xe5\xb7\xe8\xde\xbb\xd6\x7b\xc0\x5d\x73\xe3\x7e\x4f\xbb\x75\x71\xf9\x57\xdd\x6e\xec\x5e\xfc\xcf\xa3\x65\x57\x0b\x7d\x3d\xdb\x64\xf9\xba\x70\x1d\x8e\xda\xcb\x45\x7b\x81\xa8\x40\x23\x03\x44\x39\x84\x95\x34\xe4\x2c\xfd\xf5\x19\x15\xd4\xad\xdf\xe3\x7f\x19\x01\x14\xf5\x0b\xdd\xc2\xcb\xb1\xc3\x17\x34\x8a\x4a\xd7\x1e\x42\x0d\x0e\xe1\xa0\x6d\x8c\xbb\x3f\xd4\xf6\x68\xe6\xcd\xc8\x7a\xca\xba\x6f\x9d\xf5\x1a\xe0\xb6\x24\x82\x2c\xe4\x16\xf6\xf6\xe6\xe6\x8a\x3e\xac\xd0\x0f\x55\x5e\x00\xc3\x33\x92\x13\xb1\x0a\x0a\x5b\xa5\xd8\xfd\xfd\xfd\x48\xdf\x89\x91\xd0\xe5\x78\x96\xd3\xc5\xd8\xc0\x21\xc5\x62\x28\x32\x18\xaa\xab\x82\x1f\x56\xc3\x3b\x17\xda\xf0\x9e\x88\xcc\xdc\xc1\xd1\xdf\x65\x1d\x61\xd7\x7a\x5a\xae\xc8\xf5\x1d\x2f\xd6\x1a\x26\xa8\x02\x46\xc0\x5e\xa7\xd2\x21\xd7\xdf\x1e\xa0\xdd\xbb\x3a\x6a\xb4\x27\x5d\x5a\x14\x3d\xc9\x16\x6f\xd5\x95\xc8\x11\x1c\xe5\xc7\xbb\xb8\xf4\xd2\xc9\xa9\x0c\x9b\x8b\xa4\xd2\x73\xaa\x87\xc2\xac\x61\x97\x4d\x66\x3d\x1e\x9f\xc2\x45\xda\x03\x37\x0e\x7a\x02\x45\xba\x06\x2e\x03\xbc\x3d\xdc\x6b\xc0\x3e\xdc\x08\xe0\xf5\x89\xd4\x63\x92\xbd\xfa\xff\x55\x5d\xb5\x45\x7e\x17\x76\xe7\x91\xa1\xeb\xd4\xe0\x0a\xe3\x3d\x70\xfb\x62\x6c\x5e\x7c\x26\xe4\xda\xa1\xa8\x93\x2a\x31\xb8\xc6\x23\x38\xa0\x47\x04\x7c\xdc\xe5\xd7\x7d\x94\xfb\x6f\x74\xca\xd2\x5b\x02\x53\x6d\x0d\x8e\xd6\x8c\x4e\x59\x59\x49\xdb\x8a\x3b\x5c\x15\x0d\x5c\x75\xe8\x8c\x3f\x9d\x70\xfd\x44\xe1\xf6\xd9\x41\x17\x05\x4a\x30\x07\x44\xe7\xc8\xa4\x1c\x14\x6c\xa5\x18\x72\x01\x0f\xc2\xb9\x8d\x5d\x9b\x74\x66\x3a\xfe\x44\x9f\x6d\x95\x71\xac\xd0\xf5\x22\xd8\x4a\x00\xb5\x61\xb4\x0b\x5b\xc5\xa4\xdf\xc3\x83\xa8\xe5\xf3\x10\x7f\xff\x63\x13\x9f\x2b\xd8\xea\x3d\x2d\x2e\x52\x58\x96\x54\x84\x41\x71\x1d\x58\x4c\x05\x23\x10\x4e\xc5\x08\xcd\xdc\x36\x6f\x54\x95\x88\x85\x5a\xd9\x16\xb5\x1d\x89\x16\xf9\x0a\xdd\x53\x76\xcb\xad\x8e\xc6\x38\x0f\x22\xc2\xd5\xf9\x26\xa1\xcb\x92\x01\xe7\x90\x76\x9d\x24\x23\xd1\x4c\x69\xfa\x0a\x73\x88\x28\x22\x37\x15\x1a\x4f\x55\xd6\xc6\xa1\x4a\x4b\x6c\x97\x47\xb7\x16\xaa\xdd\xbd\xd3\x34\x45\xb8\x58\xb9\x09\xf0\xfc\xa0\x61\x9d\x6e\x2a\xde\x27\x4f\x38\x6e\xea\x38\x51\x6d\x6b\xce\x82\x76\xa8\xad\x72\x3d\x16\x34\x87\xbe\xe0\x65\x66\x16\xef\x8e\x76\xb7\x54\xd4\xdd\x03\xc2\x0c\x90\xdc\x62\x1a\xdb\xb2\xd6\xd9\x0b\x8a\xb0\xb5\x51\x5a\x95\x84\x39\x1e\x1f\xa8\x7a\x69\xea\x5f\xdb\x6b\x77\xf0\x2e\xeb\x72\x86\xf9\x15\x83\x39\x79\xf0\xf4\x98\x3a\xf4\x6a\xa0\x1b\x0a\xb3\x39\x0e\x07\xeb\x15\x13\xfa\x89\x64\x16\xfd\x36\xb4\xb0\xfc\xa6\xe9\x44\xff\x24\xa9\x40\x37\x9a\x1b\x9d\x3a\x23\x33\x5c\x31\xf5\x86\x62\x91\x3a\x11\x82\x72\x55\xdf\xd4\x8d\x64\xdb\xfb\x40\x1a\x57\x85\x3d\xcf\x7e\xe0\x08\x11\x56\x43\xa9\x62\x8e\x06\x66\x4a\x0d\xf6\x37\xad\x40\xe7\xf3\x41\xdb\x39\xc1\x6e\xe6\xc6\x09\xa2\xf3\xe9\x92\x6c\xbc\x36\xb6\x3a\x76\x7f\xb1\x36\xd7\x96\xbb\xa1\x1b\xda\x10\x3a\xf0\xdd\x41\xef\x29\x82\x3a\x2b\x3a\xbe\xc3\x24\x57\xd6\x52\xeb\x7f\x12\x8b\xe5\x34\x1a\xe8\xd6\x6a\xdd\xb2\xe5\x3a\xcc\x37\x85\x82\x40\x3a\x42\xd7\x80\x39\x35\x39\x22\xeb\x4e\x9f\xab\x8f\x61\xed\xcd\x51\xe8\xcf\x76\xd1\x11\xb9\xdb\x91\xdd\xc3\x4f\x06\xa0\xef\xc8\x43\xea\xa6\x47\x15\x69\x9b\xe4\xb4\x4a\xeb\xf8\xa0\xc6\x43\x44\xd2\xb1\xd2\xb2\x50\x6f\x5e\xaf\x68\x98\xb0\x2d\xfc\x76\xfd\x8d\x7c\x81\x67\xc0\x17\xbe\x7c\x6a\xeb\x6b\xf9\x1c\x52\x29\x63\x74\x90\x46\x44\xa7\x9f\x54\x42\x9e\xe2\x5e\xea\x72\x4c\xc2\xd1\x0c\x24\x5a\x4b\x5a\x10\x41\x19\xa4\x0e\x14\x95\x9e\x52\x0a\x86\xc6\x00\x8a\x38\x9d\x8b\x7b\xb9\x1b\xee\xe5\xe4\x16\x10\x5f\xf1\x94\x2c\xf6\xdb\x34\xec\xbb\x93\xed\x6b\xd0\xae\x39\x03\x37\xe7\xdf\xf7\x12\x25\xed\x76\x78\x51\xde\xbd\xa8\xfd\x1a\x5a\xb6\x49\xa5\xf6\xb4\x07\xdc\x0d\x17\x5c\x3c\x9b\xd3\xb0\xd3\xe4\xd6\x85\xd6\xcb\x2f\x8b\x96\x7c\x1b\x22\xd1\x5c\x33\xb6\xf1\x74\xeb\xba\xf8\xcd\x5f\xc6\x4d\x32\x54\xfb\xe7\xff\x0f\x00\x00\xff\xff\x2a\xe6\x5a\x9f\x92\xb7\x00\x00") func etcNginxTemplateNginxTmplBytes() ([]byte, error) { return bindataRead( diff --git a/internal/ingress/controller/config/config.go b/internal/ingress/controller/config/config.go index 5c253cd09..f9082c4e5 100644 --- a/internal/ingress/controller/config/config.go +++ b/internal/ingress/controller/config/config.go @@ -657,6 +657,7 @@ type TemplateConfig struct { ListenPorts *ListenPorts PublishService *apiv1.Service DynamicConfigurationEnabled bool + DisableLua bool } // ListenPorts describe the ports required to run the diff --git a/internal/ingress/controller/controller.go b/internal/ingress/controller/controller.go index aa0fcfed8..400b49f1d 100644 --- a/internal/ingress/controller/controller.go +++ b/internal/ingress/controller/controller.go @@ -97,6 +97,8 @@ type Configuration struct { SyncRateLimit float32 DynamicConfigurationEnabled bool + + DisableLua bool } // GetPublishService returns the configured service used to set ingress status diff --git a/internal/ingress/controller/nginx.go b/internal/ingress/controller/nginx.go index a424f0f0e..4ad1e0440 100644 --- a/internal/ingress/controller/nginx.go +++ b/internal/ingress/controller/nginx.go @@ -628,6 +628,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error { ListenPorts: n.cfg.ListenPorts, PublishService: n.GetPublishService(), DynamicConfigurationEnabled: n.cfg.DynamicConfigurationEnabled, + DisableLua: n.cfg.DisableLua, } content, err := n.t.Write(tc) diff --git a/rootfs/etc/nginx/template/nginx.tmpl b/rootfs/etc/nginx/template/nginx.tmpl index 1191798d9..761e4f052 100644 --- a/rootfs/etc/nginx/template/nginx.tmpl +++ b/rootfs/etc/nginx/template/nginx.tmpl @@ -36,6 +36,7 @@ events { } http { + {{ if not $all.DisableLua }} lua_package_cpath "/usr/local/lib/lua/?.so;/usr/lib/x86_64-linux-gnu/lua/5.1/?.so;;"; lua_package_path "/etc/nginx/lua/?.lua;/etc/nginx/lua/vendor/?.lua;/usr/local/lib/lua/?.lua;;"; @@ -73,6 +74,7 @@ http { balancer.init_worker() } {{ end }} + {{ end }} {{/* we use the value of the header X-Forwarded-For to be able to use the geo_ip module */}} {{ if $cfg.UseProxyProtocol }} real_ip_header proxy_protocol; @@ -494,7 +496,7 @@ http { access_log off; return 200; } - + {{ if not $all.DisableLua }} location /is-dynamic-lb-initialized { {{ if $cfg.EnableOpentracing }} opentracing off; @@ -513,7 +515,7 @@ http { ngx.exit(ngx.HTTP_OK) } } - + {{ end }} location /nginx_status { set $proxy_upstream_name "internal"; {{ if $cfg.EnableOpentracing }} @@ -816,6 +818,7 @@ stream { {{ end }} location {{ $path }} { + {{ if not $all.DisableLua }} {{ if shouldConfigureLuaRestyWAF $all.Cfg.DisableLuaRestyWAF $location.LuaRestyWAF.Mode }} access_by_lua_block { local lua_resty_waf = require("resty.waf") @@ -866,6 +869,8 @@ stream { balancer.call() {{ end }} } + {{ end }} + {{ if (and (not (empty $server.SSLCertificate)) $all.Cfg.HSTS) }} if ($scheme = https) { more_set_headers "Strict-Transport-Security: max-age={{ $all.Cfg.HSTSMaxAge }}{{ if $all.Cfg.HSTSIncludeSubdomains }}; includeSubDomains{{ end }}{{ if $all.Cfg.HSTSPreload }}; preload{{ end }}";