From bd1d7d1509e87c8ace6d8372cd1db7535ce06525 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 19 Aug 2015 20:36:19 +0800 Subject: [PATCH] Able to set SSH port when install, update Docker docs --- conf/locale/locale_en-US.ini | 2 ++ docker/README.md | 18 ++++++++---------- modules/auth/user_form.go | 1 + modules/bindata/bindata.go | 36 ++++++++++++++++++------------------ public/css/gogs.min.css | 2 +- public/less/_install.less | 5 +++-- routers/install.go | 8 ++++++++ templates/install.tmpl | 9 +++++++++ 8 files changed, 50 insertions(+), 31 deletions(-) diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index b2ccee5b5..bc6c65a8f 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -76,6 +76,8 @@ run_user = Run User run_user_helper = The user must have access to Repository Root Path and run Gogs. domain = Domain domain_helper = This affects SSH clone URLs. +ssh_port = SSH Port +ssh_port_helper = Port number which your SSH server is using, leave it empty to disable SSH feature. http_port = HTTP Port http_port_helper = Port number which application will listen on. app_url = Application URL diff --git a/docker/README.md b/docker/README.md index d7e41628f..aa458be50 100644 --- a/docker/README.md +++ b/docker/README.md @@ -35,21 +35,19 @@ Directory `/var/gogs` keeps Git repoistories and Gogs data: |-- log |-- templates -## SSH Support +## Settings -In order to support SSH, You need to change `SSH_PORT` in `/var/gogs/gogs/conf/app.ini`: +Most of settings are obvious and easy to understand, but there are some settings can be confusing by running Gogs inside Docker: -``` -[server] -SSH_PORT = 10022 -``` +- Repository Root Path: keep it as default value `/home/git/gogs-repositories` because `start.sh` already made a symbolic link for you. +- Run User: keep it as default value `git` because `start.sh` already setup a user with name `git`. +- Domain: fill in with Docker container IP(e.g. `192.168.99.100`). +- SSH Port: Use the exposed port from Docker container. For example, your SSH server listens on `22` inside Docker, but you expose it by `10022:22`, then use `10022` for this value. +- HTTP Port: Use the exposed port from Docker container. For example, your Gogs listens on `3000` inside Docker, but you expose it by `10080:3000`, then use `10080` for this value. +- Application URL: Use combination of **Domain** and **HTTP Port** values(e.g. `http://192.168.99.100:10080/`). Full documentation of settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html). -## Todo - -Install page need support set `SSH_PORT`. - ## Troubleshooting If you see the following error: diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 709271a92..4f00a7c22 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -24,6 +24,7 @@ type InstallForm struct { RepoRootPath string `binding:"Required"` RunUser string `binding:"Required"` Domain string `binding:"Required"` + SSHPort int HTTPPort string `binding:"Required"` AppUrl string `binding:"Required"` diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index c2f4276a7..1747f990a 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -132,7 +132,7 @@ func confAppIni() (*asset, error) { return a, nil } -var _confGitignoreAndroid = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x8e\xcd\x4a\x05\x31\x0c\x85\xf7\x7d\x8a\xc0\xdd\xa8\xc8\xcc\x3b\x88\x3f\x20\x0a\xae\xdc\x4a\xa6\xcd\xf4\x86\x09\x6d\x48\x3b\x17\x7d\x7b\xdb\x32\xdc\xbb\x09\x9c\x7e\x1f\x3d\xe7\x04\x4f\x3b\x4b\x05\x54\x15\xf6\x58\x39\x27\x58\x59\xa8\xb8\x87\x09\x75\x1b\xf7\xc7\xb9\x13\xbc\xf6\x47\x58\xb3\x41\x3d\x13\x3c\xa3\x5c\x78\x83\xef\xcf\x26\x04\xfa\xed\xc2\x3b\x5e\x10\xbc\x60\x29\xd7\x0f\x46\xea\xec\x8d\x12\x19\x56\x0a\x07\x5a\x38\xcd\x2e\x52\x3b\x1d\x1a\x06\xa1\x83\x4c\x71\xa4\xd9\x2d\x6d\x56\x18\xfc\x23\x7b\x14\xf0\x39\xad\x1c\x77\xbb\x4d\x84\xbb\x12\x36\x50\xac\xe7\x47\xa0\xea\xef\x9d\x74\x71\x52\xcb\x4a\x56\x99\x46\xf3\x97\xe5\xb8\xa3\xb5\xe2\x2c\x81\x0c\xe2\x75\xc9\xf2\x07\x2f\x5e\x58\x0b\x39\x3d\xa4\xf9\x3f\x00\x00\xff\xff\x00\x96\x67\x2c\x0e\x01\x00\x00") +var _confGitignoreAndroid = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x8e\x4d\x6a\xc4\x30\x0c\x85\xf7\x3a\x85\x60\x36\x6d\x29\xc9\x1d\x4a\x7f\xa0\xb4\xd0\x55\xb7\x45\xb1\x15\x8f\x88\x88\x85\xec\x0c\xed\xed\x1b\x9b\x30\xb3\x11\x3c\x7f\x1f\x7e\xef\x84\x4f\x9b\x68\x45\x32\x53\x09\x54\x25\xaf\x38\x8b\x72\x81\x87\x81\x6c\xe9\xf7\x07\xe0\x84\xaf\xed\x11\xe7\xec\x58\xcf\x8c\xcf\xa4\x17\x59\xf0\xfb\x73\x17\x22\xff\x36\xe1\x9d\x2e\x84\x41\xa9\x94\xeb\x07\x3d\x35\xf6\xc6\x2b\x3b\x55\x8e\x07\x9a\x64\x1d\x21\xf1\x7e\x1a\x74\x8a\xca\x07\x19\x52\x4f\x23\x4c\xfb\xac\xd8\xf9\x47\x0e\xa4\x18\xf2\x3a\x4b\xda\xfc\x36\x11\xef\x4a\x5c\xd0\xa8\x9e\x1f\x91\x6b\xb8\x07\x6d\xe2\x60\x9e\x8d\xbd\x0a\xf7\xe6\x2f\xcf\x69\x23\xdf\x8b\xb3\x46\x76\x4c\xd7\x25\xd3\x1f\xbe\x04\x15\x2b\x0c\x76\x48\x23\xfc\x07\x00\x00\xff\xff\x05\x61\xfb\x32\x0f\x01\x00\x00") func confGitignoreAndroidBytes() ([]byte, error) { return bindataRead( @@ -147,12 +147,12 @@ func confGitignoreAndroid() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Android", size: 270, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/Android", size: 271, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x24\x8d\x3d\x0e\xc2\x30\x0c\x85\xf7\x9c\xc2\x52\x17\xe8\x90\x53\xc0\x16\x89\x81\x81\x39\x3f\x46\x18\xa2\xba\x8a\x53\x51\x6e\x8f\x9d\x0e\xfe\x86\x4f\x7e\xef\x4d\x70\x4b\x6f\xcc\x1d\x9e\x54\x51\xdc\xec\x59\xef\xc3\xce\x4d\x10\x28\xb5\xd8\x68\xd8\x4a\x49\x19\x4d\xdf\x5f\xb1\x61\x01\x1e\x31\x81\x13\x2d\xd9\xc3\x83\x96\xc2\x5f\x81\x4b\x08\x72\xd6\xcf\x52\xab\x52\x78\xc0\xcf\x66\x7e\xd6\xa1\xf9\xeb\x8e\x79\xeb\x31\x1d\x73\xb8\xa3\x8d\x6e\xdd\xea\xd7\xf5\x1f\x00\x00\xff\xff\xca\x54\xa9\x22\x8f\x00\x00\x00") +var _confGitignoreC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x24\x8d\x3d\x0e\xc2\x30\x0c\x85\xf7\x9c\xc2\x52\x17\xe8\x90\x53\xc0\x16\x89\x81\x81\x39\x3f\x46\x18\xa2\xba\x8a\x53\x51\x6e\x8f\x9d\x0e\xfe\x86\x4f\x7e\xef\x4d\x70\x4b\x6f\xcc\x1d\x9e\x54\x51\xdc\xec\x59\xef\xc3\xce\x4d\x10\x28\xb5\xd8\x68\xd8\x4a\x49\x19\x4d\xdf\x5f\xb1\x61\x01\x1e\x31\x81\x13\x2d\xd9\xc3\x83\x96\xc2\x5f\x81\x4b\x08\x72\xd6\xcf\x52\xab\x52\x78\xc0\xcf\x66\x7e\xd6\xa1\xf9\xeb\x8e\x79\xeb\x31\x1d\x73\xb8\xa3\x8d\x6e\xdd\xea\xd7\xd5\xfd\x03\x00\x00\xff\xff\x69\x84\x44\x49\x90\x00\x00\x00") func confGitignoreCBytes() ([]byte, error) { return bindataRead( @@ -167,12 +167,12 @@ func confGitignoreC() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C", size: 143, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/C", size: 144, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreCSharp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x54\x4d\x6f\xe3\x36\x10\xbd\xf3\x57\x0c\xe0\xa2\xed\x6a\x13\x09\x28\x8a\x5e\x7a\x4a\x9c\xdd\x24\xc0\x36\x09\x6c\x6f\xb7\x80\x61\x18\x14\x39\x96\x18\x53\x24\xcb\x8f\xc4\xee\xa1\xbf\xbd\x43\x4a\x6e\xb2\xbb\xb9\x3c\x51\xc3\x99\xe1\xf0\xcd\xf0\xcd\xe0\x32\x29\x2d\xe1\xa3\xd5\x12\x7d\x80\x9f\x8f\x36\x81\xe0\x06\xf6\x88\x0e\x5a\x65\x40\xed\x80\x6c\x3f\x49\xd0\x6a\x8f\x67\x10\x2d\x84\x68\x3d\x82\xd4\x3a\x00\x37\x12\x9c\x6c\xc3\x3b\xb6\xbe\x6c\x37\xca\x34\x6c\x7d\x6f\x37\xed\x63\xc3\xd8\x0c\x86\x10\x31\x44\x28\xe0\x31\x24\x1d\x03\x5b\xd1\xcf\x62\x5a\xb3\xd9\x0c\x6e\x3b\x93\x93\xfd\xa9\x42\xe2\x1a\x96\x31\x49\x65\x29\x62\x70\xd6\x73\x7f\x84\x9d\xd2\x18\xce\xa0\x2d\x35\x4e\x39\xce\xf2\xa9\x39\xb6\x6c\x42\x87\x06\x3d\x8f\x28\xa1\x3d\x82\xb3\x2e\x69\xee\xbf\xc9\xc7\xa5\x3c\xb7\x26\xd4\xb9\xa8\xcf\x01\xfd\x79\x70\x28\xd4\x4e\x89\x31\x05\xab\xea\x90\x2c\x61\xa2\xbd\xfc\xa3\x4d\x2d\xad\x08\x91\xb2\xe6\x2a\x27\x8a\x4e\x57\x58\x5f\xc9\x0d\xb6\xa9\xa3\xbb\x2e\xfc\x06\x35\xf2\x80\x0d\x3b\xfc\xf6\x6b\xc3\xaa\xad\xaa\x05\xa1\xcb\x58\x2b\xbd\x27\x1c\x30\x72\xfa\xd8\xf6\x91\xd0\x89\x3e\xa3\x6c\x33\x76\xa2\xa0\x24\xf4\xc1\xe5\x83\xdb\x7c\x7c\xd4\x6d\x41\x55\x30\xfb\xc7\x21\xef\x6a\xdb\x11\x3e\x05\x17\x84\x28\x8b\x90\x17\x75\xe1\xa6\x94\x39\x5d\x7a\xfe\xfe\x3d\x75\x50\xf4\x38\xdd\x4e\xd1\xa1\x54\x5a\xcd\x5d\xbe\xa9\x11\x39\xbb\x75\x68\x82\xdc\xe5\x33\x09\x5f\x62\x27\xc2\x9c\xb7\x39\x36\x57\xe3\x02\x86\x30\x9e\x3b\xe2\x21\xbb\x5f\x27\x25\xb9\x11\x08\x17\x29\xda\x81\x47\x65\x0d\xac\xac\xd5\x7b\x15\xc9\xab\x73\xcb\xcc\x5d\x76\x5c\xe0\xb2\xe7\xde\xa1\x07\x45\xd3\x02\xf5\xdd\x87\x15\x08\x2b\x95\xe9\x4a\x57\x94\x61\xdb\xff\x5d\xaa\x1c\x70\x37\xf7\xc9\x14\x96\x8c\x28\xab\x8a\xd5\xd5\xb4\x22\x0a\x04\xd7\xf5\x61\xd0\xd9\xf3\xd6\x50\x87\x68\x08\x7b\x85\xd4\x1d\x9b\xa2\x4b\x11\x76\x65\x8e\xd9\xfa\x03\x6e\x0e\xce\xe7\xd2\xc9\xf3\xca\x8a\x07\x6f\x1f\x51\xc4\xb1\x0a\x6a\x6e\x1a\xd0\xc4\xb1\xee\x69\x80\xac\x3f\x55\xf4\xe2\xde\x14\x72\x7b\xd4\xae\x79\x6d\xbd\xc9\x86\xaa\xbe\x39\xac\xde\xb4\xce\xdf\xb0\xf6\xbd\x78\xd3\xba\x7f\xd3\xea\xbe\xb3\xde\xc4\x41\xff\xf2\x9d\xb5\x8f\x23\x15\x73\xad\xc4\xfe\xfc\x3e\x37\x44\x2a\x4f\xdb\xd6\x1f\x99\x4b\xad\x56\xa1\xcf\xfb\x0f\xe3\x12\xbe\x60\x0b\xf7\x85\x28\xe2\x77\x32\x9e\xe8\xbc\x4b\xd7\x18\xe1\x81\x8b\x3d\xef\xe8\x59\x5d\xbd\xe4\x99\x4c\xd9\xe9\x8b\x32\xd2\x3e\x07\xb8\xf8\x27\xd1\xab\x1d\xdf\xc5\x94\x50\x84\x03\x25\x2d\x84\xd5\x22\x48\xdc\xbd\xf6\x5f\x16\xc9\xe0\xce\xc1\x94\xed\x55\x9d\x17\xce\x9d\x4e\x2d\xb2\x71\x1f\x7b\x52\xa2\x49\x50\x26\x3d\x61\xe1\x6f\xfd\x95\x76\xac\x57\x71\x43\xbf\xe5\x05\x66\x4b\x45\x67\xcf\xf3\xd0\x33\xe2\x82\x5a\x7b\x99\x43\x97\x61\x13\x8f\x1a\xd7\x73\xb1\xb1\xae\xae\xd8\xbf\x3f\x64\x37\xd9\x0e\x52\xb3\xeb\x93\x6c\x6c\xe7\x56\x22\xcc\xa8\xf7\x24\x21\x3b\x9a\x82\xc5\xed\x45\xb3\x54\xfa\x09\xbd\x56\x5d\x1f\xf3\x63\xc8\x8c\x8f\x4a\x40\x85\x26\x07\x3f\x92\x18\x90\x42\xc5\x49\x82\x76\xde\x0e\x34\xd5\x86\x42\x62\x99\x6c\x03\x34\x86\xa7\xc0\xe2\x94\x75\x93\x83\xc1\x67\x1a\xce\x6f\x5f\x1b\x85\x05\x1a\xc4\xfa\x94\x7d\x4c\xca\x89\x30\x63\x23\xc5\x20\x55\x46\x1a\x88\x82\x93\x40\xc1\x33\x42\xcf\x9f\x10\x3a\x15\xe1\xf7\xf3\x77\x6c\xfb\xd9\x75\x9e\x4b\x5c\x94\x8a\xb6\x1f\x73\x70\xc3\xc6\x54\x55\xc3\xa6\xdd\x4f\xb6\xab\xea\xbf\xfe\xf8\xf4\x5f\x00\x00\x00\xff\xff\x11\x06\x4b\x7d\xf0\x05\x00\x00") +var _confGitignoreCSharp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x54\x4d\x6f\xe3\x36\x10\xbd\xf3\x57\x0c\xe0\xa2\xed\x6a\x13\x09\x28\x8a\x5e\x7a\x4a\x9c\xdd\x24\xc0\x36\x09\x6c\x6f\xb7\x80\x61\x18\x14\x39\x96\x18\x53\x24\xcb\x8f\xc4\xee\xa1\xbf\xbd\x43\x4a\x6e\xb2\xbb\xb9\x3c\x51\xc3\x99\xe1\xf0\xcd\xf0\xcd\xe0\x32\x29\x2d\xe1\xa3\xd5\x12\x7d\x80\x9f\x8f\x36\x81\xe0\x06\xf6\x88\x0e\x5a\x65\x40\xed\x80\x6c\x3f\x49\xd0\x6a\x8f\x67\x10\x2d\x84\x68\x3d\x82\xd4\x3a\x00\x37\x12\x9c\x6c\xc3\x3b\xb6\xbe\x6c\x37\xca\x34\x6c\x7d\x6f\x37\xed\x63\xc3\xd8\x0c\x86\x10\x31\x44\x28\xe0\x31\x24\x1d\x03\x5b\xd1\xcf\x62\x5a\xb3\xd9\x0c\x6e\x3b\x93\x93\xfd\xa9\x42\xe2\x1a\x96\x31\x49\x65\x29\x62\x70\xd6\x73\x7f\x84\x9d\xd2\x18\xce\xa0\x2d\x35\x4e\x39\xce\xf2\xa9\x39\xb6\x6c\x42\x87\x06\x3d\x8f\x28\xa1\x3d\x82\xb3\x2e\x69\xee\xbf\xc9\xc7\xa5\x3c\xb7\x26\xd4\xb9\xa8\xcf\x01\xfd\x79\x70\x28\xd4\x4e\x89\x31\x05\xab\xea\x90\x2c\x61\xa2\xbd\xfc\xa3\x4d\x2d\xad\x08\x91\xb2\xe6\x2a\x27\x8a\x4e\x57\x58\x5f\xc9\x0d\xb6\xa9\xa3\xbb\x2e\xfc\x06\x35\xf2\x80\x0d\x3b\xfc\xf6\x6b\xc3\xaa\xad\xaa\x05\xa1\xcb\x58\x2b\xbd\x27\x1c\x30\x72\xfa\xd8\xf6\x91\xd0\x89\x3e\xa3\x6c\x33\x76\xa2\xa0\x24\xf4\xc1\xe5\x83\xdb\x7c\x7c\xd4\x6d\x41\x55\x30\xfb\xc7\x21\xef\x6a\xdb\x11\x3e\x05\x17\x84\x28\x8b\x90\x17\x75\xe1\xa6\x94\x39\x5d\x7a\xfe\xfe\x3d\x75\x50\xf4\x38\xdd\x4e\xd1\xa1\x54\x5a\xcd\x5d\xbe\xa9\x11\x39\xbb\x75\x68\x82\xdc\xe5\x33\x09\x5f\x62\x27\xc2\x9c\xb7\x39\x36\x57\xe3\x02\x86\x30\x9e\x3b\xe2\x21\xbb\x5f\x27\x25\xb9\x11\x08\x17\x29\xda\x81\x47\x65\x0d\xac\xac\xd5\x7b\x15\xc9\xab\x73\xcb\xcc\x5d\x76\x5c\xe0\xb2\xe7\xde\xa1\x07\x45\xd3\x02\xf5\xdd\x87\x15\x08\x2b\x95\xe9\x4a\x57\x94\x61\xdb\xff\x5d\xaa\x1c\x70\x37\xf7\xc9\x14\x96\x8c\x28\xab\x8a\xd5\xd5\xb4\x22\x0a\x04\xd7\xf5\x61\xd0\xd9\xf3\xd6\x50\x87\x68\x08\x7b\x85\xd4\x1d\x9b\xa2\x4b\x11\x76\x65\x8e\xd9\xfa\x03\x6e\x0e\xce\xe7\xd2\xc9\xf3\xca\x8a\x07\x6f\x1f\x51\xc4\xb1\x0a\x6a\x6e\x1a\xd0\xc4\xb1\xee\x69\x80\xac\x3f\x55\xf4\xe2\xde\x14\x72\x7b\xd4\xae\x79\x6d\xbd\xc9\x86\xaa\xbe\x39\xac\xde\xb4\xce\xdf\xb0\xf6\xbd\x78\xd3\xba\x7f\xd3\xea\xbe\xb3\xde\xc4\x41\xff\xf2\x9d\xb5\x8f\x23\x15\x73\xad\xc4\xfe\xfc\x3e\x37\x44\x2a\x4f\xdb\xd6\x1f\x99\x4b\xad\x56\xa1\xcf\xfb\x0f\xe3\x12\xbe\x60\x0b\xf7\x85\x28\xe2\x77\x32\x9e\xe8\xbc\x4b\xd7\x18\xe1\x81\x8b\x3d\xef\xe8\x59\x5d\xbd\xe4\x99\x4c\xd9\xe9\x8b\x32\xd2\x3e\x07\xb8\xf8\x27\xd1\xab\x1d\xdf\xc5\x94\x50\x84\x03\x25\x2d\x84\xd5\x22\x48\xdc\xbd\xf6\x5f\x16\xc9\xe0\xce\xc1\x94\xed\x55\x9d\x17\xce\x9d\x4e\x2d\xb2\x71\x1f\x7b\x52\xa2\x49\x50\x26\x3d\x61\xe1\x6f\xfd\x95\x76\xac\x57\x71\x43\xbf\xe5\x05\x66\x4b\x45\x67\xcf\xf3\xd0\x33\xe2\x82\x5a\x7b\x99\x43\x97\x61\x13\x8f\x1a\xd7\x73\xb1\xb1\xae\xae\xd8\xbf\x3f\x64\x37\xd9\x0e\x52\xb3\xeb\x93\x6c\x6c\xe7\x56\x22\xcc\xa8\xf7\x24\x21\x3b\x9a\x82\xc5\xed\x45\xb3\x54\xfa\x09\xbd\x56\x5d\x1f\xf3\x63\xc8\x8c\x8f\x4a\x40\x85\x26\x07\x3f\x92\x18\x90\x42\xc5\x49\x82\x76\xde\x0e\x34\xd5\x86\x42\x62\x99\x6c\x03\x34\x86\xa7\xc0\xe2\x94\x75\x93\x83\xc1\x67\x1a\xce\x6f\x5f\x1b\x85\x05\x1a\xc4\xfa\x94\x7d\x4c\xca\x89\x30\x63\x23\xc5\x20\x55\x46\x1a\x88\x82\x93\x40\xc1\x33\x42\xcf\x9f\x10\x3a\x15\xe1\xf7\xf3\x77\x6c\xfb\xd9\x75\x9e\x4b\x5c\x94\x8a\xb6\x1f\x73\x70\xc3\xc6\x54\x55\xc3\xa6\xdd\x4f\xb6\xab\xea\xbf\xfe\xf8\xc4\xfe\x0b\x00\x00\xff\xff\x67\x6d\x1a\x58\xf1\x05\x00\x00") func confGitignoreCSharpBytes() ([]byte, error) { return bindataRead( @@ -187,7 +187,7 @@ func confGitignoreCSharp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C Sharp", size: 1520, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} + info := bindataFileInfo{name: "conf/gitignore/C Sharp", size: 1521, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -212,7 +212,7 @@ func confGitignoreC2() (*asset, error) { return a, nil } -var _confGitignoreGoogleGo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\x8e\x41\x4b\xc4\x30\x10\x85\xef\xf3\x2b\x06\xf6\xa2\x45\x22\x0a\x8a\x57\x51\xbc\x7a\xd8\xa3\x48\x49\xd3\x69\x77\x96\x36\x13\x33\x53\xe9\xfe\x7b\xa7\xae\xee\xe1\xf1\xde\x4b\x5e\x3e\xb2\xc3\x17\x99\x0b\x4f\xd4\xe3\x7b\x77\xa4\x64\x38\x78\xd1\x1b\xdc\x5b\x34\x4e\x18\x73\x8f\xaf\xa7\x1c\x67\xcf\x13\x77\x8a\x57\xfb\x43\xac\x97\xb5\x5e\x43\x13\xc4\x15\x5d\x2a\x00\x3b\x7c\x93\xa9\xa7\xaa\xd0\x4a\x77\x84\xd6\x48\x6d\x3b\x7d\xae\xe9\xc0\xe6\x2f\x96\x4a\xa8\x85\x12\x0f\x4e\xa4\xd5\x28\x2b\x4b\xd6\xdb\x52\x69\xe0\x95\xd4\x39\x1f\x0f\x8f\x4f\xdf\x5f\x9f\xf0\xe7\x41\x16\x47\x34\x21\x8d\x72\x17\x46\x39\xa7\xfb\x90\xa0\x75\x6f\x7b\x1a\x96\xfc\x5f\x46\xb1\x53\x21\xdd\x56\xbf\x9d\xd6\x22\xd5\x42\x03\xe7\x8f\xcc\x91\xf3\x76\xe7\x08\x5a\xe9\x27\x00\x00\xff\xff\x3c\xab\x59\x6f\xfb\x00\x00\x00") +var _confGitignoreGoogleGo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\x8e\x41\x4b\xc4\x30\x10\x85\xef\xf3\x2b\x06\xf6\xa2\x45\x22\x0a\x8a\x57\x51\xbc\x7a\xd8\xa3\x48\x49\xd3\x69\x77\x96\x36\x13\x33\x53\xe9\xfe\x7b\xa7\xae\xee\xe1\xf1\xde\x4b\x5e\x3e\xb2\xc3\x17\x99\x0b\x4f\xd4\xe3\x7b\x77\xa4\x64\x38\x78\xd1\x1b\xdc\x5b\x34\x4e\x18\x73\x8f\xaf\xa7\x1c\x67\xcf\x13\x77\x8a\x57\xfb\x43\xac\x97\xb5\x5e\x43\x13\xc4\x15\x5d\x2a\x00\x3b\x7c\x93\xa9\xa7\xaa\xd0\x4a\x77\x84\xd6\x48\x6d\x3b\x7d\xae\xe9\xc0\xe6\x2f\x96\x4a\xa8\x85\x12\x0f\x4e\xa4\xd5\x28\x2b\x4b\xd6\xdb\x52\x69\xe0\x95\xd4\x39\x1f\x0f\x8f\x4f\xdf\x5f\x9f\xf0\xe7\x41\x16\x47\x34\x21\x8d\x72\x17\x46\x39\xa7\xfb\x90\xa0\x75\x6f\x7b\x1a\x96\xfc\x5f\x46\xb1\x53\x21\xdd\x56\xbf\x9d\xd6\x22\xd5\x42\x03\xe7\x8f\xcc\x91\xf3\x76\xe7\x08\x5a\x09\x7e\x02\x00\x00\xff\xff\xbf\x23\xd7\x1d\xfc\x00\x00\x00") func confGitignoreGoogleGoBytes() ([]byte, error) { return bindataRead( @@ -227,12 +227,12 @@ func confGitignoreGoogleGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Google Go", size: 251, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/Google Go", size: 252, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreJava = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x1c\xcb\xb1\x6a\xc3\x30\x10\xc6\xf1\x5d\x4f\x71\xe0\xa5\x35\x45\x82\x8e\xdd\xdb\xc1\x60\xe8\xd0\xdd\x5c\xe5\x8b\x25\xe7\xe4\x13\x3a\xc5\xca\xe3\x47\xc9\xf2\x1f\x3e\x7e\xdf\x68\x3d\xa3\xaa\x31\x03\xcc\xf2\x1f\x99\xe0\x4f\x84\x15\x2e\x52\x60\xc2\x13\xe1\x6d\xfa\x9c\xbf\xdf\x8d\x4d\x75\xb7\x35\x65\xf7\x94\xbf\xe8\xaf\xb8\x11\xfc\x74\xaf\x30\x98\xd1\xee\x58\x7a\xdb\xab\xd4\xdb\xd1\x19\x4b\xbd\x21\x43\x42\x1f\xe2\x41\xe0\x0b\x6a\x00\x96\x4d\x3f\x40\x89\x20\xd4\x9a\xbf\x9c\x6b\xad\xf5\xf7\x89\xd6\x4b\x72\x74\xb8\x55\xda\xc1\x82\xab\x0b\xc4\xd9\x51\x29\x52\x96\x20\x55\xb3\x54\x7b\x4f\x6c\x82\x2e\x7d\x5c\x72\x5c\xc7\x47\x00\x00\x00\xff\xff\xe7\xd6\xf7\xa4\xbc\x00\x00\x00") +var _confGitignoreJava = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x1c\xcb\xb1\x6a\xc3\x30\x10\xc6\xf1\x5d\x4f\x71\xe0\xa5\x35\x45\x82\x8e\xdd\xdb\xc1\x60\xe8\xd0\xdd\x5c\xe5\x8b\x25\xe7\xe4\x13\x3a\xc5\xca\xe3\x47\xc9\xf2\x1f\x3e\x7e\xdf\x68\x3d\xa3\xaa\x31\x03\xcc\xf2\x1f\x99\xe0\x4f\x84\x15\x2e\x52\x60\xc2\x13\xe1\x6d\xfa\x9c\xbf\xdf\x8d\x4d\x75\xb7\x35\x65\xf7\x94\xbf\xe8\xaf\xb8\x11\xfc\x74\xaf\x30\x98\xd1\xee\x58\x7a\xdb\xab\xd4\xdb\xd1\x19\x4b\xbd\x21\x43\x42\x1f\xe2\x41\xe0\x0b\x6a\x00\x96\x4d\x3f\x40\x89\x20\xd4\x9a\xbf\x9c\x6b\xad\xf5\xf7\x89\xd6\x4b\x72\x74\xb8\x55\xda\xc1\x82\xab\x0b\xc4\xd9\x51\x29\x52\x96\x20\x55\xb3\x54\x7b\x4f\x6c\x82\x2e\x7d\x5c\x72\x5c\x47\xf3\x08\x00\x00\xff\xff\x9e\x86\x1d\x0c\xbd\x00\x00\x00") func confGitignoreJavaBytes() ([]byte, error) { return bindataRead( @@ -247,12 +247,12 @@ func confGitignoreJava() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Java", size: 188, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/Java", size: 189, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreObjectiveC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x90\xb1\x4e\xc4\x30\x10\x44\xfb\xfb\x8a\x91\xd2\xe2\xa4\xbf\x86\x82\x86\x92\x8e\xda\xb2\xf7\x9c\x45\x89\x37\x5a\xaf\x41\xf7\xf7\xac\x13\x09\x9a\x28\xd2\x8c\xe7\x3d\x7b\xc2\x9b\x24\x89\x1f\x92\xdb\x6d\xba\x4d\xf8\x24\x28\x25\xd9\x77\xaa\x19\xb1\x44\xae\xcd\x10\x73\xe6\x5a\x60\x2b\x61\x14\x91\xd9\x3b\x26\xfa\x84\x09\x9e\xd2\x15\x73\x61\xe3\x52\x45\x69\xc6\xbb\xfc\xd0\x37\xa9\x8f\x79\x84\xb6\x4a\xdf\x32\xbe\x7a\x2e\x84\x87\xe8\xd9\x6f\xb4\x3d\x5e\xce\xbd\x43\xa5\x21\x3a\x2b\x49\xf5\x1f\x25\x38\xd9\x58\x2a\x39\xde\xee\x3e\xb2\x9a\x1d\xf7\x65\x29\x9d\x33\xb5\x39\x0d\xdb\xc3\x25\x66\xd1\xb2\xf4\xe6\x5e\xd7\x37\xfc\x27\xab\xed\xdb\x74\x71\x03\x87\x4b\x2b\x38\x2c\x8c\x34\xfc\xc9\x07\xae\xa1\xb9\x4c\x22\x3f\x5b\x4d\x65\x7b\x3d\x9f\x60\x5c\x71\xf9\x0d\x00\x00\xff\xff\xa9\x17\x4f\x2a\x18\x01\x00\x00") +var _confGitignoreObjectiveC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x90\xb1\x6e\x86\x30\x0c\x84\x77\x9e\xe2\x24\xd6\x06\xf6\x7f\xe9\xd0\xa5\x63\xb7\xce\x51\xe2\x3f\xb8\x82\x18\x39\x4e\x2b\xde\xbe\x06\xa4\x76\x41\x48\x77\xb9\xef\x4b\x46\xbc\x49\x92\xf8\x21\xb9\x0d\xe3\x30\xe2\x93\xa0\x94\x64\xdb\xa8\x66\xc4\x12\xb9\x36\x43\xcc\x99\x6b\x81\x2d\x84\xb3\x88\xcc\xde\x31\xd1\x03\x26\x38\xa4\x2b\xa6\xc2\xc6\xa5\x8a\xd2\x84\x77\xf9\xa1\x6f\x52\x1f\xf3\x08\x6d\x91\xbe\x66\x7c\xf5\x5c\x08\x4f\xd1\xab\xdf\x68\x7d\xbe\x5c\x7b\xbb\x4a\x43\x74\x56\x92\xea\x3f\x4a\x70\xb2\xb1\x54\x72\xbc\x3d\x7c\x64\x31\xdb\x1f\xf3\x5c\x3a\x67\x6a\x53\x3a\x6d\x77\x97\x98\x44\xcb\xdc\x9b\x7b\xdd\xdf\xf0\x9f\x2c\xb6\xad\xe3\xcd\x0d\x1c\x6e\xad\xe0\xb0\x70\xa6\xe1\x4f\x3e\x70\x0d\xcd\x65\x12\xf9\xd9\x6a\x2a\xeb\xeb\xf5\x04\xe7\x15\xe7\xe1\x37\x00\x00\xff\xff\xc8\x52\xf7\x9d\x19\x01\x00\x00") func confGitignoreObjectiveCBytes() ([]byte, error) { return bindataRead( @@ -267,7 +267,7 @@ func confGitignoreObjectiveC() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Objective-C", size: 280, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/Objective-C", size: 281, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -392,7 +392,7 @@ func confGitignorePhpZendframework() (*asset, error) { return a, nil } -var _confGitignorePython = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\x8f\xb1\x4e\xc4\x30\x0c\x86\x77\x3f\x45\x24\xb6\x93\xce\x2c\x88\x17\x80\x85\x01\x89\x01\x26\x84\xaa\x34\xf1\x95\x40\x1a\x47\xb6\xa9\xda\xb7\x27\xe9\xf5\x86\x44\xf6\xf7\xff\x89\x7f\x9f\xb0\x6e\x9f\x81\xe3\x17\xc0\x9d\x7b\x72\xb4\x1a\x15\x4d\x5c\x14\x4e\xa8\xdc\xe1\x9b\x0f\xbf\x7e\xa2\x0e\x68\x9a\xae\xf7\x39\x95\x0b\x43\x4c\x6a\x30\xfe\xa5\x1c\xa1\x31\x85\xea\xc5\x14\xc6\x54\x60\xf1\x02\xba\xcb\x91\x16\xca\x5c\xcf\xbb\x01\x53\x51\xf3\x39\x53\xc4\x70\x99\x20\xa7\xb1\x9f\xc7\x07\x18\x86\xba\x05\x1f\xbe\x69\x18\xfa\xc8\x97\xc3\x26\x2e\x73\xff\x37\xd5\x73\x2b\xd0\x56\xeb\xea\x47\x49\xe6\x8c\xd4\xdc\xbd\x0b\xbc\x90\xb4\x74\x4e\xa8\x72\x9f\x8e\x37\x02\x68\xbc\x42\x61\xa5\x6e\x55\x5c\xe7\xdc\x1f\xbf\x8b\x2f\x9a\xbd\x1d\x2b\xce\xfb\x8a\xaf\xe2\x9e\xaf\x39\x49\x00\x67\xc1\x78\xeb\xf6\x9c\x58\x85\x7f\x28\x58\x2b\xb6\xa6\x1c\xdd\x7f\x00\x00\x00\xff\xff\x02\xf0\xe2\xc0\x3a\x01\x00\x00") +var _confGitignorePython = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\x8f\xb1\x4e\xc4\x30\x0c\x86\x77\x3f\x45\x24\xb6\x93\xce\x2c\x88\x17\x80\x85\x01\x89\x01\x26\x84\xaa\x34\xf1\x95\x40\x1a\x47\xb6\xa9\xda\xb7\x27\xe9\x5d\x87\x44\xf6\xf7\xff\x89\x7f\x9f\xb0\x6e\x9f\x81\xe3\x17\xc0\x9d\x7b\x72\xb4\x1a\x15\x4d\x5c\x14\x4e\xa8\xdc\xe1\x9b\x0f\xbf\x7e\xa2\x0e\x68\x9a\xae\xf7\x39\x95\x0b\x43\x4c\x6a\x30\xfe\xa5\x1c\xa1\x31\x85\xea\xc5\x14\xc6\x54\x60\xf1\x02\xba\xcb\x91\x16\xca\x5c\xcf\xbb\x01\x53\x51\xf3\x39\x53\xc4\x70\x99\x20\xa7\xb1\x9f\xc7\x07\x18\x86\xba\x05\x1f\xbe\x69\x18\xfa\xc8\x97\x9b\x4d\x5c\xe6\xfe\x6f\xaa\xe7\x56\xa0\xad\xd6\xd5\x8f\x92\xcc\x19\xa9\xb9\x7b\x17\x78\x21\x69\xe9\x9c\x50\xe5\x3e\x1d\x0f\x02\x68\xbc\x42\x61\xa5\x6e\x55\x5c\xe7\xdc\x1f\xbf\x8b\x2f\x9a\xbd\xdd\x56\x9c\xf7\x15\x5f\xc5\x3d\x5f\x73\x92\x00\xce\x82\xf1\xe8\xf6\x9c\x58\x85\x7f\x28\x58\x2b\xb6\xa6\x1c\xdd\x7f\x00\x00\x00\xff\xff\x4f\x85\x19\xdc\x3b\x01\x00\x00") func confGitignorePythonBytes() ([]byte, error) { return bindataRead( @@ -407,12 +407,12 @@ func confGitignorePython() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Python", size: 314, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/Python", size: 315, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreRuby = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x2c\x8c\xbd\xaa\xc3\x30\x0c\x46\x77\x3d\x45\xe0\x6e\x19\xec\x67\xb8\x50\x0a\x5d\xbb\x75\x0a\xb2\xac\x18\x53\xff\x21\xa9\x85\xbe\x7d\x4d\xd2\xe1\x20\xf1\x71\x38\xab\x4b\x5c\x61\x75\x12\x08\x5c\x78\xb5\x58\x18\x1c\xf5\xb6\xe7\x04\xd4\xdf\x2c\x98\x18\x6e\x4d\x0d\x4b\xe1\x78\xcd\x85\x15\x4a\x0e\xfe\x54\xc5\x57\x6c\x30\x9e\x09\x24\x76\x02\x1d\x4c\x5e\x78\x74\x31\x05\x63\x35\x6f\x75\x9c\xcf\x2c\x69\xee\x6d\x3b\x86\x09\xfc\x2d\x8f\xff\xfb\x65\x41\xb1\xbc\x23\x4d\xdf\x7d\xf0\x88\x6c\xbf\x3b\xf1\xdf\x00\x00\x00\xff\xff\xb1\xca\xf7\x91\x9e\x00\x00\x00") +var _confGitignoreRuby = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x2c\x8c\xbd\xaa\xc3\x30\x0c\x46\xf7\xef\x29\x02\x77\xcb\x60\x3f\xc3\x85\x52\xe8\xda\xad\x53\x70\x14\xc5\x98\xfa\x0f\x49\x2d\xf4\xed\x6b\x92\x0e\x07\x89\x8f\xc3\x99\x5d\xe4\x82\xd9\xc9\x4a\x70\xeb\xab\x6e\x99\xe1\xa8\xd5\x3d\x45\x50\x7b\xb3\x84\xc8\xb8\x55\xb5\x90\x33\x6f\xd7\x94\x59\x91\xd3\xea\x4f\x55\x7c\x09\x15\xfd\x19\x21\x5b\x23\x68\x67\xf2\xc2\xbd\x89\x29\x8c\xd5\xbc\x95\x7e\x3e\xa3\xa4\xa9\xd5\xe5\x18\x06\xf8\x9b\x1e\xff\xf7\xcb\x14\xc4\xd2\x1e\x68\xf8\xee\x13\x8e\xc8\xf2\xbb\x03\x8f\x6f\x00\x00\x00\xff\xff\x43\x72\x20\x8e\x9f\x00\x00\x00") func confGitignoreRubyBytes() ([]byte, error) { return bindataRead( @@ -427,7 +427,7 @@ func confGitignoreRuby() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Ruby", size: 158, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/Ruby", size: 159, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -772,7 +772,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xfd\x72\xdb\x48\x92\xe7\xff\x78\x0a\xb4\x37\x7c\x76\x47\xc8\x74\x74\x4f\xdc\x47\x4c\xd8\xee\x93\xa5\xf6\xc7\xac\x65\x69\x2d\x79\xe6\xe6\x1c\x0e\x34\x48\x40\x24\x46\x24\xc0\x06\x40\xd1\x9a\x8d\x8d\xb8\xd7\xb8\xd7\xbb\x27\xb9\xcc\x5f\x66\xd6\x07\x00\xca\xf6\xec\xc6\xdd\x3f\x64\xa1\x2a\xeb\x2b\x2b\x2b\x2b\x33\x2b\xab\x2a\xdf\x6e\xb3\xa2\xec\x16\xe9\xf3\xf4\x38\xdd\xe6\x55\xbd\x2e\xbb\x2e\xed\xca\xf5\xf5\x93\x55\xd3\xf5\x65\x91\xbe\xae\x7a\xfa\x6e\x6f\xab\x45\x99\x24\xab\x66\x53\x12\xe8\x1b\xfa\x4b\x8a\xbc\x5b\xcd\x9b\xbc\x2d\x28\xe2\xd4\xc2\x49\xf9\x65\xbb\x6e\x5a\x06\xfa\x55\x42\xc9\xaa\x5c\x6f\x39\x0f\xfd\x25\x5d\xb5\xac\xb3\xaa\xa6\xcf\x4b\x0a\xa5\x6f\xeb\xa4\x6b\x16\x55\xbe\xce\x82\x04\x44\x58\xfa\x1f\xd3\x9f\xeb\x22\xbd\xec\xcb\x6d\xfa\xac\xdb\xe4\xeb\xf5\x8b\xbc\x43\x96\xbe\x4c\xf3\xc5\xa2\xd9\xd5\xfd\xb3\xa7\x92\x20\x85\x37\xbb\xde\x4a\x3f\xdf\xf5\x12\xb7\xdb\x5a\xd4\xc7\x6d\xd2\x96\xcb\x8a\x3a\xd6\x52\xd4\x07\x0d\x26\xfb\x72\xde\x55\x3d\x37\xfa\x2f\x12\x4a\x6e\xcb\xb6\xab\x1a\x6e\xcf\x9f\x25\x94\x6c\xf3\x25\x03\x5c\xd0\x5f\xd2\x97\x9b\xed\x3a\x47\x86\x2b\x0d\x26\xeb\xbc\x5e\xee\x04\xe6\x9d\x06\x93\x45\x5b\x52\x52\x56\x97\x7b\x8a\x3d\xc1\x47\x4a\x1f\xb3\xd9\x2c\xd9\x11\x4e\xb3\x6d\xdb\x5c\x57\xeb\x32\xcb\xeb\x22\xdb\x08\xd6\x3e\x52\x7c\xaa\xf1\x29\xc5\xa7\x1c\x8f\x6e\x94\x05\x21\x28\xcb\x3b\xed\x0b\x0d\x0d\xe1\x2b\xef\x12\x14\x55\xe7\x1b\xcb\xcd\xc1\xa4\xdc\xe4\xd5\x9a\x07\xe1\x09\x07\xa8\xf1\x5d\xb7\x6f\x30\x54\x17\x1a\x24\x44\x64\xfd\xdd\xb6\x04\x1e\x9e\x5c\x51\x28\x59\xe4\xdb\x7e\xb1\xca\xb9\xad\x12\x4a\x08\x68\xdb\x10\x42\x9a\xf6\x0e\x70\xf6\x91\x34\xed\x32\xaf\xab\xbf\xe7\xbd\x20\xe9\x3c\xf8\x4c\x36\x55\xdb\x36\x8c\xdf\x33\x04\x12\xea\x71\xc6\xe5\x50\xcc\x7b\xc2\x44\x50\x0a\xa7\x6c\xaa\x65\x2b\xa8\xe4\xc4\x33\x7c\x71\x29\x9c\x76\xdd\xb4\x37\x9a\xf0\x8a\x83\x83\xac\xd4\x08\x4d\x8d\xeb\xcf\x6b\x42\xbe\xa6\x9e\xe1\x23\x02\xe8\x92\xbc\xd8\x10\x2a\xb7\x79\x5d\x32\x8e\x8e\xf9\x8b\xf0\x42\x5f\x89\xd2\x54\xd6\x95\x7d\x5f\xd5\x4b\x46\xf6\xb1\x44\xa5\x97\x1a\x95\x04\x69\x2e\xee\xae\xd9\xb9\xe1\xa4\xf8\xbf\xd2\x67\x7a\x21\x9f\x92\x16\x64\x42\xa2\xcb\xc9\x3d\xe9\xb2\xeb\xb2\x2c\xa4\x2f\x5d\xfa\x8a\xc2\xc9\x76\xb7\x5e\x13\xd6\x7e\xdf\x95\x5d\xcf\x99\x2e\xe8\x9b\xfa\x2f\xdf\x49\xd5\x75\x14\xa0\xe8\xb7\x08\x24\x34\x74\xf5\x02\x9d\x39\x41\x20\x49\x3e\x75\x65\xde\x2e\x56\x9f\x13\xf9\x47\x5b\x39\xc0\xb4\x77\x68\x50\x99\x90\x94\x88\xa4\x06\xab\x20\x59\x34\x05\x7f\x9c\xd0\x1f\x15\x5d\xd5\x5d\x4f\x33\xee\x73\xa2\x01\x06\x93\x90\x0c\x40\x5f\xf5\xc0\x82\x46\x62\xfa\x76\x3c\x82\xe9\xab\xaa\xed\xfa\x27\x7d\x45\xc4\xfa\x61\x57\x27\xdc\x3f\x9a\x6d\x59\x31\x37\x26\xf4\xba\x21\x14\x21\xba\xa5\xfe\x9d\xdd\x5d\xfe\xcb\xbb\xa3\xf4\x82\x38\xd1\xb2\x2d\x29\x9c\x52\x19\xf4\x47\x79\xfe\x30\x4b\x28\x97\xd5\x74\x9a\xf7\xf9\x3c\xef\x4a\x8f\x56\x4e\x14\xea\x76\x69\xa0\x71\xe6\x6a\xe0\x60\x5d\x1f\xf5\x77\x6a\x86\x50\x19\x3a\xaf\x5c\x19\xef\x79\x72\x51\x3c\x33\x35\x64\xbe\x58\x97\x1c\x4f\x45\xa5\x6f\xdf\xbf\x3f\x3f\x7d\x99\x96\xf5\xb2\xaa\xcb\x74\x5f\xf5\xab\x74\xd7\x5f\xff\xb7\x6c\x59\xd6\x65\x4b\x3c\x6e\x51\xa5\x34\xa7\x5a\xa2\x84\x94\x08\x5b\x3a\x37\x4b\xba\x6e\x4d\x73\x1f\xe8\xbd\xbc\x7c\x97\x9e\x31\x8a\xb7\x79\xbf\x42\x43\xfa\x55\xd2\xfd\xbe\x66\x14\xb9\x0a\xaf\x56\x65\x0a\x2a\x03\x50\x73\x6d\xf8\x48\x0b\x6d\xe3\x2c\x29\xdb\x36\x23\xb6\xd4\xdf\x65\x9a\x59\xcb\x1b\x42\x4a\x11\x44\x3a\x75\xd3\xa7\xf3\x32\x45\x9e\x59\x92\x58\x83\x0d\xbb\xc7\xdb\xed\xba\x5a\xc8\x5c\x7f\x2d\x69\x1e\xd1\xbc\x82\x28\x96\x42\x38\x20\xca\xd2\x02\x74\x11\x7b\xe6\xf9\x90\x46\x0c\x04\xf9\x57\x25\x31\xc0\xd5\x6e\x29\x6c\x6f\xdd\xec\x8a\x1f\x40\xa9\xd6\x7a\x4f\xa8\xe9\x87\x86\x1a\x0c\xec\x38\x00\x5f\xc5\x31\x51\x1c\x2f\x5a\x6d\xb9\x69\x88\xaf\x38\x62\xaf\x88\xa0\xf6\x15\x25\x52\x4f\xbb\xfc\x96\xe6\x5b\xdf\xa4\xfd\xaa\xea\xd2\x82\x88\x6d\xc1\x05\xd3\xd4\xd8\xd1\x72\x21\x64\x41\x04\x2a\xa4\x61\x71\xf1\x18\x00\x6a\xb3\x23\x6a\x5a\x51\x61\xbc\x18\xf1\xca\x49\x45\x4e\xb5\x13\x5d\xa2\x72\x40\xdf\x44\xb9\x0d\x71\x65\xe6\x9b\xa7\x08\xe8\x77\x58\x3e\xb5\x2a\xbf\xbe\xa6\x56\x75\x44\x15\x6f\xd2\xc5\xba\x21\x92\xfa\xf8\xe1\x1d\x65\x5e\xf5\xfd\x36\xdb\x36\x2d\xc8\xf8\xea\xea\x82\xa6\x47\xdb\xfb\xd8\x00\xd7\x0c\x53\xef\x36\x73\xfa\xda\xaf\x2a\x62\x02\x79\x30\x40\x40\xc5\x9a\xd7\xbf\x3a\x6d\xea\x19\xc6\x6a\xd7\xae\x07\xc3\x48\x55\x5a\xca\x81\xe6\x71\x13\x9e\xf2\xcf\xa5\x6f\x25\xba\xdb\x91\x90\xb0\xc7\xa0\x52\x57\x4b\xac\x43\x44\x5b\xcd\x96\xcb\x0d\x88\xeb\x5c\x23\x3c\x45\x61\xed\x72\xe9\xb2\x82\x51\x2a\x44\x90\x80\x0b\x6f\xa8\xc3\x3a\x9b\x2f\xcf\x08\x0d\x98\xd2\x88\xbd\x6e\x9b\x0d\xc5\xbe\xa2\x3f\x1f\xe1\x9b\x7f\xc6\xe5\x01\x26\x2f\x0a\x62\x33\xdd\x51\xfa\xe1\xd5\x49\xfa\x9f\xff\xf0\xf3\xcf\xb3\xf4\x6d\xcf\x13\x82\x69\xe4\x6f\x3c\xb6\x14\x94\xa5\xd4\x81\xd2\xcc\xed\x69\xf8\x1f\x30\x81\x3f\x48\x9f\x21\xf5\xbf\x97\x5f\x72\x12\x03\xca\xd9\xa2\xd9\xbc\xe0\xc9\xbd\xc9\xfb\x59\xc2\x29\x44\x35\x4a\x4e\x97\x65\x5d\x50\x40\x17\x64\x4d\x0b\xb8\x8e\xa6\x07\xcb\xb3\x08\x27\xd9\xa2\xa9\xaf\xab\x96\x3b\xf4\x6b\x9d\xcf\x09\x27\x26\xb6\x10\x3b\x46\x8a\xad\x7a\x84\x34\x9a\xc8\xd5\xf5\x9d\x07\x45\x57\xdf\x73\xa4\x0e\x68\xc2\xa2\x5c\xc9\xcb\x11\xd0\xe9\xb0\x7c\x89\x68\x8c\xdb\x39\x75\xaf\x35\x7c\x77\x1e\xe1\xcd\xf5\xf5\x9a\x18\x9b\x31\x2b\xad\xe1\x5c\x62\x85\x6f\x85\x20\x44\x8c\x5b\x08\x5e\xa7\x55\x07\xc8\x93\xd3\xf7\x69\x79\x4b\xd4\x46\xe4\x40\x2b\x65\xb1\x5b\x80\xc2\x18\xf6\x28\xe5\x65\x82\xf0\x4b\x9c\x61\x21\xec\x2d\x98\xab\xdc\x34\x66\x08\x0b\x02\xa2\x29\x5a\x48\x79\x99\x20\xa8\x35\x11\xc4\xaa\xb9\x64\xd9\x35\x4c\x9b\xcc\x30\x6a\x1d\x46\xa9\x1b\xe6\xa5\xe1\xae\xd7\x77\x29\xe4\x05\xd0\x85\x48\x74\x26\x7a\x76\xb3\x44\xd7\x2a\x13\x60\xb3\xdb\x0a\xc2\x9e\x1b\x2a\xa4\x9a\x34\xcb\xec\xe1\xcf\x0c\xc0\x52\x64\x37\x99\xd7\x35\xec\x9c\x2b\xee\x9c\xa0\xc7\xed\xeb\xd0\x04\xd4\xc0\xd2\x28\x11\xe3\x6d\x05\x4e\xa3\xc8\x42\x5b\x09\x63\xa8\x9a\xaa\xea\xca\x12\x25\x50\xfe\xa7\x54\x26\xf2\xcc\x54\xf8\x51\x79\xc4\xd6\x5d\x92\x49\xd2\xa2\x49\x79\x21\x00\x3b\xa3\xdc\xd6\xd5\x5a\xbb\xaf\x7d\x4e\xdb\x6a\xb9\x22\xbe\xd2\xec\x8f\x04\x69\xfb\x55\x53\x32\xed\xbc\x3d\x7d\xfe\x93\xb4\x63\xc9\xcc\xcd\x65\x62\xb6\x98\xef\xfa\x86\xe9\x54\x87\x50\x9a\xe0\x96\x17\x40\x8e\xc4\x2c\x01\x1a\x0a\xb6\x26\xba\x8d\x57\x6b\x9d\x27\x61\x9a\x4e\x10\x0f\x23\xb9\x07\xc2\xb1\x4a\x31\xd9\xb2\x81\x78\x66\x52\x0b\xb3\x6a\x92\xf4\xbb\x3e\x5b\x56\x7d\x76\xcd\x13\x96\xcb\x7c\xc5\x79\x79\xe5\xa0\x94\xf4\x11\x25\x3d\x4a\x69\xd6\x93\xcc\x59\xfc\x31\x7d\x78\xab\xcb\xf5\x1f\x78\x26\x66\xf9\x2d\xc1\x62\x30\x54\xe8\x6b\x4b\x91\x16\x4c\xbb\x28\x1a\xa2\x73\xc6\x79\xb7\xdb\x82\xa3\xeb\x0a\x7d\x94\x6e\x05\xb0\x68\xf6\xf5\xba\xc9\x0b\xb0\x1c\x9a\x5d\x15\x74\xa3\x79\x55\xe7\xb4\xba\x58\x29\x60\x65\x0f\x89\x1a\xde\x9f\x5f\x01\x70\xd9\xcc\x77\xd5\xba\x30\x80\x19\xf5\xf0\x36\x5f\x57\x05\xcb\x59\x3a\xee\xa1\x4c\x63\x51\x95\xb4\x65\xd1\xb4\xbc\x1c\xa2\x37\x96\xf1\xc0\x3a\xdc\xf2\xfa\x86\x68\xca\xab\xb0\xc8\xe7\x96\x4c\x46\x03\x0d\x3c\x04\x50\x5e\x50\x41\x31\x55\x57\x3f\xea\xd1\xd2\xc5\x8e\xea\xa2\x41\xe7\x68\xca\xd8\xa5\x4f\x5e\xd0\x6f\xc2\xcb\xb3\xf0\xbd\xe5\x18\xf1\x9c\x98\x4a\xe2\x4e\x66\x69\xd4\xd4\x88\xbc\x1d\x75\x19\xf1\x06\x7d\x0d\xdb\x6b\x24\xd0\xed\x84\x5e\x59\x11\x5c\xd3\xb0\x96\x3f\x50\xe0\x11\x4d\xe0\xe5\x1a\x83\x90\x43\x7a\x21\x31\xae\x21\xbc\x31\x81\x1c\xc9\x74\xb9\xa6\xae\x31\xef\xec\xf3\x1b\x6a\x5b\xde\x92\x10\x96\x7c\x62\x65\xf9\x73\xb2\x13\x01\xa8\x59\x17\x4e\xd8\x04\x4d\x37\xed\x50\x39\xf3\x40\x8e\x5e\x3b\x92\x22\x17\xab\xcc\xa9\xda\x8c\x94\xbe\xfc\x82\x35\x0f\x49\x5e\xf3\x66\x62\xe7\xa4\x64\x73\x87\xe1\xe2\x4e\x9c\xdd\xf9\xd1\x22\xf1\x87\xa6\x08\x89\xe8\xf3\x86\xb1\x76\x5b\x3a\xa8\x93\x30\x36\xce\x40\x65\x91\xa0\xa6\x45\xc5\x3a\x14\x25\x89\xa2\xa7\xa9\xa2\xec\x91\x2a\xf2\x49\x4d\x00\x9f\x13\xab\x20\x2a\x32\xf9\x44\xcc\x80\xf4\x12\xaf\x1b\x67\x36\x38\x4e\x47\x66\x95\x4e\xf9\x81\x5f\x07\x57\xe5\x96\x97\xcc\x4d\x87\x51\x5d\x13\x64\x71\xa7\xb2\x97\x1b\xdf\x5f\x84\xd3\xd2\x80\x13\x7f\xfa\xc1\x8c\x0b\xdf\x59\xc4\xcb\x8a\x46\x12\xf9\xe3\x95\x43\x14\x76\x92\x91\x61\xa5\x68\xdb\xbb\xa3\x34\x5a\x83\x56\xa4\x9b\xcf\x4b\x5a\xe0\x34\x5b\x31\x33\xed\x80\x47\x2d\x5f\x08\xc9\xc3\xd0\x00\x22\x95\x9c\x4d\x3b\x5c\xd2\xb8\x85\xc2\xa0\xb4\x16\xb7\xe0\x63\x39\x0f\x57\xfd\x89\x3a\x09\x61\x9b\x92\x65\xbe\x6c\x23\xba\xbd\x7c\xa5\x67\x65\x42\x82\xc9\x92\xe6\xa3\xd1\xdb\x73\x56\xc9\x96\x90\x50\x95\xdc\x18\xa0\xec\x43\x0e\xaa\x10\x16\xf3\x8b\x19\x54\x68\x62\xef\xa1\xaf\xd2\xd4\x1c\xa1\x9f\xd6\x1a\x4a\x9e\x19\x47\x96\x05\x17\xf2\x49\x47\x93\xdd\x23\xf1\x98\x8d\x21\x69\x08\xa5\x72\xa2\xef\x16\x67\xe0\x49\xff\x6c\xfe\xe2\x61\xf7\xec\xe9\xfc\x85\x63\x8d\x8b\x55\xb9\xb8\x11\x5d\xa2\xaa\xe7\xcd\x17\x28\x5c\x34\xf0\x8c\xe3\x9a\xa7\xc8\xc3\x22\x5d\x51\x2a\x64\x72\x9a\xca\x94\x8d\x10\xcf\xa9\xd1\xa0\x51\x63\x78\xc6\xcf\xcc\x34\xe5\x16\x07\x23\x24\xca\x8d\x4a\xa4\x65\x09\x0d\x23\xcf\x1d\xe8\xf4\x9e\x6e\x8f\x39\x96\x29\x17\x6c\xde\x93\x2e\xfa\xbb\xae\x36\x55\x3f\x22\x1d\xe6\x23\xb9\x92\xa0\xea\xf9\x86\x4b\x94\x05\x6c\xa0\x2d\xc4\x8d\xa9\x18\x5a\x37\x8d\x9c\xf6\x39\xa9\x37\x7f\x48\x89\x84\x76\xb4\x0a\x71\x9f\xa8\x99\xc4\x8e\x73\x5e\x78\x49\x41\xc8\xbb\x6c\x57\x2b\x5a\xcb\xc2\x88\xe9\x4d\x85\x45\x82\xeb\x35\x92\x0f\xa0\x0c\xf3\x2a\xe7\xa6\x8f\x1d\xc6\x7f\x24\xa1\xf8\xda\x65\x63\xce\xcd\x0d\xaa\x58\x26\xcb\x27\x07\x8f\x38\x5b\x5d\x8a\x7a\x05\x0c\x30\x1c\x0f\x34\x29\x07\x7e\xf4\x48\xc3\xb8\xa1\x18\x0c\xc8\x7c\xd7\xf7\x0d\xcb\xdc\x6b\xa6\x1a\xc9\x63\xad\x3e\x01\x20\xd4\x08\x5f\x1e\x06\x24\xc4\x93\x8c\x4d\x69\x32\x70\xe6\x8d\x84\xaa\xad\x0c\x7a\xa7\x4b\x9d\x03\x2b\x44\x5d\xcf\xeb\x3b\x23\x65\x22\x08\x6e\x05\x57\xd8\x4f\xb7\xe5\x71\x5b\xfe\xe8\x5b\xe3\xe6\x0c\x72\x58\x8b\x24\x7b\x30\x9f\x3e\x20\x55\xcc\x43\x36\xeb\x6c\xe5\x52\x23\x8b\xa7\x8f\x36\x46\x2f\xd2\x79\x66\x10\x83\x25\xb1\xb1\x00\xa2\xa9\x17\xc8\x3d\x1b\xd4\xe5\xd5\x9d\x31\x06\xfb\xb8\xc9\x7e\x01\xea\x9b\x26\xeb\x56\xa2\x5a\x5a\xf3\xd2\x75\x59\x2f\x23\x33\x01\x4c\xc4\x20\xba\xff\xc2\xcb\x1c\x09\xf0\xf9\xfa\x73\x72\x07\x7b\xd4\x5f\x89\xc3\xd7\xb0\xf4\x35\x09\x25\x88\x32\x72\x86\x00\x81\xb2\x66\xf4\x39\xe1\x25\xf0\xfd\x40\xac\xe3\x25\x42\xe3\x02\xf9\x02\x49\xbf\x46\xd2\x9a\x0d\x61\x72\x31\x21\x02\x7e\x28\xbd\x45\x13\x21\xd7\x45\x52\xa2\xaf\x4c\xd5\x21\x7d\xfa\xa6\xd4\xc2\xdf\x90\xda\xdc\x7d\x84\xda\x2b\x3a\x2c\x2b\xbc\x17\xf9\x1d\x0b\x5d\x12\xad\x1f\x48\xb8\x2a\xf3\x8d\xb6\x92\x83\x52\xc4\x31\x2d\x67\x1a\xc9\x41\x5a\xe5\x02\xab\x46\x02\xf1\xc3\xba\x20\xb2\x88\x2e\xfb\x4e\xfc\x2f\xd5\x5c\xfa\xdb\xc8\x14\xf3\x5b\x92\xaf\xb7\xab\x1c\xeb\x7f\x00\x06\xab\x03\x01\x61\xe0\x53\x80\x80\x16\x76\x9b\xb2\xad\x16\x1c\xe4\x0c\x8f\x9f\x64\x3f\xc2\xe0\x44\x13\x85\x04\xc1\xb8\xb0\x82\x26\xc9\x3f\x54\x20\x87\x59\x48\x0c\xcb\xed\xaa\xbf\x5b\x2f\xa2\xe2\x38\x9e\x78\x0e\x41\x40\x24\xf3\x50\x0e\x08\x0b\x23\x8b\x67\x7d\xca\x7c\xa1\x67\x11\x30\x2a\x7a\x93\x7f\xf9\x5a\xc6\x4d\x33\x91\x4f\x58\x81\xcf\x64\x13\x5e\xbb\x18\xb3\x03\x82\x67\xfb\xc6\x41\x68\x1a\x7a\x06\xa9\x6f\x68\x55\xab\x1d\xd8\x47\xf9\x4e\xf1\xfd\x47\x33\x9e\xd3\x12\xa2\x02\x74\xea\xcc\xe8\xb4\x38\x17\xcc\x37\x21\x08\xcf\xfc\x74\x0b\x85\x63\x47\xce\x2c\x46\x9a\xca\xef\x18\x07\x49\x94\xa2\x27\x10\x49\xcd\xbc\xc5\x3f\xe3\x35\x32\x63\xa1\xb3\x0e\x45\x4b\xb7\x7a\xda\xfa\x02\x08\xb1\xfb\x66\xe3\x7c\x83\x09\x77\x30\x3b\x89\x02\x13\xb9\xcf\xc7\x86\xbc\x03\xf9\x7b\x9a\x32\x13\x05\xb8\x99\x74\x30\xa3\x0c\x26\x32\x51\xcf\x8b\x11\x2f\x18\x67\x64\x30\x52\x7b\xd6\xeb\x72\xc9\xa6\x26\xab\x38\xaa\x4d\x49\x88\x16\x03\x01\x0b\x09\xc8\x63\xd8\x0d\x56\x38\xae\xa1\x10\xef\xc6\x28\x56\x9f\xa8\xd5\x24\x8e\x53\x90\x73\x06\x4a\x94\x36\x43\x57\xf2\x0d\xeb\x0b\xdd\x8e\x59\x33\xeb\x16\x22\x9d\xc4\xa3\xc1\x0b\x2f\x8a\x2a\x51\xc5\xe1\xe2\x89\x16\x59\xe1\xfa\x5a\xf9\x00\xfb\xce\xa2\x43\x75\x7b\x5c\xb0\x16\xee\x80\x0e\x15\xeb\x14\xc2\xf2\x4b\x05\xb3\xdd\xeb\x8a\xcd\x41\x50\x09\x9d\x26\x8c\xb4\x59\xb2\x26\x66\xc0\xaa\x87\xf4\x4a\xe4\xd8\xe6\x96\x35\x37\xae\x8f\x53\x25\x9f\x98\xf1\xb4\x53\x3c\xce\xaa\x5c\x92\x32\xd7\xec\xcb\xe2\x88\x96\x78\xce\x41\xed\x04\xdb\xc8\xd7\xfb\xfc\xae\x83\x8d\xc4\x38\x0e\x9b\x2c\x25\x3b\xb3\x13\x12\x00\x96\x68\x55\x68\x9f\xa6\x19\x67\x98\xe8\x88\x77\xf2\xe2\xe1\x96\xe9\x3d\xd4\x43\x70\x0b\xb5\xba\x90\xd6\xcd\xcb\x1e\x96\x58\x5d\x6b\x58\xb5\x65\x45\x90\x65\x7c\x49\x0e\x0a\xc2\x96\x87\x72\xfe\x89\xbc\x47\x2c\x1e\x51\x35\x2c\xac\x10\x3f\x16\x5c\x93\xfc\x47\x98\x45\x93\x02\x5b\xc1\x8e\xca\x7f\x22\x72\x71\x45\x38\x64\x3d\xcb\xab\xcf\xbc\x36\xd1\xa8\x98\x61\x57\xe2\xa1\xfc\x26\x5d\x4f\x53\x80\x31\x6d\xdb\x74\x7f\x15\xf9\x4a\x55\x66\x4e\xc5\x14\x03\x9a\xba\x55\xb5\x4d\x1b\x18\x0b\x43\x14\x7a\xb2\x0d\x44\x4c\xc2\x46\x51\x42\xee\x66\xab\x69\x9b\xd7\xdd\x75\x09\xf3\xe9\x26\xbd\xe6\x9d\xa0\x99\x56\xcd\x12\xab\x6c\xd7\x1d\xa8\x59\x74\x18\x54\x1d\xae\x16\x18\xbb\x60\xa0\xe2\xaa\x09\xe6\x16\x35\x6b\x1b\x80\x55\x5f\x52\x67\x6d\x60\x32\x1b\xa1\x00\x52\x63\xb4\x49\x61\xad\xb9\x2d\x43\x44\x5c\xff\xa3\x3d\x0f\xb0\xae\x16\x62\x31\xab\xc7\xc3\x24\x95\xc2\x5a\x81\x3d\xa6\xf9\x5d\xdc\x7b\xce\xea\x28\x80\x77\x3c\x6e\x4b\xad\x85\x27\x06\xcf\x95\x41\x81\xb0\x52\x78\x5d\x21\xe9\x73\xa8\x7c\x73\x6a\xe2\x62\x15\xcd\xce\x2b\xa4\xa4\x92\x32\x9a\xa0\xc9\x27\xae\x9a\xd4\xf8\x55\x5e\x2f\x4b\x36\x75\x51\x49\xbc\xe4\xe1\x5b\x25\x74\x89\xa4\x06\x2f\x5b\x09\xb3\x81\xdc\xb2\x2c\x68\x42\x36\x9b\x7b\x73\x56\xb5\x19\x6c\xba\xe4\x6f\x0d\xc9\x10\xb0\xf4\xfe\x89\x42\x2c\xfd\xd6\x49\xb4\xb7\x33\xb0\x33\x40\x3d\xa8\xfa\x3b\x6c\x3a\xcd\x49\x06\x16\x25\x8d\x62\x48\xcd\x05\x77\x80\xe5\xe2\x95\x85\x69\x3c\x72\x66\x7a\x3c\xb5\x25\xa4\x70\x62\x46\x7a\x65\xe1\x84\xb5\xe4\xcd\x0c\x8b\x03\x0b\xd3\x30\x4e\x07\x4b\xc2\xa3\x87\xdd\x23\x1e\x30\x4b\x9b\x05\xf0\xdb\xbc\x27\xb6\x58\x8b\x8a\x22\x1c\x2a\xcc\xaa\xc9\xae\x08\x70\x15\x01\x9b\x61\x47\x57\x50\xf1\x39\xf1\x1b\xcd\xb6\xc7\x3c\x65\x10\x55\x16\xd3\xa9\xcc\xfb\xcf\x14\x54\x8b\x48\xea\xdc\x2c\x54\x55\xc5\x36\x9e\x6d\xfa\x74\xf1\x1e\x50\x97\xa8\x09\x28\xb6\xff\x28\x79\x3f\x4f\x4f\x25\x60\x4a\xef\xae\x42\x9f\xaa\x22\x49\xb6\xc0\x7b\xb0\x2d\xae\x03\xe1\x1a\xad\xee\x0f\xde\x06\xdd\x0e\x57\x76\xc2\x82\x94\x02\xc2\xb5\x2d\x01\x48\x01\xbc\x87\x1a\x28\x6c\x6c\x5c\x85\x26\x57\x07\xdb\x1d\xa4\xef\x72\x3e\x06\xdb\x97\xf3\x94\xcd\x9d\x44\x38\xa4\x17\x69\x47\x37\x39\xa9\x54\xb7\x55\xee\x2c\x33\x34\x5a\xbc\xf1\xae\xab\xe8\x2b\xde\x74\xc7\x4e\xe6\xd8\x43\x84\xf7\x23\x74\xeb\xe1\x9d\x06\x93\xdd\xb6\x60\x9b\x96\xef\xf0\x47\x44\xb8\x0e\xc7\xe9\x81\xb5\x11\x5d\xb7\x6c\x4e\x9a\x11\xf0\x22\x55\x38\x6e\xd9\xdd\xcc\xa6\xcf\x84\xd7\x87\x4e\xa1\x62\x08\x12\x1a\xf9\x25\x49\x95\x56\x03\x98\x09\xef\x01\x7a\x65\x5f\x0f\x08\xa1\xb5\x32\x5d\x35\xfb\x74\x5d\xd5\x37\x9d\xe2\xd7\xd9\x43\x4c\x4f\x4e\x4f\x11\x41\xc0\x62\xa9\x61\xb1\xaa\xaa\x77\xe5\x2f\x89\x85\xc4\x10\x8f\xe0\xd8\x4f\xa1\x94\x55\x71\xc8\x0c\x74\xff\xe4\x04\xd1\xe9\x31\xa2\x27\x61\xbd\x9e\xab\x59\xb0\xa3\xcb\xec\x57\x37\x76\xae\x4b\x16\xb0\xc1\x0e\x5f\x2b\x17\x22\xfc\x34\x4d\xa7\xb6\x47\xcf\x7e\x38\x0e\x86\x0a\x85\xd2\xd1\x72\x10\x3a\x98\xd2\x18\xdb\xa7\x20\x28\x56\x0f\x49\x58\xd2\xf6\x60\x6e\x67\xd5\x46\x5c\x81\x3e\x6a\xaa\x6c\xd9\x3b\xbd\x02\xc9\x33\xd2\x94\x07\x9d\x09\x77\x0c\xde\x13\x2e\xa5\xfb\xc6\x47\x2d\xf1\xc8\xc4\x05\x41\x08\x16\xfb\xa8\xb1\x43\xca\xd2\x02\xcc\xf8\xfd\x15\x02\x33\xf2\x09\x37\x52\x84\x37\x3b\xd6\xd2\xac\x23\xa1\xf0\x44\xcd\xf8\x2e\x9d\x31\x1b\xa4\xbf\xc7\x96\xd7\xd0\xda\x10\x69\x4a\x5a\xc2\x41\x69\x7a\xd0\xa6\xd1\xdc\xb1\x7c\x7b\xea\x5b\xd8\x1d\x23\xf8\x99\x50\x7f\x0e\xcb\xb0\xec\x8a\xed\x3a\x91\x27\xb9\x2a\x6c\xa9\x49\x11\x84\x00\x28\x1c\x9d\xd7\x33\x8e\x85\x1b\xb1\x41\x5c\x7c\x8b\x1c\x80\xba\x17\xc5\xfa\x64\x69\x7b\xd8\x21\x63\xdb\xb6\x34\xe8\xb4\xf0\x0e\x2c\x51\x23\x96\x16\xb1\x2f\x70\xaf\x06\x1b\xb2\x9e\x6b\x91\x06\xa9\x65\x31\xff\x47\xc8\x62\xbc\xf5\xb2\x64\xeb\x96\x55\xaa\xcc\xda\xa5\x0a\xcb\x4e\xa8\x0d\x98\x03\xa5\x33\x4f\x14\xc0\x44\xdc\x44\x80\x85\x20\x66\x09\xb5\xe8\x2c\xb2\xf3\xc2\x62\xfb\xff\xcd\xb6\x1b\x55\xe8\x6c\xbb\xbe\xa9\x03\xb2\xe1\x36\x0e\x56\x9c\x11\x01\x51\x02\xd6\x5f\x1d\xfa\x60\x55\xd5\xc1\x77\x8b\x2b\x57\x23\x32\x3d\xa3\x89\xa2\xb0\x04\x2b\x11\x80\xc3\xb2\x80\x07\xa7\x0b\x38\xee\x88\x80\xdf\x8d\xcc\x90\x31\x7f\x3d\x86\x06\x43\x58\x11\x58\x96\x07\x78\x41\x13\xe9\x4f\x35\xa2\x0d\x23\x42\xb6\x5d\x9d\x1f\xca\x9d\xec\x38\x7a\x91\xe8\x48\xd5\x86\x55\xb5\x5c\x51\xbf\xaa\x0d\x6f\x39\x82\x6b\xdb\xbe\x96\xd7\xea\xf8\x8b\x26\x5e\xb3\xac\xd9\x86\xc3\x35\xcc\xd0\x19\xc7\x6d\x9f\x75\x7d\xdb\xd4\xcb\x17\xa7\x0d\xab\x5b\x6c\x09\xe1\xa5\xe2\x97\x67\x4f\x35\x9e\x58\x06\x8f\x21\xbb\x63\xbe\xae\xfa\x37\xbb\xf9\xa3\x2e\x5d\x92\x6c\x80\x05\xe4\x59\x9e\xae\xda\xf2\xfa\xf9\x83\x87\xdd\x83\x17\xba\xcf\x2c\x5e\x41\xfb\xda\xa1\xe5\xd9\xd3\xfc\x05\x4b\xcf\x5d\xb3\x26\xa1\x36\xce\xd2\x6c\x36\x32\xbe\xc4\xfe\x36\x02\x89\xf6\x63\x6b\xba\xac\x81\xb9\xb2\x55\xfc\x50\x81\x33\x47\xeb\x7e\x7c\x74\xd8\x4c\x4c\x8a\xec\x0b\x2a\xa8\x30\x30\x76\xdc\xea\x3e\x60\x9a\x6c\x5b\x48\x5d\x36\x2c\xb0\xe3\x6c\x18\x48\x36\xd7\x78\xd3\x86\x19\x27\x20\x41\xa3\x0c\xcb\x4f\x59\xa9\x25\x22\x69\x70\x9c\xd5\x29\x0b\x27\x85\x8c\xb4\x02\xfa\x65\x9e\x6a\xa6\x4c\x08\x8c\xde\x08\xc2\x04\x1b\xd1\xf0\x0f\xc6\x00\xa4\xf7\xc1\xf4\x87\xfc\x72\x8c\x0c\x24\xbf\x40\xeb\xd6\xbe\xbc\x53\x1d\x1b\x09\xb4\x50\x05\xf2\xf4\xfb\x46\xf7\x24\x52\x8b\x44\xab\x49\x80\xee\xcb\x88\xdc\xb9\x3a\xfa\x43\x29\x44\x9b\x50\xdb\xff\x6b\x5a\x90\x0a\x9e\xf4\xcd\x0d\xa1\x7b\x9c\x05\xf1\x87\x32\xb9\x39\x68\x52\xac\xce\xc0\x63\x3f\x81\x86\x72\xad\x6e\x01\x1e\x9c\x84\xc1\xdc\xd3\x52\x9d\x6f\x87\xd8\x1c\x4a\x48\x8f\xf3\xaa\x2e\x64\xae\xe9\x54\x51\x67\x09\x37\x47\x68\x05\xae\x19\x08\x86\x41\x0e\xe8\x77\x30\x62\x97\x51\xf9\x01\x41\x11\x8b\xdb\xd5\x01\x8b\x91\x39\x9c\x09\x2a\x5c\x27\x2f\x48\x49\x81\xa3\xd4\xb1\x14\x78\xc5\xc9\x9d\x3a\xeb\xe9\x4e\xaa\x65\x79\xad\x91\xa0\x12\x00\x0a\xc2\x3b\x87\x08\x7c\x79\x7d\xd5\x4a\xd1\x4d\x6e\x75\x81\xc2\x18\xd0\x7c\x35\xa6\xb2\x92\x4d\xef\xf4\xf8\xe2\x2d\x71\x55\x57\xa1\x15\xfa\x6b\x4e\x92\x96\x34\x61\xef\x74\x65\x26\xc0\x21\x57\x72\x7b\x2c\x92\xdd\x4c\x73\xc8\x89\x49\xe0\x3a\x35\xea\x90\x74\x26\x4e\x17\x1c\x97\x5d\x60\x3f\x90\xda\xd0\x92\x21\x3f\x77\x5d\xfd\x81\x30\xeb\xac\x58\xbc\x8e\x6c\xef\x98\x43\x06\xfe\x2d\xb9\x60\x68\x0f\x1e\x37\x70\xac\x21\x48\xe8\xd0\x29\x4b\xc5\xad\x9b\x61\xd6\x60\x9b\x63\xc1\x50\x66\x00\x11\x95\x61\x72\x30\x25\x13\x2b\x12\x93\xd9\x0c\xcd\xaa\x70\x41\x70\xd9\x5a\x39\x71\x9f\x2b\xb8\x53\x09\xf5\x22\x28\xaa\x91\x00\x11\xa2\x98\xf0\xbd\x86\x77\x8f\x0c\x1f\xf6\x2a\x20\xe5\x8b\xc9\x6a\x1d\x45\x4b\xd5\x03\x1e\x94\xca\x52\x21\x7b\xcc\x5c\x8b\x48\x9f\x4a\x11\x81\xcf\x21\x95\xb2\x2f\xd7\xec\x2c\xa8\xb5\xfb\x7d\x56\xed\x7a\xb4\xcb\xaa\x40\x6e\x7f\x95\x9d\x33\x9d\xb0\x24\xa8\x08\x0d\x40\x56\x18\x41\xd0\x74\xc3\xc6\xaa\x28\x89\xb6\xa2\x9d\x1c\xbf\x7f\x7f\x7e\xe5\x17\x32\x9e\x07\x75\x41\xcb\xed\x0f\xce\xc5\x68\xd4\x2e\x73\x34\x72\x03\x18\x43\x78\x57\x27\xcd\x71\x08\x2e\x64\x53\x56\x3a\x05\x97\x0d\x78\x4f\xc3\x6d\x91\x1c\x45\xdc\xfe\xe2\xd0\xf8\x25\x9f\x58\x02\xf8\x9c\x98\x19\xf5\x9c\xff\x93\xd0\x12\x1d\x58\xff\x31\xf5\xfc\x26\x81\xf7\xa8\xa5\x06\x34\xc5\xc8\x32\x0d\x26\xbd\xcb\x21\x64\x13\xee\x1b\xac\x15\xd7\x29\x36\x10\x8f\xd8\xd0\xd6\xb4\x98\x30\x8c\xdc\x5d\x5d\xfd\xbe\x83\x08\xc3\x22\x36\x31\x0f\xf6\x5c\x9b\x57\x6b\x59\x50\xfe\xec\x3e\x24\x9e\x43\x03\x77\xd3\xa0\x72\xfa\x7a\xd6\x6d\xd9\x19\x8f\xd6\x86\xee\xf9\x83\x5d\x95\xb2\xdd\x86\x9d\x5f\x1e\xbc\x20\x81\x98\x37\xe2\x69\xf8\x08\xe2\x05\xdb\x5e\x6e\xcc\xa4\x37\x3c\x42\x80\x34\xf3\x15\xe5\x34\x38\x8c\x22\x76\xa2\x15\xaa\x3e\x88\x4d\xa6\x17\x63\x5e\x1a\xf4\x82\xa7\x14\x13\xf7\x4d\x19\x62\x4a\x37\x5d\xdc\xcc\xed\x16\x6d\x05\x87\x57\x89\xe7\x43\x23\x69\x70\x60\xc4\x45\xfa\x7a\x2f\x69\xbc\x17\xac\x33\xce\x96\x55\x4f\x6a\x0b\x1f\x13\x81\x31\x81\xe6\x0b\xb1\x70\x9c\x37\x91\x90\xc5\x4c\xe4\x35\x58\x64\xac\xea\xaa\xcf\x58\x14\xd9\x88\x93\x3e\x15\x9b\xaf\x45\xcc\x8b\x11\x2d\x7b\xe2\xe9\x87\x5f\x8f\x4f\xcf\x7e\x9d\x6d\x0a\xf3\xd9\x51\x7c\xaa\xb3\x4e\x80\xd1\xa2\xbc\xce\x77\x6b\xb3\x26\xa2\xc3\x88\x48\x5f\x22\x42\x4f\x86\x90\xe2\x47\xf8\xbb\x95\x05\x5c\xce\x8a\xbc\xb5\x98\xc7\x2c\xd6\xff\x78\xc0\xc6\x36\xdc\xa8\xfa\x7e\x53\xdb\xb0\x84\xfb\x2d\x6e\xec\xc5\x90\xb1\xfd\x34\x55\x4f\x97\x68\x7f\x37\xd1\x93\x2b\x76\xce\xc0\x1d\x5d\x91\x83\x06\x61\xea\x61\x5a\x36\xf5\x2f\x8f\x49\x1a\x3e\x5e\xf3\xf5\xae\x7c\xf0\x42\x70\x66\xf4\x6c\xa5\xea\x10\x9c\xe9\xe1\x99\x60\x0c\x14\x62\x06\x67\xec\xcc\xb4\x1a\x76\x03\x60\x8d\x41\x35\xd9\x69\xa8\x88\xfd\xa8\x08\x90\x07\x0e\xde\x4f\x5f\xbf\xbd\x82\x7b\x37\x8d\x18\xdc\x71\xc5\x37\xb7\x85\x0b\xe0\xcc\x95\x69\x7b\x25\x00\x31\xaf\xc1\xb7\x12\xa9\xf9\x38\x12\xea\x48\x6c\x56\x36\x8f\x86\x3c\x74\xc9\x4f\x64\x52\xd9\x4c\xd5\x29\x76\xed\xe6\x2a\x9c\xbb\xd9\x73\x37\x9e\xa4\x38\x3b\x14\x60\x3a\xf4\xb7\x61\x6e\x58\x30\x3b\xdf\xde\x65\x6c\xdc\x02\x07\xdf\xde\x25\xf0\x4a\xa1\xc5\x2e\x83\x2c\x20\x91\xe0\xa7\xeb\x6a\x2b\xc7\xdb\x28\xa1\x2a\xc5\xb5\x14\x81\xf3\x7f\x4e\x04\x85\x6e\x84\x41\x28\x38\xf3\xc6\x09\xc4\xb7\x7f\x01\x7b\xeb\x59\x83\x11\x63\xfb\xf3\x07\xd9\x9c\xe6\xf8\xcd\x83\x40\xa3\xe1\xd3\x71\xac\xc6\xfc\x40\x62\xe3\x5e\xb7\x84\x3f\x4a\x28\xb1\xef\xbf\xe0\x6b\xc7\xae\x8a\xb2\xff\xcc\x81\x44\xbf\xd8\x66\x9d\xe8\x79\x29\x66\x66\x09\xcb\xec\x3a\x9e\x24\xaf\x87\x9c\xe7\xf7\x1d\xf7\x52\x94\xb1\xe7\xe9\xbf\xf0\x57\xfa\x9a\xbf\xb4\x2b\xcc\x06\xdc\x1c\x07\xd5\x0c\x18\x43\xe8\xbb\x07\x8e\xa5\x0e\xb0\x9e\x27\x88\xc3\x4f\x80\x7d\xf5\xf4\x31\x40\xf6\x12\x4f\xb6\x3b\xf6\x6a\xe0\x71\xb7\xda\x2e\x28\x06\x2e\xf7\x1c\xc9\x4b\x5e\x50\x82\xdb\xd0\x88\xca\x48\x1c\xab\x51\x16\xd3\xb7\x25\x64\x49\xfa\xd3\x34\x9c\xae\xeb\x73\x98\xb0\x05\x88\x48\xee\x3f\xa5\x57\x14\xa3\x10\x65\x98\x94\x28\x28\xd2\x87\xe7\xac\xd6\xf9\xbc\x84\xdd\xe7\x1d\x02\x44\xf2\xeb\xb2\xeb\x09\x45\x30\x07\xb8\x8f\x84\xdb\x58\xf5\xe2\x5c\x89\x50\xa2\xae\xbf\xb2\x4d\x21\xc1\x04\x46\xe0\x36\x67\x47\xba\x0f\xf9\x5e\x3e\x09\xd3\x7a\x30\xeb\x8d\x84\x24\x1a\xae\xe1\x02\x0a\x07\x72\x07\x0f\x31\x40\x69\xf8\xc2\xc2\x89\x35\x60\x36\x6e\x88\xa5\x0c\xce\x85\xa5\x8b\x41\xfa\xb5\x28\x33\xaf\x58\x95\xb1\xb8\x1c\xfc\x2f\x35\x47\x17\x17\xbf\x21\xe6\x21\xf6\xce\x33\x09\xb9\x94\x42\x7c\xb0\x4e\xf9\x84\xa4\xc5\x99\x97\xeb\x39\xff\xbb\x58\x22\x18\x9d\x3f\xf4\x9f\x28\xe6\x67\x72\x74\x92\xb5\x18\x39\x88\xe6\xa3\x67\xc3\xb1\x08\x92\x6a\x5e\x44\xe7\xb0\x33\x13\xed\x23\x3d\x4c\x5e\x10\xfe\xdb\xcc\xe5\x3f\xe1\xcf\x74\x3d\x2a\xc5\x0d\x6e\x38\xb6\x83\x6a\x42\x18\xaa\x6a\x12\x4c\xaa\x0b\x21\xa5\xc6\xcd\x14\x30\x49\xae\x75\x04\x7b\x4e\x11\x21\x69\x45\x05\xb3\xcc\x35\x28\x19\x62\xd8\x34\x3c\x2d\x2d\x7c\x9e\x00\x82\xa8\x06\xc7\xed\x0c\x80\xa4\x99\xf9\x04\x28\xdb\x03\x3c\x1c\x75\x7c\x08\xa4\x46\x1d\xc7\x10\x86\xa3\xe7\xc7\x87\x86\x76\x38\x40\x92\x98\x6d\xd7\xf9\xa2\x74\x3e\xd1\x00\xc2\xaa\xcd\x47\x18\xa3\x6a\x5c\x61\x5a\x59\x54\x1e\x10\xda\xe7\x73\x4a\x7e\x58\x00\x9b\x2e\x33\xe3\xca\x27\x09\xea\x2c\x91\x26\x17\x3b\xe2\x5a\xc9\x51\x91\x61\x1a\x09\x18\xbc\xf8\x88\x15\xfb\x3d\xab\x86\x1c\xe6\xf3\x2a\x13\x39\xee\xa5\xa8\x21\xcc\xc1\x92\x47\x74\xa3\x39\xef\x19\x5e\x0f\xc1\x67\x13\x0f\x17\x7d\x20\x9f\x4a\x38\x90\x6b\xc6\x29\x33\xf6\x9c\x77\x9c\xf2\x18\xfb\xd5\xe0\x96\x53\xa0\x9d\x1e\x65\xa6\x45\x96\x57\x64\xd7\xd4\x42\x8d\x03\x53\x99\x64\x94\x8b\x6c\x7e\xa7\x79\x64\x9c\x0b\xde\x0d\x3f\x90\x65\xc3\x5b\xde\x58\x7e\x35\xcb\x99\x8b\x98\xc8\xd2\x89\xcb\xe3\x25\x1f\xa4\x1b\xa7\xcc\x58\x79\xc6\x96\x38\xf3\xa6\x6e\x12\x84\xa9\x14\x20\xe7\x08\x4c\x81\x88\xc9\x4c\x95\x5e\x5e\x05\xc4\xab\xd7\x36\x61\x26\x2b\xe6\x7d\x7e\x97\xe3\x1d\x76\xfd\xdb\x6f\xc8\xc7\x2e\x71\xcc\x57\xc5\x86\x78\xd6\xc0\x61\x0e\x9f\xf7\xd4\xe3\x33\x48\x45\xa3\x1c\x3c\x93\x30\x0a\x04\x22\xe1\xf4\xe1\xa7\x9f\x3e\x77\x3c\x0c\xce\x3c\xfb\xf4\xe1\xa7\x9f\x3f\x93\x40\x83\x3f\x96\x68\x46\xb9\xb3\x6b\xb6\xba\x8c\x8b\x40\x0e\x83\xde\xb6\xe5\x6d\xd5\xec\x60\x6b\xd0\xa0\x67\x10\x5f\x64\x2c\xbe\xf4\xf1\x1c\x77\x07\x0a\x07\x53\xbc\x70\x49\xf1\x14\xaf\x77\x9b\x4c\x3b\xd9\x09\x0b\xb0\x2f\x97\xdd\x50\x90\xe5\x5c\xe5\x6f\xee\x9b\x7d\x1a\xa8\xcb\x55\x41\xd2\x1b\xb7\xdf\x44\xb9\x7f\x92\x2f\xdf\xfb\xdf\x5c\x65\x4d\x60\xd5\xbd\x92\x63\x91\x2c\xf9\x3a\xfb\xf2\x5d\xd9\xcf\x62\xce\x64\x47\xb0\xd1\xea\x38\x49\x1b\x12\x83\xa8\xeb\x20\x52\x0c\xbc\x2d\x81\x1b\x83\xfb\x80\xcf\x41\xe2\xb0\x30\x01\x9a\x2a\x4d\xd9\xad\xa7\x94\x93\x41\xba\xa0\x5b\x91\x25\x4b\xd1\x77\x63\x4a\x5a\xe5\x8a\xb1\xcf\xef\x2f\x68\xdb\xe8\x3d\x0f\x17\x08\x58\xb4\x1c\x4c\x53\x67\x5c\x47\x41\x91\x7d\x44\x23\xed\xac\x03\x89\xd5\xa4\x65\x80\xb1\xda\xf9\x06\xde\xa9\xe3\xa8\x08\xb4\xaa\x33\xf3\xe9\x55\xc9\x9b\x78\x1a\xfb\xad\x88\x00\x4d\x23\xcd\x27\xb2\xd4\xe4\x76\xf0\xf8\x49\xb4\xd3\x11\x9c\x42\x50\xac\x87\x73\xaa\x2c\x2a\xc6\xd1\xaf\xf4\xe7\x1a\xc2\xc5\x51\x3b\xe9\xcf\xa2\x64\x9d\xb2\x39\xe0\xd7\xd1\x38\x7d\xd1\xac\x1b\xbf\xce\xe2\x6b\x08\x20\xb6\xae\x87\xc5\x40\x56\x92\x64\x4f\x67\x3a\x99\x40\x44\xf1\x4a\x20\x90\x13\xad\x96\x84\x81\x4b\x49\x9c\xe8\xbc\xc9\xa5\x81\xf0\x29\xb7\x43\xad\xe3\x52\xd4\x31\x03\xa0\xce\xd8\x36\x09\x36\x65\x55\x95\x55\x3f\xb4\xa2\xb2\x0c\x5d\xd5\x72\xb2\x97\xcb\xe6\x9d\xb6\xc0\xb0\xaa\x25\x1f\xb6\xa3\x4e\x57\xed\x0d\xaa\xd2\x52\x7f\x9a\x47\x8d\x7c\xf1\x26\x0e\x2e\x85\x00\x57\xda\xe6\x44\x63\xb2\xb3\xad\xb2\x3d\xc7\xe8\x36\x7d\x37\x0d\x67\x1d\x35\xe0\x7e\xdf\xa4\x4e\xff\xc1\x4d\x23\xcc\x97\xf3\x94\x33\xdb\x89\x14\xd0\xb9\xe6\x9f\x69\xb1\xc4\xc9\xda\xb2\xdb\xad\xc1\x34\xb1\x15\x24\x1f\xd7\xb6\x89\xe1\x64\xcf\x40\x7a\xf7\xd2\x4e\x90\x3c\x21\x9a\x05\xa9\xd3\xe2\xd9\x10\xa0\xf0\x42\xef\xc3\x2e\xaa\x9b\xd4\xdf\x1d\x4d\x44\xbd\x5b\xa4\x49\xe9\x2b\xc5\xd7\xb0\x09\xb6\x66\x0c\x8b\x76\xac\x37\xee\x11\x8d\xda\x7c\x45\x53\x57\x0e\x57\x88\xc4\x19\xe8\x81\x34\xec\xea\x36\xa8\x06\x67\x1d\xfa\xa8\xf8\x81\x74\x3c\x89\x1d\x9b\xb0\x38\xb7\x10\x26\x4c\x18\x13\xc3\x54\xdf\xe9\x53\xea\x31\x6b\x5e\xe9\x63\x3b\x75\xff\x63\xdc\xc9\x52\x3c\x5f\xf8\x3f\x4c\x70\xc7\x45\xb5\xa8\x4c\xe8\x5e\x4b\x44\xe1\x1a\xe3\x8f\x51\x1e\x39\xaf\xff\x47\x77\x54\xdc\x93\xcd\xe6\x49\x51\x3c\x9a\xe8\x75\x40\xf4\xae\xdb\x83\x0d\x4c\x95\xf7\x06\xd4\x1f\x94\x14\x70\x90\x69\xdc\x31\x40\x34\x4e\x1f\xd9\x77\xb2\x64\x63\x5f\x5a\x78\xbc\x81\xbc\x83\xb1\xeb\x9a\x74\x4b\xcb\x0d\xa1\xdd\x6d\xf9\xb0\xc9\x5f\xbc\xc9\xc3\x9e\x0c\xbc\x98\x82\xa4\xc1\xa1\x97\x7b\x9b\x67\x78\xd0\x69\xcb\x26\xe4\xcd\x01\x94\xc8\x85\x15\x07\x11\x12\xf0\x3c\x8f\x54\xc7\xf7\x26\x00\xa7\xb8\x9e\xaf\xfb\x3f\x92\xf3\x4d\x55\x3e\x45\x02\x5f\xe3\x7d\x53\xb7\xee\x58\xdc\x4c\xe8\x1b\x4e\x8a\x12\xf2\x49\xc1\x99\x57\xe0\xe7\x24\xfc\xf6\x60\xab\xa6\xb9\x91\x73\xbf\x73\x04\x7d\xca\xb2\xea\x2d\x91\xaf\x15\x79\x13\xa7\xce\xf3\xae\x5a\x84\xb7\xfb\xbc\xe4\x88\x89\x26\x16\x3c\xc6\x6d\xf6\x77\xd1\xfe\x4e\xf1\x95\xfe\x4f\x26\x0c\x07\xa2\x1e\x86\xe7\x76\xce\xfb\x92\xfd\x0c\x5d\xaa\x7a\x78\x05\x55\xa9\x43\xda\xb8\x2e\x75\x96\x62\xeb\xd9\xf4\x2e\x8f\xf3\x14\x3c\x94\xc5\xe8\x63\x68\x30\xe7\xdd\x54\xe7\x51\x35\x72\x1a\x9c\x72\x16\x8c\xcf\x34\xdc\x43\x28\xae\x29\xce\x5d\x9a\xcd\x78\x1a\x3c\x37\x8f\xeb\x31\x98\xb3\x5a\x7b\x2f\xeb\xd8\xc6\xce\x1b\xd8\xb5\x38\x51\xc1\xd3\x9a\x3d\xb2\x39\x2a\x76\xef\x26\xba\x96\x4b\x52\xfc\x01\x49\x08\x8a\xd8\x0e\xe6\xf3\xa1\x56\x2f\x6e\x9e\xc2\x59\x0b\x76\x5b\xef\x64\x8f\x42\x7d\xc6\xc5\x7f\x50\x84\xc9\xdc\x09\x78\xec\x6f\x30\xdc\x56\x71\xae\x21\xfe\x90\xb0\x38\x20\x5a\x53\x91\x16\x90\xcf\xc0\xdd\x16\xb8\x0f\xcc\xfe\x03\x40\x43\xca\x39\xf1\x27\xf1\x57\x90\x6c\x79\xe4\xae\xde\x07\x7a\x88\xec\x31\xce\xf3\xc5\x8d\x6b\x11\xb3\xbf\xb2\xed\xe1\x28\x3e\x46\x3b\x3b\xaa\x2d\x20\x7e\x3c\xdb\xbe\x78\x02\xd3\xbb\xdc\x29\x83\x5e\xc8\x04\xaf\xae\x03\x84\xc0\xef\x82\xfd\x28\x6e\xab\x62\x47\xe4\xcd\x83\x31\x7b\xf6\x74\xfb\x22\xce\x4f\x14\x81\x6d\x85\x83\x65\x0c\x06\x8e\x45\x97\x0a\x07\x54\xf9\x24\x06\x8e\x04\x5c\xfb\x93\x2e\x1d\x6a\x38\x38\x8b\x02\x56\x14\x90\xba\xb1\x93\xaf\x38\x4a\x8e\x71\x62\x6a\x04\xee\x24\x83\x2a\xe1\x60\x58\xba\xca\x02\xd2\x86\xef\x81\xd1\xec\x44\x51\xe2\xd3\x30\xd8\xb4\xf2\x07\x0f\x5c\xd3\x2c\x43\x7b\xb8\x79\xf1\xb6\x75\x3a\xb1\x5d\xed\x40\xd9\x27\xc8\x73\x4c\xb1\xf5\x16\x05\xfa\x73\x12\x44\x1f\xce\x30\xf0\x50\x8a\xca\x8a\x3d\x94\x82\x06\xca\x52\x73\xa8\x9c\x93\xc9\x32\xd4\xc7\x20\x28\x05\xe7\x8b\x2a\x9c\x24\xc9\xf4\xd0\xbb\xde\xa7\x37\x3c\xca\xa1\xa9\xfb\x55\x13\x1c\xb9\x14\xb7\x29\x4c\xd6\xb0\x21\xb3\xb8\xaf\x7b\x59\x1f\x14\x2f\xba\x5a\x0c\x96\x11\x9b\x7c\xb6\x96\xe0\xf8\xde\x66\x47\xbc\x65\x5d\xd1\xa0\x63\xc9\xd0\xab\x9b\xce\x2f\xaf\x70\x29\x0e\xf1\x42\x62\x34\x4b\xa6\xd7\xf4\x2f\x2b\xd2\x77\x79\x5b\x8d\x6f\x50\x62\xbf\xc7\x65\xda\x2c\x16\xec\xed\x58\xd5\x7a\xe9\xc4\xbe\x34\x0f\x9b\xba\x58\x8b\xe7\x63\xe8\x37\x6a\x7c\x57\xf6\x9b\x52\xdc\x92\xc4\x4c\xa0\xdb\x96\x0b\x12\x4a\x66\x6c\xe1\x69\x6b\x5c\x2d\x98\x9a\x76\x7a\xef\xf6\x94\xeb\x09\xf6\x89\x58\x05\x9d\x8d\x17\x48\x77\x87\x9b\xad\x92\xe8\xf7\x96\x4f\x57\x88\xad\x8e\x13\x48\x9c\x28\xd7\xd7\x72\x52\x86\xb7\x18\x21\xca\xc9\x85\x3f\xec\x3b\x20\xf7\xa0\xf0\x0e\x1a\x0a\x50\x9f\x4f\x38\x6b\xe1\x78\x38\xf7\x6c\x5b\xb6\x2c\x8e\x98\x77\x74\xe8\x18\x3b\x6c\x13\x74\x4d\x6b\xd7\x5b\x61\x0b\x18\x3e\x08\xae\x72\x96\xff\x88\x79\x31\xcb\x7c\x66\x89\xb1\x3d\xd9\xad\x9c\xdf\xe7\x95\x8e\xf0\x85\xc3\x67\x06\x22\xeb\x07\x0e\xe9\xf2\x29\xac\x9d\x0e\x87\xf9\x9c\x03\xa1\x5c\xcf\x44\x8b\x74\x41\x66\x04\x89\xc3\xc5\x08\xc2\xdb\x89\x00\x64\x2e\x80\x43\x16\xa6\xe0\x5e\x0e\x78\x13\x51\xa2\xce\x29\x94\x18\x5e\x6b\x22\xe4\x7b\xcf\x34\x0a\xa8\x3c\xba\x95\x0f\x3d\xd4\xe3\xfc\xcf\xf8\x2c\xfa\x0b\xa6\xde\x67\x4f\x11\x74\x0a\xa3\x52\x1e\xef\x12\x07\x14\xc7\x17\x3c\x35\x84\x3f\x2c\x7d\x6d\xb9\xcc\xdb\xc2\xce\xf2\x29\xf5\xb3\xd7\x19\xa8\x3c\x74\xd5\xce\xd7\x24\x91\x6b\x11\x34\x5b\x09\xe4\x86\x77\xa5\x88\x50\xf8\x0a\x3b\x53\x42\x98\xf3\x17\x32\xb5\xd8\x0b\x96\x08\x7e\xb7\xe5\x39\x20\x13\xca\xea\x41\xb7\x1f\xff\xe9\xf2\xfc\xfd\x51\xfa\xe5\xc9\x7e\xbf\x7f\xc2\xd9\x9f\xec\xda\x35\xfb\x8b\x16\x7c\x56\xf0\x7f\x9c\xbd\x3b\x4a\xcb\x7e\xf1\xe3\x8c\xa4\x77\x4c\x0d\x2f\xf6\xea\x76\x38\x94\x5c\x26\x4b\xd6\xec\xfe\xf1\x29\xb3\x95\x43\xe5\x7a\xe1\x5a\x78\xc4\x3c\x64\xda\x3c\xec\x66\x7b\x57\x2a\x10\x1b\xbc\x97\x18\x4b\xd2\x95\x60\xba\x46\xc0\x27\x00\xab\x36\x7c\x1f\x19\x1d\x22\xdc\x20\xbe\x63\x1f\x9d\xdd\xba\x10\x3a\x35\x8e\x46\xbd\x53\x94\x95\xc5\x2f\xc3\x92\xb0\x57\x8b\xfb\xa5\x9e\xa7\x7f\x62\x45\x8f\x51\x2a\x54\xc0\x49\x46\x05\x00\x0e\x69\x09\x33\x2c\xd5\x0b\x32\xca\x61\x82\xdf\x35\x3f\x2d\x7b\x78\xd4\x4f\xd1\x86\xb4\xdc\xb5\xcd\x8f\xa6\x4d\x54\x5a\xd7\xa8\xb0\x56\xb8\xb7\xb8\x8e\x45\xd4\x3c\x98\x03\xbc\x2e\xed\x87\xf3\x60\xb8\x24\xe9\x24\xf3\xec\x5e\x27\xd9\x88\xe3\x2b\xe0\xd7\xe6\x99\x4a\x10\x23\x89\x2e\xa8\x41\x25\xbb\x51\x0d\x62\xf1\xcf\xb4\x97\x76\xd4\x0d\xfe\xb7\xa7\x2e\x2e\x5e\x82\x8c\x6a\xc0\x40\x62\x92\x61\x84\x74\x6b\x12\xf3\xb2\x70\x86\xf3\x62\x16\x1b\x1e\x19\x04\x8e\xd5\xec\xad\x63\x9e\x2d\x23\xb7\xf2\x50\xcc\x90\x52\xcd\x01\x52\x1c\x35\x07\x89\xc3\x8b\x0f\x07\xc9\xac\x59\xc8\x9d\xac\x27\x12\x0a\xb1\xb5\x5d\x37\x77\xe6\x79\x7f\x8a\x2f\x3d\xd2\x16\xf6\xcc\x83\x69\xa7\x3c\x64\x20\xc1\x37\x59\x5c\xdc\x5f\x83\xcb\x4d\x54\x0c\xa8\xef\x52\x81\x61\x9f\xb5\x50\xd4\x8b\xac\x32\x13\xcd\x9b\x70\xde\x76\x50\x43\x37\xf3\x53\x57\xc3\x01\x37\xf3\x38\x6b\xe8\x6a\x1e\x64\xfd\x06\x57\xf3\x18\x49\x63\x47\x72\xdf\xd5\x6f\xf0\x25\x9f\xea\x74\x60\x80\x50\x32\x9e\x42\xfc\x44\x86\x29\x43\x44\x11\xf6\xed\x2b\x9e\xac\xd7\xcd\x48\xe1\xfb\x16\x1d\x73\xaa\x25\x1e\x25\x01\x72\xbf\x66\x96\x28\xaa\xeb\xeb\xd9\xbc\x6d\xf6\x1d\xbb\xa5\xe3\xfa\x42\xf6\x25\xe1\xef\xf4\x12\xdf\x02\xc2\x26\x57\x10\x85\x04\x24\x52\x7c\x1f\x28\x52\x02\x12\xc9\x4b\xdb\xe8\xfa\xb8\x53\x4a\xc1\x8d\x6d\x7c\x9b\x23\x1f\x41\x93\x94\x99\x64\x21\x76\xbe\xcf\x38\x04\x87\x7a\x98\x48\x58\x15\x47\xa6\x4b\x8e\x51\x30\x0e\x1a\xc2\xcd\xdd\x15\xfb\x5e\x7a\x28\x10\x72\x98\xf7\x7c\x05\x61\x19\x1c\x81\x11\x31\x54\x10\xb4\x3c\x48\xe8\x38\x4b\x10\x86\x4b\x0f\xa1\x08\xc2\xa4\x7f\xf9\xf6\xbd\x7c\xc2\x9b\x45\x8f\x48\xc2\x9d\xe5\x15\xfb\x25\x9a\x8f\xcc\x6c\xca\x57\xc6\xd2\xc4\xe7\x48\xf4\x53\xbb\x4f\x1a\x5f\x0e\xa2\x68\xf3\x6b\xd8\x2a\xf9\xdf\xc5\x92\x30\xe7\xb3\x5d\xb4\xe5\x93\x61\x36\x42\x8e\xa0\xfa\x12\x01\x17\xaf\xb6\x46\xfe\x73\x71\x39\xdb\x15\x03\x1c\x3e\x2c\x3c\x46\xcc\xe3\x86\xe8\xee\x21\x2d\xb4\x15\x2b\xe0\x4a\xa0\x83\x0a\x41\x1d\xfe\xd6\x1f\xd0\x0e\x6e\x58\x36\x88\x3e\x5f\x3a\xdf\xf8\x7c\x29\x7b\x36\x3e\x0d\xa2\xbd\x1d\xd3\x8e\xf2\xf8\xab\x7f\xcc\xa4\xe0\x3d\xaa\x28\x1d\x77\x98\x2e\x42\x47\x2d\x8a\x64\x0f\x2d\x9c\xb4\xed\x56\xb3\xe1\x40\xb8\xbd\x23\xc5\x59\x8a\x6f\x07\x65\x92\x0a\x93\x4b\xb6\x29\x02\x61\x45\x08\x28\x5c\x56\xce\xf2\xf6\x86\x2f\x35\xc4\x2e\x96\x15\xb0\x6f\xf5\x68\x2d\xff\x87\x23\xa6\x97\x69\x5e\x48\x68\x54\x61\xec\x20\x82\xdc\xd0\x99\x8c\x99\xba\x0c\x2c\x5d\xc9\x31\xee\x77\x12\x92\x5b\xb0\x87\x94\x31\x3e\x25\x42\x69\x4f\x86\xe3\x16\xc0\x3b\x44\xff\xa5\xfc\x3f\xff\xeb\x7f\x13\x7b\xda\x36\xb4\x5a\xe2\xd0\x93\xde\xb7\xe1\xc7\xdd\xdc\x4b\xfd\xd5\xa7\x4f\xc0\xa3\x83\x86\x08\xfa\x53\x3d\x47\x44\xa1\x11\x8d\xf2\xbd\x88\x46\xdf\xbc\xc5\x37\x20\x72\x68\x3b\x9e\xcc\x61\x1f\x1f\x96\x61\x44\x95\xe9\x1a\xe1\xce\xfb\xdb\xe0\x62\xd0\xe4\x14\xad\x12\xdd\xf4\x92\x92\x7c\x22\x9d\xfa\xb3\xbf\x15\xc6\x0d\x44\x74\x23\x0c\x54\x1c\x0f\x63\x08\x7b\xcd\xe4\x37\xbe\x04\x5a\x54\x46\xb9\x82\x0a\x5b\x52\xe6\x44\x2e\xb7\x34\xc8\x19\x3e\x57\x48\x58\xd1\xa3\xce\x0e\xf2\xe9\xed\x64\x38\x2a\x37\x71\x9a\x32\x3c\x21\x48\x1a\xa3\x6e\x4a\xc8\xed\x13\xba\x1d\x13\xdd\x26\x0f\x07\x47\xb3\xff\x98\x18\x58\x24\xba\x4f\xc0\x4e\x77\x1c\xe0\x0b\x42\xf8\xa6\x6d\x26\x3f\xb1\xf0\xbe\x45\x04\xcd\x6b\x44\xe0\xf2\x1b\xb8\x15\xf2\x7f\x82\x2b\x07\xd4\x48\xc1\xb1\x1a\xd2\xf8\xc1\xb5\x06\x6d\x74\x85\xa3\x77\xbd\xc4\x75\x27\xd1\x9d\x89\x5c\x38\x10\x35\xb1\x45\x34\xba\x04\x07\x23\x83\xd8\xfb\xa0\x23\x07\xf8\x47\x6b\x58\xed\xf4\xcc\x2c\x97\x45\x5c\x4e\x5d\x6d\x94\x64\x70\x05\x4b\x1d\xed\x75\x77\x33\x5f\x4d\x30\x65\x56\xb2\x7f\xe4\xb3\xf1\x78\xe5\x73\x9a\x3c\xbf\x08\x3c\xbb\x36\x56\x5d\x17\x08\x09\xc8\xe3\xa3\xd3\x35\x29\x08\xeb\x48\x99\x41\x41\x2c\xca\xfd\x72\xc0\x87\x7c\x7c\x5d\xd1\xf7\x7b\x91\x8f\xcb\xb8\xdf\x8f\xfc\x1f\xdd\xba\x98\xbe\x8a\xc0\x25\x8f\xef\x24\x70\x49\x53\x97\x13\xfc\x3b\x36\x12\x88\xa4\xb4\x19\xa3\xb9\x7d\x70\x27\x41\xf3\x38\x43\xf4\xe1\x6b\xa2\xbe\x7f\x3f\x21\xba\x9c\xe7\x1b\xa4\xbd\xb8\xc7\x81\xa0\x17\xb5\xca\x21\x84\x0d\x56\xf1\x99\xb1\x43\xda\x9b\x17\x5c\x23\x9e\x31\xd4\xf1\x46\x07\x98\xd0\xd3\x7b\xb3\xc4\xc7\x99\xc2\x66\x3a\xf3\x94\x3f\x00\x64\x56\x1c\x39\xc8\x24\xe6\xbc\xaf\x9f\x66\x3a\x60\x1f\xbe\xef\x58\xd3\xb0\x95\xcc\x6b\x9c\xdf\x55\xd8\xc8\x7b\x73\x84\xcb\x6c\xbc\x07\xf3\xef\x39\xea\x34\x6d\x83\x65\x1d\x70\x6f\xa6\x18\x2c\xca\x86\x3f\x6f\x50\x60\x1d\xc2\xf0\x25\x4a\x86\x67\xb8\x1e\x73\x3b\xdc\xcf\xde\x0f\x1b\xcd\x1e\x0f\xc2\xbd\x67\x7a\x53\x89\x9d\x03\x1e\xc4\x7b\xd6\x07\x47\x8b\xad\x1c\x54\xf2\x40\xf2\x0d\x71\x67\x32\x65\x98\x3f\xae\x23\x76\x60\xb2\x58\x67\x06\x3f\x43\xc0\xc5\x13\xd6\x16\x25\x0e\xe0\x9c\x48\xc8\xa5\xa8\xae\xa5\x17\x6e\xf9\x46\xc8\x65\x4a\xf0\x0d\x0c\x62\x75\xd5\x53\x5c\xf3\x19\x04\x1a\x94\xbb\x2d\x0f\x61\xee\x6e\x17\xe1\x61\x12\x40\x15\x37\xb5\x55\x90\x90\xff\x38\x2c\x4b\x2e\x96\xd5\xd5\xf3\x7d\xb3\x4f\x64\xe9\x9c\xc1\x8f\x4a\x2e\xff\xd1\x98\xb8\x49\x12\xc7\x32\x8a\x9e\x9f\x45\x1f\x48\x4c\x97\x13\x96\xe3\xf4\xc1\xa1\x1c\xac\x1c\xee\x38\x8e\xdd\xe5\xc5\x02\x28\xa4\x06\x9c\x83\x60\xb9\x3e\x24\x8e\x99\x96\x0a\x01\xd6\x57\x2b\x92\x68\x54\x6f\x08\xf1\x2d\x15\x73\x3b\x47\xd5\x1d\x99\x7d\x0b\x57\x3b\xf0\x59\x09\xe1\x87\x1b\x6b\x87\xdc\x7d\xed\xda\xe1\x2e\x56\xf7\xed\x08\x21\xbe\xa5\x1d\x5c\xcb\x53\x78\x04\xf1\x20\xde\xd7\x1e\x52\x0e\xf5\xa6\x8a\x70\xf7\xa4\x1b\x36\xd1\x9f\x4a\xb9\x0a\xd6\x6b\xec\x40\x16\x03\xf9\x83\xcd\x9b\xe3\x85\x53\x52\x64\x23\x6c\x42\x44\x90\x8d\xe2\xc9\xa3\xc7\x5f\x9f\xe2\x3c\xd2\xc8\xe9\x40\x83\x2d\x60\x0f\x36\xb5\x0a\x69\xbb\xbc\x48\x07\x19\xeb\x4c\xe5\x3a\x49\xfc\xfa\xc2\x2b\x70\x76\xe8\x56\xe4\xbb\x70\xc9\x80\x80\x67\x23\x59\xc8\xc5\x86\x6e\x8e\x33\xab\x0b\x6a\x1d\x17\xe6\x58\x35\xa0\x1c\x8b\x1e\xc3\x19\xef\x0c\xa5\xb3\xc0\xd8\xca\x4c\xf9\xc8\x64\x56\xd9\x6d\x35\xa8\x4d\x7e\x17\x6d\x00\xf3\x61\x69\xd6\xc8\xa2\x59\x73\x78\xc5\x1e\x37\xc5\xaf\xd5\x72\x5b\xa0\x23\x98\x83\x46\x99\x59\x38\xd5\xc7\x04\xe2\xc9\x6e\xd9\xe6\x6c\x0b\xb7\xb1\x66\x66\x11\x90\x02\x0a\xfc\xa3\xeb\xa5\x7b\x79\xc1\x73\x03\xec\xb0\x51\x41\x8f\xee\x63\x0a\xdf\xd1\x00\xb0\x8d\xfb\x5b\x00\xb6\x20\x77\x1e\x52\x33\x02\x16\x70\x5f\x43\xf4\xc9\x84\x6f\x6f\x08\xf8\xc6\x37\x36\xe4\xc8\x5a\xa1\x37\x6d\x15\xc5\xe4\xfc\xbf\xaf\x7d\x03\x75\x07\xc4\x19\x5d\xe5\x36\x20\xf8\xe8\xf9\x2a\x47\xf4\x81\x2f\x84\x15\x8b\x0d\x30\xf5\xcd\xd0\xe5\xcc\x17\x55\xd3\x10\x42\x95\xad\xfb\xd0\x7f\x23\x3e\x31\xc8\x1e\x05\x7d\x7b\xa7\x22\x09\x77\x2e\x3e\xb0\xe8\x6f\xac\x11\x25\x0c\x7b\x99\x72\xbd\xdf\x27\xa0\xfd\xf3\x81\x67\xf2\xe4\x39\x0f\xd9\x9e\xee\xa2\xd7\xd4\xc6\x37\xad\xdd\x7b\xcb\x5d\x7c\xbb\xdf\xf0\x9a\xc7\x4e\x8e\xac\x2f\x4d\x96\xb3\x17\x13\x12\xef\xbc\x71\x79\x47\x38\xd8\xe0\x91\x98\x05\x5f\x70\xd4\xd4\x95\xec\xfb\x9f\x49\x88\xef\xb8\x62\x53\x8c\xda\x61\xf8\xda\x07\xef\x7f\xef\x7b\x07\xe3\x22\xdb\x98\x54\x10\x90\x70\x90\x1e\xdc\xba\x06\x7f\xcb\xd6\xee\x91\xf3\x25\xa0\x25\x30\x61\xee\x82\x96\x69\x3b\x50\xe8\xae\x9b\xaa\x31\xe3\x8d\xba\x54\xb7\x29\xdd\xe3\x56\xcc\x24\xf8\x6a\xa1\x82\xaf\x16\x92\xf7\x53\x8e\x82\x88\x08\xe7\x61\xc2\xd6\x5d\xe2\x12\x45\xc7\x0b\x9f\x8f\xc7\xe9\xcc\x38\x8a\x8f\x64\x46\x11\xf9\x62\x54\x8b\x19\xb0\xc3\x38\xf1\xa5\x0b\x63\xec\x40\x42\x54\x7a\x7c\x4d\x49\x98\x24\x17\x16\x46\x51\xfa\x46\x43\xdc\x13\xb1\xa9\x86\x71\xeb\x66\xc9\x97\x2d\xc2\x08\x19\x77\x4f\x65\xe7\xb8\x4c\x73\xe9\x8b\x8a\x80\x53\x78\x18\x83\x7d\xad\x3e\xef\xe2\xdc\x98\x82\x61\x84\x1e\x70\x19\x01\x92\x4e\x9d\x2f\x56\xe8\xff\x6c\x8a\x90\x4c\x35\x76\xc4\xa4\xaf\xb3\x4d\x40\xca\x3b\x1a\xa9\xbd\x9a\x31\x09\xc3\xcf\x73\xe1\x91\x92\x20\x95\x5d\x64\xeb\x4c\x6f\x72\x69\xf4\x28\x38\xfb\xcb\xba\x5b\x5b\xd2\x73\xcc\xb8\xee\xde\x4c\xc1\x2a\xc6\xc7\xa3\xf4\xa6\x18\xcd\x29\x12\xc7\x3d\xcb\x99\x2f\x59\x17\x46\xf5\x5c\xc8\xbd\xae\xd6\x79\x39\x81\xa5\x1b\x73\x6d\x70\x44\xf2\x4d\x65\x0c\x5a\xe9\x21\x5c\x31\xdf\xdf\x54\x58\xcf\xf8\x7c\x29\x2c\x72\x51\x23\x23\xb6\x66\x20\x5f\x29\x61\xd0\xc4\xc9\x22\xbe\xa3\x91\xfc\xb0\xcf\x72\xe1\x1e\x42\x39\xe5\x3b\xb4\xda\x39\x9f\x64\xe5\x35\xac\x94\x07\xaa\x9a\x3a\xb6\xc0\x4d\x67\xbf\xaf\x65\x68\x10\xeb\xdc\x53\xc5\x1f\x6a\x5b\x5b\x76\x77\xf5\x22\xc3\xab\x34\xdd\x4a\x37\x2a\x3f\x94\x62\x2b\x7f\x34\xa3\xb8\xa7\xb9\x5e\x47\x50\x62\x4b\xaf\x7b\x24\x97\x0c\x3e\x5e\x50\x7c\xc5\xaf\xe2\xd0\x12\xf7\x04\x3c\x11\xb9\x4d\x80\x23\xf1\xac\xff\xf1\xde\x8a\x06\x7d\x09\x18\x62\x80\xdb\x16\x4d\xe1\xd7\xe3\xbe\xa1\x07\xc1\x26\x79\xd8\x0d\x26\x03\x9d\xfd\xe0\x15\xe1\x6d\xba\x8c\xb8\xc7\x7c\x03\x03\xdf\x8a\xc6\x8f\x0d\xa8\xbb\x8f\x2e\x68\xf6\xea\x90\x1a\x8f\x0e\x74\x28\xac\xf7\x9e\x11\x7a\x14\xb5\xe2\xeb\x7d\x0c\x17\x21\x79\x4f\x6d\xb7\xc5\xa3\x96\xee\x21\xb5\x8f\xf8\x0e\x99\x82\x5c\x70\x98\x2d\x9b\xb6\xa1\xe1\x91\xc3\xba\x7a\xe9\xe1\x6b\x8b\xeb\x26\x32\xc0\x04\x7e\x97\xed\xf4\x80\xb5\xe5\x39\x43\x34\xc9\x0f\x7c\xda\xda\xe7\xea\x9b\x3e\x5f\x5b\x1e\xb6\x40\x2e\xd4\x6e\x7d\xc5\x09\x96\xeb\xd8\x12\x82\x9c\x9a\xa7\x99\xb3\xbf\x27\xb2\x28\xf0\xb9\xc6\x04\xb0\xd8\xe6\xe0\x13\xb0\x84\xae\xdd\x36\xe3\xae\xe2\xa4\x9e\x44\xa7\xef\x10\x9d\x5e\x71\xf4\xb8\x06\x6b\x95\xcb\x36\x68\xd4\xa1\x7c\x7c\xdc\x6a\x98\xe7\x15\x9f\xca\x1a\xc2\x1b\xe6\x56\x65\xbe\x1d\xe1\xed\x0d\x45\x8e\xb0\x06\xc8\x31\x02\x00\x7b\x18\x0b\x61\xae\xaa\x80\x62\x15\xe6\x78\x4b\x51\x87\xa0\xe1\x01\x30\x84\xc7\x73\x93\x07\x72\xe8\x9a\x3d\x6c\x95\xee\xd9\x8c\x5a\xd5\xcc\xff\x86\xc7\x19\x15\xfa\x5c\x3e\x03\xa8\x79\xd3\xf4\xfc\x06\xce\x96\xc5\xad\xc5\x8d\x43\xd3\x4b\x8b\x67\x71\x6b\x71\x33\xc2\x94\x40\x8f\x51\x25\xd0\x87\x71\xb5\xe1\xeb\x4b\xa8\xae\x76\xb7\xe8\x77\x34\x41\x5d\x85\x67\x97\x7c\xed\xc9\xa5\x4b\x18\xd5\x38\xca\x19\x52\xe8\x30\xf3\x54\xcd\x0b\x12\x22\xca\xc9\xaa\x4f\x38\xe5\xde\xba\x47\x79\xc3\xca\x47\xd9\xa7\x66\x0a\xee\xf4\x65\xa3\xf3\x7c\xb7\xb8\x29\x7b\xf6\x19\x5f\x65\xd8\x61\x0e\xcb\xba\x30\xb0\xf4\x25\xc0\xd2\x37\x04\x96\x5e\xc9\x0b\x8b\xe3\x52\x69\xd1\xd9\x94\x7d\x0e\x4f\x81\xa0\x94\xd7\x27\x34\x02\x1c\x5d\xe4\x53\xb9\x60\x9d\xc9\x54\xca\xd6\x59\xc8\x82\x4f\x50\x82\xbe\xfd\x28\x82\xf7\xb1\x03\x99\x2a\x8d\xd5\x00\x59\xfd\x16\x77\x0b\xb9\xb0\x96\x15\x03\x6a\xc3\x07\x89\x09\x60\x71\xaf\x20\xc1\x1a\x8f\xc4\xa6\x38\x2e\x18\x24\xf0\xab\x98\x51\x0a\x07\xf3\xc0\xc2\xb8\x08\xee\x22\xdf\x75\x93\x80\xdb\x5c\x26\xd3\x41\x48\xab\xde\x00\xad\xe6\x21\x9c\x56\xda\x09\x2a\x85\xad\x88\xa6\x26\xbe\xc5\x7a\x3d\x9f\xbd\x1b\x0d\xd7\x62\xbb\x9c\x0f\xaf\x47\x0b\xec\x57\x9f\x34\x53\x30\x91\x5e\x21\xb3\x4a\x8c\xc9\x5b\xb8\xae\xdf\xc2\x96\x16\x9d\x5a\x95\xb8\xe8\x7d\x35\x8d\xb3\xb3\x53\xee\x90\xbc\xc6\x87\x87\x2e\xb5\x44\x08\xa6\xe6\xb2\x12\x3f\x5d\xa3\x9e\x2b\x02\x28\x57\xf6\xc8\x4e\xd2\x3a\xcc\x0c\xa5\xc1\x3d\xfe\x1b\x15\xf0\x0e\xfa\x44\xd0\xb7\x83\x57\x5f\xdb\x95\x68\xdf\x78\xfb\xb5\xef\x4d\x80\x63\x6c\x74\xc7\xd8\xad\xba\x2c\x44\xe7\xf0\x46\xb5\x7c\x80\x5e\x06\x57\x0c\x47\xa0\xd8\xf9\x0e\x1f\x6b\x0b\xb6\x1f\x0d\xe5\xd8\xe8\xc3\x23\x91\xea\xc8\x37\x2a\x21\xc8\x13\xbc\xac\xc9\xee\xd0\x72\xd6\x68\x0a\x45\xde\x3a\x68\x18\x72\xb7\x88\x03\xfa\xde\xad\xa5\x18\x17\xd3\x8f\x1b\xfc\x3f\x79\xdf\x21\x6c\x80\x7f\xe5\xe1\x40\xfd\xff\x21\xaf\x3c\x0c\x2d\xb3\xee\x99\x07\x5c\x63\x3f\xc3\xe1\x80\x78\x1e\x47\x1b\x57\xd1\x7c\x46\x8e\x70\x9e\x22\x22\xde\xca\x47\x94\x37\xfb\x9a\xc5\x57\xac\x36\x98\xa2\xc3\xfa\x82\xf3\x1c\x51\x6d\x92\x63\x7c\x53\x5f\xdc\x04\x89\x19\xef\x16\x49\xbc\x5a\x23\x52\xbd\x2d\xaa\x54\xeb\xd1\x0c\x26\x09\xdd\xa2\xb1\xb8\xd1\x23\xf2\x3c\xa9\x75\x6a\x0f\x9a\x1c\x4f\xee\xa8\xd5\x92\x49\x4e\xfa\xda\x51\x91\x49\x66\xa2\x80\x41\x57\x24\x26\xbc\x5c\x44\x62\xe4\x5a\x73\xbc\xf3\x23\x21\x8d\x1f\x7b\x61\x04\x2d\xd6\x62\xe2\xaa\x83\x42\x01\x34\xc9\xab\x82\xb6\x0c\xfd\x53\x25\x36\x7c\x33\x5e\x62\xf4\xf9\x6d\xbc\xbc\x2d\x31\x50\xf6\x0b\x78\xb9\xb1\x6e\x7f\xfa\x3e\x8c\x0f\xae\x42\x47\xaa\x7f\x8f\x56\xfa\xc5\x8b\xcb\x5c\x7c\x76\xb0\xa8\xe8\x95\x4c\x2f\xd9\x6f\x47\x5b\xdf\xf7\x6d\x35\xdf\xf1\xfe\x98\xfa\x03\x30\x51\xcb\x46\xba\x4b\x1b\xc1\x76\x3b\x7b\x22\xe0\x52\x43\x87\x61\x07\xaf\xac\x0d\xe0\xe4\xb6\x10\x6b\xdf\x2b\x7c\x69\xd2\x86\x59\x67\xd6\xe5\x4c\xfc\xc4\x79\x8a\xf4\xf2\x58\x53\xf0\xf6\xb6\x1a\x4d\xf0\x44\xf7\xc1\xc1\x61\xc8\xd1\x5b\xde\x3e\x49\xd1\x8d\xa4\x00\xe7\xfa\x1e\x40\x2f\x57\xb5\xcb\x5d\xf8\x57\xef\x2e\x29\xb8\x68\xef\x64\x1f\x49\x87\x8b\x37\x12\xf4\xc5\x6b\x7b\x20\xe9\xf8\xcc\xbd\x29\x1e\x10\x80\x16\xc9\xef\x15\xbb\xd7\x38\x7d\xe1\xd4\xfe\x46\x5f\xe3\x54\x3b\xaa\x92\x30\xbf\x26\xc3\x3e\xc1\xdb\xce\xca\x09\x4e\x28\x0f\x66\x83\xbe\x1b\xa0\xf8\x1f\xad\x51\xb1\x41\x17\xeb\x8f\x5b\xab\xc2\x69\x10\x2e\xa1\x51\x05\xdf\x78\xcb\x7f\x58\x56\xb0\xd6\xdc\xd3\xd6\xc9\x23\x88\xf1\x95\x88\x21\x60\x26\xd3\xd2\x6e\x3e\x8d\x0a\xf6\x17\xdd\x8e\x32\x44\x57\xa0\x46\x99\xa6\xbd\x03\xee\xbb\xfc\x54\x6c\x05\xa6\xa3\x3b\x53\xb8\xea\xe8\xb1\x45\x5c\x61\xf9\xb1\x7b\xe3\x12\xc1\x9d\xb4\x20\x91\x00\xe4\x56\x76\xdc\x02\x88\x3f\xcb\x63\xcb\x21\xd0\xf4\x73\xfa\x0a\x30\x64\x35\x1a\x3d\x78\x65\x3d\x7a\x5e\xdd\x72\xda\x6b\xb1\xcd\x4e\x94\x70\xbc\xe6\xac\x47\x8f\x3e\x20\x92\xe5\x2f\x03\xb7\xb7\x98\xc5\xb8\x89\x09\x1c\x26\x69\x45\x9c\x14\x56\x82\x85\x8b\xdf\x77\x9e\x78\xf6\xf9\x43\x83\x47\x63\xfb\x95\x43\x30\x5b\xe2\x17\x99\xdc\x67\x17\xe4\xc1\x3e\xc0\x02\xde\xbd\xe3\x4c\xd4\xee\x71\x0e\x6a\xf7\x01\x70\xd9\x1b\x36\x36\x7f\x89\x2f\x61\x21\xae\xc5\xec\x71\xa6\x54\x64\x1d\x96\xb8\xe1\xe3\x57\x21\x0e\x8a\xb9\x27\x0c\xf7\x24\xf6\x24\x69\x10\x64\xb8\x56\xf9\xd8\x70\x7d\xf0\xb1\xe1\x4a\xe7\x63\xb5\x61\x83\x16\x74\xdd\xda\x06\xe2\xf2\xf2\x5d\x3c\xda\x3e\xd5\x6f\xd8\x3f\x66\x97\x95\x07\x7c\xc1\xcd\x92\x14\xcf\x07\x78\xf9\xfd\xc7\x20\x87\x62\x33\xc4\x9f\xc6\x0e\xcb\xd0\xf7\xca\x07\x45\x18\xb3\x8c\xa6\x4c\xb5\x38\x80\x18\xf7\x6c\x71\xf4\x1c\x04\xd0\x2f\xcf\xdf\xeb\xa2\x12\xbe\x5c\x3c\x22\x66\xcf\x6c\x1d\x29\x87\x8c\xd6\x1a\xc6\x9e\xee\xd1\x43\xfe\xfa\x78\xac\xba\xbc\xbb\xa7\x92\x5f\x22\xda\xb7\x70\xf2\x95\xfe\xe1\xf3\xfc\xec\x8b\x6e\x59\xec\x2d\x59\xbd\xcd\x81\xdb\xff\x3e\x70\x26\x35\x30\x7b\x93\x06\x86\x82\xd1\xf3\x35\xb0\x10\xe8\xeb\x35\xc6\x18\xe4\xe4\x13\xbb\x7d\x67\x6b\xb5\x8a\xcb\xe9\x28\x38\x7f\xa7\xef\x60\x06\x77\xed\x8e\xde\x74\x8d\x32\xc9\x53\xb2\xee\xdd\xc8\x71\x66\x3b\xc4\xe7\x06\xd1\x0e\x25\x4d\x0e\xe2\xef\xbb\x72\x47\x85\xcb\x63\xaf\x7c\x2d\x28\x7d\xa6\xef\xf0\xe9\xc6\x4a\x4e\x1b\x41\x49\x66\x1f\xe7\xe7\x76\xfe\x08\xba\x32\xc5\xb8\x51\xba\xa9\xb6\xbc\x2c\xeb\x63\x77\x3c\x38\x14\x83\xb5\xf9\xcf\x88\x09\x91\x1c\x72\xe6\x33\x7c\x4f\x37\x50\x61\xc7\xc2\x61\x9c\x6e\x04\x45\x74\xde\x04\xc4\xf4\xe6\xd7\x77\xe7\x03\xc8\x89\x09\xaa\x29\x13\x13\x5a\x53\x26\xa6\xaf\xec\xf0\xb8\x2e\x60\x57\x67\xba\x07\x02\x79\xb0\x03\x42\x43\x7e\xc3\x16\xc4\x33\x59\x90\x52\x5b\x91\x6f\x65\xc6\x28\x9d\xc9\x77\x0c\x14\xdc\xb5\x2c\x50\x76\xd5\xf2\xa8\xd6\x3a\xac\xb3\x96\xdd\x09\xcf\x0f\xc4\x73\x20\xe0\x07\xe2\x81\x3b\xd9\x3c\x83\x26\x4d\xf6\xb6\x2a\xf4\x26\x6a\x81\xbf\xd0\x28\x03\x35\x10\x5f\xb2\x41\x68\xd1\xae\x99\x44\xb8\x95\x93\xde\x4e\xf0\x15\x0d\x9d\x4e\x44\x9e\x2f\x02\xeb\xa7\x21\x3f\x86\x23\x39\x0c\x78\xb9\x70\x88\x31\x3b\xd3\xeb\x13\x7f\x0b\x35\x4c\x52\x83\xce\xac\xab\xeb\xd2\x19\xb0\xb4\x37\xef\x28\x2e\x02\x5e\xf1\x73\xc2\x76\x4e\x52\x1e\x14\x3e\xa7\x8f\x41\x27\xc2\xa2\xb4\x27\xa3\x92\xb6\x15\x8c\x8a\x01\x5e\x24\x62\x1a\xe3\x06\xad\x7c\x3b\x00\x57\xc6\x3d\x64\xb7\xf6\x20\x5f\x30\x43\xfc\xeb\x58\x7e\x7d\x76\xb5\xf3\xba\x3c\x59\x33\x43\xe9\xca\xc5\x30\x58\xb9\xcc\x89\x60\xb6\x68\xe5\xca\x15\xfe\xbb\xe2\xed\x5d\x97\x12\xce\x3d\x8b\xeb\x88\xf6\x8a\x9d\x9c\xc1\xd1\xa0\x87\xf7\x4e\x07\x82\x26\x4b\x98\xb8\x28\x30\x06\x28\xbf\x94\x8b\x5d\xb0\xdb\xf0\xab\x7c\xab\x79\xcf\x17\xd3\x98\xcf\xe0\xae\xc6\x2d\x91\x17\x12\x13\xc0\x4c\xdd\xbb\x64\x4d\x87\xe7\xa3\x79\x40\x1e\xac\xdf\x55\x0f\xf5\x87\xa1\xcc\x11\xc3\x9c\x1f\xe4\x33\x5b\xcb\x91\x8c\x81\x6f\x86\xc1\x86\x52\x48\x18\x97\xfd\x14\xc9\x69\x2e\x6d\xa2\xe1\x96\xd4\x6c\x99\x65\x6d\x67\x01\x2c\x44\xf1\xe0\xd5\x12\x69\x83\xa4\x7f\xcd\xf3\x2a\xf9\x24\xae\x0e\x9f\x07\x57\xc5\x9b\x55\x32\xf0\xae\x89\x8e\x05\x3d\x94\xab\x22\xe5\xec\x94\x65\x62\xc7\x22\xb9\x17\x34\x80\x7d\xda\xb5\x8b\xa7\x0f\xc3\xfb\xfe\xf4\x62\x40\x05\xb0\xcb\x00\xff\xa0\xb7\x4f\x6a\x3b\xec\x6e\xc3\xdf\xf4\x32\x41\xf9\x0e\xcb\x15\x6b\x88\x14\xdd\xfd\x53\x70\x9b\xe0\xf0\x7a\xc4\xe0\x16\xc8\xa6\xfe\x9e\x82\xdc\xd5\x1e\xda\x3f\xfb\x1e\xe0\x05\x27\xa9\x19\x21\x72\xa4\x7a\xf8\x5c\x92\xa2\x0a\x07\xb2\xf9\x80\x8e\xc7\x13\x7d\xdc\x8f\xa8\xa8\xa8\x11\xa2\xf4\xb6\xb8\x9f\x33\x7f\x67\x34\xce\xe6\x49\x42\xd5\xe9\x75\x59\xf2\x16\xd5\xcf\xee\xbe\xe8\xe4\x53\xdf\x34\xeb\xcf\x49\xbe\xe4\x3e\xd1\x6f\x82\x0b\xd9\xc5\x8d\x17\xae\x6a\x14\x4c\xe4\x93\x43\x3f\x71\xc1\x3f\x91\x96\x4a\x0c\x04\x77\xb6\xfd\xb4\x41\xc4\x86\x74\xb6\xbe\x44\xc4\x0a\x11\xfc\x12\x00\x3e\x0b\x7c\x16\xf9\x1d\xbe\xf6\xf8\xda\x97\xe5\x8d\x64\x06\x87\xa1\xec\xa4\xf5\xad\x10\x73\x87\x6f\xbe\x84\x8c\x3f\xa5\x1e\xbd\x92\xd0\x3e\x70\x53\x1c\x57\xa7\xf1\xf6\x41\xf1\xf2\xac\xd8\x73\xff\xc2\xd8\x43\xde\x36\xbb\xd3\x28\x84\x28\x86\xab\xd7\x28\x09\x3e\x04\x9b\x20\x5d\x56\x0b\x94\x30\xc5\x72\x3b\x34\x52\x82\x14\xd7\xe6\xfb\xcc\xb7\x4b\x43\x88\xf5\xad\xd2\x10\xa1\xb7\x68\x9b\x2d\xdf\x1a\xf5\xd9\x3d\xaf\xe0\xaf\xdb\x3e\xa5\x34\xbd\x3d\x03\x57\xf9\xf0\xc1\x3e\x3c\xf7\x8f\xe7\x55\xf8\xd8\xdb\xcc\x3d\x5d\x5c\xd5\xdb\x9d\xd3\x9f\xf4\x86\x85\x47\xbd\x82\xf9\x2b\x38\xc4\x97\x93\xef\xd0\x95\x0b\xc6\x69\x74\xb3\x39\xd6\x00\xe8\x65\xfc\x18\xfb\xe3\x7f\xfd\x57\x80\x53\xf0\xdf\xfe\x2d\x3d\x7b\xf9\x63\x5a\x7e\xe1\xbb\x6a\xf8\x3d\xcd\x2f\xd5\x66\xb7\x31\x28\xfa\x7c\x15\x01\xf2\x61\x37\x78\xe5\xa9\x85\x5b\x5f\x58\x82\x59\xfb\xff\x06\x00\x00\xff\xff\xa6\x54\x9c\x46\x8b\x96\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xfd\x72\xdb\x48\x92\xe7\xff\x78\x0a\xb4\x37\x7c\x76\x47\xc8\x74\x74\x4f\xdc\x47\x4c\xd8\xee\x93\xa5\xf6\xc7\xac\x65\x69\x2d\x79\xe6\xe6\x1c\x0e\x34\x48\x40\x24\x46\x24\xc0\x06\x40\xd1\x9a\x8d\x8d\xb8\xd7\xb8\xd7\xbb\x27\xb9\xcc\x5f\x66\xd6\x07\x00\xca\xf6\xec\xc6\xdd\x3f\x64\xa1\x2a\xeb\x2b\x2b\x2b\x2b\x33\x2b\xab\x2a\xdf\x6e\xb3\xa2\xec\x16\xe9\xf3\xf4\x38\xdd\xe6\x55\xbd\x2e\xbb\x2e\xed\xca\xf5\xf5\x93\x55\xd3\xf5\x65\x91\xbe\xae\x7a\xfa\x6e\x6f\xab\x45\x99\x24\xab\x66\x53\x12\xe8\x1b\xfa\x4b\x8a\xbc\x5b\xcd\x9b\xbc\x2d\x28\xe2\xd4\xc2\x49\xf9\x65\xbb\x6e\x5a\x06\xfa\x55\x42\xc9\xaa\x5c\x6f\x39\x0f\xfd\x25\x5d\xb5\xac\xb3\xaa\xa6\xcf\x4b\x0a\xa5\x6f\xeb\xa4\x6b\x16\x55\xbe\xce\x82\x04\x44\x58\xfa\x1f\xd3\x9f\xeb\x22\xbd\xec\xcb\x6d\xfa\xac\xdb\xe4\xeb\xf5\x8b\xbc\x43\x96\xbe\x4c\xf3\xc5\xa2\xd9\xd5\xfd\xb3\xa7\x92\x20\x85\x37\xbb\xde\x4a\x3f\xdf\xf5\x12\xb7\xdb\x5a\xd4\xc7\x6d\xd2\x96\xcb\x8a\x3a\xd6\x52\xd4\x07\x0d\x26\xfb\x72\xde\x55\x3d\x37\xfa\x2f\x12\x4a\x6e\xcb\xb6\xab\x1a\x6e\xcf\x9f\x25\x94\x6c\xf3\x25\x03\x5c\xd0\x5f\xd2\x97\x9b\xed\x3a\x47\x86\x2b\x0d\x26\xeb\xbc\x5e\xee\x04\xe6\x9d\x06\x93\x45\x5b\x52\x52\x56\x97\x7b\x8a\x3d\xc1\x47\x4a\x1f\xb3\xd9\x2c\xd9\x11\x4e\xb3\x6d\xdb\x5c\x57\xeb\x32\xcb\xeb\x22\xdb\x08\xd6\x3e\x52\x7c\xaa\xf1\x29\xc5\xa7\x1c\x8f\x6e\x94\x05\x21\x28\xcb\x3b\xed\x0b\x0d\x0d\xe1\x2b\xef\x12\x14\x55\xe7\x1b\xcb\xcd\xc1\xa4\xdc\xe4\xd5\x9a\x07\xe1\x09\x07\xa8\xf1\x5d\xb7\x6f\x30\x54\x17\x1a\x24\x44\x64\xfd\xdd\xb6\x04\x1e\x9e\x5c\x51\x28\x59\xe4\xdb\x7e\xb1\xca\xb9\xad\x12\x4a\x08\x68\xdb\x10\x42\x9a\xf6\x0e\x70\xf6\x91\x34\xed\x32\xaf\xab\xbf\xe7\xbd\x20\xe9\x3c\xf8\x4c\x36\x55\xdb\x36\x8c\xdf\x33\x04\x12\xea\x71\xc6\xe5\x50\xcc\x7b\xc2\x44\x50\x0a\xa7\x6c\xaa\x65\x2b\xa8\xe4\xc4\x33\x7c\x71\x29\x9c\x76\xdd\xb4\x37\x9a\xf0\x8a\x83\x83\xac\xd4\x08\x4d\x8d\xeb\xcf\x6b\x42\xbe\xa6\x9e\xe1\x23\x02\xe8\x92\xbc\xd8\x10\x2a\xb7\x79\x5d\x32\x8e\x8e\xf9\x8b\xf0\x42\x5f\x89\xd2\x54\xd6\x95\x7d\x5f\xd5\x4b\x46\xf6\xb1\x44\xa5\x97\x1a\x95\x04\x69\x2e\xee\xae\xd9\xb9\xe1\xa4\xf8\xbf\xd2\x67\x7a\x21\x9f\x92\x16\x64\x42\xa2\xcb\xc9\x3d\xe9\xb2\xeb\xb2\x2c\xa4\x2f\x5d\xfa\x8a\xc2\xc9\x76\xb7\x5e\x13\xd6\x7e\xdf\x95\x5d\xcf\x99\x2e\xe8\x9b\xfa\x2f\xdf\x49\xd5\x75\x14\xa0\xe8\xb7\x08\x24\x34\x74\xf5\x02\x9d\x39\x41\x20\x49\x3e\x75\x65\xde\x2e\x56\x9f\x13\xf9\x47\x5b\x39\xc0\xb4\x77\x68\x50\x99\x90\x94\x88\xa4\x06\xab\x20\x59\x34\x05\x7f\x9c\xd0\x1f\x15\x5d\xd5\x5d\x4f\x33\xee\x73\xa2\x01\x06\x93\x90\x0c\x40\x5f\xf5\xc0\x82\x46\x62\xfa\x76\x3c\x82\xe9\xab\xaa\xed\xfa\x27\x7d\x45\xc4\xfa\x61\x57\x27\xdc\x3f\x9a\x6d\x59\x31\x37\x26\xf4\xba\x21\x14\x21\xba\xa5\xfe\x9d\xdd\x5d\xfe\xcb\xbb\xa3\xf4\x82\x38\xd1\xb2\x2d\x29\x9c\x52\x19\xf4\x47\x79\xfe\x30\x4b\x28\x97\xd5\x74\x9a\xf7\xf9\x3c\xef\x4a\x8f\x56\x4e\x14\xea\x76\x69\xa0\x71\xe6\x6a\xe0\x60\x5d\x1f\xf5\x77\x6a\x86\x50\x19\x3a\xaf\x5c\x19\xef\x79\x72\x51\x3c\x33\x35\x64\xbe\x58\x97\x1c\x4f\x45\xa5\x6f\xdf\xbf\x3f\x3f\x7d\x99\x96\xf5\xb2\xaa\xcb\x74\x5f\xf5\xab\x74\xd7\x5f\xff\xb7\x6c\x59\xd6\x65\x4b\x3c\x6e\x51\xa5\x34\xa7\x5a\xa2\x84\x94\x08\x5b\x3a\x37\x4b\xba\x6e\x4d\x73\x1f\xe8\xbd\xbc\x7c\x97\x9e\x31\x8a\xb7\x79\xbf\x42\x43\xfa\x55\xd2\xfd\xbe\x66\x14\xb9\x0a\xaf\x56\x65\x0a\x2a\x03\x50\x73\x6d\xf8\x48\x0b\x6d\xe3\x2c\x29\xdb\x36\x23\xb6\xd4\xdf\x65\x9a\x59\xcb\x1b\x42\x4a\x11\x44\x3a\x75\xd3\xa7\xf3\x32\x45\x9e\x59\x92\x58\x83\x0d\xbb\xc7\xdb\xed\xba\x5a\xc8\x5c\x7f\x2d\x69\x1e\xd1\xbc\x82\x28\x96\x42\x38\x20\xca\xd2\x02\x74\x11\x7b\xe6\xf9\x90\x46\x0c\x04\xf9\x57\x25\x31\xc0\xd5\x6e\x29\x6c\x6f\xdd\xec\x8a\x1f\x40\xa9\xd6\x7a\x4f\xa8\xe9\x87\x86\x1a\x0c\xec\x38\x00\x5f\xc5\x31\x51\x1c\x2f\x5a\x6d\xb9\x69\x88\xaf\x38\x62\xaf\x88\xa0\xf6\x15\x25\x52\x4f\xbb\xfc\x96\xe6\x5b\xdf\xa4\xfd\xaa\xea\xd2\x82\x88\x6d\xc1\x05\xd3\xd4\xd8\xd1\x72\x21\x64\x41\x04\x2a\xa4\x61\x71\xf1\x18\x00\x6a\xb3\x23\x6a\x5a\x51\x61\xbc\x18\xf1\xca\x49\x45\x4e\xb5\x13\x5d\xa2\x72\x40\xdf\x44\xb9\x0d\x71\x65\xe6\x9b\xa7\x08\xe8\x77\x58\x3e\xb5\x2a\xbf\xbe\xa6\x56\x75\x44\x15\x6f\xd2\xc5\xba\x21\x92\xfa\xf8\xe1\x5d\xc7\x04\xb3\xca\xb6\x4d\x8b\x65\x8e\x92\x2e\x28\xe8\xe2\x02\x44\x33\x44\xbd\xdb\xcc\xe9\x6b\xbf\xaa\x88\x03\x00\xed\x9c\x83\x57\x73\x8a\xa5\x2a\x76\x1d\x0d\xe1\x51\x4a\x24\x4c\x3d\x20\x94\x81\x00\xb8\x0f\x45\xd5\xe5\x73\x1a\x7b\x06\xbf\xa6\x65\x6b\xd7\x12\x59\xad\xfa\x7e\x6b\x35\xbf\xb9\xba\xba\x90\xaa\x5d\xec\x7d\x75\xe7\x01\x65\x60\x0c\xd6\xbc\xf0\xd6\x69\x53\xcf\x40\x24\xbb\x76\x3d\xa0\x1f\xea\xab\xa5\x1c\xc0\x0b\x37\xe1\x29\xff\x5c\x7a\xf4\x00\xcf\x1d\x49\x27\x7b\x50\x13\xe1\xb8\xc4\x02\x48\x44\xdd\x6c\xb9\xdc\x80\xaa\xcf\x35\xc2\x93\x32\x16\x4d\x97\x2e\x4b\x27\xa5\x42\xf6\x09\xd8\xff\x86\x3a\xac\x6c\xe4\xf2\x8c\xd0\x00\x5e\x82\xd8\xeb\xb6\xd9\x50\xec\x2b\xfa\xf3\x11\xbe\xf9\x67\x5c\x1e\x60\xf2\xa2\x20\xfe\xd6\x1d\xa5\x1f\x5e\x9d\xa4\xff\xf9\x0f\x3f\xff\x3c\x4b\xdf\xf6\x3c\x13\x99\x38\xff\xc6\x44\x45\x41\x59\xc3\x1d\x28\xb1\x8c\x9e\xe8\xee\x01\xcf\xac\x07\xe9\x33\xa4\xfe\xf7\xf2\x4b\x4e\xf2\x47\x39\x5b\x34\x9b\x17\xcc\x55\x36\x79\x3f\x4b\x38\x85\xc8\x55\xe9\xf8\xb2\xac\x0b\x0a\xa8\x24\xa0\x69\x01\xbb\xd3\xf4\x40\x2e\x10\xa9\x28\x5b\x34\xf5\x75\xd5\x72\x87\x7e\xad\x41\x0d\x26\x2f\xd1\x3a\x80\x14\x5b\x6e\x09\x69\xc4\x41\xaa\xeb\x3b\x0f\x8a\xae\xbe\xe7\x48\x1d\xd0\x44\xa8\x2e\x53\x51\xd2\x61\xf9\x52\x88\x91\xc7\xed\x9c\xba\xd7\x1a\xbe\x3b\x8f\xf0\xe6\xfa\x7a\x4d\x1c\xd5\xb8\xa4\xd6\x70\x2e\xb1\xc2\x30\x43\x10\x22\xc6\x2d\x24\xbe\x53\x25\xe2\x93\xd3\xf7\x69\x79\x4b\xd4\x46\xe4\x40\x4b\x74\xb1\x5b\x80\xc2\x18\xf6\x28\xe5\xf5\x89\xf0\x4b\x73\x63\x21\x7c\x35\x60\x12\xdc\x34\xe6\x44\x0b\x02\x22\xde\xa0\x93\x22\x13\x04\xb5\x26\xfb\x58\x35\x97\x2c\x34\x87\x69\x93\x19\x46\xad\xc3\x28\x75\xc3\xbc\x34\xdc\xf5\xfa\x2e\x85\xa0\x02\xba\x10\x51\xd2\x64\xde\x6e\x96\xe8\x22\x69\x92\x73\x76\x5b\x41\xca\x74\x43\x85\x54\x13\xa3\x79\x4e\xff\x99\x01\x58\x7c\xed\x26\xf3\xba\x86\x9d\x73\xc5\x9d\x93\x30\xb9\x7d\x1d\x9a\x80\x1a\x58\x0c\x26\x62\xbc\xad\xc0\xe2\x14\x59\x68\x2b\x61\x0c\x55\x53\x55\x5d\x59\xa2\x04\xca\xff\x94\xca\x44\x9e\x99\x4a\x5d\x2a\x08\xd9\x82\x4f\xc2\x50\x5a\x34\x29\xaf\x40\xe0\xa3\x94\xdb\xba\x5a\x6b\xf7\xb5\xcf\x69\x5b\x2d\x57\xc4\x57\x9a\xfd\x91\x20\x6d\xbf\x6a\x4a\xa6\x9d\xb7\xa7\xcf\x7f\x92\x76\x2c\x99\xab\xba\x4c\xcc\x8f\xf3\x5d\xdf\x30\x9d\xea\x10\x4a\x13\xdc\xba\x06\xc8\x91\x7c\x27\x40\x43\x89\xda\x64\xc6\xb1\x98\xa0\xf3\x24\x4c\xd3\x09\xe2\x61\x24\xf7\x40\x2a\x57\xf1\x29\x5b\x36\x90\x0b\x4d\x5c\xe2\x35\x82\x54\x8c\xae\xcf\x96\x55\x9f\x5d\xf3\x84\xe5\x32\x5f\x71\x5e\x5e\xb2\x28\x25\x7d\x44\x49\x8f\x52\x9a\xf5\x24\xec\x16\x7f\x4c\x1f\xde\xaa\x9c\xf0\x07\x9e\x89\x59\x7e\x4b\xb0\x18\x0c\x95\x36\xdb\x52\xc4\x14\x53\x6b\x8a\x86\xe8\x9c\x71\xde\xed\xb6\xe0\xe8\x2a\x1a\x1c\xa5\x5b\x01\x2c\x9a\x7d\xbd\x6e\xf2\x02\x2c\x87\x66\x57\x05\xa5\x6c\x5e\xd5\x39\x2d\x6b\x56\x0a\x58\xd9\x43\xa2\x86\xf7\xe7\x57\x00\x5c\x36\xf3\x5d\xb5\x2e\x0c\x60\x46\x3d\xbc\xcd\xd7\x55\xc1\x02\x9e\x8e\x7b\x28\x4c\x59\x54\x25\x6d\x59\x34\x2d\xaf\xc3\xe8\x8d\x65\x3c\x20\x00\xb4\xbc\xb0\x22\x9a\xf2\x2a\x2c\xf2\xb9\xb5\x9a\xd1\x40\x03\x0f\xc9\x97\x57\x72\x50\x4c\xd5\xd5\x8f\x7a\xb4\x74\xb1\xa3\xba\x68\xd0\x39\x9a\x32\x76\xe9\x93\x17\xf4\x9b\xb0\x5c\x20\x7c\x6f\x39\x46\x3c\x27\xa6\x92\xb8\x93\x59\x1a\x35\x35\x22\x6f\x47\x5d\x46\xbc\x41\x5f\xc3\xf6\x1a\x09\x74\x3b\xa1\x57\xd6\x40\xd7\x34\xac\xe5\x0f\x14\x78\x44\x13\x78\xb9\xc6\x20\xe4\x10\x9b\x48\x7e\x6c\x08\x6f\x4c\x20\x47\x32\x5d\xae\xa9\x6b\xcc\x3b\xfb\xfc\x86\xda\x96\xf3\x32\x9d\x7c\x62\x2d\xfd\x73\xb2\x13\xc9\xab\x59\x17\x4e\xca\x05\x4d\x37\xed\x50\x2b\xf4\x40\x8e\x5e\x3b\x12\x5f\x17\xab\xcc\xe9\xf8\x8c\x94\xbe\xfc\x82\x35\x0f\x49\x5e\xe5\x67\x62\xe7\xa4\x64\x73\x87\xe1\xe2\x4e\x9c\xdd\xf9\xd1\x22\xb9\x8b\xa6\x08\xe9\x06\xf3\x86\xb1\x76\x5b\x3a\xa8\x93\x30\x36\xce\x40\x65\x91\x84\xa8\x45\xc5\xca\x1b\x25\x89\x86\xa9\xa9\xa2\x65\x92\x0e\xf4\x49\x6d\x0f\x9f\x13\xab\x20\x2a\x32\xf9\x44\xcc\x80\x14\x22\xaf\x94\x67\x36\x38\x4e\x39\x67\x5d\x52\xf9\x81\x5f\x07\x57\xe5\x96\x97\xcc\x4d\x87\x51\x5d\x13\x64\x71\xa7\x42\x9f\x1b\xdf\x5f\x84\xd3\xd2\x80\x13\x7f\xfa\xc1\xac\x1a\xdf\x59\xc4\xcb\x8a\x46\x12\xf9\xe3\x95\x43\x2c\x05\x24\x9b\xc1\x3c\xd2\xb6\x77\x47\x69\xb4\x06\xad\xf2\x8e\xb8\x2f\x2d\x70\x9a\xad\x98\x99\x5a\xc2\xa3\x96\x2f\x84\xe4\x61\xe1\x00\x91\x4a\xce\xa6\x1d\x2e\x69\xdc\x42\x61\x50\x5a\x8b\x5b\xf0\xb1\x9c\x87\xab\xfe\x44\x9d\x84\xb0\x4d\xc9\x32\x5f\xb6\x11\xa3\x82\x7c\xa5\x67\x65\x42\x82\xc9\x92\xe6\xa3\xd1\xdb\x73\xd6\x05\x97\x10\x8d\x95\xdc\x18\xa0\xec\x43\x0e\xaa\x10\x16\xf3\x8b\x59\x72\x68\x62\xef\xa1\x28\xd3\xd4\x1c\xa1\x9f\xd6\x1a\x4a\x9e\x19\x47\x96\x05\x17\xf2\x49\x47\x93\xdd\x23\xf1\x98\xad\x30\x69\x08\xa5\x72\xa2\xef\x16\x67\xe0\x49\xff\x6c\xfe\xe2\x61\xf7\xec\xe9\xfc\x85\x63\x8d\x8b\x55\xb9\xb8\x11\x69\xba\xaa\xe7\xcd\x17\x68\x7a\x34\xf0\x8c\xe3\x9a\xa7\xc8\xc3\x22\x5d\x51\x2a\x94\x01\x9a\xca\x94\x8d\x10\xcf\xa9\xd1\xa0\x51\x63\x78\xc6\xcf\xcc\x26\xe6\x16\x07\x23\x24\xca\x8d\x4a\xa4\x65\x09\x0d\x23\xcf\x1d\x18\x13\x3c\xdd\x1e\x73\x2c\x53\x2e\xd8\xbc\x27\x5d\xf4\x77\x5d\x6d\xaa\x7e\x44\x3a\xcc\x47\x72\x25\x41\x35\x30\x18\x2e\x51\x16\xb0\x81\xb6\x10\x37\xa6\x62\x68\xdd\x34\x72\xda\xe7\xa4\x24\xfc\x21\x25\x12\xda\xd1\x2a\xc4\x7d\xa2\x66\x12\x3b\xce\x79\xe1\x25\x05\x21\xef\xb2\x5d\xad\x68\x2d\x0b\x23\xa6\x37\x15\x16\x09\xae\xd7\x48\x3e\x80\x32\xcc\xab\x9c\x9b\x3e\x76\x18\xff\x91\x84\xe2\x6b\x97\x8d\x39\x37\x37\xa8\x62\x99\x2c\x9f\x1c\x3c\xe2\x6c\x75\x29\x7a\x1d\x30\xc0\x70\x3c\xd0\xa4\x1c\xf8\xd1\x23\x0d\xe3\x86\x62\x30\x20\xf3\x5d\xdf\x37\x2c\x73\xaf\x99\x6a\x24\x8f\xb5\xfa\x04\x80\x50\x23\x7c\x79\x18\x90\x10\x4f\x32\x36\xa5\xc9\xc0\x99\xb7\x4e\xaa\xb6\x32\xe8\x9d\x2e\x75\x0e\xac\x10\x3b\x41\x5e\xdf\x19\x29\x13\x41\x70\x2b\xb8\xc2\x7e\xba\x2d\x8f\xdb\xf2\x47\xdf\x1a\x37\x67\x90\xc3\x5a\x24\xd9\x83\xf9\xf4\x01\xa9\x62\x97\xb2\x59\x67\x2b\x97\x5a\x77\x3c\x7d\xb4\x31\x7a\x91\xce\x33\x83\x18\x2c\x89\x8d\x05\x10\x4d\xbd\x40\xee\xd9\xa0\x2e\xaf\xee\x8c\x31\xd8\xc7\x4d\xf6\x0b\x50\xdf\x34\x59\xb7\x12\xd5\xd2\x9a\x47\x6a\x69\xbd\x8c\xec\x13\xb0\x4d\x83\xe8\xfe\x0b\x2f\x73\x24\xc0\xe7\xeb\xcf\xc9\x1d\x0c\x61\x7f\x25\x0e\x5f\xc3\xc4\xd8\x24\x94\x20\xca\xc8\x19\x02\x04\xca\x9a\xd1\xe7\x84\x97\xc0\xf7\x03\xb1\x8e\x97\x08\x8d\x0b\xe4\x0b\x24\xfd\x1a\x49\x6b\x36\x84\xc9\xc5\x84\x08\xf8\xa1\xf4\xa6\x54\x84\x5c\x17\x49\x83\xbe\x32\x55\x87\x94\xe9\x9b\x52\x0b\x7f\x43\x6a\x73\xf7\x11\x6a\xaf\xe8\xb0\xac\xf0\x5e\xe4\x77\x2c\x74\x49\xb4\x7e\x20\xe1\xaa\xcc\x37\xda\x4a\x0e\x4a\x11\xc7\xb4\x9c\x69\x24\x07\x69\x95\x0b\xcc\x29\x09\xc4\x0f\xeb\x82\xc8\x22\xba\xec\x3b\xf1\xbf\x54\x3b\xed\x6f\x23\x1b\xd0\x6f\x49\xbe\xde\xae\x72\xac\xff\x01\x18\xcc\x1d\x04\x84\x81\x4f\x01\x02\x5a\xd8\x6d\xca\xb6\x5a\x70\x90\x33\x3c\x7e\x92\xfd\x08\x4b\x17\x4d\x14\x12\x04\xe3\xc2\x0a\x9a\x24\xff\x50\x81\x1c\x66\x21\x31\x2c\xb7\xab\xfe\x6e\xbd\x88\x8a\xe3\x78\xe2\x39\x04\x01\x91\xcc\x43\x39\x20\x2c\x8c\x2c\x9e\xf5\x6c\xfd\xa0\x08\x12\x01\xa3\xa2\x37\xf9\x97\xaf\x65\xdc\x34\x13\xf9\x84\x15\xf8\x4c\x36\xe1\xb5\x8b\x31\x3b\x20\x78\xb6\x6f\x1c\x84\xa6\xa1\x67\x90\xfa\x86\x56\xb5\xda\x81\x7d\x94\xef\x14\xdf\x7f\x34\xab\x3d\x2d\x21\x2a\x40\xa7\xce\x7e\x4f\x8b\x73\xc1\x7c\x13\x82\xf0\xcc\x4f\xb7\x50\x38\x76\xe4\xcc\x62\xa4\xa9\xfc\x8e\x71\x90\x44\x29\x7a\x02\x91\xd4\xcc\x6f\x35\x64\xbc\x46\x66\x2c\x74\xd6\xa1\x68\xe9\x56\x4f\x5b\x5f\x00\x21\x06\xe7\x6c\x9c\x6f\x30\xe1\x0e\x66\x27\x51\x60\x22\xf7\xf9\xd8\x82\x78\x20\x7f\x4f\x53\x66\xa2\x00\x37\x93\x0e\x66\x94\xc1\x44\x26\xea\x79\x31\xe2\x05\xe3\x8c\x0c\x46\x6a\xcf\x7a\x5d\x2e\xd9\xd4\x64\x15\x47\xb5\x29\x09\xd1\x62\x20\x60\x21\x01\x79\x0c\xbb\xc1\x0a\xc7\x35\x14\xe2\xdd\x18\xc5\xea\x13\xb5\x9a\xc4\x71\x0a\x72\xce\x40\x89\xd2\x66\xe8\x4a\xbe\x61\x7d\xa1\xdb\x31\x6b\x66\xdd\x42\xa4\x93\x78\x34\x78\xe1\x45\x51\x25\xaa\x38\x5c\x3c\xd1\x22\x2b\x5c\x5f\x2b\x1f\x60\xdf\x59\x74\xa8\x6e\x8f\x0b\xd6\xc2\x1d\xd0\xa1\x62\x9d\x42\x58\x7e\xa9\x60\xb6\x7b\x5d\xb1\x39\x08\x2a\xa1\xd3\x84\x91\x36\x4b\xd6\xc4\x0c\x58\xf5\x90\x5e\x89\x1c\xdb\xdc\xb2\xe6\xc6\xf5\x71\xaa\xe4\x13\x33\x9e\x76\x8a\xc7\x59\x95\x4b\x52\xe6\x9a\x7d\x59\x1c\xd1\x12\xcf\x39\xa8\x9d\x60\x1b\xf9\x7a\x9f\xdf\x75\xb0\x91\x18\xc7\x61\x93\xa5\x64\x67\x76\x42\x02\xc0\x12\xad\x0a\x0d\xe3\x34\xe3\x0c\x13\x6c\xe1\xe5\xc5\xc3\x2d\xd3\x7b\xa8\x87\xe0\x16\x6a\x75\x21\xad\x9b\x97\x3d\x67\xe7\x25\x70\x56\x6d\x59\x11\x64\x19\x5f\x92\x83\x82\xb0\xd7\xa2\x9c\x7f\x22\xef\x11\x8b\x47\x54\x0d\x0b\x2b\xc4\x8f\x05\xd7\x24\xff\x11\x66\xd1\xa4\xc0\x56\xb0\xa3\xf2\x9f\x88\x5c\x5c\x11\x0e\x59\xcf\xf2\xea\x33\xaf\x4d\x34\x2a\x66\xd8\x95\x78\x28\xbf\x49\xd7\xd3\x14\x60\x4c\xdb\xfe\xe0\x5f\x45\xbe\x52\x95\x99\x53\x31\xc5\x80\xa6\x6e\x55\x6d\xd3\x06\xc6\xc2\x10\x85\x9e\x6c\x03\x11\x93\x4d\xd8\x25\xe4\x6e\xb6\x9a\xb6\x79\xdd\x5d\x97\x30\x9f\x6e\xd2\x6b\xde\x82\x9a\x69\xd5\x2c\xb1\xca\x3e\xe1\x81\x9a\x45\x87\x41\xd5\xe1\x6a\x81\xb1\x0b\x06\x2a\xae\x5a\xec\xe9\xbc\x60\x49\x1b\x80\x55\x5f\x52\x67\x6d\x60\x32\x1b\xa1\x00\x52\x63\xb4\x3b\x62\xad\xb9\x2d\x43\x44\x5c\xff\xa3\x3d\x0f\xb0\xae\x16\x62\x31\xab\xc7\xc3\x24\x95\xc2\x5a\x81\xcd\xad\xf9\x5d\xdc\x7b\xce\xea\x28\x80\xb7\x5a\x6e\x4b\xad\x85\x27\x06\xcf\x95\x41\x81\xb0\x52\x78\x5d\x21\xe9\x73\xa8\x7c\x73\x6a\xe2\x62\x15\xcd\xce\x2b\xa4\xa4\x92\x32\x9a\xa0\xc9\x27\xae\x9a\xd4\xf8\x55\x5e\x2f\x4b\x36\x75\x51\x49\xbc\xe4\xe1\x5b\x25\x74\x89\xa4\x06\x2f\x5b\x09\xb3\x81\xdc\xb2\x2c\x68\x42\x36\x9b\x7b\x73\x56\xb5\x19\x6c\xba\xe4\x6f\x0d\xc9\x10\xb0\xf4\xfe\x89\x42\x2c\xfd\xd6\x49\xb4\xa9\x34\xb0\x33\x40\x3d\xa8\xfa\x3b\xec\x76\xcd\x49\x06\x16\x25\x8d\x62\x48\xcd\x05\x77\x80\xe5\xe2\x95\x85\x69\x3c\x72\x66\x7a\x3c\xb5\x25\xa4\x70\x62\x46\x7a\x65\xe1\x84\xb5\xe4\xcd\x0c\x8b\x03\x0b\xd3\x30\x4e\x07\x4b\xc2\xa3\x87\xdd\x23\x1e\x30\x4b\x9b\x05\xf0\xdb\xbc\x27\xb6\x58\x8b\x8a\x22\x1c\x2a\xcc\xaa\xc9\xae\x08\x70\x15\x01\x9b\x61\x2b\x59\x50\xf1\x39\xf1\x3b\xdc\xb6\xb9\x3d\x65\x10\x55\x16\xd3\xa9\xcc\xfb\xcf\x14\x54\x8b\x48\xea\xfc\x3b\x54\x55\xc5\xfe\xa1\x6d\xfa\x74\xf1\x1e\x50\x97\xa8\x09\x28\xb6\xff\x28\x79\x3f\x4f\x4f\x25\x60\x4a\xef\xae\x42\x9f\xaa\x22\x49\xb6\xc0\x7b\xb0\x1f\xaf\x03\xe1\x1a\xad\x7e\x17\xde\x06\xdd\x0e\x57\x76\xc2\x82\x94\x02\xc2\xb5\x2d\x01\x48\x01\xbc\x79\x1b\x28\x6c\x6c\x5c\x85\x26\x57\x07\xdb\x1d\xa4\xef\x72\x3e\x06\xdb\x97\xf3\x94\xcd\x9d\x44\x38\xa4\x17\x69\x47\x37\x39\xa9\x54\xb7\x55\xee\x2c\x33\x34\x5a\xbc\xe3\xaf\xab\xe8\x2b\xde\xed\xc7\x16\xea\xd8\x35\x85\xf7\x23\x74\xeb\xe1\x9d\x06\x93\xdd\xb6\x60\x9b\x96\xef\xf0\x47\x44\xb8\x0e\xc7\xe9\x81\xb5\x11\x5d\xb7\x6c\x4e\x9a\x11\xf0\x22\x55\x38\x6e\xd9\xdd\xcc\xa6\xcf\x84\xbb\x89\x4e\xa1\x62\x08\x12\x1a\xf9\x25\x49\x95\x56\x03\x98\x09\xef\x01\x7a\x65\x5f\x0f\x08\xa1\xb5\x32\x5d\x35\xfb\x74\x5d\xd5\x37\x9d\xe2\xd7\xd9\x43\x4c\x4f\x4e\x4f\x11\x41\xc0\x62\xa9\x61\xb1\xaa\xaa\x77\xe5\x2f\x89\x85\xc4\x10\x8f\xe0\xd8\x41\xa2\x94\x55\x71\xc8\x0c\x74\xff\xe4\x04\xd1\xe9\x31\xa2\x27\x61\xbd\x9e\xab\x59\xb0\x95\x1c\xec\x9d\x5e\x97\x2c\x60\x83\x1d\xbe\x56\x2e\x44\xf8\x69\x9a\x4e\x6d\x8f\x9e\xfd\x70\x1c\x0c\x15\x0a\xa5\xa3\xe5\x20\x74\x30\xa5\x31\xb6\x4f\x41\x50\xac\x1e\x92\xb0\xa4\xed\xc1\xdc\xce\xaa\x8d\xf8\x20\x7d\xd4\x54\xf1\x15\x70\x7a\x05\x92\x67\xa4\x29\x0f\x3a\x13\xee\x18\xbc\x27\x5c\x4a\xf7\x8d\x8f\x5a\xe2\x91\x89\x0b\x82\x10\x2c\xf6\x51\x63\x87\x94\xa5\x05\x98\xf1\xfb\x2b\x04\x66\xe4\x13\x6e\xa4\x08\x6f\x76\xac\xa5\x59\x47\x42\xe1\x89\x9a\xf1\x5d\x3a\x63\x36\x48\x7f\x8f\x2d\xaf\xa1\xb5\x21\xd2\x94\xb4\x84\x83\xd2\xf4\xa0\x4d\xa3\xb9\x63\xf9\xf6\xd4\xb7\xb0\x3b\x46\xf0\x33\xa1\xfe\x1c\x96\x61\xd9\x15\xc3\xb6\xbb\xd0\x4b\x8d\x2d\x35\x29\x82\x10\x00\x85\xa3\xf3\x7a\xc6\xb1\x70\x23\x36\x88\x8b\x53\x93\x03\x50\xbf\xa6\x58\x9f\x2c\x6d\x0f\x3b\x64\x6c\xdb\x96\x06\x9d\x16\xde\x81\x25\x6a\xc4\xd2\x22\xf6\x05\xee\xd5\x60\x43\xd6\x73\x2d\xd2\x20\xb5\x2c\xe6\xff\x08\x59\x8c\xb7\x5e\x96\x6c\xdd\xb2\x4a\x95\x59\xbb\x54\x61\xd9\x09\xb5\x01\x73\xa0\x74\xe6\x89\x02\x98\x88\x9b\x08\xb0\x10\xc4\x2c\xa1\x16\x9d\x45\x76\x5e\x58\x6c\xff\xbf\xd9\x76\xa3\x0a\x9d\x6d\xd7\x37\x75\x40\x36\xdc\xc6\xc1\x8a\x33\x22\x20\x4a\xc0\xfa\xab\x43\x1f\xac\xaa\x3a\xf8\x6e\x71\xe5\x6a\x44\xa6\x67\x34\x51\x14\x96\x60\x25\x02\x70\x58\x16\xf0\xe0\x74\x01\x8f\x21\x11\xf0\xbb\x91\x19\x32\xe6\xaf\xc7\xd0\x60\x08\x2b\x02\xcb\xf2\x00\x2f\x68\x22\xfd\xa9\x46\xb4\x61\x44\xc8\xb6\xab\x73\x80\xb9\x93\x1d\x47\x2f\x12\x1d\xa9\xda\xb0\xaa\x96\x2b\xea\x57\xb5\xe1\x2d\x47\x70\x6d\xdb\xd7\xf2\x5a\x1d\x7f\xd1\xc4\x6b\x96\x35\xdb\x70\xb8\x06\xf1\x78\x71\xdc\xf6\x59\xd7\xb7\x4d\xbd\x7c\x71\xda\xb0\xba\xc5\x96\x10\x5e\x2a\x7e\x79\xf6\x54\xe3\x89\x65\xf0\x18\xb2\x1f\xe8\xeb\xaa\x7f\xb3\x9b\x3f\xea\xd2\x25\xc9\x06\x58\x40\x9e\xe5\xe9\xaa\x2d\xaf\x9f\x3f\x78\xd8\x3d\x78\xa1\xfb\xcc\xe2\x8e\xb4\xaf\x1d\x5a\x9e\x3d\xcd\x5f\xb0\xf4\xdc\x35\x6b\x12\x6a\xe3\x2c\xcd\x66\x23\xe3\x4b\xec\x6f\x23\x90\x68\x3f\xb6\xa6\xcb\x1a\x98\x2b\x5b\xc5\x0f\x15\x38\x73\xb4\xee\xc7\x47\x87\xcd\xc4\xa4\xc8\xbe\xa0\x82\x0a\x03\x63\xc7\xad\xee\x03\xa6\xc9\xb6\x85\xd4\x65\xc3\x02\x3b\xce\x86\x81\x64\x73\x8d\x37\x6d\x98\x71\x02\x12\x34\xca\xb0\xfc\x94\x95\x5a\x22\x92\x06\xc7\x59\x9d\xb2\x70\x52\xc8\x48\x2b\xa0\x5f\xe6\xa9\x66\xca\x84\xc0\xe8\x8d\x20\x4c\xb0\x11\x0d\xff\x60\x0c\x40\x7a\x1f\x4c\x7f\xc8\x2f\xc7\xc8\x40\xf2\x0b\xb4\x6e\xed\xcb\x3b\xd5\xb1\x91\x40\x0b\x55\x20\x4f\xbf\x6f\x74\x4f\x22\xb5\x48\xb4\x9a\x04\xe8\xbe\x8c\xc8\x9d\xab\x83\x7f\x93\xf8\x30\x40\x6d\xff\xaf\x69\x41\x2a\x78\xd2\x37\x37\x84\xee\x71\x16\xc4\x1f\xca\xe4\xe6\xa0\x49\xb1\x3a\x03\x8f\xfd\x04\x1a\xca\xb5\xba\x05\x78\x70\x12\x06\x73\x4f\x4b\x75\xbe\x1d\x62\x73\x28\x21\x3d\xce\xab\xba\x90\xb9\xa6\x53\x45\x9d\x25\xdc\x1c\xa1\x15\xb8\x66\x20\x18\x06\x39\xa0\xdf\xc1\x88\x5d\x46\xe5\x07\x04\x45\x2c\x6e\x57\x07\x2c\x46\xe6\x70\x26\xa8\x70\x9d\xbc\x20\x25\x05\x8e\x52\xc7\x52\xe0\x15\x27\x77\xea\x25\xa8\x3b\xa9\x96\xe5\xb5\x46\x82\x4a\x00\x28\x08\xef\x1c\x22\xf0\xe5\xf5\x55\x2b\x45\x37\xb9\xd5\x05\x0a\x63\x40\xf3\xd5\x98\xca\x4a\x36\xbd\xd3\xe3\x8b\xb7\xc4\x55\x5d\x85\x56\xe8\xaf\x39\x49\x5a\xd2\x84\xbd\xd3\x95\x99\x00\x87\x5c\xc9\xed\xb1\x48\x76\x33\xcd\x21\x27\x26\x81\xeb\xd4\xa8\x43\xd2\x99\x38\x5d\x70\x5c\x76\x81\xfd\x40\x6a\x43\x4b\x86\xfc\xdc\x75\xf5\x07\xc2\xac\xb3\x62\xf1\x3a\xb2\xbd\x63\x0e\x19\xf8\xb7\xe4\x82\xa1\x3d\x78\xdc\xc0\xb1\x86\x20\xa1\x43\xa7\x2c\x15\xb7\x6e\x86\x59\x83\x6d\x8e\x05\x43\x99\x01\x44\x54\x86\xc9\xc1\x94\x4c\xac\x48\x4c\x66\x33\x34\xab\xc2\x05\xc1\x65\x6b\xe5\xc4\x7d\xae\xe0\x4e\x25\xd4\x8b\xa0\xa8\x46\x02\x44\x88\x62\xc2\xf7\x1a\xde\x3d\x32\x7c\xd8\xab\x80\x94\x2f\x26\xab\x75\x14\x2d\x55\x0f\x78\x50\x2a\x4b\x85\xec\x31\x73\x2d\x22\x7d\x2a\x45\x04\x3e\x87\x54\xca\xbe\x5c\xb3\xb3\xa0\xd6\xee\xf7\x59\xb5\xeb\xd1\x2e\xab\x02\xb9\xfd\x55\xf6\x0a\x75\xc2\x92\xa0\x22\x34\x00\x59\x61\x04\x41\xd3\x0d\x1b\xab\xa2\x24\xda\x8a\x76\x72\xfc\xfe\xfd\xf9\x95\x5f\xc8\x78\x1e\xd4\x05\x2d\xb7\x3f\x38\x17\xa3\x51\xbb\xcc\xd1\xc8\x0d\x60\x0c\xe1\x5d\x9d\x34\xc7\x21\xb8\x90\x4d\x59\xe9\x14\x5c\x36\xe0\x3d\x0d\xb7\x45\x72\x14\x71\xfb\x8b\x43\xe3\x97\x7c\x62\x09\xe0\x73\x62\x66\xd4\x73\xfe\x4f\x42\x4b\x74\x60\xfd\xc7\xd4\xf3\x9b\x04\xde\x95\x97\x1a\xd0\x14\x23\xcb\x34\x98\xf4\x2e\x87\x90\x4d\xb8\x6f\xb0\x56\x5c\xa7\xd8\x40\x3c\x62\x43\x5b\xd3\x62\xc2\x30\x72\x77\x75\xf5\xfb\x0e\x22\x0c\x8b\xd8\xc4\x3c\xd8\x73\x6d\x5e\xad\x65\x41\xf9\xb3\xfb\x90\x78\x0e\x0d\xdc\x4d\x83\xca\xe9\xeb\x59\xb7\x65\x67\x3c\x5a\x1b\xba\xe7\x0f\x76\x55\xca\x76\x1b\x76\x7e\x79\xf0\x82\x04\x62\xde\x88\xa7\xe1\x23\x88\x17\x6c\x7b\xb9\x31\x93\xde\xf0\xec\x02\xd2\xcc\x57\x94\xd3\xe0\x30\x8a\xd8\x89\x56\xa8\xfa\x20\x36\x99\x5e\x8c\x79\x69\xd0\x0b\x9e\x52\x4c\xdc\x37\x65\x88\x29\xdd\x74\x71\x33\xb7\x5b\xb4\x15\x1c\x5e\x25\x9e\x4f\xab\xa4\xc1\x49\x15\x17\xe9\xeb\xbd\xa4\xf1\x5e\xb0\xce\x38\x5b\x56\x3d\xa9\x2d\x7c\x3e\x05\xc6\x04\x9a\x2f\xc4\xc2\x71\xd0\x45\x42\x16\x33\x91\xd7\x60\x91\xb1\xaa\xab\x3e\x63\x51\x64\x23\xa7\x03\xa8\xd8\x7c\x2d\x62\x5e\x8c\x68\xd9\x13\x4f\x3f\xfc\x7a\x7c\x7a\xf6\xeb\x6c\x53\x98\xcf\x8e\xe2\x53\x9d\x75\x02\x8c\x16\xe5\x75\xbe\x5b\x9b\x35\x11\x1d\x46\x44\xfa\x12\x11\x7a\x24\x85\x14\x3f\xc2\xdf\xad\x2c\xe0\x72\x48\xe5\xad\xc5\x3c\x66\xb1\xfe\xc7\x03\x36\xb6\xe1\x46\xd5\xf7\x9b\xda\x86\x25\xdc\x6f\x71\x63\x2f\x86\x8c\xed\xa7\xa9\x7a\xba\x44\xfb\xbb\x89\x1e\x99\xb1\x03\x0e\xee\xcc\x8c\x9c\x70\x08\x53\x0f\xd3\xb2\xa9\x7f\x79\x4c\xd2\xf0\xf1\x9a\xaf\x77\xe5\x83\x17\x82\x33\xa3\x67\x2b\x55\x87\xe0\x4c\x4f\xed\x04\x63\xa0\x10\x33\x38\x63\x67\xa6\xd5\xb0\x1b\x00\x6b\x0c\xaa\xc9\x4e\x43\x45\xec\x47\x45\x80\x3c\x70\xf0\x7e\xfa\xfa\xed\x15\xdc\xbb\x69\xc4\xe0\x8e\x6b\x3e\xec\xec\x02\x38\x73\x65\xda\x5e\x09\x40\xcc\x6b\xf0\xad\x44\x6a\x3e\x8e\x84\x3a\x12\x9b\x95\xcd\xa3\x21\x0f\xcf\x02\x24\x32\xa9\x6c\xa6\xea\x14\xbb\x76\x73\x15\xce\xdd\xec\xb9\x1b\x4f\x52\x1c\x5a\x0a\x30\x1d\xfa\xdb\x30\x37\x2c\x98\x9d\x6f\xef\x32\x36\x6e\x81\x83\x6f\xef\x12\x78\xa5\xd0\x62\x97\x41\x16\x90\x48\xf0\xd3\x75\xb5\x95\x73\x75\x94\x50\x95\xe2\x5a\x8a\xc0\xf9\x3f\x27\x82\x42\x37\xc2\x20\x14\x1c\xb6\xe3\x04\xe2\xdb\xbf\x80\xbd\xf5\xac\xc1\x88\xb1\xfd\xf9\x83\x6c\x4e\x73\xfc\xe6\x41\xa0\xd1\xf0\xb1\x3c\x56\x63\x7e\x20\xb1\x71\xaf\x5b\xc2\x1f\x25\x94\xd8\xf7\x5f\xf0\xb5\x63\x57\x45\xd9\x7f\xe6\x40\xa2\x5f\x6c\xb3\x4e\xf4\xa0\x16\x33\xb3\x84\x65\x76\x1d\x4f\x92\xd7\x43\xce\xf3\xfb\x8e\x7b\x29\xca\xd8\xf3\xf4\x5f\xf8\x2b\x7d\xcd\x5f\xda\x15\x66\x03\x6e\x8e\x83\x6a\x06\x8c\x21\xf4\xdd\x03\xc7\x52\x07\x58\xcf\x13\xc4\xe1\x27\xc0\xbe\x7a\xfa\x18\x20\x7b\x89\x27\xdb\x1d\x7b\x35\xf0\xb8\x5b\x6d\x17\x14\x03\x97\x7b\x8e\xe4\x25\x2f\x28\xc1\x6d\x68\x44\x65\x24\x8e\xd5\x28\x8b\xe9\xdb\x12\xb2\x24\xfd\x69\x1a\x8e\xf5\xf5\x39\x4c\xd8\x02\x44\x24\xf7\x9f\xd2\x2b\x8a\x51\x88\x32\x4c\x4a\x14\x14\xe9\xc3\x03\x5e\xeb\x7c\x5e\xc2\xee\xf3\x0e\x01\x22\xf9\x75\xd9\xf5\x84\x22\x98\x03\xdc\x47\xc2\x6d\xac\x7a\x71\xae\x44\x28\x51\xd7\x5f\xd9\xa6\x90\x60\x02\x23\x70\x9b\xb3\x23\xdd\x87\x7c\x2f\x9f\x84\x69\x3d\x11\xf6\x46\x42\x12\x0d\xd7\x70\x01\x85\x03\xb9\x83\x87\x18\xa0\x34\x7c\x61\xe1\xc4\x1a\x30\x1b\x37\xc4\x52\x06\x07\xd2\xd2\xc5\x20\xfd\x5a\x94\x99\x57\xac\xca\x58\x5c\x0e\xfe\x97\x9a\xa3\x8b\x8b\xdf\x10\xf3\x10\x7b\xe7\x99\x84\x5c\x4a\x21\x3e\x58\xa7\x7c\x34\xd3\xe2\xcc\xcb\xf5\x9c\xff\x5d\x2c\x11\x8c\xce\x1f\xfa\x4f\x14\xf3\x33\x39\xb3\xc9\x5a\x8c\x9c\x80\xf3\xd1\xb3\xe1\x58\x04\x49\x35\x2f\xa2\x73\xd8\x99\x89\xf6\x91\x1e\x26\x2f\x08\xff\x6d\xe6\xf2\x9f\xf0\x67\xba\x1e\x95\xe2\x06\x37\x1c\xdb\x41\x35\x21\x0c\x55\x35\x09\x26\xd5\x85\x90\x52\xe3\x66\x0a\x98\x24\xd7\x3a\x82\x3d\xa7\x88\x90\xb4\xa2\x82\x59\xe6\x1a\x94\x0c\x31\x6c\x1a\x9e\x96\x16\x3e\x4f\x00\x41\x54\x83\xe3\x76\x06\x40\xd2\xcc\x7c\x02\x94\xed\x01\x1e\x8e\x3a\x3e\x04\x52\xa3\x8e\x63\x08\xc3\xd1\xf3\xe3\x43\x43\x3b\x1c\x20\x49\xcc\xb6\xeb\x7c\x51\x3a\x9f\x68\x00\x61\xd5\xe6\xb3\x93\x51\x35\xae\x30\xad\x2c\x2a\x0f\x08\xed\xf3\x39\x25\x3f\x2c\x80\x4d\x97\x99\x71\xe5\x93\x04\x75\x96\x48\x93\x8b\x1d\x71\xad\xe4\xa8\xc8\x30\x8d\x04\x0c\x5e\x7c\xc4\x8a\xfd\x9e\x55\x43\x0e\xf3\x79\x95\x89\x1c\xf7\x52\xd4\x10\xe6\x60\xc9\x23\xba\xd1\x9c\xf7\x0c\xaf\x87\xe0\x43\x91\x87\x8b\x3e\x90\x4f\x25\x1c\xc8\x35\xe3\x94\x19\x7b\xce\x3b\x4e\x79\x8c\xfd\x6a\x70\xcb\x29\xd0\x4e\xcf\x50\xd3\x22\xcb\x2b\xb2\x6b\x6a\xa1\xc6\x81\xa9\x4c\x32\xca\x45\x36\xbf\xd3\x3c\x32\xce\x05\xef\x86\x1f\xc8\xb2\xe1\x2d\x6f\x2c\xbf\x9a\xe5\xcc\x45\x4c\x64\xe9\xf4\x1c\x1f\x1f\xa4\x1b\xa7\xcc\x58\x79\xc6\x96\x38\xf3\xa6\x6e\x12\x84\xa9\x14\x20\xe7\x08\x4c\x81\x88\xc9\x4c\x95\x5e\x5e\x05\xc4\xab\xd7\x36\x61\x26\x2b\xe6\x7d\x7e\x97\xe3\x1d\x76\xfd\xdb\x6f\xc8\xc7\x2e\x71\xcc\x57\xc5\x86\x78\xd6\xc0\x61\x0e\x9f\xf7\xd4\xe3\x33\x48\x45\xa3\x1c\x3c\x93\x30\x0a\x04\x22\xe1\xf4\xe1\xa7\x9f\x3e\x77\x3c\x0c\xce\x3c\xfb\xf4\xe1\xa7\x9f\x3f\x93\x40\x83\x3f\x96\x68\x46\xb9\xb3\x6b\xb6\xba\x8c\x8b\x40\x0e\x83\xde\xb6\xe5\x6d\xd5\xec\x60\x6b\xd0\xa0\x67\x10\x5f\x64\x2c\xbe\xf4\xf1\x1c\x77\x07\x0a\x07\x53\xbc\x70\x49\xf1\x14\xaf\x77\x9b\x4c\x3b\xd9\x09\x0b\xb0\x2f\x97\xdd\x50\x90\xe5\x5c\xe5\x6f\xee\x9b\x7d\x1a\xa8\xcb\x55\x41\xd2\x1b\xb7\xdf\x44\xb9\x7f\x92\x2f\xdf\xfb\xdf\x5c\x65\x4d\x60\xd5\xbd\x92\x63\x91\x2c\xf9\x3a\xfb\xf2\x5d\xd9\xcf\x62\xce\x64\x67\xbf\xd1\xea\x38\x49\x1b\x12\x83\xa8\xeb\x20\x52\x0c\xbc\x2d\x81\x1b\x83\xfb\x80\xcf\x41\xe2\xb0\x30\x01\x9a\x2a\x4d\xd9\xad\xa7\x94\x93\x41\xba\xa0\x5b\x91\x25\x4b\xd1\x77\x63\x4a\x5a\xe5\x8a\xb1\xcf\xef\x2f\x68\xdb\xe8\x05\x13\x17\x08\x58\xb4\x1c\x4c\x53\x67\x5c\x47\x41\x91\x7d\x44\x23\xed\xac\x03\x89\xd5\xa4\x65\x80\xb1\xda\xf9\x06\xde\xa9\xe3\xa8\x08\xb4\xaa\x33\xf3\xe9\x55\xc9\x9b\x78\x1a\xfb\xad\x88\x00\x4d\x23\xcd\x27\xb2\xd4\xe4\x76\xf0\xf8\x49\xb4\xd3\x11\x9c\x42\x50\xac\x87\x73\xaa\x2c\x2a\xc6\xd1\xaf\xf4\xe7\x1a\xc2\xc5\x51\x3b\xe9\xcf\xa2\x64\x9d\xb2\x39\xe0\xd7\xd1\x38\x7d\xd1\xac\x1b\xbf\xce\xe2\x6b\x08\x20\xb6\xae\x87\xc5\x40\x56\x92\x64\x4f\x67\x3a\x99\x40\x44\xf1\x4a\x20\x90\x13\xad\x96\x84\x81\x4b\x49\x9c\xe8\xbc\xc9\xa5\x81\xf0\x29\xb7\x43\xad\xe3\x52\xd4\x31\x03\xa0\xce\xd8\x36\x09\x36\x65\x55\x95\x55\x3f\xb4\xa2\xb2\x0c\x5d\xd5\x72\xb2\x97\xcb\xe6\x9d\xb6\xc0\xb0\xaa\x25\x1f\xb6\xa3\x4e\x57\xed\x0d\xaa\xd2\x52\x7f\x9a\x47\x8d\x7c\xf1\x26\x0e\x6e\xa3\x00\x57\xda\xe6\x44\x63\xb2\xb3\xad\xb2\x3d\xc7\xe8\x36\x7d\x37\x0d\x67\x1d\x35\xe0\x7e\xdf\xa4\x4e\xff\xc1\x15\x27\xcc\x97\xf3\x94\x33\xdb\x89\x14\xd0\xb9\xe6\x9f\x69\xb1\xc4\xc9\xda\xb2\xdb\xad\xc1\x34\xb1\x15\x24\x1f\xd7\xb6\x89\xe1\x64\xcf\x40\x7a\xf7\xd2\x4e\x90\x3c\x21\x9a\x05\xa9\xd3\xe2\xd9\x10\xa0\xf0\x42\xef\xc3\x2e\xaa\x9b\xd4\xdf\x1d\x4d\x44\xbd\xd4\xa4\x49\xe9\x2b\xc5\xd7\xb0\x09\xb6\x66\x0c\x8b\x76\xac\x37\xee\x11\x8d\xda\x7c\x45\x53\x57\x0e\x57\x88\xc4\x19\xe8\x81\x34\xec\xea\x36\xa8\x06\x67\x1d\xfa\xa8\xf8\x81\x74\x3c\x89\x1d\x9b\xb0\x38\xb7\x10\x26\x4c\x18\x13\xc3\x54\xdf\xe9\x53\xea\x31\x6b\x5e\xe9\x63\x3b\x75\xff\x63\xdc\xc9\x52\x3c\x5f\xf8\x3f\x4c\x70\xc7\x45\xb5\xa8\x4c\xe8\x5e\x4b\x44\xe1\x1a\xe3\x8f\x51\x1e\x39\xaf\xff\x47\x77\x54\xdc\x93\xcd\xe6\x49\x51\x3c\x9a\xe8\x75\x40\xf4\xae\xdb\x83\x0d\x4c\x95\xf7\x06\xd4\x1f\x94\x14\x70\x90\x69\xdc\x31\x40\x34\x4e\x1f\xd9\x77\xb2\x64\x63\x5f\x5a\x78\xbc\x81\xbc\x83\xb1\xeb\x9a\x74\x4b\xcb\x0d\xa1\xdd\x6d\xf9\xb0\xc9\x5f\xbc\xc9\xc3\x9e\x0c\xbc\x98\x82\xa4\xc1\xa1\x97\x7b\x9b\x67\x78\xd0\x69\xcb\x26\xe4\xcd\x01\x94\xc8\x4d\x19\x07\x11\x12\xf0\x3c\x8f\x54\xc7\xf7\x26\x00\xa7\xb8\x9e\xaf\xfb\x3f\x92\xf3\x4d\x55\x3e\x45\x02\x5f\xe3\x7d\x53\xd7\xfd\x58\xdc\x4c\xe8\x1b\x4e\x8a\x12\xf2\x49\xc1\x99\x57\xe0\xe7\x24\xfc\xf6\x60\xab\xa6\xb9\x91\x73\xbf\x73\x04\x7d\xca\xb2\xea\x2d\x91\xef\x33\x79\x13\xa7\xce\xf3\xae\x5a\x84\xd7\x0a\xbd\xe4\x88\x89\x26\x16\x3c\xc6\x6d\xf6\x77\xd1\xfe\x4e\xf1\x95\xfe\x4f\x26\x0c\x07\xa2\x1e\x86\xe7\x76\xce\xfb\x92\xfd\x0c\x5d\xaa\x7a\x78\x05\x55\xa9\x43\xda\xb8\x2e\x75\x96\x62\xeb\xd9\xf4\x2e\x8f\xf3\x14\x3c\x94\xc5\xe8\x63\x68\x30\xe7\xdd\x54\xe7\x51\x35\x72\x1a\x9c\x72\x16\x8c\xcf\x34\xdc\x43\x28\xae\x29\xce\x5d\x9a\xcd\x78\x1a\x3c\x37\x8f\xeb\x31\x98\xb3\x5a\x7b\x2f\xeb\xd8\xc6\xce\x1b\xd8\xb5\x38\x51\xc1\xd3\x9a\x3d\xb2\x39\x2a\x76\xef\x26\xba\x76\x17\xb4\xa8\x50\x06\x41\x11\xdb\xc1\x7c\x3e\xd4\xea\xc5\x95\x57\x38\x6b\xc1\x6e\xeb\x9d\xec\x51\xa8\xcf\xb8\xf8\x0f\x8a\x30\x99\x3b\x01\x8f\xfd\x0d\x86\xdb\x2a\xce\x35\xc4\x1f\x12\x16\x07\x44\x6b\x2a\xd2\x02\xf2\x19\xb8\xdb\x02\xf7\x81\xd9\x7f\x00\x68\x48\x39\x27\xfe\x24\xfe\x0a\x92\x2d\x8f\xdc\xd5\xfb\x40\x0f\x91\x3d\xc6\x79\xbe\xb8\x71\x2d\x62\xf6\x57\xb6\x3d\x1c\xc5\xc7\x68\x67\x47\xb5\x05\xc4\x8f\x67\xdb\x17\x4f\x60\x7a\x97\x3b\x65\xd0\x0b\x99\xe0\xd5\x75\x80\x10\xf8\x5d\xb0\x1f\xc5\x6d\x55\xec\x88\xbc\x79\x30\x66\xcf\x9e\x6e\x5f\xc4\xf9\x89\x22\xb0\xad\x70\xb0\x8c\xc1\xc0\xb1\xe8\x52\xe1\x80\x2a\x9f\xc4\xc0\x91\x80\x6b\x7f\xd2\xa5\x43\x0d\x07\x67\x51\xc0\x8a\x02\x52\x37\x76\xf2\x15\x47\xc9\x31\x4e\x4c\x8d\xc0\x65\x68\x50\x25\x1c\x0c\x4b\x57\x59\x40\xda\xf0\x3d\x30\x9a\x9d\x28\x4a\x7c\x1a\x06\x9b\x56\xfe\xe0\x81\x6b\x9a\x65\x68\x0f\x37\x2f\xde\xb6\x4e\x27\xb6\xab\x1d\x28\xfb\x04\x79\x8e\x29\xb6\xde\xa2\x40\x7f\x4e\x82\xe8\xc3\x19\x06\x1e\x4a\x51\x59\xb1\x87\x52\xd0\x40\x59\x6a\x0e\x95\x73\x32\x59\x86\xfa\x18\x04\xa5\xe0\x7c\x51\x85\x93\x24\x99\x1e\x7a\xd7\x8b\xfc\x86\x47\x39\x34\x75\xbf\x6a\x82\x23\x97\xe2\x36\x85\xc9\x1a\x36\x64\x16\xf7\x75\x2f\xeb\x83\xe2\x45\x57\x8b\xc1\x32\x62\x93\xcf\xd6\x12\x1c\xdf\xdb\xec\x88\xb7\xac\x2b\x1a\x74\x2c\x19\x7a\x75\xd3\xf9\xe5\x15\x2e\xc5\x21\x5e\x48\x8c\x66\xc9\xf4\x9a\xfe\x65\x45\xfa\x2e\x6f\xab\xf1\x0d\x4a\xec\xf7\xb8\x4c\x9b\xc5\x82\xbd\x1d\xab\x5a\x2f\x9d\xd8\x97\xe6\x61\x53\x17\x6b\xf1\x7c\x0c\xfd\x46\x8d\xef\xca\x7e\x53\x8a\x5b\x92\x98\x09\x74\xdb\x72\x41\x42\xc9\x8c\x2d\x3c\x6d\x8d\x3b\x0d\x53\xd3\x4e\xef\xdd\x9e\x72\x3d\xc1\x3e\x11\xab\xa0\xb3\xf1\x02\xe9\x2e\x8f\xb3\x55\x12\xfd\xde\xf2\xe9\x0a\xb1\xd5\x71\x02\x89\x13\xe5\xfa\x5a\x4e\xca\xf0\x16\x23\x44\x39\xb9\xf0\x87\x7d\x07\xe4\x1e\x14\xde\x41\x43\x01\xea\xf3\x09\x67\x2d\x1c\x0f\xe7\x9e\x6d\xcb\x96\xc5\x11\xf3\x8e\x0e\x1d\x63\x87\x6d\x82\xae\x69\xed\x7a\x2b\x6c\x01\xc3\x07\xc1\x55\xce\xf2\x1f\x31\x2f\x66\x99\xcf\x2c\x31\xb6\x27\xbb\x95\xf3\xfb\xbc\xd2\x11\xbe\x70\xf8\xcc\x40\x64\xfd\x90\x7b\xba\x48\xfc\xdd\xe9\x70\x98\xcf\x39\x10\xca\xf5\x4c\xb4\x48\x17\x64\x46\x90\x38\x5c\x8c\x20\xbc\x9d\x08\x40\xe6\x02\x38\x64\x61\x0a\xee\xe5\x80\x37\x11\x25\xea\x9c\x42\x89\xe1\xb5\x26\x42\xbe\xf7\x4c\xa3\x80\xca\xa3\xeb\x00\xd1\x43\x3d\xce\xff\x8c\xcf\xa2\xbf\x60\xea\x7d\xf6\x14\x41\xa7\x30\x2a\xe5\xf1\x2e\x71\x40\x71\x7c\xc1\x53\x43\xf8\xc3\xd2\xd7\x96\xcb\xbc\x2d\xec\x2c\x9f\x52\x3f\x7b\x9d\x81\xca\x43\x57\xed\x7c\x4d\x12\xb9\x16\x41\xb3\x95\x40\x6e\x78\x57\x8a\x08\x85\xef\xce\x33\x25\x84\x39\x7f\x21\x53\x8b\xbd\x60\x89\xe0\x77\x5b\x9e\x03\x32\xa1\xac\x1e\x74\xfb\xf1\x9f\x2e\xcf\xdf\x1f\xa5\x5f\x9e\xec\xf7\xfb\x27\x9c\xfd\xc9\xae\x5d\xb3\xbf\x68\xc1\x67\x05\xff\xc7\xd9\xbb\xa3\xb4\xec\x17\x3f\xce\x48\x7a\xc7\xd4\xf0\x62\xaf\x6e\x87\x43\xc9\x65\xb2\x64\xcd\xee\x1f\x9f\x32\x5b\x39\x54\xae\x17\xae\x85\x47\xcc\x43\xa6\xcd\xc3\x6e\xb6\x77\xa5\x02\xb1\xc1\x7b\x89\xb1\x24\x5d\x09\xa6\x6b\x04\x7c\x02\xb0\x6a\xc3\xf7\x91\xd1\x21\xc2\x0d\xe2\x3b\xf6\xd1\xd9\xad\x0b\xa1\x53\xe3\x68\xd4\x3b\x45\x59\x59\xfc\x32\x2c\x09\x7b\xb5\xb8\x5f\xea\x79\xfa\x27\x56\xf4\x18\xa5\x42\x05\x9c\x64\x54\x00\xe0\x90\x96\x30\xc3\x52\xbd\x20\xa3\x1c\x26\xf8\x5d\xf3\xd3\xb2\x87\x47\xfd\x14\x6d\x48\xcb\x5d\xdb\xfc\x68\xda\x44\xa5\x75\x8d\x0a\x6b\x85\x7b\x8b\xeb\x58\x44\xcd\x83\x39\xc0\xeb\xd2\x7e\x38\x0f\x86\x4b\x92\x4e\x32\xcf\xee\x75\x92\x8d\x38\xbe\x02\x7e\x6d\x9e\xa9\x04\x31\x92\xe8\x82\x1a\x54\xb2\x1b\xd5\x20\x16\xff\x4c\x7b\x69\x47\xdd\xe0\x7f\x7b\xea\xe2\xe2\x25\xc8\xa8\x06\x0c\x24\x26\x19\x46\x48\xb7\x26\x31\x2f\x0b\x67\x38\x2f\x66\xb1\xe1\x91\x41\xe0\x58\xcd\xde\x3a\xe6\xd9\x32\x72\x2b\x0f\xc5\x0c\x29\xd5\x1c\x20\xc5\x51\x73\x90\x38\xbc\x71\x71\x90\xcc\x9a\x85\x5c\x06\x7b\x22\xa1\x10\x5b\xdb\x75\x73\x67\x9e\xf7\xa7\xf8\xd2\x23\x6d\x61\xcf\x3c\x98\x76\xca\x43\x06\x12\x7c\x93\xc5\xc5\xfd\x35\xb8\xdc\x44\xc5\x80\xfa\x2e\x15\x18\xf6\x59\x0b\x45\xbd\xc8\x2a\x33\xd1\xbc\x09\xe7\x6d\x07\x35\x74\x33\x3f\x75\x35\x1c\x70\x33\x8f\xb3\x86\xae\xe6\x41\xd6\x6f\x70\x35\x8f\x91\x34\x76\x24\xf7\x5d\xfd\x06\x5f\xf2\xa9\x4e\x07\x06\x08\x25\xe3\x29\xc4\x4f\x64\x98\x32\x44\x14\x61\xdf\xbe\xe2\xc9\x7a\xdd\x8c\x14\xbe\x6f\xd1\x31\xa7\x5a\xe2\x51\x12\x20\xf7\x6b\x66\x89\xa2\xba\xbe\x9e\xcd\xdb\x66\xdf\xb1\x5b\x3a\xae\x2f\x64\x5f\x12\xfe\x4e\x2f\xf1\x2d\x20\x6c\x72\x05\x51\x48\x40\x22\xc5\xf7\x81\x22\x25\x20\x91\xbc\xb4\x8d\xae\x8f\x3b\xa5\x14\xdc\xd8\xc6\xb7\x39\xf2\x11\x34\x49\x99\x49\x16\x62\xe7\xfb\x8c\x43\x70\xa8\x87\x89\x84\x55\x71\x64\xba\xe4\x18\x05\xe3\xa0\x21\xdc\xdc\x5d\xb1\xef\xa5\x87\x02\x21\x87\x79\xcf\x57\x10\x96\xc1\x11\x18\x11\x43\x05\x41\xcb\x83\x84\x8e\xb3\x04\x61\xb8\xf4\x10\x8a\x20\x4c\xfa\x97\x6f\xdf\xcb\x27\xbc\x59\xf4\x88\x24\xdc\x59\x5e\xb1\x5f\xa2\xf9\xc8\xcc\xa6\x7c\x65\x2c\x4d\x7c\x8e\x44\x3f\xb5\x8b\xac\xf1\xe5\x20\x8a\x36\xbf\x86\xad\x92\xff\x5d\x2c\x09\x73\x3e\xdb\x45\x5b\x3e\x19\x66\x23\xe4\x08\xaa\x2f\x11\x70\xf1\x6a\x6b\xe4\x3f\x17\x97\xb3\x5d\x31\xc0\xe1\xc3\xc2\x63\xc4\x3c\x6e\x88\xee\x1e\xd2\x42\x5b\xb1\x02\xae\x04\x3a\xa8\x10\xd4\xe1\x6f\xfd\x01\xed\xe0\x6a\x67\x83\xe8\xf3\xa5\xf3\x8d\xcf\x97\xb2\x67\xe3\xd3\x20\xda\xdb\x31\xed\x28\x8f\xbf\xfa\xc7\x4c\x0a\xde\xa3\x8a\xd2\x71\x87\xe9\x22\x74\xd4\xa2\x48\xf6\xd0\xc2\x49\xdb\x6e\x35\x1b\x0e\x84\xdb\x3b\x52\x9c\xa5\xf8\x76\x50\x26\xa9\x30\xb9\x64\x9b\x22\x10\x56\x84\x80\xc2\x65\xe5\x2c\x6f\x6f\xf8\x52\x43\xec\x62\x59\x01\xfb\x56\x8f\xd6\xf2\x7f\x38\x62\x7a\x99\xe6\x85\x84\x46\x15\xc6\x0e\x22\xc8\x0d\x9d\xc9\x98\xa9\xcb\xc0\xd2\x95\x1c\xe3\x7e\x27\x21\xb9\x7e\x7b\x48\x19\xe3\x53\x22\x94\xf6\x64\x38\x6e\x01\xbc\x43\xf4\x5f\xca\xff\xf3\xbf\xfe\x37\xb1\xa7\x6d\x43\xab\x25\x0e\x3d\xe9\x7d\x1b\x7e\xdc\xcd\xbd\xd4\x5f\x7d\xfa\x04\x3c\x3a\x68\x88\xa0\x3f\xd5\x73\x44\x14\x1a\xd1\x28\xdf\x8b\x68\xf4\xcd\x5b\x7c\x03\x22\x87\xb6\xe3\xc9\x1c\xf6\xf1\x61\x19\x46\x54\x99\xae\x11\xee\xbc\xbf\x0d\x2e\x06\x4d\x4e\xd1\x2a\xd1\x4d\x2f\x29\xc9\x27\xd2\xa9\x3f\xfb\x5b\x61\xdc\x40\x44\x37\xc2\x40\xc5\xf1\x30\x86\xb0\xd7\x4c\x7e\xe3\xdb\xa7\x45\x65\x94\x2b\xa8\xb0\x25\x65\x4e\xe4\x72\x4b\x83\x9c\xe1\x73\x85\x84\x15\x3d\xea\xec\x20\x9f\xde\x4e\x86\xa3\x72\x13\xa7\x29\xc3\x13\x82\xa4\x31\xea\xa6\x84\xdc\x3e\xa1\xdb\x31\xd1\x35\xf6\x70\x70\x34\xfb\x8f\x89\x81\x45\xa2\xfb\x04\xec\x74\xc7\x01\xbe\x20\x84\xaf\xf8\x66\xf2\x13\x0b\xef\x5b\x44\xd0\xbc\x46\x04\x2e\xbf\x81\x5b\x21\xff\x27\xb8\x72\x40\x8d\x14\x1c\xab\x21\x8d\x1f\x5c\x6b\xd0\x46\x57\x38\x7a\xd7\x4b\x5c\x77\x12\xdd\x99\xc8\x85\x03\x51\x13\x5b\x44\xa3\x4b\x70\x30\x32\x88\xbd\x0f\x3a\x72\x80\x7f\xb4\x86\xd5\x4e\xcf\xcc\x72\x59\xc4\xe5\xd4\xd5\x46\x49\x06\x57\xb0\xd4\xd1\x5e\x77\x37\xf3\xd5\x04\x53\x66\x25\xfb\x47\x3e\x1b\x8f\x57\x3e\xa7\xc9\xf3\x8b\xc0\xb3\x6b\x63\xd5\x75\x81\x90\x80\x3c\x3e\x3a\x5d\x93\x82\xb0\x8e\x94\x19\x14\xc4\xa2\xdc\x2f\x07\x7c\xc8\xc7\xd7\x15\x7d\xbf\x17\xf9\xb8\x8c\xfb\xfd\xc8\xff\xd1\xad\x8b\xe9\xab\x08\x5c\xf2\xf8\x4e\x02\x97\x34\x75\x39\xc1\xbf\x63\x23\x81\x48\x4a\x9b\x31\x9a\xdb\x07\x77\x12\x34\x8f\x33\x44\x1f\xbe\x26\xea\xfb\xf7\x13\xa2\xcb\x79\xbe\x41\xda\x8b\x7b\x1c\x08\x7a\x51\xab\x1c\x42\xd8\x60\x15\x9f\x19\x3b\xa4\xbd\x79\xc1\x35\xe2\x19\x43\x1d\x6f\x74\x80\x09\x3d\xbd\x37\x4b\x7c\x9c\x29\x6c\xa6\x33\x4f\xf9\x03\x40\x66\xc5\x91\x83\x4c\x62\xce\xfb\xfa\x69\xa6\x03\xf6\xe1\xfb\x8e\x35\x0d\x5b\xc9\xbc\xc6\xf9\x5d\x85\x8d\xbc\x37\x47\xb8\xcc\xc6\x7b\x30\xff\x9e\xa3\x4e\xd3\x36\x58\xd6\x01\xf7\x66\x8a\xc1\xa2\x6c\xf8\xf3\x06\x05\xd6\x21\x0c\x5f\xa2\x64\x78\x86\xeb\x31\xb7\xc3\xfd\xec\xfd\xb0\xd1\xec\xf1\x20\xdc\x7b\xa6\x37\x95\xd8\x39\xe0\x41\xbc\x67\x7d\x70\xb4\xd8\xca\x41\x25\x0f\x24\xdf\x10\x77\x26\x53\x86\xf9\xe3\x3a\x62\x07\x26\x8b\x75\x66\xf0\x33\x04\x5c\x3c\x61\x6d\x51\xe2\x00\xce\x89\x84\x5c\x8a\xea\x5a\x7a\xe1\x96\x6f\x84\x5c\xa6\x04\xdf\xc0\x20\x56\x57\x3d\xc5\x35\x9f\x41\xa0\x41\xb9\xdb\xf2\x10\xe6\xee\x76\x11\x1e\x26\x01\x54\x71\x53\x5b\x05\x09\xf9\x8f\xc3\xb2\xe4\x62\x59\x5d\x3d\xdf\x37\xfb\x44\x96\xce\x19\xfc\xa8\xe4\xf2\x1f\x8d\x89\x9b\x24\x71\x2c\xa3\xe8\xf9\x59\xf4\x81\xc4\x74\x39\x61\x39\x4e\x1f\x1c\xca\xc1\xca\xe1\x8e\xe3\xd8\x5d\x5e\x2c\x80\x42\x6a\xc0\x39\x08\x96\xeb\x43\xe2\x98\x69\xa9\x10\x60\x7d\xb5\x22\x89\x46\xf5\x86\x10\xdf\x52\x31\xb7\x73\x54\xdd\x91\xd9\xb7\x70\xb5\x03\x9f\x95\x10\x7e\xb8\xb1\x76\xc8\xdd\xd7\xae\x1d\xee\x62\x75\xdf\x8e\x10\xe2\x5b\xda\xc1\xb5\x3c\x85\x47\x10\x0f\xe2\x7d\xed\x21\xe5\x50\x6f\xaa\x08\x77\x4f\xba\x61\x13\xfd\xa9\x94\xab\x60\xbd\xc6\x0e\x64\x31\x90\x3f\xd8\xbc\x39\x5e\x38\x25\x45\x36\xc2\x26\x44\x04\xd9\x28\x9e\x3c\x7a\xfc\xf5\x29\xce\x23\x8d\x9c\x0e\x34\xd8\x02\xf6\x60\x53\xab\x90\xb6\xcb\x8b\x74\x90\xb1\xce\x54\xae\x93\xc4\xaf\x2f\xbc\x02\x67\x87\x6e\x45\xbe\x0b\x97\x0c\x08\x78\x36\x92\x85\x5c\x6c\xe8\xe6\x38\xb3\xba\xa0\xd6\x71\x61\x8e\x55\x03\xca\xb1\xe8\x31\x9c\xf1\xce\x50\x3a\x0b\x8c\xad\xcc\x94\x8f\x4c\x66\x95\xdd\x56\x83\xda\xe4\x77\xd1\x06\x30\x1f\x96\x66\x8d\x2c\x9a\x35\x87\x57\xec\x71\x53\xfc\x5a\x2d\xb7\x05\x3a\x82\x39\x68\x94\x99\x85\x53\x7d\x4c\x20\x9e\xec\x96\x6d\xce\xb6\x70\x1b\x6b\x66\x16\x01\x29\xa0\xc0\x3f\xba\x5e\xba\x97\x17\x3c\x37\xc0\x0e\x1b\x15\xf4\xe8\x3e\xa6\xf0\x1d\x0d\x00\xdb\xb8\xbf\x05\x60\x0b\x72\xe7\x21\x35\x23\x60\x01\xf7\x35\x44\x9f\x4c\xf8\xf6\x86\x80\x6f\x7c\x63\x43\x8e\xac\x15\x7a\xd3\x56\x51\x4c\xce\xff\xfb\xda\x37\x50\x77\x40\x9c\xd1\x55\x6e\x03\x82\x8f\xde\xcd\x72\x44\x1f\xf8\x42\x58\xb1\xd8\x00\x53\xdf\x0c\x5d\xce\x7c\x51\x35\x0d\x21\x54\xd9\xba\x0f\xfd\x37\xe2\x13\x83\xec\x51\xd0\xb7\x77\x2a\x92\x70\xe7\xe2\x03\x8b\xfe\xc6\x1a\x51\xc2\xb0\x97\x29\xd7\xfb\x7d\x02\xda\x3f\x1f\x78\x9f\x4f\x9e\xf3\x90\xed\xe9\x2e\x7a\xc6\x6d\x7c\xd3\xda\xbd\xb7\xdc\xc5\xb7\xfb\x0d\xaf\x79\xec\xe4\xc8\xfa\xd2\x64\x39\x7b\x31\x21\xf1\xce\x1b\x97\x77\x84\x83\x0d\x1e\x89\x59\xf0\x05\x47\x4d\x5d\xc9\xbe\xff\x99\x84\xf8\x8e\x2b\x36\xc5\xa8\x1d\x86\xaf\x7d\xf0\xfe\xf7\xbe\x77\x30\x2e\xb2\x8d\x49\x05\x01\x09\x07\xe9\xc1\xad\x6b\xf0\xb7\x6c\xed\x1e\x39\x5f\x02\x5a\x02\x13\xe6\x2e\x68\x99\xb6\x03\x85\xee\xba\xa9\x1a\x33\xde\xa8\x4b\x75\x9b\xd2\xbd\xaa\xc5\x4c\x82\xaf\x16\x2a\xf8\x6a\x21\x79\x3f\xe5\x28\x88\x88\x70\x1e\x26\x6c\xdd\x25\x2e\x51\x74\xbc\xf0\xf9\x78\x9c\xce\x8c\xa3\xf8\x48\x66\x14\x91\x2f\x46\xb5\x98\x01\x3b\x8c\x13\x5f\xba\x30\xc6\x0e\x24\x44\xa5\xc7\xd7\x94\x84\x49\x72\x61\x61\x14\xa5\x6f\x34\xc4\x3d\x11\x9b\x6a\x18\xb7\x6e\x96\x7c\xd9\x22\x8c\x90\x71\xf7\x54\x76\x8e\xcb\x34\x97\xbe\xa8\x08\x38\x85\x87\x31\xd8\xd7\xea\xf3\x2e\xce\x8d\x29\x18\x46\xe8\x01\x97\x11\x20\xe9\xd4\xf9\x62\x85\xfe\xcf\xa6\x08\xc9\x54\x63\x47\x4c\xfa\x2c\xdc\x04\xa4\xbc\xa3\x91\xda\xab\x19\x93\x30\xfc\x2e\x18\x1e\x29\x09\x52\xd9\x45\xb6\xce\xf4\x26\x97\x46\x8f\x82\xb3\xbf\xac\xbb\xb5\x25\x3d\xc7\x8c\xeb\xee\xcd\x14\xac\x62\x7c\x3c\x4a\x6f\x8a\xd1\x9c\x22\x71\xdc\xb3\x9c\xf9\x92\x75\x61\x54\xcf\x85\xdc\xeb\x6a\x9d\x97\x13\x58\xba\x31\xd7\x06\x47\x24\xdf\x54\xc6\xa0\x95\x1e\xc2\x15\xf3\xfd\x4d\x85\xf5\x8c\xcf\x97\xc2\x22\x17\x35\x32\x62\x6b\x06\xf2\x95\x12\x06\x4d\x9c\x2c\xe2\x3b\x1a\xc9\x0f\xfb\x2c\x17\xee\x21\x94\x53\xbe\x43\xab\x9d\xf3\x49\x56\x5e\xc3\x4a\x79\xa0\xaa\xa9\x63\x0b\xdc\x74\xf6\xfb\x5a\x86\x06\xb1\xce\x3d\x55\xfc\xa1\xb6\xb5\x65\x77\x57\x2f\x32\xbc\x4a\xd3\xad\x74\xa3\xf2\x43\x29\xb6\xf2\x47\x33\x8a\x7b\x9a\xeb\x75\x04\x25\xb6\xf4\xba\x47\x72\xc9\xe0\xe3\x05\xc5\x57\xfc\x2a\x0e\x2d\x71\x4f\xc0\x13\x91\xdb\x04\x38\x12\xcf\xfa\x1f\xef\xad\x68\xd0\x97\x80\x21\x06\xb8\x6d\xd1\x14\x7e\x3d\xee\x1b\x7a\x10\x6c\x92\x87\xdd\x60\x32\xd0\xd9\x0f\x5e\x11\xde\xa6\xcb\x88\x7b\xcc\x37\x30\xf0\xad\x68\xfc\xd8\x80\xba\xfb\xe8\x82\x66\xaf\x0e\xa9\xf1\xe8\x40\x87\xc2\x7a\xef\x19\xa1\x47\x51\x2b\xbe\xde\xc7\x70\x11\x92\xf7\xd4\x76\x5b\xbc\xa6\xe9\x1e\x52\xfb\x88\xef\x90\x29\xc8\x05\x87\xd9\xb2\x69\x1b\x1a\x1e\x39\xac\xab\x97\x1e\xbe\xb6\xb8\x6e\x22\x03\x4c\xe0\x77\xd9\x4e\x0f\x58\x5b\x9e\x33\x44\x93\xfc\xc0\xa7\xad\x7d\xae\xbe\xe9\xf3\xb5\xe5\x61\x0b\xe4\x42\xed\xd6\x57\x9c\x60\xb9\x8e\x2d\x21\xc8\xa9\x79\x9a\x39\xfb\x7b\x22\x8b\x02\x9f\x6b\x4c\x00\x8b\x6d\x0e\x3e\x01\x4b\xe8\xda\x6d\x33\xee\x2a\x4e\xea\x49\x74\xfa\x0e\xd1\xe9\x15\x47\x8f\x6b\xb0\x56\xb9\x6c\x83\x46\x1d\xca\xc7\xc7\xad\x86\x79\x5e\xf1\xa9\xac\x21\xbc\x61\x6e\x55\xe6\xdb\x11\xde\xde\x50\xe4\x08\x6b\x80\x1c\x23\x00\xb0\x87\xb1\x10\xe6\xaa\x0a\x28\x56\x61\x8e\xb7\x14\x75\x08\x1a\x1e\x00\x43\x78\xbc\x73\x79\x20\x87\xae\xd9\xc3\x56\xe9\x9e\xcd\xa8\x55\xcd\xfc\x6f\x78\x9c\x51\xa1\xcf\xe5\x33\x80\x9a\x37\x4d\xcf\x6f\xe0\x6c\x59\xdc\x5a\xdc\x38\x34\xbd\xb4\x78\x16\xb7\x16\x37\x23\x4c\x09\xf4\x18\x55\x02\x7d\x18\x57\x1b\xbe\xbe\x84\xea\x6a\x77\x0b\x7e\xc5\xb2\x73\x15\x9e\x5d\xf2\xb5\x27\x97\x2e\x61\x54\xe3\x28\x67\x48\xa1\xc3\xcc\x53\x35\x2f\x48\x88\x28\x27\xab\x3e\xe1\x94\x7b\xeb\x1e\xe5\x0d\x2b\x1f\x65\x9f\x9a\x29\xb8\xd3\x97\x8d\xce\xf3\xdd\xe2\xa6\xec\xd9\x67\x7c\x95\x61\x87\x39\x2c\xeb\xc2\xc0\xd2\x97\x00\x4b\xdf\x10\x58\x7a\x25\x2f\x2c\x8e\x4b\xa5\x45\x67\x53\xf6\x39\x3c\x05\x82\x52\x5e\x9f\xd0\x08\x70\x74\x91\x4f\xe5\x82\x75\x26\x53\x29\x5b\x67\x21\x0b\x3e\x41\x09\xfa\xf6\xa3\x08\xde\xc7\x0e\x64\xaa\x34\x56\x03\x64\xf5\x5b\xdc\x2d\xe4\xc2\x5a\x56\x0c\xa8\x0d\x1f\x24\x26\x80\xc5\xbd\x82\x04\x6b\x3c\x12\x9b\xe2\xb8\x60\x90\xc0\xaf\x62\x46\x29\x1c\xcc\x03\x0b\xe3\x22\xb8\x8b\x7c\xd7\x4d\x02\x6e\x73\x99\x4c\x07\x21\xad\x7a\x03\xb4\x9a\x87\x70\x5a\x69\x27\xa8\x14\xb6\x22\x9a\x9a\xf8\x16\xeb\xf5\x7c\xf6\x60\x35\x5c\x8b\xed\x72\x3e\x3c\x5b\x2d\xb0\x5f\x7d\xd2\x4c\xc1\x44\x7a\x85\xcc\x2a\x31\x26\x6f\xe1\xba\x7e\x0b\x5b\x5a\x74\x6a\x55\xe2\xa2\xf7\xd5\x34\xce\xce\x4e\xb9\x43\xf2\x1a\x1f\x1e\xba\xd4\x12\x21\x98\x9a\xcb\x4a\xfc\x74\x8d\x7a\xae\x08\xa0\x5c\xd9\x23\x3b\x49\xeb\x30\x33\x94\x06\xf7\xea\x70\x54\xc0\x3b\xe8\x13\x41\xdf\x0e\x5e\x7d\x6d\x57\xa2\x7d\xe3\xed\xd7\xbe\x37\x01\x8e\xb1\xd1\x1d\x63\xb7\xea\xb2\x10\x9d\xc3\x1b\xd5\xf2\x01\x7a\x19\x5c\x31\x1c\x81\x62\xe7\x3b\x7c\xac\x2d\xd8\x7e\x34\x94\x63\xa3\x0f\x8f\x44\xaa\x23\xdf\xa8\x84\x20\x4f\xf0\xb2\x26\xbb\x43\xcb\x59\xa3\x29\x14\x79\xeb\xa0\x61\xc8\xdd\x22\x0e\xe8\x7b\xb7\x96\x62\x5c\x4c\x3f\x6e\xf0\xff\xe4\x7d\x87\xb0\x01\xfe\x95\x87\x03\xf5\xff\x87\xbc\xf2\x30\xb4\xcc\xba\x67\x1e\x70\x8d\xfd\x0c\x87\x03\xe2\x79\x1c\x6d\x5c\x45\xf3\x19\x39\xc2\x79\x8a\x88\x78\x2b\x1f\x51\xde\xec\x6b\x16\x5f\xb1\xda\x60\x8a\x0e\xeb\x0b\xce\x73\x44\xb5\x49\x8e\xf1\x4d\x7d\x71\x13\x24\x66\xbc\x5b\x24\xf1\x6a\x8d\x48\xf5\xb6\xa8\x52\xad\x47\x33\x98\x24\x74\x8b\xc6\xe2\x46\xaf\xd7\xf3\xa4\xd6\xa9\x3d\x68\x72\x3c\xb9\xa3\x56\x4b\x26\x39\xe9\x6b\x47\x45\x26\x99\x89\x02\x06\x5d\x91\x98\xf0\x72\x11\x89\x91\x6b\xcd\xf1\xce\x8f\x84\x34\x7e\xec\x85\x11\xb4\x58\x8b\x89\xab\x0e\x0a\x05\xd0\x24\xaf\x0a\xda\x32\xf4\x4f\x95\xd8\xf0\xb1\x7a\x89\xd1\xe7\xb7\xf1\xf2\xb6\xc4\x40\xd9\x2f\xe0\xe5\xc6\xba\xfd\xe9\xfb\x30\x3e\xb8\x0a\x1d\xa9\xfe\x3d\x5a\xe9\x17\x2f\x2e\x73\xf1\xd9\xc1\xa2\xa2\x57\x32\xbd\x64\xbf\x1d\x6d\x7d\xdf\xb7\xd5\x7c\xc7\xfb\x63\xea\x0f\xc0\x44\x2d\x1b\xe9\x2e\x6d\x04\xdb\xed\xec\x89\x80\x4b\x0d\x1d\x86\x1d\xbc\xb2\x36\x80\x93\xdb\x42\xac\x7d\xaf\xf0\x65\x45\xc0\xbc\xec\x00\x64\xd3\x29\x82\xd8\x30\x73\xcd\xba\x9c\xa7\x07\xf1\xa6\x22\xbd\x3c\xd6\x14\xbc\xce\xad\x66\x15\x3c\xe2\x7d\x70\xf8\x18\x72\xf4\xda\xb7\x4f\xb2\x97\xd8\xcf\xec\x3d\xf4\x90\x92\xb2\x5e\x2e\x73\x97\xdb\xf2\xaf\xde\x5d\x52\x70\xd1\xde\xc9\x4e\x93\x0e\x28\x6f\x35\xe8\x9b\xd8\xf6\x84\xd2\xf1\x99\x7b\x75\x3c\x20\x11\x2d\x92\x5f\x34\x76\xef\x75\xfa\xc2\xa9\xfd\x8d\xbe\xd7\xa9\x96\x56\x25\x72\x7e\x6f\x86\xbd\x86\xb7\x9d\x95\x13\x9c\x61\x1e\xcc\x17\x7d\x59\x40\xd1\x3b\x5a\xc5\x62\x93\x2f\x56\x28\xb7\x9a\x85\x13\x25\x5c\x64\xa3\x0a\xbe\xf1\x1d\x80\xb0\xac\x60\x35\xba\xa7\xad\x93\x87\x14\xe3\x4b\x13\x43\xc0\x4c\x26\xae\xdd\x8d\x1a\x15\xec\xaf\xc2\x1d\x65\x88\x2e\x49\x8d\x32\x4d\xfb\x0f\xdc\x77\x3d\xaa\x58\x13\x4c\x8b\x77\xc6\x72\xd5\xe2\x63\x9b\xb9\xc2\xf2\x73\xf8\xc6\x47\x82\x5b\x6b\x41\x22\x01\xc8\xad\xcc\x86\x00\xe2\xcf\xf2\x1c\x73\x08\x34\xfd\xe0\xbe\x02\x0c\x99\x91\x46\x0f\xde\x61\x8f\x1e\x60\xb7\x9c\xf6\x9e\x6c\xb3\x13\x35\x1d\xef\x3d\xeb\xe1\xa4\x0f\x88\x64\x09\xcd\xc0\xed\xb5\x66\x31\x7f\x62\x8a\x87\x49\x5a\x11\x27\x85\x95\x60\x69\xe3\x17\xa0\x27\x1e\x86\xfe\xd0\xe0\x59\xd9\x7e\xe5\x10\xcc\xb6\xfa\x45\x26\x37\xde\x05\x79\xb0\x53\xb0\x80\xff\xef\x38\x13\xb5\x7b\x9c\x83\xda\x7d\x00\x5c\x76\x8f\x6d\x21\xb8\xc4\x97\xb0\x10\xd7\x62\xf6\x49\x53\x2a\xb2\x0e\x4b\xdc\xf0\x79\xac\x10\x07\xc5\xdc\x13\x86\x7b\x34\x7b\x92\x34\x08\x32\x5c\xcd\x7c\x6c\xb8\x82\xf8\xd8\x70\x2d\xf4\xb1\xda\xb0\x41\x0b\xba\x6e\x6d\x03\x71\x79\xf9\x2e\x1e\x6d\x9f\xea\xb7\xf4\x1f\xb3\x53\xcb\x03\xbe\x02\x67\x49\xaa\xe9\x03\xbc\x0d\xff\x63\x90\x43\xb1\x19\xe2\x4f\x63\x87\x65\xe8\x8b\xe6\x83\x22\x8c\x59\x46\x53\xa6\x5a\x1c\x40\x8c\x7b\xd8\x38\x7a\x30\x02\xe8\x97\x07\xf2\x75\xd9\x09\xdf\x36\x1e\x11\xb3\x67\xb6\x8e\x94\x43\x46\x6b\x0d\x63\x5f\xf8\xe8\xa9\x7f\x7d\x5e\x56\x9d\xe2\xdd\x63\xca\x2f\x11\xed\x5b\x38\xf9\x8e\xff\xf0\x01\x7f\xf6\x56\xb7\x2c\xf6\xda\xac\xde\xf7\xc0\xed\x7f\x1f\xb8\x9b\x1a\x98\xbd\x5a\x03\x53\xc2\xe8\x81\x1b\xd8\x10\xf4\x7d\x1b\x63\x0c\x72\x36\x8a\x1d\xc3\xb3\xb5\xda\xcd\xe5\xfc\x14\xdc\xc3\xd3\x77\x30\x94\xbb\x76\x47\xaf\xbe\x46\x99\xe4\xb1\x59\xf7\xb2\xe4\x38\xb3\x1d\xf3\x73\x83\x68\xc7\x96\x26\x07\xf1\xf7\x5d\xb9\xa3\xc2\xe5\x39\x58\xbe\x38\x94\x3e\xd3\x77\xf8\x74\x63\x25\xe7\x91\xa0\x46\xb3\x17\xf4\x73\x3b\xa1\x04\x6d\x9a\x62\xdc\x28\xdd\x54\x5b\x5e\x96\xf5\x39\x3c\x1e\x1c\x8a\xc1\xda\xfc\x67\xc4\x84\x48\x0e\x39\xf3\x19\xbe\xa7\x1b\xa8\xb0\x63\xf1\x31\x4e\x37\x82\x22\x3a\x6f\x02\x62\x7a\xf3\xeb\xbb\xf3\x01\xe4\xc4\x04\xd5\x94\x89\x09\xad\x29\x13\xd3\x57\xf6\x80\x5c\x17\xb0\xef\x33\xdd\x03\x81\x3c\xd8\x01\xa1\x21\xbf\xa5\x0b\xe2\x99\x2c\x48\xa9\xad\xc8\xb7\x32\x63\x94\xce\xe4\x3b\x06\x0a\x6e\x63\x16\x28\xbb\x8c\x79\x54\x6b\x1d\xd6\x59\xcb\xfe\x85\xe7\x07\xe2\x5b\x10\xf0\x03\xf1\xd1\x9d\x6c\x9e\x41\x93\xae\x7b\x5b\x15\x7a\x57\xb5\xc0\x5f\x68\x94\x81\x1a\x88\x2f\xd9\x20\xb4\x68\xd7\x4c\x22\xdc\xca\x49\x6f\x27\xf8\x8a\x86\x4e\x27\x22\xcf\x17\x81\xf5\xd3\x90\x9f\xcb\x91\x1c\x06\xbc\x5c\x38\xc4\x98\x25\xea\xf5\x89\xbf\xa7\x1a\x46\xab\x41\x67\xd6\xd5\x75\xe9\x4c\x5c\xda\x9b\x77\x14\x17\x01\xaf\xf8\xc1\x61\x3b\x49\x29\x4f\x0e\x9f\xd3\xc7\xa0\x13\x61\x51\xda\x93\x51\x49\xdb\x0a\x66\xc7\x00\x2f\x12\x31\x8d\x71\x83\x56\xbe\x1d\x80\x2b\xe3\x1e\xb2\x5b\x7b\xb2\x2f\x98\x21\xfe\xfd\x2c\xbf\x3e\xbb\xda\x79\x5d\x9e\xac\x99\xa1\x74\xe5\x62\x18\xac\x5c\xe6\x66\x30\x5b\xb4\x72\x29\x0b\xff\x5d\xf1\x06\xb0\x4b\x09\xe7\x9e\xc5\x75\x44\x7b\xc5\x4e\x4e\xe9\x68\xd0\xc3\x7b\xb7\x04\x41\x93\x25\x4c\x5c\x25\x18\x03\x94\x5f\xca\xc5\x2e\xd8\x8f\xf8\x55\xbe\xd5\x00\xe8\x8b\x69\xcc\xab\x70\x57\xe3\x1e\xc9\x0b\x89\x09\x60\xa6\x6e\x66\xb2\xa6\xc3\x37\xd2\x7c\x24\x0f\xd6\xef\xaa\x87\xfa\xc3\x50\xe6\xaa\x61\xee\x11\xf2\x99\xad\xe5\xd0\xc6\xc0\x7b\xc3\x60\x43\x29\x24\x8c\xcb\x7e\x8a\xe4\x34\x97\x36\xd1\x70\x4b\x6a\xb6\xcc\xb2\xb6\xb3\x00\x16\xa2\x78\xf0\xae\x89\xb4\x41\xd2\xbf\xe6\x9b\x95\x7c\x12\x67\x88\xcf\x83\xcb\xe4\xcd\x6e\x19\xf8\xdf\x44\x07\x87\x1e\xca\x65\x92\x72\xba\xca\x32\xb1\xeb\x91\xdc\x1c\x1a\xc0\x3e\xed\xda\xc5\xd3\x87\xe1\x8d\x80\x7a\x75\xa0\x02\xd8\x75\x81\x7f\xd0\xfb\x29\xb5\x1d\x76\xfb\xe1\x6f\x7a\xdd\xa0\x7c\x87\xe5\x8a\xbd\x44\x8a\xee\xfe\x29\xb8\x6f\x70\x78\x81\x62\x70\x4f\x64\x53\x7f\x4f\x41\xee\xf2\x0f\xed\x9f\x7d\x0f\xf0\x82\xb3\xd6\x8c\x10\x39\x74\x3d\x7c\x50\x49\x51\x85\x23\xdb\x7c\x84\xc7\xe3\x89\x3e\xee\x47\x54\x54\xd4\x08\x51\x7a\x9f\xdc\xcf\x99\xbf\x55\x1a\xa7\xf7\x24\xa1\xea\xf4\x42\x2d\x79\xad\xea\x67\x77\xa3\x74\xf2\xa9\x6f\x9a\xf5\xe7\x24\x5f\x72\x9f\xe8\x37\xc1\x95\xed\xe2\xe8\x0b\x67\x36\x0a\x26\xf2\xc9\xa1\x9f\xb8\xe0\x9f\x48\x4b\x25\x06\x82\x5b\xdd\x7e\xda\x20\x62\x43\x3a\x5b\x5f\x22\x62\x85\x08\x7e\x2b\x00\x9f\x05\x3e\x8b\xfc\x0e\x5f\x7b\x7c\xed\xcb\xf2\x46\x32\x83\xc3\x50\x76\xd2\xfa\x56\x88\xb9\xc3\x37\x5f\x53\xc6\x9f\x52\x8f\x5e\x5a\x68\x1f\xb8\x4b\x8e\xab\xd3\x78\xfb\xa0\x78\x79\x78\xec\xb9\x7f\x83\xec\x21\x6f\xac\xdd\x69\x14\x42\x14\xc3\xd5\x6b\x94\x04\x1f\x82\x4d\x90\x2e\xab\x05\x4a\x98\x62\xb9\x1d\x1a\x29\x41\x8a\x6b\xf3\x7d\xe6\xdb\xa5\x21\xc4\xfa\x56\x69\x88\xd0\x5b\xb4\xcd\x96\xef\x95\xfa\xec\x1e\x60\xf0\x17\x72\x9f\x52\x9a\xde\xaf\x81\xcb\x7e\xf8\xe8\x1f\xdf\x72\x2f\x0f\xb0\xf0\xc1\xb8\x99\x7b\xdc\xb8\xaa\xb7\x3b\xa7\x3f\xe9\x1d\x0c\x8f\x7a\x05\xf3\x97\x74\x88\xb7\x27\xdf\xb2\x2b\x57\x90\xd3\xe8\x66\x73\xac\x01\xd0\xcb\xf8\xb9\xf6\xc7\xff\xfa\xaf\x00\xa7\xe0\xbf\xfd\x5b\x7a\xf6\xf2\xc7\xb4\xfc\xc2\xb7\xd9\xf0\x8b\x9b\x5f\xaa\xcd\x6e\x63\x50\xf4\xf9\x2a\x02\xe4\xe3\x70\xf0\xdb\x53\x1b\xb8\xbe\xc1\x04\xc3\xf7\xff\x0d\x00\x00\xff\xff\xc7\xa8\x9a\xf8\x26\x97\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -787,7 +787,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 38539, mode: os.FileMode(420), modTime: time.Unix(1439936510, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 38694, mode: os.FileMode(420), modTime: time.Unix(1439986864, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/public/css/gogs.min.css b/public/css/gogs.min.css index c417af80c..c6ef92f31 100644 --- a/public/css/gogs.min.css +++ b/public/css/gogs.min.css @@ -1 +1 @@ -@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('embedded-opentype'),url(../fonts/octicons.woff?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('woff'),url(../fonts/octicons.ttf?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('truetype'),url(../fonts/octicons.svg?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d#octicons) format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beaker:before,.octicon-microscope:before{content:'\f0dd'}.octicon-bell:before{content:'\f0de'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-clone:before,.octicon-desktop-download:before{content:'\f0dc'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-shield:before{content:'\f0e1'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-watch:before{content:'\f0e0'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .top.menu .menu{z-index:900}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .octicon{width:16px;text-align:center}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.blue{color:#428bca!important}.ui .text.grey{color:#767676!important}.ui .text.grey a{color:#444!important}.ui .text.grey a:hover{color:#000!important}.ui .text.right{text-align:right}.ui .text.small{font-size:.75em}.ui .message{text-align:center}.ui .header>i+.content{padding-left:.75rem;vertical-align:middle}.ui .warning.header{background-color:#F9EDBE!important;border-color:#F0C36D}.ui .warning.segment{border-color:#F0C36D}.ui .avatar.image{border-radius:3px}.ui .form .fake{display:none!important}footer{margin-top:54px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .ui.language.dropdown{z-index:10000}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.mega-octicon.icon,.octicon.icon{font-family:octicons}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:120px}.home .logo{max-width:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.install{padding-top:45px;padding-bottom:120px}.install form label{text-align:right;width:40%!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:41%}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-6px}.repository.new.fork form,.repository.new.migrate form{margin:auto;width:800px!important}.repository.new.fork form .ui.message,.repository.new.migrate form .ui.message{text-align:center}.repository.new.fork form .header,.repository.new.migrate form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label,.repository.new.migrate form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help,.repository.new.migrate form .help{margin-left:265px!important}.repository.new.fork form .dropdown .dropdown.icon,.repository.new.migrate form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text,.repository.new.migrate form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i,.repository.new.migrate form .dropdown .text i{margin-right:0!important}.repository.new.fork form .optional .title,.repository.new.migrate form .optional .title{margin-left:250px!important}.repository.new.fork form input,.repository.new.fork form textarea,.repository.new.migrate form input,.repository.new.migrate form textarea{width:50%!important}.repository{padding-top:15px;padding-bottom:120px}.repository .head .column{padding-top:5px!important;padding-bottom:5px!important}.repository .head .ui.compact.menu{margin-left:1rem}.repository .head .ui.header{margin-top:0}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .ui.huge.breadcrumb{font-weight:300;font-size:1.7rem}.repository .head .fork-flag{margin-left:38px;display:block;font-size:11px;line-height:10px;white-space:nowrap}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .dropdown.item{margin:1px;padding-right:0}.repository .page.buttons{padding-top:15px}.repository .issue.list{list-style:none;padding-top:15px}.repository .issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.repository .issue.list>.item .title:hover{color:#000}.repository .issue.list>.item .comment{padding-right:10px;color:#666}.repository .issue.list>.item .desc{padding-top:5px;color:#999}.repository .issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.repository .issue.list>.item .desc a.milestone:hover{color:#000!important}.repository .issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .comment-list:before{display:block;content:"";position:absolute;margin-top:12px;margin-bottom:14px;top:0;bottom:0;left:96px;width:2px;background-color:#f3f3f3;z-index:-1}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .tag{color:#767676;margin-top:3px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .comment-list .event{position:relative;margin:15px 0 15px 79px;padding-left:25px}.repository.view.issue .comment-list .event .octicon{width:30px;float:left;margin-left:-36px;text-align:center}.repository.view.issue .comment-list .event .octicon.octicon-circle-slash{margin-top:5px;font-size:20px;color:#bd2c00}.repository.view.issue .comment-list .event .octicon.octicon-primitive-dot{font-size:35px;color:#6cc644}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository .filter.dropdown .menu .items{max-height:300px;overflow-y:auto}.repository .filter.dropdown .menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.repository .filter.dropdown .menu .items .item.active{font-weight:700}.repository .filter.dropdown .menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .content{margin-top:2px}.settings .content .header,.settings .content .segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px}.user{padding-top:15px;padding-bottom:120px}.user.settings .key.list .item.ui.grid{margin-top:15px}.admin{padding-top:15px;padding-bottom:120px}.admin .table.segment{padding:0;font-size:13px}.admin .table.segment th{padding-top:5px;padding-bottom:5px}.admin .table.segment td:first-child,.admin .table.segment th:first-child{padding-left:15px} \ No newline at end of file +@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('embedded-opentype'),url(../fonts/octicons.woff?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('woff'),url(../fonts/octicons.ttf?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('truetype'),url(../fonts/octicons.svg?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d#octicons) format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beaker:before,.octicon-microscope:before{content:'\f0dd'}.octicon-bell:before{content:'\f0de'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-clone:before,.octicon-desktop-download:before{content:'\f0dc'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-shield:before{content:'\f0e1'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-watch:before{content:'\f0e0'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .top.menu .menu{z-index:900}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .octicon{width:16px;text-align:center}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.blue{color:#428bca!important}.ui .text.grey{color:#767676!important}.ui .text.grey a{color:#444!important}.ui .text.grey a:hover{color:#000!important}.ui .text.right{text-align:right}.ui .text.small{font-size:.75em}.ui .message{text-align:center}.ui .header>i+.content{padding-left:.75rem;vertical-align:middle}.ui .warning.header{background-color:#F9EDBE!important;border-color:#F0C36D}.ui .warning.segment{border-color:#F0C36D}.ui .avatar.image{border-radius:3px}.ui .form .fake{display:none!important}footer{margin-top:54px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .ui.language.dropdown{z-index:10000}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.mega-octicon.icon,.octicon.icon{font-family:octicons}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:120px}.home .logo{max-width:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.install{padding-top:45px;padding-bottom:120px}.install form label{text-align:right;width:320px!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:335px!important}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-6px}.repository.new.fork form,.repository.new.migrate form{margin:auto;width:800px!important}.repository.new.fork form .ui.message,.repository.new.migrate form .ui.message{text-align:center}.repository.new.fork form .header,.repository.new.migrate form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label,.repository.new.migrate form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help,.repository.new.migrate form .help{margin-left:265px!important}.repository.new.fork form .dropdown .dropdown.icon,.repository.new.migrate form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text,.repository.new.migrate form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i,.repository.new.migrate form .dropdown .text i{margin-right:0!important}.repository.new.fork form .optional .title,.repository.new.migrate form .optional .title{margin-left:250px!important}.repository.new.fork form input,.repository.new.fork form textarea,.repository.new.migrate form input,.repository.new.migrate form textarea{width:50%!important}.repository{padding-top:15px;padding-bottom:120px}.repository .head .column{padding-top:5px!important;padding-bottom:5px!important}.repository .head .ui.compact.menu{margin-left:1rem}.repository .head .ui.header{margin-top:0}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .ui.huge.breadcrumb{font-weight:300;font-size:1.7rem}.repository .head .fork-flag{margin-left:38px;display:block;font-size:11px;line-height:10px;white-space:nowrap}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .dropdown.item{margin:1px;padding-right:0}.repository .page.buttons{padding-top:15px}.repository .issue.list{list-style:none;padding-top:15px}.repository .issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.repository .issue.list>.item .title:hover{color:#000}.repository .issue.list>.item .comment{padding-right:10px;color:#666}.repository .issue.list>.item .desc{padding-top:5px;color:#999}.repository .issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.repository .issue.list>.item .desc a.milestone:hover{color:#000!important}.repository .issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .comment-list:before{display:block;content:"";position:absolute;margin-top:12px;margin-bottom:14px;top:0;bottom:0;left:96px;width:2px;background-color:#f3f3f3;z-index:-1}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .tag{color:#767676;margin-top:3px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .comment-list .event{position:relative;margin:15px 0 15px 79px;padding-left:25px}.repository.view.issue .comment-list .event .octicon{width:30px;float:left;margin-left:-36px;text-align:center}.repository.view.issue .comment-list .event .octicon.octicon-circle-slash{margin-top:5px;font-size:20px;color:#bd2c00}.repository.view.issue .comment-list .event .octicon.octicon-primitive-dot{font-size:35px;color:#6cc644}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository .filter.dropdown .menu .items{max-height:300px;overflow-y:auto}.repository .filter.dropdown .menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.repository .filter.dropdown .menu .items .item.active{font-weight:700}.repository .filter.dropdown .menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .content{margin-top:2px}.settings .content .header,.settings .content .segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px}.user{padding-top:15px;padding-bottom:120px}.user.settings .key.list .item.ui.grid{margin-top:15px}.admin{padding-top:15px;padding-bottom:120px}.admin .table.segment{padding:0;font-size:13px}.admin .table.segment th{padding-top:5px;padding-bottom:5px}.admin .table.segment td:first-child,.admin .table.segment th:first-child{padding-left:15px} \ No newline at end of file diff --git a/public/less/_install.less b/public/less/_install.less index ffc532525..7bd6265f1 100644 --- a/public/less/_install.less +++ b/public/less/_install.less @@ -2,9 +2,10 @@ padding-top: 45px; padding-bottom: @footer-margin * 3; form { + @input-padding: 320px !important; label { text-align: right; - width: 40% !important; + width: @input-padding; } input { width: 35% !important; @@ -12,7 +13,7 @@ .field { text-align: left; .help { - margin-left: 41%; + margin-left: @input-padding+15px; } &.optional .title { margin-left: 38%; diff --git a/routers/install.go b/routers/install.go index 4e7dd3904..3fcaee8db 100644 --- a/routers/install.go +++ b/routers/install.go @@ -118,6 +118,7 @@ func Install(ctx *middleware.Context) { } form.Domain = setting.Domain + form.SSHPort = setting.SSHPort form.HTTPPort = setting.HttpPort form.AppUrl = setting.AppUrl @@ -241,6 +242,13 @@ func InstallPost(ctx *middleware.Context, form auth.InstallForm) { cfg.Section("server").Key("HTTP_PORT").SetValue(form.HTTPPort) cfg.Section("server").Key("ROOT_URL").SetValue(form.AppUrl) + if form.SSHPort == 0 { + cfg.Section("server").Key("DISABLE_SSH").SetValue("true") + } else { + cfg.Section("server").Key("DISABLE_SSH").SetValue("false") + cfg.Section("server").Key("SSH_PORT").SetValue(com.ToStr(form.SSHPort)) + } + if len(strings.TrimSpace(form.SMTPHost)) > 0 { cfg.Section("mailer").Key("ENABLED").SetValue("true") cfg.Section("mailer").Key("HOST").SetValue(form.SMTPHost) diff --git a/templates/install.tmpl b/templates/install.tmpl index e28468f07..f92843692 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -92,6 +92,11 @@ {{.i18n.Tr "install.domain_helper"}} +
+ + + {{.i18n.Tr "install.ssh_port_helper"}} +
@@ -105,6 +110,8 @@

{{.i18n.Tr "install.optional_title"}}

+ +
@@ -143,6 +150,7 @@
+
@@ -170,6 +178,7 @@
+