From 7aa53635fe9a88fbd2d2e21bffc3888e2b4baa85 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 27 Jan 2017 22:36:45 -0500 Subject: [PATCH] Add 'Organizations' page to user settings (#3587) User is now able to view full list of organizations belongs to. --- cmd/web.go | 7 ++++++- conf/locale/locale_en-US.ini | 4 +++- gogs.go | 2 +- modules/bindata/bindata.go | 4 ++-- public/css/gogs.css | 10 ++++++++++ public/less/_form.less | 10 ---------- public/less/_user.less | 10 ++++++++++ routers/user/setting.go | 13 ++++++++++++- templates/.VERSION | 2 +- templates/user/settings/organizations.tmpl | 17 +++++++++++++++-- 10 files changed, 60 insertions(+), 19 deletions(-) diff --git a/cmd/web.go b/cmd/web.go index 2cbbb7c5c..60fb8ef32 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -247,7 +247,12 @@ func runWeb(ctx *cli.Context) error { m.Combo("/applications").Get(user.SettingsApplications). Post(bindIgnErr(auth.NewAccessTokenForm{}), user.SettingsApplicationsPost) m.Post("/applications/delete", user.SettingsDeleteApplication) - m.Get("/organizations", user.SettingsOrganizations) + + m.Group("/organizations", func() { + m.Get("", user.SettingsOrganizations) + m.Post("/leave", user.SettingsLeaveOrganization) + }) + m.Route("/delete", "GET,POST", user.SettingsDelete) }, reqSignIn, func(ctx *context.Context) { ctx.Data["PageIsUserSettings"] = true diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 9b05ba402..19c6c21cf 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -337,7 +337,9 @@ access_token_deletion = Personal Access Token Deletion access_token_deletion_desc = Delete this personal access token will remove all related accesses of application. Do you want to continue? delete_token_success = Personal access token has been removed successfully! Don't forget to update your application as well. -orgs_none = You are not a member of any organizations. +orgs.none = You are not a member of any organizations. +orgs.leave_title = Leave an organization +orgs.leave_desc = You will lose access to all repositories and teams after you left the organization. Do you want to continue? delete_account = Delete Your Account delete_prompt = The operation will delete your account permanently, and CANNOT be undone! diff --git a/gogs.go b/gogs.go index 53bfa8014..c5ac7b058 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.121.0127" +const APP_VER = "0.9.122.0127" func init() { setting.AppVer = APP_VER diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index b3778b3ac..86376eb8a 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -4371,7 +4371,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xdb\x6e\x1c\x39\xb6\x28\xf8\x1e\x5f\xc1\xf6\x86\xe0\x2a\x40\xce\x42\xed\x3e\x67\x66\x50\x28\x55\x8d\x4a\x2e\x5f\xf6\x96\x2f\xdb\x92\xbb\xa7\xc7\x30\xa2\x98\x11\xcc\x4c\xb6\x22\xc9\xe8\x20\x43\xe9\xac\x46\x03\xf3\x01\xf3\x01\x33\xbf\x77\xbe\xe4\x60\x5d\x78\x8b\x88\x94\xed\xee\xf3\x22\x65\x90\x8b\x77\x72\x71\xdd\xb8\x96\xec\xfb\xba\x55\xae\x11\x17\xe2\x52\xf4\x52\x9b\x4e\x39\x27\x9c\xea\x36\x4f\x76\xd6\x79\xd5\x8a\xe7\xda\x0b\xa7\x86\x7b\xdd\xa8\xaa\xda\xd9\xbd\x12\x17\xe2\x85\xdd\xab\xaa\x95\x6e\xb7\xb6\x72\x68\xc5\x85\x78\x1a\x7e\x57\xea\x53\xdf\xd9\x01\x80\x7e\xa5\x5f\xd5\x4e\x75\x3d\x94\x51\x5d\x5f\x39\xbd\x35\xb5\x36\xe2\x42\xdc\xe8\xad\x11\x2f\x0d\xa5\xd8\xd1\x87\xa4\x37\xa3\xa7\xb4\xb1\x0f\x49\xef\xfb\x6a\x50\x5b\xed\xbc\x1a\xc4\x85\x78\xc7\x3f\xab\x83\x5a\x3b\xed\xa1\xa5\x3f\xd3\xaf\xea\x5e\x0d\x4e\x5b\xa8\xfd\x4f\xf4\xab\xea\xe5\x16\x00\xde\xca\xad\xaa\xbc\xda\xf7\x9d\xc4\x02\xb7\xfc\xb3\xea\xa4\xd9\x8e\x04\x73\xcd\x3f\xab\x66\x50\xd2\xab\xda\xa8\x83\xb8\x10\x57\xf8\xb1\x5a\xad\xaa\xd1\xa9\xa1\xee\x07\xbb\xd1\x9d\xaa\xa5\x69\xeb\x3d\x0d\xf3\xbd\x53\x83\xe0\x74\x21\x4d\x2b\x20\x1d\x87\xa0\xda\x5a\x9b\x5a\x3a\x1e\x87\x6a\x85\x36\x42\xba\x0a\xab\x32\x72\x1f\x4a\xc3\xcf\x4a\xed\xa5\xee\x60\xd6\xe0\x7f\xd5\x4b\xe7\x0e\x16\xa7\xf6\x2d\xff\xac\x06\x55\xfb\x63\xaf\x70\x0a\x9e\xdc\x1e\x7b\x55\x35\xb2\xf7\xcd\x4e\x42\x37\xe9\x57\x55\x0d\xaa\xb7\x4e\x7b\x3b\x1c\x11\x2e\x7c\x54\x76\xd8\x4a\xa3\x7f\x97\x9e\xe6\xe7\x4d\xf6\x59\xed\xf5\x30\x58\x98\xda\x57\xf8\xa3\x32\xea\x50\x43\x3d\xe2\x42\xbc\x56\x87\xbc\x16\xc8\xd9\xeb\xed\x40\xb3\x08\x99\xaf\xf0\x0b\x6a\xa1\x3c\xae\x89\xb2\x62\x6d\x1b\x3b\xdc\x71\xea\x33\xf8\x39\xa9\xd2\x0e\x5b\xce\x2d\xfb\x25\x8d\xdc\x2a\xce\x7d\x85\x1f\x05\x80\xab\x64\xbb\xd7\xa6\xee\xa5\x51\x30\x75\x97\xf0\x25\xde\xc2\x57\x25\x9b\xc6\x8e\xc6\xd7\x4e\x79\xaf\xcd\x16\xd6\xe0\x92\x92\xc4\x0d\x27\x55\x59\x5e\x4c\x3b\xda\x31\xae\xb2\xb8\x10\x7f\xb1\xe3\x20\xde\xd2\x27\xe5\x65\x85\x30\x33\x96\xac\x64\xe3\xf5\xbd\xf6\x5a\x51\x63\xe1\xa3\xea\xc7\xae\xab\x07\xf5\xb7\x51\x39\x0f\x59\x6f\xc7\xae\x13\xef\xf8\xbb\xd2\xce\x8d\x58\xe2\x25\xfe\xa8\xaa\x46\x9a\x06\x87\x73\x85\x3f\xaa\xea\x83\x36\xce\xcb\xae\xfb\x58\xf1\x0f\x00\xa6\x5f\x34\x4f\x5e\x7b\xec\x2c\x27\x8a\x1b\xaf\x7a\x07\x13\x2d\x9e\xe9\xc1\xf9\x27\x5e\xef\x95\x78\x37\x9a\xaa\xb5\xcd\x9d\x1a\x6a\x38\x90\x78\x94\x5e\x6e\xc4\xd1\x8e\x8f\x07\x25\x86\xd1\x18\x6d\xb6\xe2\xb9\xdd\x3a\xa1\x8d\xd3\xad\x12\x4f\x11\xfa\x5c\xf4\x9d\x92\x4e\x89\x41\xc9\x56\xfc\x28\x85\x97\xc3\x56\xf9\x8b\x47\xf5\xba\x93\xe6\xee\x91\xd8\x0d\x6a\x73\xf1\xe8\xcc\x3d\xfa\xe9\xf9\xa8\x5b\xd5\x69\xa3\xdc\x8f\xdf\xc9\x9f\x44\x23\x07\xb5\x19\xbb\xee\x28\xd6\x6a\x03\x67\xe5\x68\x47\xd1\xec\xa4\xd9\xc2\x39\x39\xfa\x1d\x34\xa8\x8d\xf0\x3b\xed\x04\x1c\xd4\x3f\x54\x30\x4b\xda\xab\xba\x5d\x07\xa4\x84\x1d\xc2\xe4\x41\x39\xf1\xea\x78\xf3\x5f\xd7\xe7\xe2\xad\x75\x7e\x3b\x28\xfc\x7d\xf3\x5f\xd7\xda\xab\x3f\x0a\x3b\x88\x5b\xfd\xf4\x97\x55\xd5\xae\xeb\x30\x21\x4f\xa5\x97\x6b\xe8\x7b\x5c\x24\xc8\xa4\x33\x14\xf3\xf0\x24\x01\xae\x43\xbc\xe6\x3c\x9e\x4e\x3e\x99\x8b\xe7\xb0\x5d\xd7\x7c\x78\x63\x1d\xaf\xe1\x04\xb7\xeb\x34\xb3\x6f\x69\xce\x46\xa7\xc4\xcb\xd7\xaf\xdf\x3c\xfd\x45\x28\xb3\xd5\x46\x89\x83\xf6\x3b\x31\xfa\xcd\xff\x51\x6f\x95\x51\x83\xec\xea\x46\xc3\xa4\x0c\x4e\x79\xb1\xb1\x03\x0d\x71\x55\x39\xd7\xd5\x7b\xdb\x42\x2b\x37\x37\xd7\xe2\x95\x6d\x55\xd5\x4b\xbf\xc3\x8e\xf8\x5d\xe5\xfe\xd6\xc1\x44\xc5\x06\x6f\x77\x4a\xe0\x9e\x45\x20\xbb\x99\xce\x8b\x68\xb9\xaf\x2b\xf1\xe3\x7a\xf8\x29\xeb\x9f\x5c\x3b\xdb\x8d\x9e\x4b\x1e\x76\xca\xe0\x42\x39\x2f\x07\x2f\xa4\x0b\xb8\x7f\x55\xa9\x61\xa8\xd5\xbe\xf7\x47\x58\x1e\xee\xcb\xa9\x56\xa8\xb2\x46\x1a\x63\xbd\x58\x2b\x81\xe5\xa8\x0a\x6d\xee\x65\xa7\xdb\xda\xeb\x34\x91\x65\x59\x4c\x6c\xad\x72\x02\x4a\xcb\xae\xb3\x07\x9c\x22\xd9\x78\x35\x38\xf1\x68\xf5\x08\xf1\xec\xa3\x27\x8f\x56\x95\xb1\x35\x21\x01\xc0\xc8\xad\x76\x72\xdd\xa9\x9a\x6e\x8b\x21\x20\xbb\xbf\xc0\xbe\xa3\xae\x30\x84\x28\x20\x60\x4d\xe0\x06\x42\xc4\x0f\x9b\x52\x1a\x81\x95\x0a\xc6\x22\xf9\xd8\x03\xca\x89\xfb\x82\xb0\x4e\x4c\x98\x8d\xb9\x0a\x0b\x1d\x76\xe5\x65\xdf\x77\xba\xa1\xa6\x9f\x53\x5e\xda\xa0\x70\x1f\xf3\xa4\xe4\x70\xb8\xc1\x42\x5e\xb6\xcd\x46\x0f\x8b\x35\x88\x02\xbd\x63\xf9\x9d\x1a\x94\xd8\x8d\x5b\xba\x93\x3a\x3b\xb6\x7f\xc0\xcb\x21\xac\x5c\x42\xc1\xe2\x9d\xb5\x9e\x76\x55\x04\x48\x4d\x5c\x76\x1d\x92\x00\x83\xda\x5b\x0f\x13\xc7\xc5\x00\xcd\x1d\x74\xd7\xc1\x48\x9d\xbc\x57\xad\xf0\x96\x8e\x72\xab\x07\xd5\x40\xc5\xab\x6a\x18\x4d\xcd\xc7\xe9\xdd\x68\xe8\x48\x85\xb4\x72\xef\x22\xd4\x7e\x74\x5e\xec\xe4\xbd\x82\x89\x07\x3a\xc4\xdb\xc5\x7e\xe2\x90\x86\xd1\x20\x76\x58\x55\xad\xdd\x4b\xa4\x29\x9e\xe2\x0f\xfe\xce\xeb\xd7\x4e\xc8\xcd\x46\x35\xde\x89\x9b\x9b\x17\xa2\xe9\xac\x51\xe2\xfd\xbb\x6b\x07\x07\x6d\x57\xf7\x76\x40\xfa\xe3\xe6\x85\x78\x6b\x07\x1f\xd3\xb2\x89\x06\x08\x33\xee\xd7\x6a\x10\x87\x9d\x6e\x76\x34\xed\x50\x02\xce\x87\x1a\x84\x76\x62\x74\xda\x6c\xcf\x45\xa7\x60\x04\xda\xd3\x06\x80\x31\x84\x5d\x07\xe0\x1b\x25\xfd\x38\xa8\x55\xb5\xf3\xbe\x0f\x2d\xbf\xb8\xbd\x7d\x4b\x4d\xc7\xd4\x87\xda\x96\xd9\xce\xc0\x35\xe8\x80\x22\x32\xc2\x9a\x15\x6e\x92\x71\xe8\x26\xfb\xe7\xfd\xbb\xeb\x90\x73\x62\x5e\xa0\x0b\xdf\xc1\x9f\x9b\x34\x3d\x38\xcf\xce\xee\xd5\x01\x77\x93\x36\x02\xa9\x94\x55\xd5\xd9\x6d\x3d\x58\xeb\xc3\x66\xba\xb6\x5b\xda\x40\x45\x46\x6a\xe9\x69\xd8\x12\x30\x1b\x87\x01\xa8\xb6\xce\x6e\x11\x61\xc1\x22\xaf\xaa\xca\xf6\xd0\xcf\xec\x94\xbc\xe1\x84\x74\x34\xb0\xed\x98\x8f\x74\x92\xb8\x21\xe4\x94\xdd\xe9\x7b\xdf\xd7\x8c\xcd\x6f\x5e\xdd\xbe\x25\x94\x8e\xa9\x9b\xc1\xee\xc5\x85\x78\x36\xd8\x7d\x4a\x48\x7d\x7c\x05\xf5\x21\x8c\x6c\xdb\x41\x39\x77\x2e\xde\x3d\xbb\x12\xff\xfd\x8f\xff\xfe\xef\x2b\xf1\xd2\xc3\xc1\x86\xbd\xfe\x57\xd8\xa3\x92\x67\x22\x81\xda\x41\xf8\x9d\x12\x8f\xe0\xa0\x3e\x12\x3f\x62\xee\xff\xa9\x3e\xc9\x7d\xdf\xa9\x55\x63\xf7\x3f\x01\x72\xdf\x4b\xbf\xaa\x20\x47\x0d\xe1\x58\xdc\x28\xd3\xaa\x81\xa9\x3e\xce\xca\x90\x0b\x67\x67\x34\x20\x11\xbf\x75\x63\xcd\x46\x0f\x30\x9e\x5f\x0d\xee\xad\x40\x16\x8b\x2b\xca\x09\x24\x94\xee\x6a\x63\xbd\xde\x1c\x13\x28\x8e\xf4\x35\x24\xf2\xf6\xa8\x68\x0f\xd7\x8c\xea\xe3\x1c\xdf\xd0\xd6\x86\x5d\xf0\xc6\xef\xd4\x10\xa6\xdb\xa5\xf9\xb6\x9b\x0d\xdc\xf8\xe1\xae\xe2\x16\xde\x50\x2a\x5d\x5b\x39\x48\xdd\xdb\x1e\x09\xfb\xa7\x7c\x24\xae\x9e\xbe\x16\xea\x5e\x19\xd8\x5c\xfd\x60\xdb\xb1\xc1\xfd\x0a\xb0\xe7\x80\xfa\xc5\xa0\x9c\x1d\x87\x46\xf1\x66\x89\x28\x07\xba\x06\x78\xad\x91\x5d\x77\x5c\x55\x01\xf5\x6f\x07\x79\x2f\xbd\x1c\xb2\x26\x9e\x87\x24\xee\xfd\x0c\x76\xd6\xa9\x58\x02\x46\xde\x8c\xce\xdb\xbd\xa0\x5e\x38\xea\x14\x65\x3b\x21\x07\x25\xc6\xbe\xb3\xb2\x55\xad\x58\x1f\x11\x8b\x39\xd8\x0b\xad\xda\xc8\xb1\xf3\xab\x6a\xa3\x5a\x05\xe4\x72\x5b\x73\x5b\x9d\xb5\x77\xd8\x18\x4f\xd5\xb3\x00\x20\x2e\xb9\xd2\x6b\x84\x38\x55\x32\x76\x96\xcb\x47\xb0\xd8\x29\x6e\xc1\x5b\xbc\xde\x53\xbe\xed\x95\xe1\x61\x84\x4b\x5d\xc0\x7d\xdb\x0a\x6b\x44\xa7\xd7\x3c\xe8\x34\x97\x93\x6b\x34\xcc\xce\x0d\x30\x87\x79\xde\x62\x81\xd9\xa4\xe2\x86\x77\xd3\xb2\xe7\xc2\x9a\xee\xc8\xd7\x2d\x1c\x31\xe2\xbe\xc2\xcd\xeb\x56\x95\xc2\x71\xd6\x89\xd7\xe1\x81\x07\x96\xa7\xcc\x8f\xcd\xbe\x23\x9a\x51\x20\xb1\x01\x35\x86\x0a\x80\xc8\x5a\xee\xcb\xaa\x62\x42\xb3\x66\x36\xb5\xbe\xd7\xc8\x04\xc6\x23\x46\x55\x32\xeb\x0a\x33\xfc\x27\x00\x00\xee\xd2\x2d\x96\x8d\xbd\x79\x03\x83\x74\x91\x09\xa4\x7d\x02\xc3\xc5\x16\x80\xf8\x75\xe7\xe2\x5e\xe3\x45\xc7\x9b\x1c\xe7\x65\x0d\xf4\x59\xa7\xa0\x29\xa7\x14\xd6\x20\xb4\xf9\x6e\xec\xa9\xcc\x8a\x39\x20\x66\x4a\x02\xd1\x0c\x04\x4f\x6b\x91\x7a\xc2\xdb\xd4\xdb\x38\xad\x13\xca\x46\x0c\x7a\xbb\xf3\xc2\xd8\xc3\x39\x4d\xca\x61\x67\x15\x9c\xf9\x97\x4f\x2f\xbe\xa7\x7e\x6c\xe1\x6e\x8d\x85\xe0\x56\x96\xa3\xb7\x80\x5f\xf8\xe8\x51\x17\x22\x75\x83\x90\x33\x5e\x8b\x80\xa6\x4c\xef\x8c\x98\x8a\x88\x8e\xf1\x5b\x9e\xc7\x88\x2d\xc1\x50\xe9\xc0\x38\x53\xc3\x84\x48\x99\x51\xaa\xb7\x16\x19\xb5\xc0\x18\x01\xb9\x50\x79\xe5\x7c\xbd\xd5\xbe\xde\x00\xb6\x85\x8a\x9f\x41\x05\x40\xbd\x28\xe7\xc5\xe3\xad\xf6\x8f\x45\x63\xf7\x7b\x69\xda\x1f\xc4\xd9\x3d\x93\xda\x7f\x04\x34\x0a\x47\x51\x77\xb8\x22\xcc\xfe\x0d\x8a\x28\xe9\x20\x7a\x88\x64\xab\x1b\x7b\xbc\xdc\x99\x42\x8e\x6c\x54\x6b\x0f\x06\x10\x06\x5e\x17\x76\xb3\xd1\x8d\x96\x9d\x58\x6b\x23\x87\x63\xac\x05\xaf\xa1\x33\x77\x2e\x5e\xbf\xb9\x45\xc0\xad\x5d\x8f\xba\x6b\x03\xc0\xaa\x0a\x54\x74\xbb\x0e\x8b\x9f\xf3\x23\x21\x49\x53\x5f\x1a\x3b\xc0\xfd\x8b\xa3\x09\x05\x4f\xd0\x82\x70\x79\x13\xf1\xae\x81\x11\x44\x58\x2c\x17\xc9\x36\x98\x86\xbd\xf4\xcd\x8e\x89\x3a\xdc\x36\xda\x99\xc7\x1e\x7b\xda\x8c\xc3\xa0\x8c\xc7\xe4\x1f\xc4\x99\x13\x4f\x7e\x12\x67\xae\x02\x12\x91\x2e\xad\xed\x7c\xe2\x21\x53\x50\xe6\x48\x47\xb1\xe8\x6a\xb1\xc7\xe3\x4a\x87\x1d\x9c\x8d\x35\xef\x6f\xd8\x02\x6e\xa4\x4d\x7b\x21\xfe\xac\xba\xc6\xee\xd5\x1f\xc4\x9f\x15\xb0\xbc\xdb\x0e\x17\x41\x7a\xe6\x4b\xad\x53\xb8\x41\xce\xe9\xcc\x6c\x46\x83\xe8\xdf\xcb\x3b\x85\xac\x6c\x9a\xf3\x25\xea\xe7\xe4\xbc\x55\x1f\x76\x76\xaf\x3e\x56\x23\x51\xee\xb6\x6b\x23\x77\x89\xa7\xc1\x0e\x44\x4a\x44\x56\x33\xc1\xc4\x8d\xee\x0e\xda\x37\xbb\x3a\x0a\xdc\x60\x22\xbd\xfa\x84\x34\x0e\x66\x25\xf9\x1b\x9c\x12\xc8\xaa\xf6\x47\x5c\x62\x18\xf8\xab\x63\x5a\x61\xad\x5c\xe5\x76\xf6\x80\xd2\xab\x08\x71\xb3\xb3\x07\x94\x5b\x15\xf4\xfd\x6a\xb5\xaa\x1a\xdb\x75\x72\x6d\x61\x55\xee\x13\xfc\x55\x9e\x5a\x56\xbe\x3f\xd6\x76\xd8\x72\xb3\xa5\xb4\x66\x7f\x64\x01\x11\xe7\x92\x80\xc8\x55\x88\x29\x59\xb2\x88\x08\xf5\xcc\x55\x2c\x17\x59\x69\x53\xa3\xd8\x25\xb4\xfc\xd2\x10\xe5\x9d\xf7\xb3\xaa\x3e\xb0\xd4\xf1\x63\x15\xe0\x8a\x3e\x11\xba\xa5\x49\x77\x85\x28\xcc\x4d\x64\x61\xae\x72\x4a\x0e\xb8\xb7\x6f\xf0\x47\x55\x7d\x90\xa3\xdf\x7d\xcc\xa4\x82\x75\xd8\x79\x41\x3a\x88\x92\x2b\xc6\x78\x89\x42\xdb\xa9\x1e\x88\xb9\xbd\xc3\x2d\xdb\x0d\x4a\xb6\x47\x66\x6e\xe2\xe6\xfd\x99\xee\x12\x6d\x00\x03\xff\xa1\x72\x16\x90\x41\xfd\x95\x55\xfc\xa2\x4d\x4b\xe5\xcb\x7b\x98\xc4\x95\xfb\x1e\xb7\x89\x1d\x86\xe3\x79\xc9\xf6\xee\xa4\x13\x6b\xa5\x4c\x60\x4f\xda\x55\x10\x5b\xc0\xf6\x92\x0d\x9d\x67\x14\xb1\xe2\x09\xa4\x92\x76\x46\x20\x40\x0f\x09\x05\x73\x2b\x91\x14\x45\x42\x33\xa7\x47\x17\xda\xac\x06\xb5\x57\xc0\xdb\xd4\x7b\x12\x6d\xd2\x97\x78\xa5\xaa\x8d\x1d\xb6\x78\xca\xe8\x18\x5c\x88\x67\x98\x90\xce\x05\x00\x28\x9f\xdf\x11\x0c\x11\x52\x7e\x0e\xa2\xe4\xda\xd8\x03\x8a\x18\x81\x4e\x9a\x4e\xff\xd8\xc3\xf4\xad\xc2\x9d\x43\xe4\x0b\x52\xce\x4e\x19\x9f\x26\xf1\x52\x18\x75\x10\x39\x14\x73\x01\x71\x54\x00\x0f\x08\xed\xc7\xf5\x4f\x67\xee\xc7\xef\xd6\x3f\x45\xb4\xdf\xec\x54\x73\x47\x5b\x57\x9b\xb5\xfd\x84\x42\x07\x14\x7e\x29\x61\xe0\x28\x9f\xb5\x62\x67\xc7\x01\x79\xde\xc6\x02\xdb\xe0\x15\xe6\x16\x6b\xd6\x0f\x16\xb0\xd9\x8a\x84\x8d\x8a\xce\x46\xda\x8f\x28\x75\x84\x1d\x89\x77\x53\xd8\x92\xfd\x60\x77\x7a\xad\x3d\x20\x2e\xe4\x93\xaf\xf1\xff\x5b\x4e\x56\xed\x04\x22\x23\x23\x86\x88\x66\xb5\x13\x7d\x2c\x00\x9d\x44\xd0\x34\x3e\xde\x32\x69\xbb\xc0\xca\xe2\xfc\x75\x7a\xaf\xfd\x6c\x2b\x02\xd2\x95\xbc\xa5\x59\x38\x1a\xd6\x06\xc7\x90\x66\x77\x50\x8d\x32\xbe\x3b\xc6\xed\x79\x90\xda\x8b\x3f\x8a\xbd\x36\xa3\x07\xfe\x71\xa7\x8c\xf0\xc3\x51\x48\x20\x55\x56\xd5\x4e\xba\x7a\x34\xbc\x4c\xaa\x0d\x9b\xf3\x85\xc6\x1b\x15\xda\x0d\x47\x28\x83\x2a\xf9\x39\xf1\x4d\x5c\xc1\x6f\x57\x2c\x26\xc5\x52\x70\xcb\x41\x7f\x34\x30\x1f\x72\x69\x2f\xd8\x41\x18\x45\x33\x84\xe3\x07\x30\xd8\x36\xd6\xa8\x34\x59\x9d\x6e\xee\x80\xea\x86\xf5\x5d\x8f\xde\x5b\x60\x2d\x3b\xd8\x83\x54\x26\xf4\xf9\x0a\x01\x91\xf9\x4e\xf5\x1d\x69\x59\xca\x59\xaa\xb0\x18\x40\xf8\xe5\xc2\xdf\x0c\xea\xdb\x54\x3c\x1e\x19\x2c\xc1\x55\x50\xe9\xec\x34\xbd\xc3\x4c\x92\x81\x87\x33\x17\x2e\xc1\x86\x85\x93\x71\x35\x87\x72\x36\x30\x1f\x0e\x86\xfa\xd4\xeb\x01\x98\x8c\x01\x69\x11\x2c\xbd\x9a\xb4\x95\xb8\xf0\xf9\x88\x7d\xd9\xe3\x74\x4f\x7a\x6b\x6b\xb7\x23\x01\x4a\xe8\x9e\xe8\x94\xd9\x16\x92\x47\xd4\x67\xe1\x16\xf9\xdf\x56\x95\xb1\xa6\x46\x96\x31\x3b\x33\xaf\xad\x79\x82\x69\x91\xe7\x08\xa5\x59\x56\x1d\x1a\x84\x6a\x06\x3b\x6e\x77\x2c\x76\xaa\x3e\xc0\xac\x7d\xac\x78\x29\x54\x56\x27\x6f\xd4\x90\x13\x96\x8c\x8e\x63\x84\x0f\x94\xeb\x9f\xd4\x00\xfc\x39\x02\x15\xdb\xf0\xd4\x8a\x94\x13\x12\xb1\x70\x22\x75\xde\xe5\x38\x83\x93\x37\x63\x77\x2e\x0e\x44\x03\xa5\x32\x51\x36\xc0\xd4\x11\xec\x4a\x52\xe4\x55\x1f\xf6\xb6\x95\xdd\xc7\xea\x88\xea\x89\xbf\x28\x57\x19\x54\x09\xd9\x6a\x6f\x5b\x2a\xf4\x0a\x7f\x54\xd5\x87\x8d\x1d\xf6\x1f\x2b\xb8\x5f\x5f\x4f\x48\x7c\xb8\x88\x39\x2d\x23\x33\x31\xeb\xd7\x5c\xe5\x15\xc7\xfc\x76\x81\x1b\x78\xa7\x92\xe6\x0b\x7f\xc5\xc1\xdf\xdc\xbc\xb8\x0d\xd2\x8a\x9b\x17\xe2\x4e\x71\xdd\x2f\xbc\xef\xdd\x7b\x94\x83\x91\x50\xeb\xfd\xbb\xeb\xea\xad\x3c\x02\xe9\x4d\xc9\xfc\x81\x19\xb7\x4a\xee\xb9\x93\xf0\x93\xaa\xb8\x1c\xfd\x8e\x13\xe1\xa7\x1d\x72\xf9\x6a\x85\x44\xe8\xaf\x05\xef\x41\xa7\xa8\x7a\xad\x0e\xbf\x0c\xd2\x34\xa1\x30\x50\x07\x6b\x4c\xa0\x92\x57\x76\xbf\xd7\xfe\x66\xdc\xef\x25\x6a\xe9\xe8\x5b\x38\x4a\xe0\xec\x57\xca\x39\xd2\x4b\x72\xf6\x9e\x12\x38\xfb\x6a\x67\x81\x7d\x8f\xb9\x0d\x7e\x57\xb7\x83\x52\xdc\xea\xb3\xa0\x0c\xa8\x90\x22\x24\x72\x85\x7e\x55\x91\x57\x55\xac\xae\xfb\x6d\x26\xb6\xfe\xad\x92\x5d\xbf\x93\x48\x73\x66\x60\x28\xa1\x5d\x33\x57\x2d\x10\x04\x0f\xf6\xb8\x57\x83\x6e\x50\xf2\x21\xdd\xee\x9b\x27\xf5\xb7\x99\xc4\xbe\xac\xac\xb5\xfe\x9f\xab\x10\x7e\xd3\xa9\x4c\xf5\x3a\xfd\x7b\x18\x45\x51\x1d\xa4\x8b\x33\x80\x40\xd6\x21\x41\x45\x20\xbc\xb0\x80\x8d\xf0\x02\x0e\xab\x07\x56\xa5\xa8\x7a\x2f\x3f\x7d\xae\xe0\xde\x2e\x94\x23\x31\x65\x2a\xc4\x3c\x98\xe4\x21\x16\x07\x7c\xf5\x5b\x35\x0e\x0f\x00\xbf\x7f\x77\xbd\xfa\xad\xd2\xa6\xe9\xc6\xf6\x64\x47\xdc\xb8\x76\x7e\x00\x16\xe8\xf1\x99\x7b\x0c\x55\x9a\x3b\x63\x0f\x26\xc2\xbf\xa7\x6f\x81\xdf\x3f\x04\xad\x71\xad\x0d\xf3\x85\x49\x7f\x2c\x5a\xdd\xc2\x15\x87\xfc\xdd\x2a\xa1\xda\x9c\xe7\x8b\xe7\x13\x85\x63\xcc\x93\x47\x14\x25\x07\x45\xec\xaf\xdc\xab\x55\xd2\x74\xd7\x40\x1e\xd5\xc0\x4b\x99\x9c\xf9\x81\xfb\x21\x10\x01\x48\x40\x21\xc4\x8a\xf4\x10\xf3\x72\x13\x04\x72\xb2\xb8\x1d\xb6\x0b\xa5\xdf\xcc\x75\x24\x27\xca\x7b\x25\xf7\x0b\x15\x44\xd4\x70\xb2\x20\xad\x3d\x16\x1a\x1d\xb2\xb8\x05\x6e\x9b\x97\x03\xa8\x55\x9a\xa5\x38\xe1\xf9\xda\xe4\xac\x62\x9c\xe7\x92\xb3\x5f\x55\xca\x78\x35\x0c\x68\x71\x90\xf1\xf7\x2c\x6f\xe1\xeb\x68\x0f\xac\xac\x1b\xe1\x6a\x05\xb6\x97\x88\xcb\x72\x46\x81\xce\xc1\xaa\x14\x36\x71\xba\x7a\x7b\x30\x70\x7b\x7c\xae\x7e\x04\xfb\xca\xaa\x73\x71\xd0\xbc\x62\xae\x3c\x02\x9d\xaa\x36\xca\x2a\xd4\x27\x8d\xda\x80\xe7\xfa\x5e\xb1\xb4\x22\x0a\x69\x30\x6f\x55\x75\xd2\x79\xe0\x5a\x69\x54\xc4\x85\xd8\x7b\x38\x51\xd0\x1e\xe4\x52\x39\xd2\x0e\xf0\xa0\x60\x93\xb0\xdc\x03\x55\x94\xaa\x3d\x17\x12\x49\x8d\x41\xd1\x01\x95\xdd\x41\x1e\x1d\xca\xf0\x02\x92\xb1\x26\xcc\x09\x60\x10\x73\x14\x5b\xec\x55\xce\x92\xae\xaa\x48\x63\x39\xb7\xab\xe1\x46\x8b\x64\xd6\x01\x25\x17\x88\x21\x58\x2a\x78\x9f\xd1\x0e\x7c\x01\xfe\x00\xfc\xf3\x48\x52\x51\xca\xce\x2a\x42\x7d\x3a\x23\xfb\x85\xb2\xe7\x40\x8e\x8a\x83\x12\xd2\xb9\x71\xcf\x73\xad\x91\xfa\xc7\x2e\x65\x62\xac\x71\xdd\xa9\x27\xc4\xd6\x68\xbf\xaa\x80\x4b\x4e\x92\x1d\xb8\x30\x95\xf1\x41\xfd\x44\xe9\x24\x0f\x71\x5e\x77\x1d\xcc\x74\xb0\x31\x29\xd8\x0c\xcc\xc5\x73\x82\xd3\xe4\x76\xba\x17\x16\x95\x10\xf9\x14\xa6\x6d\x9b\x11\xf4\xde\x8a\x56\x21\xdb\x64\x07\xe1\x07\x69\xdc\x46\xa1\x56\x66\x2f\x36\x7a\x80\x75\xa6\xa6\x81\x3f\x20\x9b\x92\x13\x2d\x13\x07\x8a\x4d\xe7\x17\x04\xae\x5d\xb6\x50\x65\xd3\xa4\xf5\x43\xd1\x3f\xf6\x01\x67\x35\xd5\xe4\x42\x1f\x60\x9b\xcd\xa6\x00\x35\x71\x85\x0e\x77\x71\x1e\x36\x85\xd8\x83\xda\xc7\x9d\xf6\x99\x71\x57\x64\xb3\x51\x13\x15\x52\x9c\x8a\x5b\xcc\x09\xf4\xc9\xf4\x60\x54\x1f\x60\xdf\x7f\xac\x88\x12\xae\xa3\x6a\xe5\x8a\x28\x63\x22\x6b\x31\xb1\xfa\xab\xd5\xa6\x46\x3d\xc1\x7f\x58\x6d\x50\xa9\x50\x15\xca\xe2\x89\x4c\x86\xad\x65\x8e\xa8\xc5\x5e\x77\xba\x09\x26\x33\xc7\x6a\x63\xf1\x3c\xa1\xc8\xe6\x59\xf8\x5d\x39\x2f\x01\x4d\xc0\x61\xe0\x5f\x85\x0c\x88\x0a\x91\x80\xf0\x59\xf8\xcd\xa9\x31\xa9\x1a\x4d\x4c\x79\xcf\x3f\xab\x0a\x88\xd7\x15\xe2\x5f\xa0\xb7\x51\xaf\x94\x61\x5d\xb8\x54\x61\xff\x87\xbc\x55\x06\xdf\x4b\xef\xd5\x60\x48\x34\x4c\x48\x20\x2f\xca\xd9\xb1\x8a\x68\xce\x00\xb5\x54\x1f\x82\x29\xd1\xc7\x2a\x19\x1c\x05\x5b\xa3\x25\x99\x78\x9c\x7e\xd2\x14\x55\x7c\xaa\x1d\xd3\xbe\xff\xa9\x8e\x8e\x45\x48\x88\x31\xf0\x07\xcb\x00\xd0\xb0\x20\x68\x83\x5d\xa9\x1c\x46\x89\xd8\x5c\x10\xc6\x7b\xea\x42\x3c\xa5\x1f\x41\x9a\x30\x6a\x1c\xa3\x6e\xab\xaa\xc7\x85\xcb\xcc\xa5\x78\x25\xe3\x20\xd8\x5a\x2e\x97\x27\x94\x7c\xb6\x76\x82\x2a\x41\x6a\x22\x28\xf7\xf0\xee\xdc\xd8\x01\x31\x64\xd4\x54\xa8\x0e\xd5\x58\x26\x53\x5c\xba\x73\x2c\x07\x60\x07\xb5\x0e\xda\xac\x5e\x0d\x3c\xce\xbd\x6c\x95\xb8\xd7\x32\x4a\xb2\x32\x9a\x26\x5e\xba\x41\x14\x55\xf0\x82\xc8\x65\x90\xdc\x30\x90\x34\x61\x81\xbd\x0d\x9c\xa1\xdf\x29\x4d\xca\x24\x83\xe4\xce\x66\xec\xba\x70\x27\x3e\x1b\xbb\x8e\xcc\x36\xe6\x76\x8a\xd0\x04\x2b\xd5\xae\xf9\x67\x35\xf6\x2d\xf0\x84\x69\x2e\xdf\x63\x42\x9c\xcb\x32\x3f\xe3\xf5\x70\x56\x43\xb1\x28\x89\x22\xf0\x36\x63\xfe\xba\xe3\x2a\x9c\xe3\x05\xfb\x43\x3e\xd2\xed\x14\x24\xc9\x6d\x10\x47\xf1\xc0\x71\xa1\xc8\x72\x00\xa7\xf6\x20\x8f\x62\x67\x0f\xa2\xd3\xe6\xce\xf1\x4a\xc1\x3c\xe5\x7c\x2f\xca\xd7\xbc\x36\xa3\x62\x4e\x04\x7e\xce\xad\xdd\x58\xcb\xc9\x3a\xcf\xf5\x31\x48\x33\x48\x2b\xca\x5b\x5f\xac\x8f\x02\x99\xad\xd3\xea\xd5\xa9\x5e\x35\xa8\x55\x83\xba\x10\xb5\xba\x09\xa3\xbd\x77\x4a\x5c\x91\xa6\x97\x4f\x57\xb3\xb3\xd6\xb1\xc0\x37\xe1\x3d\x48\x43\x79\x0e\xa3\x3d\x5e\x96\x54\x0f\xad\xda\x65\xd0\x38\xe3\x09\xe7\xb3\x54\xb3\x6e\x24\x41\xf3\xd1\xba\x62\x9d\xc9\x65\xa8\x93\x34\xca\x61\x4c\x88\x5d\x6a\xbd\x27\x7e\xf0\x7d\xd0\x37\xe3\x82\x47\x86\x01\xb3\x57\x65\x7f\xa6\xbb\x84\xdb\x0d\x1a\x93\xcf\x6c\x96\xb0\x15\x72\x15\x1c\x2d\x7f\xc4\x48\xb6\x2b\xc8\xb5\x30\x8e\x98\x0f\x93\x97\xe5\xbf\x46\x65\x69\x14\x5b\xc0\x19\xab\x27\x20\xcc\xe9\x17\x90\x8b\x54\x71\x68\xeb\x24\x45\x3c\xe9\xfd\xec\xc4\x84\x72\x07\xe9\x8a\x81\xf3\x1e\x6f\x57\xc1\x6e\x4c\x18\x7b\x20\xcd\x2b\x1a\xf8\x90\x91\x93\x41\xb5\x2d\x55\x91\x21\x15\x6e\xf4\x5f\x45\x29\xa9\x66\x62\x29\x5c\xe4\x24\x2e\x09\x71\x2a\x17\xac\x63\x63\x3e\x1b\xc8\x16\xf8\x55\x05\xab\x99\x1c\x03\xf7\x83\x46\xc9\x43\x89\x89\x67\xb8\xb7\xc0\xb3\x88\x66\x2d\xda\x80\x24\xf4\xba\xaa\x42\x55\x70\x6f\xe1\xaf\x90\x12\x65\x5b\x37\x0a\x8d\x08\x39\x39\x1c\x84\x90\x4b\xfb\x3f\xf6\xb1\x53\x8c\x15\x69\xac\x4f\x39\x61\x92\x1f\x06\x43\xd9\x61\x41\x16\x46\x33\x00\x15\xaf\xe2\xc5\xa1\x0d\x99\xe0\x44\x05\x6b\x81\x9d\xc4\x53\x44\x57\xe2\x20\x49\x84\x1f\x90\xd5\xcf\xd3\xd6\xd3\x3e\xfa\xb5\x14\xfe\xd3\xd8\xca\x53\xf4\x87\x4a\xb6\x2d\xee\xf1\xa4\xa6\x6e\x71\xf3\x94\x82\x3e\x80\xca\x21\x48\x94\x14\x53\xeb\x42\x35\xe1\x48\x9a\xf3\xe5\xea\x08\xa0\x3f\xfe\x17\x68\x22\x8a\xa6\x92\x26\x22\x76\x72\x72\xc2\x66\xa3\x9c\x1f\x35\xd9\xb6\x48\x0a\xf1\x5e\xce\x08\x1a\xde\xcd\x91\xae\x81\x56\x88\x83\x81\xe9\xf9\x4f\x75\x44\xea\x87\x77\x02\x5e\x4d\xda\x09\x89\x86\x70\x68\xfd\x4a\xec\x8c\x03\x3e\x06\x08\x21\x58\x17\x34\xbd\x2d\xd7\xfc\x12\xf9\x35\xa7\x18\x16\x29\x43\x69\x8e\x40\xe9\x87\xb3\xae\xf6\x30\x0f\x64\x04\x11\x8d\x12\x67\x2a\xc8\x73\x66\x92\x76\x7a\xbb\xeb\x8e\x42\xef\x7b\x3b\x78\xdc\x49\x41\xc1\x9c\x78\x58\xf8\x1a\x54\x63\xb7\x46\xff\x8e\x13\xbb\x27\x2b\xc4\x28\x03\xff\xd1\xf9\xc1\x9a\xed\x4f\x4f\x2d\x30\x97\x77\x80\x7e\x76\xf6\xf0\xf3\x8f\xdf\x71\xba\xb8\xc2\x25\xb4\xa3\x17\xcf\xb5\x7f\x31\xae\x1f\x3b\xb1\x1d\x75\x8b\x57\xee\x8f\x32\xb3\xc8\x66\xab\x0f\x32\x11\x3d\x98\x38\x2d\x68\x9f\x6d\x07\xe1\x6c\x77\xaf\x26\x45\xec\x7e\x4f\xcb\xbb\xee\xd4\x9e\x20\xb1\xff\x68\x28\xa2\x0c\xce\x9c\x1a\x78\x7e\x6e\x6e\x5e\xac\xe2\x16\x4f\xeb\xc3\xcb\x16\x28\xd4\x42\x22\xc2\x34\x22\x00\x37\x2c\x99\x4c\x17\x11\x8a\x43\x42\x29\xa4\x3f\xe6\xa5\x70\x1d\x1d\xd0\x2c\x33\x59\x0c\xb2\x2d\x50\x45\x28\x2e\x2e\xa0\x1f\x44\x87\x41\x5a\x33\x93\x85\xf2\xc6\xca\x36\x2f\xdc\x3d\x41\x96\x8c\x94\x7b\xec\x1e\x6e\xd7\xc9\xf9\x66\x8c\x46\x63\x67\x7c\x16\x06\x90\x61\x34\x9e\x91\x84\xd3\xa6\x30\x05\x56\x53\x84\xd3\x42\x2f\x72\x6c\x46\x36\x71\x84\xd1\x68\x43\x2a\x87\xf8\xfa\x0b\xb1\xd9\xac\xdd\x34\xf0\xd0\xdc\x17\x60\x34\x1c\xd3\x25\x4e\x87\x35\x24\x3f\xe1\x85\xba\x66\x69\x09\x66\x18\x5b\x67\x7c\xde\x6b\xcb\xba\x3c\x11\x12\x71\x4d\x9c\x07\x8a\x25\x3f\xca\xd0\x09\xb4\xa7\x25\x6b\x29\x14\xc0\xfc\xef\xa2\x95\x47\x57\x79\x7b\xa7\xcc\x42\x11\x4c\x3f\x55\x28\xe2\x97\xc0\x1c\x31\x76\xb9\x4c\xc8\x61\xca\x2e\xb1\x2a\xfe\x24\x82\xc9\xf0\x0a\xd7\x1a\x2d\xd6\x48\x7a\x84\x6f\x1c\xc4\x5a\x9b\x96\xf0\x08\xa3\x01\x36\xcb\x8a\xe7\x7f\x55\x8d\x06\x80\x90\x21\x85\x1f\xfc\x9d\x2f\x4b\x51\x7f\x76\x58\xcc\xda\x8e\x26\x43\x9f\xb4\x1d\x6a\x9a\x8a\x38\xc8\xb7\x6a\x70\x68\x48\x7b\x49\x15\xde\x42\xb6\x63\xab\x74\xb6\x68\x08\x45\x9e\x73\x22\x9e\x01\x04\xa4\x09\x77\x71\x22\xf0\x2b\x09\x3e\x42\x2d\x6c\x49\xc3\x36\xb2\xb8\x06\xde\x46\x84\xb9\x23\xcb\x1a\x71\xf9\xf6\xa5\x5b\x55\xb1\xc1\x50\xe9\xaf\xb2\xd9\xf1\x02\x1e\x48\xea\x81\xf6\x37\x5d\x37\xc5\xb8\x91\x93\xa0\xe2\xe1\xf1\x00\x96\xc4\x23\x1e\x07\x35\x1b\x10\x0d\xa6\xcc\xa7\x39\x56\x2e\x93\x04\x51\x6b\xd8\x93\xe9\x5d\x15\x87\xfa\x07\xf1\x2a\xc9\x23\xe1\x68\xf5\x47\xc0\xfe\x99\x25\x9d\xa4\x19\x3a\x20\xfe\x9e\x98\xf0\x69\x4f\x7a\x6a\x01\x47\x78\x88\xf8\x23\x74\x98\x31\x48\xbe\x94\x39\x1a\x59\x5c\xcc\x84\x54\x16\x8b\x2d\x61\x96\x3e\xd4\x53\x8e\xf9\x73\x78\x06\x36\x7e\x12\x1c\x3c\x80\x65\xf2\x51\x65\x5b\xf9\xed\x62\xb3\x71\x47\x53\xd3\x13\x7c\x23\xe8\x1a\x24\x5b\x0f\xb4\x6a\x25\x16\x8b\x76\x44\x66\xe3\x2e\x9d\x38\xa8\xae\x5b\x55\xa1\xf5\xa4\x8f\xe5\xa1\x17\x56\x11\x0c\x94\xf1\xb7\x2a\xd1\xb6\x34\x15\xb9\x28\x2f\x54\xd6\xab\x61\x2f\x0d\x1a\x24\x90\xf0\x21\xdc\xd6\x57\x97\xaf\x5f\xbf\xb9\x4d\x97\x34\x9c\x03\xd3\x5a\xa3\xfe\x10\x8d\x19\x67\xfd\x0a\x26\x8d\x71\x01\x4b\x88\x64\x54\xc9\x25\x4e\xc1\xe5\x68\x2a\x33\xd8\xd8\x5a\xc4\x3d\x16\xfa\x12\x70\x79\xd1\xff\xf6\xd4\xfa\x55\x1f\x80\xba\xf9\x58\x05\x81\xf8\x1b\xf8\x5f\xe5\x3a\x85\x4c\x17\x83\x47\x2f\xa9\x6c\xd2\xd3\x11\xb1\xb5\xb6\x9d\xe9\x18\x10\x49\x8f\x12\x59\x2d\xbb\xef\x2d\xde\x15\x1b\x81\xaa\xfc\x73\xb1\x57\x7b\x3b\xe0\x81\x81\xc9\x1d\x8d\xfe\xdb\x88\xe4\x19\x6a\xe0\x57\xd5\xbd\x76\x7a\xad\x3b\xba\x50\xfe\x14\x3f\x28\x1d\x7e\x4d\x9e\x37\x64\x8d\x6b\x27\x7e\x74\xbd\x34\xa2\xe9\xa4\x73\x17\x8f\x46\x2d\x06\xc0\x53\xea\x93\x7f\xf4\xd3\xdb\x01\x75\xf2\x3f\x7e\x07\x10\x3f\xcd\xaa\xab\x37\x76\x68\x48\xf8\x18\x0d\x5c\x70\xdf\x72\x3a\x9c\x16\xa0\x77\x0b\x89\x27\x4d\xfc\x3f\xd1\xe6\xc6\x0e\x77\x69\x1c\xdf\x30\xd7\x6d\x37\x74\x76\xef\x65\x37\x96\x22\x18\x68\x1d\xca\xb8\x6f\x2b\x7c\xbb\x91\xca\xa2\xc1\x13\x3e\xc0\x85\x0c\x6d\xb6\x3f\xe3\xa4\xf9\x87\x1f\xf2\xbd\x50\x5d\x0f\x84\xdf\x1f\x2a\xec\x09\x0b\xa9\xa7\x2f\x37\x31\x2f\x3c\xaa\x80\x3c\x7c\x59\x81\xa9\x0b\xab\x91\x3d\xc2\x92\x9d\x27\x01\xb5\xc8\x56\x13\x50\x0b\x0e\x22\x17\xec\x1e\x59\x15\x18\x31\x98\x6b\x06\x8d\x0f\x43\x28\xbd\x93\x28\xef\x8d\x4f\x77\x31\x71\xab\xbd\xde\x1a\x3b\x64\xd3\x70\xa3\x3a\x98\xa7\x55\xcc\x12\xe1\x31\xb0\xab\x3a\xdd\x28\xe3\xf0\x05\x30\xfd\x0a\x29\xb3\xe2\x70\xfb\x13\x2c\x4a\xe4\x80\xe4\xe4\xa3\x00\x3f\xf8\x7b\xa1\x14\x03\x86\x26\x2b\x39\x7a\x5b\x6b\xa3\x3d\xda\x33\x6a\xaf\x65\x47\x9c\x40\xb9\x5f\x89\xce\xc5\x4a\x58\xda\x43\x6c\x78\xac\x87\x4d\x12\x79\x79\xd8\x16\x31\x5b\x20\x7e\x84\xc0\x62\x7f\x9c\x3f\x4c\x10\x64\x9e\xc0\xef\x7e\xeb\x7e\x18\x0d\x89\x9e\x47\xa3\x8a\xc4\x30\xef\x19\x41\x43\xcf\xc0\x9e\xf8\x41\x36\x77\x80\x5c\x06\xb5\x51\x83\x32\x0d\xda\x61\x49\xb8\xff\x44\x67\xcd\x56\x0d\x44\x8b\x07\x23\x27\x2a\x16\x2a\xd7\xc0\x41\xdc\x13\x25\x46\x2f\x86\x5f\x86\x94\x6f\x80\xf5\xfc\x36\x00\x06\xc6\x31\xc2\xb1\xf8\x63\x92\x1f\xfa\xc9\xea\x42\xd6\x97\x0b\xa3\xe0\x16\x91\x03\xbd\xcb\x10\xcd\xa0\x5a\x65\x60\xb6\x9d\x60\x7e\x37\xa8\xe1\x43\x7d\x48\xc8\xba\xa3\x69\x12\x29\x7b\x83\x5f\xd5\x41\xfa\x66\x47\x2a\x89\x3f\xf3\x4f\xd4\x48\x6c\xe5\xef\x94\x7a\x13\x3f\xf0\x08\x38\x3e\x14\x8e\xd5\x0b\x83\x92\xcd\x8e\x4d\xe1\xec\xa6\xa6\xa7\x86\x78\xa5\xdf\x46\x35\x29\xe0\x13\x84\x53\xad\xd8\xcb\x4f\x7a\x3f\xee\x45\x04\xc4\xa2\x70\x4a\xce\x4a\xc5\xc7\x6a\x59\x7d\x31\x55\x95\x7f\xbd\x16\x63\x5a\xc3\xc3\xca\x0c\xa3\x54\x5b\xcb\x11\xed\xa1\x11\xe9\x14\x26\x33\x15\x3f\x1a\x0f\x8f\x6f\xe3\xab\x71\x7a\x7d\x9b\xe7\x9e\xc6\xdf\x41\x42\x25\x4b\x94\x8a\x86\xd0\xeb\x6e\x54\x8f\x7e\xa2\x55\x0c\xf8\x34\xd4\xca\xe7\xe3\x15\xbf\x5b\xcf\x0e\x08\x43\xac\x08\x69\xa6\xcd\x76\x85\x0f\xe0\xd2\x5e\x5b\x80\x2a\xae\x5c\x26\x7b\x65\xf6\x88\xee\xbb\xe7\x2f\x6f\xd1\x7c\xe3\x81\xe2\x35\x89\x09\xc8\x22\x8d\x50\xe4\xe3\x01\x28\x2f\x67\x73\xc9\x60\x78\x70\x2f\xf3\xc9\x58\x1f\xe9\xed\x53\x78\x7e\xd8\x4b\xbf\x4b\x6d\xc1\x25\xaf\x9d\x23\xe2\xcf\x68\x5c\x4f\x40\xc0\x0b\x72\x47\xea\x03\x57\x56\x6e\xac\x50\x5b\xb2\x7b\x6f\x64\x17\x8c\xde\x5f\x52\x22\x17\x84\x44\x94\x81\x94\x1a\xc4\x60\xf4\x27\xf3\x47\xa1\xa1\xda\xa8\x2c\x4e\xbb\x21\xd7\x13\xf3\x91\xe4\x0b\x86\x3d\x0b\xd8\x4d\x45\x77\x44\x48\xe7\x1b\x63\x13\xaf\x1e\x7c\xd4\xe7\x54\xb7\x29\xef\x1c\xf4\x40\x50\xcc\x60\x6e\x80\x6a\x0f\x06\xa8\xb4\xfe\x58\x77\xda\xdc\x21\x61\xd6\x1f\x53\x42\x46\xc1\x5e\xd9\x5e\xab\x36\x03\x8e\x56\x36\x6f\x71\xf3\xfc\x8f\xff\xf7\xff\x7b\x72\x05\xc3\xbe\xf2\x43\xf7\xe4\x2a\x30\x08\x00\x4f\xcb\x40\x15\x88\x37\xff\x59\x8d\xe6\xc0\x26\x35\xef\xe9\x57\x15\xbe\x11\xc3\x54\xa3\x71\xac\x53\xc0\x1f\x15\x7f\x01\xa2\xa9\xd8\xa1\x02\x60\x98\x0a\xb8\x6c\xde\x8d\xaf\x6d\x71\x47\xfe\x6d\xd4\xcd\x5d\x4d\xa2\xa1\x0b\xf1\x5f\xf0\x25\xf0\x91\x3e\x93\x09\x70\xe3\xc4\xeb\x03\xf7\xfc\xe4\x0e\xca\xad\xde\xf1\x6e\xe5\x77\x31\xe9\xba\x91\x25\xd9\x73\x0c\x08\x3f\x00\x76\xda\xa8\xaa\x1f\xdd\x8e\x34\xce\xa1\xb5\xb7\xa3\xdb\xe1\x2b\x4a\x48\xa4\x7b\x24\xd6\x80\x2b\x3b\xab\x03\x9b\xd7\x8e\x5e\x61\x2f\x53\x77\x98\x95\x59\x24\xef\x95\x58\xcb\xe6\x2e\x70\x5a\x15\x5d\xa1\x64\x1a\xe7\xaa\x78\x2b\xf2\x6d\xe8\x07\x85\xdc\xe4\xa0\x14\x40\x7a\x35\x04\x7d\xb9\x34\x6d\xed\xe5\x96\x4a\x02\xe9\xc2\x45\xed\x20\xbc\xdc\x72\x45\x58\xf3\x2f\xfc\xb3\xf2\x12\x35\xaa\xb7\x72\x3b\xf7\xf0\xd0\x8f\x5d\x37\xf7\x03\xd1\xc9\xb5\xc2\xe4\x6b\xfc\x51\xed\xa1\x93\xde\x1a\x45\xb7\x5f\xf8\xa8\x1a\x34\xf8\x73\xd1\xf4\xcf\x55\xfc\x04\x89\x34\xec\xf4\x13\x87\x5a\x0f\xf2\x00\x69\xf2\x40\x9f\x3b\xed\xd8\x2f\xc8\x0b\xfa\x45\xc9\xf8\xfa\x82\x40\xf1\xf1\x45\x84\x47\x4e\x81\xcf\xc3\xdb\xf0\x9b\xb2\xbc\x05\xda\x6b\x40\x7d\x14\x2e\x44\xd0\x45\x79\x6b\x05\x65\x10\xf1\xeb\x76\xf6\x60\xaa\x7b\xdd\x2a\x8b\xd7\x0b\xbf\x8a\x22\xcf\x28\xeb\xc1\x1e\x5c\x20\x0e\x61\x56\xe9\x13\x50\x08\x70\x7c\xe1\x05\xd5\x8b\xdb\x57\xd7\xff\x5d\x60\x1d\x30\xdf\xab\xaa\x52\x2d\xac\xf9\x0a\x3d\x8b\x90\xb2\xf4\xb5\x3a\x10\x51\xc6\x59\xa4\x42\xab\xa3\x2a\x15\x2d\x3d\x73\x00\xf8\x17\xb2\x7f\x6d\xb5\x2f\x32\xfb\x41\xe1\xac\x90\x4e\xc6\xd1\xe1\xc6\x97\x7a\x44\x8a\xbb\x00\x48\xc8\xa5\xc6\xca\x8c\x35\x35\xdc\x45\x75\xd8\x66\x57\x84\x79\x20\x53\x18\x6b\x9e\xe0\x45\x85\x99\x45\x27\xf0\x10\xe6\x3d\xf1\x61\x42\x03\xd8\x7e\x74\xbe\x5e\xab\xda\x9a\x5a\x26\x62\xee\x2f\xc1\xf8\x63\x8d\x46\xbb\x32\xec\x4a\xb8\x31\xe4\x1d\x59\x8b\x0d\x16\xd8\x2b\x11\xc6\x11\x5e\xe8\xe7\x95\x23\xd2\x24\x07\x1d\x38\x8e\xbc\x66\xc4\x32\x53\xb2\x94\x9d\x79\x00\x6c\xb0\x90\xca\xeb\x0b\x9c\x7f\x36\xaa\x5c\xf0\x30\x1b\xd7\x4e\xde\xab\x1a\x9f\x84\xb3\xfc\x2a\xef\x00\x4a\x82\xe8\xbd\x78\x12\x05\x7d\xd5\xe8\xc8\xfc\x00\xbb\x94\x90\x38\xda\xc6\x96\xa2\xdd\x65\x51\x67\xd8\x68\x40\x25\xe1\x53\x8b\xb0\xdd\xd8\xa0\x6d\xc0\xc6\x56\xab\x55\xde\x5e\x64\x82\x51\x36\x05\x34\x66\xba\xfd\xce\xe9\xfd\x38\x92\x41\xda\x23\x39\xdf\xe3\xbd\xf1\xdd\x0a\x60\x83\xec\x25\x2f\xb0\xb5\x34\x32\x25\xd6\x6a\xab\xc9\x4d\x0b\xb2\x82\x30\xef\xaa\x6b\xb3\x4a\x00\xdb\xb9\x5e\xa2\xb3\x0e\xea\x0f\xde\x4c\x76\xc8\xf6\x6b\xa3\xba\x1a\x2d\x6a\xc4\x85\xa0\xcf\x98\x89\xf8\x24\xdb\xf4\x6c\x5b\x3c\xd9\xf3\xb2\x6d\x6b\xbf\xef\x83\xa6\xea\xf1\x99\xfb\xee\xc7\x30\xec\x9f\x1e\x67\x50\x09\xe0\x71\x3a\x96\x2d\xb9\x0e\x62\x35\x79\x9e\x37\xb5\x37\xc9\xf3\xb8\x6b\x6c\x03\x1d\x1d\x56\xb5\xf8\x60\x24\xb8\x0e\x10\xea\x93\x57\xa6\x55\xad\x68\xd3\x1d\x98\xad\x0d\x57\x42\x53\xdb\x1d\x6b\x6f\x69\x97\xc6\x13\xc5\xe3\x0d\x00\x61\xda\x59\xc0\x13\xe8\x4d\x02\x7f\x02\xc3\x7d\x84\x6f\x44\xa2\xc0\x07\x33\x52\x73\xe9\xea\x4c\x2d\x84\x4b\x33\x08\x8d\x4c\xb4\x0d\x4f\xf5\x6c\xd0\x97\x00\xda\x32\x62\x7f\xd0\x09\x03\x79\x63\x11\x70\x77\x84\xe7\x32\xab\x1c\x0f\x06\xd3\x2e\x34\x68\x61\x62\xa0\xb4\x3b\xcf\x67\x62\x62\x74\x31\xdd\xbc\x8c\xd6\xd6\x2a\xde\xb6\xcf\x38\x6b\xc1\xa5\x0b\x95\x0d\x57\x25\x11\x54\x74\xd9\xa7\x1b\x91\x0e\x5b\xa1\xa5\x71\xd1\xf5\x4f\xce\xed\x87\xbd\x10\xb6\x3f\xdc\xf8\x32\x62\x47\xe3\x07\x56\xc9\x30\xff\xd6\x4b\xb6\x01\xa0\x77\x97\x92\xee\xa1\x09\xc5\xf9\x50\x43\x88\x1f\xb0\x0d\x77\xdc\xf3\x5d\x17\x5d\xe9\x04\x4e\x47\x8a\x90\x19\x84\xdc\x3c\x05\xf8\x0e\x42\x33\xf9\x49\x86\x30\x6a\x2d\xb8\xea\xd9\xac\x62\x33\xa9\x57\xa9\xa1\x82\x41\xcb\x89\xa2\x2f\x1f\x02\x63\xe3\xda\xd8\x9a\xd8\xef\xb4\x02\xe5\x70\x8e\xcc\x05\x04\xf4\x3d\xe1\xd7\x23\x67\x7c\xaa\x21\x36\x8e\xa8\x0f\xbb\xac\xd9\x80\x52\x67\xfa\x3c\x86\x16\x4e\x9b\x46\x25\xb7\x42\xaa\x0d\xed\xaf\x1e\x16\x44\xa5\xd7\x40\xa8\x87\x64\x11\xfa\x01\x56\x01\xaf\x86\xa2\x11\x3b\xc4\x63\x45\xe8\x30\x9c\x9f\xad\xd4\x26\x1d\x2f\x6f\xd1\xa0\x94\x6e\x15\xbf\xcb\x6e\x90\x72\xa4\xb3\xad\x7c\x49\xd3\x88\x62\x99\xb4\x64\x5f\xbe\xa9\x8d\x0d\xb8\x15\x50\x0f\x50\x46\xb4\x3a\xc0\xf2\x21\x5f\x96\xdf\x64\x90\x9d\xfa\x83\x8e\x4f\x6c\xcd\xc6\x3d\x7c\x1c\x9e\x11\xff\x14\x25\xe2\xdf\xb1\xb6\x37\x2d\x36\x76\x95\xac\xfe\x81\xa5\xca\x10\xb8\x1b\xd7\xad\x1e\x18\x87\xd2\x07\xb3\x67\x09\x4b\xb0\x09\x31\xb6\x1b\xa9\x29\x37\x69\x38\x12\x56\x2e\x18\x1a\x9c\x68\x35\xaf\x03\xea\xa4\xe6\xdf\x2f\x54\x50\x05\x1a\x77\x35\xa7\x75\x43\xce\xe4\x95\x2e\x2f\x75\xca\xdf\x90\x4a\xed\x99\x36\x6d\x4c\x93\x28\x91\x88\xaf\x79\x62\xfa\x3e\x3e\xb5\xe1\x47\x37\x31\x87\x2f\xab\xa7\x28\x6c\xe3\xb4\xf0\x38\xfb\x0d\xfc\x8f\xa9\x46\x1d\x58\xde\x7a\x50\x43\x7c\xbc\x4c\x2e\x04\x01\x0f\x23\xe9\x9f\x25\xaf\xa6\xe4\x7e\x96\x05\x67\x18\x12\x89\x9f\xc3\xfc\x3c\xbb\xe9\x94\x1c\xea\x58\xfe\x0a\x3e\x45\x37\xab\x25\xf2\x0f\x39\xfb\x30\x69\x26\x87\x79\x6d\x97\xc1\xa8\xb9\x1c\x92\x5a\xdc\x2f\x01\xdb\x5e\x99\x02\xf6\x4d\xaf\x4c\xce\xbd\x14\x15\x5b\xa7\xda\x49\xcd\xa8\x0c\x58\x86\x97\x0e\xfd\x67\xa0\x3a\x84\x7f\xce\xfb\x99\x01\x51\x37\xe5\x02\xa8\xb1\x39\xdc\x6b\x3b\x03\xe2\x83\x14\xef\xeb\xe9\xea\xa5\xf5\x51\x87\xd9\x02\x51\x66\xdd\x77\xb2\x51\xf1\x29\x3f\x02\xc5\x6b\xb8\x68\x26\x56\xc6\x8d\x15\xf5\x51\x5d\x51\x58\xbd\x0a\x0a\xa1\x6b\x38\x35\x12\xc8\xbe\x56\x6d\xd0\xdc\xda\x29\x94\x0e\x96\x1b\x61\x5a\x5c\x9b\x8d\xcd\x91\x8e\xf9\x1f\xff\xcf\xff\xef\x51\xae\xcb\xfb\xe9\xa8\x7c\xb2\x7b\x2b\x9e\xa9\x3e\x8a\x63\x7d\x14\x9e\xac\xca\xb5\x2d\x9c\x8b\x90\x81\x3c\x39\x95\x9b\x76\x8d\x9f\xb7\x9e\xe8\xd7\x82\xa4\x1d\x27\xc5\x29\x7f\xaa\xc8\xe8\xd8\x7c\x95\xf0\xed\x67\xe1\x03\x0e\xcd\xf9\xc2\x84\xc8\x10\x0b\x51\x1d\xd1\x4d\x68\xc4\xa3\xe4\x4f\x82\xaa\xc5\x1d\xee\xe5\x5a\x5c\x88\xb3\x16\xb7\x77\x5c\x4d\xd8\xbc\x29\x8b\xf6\x72\xc8\x64\x81\x42\x58\xea\x62\x8d\xf3\x3c\xb8\xc0\x49\xe4\x4f\x3b\x33\x8a\xff\xbb\x85\x12\x0f\x1e\xf1\x29\xcc\xc9\x9a\x67\x07\x99\x4b\x3e\x70\xde\x12\xc4\x56\x1b\x75\xba\xea\x13\xe5\x58\x08\x8c\xa2\xdf\x79\xce\x4a\x76\x5d\x1d\x65\x26\x97\x5d\x27\xe8\x63\x11\xd4\xb1\x9f\x55\x6f\x81\x3f\x4b\x5d\x6d\xd9\x66\x60\xa9\x10\xed\xd6\xb6\x5e\x1f\xb9\x0c\x1d\x3c\x74\xe0\x74\xa2\xc8\x5e\x19\x60\x26\x80\xc2\xa2\x22\xaf\x62\xc2\x42\x11\xc7\xee\xe4\xec\xe0\x17\x72\x56\xb8\x1f\x3d\x5f\x16\x6e\x11\x04\xd0\x06\x82\xbc\xc1\x1f\x4b\x20\x64\x49\x13\x19\xaa\x77\xfc\x48\x3e\xd8\xf2\x2e\x36\xac\xa4\x4b\x25\xae\xf1\x51\xcb\xf0\x05\xe5\xf6\xd6\x79\xb8\xe8\xc8\x70\xea\x95\xc5\xb7\x87\xf8\xf9\x40\x3b\xa9\x00\x35\x34\x2b\x01\x27\x09\x57\x01\x38\x54\xfc\x2d\xce\x3e\x7c\xff\xd1\xc1\x32\x24\x8b\xb4\x0f\xff\xfe\xd1\x3d\xfa\xe9\xec\xc3\x1f\x3f\xa2\x29\xda\xac\x70\xbd\x91\x77\x6a\xa1\x06\x2c\x18\xa0\x51\x9e\x63\xc7\x28\xc8\xb1\x63\x76\xb3\x7c\xa2\xa5\xf8\xe4\xcb\x23\x1e\xdd\xd0\x4d\x4e\x78\x1b\xb3\xca\x13\x6e\xc6\x7d\xcd\x63\x74\x84\x01\xc2\x57\x2c\x1e\x66\xa0\x96\xd0\xe4\x6f\xf1\x3b\x0d\xf7\xdf\x80\xe8\x3d\xc3\x91\xfe\x16\x8a\x05\xdb\x71\x82\xce\x1c\xbf\x5d\xb2\x2d\x61\x34\x2a\x0c\x6a\xfc\x36\x93\xb7\x70\xb1\x9f\x63\x37\x6d\x66\x03\x47\xf7\x00\xea\x72\x22\xed\x0e\x37\x40\x89\xd2\xf0\x23\x8c\xb7\xcc\x0a\x9d\x8a\x20\xbc\xe8\xf8\x34\x34\x07\x1f\x14\xce\x6a\x80\x7b\x87\x9f\x93\xcc\x87\x2a\x1b\x8a\x02\x7c\x71\xa6\x2d\xc6\xa0\x93\x85\xe2\x69\x26\xa2\xe2\x47\x29\x74\x0b\x1b\xea\xfb\x8f\xee\x51\x9c\x6e\xfc\xfa\x09\x37\x4b\x31\xe9\xd4\x5e\xac\x23\x7c\x7e\x65\x2d\x2c\x71\x18\xd4\x26\xd6\xc3\xda\xd2\x96\x56\x87\x86\xca\xcf\x0a\x99\x5d\xf9\xba\x26\x7a\xcb\x6e\xb1\xdf\xe2\x8f\xd4\x72\x70\xd0\x83\x14\xef\x55\xf6\x19\xb7\x79\x61\xda\xc1\x89\xc1\x79\x59\x78\x20\xce\xa2\x84\xc2\x42\x94\x5d\xd6\x04\x8e\xec\xaf\x36\xf0\x3c\x8d\x35\xf7\x6a\x70\xfc\x8a\x91\x6b\x64\x99\xe2\xaf\xad\x4e\xcb\x33\x11\x3f\x84\xb6\x81\xa3\xbb\x10\x37\xf2\x5e\x4d\x2e\xf1\x40\xf4\x44\x22\xaa\xcc\x6f\x6c\x67\x13\x91\x85\x5f\x53\x00\x32\xb7\x39\x6b\x17\xe9\xa3\xb4\x35\xf9\xe4\xa2\xa7\xbc\xf2\xd6\x21\xc8\x85\xc1\x50\xc6\x44\x78\x55\x66\x46\x77\x09\xd4\x41\x74\x9a\x10\x3c\x2f\xce\x6b\xe1\x77\x41\x08\x1a\xed\x7d\x16\xc1\x96\x0d\xe1\x89\xc6\xc8\x4d\xb9\x34\xf2\xa5\xc9\xf8\x5d\x9b\xc2\xba\x8b\xeb\x3e\x6d\xcc\xb5\xdc\x78\x12\xa7\x52\x5f\x3f\x23\x4a\xcd\xd0\x64\x2f\x07\xaf\x1b\xdd\xcb\x88\x2a\xdf\x66\x29\x01\x52\x7a\x2f\x9b\x1d\x1c\xeb\x9c\xe8\xfa\x8d\x44\x02\x2c\x09\x80\xfd\x88\xc3\x41\x2d\x94\x97\xeb\xdf\x16\x4a\x47\x8f\x6b\x79\xe9\x98\x08\x55\xfc\x56\x91\x52\x26\x63\xd8\x72\xe5\x0c\x67\x36\x76\xdf\xcb\x41\x95\x02\x52\x48\x89\x12\xd2\x45\xb8\xb0\x4a\x01\xd8\x1f\xac\x88\x2a\x23\xf4\x17\x0f\x37\x58\x29\xda\x43\x19\x60\x94\x4a\x94\xd5\xa2\x83\xb7\x0b\x7c\xeb\x36\x6d\x90\x5b\xb8\x10\xfc\x8b\xf3\x0b\x6d\xd6\x54\x8b\x15\x46\x6e\xeb\x41\xb9\xb1\xc3\x15\x41\x43\x5d\xfa\xd8\x90\x89\x69\x00\x42\xa7\xdd\x40\x6d\xa5\xb6\xb2\x4b\x84\x5c\x7a\xf3\xb3\x01\xc8\x5d\xab\x46\x02\xa1\x8e\x7d\x86\xb1\xee\x94\x6c\xb3\xd1\x0f\x0a\x9d\x7f\x86\xfa\x77\xd2\xd5\xb9\xb7\x74\x58\xb1\x58\x7d\x10\xb4\x4c\x66\x6a\xad\xfc\x01\x5f\xe0\xa3\x1d\x3f\x4c\x2e\x89\x93\xdc\x0f\x39\x15\xf1\xfd\x47\xf7\x1d\xb6\xf1\x1d\x90\x12\x2d\x63\xd2\x7f\xc3\x0f\xc2\xa7\x3c\x95\x13\xce\x6f\x61\x1b\x20\x36\x0a\x8b\x7a\xc0\x3d\xec\xad\xd8\xab\x61\xab\x90\xfc\x68\x83\x30\x82\xf0\xfa\x8f\x8d\x6d\x55\x40\xdc\xf8\x5b\x68\xe3\x6d\x4c\xff\x63\x4c\xe7\xfa\xb1\x26\xa6\x32\x42\x33\x94\xf6\xaf\x55\x2f\xce\x3e\xfc\xb7\x8f\x61\x8f\x7a\xb9\xae\x73\x74\x4d\xb6\x88\xf1\xb3\x80\x9a\xca\x60\x52\x5e\xa1\x50\x0d\x72\x38\xce\xe7\x4b\xdd\xdb\x9a\xa6\x26\x5a\xe7\x50\x06\x9b\xa1\xe6\x2b\xe9\xad\xe8\xd5\x00\x68\x8a\x67\x33\x5a\x63\xae\x8a\xa9\x41\xf2\x7b\x48\x2d\xc1\xae\x89\x39\xb7\xb3\x6a\x23\x5e\x62\x98\x12\x2d\x51\x15\xad\xf4\xb2\x5e\x0f\xc1\x06\x57\x7a\x19\xad\xed\x96\xeb\x62\xd8\x76\x4c\xcf\xce\x61\x16\xed\x86\x74\x66\x19\xb6\x0d\x7d\xd7\xae\xc6\x97\x37\x24\x2e\xbd\xe5\xe7\x34\x9d\x6e\xbc\x88\xe9\xda\xf1\xbb\x6f\x72\x86\xbb\x25\xd7\xc2\xd1\xff\xfe\x66\x50\x6e\x87\x8e\x3f\x01\x60\xa3\x0e\x62\x6f\x91\xc2\x8c\x28\x42\x9a\x1a\x8d\xcb\x70\xa8\x85\x89\x4a\x31\x0c\xb6\x57\xe1\x09\x99\xb8\xf3\x8c\x55\xa1\x39\xd0\x97\xd5\x46\x66\xce\x4b\xf5\x45\x14\xe0\xa3\xa0\x33\x8c\xdb\x9d\x6e\x6b\xea\x47\x9f\xf6\xc3\x5e\x1a\x32\x1b\xd5\x46\xd8\xa1\x55\x03\xbb\x88\xc2\x47\x2c\x7e\xb7\x50\x33\xd5\x36\x41\x29\xb8\x79\x96\x4e\x36\x6e\xd8\xd1\xf0\x01\xc4\x52\x51\xf8\xfb\x1b\x0b\x45\x1e\xfb\xb8\x49\x79\x23\x27\x9b\xe1\x72\xa8\x39\xca\x32\x44\x52\x14\xd3\xf6\xcd\xbf\x9d\xb5\xdf\xd2\x21\xc6\xc7\x2c\x33\xcb\x3f\x48\xa4\x81\xe7\x97\x37\x60\x51\xed\xd0\x07\x1a\x6c\x19\xb8\x28\x00\x48\x9b\xed\x2a\x20\x31\xe6\x18\x32\xb3\x3f\x24\x4e\x7e\xc9\xf1\x7d\x01\x83\x2e\x11\x8c\x3a\x64\x87\x9d\xf5\x36\x49\xd7\x11\x6e\xf5\x30\x48\x4d\xa7\x81\x9e\xa0\x51\x29\xb9\x81\x6b\x05\xbb\x6c\x1a\xb5\xaa\x32\x1b\x86\xec\x66\x4d\x92\x8a\x2c\x7b\x41\xac\x92\xe5\x2e\x8b\x56\xa6\x00\x6d\x92\x20\x9e\xb9\xa2\x6d\x5b\xb7\xa3\xaa\x99\xef\x7d\x6d\xf1\xd8\xc2\xd7\xb4\x07\x81\xdf\x9b\xd6\x1c\x99\x9f\x72\x40\xb5\x1b\xd7\x70\xa1\x91\xe3\x32\xba\x30\x32\xb3\x0d\x6f\x83\x4b\x07\xd6\x15\x33\x69\x52\x54\x3f\xb9\x6f\x16\x27\x27\xd0\xbf\xe8\xe8\x2a\xcf\x58\x30\x8b\xcd\x73\xd3\x98\x9f\x8e\x0a\xa5\xd8\xe2\x9b\xa0\x2c\xfd\xb6\x1c\xa4\xa2\xe7\xcd\xf0\x3f\xcf\x88\x5e\x66\xb9\xaa\x9a\xf6\x21\xd7\x88\x95\x73\x4a\xf2\x7a\x7a\x1e\xad\x12\x1e\x1f\x8f\xc7\xe3\x93\xfd\xfe\x49\xdb\x3e\x5e\x18\x75\x46\x41\xc6\x61\x4f\xb4\xf2\x2c\xaa\x99\xe0\xec\xac\xa6\x8c\x20\x5f\x9e\x3b\x34\xb1\xc8\xd7\xe9\x3d\x4a\x27\xd7\xca\xc3\x5e\xcd\x14\xc5\x74\x92\xd2\xea\x39\xb8\x8d\x6c\xdf\xa9\xf4\x8c\x03\xd0\x0b\xbd\x50\xcb\xc7\x32\x61\x66\xb2\xac\x89\x9b\xb4\x07\x3b\x18\xed\xcb\x98\xb8\xb4\x9b\xd4\x99\xc9\xa4\x50\xb4\x85\x93\x53\x92\x31\x11\x69\x5a\x23\x23\xb1\x00\xb8\xcc\x46\xa4\xd6\xff\x57\xb2\x12\x4b\xcd\x2f\x6d\x83\xcf\x30\x13\xd5\x41\xdf\x69\x71\x21\xfe\xac\xef\x34\xfe\x5e\xb1\x63\xbb\xcc\x91\x9d\xb7\x98\xfd\x87\x22\x3f\x8c\x15\x72\xd0\x5e\x69\xa7\x04\x4a\xea\x05\x85\x38\xa0\x67\x3b\x63\xd7\x8a\x4e\xdf\xd1\xdd\x6e\x9b\x11\xa5\x0c\x47\xf6\xb3\xf0\x57\x74\x7a\x60\xb7\x0a\x5f\x43\x47\x02\x5e\x7b\xde\x54\x2b\x6a\x90\xf7\x38\x7a\x60\xa9\x39\x0c\x15\x1f\x72\x32\xdd\x18\x9c\xc7\xbb\x9c\xc0\xf3\x40\x55\x98\xc0\x44\x3b\xa7\x33\xc9\x9e\xe0\xe9\xd9\x7c\x5e\xeb\x6b\xf6\x44\x4e\xf9\xc1\xf6\xbb\xb4\x9c\x80\x91\x93\x35\x0d\x50\xeb\x4a\xc8\xb5\x1d\xd9\xe0\x88\xe5\x82\x09\x41\xf0\x38\xd0\x71\x33\xb7\x04\xac\x79\xd6\x06\x5a\x4b\x73\x03\xac\x59\x38\x73\xa8\xd9\x0d\xf2\x0d\x2c\x77\xe6\x08\x1c\x77\x3a\xa4\xd4\xac\x3f\x60\x46\xba\x18\x4f\xca\x9b\x8e\x87\x5e\xeb\x14\x20\x7c\xb1\x2d\x43\x19\xeb\x75\xa3\xea\xef\x03\xcd\x92\xbf\xe8\x21\xdb\x81\xad\x62\x32\x19\x78\x40\xa6\x92\xa3\x93\x51\x38\xef\x6a\xf0\xe8\x51\x34\xae\xd0\x5c\x29\x8c\x1b\x09\xab\x9a\x3c\x4b\x2d\xf5\xc2\x59\x1d\x8e\x97\xd9\x65\x93\x18\x1c\x30\x84\xe7\x93\xfc\x79\xe6\xaa\xc5\x20\x55\x21\x6d\x45\x8b\xe5\x62\xb8\x8c\x2c\x2b\x73\xdc\xcc\xe4\x7d\xf6\x7d\x02\x6c\x45\xef\x5a\xd8\x9f\xe1\x29\x20\xd2\x9c\xf3\x4e\x3a\x05\x84\xd1\xa2\xe8\x69\xc4\x29\x90\xd1\x04\x05\xd1\x85\x78\x1f\x7e\x27\xe0\x9d\xb5\x77\xe4\xb6\x7b\x8d\x3f\x53\xce\x56\xfb\x90\xf9\x5c\x7b\xf1\xa2\xcc\x5d\x4b\xa7\x9b\x3c\x4c\xd7\x2f\x90\xb0\x30\x79\x6c\x60\x9c\x41\xf2\x23\x83\x39\xa8\x3b\x9a\x26\x05\x37\xbb\x39\x9a\x46\xbc\xb6\x87\x79\x55\x00\xa6\x4d\x1d\x68\xf7\x54\x25\xe4\x44\x27\xe5\x9f\xa7\xed\xe9\x5c\x4a\x76\x71\xbb\xca\x3a\x42\x53\xff\x26\xf8\x8d\xbf\x29\x96\x80\xed\x03\xb2\x11\xb1\x9d\xd5\x7c\x44\xec\xa8\x02\x88\xce\x2f\x73\xf3\xb2\xe4\xde\x65\x6a\x28\x12\x6b\x97\xed\x3d\xdc\x86\x6d\x11\x7e\x8d\xd3\x16\x3a\x03\x07\x21\x3e\x06\xa5\x58\x0b\x88\xe0\xdd\xd1\x79\xb5\xcf\xc6\xe7\x14\xbd\x1d\x31\xb2\xab\xf9\x0a\x80\xfb\x7c\x3d\xea\xce\x6b\x83\x85\x4a\x68\xf5\x69\x0e\x1d\xd2\x26\xe0\x05\x28\x87\xd0\xf9\x35\x80\xe2\x31\x7f\xff\xee\xfa\x01\xf0\x30\x80\x3f\x15\x51\x1c\xd6\x30\x43\x64\x5d\x41\x4a\xa9\xf7\xef\xae\x29\xc8\x96\xdf\xa9\x63\xa9\x62\xf5\x72\x9d\xcd\x21\xdd\xa5\x93\x69\x21\x81\x31\xbe\xbe\x51\xc3\x89\x89\x41\x98\x9a\x61\x26\x33\xd4\xe9\xed\xce\x1f\x14\x3e\x55\x7d\xa0\xae\x38\xb8\xa5\xba\xe2\xfc\x9d\xa8\x80\x13\x70\x4e\x22\xbd\x18\x67\x12\x75\xe9\xe2\x96\x6b\x84\xd9\x78\x86\x30\xf3\xf2\xd4\xb6\xf3\x47\x32\xfe\x5a\xae\xe0\xb5\xdc\xa3\x1f\x02\x80\xfa\xe1\xc1\x3a\x56\xc1\xa7\xe8\x85\x78\x4d\xbf\x1e\x06\x47\x5f\xa4\xa9\xcc\x65\xf6\xf9\xd0\x58\xf3\x18\x1c\xc0\x67\x03\xaf\x94\xdb\x02\xd0\x8d\xf3\xf7\xd1\xa9\xe1\x1f\xe2\xef\x70\x7a\xfe\x21\xfe\xae\x4d\xab\x3e\xfd\x23\x08\x6a\x62\x84\x12\x38\x99\xe7\xb3\xf7\x93\xc4\x01\xc2\x24\x60\xb1\x6c\xcb\x20\x6b\x37\xd9\x31\x39\xcf\xe9\xc2\xa3\xec\xde\x07\xb7\x5b\x40\x9a\x0d\x7a\x3d\x4e\x6e\x8f\x56\xa2\x11\xd9\xef\xa4\x5c\x7e\x8a\x5f\xe2\xff\x06\xd2\x35\x82\x60\xe0\x46\xf4\x02\x09\xdc\xa3\xa3\xf7\x47\xec\xcd\x8e\x5c\x24\x91\x86\x41\x46\xbf\xf5\xae\x7c\x80\x51\x5e\x98\xc9\xf9\x3c\xf9\x58\x92\x86\xdc\xcd\x90\x67\xad\xec\x0a\x31\xf7\x6a\xf0\x51\x5e\xe5\xc5\xad\x15\xef\xd4\x76\xec\xe4\x90\x3f\xed\x99\x16\x98\x2e\x4b\xa8\x87\x69\x5d\x44\xd2\x30\x39\x62\xe0\xba\x32\xbc\x16\x1f\xf9\x30\x2b\x3c\xa8\x7b\x35\x90\xa7\x8a\x69\x2b\x44\x74\x38\xa4\x3a\x9e\xb0\x5b\xbf\xf2\x4d\x71\xd1\x70\x36\x1b\xdc\x07\x14\xde\x2d\xf5\x82\x74\x6a\xb1\x0f\xf4\xb4\x78\xa1\x07\x49\x3f\x18\x1e\x17\xb3\x60\x6f\x72\xed\x13\x34\xbd\x80\x9f\x3c\xf7\x4a\xec\x17\x41\x05\x6f\xe6\xd4\x25\xd4\xde\x97\x9e\xa2\xf2\xe3\x40\xde\x07\x2f\xe0\x80\xd2\xcf\x37\xc1\x7f\xe1\x1c\x2c\xca\x94\x92\xd3\xc2\x72\x52\x60\x2e\x78\x1f\xe0\x81\xe0\x45\x2a\x1d\x66\xc2\x85\x19\x63\xb2\xb1\x6f\x77\xa4\x63\xf0\x45\xbe\x5b\xe8\xde\x64\x99\x60\x4f\x50\x18\x35\xdc\x78\xc4\x8d\xe8\x4d\xb6\x87\xd1\x08\x54\x9b\x56\xdf\xeb\x76\x94\x1d\x76\xe6\xa1\x7a\xff\xbd\xac\xb7\xb1\x06\x9f\x69\x9d\xac\x7b\x32\x20\x3c\xe1\x31\x36\x27\x9a\xd5\x6c\x92\x3b\xd5\xc5\x11\x01\xf2\x89\x8a\x32\x3e\x49\xe8\x16\x55\x24\xc7\x88\x39\xe3\x46\x5c\x19\xee\x0f\xf2\x0e\x13\x76\xe9\x0f\xb3\x6b\x99\x35\x5b\xbf\x0e\x50\x27\x5e\x84\x4f\xa5\x97\x8b\x60\x61\x41\xdf\x04\x73\x4f\x85\x85\xf0\xf2\x6d\xa5\x97\x49\x34\x66\x2c\xbf\x4e\x5f\xcb\xe6\x6e\x91\xe8\x5e\xac\x7f\xe1\x7c\xe5\x74\x3d\x4c\x5c\x08\xb6\x87\xe6\xb8\xd0\x30\xa0\xd3\xb3\x39\xb5\x31\xe3\x3e\xdf\xe5\xa8\x29\x74\x38\x99\x99\xe2\x50\xa6\x3e\xd2\x12\xc2\x9c\x58\xaf\x63\xd7\x96\xf0\xd1\x89\x89\x0a\x03\x28\x5c\x9b\xfe\x33\xb3\x75\x7a\xa2\x12\x22\xfa\xac\xcb\x82\xd3\xf5\xfd\xfb\x49\xc4\x96\x39\x16\xc8\xd9\x2c\xc0\x95\x1c\xeb\x35\x88\xd4\xf3\x21\xd2\x5b\x5d\x0c\x3d\xab\x3d\x4e\xf9\x39\x4b\x11\xce\xa3\x01\x05\xf9\x78\xcc\x7c\x50\xe4\xda\x6d\x77\xba\xaf\xf8\xb4\x85\x26\xe0\x32\xbc\x90\x0f\x54\x19\x8a\x08\xe0\xfe\xec\x95\x69\xd1\xca\x60\x43\x02\x21\xda\x16\xd3\x4a\x4f\xee\x94\xcf\x08\x2a\x4e\x91\xe6\xcb\x95\x05\x76\xee\x33\x8e\xf9\xe6\xa7\x3f\xe8\xf2\x31\x84\x32\xea\xf3\x13\x6b\x22\xef\x90\x80\x0b\x78\x19\x7d\x97\x04\x84\xbb\x50\xd5\xe2\x8d\x90\x7c\xd0\xc6\xae\x85\x02\xc3\xe9\xee\x95\x6e\x2f\x96\xdc\x5d\x64\x0c\x43\x5b\x4f\x6c\x16\x2e\xdb\x16\xc7\x53\xd8\x2e\x9c\x2c\x30\xf1\xdf\x54\xd4\x55\xfa\x6f\x9a\xef\x97\x49\xc3\xc1\x89\xd3\x9c\x6b\xb5\x43\xae\xa2\xcf\x3b\xb6\x30\xa4\xc5\x62\x85\x16\x85\x02\xae\xc1\x7e\x4c\x56\xf8\x3b\x0a\x85\x95\xf3\xee\xe9\xe5\xd3\xf4\x7a\x9c\xec\xd9\x07\x9c\x3e\x85\x4e\x91\x18\xef\xd4\xcc\x5d\x2d\xce\x1a\x7b\x65\xc9\xb9\x50\x34\xba\xa6\x70\x60\xa5\x9d\x2b\x9b\x63\xe3\xfd\xb8\xca\x4a\xa0\x47\xf6\xf4\xbc\xbc\xf6\xb6\x5e\xcf\x26\xbe\x70\xd0\x5e\xbe\x30\xe7\xe7\x84\xe4\x80\x0b\x09\xc9\xbc\xec\xaa\xe0\x5e\x80\x8c\x47\x6f\xde\x1c\x49\x88\x43\xb4\x4f\x3d\x2c\x73\xee\x61\x67\x33\xb2\xea\xf3\x0d\xc0\xc6\x3b\x90\x48\x82\x37\x29\x0b\x28\x26\x92\x8b\x28\x69\x64\xf1\x05\xaa\xbe\xf6\x63\xb3\x23\xc9\x22\x4a\x29\x38\xee\xeb\x9b\x9b\x5b\x54\x83\x7b\xe1\x07\xbd\xdd\xc2\x0d\x2f\xfe\xbc\x53\x06\x03\xf1\x39\xbb\x57\x8c\x3e\x9b\x66\x1c\x50\x7e\x40\x61\xca\x0e\x2a\xb8\x4b\x32\x2d\xdf\x77\xb9\xcf\xc6\xc0\xa0\x93\x3a\x5c\x60\x4c\x54\x34\x17\xeb\x55\xa3\x37\xc7\x95\xb8\x56\x72\x30\x14\xf5\x2b\x58\xf0\x3c\xf8\x18\x23\x8e\x04\x9f\x10\xff\xf8\x9d\xfc\x29\xbf\xa4\x29\x33\x3f\x1f\x7c\x13\xce\xa6\x67\x0a\xba\xe4\x9f\x28\xcc\xf0\x43\xb2\x67\xbc\x15\xe8\xee\xd7\x70\xc9\x08\x7e\xe0\xfa\x25\xe7\x60\xd6\x87\x3c\x4c\x1c\x35\xfd\xa5\x98\x9d\xab\x5a\x61\x5c\xc1\xd8\x97\x0b\x71\xab\x1c\x3a\xec\xc1\xef\xcf\x80\x87\x29\xb8\xa1\x78\x41\x68\xd3\xd8\x8f\x6e\xc7\xdb\x22\xd6\x1a\x82\x14\x22\xc9\x16\xe6\xc8\xcd\xe5\x29\x8b\x6d\xa4\x21\x62\xd7\x0e\xd3\x71\xd2\xde\x27\x75\x36\x35\xf7\xb7\x51\x8d\x0a\x83\xdf\xee\xe5\x91\x22\xe1\x6d\xd4\x41\x38\xd5\x58\xd3\xba\xf0\x12\x54\x7b\x7c\xad\xe2\xc4\xd8\x87\xd7\x43\xb3\x25\x99\xf7\x2d\xe9\x63\x83\x12\x76\x01\xc4\xf5\x96\x5c\xb3\xbc\xe3\x9f\x73\x20\x52\xec\xc0\xa8\x5e\xd0\xaf\x39\x48\xcf\x91\x5e\x62\xcc\x97\x39\xc8\xda\xb6\xb0\x66\xbf\xd8\xf6\x38\x97\x33\xc6\x58\xf4\x41\xd8\x88\x67\xb9\xb7\x07\x0c\x3a\xb0\x3e\x62\x86\xf6\x4e\x75\x1b\xf2\xc9\x0e\x0c\xa6\x0a\x8f\x8a\x91\x62\x89\xef\x9e\x05\x1d\x21\x9e\x27\xf4\x26\x87\xa6\xf1\xb9\xf5\x03\x47\x9c\xcd\x1d\xad\x4e\xfb\x44\x4f\x8e\xb9\x5f\x2f\x89\x39\xc0\xd5\x44\x01\x23\x05\x07\x3b\x07\xe6\xba\xcf\x9e\x65\x05\x81\x54\x4f\x81\xb9\x54\x8b\x38\x00\xe3\x1c\x04\x10\xe2\xae\xe8\xd5\x5f\xe6\x67\x28\xd1\xd4\xda\x61\x3b\x0b\x3d\x62\xbf\x50\x30\x41\xe4\x11\x6a\x06\x91\x0c\x4f\x11\x28\x78\x60\x9c\xd2\x48\x0c\x9e\xa4\x97\x2f\x0a\xf4\x91\x21\xe0\xb8\x30\x76\xcb\x84\x1d\x07\xdc\x22\x21\x0b\x20\xd6\x20\x53\xc9\x8c\x4c\x60\xae\xde\xbf\xbb\xce\x91\xe1\xb9\x90\x70\xff\x92\x48\x62\x50\x5b\x39\xb4\xe1\x6d\x33\x23\xe6\x9d\xf4\x84\x80\x73\xc7\xc0\xe8\xa9\x83\xab\xa0\x57\x69\x77\xda\xa0\x33\x2b\xe4\x1d\x58\xf8\x05\x6c\x5c\xd2\x27\x01\x2e\x1e\x7b\x40\xcf\x84\xeb\x43\x3b\x38\xe4\x6f\xfe\xe3\xe6\xcd\xeb\x73\xf1\xe9\xc9\xe1\x70\x78\x02\xc5\x9f\x8c\x43\xa7\x0c\x0c\xa1\x3d\x17\xff\xd7\xab\xeb\x73\xa1\x7c\xf3\xed\x4a\xbc\x22\xac\x9d\x90\x21\x9b\x74\xa0\xb9\x16\xda\x47\x8c\xc3\xbf\x80\xcd\xf9\xc4\xb0\x14\x34\x8f\x94\x94\x13\x77\xb0\x7a\xc1\x98\x3f\x04\x19\x42\xa3\xfe\x8c\x50\x68\x06\x85\xb6\xf0\xf8\x23\xcb\xe8\x64\x73\xb7\xe4\x87\x7c\x0a\xa2\x1b\x6b\xb8\x1b\x2f\x1b\x0e\x64\x3e\x01\x09\xe6\x9f\x57\x68\xf8\x99\x04\xb4\xb0\x70\xf1\x16\xde\x29\x03\x58\x6a\xec\xda\xf2\x82\x59\xab\xb0\x10\xaa\xfd\x79\x5a\x18\xfd\x56\x60\x1c\xde\x0b\xf1\x1f\xf8\x6e\x7b\x17\x54\x46\x90\x15\xf6\x16\x02\xaf\xa6\x85\x31\x20\x5b\xc6\xfd\x5c\x88\x97\x14\x19\x2e\x70\x5f\x29\x2f\x72\x60\xb3\x4a\x58\x18\x76\x21\xae\x95\x17\xfb\x28\x1c\xc3\xbd\x46\xd5\xcd\x8b\x94\x26\x05\xcb\xd9\x61\x5e\xc8\xcc\xe3\x9c\x5d\x59\x04\x7d\xfb\x7c\x1e\x0a\x03\x9a\xc2\x74\xe6\x01\xd0\xe8\x96\x29\x37\x7b\x21\x43\xea\x73\x32\x0f\x6f\xcf\x45\x30\xad\x3e\x67\xc5\xe1\x79\x78\x8d\xd5\x9e\x8b\xd1\xa4\xdf\x64\xd6\xca\x0c\x51\xf8\x44\xc3\x05\xf8\x64\x15\xcb\x6e\xb0\x46\xff\xbe\x30\x29\x78\x99\x92\xdb\x91\xc5\x45\xce\x30\x3c\x82\xb2\x10\x6e\xce\xbe\x13\x6a\x0d\xa1\x16\xd5\x34\x23\x0b\x79\xaf\x3c\x3a\xe6\x5e\xc2\x26\x24\xad\x8a\xfb\x2e\x9d\xff\x80\xa1\xf9\xfe\x24\x52\x94\x9c\x1a\x16\xf8\x0f\x91\x5f\xc9\xf1\x2c\x5f\xe7\xab\x19\x76\x4d\xb4\x2b\x63\xd7\x19\x7d\xc6\x80\x93\x36\x66\x64\x11\x2f\xc5\x9c\x9d\x4a\x2d\x9c\xa2\x00\xe9\xd1\x49\xa0\x4c\x42\x70\x10\xf4\x0c\xfb\x34\xa6\x95\xf4\x74\xc0\x33\x78\x73\x94\x48\x06\xdf\xb3\x22\x26\xc8\xef\x04\xa0\xcc\x4b\xb3\x75\x00\x41\xa3\x75\x6d\xbc\x0a\x1e\x87\x66\xce\x9c\x73\x5a\x85\x6a\x0d\xae\x39\xc9\x85\xe8\x24\xb3\xb5\x7b\x89\x2a\xd3\xa7\xf8\x63\x86\x9b\x76\xd2\x18\x32\x0f\xa1\x5f\xf9\x6c\xf5\x9d\x3d\x06\x7f\xd7\x4f\xf1\x8b\x63\x78\xe4\x23\x4b\x60\x3c\xa8\x04\xb9\x54\x57\x22\xa6\x11\x0a\x6b\x47\x9e\x72\x50\xb2\x7d\x42\xb1\xd6\x71\x49\x57\xe2\x76\xa7\x8e\xd1\x23\x14\x06\xc8\x40\xed\x42\xe9\x1c\x94\xa2\x78\xb3\xdb\xe8\x6c\x6a\xd0\xe7\x50\x3e\x80\xbf\x64\x11\x32\x99\x8b\x32\x47\xd1\xa6\x6e\xe4\x72\x8b\xc2\xa0\x69\x69\x14\x73\x3f\xcd\x11\x6a\xea\x4f\x3a\x8d\xf4\xa4\x3f\xe9\xbc\x68\xee\x54\x3a\x2b\x8a\x37\x7f\x9c\x84\x45\x0d\x7e\xb1\x2c\x73\x97\xd1\x69\xa8\x5f\xe0\x35\x7a\x79\xe5\xa6\xac\xd3\x67\x97\xfa\x21\x03\x9e\x36\x1f\xdc\x17\xf8\x8f\x9e\x3e\x5b\xff\x02\x2e\x6a\xa9\x2f\x69\x52\xb2\xd9\xfd\x9c\x39\x4f\xab\x37\x9b\x15\xf9\xff\xa9\x9d\x1d\x07\x0c\x6d\xf8\x0b\x7e\x8b\x1b\xfc\x26\x10\xf6\xf7\x70\xc1\x8e\x1f\x28\x91\xdf\xcd\x5c\xb0\x1d\x22\x25\xa2\x45\xef\x34\x62\xfb\x53\xbd\xd9\x90\x75\xef\x6b\x8b\xd1\x36\x28\x67\x45\x45\x30\x2c\x36\xfc\x42\xf7\xd2\x31\x2c\x36\x16\xba\x81\x94\x0c\xcc\xf5\x9d\xf6\xe8\x3a\x09\xc0\xe0\x03\x9d\x27\x65\x10\xa3\x41\xd7\x10\x01\xe6\x3d\x7d\xe6\x50\x50\x65\x7c\x60\x13\x44\xb0\x67\x6d\xf4\x67\x80\xcc\x43\x12\xce\xe2\x0e\x0d\x70\x67\x2d\x6c\x2b\x8d\xdc\x41\x02\xc9\xdd\xd1\x9e\xb5\x51\x30\x94\x20\x78\xa2\x11\x61\xfd\xf2\xf2\x35\x7d\xa2\xab\x23\x7e\x11\x8b\x1e\xa0\x9e\xe9\x8e\xe7\x9b\x43\xcd\xf4\xe8\x4f\x81\x42\xb6\x03\x1c\xe4\x89\x2c\x39\xb3\x09\xcd\x7d\x40\x51\x1d\xde\xda\x7a\x2f\xcd\x31\x5a\x8b\xdf\xd8\xbd\x62\xce\x08\x38\x28\x0a\x17\xb8\xb3\x87\xcc\x80\xd6\x5a\x01\x45\x18\x2a\x4c\x48\x90\x52\x40\xb5\x55\x70\x7b\xb5\x5a\x72\x7f\x15\xf2\xc8\x6f\x19\x49\xcb\xe9\x94\x32\x48\x84\x68\x07\xb9\x41\x7b\x46\xf8\x1f\x53\xfb\x41\xa5\x62\x6f\x07\xf5\x64\x5a\xcc\x79\xde\x52\x37\xf8\x23\xa6\xb3\x3d\x22\xfc\x8b\x69\x72\x47\xb6\x30\x69\x65\xd2\x8a\x05\xd3\x59\x6f\xc5\x99\x63\x37\x19\x7c\x10\x27\x0d\xe2\x29\x48\x51\x77\xf1\x8c\x5c\xd9\x56\x15\x63\xcd\x0d\x1d\xd1\x63\xbe\xdb\x89\x38\x3f\xde\x0a\xed\xc9\x1b\x76\x3f\xd8\x76\x6c\xfc\xaa\xe8\x77\x51\x9a\xc8\x17\x15\x76\xa3\xe8\xec\x16\x79\x0c\xf4\x6b\x44\x41\x4c\x46\x03\xec\xb6\xc7\xc0\x4d\xe4\x91\x83\x0f\xb9\xde\xf7\x03\x49\x0c\x43\xf5\x5e\x6e\xa3\xb7\x6e\xb9\xa5\x27\x5c\x29\x0f\xe5\x53\x21\x14\x59\x51\x26\x85\x05\x0e\x4a\xe1\xe4\x1c\xc5\xcb\x2d\xd2\x7d\x4d\xee\x88\x0e\x88\x58\x6b\x48\xb9\xed\x76\x59\x07\x8a\x1b\x27\xa4\xce\x6f\x99\x90\x53\xda\x38\x65\xdb\x82\x8f\x33\xfb\x03\x8b\x39\xc0\x1f\x11\x91\x7f\x4d\xbf\x56\xab\xd5\xc2\x6e\x9a\xfb\x93\xef\x07\xf5\x64\xba\xd6\x19\x7c\x9c\x80\x3f\xab\xc7\x5d\x27\x7a\xab\x8d\x17\x64\xb3\x27\x7d\xb1\x53\x82\xc0\x94\x97\x56\x5b\xf3\x04\xaf\xaf\xd4\x8d\xa9\xa5\x6a\x6c\x8e\x37\x4a\xda\x32\xb3\xdd\x2e\xef\x55\x1d\x4e\x0a\x1a\x01\x96\xc7\x05\x77\x4f\x3a\x30\x68\x8d\x3b\x3b\x68\x44\x1c\x26\xa8\x52\x51\xb6\x00\x4c\x57\x21\x67\x25\x01\xfb\x14\x66\xf9\xf6\x0b\xed\x4c\xad\xfe\x30\x3c\x90\xeb\xad\x89\x3a\x27\x2f\xb7\x0f\xdc\x75\xb3\xd6\x72\xc5\x0d\x35\xf1\x99\xcb\x6d\x7a\x06\x4a\x1b\xc2\xac\x1e\x26\x41\x00\x83\xf2\x19\x99\x91\x20\xb3\xba\xd8\xe6\x3a\x3b\x57\x61\x1f\xc4\x38\xdb\xdc\x7f\x7e\xef\x86\x17\x73\xf8\x5d\x55\x1f\xec\xb0\xfd\x98\xe2\xa5\x46\x39\x7e\x21\x8a\x47\x69\x0e\xc0\xc4\xf8\x66\x27\x00\x53\xcc\xb3\x54\x63\xd8\xc0\xcf\xe1\x98\x96\x12\x78\x00\x20\x59\x1a\x85\xf1\x46\x5b\xda\xe0\xfe\x7b\x15\x7c\x4f\x52\xa8\x46\x36\x72\xcd\x9b\x23\x97\x90\xc9\x74\xf2\x3d\xbf\x60\x67\xb3\xed\x0b\xf1\x16\x7f\x54\xda\xdc\x6b\x0f\x74\xc5\x5e\x91\x39\xcb\x4b\x4c\xc0\x7b\xc8\x1a\x85\xd1\x5e\x1d\x87\x77\x75\x15\xfa\x46\x63\xd5\x81\xc3\xa7\x57\xf8\x8b\xd3\x27\x11\x0d\x8b\x08\x84\x99\xc3\x2f\x8c\x0d\x5a\x58\xe6\x42\xe5\x38\x2b\x0b\x36\xfb\x31\xdc\x6c\x88\x31\x8b\x53\x88\xa9\x0f\x41\x17\xbe\xb5\x01\x3b\x8c\xc1\x19\x06\xd6\x85\x8f\xd2\x0c\x31\x39\xb8\xa9\x30\x5e\xa9\x29\x5e\xe9\xba\x55\x6a\x26\xc3\x35\x3b\x32\xe8\x4f\xc5\x80\x68\x44\x9b\xc4\x9f\x09\xbe\xf0\x2f\xcb\x02\x16\x49\xbe\xf1\x29\x59\x74\xea\x5e\x75\x85\xc4\x05\x2b\x02\x0e\xe1\xe7\x13\x11\x17\xe7\xf1\x79\xbf\xde\x69\xf1\xbc\x8e\x87\xdd\x16\x67\xf6\x89\x5f\x65\x5d\xbb\x1c\xe9\x2f\x17\x2b\x4f\x42\xfe\xc5\xac\xa5\xd8\x7f\xff\x8c\x01\x67\x09\x9a\xa1\xa5\x62\x0a\x62\x4d\x5f\xaa\x52\x66\xbb\x50\x3b\x6c\xff\x35\xb3\xd0\x32\xa2\xed\xb4\xd7\xb3\xf0\x74\x45\xa7\xbf\x2e\x4c\xdd\x49\x13\x8c\x02\x57\x4c\x85\x14\xb3\xd8\x10\x38\xc0\x07\x8b\x94\x91\x22\xf2\x0e\x47\xc1\x7a\x66\x02\xc1\x5a\x53\x8a\x11\x41\xca\xb5\xcf\x07\x8a\x38\xa1\x3a\x7f\x28\x62\xc4\xb4\x97\x80\x63\xa2\xf3\x8a\xbc\x93\x0f\x96\xc8\xe9\x12\x3b\x51\xc3\xfe\xf3\x51\x24\x96\x35\xa2\x97\x6d\x1b\xa4\x55\xec\x34\x3e\xcc\x5f\x92\x88\x6d\x32\x67\x6e\xc4\xb1\x26\x44\x9b\x66\x0e\x29\x50\x9a\xdc\x49\x04\x65\xc6\xda\xab\x14\x80\xb7\x2e\x22\x47\xbc\x4a\x21\x7e\x53\x10\x89\x1f\x62\x31\x36\x8e\x0c\x61\xa7\x26\xe9\x09\x53\xe2\xcb\x8f\x9e\xc2\x38\x24\x20\xfa\xa6\xa0\x78\x4b\x39\xd3\xf2\x65\x1b\xf4\xbf\x1e\x6c\xa7\x62\x47\xc5\x3b\xdb\xa9\xd4\xbd\xd2\x75\x43\x59\x30\x96\x89\xe9\xcc\xf8\x07\x37\xfe\x31\x9d\x22\x16\xa3\x7f\x96\x2c\x95\x6f\xcb\xdc\xc5\x26\x52\xd6\x5c\x3b\x32\x2a\x3f\x4c\xa1\x0d\xfa\xb2\xe3\x7b\xf5\xb5\x3d\x54\x74\xa9\xae\xd0\x37\x04\x45\x04\xe6\x94\xb2\x51\x4a\x03\x1a\x27\x39\x7f\x7d\x07\xdc\x12\x85\xb7\x99\xe7\x4f\xbc\xc3\xe3\x9d\x12\xfd\xc2\x87\x90\xd8\x40\xa2\xb3\x07\x12\x43\x6a\xe3\xd2\xaf\x39\xd5\x3a\xf1\x39\x4b\xef\x62\x8a\x76\x73\x88\x2f\x69\x18\xdf\x3c\x4c\x9b\x3b\x0f\x22\x5c\x94\xac\xb1\x6c\x99\x82\xbe\x51\x2b\x68\xab\x98\xfa\x81\x4f\x2f\xca\x7e\xe4\x10\x5f\xd2\x0f\x68\x05\x5f\xbb\x13\xcb\xf7\x40\x7f\x64\x1b\xa2\x3a\x16\x26\x55\xd3\x2e\x26\x07\xe3\xb7\xd9\x4d\x8e\x66\x69\xed\x84\x32\x71\xab\xa5\x2b\x95\x72\xc8\x8a\x68\x81\x78\x20\x13\xd1\xc5\xb8\x4f\x9f\x47\x02\xe8\x56\x00\x4a\x46\xd0\xcc\xf8\xb3\x70\xfb\x38\xbf\x97\xa8\x5f\x89\xd8\x43\xea\x8b\x71\x03\x67\x7e\xfe\x4a\x26\xb8\xe0\xf7\x98\x28\xbf\xfc\x52\x41\xd2\x2f\xac\x64\x8b\x10\xc9\x34\x05\x0e\x58\xd6\xea\xbc\xb2\x88\xcc\x11\x2a\x22\xf1\x39\x5c\x38\xb1\x39\xdd\x96\xe9\x13\x14\xaa\x4d\xc2\x50\x83\x29\x1e\x42\xed\xe5\xb1\x30\x7d\xf5\x16\xad\x4e\xca\x53\x73\x9a\x45\x9a\x77\x25\xdd\xeb\x14\x74\x3f\x6e\x98\x93\x6c\xd2\x2a\x3f\xea\xf3\x0d\x92\xb6\xdd\x76\x40\x8f\x0b\x61\xad\x01\x59\x64\x5b\x01\x2b\xfc\x21\x8e\xb2\x91\x66\x8a\x0d\xd0\x22\x46\xc9\xfd\xe3\x87\x90\xc2\x57\x74\x00\xd1\xc6\xc3\x3d\x40\xb4\x40\x3e\x7e\x4c\x9b\xa3\x80\x87\x3a\x42\x67\xfe\x2b\x3a\x82\x78\xe3\x0b\x3b\x72\x1e\x7a\xc1\xe1\xb3\xdb\x76\xf1\xfc\x3f\xd4\xbf\x09\x23\x84\x9b\xb3\x88\xef\x1e\x90\x01\x5a\x8a\x21\xa7\xb6\x68\x29\x96\x09\x9c\x57\xab\xe9\x29\xc9\x4c\xdd\xb2\x93\x92\x59\xd5\x86\xbe\xa0\x51\x1b\xbf\x3e\xe0\x5b\x2e\x55\x65\xac\xa1\xb8\x90\xc6\xe7\x2f\x14\xca\x50\x10\x8f\x07\x20\x3f\x8e\x4c\xe9\xa0\xcf\xee\x22\x92\x45\x0a\x2b\x40\x3c\x1d\x1a\x77\x50\x70\xfd\x0f\xb8\x56\x1f\xab\x56\xba\xdd\xda\x4a\x0c\x63\xfc\x34\xfc\xae\x48\x56\x46\x0a\x6e\x8c\xb4\x9e\x42\xac\xcf\x42\xae\x3f\x18\x2f\x7f\xf4\x3b\x60\xe7\x22\xf7\x70\x59\x24\x38\x0a\x32\xb6\x0d\x24\xe2\x76\xe4\x97\x7e\x6c\x0c\x8b\xcf\xd6\x9c\x57\x7b\xf1\x9a\x12\xaa\xbd\x35\x9a\xec\xee\x5e\xd1\x2f\x8c\x97\x9f\x3f\x57\x7d\x06\x1f\x14\xdc\x91\x53\xae\xa5\xf3\x95\xb7\x1e\xc3\x95\xdc\xc2\xff\x1f\xc4\x59\x5b\xa5\xa1\xa3\x54\x5b\x3b\x8f\xc4\xd3\x4d\xf8\xed\x32\x80\x2c\x3a\x3b\xbe\xb6\x1f\x42\xb8\xf9\x54\x05\xf6\x13\x85\xf0\x63\xd6\x6f\xee\x25\xd6\x3a\xba\xa5\x26\xc3\x23\x54\x34\x07\x69\xa5\x97\xeb\x20\x9e\xf9\x71\x8d\x52\xd7\xf5\x4f\x24\xba\x3c\xcf\x12\x8a\x15\xc9\x33\xfa\x18\x71\xb4\x48\x2e\xef\xd2\x94\x4e\x01\x82\x8a\x24\xe7\x65\xd9\x96\x6c\x66\xad\x04\x15\x4c\x9e\x16\xec\x9f\x53\x4a\xb0\x84\x2e\x6a\x2f\xc3\x4e\xe6\x59\x64\xf2\x5f\x24\xd1\xf3\x92\xc9\x48\x48\x30\x9c\xa7\x75\x76\xab\x8d\x20\x61\x73\x39\x3c\x26\xd8\xcb\x3a\xc3\x63\xee\xa2\x0a\xf4\xb0\x95\xa7\xa0\x36\xd8\x4b\x57\x96\xc6\x03\x9a\x27\xf0\x0b\xe4\x19\x60\x72\xe5\xe4\x56\x4b\x1b\x29\xf0\xe1\x71\x33\x11\x33\xbe\x04\xe9\x0e\x9a\x22\xac\xdc\xe0\x8f\x45\x98\x61\x44\xb1\xe3\x68\xb2\xdc\xa6\x53\xd2\xd4\x1c\x99\xd3\x72\x98\xa3\x2b\x48\x0c\x51\x38\xc5\x1b\x3c\x8f\xee\xc1\x42\xd9\xc5\x78\xd9\x75\x82\x23\x7f\x72\xc9\xec\xa9\xc1\xf2\x0d\x99\x6a\xe6\xbb\x96\x0d\xbd\x64\x62\x10\x5d\x22\x3d\x24\xba\x91\x61\x73\x85\x90\xfd\x45\x75\x4c\x7a\x99\x20\x62\x35\x5f\xdf\x55\xbc\x00\x00\xe1\xeb\x7b\x35\xe9\x64\x81\xf4\x02\xc8\x67\x6a\x98\x74\x71\xb1\x8a\xaf\xef\x24\x5e\xb5\x66\x4b\xd7\xce\x89\x4e\x1e\x31\x74\xeb\xd0\x32\xe7\xda\x59\x87\x41\x98\x39\xae\xc7\xc3\x55\x9e\xea\xf5\x83\x75\x7e\xc5\x30\xb6\xda\xd7\xdb\x26\x75\xdf\x8a\xad\x1c\xd6\x80\xb9\xe1\x76\x57\x0d\xb9\x28\x32\xa5\xd4\x72\xb9\xf8\x43\x13\x8c\x1d\x6a\x81\x98\x5a\xa8\xfe\x54\xdf\x06\x85\x8f\xa3\x65\xd7\xd5\xce\xed\xd8\x66\xe0\x9d\x22\x3d\xcb\xe3\x95\x73\xbb\xef\x24\x47\x0c\x53\xa8\x5d\x77\x8f\xc9\x01\xef\x37\x8d\xc4\xc7\x89\x3f\x60\x0c\x15\x44\xed\x58\x3a\x90\xb6\x30\x5b\xdf\x3e\xd8\xd0\x64\x2c\x19\x5e\xcf\xe6\x76\xc0\xae\x78\xf5\x45\x23\xc8\x2c\x64\xf2\x61\xc0\x46\x61\x24\x86\x28\xcf\x6e\xca\x89\xfb\xc6\x28\xd5\xaa\x96\x9e\xff\xb2\x91\x27\xdf\xda\x21\x82\x01\xab\x3a\x4f\x0c\x28\x6f\xf7\x81\x15\x7a\x5c\xf4\xe2\xeb\xc6\xa8\x8d\xf6\xb3\x83\xf0\x0e\x93\x39\x4c\xe1\x3f\x75\x1c\x96\x2a\xfe\x57\x8f\xc3\x90\xf5\x6a\x7a\x28\x72\xf2\x00\x03\xa4\xd5\x63\xef\x35\x5e\x13\x37\x14\x30\xed\x3d\x7e\xe7\xe8\x7a\x1c\x06\x20\x11\xb7\x76\xb0\xa3\xd7\xe4\x90\x9c\xd2\xc4\xf3\x90\xe6\x16\x0a\xa0\xca\xe2\x58\x8f\xec\x60\x23\x94\x79\x85\xc9\xe2\x3d\x7a\x94\x4f\xa5\x90\x7a\x0a\x65\x64\x87\xe2\x60\xf2\x5c\x86\x64\x15\x97\xba\x0c\x19\x59\x49\x2e\x63\xd7\x5e\xb2\xd7\x04\x06\x7e\xc3\x29\x19\x2c\x2a\x0a\xd5\x50\x77\xd6\xde\x8d\x7d\x0d\x43\x45\xbf\x13\x94\x2c\xae\x31\x59\xdc\x42\xf2\xbc\x85\xd0\xab\x58\x6c\xd2\xa9\x53\xe5\x36\x83\x9a\x95\x79\x36\xa8\x39\x7c\x98\xb9\x9d\x92\xfd\x6c\xde\x5e\x28\xd9\xcf\x66\x0d\x21\xe7\x13\x80\xb0\xa7\x67\x21\x2f\xa5\x5b\xe4\xa2\xf3\x12\x2f\xdb\xee\x54\x1b\x1a\xcd\x8b\xa6\xf0\x06\xa8\xf8\x13\x25\x98\x9a\x9a\xf6\x8a\x95\x7b\xb3\x5e\xd9\xf5\x5f\x55\xe3\x5d\x80\x7e\x43\x9f\x19\xd4\xda\x5a\xef\xfc\x20\x7b\x20\x84\xd1\x56\x96\xa6\xe9\x97\x90\x0e\x84\x70\x73\x37\x9b\x29\x82\x9e\x4f\x15\x41\x9f\x9e\xab\xbd\xeb\xa5\xa9\x9d\x1f\xc6\xc6\x8f\x83\x72\xb1\xc1\x57\x37\xbd\x34\xe2\x26\x66\xcc\x5a\x9c\x95\xcc\x77\xe8\xb4\xf0\x52\xcb\x8d\x6c\x76\x6a\xb1\xe9\x2b\xc8\x79\xb0\xed\x59\xd9\xbc\xf1\x59\xf1\xa5\x93\x32\xd8\x8d\xee\x00\x29\xad\xc7\xe6\x4e\xf9\x7a\x27\xdd\xae\x46\xab\x8e\xbc\xae\xb7\x01\x4c\xfc\x82\x60\xe2\x85\x74\x3b\x71\x8b\x22\xb7\x85\x5a\xb7\x4d\xbd\x57\x5e\xa2\x15\x52\x56\xcb\xf3\x2b\xf1\x8a\x93\x97\x4a\xa1\x28\xae\x66\xfe\x87\x4f\x21\x90\xa4\x59\x0d\x6f\x50\x5a\xc7\x2c\xd1\x65\x04\x59\xaa\xcd\xa8\x4f\x7c\xa1\x37\xc7\x86\xa3\xa4\x7d\xf2\xd0\x87\x77\x94\x92\xc1\x22\x93\xb7\x6d\xea\x80\x23\xd1\x10\x05\x7d\xd1\x3c\xbf\xc2\xe3\x3b\xc3\x60\x09\x98\x10\xd7\xf3\x2b\xf1\x56\x8e\x6e\x11\xb0\x97\x74\x98\x4e\x42\x86\xe6\x03\x60\x68\x79\x0a\xc7\x8d\x3a\x9a\x4a\x42\x2b\xc4\x61\xd3\xc3\x2f\x0e\x84\xdf\x4b\xb2\xb9\xc4\x77\x5f\x21\x0c\x3e\xa4\x31\xac\x51\x87\x5c\xa5\x92\xb4\xb4\x21\x36\x38\x83\x11\x5f\x81\xdc\x04\xa5\x04\x4a\xb8\x0d\x06\xc0\x88\xa2\x39\xaf\xf0\x9d\x43\x69\xe9\x02\xed\xad\xe3\xb4\xe0\xd3\x2c\xfa\x9d\xe7\x74\xb4\x17\x1f\xd4\x56\x3b\xcf\x2f\xc9\xd1\x77\x18\x3e\x09\x7a\x87\xc9\x81\xbb\xc9\x1f\x79\xdd\x5a\x1c\x65\x36\xb0\xd2\x2a\x31\x0c\xf3\xf3\x7e\xd5\x56\x5c\x47\xee\xe3\x98\x47\x86\xac\x4b\x30\xcb\x2b\xe5\x0e\xc1\x3c\x8f\x20\x43\x24\xd3\x6b\xf8\x9f\x97\x46\xbe\x32\x30\x6a\x93\x1a\xae\x91\xe7\xcc\x66\xb9\x97\xce\x1d\xec\xd0\x26\x59\x37\x6a\x0b\x84\xf6\xfc\x32\x05\x65\xed\x68\x77\x3b\x1a\xa6\x98\x42\xef\x99\x44\xa2\x53\x9d\xbb\x98\x0b\x21\xd4\x39\xe7\x73\x5a\xc5\x34\x17\xd9\x4e\x41\xc3\x96\x72\x8f\xec\xe5\x27\x8e\x8c\x99\x22\xfa\xbe\xe2\xd8\xbd\xd9\x03\xda\xab\x90\x7b\xad\xf7\xfa\x64\xd9\x20\xe4\xfb\xe6\x46\x79\xf1\xe4\x7b\x8c\xb0\xe3\x94\xd8\x76\x76\x2d\x3b\xc1\x2e\xbd\x28\x12\xf0\xb7\x5c\x87\x76\x75\xbe\x29\xa7\x11\xe0\xe5\x64\x93\xf6\x83\xdd\xe9\xb5\xf6\xb4\x20\x0b\x05\x02\x40\x08\x8b\xb1\x8d\x7b\x19\x5a\xe2\x2d\x5e\x14\x42\xbf\x1e\x90\x41\x3b\xd4\x0e\x99\x19\x40\xd8\xf3\xa8\x70\xaf\x81\xc1\x60\xcb\xf0\x59\x0d\x59\x99\x2c\xa2\x08\x90\x7d\xe4\xfc\x29\xaf\x67\x12\x36\xf7\x73\x75\x9d\x8c\x70\xbb\xb8\x65\x92\x80\x3f\xec\x18\x42\xfd\x61\x73\x3e\xa8\x3f\x2e\xf7\x06\xfa\x72\xad\xed\xc1\x24\xb1\x63\xd6\x53\xf2\xf4\x0a\xfd\x4d\xaf\xab\x2d\x50\xa6\x40\xf3\x62\xc8\x04\x60\xb1\xf2\xb7\xf2\xd1\xbd\x45\xf2\xf1\x6f\x87\xf8\x10\x1b\x35\x36\x41\x28\x99\x77\x60\x27\x1d\x1b\xd1\x9c\x68\x3f\x29\x49\xd1\xf7\x54\xde\x7c\x2e\x1d\x2b\x3b\x40\x8a\x3c\x3b\xe4\xc6\x55\xa5\x74\xb3\xe8\xca\x82\xfd\xd4\x65\xb6\x64\x0f\x19\x07\xdb\x81\x1f\x10\x4f\xb0\x7b\xa1\xdd\x2e\xb0\x3c\x96\xc8\xb1\x37\x26\x94\x76\x3e\x98\x94\x34\x3f\x41\xe9\x43\x32\x58\x44\xdc\xd3\xf6\xb2\xe3\x5c\xb4\x46\x25\x4a\x9d\x2c\xa5\xe5\x5d\xa0\x94\xb9\x6e\x98\xd2\x59\x7a\x18\xa3\x8b\xb3\x2c\x78\x85\x22\x44\x0e\xfa\x1b\xd2\xa6\xf1\x64\x51\x34\xcc\x78\x76\xd2\xe5\x09\xa6\x2d\xba\x4d\xa5\xc8\x2f\x6b\x78\x6b\xcf\xc8\x9c\xb3\xb2\xde\x53\x4a\x1e\xb8\x85\x52\x14\x3a\x19\x6a\xa3\xbb\xa1\x96\xd3\xe7\x56\x59\x59\x27\xb9\x9a\x49\xe7\xb2\x5a\x11\x6a\xf9\xb2\xc8\x7a\xe3\x54\x33\x0e\xda\x1f\xe1\xe4\x7a\xdb\xd8\x8e\xde\x99\x61\x1a\x1c\x5a\x4c\x63\xd8\xe9\x33\x0d\x4a\xc5\x37\xd1\x17\xe2\x85\x75\x9e\x53\x7a\x0a\xdd\xf2\xd6\x0e\x21\x05\xa5\x77\x2d\x1a\x4c\x6b\xd3\x8a\xa7\xaf\xf3\xf4\x70\x53\x85\xdc\xb7\xfc\xbd\x04\x93\xd9\x57\xc9\xc1\x68\xb3\xfd\x81\x7d\x29\x87\x3a\xd0\xfb\xb3\x1d\xc8\xd0\xb9\xef\xa0\xbf\x5e\x7d\xf2\xa8\x79\x33\xd6\x73\x5c\xa5\x9d\xde\xee\xd0\xe4\x40\x77\x6a\x4b\x36\xfc\x70\x8a\x56\x61\xe2\x81\x0c\x62\x17\xf1\x48\xfe\xb0\x9e\xe5\x17\xe9\x54\x0e\x82\x23\x42\x80\x38\x22\xe9\xc9\x13\x94\x5a\x7a\x97\x27\x62\xee\x49\xe8\x69\xc8\x2b\x44\x10\xf1\xc2\x86\xde\x3b\xbd\x35\x4f\x34\xba\x5a\xdd\x73\xf0\x52\x7a\x64\x5a\x78\xbc\x5a\xcd\x5a\x08\x86\x56\xe8\x33\xf3\x33\xbd\x71\x63\xe8\xfa\xcd\xf8\xb9\x9e\xef\xa5\x46\x2f\x6f\xf8\xff\x24\x98\xc3\x58\xc5\x1c\x50\x4e\xf9\x66\x97\x40\xf1\x21\x2f\xef\x0b\x7a\x7d\xf2\x29\xec\x1b\xf2\xdf\x19\x26\x99\xfc\x77\x86\x9a\x51\xb7\x17\x01\x48\xe3\x5f\x40\xec\xe1\xae\xad\x9d\x04\xc4\xe4\xc4\x65\x2b\x6e\x2e\xc3\xa6\xdf\xfb\x3e\xc4\xd9\xbf\x79\x75\xfb\xf6\x81\x53\x04\xa0\xbc\xc3\x11\x32\xdb\xe6\x90\xc5\x5b\x1d\xb3\xb2\xfd\x1e\x3c\x34\xd0\x89\x61\xe1\x0c\x5a\xd7\xd1\xd1\x71\xcb\x70\x0f\xd1\x6a\xb0\x79\x07\xe5\xfc\xa0\x1b\x0a\x36\xc6\x65\x56\xe2\xd5\xd8\x79\xdd\x77\x2a\xa4\x04\x83\xc1\xb5\x12\x4e\xf5\x72\x08\x61\x99\x30\x12\xb8\x78\x7c\xfe\x78\x55\xe0\x9d\xda\x63\x08\x3c\xf6\x74\x76\x7b\x7d\x23\x7e\x35\xcd\x70\x24\x6b\x04\x1e\xe9\x9d\xee\x01\xac\xbe\x57\x03\x13\xd4\x77\xba\x47\xd8\x3f\x61\x4a\x38\xf8\x72\x5f\x3b\x35\xdc\xeb\x26\x6e\xb7\xb7\x97\xaf\x50\x58\xa4\x1b\x95\xa3\x1d\x6e\x1a\xbd\x95\x07\x72\x3d\x75\xe2\x72\xf4\xb6\x20\xd7\x03\xea\xd4\x3d\xde\x3d\xba\x0f\x13\x98\xbb\x2e\x9e\xd2\xd4\x64\x5a\x10\x66\x7a\x46\xdf\x95\xd0\x05\x99\x17\xb1\xfa\x94\x0f\x28\xcb\x7c\xee\x85\xd2\xaa\xc0\xe3\xf9\xa5\x5d\xd6\xf3\x85\x36\x7a\x79\x65\x19\x81\xf5\xd0\xa8\x17\x1d\x2a\x95\x25\x0a\xc8\x9a\xae\x16\x36\x96\x98\x54\x1d\xcd\x26\xe6\x25\x72\xbd\xfa\x7c\x62\x17\x6c\xdf\x1e\xb0\x77\xe3\x2d\x87\x54\x97\x8e\x0f\xd4\x4e\x54\x4d\xf4\x17\xc2\xac\x8f\x64\x70\xc1\xca\x49\xd6\x34\x27\x12\x2f\xf9\x8c\x53\x8e\xa1\x72\xd7\x68\x44\xcb\xe3\xad\xca\x34\x57\x36\xcc\x09\xcd\x55\x76\xe3\x33\xa4\x17\x55\x43\xbc\x1b\x3f\x40\x09\x46\xeb\xd7\x99\xa2\x70\x29\x10\xea\xaa\x62\x85\x74\x90\xbf\x46\xf5\x34\xcb\x5f\x4b\x2d\x35\xc3\xca\xbe\x8f\xf7\x7e\xdf\x77\xc5\xa5\x9f\x81\xdc\x13\xde\xcc\x20\xfe\xc4\x0e\xee\x32\x20\x7a\x34\x9e\x03\xbd\x7f\x77\x1d\x00\xa6\xf4\x00\x27\xdb\xcd\xa6\xd3\x46\xd5\x7b\x7a\x66\xf3\x86\x3e\xc5\x2b\xdb\xc6\xf6\xd9\x15\x42\x3d\xd8\x91\x04\xac\x5b\x7c\x58\x46\xfe\x11\xde\x61\x22\x4c\x4e\x00\x1f\x46\xdc\x07\x03\xa9\x14\x89\x57\xcf\xb2\xb8\x21\xc8\xca\x1b\x41\xf2\x73\xb0\xd6\xd7\xa8\x18\x28\x68\xcf\x77\xd6\x7a\xf1\x56\xfa\x5d\x9c\x60\x2f\xbd\x6e\x6a\x0a\xf9\x9f\x95\x41\xf5\x7b\x43\x2f\xb6\x66\x85\x3a\xbb\x9d\x97\xb8\xb6\xdb\x13\xe0\x64\xe4\x15\x28\xb7\x1b\xfc\xa2\xbb\x26\xf6\x18\x7d\x22\xd2\x99\x0a\x03\xa6\xb4\xe9\xa6\xc3\x39\x88\x15\xbb\x5d\xb6\x35\x6e\x5e\x2c\xef\x0b\x80\x9a\x93\x9a\x59\x26\x86\x15\xae\xd9\xcb\x69\x4d\x5b\x8e\xc9\x66\x2f\x7e\x61\xe7\xa7\xb4\xf3\xf2\x62\x27\xb6\x01\x64\xe5\x94\x60\x96\xdc\xa1\x21\x49\xc8\xbd\xc6\xaf\x19\x50\xb1\x72\xb3\xa9\x74\x3b\x7c\x31\x89\xce\x59\x18\xe8\x3f\xd5\x91\x9c\xb2\x2c\x00\x6e\xa1\xb9\x08\xb6\x55\x46\x7c\xf3\xd8\xb9\xdd\x13\xca\x7a\xfc\xed\xac\x0c\xb0\xe2\xfb\x71\x4f\x4f\x54\xf5\xef\x8a\xe2\x8e\xa0\x2f\x62\xcc\xc0\xd6\x6e\xf4\xef\x4a\x5c\x41\xc6\x43\x45\xdd\x42\x29\x17\xd7\xae\x5d\xa7\xa5\x7b\x1a\xcc\x2d\x16\xd7\xaf\x5d\x17\x41\x1f\x53\x6a\x4e\x81\xa7\xd4\x9c\xf3\x48\xa9\xbc\xab\xf2\x23\xd4\xae\x6b\xe7\xba\x70\x8a\x6e\x6e\xae\xcb\xa3\x9a\x72\x13\x79\xf2\x0d\xd0\x9a\x8f\x7a\xeb\xfc\x76\x50\xee\x91\xb0\xa6\x3b\x7e\x9b\x95\xe0\xa9\xce\x27\x95\x53\xa7\x75\xb8\xbf\x75\xda\xab\x3f\x3e\x42\x1b\xaa\x47\x5e\xb7\xeb\x47\xdf\x16\x58\x4f\xe3\x83\xbd\x0c\xed\xe9\xe6\xc4\xfc\x44\xb1\x9f\x02\x52\x34\xf3\xe1\xf9\x8e\xe2\xb0\x31\x89\xca\xc6\xdf\xe5\xd4\x06\x7c\x94\x48\x91\x88\x8d\x72\x32\x24\xf4\x6b\x67\x0f\x0c\xcb\xf6\x0e\xd1\x9b\x3a\xbe\x76\x7d\x17\xaa\xf9\x05\x93\x53\x07\x29\x1e\x5c\x88\x0f\xc7\xcf\xe0\x42\xf7\x30\x24\xdc\x4b\x43\xaf\x5b\xb9\x08\x8e\x24\x8a\x31\x5f\x41\xff\x73\xc9\xe5\xb4\xff\xb3\xdd\x1a\x46\xf1\xf0\xae\x65\x6a\xac\x91\xbd\x6f\x76\x32\xd1\x61\x57\x94\x10\x2f\x04\xf2\xce\xd0\xc0\x56\xe8\xd8\x06\x81\x3c\x38\xe0\x23\x4a\x71\x8d\x46\x07\x71\xb0\x4e\xf9\xc4\xb7\x15\x85\xde\x41\x5e\xe4\xf3\xf2\xc2\xa1\x74\xf0\x4d\x13\x57\x3e\x78\x4e\x58\x5c\x79\x74\xb1\x54\x77\xca\x6c\x71\xdb\xfd\x17\x7c\x8a\x6b\xfc\x8c\x33\x44\x2e\x11\x50\xf2\x6d\x47\x16\x39\x41\x0a\x0a\xc0\xed\x98\x50\xcf\x67\x69\xdd\x7c\x6d\xf2\x3b\xf9\x15\x7e\x2f\xf7\x90\x61\x4f\xa2\x5f\xce\x0f\xeb\xb8\x53\x9d\xcd\x56\xef\xc5\xaf\xd7\x6f\x26\x90\x0b\xa7\x9b\x73\x16\xb0\x01\xe7\x2c\x9c\x7d\x94\x97\x23\x12\x65\x36\x0e\x25\xe5\x88\x45\xf1\xb4\x04\xb8\x08\x52\x6f\xe8\x45\x2b\xc5\xfd\xa5\x10\x72\xa6\x25\x87\x5a\x78\xee\x42\x00\x72\x8c\xf7\x3b\x2b\xed\x38\x66\x66\x02\x4f\x11\x39\xd8\x75\x12\x14\x4e\x84\x0f\x99\xfc\xc4\x39\x46\x33\x9f\xe5\x29\x26\xc8\xf9\x0c\x87\x7c\x52\x72\x25\x03\x3f\x54\x6b\x2d\xd6\x44\x90\xb2\x95\x3d\xa1\x02\x02\xbd\xa4\xef\x12\x08\x35\xc1\xf7\xb2\x8b\x50\x2f\x39\x61\xd6\xaa\xc9\xdb\x34\x64\xe8\x91\x21\x3a\xb2\x4f\xcd\x10\x1d\xbd\x00\x5b\xbe\xc8\x19\xba\x1f\xec\xbd\x0e\x86\xa0\x04\xff\x96\x93\x02\x68\x00\x49\x35\x07\x08\xae\x3a\xf6\xd3\xda\x3b\x1d\xb9\xb6\x2b\xfc\x2a\x76\x17\xe3\x08\x38\xd4\x04\x9b\xd0\xc4\x8d\xf2\x5c\x22\x00\x6f\x9b\x38\x33\x41\xc1\xf5\xfc\x2a\xce\x0d\xe9\xc2\x26\x83\xe9\xf4\x46\x45\xcd\x19\x8f\xe6\x5a\x6f\x54\x01\xbc\xf3\xbe\x77\xc1\x99\xd0\x8b\xdb\xdb\xb7\x37\xe2\x8d\xe9\x8e\x93\x41\xe4\x55\xf1\x48\x52\x4d\x71\x66\x34\xaa\x33\xb3\x89\xa1\x84\xe5\x29\x0f\xd0\x7c\x23\x65\xe0\x7c\x25\x4d\x31\xf1\x76\xe0\x07\x58\xe9\x14\x3f\xe7\xa4\xc9\x8c\x6e\x54\x8b\xef\xc9\xdb\x3a\x96\xe0\x79\x7d\x16\x72\xc4\x25\xe6\x24\xf4\xb8\xd5\x3e\x75\xfc\xb9\xf6\xcb\x9d\x06\xa8\xd0\x1f\x74\xc9\xb0\xd3\xdb\x1d\x3a\xaf\xcf\x7a\x45\x9e\x19\x8e\xc6\xcb\x4f\xe2\x45\xc8\xcf\x6b\xd8\xcb\x4f\x54\x1a\xa8\x78\x47\x9a\x19\x2a\x75\x8d\x09\x78\x8f\x4b\xe1\xb4\xd9\x76\xe4\x92\xe0\xdb\x93\xc5\xeb\x66\x27\x07\xd9\x78\x16\x17\x87\x8a\xae\x52\x6a\x59\x1b\x94\x59\xae\x2d\xf8\x41\x88\x75\x50\xf8\xbc\x6f\x88\xcb\x44\x4f\x08\x45\xc1\x6d\x53\xcb\x61\xcb\x3a\xcf\xcb\x61\x3b\x52\x54\xe1\xbc\x6a\xbd\x1d\x82\xbd\x06\xdd\x10\xaf\x74\x70\x70\x33\xb9\x23\x08\x1c\xa3\x55\xe4\xd0\xe8\x7b\x9c\xd9\xf2\x85\x12\x68\x3b\x9f\x15\xb8\x42\x5b\xfa\x64\x70\xb9\x50\x04\x1d\x41\xa5\x12\xe8\x03\xea\xc1\x02\xac\xdb\x25\xf0\xe7\x57\x0b\xc0\x39\xef\x12\xb7\x10\xf0\x2c\x8b\x5b\x08\xa0\x98\x30\x04\x18\x24\x0c\x83\xd1\xf3\xaa\x19\xc8\x85\x2b\xfc\xbb\x95\xee\x2e\x9a\x43\x17\x52\xef\x90\xe6\x9a\x9d\x6a\x47\xf2\xf7\xc0\x3f\x13\x7c\x0a\x20\x4d\xa7\x34\x64\x2c\x04\x9d\x2e\x01\xd4\x27\xd5\x8c\x99\x95\xcd\xaf\xf4\xcd\x6a\xed\x54\x8d\x0d\x0f\xa3\x46\x83\x01\xc7\xdf\x52\x4a\x06\xb3\x14\x07\x2c\x74\x1d\x39\xa0\xc0\x09\x9d\x6c\x3f\x36\x1f\xe6\xbb\x0a\x86\xe3\xc1\x1c\x9b\xc3\xe9\x74\xc4\xfe\x4f\x6c\xc9\x03\x2c\xba\x12\x69\xd1\x75\x44\x1d\x5d\x49\xa0\x4f\x11\x82\x64\xb7\x12\x11\x9e\x0d\xa2\x99\x18\xb3\x26\xd5\x44\x31\xe4\x6b\xd9\xd1\xcd\x8e\xc1\xe5\x2f\xbb\x54\xb2\x55\x05\xc4\x53\xfe\x2c\x60\xb4\x21\x9e\x94\xb2\x48\x37\xfb\x92\xd2\xb8\xca\xcc\x40\x3e\x08\x85\x62\xf0\xfa\x28\x79\xba\xe1\x94\x29\x64\x68\x19\x81\x2e\xbb\x6e\x36\x1b\x39\xcb\x93\xa7\xa1\x4f\xea\xec\x15\x43\x36\xa6\xe9\x32\x86\x2c\xdb\xa3\x81\xf3\x6a\xd6\xdb\x28\xd9\xe1\x15\x09\xe6\xfe\x9f\xb3\x1a\xad\x3e\xd0\xdc\x7f\x0c\xcf\xd6\x59\x45\x19\x2c\x03\x32\x6b\xbc\xc2\x8b\x16\x05\x27\xaf\x06\x65\xb2\x80\x0f\xf4\x55\x14\x2a\x82\x93\x7e\x9f\x82\x90\x7a\xfb\x40\x70\xf7\x18\x2f\x1b\x6b\xed\x47\xb7\x23\x35\xf4\x24\x90\xab\x1b\x9a\xef\xa6\x65\x85\xf4\x13\x30\xc8\xfc\x6f\xa1\x62\x1a\x63\x88\x2c\xfe\x1b\x47\xf3\xa6\xef\x6c\x7c\xdf\x91\x6e\xed\x3b\x1a\xe9\xbf\x65\xe1\xb6\xcb\x50\xe8\x21\xa8\xf8\x57\x54\x30\x89\x80\x9e\x42\x8a\x7f\x4d\x27\x68\x18\xd3\x10\xb9\x61\xcd\x8a\xf0\x92\x79\x85\x1c\xf9\xf6\xc4\xa0\x66\xd5\xd1\xd8\xbe\xba\x36\x1e\xe1\xb4\xba\x38\xd0\xaf\xef\xde\x24\x20\x7c\x16\x31\xdf\x9a\xaf\x99\xb7\xc5\x30\xa0\xbf\x71\xb8\xd2\xaf\xee\x56\x74\x95\xce\xfb\x34\x7c\x4f\x4e\x0d\xed\xfd\xe5\x8d\x9f\x0e\x12\x7a\x1f\xf4\x72\x9b\xed\x77\xb9\x2d\xba\x81\xbb\x3d\x8f\xfd\x3e\x3f\x11\x93\x33\x14\x82\x41\x73\x28\x4f\xc4\xbf\x94\xac\x1d\x07\x3a\x24\x49\xf2\x59\x0c\x26\x5c\x55\x1f\xbc\xb5\xdd\xc7\x4a\x6e\x61\x48\x72\x6b\x2b\x38\xc1\xfc\xb0\x17\x0f\xb3\xb1\x87\x8a\x3e\xe1\xd7\xf7\x50\xf3\xf7\xec\x0a\x58\x9c\xb9\xea\xfb\x3d\x26\x50\xc4\x2a\x4c\xd8\x61\xc2\xce\x8e\x18\x7e\xe1\xfb\x16\x3f\x5b\x79\xc4\xaf\x03\x7e\x1d\x94\xba\xa3\xc2\x88\x9c\xbf\x17\x7b\x6b\xfc\x0e\x53\x8e\xf8\x7d\x54\x92\x83\x37\x90\xcb\x61\x8c\xff\x19\x3e\x30\xca\xa7\x41\x35\x1c\xa6\x87\x8f\x33\x57\x41\xab\x9c\x4a\x3f\xcf\x5c\xd5\xca\x23\x27\xe1\xaf\x33\x57\x41\xf3\x9c\x44\x3f\xcf\xf0\x4e\xf5\xbb\x50\x21\xfd\x3e\x73\x15\xf4\x83\x13\xe9\xe7\x99\xab\x06\x79\xa8\x53\xbf\xf8\x17\xa6\xa6\x5e\xf1\xaf\xaa\xfa\xd0\x0e\xb6\xff\xdd\x1a\xf5\xb1\x0a\xa1\xf9\x52\x4c\xbe\xa7\x83\xed\x83\x79\xb3\x1a\x48\xe4\x1f\x02\x95\x8f\x7d\x67\x65\xbb\xaa\x42\x28\x4e\x6d\xfa\x31\x0a\x62\x53\x50\x5a\x02\x4b\x0e\x87\xe9\x75\xe7\xb1\x57\xab\x0a\xc5\xbc\xde\xda\x7a\x8d\x04\x13\x0a\x78\x9d\xfe\x5d\x89\x6f\xfe\xfe\x77\x84\xd7\xbf\xab\x7f\xfc\x43\xbc\xfa\xe5\x5b\xa1\x3e\x35\x4a\xb5\x4e\xec\xd9\x82\x29\x80\xed\xe5\xa7\x67\x05\xe4\xaa\xe2\x47\x77\x6c\x32\x43\x8f\xee\xb0\xf9\xea\x7f\x06\x00\x00\xff\xff\xfb\x91\x69\x0a\x53\xdc\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xeb\x6e\x1c\x39\xd2\x28\xf8\x3f\x9f\x82\xe3\x0f\x82\xbb\x01\xb9\x1a\xfd\xcd\x39\xbb\x8b\x46\xab\x7b\xd5\x72\xfb\xf2\x7d\xf2\xe5\xb3\xe4\x99\x9d\x35\x8c\x6c\x56\x26\xab\x8a\xa3\x2c\x32\x27\xc9\x54\xb9\x7a\x30\xc0\x3e\xc0\x3e\xc0\xee\xeb\x9d\x27\x39\x88\x0b\x6f\x99\x59\xb2\x3d\x73\xfe\x48\x95\x64\x30\x78\x0f\x46\x04\x83\x11\xb2\xef\xeb\x56\xb9\x46\x5c\x88\x4b\xd1\x4b\x6d\x3a\xe5\x9c\x70\xaa\xdb\x3c\xd9\x59\xe7\x55\x2b\x9e\x6b\x2f\x9c\x1a\xee\x75\xa3\xaa\x6a\x67\xf7\x4a\x5c\x88\x17\x76\xaf\xaa\x56\xba\xdd\xda\xca\xa1\x15\x17\xe2\x69\xf8\x5d\xa9\x4f\x7d\x67\x07\x00\xfa\x95\x7e\x55\x3b\xd5\xf5\x50\x46\x75\x7d\xe5\xf4\xd6\xd4\xda\x88\x0b\x71\xa3\xb7\x46\xbc\x34\x94\x62\x47\x1f\x92\xde\x8c\x9e\xd2\xc6\x3e\x24\xbd\xef\xab\x41\x6d\xb5\xf3\x6a\x10\x17\xe2\x1d\xff\xac\x0e\x6a\xed\xb4\x87\x9a\xfe\x4c\xbf\xaa\x7b\x35\x38\x6d\x01\xfb\x9f\xe8\x57\xd5\xcb\x2d\x00\xbc\x95\x5b\x55\x79\xb5\xef\x3b\x89\x05\x6e\xf9\x67\xd5\x49\xb3\x1d\x09\xe6\x9a\x7f\x56\xcd\xa0\xa4\x57\xb5\x51\x07\x71\x21\xae\xf0\x63\xb5\x5a\x55\xa3\x53\x43\xdd\x0f\x76\xa3\x3b\x55\x4b\xd3\xd6\x7b\xea\xe6\x7b\xa7\x06\xc1\xe9\x42\x9a\x56\x40\x3a\x76\x41\xb5\xb5\x36\xb5\x74\xdc\x0f\xd5\x0a\x6d\x84\x74\x15\xa2\x32\x72\x1f\x4a\xc3\xcf\x4a\xed\xa5\xee\x60\xd4\xe0\x7f\xd5\x4b\xe7\x0e\x16\x87\xf6\x2d\xff\xac\x06\x55\xfb\x63\xaf\x70\x08\x9e\xdc\x1e\x7b\x55\x35\xb2\xf7\xcd\x4e\x42\x33\xe9\x57\x55\x0d\xaa\xb7\x4e\x7b\x3b\x1c\x11\x2e\x7c\x54\x76\xd8\x4a\xa3\x7f\x97\x9e\xc6\xe7\x4d\xf6\x59\xed\xf5\x30\x58\x18\xda\x57\xf8\xa3\x32\xea\x50\x03\x1e\x71\x21\x5e\xab\x43\x8e\x05\x72\xf6\x7a\x3b\xd0\x28\x42\xe6\x2b\xfc\x02\x2c\x94\xc7\x98\x28\x2b\x62\xdb\xd8\xe1\x8e\x53\x9f\xc1\xcf\x09\x4a\x3b\x6c\x39\xb7\x6c\x97\x34\x72\xab\x38\xf7\x15\x7e\x14\x00\xae\x92\xed\x5e\x9b\xba\x97\x46\xc1\xd0\x5d\xc2\x97\x78\x0b\x5f\x95\x6c\x1a\x3b\x1a\x5f\x3b\xe5\xbd\x36\x5b\x98\x83\x4b\x4a\x12\x37\x9c\x54\x65\x79\x31\xed\x68\xc7\x38\xcb\xe2\x42\xfc\xc5\x8e\x83\x78\x4b\x9f\x94\x97\x15\xc2\xcc\x58\xb2\x92\x8d\xd7\xf7\xda\x6b\x45\x95\x85\x8f\xaa\x1f\xbb\xae\x1e\xd4\xdf\x46\xe5\x3c\x64\xbd\x1d\xbb\x4e\xbc\xe3\xef\x4a\x3b\x37\x62\x89\x97\xf8\xa3\xaa\x1a\x69\x1a\xec\xce\x15\xfe\xa8\xaa\x0f\xda\x38\x2f\xbb\xee\x63\xc5\x3f\x00\x98\x7e\xd1\x38\x79\xed\xb1\xb1\x9c\x28\x6e\xbc\xea\x1d\x0c\xb4\x78\xa6\x07\xe7\x9f\x78\xbd\x57\xe2\xdd\x68\xaa\xd6\x36\x77\x6a\xa8\x61\x43\xe2\x56\x7a\xb9\x11\x47\x3b\x3e\x1e\x94\x18\x46\x63\xb4\xd9\x8a\xe7\x76\xeb\x84\x36\x4e\xb7\x4a\x3c\x45\xe8\x73\xd1\x77\x4a\x3a\x25\x06\x25\x5b\xf1\xa3\x14\x5e\x0e\x5b\xe5\x2f\x1e\xd5\xeb\x4e\x9a\xbb\x47\x62\x37\xa8\xcd\xc5\xa3\x33\xf7\xe8\xa7\xe7\xa3\x6e\x55\xa7\x8d\x72\x3f\x7e\x27\x7f\x12\x8d\x1c\xd4\x66\xec\xba\xa3\x58\xab\x0d\xec\x95\xa3\x1d\x45\xb3\x93\x66\x0b\xfb\xe4\xe8\x77\x50\xa1\x36\xc2\xef\xb4\x13\xb0\x51\xff\x50\xc1\x28\x69\xaf\xea\x76\x1d\x88\x12\x36\x08\x93\x07\xe5\xc4\xab\xe3\xcd\x7f\x5d\x9f\x8b\xb7\xd6\xf9\xed\xa0\xf0\xf7\xcd\x7f\x5d\x6b\xaf\xfe\x28\xec\x20\x6e\xf5\xd3\x5f\x56\x55\xbb\xae\xc3\x80\x3c\x95\x5e\xae\xa1\xed\x71\x92\x20\x93\xf6\x50\xcc\xc3\x9d\x04\xb4\x0e\xe9\x9a\xf3\xb8\x3b\x79\x67\x2e\xee\xc3\x76\x5d\xf3\xe6\x8d\x38\x5e\xc3\x0e\x6e\xd7\x69\x64\xdf\xd2\x98\x8d\x4e\x89\x97\xaf\x5f\xbf\x79\xfa\x8b\x50\x66\xab\x8d\x12\x07\xed\x77\x62\xf4\x9b\xff\xa3\xde\x2a\xa3\x06\xd9\xd5\x8d\x86\x41\x19\x9c\xf2\x62\x63\x07\xea\xe2\xaa\x72\xae\xab\xf7\xb6\x85\x5a\x6e\x6e\xae\xc5\x2b\xdb\xaa\xaa\x97\x7e\x87\x0d\xf1\xbb\xca\xfd\xad\x83\x81\x8a\x15\xde\xee\x94\xc0\x35\x8b\x40\x76\x33\x1d\x17\xd1\x72\x5b\x57\xe2\xc7\xf5\xf0\x53\xd6\x3e\xb9\x76\xb6\x1b\x3d\x97\x3c\xec\x94\xc1\x89\x72\x5e\x0e\x5e\x48\x17\x68\xff\xaa\x52\xc3\x50\xab\x7d\xef\x8f\x30\x3d\xdc\x96\x53\xb5\x10\xb2\x46\x1a\x63\xbd\x58\x2b\x81\xe5\x08\x85\x36\xf7\xb2\xd3\x6d\xed\x75\x1a\xc8\xb2\x2c\x26\xb6\x56\x39\x01\xa5\x65\xd7\xd9\x03\x0e\x91\x6c\xbc\x1a\x9c\x78\xb4\x7a\x84\x74\xf6\xd1\x93\x47\xab\xca\xd8\x9a\x88\x00\x50\xe4\x56\x3b\xb9\xee\x54\x4d\xa7\xc5\x10\x88\xdd\x5f\x60\xdd\x51\x53\x18\x42\x14\x10\x30\x27\x70\x02\x21\xe1\x87\x45\x29\x8d\x40\xa4\x82\xa9\x48\xde\xf7\x40\x72\xe2\xba\x20\xaa\x13\x13\x66\x7d\xae\xc2\x44\x87\x55\x79\xd9\xf7\x9d\x6e\xa8\xea\xe7\x94\x97\x16\x28\x9c\xc7\x3c\x28\x39\x1c\x2e\xb0\x90\x97\x2d\xb3\xd1\xc3\x64\x0d\xa2\x20\xef\x58\x7e\xa7\x06\x25\x76\xe3\x96\xce\xa4\xce\x8e\xed\x1f\xf0\x70\x08\x33\x97\x48\xb0\x78\x67\xad\xa7\x55\x15\x01\x52\x15\x97\x5d\x87\x2c\xc0\xa0\xf6\xd6\xc3\xc0\x71\x31\x20\x73\x07\xdd\x75\xd0\x53\x27\xef\x55\x2b\xbc\xa5\xad\xdc\xea\x41\x35\x80\x78\x55\x0d\xa3\xa9\x79\x3b\xbd\x1b\x0d\x6d\xa9\x90\x56\xae\x5d\x84\xda\x8f\xce\x8b\x9d\xbc\x57\x30\xf0\xc0\x87\x78\xbb\xd8\x4e\xec\xd2\x30\x1a\xa4\x0e\xab\xaa\xb5\x7b\x89\x3c\xc5\x53\xfc\xc1\xdf\x39\x7e\xed\x84\xdc\x6c\x54\xe3\x9d\xb8\xb9\x79\x21\x9a\xce\x1a\x25\xde\xbf\xbb\x76\xb0\xd1\x76\x75\x6f\x07\xe4\x3f\x6e\x5e\x88\xb7\x76\xf0\x31\x2d\x1b\x68\x80\x30\xe3\x7e\xad\x06\x71\xd8\xe9\x66\x47\xc3\x0e\x25\x60\x7f\xa8\x41\x68\x27\x46\xa7\xcd\xf6\x5c\x74\x0a\x7a\xa0\x3d\x2d\x00\xe8\x43\x58\x75\x00\xbe\x51\xd2\x8f\x83\x5a\x55\x3b\xef\xfb\x50\xf3\x8b\xdb\xdb\xb7\x54\x75\x4c\x7d\xa8\x6e\x99\xad\x0c\x9c\x83\x0e\x38\x22\x23\xac\x59\xe1\x22\x19\x87\x6e\xb2\x7e\xde\xbf\xbb\x0e\x39\x27\xc6\x05\x9a\xf0\x1d\xfc\xb9\x49\xc3\x83\xe3\xec\xec\x5e\x1d\x70\x35\x69\x23\x90\x4b\x59\x55\x9d\xdd\xd6\x83\xb5\x3e\x2c\xa6\x6b\xbb\xa5\x05\x54\x64\xa4\x9a\x9e\x86\x25\x01\xa3\x71\x18\x80\x6b\xeb\xec\x16\x09\x16\x4c\xf2\xaa\xaa\x6c\x0f\xed\xcc\x76\xc9\x1b\x4e\x48\x5b\x03\xeb\x8e\xf9\xc8\x27\x89\x1b\x22\x4e\xd9\x99\xbe\xf7\x7d\xcd\xd4\xfc\xe6\xd5\xed\x5b\x22\xe9\x98\xba\x19\xec\x5e\x5c\x88\x67\x83\xdd\xa7\x84\xd4\xc6\x57\x80\x0f\x61\x64\xdb\x0e\xca\xb9\x73\xf1\xee\xd9\x95\xf8\xef\x7f\xfc\xf7\x7f\x5f\x89\x97\x1e\x36\x36\xac\xf5\xbf\xc2\x1a\x95\x3c\x12\x09\xd4\x0e\xc2\xef\x94\x78\x04\x1b\xf5\x91\xf8\x11\x73\xff\x4f\xf5\x49\xee\xfb\x4e\xad\x1a\xbb\xff\x09\x88\xfb\x5e\xfa\x55\x05\x39\x6a\x08\xdb\xe2\x46\x99\x56\x0d\xcc\xf5\x71\x56\x46\x5c\x38\x3b\xe3\x01\x89\xf9\xad\x1b\x6b\x36\x7a\x80\xfe\xfc\x6a\x70\x6d\x05\xb6\x58\x5c\x51\x4e\x60\xa1\x74\x57\x1b\xeb\xf5\xe6\x98\x40\xb1\xa7\xaf\x21\x91\x97\x47\x45\x6b\xb8\x66\x52\x1f\xc7\xf8\x86\x96\x36\xac\x82\x37\x7e\xa7\x86\x30\xdc\x2e\x8d\xb7\xdd\x6c\xe0\xc4\x0f\x67\x15\xd7\xf0\x86\x52\xe9\xd8\xca\x41\xea\xde\xf6\xc8\xd8\x3f\xe5\x2d\x71\xf5\xf4\xb5\x50\xf7\xca\xc0\xe2\xea\x07\xdb\x8e\x0d\xae\x57\x80\x3d\x07\xd2\x2f\x06\xe5\xec\x38\x34\x8a\x17\x4b\x24\x39\xd0\x34\xa0\x6b\x8d\xec\xba\xe3\xaa\x0a\xa4\x7f\x3b\xc8\x7b\xe9\xe5\x90\x55\xf1\x3c\x24\x71\xeb\x67\xb0\xb3\x46\xc5\x12\xd0\xf3\x66\x74\xde\xee\x05\xb5\xc2\x51\xa3\x28\xdb\x09\x39\x28\x31\xf6\x9d\x95\xad\x6a\xc5\xfa\x88\x54\xcc\xc1\x5a\x68\xd5\x46\x8e\x9d\x5f\x55\x1b\xd5\x2a\x60\x97\xdb\x9a\xeb\xea\xac\xbd\xc3\xca\x78\xa8\x9e\x05\x00\x71\xc9\x48\xaf\x11\xe2\x54\xc9\xd8\x58\x2e\x1f\xc1\x62\xa3\xb8\x06\x6f\xf1\x78\x4f\xf9\xb6\x57\x86\xbb\x11\x0e\x75\x01\xe7\x6d\x2b\xac\x11\x9d\x5e\x73\xa7\xd3\x58\x4e\x8e\xd1\x30\x3a\x37\x20\x1c\xe6\x79\x8b\x05\x66\x83\x8a\x0b\xde\x4d\xcb\x9e\x0b\x6b\xba\x23\x1f\xb7\xb0\xc5\x48\xfa\x0a\x27\xaf\x5b\x55\x0a\xfb\x59\x27\x59\x87\x3b\x1e\x44\x9e\x32\x3f\x56\xfb\x8e\x78\x46\x81\xcc\x06\x60\x0c\x08\x80\xc9\x5a\x6e\xcb\xaa\x62\x46\xb3\x66\x31\xb5\xbe\xd7\x28\x04\xc6\x2d\x46\x28\x59\x74\x85\x11\xfe\x13\x00\x80\x74\xe9\x16\xcb\xc6\xd6\xbc\x81\x4e\xba\x28\x04\xd2\x3a\x81\xee\x62\x0d\xc0\xfc\xba\x73\x71\xaf\xf1\xa0\xe3\x45\x8e\xe3\xb2\x06\xfe\xac\x53\x50\x95\x53\x0a\x31\x08\x6d\xbe\x1b\x7b\x2a\xb3\x62\x09\x88\x85\x92\xc0\x34\x03\xc3\xd3\x5a\xe4\x9e\xf0\x34\xf5\x36\x0e\xeb\x84\xb3\x11\x83\xde\xee\xbc\x30\xf6\x70\x4e\x83\x72\xd8\x59\x05\x7b\xfe\xe5\xd3\x8b\xef\xa9\x1d\x5b\x38\x5b\x63\x21\x38\x95\xe5\xe8\x2d\xd0\x17\xde\x7a\xd4\x84\xc8\xdd\x20\xe4\x4c\xd6\x22\xa0\xa9\xd0\x3b\x63\xa6\x22\xa1\x63\xfa\x96\xe7\x31\x61\x4b\x30\x54\x3a\x08\xce\x54\x31\x11\x52\x16\x94\xea\xad\x45\x41\x2d\x08\x46\xc0\x2e\x54\x5e\x39\x5f\x6f\xb5\xaf\x37\x40\x6d\x01\xf1\x33\x40\x00\xdc\x8b\x72\x5e\x3c\xde\x6a\xff\x58\x34\x76\xbf\x97\xa6\xfd\x41\x9c\xdd\x33\xab\xfd\x47\x20\xa3\xb0\x15\x75\x87\x33\xc2\xe2\xdf\xa0\x88\x93\x0e\xaa\x87\xc8\xb6\xba\xb1\xc7\xc3\x9d\x39\xe4\x28\x46\xb5\xf6\x60\x80\x60\xe0\x71\x61\x37\x1b\xdd\x68\xd9\x89\xb5\x36\x72\x38\x46\x2c\x78\x0c\x9d\xb9\x73\xf1\xfa\xcd\x2d\x02\x6e\xed\x7a\xd4\x5d\x1b\x00\x56\x55\xe0\xa2\xdb\x75\x98\xfc\x5c\x1e\x09\x49\x9a\xda\xd2\xd8\x01\xce\x5f\xec\x4d\x28\x78\x82\x17\x84\xc3\x9b\x98\x77\x0d\x82\x20\xc2\x62\xb9\xc8\xb6\xc1\x30\xec\xa5\x6f\x76\xcc\xd4\xe1\xb2\xd1\xce\x3c\xf6\xd8\xd2\x66\x1c\x06\x65\x3c\x26\xff\x20\xce\x9c\x78\xf2\x93\x38\x73\x15\xb0\x88\x74\x68\x6d\xe7\x03\x0f\x99\x82\x32\x47\xda\x8a\x45\x53\x8b\x35\x1e\x67\x3a\xac\xe0\xac\xaf\x79\x7b\xc3\x12\x70\x23\x2d\xda\x0b\xf1\x67\xd5\x35\x76\xaf\xfe\x20\xfe\xac\x40\xe4\xdd\x76\x38\x09\xd2\xb3\x5c\x6a\x9d\xc2\x05\x72\x4e\x7b\x66\x33\x1a\x24\xff\x5e\xde\x29\x14\x65\xd3\x98\x2f\x71\x3f\x27\xc7\xad\xfa\xb0\xb3\x7b\xf5\xb1\x1a\x89\x73\xb7\x5d\x1b\xa5\x4b\xdc\x0d\x76\x20\x56\x22\x8a\x9a\x09\x26\x2e\x74\x77\xd0\xbe\xd9\xd5\x51\xe1\x06\x03\xe9\xd5\x27\xe4\x71\x30\x2b\xe9\xdf\x60\x97\x40\x56\xb5\x3f\xe2\x14\x43\xc7\x5f\x1d\xd3\x0c\x6b\xe5\x2a\xb7\xb3\x07\xd4\x5e\x45\x88\x9b\x9d\x3d\xa0\xde\xaa\xe0\xef\x57\xab\x55\xd5\xd8\xae\x93\x6b\x0b\xb3\x72\x9f\xe0\xaf\xf2\xd4\x12\xf9\xfe\x58\xdb\x61\xcb\xd5\x96\xda\x9a\xfd\x91\x15\x44\x9c\x4b\x0a\x22\x57\x21\xa5\x64\xcd\x22\x12\xd4\x33\x57\xb1\x5e\x64\xa5\x4d\x8d\x6a\x97\x50\xf3\x4b\x43\x9c\x77\xde\xce\xaa\xfa\xc0\x5a\xc7\x8f\x55\x80\x2b\xda\x44\xe4\x96\x06\xdd\x15\xaa\x30\x37\xd1\x85\xb9\xca\x29\x39\xe0\xda\xbe\xc1\x1f\x55\xf5\x41\x8e\x7e\xf7\x31\xd3\x0a\xd6\x61\xe5\x05\xed\x20\x6a\xae\x98\xe2\x25\x0e\x6d\xa7\x7a\x60\xe6\xf6\x0e\x97\x6c\x37\x28\xd9\x1e\x59\xb8\x89\x8b\xf7\x67\x3a\x4b\xb4\x01\x0a\xfc\x87\xca\x59\x20\x06\xf5\x57\xa2\xf8\x45\x9b\x96\xca\x97\xe7\x30\xa9\x2b\xf7\x3d\x2e\x13\x3b\x0c\xc7\xf3\x52\xec\xdd\x49\x27\xd6\x4a\x99\x20\x9e\xb4\xab\xa0\xb6\x80\xe5\x25\x1b\xda\xcf\xa8\x62\xc5\x1d\x48\x25\xed\x8c\x41\x80\x16\x12\x09\xe6\x5a\x22\x2b\x8a\x8c\x66\xce\x8f\x2e\xd4\x59\x0d\x6a\xaf\x40\xb6\xa9\xf7\xa4\xda\xa4\x2f\xf1\x4a\x55\x1b\x3b\x6c\x71\x97\xd1\x36\xb8\x10\xcf\x30\x21\xed\x0b\x00\x50\x3e\x3f\x23\x18\x22\xa4\xfc\x1c\x54\xc9\xb5\xb1\x07\x54\x31\x02\x9f\x34\x1d\xfe\xb1\x87\xe1\x5b\x85\x33\x87\xd8\x17\xe4\x9c\x9d\x32\x3e\x0d\xe2\xa5\x30\xea\x20\x72\x28\x96\x02\x62\xaf\x00\x1e\x08\xda\x8f\xeb\x9f\xce\xdc\x8f\xdf\xad\x7f\x8a\x64\xbf\xd9\xa9\xe6\x8e\x96\xae\x36\x6b\xfb\x09\x95\x0e\xa8\xfc\x52\xc2\xc0\x56\x3e\x6b\xc5\xce\x8e\x03\xca\xbc\x8d\x05\xb1\xc1\x2b\xcc\x2d\xe6\xac\x1f\x2c\x50\xb3\x15\x29\x1b\x15\xed\x8d\xb4\x1e\x51\xeb\x08\x2b\x12\xcf\xa6\xb0\x24\xfb\xc1\xee\xf4\x5a\x7b\x20\x5c\x28\x27\x5f\xe3\xff\xb7\x9c\xac\xda\x09\x44\xc6\x46\x0c\x91\xcc\x6a\x27\xfa\x58\x00\x1a\x89\xa0\xa9\x7f\xbc\x64\xd2\x72\x81\x99\xc5\xf1\xeb\xf4\x5e\xfb\xd9\x52\x04\xa2\x2b\x79\x49\xb3\x72\x34\xcc\x0d\xf6\x21\x8d\xee\xa0\x1a\x65\x7c\x77\x8c\xcb\xf3\x20\xb5\x17\x7f\x14\x7b\x6d\x46\x0f\xf2\xe3\x4e\x19\xe1\x87\xa3\x90\xc0\xaa\xac\xaa\x9d\x74\xf5\x68\x78\x9a\x54\x1b\x16\xe7\x0b\x8d\x27\x2a\xd4\x1b\xb6\x50\x06\x55\xca\x73\xe2\x9b\x38\x83\xdf\xae\x58\x4d\x8a\xa5\xe0\x94\x83\xf6\x68\x10\x3e\xe4\xd2\x5a\xb0\x83\x30\x8a\x46\x08\xfb\x0f\x60\xb0\x6c\xac\x51\x69\xb0\x3a\xdd\xdc\x01\xd7\x0d\xf3\xbb\x1e\xbd\xb7\x20\x5a\x76\xb0\x06\xa9\x4c\x68\xf3\x15\x02\xa2\xf0\x9d\xf0\x1d\x69\x5a\xca\x51\xaa\xb0\x18\x40\xf8\xe5\xc2\xdf\x0c\xea\xdb\x54\x3c\x6e\x19\x2c\xc1\x28\xa8\x74\xb6\x9b\xde\x61\x26\xe9\xc0\xc3\x9e\x0b\x87\x60\xc3\xca\xc9\x38\x9b\x43\x39\x1a\x98\x0f\x1b\x43\x7d\xea\xf5\x00\x42\xc6\x80\xbc\x08\x96\x5e\x4d\xea\x4a\x52\xf8\xbc\xc7\xbe\x6c\x71\x3a\x27\xbd\xb5\xb5\xdb\x91\x02\x25\x34\x4f\x74\xca\x6c\x0b\xcd\x23\xde\x67\xe1\x12\xf9\xdf\x56\x95\xb1\xa6\x46\x91\x31\xdb\x33\xaf\xad\x79\x82\x69\x51\xe6\x08\xa5\x59\x57\x1d\x2a\x04\x34\x83\x1d\xb7\x3b\x56\x3b\x55\x1f\x60\xd4\x3e\x56\x3c\x15\x2a\xc3\xc9\x0b\x35\xe4\x84\x29\xa3\xed\x18\xe1\x03\xe7\xfa\x27\x35\x80\x7c\x8e\x40\xc5\x32\x3c\x35\x23\xe5\x80\x44\x2a\x9c\x58\x9d\x77\x39\xcd\xe0\xe4\xcd\xd8\x9d\x8b\x03\xf1\x40\xa9\x4c\xd4\x0d\x30\x77\x04\xab\x92\x2e\xf2\xaa\x0f\x7b\xdb\xca\xee\x63\x75\xc4\xeb\x89\xbf\x28\x57\x19\xbc\x12\xb2\xd5\xde\xb6\x54\xe8\x15\xfe\xa8\xaa\x0f\x1b\x3b\xec\x3f\x56\x70\xbe\xbe\x9e\xb0\xf8\x70\x10\x73\x5a\xc6\x66\x62\xd6\xaf\xf9\x95\x57\xec\xf3\xdb\x05\x69\xe0\x9d\x4a\x37\x5f\xf8\x2b\x76\xfe\xe6\xe6\xc5\x6d\xd0\x56\xdc\xbc\x10\x77\x8a\x71\xbf\xf0\xbe\x77\xef\x51\x0f\x46\x4a\xad\xf7\xef\xae\xab\xb7\xf2\x08\xac\x37\x25\xf3\x07\x66\xdc\x2a\xb9\xe7\x46\xc2\x4f\x42\x71\x39\xfa\x1d\x27\xc2\x4f\x3b\xe4\xfa\xd5\x0a\x99\xd0\x5f\x0b\xd9\x83\x76\x51\xf5\x5a\x1d\x7e\x19\xa4\x69\x42\x61\xe0\x0e\xd6\x98\x40\x25\xaf\xec\x7e\xaf\xfd\xcd\xb8\xdf\x4b\xbc\xa5\xa3\x6f\xe1\x28\x81\xb3\x5f\x29\xe7\xe8\x5e\x92\xb3\xf7\x94\xc0\xd9\x57\x3b\x0b\xe2\x7b\xcc\x6d\xf0\xbb\xba\x1d\x94\xe2\x5a\x9f\x85\xcb\x80\x0a\x39\x42\x62\x57\xe8\x57\x15\x65\x55\xc5\xd7\x75\xbf\xcd\xd4\xd6\xbf\x55\xb2\xeb\x77\x12\x79\xce\x0c\x0c\x35\xb4\x6b\x96\xaa\x05\x82\xe0\xc6\x1e\xf7\x6a\xd0\x0d\x6a\x3e\xa4\xdb\x7d\xf3\xa4\xfe\x36\xd3\xd8\x97\xc8\x5a\xeb\xff\x39\x84\xf0\x9b\x76\x65\xc2\xeb\xf4\xef\xa1\x17\x05\x3a\x48\x17\x67\x00\x81\xa2\x43\x82\x8a\x40\x78\x60\x81\x18\xe1\x05\x6c\x56\x0f\xa2\x4a\x81\x7a\x2f\x3f\x7d\xae\xe0\xde\x2e\x94\x23\x35\x65\x2a\xc4\x32\x98\xe4\x2e\x16\x1b\x7c\xf5\x5b\x35\x0e\x0f\x00\xbf\x7f\x77\xbd\xfa\xad\xd2\xa6\xe9\xc6\xf6\x64\x43\xdc\xb8\x76\x7e\x00\x11\xe8\xf1\x99\x7b\x0c\x28\xcd\x9d\xb1\x07\x13\xe1\xdf\xd3\xb7\xc0\xef\x1f\xc2\xad\x71\xad\x0d\xcb\x85\xe9\xfe\x58\xb4\xba\x85\x23\x0e\xe5\xbb\x55\x22\xb5\xb9\xcc\x17\xf7\x27\x2a\xc7\x58\x26\x8f\x24\x4a\x0e\x8a\xc4\x5f\xb9\x57\xab\x74\xd3\x5d\x03\x7b\x54\x83\x2c\x65\x72\xe1\x07\xce\x87\xc0\x04\x20\x03\x85\x10\x2b\xba\x87\x98\x97\x9b\x10\x90\x93\xc5\xed\xb0\x5d\x28\xfd\x66\x7e\x47\x72\xa2\xbc\x57\x72\xbf\x80\x20\x92\x86\x93\x05\x69\xee\xb1\xd0\xe8\x50\xc4\x2d\x68\xdb\xbc\x1c\x40\xad\xd2\x28\xc5\x01\xcf\xe7\x26\x17\x15\xe3\x38\x97\x92\xfd\xaa\x52\xc6\xab\x61\x40\x8b\x83\x4c\xbe\x67\x7d\x0b\x1f\x47\x7b\x10\x65\xdd\x08\x47\x2b\x88\xbd\xc4\x5c\x96\x23\x0a\x7c\x0e\xa2\x52\x58\xc5\x69\xf4\xf6\x60\xe0\xf4\xf8\x1c\x7e\x04\xfb\x4a\xd4\xb9\x3a\x68\x8e\x98\x91\x47\xa0\x53\x68\xa3\xae\x42\x7d\xd2\x78\x1b\xf0\x5c\xdf\x2b\xd6\x56\x44\x25\x0d\xe6\xad\xaa\x4e\x3a\x0f\x52\x2b\xf5\x8a\xa4\x10\x7b\x0f\x3b\x0a\xea\x83\x5c\x2a\x47\xb7\x03\xdc\x29\x58\x24\xac\xf7\xc0\x2b\x4a\xd5\x9e\x0b\x89\xac\xc6\xa0\x68\x83\xca\xee\x20\x8f\x0e\x75\x78\x81\xc8\x58\x13\xc6\x04\x28\x88\x39\x8a\x2d\xb6\x2a\x17\x49\x57\x55\xe4\xb1\x9c\xdb\xd5\x70\xa2\x45\x36\xeb\x80\x9a\x0b\xa4\x10\xac\x15\xbc\xcf\x78\x07\x3e\x00\x7f\x00\xf9\x79\x24\xad\x28\x65\x67\x88\xf0\x3e\x9d\x89\xfd\x42\xd9\x73\x60\x47\xc5\x41\x09\xe9\xdc\xb8\xe7\xb1\xd6\xc8\xfd\x63\x93\x32\x35\xd6\xb8\xee\xd4\x13\x12\x6b\xb4\x5f\x55\x20\x25\x27\xcd\x0e\x1c\x98\xca\xf8\x70\xfd\x44\xe9\xa4\x0f\x71\x5e\x77\x1d\x8c\x74\xb0\x31\x29\xc4\x0c\xcc\xc5\x7d\x82\xc3\xe4\x76\xba\x17\x16\x2f\x21\xf2\x21\x4c\xcb\x36\x63\xe8\xbd\x15\xad\x42\xb1\xc9\x0e\xc2\x0f\xd2\xb8\x8d\xc2\x5b\x99\xbd\xd8\xe8\x01\xe6\x99\xaa\x06\xf9\x80\x6c\x4a\x4e\xd4\x4c\x12\x28\x56\x9d\x1f\x10\x38\x77\xd9\x44\x95\x55\xd3\xad\x1f\xaa\xfe\xb1\x0d\x38\xaa\x09\x93\x0b\x6d\x80\x65\x36\x1b\x02\xbc\x89\x2b\xee\x70\x17\xc7\x61\x53\xa8\x3d\xa8\x7e\x5c\x69\x9f\xe9\x77\x45\x36\x1b\x35\x71\x21\xc5\xae\xb8\xc5\x9c\xc0\x9f\x4c\x37\x46\xf5\x01\xd6\xfd\xc7\x8a\x38\xe1\x3a\x5e\xad\x5c\x11\x67\x4c\x6c\x2d\x26\x56\x7f\xb5\xda\xd4\x78\x4f\xf0\x1f\x56\x1b\xbc\x54\xa8\x8a\xcb\xe2\x89\x4e\x86\xad\x65\x8e\x78\x8b\xbd\xee\x74\x13\x4c\x66\x8e\xd5\xc6\xe2\x7e\x42\x95\xcd\xb3\xf0\xbb\x72\x5e\x02\x99\x80\xcd\xc0\xbf\x0a\x1d\x10\x15\x22\x05\xe1\xb3\xf0\x9b\x53\x63\x52\x35\x9a\x98\xf2\x9e\x7f\x56\x15\x30\xaf\x2b\xa4\xbf\xc0\x6f\xe3\xbd\x52\x46\x75\xe1\x50\x85\xf5\x1f\xf2\x56\x19\x7c\x2f\xbd\x57\x83\x21\xd5\x30\x11\x81\xbc\x28\x67\x47\x14\xd1\x9c\x01\xb0\x54\x1f\x82\x29\xd1\xc7\x2a\x19\x1c\x05\x5b\xa3\x25\x9d\x78\x1c\x7e\xba\x29\xaa\x78\x57\x3b\xe6\x7d\xff\x53\x1d\x1d\xab\x90\x90\x62\xe0\x0f\xd6\x01\xa0\x61\x41\xb8\x0d\x76\xe5\xe5\x30\x6a\xc4\xe6\x8a\x30\x5e\x53\x17\xe2\x29\xfd\x08\xda\x84\x51\x63\x1f\x75\x5b\x55\x3d\x4e\x5c\x66\x2e\xc5\x33\x19\x3b\xc1\xd6\x72\xb9\x3e\xa1\x94\xb3\xb5\x13\x84\x04\xb9\x89\x70\xb9\x87\x67\xe7\xc6\x0e\x48\x21\xe3\x4d\x85\xea\xf0\x1a\xcb\x64\x17\x97\xee\x1c\xcb\x01\xd8\x41\xad\xc3\x6d\x56\xaf\x06\xee\xe7\x5e\xb6\x4a\xdc\x6b\x19\x35\x59\x19\x4f\x13\x0f\xdd\xa0\x8a\x2a\x64\x41\x94\x32\x48\x6f\x18\x58\x9a\x30\xc1\xde\x06\xc9\xd0\xef\x94\xa6\xcb\x24\x83\xec\xce\x66\xec\xba\x70\x26\x3e\x1b\xbb\x8e\xcc\x36\xe6\x76\x8a\x50\x05\x5f\xaa\x5d\xf3\xcf\x6a\xec\x5b\x90\x09\xd3\x58\xbe\xc7\x84\x38\x96\x65\x7e\x26\xeb\xe1\xa8\x86\x62\x51\x13\x45\xe0\x6d\x26\xfc\x75\xc7\x55\xd8\xc7\x0b\xf6\x87\xbc\xa5\xdb\x29\x48\xd2\xdb\x20\x8d\xe2\x8e\xe3\x44\x91\xe5\x00\x0e\xed\x41\x1e\xc5\xce\x1e\x44\xa7\xcd\x9d\xe3\x99\x82\x71\xca\xe5\x5e\xd4\xaf\x79\x6d\x46\xc5\x92\x08\xfc\x9c\x5b\xbb\xf1\x2d\x27\xdf\x79\xae\x8f\x41\x9b\x41\xb7\xa2\xbc\xf4\xc5\xfa\x28\x50\xd8\x3a\x7d\xbd\x3a\xbd\x57\x0d\xd7\xaa\xe1\xba\x10\x6f\x75\x13\x45\x7b\xef\x94\xb8\xa2\x9b\x5e\xde\x5d\xcd\xce\x5a\xc7\x0a\xdf\x44\xf7\x20\x0d\xf5\x39\x4c\xf6\x78\x5a\x12\x1e\x9a\xb5\xcb\x70\xe3\x8c\x3b\x9c\xf7\x52\xcd\x77\x23\x09\x9a\xb7\xd6\x15\xdf\x99\x5c\x06\x9c\x74\xa3\x1c\xfa\x84\xd4\xa5\xd6\x7b\x92\x07\xdf\x87\xfb\x66\x9c\xf0\x28\x30\x60\xf6\xaa\x6c\xcf\x74\x95\x70\xbd\xe1\xc6\xe4\x33\x8b\x25\x2c\x85\xfc\x0a\x8e\xa6\x3f\x52\x24\xdb\x15\xec\x5a\xe8\x47\xcc\x87\xc1\xcb\xf2\x5f\xe3\x65\x69\x54\x5b\xc0\x1e\xab\x27\x20\x2c\xe9\x17\x90\x8b\x5c\x71\xa8\xeb\x24\x47\x3c\x69\xfd\x6c\xc7\x84\x72\x07\xe9\x8a\x8e\xf3\x1a\x6f\x57\xc1\x6e\x4c\x18\x7b\xa0\x9b\x57\x34\xf0\x21\x23\x27\x83\xd7\xb6\x84\x22\x23\x2a\x5c\xe9\xbf\x4a\x52\x12\x66\x12\x29\x5c\x94\x24\x2e\x89\x70\x2a\x17\xac\x63\x63\x3e\x1b\xc8\x16\xf4\x55\x05\xab\x99\x9c\x02\xf7\x83\x46\xcd\x43\x49\x89\x67\xb4\xb7\xa0\xb3\x48\x66\x2d\xda\x80\x24\xf2\xba\xaa\x02\x2a\x38\xb7\xf0\x57\x48\x89\xba\xad\x1b\x85\x46\x84\x9c\x1c\x36\x42\xc8\xa5\xf5\x1f\xdb\xd8\x29\xa6\x8a\xd4\xd7\xa7\x9c\x30\xc9\x0f\x9d\xa1\xec\x30\x21\x0b\xbd\x19\x80\x8b\x57\xf1\xe0\xd0\x86\x4c\x70\xe2\x05\x6b\x41\x9d\xc4\x53\x24\x57\xe2\x20\x49\x85\x1f\x88\xd5\xcf\xd3\xda\xd3\x3a\xfa\xb5\x54\xfe\x53\xdf\xca\x5d\xf4\x87\x4a\xb6\x2d\xae\xf1\x74\x4d\xdd\xe2\xe2\x29\x15\x7d\x00\x95\x43\x90\x2a\x29\xa6\xd6\xc5\xd5\x84\x23\x6d\xce\x97\x5f\x47\x00\xff\xf1\xbf\xe0\x26\xa2\xa8\x2a\xdd\x44\xc4\x46\x4e\x76\xd8\xac\x97\xf3\xad\x26\xdb\x16\x59\x21\x5e\xcb\x19\x43\xc3\xab\x39\xf2\x35\x50\x0b\x49\x30\x30\x3c\xff\xa9\x8e\xc8\xfd\xf0\x4a\xc0\xa3\x49\x3b\x21\xd1\x10\x0e\xad\x5f\x49\x9c\x71\x20\xc7\x00\x23\x04\xf3\x82\xa6\xb7\xe5\x9c\x5f\xa2\xbc\xe6\x14\xc3\x22\x67\x28\xcd\x11\x38\xfd\xb0\xd7\xd5\x1e\xc6\x81\x8c\x20\xa2\x51\xe2\xec\x0a\xf2\x9c\x85\xa4\x9d\xde\xee\xba\xa3\xd0\xfb\xde\x0e\x1e\x57\x52\xb8\x60\x4e\x32\x2c\x7c\x0d\xaa\xb1\x5b\xa3\x7f\xc7\x81\xdd\x93\x15\x62\xd4\x81\xff\xe8\xfc\x60\xcd\xf6\xa7\xa7\x16\x84\xcb\x3b\x20\x3f\x3b\x7b\xf8\xf9\xc7\xef\x38\x5d\x5c\xe1\x14\xda\xd1\x8b\xe7\xda\xbf\x18\xd7\x8f\x9d\xd8\x8e\xba\xc5\x23\xf7\x47\x99\x59\x64\xb3\xd5\x07\x99\x88\x1e\x4c\x1c\x16\xb4\xcf\xb6\x83\x70\xb6\xbb\x57\x93\x22\x76\xbf\xa7\xe9\x5d\x77\x6a\x4f\x90\xd8\x7e\x34\x14\x51\x06\x47\x4e\x0d\x3c\x3e\x37\x37\x2f\x56\x71\x89\xa7\xf9\xe1\x69\x0b\x1c\x6a\xa1\x11\x61\x1e\x11\x80\x1b\xd6\x4c\xa6\x83\x08\xd5\x21\xa1\x14\xf2\x1f\xf3\x52\x38\x8f\x0e\x78\x96\x99\x2e\x06\xc5\x16\x40\x11\x8a\x8b\x0b\x68\x07\xf1\x61\x90\xd6\xcc\x74\xa1\xbc\xb0\xb2\xc5\x0b\x67\x4f\xd0\x25\x23\xe7\x1e\x9b\x87\xcb\x75\xb2\xbf\x99\xa2\x51\xdf\x99\x9e\x85\x0e\x64\x14\x8d\x47\x24\xd1\xb4\x29\x4c\x41\xd5\x14\xd1\xb4\xd0\x8a\x9c\x9a\x91\x4d\x1c\x51\x34\x5a\x90\xca\x21\xbd\xfe\x42\x6a\x36\xab\x37\x75\x3c\x54\xf7\x05\x14\x0d\xfb\x74\x89\xc3\x61\x0d\xe9\x4f\x78\xa2\xae\x59\x5b\x82\x19\xc6\xd6\x99\x9c\xf7\xda\xf2\x5d\x9e\x08\x89\x38\x27\xce\x03\xc7\x92\x6f\x65\x68\x04\xda\xd3\x92\xb5\x14\x2a\x60\xfe\x77\xd1\xca\xa3\xab\xbc\xbd\x53\x66\xa1\x08\xa6\x9f\x2a\x14\xe9\x4b\x10\x8e\x98\xba\x5c\x26\xe2\x30\x15\x97\xf8\x2a\xfe\x24\x81\xc9\xe8\x0a\x63\x8d\x16\x6b\xa4\x3d\xc2\x37\x0e\x62\xad\x4d\x4b\x74\x84\xc9\x00\x9b\x65\xc5\xfd\xbf\xaa\x46\x03\x40\x28\x90\xc2\x0f\xfe\xce\xa7\xa5\xc0\x9f\x6d\x16\xb3\xb6\xa3\xc9\xc8\x27\x2d\x87\x9a\x86\x22\x76\xf2\xad\x1a\x1c\x1a\xd2\x5e\x12\xc2\x5b\xc8\x76\x6c\x95\xce\x16\x0d\xa1\xc8\x73\x4e\xc4\x3d\x80\x80\x34\xe0\x2e\x0e\x04\x7e\x25\xc5\x47\xc0\xc2\x96\x34\x6c\x23\x8b\x73\xe0\x6d\x24\x98\x3b\xb2\xac\x11\x97\x6f\x5f\xba\x55\x15\x2b\x0c\x48\x7f\x95\xcd\x8e\x27\xf0\x40\x5a\x0f\xb4\xbf\xe9\xba\x29\xc5\x8d\x92\x04\x15\x0f\x8f\x07\xb0\x24\x6e\xf1\xd8\xa9\x59\x87\xa8\x33\x65\x3e\x8d\xb1\x72\x99\x26\x88\x6a\xc3\x96\x4c\xcf\xaa\xd8\xd5\x3f\x88\x57\x49\x1f\x09\x5b\xab\x3f\x02\xf5\xcf\x2c\xe9\x24\x8d\xd0\x01\xe9\xf7\xc4\x84\x4f\x7b\xba\xa7\x16\xb0\x85\x87\x48\x3f\x42\x83\x99\x82\xe4\x53\x99\x93\x91\xc5\xc9\x4c\x44\x65\xb1\xd8\x12\x65\xe9\x03\x9e\xb2\xcf\x9f\xa3\x33\xb0\xf0\x93\xe2\xe0\x01\x2a\x93\xf7\x2a\x5b\xca\x6f\x17\xab\x8d\x2b\x9a\xaa\x9e\xd0\x1b\x41\xc7\x20\xd9\x7a\xa0\x55\x2b\x89\x58\xb4\x22\x32\x1b\x77\xe9\xc4\x41\x75\xdd\xaa\x42\x7d\xc6\xca\xc0\x29\x4e\xb6\x90\x91\xdd\x66\x85\x1c\xf6\xc3\x1c\x0b\x8d\x9b\x5b\x51\x31\xd4\xe3\x45\x6b\xc6\x6b\xc5\xa6\x02\x39\x68\x0e\x98\x59\x5c\x92\x25\xbe\x75\xf9\xeb\x05\x1a\xc5\x4c\x0b\x86\x26\x65\x4a\xee\x9d\x90\x1b\x38\x46\x61\xf8\x3a\xb5\x61\x6d\x79\xae\x06\x3e\x3d\xb8\x61\x74\xd3\x7d\x33\x4f\x6d\x61\xf5\xc1\x40\x99\xfc\xae\x12\xef\x4e\x8d\xcd\x55\x95\x01\x59\xaf\x86\xbd\x34\x68\x70\x41\xca\x95\xc0\x8d\x5c\x5d\xbe\x7e\xfd\xe6\x36\x31\x21\xb0\xcf\x4d\x6b\x8d\xfa\x43\x34\xd6\x9c\xb5\x2b\x98\x6c\xc6\x05\x5a\x42\x24\xa3\x51\x2e\x71\x0a\x2e\x27\xc3\x99\x41\xca\xd6\x22\x6d\xb5\xd0\x96\x70\x56\x15\xed\x6f\x4f\x0e\xe1\x07\x98\x95\x8f\x55\x50\xf8\xbf\x81\xff\x55\x7e\x67\x92\xdd\x35\x21\x69\x49\x57\x52\xe9\x69\x8c\xd8\x5a\xdb\xce\xee\x50\xf0\x10\x1a\x25\x8a\x92\x76\xdf\x5b\x3c\x0b\x37\x02\x4d\x15\xce\x61\x05\xda\x01\x09\x02\x0c\xee\x68\xf4\xdf\x46\x64\x3f\xd1\xc2\x60\x55\xdd\x6b\xa7\xd7\xba\xa3\x03\xf3\x4f\xf1\x83\xd2\xe1\xd7\xe4\xf9\x46\x56\xb9\x76\xe2\x47\xd7\x4b\x23\x9a\x4e\x3a\x77\xf1\x68\xd4\x62\x00\x3a\xac\x3e\xf9\x47\x3f\xbd\x1d\xd0\xe6\xe0\xc7\xef\x00\xe2\xa7\x19\xba\x7a\x63\x87\x86\x94\xab\xd1\x80\x07\xf7\x25\xa7\xc3\x3a\x06\x7e\xbe\x58\xcb\x34\xf0\xff\x44\x9d\x1b\x3b\xdc\xa5\x7e\x7c\xc3\x5a\x05\xbb\x21\xda\x74\x2f\xbb\xb1\x54\x31\x41\xed\x50\xc6\x7d\x5b\xe1\xdb\x94\x54\x16\x0d\xba\xf0\x81\x31\x64\x68\xb3\xfd\x19\x07\xcd\x3f\xfc\x50\xf1\x85\xea\x7a\x60\x6c\xff\x50\x61\x4b\x58\x09\x3f\x7d\x99\x8a\x79\xe1\xd1\x08\xe4\xe1\xcb\x11\x4c\x5d\x98\x8d\xec\x91\x99\xec\x3c\x29\xe0\x45\x36\x9b\x40\x72\xb0\x13\xb9\xe2\xfa\xc8\x57\x9d\x91\x42\xbb\x66\xd0\xf8\xf0\x85\xd2\x3b\x89\xfa\xec\xf8\x34\x19\x13\xb7\xda\xeb\xad\xb1\x43\x36\x0c\x37\xaa\x83\x71\x5a\xc5\x2c\x11\x1e\x3b\xbb\xaa\xd3\x8d\x32\x0e\x89\x19\xfd\x0a\x29\xb3\xe2\xc0\xdd\x10\x2c\x6a\x1c\x81\xa5\xe6\xad\x00\x3f\xf8\x7b\xa1\x14\x03\x86\x2a\x2b\x39\x7a\x5b\x6b\xa3\x3d\xda\x6b\x6a\xaf\x65\x47\x92\x4e\xb9\x5e\x89\x8f\x47\x24\xac\xcd\x0a\xe4\x91\xf1\xb0\xc9\x25\x4f\x0f\xdb\x5a\x66\x13\xc4\x8f\x2c\xf8\x5a\x03\xc7\x0f\x13\x04\x99\x5f\xf0\xbb\xe6\xba\x1f\x46\x43\xaa\xf5\xd1\xa8\x22\x31\x8c\x7b\xc6\xb0\xd1\x33\xb7\x27\x7e\x90\xcd\x1d\x10\x97\x41\x6d\xd4\xa0\x4c\x83\x76\x66\x12\xce\x77\xd1\x59\xb3\x55\x03\xc9\x1a\xc1\x88\x8b\x8a\x05\xe4\x1a\x24\xa4\x7b\xe2\x34\xe9\x45\xf4\xcb\x90\xf2\x0d\x88\xd6\xdf\x06\xc0\x20\x18\x47\x38\x56\xef\x4c\xf2\x43\x3b\xf9\x3a\x94\xed\x01\x84\x51\x70\xcc\xc8\x81\xde\x9d\x88\x66\x50\xad\x32\x30\xda\x4e\xb0\x3c\x1f\xcc\x0c\x02\x3e\x64\xd4\xdd\xd1\x34\x89\x55\xbf\xc1\xaf\xea\x20\x7d\xb3\xa3\x2b\x97\x3f\xf3\x4f\xbc\x71\xd9\xca\xdf\x29\xf5\x26\x7e\xe0\x16\x70\xbc\x29\x1c\x5f\x9f\x0c\x4a\x36\x3b\x36\xf5\xb3\x9b\x9a\x9e\x52\x22\xcb\x72\x1b\xaf\x81\x81\x9e\x20\x9c\x6a\xc5\x5e\x7e\xd2\xfb\x71\x2f\x22\x20\x16\x85\x5d\x72\x56\x5e\xec\xac\x96\xaf\x67\xa6\xa6\x00\x5f\x7f\x4b\x33\xc5\xf0\xf0\x65\x8d\x51\xaa\xad\xe5\x88\xf6\xde\x48\x74\x0a\x93\xa0\x8a\x1f\xc5\x87\xc7\xc5\xf1\x55\x3c\xbd\x2e\xce\x73\x4f\xd3\xef\xa0\x81\x93\x25\x49\x45\x43\xef\x75\x37\xaa\x47\x3f\xd1\x2c\x06\x7a\x1a\xb0\xf2\xfe\x78\xc5\xef\xf2\xb3\x0d\xc2\x10\x2b\x22\x9a\x69\xb1\x5d\xe1\x03\xbf\xb4\xd6\x16\xa0\x8a\x23\x97\xd9\x7a\x99\x3d\x12\xfc\xee\xf9\xcb\x5b\x34\x4f\x79\xa0\x78\x4d\x6a\x10\xb2\xb8\x23\x12\xf9\x78\x00\xce\xd2\xd9\x5c\xf3\x19\x1c\x0a\xc8\x7c\x30\xd6\x47\x7a\xdb\x15\x9e\x57\xf6\xd2\xef\x52\x5d\x70\xc8\x6b\xe7\x88\xb9\x35\x1a\xe7\xb3\x60\xf4\x12\x76\x6a\x03\x23\x2b\x17\x56\xc0\x96\xec\xfa\x1b\xd9\x05\xa3\xfe\x97\x94\xc8\x05\x21\x11\x75\x3c\xe5\x0d\x69\x30\x6a\x94\xf9\xa3\xd7\x80\x36\x5e\x86\xa7\xd5\x90\xdf\x83\xf3\x96\xe4\x03\x86\x3d\x27\xd8\x4d\x45\x67\x44\x48\xe7\x13\x63\x13\x8f\x1e\x7c\xb4\xe8\x54\xb7\x29\xcf\x1c\xf4\xb0\x50\x8c\x60\x6e\x60\x6b\x0f\x06\xb8\xb4\xfe\x58\x77\xda\xdc\x21\x63\xd6\x1f\x53\x42\xc6\xa1\x5f\xd9\x5e\xab\x36\x03\x8e\x56\x44\x6f\x71\xf1\xfc\x8f\xff\xf7\xff\x7b\x72\x05\xdd\xbe\xf2\x43\xf7\xe4\x2a\x08\x40\x00\x4f\xd3\x40\x08\xc4\x9b\xff\xac\x46\x73\x60\x93\xa1\xf7\xf4\xab\x0a\xdf\x48\x61\xaa\xd1\x38\xbe\x33\xc1\x1f\x15\x7f\x01\xa1\xa9\xd8\x61\x04\x50\x98\xaa\x32\xf1\x80\x7c\x6d\x8b\x33\xf2\x6f\xa3\x6e\xee\x6a\x52\x7d\x5d\x88\xff\x82\x2f\x81\x4e\x08\x98\x4d\x80\x13\x27\x1e\x1f\xb8\xe6\x27\x67\x50\x6e\xd5\x8f\x67\x2b\xbf\xfb\x49\xc7\x8d\x2c\xd9\x9e\x63\x20\xf8\x01\xb0\xd3\x46\x55\xfd\xe8\x76\x74\xa3\x1e\x6a\x7b\x3b\xba\x1d\xbe\x12\x85\x44\x3a\x47\x22\x06\x9c\xd9\x19\x0e\xac\x5e\x3b\x7a\x65\xbe\xcc\xdd\x61\x56\x66\x71\xbd\x57\x62\x2d\x9b\xbb\x20\x49\x56\x74\x84\x92\xe9\x9f\xab\xe2\xa9\xc8\xa7\xa1\x1f\x14\x4a\xcb\x83\x52\x00\xe9\xd5\x10\xec\x01\xa4\x69\x6b\x2f\xb7\x54\x12\x58\x17\x2e\x6a\x07\xe1\xe5\x96\x11\x21\xe6\x5f\xf8\x67\xe5\x25\xde\x18\xdf\xca\xed\xdc\x83\x45\x3f\x76\xdd\xdc\xcf\x45\x27\xd7\x0a\x93\xaf\xf1\x47\xb5\x87\x46\x7a\x6b\x14\x9d\x7e\xe1\xa3\x6a\xd0\xa0\xd1\x45\xd3\x46\x57\xf1\x13\x2b\xb2\x20\xa0\x9f\xd8\xd5\x7a\x90\x07\x48\x93\x07\xfa\xdc\x69\xc7\x7e\x4f\x5e\xd0\x2f\x4a\xc6\xd7\x25\x04\x8a\x8f\x4b\x22\x3c\x4a\x0a\xbc\x1f\xde\x86\xdf\x94\xe5\x2d\xf0\x5e\x03\xde\xb7\xe1\x44\x84\xbb\x36\x6f\xad\xa0\x0c\x62\x7e\xdd\xce\x1e\x4c\x75\xaf\x5b\x65\xf1\x78\xe1\x57\x5f\xe4\xf9\x65\x3d\xd8\x83\x0b\xcc\x21\x8c\x2a\x7d\x02\x09\x01\x89\x36\xbc\x10\x7b\x71\xfb\xea\xfa\xbf\x0b\xc4\x01\xe3\xbd\xaa\x2a\xd5\xc2\x9c\xaf\xd0\x73\x0a\x5d\x06\xbf\x56\x07\x62\xca\x38\x8b\xae\x08\xeb\x78\x55\x8c\x96\xac\x39\x00\xfc\x0b\xd9\xbf\xb6\xda\x17\x99\xfd\xa0\x70\x54\xe8\xce\xc9\xd1\xe6\xc6\x97\x88\xc4\x8a\xbb\x00\x48\xc4\xa5\x46\x64\xc6\x9a\x1a\xce\xa2\x3a\x2c\xb3\x2b\xa2\x3c\x90\x29\x8c\x35\x4f\xf0\xa0\xc2\xcc\xa2\x11\xb8\x09\xf3\x96\xf8\x30\xa0\x01\x6c\x3f\x3a\x5f\xaf\x55\x6d\x4d\x2d\x13\x33\xf7\x97\x60\xdc\xb2\x46\xa3\x64\x19\x56\x25\x9c\x18\xf2\x8e\xac\xe1\x06\x0b\xe2\x95\x08\xfd\x08\x1e\x08\x72\xe4\x48\x34\xc9\x01\x09\xf6\x23\xc7\x8c\x54\x66\xca\x96\xb2\xb3\x12\x80\x0d\x16\x60\x39\xbe\xa0\xd9\xc8\x7a\x95\x2b\x56\x66\xfd\xda\xc9\x7b\x55\xe3\x93\x77\xd6\xcf\xe5\x0d\x40\x4d\x17\xbd\x87\x4f\x3a\x83\xaf\xea\x1d\x99\x57\x60\x93\x12\x11\x47\xdb\xdf\x52\x75\xbd\xac\xca\x0d\x0b\x0d\xb8\x24\x7c\x4a\x12\x96\x1b\x1b\xec\x0d\x58\xd9\x6a\xb5\xca\xeb\x8b\x42\x30\xea\xde\x80\xc7\x4c\xa7\xdf\x39\xbd\x8f\x47\x36\x48\x7b\x64\xe7\x7b\x3c\x37\xbe\x5b\x01\x6c\xd0\x2d\xe5\x05\xb6\x96\x7a\xa6\xc4\x5a\x6d\x35\xb9\xa1\x41\x51\x10\xc6\x5d\x75\x6d\x86\x04\xa8\x9d\xeb\x25\x3a\x23\xa1\xf6\xe0\xc9\x64\x87\x6c\xbd\x36\xaa\xab\xd1\x62\x48\x5c\x08\xfa\x8c\x99\x48\x4f\xb2\x45\xcf\xb6\xd3\x93\x35\x2f\xdb\xb6\xf6\xfb\x3e\xdc\xc4\x3d\x3e\x73\xdf\xfd\x18\xba\xfd\xd3\xe3\x0c\x2a\x01\x3c\x4e\xdb\xb2\x25\xd7\x48\x6c\x06\x90\xe7\x4d\xed\x69\xf2\x3c\x6e\x1a\xdb\x78\x47\x87\x5c\x2d\x3e\x88\x09\xae\x11\x84\xfa\xe4\x95\x69\x55\x2b\xda\x74\x06\x66\x73\xc3\x48\x68\x68\xbb\x63\xed\x2d\xad\xd2\xb8\xa3\xb8\xbf\x01\x20\x0c\x3b\x2b\x78\x02\xbf\x49\xe0\x4f\xa0\xbb\x8f\xf0\x0d\x4c\x54\xf8\x60\x46\xaa\x2e\x1d\x9d\xa9\x86\x70\x68\x06\xa5\x91\x89\xb6\xef\x09\xcf\x06\x7d\x25\xa0\xad\x26\xb6\x07\x9d\x4c\x90\xb7\x19\x01\x67\x47\x78\x0e\xb4\xca\xe9\x60\x30\x5d\x43\x83\x1d\x66\x06\x4a\xbb\xfa\x7c\x24\x26\x46\x25\xd3\xc5\xcb\x64\x6d\xad\xe2\x69\xfb\x8c\xb3\x16\x5c\xd6\x50\xd9\x70\x54\x12\x43\x45\x87\x7d\x3a\x11\x69\xb3\x15\xb7\x50\x2e\xba\x36\xca\xa5\xfd\xb0\x16\xc2\xf2\x87\x13\x5f\x46\xea\x68\xfc\xc0\x57\x4e\x2c\xbf\xf5\x92\x6d\x1c\xe8\x5d\xa9\xa4\x73\x68\xc2\x71\x3e\x54\x11\xd2\x07\xac\xc3\x1d\xf7\x7c\xd6\x45\x57\x41\x41\xd2\x91\x22\x64\x06\x25\x3e\x0f\x01\xbe\xf3\xd0\xcc\x7e\x92\xa1\x8f\x5a\x0b\x46\x3d\x1b\x55\xac\x26\xb5\x2a\x55\x54\x08\x68\x39\x53\xf4\xe5\x5d\x60\x6a\x5c\x1b\x5b\x93\xf8\x9d\x66\xa0\xec\xce\x91\xa5\x80\x40\xbe\x27\xf2\x7a\x94\x8c\x4f\x55\xc4\xc6\x1f\xf5\x61\x97\x55\x1b\x48\xea\xec\xbe\x92\xa1\x85\xd3\xa6\x51\xc9\x6d\x92\x6a\x43\xfd\xab\x87\x15\x51\xe9\xb5\x13\xde\xb3\xf2\x15\xc1\x01\x66\x01\x8f\x86\xa2\x12\x3b\xc4\x6d\x45\xe4\x30\xec\x9f\xad\xd4\x26\x6d\x2f\x6f\xd1\x60\x96\x4e\x15\xbf\xcb\x4e\x90\xb2\xa7\xb3\xa5\x7c\x49\xc3\x88\x6a\x99\x34\x65\x5f\xbe\xa8\x8d\x0d\xb4\x15\x48\x0f\x70\x46\x34\x3b\x20\xf2\xa1\x5c\x96\x9f\x64\x90\x9d\xda\x83\x8e\x5d\x6c\xcd\xc6\x4b\xbc\x1d\x9e\x91\xfc\x14\x35\xfe\xdf\xf1\x6d\x76\x9a\x6c\x6c\x2a\xbd\x6a\x00\x91\x2a\x23\xe0\x6e\x5c\xb7\x7a\x60\x1a\x4a\x1f\x2c\x9e\x25\x2a\xc1\x26\xd2\x58\x6f\xe4\xa6\xdc\xa4\xe2\xc8\x58\xb9\x60\x48\x71\xa2\xd6\x1c\x07\xe0\xa4\xea\xdf\x2f\x20\xa8\x02\x8f\xbb\x9a\xf3\xba\x21\x67\xf2\x0a\x99\xa7\x3a\xe5\x6f\xe8\xca\xf0\x99\x36\x6d\x4c\x93\xa8\x91\x88\xaf\x95\x62\xfa\x3e\x3e\x25\xe2\x47\x45\x31\x87\x0f\xab\xa7\xa8\x6c\xe3\xb4\xf0\xf8\xfc\x0d\xfc\x8f\xa9\x46\x1d\x58\xdf\x7a\x50\x43\x7c\x9c\x4d\x2e\x12\x81\x0e\x23\xeb\x9f\x25\xaf\xa6\xec\x7e\x96\x05\x7b\x18\x12\x49\x9e\xc3\xfc\x3c\xbb\xe9\x94\x1c\xea\x58\xfe\x0a\x3e\x45\x37\xc3\x12\xe5\x87\x5c\x7c\x98\x54\x93\xc3\xbc\xb6\xcb\x60\x54\x5d\x0e\x49\x35\xee\x97\x80\x6d\xaf\x4c\x01\xfb\xa6\x57\x26\x97\x5e\x0a\xc4\xd6\xa9\x76\x82\x19\x2f\x03\x96\xe1\xa5\x43\xff\x20\x78\x1d\xc2\x3f\xe7\xed\xcc\x80\xa8\x99\x72\x01\xd4\xd8\x1c\xee\xb5\x9d\x01\xf1\x46\x8a\xe7\xf5\x74\xf6\xd2\xfc\xa8\xc3\x6c\x82\x28\xb3\xee\x3b\xd9\xa8\xe8\xaa\x00\x81\xe2\x31\x5c\x54\x13\x91\x71\x65\x05\x3e\xc2\x15\x95\xd5\xab\x78\xef\x06\xbb\x46\x02\xdb\xd7\xaa\x0d\x9a\x93\x3b\x85\xda\xc1\x72\x21\x4c\x8b\x6b\xb3\xb1\x39\xd1\x31\xff\xe3\xff\xf9\xff\x3d\xea\x75\x79\x3d\x1d\x95\x4f\x76\x7d\xc5\x33\xdc\x47\xb1\xaf\x8f\xc2\x93\x5c\xb9\xb6\x85\xf3\x14\x7a\x00\x40\x4e\xf3\xa6\x4d\xe3\xe7\xbb\x27\xda\xb5\xa0\x69\xc7\x41\x71\xca\x9f\x2a\x32\x3a\x36\xcf\x25\x7a\xfb\x59\xf8\x40\x43\x73\xb9\x30\x11\x32\xa4\x42\x84\x23\xba\x41\x8d\x74\x94\xfc\x65\x10\x5a\x5c\xe1\x5e\xae\xc5\x85\x38\x6b\x71\x79\xc7\xd9\x84\xc5\x9b\xb2\x68\x2d\x87\x4c\x56\x28\x84\xa9\x2e\xe6\x38\xcf\x83\x03\x9c\x54\xfe\xb4\x32\xa3\xfa\xbf\x5b\x28\xf1\xe0\x16\x9f\xc2\x9c\xc4\x3c\xdb\xc8\x5c\xf2\x81\xfd\x96\x20\xb6\xda\xa8\xd3\xa8\x4f\x94\x63\x25\x30\xaa\x7e\xe7\x39\x2b\xd9\x75\x75\xd4\x99\x5c\x76\x9d\xa0\x8f\x45\x50\xc7\x7e\x64\xbd\x05\xf9\x2c\x35\xb5\x65\x9b\x88\xa5\x42\xb4\x5a\xdb\x7a\x7d\xe4\x32\xb4\xf1\xd0\x41\xd5\x89\x22\x7b\x65\x40\x98\x00\x0e\x8b\x8a\xbc\x8a\x09\x0b\x45\x1c\xbb\xcb\xb3\x83\x5f\xc8\x59\xe1\x7a\xf4\x7c\x58\xb8\x45\x10\x20\x1b\x08\xf2\x06\x7f\x2c\x81\x90\xa5\x50\x14\xa8\xde\xb1\x13\x80\x60\xab\xbc\x58\xb1\x92\x2e\x95\xb8\xc6\x47\x3b\xc3\x17\x94\xdb\x5b\xe7\xe1\xa0\x23\xc3\xb0\x57\x16\xdf\x56\xe2\xe7\x03\xf5\xa4\x02\x54\xd1\xac\x04\xec\x24\x9c\x05\x90\x50\xf1\xb7\x38\xfb\xf0\xfd\x47\x07\xd3\x90\x2c\xee\x3e\xfc\xfb\x47\xf7\xe8\xa7\xb3\x0f\x7f\xfc\x88\xa6\x76\xb3\xc2\xf5\x46\xde\xa9\x05\x0c\x58\x30\x40\xa3\x3e\xc7\x8e\x51\x91\x63\xc7\xec\x64\xf9\x44\x53\xf1\xc9\x97\x5b\x3c\xba\xd9\x9b\xec\xf0\x36\x66\x95\x3b\xdc\x8c\xfb\x9a\xfb\xe8\x88\x02\x84\xaf\x58\x3c\x8c\x40\x2d\xa1\xca\xdf\xe2\x77\xea\xee\xbf\x01\xd3\x7b\x86\x3d\xfd\x2d\x14\x0b\xb6\xf1\x04\x9d\x39\xb6\xbb\x64\x5b\xc9\x68\x34\x19\xae\xf1\xdb\x4c\xdf\xc2\xc5\x7e\x8e\xcd\xb4\x99\x8d\x1f\x9d\x03\x78\x97\x13\x79\x77\x38\x01\x4a\x92\x86\x1f\xa1\xbf\x65\x56\x68\x54\x04\xe1\x49\xc7\xa7\xaf\x39\xf8\xa0\x70\x54\x03\xdc\x3b\xfc\x9c\x64\x3e\x84\x6c\x28\x0a\xf0\xc1\x99\x96\x18\x83\x4e\x26\x8a\x87\x99\x98\x8a\x1f\xa5\xd0\x2d\x2c\xa8\xef\x3f\xba\x47\x71\xb8\xf1\xeb\x27\x5c\x2c\xc5\xa0\x53\x7d\x11\x47\xf8\xfc\x4a\x2c\xac\x71\x18\xd4\x26\xe2\xe1\xdb\xd2\x96\x66\x87\xba\xca\xcf\x26\x59\x5c\xf9\xba\x2a\x7a\xcb\x6e\xbf\xdf\xe2\x8f\x54\x73\x70\x40\x84\x1c\xef\x55\xf6\x19\x97\x79\x61\xda\xc1\x89\xc1\x39\x5b\x78\x00\xcf\xaa\x84\xc2\x02\x96\x5d\xf2\x04\x89\xec\xaf\x36\xc8\x3c\x8d\x35\xf7\x6a\x70\xfc\x4a\x93\x31\xb2\x4e\xf1\xd7\x56\xa7\xe9\x99\xa8\x1f\x42\xdd\x20\xd1\x5d\x88\x1b\x79\xaf\x26\x87\x78\x60\x7a\x22\x13\x55\xe6\x37\xb6\xb3\x89\xc9\xc2\xaf\x29\x00\x99\xdb\x9c\xb5\x8b\xfc\x51\x5a\x9a\xbc\x73\xd1\x13\x60\x79\xea\x10\xe4\x42\x67\x28\x63\xa2\xbc\x2a\x33\xa3\x3b\x08\x6a\x20\x3a\x85\x08\x9e\x25\xe7\x58\xf8\xdd\x13\x82\x46\x7b\x9f\x45\xb0\x65\x43\x7f\xe2\x31\x72\x53\x35\x8d\x72\x69\x32\xee\xd7\xa6\xb0\x5e\x63\xdc\xa7\xed\xa9\x96\x2b\x4f\xea\x54\x6a\xeb\x67\x54\xa9\x19\x99\xec\xe5\xe0\x75\xa3\x7b\x19\x49\xe5\xdb\x2c\x25\x40\x4a\xef\x65\xb3\x83\x6d\x9d\x33\x5d\xbf\x91\x4a\x80\x35\x01\xb0\x1e\xb1\x3b\x78\x0b\xe5\xe5\xfa\xb7\x85\xd2\xd1\xa3\x5c\x5e\x3a\x26\x02\x8a\xdf\x2a\xba\x94\xc9\x04\xb6\xfc\x72\x86\x33\x1b\xbb\xef\xe5\xa0\x4a\x05\x29\xa4\x44\x0d\xe9\x22\x5c\x98\xa5\x00\xec\x0f\x56\xc4\x2b\x23\xf4\x87\x0f\x27\x58\xa9\xda\x43\x1d\x60\xd4\x4a\x94\x68\xd1\x81\xdd\x05\xbe\xe5\x9b\x56\xc8\x35\x5c\x08\xfe\xc5\xf9\xc5\x6d\xd6\xf4\x16\x2b\xf4\xdc\xd6\x83\x72\x63\x87\x33\x82\x86\xc8\xf4\xb1\x21\x13\xda\x00\x84\x4e\xc9\x81\xdb\x4a\x75\x65\x87\x08\xb9\x2c\xe7\x67\x11\x90\xbb\x56\x8d\x04\x46\x1d\xdb\x0c\x7d\xdd\x29\xd9\x66\xbd\x1f\x14\x3a\x37\x0d\xf8\x77\xd2\xd5\xb9\x37\x78\x98\xb1\x88\x3e\x28\x5a\x26\x23\xb5\x56\xfe\x80\x1e\x06\xf0\x9d\x02\x0c\x2e\xa9\x93\xdc\x0f\x39\x17\xf1\xfd\x47\xf7\x1d\xd6\xf1\x1d\xb0\x12\x2d\x53\xd2\x7f\xc3\x0f\xa2\xa7\x3c\x94\x13\xc9\x6f\x61\x19\x20\x35\x0a\x93\x7a\xc0\x35\xec\xad\xd8\xab\x61\xab\x90\xfd\x68\x83\x32\x82\xe8\xfa\x8f\x8d\x6d\x55\x20\xdc\xf8\x5b\x68\xe3\x6d\x4c\xff\x63\x4c\x67\xfc\x88\x89\xb9\x8c\x50\x0d\xa5\xfd\x6b\xe8\xc5\xd9\x87\xff\xf6\x31\xac\x51\x2f\xd7\x75\x4e\xae\xc9\x16\x31\x7e\x16\x50\x53\x1d\x4c\xca\x2b\x2e\x54\x83\x1e\x8e\xf3\xf9\x50\xf7\xb6\xa6\xa1\x89\xd6\x39\x94\xc1\x66\xb6\xf9\x4c\x7a\x2b\x7a\x35\x00\x99\xe2\xd1\x8c\xd6\x98\xab\x62\x68\x90\xfd\x1e\x52\x4d\xb0\x6a\x62\xce\xed\x0c\x6d\xa4\x4b\x0c\x53\x92\x25\x42\xd1\x4a\x2f\xeb\xf5\x10\x6c\x8c\xa5\x97\xd1\xda\x6e\x19\x17\xc3\xb6\x63\x7a\x56\x0f\xa3\x68\x37\x74\x67\x96\x51\xdb\xd0\x76\xed\x6a\x7c\x59\x44\xea\xd2\x5b\x7e\x2e\xd4\xe9\xc6\x8b\x98\xae\x1d\xbf\x6b\x27\x67\xbf\x5b\x72\x9d\x1c\xe3\x0b\x6c\x06\xe5\x76\xe8\xd8\x14\x00\x36\xea\x20\xf6\x16\x39\xcc\x48\x22\xa4\xa9\xd1\xb8\x0c\xbb\x5a\x98\xa8\x14\xdd\x60\x7b\x15\x1e\x90\x89\xbb\xd2\x88\x0a\xcd\x81\xbe\x0c\x1b\x99\x71\x2f\xe1\x8b\x24\xc0\x47\x45\x67\xe8\xb7\x3b\x5d\xd7\x34\x4e\x00\xad\x87\xbd\x34\x64\x36\xaa\x8d\xb0\x43\xab\x06\x76\x81\x85\x8f\x74\xfc\x6e\x01\x33\x61\x9b\x90\x14\x5c\x3c\x4b\x3b\x1b\x17\xec\x68\x78\x03\x62\xa9\xa8\xfc\xfd\x8d\x95\x22\x8f\x7d\x5c\xa4\xbc\x90\x93\xcd\x70\xd9\xd5\x9c\x64\x19\x62\x29\x8a\x61\xfb\xe6\xdf\xce\xda\x6f\x69\x13\xe3\x63\x9d\x99\xe5\x1f\x24\x52\xc7\xf3\xc3\x1b\xa8\xa8\x76\xe8\xe3\x0d\x96\x0c\x1c\x14\x00\xa4\xcd\x76\x15\x88\x18\x4b\x0c\x99\xd9\x1f\x32\x27\xbf\xe4\xf4\xbe\x80\x41\x97\x0f\x46\x1d\xb2\xcd\xce\xf7\x36\xe9\xae\x23\x9c\xea\xa1\x93\x9a\x76\x03\x3d\xb1\xa3\x52\x64\xb1\x8d\x4d\x36\x8d\x5a\x55\x99\x0d\x43\x76\xb2\x26\x4d\x45\x96\xbd\xa0\x56\xc9\x72\x97\x55\x2b\x53\x80\x36\x69\x10\xcf\x5c\x51\xb7\xad\xdb\x51\xd5\x2c\xf7\xbe\xb6\xb8\x6d\xe1\x6b\xda\x82\x20\xef\x4d\x31\x47\xe1\xa7\xec\x50\xed\xc6\x35\x1c\x68\xe4\x98\x8d\x0e\x8c\xcc\x6c\xc3\xdb\x60\xb0\xce\x77\xc5\xcc\x9a\x14\xe8\x27\xe7\xcd\xe2\xe0\x04\xfe\x17\x1d\x79\xe5\x19\x0b\x66\xb1\x79\x6e\xea\xf3\xd3\x51\xa1\x16\x5b\x7c\x13\x2e\x4b\xbf\x2d\x3b\xa9\xe8\xf9\x36\xfc\xcf\x33\xa2\x17\x5d\x46\x55\xd3\x3a\x64\x8c\x88\x9c\x53\x92\x57\xd7\xf3\x68\x95\xf0\xf8\x78\x3c\x1e\x9f\xec\xf7\x4f\xda\xf6\xf1\x42\xaf\x33\x0e\x32\x76\x7b\x72\x2b\xcf\xaa\x9a\x09\xcd\xce\x30\x65\x0c\xf9\xf2\xd8\xa1\x89\x45\x3e\x4f\xef\x51\x3b\xb9\x56\x1e\xd6\x6a\x76\x51\x4c\x3b\x29\xcd\x9e\x83\xd3\xc8\xf6\x9d\x4a\xcf\x54\x80\xbc\xd0\x0b\xbc\xbc\x2f\x13\x61\x26\xcb\x9a\xb8\x81\x7b\xb0\x81\xd1\xbe\x8c\x99\x4b\xbb\x49\x8d\x99\x0c\x0a\x45\x93\x38\x39\x24\x99\x10\x91\x86\x35\x0a\x12\x0b\x80\xcb\x62\x44\xaa\xfd\x7f\xa5\x28\xb1\x54\xfd\xd2\x32\xf8\x8c\x30\x51\x1d\xf4\x9d\x16\x17\xe2\xcf\xfa\x4e\xe3\xef\x15\x3b\xee\xcb\x1c\xf5\x79\x8b\xd9\x7f\x28\xf2\x43\x5f\x21\x07\xed\x95\x76\x4a\xa0\xa6\x5e\x50\x08\x07\x7a\x96\x34\x76\xad\xe8\xf4\x1d\x9d\xed\xb6\x19\x51\xcb\x70\x64\x3f\x12\x7f\x45\xa7\x0e\x76\xab\xf0\xb5\x77\x64\xe0\xb5\xe7\x45\xb5\xa2\x0a\x79\x8d\xa3\x87\x99\x9a\xc3\x6c\xf1\x26\x27\xd3\x8d\xc1\x79\x3c\xcb\x09\x3c\x0f\xc4\x85\x09\xcc\xb4\x73\x3a\xb3\xec\x09\x9e\xdc\x02\xe4\x58\x5f\xb3\xa7\x75\xca\x0f\xb6\xdf\xa5\xe5\x04\xf4\x9c\xac\x69\x80\x5b\x57\x42\xae\xed\xc8\x06\x47\xac\x17\x4c\x04\x82\xfb\x81\x8e\xa9\xb9\x26\x10\xcd\xb3\x3a\xd0\x5a\x9a\x2b\xe0\x9b\x85\x33\x87\x37\xbb\x41\xbf\x81\xe5\xce\x1c\x81\xe3\x4a\x87\x94\x9a\xef\x0f\x58\x90\x2e\xfa\x93\xf2\xa6\xfd\xa1\xd7\x3a\x05\x08\x1f\x6c\xcb\x50\xc6\x7a\xdd\xa8\xfa\xfb\xc0\xb3\xe4\x2f\x7a\xc8\x76\x60\xab\x98\x4d\x06\x19\x90\xb9\xe4\xe8\x44\x15\xf6\xbb\x1a\x3c\x7a\x4c\x8d\x33\x34\xbf\x14\xc6\x85\x84\xa8\x26\xcf\x6e\xcb\x7b\xe1\x0c\x87\xe3\x69\x76\xd9\x20\x06\x07\x13\xe1\x79\x28\x7f\x9e\xb9\x6a\x31\x08\x57\x48\x5b\xd1\x64\xb9\x18\x0e\x24\xcb\xca\x1c\x53\x33\x7b\x9f\x7d\x9f\x00\x5b\xd1\xbb\x16\xf6\xd7\x78\x0a\x88\x6e\xce\x79\x25\x9d\x02\xc2\x68\x58\xf4\x34\xe2\x14\xc8\x68\xc2\x05\xd1\x85\x78\x1f\x7e\x27\xe0\x9d\xb5\x77\xe4\x96\x7c\x8d\x3f\x53\xce\x56\xfb\x90\xf9\x5c\x7b\xf1\xa2\xcc\x5d\x4b\xa7\x9b\x3c\x0c\xd9\x2f\x90\xb0\x30\x78\x6c\x60\x9c\x41\xf2\x23\x83\x39\xa8\x3b\x9a\x26\x05\x6f\xbb\x39\x9a\x46\xbc\xb6\x87\x39\x2a\x00\xd3\xa6\x0e\xbc\x7b\x42\x09\x39\xd1\x09\xfb\xe7\x79\x7b\xda\x97\x92\x5d\xf8\xae\xb2\x86\xd0\xd0\xbf\x09\x7e\xf1\x6f\x8a\x29\x60\xfb\x80\xac\x47\x6c\x67\x35\xef\x11\x3b\xe2\x00\xa6\xf3\xcb\xdc\xd8\x2c\xb9\xaf\x99\x1a\x8a\x44\xec\xb2\xbd\x87\xd3\xb0\x2d\xc2\xcb\x71\xda\x42\x63\x60\x23\xc4\xc7\xae\x14\x4b\x02\x09\xbc\x3b\x3a\xaf\xf6\x59\xff\x9c\xa2\xb7\x23\x46\x76\x35\x1f\x01\x70\x9e\xaf\x47\xdd\x79\x6d\xb0\x50\x09\xad\x3e\xcd\xa1\x43\xda\x04\xbc\x00\xe5\x10\x41\xbf\x06\x50\xdc\xe6\xef\xdf\x5d\x3f\x00\x1e\x3a\xf0\xa7\x22\x4a\xc5\x1a\x46\x88\xac\x2b\xe8\x52\xea\xfd\xbb\x6b\x0a\x22\xe6\x77\xea\x58\x5e\xb1\x7a\xb9\xce\xc6\x90\xce\xd2\xc9\xb0\x90\xc2\x18\x5f\xdf\xa8\xe1\xc4\xc0\x20\x4c\xcd\x30\x93\x11\xea\xf4\x76\xe7\x0f\x0a\x9f\xe2\x3e\x80\x2b\x76\x6e\x09\x57\x1c\xbf\x13\x08\x38\x01\xc7\x24\xf2\x8b\x71\x24\xf1\x2e\x5d\xdc\x32\x46\x18\x8d\x67\x08\x33\x2f\x4f\x75\x3b\x7f\x24\xe3\xaf\x65\x04\xaf\xe5\x1e\xfd\x2c\x00\xd4\x0f\x0f\xe2\x58\x05\x9f\xa9\x17\xe2\x35\xfd\x7a\x18\x1c\x7d\xad\xa6\x32\x97\xd9\xe7\x43\x7d\xcd\x5f\xbc\x82\x9c\x0d\xb2\x52\x6e\x0b\x40\x27\xce\xdf\x47\xa7\x86\x7f\x88\xbf\xc3\xee\xf9\x87\xf8\xbb\x36\xad\xfa\xf4\x8f\xa0\xa8\x89\x11\x58\x60\x67\x9e\xcf\xde\x4f\x92\x04\x08\x83\x80\xc5\xb2\x25\x83\xa2\xdd\x64\xc5\xe4\x32\xa7\x0b\x8f\xce\x7b\x1f\xdc\x8a\x01\x6b\x36\xe8\xf5\x38\x39\x3d\x5a\x89\x46\x64\xbf\xd3\xe5\xf2\x53\xfc\x12\xff\x37\xb0\xae\x11\x04\x03\x53\xa2\x97\x4b\x90\x1e\x1d\xbd\x3f\x62\x6f\x7d\xe4\x02\x8a\x6e\x18\x64\xf4\xcb\xef\xca\x07\x18\xe5\x81\x99\x9c\xeb\x93\x0f\x29\x69\xc8\x9d\x0e\x79\x0e\xcb\x8e\x10\x73\xaf\x06\x1f\xf5\x55\x5e\xdc\x5a\xf1\x4e\x6d\xc7\x4e\x0e\xf9\xd3\x9e\x69\x81\xe9\xb4\x04\x3c\xcc\xeb\x22\x91\x86\xc1\x11\x03\xe3\xca\xe8\x5a\x7c\xe4\xc3\xa2\xf0\xa0\xee\xd5\x40\x9e\x38\xa6\xb5\x10\xd3\xe1\x90\xeb\x78\xc2\x6e\x0b\xcb\x37\xc5\x45\xc5\xd9\x68\x70\x1b\x50\x79\xb7\xd4\x0a\xba\x53\x8b\x6d\xa0\xa7\xc5\x0b\x2d\x48\xf7\x83\xe1\x71\x31\x2b\xf6\x26\xc7\x3e\x41\xd3\x0b\xff\xc9\x73\xaf\x24\x7e\x11\x54\xf0\xd6\x4e\x4d\xc2\xdb\xfb\xd2\x13\x56\xbe\x1d\xc8\xbb\xe2\x05\x6c\x50\xfa\xf9\x26\xf8\x67\x9c\x83\x45\x9d\x52\x72\xca\x58\x0e\x0a\x8c\x05\xaf\x03\xdc\x10\x3c\x49\xe5\x73\x73\x38\x30\x63\xcc\x39\xf6\x5d\x8f\x7c\x0c\x7a\x1c\x70\x0b\xcd\x9b\x4c\xd3\xe2\xe3\x74\xbd\xc9\xd6\x30\x1a\x81\x6a\xd3\xea\x7b\xdd\x8e\xb2\xc3\xc6\x3c\x84\xf7\xdf\x4b\xbc\x8d\x35\xf8\x4c\xeb\x24\xee\x49\x87\x70\x87\xc7\xd8\xa3\x68\x56\xb3\x49\xee\x62\x17\x7b\x04\xc4\x27\x5e\x94\xf1\x4e\x42\xb7\xaf\x22\x39\x7e\xcc\x05\x37\x92\xca\x70\x7d\x90\xf7\x9b\xb0\x4a\x7f\x98\x1d\xcb\x7c\xb3\xf5\xeb\x00\x38\xf1\x20\x7c\x2a\xbd\x5c\x04\x0b\x13\xfa\x26\x98\x7b\x2a\x2c\x84\x87\x6f\x2b\xbd\x4c\xaa\x31\x63\xf9\x75\xfa\x5a\x36\x77\x8b\x4c\xf7\x22\xfe\x85\xfd\x95\xf3\xf5\x30\x70\x21\x98\x20\x9a\xe3\x42\xc5\x40\x4e\xcf\xe6\xdc\xc6\x4c\xfa\x7c\x97\x93\xa6\xd0\xe0\x64\x66\x8a\x5d\x99\xfa\x80\x4b\x04\x73\x62\xbd\x8e\x4d\x5b\xa2\x47\x27\x06\x2a\x74\xa0\x70\xdd\xfa\xcf\x8c\xd6\xe9\x81\x4a\x84\xe8\xb3\x2e\x0b\x4e\xe3\xfb\xf7\x93\x84\x2d\x73\x2c\x90\x8b\x59\x40\x2b\x39\x96\x6d\x50\xa9\xe7\x5d\xa4\xb7\xba\x18\x5a\x57\x7b\x1c\xf2\x73\xd6\x22\x9c\x47\x03\x0a\xf2\x61\x99\xf9\xd8\xc8\x6f\xb7\xdd\xe9\xb6\xe2\xd3\x16\x1a\x80\xcb\xf0\x42\x3e\x70\x65\xa8\x22\x80\xf3\xb3\x57\xa6\x45\x2b\x83\x0d\x29\x84\x68\x59\x4c\x91\x9e\x5c\x29\x9f\x51\x54\x9c\x62\xcd\x97\x91\x05\x71\xee\x33\x8e\x07\xe7\xbb\x3f\xdc\xe5\x63\x88\x68\xbc\xcf\x4f\xa2\x89\xbc\x43\x06\x2e\xd0\x65\xf4\xcd\x12\x08\xee\x02\xaa\xc5\x13\x21\xf9\xd8\x8d\x4d\x0b\x05\x86\xd3\xcd\x2b\xdd\x5e\x2c\xb9\xbb\xc8\x04\x86\xb6\x9e\xd8\x2c\x5c\xb6\x2d\xf6\xa7\xb0\x5d\x38\x59\x60\xe2\x9f\xaa\xc0\x55\xfa\xa7\x9a\xaf\x97\x49\xc5\xc1\x49\xd5\x5c\x6a\xb5\x43\x7e\x45\x9f\x37\x6c\xa1\x4b\x8b\xc5\x8a\x5b\x14\x0a\x28\x07\xeb\x31\x59\xe1\xef\x28\xd4\x57\x2e\xbb\xa7\x97\x4f\xd3\xe3\x71\xb2\x66\x1f\x70\x6a\x15\x1a\x45\x6a\xbc\x53\x23\x77\xb5\x38\x6a\xec\x75\x26\x97\x42\xd1\xe8\x9a\xc2\x9d\x95\x76\xae\x6c\x8e\x8d\xe7\xe3\x2a\x2b\x81\x1e\xe7\xd3\xf3\xf2\xda\xdb\x7a\x3d\x1b\xf8\xc2\x01\x7d\xf9\xc2\x9c\x9f\x13\x92\x83\x31\x64\x24\xf3\xb2\xab\x42\x7a\x01\x36\x1e\xbd\x95\xb3\x33\x1b\x0e\x41\x3f\xf5\x20\xcd\xb9\x87\x9d\xcd\xd8\xaa\xcf\x57\x00\x0b\xef\x40\x2a\x09\x5e\xa4\xac\xa0\x98\x68\x2e\xa2\xa6\x91\xd5\x17\x78\xf5\xb5\x1f\x9b\x1d\x69\x16\x51\x4b\xc1\x71\x6d\xdf\xdc\xdc\xe2\x35\xb8\x17\x7e\xd0\xdb\x2d\x9c\xf0\xe2\xcf\x3b\x65\x30\xd0\xa0\xb3\x7b\xc5\xe4\xb3\x69\xc6\x01\xf5\x07\x14\x86\xed\xa0\x82\x3b\x28\xd3\xf2\x79\x97\xfb\xa4\x0c\x02\x3a\x5d\x87\x0b\x8c\xf9\x8a\xe6\x62\xbd\x6a\xf4\xe6\xb8\x12\xd7\x4a\x0e\x86\xa2\x9a\x05\x0b\x9e\x07\x1f\x63\xc4\x9e\xe0\x13\xe2\x1f\xbf\x93\x3f\xe5\x87\x34\x65\xe6\xfb\x83\x4f\xc2\xd9\xf0\x4c\x41\x97\xfc\x2f\x85\x11\x7e\x48\xf7\x8c\xa7\x02\x9d\xfd\x1a\x0e\x19\xc1\x0f\x5c\xbf\x64\x1f\xcc\xda\x90\x87\xc1\xa3\xaa\xbf\x94\xb2\x33\xaa\x15\xc6\x4d\x8c\x6d\xb9\x10\xb7\xca\xa1\xc3\x1e\xfc\xfe\x0c\x78\x18\x82\x1b\x8a\x87\x84\x36\x8d\xfd\xe8\x76\xbc\x2c\x22\xd6\x10\x84\x11\x59\xb6\x30\x46\x6e\xae\x4f\x59\xac\x23\x75\x11\x9b\x76\x98\xf6\x93\xd6\x3e\x5d\x67\x53\x75\x7f\x1b\xd5\xa8\x30\xb8\xef\x5e\x1e\x29\xd2\xdf\x46\x1d\x84\x53\x8d\x35\xad\x0b\x2f\x41\xb5\xc7\xd7\x2a\x4e\x8c\x7d\x78\x3d\x34\x9b\x92\x79\xdb\xd2\x7d\x6c\xb8\x84\x5d\x00\x71\xbd\x25\xd7\x2c\xef\xf8\xe7\x1c\x88\x2e\x76\xa0\x57\x2f\xe8\xd7\x1c\xa4\xe7\x48\x36\x31\xa6\xcd\x1c\x64\x6d\x5b\x98\xb3\x5f\x6c\x7b\x9c\xeb\x19\x63\xac\xfd\xa0\x6c\xc4\xbd\xdc\xdb\x03\x06\x55\x58\x1f\x31\x43\x7b\xa7\xba\x0d\xf9\x9c\x07\x01\x53\x85\x47\xc5\xc8\xb1\xc4\x77\xcf\x82\xb6\x10\x8f\x13\x7a\xcb\x43\xd3\xf8\xdc\xfa\x81\x23\xea\xe6\x8e\x64\xa7\x6d\xa2\x27\xc7\xdc\xae\x97\x24\x1c\xe0\x6c\xa2\x82\x91\x82\x9f\x9d\x83\x70\xdd\x67\xcf\xb2\x82\x42\xaa\xa7\xc0\x63\xaa\x45\x1a\x80\x71\x1c\x02\x08\x49\x57\xf4\xea\x2f\xf3\x33\x94\x78\x6a\xed\xb0\x9e\x85\x16\xb1\x5f\x28\x18\x20\xf2\x08\x35\x83\x48\x86\xa7\x08\x14\x3c\x4c\x4e\x79\x24\x06\x4f\xda\xcb\x17\x05\xf9\xc8\x08\x70\x9c\x18\xbb\x65\xc6\x8e\x03\x8a\x91\x92\x05\x08\x6b\xd0\xa9\x64\x46\x26\x30\x56\xef\xdf\x5d\xe7\xc4\xf0\x5c\x48\x38\x7f\x49\x25\x31\xa8\xad\x1c\xda\xf0\xb6\x99\x09\xf3\x4e\x7a\x22\xc0\xb9\xe3\x63\xf4\xd4\xc1\x28\xe8\x55\xda\x9d\x36\xe8\xcc\x0a\x65\x07\x56\x7e\x81\x18\x97\xee\x93\x80\x16\x8f\x3d\x90\x67\xa2\xf5\xa1\x1e\xec\xf2\x37\xff\x71\xf3\xe6\xf5\xb9\xf8\xf4\xe4\x70\x38\x3c\x81\xe2\x4f\xc6\xa1\x53\x06\xba\xd0\x9e\x8b\xff\xeb\xd5\xf5\xb9\x50\xbe\xf9\x76\x25\x5e\x11\xd5\x4e\xc4\x90\x4d\x3a\xd0\x5c\x0b\xed\x23\xc6\xe1\x5f\xa0\xe6\xbc\x63\x58\x0b\x9a\x47\x82\xca\x99\x3b\x98\xbd\x60\xcc\x1f\x82\x28\xa1\x51\x7f\xc6\x28\x34\x83\x42\x5b\x78\xfc\x91\x65\x74\xb2\xb9\x5b\xf2\xb3\x3e\x05\xd1\x8d\x35\xdc\x8c\x97\x0d\x07\x6a\x9f\x80\x04\xf3\xcf\x2b\x34\xfc\x4c\x0a\x5a\x98\xb8\x78\x0a\xef\x94\x01\x2a\x35\x76\x6d\x79\xc0\xac\x55\x98\x08\xd5\xfe\x3c\x2d\x8c\x7e\x2b\x30\xce\xf0\x85\xf8\x0f\x7c\xb7\xbd\x0b\x57\x46\x90\x15\xd6\x16\x02\xaf\xa6\x85\x31\xe0\x5c\x26\xfd\x5c\x88\x97\x14\xf9\x2e\x48\x5f\x29\x2f\x4a\x60\x33\x24\xac\x0c\xbb\x10\xd7\xca\x8b\x7d\x54\x8e\xe1\x5a\x23\x74\xf3\x22\xa5\x49\xc1\x72\x76\x18\x17\x32\xf3\x38\x67\x57\x16\xe1\xbe\x7d\x3e\x0e\x85\x01\x4d\x61\x3a\xf3\x00\x68\x74\xcb\x94\x9b\xbd\x90\x21\xf5\x39\x99\x87\xb7\xe7\x22\x98\x56\x9f\xf3\xc5\xe1\x79\x78\x8d\xd5\x9e\x8b\xd1\xa4\xdf\x64\xd6\xca\x02\x51\xf8\x44\xc3\x05\xf8\xe4\x2b\x96\xdd\x60\x8d\xfe\x7d\x61\x50\xf0\x30\x25\xb7\x23\x8b\x93\x9c\x51\x78\x04\x65\x25\xdc\x5c\x7c\x27\xd2\x1a\x42\x49\xaa\x69\x46\x16\xd2\x5f\x79\x74\x3c\xbe\x44\x4d\x48\x5b\x15\xd7\x5d\xda\xff\x81\x42\xf3\xf9\x49\xac\x28\x39\x6d\x2c\xe8\x1f\x12\xbf\x52\xe2\x59\x3e\xce\x57\x33\xea\x9a\x78\x57\xa6\xae\x33\xfe\x8c\x01\x27\x75\xcc\xd8\x22\x9e\x8a\xb9\x38\x95\x6a\x38\xc5\x01\xd2\xa3\x93\xc0\x99\x84\xe0\x27\xe8\xf9\xf6\x69\x4c\x2b\xf9\xe9\x40\x67\xf0\xe4\x28\x89\x0c\xbe\x67\x45\x4a\x90\x9f\x09\xc0\x99\x97\x66\xeb\x00\x82\x46\xeb\xda\x78\x15\x3c\x0e\xcd\x9c\x55\xe7\xbc\x0a\x61\x0d\xae\x47\xc9\x45\xea\x24\xb3\xb5\x7b\x89\x57\xa6\x4f\xf1\xc7\x8c\x36\xed\xa4\x31\x64\x1e\x42\xbf\xf2\xd1\xea\x3b\x7b\x0c\xfe\xbc\x9f\xe2\x17\xc7\x28\xc9\x7b\x96\xc0\xb8\x53\x09\x72\x09\x57\x62\xa6\x11\x0a\xb1\xa3\x4c\x39\x28\xd9\x3e\xa1\x58\xf2\x38\xa5\x2b\x71\xbb\x53\xc7\xe8\x11\x0a\x03\x80\xe0\xed\x42\xe9\xfc\x94\xa2\x94\xb3\x5b\xec\x6c\x68\xd0\xe7\x50\xde\x81\xbf\x64\x11\x40\x59\x8a\x32\x47\xd1\xa6\x66\xe4\x7a\x8b\xc2\xa0\x69\xa9\x17\x73\x3f\xd4\x11\x6a\xea\x2f\x3b\xf5\xf4\xa4\xbf\xec\xbc\x68\xee\x34\x3b\x2b\x8a\x27\x7f\x1c\x84\xc5\x1b\xfc\x62\x5a\xe6\x2e\xb1\x53\x57\xbf\xc0\x2b\xf6\xf2\xcc\x4d\x45\xa7\xcf\x4e\xf5\x43\x06\x3c\x6d\xde\xb9\x2f\xf0\x8f\x3d\x7d\xb6\xfe\x05\x52\xd4\x52\x5b\xd2\xa0\x64\xa3\xfb\x39\x73\x9e\x56\x6f\x36\x2b\xf2\xff\x53\x3b\x3b\x0e\x18\xba\xf1\x17\xfc\x16\x37\xf8\x4d\x20\xec\xef\xe1\x82\x1d\x3f\x50\x22\xbf\x9b\xb9\x60\x3b\x44\x4a\x44\x8b\xde\x69\x44\xfa\xa7\x7a\xb3\x21\xeb\xde\xd7\x16\xa3\x89\x50\xce\x8a\x8a\x60\xd8\x6f\xf8\x85\xee\xb3\x63\xd8\x6f\x2c\x74\x03\x29\x19\x98\xeb\x3b\xed\xd1\x75\x12\x80\xc1\x07\x3a\x4f\xca\x20\x46\x83\xae\x21\x02\xcc\x7b\xfa\xcc\xa1\x00\x65\x7c\x60\x13\x54\xb0\x67\x6d\xf4\x67\x80\xc2\x43\x52\xce\xe2\x0a\x0d\x70\x67\x2d\x2c\x2b\x8d\xd2\x41\x02\xc9\xdd\xd1\x9e\xb5\x51\x31\x94\x20\x78\xa0\x91\x60\xfd\xf2\xf2\x35\x7d\xa2\xab\x23\x7e\x11\x8b\x1e\xa0\x9e\xe9\x8e\xc7\x9b\x43\xe9\xf4\xe8\x4f\x81\x42\xd2\x03\x1c\xe4\x89\x2c\x39\xb3\x09\xcd\x7d\x40\x11\x0e\x6f\x6d\xbd\x97\xe6\x18\xad\xc5\x6f\xec\x5e\xb1\x64\x04\x12\x14\x85\x43\xdc\xd9\x43\x66\x40\x6b\xad\x80\x22\x0c\x15\x06\x24\x68\x29\x00\x6d\x15\xdc\x5e\xad\x96\xdc\x5f\x85\x3c\xf2\x5b\x46\xda\x72\xda\xa5\x0c\x12\x21\xda\x41\x6e\xd0\x9e\x11\xfe\xc7\xd4\x7e\x50\xa9\xd8\xdb\x41\x3d\x99\x16\x73\x9e\x97\xd4\x0d\xfe\x88\xe9\x6c\x8f\x08\xff\x62\x9a\xdc\x91\x2d\x4c\x9a\x99\x34\x63\xc1\x74\xd6\x5b\x71\xe6\xd8\x4d\x06\x6f\xc4\x49\x85\xb8\x0b\x52\x54\x61\xdc\x23\x57\xb6\x55\x45\x5f\x73\x43\x47\x8c\x08\xe0\x76\x22\x8e\x8f\xb7\x42\x7b\xf2\xf6\xdd\x0f\xb6\x1d\x1b\xbf\x2a\xda\x5d\x94\x26\xf6\x45\x85\xd5\x28\x3a\xbb\x45\x19\x03\xfd\x1a\x51\x90\x96\xd1\x80\xb8\xed\x31\x30\x15\x79\xe4\xe0\x4d\xae\xf7\xfd\x40\x1a\xc3\x80\xde\xcb\x6d\xf4\x46\x2e\xb7\xf4\x84\x2b\xe5\xa1\x7e\x2a\x84\x5a\x2b\xca\xa4\xb0\xc7\xe1\x52\x38\x39\x47\xf1\x72\x8b\x7c\x5f\x93\x3b\xa2\x03\x26\xd6\x1a\xba\xdc\x76\xbb\xac\x01\xc5\x89\x13\x52\xe7\xa7\x4c\xc8\x29\x6d\x9c\xb2\x65\xc1\xdb\x99\xfd\x81\xc5\x1c\x90\x8f\x88\xc9\xbf\xa6\x5f\xab\xd5\x6a\x61\x35\xcd\xfd\xe5\xf7\x83\x7a\x32\x9d\xeb\x0c\x3e\x0e\xc0\x9f\xd5\xe3\xae\x13\xbd\xd5\xc6\x0b\xb2\xd9\x93\xbe\x58\x29\x41\x61\xca\x53\xab\xad\x79\x82\xc7\x57\x6a\xc6\xd4\x52\x35\x56\xc7\x0b\x25\x2d\x99\xd9\x6a\x47\x4f\xde\xbc\x53\xd0\x08\xb0\xdc\x2e\xb8\x7a\xd2\x86\x41\x6b\xdc\xd9\x46\x23\xe6\x30\x41\x95\x17\x65\x0b\xc0\x74\x14\x72\x56\x52\xb0\x4f\x61\x96\x4f\xbf\x50\xcf\xd4\xea\x0f\xc3\x1f\xb9\xde\x9a\x78\xe7\xe4\xe5\xf6\x81\xb3\x6e\x56\x5b\x7e\x71\x43\x55\x7c\xe6\x70\x9b\xee\x81\xd2\x86\x30\xc3\xc3\x2c\x08\x50\x50\xde\x23\x33\x16\x64\x86\x8b\x6d\xae\xb3\x7d\x15\xd6\x41\x8c\x23\xce\xed\xe7\xf7\x6e\x78\x30\x87\xdf\x55\xf5\xc1\x0e\xdb\x8f\x29\x1e\x6c\xd4\xe3\x17\xaa\x78\xd4\xe6\x00\x4c\x8c\xdf\x76\x02\x30\xc5\x74\x4b\x18\xc3\x02\x7e\x0e\xdb\xb4\xd4\xc0\x03\x00\xe9\xd2\x28\x4c\x39\xda\xd2\x06\xf7\xdf\xab\xe0\x7b\x92\x42\x51\xb2\x91\x6b\x5e\x1d\xb9\x84\x4c\xa6\x93\xef\xf9\x05\x3b\x9b\x6d\x5f\x88\xb7\xf8\xa3\xd2\xe6\x5e\x7b\xe0\x2b\xf6\x8a\xcc\x59\x5e\x62\x02\x9e\x43\xd6\xa8\x8a\xdc\xcd\x53\xf8\x5a\x57\xa1\x6f\x34\xbe\x3a\x70\xf8\xf4\x0a\x7f\x71\xfa\x24\x62\x63\x11\x61\x31\x73\xf8\x85\xb1\x4f\x0b\xcb\x5c\x40\x8e\xa3\xb2\x60\xb3\x1f\xc3\xe9\x86\x18\xba\x38\x84\x98\xfa\x10\x74\xe1\x5b\x1b\xa8\xc3\x18\x9c\x61\x20\x2e\x7c\x94\x66\x48\xc8\xc1\x45\x85\xf1\x58\x4d\xf1\x4a\xd7\xad\x52\x35\x19\xad\xd9\x91\x41\x7f\x2a\x06\x4c\x23\xda\x24\xfe\x4c\xf0\x85\x7f\x59\x56\xb0\x48\xf2\x8d\x4f\xc9\xa2\x53\xf7\xaa\x2b\x34\x2e\x88\x08\x24\x84\x9f\x4f\x44\x94\x9c\xc7\x1f\xfe\x7a\xa7\xc5\x73\x1c\x0f\xbb\x2d\xce\xec\x13\xbf\xca\xba\x76\x39\x92\x61\xae\x56\x9e\x84\x34\x8c\x59\x4b\xb1\x0d\xff\x19\x03\xce\x12\x34\x23\x4b\xc5\x10\x44\x4c\x5f\x7a\xa5\xcc\x76\xa1\x76\xd8\xfe\x6b\x66\xa1\x65\xc4\xde\x69\xab\x67\xe1\xf7\x8a\x46\x7f\x5d\x18\xbe\x93\x26\x18\x05\xad\x98\x2a\x29\x66\xb1\x21\xb0\x83\x0f\x16\x29\x23\x45\xe4\x0d\x8e\x8a\xf5\xcc\x04\x82\x6f\x4d\x29\x46\x04\x5d\xae\x7d\x3e\x50\xc4\x89\xab\xf3\x87\x22\x46\x4c\x5b\x09\x34\x26\x3a\xaf\xc8\x1b\xf9\x60\x89\x9c\x2f\xb1\x93\x6b\xd8\x7f\x3e\x8a\xc4\xf2\x8d\xe8\x65\xdb\x06\x6d\x15\x3b\x8d\x0f\xe3\x97\x34\x62\x9b\xcc\x99\xdb\x34\x46\x48\x1a\x39\xe4\x40\x69\x70\x27\x11\xa2\x99\x6a\xaf\x52\x80\xe1\xba\x88\x1c\xf1\x2a\x85\x30\x4e\x41\x24\x7e\x88\xc5\xd8\x38\x32\x84\xd5\x9a\xa4\x27\x4a\x89\x2f\x3f\x7a\x0a\xe3\x90\x80\xe8\x9b\x82\xfe\x2d\xe5\x4c\xcb\x97\x75\xd0\xff\x7a\xb0\x9d\x8a\x0d\x15\xef\x6c\xa7\x52\xf3\x4a\xd7\x0d\x65\xc1\x58\x26\xa6\xb3\xe0\x1f\xdc\xf8\xc7\x74\x8a\xc8\xcc\x31\x5c\x62\x2a\x9f\x96\xb9\x8b\x4d\xe4\xac\x19\x3b\x0a\x2a\x3f\x4c\xa1\x0d\xfa\xb2\xe3\x73\xf5\xb5\x3d\x54\x74\xa8\xae\xd0\x37\x04\x45\x3c\xe6\x94\xb2\x52\x4a\x03\x1e\x27\x39\x7f\x7d\x07\xd2\x12\x85\xef\x99\xe7\x4f\xbc\xc3\xe3\x99\x12\xfd\xc2\x87\x90\xdf\xc0\xa2\xb3\x07\x12\x43\xd7\xc6\xa5\x5f\x73\xc2\x3a\xf1\x39\x4b\xef\x62\x8a\x7a\x73\x88\x2f\xa9\x18\xdf\x3c\x4c\xab\x3b\x0f\x2a\x5c\xd4\xac\xb1\x6e\x99\x82\xda\x51\x2d\x68\xab\x98\xda\x81\x4f\x2f\xca\x76\xe4\x10\x5f\xd2\x0e\xa8\x05\x5f\xbb\x93\xc8\xf7\x40\x7b\x64\x1b\xa2\x56\x16\x26\x55\xd3\x26\x26\x07\xe3\xb7\xd9\x49\x8e\x66\x69\xed\x84\x33\x71\xab\xa5\x23\x95\x72\xc8\x8a\x68\x81\x79\x20\x13\xd1\xc5\xb8\x56\x9f\x27\x02\xe8\x56\x00\x4a\x46\xd0\xcc\xf8\xb3\x70\xfb\x38\x3f\x97\xa8\x5d\x89\xd9\x43\xee\x8b\x69\x03\x67\x7e\xfe\x48\x26\xb8\xe0\xf7\x98\x38\xbf\xfc\x50\x41\xd6\x2f\xcc\x64\x8b\x10\xc9\x34\x05\x36\x58\x56\xeb\x1c\x59\x24\xe6\x08\x15\x89\xf8\x1c\x2e\xec\xd8\x9c\x6f\xcb\xee\x13\x14\x5e\x9b\x84\xae\x06\x53\x3c\x84\xda\xcb\xe3\x34\x2e\x13\x30\xcb\xe5\xae\x39\x2d\x22\xcd\x9b\x92\xce\xf5\xe7\x18\xbe\x3f\x2e\x98\x93\x62\xd2\x2a\xdf\xea\xf3\x05\x92\x96\xdd\x76\x40\x8f\x0b\x61\xae\x81\x58\x64\x4b\x01\x11\xfe\x10\x7b\xd9\x48\x33\xa5\x06\x68\x11\xa3\xe4\xfe\xf1\x43\x44\xe1\x2b\x1a\x80\x64\xe3\xe1\x16\x20\x59\x20\x1f\x3f\xa6\xcd\x49\xc0\x43\x0d\xa1\x3d\xff\x15\x0d\x41\xba\xf1\x85\x0d\x39\x0f\xad\xe0\xf0\xe0\x6d\xbb\xb8\xff\x1f\x6a\xdf\x44\x10\xc2\xc5\x59\xc4\xaf\x0f\xc4\x00\x2d\xc5\x50\x52\x5b\xb4\x14\xcb\x14\xce\xab\xd5\x74\x97\x64\xa6\x6e\xd9\x4e\xc9\xac\x6a\x43\x5b\xd0\xa8\x8d\x5f\x1f\xf0\x29\x97\x50\x19\x6b\x28\xee\xa5\xf1\xf9\x0b\x85\x32\x14\xc4\xe3\x01\xd8\x8f\x23\x73\x3a\xe8\xb3\xbb\x88\x64\x91\xc2\x0a\x90\x4c\x87\xc6\x1d\x83\xf3\xab\xaa\xfa\x80\x73\xf5\xb1\x6a\xa5\xdb\xad\xad\xc4\x30\xcd\x4f\xc3\xef\x8a\x74\x65\x74\xc1\x8d\x91\xe4\x53\x44\xb5\x59\x48\xf9\xc9\xa0\x16\xe3\x29\x47\xbf\x03\x71\x2e\x4a\x0f\x97\x45\x82\xa3\x20\x63\xdb\xc0\x22\x6e\x47\x7e\xe9\xc7\xc6\xb0\xf8\x6c\xcd\x79\xb5\x17\xaf\x29\xa1\xda\x5b\xa3\xc9\xee\xee\x15\xfd\xd2\x66\x5b\x15\xcf\x55\x9f\xc1\x07\x05\xaf\xe4\x94\x6b\xe9\x7c\xe5\xad\xc7\x70\x25\xb7\xf0\xff\x07\x71\xd6\x56\xa9\xeb\xa8\xd5\xd6\xce\x23\xf3\x74\x13\x7e\xbb\x0c\x20\x8b\x3e\x8f\xaf\xed\x87\x10\x4e\x3f\xa1\xc0\x76\xa2\x12\x7e\xcc\xda\xcd\xad\x44\xac\xa3\x5b\xaa\x32\x3c\x42\x45\x73\x90\x56\x7a\xb9\x0e\xea\x99\x1f\xd7\xa8\x75\x5d\xff\x44\xaa\xcb\xf3\x2c\xa1\x98\x91\x3c\xa3\x8f\x11\x55\x8b\xe4\xf2\x2c\x4d\xe9\x14\x20\xa8\x48\x72\x5e\x96\x75\xc9\x66\x56\x4b\xb8\x82\xc9\xd3\x82\xfd\x73\x4a\x09\x96\xd0\x05\xf6\x32\xac\x66\x9e\x45\x26\xff\x45\x12\x3d\x2f\x99\xf4\x84\x14\xc3\x79\x5a\x67\xb7\xda\x08\x52\x36\x97\xdd\x63\x86\xbd\xc4\x19\x1e\x73\x17\x28\xd0\xc3\x56\x9e\x82\xb7\xc1\x5e\xba\xb2\x34\x6e\xd0\x3c\x81\x5f\x20\xcf\x00\x93\x2b\x27\xb7\x5a\x5a\x48\x41\x0e\x8f\x8b\x89\x84\xf1\x25\x48\x77\xd0\x14\x61\xe5\x06\x7f\x2c\xc2\x0c\x23\xaa\x1d\x47\x93\xe5\x36\x9d\x92\xa6\xe6\xc8\xa3\x96\xc3\x1c\x5d\x41\x62\x88\x32\x2a\xde\xe0\x7e\x74\x0f\x16\xca\x0e\xc6\xcb\xae\x13\x1c\xd9\x94\x4b\x66\x4f\x0d\x96\x4f\xc8\x84\x99\xcf\x5a\x36\xf4\x92\x49\x40\x74\x89\xf5\x90\xe8\x46\x86\xcd\x15\x42\xf6\x17\xe1\x98\xb4\x32\x41\x44\x34\x5f\xdf\x54\x3c\x00\x80\xe0\xeb\x7b\x35\x69\x64\x19\xfe\x91\x41\x3e\x83\x61\xd2\xc4\x45\x14\x5f\xdf\x48\x3c\x6a\xcd\x96\x8e\x9d\x13\x8d\x3c\x62\x68\xda\xa1\x65\xc9\xb5\xb3\x0e\x83\x4c\x73\x5c\x8f\x87\x51\x9e\x6a\xf5\x83\x38\xbf\xa2\x1b\x5b\xed\xeb\x6d\x93\x9a\x6f\xc5\x56\x0e\x6b\xa0\xdc\x70\xba\xab\x86\x5c\x14\x99\x52\x6b\xb9\x5c\xfc\xa1\x01\xc6\x06\xb5\xc0\x4c\x2d\xa0\x3f\xd5\xb6\x41\xe1\xe3\x68\xd9\x75\xb5\x73\x3b\xb6\x19\x78\xa7\xe8\x9e\xe5\xf1\xca\xb9\xdd\x77\x92\x23\x86\x29\xbc\x5d\x77\x8f\xc9\x01\xef\x37\x8d\xc4\xc7\x89\x3f\x60\x0c\x15\x24\xed\x58\x3a\xb0\xb6\x30\x5a\xdf\x3e\x58\xd1\xa4\x2f\x19\x5d\xcf\xc6\x76\xc0\xa6\x78\xf5\x45\x3d\xc8\x2c\x64\xf2\x6e\xc0\x42\x61\x22\x86\x24\xcf\x6e\xca\x81\xfb\xc6\x28\xd5\xaa\x96\x9e\xff\xb2\x91\x27\x9f\xda\x21\x82\x01\x5f\x75\x9e\xe8\x50\x5e\xef\x03\x33\xf4\xb8\x68\xc5\xd7\xf5\x51\x1b\xed\x67\x1b\xe1\x1d\x26\x73\x98\xc2\x7f\x6a\x3b\x2c\x21\xfe\x57\xb7\xc3\x90\xb5\x6a\xba\x29\x72\xf6\x00\x03\xa4\xd5\x63\xef\x35\x1e\x13\x37\x14\x30\xed\x3d\x7e\xe7\xe4\x7a\x1c\x06\x60\x11\xb7\x76\xb0\xa3\xd7\xe4\x90\x9c\xd2\xc4\xf3\x90\xe6\x16\x0a\xe0\x95\xc5\xb1\x1e\xd9\xc1\x46\x28\xf3\x0a\x93\xc5\x7b\xf4\x28\x9f\x4a\x21\xf7\x14\xca\xc8\x0e\xd5\xc1\xe4\xb9\x0c\xd9\x2a\x2e\x75\x19\x32\xb2\x92\x5c\xc6\xae\xbd\x64\xaf\x09\x0c\xfc\x86\x53\x32\x58\xbc\x28\x54\x43\xdd\x59\x7b\x37\xf6\x35\x74\x15\xfd\x4e\x50\xb2\xb8\xc6\x64\x71\x0b\xc9\xf3\x1a\x42\xab\x62\xb1\x49\xa3\x4e\x95\xdb\x0c\x6a\x56\xe6\xd9\xa0\xe6\xf0\x61\xe4\x76\x4a\xf6\xb3\x71\x7b\xa1\x64\x3f\x1b\x35\x84\x9c\x0f\x00\xc2\x9e\x1e\x85\xbc\x94\x6e\x51\x8a\xce\x4b\xbc\x6c\xbb\x53\x75\x68\x34\x2f\x9a\xc2\x1b\xe0\xe2\x4f\x94\x60\x6e\x6a\xda\x2a\xbe\xdc\x9b\xb5\xca\xae\xff\xaa\x1a\xef\x02\xf4\x1b\xfa\xcc\xa0\xd6\xd6\x7a\xe7\x07\xd9\x03\x23\x8c\xb6\xb2\x34\x4c\xbf\x84\x74\x60\x84\x9b\xbb\xd9\x48\x11\xf4\x7c\xa8\x08\xfa\xf4\x58\xed\x5d\x2f\x4d\xed\xfc\x30\x36\x7e\x1c\x94\x8b\x15\xbe\xba\xe9\xa5\x11\x37\x31\x63\x56\xe3\xac\x64\xbe\x42\xa7\x85\x97\x6a\x6e\x64\xb3\x53\x8b\x55\x5f\x41\xce\x83\x75\xcf\xca\xe6\x95\xcf\x8a\x2f\xed\x94\xc1\x6e\x74\x07\x44\x69\x3d\x36\x77\xca\xd7\x3b\xe9\x76\x35\x5a\x75\xe4\xb8\xde\x06\x30\xf1\x0b\x82\x89\x17\xd2\xed\xc4\x2d\xaa\xdc\x16\xb0\x6e\x9b\x7a\xaf\xbc\x44\x2b\xa4\x0c\xcb\xf3\x2b\xf1\x8a\x93\x97\x4a\xa1\x2a\xae\x66\xf9\x87\x77\x21\xb0\xa4\x19\x86\x37\xa8\xad\x63\x91\xe8\x32\x82\x2c\x61\x33\xea\x13\x1f\xe8\xcd\xb1\xe1\x28\x69\x9f\x3c\xb4\xe1\x1d\xa5\x64\xb0\x28\xe4\x6d\x9b\x3a\xd0\x48\x34\x44\x41\x5f\x34\xcf\xaf\x70\xfb\xce\x28\x58\x02\x26\xc2\xf5\xfc\x4a\xbc\x95\xa3\x5b\x04\xec\x25\x6d\xa6\x93\x90\xa1\xfa\x00\x18\x6a\x9e\xc2\x71\xa5\x8e\x86\x92\xc8\x0a\x49\xd8\xf4\xf0\x8b\x03\xfd\xf7\x92\x6c\x2e\xf1\xdd\x57\x08\xf3\x0f\x69\x0c\x6b\xd4\x21\xbf\x52\x49\xb7\xb4\x21\x36\x38\x83\x91\x5c\x81\xd2\x04\xa5\x04\x4e\xb8\x0d\x06\xc0\x48\xa2\x39\xaf\xf0\x9d\x43\x69\xe9\x00\xed\xad\xe3\xb4\xe0\xd3\x2c\xfa\x9d\xe7\x74\xb4\x17\x1f\xd4\x56\x3b\xcf\x2f\xc9\xd1\x77\x18\x3e\x09\x7a\x87\xc9\x41\xba\xc9\x1f\x79\xdd\x5a\xec\x65\xd6\xb1\xd2\x2a\x31\x74\xf3\xf3\x7e\xd5\x56\x8c\x23\xf7\x71\xcc\x3d\x43\xd1\x25\x98\xe5\x95\x7a\x87\x60\x9e\x47\x90\x21\x92\xe9\x35\xfc\xcf\x4b\xa3\x5c\x19\x04\xb5\x09\x86\x6b\x94\x39\xb3\x51\xee\xa5\x73\x07\x3b\xb4\x49\xd7\x4d\x61\xe6\xb5\xe7\x97\x29\xa8\x6b\x47\xbb\xdb\xd1\x30\xc7\x14\x5a\xcf\x2c\x12\xed\xea\xdc\xc5\x5c\x08\xa1\xce\x39\x9f\xbb\x55\x4c\x63\x91\xad\x14\x34\x6c\x29\xd7\xc8\x5e\x7e\xe2\xc8\x98\x29\xa2\xef\x2b\x8e\xdd\x9b\x3d\xa0\xbd\x0a\xb9\xd7\x7a\xaf\x4f\x96\x0d\x4a\xbe\x6f\x6e\x94\x17\x4f\xbe\xc7\x08\x3b\x4e\x89\x6d\x67\xd7\xb2\x13\xec\xd2\x8b\x22\x01\x7f\xcb\x38\xb4\xab\xf3\x45\x39\x8d\x00\x2f\x27\x8b\xb4\x1f\xec\x4e\xaf\xb5\xa7\x09\x59\x28\x10\x00\x42\x58\x8c\x6d\x5c\xcb\x50\x13\x2f\xf1\xa2\x10\xfa\xf5\x80\x0c\x5a\xa1\x76\xc8\xcc\x00\xc2\x9a\xc7\x0b\xf7\x1a\x04\x0c\xb6\x0c\x9f\x61\xc8\xca\x64\x11\x45\x80\xed\x23\xe7\x4f\x39\x9e\x49\xd8\xdc\xcf\xe1\x3a\x19\xe1\x76\x71\xc9\x24\x05\x7f\x58\x31\x44\xfa\xc3\xe2\x7c\xf0\xfe\xb8\x5c\x1b\xe8\xcb\xb5\xb6\x07\x93\xd4\x8e\x59\x4b\xc9\xd3\x2b\xb4\x37\xbd\xae\xb6\xc0\x99\x02\xcf\x8b\x21\x13\x40\xc4\xca\xdf\xca\x47\xf7\x16\xc9\xc7\xbf\x1d\xe2\x43\x6c\xbc\xb1\x09\x4a\xc9\xbc\x01\x3b\xe9\xd8\x88\xe6\x44\xfd\xe9\x92\x14\x7d\x4f\xe5\xd5\xe7\xda\xb1\xb2\x01\x74\x91\x67\x87\xdc\xb8\xaa\xd4\x6e\x16\x4d\x59\xb0\x9f\xba\xcc\xa6\xec\x21\xe3\x60\x3b\xf0\x03\xe2\x09\x75\x2f\x6e\xb7\x0b\x2a\x8f\x25\x72\xea\x8d\x09\xa5\x9d\x0f\x26\xa5\x9b\x9f\x70\xe9\x43\x3a\x58\x24\xdc\xd3\xfa\xb2\xed\x5c\xd4\x46\x25\xca\x3b\x59\x4a\xcb\x9b\x40\x29\xf3\xbb\x61\x4a\x67\xed\x61\x8c\x2e\xce\xba\xe0\x15\xaa\x10\x39\xe8\x6f\x48\x9b\xc6\x93\x45\xd5\x30\xd3\xd9\x49\x93\x27\x94\xb6\x68\x36\x95\x22\xbf\xac\xe1\xad\x3d\x13\x73\xce\xca\x5a\x4f\x29\x79\xe0\x16\x4a\x51\xe8\x64\xa8\x8d\xee\x86\x5a\x4e\x9f\x5b\x65\x65\x8d\x64\x34\x93\xc6\x65\x58\x11\x6a\xf9\xb0\xc8\x5a\xe3\x54\x33\x0e\xda\x1f\x61\xe7\x7a\xdb\xd8\x8e\xde\x99\x61\x1a\x6c\x5a\x4c\x63\xd8\xe9\x33\x0d\x4a\xc5\x37\xd1\x17\xe2\x85\x75\x9e\x53\x7a\x0a\xdd\xf2\xd6\x0e\x21\x05\xb5\x77\x2d\x1a\x4c\x6b\xd3\x8a\xa7\xaf\xf3\xf4\x70\x52\x85\xdc\xb7\xfc\xbd\x04\x93\xd9\x57\xc9\xc1\x68\xb3\xfd\x81\x7d\x29\x07\x1c\xe8\xfd\xd9\x0e\x64\xe8\xdc\x77\xd0\x5e\xaf\x3e\x79\xbc\x79\x33\xd6\x73\x5c\xa5\x9d\xde\xee\xd0\xe4\x40\x77\x6a\x4b\x36\xfc\xb0\x8b\x56\x61\xe0\x81\x0d\x62\x17\xf1\xc8\xfe\xf0\x3d\xcb\x2f\xd2\xa9\x1c\x04\x7b\x84\x00\xb1\x47\xd2\x93\x27\x28\xb5\xf4\x2e\x4f\xc4\xdc\x93\xd0\xd3\x90\x57\x48\x20\xe2\x81\x0d\xad\x77\x7a\x6b\x9e\x68\x74\xb5\xba\xe7\xe0\xa5\xf4\xc8\xb4\xf0\x78\xb5\x9a\xd5\x10\x0c\xad\xd0\x67\xe6\x67\x5a\xe3\xc6\xd0\xf4\x9b\xf1\x73\x2d\xdf\x4b\x8d\x5e\xde\xf0\xff\x49\x30\x87\xb1\x8a\x39\xa0\x9c\xf2\xcd\x2e\x81\xe2\x43\x5e\x5e\x17\xf4\xfa\xe4\x53\x58\x37\xe4\xbf\x33\x0c\x32\xf9\xef\x0c\x98\xf1\x6e\x2f\x02\xd0\x8d\x7f\x01\xb1\x87\xb3\xb6\x76\x12\x08\x93\x13\x97\xad\xb8\xb9\x0c\x8b\x7e\xef\xfb\x10\x67\xff\xe6\xd5\xed\xdb\x07\x76\x11\x80\xf2\x0a\x47\xc8\x6c\x99\x43\x16\x2f\x75\xcc\xca\xd6\x7b\xf0\xd0\x40\x3b\x86\x95\x33\x68\x5d\x47\x5b\xc7\x2d\xc3\x3d\xc4\xab\xc1\xe2\x1d\x94\xf3\x83\x6e\x28\xd8\x18\x97\x59\x89\x57\x63\xe7\x75\xdf\xa9\x90\x12\x0c\x06\xd7\x4a\x38\xd5\xcb\x21\x84\x65\xc2\x48\xe0\xe2\xf1\xf9\xe3\x55\x41\x77\x6a\x8f\x21\xf0\xd8\xd3\xd9\xed\xf5\x8d\xf8\xd5\x34\xc3\x91\xac\x11\xb8\xa7\x77\xba\x07\xb0\xfa\x5e\x0d\xcc\x50\xdf\xe9\x1e\x61\xff\x84\x29\x61\xe3\xcb\x7d\xed\xd4\x70\xaf\x9b\xb8\xdc\xde\x5e\xbe\x42\x65\x91\x6e\x54\x4e\x76\xb8\x6a\xf4\x56\x1e\xd8\xf5\xd4\x88\xcb\xd1\xdb\x82\x5d\x0f\xa4\x53\xf7\x78\xf6\xe8\x3e\x0c\x60\xee\xba\x78\xca\x53\x93\x69\x41\x18\xe9\x19\x7f\x57\x42\x17\x6c\x5e\xa4\xea\x53\x39\xa0\x2c\xf3\xb9\x17\x4a\xab\x82\x8e\xe7\x87\x76\x89\xe7\x0b\x6d\xf4\x72\x64\x19\x83\xf5\x50\xaf\x17\x1d\x2a\x95\x25\x0a\xc8\x9a\x8e\x16\x36\x96\x98\xa0\x8e\x66\x13\xf3\x12\xf9\xbd\xfa\x7c\x60\x17\x6c\xdf\x1e\xb0\x77\xe3\x25\x87\x5c\x97\x8e\x0f\xd4\x4e\xa0\x26\xfe\x0b\x61\xd6\x47\x32\xb8\xe0\xcb\x49\xbe\x69\x4e\x2c\x5e\xf2\x19\xa7\x1c\x43\xe5\xae\xd1\x88\x97\xc7\x53\x95\x79\xae\xac\x9b\x13\x9e\xab\x6c\xc6\x67\x58\x2f\x42\x43\xb2\x1b\x3f\x40\x09\x46\xeb\xd7\xd9\x45\xe1\x52\x20\xd4\x55\xc5\x17\xd2\x41\xff\x1a\xaf\xa7\x59\xff\x5a\xde\x52\x33\xac\xec\xfb\x78\xee\xf7\x7d\x57\x1c\xfa\x19\xc8\x3d\xd1\xcd\x0c\xe2\x4f\xec\xe0\x2e\x03\xa2\x47\xe3\x39\xd0\xfb\x77\xd7\x01\x60\xca\x0f\x70\xb2\xdd\x6c\x3a\x6d\x54\xbd\xa7\x67\x36\x6f\xe8\x53\xbc\xb2\x6d\xac\x9f\x5d\x21\xd4\x83\x1d\x49\xc1\xba\xc5\x87\x65\xe4\x1f\xe1\x1d\x26\xc2\xe0\x04\xf0\x61\xc4\x75\x30\xd0\x95\x22\xc9\xea\x59\x16\x57\x04\x59\x79\x25\xc8\x7e\x0e\xd6\xfa\x1a\x2f\x06\x0a\xde\xf3\x9d\xb5\x5e\xbc\x95\x7e\x17\x07\xd8\x4b\xaf\x9b\x9a\x42\xfe\x67\x65\xf0\xfa\xbd\xa1\x17\x5b\xb3\x42\x9d\xdd\xce\x4b\x5c\xdb\xed\x09\x70\x32\xf2\x0a\x9c\xdb\x0d\x7e\xd1\x59\x13\x5b\x8c\x3e\x11\x69\x4f\x85\x0e\x53\xda\x74\xd1\xe1\x18\x44\xc4\x6e\x97\x2d\x8d\x9b\x17\xcb\xeb\x02\xa0\xe6\xac\x66\x96\x89\x61\x85\x6b\xf6\x72\x5a\xd3\x92\x63\xb6\xd9\x8b\x5f\xd8\xf9\x29\xad\xbc\xbc\xd8\x89\x65\x00\x59\x39\x27\x98\x25\x77\x68\x48\x12\x72\xaf\xf1\x6b\x06\x54\xcc\xdc\x6c\x28\xdd\x0e\x5f\x4c\xa2\x73\x16\x06\xfa\x4f\x75\x24\xa7\x2c\x0b\x80\x5b\xa8\x2e\x82\x6d\x95\x11\xdf\x3c\x76\x6e\xf7\x84\xb2\x1e\x7f\x3b\x2b\x03\xa2\xf8\x7e\xdc\xd3\x13\x55\xfd\xbb\xa2\xb8\x23\xe8\x8b\x18\x33\xb0\xb6\x1b\xfd\xbb\x12\x57\x90\xf1\x50\x51\xb7\x50\xca\xc5\xb9\x6b\xd7\x69\xea\x9e\x06\x73\x8b\xc5\xf9\x6b\xd7\x45\xd0\xc7\x94\x9a\x73\xe0\x29\x35\x97\x3c\x52\x2a\xaf\xaa\x7c\x0b\xb5\xeb\xda\xb9\x2e\xec\xa2\x9b\x9b\xeb\x72\xab\xa6\xdc\xc4\x9e\x7c\x03\xbc\xe6\xa3\xde\x3a\xbf\x1d\x94\x7b\x24\xac\xe9\x8e\xdf\x66\x25\x78\xa8\xf3\x41\xe5\xd4\x29\x0e\xf7\xb7\x4e\x7b\xf5\xc7\x47\x68\x43\xf5\xc8\xeb\x76\xfd\xe8\xdb\x82\xea\x69\x7c\xb0\x97\x91\x3d\xdd\x9c\x18\x9f\xa8\xf6\x53\xc0\x8a\x66\x3e\x3c\xdf\x51\x1c\x36\x66\x51\xd9\xf8\xbb\x1c\xda\x40\x8f\x12\x2b\x12\xa9\x51\xce\x86\x84\x76\xed\xec\x81\x61\xd9\xde\x21\x7a\x53\xc7\xd7\xae\xef\x02\x9a\x5f\x30\x39\x35\x90\xe2\xc1\x85\xf8\x70\xfc\x0c\x2e\x34\x0f\x43\xc2\xbd\x34\xf4\xba\x95\x8b\x60\x4f\xa2\x1a\xf3\x15\xb4\x3f\xd7\x5c\x4e\xdb\x3f\x5b\xad\xa1\x17\x0f\xaf\x5a\xe6\xc6\x1a\xd9\xfb\x66\x27\x13\x1f\x76\x45\x09\xf1\x40\x20\xef\x0c\x0d\x2c\x85\x8e\x6d\x10\xc8\x83\x03\x3e\xa2\x14\xd7\x68\x74\x10\x3b\xeb\x94\x4f\x72\x5b\x51\xe8\x1d\xe4\x45\x39\x2f\x2f\x1c\x4a\x07\xdf\x34\x71\xe6\x83\xe7\x84\xc5\x99\x47\x17\x4b\x75\xa7\xcc\x16\x97\xdd\x7f\xc1\xa7\xb8\xc6\xcf\x38\x42\xe4\x12\x01\x35\xdf\x76\x64\x95\x13\xa4\xa0\x02\xdc\x8e\x89\xf4\x7c\x96\xd7\xcd\xe7\x26\x3f\x93\x5f\xe1\xf7\x72\x0b\x19\xf6\x24\xf9\xe5\xfc\x30\x8f\x3b\xd5\xd9\x6c\xf6\x5e\xfc\x7a\xfd\x66\x02\xb9\xb0\xbb\x39\x67\x81\x1a\x70\xce\xc2\xde\x47\x7d\x39\x12\x51\x16\xe3\x50\x53\x8e\x54\x14\x77\x4b\x80\x8b\x20\xf5\x86\x5e\xb4\x52\xdc\x5f\x0a\x21\x67\x5a\x72\xa8\x85\xfb\x2e\x04\x20\xc7\x78\xbf\xb3\xd2\x8e\x63\x66\x26\xf0\x14\x91\x83\x5d\x27\x41\xe1\xc4\xf8\x90\xc9\x4f\x1c\x63\x34\xf3\x59\x1e\x62\x82\x9c\x8f\x70\xc8\xa7\x4b\xae\x64\xe0\x87\xd7\x5a\x8b\x98\x08\x52\xb6\xb2\x27\x52\x40\xa0\x97\xf4\x5d\x02\xe1\x4d\xf0\xbd\xec\x22\xd4\x4b\x4e\x98\xd5\x6a\xf2\x3a\x0d\x19\x7a\x64\x84\x8e\xec\x53\x33\x42\x47\x2f\xc0\x96\x0f\x72\x86\xee\x07\x7b\xaf\x83\x21\x28\xc1\xbf\xe5\xa4\x00\x1a\x40\x12\xe6\x00\xc1\xa8\x63\x3b\xad\xbd\xd3\x51\x6a\xbb\xc2\xaf\x62\x75\x31\x8d\x80\x4d\x4d\xb0\x89\x4c\xdc\x28\xcf\x25\x02\xf0\xb6\x89\x23\x13\x2e\xb8\x9e\x5f\xc5\xb1\xa1\xbb\xb0\x49\x67\x3a\xbd\x51\xf1\xe6\x8c\x7b\x73\xad\x37\xaa\x00\xde\x79\xdf\xbb\xe0\x4c\xe8\xc5\xed\xed\xdb\x1b\xf1\xc6\x74\xc7\x49\x27\x72\x54\xdc\x93\x84\x29\x8e\x8c\xc6\xeb\xcc\x6c\x60\x28\x61\x79\xc8\x03\x34\x9f\x48\x19\x38\x1f\x49\x53\x4a\xbc\x1d\xf8\x01\x56\xda\xc5\xcf\x39\x69\x32\xa2\x1b\xd5\xe2\x7b\xf2\xb6\x8e\x25\x78\x5c\x9f\x85\x1c\x71\x89\x39\x89\x3c\x6e\xb5\x4f\x0d\x7f\xae\xfd\x72\xa3\x01\x2a\xb4\x07\x5d\x32\xec\xf4\x76\x87\xce\xeb\xb3\x56\x91\x67\x86\xa3\xf1\xf2\x93\x78\x11\xf2\x73\x0c\x7b\xf9\x89\x4a\x03\x17\xef\xe8\x66\x86\x4a\x5d\x63\x02\x9e\xe3\x52\x38\x6d\xb6\x1d\xb9\x24\xf8\xf6\x64\xf1\xba\xd9\xc9\x41\x36\x9e\xd5\xc5\x01\xd1\x55\x4a\x2d\xb1\x41\x99\x65\x6c\xc1\x0f\x42\xc4\x41\xe1\xf3\xbe\x21\x29\x13\x3d\x21\x14\x05\xb7\x4d\x2d\x87\x2d\xdf\x79\x5e\x0e\xdb\x91\xa2\x0a\xe7\xa8\xf5\x76\x08\xf6\x1a\x74\x42\xbc\xd2\xc1\xc1\xcd\xe4\x8c\x20\x70\x8c\x56\x91\x43\xa3\xef\x71\x16\xcb\x17\x4a\xa0\xed\x7c\x56\xe0\x0a\x6d\xe9\x93\xc1\xe5\x42\x11\x74\x04\x95\x4a\xa0\x0f\xa8\x07\x0b\xf0\xdd\x2e\x81\x3f\xbf\x5a\x00\xce\x65\x97\xb8\x84\x40\x66\x59\x5c\x42\x00\xc5\x8c\x21\xc0\x20\x63\x18\x8c\x9e\x57\xcd\x40\x2e\x5c\xe1\xdf\xad\x74\x77\xd1\x1c\xba\xd0\x7a\x87\x34\xd7\xec\x54\x3b\x92\xbf\x07\xfe\x99\xe0\x53\x00\x69\xda\xa5\x21\x63\x21\xe8\x74\x09\xa0\x3e\xa9\x66\xcc\xac\x6c\x7e\xa5\x6f\xbe\xd6\x4e\x68\x6c\x78\x18\x35\x1a\x0c\x38\xfe\x96\x52\x32\x98\xa5\x38\x60\xa1\xe9\x28\x01\x05\x49\xe8\x64\xfd\xb1\xfa\x30\xde\x55\x30\x1c\x0f\xe6\xd8\x1c\x4e\xa7\x23\xf1\x7f\x62\x4b\x1e\x60\xd1\x95\x48\x8b\xae\x23\xea\xe8\x4a\x02\x7d\x8a\x10\x24\xbb\x95\x88\xf0\x6c\x10\xcd\xcc\x98\x35\x09\x13\xc5\x90\xaf\x65\x47\x27\x3b\x06\x97\xbf\xec\x52\xc9\x56\x15\x10\x4f\xf9\xb3\x80\xd1\x86\x64\x52\xca\xa2\xbb\xd9\x97\x94\xc6\x28\x33\x03\xf9\xa0\x14\x8a\xc1\xeb\xa3\xe6\xe9\x86\x53\xa6\x90\xa1\x66\x04\xba\xec\xba\xd9\x68\xe4\x22\x4f\x9e\x86\x3e\xa9\xb3\x57\x0c\x59\x9f\xa6\xd3\x18\xb2\x6c\x8f\x06\xce\xab\x59\x6b\xa3\x66\x87\x67\x24\x98\xfb\x7f\xce\x6a\xb4\xfa\x40\x63\xff\x31\x3c\x5b\xe7\x2b\xca\x60\x19\x90\x59\xe3\x15\x5e\xb4\x28\x38\x79\x35\x28\x93\x05\x7c\xa0\xaf\xa2\x50\x11\x9c\xf4\xfb\x14\x84\xd4\xdb\x07\x82\xbb\xc7\x78\xd9\x88\xb5\x1f\xdd\x8e\xae\xa1\x27\x81\x5c\xdd\xd0\x7c\x37\x2d\x2b\xa4\x9f\x80\x41\xe6\x7f\x0b\x88\xa9\x8f\x21\xb2\xf8\x6f\x1c\xcd\x9b\xbe\xb3\xfe\x7d\x47\x77\x6b\xdf\x51\x4f\xff\x2d\x0b\xb7\x5d\x86\x42\x0f\x41\xc5\xbf\x02\xc1\x24\x02\x7a\x0a\x29\xfe\x35\x8d\xa0\x6e\x4c\x43\xe4\x86\x39\x2b\xc2\x4b\xe6\x08\x39\xf2\xed\x89\x4e\xcd\xd0\x51\xdf\xbe\x1a\x1b\xf7\x70\x8a\x2e\x76\xf4\xeb\x9b\x37\x09\x08\x9f\x45\xcc\xb7\xe6\x6b\xc6\x6d\x31\x0c\xe8\x6f\x1c\xae\xf4\xab\x9b\x15\x5d\xa5\xf3\x3a\x0d\xdf\x93\x5d\x43\x6b\x7f\x79\xe1\xa7\x8d\x84\xde\x07\xbd\xdc\x66\xeb\x5d\x6e\x8b\x66\xe0\x6a\xcf\x63\xbf\xcf\x77\xc4\x64\x0f\x85\x60\xd0\x1c\xca\x13\xe9\x2f\x25\x6b\xc7\x81\x0e\x49\x93\x7c\x16\x83\x09\x57\xd5\x07\x6f\x6d\xf7\xb1\x92\x5b\xe8\x92\xdc\xda\x0a\x76\x30\x3f\xec\xc5\xcd\x6c\xec\xa1\xa2\x4f\xf8\xf5\x3d\x60\xfe\x9e\x5d\x01\x8b\x33\x57\x7d\xbf\xc7\x04\x8a\x58\x85\x09\x3b\x4c\xd8\xd9\x11\xc3\x2f\x7c\xdf\xe2\x67\x2b\x8f\xf8\x75\xc0\xaf\x83\x52\x77\x54\x18\x89\xf3\xf7\x62\x6f\x8d\xdf\x61\xca\x11\xbf\x8f\x4a\x72\xf0\x06\x72\x39\x8c\xf1\x3f\xc3\x07\x46\xf9\x34\x78\x0d\x87\xe9\xe1\xe3\xcc\x55\x50\x2b\xa7\xd2\xcf\x33\x57\xb5\xf2\xc8\x49\xf8\xeb\xcc\x55\x50\x3d\x27\xd1\xcf\x33\x3c\x53\xfd\x2e\x20\xa4\xdf\x67\xae\x82\x76\x70\x22\xfd\x3c\x73\xd5\x20\x0f\x75\x6a\x17\xff\xc2\xd4\xd4\x2a\xfe\x55\x55\x1f\xda\xc1\xf6\xbf\x5b\xa3\x3e\x56\x21\x34\x5f\x8a\xc9\xf7\x74\xb0\x7d\x30\x6f\x56\x03\xa9\xfc\x43\xa0\xf2\xb1\xef\xac\x6c\x57\x55\x08\xc5\xa9\x4d\x3f\x46\x45\x6c\x0a\x4a\x4b\x60\xc9\xe1\x30\xbd\xee\x3c\xf6\x6a\x55\xa1\x9a\xd7\x5b\x5b\xaf\x91\x61\x42\x05\xaf\xd3\xbf\x2b\xf1\xcd\xdf\xff\x8e\xf0\xfa\x77\xf5\x8f\x7f\x88\x57\xbf\x7c\x2b\xd4\xa7\x46\xa9\xd6\x89\x3d\x5b\x30\x05\xb0\xbd\xfc\xf4\xac\x80\x5c\x55\xfc\xe8\x8e\x4d\x66\xe8\xd1\x1d\x56\x5f\xfd\xcf\x00\x00\x00\xff\xff\x3c\x1d\x53\xf0\x33\xdd\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4386,7 +4386,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 56403, mode: os.FileMode(420), modTime: time.Unix(1485470278, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 56627, mode: os.FileMode(420), modTime: time.Unix(1485574030, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/public/css/gogs.css b/public/css/gogs.css index 82c52724e..f8c4ba7ac 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -2658,6 +2658,16 @@ footer .ui.language .menu { .user.settings .email.list .item:not(:first-child) .button { margin-top: -10px; } +.user.settings .orgs { + padding: 0; +} +.user.settings .orgs .item { + padding: 10px; +} +.user.settings .orgs .item .button { + margin-top: 5px; + margin-right: 8px; +} .user.profile .ui.card .username { display: block; } diff --git a/public/less/_form.less b/public/less/_form.less index ab74eb2ab..88ab7d00a 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -18,16 +18,6 @@ } } -ui.attached.segment.orgs { - padding: 0px; - div .item { - padding: 11px; - .content { - font-weight: bold; - } - } -} - @create-page-form-input-padding: 250px !important; #create-page-form { form { diff --git a/public/less/_user.less b/public/less/_user.less index 3e37011cf..2bcbf4f82 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -19,6 +19,16 @@ } } } + .orgs { + padding: 0; + .item { + padding: 10px; + .button { + margin-top: 5px; + margin-right: 8px; + } + } + } } &.profile { diff --git a/routers/user/setting.go b/routers/user/setting.go index 14136e9e4..ade5967ce 100644 --- a/routers/user/setting.go +++ b/routers/user/setting.go @@ -428,7 +428,7 @@ func SettingsOrganizations(ctx *context.Context) { ctx.Data["Title"] = ctx.Tr("settings") ctx.Data["PageIsSettingsOrganizations"] = true - orgs, err := models.GetOrgsByUserID(ctx.User.ID, ctx.IsSigned && ctx.User.IsAdmin) + orgs, err := models.GetOrgsByUserID(ctx.User.ID, true) if err != nil { ctx.Handle(500, "GetOrgsByUserID", err) return @@ -438,6 +438,17 @@ func SettingsOrganizations(ctx *context.Context) { ctx.HTML(200, SETTINGS_ORGANIZATIONS) } +func SettingsLeaveOrganization(ctx *context.Context) { + err := models.RemoveOrgUser(ctx.QueryInt64("id"), ctx.User.ID) + if models.IsErrLastOrgOwner(err) { + ctx.Flash.Error(ctx.Tr("form.last_org_owner")) + } + + ctx.JSON(200, map[string]interface{}{ + "redirect": setting.AppSubUrl + "/user/settings/organizations", + }) +} + func SettingsDelete(ctx *context.Context) { ctx.Data["Title"] = ctx.Tr("settings") ctx.Data["PageIsSettingsDelete"] = true diff --git a/templates/.VERSION b/templates/.VERSION index 4e2b2896d..8bde4f72f 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.121.0127 \ No newline at end of file +0.9.122.0127 \ No newline at end of file diff --git a/templates/user/settings/organizations.tmpl b/templates/user/settings/organizations.tmpl index 64bdf9e03..fc9067221 100644 --- a/templates/user/settings/organizations.tmpl +++ b/templates/user/settings/organizations.tmpl @@ -17,7 +17,9 @@ {{range .Orgs}}
-
Leave
+
@@ -27,11 +29,22 @@ {{end}}
{{else}} - {{.i18n.Tr "settings.orgs_none"}} + {{.i18n.Tr "settings.orgs.none"}} {{end}}
+ + {{template "base/footer" .}}