From c60ed24f4b3f57541adcc14671d606968b58e4ba Mon Sep 17 00:00:00 2001 From: Giancarlo Rubio Date: Tue, 17 Apr 2018 14:32:43 +0200 Subject: [PATCH] Detect if header injected request_id before creating one --- .../customization/configuration-snippets/ingress.yaml | 2 +- docs/user-guide/annotations.md | 2 +- docs/user-guide/configmap.md | 2 +- internal/file/bindata.go | 2 +- rootfs/etc/nginx/template/nginx.tmpl | 7 +++++++ 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/examples/customization/configuration-snippets/ingress.yaml b/docs/examples/customization/configuration-snippets/ingress.yaml index 3fe113968a..87ce21db26 100644 --- a/docs/examples/customization/configuration-snippets/ingress.yaml +++ b/docs/examples/customization/configuration-snippets/ingress.yaml @@ -4,7 +4,7 @@ metadata: name: nginx-configuration-snippet annotations: nginx.ingress.kubernetes.io/configuration-snippet: | - more_set_headers "Request-Id: $request_id"; + more_set_headers "Request-Id: $req_id"; spec: rules: diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index 2bde34fbff..abb37247a9 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -207,7 +207,7 @@ Using this annotation you can add additional configuration to the NGINX location ```yaml nginx.ingress.kubernetes.io/configuration-snippet: | - more_set_headers "Request-Id: $request_id"; + more_set_headers "Request-Id: $req_id"; ``` ### Default Backend diff --git a/docs/user-guide/configmap.md b/docs/user-guide/configmap.md index db4463ce1c..d554bfc8cc 100644 --- a/docs/user-guide/configmap.md +++ b/docs/user-guide/configmap.md @@ -332,7 +332,7 @@ Example for json output: ```console log-format-upstream: '{ "time": "$time_iso8601", "remote_addr": "$proxy_protocol_addr", - "x-forward-for": "$proxy_add_x_forwarded_for", "request_id": "$request_id", "remote_user": + "x-forward-for": "$proxy_add_x_forwarded_for", "request_id": "$req_id", "remote_user": "$remote_user", "bytes_sent": $bytes_sent, "request_time": $request_time, "status": $status, "vhost": "$host", "request_proto": "$server_protocol", "path": "$uri", "request_query": "$args", "request_length": $request_length, "duration": $request_time, diff --git a/internal/file/bindata.go b/internal/file/bindata.go index c28df380ea..991741d6e8 100644 --- a/internal/file/bindata.go +++ b/internal/file/bindata.go @@ -196,7 +196,7 @@ func etcNginxNginxConf() (*asset, error) { return a, nil } -var _etcNginxTemplateNginxTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xff\x73\xdb\xb6\xf2\xe0\xef\xf9\x2b\x30\xb2\x6f\x62\x67\x2c\xc9\xe9\x4b\xf3\xfa\xec\xf1\xdd\x39\x76\xf2\xe2\xab\xe3\x78\x2c\xa7\x7d\xf3\xb9\xb9\xd1\x40\xe4\x4a\x44\x4d\x11\x2c\x00\xda\x56\x73\xbe\xbf\xfd\x06\xdf\x48\x00\x04\x29\x39\x4d\x93\xb4\x53\x66\x26\x63\x91\xc0\x62\xb1\x00\x16\x8b\xfd\x86\x8f\x1f\xd1\x36\xce\x73\x74\x70\x84\x46\xe8\xe1\xe1\x89\xfc\xcd\x81\xdd\x02\xe3\xea\xdd\xc4\xfc\x6d\x3e\x25\xf3\x85\x7a\x7d\x32\x5f\xd8\x57\x67\xfc\xec\xf2\xa7\x97\xaf\x0b\x3c\xcb\x21\x55\x1f\xfd\x37\xa6\x58\x06\x38\x17\xd9\x6f\x1f\xae\xce\x54\x99\xb7\xcd\x4f\x53\x60\x86\x93\x1b\x28\x52\xdd\xec\x2b\xfb\xc3\x7c\x2c\x19\xbd\x5f\xbd\x05\x9c\x5a\xbc\x2e\xe5\x8b\x09\x08\xfb\xce\x94\xc3\x69\xea\x96\x3a\x6e\x7e\x3e\x3c\x3c\x91\x25\xc8\x5c\x75\x62\xa4\xb1\x7b\x47\x53\x0e\x49\xc5\x88\x58\xc9\x02\x39\xc5\xe9\x74\x49\xd3\x2a\x07\x34\x06\x91\x8c\x8b\x05\x29\xee\xc7\xfa\x0d\x1f\x17\x8b\xfb\x69\x26\x44\x29\x8b\xd8\x6a\xa6\xf8\x88\xd3\x43\x09\x1e\x8a\xd4\xb6\x34\xab\x48\x9e\xbe\x2f\xa1\x10\x0c\x27\xa4\x58\x9c\x53\x9c\x6a\x02\xca\x02\x29\x86\x25\x2d\x10\x9d\xcf\x0f\x9f\x3c\xb9\xa3\xec\x06\xd8\xb4\x64\x34\x01\xce\x81\x23\x43\xea\xd1\xcf\xea\xc3\x65\xfd\xfe\xe1\xe1\xd0\x74\x62\x21\xd0\x4e\x0e\x85\x5b\xec\xa4\xac\x8e\xe7\x73\x52\x10\xb1\xda\x45\xfb\xb2\x15\x03\x37\x29\xab\x29\x36\x5f\x02\xd0\x4e\x1d\x0b\xdc\x76\xa1\x24\x29\x1a\xb3\xaa\xd0\x44\x18\x95\x24\xb5\x6d\x17\x80\x46\xef\xf0\xbd\xec\xdb\x1b\x92\x03\xf7\x1a\x63\x39\x59\x12\x31\x2d\xe8\x9c\xe4\x20\x5b\xf3\x8b\x06\x8d\x7c\xfc\x38\x7e\x86\x24\x4d\x0f\xc6\xa6\x1d\xca\x16\x63\x28\xc6\x29\x4d\x34\xc1\x13\xca\xc0\x12\x39\x13\xcb\x7c\xcb\xb4\xc3\xb3\x4a\xa4\xf4\xae\x98\x0a\xb2\x04\x5a\x09\xf4\x6c\xac\xe6\xc0\xf8\x19\xc2\xb7\x94\xa4\xe8\x0e\x13\x41\x8a\x05\x12\x94\xa2\x9c\x16\x0b\x94\x56\x4c\xfe\xc6\x88\x81\x1c\x68\x5d\xa1\x0b\x9a\x4f\xa6\x89\xf9\x7c\x6d\xbe\x3e\x3c\xa0\xc3\x27\x4f\xe0\x16\x0a\xc1\xd1\xc7\x27\x08\x21\xb4\xac\x72\x41\xa6\x38\x49\xa0\x14\xc8\x3c\xb4\x38\x54\xdf\xec\x38\xd0\xa2\x80\x44\x10\x5a\x70\x54\x37\xf0\x0e\xdf\x9b\xa1\x70\xbe\x4a\x2a\xc9\x8a\x15\x07\x14\x3e\x50\xd2\x3c\x3f\x7c\xf2\xf0\xe4\x89\xa4\x9b\x69\xdd\x0c\x0c\x15\x6a\x35\x8f\x4e\x09\x97\xd3\xfb\xbc\xc2\x92\xca\xb2\x40\x5e\xe1\x69\x89\x93\x1b\xbc\x80\x69\x52\x62\x91\xa1\xc1\xb8\xe2\x6c\x9c\xd3\x04\xe7\xe3\x9c\xcc\xc6\x79\x85\xc7\xff\x43\xce\x63\xfd\x9e\xcc\xc6\xf7\x3f\xbc\x9c\xbe\x7c\x31\xcc\x49\x51\xdd\x0f\x17\x45\xa5\x8a\x7c\x3f\x7a\xae\x8b\x1d\x0e\x0e\x5b\x90\x0d\xe0\x66\xe9\x68\xa0\x79\x85\x0f\x83\x97\xb7\x50\xa4\x94\xd9\x6f\x31\x4c\xe4\x07\xd9\x86\xed\x9f\x5a\x4f\xe7\x15\x9e\x64\x98\x41\x7a\x4a\x14\xa9\x30\x23\xc0\x1b\x8e\xa5\x3b\xbf\x2a\xf0\x92\x24\x27\xb4\x98\x93\x45\xc5\xb0\x2c\x67\x99\x91\x2a\x70\x32\x5f\x38\x14\xba\x02\x2e\x56\x3f\x1f\xbf\x51\xf3\x51\xb6\x25\x57\xc3\x74\xb6\x9a\xca\x8e\xcd\x72\x9a\xdc\x18\x1a\xcb\x87\xc1\xaf\x15\x61\xb0\x33\x60\xb2\xd6\x48\x4e\xce\xc1\x6e\xfd\x35\xa1\x79\x0e\x89\x58\x60\x36\xc3\x0b\xd8\x19\x98\xdf\x83\xdd\x27\x75\x11\xd5\x4b\x45\x33\x05\x61\x7a\x87\xe7\xe8\x28\x04\x7b\x87\xe7\x0e\x54\xaf\xf0\x48\x62\xb7\xe3\x00\x34\x3c\x6d\x5d\xc7\xcd\x34\x90\xcf\x70\xa8\xba\x88\x0c\x5b\x0b\x50\xa3\x37\x7b\x88\x01\x6f\x1a\x30\x2f\xd0\x11\x2a\x13\x9c\xe7\x3b\x06\xd7\x3d\x34\x48\xdc\x86\x1c\x84\xcd\x4c\xa4\x37\x48\x64\x50\x3c\x71\xa6\x2e\x63\x94\xc9\x4e\x2a\x08\x68\x8e\x49\x0e\xe9\x01\x1a\xa0\xd1\x08\x09\xca\x85\x5c\x9f\x3b\x0c\xf8\x6e\x03\x0b\x72\x0e\x0e\x04\xaf\x49\x45\xb8\x06\x7f\x28\xd2\x4d\xb0\x9e\xe1\x1c\x17\x09\xb0\x2f\x83\xb0\x6d\x2d\x82\xab\x33\x82\x86\x1d\xca\x5f\x0f\x4f\x9e\x3c\x7e\x58\xd5\x94\x35\x5c\xa6\x63\xe6\x5a\x44\x46\x4e\xd9\x9d\x5d\xd3\x64\x1b\x8d\xf0\xd7\xf8\x19\xba\x03\xc5\x8f\x44\x06\xe8\x16\xe7\x15\x20\x3a\x57\x3f\x32\xb5\xc3\xa2\xff\x0c\xdf\x50\x76\x87\x59\x0a\xa9\xfc\x0b\x09\x8a\x66\x80\x24\x9a\xf2\x4f\x5b\x73\x01\x74\x4a\x4a\x33\xf7\x34\x0b\x76\xba\x2b\x19\xe2\x07\x0e\x6a\x73\xbf\x64\x54\xd0\x84\xe6\x16\x07\x06\x38\x9f\x92\x72\x6a\x9a\x53\x8f\x12\x0b\xe4\xbe\xa9\x4a\x1e\xd6\x98\xe7\x1c\xfa\xaa\x59\xde\x5b\x23\xfc\x86\x32\x2d\x27\xd4\x9c\xd7\xd9\xa3\x5c\x28\x4c\x6e\xfb\x9c\xdc\x82\xc3\xdd\x3f\x7e\x44\x0c\x17\x0b\x40\xdb\x82\x55\x5c\x40\x2a\x3b\x78\x70\xa4\x9b\x50\x5d\xb9\x02\x9c\x9f\x5d\x9e\x9c\x9d\x5e\x59\xac\x38\x88\xa9\x85\x39\x67\x74\x69\xb1\x72\x20\x74\x60\xe2\x53\xea\xdf\x40\xcf\x2e\xbd\x51\x4a\xb1\xc0\x33\x2c\x85\x85\x8a\x43\x2a\x49\x9f\x82\x00\xb6\x24\x85\x1e\x80\x84\x56\x85\x60\x2b\x94\x42\x09\x45\x2a\x37\x44\x5a\xe8\x0f\x39\x81\x42\xa0\xb3\x4b\x84\xd3\x94\x01\xe7\xee\xe8\xf4\xed\xd2\xf2\x43\x23\x1b\x2d\x80\x92\xd2\xdd\xb0\x03\x30\x22\x23\x1c\x11\x6e\x59\x9e\x44\x30\xc1\x79\x52\xe5\x58\x00\x12\x4c\xca\x29\x09\x9a\x53\x86\x48\x91\x92\x5b\x92\x56\x38\xaf\x71\xae\xb8\xc4\x57\xf7\x99\x68\xac\xb9\xc0\xa2\xe2\xa8\xc4\x0b\x67\x36\x69\x1c\x6c\x2d\xfd\x38\xfb\x8f\xfa\x3c\x56\x60\x46\x29\x16\x87\x6e\x1d\x29\x08\xd5\x4f\xac\xce\x39\x11\x70\x42\xc4\x2a\xac\x49\xd9\x02\xf5\xd7\x3c\xbb\x3c\x9e\x5c\x54\xcb\xb0\xa2\x9e\xc3\xcd\xc4\x72\xa6\x55\xc7\xb8\xeb\xc5\xff\x93\xe0\x13\xdd\x79\xd3\xeb\xdb\x8c\x72\x31\x35\x24\x9c\x6a\xc2\x4c\x7f\xa3\x05\x20\xae\xb6\xcc\x83\x58\x81\x03\xbb\x16\x6a\x70\xff\x45\x0b\x98\x90\xdf\xa0\x9e\x80\x51\xb8\x73\x92\x0b\xcd\x6c\xe4\x54\xbe\x81\x46\xb0\xfc\x49\xf0\x53\x98\xe3\x2a\x17\x6f\x54\x99\x1f\x61\xd5\x35\x97\x31\xa1\x28\x7c\x44\xc6\x00\xa7\xfc\xd0\x16\x98\xde\x31\x22\x5c\x29\x48\xd2\x47\x7d\x14\x49\x39\x2d\x68\x59\xf1\xcc\xff\xd8\x7c\x4b\x21\xc7\xab\x76\xc5\x9c\x2e\xa6\xbc\x9a\xc9\x19\x08\x5c\x04\x1f\x19\xc8\x0e\x49\x31\x30\xa5\x95\x70\x64\xb6\xa6\xc8\x0d\x40\x89\x73\x72\x0b\xb5\xb4\x58\x77\xfe\x47\x80\xf2\x58\x7e\x42\x0f\x0f\xa6\x0f\x4d\x69\xd3\x20\x6f\x97\xbe\xb2\x5f\x24\xa1\x54\x2d\xbd\x1a\x0d\xd7\x9a\xce\xaa\xf9\x5c\x4a\xa9\x72\x58\x7c\x16\x76\xa2\xca\x69\xe6\xf5\x4a\x95\xf2\xc6\xce\x07\x53\xa3\x8b\x50\x0f\x98\x46\xc8\x35\x3d\xc8\x31\x93\x52\x63\x04\x23\xee\x01\x39\x97\xe5\xda\x08\xf1\x10\x9b\x19\x4d\x57\x91\x2e\x85\xd8\xbc\xa2\xe9\xaa\xbb\x4b\x0a\x48\xbb\x43\x31\x20\x5e\x87\x14\x0c\xc9\xa9\xbe\x9b\x2e\xf1\xfd\x74\x4e\x20\x4f\x7d\x2c\x1c\x18\x6f\xaf\xaf\x2f\xbf\x7b\x87\xef\xdf\xc8\x52\x1e\x16\x0d\x04\x43\x90\x00\x44\x08\x41\x13\xa4\x06\xa1\x27\xe9\xaa\x04\x3e\xcd\x30\xcf\x14\xa0\x10\x09\xf4\xdd\xfe\x8b\x1f\x0e\xcd\x76\x21\xe5\xdb\x69\x81\x97\xf1\x0a\xb6\x35\x7d\x5a\xbf\xc0\x4b\x78\x8b\x79\xf6\x0e\xdf\x7b\x38\xb7\xa1\xcc\xaa\xe4\x06\x84\x05\x14\x87\xf2\x4a\x95\xf1\x00\x2d\x71\x19\xab\xdf\xea\xfc\x3b\x5c\x46\x20\x28\x10\x9a\xeb\x69\xda\xc5\xba\x64\x41\x5c\x3a\x07\xff\x58\x9f\x22\x70\x3c\xa4\xba\xe0\xc4\x70\xba\xc5\x8c\x48\xce\x1a\x25\x8e\x83\xd3\x4f\xb6\x5c\x07\x79\x02\x38\xad\xb1\x8d\xc2\x71\x3b\xa6\xcf\x7e\x85\xc4\x55\x9e\x30\xf8\x94\x14\xb6\x8b\x1e\x91\xfd\x0d\xe1\x43\x53\xe1\xac\x68\xd4\x1e\xb4\x68\x24\x22\x3a\x9f\xd7\x2c\x58\xe3\x4a\x16\x85\x3c\x60\x93\xe2\x16\xe7\x24\xed\x6d\xe5\x4c\x15\x3d\xd3\x25\x37\x81\xaf\x99\x87\x52\x07\x30\xf8\xd5\xec\x1c\x28\x78\x6a\xe6\x21\xcb\x5d\xc1\xaf\x7a\x13\x3a\xa1\xa9\x43\x8a\x56\x57\x1d\xb5\x8a\xdd\xfd\xa8\xf3\xaa\x7b\x0b\x0d\x95\x32\x8d\x42\x46\x11\xa3\x48\xf2\x2a\xf5\x75\x3f\x64\x09\x23\xb5\x50\x35\xc8\x54\x6f\x6d\x53\xf9\x0a\x09\xb8\x17\x63\x29\xe3\x74\xe1\xf9\x8a\x51\x91\x13\x8b\xe2\x4c\xff\xb2\xd8\xe9\x9f\xd3\x84\x2e\xcb\x69\x0e\xb7\x90\xd7\xb4\xd0\xd5\xce\xd5\x3b\x3b\x50\xa6\xb4\x42\x25\x28\x78\xad\xde\x6d\x26\x2f\xfe\xa6\x24\x4b\x2d\x7e\xc8\xbf\x2d\x32\xf2\x87\x8b\xca\xf7\xce\x6b\x25\xd7\xc9\xf3\xb5\xdc\x05\x9f\x8f\x9e\x3b\x9f\x96\xa4\x98\xe6\x50\x2c\x44\x86\xbe\xfb\xfe\xa5\xf3\xc1\xc7\x53\x36\xeb\x63\xa9\x0a\xc9\xc5\x4b\x20\x45\xb8\x58\x39\x6f\x6f\x31\x5b\x75\x0d\xe1\x16\x3a\xa9\xb8\xa0\x4b\x64\x27\xaa\x94\x14\x19\xf0\x92\x16\xe6\xd8\xd5\x48\xe3\x37\x7b\x68\xfb\x56\x09\xe2\xd8\x53\x03\xca\x52\x38\xb5\x73\x5d\xe1\x78\x83\x1e\x1e\xdc\x49\x39\x90\x2f\x6f\xd1\xc3\xc3\x20\x8a\x85\x61\xa4\x82\xde\x40\xc1\x5d\x0a\x4f\x32\x7a\xa7\xb9\xe7\xb5\xfe\xb6\x6e\xf9\x39\x7a\x9b\x8e\xfa\x9a\xe1\xca\x35\x2a\xe5\x12\xdb\xed\x81\x2e\x75\x80\xe2\x08\x6e\xa1\x54\xeb\x37\xd0\x1d\x66\x05\x29\x16\xdc\xb0\x14\x79\xf8\x23\x38\x27\xbf\x41\x3a\xb5\x6c\x6a\x2a\xcb\x18\x4d\xa4\xae\x7c\x9c\xa6\x44\x69\x57\x72\x84\x6f\x31\xc9\x15\xa4\x9a\xab\x1d\x98\x52\xdb\x6a\x23\x29\x71\x02\xf6\x05\x29\x16\xf2\xe0\xa0\x76\x18\xfb\x4e\xd2\x8a\x24\xd0\xbc\x93\xd2\xd7\x9c\xb2\x25\x16\xa8\x2a\xb9\x60\x80\x97\xa4\x98\x53\x97\x8c\xe7\x74\xf1\x46\x95\x78\xcd\x13\x5c\xc2\xff\x9a\xbc\xbf\x40\x0f\x0f\xa0\x7e\x1c\xfd\xc2\x69\xd1\xf4\xf7\x69\xad\x19\xb2\x75\x3e\x18\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\x76\x00\x92\xfd\x73\xf5\x95\x1a\xde\xd4\x83\x27\xd1\xd8\x36\xe2\xe0\xb4\x62\x04\x6d\xe7\x74\xb1\x50\x64\xfe\xe8\xea\x05\xcc\x4c\x66\xf0\xeb\x07\x46\xea\x33\xe5\xe4\x86\x94\xc7\x0a\xea\x39\x5d\x7c\xb8\x3a\xe7\xae\x76\x47\xce\x5c\x53\xfe\xe1\x01\xed\x1f\xfa\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\xe8\xa5\x74\x54\x8b\x1e\xea\xed\x5b\xca\xa5\xb4\x76\xe0\xbf\xbd\xa4\x4c\x69\x5e\xbd\x59\x43\xe6\x47\x35\xed\xa2\x18\x39\x4d\x5a\x70\x75\xc7\x2e\xb1\xc8\x36\x84\x18\xd3\x8c\x6c\xd2\x63\xa5\x41\xfa\x9d\x1d\xb6\x6f\x5f\x4b\x58\xe7\x74\xe1\x6f\x0c\x41\x7f\x9b\x06\x5b\xf5\x6c\x77\xd7\xc3\x8b\x6c\x9a\x57\xc0\x69\xae\x95\xac\xb2\xae\xfd\xe9\xcd\x98\xb3\xf2\xf6\xe5\xe9\xc5\xc4\xa9\x3b\x7e\x86\x7e\xce\xa0\x00\x59\x52\x2d\x1c\xa4\x79\x3e\x57\x6a\x78\x7d\xfe\xba\x23\x22\x93\xe2\x39\x46\x83\x46\x07\x3e\x30\x1c\x7e\x4f\x9d\xf2\x23\x1f\x10\xe1\x88\x83\x40\x82\xa2\x41\x92\x53\x0e\x83\x60\xb9\xde\x65\x50\xa0\x25\xbe\x51\x36\x80\x0c\x90\x90\xa7\x13\x61\x5b\x1d\x21\x74\x9d\x11\x8e\x96\x80\x0b\xc3\x0d\x56\xb4\x42\x09\x2e\x24\x37\xe0\x64\x59\xe6\x2b\xa5\xb4\xf2\x81\x0e\xb4\xbc\xd9\xb0\x62\xd4\x60\x86\xb6\xd5\xfa\x4f\x1c\x54\xe5\xee\xf4\x33\xcc\x26\x54\xca\x88\x88\x57\x65\x29\x87\x74\x06\x09\x96\xa0\x95\x0a\x83\x70\x94\x60\x0e\xba\x9f\x41\x63\x91\x5e\xdf\x29\x8e\x35\x83\xba\xef\x03\xd5\x51\x45\x60\x09\x81\x32\xb2\x20\x92\x71\x5b\xea\xa6\x44\x33\xb8\x0c\xdf\x42\x17\x89\x43\xc2\x91\x24\x33\x0d\x49\xf2\xa0\x82\xf6\xa3\x62\x54\x31\x2d\x02\x4f\x48\x91\x80\xee\xa2\x2e\x9b\xc2\x2d\xc1\x02\x90\xd2\x78\xf9\x8d\x16\x92\x77\xe7\x66\x8e\xcc\x20\xc3\xb7\x84\x32\x74\x07\x1a\xef\x5a\x81\x48\xb8\xe4\xd4\x8c\xe2\x24\x1b\x35\x10\xb6\xd0\x15\x08\x6c\xd0\xb0\xec\x4d\x83\xca\x70\x91\xe6\x4a\x26\x9c\xa3\xfa\xfc\xdd\x3b\xe3\x1a\x06\xad\x86\xb3\x2a\x17\x0c\xa7\x80\xb6\x9b\x71\xad\xdf\x7d\x6c\xf1\xd4\xfa\x31\x45\x0e\xeb\x12\x4f\x9f\x06\x82\xaf\x9a\xb4\x1e\x0b\x96\x8d\xda\xe5\xe6\xaa\x26\x7b\x94\x95\x68\x5b\x64\x60\x35\x89\x9e\x2d\xa8\x57\x97\xaa\x89\xf6\x6f\xf0\xd4\x7d\x6a\x54\x54\x71\x64\xcb\x77\xf7\x6f\xdb\x57\xbd\x4e\x25\x90\x28\x3f\x8a\xd7\x66\xb0\xa4\x02\x82\x5a\x2d\x25\xf8\x16\x52\xfa\x50\xb5\xf3\x4e\xef\xa5\xd4\xa0\x29\xa0\x9b\xad\x65\xc0\x84\x32\x06\x89\xc8\x57\x4a\x67\x98\xc8\x19\xc6\x79\x2e\xf7\xa8\x9c\xe2\x94\x14\x8b\x60\x48\xdb\x90\xb6\x4b\xcc\xf9\xd4\x6c\x15\x3c\xc9\x60\xd9\x3b\xb8\x1d\x60\x7a\x06\x7b\x5b\x03\x3d\xf4\x7b\xa7\x4e\x52\x12\xdd\x58\xfb\xb8\x48\x6d\x35\x84\x19\x28\x22\xc8\x85\x30\xa7\x2c\x01\xc5\x3e\x53\x22\xbb\x5d\x77\x6e\x60\x4a\x1f\x44\xa0\x0d\x24\xc9\x75\xf9\xa9\xa0\x4a\x50\xe1\x7d\x3d\xdc\x6f\xfa\x32\x50\x72\x8f\xfc\x6f\xa0\x5f\x3c\x0f\xbe\x71\xe7\xe3\xf3\xd6\x84\x8e\xd0\x4a\xf2\x40\x8d\xa3\x11\xa4\xd5\x9b\x1e\x6c\x3a\x80\xf4\xd0\xdb\x9a\x04\x9d\x72\x6d\xc3\xca\x19\x9f\x4c\xce\x2f\x31\xe7\x22\x63\xb4\x5a\x64\x81\x51\x65\x4b\xe1\xaf\x71\xd3\x5e\x12\xa3\x73\xc2\x05\x14\x72\x5f\xe6\x23\x59\x57\x2d\x96\x87\x07\x39\x2c\x2f\x5e\xfc\x43\xb1\xfb\x88\x35\x44\x96\x6f\xe8\xd1\xea\xb8\x7e\x13\xd0\x60\x5d\x8b\xde\xf3\xe2\xc5\x3f\x0e\xfb\x96\x6a\xd0\xa2\xa5\x07\x6a\xaf\xd6\xdf\x89\xe1\xdb\xeb\xeb\xcb\xc9\xe7\x46\xcf\x3b\xd7\xbc\x9f\x29\x46\x3f\x03\xc3\x16\x50\x46\xb9\x08\x26\x9b\x7c\x25\x19\x23\xe1\xfa\xcf\xb5\x2b\x59\x96\xea\x5b\xbc\xcd\xf7\xde\x89\xad\xdb\x95\xa8\x4d\x1b\x3c\x1e\xc5\x46\xd6\x21\x52\xf7\xa9\x4b\x74\x3f\xa1\xcb\xb2\x12\xf0\xa6\xca\x73\x6f\x07\xa9\xa7\xf4\xcf\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\xb7\xe7\x55\x9e\xb7\xde\x7a\xb3\xcb\x2e\xd3\x93\x35\x1b\x59\x8b\xae\x83\x68\x93\x7b\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\x6d\x21\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\x5b\x40\x25\x30\xa5\x35\x28\x12\x08\x27\xfd\x64\x72\x3e\xd1\x40\x4e\x70\x92\xd5\xe3\x21\xd1\x31\xc0\xa7\x89\xfa\x20\x25\x2b\x41\x8a\x83\xe7\xfb\xfb\xfb\xd6\x28\x36\x99\x9c\x1f\x38\xa8\xba\x80\x7c\xe5\xb9\x03\x2d\x74\x12\x6a\xea\x35\xa6\x86\x0e\xbd\x0c\xce\x73\x7a\x57\xbb\x31\xc8\xfe\x4a\x51\xc5\xd2\x40\x10\x79\x50\xe0\x91\x06\xd5\xfb\x78\xa7\xaf\xcd\xc7\xb5\xaa\xd8\x46\xd9\xb4\x03\xcb\x52\xac\xe2\x80\x7e\x84\x15\xda\x8d\xd1\x50\x23\xa1\x6c\x7d\x8e\x82\xd4\xa0\x36\xba\x81\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\x84\x94\x19\x30\xbe\xdb\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\x7d\x7b\x89\x19\x5e\xb6\xb1\xd5\x18\x9e\xbe\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\x3e\x9f\x5c\x41\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\x7a\x03\xfe\xfa\xe4\xf4\xed\x89\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\x87\x07\x74\x84\xfe\xa7\x1e\xc1\xa9\xff\xe1\x30\x68\xd3\xa8\x14\x9c\x95\xc6\x40\x6e\xbd\x35\x5f\x75\x56\xfd\xb1\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\xb7\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\x7b\x68\xdb\x2a\x0b\x15\xb5\x66\x8e\x9f\x72\x03\x1f\x7e\x6d\x8a\x8d\x0c\x73\xb5\x6e\xb6\x23\xfb\xc7\xf5\xaa\x04\x34\x48\x28\xbd\x21\x30\xb0\xf5\x6b\xe0\x72\xff\xbb\x59\x0d\x65\xcf\x6a\x48\x17\x78\xa9\x26\x56\x23\x25\xe9\x52\x28\xc3\x3c\x3b\xf2\x8a\x86\x8d\x9e\xa8\x66\xc2\xb7\x6f\x31\x57\x0a\x41\xd9\xb3\x4f\xa9\x6f\x11\x52\xac\x89\x16\xf9\xea\x30\xf4\x4b\xdc\x59\x18\x86\x61\xb5\xf2\x3f\x5a\x6f\x08\xd7\xdd\x75\x7f\xd7\x95\xa1\x6a\x87\x89\x7a\x5c\x7b\x2b\xdb\x19\x18\x19\x6d\x7f\xfc\x34\x97\x56\xc3\x56\xf7\xf3\x75\x91\x96\x94\x14\x6a\xf7\x34\xdf\x1b\x0f\xf8\xd1\xb1\xd1\x8c\xfc\x5f\xa4\x0d\x16\xca\xd5\xea\xc0\x29\x60\x35\xb4\xca\x93\x00\x93\x9c\x1f\x39\x1f\xdf\xe1\xfb\x37\xf2\x9d\x2c\x20\x3f\x5a\xb1\xc1\x2d\x23\x0b\x84\x32\x03\x8a\xa8\x43\x22\x9d\xab\xa7\xca\x9a\x39\xd2\x18\x48\x70\xfa\x4a\x39\x01\x92\x62\xa1\x67\xbc\x33\x99\x8d\xdd\xc5\x16\x81\xe3\x7c\x41\x19\x11\xd9\x32\x24\xe6\xdf\x83\xfa\x07\x0d\x6a\x27\xb7\xda\x94\x53\xd5\x63\x69\xff\x98\xd6\xce\xa7\x0e\xc7\xd0\xf4\xd8\x1f\xc9\x7f\xcf\x0f\xd1\x16\x52\xe7\xb8\x8c\xe6\x29\xb0\x86\xc0\xb6\x66\x97\x37\xa9\xe3\x4f\xaa\xdc\x6b\x1b\xff\xd7\x6f\x67\xb6\x74\xae\x1c\xa5\x70\x56\x6b\x42\xed\x2c\x4b\x5c\x1a\x0b\xc0\x1d\xc9\x73\x34\x33\x6e\xae\xb4\x51\xcf\xc9\x52\x3f\x67\x44\x40\x4e\xb8\xf0\x9c\x56\xcd\x2c\x24\x45\x0a\xf7\x7b\xde\x6c\xe4\x4d\xe0\x8c\x5f\x36\xa7\x89\xde\xc3\x9a\x52\xa3\x73\xf3\xce\x2d\xbe\xad\x9c\xe9\x0f\x8e\xec\xea\x35\xb5\x9a\xfa\xfe\x2c\x21\xdc\x16\x51\x32\x02\xa4\x7e\xc9\xa6\x60\x1d\x39\x62\x3f\x8f\xea\xae\x8d\x4e\xce\x4e\xaf\x4c\xec\x88\xd9\x9c\x4f\xa1\x58\x29\xbd\xd6\xc7\x8f\xa8\x64\xa4\x10\x35\xce\x6f\x29\x17\x72\xe3\x40\x06\xd3\xc6\xf7\x32\x50\x4a\x1b\xfe\x23\x21\x59\x8f\x17\xb4\xd3\x01\x6b\x30\x1d\x18\x78\xbb\x3e\x17\x73\x8c\x96\x11\x2e\x60\x1c\x6e\x3b\x7a\x14\x9a\x47\x95\x0b\x44\xcb\x34\xba\x89\x17\x74\xff\x5a\xb5\xd6\x5a\x15\x4d\xb5\xa3\x3d\x24\xaf\xb0\x00\xe5\xda\xe2\x44\x29\x38\xb2\x8f\xfc\xac\x3c\x64\xb4\xdd\x36\xb7\xfc\x3b\x4e\xca\xed\x3b\xdb\xaf\xa9\x29\x7e\x76\x1a\x27\xd3\xfe\x61\x37\x95\x58\xde\xd0\x27\x4e\x9a\xe7\x2d\xd2\x6c\x82\xae\x52\xf6\x74\x60\xb8\xad\xdd\x80\x3a\xb0\xde\xf7\xbd\x80\xe4\xd2\xfe\x2f\x5a\x40\x3d\x5b\xdc\xf5\xfd\x1c\x0d\x06\x3d\x1a\x42\x67\x6d\xe3\x3c\x37\xda\x29\xe5\x69\x9c\x22\x26\xd7\xb2\x46\xff\x37\x5a\x00\x1f\xa1\xd7\x38\xc9\x90\x32\xf9\xe9\x85\x62\x8a\x72\x84\x51\x0a\xda\x94\x90\xaa\xb2\x81\xb5\xea\xf9\xbb\x57\x68\xf8\xdf\xd1\xf3\x97\x48\x64\xb4\xe2\xb8\x48\xd1\xcb\x17\xea\x18\xab\x1c\x92\x81\x23\xca\x10\x9e\xc9\x0d\xe0\x87\xa6\xc8\xf3\xef\x7e\xf0\xca\x44\x18\x89\x6a\x4b\xce\x1e\x6d\x73\xb5\x93\x47\x52\xa3\x99\x40\xbb\x2e\x97\x50\x35\xba\xa6\xe4\xf8\x19\x7a\xa5\x68\x61\x18\x93\x55\xee\x70\xb4\x33\x67\x74\x39\x16\x14\xdd\xdd\xdd\xed\xc6\x30\xc9\xcc\x92\xdc\x43\xdb\x82\xaa\x60\xba\x2b\x53\x79\xe2\x73\x36\xbb\xc3\x46\x26\x9c\xb5\x2c\x29\x1f\x1c\xa3\xc9\x7b\x45\x8a\xd4\x6c\xc1\x67\xe5\xed\x0b\x77\x02\xe6\x4a\x93\x8c\x4c\x1c\x9f\xaa\x69\x76\xe6\x98\x9e\x19\x3d\x3c\xac\x57\x12\x06\x11\x02\x81\xf7\x4d\x6f\xa3\xeb\xad\x04\xeb\x74\xf4\xed\xb6\xb5\x6a\xa6\x4f\x73\xfe\xe9\x5d\xaa\xff\x90\x67\xea\x5e\x25\xa5\xdb\xe5\x2f\x41\xd8\xbf\x10\x25\x7d\x4f\x1a\xd3\x44\x2b\xde\xf5\x53\x56\xc2\xcb\xbf\x57\xc2\x67\x1f\xbf\x4d\x56\xc1\xff\x3e\x38\xf8\x3f\x5f\x88\xb2\xb6\xa9\xbf\x08\x3d\x5b\x6b\x21\x78\xe3\x98\x1c\xb4\xc6\xc8\x0a\x79\xb5\x3e\xaf\x59\x43\x05\x74\x21\xfe\xe2\xc5\x3f\xda\xee\x6d\xc6\x92\xad\x2c\x92\x72\xb7\x54\xd2\xe4\x1c\x0d\x0e\xfe\xdb\xed\xa0\x03\x90\x77\xbe\x60\xa0\xac\x0f\x96\x5c\x27\x46\x77\x64\x77\x38\xab\xc1\xb3\x06\xf5\xf1\x58\xc5\x66\x51\x43\x61\xbf\xfd\x87\x07\xd7\x93\xaf\x77\xca\x7d\x7a\xb3\xdd\x4d\xac\x3d\xeb\x6c\x76\x46\xd1\x02\xde\x96\x14\x4d\x98\x40\xed\x53\xf3\xdb\x66\xf0\xe2\xbb\x7e\x38\xda\xed\x7a\xde\x21\x3c\x27\xb8\x75\x6e\x13\xb0\x2c\x55\x18\xd8\x60\xf2\xfa\xea\xa7\xd7\x57\x03\x03\xd4\x2a\x2b\xa4\x40\x67\xd1\x6f\x6b\x25\x5a\x8a\x75\x55\x30\x54\x37\xa2\xcf\xa4\x72\x44\x8e\xda\xd1\x6b\x29\xbe\x26\xe2\xdd\x3c\xf9\x30\xb9\x7e\xff\x6e\xfa\xfa\xea\xea\xfd\xd5\x44\x4f\x5c\x7f\x30\xb7\xb6\x14\x80\xfe\xe1\x88\x0d\xfb\x56\x7d\x12\xd0\x15\xf6\x74\x34\xa0\x3c\xc8\x5d\xfc\xfb\xec\xe2\x3f\x48\xa7\x63\x48\x32\x48\x6e\x94\xa7\x89\xf6\x16\x91\xa7\x5e\xed\x37\x25\x45\x54\x1e\x1f\xe9\x2d\xf4\xc1\x18\x86\xbb\x7d\x23\x6c\x60\x1a\xda\x61\xb8\x48\xe9\xd2\x44\x8c\xfe\x52\x71\xe5\xb5\xa6\x23\xf4\x6f\x0a\x7a\x57\x28\x20\x7c\x17\x61\x5e\xa3\xac\xc0\x4a\x54\xb5\xa9\xc3\x1d\xb7\x0c\xcb\x77\x0b\xed\x09\xa6\x61\x3a\x32\x7b\x92\xa9\xa9\x4e\x8a\x03\xa7\x8e\x76\x51\x19\x8f\x17\x44\x64\xd5\x6c\x94\xd0\xe5\xf8\xa6\x9a\x01\x2b\x40\x00\x1f\x1b\x97\xe5\xa1\x36\x66\xcd\x72\x3a\x1b\x2f\x31\x17\xc0\xc6\x09\x2d\x04\xa3\x79\x0e\x8c\x1b\x53\x57\x79\xb3\x18\x27\xcb\xd4\xf9\x62\x8c\x31\x0b\xba\x89\x6c\xd5\x10\xc5\x06\x11\x34\xe3\xea\x72\xe6\x2b\xa8\x38\x18\x25\x94\xb2\x04\x48\x7a\x34\x32\xc9\x0c\x27\x37\x39\x5d\x1c\xd9\x26\x5e\xe9\xdf\x9e\xb1\x12\x75\x0b\x27\xeb\xb6\xbd\x2f\x83\x65\x6c\xb7\x10\xd6\x40\x5f\xeb\xaf\xb4\x4a\x60\x38\x38\xf4\xe3\xe7\xd5\x72\x0c\x72\x8a\x78\xe7\x49\xb4\x61\xcc\x88\x7d\xbc\xd8\x11\x6b\x10\x8f\x33\x59\xfb\xc4\x7c\xa1\xed\x63\xd8\xfc\x77\xfb\xce\x29\x3c\x14\x1a\x7b\x52\x35\x78\xdd\x1c\x13\x3e\x4c\xb5\xee\x6f\x98\xcf\x86\x8e\xff\xfe\xd7\xed\xaf\xf7\x51\x2e\x08\x15\x93\xd7\xa5\x2c\x6c\x3a\x95\x47\x42\xf8\x4d\xee\x83\xae\x74\x02\x7e\x75\x63\x71\x99\xa6\x58\x60\x74\xe4\x43\x1b\x2d\x40\x4c\xad\x49\x46\x95\xd8\x69\x83\x31\xc4\xf7\xe0\x04\x61\xff\xcd\x53\x2c\xee\x47\x70\x4f\xc4\x8e\xfc\x43\xee\xd5\xd3\xb3\x8b\xeb\xd7\x57\x17\xc7\xe7\x53\xbd\x47\x69\xe6\xdd\x6e\x05\xd5\xf3\xa0\xf5\xc9\xcb\x53\xe0\x36\xc4\xf1\x6a\x67\xf0\xfe\xc7\x48\xd7\xdb\x68\xbc\xff\xd1\x2f\xf5\x10\x9f\x69\xc1\x48\x36\xd3\x4a\x31\x2e\x1b\x92\xe5\x0f\x55\xf7\x4a\x54\x56\xd4\x02\xe7\x83\xd6\x8c\xf9\xdc\x53\xaf\x1f\x7e\x2b\xf4\xd9\x3e\xd1\x50\xe5\x94\xf0\x32\xc7\xab\xc3\x8d\x4b\xda\xf0\x14\x1d\xd9\x15\x22\x18\xc8\x74\x68\x0d\x33\xe0\xa2\x9a\x59\x3a\x5b\xa3\x73\xf7\x00\xb5\xa4\x9a\xc7\x24\xf6\x68\x46\xd7\x5f\x63\x7f\x38\xa3\xf0\x89\xa1\x7c\x17\x9e\x7f\xf7\x4f\x63\x62\x88\x35\xde\x79\x62\x6e\x00\x1c\x1c\xb4\xab\x46\xf8\x52\x0a\xc5\x4a\xd6\xf0\xcb\x7a\x3f\xb6\xb4\xb4\x60\x82\x7d\x66\x80\xe0\xd7\x0a\xe7\x4a\xd6\xf1\xe8\xa4\x59\x41\x4a\x8c\x4b\xad\x7d\x4c\xbc\xf1\x12\xdf\xeb\x98\xe3\x56\x98\xae\x79\x06\xcf\xf7\x97\xc1\xc2\xd0\x8b\x48\x3b\xb4\x48\x12\x76\x3d\x9f\xc8\x51\x7d\xde\x17\xd8\x61\xd0\x5a\xa6\x10\x99\x37\xd1\xa9\x12\xf5\xb7\xf0\xbb\xe8\xc4\x43\x20\x84\xfe\x33\x54\x27\x99\x17\xfb\x2f\x36\x19\xc1\x6e\x76\x63\x7f\x0e\x8d\x24\x32\x34\x3c\x3b\xce\x7e\x1e\xb1\x50\x90\xe7\x29\xd1\xbc\x33\x1e\x36\x2d\xfb\xd9\x46\x4c\x60\x03\x80\x61\x47\x1e\xc7\x0d\x36\x3c\x37\x3c\x3c\x79\x62\x0d\xc3\x4f\x90\x1f\x6f\xa7\x12\x1f\x34\x46\x63\x2f\xd4\x6e\xa2\xdf\xc7\x62\x6e\x7f\x47\x3c\xd8\x26\xd1\x57\x0d\x56\x51\x57\x92\xf5\x01\x4d\xb5\x4b\xe1\xf5\xc9\x25\x32\xf1\x86\x3c\x3c\xfd\xee\xa1\x6d\x91\x94\x93\xfa\xf0\x3b\xba\x3e\xb9\x7c\x15\x78\x6f\xd4\x16\x54\x91\x94\xca\xf5\xa2\xae\x61\x8d\xc2\xc1\x5b\x03\x40\x99\x41\x54\x24\x64\x7f\x91\xee\xaf\x75\xa8\x57\x80\xf6\x2f\x7b\x68\x1b\x8c\x39\x5b\x1d\xd9\x9b\xaa\xae\x95\x3b\x38\x85\xa3\xd6\xa3\x3c\x90\x4c\x85\xda\x02\x6e\x54\x8a\xf5\x7b\x83\x44\x3c\x20\x03\xfd\x11\xaa\xfe\x28\x9e\x81\xc6\xb3\x35\x06\x66\x66\x46\x88\xe8\xea\xb3\x46\xa7\x90\x18\x7d\xca\x5a\xfd\x5c\xb7\x76\x30\x8a\xe0\x17\xc2\xe8\xcb\xea\x9a\xff\x7c\x43\x51\x1f\x61\xbf\xd6\x78\x04\x6f\x34\x90\xee\x1c\x2b\x3a\x65\xa5\x62\x30\x31\xef\x90\xd8\xfe\x81\x74\x2a\x9b\xaf\xc2\x8b\x5a\x9a\x84\x75\xe4\x7c\x5d\x18\x72\x86\x5d\xb2\x1a\xe6\xfa\x71\xe5\xe0\xae\xec\x67\xbe\x36\xeb\xc3\x69\x2f\x67\xaf\x52\x97\xb3\x7f\x38\xed\xe6\xec\x55\xaa\xa9\x59\xd7\xf0\xa8\xd9\xbc\xed\xa4\x66\xbc\x48\xf7\xd7\x8d\x39\x7b\x53\xf5\x0b\x73\xf6\xaf\xc7\xda\x5b\x83\x20\x87\xe7\x93\xd9\xf2\x06\xd0\xbe\x3d\x96\xfa\xf9\x48\x50\xb3\xc3\x4f\xa1\x43\x94\x95\xd9\xbc\x1a\xdc\xeb\x40\xc0\xca\xae\xea\x42\x6d\x66\xf6\xd9\x79\xe1\xd7\x5a\xbd\x61\xb8\x95\x21\x97\x4d\x60\x9b\x82\x72\x88\x55\x49\xc2\xe6\xb5\x9c\xce\x1b\x4d\x37\x83\x12\x04\xd1\x1e\x5e\x26\x4f\xad\xae\xd4\x16\xe6\x03\x5b\x57\xea\x9e\x68\x14\x77\xeb\x39\xe3\x04\x75\xcb\x20\x47\x72\x47\xde\xe4\xf6\x74\x77\x7c\xdf\xd5\x54\xef\xf2\x7d\x47\xee\xe1\x31\xee\xec\x1e\x9c\x28\xad\x06\x29\x38\xee\x76\x39\xe9\xb7\xce\xc5\xb1\xe3\x66\x73\xe2\x44\xc1\x4c\x73\x7c\xee\x37\x83\xa2\x8f\x42\x4e\x49\x1d\xbd\xa5\xb3\xfa\x6e\x08\xe3\xbd\x89\xc0\x1f\x7e\xb8\x3a\xd3\x30\xa2\xb6\xbb\x5e\x18\xcd\xbc\xb5\x78\xd4\xb9\x56\x36\x84\x70\x66\xec\x1a\x6a\x7a\x2b\x08\x6e\x72\x96\x0d\x81\x4c\xf4\x8e\xeb\x00\x71\xb3\xb9\x04\x43\x63\xc2\xc3\x50\xf0\xec\x8c\x9e\xed\xa2\x31\x9a\x31\xc0\x37\x87\x51\xbd\x9e\x3f\xc5\x37\x38\x55\xff\x01\x07\xf5\xcf\x70\x54\x6f\x7f\xfb\x18\xe4\xb9\x3e\x79\x7f\x35\xa9\x93\x40\xa8\x68\x7b\x6b\x9b\x5a\x92\x24\x23\x90\xdf\xe0\xfc\x66\x89\x0b\x65\xa3\x32\x66\x49\x63\x7b\x1a\x26\x94\xf1\x21\x2d\xa1\x18\xfa\x5a\x9f\x26\xc3\xa6\xcb\x52\x3c\x4e\xa2\x78\x2e\x35\xeb\xff\x84\x32\x1e\x50\x7a\x0b\xc9\x97\xe8\x92\xc1\x5c\x45\x6a\xa1\x25\x88\x8c\xa6\x1c\x15\x00\x29\x47\xb8\x49\x06\x44\x4b\xcd\xc2\x70\x91\xa2\x94\xcc\xe7\xc0\xa0\x10\xe8\x4a\x9b\x3b\xe4\x4a\xd3\x00\xc9\x1c\xed\xd4\x93\x5e\x03\x43\x47\xe8\xe9\xfb\xcb\xeb\xb3\xf7\x17\x93\xa7\xbb\x0e\x4f\x68\x25\x36\x7a\xaa\xd5\x03\xc3\x13\x6d\x63\x1b\x2a\x67\x56\xb3\xa6\x0e\xea\xae\xa8\x6e\xa8\x4f\xfa\x4b\x13\x95\xe5\xcc\x2b\xbf\xe0\x09\x83\x14\x0a\x41\xb0\xf6\xdd\xde\xb0\x61\xa7\x56\xac\x75\x1f\xe8\xd3\xc3\xc8\xc4\xd8\xb0\xa1\x77\x9a\xe6\xb1\x46\xcc\x27\xbf\x8f\x1b\x82\x35\x6c\x3e\x06\xb6\xd9\x01\x1e\x03\xf6\x1d\xbe\x1f\x1e\x2f\x20\x00\xf8\x0e\xdf\x1f\x2f\x60\x1d\xa8\x13\xad\xd4\x1c\x5e\xaf\x4a\x38\xd0\xc9\xd3\xca\x1c\x93\x02\x25\x19\x66\x1c\xc4\xd1\x87\xeb\x37\xc3\x1f\x36\x02\x71\xae\x72\x8e\x1d\xa0\x7d\xa7\x74\x6d\x76\xb3\x6a\x47\x47\x7d\xf6\xf7\x3c\xfb\x36\xe6\x59\x8b\x27\xfa\xa2\x93\x3e\x85\x0c\x6b\x4d\x67\x54\x80\xba\x23\x22\xb3\x25\xb1\xf2\x23\x09\xf9\x9f\x75\x1f\x09\xe4\x21\x7b\xcf\xc5\x1b\xc2\xda\x9e\xcf\x8d\x5b\xcc\x68\x02\x09\x6d\x49\xc8\xdf\xbc\x4b\x6b\x13\x7a\x16\x71\xaa\xff\x63\xcd\xf9\x1f\x3f\xaa\xe8\xf3\xaf\xe6\x74\xfa\xad\x75\x3d\x7a\xcc\xd4\x1e\x7f\x7f\x62\x4f\xd1\xaf\x4a\xe5\x6f\xc2\xa3\xf3\xdb\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\xd7\xe7\x13\xc4\x0b\x62\xb5\x4d\x75\xd8\x41\x8d\x83\xca\xc9\xa6\xc7\x11\x18\x5a\x56\x5c\x20\x9c\xdf\xe1\x15\xd7\x79\xc0\x02\x85\x22\xe8\x85\xb4\xe7\x65\x2b\x99\x5c\x9c\x35\x10\x4c\xd6\x0d\xae\x12\x4d\xd0\x8a\x25\x80\x54\xee\xf8\x39\x95\x28\x11\x31\x0a\x71\x08\x3d\x09\xcd\x40\x4f\x26\xe7\x27\xc0\x04\x99\xab\x98\x90\xdd\x3f\x76\x6f\xf8\xdc\xfe\xc1\xe8\xcb\x39\xcc\x7f\x7d\x4e\xac\x12\x3a\xb4\xbb\xa2\xf2\x70\xa3\x87\x07\x95\xb7\xfb\x51\xec\xe4\xef\x01\xf9\x6a\x03\xf2\x05\xf7\xd1\x47\xac\xfc\xbf\x5e\x9c\xc4\x5f\x64\xba\x04\xeb\xf7\xf1\x43\xfa\xa7\x0f\xd0\xf8\x8b\x0c\xe4\x3a\xa9\x46\x89\x0a\x09\x5d\x2e\xa1\x10\xe8\xf2\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\x5b\xb6\x99\x03\xe7\xb0\xa8\x46\x1c\x96\x27\x19\x24\x37\xbc\x5a\x7a\x72\x17\xcf\xa7\x49\x33\xc7\x50\xd7\xe3\x03\x73\x66\xa5\x47\x93\x00\x9a\x4a\xc1\xf4\xe9\xd0\xfa\xd6\xc5\x9b\x2a\xcf\x4f\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\x16\x18\x99\xc7\x89\xd2\x6d\x6c\x46\x9d\x21\x1a\x71\xfa\x1c\x57\x22\xbb\x3e\x9f\x28\x1b\x48\x10\x50\xe2\x86\xb6\x38\xa5\x22\xc1\x3f\x2f\xf6\xff\x11\xe5\x5a\xeb\x9b\x77\x88\x27\xdb\x18\x9d\x1c\xbf\x21\x39\x5c\xe0\x25\x04\xc8\xc4\xa6\x6a\x58\xf9\x12\x96\x93\xb7\xc7\xad\x29\xab\x7d\x1d\x7b\x67\x6e\x0f\xd0\x06\xa3\xd6\xe8\xea\x01\x32\x0d\x74\x8c\x6e\x0f\xe4\x9f\x54\x75\x7d\xa5\x4b\x17\xec\x14\x4a\x91\x75\x80\xee\x85\xad\xd3\x3c\x10\x5a\x9c\x2a\x08\x1b\xad\x95\x10\x88\x1a\xee\x4b\xbc\xf0\x56\x8b\x93\x1b\xea\xc5\xbf\xbe\x47\x2f\xfe\xf5\x12\x1d\xf5\x61\x52\x03\xd9\x98\x23\x6e\xb6\xd9\x05\xd9\xd0\x50\x90\xe6\xac\xef\x09\x58\x4a\x9d\x04\x6d\x5d\x7a\x96\x0e\x64\x3a\x63\xb2\xdc\x76\x1e\x17\x4e\xf5\x98\xb4\x1a\xb6\xa5\x0d\x52\x6b\xb8\xc5\x71\x25\xb2\x4b\xb7\x8a\x1c\xad\x9e\x8c\x1c\x71\x1a\xd4\xd9\x29\xae\xb4\xa5\x6c\x74\x5c\x96\x57\x94\x0a\x77\xc6\x28\xd3\x49\xc5\x08\x3a\x42\xe3\xdd\xc0\x76\x6a\x18\xc8\x3f\xf6\xbf\x53\x48\x75\x81\xf3\x06\x67\x83\x39\xd3\xf4\x2e\x66\xd5\x3d\xf2\x09\xb0\xa9\x41\x77\x0b\x15\x8b\xfb\xa9\xac\x66\x6f\xbd\xb2\x57\xfe\xd1\x5b\x60\x8c\xa4\xc0\x9b\x0b\x25\xec\xe6\x5c\x62\x65\x4f\x32\x15\xf6\x02\x80\x22\x03\x06\x73\xca\xc0\xcd\x0a\x0e\xf7\x65\x4e\x12\x22\xf2\x95\x4e\x88\xae\xc3\xc2\x4c\xda\x08\xbc\xc0\x44\x1e\xfb\x4d\x72\x97\x0c\x62\xcd\x04\xad\x30\xe0\xd5\x52\xa2\x24\x50\x86\xb9\x09\x03\x54\xe9\xa5\x4d\xb8\x99\x6c\x66\x4e\x59\xd0\x94\x6d\xe4\xbc\xc2\x28\xc1\x05\x2a\x49\x72\x63\x43\x4c\x9a\xfc\xd4\x5e\x5b\xdd\xaa\x19\x9b\x31\xc5\xe6\xbc\x51\x0c\xb5\x25\xc7\xd5\x92\x97\xf2\x73\x6a\x26\xe1\x06\x8e\xd0\x83\xa8\x55\x5d\x65\x8d\xb3\x66\xbb\x19\x4d\xf5\x76\xda\x72\xfb\xef\xb0\x16\xab\xc7\x37\xcf\xa8\x4c\x1d\x31\x8b\x6f\x3d\x75\x5f\xdf\xeb\xd9\xa3\xb8\x9f\xb6\x3f\xc4\xad\xb5\xc6\x8a\x18\x3c\xde\x32\x88\xc3\xda\x1c\xf7\x88\xe5\x5e\x3d\x8f\x36\xdf\x1b\x68\x13\x9d\xba\x3b\x78\x22\xb9\xb9\x37\x8a\xaa\xe8\x6b\x4b\xdd\x1e\x11\x79\xba\xc9\x63\xee\x9b\xf8\x44\xe2\x9c\x3b\xdd\xa9\x43\x95\x9b\x4c\xca\x9f\x4a\xb0\xba\x85\x77\xee\x60\x07\x86\xe4\x47\x8d\x80\x9c\x8a\x6f\xcc\xed\x9a\xf5\x33\xd0\x06\x75\x1b\xf8\xd9\x04\x73\x3e\x6a\xb2\x9a\x1b\xfb\x6c\xe8\xf6\x26\x61\x11\x0d\x62\x12\xc2\xd0\x40\x18\xd6\x20\xba\x87\xab\xdd\xd8\x23\x1c\x1d\x1e\x87\x44\xf7\xe0\xf5\x4e\x4c\xef\x8a\xa8\xfa\x79\x1e\x86\xff\xb8\xa9\x2e\x9b\x70\x71\xfd\x84\xc1\x51\x11\xa6\x54\xdf\x4e\x16\x96\xed\x8b\xd1\x19\x78\x74\x55\x47\xea\xd1\x2b\x9a\xae\xcc\x69\x35\x1a\x4c\x42\xb8\x12\x0a\xa3\xf7\x10\x36\xb0\x3a\xae\x29\x8c\x61\x16\xbd\xf2\xd0\x43\xac\xf7\xce\xc3\x35\x63\xb0\x85\x2e\x31\xd7\x9b\x15\xdc\x0b\x86\x13\x75\xc0\xd5\xc2\xb2\x2b\xcb\x0b\xaa\xca\xc8\x6d\x59\x92\xf7\x96\xd8\xeb\x2e\xfc\xde\x7f\xfa\xd9\xa3\x81\xd1\x79\xee\xc0\x9c\xcb\x77\xd7\xb4\xbe\xa7\x69\xdd\xac\xe5\x3c\x1f\xea\xce\x0c\x65\x67\x6c\xb9\x6d\xe7\xc0\xa2\xaf\x86\xd2\x47\xd2\x4d\x62\x8e\xfa\xda\x70\x8f\x92\x6e\x1b\xfa\xfd\x1a\xfe\xe3\xc0\xe1\xd5\xec\x17\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\x62\x86\xb9\x9a\xa5\x9b\xc3\x48\xa6\x1e\xdf\x0f\x94\x9f\x94\x01\xb0\xa1\x5c\xe9\xc5\x68\x97\x51\xb1\x71\xa3\x20\xe8\xa6\xa0\x8e\xdd\xb3\xd2\x8c\x77\x6b\x7b\xdf\x8d\xee\x4d\x67\x9d\xb7\xa3\x77\x81\x97\x3a\x6a\xe2\x94\x36\x0a\x60\x7e\xd4\xe5\xed\x7e\x55\x5d\xc1\x03\x70\x50\xc0\x9d\x7b\x9f\xbb\x7d\xe4\x27\x39\x25\xb4\xcf\xd5\xce\x60\x49\x53\x18\xec\x05\xdc\x2c\xd2\xad\x48\xdb\x21\x28\x2e\x28\xc3\x0b\x50\x77\x03\x4b\x90\x77\x78\x3e\x35\xef\x36\xa8\x8d\x75\x7a\xc1\xa9\x0d\x51\x54\x37\xfd\x0d\xf6\xd0\x47\x34\xa8\xef\x43\x94\x50\xd5\x8f\x5f\x38\x2d\xe4\x0f\x5c\x4a\x39\x5d\x21\xad\xdf\xa1\x87\xf5\x2d\xc1\xad\x84\x9f\xd3\x85\xbe\x93\x70\xb0\xa7\xe2\xa0\x7f\x3e\xbe\xba\x88\xd0\x2b\xdc\xad\x5d\xd2\x9c\xc2\xac\x6a\x79\x16\xc6\x5a\x4c\x65\xc1\xc1\x1e\x12\xac\x82\xc7\xe0\x67\x37\x28\xcc\x16\xd5\x12\x0a\xc1\x7f\x07\x0c\xb9\x55\xfc\x8e\xea\x66\x8f\xdc\x18\x02\x83\x5f\xa7\xa2\xbe\xf9\xf3\x11\xd5\xf8\x26\xd5\x3a\x98\x12\xf2\x8e\xee\xac\xca\x41\xb2\x29\x2f\x85\xa3\x3b\x7e\xfa\xe6\xd1\xf4\xaa\xca\x61\x02\xa2\x15\x83\x1a\xc3\xcf\xdc\x6b\x6a\x40\xdb\x85\x63\x5b\x8a\x2e\x93\x7e\x5c\xa3\x99\x33\x5d\x24\x5f\xcb\x9d\xf7\x4a\x37\x30\x11\x8c\x14\x0b\x93\x49\x73\x1d\xaa\x38\x4d\x2d\x9e\x53\xae\x2a\x4a\x74\x9f\xef\xef\xef\xef\x4f\xd5\x76\xae\xbf\xca\x25\xd6\xb5\xf6\xdb\x6d\xa3\x87\xc8\x02\xeb\xe9\xa1\x44\x0a\xee\x21\xe9\x8c\x20\x96\x8f\xb9\xea\xb8\xb9\xfb\xfb\x93\x99\x25\x72\x98\xe5\xa3\x79\xe5\x27\xe1\xae\x24\xb0\x3f\x25\xe6\x71\x11\x46\xae\xf9\x35\xfd\xf8\x42\x7b\xe7\x37\x41\xb2\x6e\x42\x21\xdf\x74\xbc\x59\xf8\x84\x7d\xba\xb2\x1c\xf7\x37\xd9\x35\x7e\x11\xc9\x66\x07\x17\x29\xda\x59\x6f\xa4\xdc\x75\x52\x86\x4d\xae\x27\x2d\xa9\x5b\x29\x0e\xcd\x6d\x61\x47\xda\xaf\x3c\xd4\x1f\xb6\x5c\x39\x3b\x9e\x81\xe4\x20\x89\x18\x5e\x33\x5c\xf0\x92\x32\x31\x9c\x40\x52\x31\x22\x56\x07\x68\x89\xef\x87\x78\x01\x47\x5e\x0a\xb3\xc9\xf5\xa4\x76\x00\x0e\x0c\x7e\xf2\xdb\x99\xbe\x55\x79\x52\xcd\x52\xba\xc4\x44\xe7\x6b\xb6\x77\x2d\x4f\xaa\xd9\xa9\x7e\x1b\x78\x59\x79\x20\x2e\x8d\x4d\x4e\x56\x2c\xf5\xdf\x75\xf1\xe0\x00\xd7\x49\xfb\x2e\xf9\xb3\x99\xe7\x74\xc1\x4d\x74\xfa\x63\x12\x7c\x74\x9d\x8b\xc3\xfb\x74\x42\x01\xe5\x83\xb6\xb0\x9e\x15\x57\x75\x52\xd6\xb5\x37\xb8\xf8\xe8\xd7\x24\x6a\x67\x45\x09\x1b\xfb\x49\xf0\x37\x8a\xf7\xfd\x08\xca\x3e\x1d\x4d\x7f\xd2\x70\x47\x6e\xee\x79\xf1\x36\x9c\x00\xc6\x61\xdb\xea\x1c\x39\x79\x7c\x1b\x0a\x4e\xd9\x0f\xb9\x29\x1e\x1c\xa1\x9d\x05\x08\x13\x1c\x73\x56\xe8\xbc\x08\x9e\x12\x7f\x64\x3e\xba\x3a\x03\x93\x8e\x3a\x00\x39\x7e\xa6\x80\x8e\xde\x81\xc0\x2a\x75\x88\x94\x88\xd5\xfc\x96\x87\x6c\x0b\x66\x69\xbf\x7a\xf6\xe4\x9a\x3e\x85\x1f\xe9\x33\x30\x98\x7a\x91\x6b\xc1\x0c\x57\xf5\xdc\x68\x1e\xb7\x9e\x14\x02\x3a\xaa\xb8\xb1\x3b\x6e\x15\x13\xe5\x13\x25\xdb\xf8\x59\x9d\x33\x18\x09\x8a\xb4\xab\x42\x82\x0b\x34\x03\x84\x93\x8c\xc0\xad\xce\x2a\x97\xd8\x5b\x56\x9b\x8b\xa5\x18\xca\xf0\xad\x7c\x8d\xd1\x64\x72\x8e\x5c\xd3\xaf\x93\x6a\x4f\xab\xd2\x21\xea\x11\xd8\xcc\xf4\x1d\xca\x22\x06\x8f\x37\x94\x25\x30\x99\x9c\xd7\xca\xab\x47\x30\xd3\x16\x30\x07\xce\x6e\x87\x4e\x43\x01\x6e\xf2\xac\x9f\x15\xf6\xaf\x73\xc2\x45\x38\x41\xe5\xba\xbc\xa0\xea\x6a\x1c\x0d\xb5\x36\x46\xb5\xa0\x6f\x21\x28\xb4\xf3\x81\xba\xb6\xb2\xb0\xc4\xe0\xc4\x46\xd4\x98\xc7\x04\xd6\x04\xf7\x38\x86\x7c\x1e\x45\x4e\x43\x51\x66\xd3\xaa\xb5\x85\x2a\xee\x5c\x8d\xa4\x32\xf3\xd5\x9b\x38\x76\x42\x7e\x6c\xac\x97\x86\x45\x6e\x21\x86\xc0\x67\xc8\xd3\x69\x1f\xcf\x90\xfa\x4f\x74\xb4\x2e\x83\xa6\x8d\xab\x52\x39\x47\xd7\xa7\xec\x6c\xb5\x67\x6d\xf5\xff\xfa\xe7\x61\x74\xcb\x8f\x28\x5b\xd1\xe6\xf9\x3d\x6b\xec\xfc\xab\x02\xbb\x55\xaf\xe8\xd1\x92\x46\xfc\xed\xfa\x3d\xe4\x1d\x4d\xb9\xd9\xec\x43\x30\x4b\xe7\x53\x7d\x35\x51\xe4\xa3\x3e\xad\x4c\xd5\x95\x55\xce\x3d\x61\x4e\x09\xf7\xef\x91\xe4\x05\x9d\xf9\x7c\x1a\xc4\xde\xff\x7c\x3c\xb9\x3c\xa1\x0c\xd4\x29\xa7\x07\xb7\x8e\xe6\xe9\x1d\xe6\xe5\xd0\x29\x37\x4c\x6c\x5e\xc7\xe1\x5a\x74\x1e\x4b\xd4\x0d\xee\x62\xf0\x2b\x6c\x78\x27\x83\x5b\x51\xf2\x82\xdf\x71\xb5\x42\x8c\x69\xc4\x3c\x54\xd0\xe3\xc4\xd9\x4f\x60\x91\xae\x2d\xbd\xcd\x1b\x7b\x6c\xd4\xa8\xc9\xed\x55\xc3\x6d\x92\x81\x56\x22\x83\x42\x18\x9d\x93\x2f\xcc\xb9\x56\xe9\xa6\x19\xb7\x8d\xc3\xce\x0a\x52\x34\x92\xef\x54\xe9\xa9\xbe\xbd\xa9\xb9\x7a\xc6\xdc\xc0\x06\xc2\x7c\x09\xe0\xa4\x69\xcb\x12\x33\x01\x31\x3c\x31\x50\x1c\x90\xe1\x14\x1c\xd6\xd9\x2e\xd2\xfb\x3d\xb4\x9d\x13\x7d\x4d\x40\xed\x8c\x60\xa3\xf0\x6d\xb0\x55\xdf\x7c\xd3\xb5\x5b\xef\x87\x8f\xe7\x1d\x71\x5d\xf2\x84\x2c\x0a\x52\x68\x8d\xb2\x57\xcb\xe5\xe2\xfb\xcf\xb5\x6b\x41\xdd\x03\x59\x4b\xd6\xd9\x00\xe8\x63\x92\x06\xd6\xd0\x5e\x61\x4e\x92\x53\xb2\x00\x2e\x34\x40\xb9\xe2\xdb\x69\xc1\x1a\xbf\xc9\xce\x9a\xfa\xe2\xae\x99\x7c\x3b\x68\x1d\x14\xe4\x10\xaa\x4f\x81\xa6\x36\x04\x72\x05\x38\x5f\xb6\x05\xb5\xa6\xfe\xb4\xe2\x5a\xd5\x02\xa8\x17\xd0\x1b\x92\xc7\xed\x44\xb1\x3c\x85\x12\x7a\xaa\xea\xfe\x0e\xf4\x34\x80\xdf\x8d\xdf\x06\x56\x19\x09\x80\x32\xf2\x9b\x9e\xc9\x83\xb6\xa9\xee\x31\x33\x76\xfc\x4c\x8e\xac\x94\x35\xeb\xb5\x51\x0b\xec\xd8\xbd\x1b\xa4\xb9\x0f\x64\x0f\x25\x0c\xe4\x07\xef\x06\x10\xa7\x25\x7d\xad\x09\xaf\x97\x62\x7d\x61\x47\xef\x02\xb4\x1e\x4b\xaa\xa0\x52\x7a\x6a\x28\x5d\xf0\xbb\x8f\x58\xe1\x24\x6f\xa2\xbb\xd5\x9f\x1d\xa9\xef\xfc\x5c\x72\x3a\x85\x5c\x0f\xba\x6b\xb8\x7d\xdb\xbb\x49\x4b\x3b\xa3\x0f\x57\xe7\x71\x35\x45\xc5\x08\xfa\x7f\xcf\x5c\xeb\x50\xcf\x6e\x14\xb8\x3a\x19\xd8\x75\x76\x89\xe8\xd7\x18\x9b\xd8\xa8\x5b\x1b\xe7\x7a\xfc\x66\x6d\xca\x41\xbb\x9f\xc7\xbe\xac\x2f\x92\x59\xd5\x09\xba\x2b\x0e\x5a\x83\x80\x30\xd7\xde\x27\x82\xd6\x29\x96\xf6\xd0\xac\x12\x26\x89\x67\xe3\xec\xd5\x71\xb0\x8b\xce\x20\xab\x16\xf8\x49\x36\xd1\x9a\x42\x2d\x2e\xd1\xe1\xfe\xe2\x8f\x91\x07\x33\x3a\x44\x1b\x79\x50\x74\xb4\x15\x48\xf2\x7f\x84\xd1\xde\x38\x93\xad\xa1\xe1\xdf\xe6\xfa\x3f\xb9\xb9\x7e\x0b\xa9\x23\x03\xba\x83\x19\xa7\xc9\x8d\xbe\x97\xc0\x5e\x74\xd7\x8f\x46\xc7\xf3\xa1\x5c\x30\xec\x25\xc7\xd1\xae\x5a\x95\x7e\x1f\x3d\x7b\x39\x1b\x8a\x6d\x7c\x14\x57\x92\x6f\x8a\x45\x03\xc8\x69\x2a\xda\xce\x5b\xff\x62\x59\x97\x5e\x8f\xf4\x71\xea\x6f\x7f\xbb\x21\x6c\x27\x2d\x36\xf2\xc4\xfb\xcf\x50\x4a\x4b\xc3\xb3\x4b\xbf\x45\xf7\xe6\xb6\xde\x03\xee\x9a\x3b\xfb\x7b\xda\xad\x8b\xcb\xbf\xea\x76\x63\x37\xeb\x7f\x1a\x2d\xbb\x5a\xe8\xeb\xd9\x26\xcb\xd7\x85\xeb\x70\xd4\x5e\x2e\xda\x0b\x44\x85\x2a\x19\x20\xca\x63\xac\xa4\x21\x67\xe9\xaf\xcf\xa8\xa0\x6e\xfd\x7e\x07\x4d\x77\xf4\xd4\xe6\x7f\x9c\xa6\xd6\x7b\xf1\x03\x23\xfe\x95\xcc\x3d\x08\x44\x1d\x4e\x37\xf1\xc0\x5b\x03\x37\xea\x7a\x1a\xed\x58\xd7\x8e\x44\x0d\x66\xe1\x14\xd8\xb8\x47\xfe\xc4\xb1\x07\x3d\x6f\x7e\xd7\x24\x74\xdf\x3a\xab\x3f\xc0\x6d\x49\x04\x59\xc8\x0d\xf1\xed\xf5\xf5\x25\xbd\x5f\xa1\x9f\xaa\xbc\x00\x86\x67\x24\x27\x62\x15\x14\xb6\x2a\xb6\xbb\xbb\xbb\x91\xbe\xa3\x23\xa1\xcb\xf1\x2c\xa7\x8b\xb1\x81\x43\x8a\xc5\x50\x64\x30\x54\x57\x17\xdf\xaf\x86\xb7\x2e\xb4\xe1\x1d\x11\x99\xb9\x13\xa4\xbf\xcb\x3a\xe2\xaf\xf5\xb4\x3c\x9f\xeb\x3b\x67\xac\xf1\x4d\x50\x05\x8c\x80\xbd\xde\xa5\xe3\x94\x70\xb3\x87\xb6\x6f\xeb\x28\xd6\x9e\xf4\x6d\x51\xf4\x24\x93\xbd\x51\x57\x34\x47\x70\x94\x1f\x6f\xe3\xb2\x50\x27\xdf\x33\x4c\x33\x92\xda\xcf\xa9\x1e\x8a\xc6\x86\xf9\x36\x99\xfe\x78\x7c\x6d\x16\x69\x0f\xdc\x38\xe8\x09\x14\xe9\x1a\xb8\x0c\xf0\xe3\xe1\x5e\x01\xf6\xe1\x46\x00\xaf\x4f\xec\x1e\x3b\x27\xa8\xff\x5f\xd5\x55\x5b\xe4\x77\x61\x77\x1e\x40\xba\xce\x20\xae\x68\xdf\x03\xb7\x2f\xe6\xe7\xc5\x27\x42\xae\xfd\x97\x3a\xa9\x12\x83\x6b\x1c\x90\x03\x7a\x44\xc0\xc7\x3d\x8c\xdd\x47\x79\x1b\x47\xa7\x2c\xbd\x21\x30\xd5\xc6\xe7\x68\xcd\xe8\x94\x95\x95\xb4\x69\xba\xc3\x33\xd2\xc0\x55\x47\xd8\xf8\xd3\x09\xd7\x4f\x5c\x6e\x9f\x2d\x74\x56\xa0\x04\x73\x40\x74\x8e\x4c\x0a\x44\xc1\x56\x8a\x21\x17\x70\x2f\x9c\xdb\xe1\xb5\x81\x68\xa6\xe3\x61\xf4\x49\x59\x99\xda\x0a\x5d\x2f\x82\xad\x04\x50\xdb\x61\xbb\xb0\x55\x4c\xfa\x02\xee\x45\x2d\xed\x87\xf8\xfb\x1f\x9b\x78\x61\xc1\x56\x17\xb4\x38\x4b\x61\x59\x52\x11\x06\xe9\x75\x60\x31\x15\x8c\x40\x38\x15\x23\x34\x73\xdb\xbc\x56\x55\x22\x06\x71\x65\xa9\xd4\x56\x29\x5a\xe4\x2b\x74\x47\xd9\x0d\xb7\x1a\x1f\xe3\xab\x88\x08\x57\xa7\xa5\x84\x2e\x4b\x06\x9c\x43\xda\x75\x2e\x8d\x44\x57\xa5\xe9\x2b\xcc\x21\xa2\xd6\xdc\x54\x04\x3d\x56\x59\x24\x87\x2a\x4d\xb2\x5d\x1e\xdd\x3a\xad\x76\xf7\x8e\xd3\x14\xe1\x62\xe5\x26\xe4\xf3\x83\x98\x75\xfa\xab\x78\x9f\x3c\x51\xbb\xa9\xe3\x44\xd9\xad\x39\x59\xda\xa1\xb6\xaa\xfa\x58\x10\x1f\xfa\x8c\x97\xab\x59\xbc\x3b\xda\x7d\xa4\xda\xef\x0e\x10\x66\x80\xe4\x16\xd3\x58\xaa\xb5\x05\x40\x50\x84\xad\xc5\xd3\x2a\x38\xcc\x61\x7b\x4f\xd5\x4b\x53\xff\x1a\x61\xbb\x83\x77\xd9\xaa\x33\xcc\x2f\x19\xcc\xc9\xbd\xa7\x15\xd5\xa1\x60\x03\xdd\x50\x98\x5d\x72\x38\x58\xaf\xe6\xd0\x4f\x24\xd3\xe9\xf7\xa1\xbd\xe6\x0f\x4d\x6f\xfa\x27\x49\x4d\xba\xd1\xdc\xe8\xd4\x40\x99\xe1\x8a\x29\x4b\x14\x8b\xd4\x89\x19\x94\x67\xfc\x67\xf4\x5a\x89\x4d\x26\xca\xd0\x8e\x67\x8d\x70\x84\x08\xab\xef\x54\x21\x4e\x03\x33\xa5\x06\xbb\x9b\x56\xa0\xf3\xf9\xa0\xed\xea\x60\x37\x73\xe3\x52\xd1\xf9\x74\x49\x36\x5e\x1b\x8f\x3a\xc4\x7f\xb6\x36\xd7\x96\xbb\xa6\x1b\x5a\x24\x3a\xf0\xdd\x42\x17\x14\x41\x9d\xa5\x1d\xdf\x62\x92\x2b\xdb\xab\xf5\x66\x89\xc5\x96\x1a\x7d\x76\x6b\xb5\x3e\xb2\xe5\x3a\xec\x38\x85\x82\x40\x3a\x42\x57\x80\x39\x35\x39\x2b\xeb\x4e\x9f\xaa\x8f\x61\xed\xcd\x51\xe8\xcf\xbe\xd1\x11\x49\xdc\x91\x6d\xc4\x4f\x4e\xa0\xef\xec\x43\xea\xe6\x49\x15\xf9\x9b\xe4\xb4\x4a\xeb\x70\xa4\xc6\xdf\x44\xd2\xb1\xd2\xb2\x50\x6f\x9e\xb1\x68\xd8\xb2\x2d\xfc\x76\xfd\x0d\x81\x81\x9f\xc1\x67\xbe\x0c\xeb\xd1\xd7\x04\x3a\xa4\x52\xa6\xed\x20\xad\x89\x4e\x87\xa9\x84\x3c\xc5\xbd\xd4\x65\x9d\x84\xa3\x19\x48\xb4\x96\xb4\x20\x82\x32\x48\x1d\x28\x2a\x5d\xa6\x14\x0c\x8d\x39\x15\x71\x3a\x17\x77\x72\x37\xdc\xc9\xc9\x0d\x20\xbe\xe2\x29\x59\xec\xb6\x69\xd8\x77\x47\xdc\x97\xa0\x5d\x73\x06\x6e\xce\xbf\x17\x12\x25\xed\xe5\x78\x56\xde\xbe\xa8\xbd\x24\x5a\x96\x4e\xa5\x44\xb5\x07\xdc\x0d\x17\x5c\x3c\xbb\xd4\xb0\xd3\x80\xd7\x85\xd6\xcb\xcf\x8b\x96\x7c\x1b\x22\xd1\x5c\x7b\xb6\xf1\x74\xeb\xba\x88\xce\x5f\xc6\x4d\x72\x56\xfb\xe7\xff\x0f\x00\x00\xff\xff\x74\xb8\x10\x27\x22\xb8\x00\x00") +var _etcNginxTemplateNginxTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xff\x73\xdb\xb6\xf2\xe0\xef\xf9\x2b\x30\xb2\x6f\x62\x67\x2c\xc9\x69\xd3\xbc\x3e\x7b\x7c\x77\x8e\x9d\xbc\xf8\xea\x24\x1e\xcb\x69\x3b\x9f\x9b\x1b\x0d\x44\xae\x44\xd4\x14\xc1\x02\xa0\x6d\x35\xe7\xfb\xdb\x6f\xf0\x8d\x04\x40\x90\x92\xdd\x34\x4d\x3b\x65\x67\x52\x8b\x04\x16\x8b\xc5\x62\xb1\xd8\x5d\x2c\x3e\x7d\x42\xdb\x38\xcf\xd1\xc1\x11\x1a\xa1\xfb\xfb\x27\xf2\x37\x07\x76\x03\x8c\xab\x77\x13\xf3\xb7\xf9\x94\xcc\x17\xea\xf5\xc9\x7c\x61\x5f\x9d\xf1\xb3\x8b\x1f\x5f\xbe\x2e\xf0\x2c\x87\x54\x7d\xf4\xdf\x98\x62\x19\xe0\x5c\x64\xbf\x7d\xbc\x3c\x53\x65\xde\x36\x3f\x4d\x81\x19\x4e\xae\xa1\x48\x75\xb3\xaf\xec\x0f\xf3\xb1\x64\xf4\x6e\xf5\x16\x70\x6a\xf1\xba\x90\x2f\x26\x20\xec\x3b\x53\x0e\xa7\xa9\x5b\xea\xb8\xf9\x79\x7f\xff\x44\x96\x20\x73\xd5\x89\x91\xc6\xee\x1d\x4d\x39\x24\x15\x23\x62\x25\x0b\xe4\x14\xa7\xd3\x25\x4d\xab\x1c\xd0\x18\x44\x32\x2e\x16\xa4\xb8\x1b\xeb\x37\x7c\x5c\x2c\xee\xa6\x99\x10\xa5\x2c\x62\xab\x99\xe2\x23\x4e\x0f\x25\x78\x28\x52\xdb\xd2\xac\x22\x79\xfa\xa1\x84\x42\x30\x9c\x90\x62\x71\x4e\x71\xaa\x09\x28\x0b\xa4\x18\x96\xb4\x40\x74\x3e\x3f\x7c\xf2\xe4\x96\xb2\x6b\x60\xd3\x92\xd1\x04\x38\x07\x8e\x0c\xa9\x47\x3f\xa9\x0f\x17\xf5\xfb\xfb\xfb\x43\xd3\x89\x85\x40\x3b\x39\x14\x6e\xb1\x93\xb2\x3a\x9e\xcf\x49\x41\xc4\x6a\x17\xed\xcb\x56\x0c\xdc\xa4\xac\xa6\xd8\x7c\x09\x40\x3b\x75\x2c\x70\xdb\x85\x92\xa4\x68\xcc\xaa\x42\x13\x61\x54\x92\xd4\xb6\x5d\x00\x1a\xbd\xc3\x77\xb2\x6f\x6f\x48\x0e\xdc\x6b\x8c\xe5\x64\x49\xc4\xb4\xa0\x73\x92\x83\x6c\xcd\x2f\x1a\x34\xf2\xe9\xd3\xf8\x19\x92\x34\x3d\x18\x9b\x76\x28\x5b\x8c\xa1\x18\xa7\x34\xd1\x04\x4f\x28\x03\x4b\xe4\x4c\x2c\xf3\x2d\xd3\x0e\xcf\x2a\x91\xd2\xdb\x62\x2a\xc8\x12\x68\x25\xd0\xb3\xb1\xe2\x81\xf1\x33\x84\x6f\x28\x49\xd1\x2d\x26\x82\x14\x0b\x24\x28\x45\x39\x2d\x16\x28\xad\x98\xfc\x8d\x11\x03\x39\xd0\xba\x42\x17\x34\x9f\x4c\x13\xf3\xf9\xca\x7c\xbd\xbf\x47\x87\x4f\x9e\xc0\x0d\x14\x82\xa3\x4f\x4f\x10\x42\x68\x59\xe5\x82\x4c\x71\x92\x40\x29\x90\x79\x68\x71\xa8\xbe\xd9\x71\xa0\x45\x01\x89\x20\xb4\xe0\xa8\x6e\xe0\x1d\xbe\x33\x43\xe1\x7c\x95\x54\x92\x15\x2b\x0e\x28\x7c\xa0\xa4\x79\x7e\xf8\xe4\xfe\xc9\x13\x49\x37\xd3\xba\x19\x18\x2a\xd4\x6c\x1e\x9d\x12\x2e\xd9\xfb\xbc\xc2\x92\xca\xb2\x40\x5e\xe1\x69\x89\x93\x6b\xbc\x80\x69\x52\x62\x91\xa1\xc1\xb8\xe2\x6c\x9c\xd3\x04\xe7\xe3\x9c\xcc\xc6\x79\x85\xc7\xff\x43\xf2\xb1\x7e\x4f\x66\xe3\xbb\xef\x5f\x4e\x5f\xbe\x18\xe6\xa4\xa8\xee\x86\x8b\xa2\x52\x45\xbe\x1b\x3d\xd7\xc5\x0e\x07\x87\x2d\xc8\x06\x70\x33\x75\x34\xd0\xbc\xc2\x87\xc1\xcb\x1b\x28\x52\xca\xec\xb7\x18\x26\xf2\x83\x6c\xc3\xf6\x4f\xcd\xa7\xf3\x0a\x4f\x32\xcc\x20\x3d\x25\x8a\x54\x98\x11\xe0\x8d\xc4\xd2\x9d\x5f\x15\x78\x49\x92\x13\x5a\xcc\xc9\xa2\x62\x58\x96\xb3\xc2\x48\x15\x38\x99\x2f\x1c\x0a\x5d\x02\x17\xab\x9f\x8e\xdf\x28\x7e\x94\x6d\xc9\xd9\x30\x9d\xad\xa6\xb2\x63\xb3\x9c\x26\xd7\x86\xc6\xf2\x61\xf0\x6b\x45\x18\xec\x0c\x98\xac\x35\x92\xcc\x39\xd8\xad\xbf\x26\x34\xcf\x21\x11\x0b\xcc\x66\x78\x01\x3b\x03\xf3\x7b\xb0\xfb\xa4\x2e\xa2\x7a\xa9\x68\xa6\x20\x4c\x6f\xf1\x1c\x1d\x85\x60\x6f\xf1\xdc\x81\xea\x15\x1e\x49\xec\x76\x1c\x80\x46\xa6\xad\xeb\xb8\x61\x03\xf9\x0c\x87\xaa\x8b\xc8\x88\xb5\x00\x35\x7a\xbd\x87\x18\xf0\xa6\x01\xf3\x02\x1d\xa1\x32\xc1\x79\xbe\x63\x70\xdd\x43\x83\xc4\x6d\xc8\x41\xd8\x70\x22\xbd\x46\x22\x83\xe2\x89\xc3\xba\x8c\x51\x26\x3b\xa9\x20\xa0\x39\x26\x39\xa4\x07\x68\x80\x46\x23\x24\x28\x17\x72\x7e\xee\x30\xe0\xbb\x0d\x2c\xc8\x39\x38\x10\xbc\x26\x15\xe1\x1a\xfc\xa1\x48\x37\xc1\x7a\x86\x73\x5c\x24\xc0\xbe\x0c\xc2\xb6\xb5\x08\xae\xce\x08\x1a\x71\x28\x7f\xdd\x3f\x79\xf2\xf0\x61\x55\x2c\x6b\xa4\x4c\x07\xe7\x5a\x44\x46\x4e\xd9\x9d\x5d\xd3\x64\x1b\x8d\xf0\xd7\xf8\x19\xba\x05\x25\x8f\x44\x06\xe8\x06\xe7\x15\x20\x3a\x57\x3f\x32\xb5\xc2\xa2\x9f\x87\x6f\x28\xbb\xc5\x2c\x85\x54\xfe\x85\x04\x45\x33\x40\x12\x4d\xf9\xa7\xad\xb9\x00\x3a\x25\xa5\xe1\x3d\x2d\x82\x9d\xee\x4a\x81\xf8\x91\x83\x5a\xdc\x2f\x18\x15\x34\xa1\xb9\xc5\x81\x01\xce\xa7\xa4\x9c\x9a\xe6\xd4\xa3\xd4\x02\xb9\x6e\xaa\x92\x87\x35\xe6\x39\x87\xbe\x6a\x56\xf6\xd6\x08\xbf\xa1\x4c\xeb\x09\xb5\xe4\x75\xd6\x28\x17\x0a\x93\xcb\x3e\x27\x37\xe0\x48\xf7\x4f\x9f\x10\xc3\xc5\x02\xd0\xb6\x60\x15\x17\x90\xca\x0e\x1e\x1c\xe9\x26\x54\x57\x2e\x01\xe7\x67\x17\x27\x67\xa7\x97\x16\x2b\x0e\x62\x6a\x61\xce\x19\x5d\x5a\xac\x1c\x08\x1d\x98\xf8\x94\xfa\x0f\xd0\xb3\x0b\x6f\x94\x52\x2c\xf0\x0c\x4b\x65\xa1\xe2\x90\x4a\xd2\xa7\x20\x80\x2d\x49\xa1\x07\x20\xa1\x55\x21\xd8\x0a\xa5\x50\x42\x91\xca\x05\x91\x16\xfa\x43\x4e\xa0\x10\xe8\xec\x02\xe1\x34\x65\xc0\xb9\x3b\x3a\x7d\xab\xb4\xfc\xd0\xe8\x46\x0b\xa0\xa4\x74\x17\xec\x00\x8c\xc8\x08\x47\x84\x5b\x91\x27\x11\x4c\x70\x9e\x54\x39\x16\x80\x04\x93\x7a\x4a\x82\xe6\x94\x21\x52\xa4\xe4\x86\xa4\x15\xce\x6b\x9c\x2b\x2e\xf1\xd5\x7d\x26\x1a\x6b\x2e\xb0\xa8\x38\x2a\xf1\xc2\xe1\x26\x8d\x83\xad\xa5\x1f\x67\xfd\x51\x9f\xc7\x0a\xcc\x28\xc5\xe2\xd0\xad\x23\x15\xa1\xfa\x89\xd5\x39\x27\x02\x4e\x88\x58\x85\x35\x29\x5b\xa0\xfe\x9a\x67\x17\xc7\x93\xf7\xd5\x32\xac\xa8\x79\xb8\x61\x2c\x87\xad\x3a\xc6\x5d\x4f\xfe\x1f\x05\x9f\xe8\xce\x9b\x5e\xdf\x64\x94\x8b\xa9\x21\xe1\x54\x13\x66\xfa\x1b\x2d\x00\x71\xb5\x64\x1e\xc4\x0a\x1c\xd8\xb9\x50\x83\xfb\x2f\x5a\xc0\x84\xfc\x06\x35\x03\x46\xe1\xce\x49\x2e\xb4\xb0\x91\xac\x7c\x0d\x8d\x62\xf9\xa3\xe0\xa7\x30\xc7\x55\x2e\xde\xa8\x32\x3f\xc0\xaa\x8b\x97\x31\xa1\x28\x7c\x44\xc6\x00\xa7\xfc\xd0\x16\x98\xde\x32\x22\x5c\x2d\x48\xd2\x47\x7d\x14\x49\x39\x2d\x68\x59\xf1\xcc\xff\xd8\x7c\x4b\x21\xc7\xab\x76\xc5\x9c\x2e\xa6\xbc\x9a\x49\x0e\x04\x2e\x82\x8f\x0c\x64\x87\xa4\x1a\x98\xd2\x4a\x38\x3a\x5b\x53\xe4\x1a\xa0\xc4\x39\xb9\x81\x5a\x5b\xac\x3b\xff\x03\x40\x79\x2c\x3f\xa1\xfb\x7b\xd3\x87\xa6\xb4\x69\x90\xb7\x4b\x5f\xda\x2f\x92\x50\xaa\x96\x9e\x8d\x46\x6a\x4d\x67\xd5\x7c\x2e\xb5\x54\x39\x2c\xbe\x08\x3b\x51\xe5\xb4\xf0\x7a\xa5\x4a\x79\x63\xe7\x83\xa9\xd1\x45\xa8\x07\x4c\xa3\xe4\x9a\x1e\xe4\x98\x49\xad\x31\x82\x11\xf7\x80\x9c\xcb\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\x94\x54\xdf\x4c\x97\xf8\x6e\x3a\x27\x90\xa7\x3e\x16\x0e\x8c\xb7\x57\x57\x17\xdf\xbc\xc3\x77\x6f\x64\x29\x0f\x8b\x06\x82\x21\x48\x00\x22\x84\xa0\x09\x52\x83\xd0\x4c\xba\x2a\x81\x4f\x33\xcc\x33\x05\x28\x44\x02\x7d\xb3\xff\xe2\xfb\x43\xb3\x5c\x48\xfd\x76\x5a\xe0\x65\xbc\x82\x6d\x4d\xef\xd6\xdf\xe3\x25\xbc\xc5\x3c\x7b\x87\xef\x3c\x9c\xdb\x50\x66\x55\x72\x0d\xc2\x02\x8a\x43\x79\xa5\xca\x78\x80\x96\xb8\x8c\xd5\x6f\x75\xfe\x1d\x2e\x23\x10\x14\x08\x2d\xf5\x34\xed\x62\x5d\xb2\x20\x2e\x9c\x8d\x7f\xac\x4f\x11\x38\x1e\x52\x5d\x70\x62\x38\xdd\x60\x46\xa4\x64\x8d\x12\xc7\xc1\xe9\x47\x5b\xae\x83\x3c\x01\x9c\xd6\xd8\x46\xe1\xb8\x1d\xd3\x7b\xbf\x42\xe2\x2a\x77\x18\x7c\x4a\x0a\xdb\x45\x8f\xc8\xfe\x82\xf0\xb1\xa9\x70\x56\x34\x66\x0f\x5a\x34\x1a\x11\x9d\xcf\x6b\x11\xac\x71\x25\x8b\x42\x6e\xb0\x49\x71\x83\x73\x92\xf6\xb6\x72\xa6\x8a\x9e\xe9\x92\x9b\xc0\xd7\xc2\x43\x99\x03\x18\xfc\x6a\x56\x0e\x14\x3c\xb5\xf0\x90\xe5\x2e\xe1\x57\xbd\x08\x9d\xd0\xd4\x21\x45\xab\xab\x8e\x59\xc5\xae\x7e\xd4\x79\xd5\xbd\x84\x86\x46\x99\xc6\x20\xa3\x88\x51\x24\x79\x95\xfa\xb6\x1f\xb2\x84\x91\x9a\xa8\x1a\x64\xaa\x97\xb6\xa9\x7c\x85\x04\xdc\x89\xb1\xd4\x71\xba\xf0\x7c\xc5\xa8\xc8\x89\x45\x71\xa6\x7f\x59\xec\xf4\xcf\x69\x42\x97\xe5\x34\x87\x1b\xc8\x6b\x5a\xe8\x6a\xe7\xea\x9d\x1d\x28\x53\x5a\xa1\x12\x14\xbc\x52\xef\x36\xd3\x17\x7f\x53\x9a\xa5\x56\x3f\xe4\xdf\x16\x19\xf9\xc3\x45\xe5\x3b\xe7\xb5\xd2\xeb\xe4\xfe\x5a\xae\x82\xcf\x47\xcf\x9d\x4f\x4b\x52\x4c\x73\x28\x16\x22\x43\xdf\x7c\xf7\xd2\xf9\xe0\xe3\x29\x9b\xf5\xb1\x54\x85\xe4\xe4\x25\x90\x22\x5c\xac\x9c\xb7\x37\x98\xad\xba\x86\x70\x0b\x9d\x54\x5c\xd0\x25\xb2\x8c\x2a\x35\x45\x06\xbc\xa4\x85\xd9\x76\x35\xda\xf8\xf5\x1e\xda\xbe\x51\x8a\x38\xf6\xcc\x80\xb2\x14\x4e\x2d\xaf\x2b\x1c\xaf\xd1\xfd\xbd\xcb\x94\x03\xf9\xf2\x06\xdd\xdf\x0f\xa2\x58\x18\x41\x2a\xe8\x35\x14\xdc\xa5\xf0\x24\xa3\xb7\x5a\x7a\x5e\xe9\x6f\xeb\xa6\x9f\x63\xb7\xe9\xa8\xaf\x05\xae\x9c\xa3\x52\x2f\xb1\xdd\x1e\xe8\x52\x07\x28\x8e\xe0\x16\x4a\xb5\x7d\x03\xdd\x62\x56\x90\x62\xc1\x8d\x48\x91\x9b\x3f\x82\x73\xf2\x1b\xa4\x53\x2b\xa6\xa6\xb2\x8c\xb1\x44\xea\xca\xc7\x69\x4a\x94\x75\x25\x47\xf8\x06\x93\x5c\x41\xaa\xa5\xda\x81\x29\xb5\xad\x16\x92\x12\x27\x60\x5f\x90\x62\x21\x37\x0e\x6a\x85\xb1\xef\x24\xad\x48\x02\xcd\x3b\xa9\x7d\xcd\x29\x5b\x62\x81\xaa\x92\x0b\x06\x78\x49\x8a\x39\x75\xc9\x78\x4e\x17\x6f\x54\x89\xd7\x3c\xc1\x25\xfc\xaf\xc9\x87\xf7\xe8\xfe\x1e\xd4\x8f\xa3\x5f\x38\x2d\x9a\xfe\x3e\xad\x2d\x43\xb6\xce\x47\x03\xd4\x4e\xed\xa7\xf5\xe4\x1c\x3f\x93\x2b\x17\xaa\x58\xce\x91\xc8\xb0\x40\x3c\xa3\x55\x9e\x2a\xf2\xe3\xb2\x04\x2c\x37\x1d\x08\x27\x09\x70\x3e\xca\xe9\xe2\x71\x1b\x20\xd9\x3f\xd7\x5e\xa9\xe1\x4d\x3d\x78\x12\x8d\x6d\xa3\x0e\x4e\x2b\x46\xd0\x76\x4e\x17\x0b\x45\xe6\x4f\xae\x5d\xc0\x70\x32\x83\x5f\x3f\x32\x52\xef\x29\x27\xd7\xa4\x3c\x56\x50\xcf\xe9\xe2\xe3\xe5\x39\x77\xad\x3b\x92\x73\x4d\xf9\xfb\x7b\xb4\x7f\xe8\x6f\xe4\x1d\x11\x86\xcc\x3c\x6e\xcb\x09\x63\x1b\xab\x9b\xa8\x27\x4d\xd3\x13\xc5\x2d\xa8\xbd\xdb\x6e\x49\xc0\xc9\x8a\xe7\x51\x08\x5c\x7d\x38\xd0\x53\xe9\xa8\x56\x3d\xd4\xdb\xb7\x94\x4b\x6d\xed\xc0\x7f\x7b\x41\x99\xb2\xbc\x7a\x5c\x43\xe6\x47\x35\xed\xa2\x18\x39\x4d\x5a\x70\x75\xc7\x2e\xb0\xc8\x36\x84\x18\xb3\x8c\x6c\xd2\x63\x65\x41\xfa\x9d\x1d\xb6\x6f\x5f\x4b\x58\xe7\x74\xe1\x2f\x0c\x41\x7f\x9b\x06\x5b\xf5\x6c\x77\xd7\xc3\x8b\x2c\x9a\x97\xc0\x69\xae\x8d\xac\xb2\xae\xfd\xe9\x71\xcc\x59\x79\xf3\xf2\xf4\xfd\xc4\xa9\x3b\x7e\x86\x7e\xca\xa0\x00\x59\x52\x4d\x1c\xa4\x65\x3e\x57\x66\x78\xbd\xff\xba\x25\x22\x93\xea\x39\x46\x83\xc6\x06\x3e\x30\x12\x7e\x4f\xed\xf2\x23\x1f\x10\xe1\x88\x83\x40\x82\xa2\x41\x92\x53\x0e\x83\x60\xba\xde\x66\x50\xa0\x25\xbe\x56\x3e\x80\x0c\x90\x90\xbb\x13\x61\x5b\x1d\x21\x74\x95\x11\x8e\x96\x80\x0b\x23\x0d\x56\xb4\x42\x09\x2e\xa4\x34\xe0\x64\x59\xe6\x2b\x65\xb4\xf2\x81\x0e\xb4\xbe\xd9\x88\x62\xd4\x60\x86\xb6\xd5\xfc\x4f\x1c\x54\xe5\xea\xf4\x13\xcc\x26\x54\xea\x88\x88\x57\x65\x29\x87\x74\x06\x09\x96\xa0\x95\x09\x83\x70\x94\x60\x0e\xba\x9f\x41\x63\x91\x5e\xdf\x2a\x89\x35\x83\xba\xef\x03\xd5\x51\x45\x60\x09\x81\x32\xb2\x20\x52\x70\x5b\xea\xa6\x44\x0b\xb8\x0c\xdf\x40\x17\x89\x43\xc2\x91\x24\x33\x0d\x49\xf2\xa0\x82\xf6\xa3\x62\x4c\x31\x2d\x02\x4f\x48\x91\x80\xee\xa2\x2e\x9b\xc2\x0d\xc1\x02\x90\xb2\x78\xf9\x8d\x16\x52\x76\xe7\x86\x47\x66\x90\xe1\x1b\x42\x19\xba\x05\x8d\x77\x6d\x40\x24\x5c\x4a\x6a\x46\x71\x92\x8d\x1a\x08\x5b\xe8\x12\x04\x36\x68\x58\xf1\xa6\x41\x65\xb8\x48\x73\xa5\x13\xce\x51\xbd\xff\xee\xe5\xb8\x46\x40\xab\xe1\xac\xca\x05\xc3\x29\xa0\xed\x66\x5c\xeb\x77\x9f\x5a\x32\xb5\x7e\x4c\x91\xc3\xba\xc4\xd3\xa7\x81\xe2\xab\x98\xd6\x13\xc1\xb2\x51\x3b\xdd\x5c\xd3\x64\x8f\xb1\x12\x6d\x8b\x0c\xac\x25\xd1\xf3\x05\xf5\xda\x52\x35\xd1\xfe\x03\x9e\xb9\x4f\x8d\x8a\x2a\x8e\x6c\xf9\xee\xfe\x6d\xfb\xa6\xd7\xa9\x04\x12\x95\x47\xf1\xda\x0c\x96\x54\x40\x50\xab\x65\x04\xdf\x42\xca\x1e\xaa\x56\xde\xe9\x9d\xd4\x1a\x34\x05\x74\xb3\xb5\x0e\x98\x50\xc6\x20\x11\xf9\x4a\xd9\x0c\x13\xc9\x61\x9c\xe7\x72\x8d\xca\x29\x4e\x49\xb1\x08\x86\xb4\x0d\x69\xbb\xc4\x9c\x4f\xcd\x52\xc1\x93\x0c\x96\xbd\x83\xdb\x01\xa6\x67\xb0\xb7\x35\xd0\x43\xbf\x77\x6a\x27\x25\xd1\x8d\xb5\x8f\x8b\xd4\x56\x43\x98\x81\x22\x82\x9c\x08\x73\xca\x12\x50\xe2\x33\x25\xb2\xdb\x75\xe7\x06\xa6\xf4\x41\x04\xda\x40\x92\x5c\x97\x9f\x0a\xaa\x14\x15\xde\xd7\xc3\xfd\xa6\x2f\x03\xa5\xf7\xc8\x7f\x06\xfa\xc5\xf3\xe0\x1b\x77\x3e\x3e\x6f\x31\x74\x84\x56\x52\x06\x6a\x1c\x8d\x22\xad\xde\xf4\x60\xd3\x01\xa4\x87\xde\xd6\x25\xe8\x94\x6b\x3b\x56\xce\xf8\x64\x72\x7e\x81\x39\x17\x19\xa3\xd5\x22\x0b\x9c\x2a\x5b\x0a\x7f\x8d\x9b\x8e\x92\x18\x9d\x13\x2e\xa0\x90\xeb\x32\x1f\xc9\xba\x6a\xb2\xdc\xdf\xcb\x61\x79\xf1\xe2\x5b\x25\xee\x23\xde\x10\x59\xbe\xa1\x47\xab\xe3\xfa\x4d\x40\x83\x75\x2d\x7a\xcf\x8b\x17\xdf\x1e\xf6\x4d\xd5\xa0\x45\x4b\x0f\xd4\x9e\xad\xbf\x13\xc3\xb7\x57\x57\x17\x93\xcf\x8d\x9e\xb7\xaf\xf9\x30\x53\x82\x7e\x06\x46\x2c\xa0\x8c\x72\x11\x30\x9b\x7c\x25\x05\x23\xe1\xfa\xcf\xb5\x33\x59\x96\xea\x9b\xbc\xcd\xf7\x5e\xc6\xd6\xed\x4a\xd4\xa6\x0d\x1e\x0f\x12\x23\xeb\x10\xa9\xfb\x14\x08\x92\x4b\xb9\xfe\x73\xa8\x95\xab\x04\x17\xca\xed\x93\x08\xc9\xec\xd8\xfa\x76\x4a\x46\x6f\x48\xaa\x94\xaf\x9f\x87\xc6\xe6\x3c\x3c\x3b\xad\xf5\x00\x29\x72\xe4\x68\x20\x22\x94\x57\x88\xaa\x05\xd5\x04\xe6\x98\x5d\xef\xc8\x34\x79\x26\xb7\xad\x88\x57\x49\xe6\x28\x64\xa6\x81\x74\x4f\x42\x90\x48\x98\x17\x52\x5c\xe1\x22\xa5\x4b\xed\x39\x1c\xb5\x88\x68\xf7\x42\x24\x55\xbb\x17\xf9\xff\x4f\xe8\xa1\x4f\x84\xd2\x6d\xf8\x87\x8f\x05\x3a\x18\xd4\xc3\xf0\x78\x68\x2e\xd0\xf6\x06\xe2\x84\x2e\xcb\x4a\xc0\x9b\x2a\xcf\xbd\xf5\xbf\x16\x48\x3f\x81\xa4\xea\x53\xa1\xb4\x21\xb3\x04\xe3\x34\xf5\x78\x48\x0a\x21\xab\x61\xca\xe1\x93\xca\x41\xed\x71\x35\x70\x18\x94\x39\x4e\x80\x9b\x02\xf5\x5a\xac\x82\x65\x38\xa5\x45\x0f\x97\x4b\xf8\xdb\xf3\x2a\xcf\x5b\x6f\x3d\xd9\x60\x85\xec\xc9\x1a\x35\xa4\x35\x2b\x06\xd1\x26\xf7\xa2\x1a\xc7\xa0\x67\xb2\x0c\xd6\x54\xd8\x44\x4f\xe9\xc4\x45\x13\x75\xea\x90\xae\x1f\x95\xde\xf2\x5a\xc8\xd5\xaa\x0f\xea\x34\x38\x15\x78\x09\x53\x52\x4c\xed\x52\xde\x6c\xc3\xa5\xdc\xf4\xbe\x98\xa7\xb1\xea\x30\x50\x8e\x34\xbd\x33\x74\x9e\xda\xab\xc5\x79\x5e\xd3\xaa\xb1\xdc\xe9\x35\xc7\xbc\xac\x0d\xb2\x5b\x48\x54\xac\x90\x32\x82\x03\x57\x66\xc1\x04\x27\x99\x8e\xb6\x42\x29\xc3\x5c\x90\x04\xe7\x52\x21\x5b\x4a\x09\x00\xa8\x04\xa6\x6c\x3e\x45\x02\x21\xd3\x4f\x26\xe7\x13\x0d\xe4\x04\x27\x59\x3d\x1e\x12\x1d\x03\x7c\x9a\xa8\x0f\x52\x2f\x16\xa4\x38\x78\xbe\xbf\xbf\x6f\x5d\x9a\x93\xc9\xf9\x81\x83\xaa\x0b\xc8\x77\x7d\x38\xd0\xc2\x10\xaf\xa6\x5e\xe3\x28\xea\xb0\xaa\xe1\x3c\xa7\xb7\x75\x10\x8a\xec\xaf\x54\x34\x2d\x0d\x04\x91\xdb\x3c\x1e\x69\x50\xbd\x8f\x77\xfa\xca\x7c\x5c\x6b\x48\x6f\x4c\x85\x3b\xb0\x2c\xc5\x2a\x0e\xe8\x07\x58\xa1\xdd\x18\x0d\x35\x12\xca\x53\xeb\x98\xb7\x0d\x6a\xa3\x6b\x58\x75\x74\x99\xe7\x64\x91\x49\xdd\x9a\x41\x5a\x25\x5a\xa4\x48\x0a\x0e\x05\x1d\xce\x09\xe3\x62\x38\x5b\x09\xa8\x9b\x73\xdd\x7a\x0e\x81\x03\x3f\x5e\x7f\x87\x4e\x48\x99\x01\xe3\xbb\x8d\xdc\x6b\xd3\x3d\xd1\x66\x60\x49\xfe\x44\x17\xaf\x51\x30\xbf\xd1\x53\xa7\x7d\x03\x52\x9b\x03\x1b\x6e\x07\x85\xab\x9e\x5c\xb6\x5a\xaf\xff\x3d\x82\xed\xe9\xdb\x0b\xcc\xf0\xb2\x8d\xad\xc6\xf0\xf4\x2d\x52\x91\x90\x1b\x5a\x0f\x25\x5e\xae\xf5\x50\xfe\x4e\xb3\x52\xb6\x50\xe3\x6d\x7e\xbb\xf4\x35\x48\xf4\x3b\x01\x6a\x33\xb3\x56\x74\x4d\x5c\xd1\xd5\xf9\xe4\x12\x12\xca\x52\xee\xb2\x4d\xba\x92\xc2\x24\x51\x03\x39\xcd\xa9\xdd\x10\x84\x72\x89\xe7\x53\x48\xd2\x6c\x9a\x54\xec\xc6\x1b\xf0\xd7\x27\xa7\x6f\x4f\xd4\xcb\x60\xbc\x47\xda\x80\xaf\x6c\x4f\xbc\xa1\x99\x31\xeb\x2b\xeb\x95\x8a\xe6\xd0\xe3\xa9\x45\x38\x29\x04\xb0\x04\x4a\x31\x05\x5d\xad\x7b\x8c\x8c\xc5\x14\x18\x53\x2e\x24\x6b\x32\xd5\xe0\xa5\x7a\xea\x37\xac\xad\x65\x2a\x7a\x44\x22\x6f\xab\xdd\xdf\xa3\x23\xf4\x3f\xf5\x08\x4e\xfd\x0f\x87\x41\x9b\xc6\x20\xe4\xcc\x34\x06\x72\xe9\xad\xe5\xaa\x33\xeb\x8f\x25\x63\x98\xd0\x66\x6d\xc0\xaf\x37\xf2\x0e\x2c\xa5\x0f\x1b\x9d\x4a\x97\x5a\xd3\x59\x53\xd6\xf6\xf5\x2d\x49\xa1\x71\x77\x18\x07\x29\x49\xc1\x75\x78\x64\xbd\xd1\x4e\x71\x5e\x57\xca\x7d\x41\xca\x12\xc4\x6e\x6b\xe0\x12\x49\x1d\xae\xbf\xd6\x13\x15\x52\x6b\x1b\xf2\xe3\xf6\xf4\xaf\x25\x2e\x6d\x6b\x21\xfc\x5e\x5b\x6b\x13\xe5\xba\x3e\x30\xae\x21\x92\x5c\x3b\xf7\xd0\xb6\x35\xf5\x2a\x6a\xcd\x9c\x28\xf3\x06\x3e\xfc\xda\x14\x1b\x19\xe1\x6a\x83\xa4\x47\xf6\x8f\xab\x55\x09\x68\x90\x50\x7a\x4d\x60\x60\xeb\xd7\xc0\xe5\xfa\x77\xbd\x1a\xca\x9e\xd5\x90\xde\xe3\xa5\x62\xac\x46\x4b\xd2\xa5\x50\x86\x79\x76\xe4\x15\x0d\x1b\x3d\x51\xcd\x84\x6f\xdf\x62\xae\xcc\xb9\xb2\x67\x8f\xa9\x6f\x11\x52\xa2\x89\x16\xf9\xea\x30\x8c\x2a\xdd\x59\x18\x81\x61\x7d\x2a\x3f\xd8\x58\x16\x37\x58\x79\x7f\xd7\xd5\xa1\xea\x70\x97\x7a\x5c\x7b\x2b\x5b\x0e\x8c\x8c\xb6\x3f\x7e\x5a\x4a\xab\x61\xab\xfb\xf9\xba\x48\x4b\x4a\x0a\xb5\x7a\x9a\xef\xcd\xf9\x85\xd1\xb1\xb1\x6b\xfd\x5f\xa4\xdd\x4d\x2a\x50\xee\xc0\x29\x60\xed\xeb\x2a\x0e\x04\x93\x9c\x1f\x39\x1f\xdf\xe1\xbb\x37\xf2\x9d\x2c\x20\x3f\x5a\xb5\xc1\x2d\x23\x0b\x84\x3a\x03\x8a\x18\xb3\x22\x9d\xab\x59\x65\x0d\x8f\x34\xee\x2d\x9c\xbe\x52\x21\x9c\xa4\x58\x68\x8e\x77\x98\xd9\x78\xcd\x6c\x11\x38\xce\x17\x94\x11\x91\x2d\x43\x62\xfe\x33\xa8\x7f\xd0\xa0\x76\x4a\xab\x4d\x25\x55\x3d\x96\xf6\x8f\x69\x1d\x3a\xec\x48\x0c\x4d\x8f\xfd\x91\xfc\xef\xf9\x21\xda\x42\x6a\x1f\x97\xd1\x3c\x05\xd6\x10\xd8\xd6\xec\x8a\x05\x76\xa2\x81\x55\x70\x74\x13\xbd\xfc\xf5\x70\x4b\xe7\xcc\x51\xee\x02\x35\x27\xd4\xca\xb2\xc4\xa5\xf1\xdf\xdc\x92\x3c\x47\x33\x13\xa4\x4c\x1b\xe3\xaa\x2c\xf5\x53\x46\x04\xe4\x84\x0b\x2f\xe4\xd8\x70\x21\x29\x52\xb8\xdb\xf3\xb8\x91\x37\xc7\x9e\xfc\xb2\x39\x4d\xf4\x1a\xd6\x94\x1a\x9d\x9b\x77\x6e\xf1\x6d\x75\x14\xe2\xe0\xc8\xce\x5e\x53\xab\xa9\xef\x73\x09\xe1\xb6\x88\xd2\x11\x20\xf5\x4b\x36\x05\xeb\x73\x3f\xf6\xf3\xa8\xee\xda\xe8\xe4\xec\xf4\xd2\x9c\xfc\x31\x8b\xf3\x29\x14\x2b\x65\x95\xfc\xf4\x09\x95\x8c\x14\xa2\xc6\xf9\x2d\xe5\x42\x2e\x1c\xc8\x60\xda\x44\xce\x06\x2e\x05\x23\x7f\x24\x24\x1b\xaf\x84\x76\x3a\x60\x0d\xa6\x03\x03\x6f\xd7\x97\x62\x8e\xcb\x39\x22\x05\x4c\xb8\x74\x47\x8f\x42\xe7\xb6\x0a\x60\x69\x39\xb6\x37\x89\x61\xef\x9f\xab\xd6\xd7\xae\xce\xc2\xed\xe8\xf8\xd6\x4b\x2c\x40\x05\x26\x39\x67\x4c\x1c\xdd\x47\x7e\x56\xf1\x4d\xda\xeb\x9e\x5b\xf9\x1d\x27\xe5\xf6\xad\xed\xd7\xd4\x14\x3f\x3b\x8d\x93\x69\xff\xb0\x9b\x4a\x2c\x6f\xe8\x13\x27\xcd\xf3\x16\x69\x36\x41\x57\x19\x7b\x3a\x30\xdc\xd6\x41\x5c\x1d\x58\xef\xfb\x31\x5c\x72\x6a\xff\x17\x2d\xa0\xe6\x16\x77\x7e\x3f\x47\x83\x41\x8f\x7d\xd7\x99\xdb\x38\xcf\x8d\x75\x4a\xc5\x89\xa7\x88\xc9\xb9\xac\xd1\xff\x8d\x16\xc0\x47\xe8\x35\x4e\x32\xa4\x1c\xb6\x7a\xa2\x98\xa2\x1c\x61\x94\x82\x76\x04\xa5\xaa\x6c\xe0\x6b\x7c\xfe\xee\x15\x1a\xfe\x77\xf4\xfc\x25\x12\x19\xad\x38\x2e\x52\xf4\xf2\x85\xda\xc6\xaa\x70\x72\xe0\x88\x32\x84\x67\x72\x01\xf8\xbe\x29\xf2\xfc\x9b\xef\xbd\x32\x11\x41\xa2\xda\x92\xdc\xa3\x3d\xe6\x96\x79\x24\x35\x1a\x06\xda\x75\xa5\x84\xaa\xd1\xc5\x92\xe3\x67\xe8\x95\xa2\x85\x11\x4c\xd6\xb8\xc3\xd1\xce\x9c\xd1\xe5\x58\x50\x74\x7b\x7b\xbb\x1b\xc3\x24\x33\x53\x72\x0f\x6d\x0b\xaa\x8e\x42\x5e\x9a\xca\x13\x5f\xb2\xd9\x15\x36\xc2\x70\xd6\x2f\xa8\x22\xa8\x8c\x25\xef\x15\x29\x52\xb3\x04\x9f\x95\x37\x2f\x5c\x06\xcc\x95\x1f\x00\x99\x53\x98\xaa\xa6\x59\x99\x63\x5e\x02\x74\x7f\xbf\xde\x48\x18\x9c\xef\x08\x62\xa7\x7a\x1b\x5d\xef\xe3\x59\xe7\x61\x69\xb7\xad\x4d\x33\x7d\x7e\x8f\xc7\x77\xa9\xfe\x43\xee\xa9\x7b\x8d\x94\x6e\x97\xbf\x04\x61\xff\x46\x94\xf4\xe3\xa0\x4c\x13\xad\xd3\xca\x8f\x99\x09\x2f\xff\x99\x09\x9f\x7d\xfc\x36\x99\x05\xff\xfb\xe0\xe0\xff\x7c\x21\xca\xda\xa6\xfe\x26\xf4\x6c\xcd\x85\xe0\x8d\xe3\x72\xd0\x16\x23\xab\xe4\xd5\xf6\xbc\x66\x0e\x15\xd0\x85\xf8\x8b\x17\xdf\xb6\x83\x13\x4d\x1c\x82\xf2\x27\xcb\xd5\x52\x69\x93\x73\x34\x38\xf8\x6f\x37\x83\x0e\x40\xde\xfe\x82\x81\xf2\x3e\x58\x72\x9d\x18\xdb\x91\x5d\xe1\xac\x05\xcf\x86\x43\x8c\xc7\xea\x64\x1d\x35\x14\xf6\xdb\xbf\xbf\x77\xe3\x30\x7b\x59\xee\xf1\xcd\x76\x37\xb1\x76\xaf\xb3\xd9\x1e\x45\x2b\x78\x5b\x52\x35\x61\x02\xb5\x77\xcd\x6f\x9b\xc1\x8b\xaf\xfa\xe1\x68\xb7\xeb\x79\x9b\xf0\x9c\xe0\xd6\xbe\x4d\xc0\xb2\x54\x87\xf8\x06\x93\xd7\x97\x3f\xbe\xbe\x1c\x18\xa0\xd6\x58\x21\x15\x3a\x8b\x7e\xdb\x2a\xd1\x32\xac\xab\x82\xa1\xb9\x11\x7d\x26\x93\x23\x72\xcc\x8e\x5e\x4b\xf1\x39\x11\xef\xe6\xc9\xc7\xc9\xd5\x87\x77\xd3\xd7\x97\x97\x1f\x2e\x27\x9a\x71\xfd\xc1\xdc\xda\x42\x8d\xdf\xbc\x6b\x38\x62\xc3\xbe\x55\xef\x04\x74\x85\x3d\x7d\x96\x53\x6e\xe4\xde\xff\xe7\xec\xfd\xcf\x48\x27\xd3\x48\x32\x48\xae\x95\xd3\x5e\xc7\xfa\xc8\x5d\xaf\x8e\x7a\x93\x2a\x2a\x8f\x8f\xf4\x16\xfa\x68\x1c\xc3\xdd\x91\x2d\xf6\x58\x21\xda\x71\xbd\xf6\xe8\x97\x8a\xab\x98\x43\x9d\x5f\xe1\xba\xa0\xb7\x85\x02\xc2\x77\x11\xe6\x35\xca\x0a\xac\x44\x55\xbb\x3a\xdc\x71\xcb\xb0\x7c\xb7\xd0\x71\x7c\x1a\xa6\xa3\xb3\x27\x99\x62\x75\x52\x1c\x38\x75\x74\x80\xd1\x78\xbc\x20\x22\xab\x66\xa3\x84\x2e\xc7\xd7\xd5\x0c\x58\x01\x02\xf8\xd8\x04\x9c\x0f\xb5\x33\x6b\x96\xd3\xd9\x78\x89\xb9\x00\x36\x4e\x68\x21\x18\xcd\x73\x60\xdc\xb8\xba\xca\xeb\xc5\x38\x59\xa6\xce\x17\xe3\x8c\x59\xd0\x4d\x74\xab\x86\x28\xf6\x08\x48\x33\xae\xae\x64\xbe\x84\x8a\x83\x31\x42\x29\x4f\x80\xa4\x47\xa3\x93\xcc\x70\x72\x9d\xd3\xc5\x91\x6d\xe2\x95\xfe\xed\x39\x2b\x51\xb7\x72\xb2\x6e\xd9\xfb\x32\x58\xc6\x56\x0b\x61\x1d\xf4\xb5\xfd\x4a\x9b\x04\x86\x83\x43\x3f\xfb\x81\x9a\x8e\x41\x46\x18\x6f\x3f\x89\x36\x3c\xf1\x63\x1f\xef\xe4\x8f\x75\x88\xc7\x85\xac\x7d\x62\x91\xec\xf6\x31\x62\xfe\x9b\x7d\x67\x17\x1e\x2a\x8d\x3d\x89\x36\xbc\x6e\x8e\x09\x1f\xa6\xda\xf6\x37\xcc\x67\x43\xe7\xf4\xc5\x9f\xdb\x5f\xef\xa3\x9c\x10\xea\x44\x65\x97\xb1\xb0\xe9\x54\x1e\x49\xc0\x60\x32\x57\x74\x25\x83\xf0\xab\x1b\x8f\xcb\x34\xc5\x02\xa3\x23\x1f\xda\x68\x01\x62\x6a\x5d\x32\xaa\xc4\x4e\x1b\x8c\x21\xbe\x07\x27\x48\xda\xd0\x3c\xc5\xe2\x6e\x04\x77\x44\xec\xc8\x3f\xe4\x5a\x3d\x3d\x7b\x7f\xf5\xfa\xf2\xfd\xf1\xf9\x54\xaf\x51\x5a\x78\xb7\x5b\x41\x35\x1f\xb4\x3e\x79\x59\x26\xdc\x86\x38\x5e\xed\x0c\x3e\xfc\x10\xe9\x7a\x1b\x8d\x0f\x3f\xf8\xa5\xee\xe3\x9c\x16\x8c\x64\xc3\x56\x4a\x70\xd9\x03\x75\xfe\x50\x75\xcf\x44\xe5\x45\x2d\x70\x3e\x68\x71\xcc\xe7\x66\xbd\x7e\xf8\xad\x83\xeb\xf6\x89\x1e\x34\x4f\x09\x2f\x73\xbc\x3a\xdc\xb8\xa4\x3d\x5c\xa4\xcf\xe5\x85\x08\x06\x3a\x1d\x5a\x23\x0c\xb8\xa8\x66\x96\xce\xd6\xe9\xdc\x3d\x40\x2d\xad\xe6\x21\x69\x59\x9a\xd1\xf5\xe7\xd8\x1f\x2e\x28\x7c\x62\xa8\xd8\x85\xe7\xdf\xfc\xcb\xb8\x18\x62\x8d\x77\xee\x98\x1b\x00\x07\x07\xed\xaa\x11\xb9\x94\x42\xb1\x92\x35\xfc\xb2\xde\x8f\x2d\xad\x2d\x98\xa3\x5a\x33\x40\xf0\x6b\x85\x73\xa5\xeb\x78\x74\xd2\xa2\x20\x25\x26\x20\xda\x3e\xe6\xb4\xf8\x12\xdf\xe9\x13\xe3\xad\x43\xd6\xe6\x19\x3c\xdf\x5f\x06\x13\x43\x4f\x22\x1d\xd0\x22\x49\xd8\xf5\x3c\x52\xa2\xfa\xb2\x2f\xf0\xc3\xa0\xb5\x42\x21\xc2\x37\x51\x56\x89\xc6\x5b\xf8\x5d\x74\x4e\xb3\x20\x84\x7e\x1e\xaa\x9d\xcc\x8b\xfd\x17\x9b\x8c\x60\xb7\xb8\xb1\x3f\x87\x46\x13\x19\x1a\x99\x1d\x17\x3f\x0f\x98\x28\xc8\x8b\x94\x68\xde\x99\x08\x9b\x96\xff\x6c\x23\x21\xb0\x01\xc0\xb0\x23\x0f\x93\x06\x1b\xee\x1b\xee\x9f\x3c\xb1\x8e\xe1\x27\xc8\x3f\x2d\xa9\xd2\x56\x34\x4e\x63\xef\xa0\xe4\x44\xbf\x8f\x9d\x98\xfe\x1d\xa7\xf9\x36\x39\x3b\xd7\x60\x15\x0d\x25\x59\x7f\x1c\xad\x0e\x29\xbc\x3a\xb9\x40\xe6\xb4\x28\x0f\x77\xbf\x7b\x68\x5b\x24\xe5\xa4\xde\xfc\x8e\xae\x4e\x2e\x5e\x05\xd1\x1b\xb5\x07\x55\x24\xa5\x0a\xbd\xa8\x6b\x58\xa7\x70\xf0\xd6\x00\x50\x6e\x10\x75\x8e\xb5\xbf\x48\xf7\xd7\xfa\xa0\x5e\x80\xf6\x2f\x7b\x68\x1b\x8c\x3b\x5b\x6d\xd9\x9b\xaa\xae\x97\x3b\xd8\x85\xa3\xd6\xa3\x22\x90\x4c\x85\xda\x03\x6e\x4c\x8a\xf5\x7b\x83\x44\xfc\x38\x0d\xfa\x23\x4c\xfd\x51\x3c\x03\x8b\x67\x6b\x0c\x0c\x67\x46\x88\xe8\xda\xb3\x46\xa7\x90\x18\x7b\xca\x5a\xfb\x5c\xb7\x75\x30\x8a\xe0\x17\xc2\xe8\xcb\xda\x9a\xff\x7a\x43\x51\x6f\x61\xff\xac\xf1\x08\xde\x68\x20\xdd\x19\x72\x74\xc2\x51\x25\x60\x62\xd1\x21\xb1\xf5\x03\xe9\x44\x44\x7f\x8a\x2c\x6a\x59\x12\xd6\x91\xf3\x75\x61\xc8\x19\x76\xc9\x5a\x98\xeb\xc7\xd5\x83\xbb\x72\xd7\xf9\xd6\xac\x8f\xa7\xbd\x92\xbd\x4a\x5d\xc9\xfe\xf1\xb4\x5b\xb2\x57\xa9\xa6\x66\x5d\xc3\xa3\x66\xf3\xb6\x93\x9a\xf1\x22\xdd\x5f\x37\x96\xec\x4d\xd5\x2f\x2c\xd9\xff\x3c\xd1\xde\x1a\x04\x39\x3c\x8f\x16\xcb\x1b\x40\xfb\xfa\x44\xea\xe7\x23\x41\x2d\x0e\x1f\x43\x87\xa8\x28\xb3\x59\x51\xb8\xd7\x81\x40\x94\x5d\xd6\x85\xda\xc2\xec\xb3\xcb\xc2\x3f\x6b\xf6\x86\xe7\x3f\x0d\xb9\x6c\xfa\xe1\x14\x54\x40\xac\x4a\xf1\x36\xaf\xf5\x74\xde\x58\xba\x19\x94\x20\x88\x8e\xf0\x32\x59\x86\x75\xa5\xb6\x32\x1f\xf8\xba\x52\x77\x47\xa3\xa4\x5b\xcf\x1e\x27\xa8\x5b\x06\x19\xae\x3b\xb2\x5e\xb7\xd9\xdd\x89\x7d\x57\xac\xde\x15\xfb\x8e\xdc\xcd\x63\x3c\xd8\x3d\xd8\x51\x5a\x0b\x52\xb0\xdd\xed\x0a\xd2\x6f\xed\x8b\x63\xdb\xcd\x66\xc7\x89\x02\x4e\x73\x62\xee\x37\x83\xa2\xb7\x42\x4e\x49\x7d\x7a\x4b\xe7\x64\xde\x10\xc6\x07\x93\x3f\x61\xf8\xf1\xf2\x4c\xc3\x88\xfa\xee\x7a\x61\x34\x7c\x6b\xf1\xa8\x33\xe5\x6c\x08\xe1\xcc\xf8\x35\x14\x7b\x2b\x08\x6e\x6a\x9d\x0d\x81\x4c\xf4\x8a\xeb\x00\x71\x73\xf1\x04\x43\x63\x8e\x87\xa1\xe0\xd9\x19\x3d\xdb\x45\x63\x34\x63\x80\xaf\x0f\xa3\x76\x3d\x9f\xc5\x37\xd8\x55\xff\x01\x1b\xf5\xcf\xb0\x55\x6f\x7f\xfb\x14\x64\x29\x3f\xf9\x70\x39\xa9\x53\x78\xa8\x5c\x09\xd6\x37\xb5\x24\x49\x46\x20\xbf\xc6\xf9\xf5\x12\x17\xca\x47\x65\xdc\x92\xc6\xf7\x34\x4c\x28\xe3\x43\x5a\x42\x31\xf4\xad\x3e\x4d\x7e\x54\x57\xa4\x78\x92\x44\xc9\x5c\x6a\xe6\xff\x09\x65\x3c\xa0\xf4\x16\x92\x2f\xd1\x05\x83\xb9\x3a\xa9\x85\x96\x20\x32\x9a\x72\x54\x00\xa4\x1c\xe1\x26\x95\x13\x2d\xb5\x08\xc3\x45\x8a\x52\x32\x9f\x03\x83\x42\xa0\x4b\xed\xee\x90\x33\x4d\x03\x24\x73\xb4\x53\x33\xbd\x06\x86\x8e\xd0\xd3\x0f\x17\x57\x67\x1f\xde\x4f\x9e\xee\x3a\x32\xa1\x95\x96\xea\xa9\x36\x0f\x0c\x4f\xb4\x8f\x6d\xa8\x82\x59\xcd\x9c\x3a\xa8\xbb\xa2\xba\xa1\x3e\xe9\x2f\xcd\xa9\x2c\x87\xaf\xfc\x82\x27\x0c\x52\x28\x04\xc1\x3a\x76\x7b\xc3\x86\x9d\x5a\xb1\xd6\x7d\xa0\x4f\x0f\x23\x8c\xb1\x61\x43\xef\x34\xcd\x63\x8d\x98\x4f\x7e\x1f\x37\x04\x6b\xc4\x7c\x0c\x6c\xb3\x02\x3c\x04\xec\x3b\x7c\x37\x3c\x5e\x40\x00\xf0\x1d\xbe\x3b\x5e\xc0\x3a\x50\x27\xda\xa8\x39\xbc\x5a\x95\x70\xa0\x53\xdf\x95\x39\x26\x05\x4a\x32\xcc\x38\x88\xa3\x8f\x57\x6f\x86\xdf\x6f\x04\xe2\x5c\x65\x8c\x3b\x40\xfb\x4e\xe9\xda\xed\x66\xcd\x8e\x8e\xf9\xec\x1f\x3e\xfb\x3a\xf8\xac\x25\x13\x7d\xd5\x49\xef\x42\x86\xb5\xa5\x33\xaa\x40\xdd\x12\x91\xd9\x92\x58\xc5\x91\x84\xf2\xcf\x86\x8f\x04\xfa\x90\xbd\xa5\xe4\x0d\x61\xed\xc8\xe7\x26\x2c\x66\x34\x81\x84\xb6\x34\xe4\xaf\x3e\xa4\xb5\x39\x7a\x16\x09\xaa\xff\x63\xdd\xf9\x9f\x3e\xa9\xd3\xe7\x7f\x5a\xd0\xe9\xd7\xd6\xf5\xe8\x36\x53\x47\xfc\xfd\x85\x23\x45\xff\x54\x2a\x7f\x15\x11\x9d\x5f\x1f\x05\xd6\xc7\x60\x6e\x14\x55\xa3\x44\xb1\x26\x15\xa2\x1d\xd1\x4b\x4e\xf8\xa9\x4d\x0e\xd2\x19\xff\x55\x67\xf1\x21\xe6\x12\x01\x13\x51\x77\x75\x3e\x41\xbc\x20\xd6\xda\x54\x1f\x3b\xa8\x71\x50\x19\xf5\xf4\x38\x02\x43\xcb\x8a\x0b\x84\xf3\x5b\xbc\xe2\x3a\x8b\x5b\x60\x50\x04\x3d\x91\xf6\xbc\x6c\x25\x93\xf7\x67\x0d\x04\x93\x75\x83\xab\x44\x13\xb4\x62\x09\x20\x95\xf9\x7f\x4e\x25\x4a\x44\x8c\x42\x1c\xc2\x48\x42\x33\xd0\x93\xc9\xf9\x09\x30\x41\xe6\xea\x4c\xc8\xee\x1f\xbb\x36\x7c\xee\xf8\x60\xf4\xe5\x02\xe6\xff\x7c\x49\xac\x12\x3a\xb4\xbb\xa2\xb2\xa8\xa3\xfb\x7b\x95\x75\xfd\x41\xe2\xe4\x9f\x01\xf9\xd3\x06\xe4\x0b\xae\xa3\x0f\x98\xf9\x7f\xbf\x73\x12\x7f\x13\x76\x09\xe6\xef\xc3\x87\xf4\x2f\x7f\x40\xe3\x6f\x32\x90\xeb\xb4\x1a\xa5\x2a\x24\x74\xb9\x84\x42\xa0\x8b\xd7\xef\x10\xcf\xb0\x73\x23\x50\x7d\x67\x51\x22\x4c\x48\x38\xb7\x0a\xc8\x42\x6a\x05\xea\x54\xa7\x1f\x22\x87\x8b\xd4\x49\x8b\xd9\x5c\xee\x67\x5b\xdc\xb2\xcd\x1c\x38\x9b\x45\x35\xe2\xb0\x3c\xc9\x20\xb9\xe6\xd5\xd2\xd3\xbb\x78\x3e\x4d\x1a\x1e\x43\x5d\x8f\x0f\xcc\xe1\x4a\x8f\x26\x01\x34\x95\x82\xe9\xf1\xd0\xfa\xe6\xc5\x9b\x2a\xcf\x4f\x32\x4c\x0a\x77\x82\x04\xfd\xb2\x37\x4c\xf5\xf5\xcf\xc7\x24\x06\xb5\xd5\x41\x2e\x70\x99\xf7\x45\xc9\x05\x8e\x63\xb7\xce\xf4\x06\x18\x99\xc7\x89\xd2\xed\x6c\x46\x9d\x47\x34\xe2\xf4\x39\xae\x44\x76\x75\x3e\x51\x3e\x90\xe0\x40\x89\x7b\xb4\xc5\x29\x15\x39\xfc\xf3\x62\xff\xdb\xa8\xd4\x5a\xdf\xbc\x43\x3c\xd9\xc6\xe8\xe4\xf8\x0d\xc9\xe1\x3d\x5e\x42\x80\x4c\x8c\x55\xc3\xca\x17\xb0\x9c\xbc\x3d\x6e\xb1\xac\x8e\x75\xec\xe5\xdc\x1e\xa0\x0d\x46\xad\xd1\xd5\x03\x64\x1a\xe8\x18\xdd\x1e\xc8\x3f\xaa\xea\xfa\x42\x9e\x2e\xd8\x29\x94\x22\xeb\x00\xdd\x0b\x5b\xa7\x79\x20\xb4\x38\x55\x10\x36\x9a\x2b\x21\x10\x35\xdc\x17\x78\xe1\xcd\x16\x27\x37\xd4\x8b\x7f\x7f\x87\x5e\xfc\xfb\x25\x3a\xea\xc3\xa4\x06\xb2\xb1\x44\xdc\x6c\xb1\x0b\xb2\xa1\xa1\x20\xcd\x59\xdf\x13\x88\x94\x3a\x09\xda\xba\xf4\x2c\x1d\xc8\x74\x9e\xc9\x72\xdb\x79\xd8\x71\xaa\x87\xa4\xd5\xb0\x2d\x6d\x90\x5a\xc3\x2d\x8e\x2b\x91\x5d\xb8\x55\xe4\x68\xf5\x64\xe4\x88\xd3\xa0\xce\x4e\x71\xa9\x3d\x65\xa3\xe3\xb2\xbc\xa4\x54\xb8\x1c\xa3\x5c\x27\x15\x23\xe8\x08\x8d\x77\x03\xdf\xa9\x11\x20\xdf\xee\x7f\xa3\x90\xea\x02\xe7\x0d\xce\x06\x3c\xd3\xf4\x2e\xe6\xd5\x3d\xf2\x09\xb0\xa9\x43\x77\x0b\x15\x8b\xbb\xa9\xac\x66\x13\xa7\xda\x0b\x1b\xe9\x0d\x30\xa6\x52\xc8\xd6\xd7\x81\xd8\xc5\xb9\xc4\xca\x9f\x64\x2a\xec\x05\x00\x45\x06\x0c\xe6\x94\x81\x9b\xd3\x1d\xee\xca\x9c\x24\x44\xe4\x2b\x9d\xce\x5e\x1f\x0b\x33\x69\x23\xf0\x02\x13\xb9\xed\x37\xc9\x5d\x32\x88\x35\x13\xb4\xc2\x80\x57\x4b\x50\xf9\x6b\x33\xcc\xcd\x31\x40\x95\x1c\xdc\x1c\x37\x93\xcd\xcc\x29\x0b\x9a\xb2\x8d\x9c\x57\x58\x67\xad\x25\xc9\x75\x9d\xf6\xb6\xce\x2e\xee\xb5\xd5\x6d\x9a\xb1\x19\x53\x6c\xce\x1b\x25\x50\x5b\x7a\x5c\xad\x79\xa9\x38\xa7\x86\x09\x37\x08\x84\x1e\x44\xbd\xea\x2a\x6b\x9c\x75\xdb\xcd\x68\xaa\x97\xd3\x56\xd8\x7f\x87\xb7\x58\x3d\xbe\x7b\x46\x65\xea\x88\x79\x7c\x6b\xd6\x7d\x7d\xa7\xb9\x47\x49\x3f\xed\x7f\x88\x7b\x6b\x8d\x17\x31\x78\xbc\x69\x10\x87\xb5\x39\xee\x11\xcf\xbd\x7a\x1e\xec\xbe\x37\xd0\x26\x3a\xf1\x7a\xf0\x44\x32\xab\x6f\x74\xaa\xa2\xaf\x2d\x75\xf7\x47\xe4\xe9\x26\x8f\xb9\x2d\xe4\x91\xc4\x39\x77\xba\x53\x1f\x55\x6e\xf2\x60\x3f\x96\x60\x75\x0b\xef\xdc\xc1\x0e\x1c\xc9\x0f\x1a\x01\xc9\x8a\x6f\xcc\xdd\xa8\xf5\x33\xd0\x0e\x75\x7b\xf0\xb3\x39\xcc\xf9\x20\x66\x35\xb9\xaf\xed\xd1\xed\x4d\x8e\x45\x34\x88\x49\x08\x75\xf6\xec\x1a\x44\xf7\x70\xb5\x1b\x7b\x40\xa0\xc3\xc3\x90\xe8\x1e\xbc\x5e\xc6\xf4\x2e\xf8\xaa\x9f\xe7\xe1\xf1\x1f\x37\xd5\x65\x73\x5c\x5c\x3f\xe1\xe1\xa8\x88\x50\xaa\xef\x96\x0b\xcb\xf6\x9d\xd1\x19\x78\x74\x55\x5b\xea\xd1\x2b\x9a\xae\xcc\x6e\x35\x7a\x98\x84\x70\xa5\x14\x46\x6f\x91\x6c\x60\x75\x5c\x32\x19\xc3\x2c\x7a\x61\xa5\x87\x58\xef\x8d\x95\x6b\xc6\x60\x0b\x5d\x60\xae\x17\x2b\xb8\x13\x0c\x27\x6a\x83\xab\x95\x65\x57\x97\x37\xe9\xd8\xe5\xb2\x6c\xf3\xaa\xb3\x48\xef\x1f\xbf\xf7\x68\x60\x74\xee\x3b\x30\xe7\xf2\xdd\x15\xad\x6f\xd9\x5a\xc7\xb5\x9c\xe7\x43\xdd\x99\xa1\xec\x8c\x2d\xb7\xed\x6c\x58\xf4\xc5\x5e\x7a\x4b\xba\xc9\x99\xa3\xbe\x36\xdc\xad\xa4\xdb\x86\x7e\xbf\x46\xfe\x38\x70\x78\x35\xfb\x05\x12\x31\x4c\x0b\x1f\x0e\x9f\xa6\x51\x4e\x8f\x43\x21\x9c\x57\xc0\x14\x10\x0f\x0a\x69\x41\xe9\xe0\x0d\xa5\x66\x98\x8b\x75\xba\x25\x8c\x14\xea\xf1\xf5\x40\xc5\x49\x19\x00\x1b\xea\x95\xde\x19\xed\x32\xaa\x36\x6e\x74\x08\xba\x29\xa8\xcf\xee\x59\x6d\xc6\xbb\x73\xbf\xef\x3e\xfe\xa6\xb3\xce\xdb\xd1\xbb\x20\x4a\x1d\x35\xe7\x94\x36\x3a\xc0\xfc\xa0\xab\xf7\xfd\xaa\xba\x82\x07\xe0\xa0\x80\x5b\xf7\x36\x7e\xfb\xc8\x4f\x92\x25\x74\xcc\xd5\xce\x60\x49\x53\x18\xec\x05\xd2\x2c\xd2\xad\x48\xdb\x21\x28\x2e\x28\xc3\x0b\x50\x37\x3b\x4b\x90\xb7\x78\x3e\x35\xef\x36\xa8\x8d\x75\x7a\xc1\xa9\x3d\xa2\xa8\xee\x69\x1c\xec\xa1\x4f\x68\x50\xdf\x66\x29\xa1\xaa\x1f\xbf\x70\x5a\xc8\x1f\xb8\x94\x7a\xba\x42\x5a\xbf\x43\xf7\xeb\x5b\x82\x1b\x09\x3f\xa7\x0b\x7d\xa3\xe4\x60\x4f\x9d\x83\xfe\xe9\xf8\xf2\x7d\x84\x5e\xe1\x6a\xed\x92\xe6\x14\x66\x55\x2b\xb2\x30\xd6\x62\x2a\x0b\x0e\xf6\x90\x60\x15\x3c\x04\x3f\xbb\x40\x61\xb6\xa8\x96\x50\x08\xfe\x3b\x60\xc8\xa5\xe2\x77\x54\x37\x6b\xe4\xc6\x10\x18\xfc\x3a\x15\xf5\xbd\xad\x0f\xa8\xc6\x37\xa9\xd6\x21\x94\x90\xb7\x75\x67\x55\x0e\x52\x4c\x79\x29\x1c\xdd\xf1\xd3\xf7\xc6\xa6\x97\x55\x0e\x13\x10\xad\x33\xa8\x31\xfc\xcc\xad\xb4\x06\xb4\x9d\x38\xb6\xa5\xe8\x34\xe9\xc7\x35\x9a\x39\xd3\x45\xf2\xb5\x5c\x79\x2f\x75\x03\x13\xc1\x48\xb1\x30\x99\x34\xd7\xa1\x8a\xd3\xd4\xe2\x39\xe5\xaa\xa2\x44\xf7\xf9\xfe\xfe\xfe\xfe\x54\x2d\xe7\xfa\xab\x9c\x62\x5d\x73\xbf\xdd\x36\xba\x8f\x4c\xb0\x9e\x1e\x4a\xa4\xe0\x0e\x92\xce\x13\xc4\xf2\x31\x17\x55\x37\x37\xb7\x3f\x5a\x58\x22\x47\x58\x3e\x58\x56\x3e\x0a\x77\xa5\x81\xfd\x25\x31\x8f\xab\x30\x72\xce\xaf\xe9\xc7\x17\x5a\x3b\xbf\x0a\x92\x75\x13\x0a\xf9\xae\xe3\xcd\x8e\x4f\xd8\xa7\x2b\xcb\x71\x7f\x93\x5d\xe3\x17\xd1\x6c\x76\x70\x91\xa2\x9d\xf5\x4e\xca\x5d\x27\x65\xd8\xe4\x6a\xd2\xd2\xba\x95\xe1\xd0\xdc\xf5\x76\xa4\xe3\xca\x43\xfb\x61\x2b\x94\xb3\xe3\x19\x48\x09\x92\x88\xe1\x15\xc3\x05\x2f\x29\x13\xc3\x09\x24\x15\x23\x62\x75\x80\x96\xf8\x6e\x88\x17\x70\xe4\xa5\x30\x9b\x5c\x4d\xea\x00\xe0\xc0\xe1\x27\xbf\x9d\xe9\x3b\xb1\x27\xd5\x2c\xa5\x4b\x4c\x74\xbe\x66\x7b\x53\xf6\xa4\x9a\x9d\xea\xb7\x41\x94\x95\x07\xe2\xc2\xf8\xe4\x64\xc5\x52\xff\x5d\x17\x0f\x36\x70\x9d\xb4\xef\xd2\x3f\x1b\x3e\xa7\x0b\x6e\x4e\xa7\x3f\x24\xc1\x47\xd7\xbe\x38\xbc\x4f\x27\x54\x50\x3e\x6a\x0f\xeb\x59\x71\x59\x27\x65\x5d\x7b\x83\x8b\x8f\x7e\x4d\xa2\x76\x56\x94\xb0\xb1\x1f\x05\x7f\xa3\x64\xdf\x0f\xa0\xfc\xd3\xd1\xf4\x27\x8d\x74\xe4\xe6\x9e\x17\x6f\xc1\x09\x60\x1c\xb6\xbd\xce\x91\x9d\xc7\xd7\x61\xe0\x94\xfd\x90\x8b\xe2\xc1\x11\xda\x59\x80\x30\x87\x63\xce\x0a\x9d\x17\xc1\x33\xe2\x8f\xcc\x47\xd7\x66\x60\xd2\x51\x07\x20\xc7\xcf\x14\xd0\xd1\x3b\x10\x58\xa5\x0e\x91\x1a\xb1\xe2\x6f\xb9\xc9\xb6\x60\x96\xf6\xab\xe7\x4f\xae\xe9\x53\xf8\x27\x7d\x06\x06\x53\xef\xe4\x5a\xc0\xe1\xaa\x9e\x7b\x9a\xc7\xad\x27\x95\x80\x8e\x2a\xee\xd9\x1d\xb7\x8a\x39\xe5\x13\x25\xdb\xf8\x59\x9d\x33\x18\x09\x8a\x74\xa8\x42\x82\x0b\x34\x03\x84\x93\x8c\xc0\x8d\xce\x2a\x97\xd8\x3b\x72\x9b\x8b\xa5\x18\xca\xf0\x8d\x7c\x8d\xd1\x64\x72\x8e\x5c\xd7\xaf\x93\x6a\x4f\x9b\xd2\x21\x1a\x11\xd8\x70\xfa\x0e\x65\x11\x87\xc7\x1b\xca\x12\x98\x4c\xce\x6b\xe3\xd5\x03\x84\x69\x0b\x98\x03\x67\xb7\xc3\xa6\xa1\x00\x37\x79\xd6\xcf\x0a\xfb\xd7\x39\xe1\x22\x64\x50\x39\x2f\xdf\x53\x75\x35\x8e\x86\x5a\x3b\xa3\x5a\xd0\xb7\x10\x14\x3a\xf8\x40\x5d\x3a\x5a\x58\x62\x70\x62\x4f\xd4\x98\xc7\x1c\xac\x09\x6e\xe1\x0c\xe5\x3c\x8a\xec\x86\xa2\xc2\xa6\x55\x6b\x0b\x55\xdc\xb9\x1a\x49\x65\xe6\xab\x17\x71\xec\x1c\xf9\xb1\x67\xbd\x34\x2c\x72\x03\x31\x04\x3e\x43\x9e\x4e\xfb\x78\x8e\xd4\x7f\xa1\xa3\x75\x19\x34\xed\xb9\x2a\x95\x73\x74\x7d\xca\xce\x56\x7b\xd6\x57\xff\xef\x7f\x1d\x46\x97\xfc\x88\xb1\x15\x6d\x9e\xdf\xb3\xc6\xce\xbf\xe8\xb1\xdb\xf4\x8a\x1e\xac\x69\xc4\xdf\xae\x5f\x43\xde\xd1\x94\x9b\xc5\x3e\x04\xb3\x74\x3e\xd5\x57\x13\x45\x3e\xea\xdd\xca\x54\x5d\x59\xe5\xdc\x13\xe6\x94\x70\xff\x1e\x49\x59\xd0\x99\xcf\xa7\x41\xec\xc3\x4f\xc7\x93\x8b\x13\xca\x40\xed\x72\x7a\x70\xeb\x68\x9e\xde\x62\x5e\x0e\x9d\x72\xc3\xc4\xe6\x75\x1c\xae\x45\xe7\xa1\x44\xdd\xe0\x2e\x06\xbf\xc2\x86\x77\x32\xb8\x15\xa5\x2c\xf8\x1d\x57\x2b\xc4\x84\x46\x2c\x42\x05\x3d\x4c\x9d\x7d\x84\x88\x74\x7d\xe9\x6d\xd9\xd8\xe3\xa3\x46\x4d\x6e\xaf\x1a\x6e\x93\x0c\xb4\x12\x19\x14\xc2\xd8\x9c\x7c\x65\xce\xf5\x4a\x37\xcd\xb8\x6d\x1c\x76\x56\x90\xaa\x91\x7c\xa7\x4a\x4f\xf5\xed\x4d\xcd\xd5\x33\xe6\x06\x36\x10\xe6\x4b\x00\x27\x4d\x5b\x9e\x98\x09\x88\xe1\x89\x81\xe2\x80\x0c\x59\x70\x58\x67\xbb\x48\xef\xf6\xd0\x76\x4e\xf4\x35\x01\x75\x30\x82\x3d\x85\x6f\x0f\x5b\xf5\xf1\x9b\xae\xdd\x7a\x3f\x7c\xb8\xec\x88\xdb\x92\x27\x64\x51\x90\x42\x5b\x94\xbd\x5a\xae\x14\xdf\x7f\xae\x43\x0b\xea\x1e\xc8\x5a\xb2\xce\x06\x40\x1f\x92\x34\xb0\x86\xf6\x0a\x73\x92\x9c\x92\x05\x70\xa1\x01\xca\x19\xdf\x4e\x0b\xd6\xc4\x4d\x76\xd6\xd4\x17\x77\xcd\xe4\xdb\x41\x6b\xa3\x20\x87\x50\x7d\x0a\x2c\xb5\x21\x90\x4b\xc0\xf9\xb2\xad\xa8\x35\xf5\xa7\x15\xd7\xa6\x16\x40\xbd\x80\xde\x90\x3c\xee\x27\x8a\xe5\x29\x94\xd0\x53\x55\xf7\x77\xa0\xa7\x01\xfc\x6e\xfc\x36\xf0\xca\x48\x00\x94\x91\xdf\x34\x27\x0f\xda\xae\xba\x87\x70\xec\xf8\x99\x1c\x59\xa9\x6b\xd6\x73\xa3\x56\xd8\xb1\x7b\x37\x48\x73\x1f\xc8\x1e\x4a\x18\xc8\x0f\xde\x0d\x20\x4e\x4b\xfa\x5a\x13\x5e\x4f\xc5\xfa\xc2\x8e\xde\x09\x68\x23\x96\x54\x41\x65\xf4\xd4\x50\xba\xe0\x77\x6f\xb1\x42\x26\x6f\x4e\x77\xab\x3f\x3b\x52\xdf\xf9\xb9\xe4\x74\x0a\xb9\x1e\x74\xd7\x48\xfb\x76\x74\x93\xd6\x76\x46\x1f\x2f\xcf\xe3\x66\x8a\x8a\x11\xf4\xff\x9e\xb9\xde\xa1\x9e\xd5\x28\x08\x75\x32\xb0\xeb\xec\x12\xd1\xaf\x31\x31\xb1\x51\xb7\x36\xce\xf5\xf8\xd5\xfa\x94\x83\x76\x3f\x8f\x7f\x59\x5f\x24\xb3\xaa\x13\x74\x57\x1c\xb4\x05\x01\x61\xae\xa3\x4f\x04\xad\x53\x2c\xed\xa1\x59\x25\x4c\x12\xcf\x26\xd8\xab\x63\x63\x17\xe5\x20\x6b\x16\xf8\x51\x36\xd1\x62\xa1\x96\x94\xe8\x08\x7f\xf1\xc7\xc8\x83\x19\x1d\xa2\x8d\x22\x28\x3a\xda\x0a\x34\xf9\x3f\xc2\x69\x6f\x82\xc9\xd6\xd0\xf0\x1f\x77\xfd\x5f\xdc\x5d\xbf\x85\xd4\x96\x01\xdd\xc2\x8c\xd3\xe4\x5a\xdf\x4b\x60\x2f\xba\xeb\x47\xa3\xe3\xf9\x58\x2e\x18\xf6\x92\xe3\xe8\x50\xad\x4a\xbf\x8f\xee\xbd\x9c\x05\xc5\x36\x3e\x8a\x1b\xc9\x37\xc5\xa2\x01\xe4\x34\x15\x6d\xe7\xad\x7f\xb1\xac\x4b\xaf\x07\xc6\x38\xf5\xb7\xbf\xdd\x10\xb6\x93\x16\x1b\x45\xe2\xfd\x3c\x94\xda\xd2\xf0\xec\xc2\x6f\xd1\xbd\xb9\xad\x77\x83\xbb\xe6\xce\xfe\x9e\x76\xeb\xe2\xf2\xaf\xba\xdd\xd8\xcd\xfa\x8f\xa3\x65\x57\x0b\x7d\x3d\xdb\x64\xfa\xba\x70\x1d\x89\xda\x2b\x45\x7b\x81\xa8\xa3\x4a\x06\x88\x8a\x18\x2b\x69\x28\x59\xfa\xeb\x33\x2a\xa8\x5b\xbf\x3f\x40\xd3\x1d\x3d\xb5\xf8\x1f\xa7\xa9\x8d\x5e\xfc\xc8\x88\x7f\x25\x73\x0f\x02\xd1\x80\xd3\x4d\x22\xf0\xd6\xc0\x8d\x86\x9e\x46\x3b\xd6\xb5\x22\x51\x83\x59\xc8\x02\x1b\xf7\xc8\x67\x1c\xbb\xd1\xf3\xf8\xbb\x26\xa1\xfb\xd6\x99\xfd\x01\x6e\x4b\x22\xc8\x42\x2e\x88\x6f\xaf\xae\x2e\xe8\xdd\x0a\xfd\x58\xe5\x05\x30\x3c\x23\x39\x11\xab\xa0\xb0\x35\xb1\xdd\xde\xde\x8e\xf4\x1d\x1d\x09\x5d\x8e\x67\x39\x5d\x8c\x0d\x1c\x52\x2c\x86\x22\x83\xa1\xba\xba\xf8\x6e\x35\xbc\x71\xa1\x0d\x6f\x89\xc8\xcc\x9d\x20\xfd\x5d\xd6\x27\xfe\x5a\x4f\x2b\xf2\xb9\xbe\x73\xc6\x3a\xdf\x04\x55\xc0\x08\xd8\xeb\x5d\x3a\x76\x09\xd7\x7b\x68\xfb\xa6\x3e\xc5\xda\x93\xbe\x2d\x8a\x9e\x14\xb2\xd7\xea\x8a\xe6\x08\x8e\xf2\xe3\x4d\x5c\x17\xea\x94\x7b\x46\x68\x46\x52\xfb\x39\xd5\x43\xd5\xd8\x08\xdf\x26\xd3\x1f\x8f\xcf\xcd\x22\xed\x81\x1b\x07\x3d\x81\x22\x5d\x03\x97\x01\x7e\x38\xdc\x4b\xc0\x3e\xdc\x08\xe0\xf5\x89\xdd\x63\xfb\x04\xf5\xef\xab\xba\x6a\x8b\xfc\x2e\xec\xce\x0d\x48\xd7\x1e\xc4\x55\xed\x7b\xe0\xf6\x9d\xf9\x79\xf1\x48\xc8\x75\xfc\x52\x27\x55\x62\x70\x4d\x00\x72\x40\x8f\x08\xf8\x78\x84\xb1\xfb\xa8\x68\xe3\x28\xcb\xd2\x6b\x02\x53\xed\x7c\x8e\xd6\x8c\xb2\xac\xac\xa4\x5d\xd3\x1d\x91\x91\x06\xae\xda\xc2\xc6\x9f\x4e\xb8\x7e\xe2\x72\xfb\x6c\xa1\xb3\x02\x25\x98\x03\xa2\x73\x64\x52\x20\x0a\xb6\x52\x02\xb9\x80\x3b\xe1\xdc\x0e\xaf\x1d\x44\x33\x7d\x1e\x46\xef\x94\x95\xab\xad\xd0\xf5\x22\xd8\x4a\x00\xb5\x1f\xb6\x0b\x5b\x25\xa4\xdf\xc3\x9d\xa8\xb5\xfd\x10\x7f\xff\x63\x73\x5e\x58\xb0\xd5\x7b\x5a\x9c\xa5\xb0\x2c\xa9\x08\x0f\xe9\x75\x60\x31\x15\x8c\x40\xc8\x8a\x11\x9a\xb9\x6d\x5e\xa9\x2a\x11\x87\xb8\xf2\x54\x6a\xaf\x14\x2d\xf2\x15\xba\xa5\xec\x9a\x5b\x8b\x8f\x89\x55\x44\x84\xab\xdd\x52\x42\x97\x25\x03\xce\x21\xed\xda\x97\x46\x4e\x57\xa5\xe9\x2b\xcc\x21\x62\xd6\xdc\x54\x05\x3d\x56\x59\x24\x87\x2a\x4d\xb2\x9d\x1e\xdd\x36\xad\x76\xf7\x8e\xd3\x14\xe1\x62\xe5\x26\xe4\xf3\x0f\x31\xeb\xf4\x57\xf1\x3e\x79\xaa\x76\x53\xc7\x39\x65\xb7\x66\x67\x69\x87\xda\x9a\xea\x63\x87\xf8\xd0\x67\xbc\x5c\xcd\xe2\xdd\xd1\xee\x03\xcd\x7e\xb7\x80\x30\x03\x24\x97\x98\xc6\x53\xad\x3d\x00\x82\x22\x6c\x3d\x9e\xd6\xc0\x61\x36\xdb\x7b\xaa\x5e\x9a\xfa\xd7\x08\xdb\x15\xbc\xcb\x57\x9d\x61\x7e\xc1\x60\x4e\xee\x3c\xab\xa8\x3e\x0a\x36\xd0\x0d\x85\xd9\x25\x87\x83\xf5\x66\x0e\xfd\x44\x32\x9d\x7e\x17\xfa\x6b\xfe\xd0\xf4\xa6\x7f\x91\xd4\xa4\x1b\xf1\x46\xa7\x05\xca\x0c\x57\xcc\x58\xa2\x44\xa4\x4e\xcc\xa0\x22\xe3\x3f\x63\xd4\x4a\x8c\x99\x28\x43\x3b\x9e\x37\xc2\x51\x22\xac\xbd\x53\x1d\x71\x1a\x18\x96\x1a\xec\x6e\x5a\x81\xce\xe7\x83\x76\xa8\x83\x5d\xcc\x4d\x48\x45\xe7\xd3\xa5\xd9\x78\x6d\x3c\x68\x13\xff\xd9\xda\x5c\x5b\xee\x8a\x6e\xe8\x91\xe8\xc0\x77\x0b\xbd\xa7\x08\xea\x2c\xed\xf8\x06\x93\x5c\xf9\x5e\x6d\x34\x4b\xec\x6c\xa9\xb1\x67\xb7\x66\xeb\x03\x5b\xae\x8f\x1d\xa7\x50\x10\x48\x47\xe8\x12\x30\xa7\x26\x67\x65\xdd\xe9\x53\xf5\x31\xac\xbd\x39\x0a\xfd\xd9\x37\x3a\x4e\x12\x77\x64\x1b\xf1\x93\x13\xe8\x3b\xfb\x90\xba\x79\x52\x9d\xfc\x4d\x72\x5a\xa5\xf5\x71\xa4\x26\xde\x44\xd2\xb1\xd2\xba\x50\x6f\x9e\xb1\xe8\xb1\x65\x5b\xf8\xed\xfa\x1b\x02\x83\x38\x83\xcf\x7c\x19\xd6\x83\xaf\x09\x74\x48\xa5\x5c\xdb\x41\x5a\x13\x9d\x0e\x53\x29\x79\x4a\x7a\xa9\xcb\x3a\x09\x47\x33\x90\x68\x2d\x69\x41\x04\x65\x90\x3a\x50\x54\xba\x4c\xa9\x18\x1a\x77\x2a\xe2\x74\x2e\x6e\xe5\x6a\xb8\x93\x93\x6b\x40\x7c\xc5\x53\xb2\xd8\x6d\xd3\xb0\xef\x8e\xb8\x2f\x41\xbb\x66\x0f\xdc\xec\x7f\xdf\x4b\x94\x74\x94\xe3\x59\x79\xf3\xa2\x8e\x92\x68\x79\x3a\x95\x11\xd5\x6e\x70\x37\x9c\x70\xf1\xec\x52\xc3\x4e\x07\x5e\x17\x5a\x2f\x3f\x2f\x5a\xf2\x6d\x88\x44\x73\xed\xd9\xc6\xec\xd6\x75\x11\x9d\x3f\x8d\x9b\xe4\xac\xf6\xcf\xff\x1f\x00\x00\xff\xff\x3d\x3d\x5e\x74\xe0\xb9\x00\x00") func etcNginxTemplateNginxTmplBytes() ([]byte, error) { return bindataRead( diff --git a/rootfs/etc/nginx/template/nginx.tmpl b/rootfs/etc/nginx/template/nginx.tmpl index c68d31179b..06e9c57863 100644 --- a/rootfs/etc/nginx/template/nginx.tmpl +++ b/rootfs/etc/nginx/template/nginx.tmpl @@ -273,6 +273,13 @@ http { '' $this_host; } + # Reverse proxies can detect if a client provides a X-Request-ID header, and pass it on to the backend server. + # If no such header is provided, it can provide a random value. + map $http_x_request_id $req_id { + default $http_x_request_id; + "" $request_id; + } + {{ if $cfg.ComputeFullForwardedFor }} # We can't use $proxy_add_x_forwarded_for because the realip module # replaces the remote_addr too soon