diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 433754b33..9ae5c91c4 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -739,6 +739,7 @@ settings.tracker_issue_style.numeric = Numeric settings.tracker_issue_style.alphanumeric = Alphanumeric settings.tracker_url_format_desc = You can use placeholder {user} {repo} {index} for user name, repository name and issue index. settings.pulls_desc = Enable pull requests to accept public contributions +settings.pulls.ignore_whitespace = Ignore changes in whitespace settings.pulls.allow_rebase_merge = Allow use rebase to merge commits settings.danger_zone = Danger Zone settings.cannot_fork_to_same_owner = You cannot fork a repository to its original owner. diff --git a/models/pull.go b/models/pull.go index ae8f4e7da..df7c0ab6e 100644 --- a/models/pull.go +++ b/models/pull.go @@ -392,10 +392,16 @@ func (pr *PullRequest) testPatch() (err error) { return fmt.Errorf("UpdateLocalCopy [%d]: %v", pr.BaseRepoID, err) } + args := []string{"apply", "--check"} + if pr.BaseRepo.PullsIgnoreWhitespace { + args = append(args, "--ignore-whitespace") + } + args = append(args, patchPath) + pr.Status = PULL_REQUEST_STATUS_CHECKING _, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(), fmt.Sprintf("testPatch (git apply --check): %d", pr.BaseRepo.ID), - "git", "apply", "--check", patchPath) + "git", args...) if err != nil { log.Trace("PullRequest[%d].testPatch (apply): has conflit\n%s", pr.ID, stderr) pr.Status = PULL_REQUEST_STATUS_CONFLICT diff --git a/models/repo.go b/models/repo.go index b770779a6..506965582 100644 --- a/models/repo.go +++ b/models/repo.go @@ -184,6 +184,7 @@ type Repository struct { ExternalTrackerStyle string ExternalMetas map[string]string `xorm:"-"` EnablePulls bool `xorm:"NOT NULL DEFAULT true"` + PullsIgnoreWhitespace bool `xorm:"NOT NULL DEFAULT false"` PullsAllowRebase bool `xorm:"NOT NULL DEFAULT false"` IsFork bool `xorm:"NOT NULL DEFAULT false"` diff --git a/pkg/bindata/bindata.go b/pkg/bindata/bindata.go index d7756cfbe..e08c06bd2 100644 --- a/pkg/bindata/bindata.go +++ b/pkg/bindata/bindata.go @@ -4394,7 +4394,7 @@ func confLocaleLocale_enGbIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xbd\xeb\x72\x1c\xb9\xb1\x30\xf8\xbf\x9e\x02\xa3\x13\x0c\xcd\x44\x50\xad\x18\xfb\x3b\xdf\x6e\x4c\x88\xf2\x72\xa8\xd1\xe5\x1c\x4a\xa2\x49\xca\xfe\xce\x6a\x15\x35\xe8\x2a\x74\x37\xcc\x6a\xa0\x5d\x40\xb1\xd5\xe3\xf0\x1b\xec\x03\xec\xf3\xed\x93\x6c\xe4\x05\xb7\xaa\x6a\x4a\x1a\x9f\xfd\x43\x76\x01\x89\xc4\x3d\x91\x99\x48\x64\xca\xdd\xae\x6e\x95\x6b\xc4\x99\x38\x17\x3b\xa9\x4d\xa7\x9c\x13\x4e\x75\xab\x27\x1b\xeb\xbc\x6a\xc5\x2b\xed\x85\x53\xfd\xbd\x6e\x54\x55\x6d\xec\x56\x89\x33\xf1\xda\x6e\x55\xd5\x4a\xb7\x59\x5a\xd9\xb7\xe2\x4c\xbc\x08\xbf\x2b\xf5\x79\xd7\xd9\x1e\x80\x7e\xa1\x5f\xd5\x46\x75\x3b\x28\xa3\xba\x5d\xe5\xf4\xda\xd4\xda\x88\x33\x71\xa3\xd7\x46\xbc\x31\x94\x62\x07\x1f\x92\xde\x0f\x9e\xd2\x86\x5d\x48\xfa\xb0\xab\x7a\xb5\xd6\xce\xab\x5e\x9c\x89\x6b\xfe\x59\xed\xd5\xd2\x69\x0f\x35\xfd\x95\x7e\x55\xf7\xaa\x77\xda\x02\xf6\xbf\xd0\xaf\x6a\x27\xd7\x00\x70\x25\xd7\xaa\xf2\x6a\xbb\xeb\x24\x16\xb8\xe5\x9f\x55\x27\xcd\x7a\x20\x98\x4b\xfe\x59\x35\xbd\x92\x5e\xd5\x46\xed\xc5\x99\xb8\xc0\x8f\xc5\x62\x51\x0d\x4e\xf5\xf5\xae\xb7\x2b\xdd\xa9\x5a\x9a\xb6\xde\x52\x37\x3f\x38\xd5\x0b\x4e\x17\xd2\xb4\x02\xd2\xb1\x0b\xaa\xad\xb5\xa9\xa5\xe3\x7e\xa8\x56\x68\x23\xa4\xab\x10\x95\x91\xdb\x50\x1a\x7e\x56\x6a\x2b\x75\x07\xa3\x06\xff\xab\x9d\x74\x6e\x6f\x71\x68\xaf\xf8\x67\xd5\xab\xda\x1f\x76\x0a\x87\xe0\xc9\xed\x61\xa7\xaa\x46\xee\x7c\xb3\x91\xd0\x4c\xfa\x55\x55\xbd\xda\x59\xa7\xbd\xed\x0f\x08\x17\x3e\x2a\xdb\xaf\xa5\xd1\xbf\x49\x4f\xe3\xf3\x3e\xfb\xac\xb6\xba\xef\x2d\x0c\xed\x5b\xfc\x51\x19\xb5\xaf\x01\x8f\x38\x13\xef\xd4\x3e\xc7\x02\x39\x5b\xbd\xee\x69\x14\x21\xf3\x2d\x7e\x01\x16\xca\x63\x4c\x94\x15\xb1\xad\x6c\x7f\xc7\xa9\x2f\xe1\xe7\x08\xa5\xed\xd7\x9c\x5b\xb6\x4b\x1a\xb9\x56\x9c\xfb\x16\x3f\x0a\x00\x57\xc9\x76\xab\x4d\xbd\x93\x46\xc1\xd0\x9d\xc3\x97\xb8\x82\xaf\x4a\x36\x8d\x1d\x8c\xaf\x9d\xf2\x5e\x9b\x35\xcc\xc1\x39\x25\x89\x1b\x4e\xaa\xb2\xbc\x98\x76\xb0\x43\x9c\x65\x71\x26\xfe\xcb\x0e\xbd\xb8\xa2\x4f\xca\xcb\x0a\x61\x66\x2c\x59\xc9\xc6\xeb\x7b\xed\xb5\xa2\xca\xc2\x47\xb5\x1b\xba\xae\xee\xd5\xdf\x07\xe5\x3c\x64\x5d\x0d\x5d\x27\xae\xf9\xbb\xd2\xce\x0d\x58\xe2\x0d\xfe\xa8\xaa\x46\x9a\x06\xbb\x73\x81\x3f\xaa\xea\xa3\x36\xce\xcb\xae\xfb\x54\xf1\x0f\x00\xa6\x5f\x34\x4e\x5e\x7b\x6c\x2c\x27\x8a\x1b\xaf\x76\x0e\x06\x5a\xbc\xd4\xbd\xf3\x4f\xbc\xde\x2a\x71\x3d\x98\xaa\xb5\xcd\x9d\xea\x6b\xd8\x90\xb8\x95\xde\xac\xc4\xc1\x0e\x8f\x7b\x25\xfa\xc1\x18\x6d\xd6\xe2\x95\x5d\x3b\xa1\x8d\xd3\xad\x12\x2f\x10\xfa\x54\xec\x3a\x25\x9d\x12\xbd\x92\xad\x78\x26\x85\x97\xfd\x5a\xf9\xb3\x47\xf5\xb2\x93\xe6\xee\x91\xd8\xf4\x6a\x75\xf6\xe8\xc4\x3d\x7a\xfe\x6a\xd0\xad\xea\xb4\x51\xee\xd9\x53\xf9\x5c\x34\xb2\x57\xab\xa1\xeb\x0e\x62\xa9\x56\xb0\x57\x0e\x76\x10\xcd\x46\x9a\x35\xec\x93\x83\xdf\x40\x85\xda\x08\xbf\xd1\x4e\xc0\x46\xfd\xae\x82\x51\xd2\x5e\xd5\xed\x32\x10\x25\x6c\x10\x26\xf7\xca\x89\xb7\x87\x9b\x3f\x5f\x9e\x8a\x2b\xeb\xfc\xba\x57\xf8\xfb\xe6\xcf\x97\xda\xab\x3f\x9e\x8a\xb7\x37\x37\x7f\xbe\x14\xb6\x17\xb7\xfa\xc5\xcf\x8b\xaa\x5d\xd6\x61\x5c\x5e\x48\x2f\x97\xd0\x85\x38\x57\x90\x49\x5b\x29\xe6\xe1\x86\x02\x92\x87\xe4\xcd\x79\xdc\xa4\xbc\x41\x67\xb7\x63\xbb\xac\x79\x0f\x47\x1c\xef\x60\x23\xb7\xcb\x34\xc0\x57\x34\x74\x83\x53\xe2\xcd\xbb\x77\xef\x5f\xfc\x2c\x94\x59\x6b\xa3\xc4\x5e\xfb\x8d\x18\xfc\xea\x7f\xaf\xd7\xca\xa8\x5e\x76\x75\xa3\x61\x6c\x7a\xa7\xbc\x58\xd9\x9e\x7a\xba\xa8\x9c\xeb\xea\xad\x6d\xa1\x96\x9b\x9b\x4b\xf1\xd6\xb6\xaa\xda\x49\xbf\xc1\x86\xf8\x4d\xe5\xfe\xde\xc1\x78\xc5\x0a\x6f\x37\x4a\xe0\xd2\x45\x20\xbb\x0a\xc3\x23\x5a\x6e\xe3\x42\x3c\x5b\xf6\xcf\xb3\x76\xc9\xa5\xb3\xdd\xe0\xb9\xc4\x7e\xa3\x0c\xce\x93\xf3\xb2\xf7\x42\xba\x40\xfa\x17\x95\xea\xfb\x5a\x6d\x77\xfe\x00\xb3\xc3\x6d\x18\x63\x27\x24\x8d\x34\xc6\x7a\xb1\x54\x02\xe1\x17\x95\xb1\x35\xed\x54\x20\x9b\xad\x76\x72\xd9\xa9\x9a\x48\x7a\x1f\x28\xd2\x7f\xc1\xe2\xa0\x82\x0c\x21\x0a\x08\x18\x31\x38\x26\x90\x3a\xc3\xca\x91\x46\x20\x52\xc1\x5b\x3d\x6f\x61\xa0\x0b\x71\xd6\x88\x34\xc4\x84\x49\x0b\xab\x30\x0d\x61\xcd\x9c\xef\x76\x9d\x6e\xa8\xea\x57\x94\x97\x96\x0f\x1c\x9a\x3c\xf7\x39\x1c\x4e\x7f\xc8\xcb\x16\xc1\xe0\x61\x48\x7b\x51\xd0\x60\x2c\xbf\x51\xbd\x12\x9b\x61\x4d\x07\x47\x67\x87\xf6\x3b\xa4\xe0\x61\x7c\x13\x9d\x14\xd7\xd6\x7a\x9a\xf3\x08\x90\xaa\x38\xef\x3a\x3c\xa7\x7b\xb5\xb5\x1e\x06\x8e\x8b\x01\x2d\xda\xeb\xae\x83\x9e\x3a\x79\xaf\x5a\xe1\x2d\xed\xb7\x56\xf7\xaa\x01\xc4\x8b\xaa\x1f\x4c\xcd\x8b\xfd\x7a\x30\xb4\xe0\x43\x5a\xb9\xb2\x10\x6a\x3b\x38\x2f\x36\xf2\x5e\xc1\xc0\x03\xb3\xe0\xed\x6c\x3b\xb1\x4b\xfd\x60\x70\x0b\x2f\xaa\xd6\x6e\x25\x1e\xfc\x2f\xf0\x07\x7f\xe7\xf8\xb5\x13\x72\xb5\x52\x8d\x77\xe2\xe6\xe6\xb5\x68\x3a\x6b\x94\xf8\x70\x7d\xe9\x60\x1b\x6c\xea\x9d\xed\x91\x49\xb8\x79\x2d\xae\x6c\xef\x63\x5a\x36\xd0\x00\x61\x86\xed\x52\xf5\x62\xbf\xd1\xcd\x86\x86\x1d\x4a\xc0\x2a\x56\xbd\xd0\x4e\x0c\x4e\x9b\xf5\xa9\xe8\x14\xf4\x40\x7b\x5a\x00\xd0\x87\xb0\xea\x00\x7c\xa5\xa4\x1f\x7a\x85\x87\x7e\xbd\x1c\x74\xe7\xb5\xa9\xa1\x42\xc6\x83\x64\x41\xfc\x4c\x19\x58\xe2\x06\x33\x8e\xc0\xd7\x3b\xbb\x23\x76\x06\x77\xd5\x32\x2b\xc7\x08\x61\xcb\xc3\x04\xda\x9d\xa2\xf5\xee\xb8\x49\xb0\xe0\x06\xed\x36\x62\xd5\xdb\xad\x70\x07\xe7\xd5\x16\x0b\xb6\x52\x6d\xad\x59\x54\x1b\xef\x77\x61\x6c\x5e\xdf\xde\x5e\xd1\xe0\xc4\xd4\x87\x46\x47\x66\x6b\x17\x57\x49\x07\x8c\x95\x11\x80\x16\x96\xf1\xd0\x77\xa3\x15\xfe\xe1\xfa\x32\xe4\x1c\x99\x39\x68\xc2\x53\xf8\x73\x93\x26\x10\x57\x82\xb3\x5b\xb5\xc7\xf5\xae\x8d\x40\x66\x67\x51\x75\x76\x5d\xf7\xd6\xfa\xb0\xdc\x2f\xed\x9a\x96\x78\x91\x91\x6a\x7a\x11\x16\x2d\x0c\xce\xbe\x07\xe6\xaf\xb3\x6b\x24\x78\x30\x5e\x8b\x4a\x19\x24\x2d\x8d\x35\xce\x76\x2a\x50\xce\x5f\x30\x55\x5c\x50\x2a\x11\xd1\x19\xc8\x38\x4b\x6f\x80\xb2\xb4\x1a\x7b\xec\x2d\xd1\x53\x00\x38\x15\xb2\x73\x56\xec\x7a\x6d\x3c\x54\x8c\x73\xc4\x18\x16\x55\x65\x77\x50\x22\xa3\x21\xef\x39\x21\x11\x0e\xec\x77\xcc\x47\x56\x0f\x57\x8e\x6e\xb2\xc3\xc9\x6d\xfd\xae\xe6\x93\xe8\xe6\xed\xed\x15\x1d\x47\x98\x8a\x8b\xe0\x4c\xbc\xec\xed\x36\x25\xa4\xf1\x79\x0b\xf8\x10\x46\xb6\x6d\xaf\x9c\x3b\x15\xd7\x2f\x2f\xc4\xbf\xff\xf1\x0f\x7f\x58\x88\x37\x1e\xc8\x1e\x50\x82\xbf\xc1\x0e\x96\x3c\x0b\x09\xd4\xf6\xc2\x6f\x94\x78\x04\x64\xec\x91\x78\x86\xb9\xff\x87\xfa\x2c\xb7\xbb\x4e\x2d\x1a\xbb\x7d\x0e\xab\x74\x2b\xfd\xa2\x82\x1c\xd5\x07\xa2\x71\xa3\x4c\xab\x7a\x66\x5c\x39\x2b\x23\xbd\x9c\x9d\xb1\xb1\xc4\xbf\xc3\xd8\xaf\x74\xbf\x4d\x13\x14\x38\x7b\x98\x29\xc8\x09\x5c\xa0\xee\x6a\x63\xbd\x5e\x1d\x12\x28\xf6\xf4\x1d\x24\xf2\xd2\xac\x78\xa7\xf1\x71\x15\xc7\x98\xf6\x25\xae\xc0\xf7\x7e\xa3\xfa\x30\xdc\x2e\x8d\xb7\x5d\xad\x80\x69\x19\xad\x96\xf7\x94\x4a\xab\x25\x07\x89\xcb\xe4\x05\x13\x8c\x8b\x17\xef\x84\xba\x57\x06\x16\xf6\xae\xb7\xed\xd0\xe0\xca\x09\x2b\xa6\x13\xbd\x72\x76\xe8\x1b\xc5\x0b\x35\x12\x64\x68\x1a\x50\xfd\x46\x76\xdd\x61\x51\x85\x83\x71\xdd\xcb\x7b\xe9\x65\x9f\x55\xf1\x2a\x24\x71\xeb\x27\xb0\x93\x46\xc5\x12\xd0\xf3\x66\x70\x1e\xa8\x07\xb6\xc2\x51\xa3\x28\xdb\x09\xd9\x2b\x31\xec\x3a\x2b\x5b\xd5\x8a\xe5\x01\x69\xbc\x83\xb5\xd0\xaa\x95\x1c\x3a\xbf\xa8\x56\xaa\x05\xa2\xa4\xda\x9a\xeb\xea\xac\xbd\xc3\xca\x78\xa8\x5e\x06\x00\x71\xce\x48\x2f\x11\xe2\x58\xc9\xd8\x58\x2e\x1f\xc1\x62\xa3\xb8\x06\x6f\x91\x45\x49\xf9\x76\xa7\x0c\x77\x23\x30\x26\x02\xf8\x8e\x56\x58\x23\x3a\xbd\xe4\x4e\xa7\xb1\x1c\x31\x19\x61\x74\x6e\x40\xbe\xcd\xf3\x66\x0b\x4c\x06\x15\x17\xbc\x1b\x97\x3d\x15\xd6\x74\x07\x66\x46\x60\x8b\x91\x00\x19\xf8\x12\x97\xc8\x52\x14\xd7\x02\x45\x62\xa9\xad\xcc\x8f\xd5\x5e\x13\xdb\x2b\xee\x65\xa7\x5b\xc0\x18\x10\xc0\x69\x31\xdf\x96\x45\xc5\xbc\x72\xcd\x92\x76\x7d\xaf\x51\x8e\x8d\x5b\x8c\x50\xb2\xf4\x0d\x23\xfc\x17\x00\x00\x01\xd9\xcd\x96\x8d\xad\x79\x0f\x9d\x74\x51\x8e\xa5\x75\x02\xdd\xc5\x1a\x80\x7f\x77\xa7\xe2\x5e\x23\x1b\xc0\x8b\x1c\xc7\x65\x09\x3c\x66\xa7\xa0\x2a\xa7\x14\x62\x10\xda\x3c\x1d\x76\x54\x66\xc1\x42\x1c\xcb\x55\x81\xef\x07\x76\xb0\xb5\x02\xb8\x34\xe4\x35\x80\xd2\xf2\xb0\x8e\xf8\x3e\xd1\xeb\xf5\xc6\x0b\x63\xf7\xa7\x34\x28\xfb\x8d\x55\xb0\xe7\xdf\xbc\x38\xfb\x91\xda\xb1\x06\xce\x23\x16\x02\x9e\x45\x0e\xde\x02\x7d\xe1\xad\x47\x4d\x88\xbc\x1f\x42\x4e\xc4\x45\x02\x1a\xcb\xed\x13\x56\x33\x12\x3a\xa6\x6f\x79\x1e\x13\xb6\x04\x43\xa5\x83\xec\x4f\x15\x13\x21\x65\x59\xaf\x5e\x5b\x94\x35\x83\x6c\x07\xcc\x54\xe5\x95\xf3\xf5\x5a\xfb\x7a\x05\xd4\x16\x10\xbf\x04\x04\xc0\xdb\x29\xe7\xc5\xe3\xb5\xf6\x8f\x45\x63\xb7\x5b\x69\xda\x9f\xc4\xc9\x3d\x8b\x09\x7f\x04\x32\x0a\x5b\x51\x77\x38\x23\x2c\xc1\xf6\x8a\xa4\x81\xa0\x3d\x69\xad\x72\x38\xf0\x6e\xd8\x21\x63\x11\x45\x2c\x96\x04\x5b\xbb\x37\x40\x30\xf0\xb8\xb0\xab\x95\x6e\xb4\xec\xc4\x52\x1b\xd9\x1f\x22\x16\x3c\x86\x4e\xdc\xa9\x78\xf7\xfe\x16\x01\xd7\x16\xf8\x9e\x36\x00\x2c\x2a\x6d\x70\x61\x83\x38\xc1\x93\x9f\xcb\x52\x21\x49\x53\x5b\x1a\xdb\xc3\xd9\x8f\xbd\x09\x05\x8f\x70\xca\xc0\x38\x90\x20\xa2\x41\x96\x45\x58\x2c\x17\x99\x5a\x18\x86\xad\xf4\xcd\x86\x59\x5e\x5c\x36\xda\x99\xc7\x1e\x5b\xda\x0c\x7d\xaf\x8c\xc7\xe4\x9f\xc4\x89\x13\x4f\x9e\x8b\x93\xec\x5c\xae\xb7\xda\x01\x17\x19\x59\xd2\x70\x48\x43\x85\x9c\x27\x30\x0f\x97\x1d\x1e\xaf\xa9\xbb\xf9\x41\x8e\x25\xe1\x34\x17\x2b\xad\xba\x36\x74\x36\x35\x19\x98\x76\x3a\x28\xd7\xd3\xc9\x86\x4c\x41\x99\x03\x6d\xff\x62\x78\x8a\x7d\x15\x57\x57\xd8\x35\xd9\xf8\xe6\x63\x14\x96\x9d\x1b\x68\xa3\x9c\x89\xbf\xaa\xae\xb1\x5b\xf5\x9d\xf8\xab\x7a\xdc\x2b\xb1\xee\x70\xe2\xa5\x67\x71\xde\x3a\x85\x8b\xf2\x94\xf6\xe9\x6a\x30\x78\xe4\x78\x79\xa7\x50\x03\x90\x3a\x3e\xc7\xed\x1d\x9d\xab\xea\xe3\xc6\x6e\xd5\xa7\x6a\x20\x59\xca\x76\x6d\x94\xc6\x71\x07\xda\x9e\xd8\x97\x28\x9a\x27\x98\xb8\xb9\xdc\x5e\xfb\x66\x53\x47\x3d\x25\x0c\xa4\x57\x9f\x71\xca\x30\x2b\xa9\x2d\x61\x67\x42\x56\xb5\x3d\xe0\xb2\x82\x8e\xbf\x3d\xa4\x55\xa5\x95\xab\xdc\xc6\xee\x51\xe9\x17\x21\x6e\x36\x76\x8f\xea\xbe\x42\xe2\x5a\x2c\x16\x55\x63\xbb\x4e\x2e\x2d\xcc\xca\x7d\x82\xbf\xc8\x53\x4b\xe4\xdb\x43\x6d\xfb\x35\x57\x5b\x2a\xb9\xb6\x07\xd6\xab\x71\x2e\xe9\xd5\x5c\x85\xd4\x99\x15\xb2\x48\xc4\x4f\x5c\xc5\xea\xa4\x85\x36\x35\x6a\xab\x42\xcd\x6f\x0c\xc9\x42\x79\x3b\xab\xea\x23\x2b\x6b\x3f\x55\x01\xae\x68\x13\x91\x78\x1a\x74\x57\x68\x10\xdd\x48\x85\xe8\x2a\xa7\x64\x8f\xfb\xe9\x06\x7f\x54\xd5\x47\x39\xf8\xcd\xa7\x4c\x99\x5a\x87\x95\x17\x94\xaa\xa8\xf0\x63\x2a\x9b\xb8\xc2\x8d\xda\x01\x03\xb9\x75\xb8\x64\xbb\x5e\xc9\xf6\xc0\xe2\x66\x5c\xbc\x7f\xa2\xf3\x4b\x1b\xa0\xfa\xdf\x55\xce\x02\x01\xaa\xbf\x11\xc5\xcf\xda\xb4\x54\xbe\x3c\xfb\x49\xcb\xbb\xdd\xe1\x32\xb1\x7d\x7f\x38\x2d\x15\x11\x1b\xe9\xc4\x52\x29\x13\x04\xc6\x76\x11\xd4\x3c\xb0\xbc\x64\x43\x34\x04\x35\xd3\xb8\x03\xa9\xa4\x9d\x30\x25\xd0\x42\x22\xfb\x5c\x0b\x9d\x02\x2e\xf0\xa7\xc0\x98\x7d\x73\x15\xbd\xda\x2a\x90\xf0\xea\x2d\xe9\x89\xe9\x4b\xbc\x55\xd5\xca\xf6\x6b\xdc\x7b\xb4\x39\xce\xc4\x4b\x4c\x48\xbb\x05\x00\x94\xcf\x4f\x2b\x86\x08\x29\x7f\x0a\x7a\xf9\xda\xd8\x3d\xea\x6b\x81\x63\x1b\x4f\xca\xb0\x83\x41\x5d\x84\xd3\x8f\x18\x29\xe4\xe1\x9d\x32\x3e\x0d\xed\xb9\x30\x6a\x2f\x72\x28\x1e\x80\x38\xbe\x00\x0f\x64\xee\xd9\xf2\xf9\x89\x7b\xf6\x74\xf9\x3c\x1e\x40\xcd\x46\x35\x77\xb4\xa0\xb5\x59\xda\xcf\xa8\x1c\x42\x4d\xa2\x12\x06\x36\xf8\x49\x2b\x36\x76\xe8\x59\x40\x03\x01\xc6\x2b\xcc\x2d\x66\x72\xd7\xdb\x06\x49\x33\x6a\x6e\x15\xed\x98\xb4\x4a\x51\x85\x0b\xeb\x14\x4f\xc9\xb0\x50\x77\xbd\xdd\xe8\xa5\xf6\x40\xce\x50\x9f\x71\x89\xff\xaf\x38\x59\xb5\x23\x88\x8c\xa1\xe9\x23\xf1\xd5\x4e\xec\x62\x01\x68\x24\x82\xa6\xfe\xf1\x2c\xa7\x19\x86\x99\xc5\xf1\xeb\xf4\x56\xfb\xc9\x02\x05\x52\x2c\x79\xa1\xb3\xa6\x39\xcc\x0d\xf6\x21\x8d\x6e\xaf\x1a\x65\x7c\x77\x88\x2b\x6a\x2f\xb5\x17\x7f\x14\x5b\x6d\x06\x0f\x52\xf4\x46\x19\xe1\xfb\x83\x90\xc0\x34\x2d\xaa\x8d\x74\xf5\x60\x78\x9a\x54\x1b\x96\xec\x6b\x8d\x67\x3b\xd4\x1b\x36\x56\x06\x55\x4a\x96\xe2\xfb\x38\x83\x3f\x2c\x58\xe7\x8c\xa5\xe0\xbc\x85\xf6\x68\x10\x83\xe4\xdc\x5a\xb0\xbd\x30\x8a\x46\x08\xfb\x0f\x60\xb0\x6c\xac\x51\x69\xb0\x3a\xdd\xdc\x01\xff\x0f\xf3\xbb\x1c\xbc\xb7\x20\xe4\x76\xb0\x06\xa9\x4c\x68\xf3\x05\x02\xa2\x0a\x22\xe1\x3b\xd0\xb4\x94\xa3\x54\x61\x31\x80\xf0\xf3\x85\xbf\xef\xd5\x0f\xa9\x78\xdc\x32\x58\x82\x51\x50\xe9\x6c\x37\x5d\x63\x26\x5d\x28\x84\x3d\x17\x8e\xc6\x86\x55\xbc\x71\x36\xfb\x72\x34\x30\x1f\x36\x86\xfa\xbc\xd3\x3d\x88\x3b\x7d\x62\x14\x16\xa3\xba\x92\x3e\x60\xda\x63\x5f\xb6\x38\x9d\x9e\xde\xda\xda\x6d\x88\x9f\x09\xcd\x13\x9d\x32\xeb\x42\x9f\x8b\x97\x83\xb8\x44\xfe\xe7\xa2\x32\xd6\xd4\x28\xbc\x66\x7b\xe6\x9d\x35\x4f\x30\x2d\x4a\x3f\xa1\x34\x2b\xfe\x43\x85\x80\xa6\xb7\xc3\x7a\xc3\xea\xc1\x8a\x36\x8b\xdf\xdb\x7a\x25\x1b\x8f\x97\x48\xb7\x7b\xfb\x84\x3f\xce\x07\xa8\xd5\x07\x61\x7f\x0c\x8c\x7d\xe7\x41\x2c\x41\xb1\x33\x90\x33\x2d\xa3\x0c\xd0\xe0\x5e\x35\xf6\x5e\xf5\x87\x30\x07\xbf\x40\xaa\x90\xc2\xa7\xca\x03\x88\x98\xc7\x13\xb3\x8b\x16\x5f\x73\xea\x71\xf8\x50\x63\x80\x14\x17\x0f\x34\x33\xeb\xe0\x4c\x0b\x77\x47\x3b\x99\x78\xe5\x23\x95\xc6\xa5\x85\x34\x77\x70\xb4\xb8\xa2\x0c\xc0\x2b\xac\xfa\x08\x8b\xfa\x53\xc5\x3b\x45\x65\x53\xce\x74\x24\xe4\x84\x1d\x45\xd4\x32\xc2\x07\x11\xe7\x2f\xaa\xd7\xab\x03\x01\x15\x54\xe2\xd8\x86\x29\xd7\x6b\x3c\x3a\x13\x7f\x7a\x9d\x93\x74\x4e\x5e\x0d\xdd\xa9\xd8\x13\xe3\x9a\xca\x44\x25\x12\xb3\xb4\x40\x34\xe8\xd2\xba\xfa\xb8\xb5\xad\xec\x3e\x55\x07\xbc\x8a\xfb\x2f\xe5\x2a\x83\xd7\x9f\xb6\xda\xda\x96\x0a\xbd\xc5\x1f\x55\xf5\x71\x65\xfb\xed\xa7\x0a\x98\xa2\x77\x23\x59\x10\xb8\x27\x4e\xcb\xe4\x11\xcc\xfa\x25\xbf\xde\x8d\x7d\xbe\x9a\x11\x1b\xaf\x55\xba\xe5\xc5\x5f\xb1\xf3\x37\x37\xaf\x6f\x83\x5a\xeb\xe6\xb5\xb8\x53\x8c\xfb\xb5\xf7\x3b\xf7\x01\x95\xb5\xa4\x79\xfd\x70\x7d\x59\x5d\xc9\x03\xc8\x68\x94\xcc\x1f\x98\x71\xab\xe4\x96\x1b\x09\x3f\x09\x05\x6c\x1a\x4e\x84\x9f\xb6\xcf\xaf\x29\x2a\x94\x1c\x7e\x29\x84\x54\x22\x72\xd5\x3b\xb5\xff\xb9\x97\xa6\x09\x85\x81\xa5\x5b\x62\x02\x95\xbc\xb0\xdb\xad\xf6\x37\xc3\x76\x2b\x71\x83\xd0\xb7\x70\x94\xc0\xd9\x6f\x95\x73\x74\x07\xcf\xd9\x5b\x4a\xe0\xec\x8b\x8d\xd5\x4d\x96\xdb\xe0\x77\x75\xdb\x2b\xc5\xb5\xbe\x0c\x37\x5e\x15\xb2\xf1\xc4\x63\xd2\xaf\x2a\x2a\x35\x14\x5f\x4d\xff\x3a\xb9\xfd\xf9\xb5\x92\xdd\x6e\x23\x51\x50\xc8\xc0\xf0\xa2\x63\xc9\xea\x17\x81\x20\x48\x77\x87\xad\xea\x75\x83\xbb\x44\xba\xcd\xf7\x4f\xea\x1f\xf0\xe6\x4e\x36\x5e\xf5\xae\x44\xd6\x5a\xff\xfb\x10\xe2\x16\xf4\x0f\xe2\x75\xdd\xef\x6e\xee\x04\x3b\xa4\x20\x3e\x05\x15\x39\xfd\x5b\x18\xae\x02\x33\xa4\x8b\x13\x80\x40\xc1\x32\x41\x45\x20\x64\x5c\x40\xc8\xf4\x02\xa8\x82\x07\xe1\xb9\xe8\xc3\x56\x7e\xfe\x52\xc1\xad\x9d\x29\x47\x8a\xf3\x54\x88\x05\x65\xc9\xbd\x2d\x28\xc9\xe2\xd7\x6a\xe8\x1f\x00\xfe\x70\x7d\xb9\xf8\xb5\xd2\xa6\xe9\x86\xf6\x68\x43\xdc\xb0\x74\xbe\x07\x01\xf9\xf1\x89\x7b\x0c\x28\xcd\x9d\xb1\x7b\x13\xe1\x3f\xd0\xb7\xc0\xef\x9f\x82\x29\x46\xad\x0d\x6b\x2a\x92\x51\x86\x68\x75\x0b\xac\x0e\x6a\x1c\x16\xe9\xc8\xcd\xb5\x10\x91\x10\xa0\xba\x96\xb5\x44\x91\x16\x82\x28\x80\x0a\x19\xb9\x55\x8b\x64\x3e\x52\x03\xc9\xae\x41\xd2\x36\xb9\x68\x0c\xc4\x3c\x30\x83\x48\xd4\x11\x62\x41\xf7\x86\xd3\x72\x23\x4a\x75\xb4\xb8\xed\xd7\x33\xa5\xdf\x4f\xef\x34\x8f\x94\xf7\x4a\x6e\x67\x10\x44\x1a\x74\xb4\x20\xcd\x3d\x16\xc2\xe3\x69\x44\x44\xa7\xe5\x00\x6a\x91\x46\x29\x0e\x78\x3e\x37\xb9\x22\x21\x8e\x73\xa9\x6b\x5a\x54\x78\xf4\xf6\x68\xc6\x93\x69\x9c\x58\x03\xc8\xe7\xde\x56\xde\x29\xe1\x06\x60\xb1\x36\xd2\xb3\x90\x51\x8e\x28\xf0\xbb\x88\x4a\x61\x15\xc7\xd1\xdb\xbd\x81\x63\xea\x4b\xf8\x11\xec\x1b\x51\xe7\x0a\xca\x29\x62\x46\x1e\x81\x8e\xa1\x8d\xda\x33\xf5\x59\xe3\xfd\xd4\x2b\x7d\xaf\x58\x7f\x16\x59\x06\xcc\x5b\x54\x9d\x74\xbe\x86\x45\x43\xcd\x45\x69\xd4\xde\xc3\x8e\x82\xfa\x20\x97\xca\xd1\x7d\x15\x77\x0a\x16\x09\x6b\xe2\x64\xd7\xd9\xbd\x6a\x4f\x85\x44\x96\xb3\x57\xb4\x41\x65\xb7\x97\x07\x87\x5a\xe5\x40\x64\xac\x09\x63\x02\x14\xc4\x1c\xc4\x1a\x5b\x95\x2b\x2c\x16\x55\xd2\xbf\xb9\x4d\x0d\x47\x67\x64\xb7\xf7\xa8\xd7\x42\x0a\xc1\x7a\xea\xfb\x8c\x49\xe1\x93\xf6\x27\x71\xe2\xaa\x81\xf4\xf4\x94\x9d\x21\x42\x23\x15\x3e\x55\x66\xca\x9e\x82\x58\x22\xf6\x4a\x48\xe7\x86\x2d\x8f\xb5\x46\x29\x10\x9b\x94\x29\x56\x87\x65\xa7\x9e\x90\x78\xab\xfd\xa2\x92\x83\xdf\x24\xbd\xdf\x88\xb3\xa5\x74\xd2\x96\x39\xaf\xbb\x0e\x46\x3a\x18\x6e\x15\xe2\x26\xe6\xe2\x3e\xc1\x61\x72\x1b\xbd\x13\x16\xaf\xc5\xf2\x21\x4c\xcb\x36\x13\xec\xbc\x15\xad\x42\xf1\xd9\xf6\xc2\xf7\xd2\xb8\x95\xc2\x7b\xc2\xad\x58\xe9\x1e\xe6\x99\xaa\x06\x39\x91\x0c\xb5\x8e\xd4\x4c\x9a\x08\xac\x3a\x3f\x20\x70\xee\xb2\x89\x2a\xab\xa6\x5b\x7a\xbc\x8c\xc2\x36\xe0\xa8\x26\x4c\x2e\xb4\x01\x96\xd9\x64\x08\xf0\x5e\xba\xb0\xb9\x98\x1d\x87\x55\xa1\x14\xa3\xfa\x71\xa5\x7d\xa1\xdf\x15\x19\x42\xd5\xc4\xee\x14\xbb\xe2\x16\x73\x02\x23\x34\xde\x18\xd5\x47\x58\xf7\x9f\x2a\x92\x88\xea\x78\xd9\x77\x41\x12\x12\xf1\xcf\x98\x58\xfd\xcd\x6a\x53\xe3\xcd\xd5\x7f\x58\x6d\xf0\x9a\xab\x2a\x8c\x3b\x46\x1a\x3b\x36\x41\x3b\xa0\xd5\xc9\xb2\xd3\x4d\xb0\x43\x3b\x54\x2b\x8b\xfb\x09\x15\x7a\x2f\xc3\xef\xca\x79\x09\x64\x82\x4d\x13\xe0\x57\xa1\x21\xa4\x42\xa4\x3e\x7e\x19\x7e\x73\x6a\x4c\xaa\x06\x13\x53\x3e\xf0\xcf\xaa\x02\x2e\x79\x81\xf4\x17\x18\x7b\xbc\xe9\xcc\xa8\x2e\x1c\xaa\xb0\xfe\x43\xde\x22\x83\xdf\x49\xef\x55\x6f\xe8\xb2\x82\x88\x40\x5e\x94\xb3\x23\x0a\xdc\xb8\x04\x06\x63\x1b\xec\xf3\x3e\x55\xc9\x8a\x2f\x18\xf0\xcd\xdd\xd2\xc4\xe1\xa7\xbb\xcb\x8a\x77\xb5\x63\x26\xfb\x3f\xd5\xc1\x55\x4e\x35\x43\x4f\xc3\x7a\xc3\x3f\xe7\x35\xa6\xac\xc2\x1d\x19\x29\x26\x03\x0a\x57\xda\x53\xb8\x8a\xd7\xd8\x99\x78\x41\x3f\x82\x96\xa9\xda\xe1\xf4\x65\x96\x88\x3c\x9f\xb1\x2b\x6c\x88\x9a\x6b\x97\x4a\xad\x8b\x76\x82\x90\x20\x4f\x11\x2e\x9d\xf1\x04\x5d\xd9\x1e\xe9\x64\xbc\x41\x53\x1d\x5e\xaf\x9a\xec\x42\xdd\x9d\x62\x39\x00\xdb\xab\x65\xb8\x65\x4d\xe6\x29\x5b\xd9\x2a\x71\xaf\x65\x54\x45\x66\x9c\x4d\x3c\x7a\x83\xfe\xb2\xd0\x0c\xa0\x50\x43\xba\xe5\xc0\xd8\x84\x69\xf6\x36\xe8\x09\xfc\x46\x69\xba\xe4\x34\xc8\xf4\xac\x86\xae\x0b\x27\xe3\xcb\xa1\xeb\xc8\xd8\x6a\x6a\x02\x0c\x55\xf0\x65\xef\x25\xff\xac\x86\x5d\x0b\x22\x68\x1a\xcb\x0f\x98\x10\xc7\xb2\xcc\xcf\x44\x4b\x1c\xd5\x50\x2c\xc9\xc8\x08\xde\x66\xb2\x66\x77\x58\x84\xdd\x3c\x63\xda\xcb\x1b\xbb\x1d\x83\x24\x2d\x1e\x52\x2a\xee\x38\x4e\x14\x59\xd3\xe0\xd0\xee\xe5\x41\x6c\xec\x5e\x74\xda\xdc\x39\x9e\x29\x18\xa7\x5c\xcc\x46\x6d\xab\xd7\x66\x50\x2c\xf8\xc0\xcf\xa9\x21\x29\xdf\xbe\xf3\x5d\xfc\xf2\x10\x74\x5b\x74\x5b\xcf\x1b\x40\x2c\x0f\x02\x65\xbb\xe3\xd7\xfe\xe3\xfb\xfe\x70\xdd\x1f\xae\xb1\xd1\xda\x20\xd1\xb5\x0f\x4e\x89\x0b\xb2\x40\xe0\x3d\xd6\x6c\xac\x75\x7c\x29\x90\xa8\x1f\xa4\xa1\x76\x8f\x89\x1f\x4f\x4b\xc2\x43\xb3\x76\x1e\x2c\x21\x70\x9f\xf3\x0e\xaa\xf9\xce\x2e\x41\xf3\x86\xba\xe0\xbb\xbc\xf3\x80\x93\x2c\x1d\x42\x9f\x90\xc6\xd4\x7a\x4b\xe2\xe7\x87\x60\x07\x81\x13\x1e\xc5\x06\xcc\x5e\x94\xed\x19\xaf\x12\xae\x37\xdc\xaa\x7d\x61\xb1\x84\xa5\x90\x5f\x0d\xd3\xf4\x47\xba\x64\xbb\x82\x69\x0b\xfd\x88\xf9\x30\x78\x59\xfe\x3b\xbc\xc4\x8f\x5a\x12\xd8\x63\xf5\x08\x84\x15\x0b\x05\xe4\x2c\x6f\x1c\xea\x3a\xca\x17\x8f\x5a\x3f\xd9\x31\xa1\xdc\x5e\xba\xa2\xe3\xbc\xc6\xdb\x45\xb0\xf6\x14\xc6\xee\xc9\x22\x00\xcd\xf2\xc8\x34\xd1\xa0\x39\x01\xa1\xc8\x88\x0a\x57\xfa\xaf\x92\x94\x84\x99\x04\x0b\x17\xe5\x89\x73\x22\x9c\xca\x05\xc3\xf3\x98\xcf\xb6\xe7\x05\x7d\x55\xc1\x9a\x2b\xa7\xc0\xbb\x5e\xa3\xa2\xa3\xa4\xc4\x13\xda\x5b\xd0\x59\x24\xb3\x16\x6d\x93\x12\x79\x5d\x54\x01\x15\x9c\x5e\xf8\x2b\xa4\x44\x55\xda\x8d\x42\x03\x5d\x4e\x0e\x1b\x21\xe4\xd2\xfa\x8f\x6d\xec\x14\x53\x45\xea\xeb\x0b\x4e\x18\xe5\x87\xce\x50\x76\x98\x90\x99\xde\xf4\xc0\xcb\xab\x78\x70\x68\x43\xa6\x61\xf1\xe2\xbf\xa0\x4e\xe2\x05\x92\x2b\xb1\x97\x74\xa1\x13\x88\xd5\x9f\xc6\xb5\xa7\x75\xf4\x4b\x79\x15\x44\x7d\x2b\x77\xd1\x77\x95\x6c\x5b\x5c\xe3\xc9\x7c\xa2\xc5\xc5\x53\xea\x15\x01\x2a\x87\x20\xf3\x8a\x98\x5a\x17\x17\x55\x8e\x94\x47\x5f\x7f\x39\x05\x5c\xc8\x7f\xc3\xbd\x54\x51\x55\xba\x97\x8a\x8d\x1c\xed\xb0\x49\x2f\xa7\x5b\x4d\xb6\x2d\x32\x44\xbc\x96\x33\xb6\x86\x57\x73\xe4\x6e\xa0\x16\x92\x63\x60\x78\xfe\x53\x1d\x90\x07\xe2\x95\x80\x47\x93\x76\x42\xa2\x71\x28\x5a\x94\x93\x50\xe3\x40\x9a\xb1\x8d\xc6\xf9\x47\x73\xf6\x72\xce\xcf\x51\x6a\x73\x8a\x61\x91\x3f\x94\xe6\x00\xfc\x7e\xd8\xeb\x6a\x0b\xe3\x40\xc6\x39\xd1\x94\x78\x72\x4d\x7d\xca\xa2\xd2\x46\xaf\x37\xdd\x41\xe8\xed\xce\xf6\x1e\x57\x52\x30\x42\x48\x92\x2c\x7c\xf5\xaa\xb1\x6b\xa3\x7f\xc3\x81\xdd\x92\xed\x70\xbc\x11\x79\xe6\x7c\x6f\xcd\xfa\xf9\x0b\x0b\x22\xe6\x1d\x90\x9f\x8d\xdd\xff\xe9\xd9\x53\x4e\x17\x17\x38\x85\x76\xf0\xe2\x95\xf6\xaf\x87\xe5\x63\x27\xd6\x83\x6e\xf1\xc8\x7d\x26\xb3\xc7\x0e\x6c\x8d\x44\x86\xdd\x7b\x13\x87\x05\x9f\x3e\xd8\x5e\x38\xdb\xdd\xab\x51\x11\xbb\xdd\xd2\xf4\x2e\x3b\xb5\x25\x48\x6c\x3f\x1a\x30\x29\x83\x23\xa7\x7a\x1e\x9f\x9b\x9b\xd7\x8b\xb8\xc4\xd3\xfc\xf0\xb4\x05\x3e\xb5\xd0\x8b\x30\x8f\x08\xc0\x0d\x2b\x42\x0b\xcd\xfe\x22\x96\x42\xfe\x63\x5a\x0a\xe7\xd1\x01\xcf\x32\xd1\xc8\xa0\xf0\x02\x28\x42\x71\x71\x06\xed\x20\x3e\x0c\xd2\x9a\x89\xea\x95\x17\x56\xb6\x78\xe1\xec\x09\xaa\x6b\xe4\xdf\x63\xf3\x70\xb9\x8e\xf6\x37\x53\x34\xea\x3b\xd3\xb3\xd0\x81\x8c\xa2\xf1\x88\x24\x9a\x36\x86\x29\xa8\x9a\x22\x9a\x16\x5a\x91\x53\x33\xb2\xd5\x24\x8a\x46\x0b\x52\x39\xa4\xd7\x5f\x49\xcd\x26\xf5\xa6\x8e\x87\xea\xbe\x82\xa2\x61\x9f\xce\x71\x38\xac\x21\x2d\x0a\x4f\xd4\x25\xeb\x4c\x30\xc3\xd8\x3a\x93\xf6\xde\x59\xbe\xd9\x15\x21\x11\xe7\xc4\x79\xe0\x58\xf2\xad\x0c\x8d\x40\x2b\x78\xb2\xe2\x43\x35\xcc\xff\x26\x5a\x79\x70\x95\xb7\x77\xca\xcc\x14\xc1\xf4\x63\x85\xaa\xaf\xbc\xb1\xcb\xae\xa4\xa0\x86\xc1\x91\xc8\xe9\x07\xf7\x53\x9e\x47\x8f\xd3\x0a\x70\xbb\x5a\x41\xda\x6a\x55\x15\x97\x62\x6c\xc1\x46\x76\x8d\x79\x56\xb0\xe3\x8f\x66\x9b\x79\x26\xda\xcc\x14\x77\x61\x2e\x58\xcf\xa0\x91\xba\x2c\xf7\x2c\xec\x5a\x26\x48\xd9\x75\x19\xed\x5c\xa0\x5a\xc2\xc9\x95\x12\xbb\x4e\x36\x2a\xf1\x34\x83\x23\xd2\x83\x87\x73\xb8\xb6\xd3\x74\xed\xdd\x59\xa7\xc6\xc4\x4e\x96\x6a\x9d\x4c\x5c\x5c\xe4\x4d\xdf\x78\xbf\x23\xa3\x8c\xdc\xc8\x3e\xb1\x0c\x6c\x05\x80\xec\x8f\xe8\xac\x59\xab\x3e\x2a\xb4\xa0\x49\xbb\x4e\xb2\xd9\x26\xee\x5e\xe8\x6e\xe4\x85\xa2\x79\x49\x30\xb1\x6c\xb1\x48\x1a\x89\x8f\x3f\x7e\x72\x27\x1f\xff\xf0\xc9\x3d\x7a\x7e\xa5\x7a\x87\x56\xed\xe7\xd4\x8d\x5b\x58\x1e\x38\x22\xd2\xf1\xd5\x75\xaf\x5a\xe8\x90\xec\x4e\x85\x5a\xac\x17\xe2\x19\x0c\xc1\xf3\x93\x8f\x7f\xfc\xe4\x9e\x3d\xc5\xdf\x8b\xe9\x64\x26\xb3\x78\x9a\xdb\xaf\x5b\x4b\x8d\x34\xf5\xdf\x47\x4f\xad\xbe\x30\xaa\x68\x3a\x07\x13\x05\x07\x2f\xf2\xf6\xe5\x12\x0c\x57\xae\x4e\x35\xbd\xf2\x28\xce\x93\x32\x94\x44\x5d\x4c\x2d\x4a\x40\x45\xd3\x6b\xda\xdb\x8d\x32\x5c\x2e\xa4\x16\xa5\x58\x51\x18\xae\x44\xab\x99\x4b\xdb\x12\x5b\x5a\x4c\x23\xf5\x6c\xbc\xa7\x8d\x8c\x48\x34\xe0\xf8\x6e\x66\x9c\xc3\x0d\xc6\x74\x9c\xe5\x51\x05\xe3\x14\x4b\xa2\x6d\xc7\x11\xa0\xc5\x82\x21\x76\x7d\x4c\x47\x47\x94\xef\xd8\xfd\xb8\x8b\xcb\xe2\xe8\x7a\x28\x2f\xd0\xdd\x03\xa8\x98\xaa\x15\x77\xdf\x6c\x01\x0f\xa4\x2d\x3e\x7e\xf3\x0a\x98\x0c\xd9\xeb\xee\xf0\xad\x3b\x56\xfc\x22\x9b\x4d\x49\x2e\x90\x28\x04\x53\x68\x26\xdf\x8d\x3a\x15\xcf\x96\xcf\x79\xba\xee\x94\xda\x31\xb7\x44\x4d\x1a\xd1\x96\x67\x4f\x97\xe5\x8e\xe9\x15\xbd\x57\xf3\x6a\x4a\xcc\xae\x63\xde\x83\x03\x73\x04\x41\x5c\x1d\x19\x9a\x92\xf8\x1d\x59\x16\xc7\x31\x96\xc7\xff\x08\x59\x3c\x10\x43\xe9\xf1\x91\x38\xa5\xec\xe9\x5d\x27\x53\xfa\xaf\xa2\x14\xa1\xf0\x9c\x39\x56\xd4\xef\x75\xea\x5e\x75\xc4\x13\xb4\xb0\xcf\xd1\xb0\x61\x05\x5b\x38\x8a\x9d\xfe\xd8\x6a\x7f\x80\x31\x98\x69\xc6\xd7\x6e\x9f\x58\x6f\x39\x2a\x81\xad\xa7\x85\x59\xd3\x11\x1d\x59\xfb\x59\x12\xed\xaa\x38\x41\xc0\x51\x86\x22\xaf\xc2\x2c\xc3\xe4\x20\x20\x31\x02\x71\xb7\x50\xe1\xa4\x96\x4f\x13\x85\x0c\x38\xbf\x29\xc2\x75\xed\x6d\xdc\x29\x1b\xb2\x0a\x16\xe7\x57\x6f\xdc\xa2\x8a\x15\x06\xa4\xb8\x4b\xa8\x09\x7b\xd2\xc9\xa3\xed\x70\xd7\x4d\xb6\x5a\xd0\x70\x51\x71\x66\x3c\xb1\x4d\xc4\x7a\xc6\x4e\x4d\x3a\x44\x9d\x29\xf3\x69\xdc\x95\xcb\x56\x00\xd5\x86\x2d\x19\xcb\x50\xb1\xab\xdf\x89\xb7\xe9\xb6\x0c\x66\x76\x77\x00\xa9\x24\x7b\x79\x40\x67\x9f\xd8\xa3\x5c\x31\x7a\xf2\xa0\x3d\x11\x63\x01\xac\x65\x1f\xf9\xda\xd0\x60\xe6\x6c\xf3\xa9\xcc\xd9\xdb\xd9\xc9\x4c\xcc\xee\x6c\xb1\x39\x8e\x77\x17\xf0\x94\x7d\xfe\x12\xff\x6b\x57\x25\x7d\x3b\xba\xc8\xf3\x5e\x65\xcb\xfb\x6a\xb6\xda\xb8\xed\xa9\xea\xd1\xf2\x16\x24\x9e\x91\x45\x2a\xf2\x2f\xa4\xfa\xa3\x15\x91\x9d\xe4\xd2\x89\xbd\xea\xba\x45\x85\x9a\xf7\x85\x01\xe9\x92\xde\x8e\x44\x35\x10\x5f\x17\x61\x3f\xcc\xa1\xb8\x0f\x72\x0b\x2a\x86\xb7\x4c\x91\xaa\x5c\xf2\x9d\x53\xe6\x88\x20\x83\xca\x9e\xa7\xd0\x93\xc9\xf2\x78\xa0\x21\xcc\x2e\x68\xd0\x16\x5e\xc9\xad\x63\x3a\x82\x4c\xa0\x5a\xf1\x45\x6e\x7e\x43\x79\x7c\x64\xe9\xae\x81\x1a\x10\x1a\x98\xa7\x8d\x9a\x9e\xee\xf1\x0a\xa0\x2f\xb4\x7c\x74\x71\x5d\xb6\xf6\x81\xc6\xe5\x55\x14\x5a\x0a\xda\xd3\xd8\xd7\x0c\x2f\x4a\x7d\x23\x5a\xc6\x2b\x27\x99\x94\xf1\xb2\x2d\xec\x6e\x19\x28\xd3\x99\xab\xc4\xfc\x06\x92\x9d\x2e\x09\x03\xb2\x9d\xea\xb7\xd2\xa0\xc9\x2b\x5d\x68\x04\x0d\xc0\xc5\xf9\xbb\x77\xef\x6f\x93\xe0\x0f\x34\xcc\xb4\xd6\xa8\xef\xe2\xc3\x9d\x49\xbb\xc2\xf3\x9d\xb8\xf9\x4a\x88\xf4\x80\x88\x4b\x1c\x83\xcb\xa5\xab\xcc\x24\x78\x6d\x51\x2f\x62\xa1\x2d\x41\x3e\x2c\xda\xdf\x1e\x5d\x21\x1f\x61\x88\x3f\x55\xe1\xaa\xfd\x3d\xfc\xaf\x72\x6b\x85\xcc\xca\x03\xc9\x66\x32\x06\x49\x8f\xc8\xc5\xda\xda\x76\x62\xbd\x80\x82\xdf\x20\x51\x7d\x6b\xb7\x3b\x8b\x0c\xcc\x4a\xa0\xb1\xe8\x29\xec\x2e\xdb\x23\xb1\x43\xa1\xc1\xe8\xbf\x0f\xa8\xf2\x41\x1b\xcf\x45\x75\xaf\x9d\x5e\xea\x8e\x84\xd4\xbf\xc4\x0f\x4a\x87\x5f\xa3\x67\xc4\x59\xe5\xda\x89\x67\x6e\x27\x8d\x68\x3a\xe9\xdc\xd9\xa3\x41\x0b\xe0\x77\xbd\xfa\xec\x1f\x3d\xbf\xea\xd1\xac\xf0\xd9\x53\x80\x78\x3e\x41\x57\xaf\x6c\xdf\xd0\xb5\x66\x34\xa1\x46\x9a\xc3\xe9\xb0\x4d\x0d\x32\x23\xd9\x56\xa5\x81\xff\x1d\x75\xae\x6c\x7f\x97\xfa\xf1\x3d\x6b\xf2\xed\x8a\xe8\xee\xbd\xec\x86\xf2\x5a\x07\x6a\x87\x32\xee\x87\x0a\xdf\x48\xa7\xb2\x68\x52\x8f\xfe\x72\x20\x43\x9b\xf5\x9f\x70\xd0\xfc\xc3\x7e\x37\x5e\xab\x6e\x07\x02\xd8\x77\x15\xb6\x84\xaf\xbf\xc7\x8e\x56\x30\x2f\x3c\x20\x86\x3c\x7c\x45\x8c\xa9\x33\xb3\x91\xb9\x63\x90\x5d\x90\x7d\xb2\xd9\x04\x72\x8a\x9d\xc8\xaf\x8c\x0f\x6c\x64\x14\x4f\x1f\xd7\xf4\x1a\x1f\x41\x53\x7a\x27\xf1\x26\x39\x7a\xda\xc1\xc4\xb5\xf6\x7a\x6d\x6c\x9f\x0d\xc3\x8d\xea\x60\x9c\x16\x31\x4b\x04\xdf\x3d\xae\xea\x74\xa3\x8c\x43\x6a\x47\xbf\x42\xca\xa4\xb8\x14\x01\x16\x6f\xf9\x7a\x25\x5b\xde\x0a\xf0\x83\xbf\x67\x4a\x31\x60\xa8\xb2\x92\x83\xb7\xb5\x36\xda\xe3\x3b\x1a\x0d\x72\x2d\x69\x17\xcb\xf5\x4a\xba\x33\x44\xc2\x37\x48\x81\xfa\x33\x1e\x7e\x0a\xc3\xd3\xc3\x6f\x60\xb2\x09\xe2\x07\xb7\x6c\x50\x80\xe3\x87\x09\x82\x2c\x2c\xd9\x4d\x4f\xbd\xeb\x07\x43\x97\xda\x83\x51\x45\x62\x92\x6f\xe8\x38\x37\x07\x76\x08\xf1\xc4\xf7\xb2\xb9\x03\xe2\xd2\xab\x95\xea\x95\x69\xd0\xd2\x5f\xfa\x4c\x55\x40\xb6\x0b\x6c\x46\x4f\xc5\x02\x72\x0d\xa2\xe6\xbd\xec\xa2\x87\x20\xf1\x26\xa4\x7c\xbf\xb1\x43\xff\x43\x00\x0c\xca\xe8\x08\xc7\x57\x2a\xa3\xfc\xd0\x4e\x16\xd9\xd9\x12\x4f\x18\x05\x87\x82\xec\xe9\x0d\x72\xa6\x45\x70\x82\x75\xe8\xf1\x2d\x1d\xe3\x43\xe5\x98\x3b\x98\x26\xa9\xc7\x6e\xf0\xab\xda\x4b\xdf\x6c\xc8\xd8\xe1\xaf\xfc\x13\x6d\x1d\xd6\xf2\x37\x4a\xbd\x89\x1f\xb8\x05\x1c\x6f\x0a\xc7\x86\x0b\xbd\x92\xcd\x86\x1f\x5b\xd8\x55\x4d\x4e\x47\x90\x1d\xbb\x8d\x06\x58\x40\x4f\x10\x4e\xb5\x62\x2b\x3f\xeb\xed\xb0\x15\x11\x10\x8b\xc2\x2e\x39\x29\x4d\x2a\x16\xf3\x86\x11\x63\x23\xbc\x6f\xb7\x8f\x18\x63\x78\xd8\x4c\xc2\x28\xd5\xd6\x20\x6e\x04\xa2\x53\x58\xfd\x56\xec\xe3\x29\x38\xc9\x89\x4e\x9e\xc8\x4b\x4e\x9e\x7b\x9c\x7e\x87\x5b\x2f\x59\x92\x54\x7c\x80\xb7\xec\x06\xf5\xe8\x39\xcd\x62\xa0\xa7\x01\x2b\xef\x8f\xb7\xec\x66\x2a\xdb\x20\x0c\xb1\x20\xa2\x99\x16\xdb\x05\x3a\x9a\x48\x6b\x6d\x06\xaa\x38\x72\x59\x64\x91\x99\x1e\xed\xe9\xab\x37\xb7\x68\x18\xfa\x40\xf1\x9a\xae\x1e\xe8\xcd\x03\x91\xc8\xc7\xbd\x22\x9f\x10\xd9\x6d\x63\xf0\x8f\x25\xf3\xc1\x58\x1e\xe8\x9d\x7f\xf0\xf7\xb1\x93\x7e\x93\xea\x82\x43\x5e\x3b\x47\x8c\xbb\xd1\x38\x9f\x05\x13\x9b\xb0\x53\x1b\x18\x59\xb9\xb0\x02\xb6\xf4\xde\xb2\x91\x5d\x78\x6c\xf9\x86\x12\xb9\x20\x24\xe2\xbd\x4a\x69\x9b\x14\x9e\x95\xc8\xdc\x3d\x4c\x40\x1b\xcd\xd0\xd2\x6a\xc8\x2d\xd0\x78\x4b\xf2\x01\xc3\x8e\xc0\xec\xaa\xa2\x33\x22\xa4\xf3\x89\x01\x5f\x15\x48\x51\x75\xa7\xcd\x1d\x72\x56\xbb\x43\x4a\xc8\x18\xc9\x0b\xbb\xd3\xaa\xfd\x2e\xcb\x0b\x0a\x8a\x2b\x9c\xfd\xff\xf7\xff\xfe\x7f\x9e\x5c\x40\xbb\x2f\x7c\xdf\x3d\xb9\x08\xd2\x19\xc0\xd3\x38\x12\x02\xf1\xfe\x3f\xab\xc1\xec\xd9\xda\xf6\x03\xfd\xaa\xc2\x37\x92\x88\x6a\x30\x8e\x0d\x0d\xf0\x47\xc5\x5f\x40\x29\x2a\x76\x60\x06\x24\xa2\xaa\x4c\x3c\xe1\xde\xd9\xe2\x90\xfb\xfb\xa0\x9b\xbb\x9a\xee\x8b\xce\xc4\x9f\xe1\x4b\xa0\x53\x2c\x3e\xe7\xe1\xc8\x88\xf4\x1f\x17\xed\xe8\x10\xc9\x9f\x4b\xe2\xe1\xc8\x8f\xb8\xd3\x79\x21\x4b\xbe\xe5\x10\x28\x76\x00\xec\xb4\x51\xd5\x6e\x70\x1b\x32\x46\x0b\xb5\x5d\x0d\x6e\x83\x2e\x3f\x3e\x93\x4b\x99\x1c\x03\x4e\xcd\x04\xc7\x52\xf6\xaa\xde\x46\xcb\xfc\xf1\xee\x8e\x0b\x87\x9f\x7f\xa5\x1b\xa7\x83\xf2\x8b\xaa\xa2\xf3\x8f\x4c\xf3\x5d\x15\x8f\x34\x3e\xca\x7c\xaf\x10\x69\xaf\x14\x40\x7a\xd5\x07\x33\x3a\x69\xda\xda\xcb\x35\x95\x04\xbe\x83\x8b\xda\x5e\x78\xb9\x66\x44\x88\xf9\x67\xfe\x59\x79\x89\x46\x57\xb7\x72\x3d\xf5\xa6\xb6\x1b\xba\x6e\xea\x73\xad\x93\x4b\x85\xc9\x97\xf8\xa3\xda\x42\x23\xbd\x35\x8a\x8e\xae\xf0\x51\x35\xf8\xe0\xc0\xc5\xa7\x07\xae\x5a\xeb\x70\x3e\x97\x6d\xe0\x37\xf4\xa4\x7f\xa3\x9f\x38\x04\x75\x2f\xf7\x90\x26\xf7\xf4\xb9\xd1\x8e\x7d\xf3\xbd\xa6\x5f\x94\x4c\xd7\x12\x08\x8a\x77\x11\x11\x1e\xd9\x7f\xde\x23\x57\xe1\x37\x65\x79\x0b\x0c\x55\x9f\x66\x27\x18\xad\x78\x6b\x05\x65\x10\x47\xeb\x36\x76\x6f\xaa\x7b\xdd\x2a\x8b\x67\x06\x3f\xeb\x27\xef\x84\xcb\xde\xee\x5d\xe0\xf8\x60\xb4\xe9\x13\xa6\x17\x44\xf0\xe0\x02\xe0\xf5\xed\xdb\xcb\x7f\x17\x88\x03\xe6\x61\x51\xc5\x99\x58\xd8\x7b\xd5\xb3\x93\x89\xf7\xfc\x33\x65\xf2\xcb\xca\x6c\xc8\xd0\x20\x51\xa5\x91\x8b\xa0\xce\xcb\xae\x80\xbc\x81\x84\x19\x40\xf2\x80\x77\xde\x75\x33\x79\x6c\x6e\x53\x2f\x0f\xd1\x60\xa8\x15\x78\x7b\x01\x24\x18\x6f\x30\x12\x70\xb0\x28\x19\xf3\x5d\xcc\xc0\x8f\xd8\xaf\x4a\xb5\xb0\xf4\x17\xe8\xcf\x90\xec\xc8\xde\xa9\x3d\xf1\x96\x9c\x45\xd6\x45\x75\xb4\x32\xc3\x37\x37\x39\x00\xfc\x0b\xd9\xbf\xb4\xda\x17\x99\xbb\x5e\xe1\x3a\xa0\x66\x39\x22\x71\x38\xb2\xd4\x20\x17\x00\x89\x2f\xaf\x11\x99\xb1\xa6\x86\x23\xb5\x0e\x1b\xee\x82\x98\x76\xc8\x14\xc6\x9a\x27\x78\xde\x62\x66\xd1\x08\x24\x45\x79\x4b\x7c\x58\x42\x01\x6c\x3b\x38\x5f\x2f\x55\x6d\x4d\x2d\xd3\xd8\xfc\x57\xb0\x8e\x5d\xe2\xf3\x29\x19\xf6\x27\x1c\x7c\xf2\x8e\xcc\xe9\x7b\x0b\x52\xa2\x08\xfd\x08\x2e\xc7\x72\xe4\x28\x76\x90\x5b\x40\xec\x47\x8e\x19\x69\xed\x98\xbb\x66\x17\x82\x00\x1b\x4c\xc8\x73\x7c\x41\xf9\x94\xf5\x2a\xd7\x7d\x4d\xfa\x05\x54\xab\x46\x0f\x52\xac\x42\xcd\x1b\x80\x24\x8d\xdc\x4b\x25\xfd\xc8\x37\xf5\x8e\x2c\x33\xb1\x49\xe9\x28\xc3\x57\x4a\xe5\xad\xf7\xfc\x2d\x70\x58\x68\xc0\xec\xe1\x9b\xe4\xb0\xdc\xd8\xe2\xbf\xc7\xca\x16\x8b\x45\x5e\x5f\x94\xe5\x51\x3d\x0a\xac\x72\x3a\xc4\x4f\xc9\xe5\x13\x72\x73\xda\xd3\xd5\x1f\x9e\x9e\x4f\x17\x00\x1b\xd4\x7f\x79\x81\xb5\x0d\x4a\xa1\xa5\x5a\x6b\x72\x0e\x89\x12\xad\x62\x57\x15\x09\xc9\x52\x36\x77\x6e\x27\xd1\x47\x20\xb5\x07\xcf\x67\xdb\x67\xeb\xb5\x51\x5d\x8d\x26\xc7\xe2\x4c\xd0\x67\xcc\x44\xca\x9a\x2d\x7a\x7e\xe5\x35\x5a\xf3\xb2\x6d\x6b\xbf\xdd\x05\x23\x9e\xc7\x27\xee\xe9\xb3\xd0\xed\xe7\x8f\x33\xa8\x04\xf0\x38\x6d\xcb\x96\x1c\x96\xb2\x05\x61\x9e\x37\x36\xc0\xcd\xf3\xb8\x69\x7c\x08\x46\x37\xb9\x2d\xbe\xac\x0e\xde\xbe\x84\xfa\xec\x95\x69\x55\x2b\xda\xc4\x09\x64\x73\xc3\x48\x68\x68\xbb\x43\xed\x2d\xad\xd2\x44\x6d\xa8\xbf\x01\x20\x0c\x3b\xeb\xa9\x02\xdb\x4c\xe0\x4f\xa0\xbb\x8f\xf0\x31\x75\xd4\x5b\x61\x46\xaa\x2e\x31\x10\xa9\x86\xc0\x3a\x04\xdd\x97\x89\xaf\xf4\x12\x9e\x15\xba\xff\xc2\xc7\x1e\xd8\x1e\xbc\x0e\x27\x27\x90\x02\x4e\xd1\xf0\xae\x7c\x91\xd3\xc1\x60\xfb\x8e\xb6\xbe\xcc\x12\x95\x2f\x00\xf3\x91\x18\xd9\xa3\x8e\x17\x2f\x93\xb5\xa5\x22\x27\x8e\xbc\x63\x50\x98\x99\xf8\x6b\xe4\xb2\x81\x69\x20\x1b\x15\x62\x79\xd2\xb9\x4c\x9b\xad\x30\x60\x71\xd1\xe1\x68\xae\xb4\x08\x6b\x21\x2c\xff\x5a\xbb\x5a\x46\xea\x68\x7c\xd0\x5b\xb2\x18\xba\x93\x6c\x1e\x49\x6e\x4b\x24\x9d\xbc\x23\xc6\xf9\xa1\x8a\x90\x3e\x60\x1d\xee\xb0\xe5\xd3\x3d\x7a\xee\x0c\x02\x9b\x14\x21\x33\xdc\xb3\xf0\x10\xe0\x8b\x54\xcd\x5c\x34\xd9\x08\xab\xa5\x60\xd4\x93\x51\xc5\x6a\x52\xab\x52\x45\x85\x9c\x99\xb3\x86\x5f\xdf\x05\xa6\xc6\xb5\xb1\x35\x69\x11\xd2\x0c\x94\xdd\x09\x96\x09\x81\x7c\x8f\xd4\x0e\x51\xc0\x3f\x56\x11\xdb\x8d\xd6\xfb\x4d\x56\x6d\x20\xa9\x13\x53\x27\x86\x16\x4e\x9b\x46\x25\x6f\xa6\xaa\x0d\xf5\x2f\x1e\xd6\xa7\xa5\x67\xf3\x68\xd6\xc0\xb7\x38\x7b\x98\x05\x3c\x1a\x8a\x4a\x6c\x1f\xb7\x15\x91\xc3\xb0\x7f\xd6\x52\x9b\xb4\xbd\xbc\xc5\x17\x37\x74\xaa\xf8\x4d\x76\x82\x94\x3d\x9d\x2c\xe5\x73\x1a\x46\xd4\x2e\xa5\x29\xfb\xfa\x45\x6d\x6c\xa0\xad\x40\x7a\x80\x17\xa4\xd9\x01\xc9\x95\x6c\x45\xb2\x93\x0c\xb2\x53\x7b\xd0\x57\xa1\xad\xd9\xee\x99\xb7\xc3\x4b\x12\x03\xe3\xa5\xcc\x53\xb6\x19\x49\x93\x8d\x4d\xa5\x67\x91\x20\x19\x66\x04\xdc\x0d\xcb\x56\xf7\x4c\x43\xe9\x83\xa5\xcc\x44\x25\xf8\x8d\x15\xd6\x1b\xb9\x29\x37\xaa\x38\x32\x56\x2e\xd8\x60\x1e\xa9\x35\xc7\x01\x38\xa9\xfa\x0f\x33\x08\xaa\xc0\xed\x07\x8a\x9d\x58\x75\xa6\xd0\x81\x63\x2f\xe1\x72\xe9\x20\xe4\x8c\x9c\xe1\xf0\x92\x48\xf9\x2b\x8d\x22\xdd\x4b\x6d\xda\x98\x26\x51\x01\x13\xdf\x5f\xc7\xf4\x24\x82\xf1\x33\xe9\x98\xc3\x87\xda\x0b\xd4\x2d\x72\x5a\xf0\x81\xf4\x1e\xfe\xc7\x54\xa3\xf6\xac\x5e\xde\xab\x3e\xfa\x08\x22\x07\xe7\x40\xaf\x51\x58\xca\x92\x17\x63\x01\x29\xcb\x82\xbd\x0e\x89\x24\xfd\x62\x7e\x9e\xdd\x74\x4a\xf6\x75\x2c\x7f\x01\x9f\xa2\x9b\x60\x89\x12\x57\x2e\x70\x8d\xaa\xc9\x61\xde\xd9\x79\x30\xaa\x2e\x87\xa4\x1a\xb7\x73\xc0\x76\xa7\x4c\x01\xfb\x7e\xa7\x4c\x2e\xef\x15\x88\xad\x53\xed\x08\x33\xde\x7d\xcc\xc3\x4b\x87\xae\xf1\xf0\xf6\x87\x7f\x4e\xdb\x99\x01\x51\x33\xe5\x0c\xa8\xb1\x39\xdc\x3b\x3b\x01\xe2\x0d\x17\xcf\xf5\xf1\xec\xa5\xf9\x51\xfb\xc9\x04\x51\x66\x8d\x66\x25\xd1\x63\x16\x02\xc5\xe3\xba\xa8\x26\x22\xe3\xca\x0a\x7c\x84\x2b\xea\xe6\x17\xf1\x1e\x12\x76\x97\x04\xf6\xb0\x55\x2b\x7c\xb7\xe6\x14\x2a\x43\xcb\x85\x30\x2e\xae\xcd\xca\xe6\xc4\x09\x5f\x81\x9a\x03\x97\x42\xc5\x42\x34\xb2\x2b\xbc\xbe\x3c\x8a\x3d\x7d\x14\x3c\xc0\xc8\xa5\x2d\xbc\x06\xd2\x3b\x43\xf2\x78\x3d\x6e\x18\x7b\x8b\x39\xd2\xaa\x99\x6b\x05\x1c\x12\xa7\xfc\xb1\x22\x83\xe3\xf7\x3f\x44\x95\xbf\x08\x1f\x28\x6d\x2e\x3d\x26\x72\x87\xb4\x8a\x70\xc4\x10\x06\x91\xda\x92\xd3\x36\x42\x8b\xeb\xdb\xcb\xa5\x38\x13\x27\x2d\x2e\xee\x38\x97\xb0\x74\x53\x16\xad\xe4\x90\xc9\x0a\x98\x30\xd1\xc5\x0c\xe7\x79\x70\xcc\xd3\xfd\x06\xad\xcb\x78\xd7\xd1\xcd\x94\x78\x70\x83\x8f\x61\x8e\x62\x9e\x6c\x63\x2e\xf9\xc0\x6e\x4b\x10\x6b\x6d\xd4\x71\xd4\x47\xca\xb1\xc6\x1b\xf5\xdc\xd3\x9c\x85\xec\xba\x3a\xea\x98\xce\xbb\x4e\xd0\xc7\x2c\xa8\xe3\x18\x10\xde\x82\x14\x97\x9a\xda\xb2\x71\xcb\x5c\x21\x5a\xad\x6d\xbd\x3c\x70\x19\xda\x76\xe8\x99\xf5\x48\x91\xad\x32\x20\x72\x00\x1f\x46\x45\xde\xc6\x84\x99\x22\x8e\x5d\x16\xda\xde\xcf\xe4\x2c\x70\x3d\x7a\x3e\x2a\xdc\x2c\x08\x10\x0d\x04\x79\x8f\x3f\xe6\x40\xc8\x14\x39\x8a\x5d\xd7\xec\x73\x2a\x3c\x86\x9a\xad\x58\x49\x97\x4a\x5c\xe2\xdb\xe0\xfe\x2b\xca\x6d\xad\xf3\x70\xcc\x91\xe5\xf9\x5b\x8b\x2e\x1c\xf0\xf3\x81\x7a\x52\x01\xaa\x68\x52\x02\x76\x52\xd0\x22\xd1\xef\xa4\x44\xca\x8c\x62\xd1\x1e\x96\xcd\x5a\xe5\xf3\x49\xe1\x7a\x25\xef\xd4\x0c\x06\x52\x43\x31\x34\x6a\x7d\xec\x10\xd5\x3d\x76\xc8\xce\x95\xcf\x34\x15\x9f\x7d\xb9\xc5\xa3\x7f\xe9\xd1\x0e\x6f\x63\x56\xb9\xc3\xcd\xb0\xad\xb9\x8f\x8e\x28\x40\xf8\x8a\xc5\xc3\x08\xd4\x12\xaa\xfc\x35\x7e\xa7\xee\xfe\x1b\xb0\xc6\x27\xd8\xd3\x5f\x43\xb1\xf0\xf8\x8e\xa0\x33\x8f\xce\xe7\xfc\x18\x23\xbe\xca\x08\x36\x0b\x6d\xa6\x95\xe1\x62\x7f\x8a\xcd\xb4\xd9\x23\x02\x3a\x05\xf0\xe2\xaa\x54\x2d\x17\x24\x0d\x3f\x42\x7f\xcb\xac\xd0\xa8\x08\xc2\x93\x8e\x1e\x36\x72\xf0\x5e\xe1\xa8\x06\xb8\x6b\xfc\x1c\x65\x3e\x84\xac\x2f\x0a\xf0\xb1\x99\x96\x18\x83\x8e\x26\x8a\x87\x99\x58\x8a\x67\x52\xe8\x96\xad\xac\x1f\xc5\xe1\xc6\xaf\xe7\xb8\x58\x8a\x41\xa7\xfa\x22\x8e\xf0\xf9\x8d\x58\x98\xcb\xed\xd5\x2a\xe2\xe1\xab\xe1\x96\x66\x87\xba\xca\xde\x19\x58\xa8\xf9\xb6\x2a\x76\x96\x43\xf6\x5c\xe1\x8f\x54\x73\xf0\x82\x89\xfc\xee\x45\xf6\x19\x97\x79\x61\xc7\xc2\x89\xc1\x2b\x71\x70\xe8\xc3\x0a\x87\xe2\x89\x0d\xfb\x85\x0c\x72\xdb\xdf\x6c\x90\x8c\x1a\x6b\xee\x55\xef\xd8\xac\x9e\x31\xb2\xe6\xf1\x97\x56\xa7\xe9\x19\x29\x29\x42\xdd\x64\x7a\x75\x23\xef\xd5\xe8\x10\x0f\x2c\x4f\x64\xa1\xca\xfc\xc6\x76\x36\xb1\x58\xf8\x35\x06\x20\xdb\xa2\x93\x76\x96\x3b\x4a\x4b\x93\x77\x2e\xba\xc0\x2e\x4f\x1d\x82\x9c\xe9\x0c\x65\x8c\x54\x5c\x65\x66\x74\x6f\x45\x0d\x44\x27\x57\xc1\x7a\x76\x8a\x85\x1f\x56\x23\x68\x34\x6e\x9a\x05\x9b\x7f\x49\x48\x3c\x46\x6e\x73\xa8\x51\x7a\x4d\xaf\x07\xb5\x29\xcc\x10\x19\xf7\x71\xf3\xb3\xf9\xca\x93\xd2\x95\xda\xfa\x05\x85\x6b\x46\x26\x77\xb2\xf7\xba\xd1\x3b\x19\x49\xe5\x55\x96\x12\x20\xa5\xf7\xb2\xd9\xc0\xb6\xce\x99\xae\x5f\x49\x71\xc0\xfa\x02\x58\x8f\x64\xc8\x0d\x82\x96\x97\xcb\x5f\x67\x4a\x47\x57\xca\x79\xe9\x98\x08\x28\x7e\xad\xe8\x12\x2b\x13\xd7\xf2\xcb\x2c\xce\x6c\xec\x76\x27\x7b\x55\xaa\x51\x21\x25\xea\x51\x67\xe1\xc2\x2c\x05\x60\xbf\xb7\x22\xde\xc0\x60\x2c\x2b\x38\xc1\x4a\x05\x20\x6a\x0a\xa3\xee\xa2\x44\x8b\x9e\x9b\xcf\xd0\x59\xc0\xb8\x42\xae\xe1\x4c\xf0\x2f\xce\x2f\x6e\xff\xc6\xb7\x7e\xa1\xe7\xb6\xee\x95\x1b\x3a\x9c\x11\x7c\xe9\x44\x1f\x2b\x3b\x98\x76\x11\x81\x30\xa0\x10\x70\x5b\xa9\xae\xec\x10\xa1\x70\x43\xfc\xee\x12\x72\x97\xaa\x91\xc0\xa8\x63\x9b\xa1\xaf\x1b\x25\xdb\xac\xf7\xbd\x42\xaf\xfe\x63\xfc\x5b\xd5\xaf\x63\x47\xbf\x06\x7f\x31\xa6\x1b\x72\xd9\x4c\x2f\x3f\xbb\x83\x68\xf5\x0a\xa9\xae\x17\xac\x6e\x08\xd5\x6d\xa4\xab\xf3\xc0\x51\xb0\x40\x62\x6d\x41\xfb\x33\x9a\x98\xa5\xf2\x7b\xf4\x9b\x84\x2f\x09\xa0\x5e\xd2\x71\xb9\x9f\x46\x2f\x79\x9e\x62\x1d\x4f\x81\x73\x69\x99\x70\xff\x1b\x7e\x10\xf9\xe6\x99\x1b\x89\x99\x33\xab\x0e\x89\x5f\x58\x43\x7b\xdc\x32\xde\x0a\x1c\x21\xe4\x76\xda\xa0\xf9\xa0\x63\x24\x3c\x03\xfa\x43\x7c\x06\x24\xb4\xf1\x76\xe6\x79\x10\xe3\x47\x4c\xcc\xd4\x84\x6a\x28\xed\x5f\x43\x2f\x4e\x3e\xfe\x8f\x4f\x61\x4b\x78\xb9\xac\xf3\xd3\x81\xec\x3c\xe3\x67\x01\x35\x56\xf8\xa4\xbc\xe2\xbe\x3b\x28\x07\x39\x9f\x79\x08\x6f\x69\xf1\x24\xcb\x27\xca\x60\xf3\xec\x7c\x26\xbd\x15\x3b\xd5\x03\x55\xe4\xd1\x8c\x96\xae\x8b\x62\x68\x90\xdb\xef\x53\x4d\xb0\x6a\x62\xce\xed\x04\x6d\x24\x83\x0c\x53\x52\x41\x42\xd1\x4a\x2f\xeb\x65\x1f\x6c\xd3\xa5\x97\xd1\x92\x71\x1e\x17\xc3\xb6\x43\x72\x16\x04\xa3\x68\x57\x74\x91\x97\x11\xf7\xd0\x76\xed\x6a\x7c\x29\x4d\x3a\xdc\x5b\x7e\xfe\xdc\xe9\xc6\x8b\x98\xae\x1d\x7b\xeb\xa1\xa0\x1a\x6b\x0a\x51\x12\x43\x91\xad\x7a\xe5\x36\x18\x40\x00\x00\x56\x6a\x2f\xb6\x16\x19\xda\x48\x91\xa4\xa9\xd1\x70\x8f\xf6\x6b\x6e\xfe\x53\x74\x83\x6d\x81\x78\x40\x46\x61\x01\x22\x2a\x34\xb5\xfa\x3a\x6c\x64\xfe\x3f\x87\x2f\x51\x84\xa8\x7d\x0d\xfd\x76\xc7\xeb\x1a\xc7\x12\xa3\xf5\xb0\x95\x86\x4c\x72\xb5\x11\xb6\x6f\x55\xcf\x0e\x5e\xf1\xd1\xb1\xdf\xcc\x61\x26\xbe\x94\x90\x32\x3b\x97\x5d\x0d\x11\x5a\x4a\x8f\xcb\x16\xa8\x5c\xb8\xa5\x05\x00\x9a\xb0\x6b\x4c\x0f\x37\xb2\x9c\x9e\x2f\xcb\x31\xe1\xc2\x25\x3a\x47\x3f\x70\x5b\x0c\x86\xb7\x39\x96\x8a\x7a\xef\x5f\x59\xd3\xf3\xd8\xc7\xad\xc0\xdb\x25\x59\x7d\x97\x03\x9a\x13\x46\x43\x7c\x52\x31\x39\xdf\xff\xdb\x49\xfb\x03\xc7\x51\x92\x5b\x35\xb5\xdd\x84\x44\x1a\x87\x9c\x23\x81\xa3\x41\x3b\xf4\x93\x0c\xfd\x87\xd3\x8f\xfb\xbc\x08\xa4\x92\xc5\xa0\xcc\x70\x13\x39\xae\x9f\xf3\x43\xac\x80\x41\x77\x59\x46\xed\x33\x92\xc2\x57\x56\xe9\x9a\x27\xb0\x2a\xa1\x93\x9a\xf6\x1c\x39\x26\xa0\x52\x64\xa4\x8f\x4d\x36\x8d\x5a\x54\x99\x21\x4b\xc6\x2e\x24\xf5\x4b\x96\x3d\xa3\x2b\xca\x72\xe7\xf5\x45\x63\x80\x36\x29\x45\x4f\x5c\x51\xb7\xad\xdb\x41\xd5\x2c\xcc\xbf\xb3\x48\x1c\xe0\x6b\xdc\x82\x20\xc4\x8e\x31\x47\x89\xae\xec\x50\xed\x86\x25\x9c\xd2\xe4\xdc\x98\x96\x6e\x66\xbb\xe3\x6d\x78\x51\xc1\xd7\xe4\xcc\x6f\x15\xe8\x47\xa7\xda\xec\xe0\xc4\x27\x87\xf0\x3f\xcf\x98\x31\x6c\xce\x73\x53\x9f\x5f\x0c\x0a\x15\xf3\xe2\xfb\x70\x4f\xfc\x43\xd9\x49\x45\x4e\x6f\xe0\x7f\x9e\x11\x63\x62\x30\xaa\x9a\xd6\x21\x63\x44\xe4\x9c\x92\xe2\x25\x9c\x46\x83\x8c\xc7\x87\xc3\xe1\xf0\x64\xbb\x7d\xd2\xb6\x8f\x67\x7a\x9d\xb1\xc5\xb1\xdb\x23\x83\x04\xd6\x3f\x8d\x4e\x86\x0c\x53\x26\x65\xcc\x8f\x1d\x5a\x97\xe4\xf3\xf4\x01\x55\xae\x4b\xe5\xf1\x19\x5d\x1a\x39\xda\x49\x69\xf6\x1c\x9c\x79\x76\xd7\xa9\xf4\x88\x0a\x88\x18\xf9\x2d\xc8\xfb\x32\x92\xd0\xb2\xac\x91\xaf\xde\x07\x1b\x18\x0d\x0c\x99\x63\xb6\xab\xd4\x98\xd1\xa0\x50\xe4\xbc\xa3\x43\x92\x49\x46\x69\x58\xa3\x74\x34\x03\x38\x2f\x1b\xa5\xda\xff\x3b\xe5\xa3\xb9\xea\xe7\x96\xc1\x17\x24\xa4\x6a\xaf\xef\xb4\x38\x13\x7f\xd5\x77\x1a\x7f\x2f\xd8\xbb\x72\xe6\x4d\xd9\x5b\xcc\xfe\xae\xc8\x0f\x7d\x85\x1c\x34\x4e\xdb\xf0\x9b\x56\x41\xc1\xe0\xe8\xd1\xdc\xd0\xb5\xa2\xd3\x77\xc4\x41\xd8\x66\x40\xd5\xc9\x81\xbd\x6f\xfd\x0d\x5d\x61\xd9\xb5\x42\x1f\x39\x51\x2a\xd1\x9e\x17\xd5\x82\x2a\xe4\x35\x8e\xde\xf9\x6a\x8e\xfb\xcb\x9b\x9c\xac\x56\x7a\xe7\x91\x63\x20\xf0\x3c\x32\x30\x26\xb0\x24\xc2\xe9\x2c\x87\x24\x78\x72\xa6\x94\x63\x7d\xc7\x71\x93\x28\x3f\x58\x91\x95\x46\x23\xd0\x73\x32\x24\x02\x11\x41\x09\xb9\xb4\x03\xdb\x5a\xb1\xb2\x33\x11\x08\xee\x07\x86\x7c\xe1\x9a\x6e\x40\x5c\x48\x75\xa0\xbd\x3b\x57\xc0\x97\x25\x27\x0e\x2f\xb5\x83\xd2\x06\xcb\x9d\x38\x02\xc7\x95\x0e\x29\x35\x5f\x8a\xb0\x76\xa0\xe8\x4f\xca\x1b\xf7\x87\xde\x5b\x15\x20\x7c\xb0\xcd\x43\x19\xeb\x75\xa3\xea\x1f\x03\x67\x94\xbf\xc9\x22\xb3\x89\xb5\x62\x66\x1c\x04\xdb\xe0\x09\x20\x30\x36\xb0\xdf\x55\xef\x31\xea\x40\x9c\xa1\xe9\x7d\x38\x2e\x24\x44\x35\x72\x56\x52\x5e\x89\x67\x38\x1c\x4f\xb3\xcb\x06\x31\xb8\xe5\x0a\x4e\x35\x82\xa5\xa0\xab\x66\xa3\x02\x87\xb4\x05\x4d\x96\x8b\xc1\xfd\xb2\xac\x2c\xe4\x0b\x0b\x11\xd9\xf7\x11\xb0\x05\xbd\x4c\x62\xa7\xda\xc7\x80\xc8\x68\x80\x57\xd2\x31\x20\x0c\xcf\x4b\x8f\x5b\x8e\x81\x0c\x26\xdc\x7a\x9d\x89\x0f\xe1\x77\x02\x9e\xb3\x6b\x9d\x64\xd6\x4b\x92\xac\xb3\xf7\x41\xf4\x14\x39\xc9\xb8\x40\xd7\x11\x2a\xb3\x46\x08\x93\xbc\x1b\xdc\x06\x43\x41\x46\x9d\x6e\xf0\x22\x1a\x2a\xfa\xd2\x2b\x98\x23\x80\x89\x27\x57\x21\x72\x5d\x30\x43\x22\xed\x9f\xd3\x2d\xfa\x4b\xc0\xfb\x42\x60\x60\x1f\x85\x7c\xd4\x67\xe0\x3b\x7d\x62\xab\x4e\x0b\xb6\x91\xfd\x73\x19\x0c\x06\x18\xec\x47\x52\x2b\x46\xb6\x65\xe3\x8c\x91\x71\x69\x3d\x98\x68\x7d\x9b\x0c\x4d\xa7\xed\xcd\xa2\x6f\xd1\xdd\x0f\xbe\xa7\xd6\x3e\x46\xd7\xb2\x86\x5f\x12\x4c\x9a\x32\xae\x31\x11\xfb\x17\x65\x35\x41\xaa\xcb\xd8\xe0\x07\xbd\xd6\x7d\x97\x6a\xda\xf5\xd6\xe3\x2d\x5a\x6e\xae\x7b\x15\x12\x67\x56\xcf\xb4\x40\x7c\x03\x44\x39\xd9\xea\xc1\x68\x58\xb6\x6f\x68\xb1\x60\xb0\x56\xd9\x34\xba\x55\xc6\xcb\x2e\xc9\x97\xe8\xd4\x72\xa3\xbd\x42\xbf\x54\xd9\xfc\xa1\xc7\xf0\x6c\x0b\x90\xaf\x41\x99\x9b\xf7\xa2\xa7\xc1\x60\xba\xba\x58\x2c\xc6\xcb\xbc\xe6\xf6\xd2\x46\x66\xce\xfc\x2a\xa6\x3d\x00\x3e\x7a\xda\x44\x95\x0b\xce\x17\x81\x7a\xe0\x0e\x21\xac\x31\x34\xca\x62\x32\x5a\x23\x3b\xc1\x30\x52\x38\x69\xcb\xd1\x66\x98\x29\x12\xb9\x0c\xf6\x92\x90\xc6\x94\x75\x7b\xbb\x5e\xdd\xe3\x0e\x84\x11\x0f\xe3\x3a\xd3\x8c\xa0\x6f\x1f\x49\x75\x21\x94\x60\x21\x63\x69\xe3\x3c\x10\x22\xb2\xec\x09\x33\xf8\x75\x38\xa3\x6f\x00\xf2\x4b\x82\xfd\xa4\x11\xcb\xc3\xf3\x96\x98\xa3\xf9\x2d\xcf\x65\xd0\xcc\x44\x0f\xc2\x4b\xee\x32\x39\x27\x30\xe4\x67\xcf\x58\xf3\x24\x2e\xc9\x30\x13\xc8\x58\x90\xd8\x5e\x22\x8d\x91\x4a\x4a\x33\xc8\x49\x9f\xe2\x6a\xac\xd3\x42\x04\xaa\x1d\x17\xe9\x7e\x63\x51\xdf\x80\x44\xb0\xac\xe3\xeb\xb0\xe5\x26\xa8\xcc\x2b\xdb\x9e\x9f\x97\x7b\x9b\x6d\x07\xbb\xca\xc7\x69\x32\x48\x18\xd0\x0b\x58\xc9\x54\x82\x5e\x6b\x1d\x76\xd2\xc5\x70\xeb\x23\xd5\xc6\x46\x35\x77\x0f\xf6\xba\x08\x17\xf6\x7b\x3b\x4b\xa6\x53\x11\x17\x1b\x50\xe1\xe7\x43\xc5\x68\x0c\xc8\x9b\x3c\xed\x2f\x0a\x71\xcc\xbe\xa2\xd9\x74\x79\xfb\x2f\xb4\x28\xd4\xc0\x2d\xc2\xcf\x09\xed\x0d\xa5\x27\xb4\xf7\x6a\x86\x02\xe4\x4b\xec\x6b\x29\xef\xc6\xda\x3b\x0a\xca\xb7\xc4\x9f\x29\x67\xad\x7d\xc8\x84\x83\xe2\x75\x99\xbb\x94\x4e\x37\x75\xc6\xda\xfc\x0c\x09\x33\x0c\x0e\x3f\xe3\xca\x20\xf9\x29\xe7\x14\xd4\x1d\x4c\xc3\x91\xe9\x60\x5c\x0e\xa6\x11\xef\xec\x7e\x8a\x0a\xc0\xb4\xa9\x83\x16\x2f\xa1\x84\x9c\x18\x82\xf0\xcb\x5a\x3e\xe2\x9d\x25\x87\xaa\xca\x96\x22\xbb\x00\x7e\x1f\x22\x51\xde\xe8\x99\x83\x38\xeb\x11\x9b\x81\x4f\x7b\xc4\x0f\x42\xe0\x44\xfc\x3a\x07\xbd\x73\x8e\x79\xc7\x76\xac\x11\xbb\x6c\xef\x41\x62\x6d\xf3\xa6\x9c\x73\xda\x4c\x63\x80\x59\x1d\x91\x44\x14\xc2\x28\x06\x78\xd6\x3f\xa7\xe8\x85\xae\x91\x5d\xcd\x62\x1a\xc8\xdc\x21\xca\x38\x24\x65\x8d\xe8\x3a\xbb\xaf\xd9\xbb\x74\x5e\xc5\x39\x7a\x68\x0c\x1e\xa3\xe3\xb3\x07\x44\x88\x8e\x91\xca\xa7\xf9\x3b\x7a\x0c\x5f\x36\x43\x7d\x9e\x36\x23\xa4\x8d\xda\x51\x80\x72\xa4\xf1\x5f\x02\x28\xf2\xf8\x1f\xae\x2f\x1f\x00\x0f\xcd\xfe\x4b\x11\x70\x76\x09\x43\x4f\x94\x8f\xc8\xf8\x87\xeb\x4b\x6a\xbd\xdf\xa8\x43\x69\x34\xe6\xe5\x32\x9b\x1c\x12\xa4\x47\xe3\x4d\x57\xe0\xf8\x78\x5a\xf5\x47\x46\x1c\x61\x6a\x86\x19\x0d\x7d\xa7\xd7\x1b\xbf\x57\xe8\x25\xe6\x08\xae\x62\x3e\xca\x46\x1c\x99\x11\xbe\x0c\xfe\xe6\x39\x99\x6b\x68\x9c\x9c\x23\xad\x8b\x85\x39\x67\x3c\x51\x68\x7a\x28\x6e\x19\xe7\xfc\x8c\x65\x45\xff\xbb\x27\x2d\x47\x1d\x15\x65\xc7\x1b\x27\x5e\x22\xcc\xb4\x3c\x0d\x8d\xf3\x07\x32\xf8\x9f\x47\xf0\x4e\x6e\xd1\x2d\x27\x40\xfd\xf4\x20\x8e\x45\x88\xb9\x73\x26\xde\xd1\xaf\x87\xc1\x31\x56\x4f\x2a\x73\x9e\x7d\x3e\xd4\xd7\xdc\xa3\x4b\xf0\x3b\x98\xdb\x75\x92\xa8\xfd\x0f\x38\x3b\xff\x29\xfe\x01\x4b\xe5\x9f\xe2\x1f\xda\xb4\xea\xf3\x3f\xc3\x3d\x58\x0c\x24\x0d\xe4\xee\x74\xe2\xfa\x83\x54\xdf\x30\x08\x58\x2c\x3f\xfd\x87\xae\x1b\xef\x96\x52\x6a\x62\x5f\x50\x3b\x1f\x56\x30\x08\x7c\xbd\x5e\x0e\x23\xb1\x99\xb4\xe3\xb4\x0d\xf8\xc6\x21\xdc\x92\xd1\x06\x18\xf0\x28\xc0\x2b\x87\x78\xb9\x18\x0c\xaa\x93\x30\x28\xf1\xf9\xc1\x6f\x64\x70\xf8\x02\xbf\xc4\xff\x69\x4d\x2e\x2e\xd3\xd5\x0a\xbe\x3c\xf3\xb6\x76\x40\xe0\x83\x9d\x49\x26\xcd\xe2\xa5\x55\xf1\x76\x1b\xf6\x9c\x77\xc2\xf6\x7a\xad\x61\x59\x60\xa1\x6c\x2c\x8c\xda\x73\xe4\x96\x8d\x74\x84\x37\x46\xa0\x20\x87\xe6\x54\x8d\x8c\x91\x48\x5d\x59\x41\xa9\xc8\x58\x8c\x84\x87\xc8\xb4\xa2\x1f\xfc\x4c\xb4\x37\xf7\xaa\xf7\xf1\xb6\xd2\x8b\x5b\x2b\xae\xd5\x7a\xe8\x64\x9f\x3f\x9a\x1f\x17\x18\xaf\x9a\x80\x87\x75\x90\x78\x30\xc3\xdc\x89\x9e\x71\xe5\x52\x7c\x78\x3e\xcf\x57\x14\x20\x40\xf4\xe4\x57\x76\x5c\x0b\x29\x83\x1c\x6a\x83\x9e\x70\x28\x8e\xd2\x5b\x4f\x51\x71\x36\x1a\xdc\x06\xbc\xba\x9d\x6b\x05\x19\x70\xc5\x36\x90\xd3\x9e\x99\x16\x24\x63\xb4\xe0\xb6\x87\xaf\x75\x47\xea\x18\x82\x26\xbf\x60\x23\x47\x0a\x49\x2d\x4e\x50\x21\x12\x25\x35\x09\x4d\x45\x4b\xbf\xee\xf9\x6e\xa5\x88\x21\x67\x40\x3f\xe8\xe7\xfb\x10\x73\x64\x0a\x16\xb5\x17\x29\xd0\x48\x39\x28\x99\xf0\x82\xfb\x95\x27\xa9\x0c\x72\xc3\x1c\x7d\xb3\xc9\xe2\x72\xa2\x7e\x09\xfd\x94\xb9\x99\xe6\x8d\xa6\x69\xd6\x37\x94\x5e\x65\x6b\x18\xdf\x25\x69\xd3\xea\x7b\xdd\x0e\xb2\xc3\xc6\x3c\x84\xf7\x0f\x25\xde\xc6\x1a\x54\x5b\x1c\xc5\x3d\xea\x10\x12\x20\xf4\x9c\xfa\xb8\x67\x1b\xee\x55\x0a\x81\x34\xdb\x23\xa0\x8d\xd1\x2a\x8b\x77\x12\x79\xe1\x4c\xc1\x4c\x72\x85\x3a\x69\xcb\x71\x7d\x90\x2f\xe7\xb0\x4a\x7f\x9a\xb0\x62\x6c\x46\xf5\x4b\x0f\x38\x91\x47\x79\x21\xbd\x9c\x05\x0b\x13\xfa\x3e\xbc\x40\x52\x58\x08\xf9\xa2\x56\x7a\x99\xae\x2c\x8d\x65\xbf\x4f\x4b\xd9\xdc\xcd\x2a\x43\x67\xf1\xcf\xec\xaf\x5c\xdf\x0a\x03\x17\x24\x66\x7c\x21\x06\x15\x03\xb5\x3f\x99\x72\x98\x93\x5b\x81\xeb\x9c\x34\x85\x06\xa7\x97\x4f\xd8\x95\x71\x44\x83\x4c\x2d\x57\x3e\xa8\xc4\xa6\xcd\xd1\xa3\x23\x03\x15\x3a\x50\x84\x23\xfa\x3d\xa3\x75\x7c\xa0\x12\x21\xfa\xa2\x33\xb0\xe3\xf8\xfe\x70\x94\xb0\x65\x2e\xbb\x72\xf5\x37\xd0\xca\x03\x59\x09\x4d\x55\x6f\xa7\xec\x05\x07\x72\x41\x7c\x83\x21\x3f\x65\x56\xef\x34\x5a\xeb\x52\x44\x96\xcc\x33\x5f\x6e\x4a\xe9\x8e\xb7\x15\xcf\x3c\x1a\x80\xf3\xe0\x7b\x2a\xf0\x5e\x78\x75\x03\xc7\xfb\x4e\x99\x16\x4d\x5a\xc9\xdf\xe5\x54\x1f\xf4\xf0\x4a\xf9\xc2\x05\xd2\x31\x71\x6c\x1e\x59\x10\x93\xbf\x10\x46\x63\xba\xfb\xc3\x81\xfe\x4e\xed\xd9\x78\x34\x89\xa3\xf2\x0e\xd9\xdf\x40\x97\xd1\xa3\x63\x20\xb8\x33\xa8\x66\x4f\x84\x14\x37\x2a\x36\x2d\x14\xe8\x8f\x37\xaf\x74\x28\x37\xe7\x48\x2e\x13\x12\xdb\x7a\x64\x20\x7b\xde\xb6\xd8\x9f\xc2\x50\xf6\x68\x81\x91\xbb\xd5\x02\x57\xe9\x6d\x7d\xba\x5e\x46\x15\x07\x97\xeb\xd3\xdb\x04\xdb\xe7\xf6\xa0\x79\xc3\x66\xba\x34\x5b\xac\xb0\xa1\xc1\x23\x0d\xd7\x63\x7a\x18\xca\x96\x72\xf9\x9d\x4a\xee\xac\xb0\x3c\x1e\x47\x6b\xf6\x01\x17\xed\xa1\x51\x74\xbd\x7a\x6c\xe4\x2e\x66\x47\x8d\x7d\x55\xe6\x9a\x87\xa4\xad\x1a\x3d\xa9\xca\x14\x57\x85\x82\x19\xa3\x28\x26\xc7\x4d\xc0\x89\x2e\x27\x03\x5f\x04\x55\x2c\x7d\x37\xb1\x4e\x93\xdc\xe5\x23\x23\x99\x97\x5d\x94\xeb\x62\x4f\x5a\x22\x5e\x43\xac\x33\x1a\x29\x93\xe2\x05\x2d\x6b\x94\xd0\x2e\x69\x3b\x34\x1b\xba\x90\x45\xc5\x11\x3a\x4a\x12\x57\xef\x6f\x6e\x05\xa9\x8c\x7d\xaf\xd7\x6b\x38\x80\xc5\x5f\x37\xca\x00\x65\xc3\x4b\x1d\xa6\x6e\x4d\x33\x90\x7a\xf1\x95\x5d\xbb\x53\xb1\x57\xc1\xc7\xab\x69\xf9\x38\xca\x03\xa0\x04\x9d\x09\xd9\x2a\x8a\x8d\x75\x14\xd5\xc1\xed\x54\xa3\x57\x87\x85\xb8\x54\xb2\x37\x62\x6b\x7b\x15\xdf\xb9\x3e\xf8\x7c\x37\xf6\x04\x5d\xef\x3c\x7b\x2a\x73\xdd\x3a\x0f\x49\xbe\x7c\xf9\xa0\x9a\x0c\xcf\x18\x74\xce\xa9\x6a\x18\xe1\x87\xae\xec\x91\x68\xd3\xd1\xac\xd1\xf3\x71\x30\xf5\xfc\x8a\x65\x3a\x69\x43\x5a\xa3\xdc\xde\xaf\x26\xbc\x8c\x6a\xe1\x49\xd5\xce\x6d\x39\x13\xb7\xca\xa1\xa7\x4a\xfc\xfe\x02\x78\x18\x82\x1b\x0a\xc5\x8e\xef\x5b\x50\x9d\x4a\xcb\x22\x62\x85\x29\x55\x8e\xaf\xf0\xc3\x18\xb9\xa9\x8a\x6b\xb6\x8e\xcc\x35\x32\xe0\xd8\x8f\xfb\x49\x6b\x9f\x6c\x0d\xa9\xba\xbf\x0f\x6a\x50\x0b\xf1\xc6\x8b\xad\x3c\x60\xd8\x50\x34\x09\x74\xaa\xb1\xa6\x75\xc1\x52\x4d\x7b\x7c\xdf\xec\xc4\xb0\x0b\xef\xcd\x27\x53\x32\x6d\x5b\xaf\xb2\xb1\xba\x8e\x1f\x0f\x01\x66\x3d\x78\x0d\x2d\xf7\xd2\xdd\x8d\x4c\x4a\x40\x12\xfc\xc6\x5e\x24\x37\xb8\xb1\x04\x47\x52\xd0\xe6\xc1\xf6\xe7\x17\x36\xca\xf9\x39\x10\xb7\xb3\xe4\x53\xf1\x9a\x7f\x4e\x81\xc8\x9e\x07\xfb\x44\xbf\xa6\x20\x3b\x8e\x32\x1d\xe3\x4d\x4f\x41\x96\xb6\x85\x71\xfc\xd9\xb6\x87\xa9\xea\x3a\xac\xae\xa8\xbf\x46\x5a\xb4\xb3\x7b\xbc\xb8\x5d\x1e\x30\x43\x7b\xa7\xba\x15\x05\x3b\x00\xf9\x55\x05\x37\x3a\xc8\x10\xa5\x4b\x53\x22\x01\x3c\xcf\x78\xc5\x81\xcf\x3c\x73\xd3\x5a\x0a\x54\x56\x44\x5d\x1a\xb7\x89\x9c\xec\x70\xbb\xde\x90\xec\x81\xab\x11\x75\xd6\xe4\xdd\xe8\x14\x64\xf7\x5d\xe6\x88\x20\x68\xb5\x76\xbd\x72\xf8\x88\x0a\x69\x18\x86\x3e\x0d\x20\x24\xbc\x91\x9f\x8b\xcc\x41\x68\x62\xd9\xb5\xc3\x7a\x66\x5a\xc4\x0e\x5d\x71\x65\xa1\x2b\xd7\x09\x44\x7a\x44\x85\x40\x21\x1c\xcb\x98\x05\x63\xf0\xa4\x10\x7f\x5d\x90\xbf\xec\x00\x89\x13\x63\xd7\xcc\x37\x3a\x22\x00\xa4\x62\x82\x83\x21\x68\x94\x32\x0b\x66\x18\xab\x0f\xd7\x97\x39\x31\x3f\x15\x12\x8e\x77\xd2\x78\xb4\xca\x63\x7c\xad\x5e\xad\x65\xdf\x06\xaf\x3e\x7c\xc0\x6c\xa4\xa7\x83\xa4\xcf\xc3\x85\xa1\xaf\x3d\xc6\x45\x0e\x19\xee\xb4\x41\x77\xb4\x28\xa3\xb0\x0e\x10\xc4\xc5\x64\x4f\x04\x87\xca\xb0\x83\x73\x86\x0e\xad\x50\x11\xf6\xfd\xfb\xff\xb8\x79\xff\xee\x54\x7c\x7e\xb2\xdf\xef\x9f\x40\xf1\x27\x43\xdf\x29\x03\x7d\x69\x4f\xc5\xff\x7a\x7b\x79\x2a\x94\x6f\x7e\x58\x88\xb7\x74\xfc\x24\xaa\xce\x86\xc3\xf8\x06\x01\xad\x70\x87\xfe\x5f\x38\x96\x78\xeb\xb0\x7e\x35\x0f\xd7\x9e\x33\x91\x30\x8d\xe1\x85\x6a\x88\x74\x8e\x2f\x55\x33\x86\x84\x63\x56\xdc\xe0\x8f\x71\x46\xa2\xdf\x08\x16\x16\x2a\x06\xb3\x92\x4e\xdc\xbc\x3e\xff\xc3\xbf\xff\x4f\xf1\xfa\xed\xf9\x85\xd8\xa8\xcf\xa2\xd5\x6b\x45\xb7\x89\x61\x6b\xdf\xeb\x30\xe9\xff\xeb\x09\xac\x86\x27\x37\x7a\x6d\xa4\x1f\x7a\x15\x16\x00\xd1\x89\x9c\x47\xea\x64\x73\x37\x17\x17\x71\x0c\xa2\x1b\x6b\x78\x00\xde\x34\xd6\x94\xbd\x27\x90\xf0\x9a\xea\x02\xdf\x51\x25\x5d\x33\xac\x99\xc8\xc8\x6c\x94\x01\x42\x3f\x74\x6d\x79\x46\x2f\x55\x58\x02\xaa\xfd\xd3\xb8\x30\xba\xcc\xc3\x20\x0d\x67\xe2\x3f\xd0\x59\xd2\x26\x18\x2b\x41\x56\xe8\x1d\x02\x2f\xc6\x85\x61\x37\xd4\x99\x7c\x77\x26\xde\x08\x03\xb2\x43\x90\x2f\x53\x5e\x94\x31\x27\x48\x58\xdd\x77\x26\x2e\x95\x17\xdb\xa8\xfe\xc3\x55\x4e\xe8\xa6\x45\x4a\x63\xd6\xf9\xec\x30\x2e\x3f\xe7\x8e\xf4\x82\xa1\xe7\x74\x0c\xcb\xb7\x62\xb3\xd9\xf3\x18\x99\xfd\x18\x17\xc9\x3d\x27\xce\x64\x25\x9f\xb5\xc9\x1f\x21\xfa\x88\x9c\x9b\x20\x76\x64\x38\x3b\x77\xd9\xd9\x11\x2e\x78\x73\x1d\xc2\xb8\xcc\xd8\x51\xe0\x6c\x76\x24\xfc\xa8\x03\xa7\x67\x96\xa7\xf4\x78\xb4\x3d\x15\xe1\xe1\xe5\x29\x5b\xe0\x9d\x06\x4f\x0d\xed\xa9\x18\x4c\xfa\x4d\x8f\xde\x58\x82\x0d\x9f\x68\x01\x0c\x9f\xd1\x40\xb3\x3d\xa5\x40\xc7\x29\x61\x32\xdf\x74\x69\x90\x9e\x96\x52\xbb\xc2\x03\xd3\x87\x80\xcb\x9e\x04\x0c\xbc\x08\x52\x07\x62\xa4\xe5\x69\xdd\x23\xeb\x8f\xc2\x9a\xff\x01\xd0\x68\x10\x93\xdb\x12\xfc\xff\x3f\x92\xf9\x30\x62\xb7\xdc\xc1\x34\x9b\xde\x1a\xfd\xdb\x4c\xdf\xd8\x7b\x63\x72\xde\x78\x04\x20\x2d\xd6\x60\xcd\xb6\xec\x34\x1a\x97\xe0\x3b\xbf\xf9\x5b\x5f\xf2\x77\x18\x1c\x1f\x8e\x33\xd2\xfb\x8e\x17\x0f\x1c\x87\xa4\xd5\x8d\xd4\x2b\x9d\x5f\x81\x82\x33\x4b\x48\x32\x21\x85\x44\x28\x0e\x72\x3c\xc5\x4b\xcd\xc0\x3c\x5f\x3d\xb5\x27\x4b\x42\x24\xb3\x09\x13\x41\x89\x01\x47\x75\x4c\xe4\x13\x9e\xb7\xa9\xda\x21\xd5\x70\x4c\x14\x23\x4f\x00\x41\x44\x08\x81\xaf\x31\xde\xd9\x8b\x98\x56\x0a\xb6\xe1\x9c\x44\x16\xa8\x3c\x24\xd1\x15\x11\x9e\x27\x39\x73\x03\x22\x72\xf9\x96\x18\x40\x38\xd4\x97\x57\xc1\xe7\xed\x24\x44\xe1\x61\x34\xd4\xad\x76\x8d\xed\xdb\x87\x71\xbf\x20\xa0\xdf\x83\xdd\xac\xbd\xec\xbe\xd0\xf4\x17\x0c\xf5\x6d\xf8\x69\x4c\x42\x58\x12\x0a\x9f\x32\xca\x6c\xed\x56\xa2\xc1\xea\x0b\xfc\x31\x39\x9f\x37\xd2\x18\x32\xce\xa7\x5f\xf9\x5c\xef\x3a\x7b\x08\x31\x28\x5f\xe0\x57\x88\xae\x3d\x05\xc9\x22\x36\x2e\x9f\x5f\x50\xdc\xc4\x57\xd6\x37\x1b\xf9\xdd\xb3\xa7\xcb\xe7\xc0\x8a\xf3\xa5\x40\x67\xed\x5d\x78\x97\x23\x5b\xdc\x37\x31\xd2\xc9\x2e\x46\x36\x4c\x56\x25\xb2\x6d\xc9\x14\x48\x1b\x1a\x8a\x51\xb8\xb7\x14\x13\x88\x5a\x35\x62\xd4\x70\x0e\x62\x3b\x79\xec\x53\x6f\xe6\x3a\x93\xf4\x06\x08\x85\x23\xb0\xa1\x40\x1d\xb2\x7d\x82\x3c\x07\x69\xb6\x16\xe2\x76\xa3\x0e\xd1\xeb\x33\x46\x1b\xc3\x6b\xd8\x32\x78\x0b\x36\x2f\x84\x9b\xcc\xef\x21\x6d\x5d\x0e\x72\x08\xc2\x81\x7e\x74\x48\x61\x64\x0e\xa2\x4d\xcd\xc8\x35\xa8\xc5\x93\x97\xb9\x5e\x4c\xe3\x3b\x46\xa8\x71\x1c\xca\xd4\xd3\xa3\x71\x28\xf3\xa2\x79\x30\xca\xac\x28\x0a\x09\x71\x10\x66\x6d\xbc\x8b\x69\x99\x86\x9a\x4c\x5d\xfd\x8a\x68\x93\xf3\x33\x37\xd6\x12\x7d\x71\xaa\x1f\x7a\xe2\xd1\xe6\x9d\xfb\x8a\xb8\x93\x63\x9f\x6e\x5f\xa1\x30\x9a\x6b\x4b\x6e\x02\x1c\x1b\xf0\xa5\x07\x1f\xad\x5e\xad\x16\xe4\x0e\xb8\x76\x76\xe8\x1b\x85\x1c\x1f\x7c\x8b\x1b\xfc\x26\x10\x76\x86\x78\xc6\x5e\x11\x29\x31\xbe\x2f\xe4\x07\x85\x98\x88\x2f\x4b\x51\xf7\x79\x2f\x75\x17\x63\x34\xae\x56\xf4\xca\xf4\x9d\xc5\x28\xdd\x94\xb3\xa0\x22\x6e\x63\xf7\x35\xfc\xc2\xa0\x91\x68\x7e\xb7\xb1\x7b\x2a\x74\x03\x29\x19\x98\xdb\x75\xda\xd7\xec\x89\xf8\x06\x3e\xd0\x97\x72\x06\x31\x18\xf4\x9b\x18\x60\x3e\xd0\x67\x0e\x05\x28\xa3\x5f\x89\x70\x19\x74\xd2\x46\x67\x7f\xa8\x67\x48\xd7\x44\xb8\x42\x03\xdc\x49\x8b\xf4\x07\x15\x09\x09\x24\x0f\x39\x73\xd2\x46\x15\x75\x82\xe0\x81\x46\xa2\xfa\xf3\x9b\x77\xf4\x89\x7e\x80\xd9\x11\x14\x3a\x84\x7e\xa9\x3b\x1e\x6f\x0e\x51\xbf\x43\x67\x83\xaa\x0d\x4e\x10\x21\x4f\x64\xc9\xd9\xab\xc1\xdc\x25\x34\xe1\xf0\xd6\xd6\x5b\x69\x0e\xf1\xd5\xf2\x8d\xdd\x2a\x56\xa2\xec\x15\x93\x1f\x74\x1b\x9d\x9e\x58\x5a\x2b\xa0\x08\x43\x85\x01\x09\x0a\x59\x40\x5b\x05\x2f\xd8\x8b\x39\x6f\xd8\x21\x8f\x5c\x9b\x07\x7e\x0b\x76\x69\xe0\xb9\x02\x44\xdb\xcb\x15\xbe\x78\x83\xff\x31\x75\xd7\xab\x54\xec\xaa\x57\x4f\xc6\xc5\xf8\x65\x1a\xfc\x8b\x69\x72\x43\xaf\x22\xd2\x0c\xa4\x99\x09\x8f\x28\xbd\x15\x27\x8e\x7d\x45\xf2\x86\x2b\x11\xd3\xea\xaf\x39\x10\x23\xad\x7d\x8c\xa8\x57\xf4\x29\x7f\xf2\x76\x45\x7c\xa1\x88\xe3\x80\x26\x24\x14\x95\x6c\xd7\xdb\x76\x68\xfc\xa2\x68\x77\x51\x9a\x18\x41\x15\x56\x9d\xe8\xec\x1a\xb5\x0d\xe8\xdc\x97\x0c\x63\x07\xd3\xaa\xde\x79\xb2\x81\x97\x19\x75\xd5\xdb\x5d\x4f\x77\x14\x01\xbd\x97\xeb\x18\x35\x4d\xae\xc9\x43\x49\xca\x43\x95\x3b\xe4\xc0\x8f\xa2\x4c\x3c\x80\x83\xb9\x7c\xe6\x21\xd4\xcb\x35\x32\xd5\x4d\xee\x93\x1e\x64\x40\x6b\x02\x4f\x9c\x35\xa0\x38\x59\x42\xea\xf4\x34\x09\x39\xe5\x6b\x97\x6c\xfa\x79\xdb\xb2\x53\xec\x98\xd3\x59\xd9\x92\xd0\x7d\x49\xbf\x16\x8b\xc5\xcc\xaa\x99\x06\xb4\xde\xf5\xea\xc9\x78\xae\x33\xf8\x38\x00\x7f\x55\x8f\xbb\x4e\xec\xac\x36\x5e\xd0\xeb\x2d\xe9\x8b\x95\x12\xae\x68\x78\x6a\xb5\x35\x4f\xf0\x98\x4a\xcd\x18\xbf\x59\x8c\xd5\xf1\x42\x49\x4b\x66\xbc\xaa\xf1\x35\x58\xd8\x11\xf8\x1c\xac\xdc\x16\xb8\x7a\xd2\xc6\xc0\x77\x99\x93\x0d\x45\x6c\x76\x82\x2a\xaf\xe6\x67\x80\xe9\xc8\x0b\x62\x4e\xbc\xd2\x1b\xc3\xcc\x9f\x72\xa1\x9e\xf1\xfb\xaf\xc6\xf6\xa4\x69\x8e\xb7\xdc\x5e\xae\x1f\x8c\x2c\x36\xaa\x2d\xbf\x2a\xa6\x2a\xbe\x70\x88\x8d\xf7\x40\xf9\x9a\x2c\xc3\xc3\xac\x06\x50\x4a\xde\x23\x13\x56\x63\x82\x8b\x5f\xdf\x66\xfb\xaa\x88\xc5\x9a\x4a\x04\x77\x2e\x78\x00\x87\xdf\x55\xf5\xd1\xf6\xeb\x4f\x15\xde\x07\xa2\xeb\xee\xe8\xba\x33\xbf\xfc\x43\x05\x2f\xc0\x40\x8f\x1e\x02\x7c\x09\xf2\x75\x84\x2e\x03\x7b\xbd\x82\x6d\x5a\x1a\xd6\x00\x00\xa9\xd7\x31\x8e\x17\x3f\x7e\xe0\x50\x5e\x8b\x10\x86\xc2\xf6\xeb\xf4\xdc\x31\xaf\x8e\x22\x37\xa5\x47\x74\xec\x69\xbf\xe2\x47\x09\x67\xe2\x0a\x7f\x54\xda\xdc\x6b\x0f\xfc\xc3\x56\x91\x65\xde\x1b\x4c\xc0\xf3\xc6\x1a\x55\x15\x66\xfb\x15\x3a\x08\xaf\x83\xc9\xfe\x59\x30\xde\xe7\xf4\x22\x56\xd7\x59\x11\xfb\x24\x0f\x9b\x01\x28\xcb\x37\x9a\x80\x1c\x47\x65\xe6\xf5\x36\x40\x47\xf2\x08\x25\x71\x08\x31\xf5\x21\xe8\x22\x4e\x16\x50\x87\x21\xf8\x7a\x44\x5c\x68\xa7\x68\x48\xe0\xc2\x45\x05\x98\xb5\x29\x9c\x50\xb9\x45\xaa\x26\xa3\x35\x1b\x7a\xda\x9d\x8a\x01\x73\x88\x96\xef\x7f\x22\xf8\x22\x56\x0c\x2b\x3c\x25\xc5\xb9\xa3\x64\x0e\x62\x9a\x6b\x40\x11\x11\x48\x02\x7f\xaa\xe6\xc3\x0f\xbd\x1f\xaf\x8d\xdf\x11\x80\x68\x8a\xe3\xc1\x10\x44\x88\x2e\x0d\x68\xd6\x18\x9c\x87\x23\x8d\x88\x8c\xee\xb7\xbe\xce\x8c\xfb\x07\x18\xa6\xb8\x57\xf2\xfb\x29\x7e\x45\xf0\x57\xfa\x95\xb2\x3a\xdb\x84\x27\x9d\x97\xfc\xf3\xa8\x35\xcb\x43\x8f\x0b\x4a\xd0\x8c\x98\x15\x03\x17\x31\x7d\xad\xe9\x0b\xbf\x59\xb0\xfd\xfa\x5f\x7b\xb2\x50\xc4\xa2\x9c\xb4\x5a\xde\x4b\x2f\xfb\x63\x8d\xa6\xdc\xd0\xf6\xaf\x6e\xfa\xd8\x54\xac\xa0\x30\x63\x25\xd1\x24\x3a\x24\x76\xf0\xc1\x22\x65\xac\xc8\xbc\xc1\xf1\x86\x2e\x33\xd5\x62\xeb\x0e\x8a\x12\x49\x56\x06\x5f\x0e\x15\x79\xc4\xc4\xe7\xa1\x98\x91\xe3\x56\x02\x65\x8a\x1e\x1d\xf3\x46\x3e\x58\x22\xe7\x66\xec\xc8\x5c\xe4\xf7\xc7\x91\x9c\x37\x0d\x39\x6f\xdb\xa0\x2d\xe4\xb0\x71\x61\xfc\x92\x46\x72\x95\xf9\x41\x1f\x07\x41\x4d\x23\x87\x7c\x2b\xbf\xec\x2b\xd6\x5b\xc5\xb4\x7e\xc1\xff\x37\x7a\x57\x17\xb1\x23\xdf\xc6\xf4\x2c\x8c\xe4\x4f\xb1\x18\x6b\x7a\x98\x8f\x6a\x46\xe9\x89\xbe\xa2\xe7\x80\xf0\x4e\x22\x02\xd1\x37\xf2\x96\xb3\x39\xe3\xf2\x65\x1d\xf4\xbf\xee\x6d\xa7\x62\x43\xc5\xb5\xed\x54\x6a\x5e\xe9\xcf\xb0\x2c\x18\xcb\xc4\x74\x56\x0b\x84\x40\x7e\x31\xbd\x0c\x00\x1b\x52\xf9\x8c\xcd\xa3\x53\x20\x3f\xce\xd8\x51\xbc\xf9\x69\x0c\x6d\xd0\x0d\x3c\x9f\xc6\xef\xec\xbe\xa2\xa3\x78\x81\x0e\x13\xcf\xc4\x7f\x58\x6d\x38\xa5\xac\x94\xd2\x80\x33\x4a\x71\x53\xae\x41\xc6\xa2\xe0\xc4\xd3\xfc\x51\x7c\x38\x3c\x89\x62\x64\x38\x8e\x91\x8c\x8c\x3d\xbb\xe5\x34\x64\x3f\x53\x46\x36\x23\xac\xa3\x70\x2d\xe4\x57\xa1\xa8\x37\x87\xf8\x9a\x8a\xf1\xcd\xfc\xb8\xba\xd3\xa0\x42\x47\xbd\x5b\x7c\x2b\xa8\xb6\xa1\x1d\x68\x53\x9d\xda\x81\x4f\xf7\xcb\x76\xe4\x10\x5f\xd3\x0e\xa8\x05\x7d\xb2\x85\xb7\x06\x47\xdb\x23\xdb\x56\x90\x19\x78\x61\xfa\x39\x6e\x62\x8a\x50\x76\x9b\x9d\xff\x68\x3e\xdb\x8e\xf8\x19\xb7\x98\x3b\x52\x29\x87\xac\x1d\x67\x58\x0e\x32\x65\x9f\x8d\xda\xfd\x65\x22\x80\xbe\xf6\xa0\x64\x04\xcd\x8c\xd4\x8b\x88\x09\xd3\x73\x89\xda\x95\x58\x44\xe4\x15\x98\x36\x70\xe6\x97\x8f\x64\x82\x0b\x21\x83\x88\x5f\xcc\x0f\x15\x64\x18\xc3\x4c\xb6\x08\x51\xc7\xbd\x0a\x1b\x2c\xab\x75\x8a\x2c\x12\x73\x84\x8a\x44\x7c\x0a\x17\x76\x6c\xce\xed\x65\xf7\x39\x0a\xef\xb8\x8a\x07\xac\x01\x6a\x2b\x0f\xe3\xf0\xcd\xe8\x53\xa1\xd8\x35\x0f\x84\xa3\x9f\x34\x25\x9d\xeb\xaf\xf4\xbd\x32\x69\xc1\x1c\x15\xae\x16\xf9\x56\x9f\x2e\x90\x8c\x5c\xeb\x9c\x09\x5e\xf7\xe8\x25\x30\xcc\x3c\x90\x8e\x6c\x61\x20\xfa\x9f\x62\x9f\x1b\x69\xc6\xb4\x01\x0d\x05\x95\xdc\x3e\x7e\x88\x44\xfc\xee\xe6\x20\x49\x79\xb8\x3d\x48\x32\xc8\x29\xae\x69\x73\xf2\xf0\x50\xb3\x88\x1e\xfc\xee\x66\x21\x85\xf9\xca\x66\x9d\x86\x36\x11\x1f\x03\xf4\x62\x8e\x52\x3c\xd4\xda\x91\xa0\x85\xcb\xf8\x3a\x97\xb6\x02\xd9\x40\xdb\x57\x94\x04\x67\x6d\x5f\x33\xc5\xf5\x62\x31\xde\x4f\x99\xf1\x6e\xb6\xa7\xb2\x77\x02\xa1\x2d\x68\xa6\xcb\xef\xa9\xf8\x3c\x4c\xa8\x8c\x35\x28\x9f\xd3\x1d\x6d\x7c\x73\x95\x21\xe7\x5b\x22\xdf\x1f\x98\x27\xc2\xc0\x58\x45\xd4\xcb\x78\x35\xc4\xea\x2c\x1d\x9d\x92\x54\x1f\x71\xe6\x3e\x55\xad\x74\x9b\xa5\x95\x3d\xde\x50\x84\xdf\x55\xf1\xe0\xbd\x2a\x22\xcb\x8f\x78\x39\x57\x8d\x06\xb5\x18\x4f\x39\xf8\x0d\x88\x8b\x51\xce\x38\x2f\x12\x1c\x05\x24\x5f\x07\x66\x72\x3d\xb0\x4f\x19\x36\xef\xc7\xc7\xd7\xce\xab\xad\x78\x47\x09\xd5\xd6\x1a\x4d\x96\xc4\x6f\xe9\x97\x36\xeb\xaa\x70\x8c\xf4\x12\x3e\x2a\x74\x85\xc3\x29\x97\xd2\xf9\xca\x5b\x8f\xa1\x4d\x6f\xe1\xff\x4f\xe2\xa4\xad\x52\xd7\x51\x3b\xae\x9d\x47\x36\xeb\x26\xfc\x76\x19\x40\x32\xa4\x23\xbf\x6e\xfc\x91\xa3\xc0\x76\xd6\x6c\xb7\x18\xdb\xcd\xad\x44\xac\x83\x9b\xab\x32\xb8\x3b\x42\x0b\xb4\x56\x7a\xb9\x0c\xea\x9f\x67\x4b\xd4\xea\x2e\x9f\x93\x6a\xf4\x34\x4b\x28\x66\x24\xcf\x28\xee\x05\x53\x72\x79\xea\xa6\x74\x0a\x26\x5c\x24\x39\x2f\xcb\xba\x64\x33\xa9\x25\x5c\xe5\xe4\x69\xe1\x45\x47\x4a\x09\x6f\x3b\x0a\xec\x16\xdf\xb1\xb3\x10\x51\x64\xd1\x23\xa6\x22\x89\x1e\xcc\x8d\x7a\x42\x8a\xe7\x3c\xad\xb3\x6b\x6d\x04\x29\xb3\xcb\xee\x31\x6b\x5f\xe2\x0c\x6e\xc3\x0a\x14\xe8\xa0\x3a\x4f\xd9\x04\xfb\xd6\x22\x15\x37\x68\x9e\xc0\x86\xab\x13\xc0\xe4\x09\xd9\x2d\xe6\x16\x52\x90\xd8\xe3\x62\x22\xb1\x7d\x0e\xd2\xed\x35\x05\x73\xbd\xc1\x1f\xb3\x30\xfd\x80\x6a\xcd\xc1\x64\xb9\x4d\xa7\xa4\xa9\x07\xb3\xd4\xa6\xad\x2d\x87\x44\xbe\x80\x44\x31\x98\x25\x5a\xf7\xbd\xc7\xfd\xe8\x1e\x2c\x94\x1d\xa1\xe7\x5d\x27\x28\x2b\x94\xcc\x1e\x4f\xcd\x9f\xa5\x09\x33\x9f\xca\x6c\x5b\x2a\x93\x28\xe9\x12\x93\x22\xd1\x2d\x2a\x1b\x96\x84\xec\xaf\xc2\x31\x6a\x65\x82\x88\x68\xbe\xbd\xa9\x78\x00\x00\xc1\xd7\xf7\x6a\xd4\xc8\x82\xe8\x05\x90\x2f\x60\x18\x35\x71\x16\xc5\xb7\x37\x12\x0f\x5e\xb3\xa6\x63\xe7\x48\x23\x0f\xa2\x57\x8d\xed\x5b\x96\x71\x3b\xeb\x3c\x6a\xa9\x29\x78\xe6\xc3\x28\x8f\xb5\xfa\x41\x9c\xdf\xd0\x8d\xb5\xf6\xf5\xba\x49\xcd\xb7\x62\x2d\xfb\xa5\x5c\xd3\x13\x19\x76\x55\x64\x4d\xa9\x15\x9d\x2f\xfe\xd0\x00\x63\x83\x5a\x60\xb4\x66\xd0\x1f\x6b\x5b\xaf\xd0\xc5\x87\xec\xba\xda\xb9\x0d\xdb\x1e\x5c\x2b\xba\xc7\x79\xbc\x70\x6e\xf3\x54\x72\x74\x71\x85\xb7\xf4\xee\x31\xc5\xaf\xf9\xbe\x91\xf8\x1a\xfc\x27\x74\xc8\x83\xa4\x1d\x4b\x07\x26\x18\x46\xeb\x87\x07\x2b\x1a\xf5\x25\xa3\xeb\xd9\xd8\xf6\xd8\x14\xaf\xbe\xaa\x07\xc1\x87\xca\x35\x26\xf1\x1d\x51\xa3\xd0\xcc\x9b\xa9\x18\x32\x7e\xd6\xf9\x90\xc1\xa6\xe6\x76\x35\x59\xf3\x0f\x54\xf1\xc0\x2c\x3c\xfe\x96\x5a\xf3\x6e\x72\x24\xfc\xe3\xbd\xd4\x46\xfb\xc9\x56\xb8\xc6\x64\x2d\x3b\xfd\xdb\xef\xdc\x10\x73\x88\xff\xd5\x0d\xd1\x67\xad\x1a\x77\x29\x67\x10\xd0\x09\x5a\x3d\xec\xbc\xc6\x83\xe2\x86\xc2\xab\x7f\xc0\xef\x9c\x60\x0f\x7d\x0f\x4c\xe2\xda\xf6\x76\xf0\x9a\xe2\x79\x51\x9a\x78\x15\xd2\xdc\x4c\x01\xbc\x14\x39\xd4\x03\x3b\x73\x0c\x65\xde\x62\xb2\xf8\x80\x01\xd9\x52\x29\xe4\x9f\x42\x19\xd9\xa1\xea\x98\x74\xda\xc8\x58\x71\xa9\xf3\x90\x91\x95\xe4\x32\x76\xe9\x25\x7b\xe8\x63\xe0\xf7\x9c\x92\xc1\xe2\x55\xa4\xea\xeb\xce\xda\xbb\x61\x57\x43\x57\xd1\xc7\x10\x25\x8b\x4b\x4c\x16\xb7\x90\x3c\xad\x21\xb4\x2a\x16\x1b\x35\xea\x58\xb9\x55\xaf\x26\x65\x5e\xf6\x6a\x0a\x1f\x46\x6e\xa3\xe4\x6e\x32\x6e\xaf\x95\xdc\x4d\x46\x0d\x21\xa7\x03\x80\xb0\xc7\x47\x21\x2f\xa5\x5b\x94\xb8\xf3\x12\x6f\xda\xee\x58\x1d\x1a\x0d\x95\xc6\xf0\x06\xf8\xf8\x23\x25\x98\x9f\x1a\xb7\x8a\xaf\x0f\x27\xad\xb2\xcb\xbf\xa9\xc6\xbb\x00\xfd\x9e\x3e\x33\xa8\xa5\xb5\xde\xf9\x5e\xee\x80\x15\x46\xeb\x78\x1a\xa6\x9f\x43\x3a\xb0\xc2\xcd\xdd\x64\xa4\x08\x7a\x3a\x54\x04\x7d\x7c\xac\xb6\x6e\x27\x4d\xed\x7c\x3f\x34\x7e\xe8\x95\x8b\x15\xbe\xbd\xd9\x49\x23\x6e\x62\xc6\xa4\xc6\x49\xc9\x7c\x85\x8e\x0b\xcf\xd5\xdc\xc8\x66\xa3\x66\xab\xbe\x80\x9c\x07\xeb\x9e\x94\xcd\x2b\x9f\x14\x9f\xdb\x29\xbd\x5d\xe9\x0e\x88\xd2\x72\x68\xee\x94\xaf\x37\xd2\x6d\x6a\x8f\x11\x26\x33\x5c\x57\x01\x4c\xfc\x8c\x60\xe2\xb5\x74\x1b\x71\x8b\xea\xb9\x19\xac\xeb\xa6\xde\x2a\x2f\xd1\x9e\x29\xc3\xf2\xea\x42\xbc\xe5\xe4\xb9\x52\xa8\xb6\xab\x59\x02\xe2\x5d\x08\x4c\x69\x86\xe1\x3d\x6a\xf6\x58\x28\x3a\x8f\x20\x73\xd8\x8c\xfa\xcc\x47\x7a\x73\x68\x38\x18\xf9\x67\x0f\x6d\xb8\xa6\x94\x0c\x16\xc5\xbc\x75\x53\x07\x1a\x89\xa6\x2e\xe8\xf7\xf4\xd5\x05\x6e\xdf\x09\x05\x4b\xc0\x44\xb8\x5e\x5d\x88\x2b\x39\xb8\x59\xc0\x9d\xa4\xcd\x74\x14\x32\x54\x1f\x00\x43\xcd\x63\x38\xae\xd4\xd1\x50\x12\x59\x21\x19\x7b\x81\x0f\x6c\xc9\xcf\x68\xbd\x93\x64\x61\x0a\x52\xb7\x78\x4b\xbe\x47\xaf\x20\x8d\x61\x8d\xda\xe7\xd7\x2f\xe9\x1e\xf8\x9c\x12\x03\x18\x49\x16\x28\x4f\x50\x4a\xe0\x85\xdb\x60\xac\x8d\x24\x9a\xf3\x0a\x3f\xad\x94\x96\x0e\xd0\x9d\x75\x9c\x16\xfc\x67\xc7\xc0\x6d\x9c\x8e\x2f\x44\x7a\xb5\xd6\xce\xb3\x77\x0c\xf4\x53\x8d\xef\x28\xaf\x31\x39\xc8\x37\xf9\xcb\xd8\x5b\x8b\xbd\xcc\x3a\x56\xda\x37\x86\x6e\x7e\xd9\x87\xf7\x82\x71\xe4\x41\x82\xb8\x67\x28\xbc\x04\x03\xbf\x52\xf3\x10\x0c\xfd\x08\x12\x96\x63\xc7\xb7\xa0\x5d\x5e\x1a\x25\xcb\x20\xaa\x8d\x30\x5c\xa2\xd4\x99\x8d\xf2\x4e\x3a\xb7\x47\xfb\xe8\xa0\x17\xc7\x9b\x05\xa1\x3d\x3f\x87\x43\xbd\x3c\x5a\x19\x0f\x86\xcd\xcc\x42\xeb\x93\x97\x3d\xb6\x82\x8b\x2c\x06\x0f\x04\xe7\x7c\xe9\x06\x32\x8d\x45\xb6\x52\xd0\x74\xa6\x5c\x23\x5b\xf9\x99\x84\x13\x1c\x52\x76\xf1\x2d\x3f\xeb\xed\x90\xab\xaa\x68\xaa\xb1\xb3\x7a\xab\x8f\x96\x0d\x4a\xbf\xef\x6f\x94\x17\x4f\x7e\xc4\xf7\x9c\x4e\x89\x75\x67\x97\xe8\xd7\x94\x9c\xb3\x76\x80\xe2\x07\xc6\xa1\x5d\x9d\x2f\x4a\x54\x4e\x87\x06\xe3\xcf\x72\x91\xee\x7a\xbb\xd1\x4b\xed\x69\x42\x66\x0a\x04\x80\x10\x57\x72\x1d\xd7\x32\xd4\xc4\x4b\xbc\x28\x84\xbe\x8a\x20\x83\x56\xa8\xed\x33\x43\x83\xb0\xe6\xc9\x77\x13\x88\x18\x6c\xc5\x3f\xc1\x90\x95\xc9\x42\x72\x02\xdb\x47\x4e\x0c\x73\x3c\x7a\xbb\xb3\x3d\x74\x81\x16\xdb\x97\x70\x11\xb8\x20\xf0\x82\xf7\x9e\x5b\x32\xe9\x32\x20\xac\x18\x22\xfd\x61\x71\x3e\x78\xd7\x5c\xae\x0d\x8c\x4e\x52\xdb\xbd\x49\x8a\xc7\xac\xa5\x14\xbb\x04\xda\x9b\x3c\x46\x58\xe0\x4c\x81\xe7\xc5\x98\x83\x20\x64\xe5\xfe\x3f\xa2\xcb\x9e\x14\x24\xcf\xf6\xd1\xb9\x04\x99\xac\xb3\x5a\x32\x6f\xc0\x46\x3a\x36\xd3\x39\x52\xff\xb6\xd0\x31\x17\xd5\xe7\xfa\xb1\xb2\x01\x74\xe9\x17\x5f\x03\x4d\x2e\x62\x5c\xd9\x94\x19\x0b\xad\xf3\x6c\xca\x1e\x32\x33\xb6\x3d\x3b\x45\x18\x51\xf7\xe2\x26\xbc\xa0\xf2\x58\x22\xa7\xde\x98\x50\x5a\x12\x61\x52\xba\x25\x0a\x17\x44\xa4\x85\x45\xc2\x3d\xae\x2f\xdb\xce\x45\x6d\x54\xa2\xbc\xbf\xa5\xb4\xbc\x09\x94\x32\xbd\x47\xa6\x74\xd6\x1f\x8a\x33\xf1\x57\xfa\xc5\xe9\xa8\x44\x24\xee\xad\x0f\x69\xe3\x77\x69\x0c\x09\xb2\x19\x9c\xdc\xbf\xa9\x0a\xd5\xc5\x4c\x79\x47\x9d\x18\xd1\xde\xa2\x23\x54\x8a\xa2\x82\x04\x8f\x22\x4c\xde\x39\x2b\xeb\x0f\xa5\xe4\xb1\x50\x29\x45\xa1\xa7\xb7\x36\xfa\x7c\x6b\x39\x7d\x6a\x09\x96\x35\x92\xd1\x8c\x1a\x97\x61\x45\xa8\xf9\xe3\x23\x6b\x8d\x53\xcd\xd0\x6b\x7f\x40\x27\xab\xb6\xb1\x1d\xbd\x63\xc5\x34\xf4\xaf\x0a\x69\x0c\x3b\x7e\xa6\x42\xa9\xe8\x5a\xe2\x4c\xbc\xb6\xce\x73\xca\x8e\xa2\xa1\x5e\xd9\x3e\xa4\xa0\x46\xaf\x45\x63\x6c\x6d\x5a\xf1\xe2\x5d\x99\x5e\x18\x7e\x45\xaf\x7b\x14\x92\xdd\x15\xde\xf7\x82\x6b\x3d\xf2\xac\xa7\x16\xeb\x85\x78\xf1\xfe\xed\xff\x75\xe2\x72\x84\xe1\x30\x0c\xd5\x5d\xf1\xf7\x1c\x4c\x66\x24\x26\x7b\xa3\xcd\xfa\x27\x0e\x40\x14\x70\x60\xc8\x24\xdb\x93\x55\xf6\xae\x83\x01\xf0\xea\xb3\xc7\x8b\x40\x63\x3d\xc7\x3e\xde\xe8\xf5\x06\x2d\x20\x74\xa7\xd6\xf4\xe0\x00\x36\xea\x22\xcc\x24\x70\x5a\x1c\xdd\x0c\x39\x2c\xbe\xcc\xf9\x59\x3a\x95\x83\xe0\x10\x21\x40\x1c\x22\xe9\xc9\xbf\x9f\x9a\x7b\xec\x2b\xce\x43\xee\x51\xe8\x71\x50\x6a\xa4\x41\x91\x27\x80\xd6\x3b\xbd\x36\x4f\x34\x46\x0e\x01\x62\xa8\xba\x96\x1f\xcf\x17\x7e\x0c\x17\x93\x1a\x82\xdd\x17\x86\x80\x78\xf7\x70\x6b\xdc\x10\x9a\x7e\x33\x7c\xa9\xe5\x5b\xa9\xd1\x1d\x26\xfe\x1f\x83\xdd\xab\x5e\xaf\x0e\xf5\xba\xb7\xc3\xae\xce\xa8\xf0\x99\xf8\x0b\xe6\x08\xcc\xc9\xe8\x33\x97\xa3\x02\x7c\xbb\x86\xfe\x10\x71\xac\x5f\x21\x74\x36\x1b\x69\xe0\xa9\x04\xc5\xaf\x88\x90\x14\xc0\xa2\x80\x48\x0d\x6f\xac\x01\x89\x82\x1c\xd7\x74\x64\x0b\x4b\xc5\x62\x2f\xd0\x2e\x5b\x6a\x0c\x23\x7c\xc9\x3e\xa5\xe9\xa2\x2b\x5b\x05\x09\x23\x20\x51\x2d\x88\xd6\xd4\x2d\x5e\x1c\x09\xdd\x25\x02\xa0\x57\x18\x00\x18\x8f\xa5\x83\xa2\x4b\x8e\x8b\xaf\x7c\xb3\x11\x29\x0b\x0a\xf1\x6e\xa4\xf7\x44\x9f\xc3\x6e\x8d\x7d\xc6\xca\x8a\x2e\xd3\x9d\x6b\x04\x20\x2b\x8d\x02\x62\x0b\x3c\x4f\xed\x24\x1c\x10\x4e\x9c\xb7\xe2\xe6\x3c\x90\x9a\xad\xdf\xd5\x7c\x15\x70\xf3\xf6\xf6\xea\x01\xda\x05\xa0\x4c\x57\x10\x32\x23\x2e\x90\xc5\x04\x06\xb3\x32\x2a\x13\xbc\xff\x10\x9d\x72\xc1\xd7\xa5\x6a\x99\x60\xb9\x79\xb8\x87\x78\x66\xd8\xe1\xbd\x72\xbe\xd7\x0d\x45\x4d\xe7\x32\x0b\xf1\x76\xe8\xbc\xde\x75\x2a\xa4\x04\xd3\x50\x7c\xf8\xbf\x93\x7d\x88\x2f\xdd\xd8\xed\x56\x8a\xc7\xa7\x8f\x17\x05\xb5\xaf\x3d\x46\xf2\x67\x27\x9f\xb7\x97\x37\xe2\x17\xd3\xf4\x07\xb2\x20\xe1\x9e\xde\xe9\x1d\x80\xd5\xb4\xe6\xa1\xc3\x77\x7a\x87\xb0\xb4\xd6\x03\xb9\x95\xdb\xda\xa9\xfe\x5e\x37\x71\x4f\x5e\x9d\xbf\x45\xa5\x9d\x6e\x54\x4e\xec\xb9\x6a\x8c\x83\x16\xc4\xa6\xd4\x88\xf3\xc1\xdb\x42\x6c\x0a\x07\x96\xde\x21\x0f\xa0\x77\x61\x00\xf3\x70\x45\x63\xd9\x86\xcc\x41\xc2\x48\x4f\xf8\xec\x12\xba\x60\xb7\xe3\x59\x3a\x96\xc7\xca\x32\x5f\x7a\x73\xb6\x28\x4e\xcf\x9c\x79\x2a\xf1\x7c\xa5\x5d\x65\x8e\x2c\x63\x74\x1f\xea\xf5\xac\xb3\xbe\xb2\x44\x01\x59\xd3\x81\xce\x06\x2e\x23\xd4\xd1\xd4\x65\x5a\x22\x37\x46\x9a\x0e\xec\x8c\xbd\xe2\x03\x36\x8a\xbc\xe4\x90\xfb\xd5\xf1\xc9\xe1\x11\xd4\xc4\x07\x23\xcc\xf2\x40\x46\x32\x7c\x4d\xcc\x77\xfe\x89\xd5\x4e\xfe\x48\x95\x63\xa8\xdc\xed\x26\xc9\x54\xc8\xcb\x30\xef\x9b\x75\x73\xc4\xfb\x96\xcd\xf8\x02\x0b\x4c\x68\x48\x86\xe6\xa7\x46\xe1\x79\xc2\x65\x76\x65\xcb\x4c\xc6\xe8\x55\x02\x9b\x06\x2c\x8c\xf5\xb5\xc3\xa7\x3c\xdf\xe3\xdb\x2d\xe5\x7f\x08\x59\xac\x22\x8f\x36\x04\xac\x22\x2f\x4d\x09\x18\x56\xee\x76\x91\x11\xdb\xed\xba\x82\x0b\xcb\x40\xee\x89\xa4\x66\x10\x7f\x61\xbf\xaa\x19\x10\x79\xf2\xc8\x81\x3e\x5c\x5f\x06\x80\x31\x83\xc6\xc9\x76\xb5\xea\xb4\x51\xf5\x96\xde\x5a\xbd\xa7\x4f\xf1\xd6\xb6\xb1\x7e\x76\x91\x53\xf7\x76\x20\x1d\xf8\x3a\x8b\x71\x71\x8d\x89\x30\x6e\x01\xbc\x1f\xe8\x94\xa3\x7b\x5f\x52\xa7\x64\x59\x5c\x11\x64\xe5\x95\x80\x30\x1b\x42\xad\x90\x4f\x89\x51\x07\xd1\x30\xa1\xc1\xf7\x73\x75\x6f\xad\xaf\x77\x92\x4e\x0b\x4c\xa7\x27\x79\xd7\xd6\x7a\x71\x25\xfd\x26\x14\xea\xec\x7a\x5a\xe2\xd2\xae\x8f\x80\xb3\x77\x5d\xda\x41\xa1\x0f\x94\x36\x5e\x62\xd8\xad\xd8\x36\xb7\xc9\x66\xfb\xe6\xf5\xfc\x54\x03\xd4\x94\x9d\xcf\x32\x41\x3a\xf1\x35\xbb\x32\xaf\x69\x15\xb1\xb0\xe2\xc5\xcf\xec\xe1\x9c\x16\x53\x5e\xec\xc8\xcc\x42\x56\xce\x6d\x67\xc9\xc8\x3a\x98\x90\x8b\x7c\x82\x99\x00\xe5\x43\x36\x19\x29\x00\xb8\x53\x87\x1a\xfd\x88\x31\xd0\x7f\xaa\x03\xf9\x0f\x9b\x01\x5c\x43\x75\x11\x6c\xad\x8c\xf8\xfe\xb1\x73\x9b\x27\x94\xf5\xf8\x87\x49\x99\xad\x36\x7a\x3b\x6c\xe9\x89\xb1\xfe\x4d\x51\xfc\x52\x8c\x64\x80\x19\x58\x1b\x48\x67\xe2\x02\x32\x1e\x2a\xea\x66\x4a\xb9\x2a\xcd\xf9\xce\xa6\xc9\xcb\x75\x4c\x73\x73\x88\xd0\xc5\xc8\xa4\x02\xd3\x41\x42\xb3\xcf\x20\x8d\xdd\xe0\x17\x71\x32\x39\x36\x8c\x12\x53\x27\x49\xf6\x25\x46\x8d\x09\xf2\x2c\x43\x6e\xe5\xe7\xa4\xd6\x42\x8d\x15\x29\xc6\xc6\x9a\x30\x06\xdf\x61\x68\xf9\x5e\xb5\x75\xa7\x1b\x65\x1c\x87\x0b\xe2\x44\x71\xc9\x89\xe3\x1d\xbe\xf1\x7e\x57\xaf\x11\x77\xd8\xdf\xe8\x87\xf0\x55\xc2\xcc\x6c\x02\x6a\x7f\x70\x0c\xea\xad\x5e\xc7\x08\x5c\xcc\x2d\xa0\xbe\x12\x87\x42\xbc\x0d\xb9\x01\x01\x3f\x02\xad\x57\xc0\x72\xc2\xc0\xd3\xed\x55\x73\x48\x41\x7e\x99\x1d\xbd\x48\x79\x71\xb6\xb0\x85\x71\xb6\xb0\x71\xb3\xf3\x84\x70\x6c\x0e\x8c\x6e\xd0\x6d\x47\x0f\x67\x6a\x72\x2a\x4e\xfa\x12\x38\x3c\x2e\x28\x97\x5d\x9f\xbf\xc7\xdc\x58\x5d\xbb\x4c\x95\xbd\x08\x36\x50\xb3\x15\xb6\xcb\x3a\x17\xde\x53\x6a\x2e\x02\xa7\xd4\x5c\xf4\x4f\xa9\x4c\x72\x72\x92\xd9\x2e\x6b\xe7\xba\x40\x35\x6f\x6e\x2e\x4b\xd2\x9c\x72\x13\xa7\xfa\x3d\xc8\x66\x8f\x76\xd6\xf9\x75\xaf\xdc\x23\x61\x4d\x77\xf8\x21\x2b\xc1\x2b\x37\x5f\xa9\x9c\x3a\xc6\xe1\xfe\xde\x69\xaf\xfe\xf8\x08\xaf\xc2\x1f\x79\xdd\x2e\x1f\xfd\x50\xe5\xa7\x9c\xc6\x57\xba\xd9\x31\xa7\x9b\x23\xe3\x13\x35\xf1\x0a\x44\xb7\xcc\x55\x78\x08\x6a\x44\x22\x1d\xbf\xdd\x28\x87\x36\x9c\x3f\x89\x2b\x8d\xa7\x4f\xce\x91\x86\x76\x6d\xd0\xaf\x7d\xca\x48\xc1\xf4\xf0\x29\xfb\x75\x40\xf3\x33\x26\xa7\x06\x52\x7c\x24\x90\x78\x81\xcb\xe1\xb7\xaf\xa1\x79\x37\x7a\x6d\xc4\x1b\x43\x4f\xd7\xe3\xa6\xd4\x5d\xba\x59\x78\x0b\xed\xcf\x2f\x13\xc6\xed\x9f\x90\xb2\xd0\x8b\x87\x49\x1a\xef\xb8\x46\xee\x7c\xb3\x91\x69\x93\x5d\x50\x42\x64\x00\xc8\xb9\x4d\x03\x4b\xa1\x63\xc3\x20\x72\x80\x83\x2f\xa7\xc5\x25\x5a\x02\xc5\xce\x3a\xe5\x93\x9e\xa3\x28\x74\x0d\x79\x51\x2f\x92\x17\x0e\xa5\x83\x8f\xba\x38\xf3\xc1\xf1\xcc\xec\xcc\xa3\x93\xc5\xba\x53\x66\x8d\xcb\xee\xcf\xf0\x29\x2e\xf1\x33\x8e\x10\x79\x94\xc1\xcb\x28\x3b\xb0\x16\x18\x52\xf0\x4e\xca\x0e\xe9\x5c\xfa\xa2\xd8\x93\xcf\x4d\xce\x83\xbd\xc5\xef\xf9\x16\x32\xec\xd1\xb3\x99\xf3\x23\x95\x54\x9d\xcd\x29\xe4\x2f\x97\xef\x47\x90\x33\xbb\x9b\x73\x66\xa8\x01\xe7\xcc\xec\x7d\xbc\xc2\xc2\x13\x96\xd5\x1e\x78\x79\x85\x47\x2c\xee\x96\x00\x17\x41\xea\x15\x3d\x63\x3f\x13\x2f\xa1\x80\xb7\xe4\x35\x10\x1d\x83\xe2\xbe\x83\x24\xe0\x6a\x7f\x12\x27\xf7\xd3\xd2\x8e\x9e\x87\xdf\x26\xf0\x14\x90\x95\x5d\x28\x42\xe1\xc4\x03\x93\x1d\x5e\x1c\x63\xb4\xbd\x9b\x1f\x62\x82\x9c\x8e\x70\x3c\x15\xf0\xde\x39\x59\xdd\xe2\x4d\xf3\x2c\x26\x82\x94\xad\xdc\x11\x29\x20\xd0\x73\xfa\x2e\x81\xd0\x38\xe3\x5e\x76\x11\xea\x0d\x27\x4c\x6a\x35\x79\x9d\x86\x63\xce\xa5\x69\x20\x13\xf2\x8c\xd0\xd1\xb3\xcf\x79\x2e\x8f\xa1\x77\xbd\xbd\xd7\xc1\x3a\x9b\xe0\xaf\x38\x29\x9d\xd2\xf4\x9d\x30\x07\x08\x46\x9d\xce\x4c\x7b\xa7\xa3\x00\x7f\x81\x5f\xc5\xea\x62\x1a\x01\x9b\x9a\x60\x13\x99\xb8\x51\x9e\x4b\x44\x56\xbb\x89\x23\x13\xee\x9c\x5f\x5d\xc4\xb1\xa1\xeb\xe9\x51\x67\x3a\xbd\x52\xf1\x32\x9b\x7b\x73\xa9\x57\xaa\x00\x86\x33\xd7\x05\x8f\x7e\x70\x34\xdf\x88\xf7\xa6\x3b\x8c\x3a\x91\xa3\xe2\x9e\x24\x4c\x71\x64\x34\x5a\x18\x64\x03\x43\x09\xf3\x43\x1e\xa0\xf9\x44\xca\xc0\xf9\x48\x1a\x53\xe2\x75\xcf\xef\x27\xd3\x2e\x7e\xc5\x49\xa3\x11\x5d\xa9\x16\x9d\x48\xb4\x75\x2c\xc1\xe3\xfa\x32\xe4\x88\x73\xcc\x49\xe4\x11\x44\x99\xd8\x70\x90\x64\x66\x1b\x0d\x50\xa1\x3d\xe8\x6f\x65\xa3\xd7\x1b\x0c\x5f\x94\xb5\x8a\xdc\xae\x1c\x8c\x97\x9f\xc5\xeb\x90\x9f\x63\x00\xbe\x10\x4b\x83\xd4\xe6\x98\x27\xc4\x52\x97\x98\x80\xe7\xb8\x14\x4e\x9b\x75\x47\xfe\x46\x7e\x38\x5a\xbc\x6e\x36\xb2\x97\x0d\x07\xd1\x8b\x88\x2e\x52\x6a\x89\x0d\xca\xcc\x63\x0b\x4e\x4e\x22\x8e\x97\x98\xf0\x3d\x29\x1c\xd0\xcd\x49\x51\x70\xdd\xd4\xb2\x5f\xb3\x19\xc2\x79\xbf\xc6\x68\xc4\xae\x40\x8d\x6c\xa4\xca\x4e\x88\xc8\x58\x8e\xcf\x08\x02\xc7\x40\x68\x39\x34\x86\x38\x61\x0d\xcd\x4c\x09\x7c\xec\x92\x15\xb8\xc0\xc7\x2f\xc9\x0a\x7a\xa6\x08\x3a\xdd\x4b\x25\xd0\xdf\xde\x83\x05\xd8\xdc\x82\xc0\x5f\x5d\xcc\x00\xe7\x72\x6b\x5c\x42\x20\xaf\xce\x2e\x21\x80\x62\xc6\x30\x67\x0a\x21\x79\xfa\x2e\x3b\x3c\x51\x58\x34\x3d\xb9\x90\x87\x7f\xb7\xd2\xdd\xc5\xc7\x0b\xc5\x7d\x54\x48\x73\xcd\x46\xb5\x43\x47\x02\x0c\xfd\x4c\xf0\xea\xb3\x0f\x66\x30\xb8\x7d\x43\x06\xba\x0e\xb1\x83\x0b\xbe\x43\xe0\x67\x01\xa0\x3e\xab\x66\xc8\x2c\xe2\x7e\xa1\x6f\x36\x41\x49\x68\x6c\x78\xf0\x38\x18\x54\x8b\x5f\x51\x4a\x06\x33\x17\x1f\x3e\x34\x1d\xe5\xe6\x20\x3f\x1f\xad\x3f\x56\x1f\x26\xa2\x0a\xcf\x3c\xc2\xe3\x09\x0e\xb3\xcc\x5a\xfb\xd1\xcb\x8f\x00\x8b\x0e\x84\xc8\xc1\x6e\x1d\x1d\xcb\xa0\x27\x21\x82\x64\x27\x33\x11\x9e\x9f\x2f\x30\x97\x06\x33\x14\x6b\x55\x9d\x6a\xf0\x9d\x3f\x52\x5b\xf8\x00\xe9\x24\xe6\xb7\xaa\x80\x78\xc1\x9f\x05\x8c\x36\xa4\xc9\xa0\x2c\x12\xce\xde\x50\x1a\xa3\xcc\x9e\xb3\x04\xc5\x21\x01\xb3\x53\x30\x54\xd2\xdd\x70\xca\x18\x32\xd4\x8c\x40\xe7\x5d\x37\x19\x8d\x5c\x16\xca\xd3\x30\x26\x46\xf6\xe6\x28\xeb\xd3\x78\x1a\x43\x96\xdd\xe1\x2a\x5e\x4c\x5a\x1b\xb5\x7f\x3c\x23\xe1\x71\xce\x97\x6c\xbc\xab\x8f\x34\xf6\x9f\x82\x13\x0b\x36\x27\x08\x56\x3c\x99\xe5\x6c\xe1\xe2\xef\x04\x3d\xd3\x55\xe8\x43\x95\x8b\x90\xe3\xd4\x49\xf0\xaa\xb9\x62\xbd\x32\x59\x9c\x2a\xfa\x2a\xea\xc2\x27\x6e\xe4\xff\xf6\xe4\xe3\x8f\x9f\x5c\x70\x80\x5b\xe0\xfb\xf8\x87\x4f\x80\xf2\xe3\x1f\x3f\x11\x56\x0e\x4d\xce\x58\x53\xdc\xd5\xac\xc4\x8f\x9f\xdc\x53\xd7\x37\x4f\xc7\x65\x85\xf4\x23\x30\xc8\xfc\x1f\x09\xf1\x4e\xf6\xaa\x0e\x3e\x9b\x78\x2d\x53\xb2\x76\xd6\xb0\xbb\x34\xe5\x14\xba\xeb\xe2\xf0\x60\x31\x96\x07\xb7\x28\x7c\x8f\x86\x95\x7a\x39\xdf\xc5\x34\x64\x3c\x3d\x14\x0f\xed\x4c\xfc\x4a\x2e\x4b\x39\x3e\x5a\x56\xe0\x29\x5d\xe1\x3f\xa5\xa2\xff\x86\x1d\x05\x04\xbf\x56\xe8\xee\x34\x21\x20\xef\xa7\xdf\x82\x80\xfc\xa4\x26\x0c\xc1\x6f\xea\x37\x35\x82\x1d\xc2\xa6\x66\x50\x82\x6a\x05\xaa\xcc\xbf\x1e\x11\x8d\xc7\xc8\x2f\xec\xaf\x61\xdd\x16\xc1\x63\x73\x84\x18\xf0\xed\xe8\xe8\x4c\xd0\xd1\x20\x7d\x33\x36\x1e\xaa\x31\xba\x38\x62\xdf\x8c\x10\x03\xcf\x4d\xf0\x71\xc0\xe0\x6f\xef\x2c\x0d\x5e\x0c\xee\x1c\x46\xcd\xa8\x7d\x8c\x0c\xfd\xaf\x6e\x1a\xa6\x4c\xb1\x8e\x40\x7f\x02\x7e\xde\xdc\x7f\x48\x9b\x7b\x16\x5d\xd8\xdc\xe8\x65\xd9\xcb\x75\xb6\xb3\xe5\xba\xe8\x2c\x36\x11\xcb\x70\x3f\xa7\x7b\x3f\x47\x18\x1e\x20\x23\xca\xd0\x38\xc4\xf9\x8d\x2d\xab\x3e\x7a\x6b\xbb\x4f\x95\x5c\xc3\x26\x97\x6b\x5b\x01\xf5\x62\x1f\x07\x48\xc8\x8c\xdd\x57\xf4\x09\xbf\x7e\x04\x02\xf2\x23\x07\x56\x10\x27\xae\xfa\x71\x8b\x09\x14\x58\x16\x13\x36\x98\xb0\xb1\x03\x46\xcc\xfa\xb1\xc5\xcf\x56\x1e\xf0\x6b\x8f\x5f\x7b\xa5\xee\xa8\x30\x9e\x67\x3f\x8a\xad\x35\x7e\x83\x29\x07\xfc\x3e\x28\xc9\xf1\xb6\x28\x80\xc3\x19\x90\xa6\xf0\x71\xe2\x2a\xaa\x8e\xd3\xc3\xc7\x89\xab\xa0\x56\x4e\xa5\x9f\x27\xae\x6a\xe5\x81\x93\xf0\xd7\x89\xab\xa0\x7a\x4e\xa2\x9f\x27\xc8\x86\xf8\x4d\x40\x48\xbf\x4f\x5c\x05\xed\xe0\x44\xfa\x79\xe2\xaa\x5e\xee\xeb\xd4\x2e\xfe\x85\xa9\xa9\x55\xfc\xab\xaa\x3e\xb6\xbd\xdd\xfd\x66\x8d\xfa\x54\x85\xe0\xf2\x5b\xe5\xd8\x8c\xfb\x45\x6f\x77\xe1\xf5\x86\xea\xe9\x26\x0d\x23\x76\x62\xbc\x8a\xce\xca\x76\x51\xb1\xab\xac\x5a\x9b\xdd\x10\x35\xd0\x6c\x40\xf3\xd8\x33\x58\x0a\xe2\x40\x0f\xa1\x0f\x3b\xb5\xa8\xf0\xba\xc4\x5b\x5b\x2f\x91\xf9\xc4\x8b\x12\x34\x86\xfa\xfe\x1f\xff\x40\x78\xfd\x9b\xfa\xe7\x3f\xc5\xdb\x9f\x7f\x10\xea\x73\xa3\x54\xeb\xc4\x96\x0d\x34\x03\xd8\x56\x7e\x7e\x59\x40\x2e\x2a\x7e\x55\xcc\x16\x81\xf4\xaa\x18\xab\xaf\xfe\xbf\x00\x00\x00\xff\xff\xd7\x8b\x98\xdd\x0f\xfd\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xbd\xeb\x72\x1c\xb9\xb1\x30\xf8\xbf\x9e\x02\xa3\x13\x0c\xcd\x44\x50\xad\x18\xfb\x3b\xdf\x6e\x4c\x88\xf2\x72\xa8\xd1\xe5\x1c\x4a\xa2\x49\xca\xfe\xce\x6a\x15\x35\xe8\x2a\x74\x37\xcc\x6a\xa0\x5d\x40\xb1\xd5\xe3\xf0\x1b\xec\x03\xec\xf3\xed\x93\x6c\xe4\x05\xb7\xaa\x6a\x4a\x1a\x9f\xfd\x43\x76\x01\x89\xc4\x3d\x91\x99\x48\x64\xca\xdd\xae\x6e\x95\x6b\xc4\x99\x38\x17\x3b\xa9\x4d\xa7\x9c\x13\x4e\x75\xab\x27\x1b\xeb\xbc\x6a\xc5\x2b\xed\x85\x53\xfd\xbd\x6e\x54\x55\x6d\xec\x56\x89\x33\xf1\xda\x6e\x55\xd5\x4a\xb7\x59\x5a\xd9\xb7\xe2\x4c\xbc\x08\xbf\x2b\xf5\x79\xd7\xd9\x1e\x80\x7e\xa1\x5f\xd5\x46\x75\x3b\x28\xa3\xba\x5d\xe5\xf4\xda\xd4\xda\x88\x33\x71\xa3\xd7\x46\xbc\x31\x94\x62\x07\x1f\x92\xde\x0f\x9e\xd2\x86\x5d\x48\xfa\xb0\xab\x7a\xb5\xd6\xce\xab\x5e\x9c\x89\x6b\xfe\x59\xed\xd5\xd2\x69\x0f\x35\xfd\x95\x7e\x55\xf7\xaa\x77\xda\x02\xf6\xbf\xd0\xaf\x6a\x27\xd7\x00\x70\x25\xd7\xaa\xf2\x6a\xbb\xeb\x24\x16\xb8\xe5\x9f\x55\x27\xcd\x7a\x20\x98\x4b\xfe\x59\x35\xbd\x92\x5e\xd5\x46\xed\xc5\x99\xb8\xc0\x8f\xc5\x62\x51\x0d\x4e\xf5\xf5\xae\xb7\x2b\xdd\xa9\x5a\x9a\xb6\xde\x52\x37\x3f\x38\xd5\x0b\x4e\x17\xd2\xb4\x02\xd2\xb1\x0b\xaa\xad\xb5\xa9\xa5\xe3\x7e\xa8\x56\x68\x23\xa4\xab\x10\x95\x91\xdb\x50\x1a\x7e\x56\x6a\x2b\x75\x07\xa3\x06\xff\xab\x9d\x74\x6e\x6f\x71\x68\xaf\xf8\x67\xd5\xab\xda\x1f\x76\x0a\x87\xe0\xc9\xed\x61\xa7\xaa\x46\xee\x7c\xb3\x91\xd0\x4c\xfa\x55\x55\xbd\xda\x59\xa7\xbd\xed\x0f\x08\x17\x3e\x2a\xdb\xaf\xa5\xd1\xbf\x49\x4f\xe3\xf3\x3e\xfb\xac\xb6\xba\xef\x2d\x0c\xed\x5b\xfc\x51\x19\xb5\xaf\x01\x8f\x38\x13\xef\xd4\x3e\xc7\x02\x39\x5b\xbd\xee\x69\x14\x21\xf3\x2d\x7e\x01\x16\xca\x63\x4c\x94\x15\xb1\xad\x6c\x7f\xc7\xa9\x2f\xe1\xe7\x08\xa5\xed\xd7\x9c\x5b\xb6\x4b\x1a\xb9\x56\x9c\xfb\x16\x3f\x0a\x00\x57\xc9\x76\xab\x4d\xbd\x93\x46\xc1\xd0\x9d\xc3\x97\xb8\x82\xaf\x4a\x36\x8d\x1d\x8c\xaf\x9d\xf2\x5e\x9b\x35\xcc\xc1\x39\x25\x89\x1b\x4e\xaa\xb2\xbc\x98\x76\xb0\x43\x9c\x65\x71\x26\xfe\xcb\x0e\xbd\xb8\xa2\x4f\xca\xcb\x0a\x61\x66\x2c\x59\xc9\xc6\xeb\x7b\xed\xb5\xa2\xca\xc2\x47\xb5\x1b\xba\xae\xee\xd5\xdf\x07\xe5\x3c\x64\x5d\x0d\x5d\x27\xae\xf9\xbb\xd2\xce\x0d\x58\xe2\x0d\xfe\xa8\xaa\x46\x9a\x06\xbb\x73\x81\x3f\xaa\xea\xa3\x36\xce\xcb\xae\xfb\x54\xf1\x0f\x00\xa6\x5f\x34\x4e\x5e\x7b\x6c\x2c\x27\x8a\x1b\xaf\x76\x0e\x06\x5a\xbc\xd4\xbd\xf3\x4f\xbc\xde\x2a\x71\x3d\x98\xaa\xb5\xcd\x9d\xea\x6b\xd8\x90\xb8\x95\xde\xac\xc4\xc1\x0e\x8f\x7b\x25\xfa\xc1\x18\x6d\xd6\xe2\x95\x5d\x3b\xa1\x8d\xd3\xad\x12\x2f\x10\xfa\x54\xec\x3a\x25\x9d\x12\xbd\x92\xad\x78\x26\x85\x97\xfd\x5a\xf9\xb3\x47\xf5\xb2\x93\xe6\xee\x91\xd8\xf4\x6a\x75\xf6\xe8\xc4\x3d\x7a\xfe\x6a\xd0\xad\xea\xb4\x51\xee\xd9\x53\xf9\x5c\x34\xb2\x57\xab\xa1\xeb\x0e\x62\xa9\x56\xb0\x57\x0e\x76\x10\xcd\x46\x9a\x35\xec\x93\x83\xdf\x40\x85\xda\x08\xbf\xd1\x4e\xc0\x46\xfd\xae\x82\x51\xd2\x5e\xd5\xed\x32\x10\x25\x6c\x10\x26\xf7\xca\x89\xb7\x87\x9b\x3f\x5f\x9e\x8a\x2b\xeb\xfc\xba\x57\xf8\xfb\xe6\xcf\x97\xda\xab\x3f\x9e\x8a\xb7\x37\x37\x7f\xbe\x14\xb6\x17\xb7\xfa\xc5\xcf\x8b\xaa\x5d\xd6\x61\x5c\x5e\x48\x2f\x97\xd0\x85\x38\x57\x90\x49\x5b\x29\xe6\xe1\x86\x02\x92\x87\xe4\xcd\x79\xdc\xa4\xbc\x41\x67\xb7\x63\xbb\xac\x79\x0f\x47\x1c\xef\x60\x23\xb7\xcb\x34\xc0\x57\x34\x74\x83\x53\xe2\xcd\xbb\x77\xef\x5f\xfc\x2c\x94\x59\x6b\xa3\xc4\x5e\xfb\x8d\x18\xfc\xea\x7f\xaf\xd7\xca\xa8\x5e\x76\x75\xa3\x61\x6c\x7a\xa7\xbc\x58\xd9\x9e\x7a\xba\xa8\x9c\xeb\xea\xad\x6d\xa1\x96\x9b\x9b\x4b\xf1\xd6\xb6\xaa\xda\x49\xbf\xc1\x86\xf8\x4d\xe5\xfe\xde\xc1\x78\xc5\x0a\x6f\x37\x4a\xe0\xd2\x45\x20\xbb\x0a\xc3\x23\x5a\x6e\xe3\x42\x3c\x5b\xf6\xcf\xb3\x76\xc9\xa5\xb3\xdd\xe0\xb9\xc4\x7e\xa3\x0c\xce\x93\xf3\xb2\xf7\x42\xba\x40\xfa\x17\x95\xea\xfb\x5a\x6d\x77\xfe\x00\xb3\xc3\x6d\x18\x63\x27\x24\x8d\x34\xc6\x7a\xb1\x54\x02\xe1\x17\x95\xb1\x35\xed\x54\x20\x9b\xad\x76\x72\xd9\xa9\x9a\x48\x7a\x1f\x28\xd2\x7f\xc1\xe2\xa0\x82\x0c\x21\x0a\x08\x18\x31\x38\x26\x90\x3a\xc3\xca\x91\x46\x20\x52\xc1\x5b\x3d\x6f\x61\xa0\x0b\x71\xd6\x88\x34\xc4\x84\x49\x0b\xab\x30\x0d\x61\xcd\x9c\xef\x76\x9d\x6e\xa8\xea\x57\x94\x97\x96\x0f\x1c\x9a\x3c\xf7\x39\x1c\x4e\x7f\xc8\xcb\x16\xc1\xe0\x61\x48\x7b\x51\xd0\x60\x2c\xbf\x51\xbd\x12\x9b\x61\x4d\x07\x47\x67\x87\xf6\x3b\xa4\xe0\x61\x7c\x13\x9d\x14\xd7\xd6\x7a\x9a\xf3\x08\x90\xaa\x38\xef\x3a\x3c\xa7\x7b\xb5\xb5\x1e\x06\x8e\x8b\x01\x2d\xda\xeb\xae\x83\x9e\x3a\x79\xaf\x5a\xe1\x2d\xed\xb7\x56\xf7\xaa\x01\xc4\x8b\xaa\x1f\x4c\xcd\x8b\xfd\x7a\x30\xb4\xe0\x43\x5a\xb9\xb2\x10\x6a\x3b\x38\x2f\x36\xf2\x5e\xc1\xc0\x03\xb3\xe0\xed\x6c\x3b\xb1\x4b\xfd\x60\x70\x0b\x2f\xaa\xd6\x6e\x25\x1e\xfc\x2f\xf0\x07\x7f\xe7\xf8\xb5\x13\x72\xb5\x52\x8d\x77\xe2\xe6\xe6\xb5\x68\x3a\x6b\x94\xf8\x70\x7d\xe9\x60\x1b\x6c\xea\x9d\xed\x91\x49\xb8\x79\x2d\xae\x6c\xef\x63\x5a\x36\xd0\x00\x61\x86\xed\x52\xf5\x62\xbf\xd1\xcd\x86\x86\x1d\x4a\xc0\x2a\x56\xbd\xd0\x4e\x0c\x4e\x9b\xf5\xa9\xe8\x14\xf4\x40\x7b\x5a\x00\xd0\x87\xb0\xea\x00\x7c\xa5\xa4\x1f\x7a\x85\x87\x7e\xbd\x1c\x74\xe7\xb5\xa9\xa1\x42\xc6\x83\x64\x41\xfc\x4c\x19\x58\xe2\x06\x33\x8e\xc0\xd7\x3b\xbb\x23\x76\x06\x77\xd5\x32\x2b\xc7\x08\x61\xcb\xc3\x04\xda\x9d\xa2\xf5\xee\xb8\x49\xb0\xe0\x06\xed\x36\x62\xd5\xdb\xad\x70\x07\xe7\xd5\x16\x0b\xb6\x52\x6d\xad\x59\x54\x1b\xef\x77\x61\x6c\x5e\xdf\xde\x5e\xd1\xe0\xc4\xd4\x87\x46\x47\x66\x6b\x17\x57\x49\x07\x8c\x95\x11\x80\x16\x96\xf1\xd0\x77\xa3\x15\xfe\xe1\xfa\x32\xe4\x1c\x99\x39\x68\xc2\x53\xf8\x73\x93\x26\x10\x57\x82\xb3\x5b\xb5\xc7\xf5\xae\x8d\x40\x66\x67\x51\x75\x76\x5d\xf7\xd6\xfa\xb0\xdc\x2f\xed\x9a\x96\x78\x91\x91\x6a\x7a\x11\x16\x2d\x0c\xce\xbe\x07\xe6\xaf\xb3\x6b\x24\x78\x30\x5e\x8b\x4a\x19\x24\x2d\x8d\x35\xce\x76\x2a\x50\xce\x5f\x30\x55\x5c\x50\x2a\x11\xd1\x19\xc8\x38\x4b\x6f\x80\xb2\xb4\x1a\x7b\xec\x2d\xd1\x53\x00\x38\x15\xb2\x73\x56\xec\x7a\x6d\x3c\x54\x8c\x73\xc4\x18\x16\x55\x65\x77\x50\x22\xa3\x21\xef\x39\x21\x11\x0e\xec\x77\xcc\x47\x56\x0f\x57\x8e\x6e\xb2\xc3\xc9\x6d\xfd\xae\xe6\x93\xe8\xe6\xed\xed\x15\x1d\x47\x98\x8a\x8b\xe0\x4c\xbc\xec\xed\x36\x25\xa4\xf1\x79\x0b\xf8\x10\x46\xb6\x6d\xaf\x9c\x3b\x15\xd7\x2f\x2f\xc4\xbf\xff\xf1\x0f\x7f\x58\x88\x37\x1e\xc8\x1e\x50\x82\xbf\xc1\x0e\x96\x3c\x0b\x09\xd4\xf6\xc2\x6f\x94\x78\x04\x64\xec\x91\x78\x86\xb9\xff\x87\xfa\x2c\xb7\xbb\x4e\x2d\x1a\xbb\x7d\x0e\xab\x74\x2b\xfd\xa2\x82\x1c\xd5\x07\xa2\x71\xa3\x4c\xab\x7a\x66\x5c\x39\x2b\x23\xbd\x9c\x9d\xb1\xb1\xc4\xbf\xc3\xd8\xaf\x74\xbf\x4d\x13\x14\x38\x7b\x98\x29\xc8\x09\x5c\xa0\xee\x6a\x63\xbd\x5e\x1d\x12\x28\xf6\xf4\x1d\x24\xf2\xd2\xac\x78\xa7\xf1\x71\x15\xc7\x98\xf6\x25\xae\xc0\xf7\x7e\xa3\xfa\x30\xdc\x2e\x8d\xb7\x5d\xad\x80\x69\x19\xad\x96\xf7\x94\x4a\xab\x25\x07\x89\xcb\xe4\x05\x13\x8c\x8b\x17\xef\x84\xba\x57\x06\x16\xf6\xae\xb7\xed\xd0\xe0\xca\x09\x2b\xa6\x13\xbd\x72\x76\xe8\x1b\xc5\x0b\x35\x12\x64\x68\x1a\x50\xfd\x46\x76\xdd\x61\x51\x85\x83\x71\xdd\xcb\x7b\xe9\x65\x9f\x55\xf1\x2a\x24\x71\xeb\x27\xb0\x93\x46\xc5\x12\xd0\xf3\x66\x70\x1e\xa8\x07\xb6\xc2\x51\xa3\x28\xdb\x09\xd9\x2b\x31\xec\x3a\x2b\x5b\xd5\x8a\xe5\x01\x69\xbc\x83\xb5\xd0\xaa\x95\x1c\x3a\xbf\xa8\x56\xaa\x05\xa2\xa4\xda\x9a\xeb\xea\xac\xbd\xc3\xca\x78\xa8\x5e\x06\x00\x71\xce\x48\x2f\x11\xe2\x58\xc9\xd8\x58\x2e\x1f\xc1\x62\xa3\xb8\x06\x6f\x91\x45\x49\xf9\x76\xa7\x0c\x77\x23\x30\x26\x02\xf8\x8e\x56\x58\x23\x3a\xbd\xe4\x4e\xa7\xb1\x1c\x31\x19\x61\x74\x6e\x40\xbe\xcd\xf3\x66\x0b\x4c\x06\x15\x17\xbc\x1b\x97\x3d\x15\xd6\x74\x07\x66\x46\x60\x8b\x91\x00\x19\xf8\x12\x97\xc8\x52\x14\xd7\x02\x45\x62\xa9\xad\xcc\x8f\xd5\x5e\x13\xdb\x2b\xee\x65\xa7\x5b\xc0\x18\x10\xc0\x69\x31\xdf\x96\x45\xc5\xbc\x72\xcd\x92\x76\x7d\xaf\x51\x8e\x8d\x5b\x8c\x50\xb2\xf4\x0d\x23\xfc\x17\x00\x00\x01\xd9\xcd\x96\x8d\xad\x79\x0f\x9d\x74\x51\x8e\xa5\x75\x02\xdd\xc5\x1a\x80\x7f\x77\xa7\xe2\x5e\x23\x1b\xc0\x8b\x1c\xc7\x65\x09\x3c\x66\xa7\xa0\x2a\xa7\x14\x62\x10\xda\x3c\x1d\x76\x54\x66\xc1\x42\x1c\xcb\x55\x81\xef\x07\x76\xb0\xb5\x02\xb8\x34\xe4\x35\x80\xd2\xf2\xb0\x8e\xf8\x3e\xd1\xeb\xf5\xc6\x0b\x63\xf7\xa7\x34\x28\xfb\x8d\x55\xb0\xe7\xdf\xbc\x38\xfb\x91\xda\xb1\x06\xce\x23\x16\x02\x9e\x45\x0e\xde\x02\x7d\xe1\xad\x47\x4d\x88\xbc\x1f\x42\x4e\xc4\x45\x02\x1a\xcb\xed\x13\x56\x33\x12\x3a\xa6\x6f\x79\x1e\x13\xb6\x04\x43\xa5\x83\xec\x4f\x15\x13\x21\x65\x59\xaf\x5e\x5b\x94\x35\x83\x6c\x07\xcc\x54\xe5\x95\xf3\xf5\x5a\xfb\x7a\x05\xd4\x16\x10\xbf\x04\x04\xc0\xdb\x29\xe7\xc5\xe3\xb5\xf6\x8f\x45\x63\xb7\x5b\x69\xda\x9f\xc4\xc9\x3d\x8b\x09\x7f\x04\x32\x0a\x5b\x51\x77\x38\x23\x2c\xc1\xf6\x8a\xa4\x81\xa0\x3d\x69\xad\x72\x38\xf0\x6e\xd8\x21\x63\x11\x45\x2c\x96\x04\x5b\xbb\x37\x40\x30\xf0\xb8\xb0\xab\x95\x6e\xb4\xec\xc4\x52\x1b\xd9\x1f\x22\x16\x3c\x86\x4e\xdc\xa9\x78\xf7\xfe\x16\x01\xd7\x16\xf8\x9e\x36\x00\x2c\x2a\x6d\x70\x61\x83\x38\xc1\x93\x9f\xcb\x52\x21\x49\x53\x5b\x1a\xdb\xc3\xd9\x8f\xbd\x09\x05\x8f\x70\xca\xc0\x38\x90\x20\xa2\x41\x96\x45\x58\x2c\x17\x99\x5a\x18\x86\xad\xf4\xcd\x86\x59\x5e\x5c\x36\xda\x99\xc7\x1e\x5b\xda\x0c\x7d\xaf\x8c\xc7\xe4\x9f\xc4\x89\x13\x4f\x9e\x8b\x93\xec\x5c\xae\xb7\xda\x01\x17\x19\x59\xd2\x70\x48\x43\x85\x9c\x27\x30\x0f\x97\x1d\x1e\xaf\xa9\xbb\xf9\x41\x8e\x25\xe1\x34\x17\x2b\xad\xba\x36\x74\x36\x35\x19\x98\x76\x3a\x28\xd7\xd3\xc9\x86\x4c\x41\x99\x03\x6d\xff\x62\x78\x8a\x7d\x15\x57\x57\xd8\x35\xd9\xf8\xe6\x63\x14\x96\x9d\x1b\x68\xa3\x9c\x89\xbf\xaa\xae\xb1\x5b\xf5\x9d\xf8\xab\x7a\xdc\x2b\xb1\xee\x70\xe2\xa5\x67\x71\xde\x3a\x85\x8b\xf2\x94\xf6\xe9\x6a\x30\x78\xe4\x78\x79\xa7\x50\x03\x90\x3a\x3e\xc7\xed\x1d\x9d\xab\xea\xe3\xc6\x6e\xd5\xa7\x6a\x20\x59\xca\x76\x6d\x94\xc6\x71\x07\xda\x9e\xd8\x97\x28\x9a\x27\x98\xb8\xb9\xdc\x5e\xfb\x66\x53\x47\x3d\x25\x0c\xa4\x57\x9f\x71\xca\x30\x2b\xa9\x2d\x61\x67\x42\x56\xb5\x3d\xe0\xb2\x82\x8e\xbf\x3d\xa4\x55\xa5\x95\xab\xdc\xc6\xee\x51\xe9\x17\x21\x6e\x36\x76\x8f\xea\xbe\x42\xe2\x5a\x2c\x16\x55\x63\xbb\x4e\x2e\x2d\xcc\xca\x7d\x82\xbf\xc8\x53\x4b\xe4\xdb\x43\x6d\xfb\x35\x57\x5b\x2a\xb9\xb6\x07\xd6\xab\x71\x2e\xe9\xd5\x5c\x85\xd4\x99\x15\xb2\x48\xc4\x4f\x5c\xc5\xea\xa4\x85\x36\x35\x6a\xab\x42\xcd\x6f\x0c\xc9\x42\x79\x3b\xab\xea\x23\x2b\x6b\x3f\x55\x01\xae\x68\x13\x91\x78\x1a\x74\x57\x68\x10\xdd\x48\x85\xe8\x2a\xa7\x64\x8f\xfb\xe9\x06\x7f\x54\xd5\x47\x39\xf8\xcd\xa7\x4c\x99\x5a\x87\x95\x17\x94\xaa\xa8\xf0\x63\x2a\x9b\xb8\xc2\x8d\xda\x01\x03\xb9\x75\xb8\x64\xbb\x5e\xc9\xf6\xc0\xe2\x66\x5c\xbc\x7f\xa2\xf3\x4b\x1b\xa0\xfa\xdf\x55\xce\x02\x01\xaa\xbf\x11\xc5\xcf\xda\xb4\x54\xbe\x3c\xfb\x49\xcb\xbb\xdd\xe1\x32\xb1\x7d\x7f\x38\x2d\x15\x11\x1b\xe9\xc4\x52\x29\x13\x04\xc6\x76\x11\xd4\x3c\xb0\xbc\x64\x43\x34\x04\x35\xd3\xb8\x03\xa9\xa4\x9d\x30\x25\xd0\x42\x22\xfb\x5c\x0b\x9d\x02\x2e\xf0\xa7\xc0\x98\x7d\x73\x15\xbd\xda\x2a\x90\xf0\xea\x2d\xe9\x89\xe9\x4b\xbc\x55\xd5\xca\xf6\x6b\xdc\x7b\xb4\x39\xce\xc4\x4b\x4c\x48\xbb\x05\x00\x94\xcf\x4f\x2b\x86\x08\x29\x7f\x0a\x7a\xf9\xda\xd8\x3d\xea\x6b\x81\x63\x1b\x4f\xca\xb0\x83\x41\x5d\x84\xd3\x8f\x18\x29\xe4\xe1\x9d\x32\x3e\x0d\xed\xb9\x30\x6a\x2f\x72\x28\x1e\x80\x38\xbe\x00\x0f\x64\xee\xd9\xf2\xf9\x89\x7b\xf6\x74\xf9\x3c\x1e\x40\xcd\x46\x35\x77\xb4\xa0\xb5\x59\xda\xcf\xa8\x1c\x42\x4d\xa2\x12\x06\x36\xf8\x49\x2b\x36\x76\xe8\x59\x40\x03\x01\xc6\x2b\xcc\x2d\x66\x72\xd7\xdb\x06\x49\x33\x6a\x6e\x15\xed\x98\xb4\x4a\x51\x85\x0b\xeb\x14\x4f\xc9\xb0\x50\x77\xbd\xdd\xe8\xa5\xf6\x40\xce\x50\x9f\x71\x89\xff\xaf\x38\x59\xb5\x23\x88\x8c\xa1\xe9\x23\xf1\xd5\x4e\xec\x62\x01\x68\x24\x82\xa6\xfe\xf1\x2c\xa7\x19\x86\x99\xc5\xf1\xeb\xf4\x56\xfb\xc9\x02\x05\x52\x2c\x79\xa1\xb3\xa6\x39\xcc\x0d\xf6\x21\x8d\x6e\xaf\x1a\x65\x7c\x77\x88\x2b\x6a\x2f\xb5\x17\x7f\x14\x5b\x6d\x06\x0f\x52\xf4\x46\x19\xe1\xfb\x83\x90\xc0\x34\x2d\xaa\x8d\x74\xf5\x60\x78\x9a\x54\x1b\x96\xec\x6b\x8d\x67\x3b\xd4\x1b\x36\x56\x06\x55\x4a\x96\xe2\xfb\x38\x83\x3f\x2c\x58\xe7\x8c\xa5\xe0\xbc\x85\xf6\x68\x10\x83\xe4\xdc\x5a\xb0\xbd\x30\x8a\x46\x08\xfb\x0f\x60\xb0\x6c\xac\x51\x69\xb0\x3a\xdd\xdc\x01\xff\x0f\xf3\xbb\x1c\xbc\xb7\x20\xe4\x76\xb0\x06\xa9\x4c\x68\xf3\x05\x02\xa2\x0a\x22\xe1\x3b\xd0\xb4\x94\xa3\x54\x61\x31\x80\xf0\xf3\x85\xbf\xef\xd5\x0f\xa9\x78\xdc\x32\x58\x82\x51\x50\xe9\x6c\x37\x5d\x63\x26\x5d\x28\x84\x3d\x17\x8e\xc6\x86\x55\xbc\x71\x36\xfb\x72\x34\x30\x1f\x36\x86\xfa\xbc\xd3\x3d\x88\x3b\x7d\x62\x14\x16\xa3\xba\x92\x3e\x60\xda\x63\x5f\xb6\x38\x9d\x9e\xde\xda\xda\x6d\x88\x9f\x09\xcd\x13\x9d\x32\xeb\x42\x9f\x8b\x97\x83\xb8\x44\xfe\xe7\xa2\x32\xd6\xd4\x28\xbc\x66\x7b\xe6\x9d\x35\x4f\x30\x2d\x4a\x3f\xa1\x34\x2b\xfe\x43\x85\x80\xa6\xb7\xc3\x7a\xc3\xea\xc1\x8a\x36\x8b\xdf\xdb\x7a\x25\x1b\x8f\x97\x48\xb7\x7b\xfb\x84\x3f\xce\x07\xa8\xd5\x07\x61\x7f\x0c\x8c\x7d\xe7\x41\x2c\x41\xb1\x33\x90\x33\x2d\xa3\x0c\xd0\xe0\x5e\x35\xf6\x5e\xf5\x87\x30\x07\xbf\x40\xaa\x90\xc2\xa7\xca\x03\x88\x98\xc7\x13\xb3\x8b\x16\x5f\x73\xea\x71\xf8\x50\x63\x80\x14\x17\x0f\x34\x33\xeb\xe0\x4c\x0b\x77\x47\x3b\x99\x78\xe5\x23\x95\xc6\xa5\x85\x34\x77\x70\xb4\xb8\xa2\x0c\xc0\x2b\xac\xfa\x08\x8b\xfa\x53\xc5\x3b\x45\x65\x53\xce\x74\x24\xe4\x84\x1d\x45\xd4\x32\xc2\x07\x11\xe7\x2f\xaa\xd7\xab\x03\x01\x15\x54\xe2\xd8\x86\x29\xd7\x6b\x3c\x3a\x13\x7f\x7a\x9d\x93\x74\x4e\x5e\x0d\xdd\xa9\xd8\x13\xe3\x9a\xca\x44\x25\x12\xb3\xb4\x40\x34\xe8\xd2\xba\xfa\xb8\xb5\xad\xec\x3e\x55\x07\xbc\x8a\xfb\x2f\xe5\x2a\x83\xd7\x9f\xb6\xda\xda\x96\x0a\xbd\xc5\x1f\x55\xf5\x71\x65\xfb\xed\xa7\x0a\x98\xa2\x77\x23\x59\x10\xb8\x27\x4e\xcb\xe4\x11\xcc\xfa\x25\xbf\xde\x8d\x7d\xbe\x9a\x11\x1b\xaf\x55\xba\xe5\xc5\x5f\xb1\xf3\x37\x37\xaf\x6f\x83\x5a\xeb\xe6\xb5\xb8\x53\x8c\xfb\xb5\xf7\x3b\xf7\x01\x95\xb5\xa4\x79\xfd\x70\x7d\x59\x5d\xc9\x03\xc8\x68\x94\xcc\x1f\x98\x71\xab\xe4\x96\x1b\x09\x3f\x09\x05\x6c\x1a\x4e\x84\x9f\xb6\xcf\xaf\x29\x2a\x94\x1c\x7e\x29\x84\x54\x22\x72\xd5\x3b\xb5\xff\xb9\x97\xa6\x09\x85\x81\xa5\x5b\x62\x02\x95\xbc\xb0\xdb\xad\xf6\x37\xc3\x76\x2b\x71\x83\xd0\xb7\x70\x94\xc0\xd9\x6f\x95\x73\x74\x07\xcf\xd9\x5b\x4a\xe0\xec\x8b\x8d\xd5\x4d\x96\xdb\xe0\x77\x75\xdb\x2b\xc5\xb5\xbe\x0c\x37\x5e\x15\xb2\xf1\xc4\x63\xd2\xaf\x2a\x2a\x35\x14\x5f\x4d\xff\x3a\xb9\xfd\xf9\xb5\x92\xdd\x6e\x23\x51\x50\xc8\xc0\xf0\xa2\x63\xc9\xea\x17\x81\x20\x48\x77\x87\xad\xea\x75\x83\xbb\x44\xba\xcd\xf7\x4f\xea\x1f\xf0\xe6\x4e\x36\x5e\xf5\xae\x44\xd6\x5a\xff\xfb\x10\xe2\x16\xf4\x0f\xe2\x75\xdd\xef\x6e\xee\x04\x3b\xa4\x20\x3e\x05\x15\x39\xfd\x5b\x18\xae\x02\x33\xa4\x8b\x13\x80\x40\xc1\x32\x41\x45\x20\x64\x5c\x40\xc8\xf4\x02\xa8\x82\x07\xe1\xb9\xe8\xc3\x56\x7e\xfe\x52\xc1\xad\x9d\x29\x47\x8a\xf3\x54\x88\x05\x65\xc9\xbd\x2d\x28\xc9\xe2\xd7\x6a\xe8\x1f\x00\xfe\x70\x7d\xb9\xf8\xb5\xd2\xa6\xe9\x86\xf6\x68\x43\xdc\xb0\x74\xbe\x07\x01\xf9\xf1\x89\x7b\x0c\x28\xcd\x9d\xb1\x7b\x13\xe1\x3f\xd0\xb7\xc0\xef\x9f\x82\x29\x46\xad\x0d\x6b\x2a\x92\x51\x86\x68\x75\x0b\xac\x0e\x6a\x1c\x16\xe9\xc8\xcd\xb5\x10\x91\x10\xa0\xba\x96\xb5\x44\x91\x16\x82\x28\x80\x0a\x19\xb9\x55\x8b\x64\x3e\x52\x03\xc9\xae\x41\xd2\x36\xb9\x68\x0c\xc4\x3c\x30\x83\x48\xd4\x11\x62\x41\xf7\x86\xd3\x72\x23\x4a\x75\xb4\xb8\xed\xd7\x33\xa5\xdf\x4f\xef\x34\x8f\x94\xf7\x4a\x6e\x67\x10\x44\x1a\x74\xb4\x20\xcd\x3d\x16\xc2\xe3\x69\x44\x44\xa7\xe5\x00\x6a\x91\x46\x29\x0e\x78\x3e\x37\xb9\x22\x21\x8e\x73\xa9\x6b\x5a\x54\x78\xf4\xf6\x68\xc6\x93\x69\x9c\x58\x03\xc8\xe7\xde\x56\xde\x29\xe1\x06\x60\xb1\x36\xd2\xb3\x90\x51\x8e\x28\xf0\xbb\x88\x4a\x61\x15\xc7\xd1\xdb\xbd\x81\x63\xea\x4b\xf8\x11\xec\x1b\x51\xe7\x0a\xca\x29\x62\x46\x1e\x81\x8e\xa1\x8d\xda\x33\xf5\x59\xe3\xfd\xd4\x2b\x7d\xaf\x58\x7f\x16\x59\x06\xcc\x5b\x54\x9d\x74\xbe\x86\x45\x43\xcd\x45\x69\xd4\xde\xc3\x8e\x82\xfa\x20\x97\xca\xd1\x7d\x15\x77\x0a\x16\x09\x6b\xe2\x64\xd7\xd9\xbd\x6a\x4f\x85\x44\x96\xb3\x57\xb4\x41\x65\xb7\x97\x07\x87\x5a\xe5\x40\x64\xac\x09\x63\x02\x14\xc4\x1c\xc4\x1a\x5b\x95\x2b\x2c\x16\x55\xd2\xbf\xb9\x4d\x0d\x47\x67\x64\xb7\xf7\xa8\xd7\x42\x0a\xc1\x7a\xea\xfb\x8c\x49\xe1\x93\xf6\x27\x71\xe2\xaa\x81\xf4\xf4\x94\x9d\x21\x42\x23\x15\x3e\x55\x66\xca\x9e\x82\x58\x22\xf6\x4a\x48\xe7\x86\x2d\x8f\xb5\x46\x29\x10\x9b\x94\x29\x56\x87\x65\xa7\x9e\x90\x78\xab\xfd\xa2\x92\x83\xdf\x24\xbd\xdf\x88\xb3\xa5\x74\xd2\x96\x39\xaf\xbb\x0e\x46\x3a\x18\x6e\x15\xe2\x26\xe6\xe2\x3e\xc1\x61\x72\x1b\xbd\x13\x16\xaf\xc5\xf2\x21\x4c\xcb\x36\x13\xec\xbc\x15\xad\x42\xf1\xd9\xf6\xc2\xf7\xd2\xb8\x95\xc2\x7b\xc2\xad\x58\xe9\x1e\xe6\x99\xaa\x06\x39\x91\x0c\xb5\x8e\xd4\x4c\x9a\x08\xac\x3a\x3f\x20\x70\xee\xb2\x89\x2a\xab\xa6\x5b\x7a\xbc\x8c\xc2\x36\xe0\xa8\x26\x4c\x2e\xb4\x01\x96\xd9\x64\x08\xf0\x5e\xba\xb0\xb9\x98\x1d\x87\x55\xa1\x14\xa3\xfa\x71\xa5\x7d\xa1\xdf\x15\x19\x42\xd5\xc4\xee\x14\xbb\xe2\x16\x73\x02\x23\x34\xde\x18\xd5\x47\x58\xf7\x9f\x2a\x92\x88\xea\x78\xd9\x77\x41\x12\x12\xf1\xcf\x98\x58\xfd\xcd\x6a\x53\xe3\xcd\xd5\x7f\x58\x6d\xf0\x9a\xab\x2a\x8c\x3b\x46\x1a\x3b\x36\x41\x3b\xa0\xd5\xc9\xb2\xd3\x4d\xb0\x43\x3b\x54\x2b\x8b\xfb\x09\x15\x7a\x2f\xc3\xef\xca\x79\x09\x64\x82\x4d\x13\xe0\x57\xa1\x21\xa4\x42\xa4\x3e\x7e\x19\x7e\x73\x6a\x4c\xaa\x06\x13\x53\x3e\xf0\xcf\xaa\x02\x2e\x79\x81\xf4\x17\x18\x7b\xbc\xe9\xcc\xa8\x2e\x1c\xaa\xb0\xfe\x43\xde\x22\x83\xdf\x49\xef\x55\x6f\xe8\xb2\x82\x88\x40\x5e\x94\xb3\x23\x0a\xdc\xb8\x04\x06\x63\x1b\xec\xf3\x3e\x55\xc9\x8a\x2f\x18\xf0\xcd\xdd\xd2\xc4\xe1\xa7\xbb\xcb\x8a\x77\xb5\x63\x26\xfb\x3f\xd5\xc1\x55\x4e\x35\x43\x4f\xc3\x7a\xc3\x3f\xe7\x35\xa6\xac\xc2\x1d\x19\x29\x26\x03\x0a\x57\xda\x53\xb8\x8a\xd7\xd8\x99\x78\x41\x3f\x82\x96\xa9\xda\xe1\xf4\x65\x96\x88\x3c\x9f\xb1\x2b\x6c\x88\x9a\x6b\x97\x4a\xad\x8b\x76\x82\x90\x20\x4f\x11\x2e\x9d\xf1\x04\x5d\xd9\x1e\xe9\x64\xbc\x41\x53\x1d\x5e\xaf\x9a\xec\x42\xdd\x9d\x62\x39\x00\xdb\xab\x65\xb8\x65\x4d\xe6\x29\x5b\xd9\x2a\x71\xaf\x65\x54\x45\x66\x9c\x4d\x3c\x7a\x83\xfe\xb2\xd0\x0c\xa0\x50\x43\xba\xe5\xc0\xd8\x84\x69\xf6\x36\xe8\x09\xfc\x46\x69\xba\xe4\x34\xc8\xf4\xac\x86\xae\x0b\x27\xe3\xcb\xa1\xeb\xc8\xd8\x6a\x6a\x02\x0c\x55\xf0\x65\xef\x25\xff\xac\x86\x5d\x0b\x22\x68\x1a\xcb\x0f\x98\x10\xc7\xb2\xcc\xcf\x44\x4b\x1c\xd5\x50\x2c\xc9\xc8\x08\xde\x66\xb2\x66\x77\x58\x84\xdd\x3c\x63\xda\xcb\x1b\xbb\x1d\x83\x24\x2d\x1e\x52\x2a\xee\x38\x4e\x14\x59\xd3\xe0\xd0\xee\xe5\x41\x6c\xec\x5e\x74\xda\xdc\x39\x9e\x29\x18\xa7\x5c\xcc\x46\x6d\xab\xd7\x66\x50\x2c\xf8\xc0\xcf\xa9\x21\x29\xdf\xbe\xf3\x5d\xfc\xf2\x10\x74\x5b\x74\x5b\xcf\x1b\x40\x2c\x0f\x02\x65\xbb\xe3\xd7\xfe\xe3\xfb\xfe\x70\xdd\x1f\xae\xb1\xd1\xda\x20\xd1\xb5\x0f\x4e\x89\x0b\xb2\x40\xe0\x3d\xd6\x6c\xac\x75\x7c\x29\x90\xa8\x1f\xa4\xa1\x76\x8f\x89\x1f\x4f\x4b\xc2\x43\xb3\x76\x1e\x2c\x21\x70\x9f\xf3\x0e\xaa\xf9\xce\x2e\x41\xf3\x86\xba\xe0\xbb\xbc\xf3\x80\x93\x2c\x1d\x42\x9f\x90\xc6\xd4\x7a\x4b\xe2\xe7\x87\x60\x07\x81\x13\x1e\xc5\x06\xcc\x5e\x94\xed\x19\xaf\x12\xae\x37\xdc\xaa\x7d\x61\xb1\x84\xa5\x90\x5f\x0d\xd3\xf4\x47\xba\x64\xbb\x82\x69\x0b\xfd\x88\xf9\x30\x78\x59\xfe\x3b\xbc\xc4\x8f\x5a\x12\xd8\x63\xf5\x08\x84\x15\x0b\x05\xe4\x2c\x6f\x1c\xea\x3a\xca\x17\x8f\x5a\x3f\xd9\x31\xa1\xdc\x5e\xba\xa2\xe3\xbc\xc6\xdb\x45\xb0\xf6\x14\xc6\xee\xc9\x22\x00\xcd\xf2\xc8\x34\xd1\xa0\x39\x01\xa1\xc8\x88\x0a\x57\xfa\xaf\x92\x94\x84\x99\x04\x0b\x17\xe5\x89\x73\x22\x9c\xca\x05\xc3\xf3\x98\xcf\xb6\xe7\x05\x7d\x55\xc1\x9a\x2b\xa7\xc0\xbb\x5e\xa3\xa2\xa3\xa4\xc4\x13\xda\x5b\xd0\x59\x24\xb3\x16\x6d\x93\x12\x79\x5d\x54\x01\x15\x9c\x5e\xf8\x2b\xa4\x44\x55\xda\x8d\x42\x03\x5d\x4e\x0e\x1b\x21\xe4\xd2\xfa\x8f\x6d\xec\x14\x53\x45\xea\xeb\x0b\x4e\x18\xe5\x87\xce\x50\x76\x98\x90\x99\xde\xf4\xc0\xcb\xab\x78\x70\x68\x43\xa6\x61\xf1\xe2\xbf\xa0\x4e\xe2\x05\x92\x2b\xb1\x97\x74\xa1\x13\x88\xd5\x9f\xc6\xb5\xa7\x75\xf4\x4b\x79\x15\x44\x7d\x2b\x77\xd1\x77\x95\x6c\x5b\x5c\xe3\xc9\x7c\xa2\xc5\xc5\x53\xea\x15\x01\x2a\x87\x20\xf3\x8a\x98\x5a\x17\x17\x55\x8e\x94\x47\x5f\x7f\x39\x05\x5c\xc8\x7f\xc3\xbd\x54\x51\x55\xba\x97\x8a\x8d\x1c\xed\xb0\x49\x2f\xa7\x5b\x4d\xb6\x2d\x32\x44\xbc\x96\x33\xb6\x86\x57\x73\xe4\x6e\xa0\x16\x92\x63\x60\x78\xfe\x53\x1d\x90\x07\xe2\x95\x80\x47\x93\x76\x42\xa2\x71\x28\x5a\x94\x93\x50\xe3\x40\x9a\xb1\x8d\xc6\xf9\x47\x73\xf6\x72\xce\xcf\x51\x6a\x73\x8a\x61\x91\x3f\x94\xe6\x00\xfc\x7e\xd8\xeb\x6a\x0b\xe3\x40\xc6\x39\xd1\x94\x78\x72\x4d\x7d\xca\xa2\xd2\x46\xaf\x37\xdd\x41\xe8\xed\xce\xf6\x1e\x57\x52\x30\x42\x48\x92\x2c\x7c\xf5\xaa\xb1\x6b\xa3\x7f\xc3\x81\xdd\x92\xed\x70\xbc\x11\x79\xe6\x7c\x6f\xcd\xfa\xf9\x0b\x0b\x22\xe6\x1d\x90\x9f\x8d\xdd\xff\xe9\xd9\x53\x4e\x17\x17\x38\x85\x76\xf0\xe2\x95\xf6\xaf\x87\xe5\x63\x27\xd6\x83\x6e\xf1\xc8\x7d\x26\xb3\xc7\x0e\x6c\x8d\x44\x86\xdd\x7b\x13\x87\x05\x9f\x3e\xd8\x5e\x38\xdb\xdd\xab\x51\x11\xbb\xdd\xd2\xf4\x2e\x3b\xb5\x25\x48\x6c\x3f\x1a\x30\x29\x83\x23\xa7\x7a\x1e\x9f\x9b\x9b\xd7\x8b\xb8\xc4\xd3\xfc\xf0\xb4\x05\x3e\xb5\xd0\x8b\x30\x8f\x08\xc0\x0d\x2b\x42\x0b\xcd\xfe\x22\x96\x42\xfe\x63\x5a\x0a\xe7\xd1\x01\xcf\x32\xd1\xc8\xa0\xf0\x02\x28\x42\x71\x71\x06\xed\x20\x3e\x0c\xd2\x9a\x89\xea\x95\x17\x56\xb6\x78\xe1\xec\x09\xaa\x6b\xe4\xdf\x63\xf3\x70\xb9\x8e\xf6\x37\x53\x34\xea\x3b\xd3\xb3\xd0\x81\x8c\xa2\xf1\x88\x24\x9a\x36\x86\x29\xa8\x9a\x22\x9a\x16\x5a\x91\x53\x33\xb2\xd5\x24\x8a\x46\x0b\x52\x39\xa4\xd7\x5f\x49\xcd\x26\xf5\xa6\x8e\x87\xea\xbe\x82\xa2\x61\x9f\xce\x71\x38\xac\x21\x2d\x0a\x4f\xd4\x25\xeb\x4c\x30\xc3\xd8\x3a\x93\xf6\xde\x59\xbe\xd9\x15\x21\x11\xe7\xc4\x79\xe0\x58\xf2\xad\x0c\x8d\x40\x2b\x78\xb2\xe2\x43\x35\xcc\xff\x26\x5a\x79\x70\x95\xb7\x77\xca\xcc\x14\xc1\xf4\x63\x85\xaa\xaf\xbc\xb1\xcb\xae\xa4\xa0\x86\xc1\x91\xc8\xe9\x07\xf7\x53\x9e\x47\x8f\xd3\x0a\x70\xbb\x5a\x41\xda\x6a\x55\x15\x97\x62\x6c\xc1\x46\x76\x8d\x79\x56\xb0\xe3\x8f\x66\x9b\x79\x26\xda\xcc\x14\x77\x61\x2e\x58\xcf\xa0\x91\xba\x2c\xf7\x2c\xec\x5a\x26\x48\xd9\x75\x19\xed\x5c\xa0\x5a\xc2\xc9\x95\x12\xbb\x4e\x36\x2a\xf1\x34\x83\x23\xd2\x83\x87\x73\xb8\xb6\xd3\x74\xed\xdd\x59\xa7\xc6\xc4\x4e\x96\x6a\x9d\x4c\x5c\x5c\xe4\x4d\xdf\x78\xbf\x23\xa3\x8c\xdc\xc8\x3e\xb1\x0c\x6c\x05\x80\xec\x8f\xe8\xac\x59\xab\x3e\x2a\xb4\xa0\x49\xbb\x4e\xb2\xd9\x26\xee\x5e\xe8\x6e\xe4\x85\xa2\x79\x49\x30\xb1\x6c\xb1\x48\x1a\x89\x8f\x3f\x7e\x72\x27\x1f\xff\xf0\xc9\x3d\x7a\x7e\xa5\x7a\x87\x56\xed\xe7\xd4\x8d\x5b\x58\x1e\x38\x22\xd2\xf1\xd5\x75\xaf\x5a\xe8\x90\xec\x4e\x85\x5a\xac\x17\xe2\x19\x0c\xc1\xf3\x93\x8f\x7f\xfc\xe4\x9e\x3d\xc5\xdf\x8b\xe9\x64\x26\xb3\x78\x9a\xdb\xaf\x5b\x4b\x8d\x34\xf5\xdf\x47\x4f\xad\xbe\x30\xaa\x68\x3a\x07\x13\x05\x07\x2f\xf2\xf6\xe5\x12\x0c\x57\xae\x4e\x35\xbd\xf2\x28\xce\x93\x32\x94\x44\x5d\x4c\x2d\x4a\x40\x45\xd3\x6b\xda\xdb\x8d\x32\x5c\x2e\xa4\x16\xa5\x58\x51\x18\xae\x44\xab\x99\x4b\xdb\x12\x5b\x5a\x4c\x23\xf5\x6c\xbc\xa7\x8d\x8c\x48\x34\xe0\xf8\x6e\x66\x9c\xc3\x0d\xc6\x74\x9c\xe5\x51\x05\xe3\x14\x4b\xa2\x6d\xc7\x11\xa0\xc5\x82\x21\x76\x7d\x4c\x47\x47\x94\xef\xd8\xfd\xb8\x8b\xcb\xe2\xe8\x7a\x28\x2f\xd0\xdd\x03\xa8\x98\xaa\x15\x77\xdf\x6c\x01\x0f\xa4\x2d\x3e\x7e\xf3\x0a\x98\x0c\xd9\xeb\xee\xf0\xad\x3b\x56\xfc\x22\x9b\x4d\x49\x2e\x90\x28\x04\x53\x68\x26\xdf\x8d\x3a\x15\xcf\x96\xcf\x79\xba\xee\x94\xda\x31\xb7\x44\x4d\x1a\xd1\x96\x67\x4f\x97\xe5\x8e\xe9\x15\xbd\x57\xf3\x6a\x4a\xcc\xae\x63\xde\x83\x03\x73\x04\x41\x5c\x1d\x19\x9a\x92\xf8\x1d\x59\x16\xc7\x31\x96\xc7\xff\x08\x59\x3c\x10\x43\xe9\xf1\x91\x38\xa5\xec\xe9\x5d\x27\x53\xfa\xaf\xa2\x14\xa1\xf0\x9c\x39\x56\xd4\xef\x75\xea\x5e\x75\xc4\x13\xb4\xb0\xcf\xd1\xb0\x61\x05\x5b\x38\x8a\x9d\xfe\xd8\x6a\x7f\x80\x31\x98\x69\xc6\xd7\x6e\x9f\x58\x6f\x39\x2a\x81\xad\xa7\x85\x59\xd3\x11\x1d\x59\xfb\x59\x12\xed\xaa\x38\x41\xc0\x51\x86\x22\xaf\xc2\x2c\xc3\xe4\x20\x20\x31\x02\x71\xb7\x50\xe1\xa4\x96\x4f\x13\x85\x0c\x38\xbf\x29\xc2\x75\xed\x6d\xdc\x29\x1b\xb2\x0a\x16\xe7\x57\x6f\xdc\xa2\x8a\x15\x06\xa4\xb8\x4b\xa8\x09\x7b\xd2\xc9\xa3\xed\x70\xd7\x4d\xb6\x5a\xd0\x70\x51\x71\x66\x3c\xb1\x4d\xc4\x7a\xc6\x4e\x4d\x3a\x44\x9d\x29\xf3\x69\xdc\x95\xcb\x56\x00\xd5\x86\x2d\x19\xcb\x50\xb1\xab\xdf\x89\xb7\xe9\xb6\x0c\x66\x76\x77\x00\xa9\x24\x7b\x79\x40\x67\x9f\xd8\xa3\x5c\x31\x7a\xf2\xa0\x3d\x11\x63\x01\xac\x65\x1f\xf9\xda\xd0\x60\xe6\x6c\xf3\xa9\xcc\xd9\xdb\xd9\xc9\x4c\xcc\xee\x6c\xb1\x39\x8e\x77\x17\xf0\x94\x7d\xfe\x12\xff\x6b\x57\x25\x7d\x3b\xba\xc8\xf3\x5e\x65\xcb\xfb\x6a\xb6\xda\xb8\xed\xa9\xea\xd1\xf2\x16\x24\x9e\x91\x45\x2a\xf2\x2f\xa4\xfa\xa3\x15\x91\x9d\xe4\xd2\x89\xbd\xea\xba\x45\x85\x9a\xf7\x85\x01\xe9\x92\xde\x8e\x44\x35\x10\x5f\x17\x61\x3f\xcc\xa1\xb8\x0f\x72\x0b\x2a\x86\xb7\x4c\x91\xaa\x5c\xf2\x9d\x53\xe6\x88\x20\x83\xca\x9e\xa7\xd0\x93\xc9\xf2\x78\xa0\x21\xcc\x2e\x68\xd0\x16\x5e\xc9\xad\x63\x3a\x82\x4c\xa0\x5a\xf1\x45\x6e\x7e\x43\x79\x7c\x64\xe9\xae\x81\x1a\x10\x1a\x98\xa7\x8d\x9a\x9e\xee\xf1\x0a\xa0\x2f\xb4\x7c\x74\x71\x5d\xb6\xf6\x81\xc6\xe5\x55\x14\x5a\x0a\xda\xd3\xd8\xd7\x0c\x2f\x4a\x7d\x23\x5a\xc6\x2b\x27\x99\x94\xf1\xb2\x2d\xec\x6e\x19\x28\xd3\x99\xab\xc4\xfc\x06\x92\x9d\x2e\x09\x03\xb2\x9d\xea\xb7\xd2\xa0\xc9\x2b\x5d\x68\x04\x0d\xc0\xc5\xf9\xbb\x77\xef\x6f\x93\xe0\x0f\x34\xcc\xb4\xd6\xa8\xef\xe2\xc3\x9d\x49\xbb\xc2\xf3\x9d\xb8\xf9\x4a\x88\xf4\x80\x88\x4b\x1c\x83\xcb\xa5\xab\xcc\x24\x78\x6d\x51\x2f\x62\xa1\x2d\x41\x3e\x2c\xda\xdf\x1e\x5d\x21\x1f\x61\x88\x3f\x55\xe1\xaa\xfd\x3d\xfc\xaf\x72\x6b\x85\xcc\xca\x03\xc9\x66\x32\x06\x49\x8f\xc8\xc5\xda\xda\x76\x62\xbd\x80\x82\xdf\x20\x51\x7d\x6b\xb7\x3b\x8b\x0c\xcc\x4a\xa0\xb1\xe8\x29\xec\x2e\xdb\x23\xb1\x43\xa1\xc1\xe8\xbf\x0f\xa8\xf2\x41\x1b\xcf\x45\x75\xaf\x9d\x5e\xea\x8e\x84\xd4\xbf\xc4\x0f\x4a\x87\x5f\xa3\x67\xc4\x59\xe5\xda\x89\x67\x6e\x27\x8d\x68\x3a\xe9\xdc\xd9\xa3\x41\x0b\xe0\x77\xbd\xfa\xec\x1f\x3d\xbf\xea\xd1\xac\xf0\xd9\x53\x80\x78\x3e\x41\x57\xaf\x6c\xdf\xd0\xb5\x66\x34\xa1\x46\x9a\xc3\xe9\xb0\x4d\x0d\x32\x23\xd9\x56\xa5\x81\xff\x1d\x75\xae\x6c\x7f\x97\xfa\xf1\x3d\x6b\xf2\xed\x8a\xe8\xee\xbd\xec\x86\xf2\x5a\x07\x6a\x87\x32\xee\x87\x0a\xdf\x48\xa7\xb2\x68\x52\x8f\xfe\x72\x20\x43\x9b\xf5\x9f\x70\xd0\xfc\xc3\x7e\x37\x5e\xab\x6e\x07\x02\xd8\x77\x15\xb6\x84\xaf\xbf\xc7\x8e\x56\x30\x2f\x3c\x20\x86\x3c\x7c\x45\x8c\xa9\x33\xb3\x91\xb9\x63\x90\x5d\x90\x7d\xb2\xd9\x04\x72\x8a\x9d\xc8\xaf\x8c\x0f\x6c\x64\x14\x4f\x1f\xd7\xf4\x1a\x1f\x41\x53\x7a\x27\xf1\x26\x39\x7a\xda\xc1\xc4\xb5\xf6\x7a\x6d\x6c\x9f\x0d\xc3\x8d\xea\x60\x9c\x16\x31\x4b\x04\xdf\x3d\xae\xea\x74\xa3\x8c\x43\x6a\x47\xbf\x42\xca\xa4\xb8\x14\x01\x16\x6f\xf9\x7a\x25\x5b\xde\x0a\xf0\x83\xbf\x67\x4a\x31\x60\xa8\xb2\x92\x83\xb7\xb5\x36\xda\xe3\x3b\x1a\x0d\x72\x2d\x69\x17\xcb\xf5\x4a\xba\x33\x44\xc2\x37\x48\x81\xfa\x33\x1e\x7e\x0a\xc3\xd3\xc3\x6f\x60\xb2\x09\xe2\x07\xb7\x6c\x50\x80\xe3\x87\x09\x82\x2c\x2c\xd9\x4d\x4f\xbd\xeb\x07\x43\x97\xda\x83\x51\x45\x62\x92\x6f\xe8\x38\x37\x07\x76\x08\xf1\xc4\xf7\xb2\xb9\x03\xe2\xd2\xab\x95\xea\x95\x69\xd0\xd2\x5f\xfa\x4c\x55\x40\xb6\x0b\x6c\x46\x4f\xc5\x02\x72\x0d\xa2\xe6\xbd\xec\xa2\x87\x20\xf1\x26\xa4\x7c\xbf\xb1\x43\xff\x43\x00\x0c\xca\xe8\x08\xc7\x57\x2a\xa3\xfc\xd0\x4e\x16\xd9\xd9\x12\x4f\x18\x05\x87\x82\xec\xe9\x0d\x72\xa6\x45\x70\x82\x75\xe8\xf1\x2d\x1d\xe3\x43\xe5\x98\x3b\x98\x26\xa9\xc7\x6e\xf0\xab\xda\x4b\xdf\x6c\xc8\xd8\xe1\xaf\xfc\x13\x6d\x1d\xd6\xf2\x37\x4a\xbd\x89\x1f\xb8\x05\x1c\x6f\x0a\xc7\x86\x0b\xbd\x92\xcd\x86\x1f\x5b\xd8\x55\x4d\x4e\x47\x90\x1d\xbb\x8d\x06\x58\x40\x4f\x10\x4e\xb5\x62\x2b\x3f\xeb\xed\xb0\x15\x11\x10\x8b\xc2\x2e\x39\x29\x4d\x2a\x16\xf3\x86\x11\x63\x23\xbc\x6f\xb7\x8f\x18\x63\x78\xd8\x4c\xc2\x28\xd5\xd6\x20\x6e\x04\xa2\x53\x58\xfd\x56\xec\xe3\x29\x38\xc9\x89\x4e\x9e\xc8\x4b\x4e\x9e\x7b\x9c\x7e\x87\x5b\x2f\x59\x92\x54\x7c\x80\xb7\xec\x06\xf5\xe8\x39\xcd\x62\xa0\xa7\x01\x2b\xef\x8f\xb7\xec\x66\x2a\xdb\x20\x0c\xb1\x20\xa2\x99\x16\xdb\x05\x3a\x9a\x48\x6b\x6d\x06\xaa\x38\x72\x59\x64\x91\x99\x1e\xed\xe9\xab\x37\xb7\x68\x18\xfa\x40\xf1\x9a\xae\x1e\xe8\xcd\x03\x91\xc8\xc7\xbd\x22\x9f\x10\xd9\x6d\x63\xf0\x8f\x25\xf3\xc1\x58\x1e\xe8\x9d\x7f\xf0\xf7\xb1\x93\x7e\x93\xea\x82\x43\x5e\x3b\x47\x8c\xbb\xd1\x38\x9f\x05\x13\x9b\xb0\x53\x1b\x18\x59\xb9\xb0\x02\xb6\xf4\xde\xb2\x91\x5d\x78\x6c\xf9\x86\x12\xb9\x20\x24\xe2\xbd\x4a\x69\x9b\x14\x9e\x95\xc8\xdc\x3d\x4c\x40\x1b\xcd\xd0\xd2\x6a\xc8\x2d\xd0\x78\x4b\xf2\x01\xc3\x8e\xc0\xec\xaa\xa2\x33\x22\xa4\xf3\x89\x01\x5f\x15\x48\x51\x75\xa7\xcd\x1d\x72\x56\xbb\x43\x4a\xc8\x18\xc9\x0b\xbb\xd3\xaa\xfd\x2e\xcb\x0b\x0a\x8a\x2b\x9c\xfd\xff\xf7\xff\xfe\x7f\x9e\x5c\x40\xbb\x2f\x7c\xdf\x3d\xb9\x08\xd2\x19\xc0\xd3\x38\x12\x02\xf1\xfe\x3f\xab\xc1\xec\xd9\xda\xf6\x03\xfd\xaa\xc2\x37\x92\x88\x6a\x30\x8e\x0d\x0d\xf0\x47\xc5\x5f\x40\x29\x2a\x76\x60\x06\x24\xa2\xaa\x4c\x3c\xe1\xde\xd9\xe2\x90\xfb\xfb\xa0\x9b\xbb\x9a\xee\x8b\xce\xc4\x9f\xe1\x4b\xa0\x53\x2c\x3e\xe7\xe1\xc8\x88\xf4\x1f\x17\xed\xe8\x10\xc9\x9f\x4b\xe2\xe1\xc8\x8f\xb8\xd3\x79\x21\x4b\xbe\xe5\x10\x28\x76\x00\xec\xb4\x51\xd5\x6e\x70\x1b\x32\x46\x0b\xb5\x5d\x0d\x6e\x83\x2e\x3f\x3e\x93\x4b\x99\x1c\x03\x4e\xcd\x04\xc7\x52\xf6\xaa\xde\x46\xcb\xfc\xf1\xee\x8e\x0b\x87\x9f\x7f\xa5\x1b\xa7\x83\xf2\x8b\xaa\xa2\xf3\x8f\x4c\xf3\x5d\x15\x8f\x34\x3e\xca\x7c\xaf\x10\x69\xaf\x14\x40\x7a\xd5\x07\x33\x3a\x69\xda\xda\xcb\x35\x95\x04\xbe\x83\x8b\xda\x5e\x78\xb9\x66\x44\x88\xf9\x67\xfe\x59\x79\x89\x46\x57\xb7\x72\x3d\xf5\xa6\xb6\x1b\xba\x6e\xea\x73\xad\x93\x4b\x85\xc9\x97\xf8\xa3\xda\x42\x23\xbd\x35\x8a\x8e\xae\xf0\x51\x35\xf8\xe0\xc0\xc5\xa7\x07\xae\x5a\xeb\x70\x3e\x97\x6d\xe0\x37\xf4\xa4\x7f\xa3\x9f\x38\x04\x75\x2f\xf7\x90\x26\xf7\xf4\xb9\xd1\x8e\x7d\xf3\xbd\xa6\x5f\x94\x4c\xd7\x12\x08\x8a\x77\x11\x11\x1e\xd9\x7f\xde\x23\x57\xe1\x37\x65\x79\x0b\x0c\x55\x9f\x66\x27\x18\xad\x78\x6b\x05\x65\x10\x47\xeb\x36\x76\x6f\xaa\x7b\xdd\x2a\x8b\x67\x06\x3f\xeb\x27\xef\x84\xcb\xde\xee\x5d\xe0\xf8\x60\xb4\xe9\x13\xa6\x17\x44\xf0\xe0\x02\xe0\xf5\xed\xdb\xcb\x7f\x17\x88\x03\xe6\x61\x51\xc5\x99\x58\xd8\x7b\xd5\xb3\x93\x89\xf7\xfc\x33\x65\xf2\xcb\xca\x6c\xc8\xd0\x20\x51\xa5\x91\x8b\xa0\xce\xcb\xae\x80\xbc\x81\x84\x19\x40\xf2\x80\x77\xde\x75\x33\x79\x6c\x6e\x53\x2f\x0f\xd1\x60\xa8\x15\x78\x7b\x01\x24\x18\x6f\x30\x12\x70\xb0\x28\x19\xf3\x5d\xcc\xc0\x8f\xd8\xaf\x4a\xb5\xb0\xf4\x17\xe8\xcf\x90\xec\xc8\xde\xa9\x3d\xf1\x96\x9c\x45\xd6\x45\x75\xb4\x32\xc3\x37\x37\x39\x00\xfc\x0b\xd9\xbf\xb4\xda\x17\x99\xbb\x5e\xe1\x3a\xa0\x66\x39\x22\x71\x38\xb2\xd4\x20\x17\x00\x89\x2f\xaf\x11\x99\xb1\xa6\x86\x23\xb5\x0e\x1b\xee\x82\x98\x76\xc8\x14\xc6\x9a\x27\x78\xde\x62\x66\xd1\x08\x24\x45\x79\x4b\x7c\x58\x42\x01\x6c\x3b\x38\x5f\x2f\x55\x6d\x4d\x2d\xd3\xd8\xfc\x57\xb0\x8e\x5d\xe2\xf3\x29\x19\xf6\x27\x1c\x7c\xf2\x8e\xcc\xe9\x7b\x0b\x52\xa2\x08\xfd\x08\x2e\xc7\x72\xe4\x28\x76\x90\x5b\x40\xec\x47\x8e\x19\x69\xed\x98\xbb\x66\x17\x82\x00\x1b\x4c\xc8\x73\x7c\x41\xf9\x94\xf5\x2a\xd7\x7d\x4d\xfa\x05\x54\xab\x46\x0f\x52\xac\x42\xcd\x1b\x80\x24\x8d\xdc\x4b\x25\xfd\xc8\x37\xf5\x8e\x2c\x33\xb1\x49\xe9\x28\xc3\x57\x4a\xe5\xad\xf7\xfc\x2d\x70\x58\x68\xc0\xec\xe1\x9b\xe4\xb0\xdc\xd8\xe2\xbf\xc7\xca\x16\x8b\x45\x5e\x5f\x94\xe5\x51\x3d\x0a\xac\x72\x3a\xc4\x4f\xc9\xe5\x13\x72\x73\xda\xd3\xd5\x1f\x9e\x9e\x4f\x17\x00\x1b\xd4\x7f\x79\x81\xb5\x0d\x4a\xa1\xa5\x5a\x6b\x72\x0e\x89\x12\xad\x62\x57\x15\x09\xc9\x52\x36\x77\x6e\x27\xd1\x47\x20\xb5\x07\xcf\x67\xdb\x67\xeb\xb5\x51\x5d\x8d\x26\xc7\xe2\x4c\xd0\x67\xcc\x44\xca\x9a\x2d\x7a\x7e\xe5\x35\x5a\xf3\xb2\x6d\x6b\xbf\xdd\x05\x23\x9e\xc7\x27\xee\xe9\xb3\xd0\xed\xe7\x8f\x33\xa8\x04\xf0\x38\x6d\xcb\x96\x1c\x96\xb2\x05\x61\x9e\x37\x36\xc0\xcd\xf3\xb8\x69\x7c\x08\x46\x37\xb9\x2d\xbe\xac\x0e\xde\xbe\x84\xfa\xec\x95\x69\x55\x2b\xda\xc4\x09\x64\x73\xc3\x48\x68\x68\xbb\x43\xed\x2d\xad\xd2\x44\x6d\xa8\xbf\x01\x20\x0c\x3b\xeb\xa9\x02\xdb\x4c\xe0\x4f\xa0\xbb\x8f\xf0\x31\x75\xd4\x5b\x61\x46\xaa\x2e\x31\x10\xa9\x86\xc0\x3a\x04\xdd\x97\x89\xaf\xf4\x12\x9e\x15\xba\xff\xc2\xc7\x1e\xd8\x1e\xbc\x0e\x27\x27\x90\x02\x4e\xd1\xf0\xae\x7c\x91\xd3\xc1\x60\xfb\x8e\xb6\xbe\xcc\x12\x95\x2f\x00\xf3\x91\x18\xd9\xa3\x8e\x17\x2f\x93\xb5\xa5\x22\x27\x8e\xbc\x63\x50\x98\x99\xf8\x6b\xe4\xb2\x81\x69\x20\x1b\x15\x62\x79\xd2\xb9\x4c\x9b\xad\x30\x60\x71\xd1\xe1\x68\xae\xb4\x08\x6b\x21\x2c\xff\x5a\xbb\x5a\x46\xea\x68\x7c\xd0\x5b\xb2\x18\xba\x93\x6c\x1e\x49\x6e\x4b\x24\x9d\xbc\x23\xc6\xf9\xa1\x8a\x90\x3e\x60\x1d\xee\xb0\xe5\xd3\x3d\x7a\xee\x0c\x02\x9b\x14\x21\x33\xdc\xb3\xf0\x10\xe0\x8b\x54\xcd\x5c\x34\xd9\x08\xab\xa5\x60\xd4\x93\x51\xc5\x6a\x52\xab\x52\x45\x85\x9c\x99\xb3\x86\x5f\xdf\x05\xa6\xc6\xb5\xb1\x35\x69\x11\xd2\x0c\x94\xdd\x09\x96\x09\x81\x7c\x8f\xd4\x0e\x51\xc0\x3f\x56\x11\xdb\x8d\xd6\xfb\x4d\x56\x6d\x20\xa9\x13\x53\x27\x86\x16\x4e\x9b\x46\x25\x6f\xa6\xaa\x0d\xf5\x2f\x1e\xd6\xa7\xa5\x67\xf3\x68\xd6\xc0\xb7\x38\x7b\x98\x05\x3c\x1a\x8a\x4a\x6c\x1f\xb7\x15\x91\xc3\xb0\x7f\xd6\x52\x9b\xb4\xbd\xbc\xc5\x17\x37\x74\xaa\xf8\x4d\x76\x82\x94\x3d\x9d\x2c\xe5\x73\x1a\x46\xd4\x2e\xa5\x29\xfb\xfa\x45\x6d\x6c\xa0\xad\x40\x7a\x80\x17\xa4\xd9\x01\xc9\x95\x6c\x45\xb2\x93\x0c\xb2\x53\x7b\xd0\x57\xa1\xad\xd9\xee\x99\xb7\xc3\x4b\x12\x03\xe3\xa5\xcc\x53\xb6\x19\x49\x93\x8d\x4d\xa5\x67\x91\x20\x19\x66\x04\xdc\x0d\xcb\x56\xf7\x4c\x43\xe9\x83\xa5\xcc\x44\x25\xf8\x8d\x15\xd6\x1b\xb9\x29\x37\xaa\x38\x32\x56\x2e\xd8\x60\x1e\xa9\x35\xc7\x01\x38\xa9\xfa\x0f\x33\x08\xaa\xc0\xed\x07\x8a\x9d\x58\x75\xa6\xd0\x81\x63\x2f\xe1\x72\xe9\x20\xe4\x8c\x9c\xe1\xf0\x92\x48\xf9\x2b\x8d\x22\xdd\x4b\x6d\xda\x98\x26\x51\x01\x13\xdf\x5f\xc7\xf4\x24\x82\xf1\x33\xe9\x98\xc3\x87\xda\x0b\xd4\x2d\x72\x5a\xf0\x81\xf4\x1e\xfe\xc7\x54\xa3\xf6\xac\x5e\xde\xab\x3e\xfa\x08\x22\x07\xe7\x40\xaf\x51\x58\xca\x92\x17\x63\x01\x29\xcb\x82\xbd\x0e\x89\x24\xfd\x62\x7e\x9e\xdd\x74\x4a\xf6\x75\x2c\x7f\x01\x9f\xa2\x9b\x60\x89\x12\x57\x2e\x70\x8d\xaa\xc9\x61\xde\xd9\x79\x30\xaa\x2e\x87\xa4\x1a\xb7\x73\xc0\x76\xa7\x4c\x01\xfb\x7e\xa7\x4c\x2e\xef\x15\x88\xad\x53\xed\x08\x33\xde\x7d\xcc\xc3\x4b\x87\xae\xf1\xf0\xf6\x87\x7f\x4e\xdb\x99\x01\x51\x33\xe5\x0c\xa8\xb1\x39\xdc\x3b\x3b\x01\xe2\x0d\x17\xcf\xf5\xf1\xec\xa5\xf9\x51\xfb\xc9\x04\x51\x66\x8d\x66\x25\xd1\x63\x16\x02\xc5\xe3\xba\xa8\x26\x22\xe3\xca\x0a\x7c\x84\x2b\xea\xe6\x17\xf1\x1e\x12\x76\x97\x04\xf6\xb0\x55\x2b\x7c\xb7\xe6\x14\x2a\x43\xcb\x85\x30\x2e\xae\xcd\xca\xe6\xc4\x09\x5f\x81\x9a\x03\x97\x42\xc5\x42\x34\xb2\x2b\xbc\xbe\x3c\x8a\x3d\x7d\x14\x3c\xc0\xc8\xa5\x2d\xbc\x06\xd2\x3b\x43\xf2\x78\x3d\x6e\x18\x7b\x8b\x39\xd2\xaa\x99\x6b\x05\x1c\x12\xa7\xfc\xb1\x22\x83\xe3\xf7\x3f\x44\x95\xbf\x08\x1f\x28\x6d\x2e\x3d\x26\x72\x87\xb4\x8a\x70\xc4\x10\x06\x91\xda\x92\xd3\x36\x42\x8b\xeb\xdb\xcb\xa5\x38\x13\x27\x2d\x2e\xee\x38\x97\xb0\x74\x53\x16\xad\xe4\x90\xc9\x0a\x98\x30\xd1\xc5\x0c\xe7\x79\x70\xcc\xd3\xfd\x06\xad\xcb\x78\xd7\xd1\xcd\x94\x78\x70\x83\x8f\x61\x8e\x62\x9e\x6c\x63\x2e\xf9\xc0\x6e\x4b\x10\x6b\x6d\xd4\x71\xd4\x47\xca\xb1\xc6\x1b\xf5\xdc\xd3\x9c\x85\xec\xba\x3a\xea\x98\xce\xbb\x4e\xd0\xc7\x2c\xa8\xe3\x18\x10\xde\x82\x14\x97\x9a\xda\xb2\x71\xcb\x5c\x21\x5a\xad\x6d\xbd\x3c\x70\x19\xda\x76\xe8\x99\xf5\x48\x91\xad\x32\x20\x72\x00\x1f\x46\x45\xde\xc6\x84\x99\x22\x8e\x5d\x16\xda\xde\xcf\xe4\x2c\x70\x3d\x7a\x3e\x2a\xdc\x2c\x08\x10\x0d\x04\x79\x8f\x3f\xe6\x40\xc8\x14\x39\x8a\x5d\xd7\xec\x73\x2a\x3c\x86\x9a\xad\x58\x49\x97\x4a\x5c\xe2\xdb\xe0\xfe\x2b\xca\x6d\xad\xf3\x70\xcc\x91\xe5\xf9\x5b\x8b\x2e\x1c\xf0\xf3\x81\x7a\x52\x01\xaa\x68\x52\x02\x76\x52\xd0\x22\xd1\xef\xa4\x44\xca\x8c\x62\xd1\x1e\x96\xcd\x5a\xe5\xf3\x49\xe1\x7a\x25\xef\xd4\x0c\x06\x52\x43\x31\x34\x6a\x7d\xec\x10\xd5\x3d\x76\xc8\xce\x95\xcf\x34\x15\x9f\x7d\xb9\xc5\xa3\x7f\xe9\xd1\x0e\x6f\x63\x56\xb9\xc3\xcd\xb0\xad\xb9\x8f\x8e\x28\x40\xf8\x8a\xc5\xc3\x08\xd4\x12\xaa\xfc\x35\x7e\xa7\xee\xfe\x1b\xb0\xc6\x27\xd8\xd3\x5f\x43\xb1\xf0\xf8\x8e\xa0\x33\x8f\xce\xe7\xfc\x18\x23\xbe\xca\x08\x36\x0b\x6d\xa6\x95\xe1\x62\x7f\x8a\xcd\xb4\xd9\x23\x02\x3a\x05\xf0\xe2\xaa\x54\x2d\x17\x24\x0d\x3f\x42\x7f\xcb\xac\xd0\xa8\x08\xc2\x93\x8e\x1e\x36\x72\xf0\x5e\xe1\xa8\x06\xb8\x6b\xfc\x1c\x65\x3e\x84\xac\x2f\x0a\xf0\xb1\x99\x96\x18\x83\x8e\x26\x8a\x87\x99\x58\x8a\x67\x52\xe8\x96\xad\xac\x1f\xc5\xe1\xc6\xaf\xe7\xb8\x58\x8a\x41\xa7\xfa\x22\x8e\xf0\xf9\x8d\x58\x98\xcb\xed\xd5\x2a\xe2\xe1\xab\xe1\x96\x66\x87\xba\xca\xde\x19\x58\xa8\xf9\xb6\x2a\x76\x96\x43\xf6\x5c\xe1\x8f\x54\x73\xf0\x82\x89\xfc\xee\x45\xf6\x19\x97\x79\x61\xc7\xc2\x89\xc1\x2b\x71\x70\xe8\xc3\x0a\x87\xe2\x89\x0d\xfb\x85\x0c\x72\xdb\xdf\x6c\x90\x8c\x1a\x6b\xee\x55\xef\xd8\xac\x9e\x31\xb2\xe6\xf1\x97\x56\xa7\xe9\x19\x29\x29\x42\xdd\x64\x7a\x75\x23\xef\xd5\xe8\x10\x0f\x2c\x4f\x64\xa1\xca\xfc\xc6\x76\x36\xb1\x58\xf8\x35\x06\x20\xdb\xa2\x93\x76\x96\x3b\x4a\x4b\x93\x77\x2e\xba\xc0\x2e\x4f\x1d\x82\x9c\xe9\x0c\x65\x8c\x54\x5c\x65\x66\x74\x6f\x45\x0d\x44\x27\x57\xc1\x7a\x76\x8a\x85\x1f\x56\x23\x68\x34\x6e\x9a\x05\x9b\x7f\x49\x48\x3c\x46\x6e\x73\xa8\x51\x7a\x4d\xaf\x07\xb5\x29\xcc\x10\x19\xf7\x71\xf3\xb3\xf9\xca\x93\xd2\x95\xda\xfa\x05\x85\x6b\x46\x26\x77\xb2\xf7\xba\xd1\x3b\x19\x49\xe5\x55\x96\x12\x20\xa5\xf7\xb2\xd9\xc0\xb6\xce\x99\xae\x5f\x49\x71\xc0\xfa\x02\x58\x8f\x64\xc8\x0d\x82\x96\x97\xcb\x5f\x67\x4a\x47\x57\xca\x79\xe9\x98\x08\x28\x7e\xad\xe8\x12\x2b\x13\xd7\xf2\xcb\x2c\xce\x6c\xec\x76\x27\x7b\x55\xaa\x51\x21\x25\xea\x51\x67\xe1\xc2\x2c\x05\x60\xbf\xb7\x22\xde\xc0\x60\x2c\x2b\x38\xc1\x4a\x05\x20\x6a\x0a\xa3\xee\xa2\x44\x8b\x9e\x9b\xcf\xd0\x59\xc0\xb8\x42\xae\xe1\x4c\xf0\x2f\xce\x2f\x6e\xff\xc6\xb7\x7e\xa1\xe7\xb6\xee\x95\x1b\x3a\x9c\x11\x7c\xe9\x44\x1f\x2b\x3b\x98\x76\x11\x81\x30\xa0\x10\x70\x5b\xa9\xae\xec\x10\xa1\x70\x43\xfc\xee\x12\x72\x97\xaa\x91\xc0\xa8\x63\x9b\xa1\xaf\x1b\x25\xdb\xac\xf7\xbd\x42\xaf\xfe\x63\xfc\x5b\xd5\xaf\x63\x47\xbf\x06\x7f\x31\xa6\x1b\x72\xd9\x4c\x2f\x3f\xbb\x83\x68\xf5\x0a\xa9\xae\x17\xac\x6e\x08\xd5\x6d\xa4\xab\xf3\xc0\x51\xb0\x40\x62\x6d\x41\xfb\x33\x9a\x98\xa5\xf2\x7b\xf4\x9b\x84\x2f\x09\xa0\x5e\xd2\x71\xb9\x9f\x46\x2f\x79\x9e\x62\x1d\x4f\x81\x73\x69\x99\x70\xff\x1b\x7e\x10\xf9\xe6\x99\x1b\x89\x99\x33\xab\x0e\x89\x5f\x58\x43\x7b\xdc\x32\xde\x0a\x1c\x21\xe4\x76\xda\xa0\xf9\xa0\x63\x24\x3c\x03\xfa\x43\x7c\x06\x24\xb4\xf1\x76\xe6\x79\x10\xe3\x47\x4c\xcc\xd4\x84\x6a\x28\xed\x5f\x43\x2f\x4e\x3e\xfe\x8f\x4f\x61\x4b\x78\xb9\xac\xf3\xd3\x81\xec\x3c\xe3\x67\x01\x35\x56\xf8\xa4\xbc\xe2\xbe\x3b\x28\x07\x39\x9f\x79\x08\x6f\x69\xf1\x24\xcb\x27\xca\x60\xf3\xec\x7c\x26\xbd\x15\x3b\xd5\x03\x55\xe4\xd1\x8c\x96\xae\x8b\x62\x68\x90\xdb\xef\x53\x4d\xb0\x6a\x62\xce\xed\x04\x6d\x24\x83\x0c\x53\x52\x41\x42\xd1\x4a\x2f\xeb\x65\x1f\x6c\xd3\xa5\x97\xd1\x92\x71\x1e\x17\xc3\xb6\x43\x72\x16\x04\xa3\x68\x57\x74\x91\x97\x11\xf7\xd0\x76\xed\x6a\x7c\x29\x4d\x3a\xdc\x5b\x7e\xfe\xdc\xe9\xc6\x8b\x98\xae\x1d\x7b\xeb\xa1\xa0\x1a\x6b\x0a\x51\x12\x43\x91\xad\x7a\xe5\x36\x18\x40\x00\x00\x56\x6a\x2f\xb6\x16\x19\xda\x48\x91\xa4\xa9\xd1\x70\x8f\xf6\x6b\x6e\xfe\x53\x74\x83\x6d\x81\x78\x40\x46\x61\x01\x22\x2a\x34\xb5\xfa\x3a\x6c\x64\xfe\x3f\x87\x2f\x51\x84\xa8\x7d\x0d\xfd\x76\xc7\xeb\x1a\xc7\x12\xa3\xf5\xb0\x95\x86\x4c\x72\xb5\x11\xb6\x6f\x55\xcf\x0e\x5e\xf1\xd1\xb1\xdf\xcc\x61\x26\xbe\x94\x90\x32\x3b\x97\x5d\x0d\x11\x5a\x4a\x8f\xcb\x16\xa8\x5c\xb8\xa5\x05\x00\x9a\xb0\x6b\x4c\x0f\x37\xb2\x9c\x9e\x2f\xcb\x31\xe1\xc2\x25\x3a\x47\x3f\x70\x5b\x0c\x86\xb7\x39\x96\x8a\x7a\xef\x5f\x59\xd3\xf3\xd8\xc7\xad\xc0\xdb\x25\x59\x7d\x97\x03\x9a\x13\x46\x43\x7c\x52\x31\x39\xdf\xff\xdb\x49\xfb\x03\xc7\x51\x92\x5b\x35\xb5\xdd\x84\x44\x1a\x87\x9c\x23\x81\xa3\x41\x3b\xf4\x93\x0c\xfd\x87\xd3\x8f\xfb\xbc\x08\xa4\x92\xc5\xa0\xcc\x70\x13\x39\xae\x9f\xf3\x43\xac\x80\x41\x77\x59\x46\xed\x33\x92\xc2\x57\x56\xe9\x9a\x27\xb0\x2a\xa1\x93\x9a\xf6\x1c\x39\x26\xa0\x52\x64\xa4\x8f\x4d\x36\x8d\x5a\x54\x99\x21\x4b\xc6\x2e\x24\xf5\x4b\x96\x3d\xa3\x2b\xca\x72\xe7\xf5\x45\x63\x80\x36\x29\x45\x4f\x5c\x51\xb7\xad\xdb\x41\xd5\x2c\xcc\xbf\xb3\x48\x1c\xe0\x6b\xdc\x82\x20\xc4\x8e\x31\x47\x89\xae\xec\x50\xed\x86\x25\x9c\xd2\xe4\xdc\x98\x96\x6e\x66\xbb\xe3\x6d\x78\x51\xc1\xd7\xe4\xcc\x6f\x15\xe8\x47\xa7\xda\xec\xe0\xc4\x27\x87\xf0\x3f\xcf\x98\x31\x6c\xce\x73\x53\x9f\x5f\x0c\x0a\x15\xf3\xe2\xfb\x70\x4f\xfc\x43\xd9\x49\x45\x4e\x6f\xe0\x7f\x9e\x11\x63\x62\x30\xaa\x9a\xd6\x21\x63\x44\xe4\x9c\x92\xe2\x25\x9c\x46\x83\x8c\xc7\x87\xc3\xe1\xf0\x64\xbb\x7d\xd2\xb6\x8f\x67\x7a\x9d\xb1\xc5\xb1\xdb\x23\x83\x04\xd6\x3f\x8d\x4e\x86\x0c\x53\x26\x65\xcc\x8f\x1d\x5a\x97\xe4\xf3\xf4\x01\x55\xae\x4b\xe5\xf1\x19\x5d\x1a\x39\xda\x49\x69\xf6\x1c\x9c\x79\x76\xd7\xa9\xf4\x88\x0a\x88\x18\xf9\x2d\xc8\xfb\x32\x92\xd0\xb2\xac\x91\xaf\xde\x07\x1b\x18\x0d\x0c\x99\x63\xb6\xab\xd4\x98\xd1\xa0\x50\xe4\xbc\xa3\x43\x92\x49\x46\x69\x58\xa3\x74\x34\x03\x38\x2f\x1b\xa5\xda\xff\x3b\xe5\xa3\xb9\xea\xe7\x96\xc1\x17\x24\xa4\x6a\xaf\xef\xb4\x38\x13\x7f\xd5\x77\x1a\x7f\x2f\xd8\xbb\x72\xe6\x4d\xd9\x5b\xcc\xfe\xae\xc8\x0f\x7d\x85\x1c\x34\x4e\xdb\xf0\x9b\x56\x41\xc1\xe0\xe8\xd1\xdc\xd0\xb5\xa2\xd3\x77\xc4\x41\xd8\x66\x40\xd5\xc9\x81\xbd\x6f\xfd\x0d\x5d\x61\xd9\xb5\x42\x1f\x39\x51\x2a\xd1\x9e\x17\xd5\x82\x2a\xe4\x35\x8e\xde\xf9\x6a\x8e\xfb\xcb\x9b\x9c\xac\x56\x7a\xe7\x91\x63\x20\xf0\x3c\x32\x30\x26\xb0\x24\xc2\xe9\x2c\x87\x24\x78\x72\xa6\x94\x63\x7d\xc7\x71\x93\x28\x3f\x58\x91\x95\x46\x23\xd0\x73\x32\x24\x02\x11\x41\x09\xb9\xb4\x03\xdb\x5a\xb1\xb2\x33\x11\x08\xee\x07\x86\x7c\xe1\x9a\x6e\x40\x5c\x48\x75\xa0\xbd\x3b\x57\xc0\x97\x25\x27\x0e\x2f\xb5\x83\xd2\x06\xcb\x9d\x38\x02\xc7\x95\x0e\x29\x35\x5f\x8a\xb0\x76\xa0\xe8\x4f\xca\x1b\xf7\x87\xde\x5b\x15\x20\x7c\xb0\xcd\x43\x19\xeb\x75\xa3\xea\x1f\x03\x67\x94\xbf\xc9\x22\xb3\x89\xb5\x62\x66\x1c\x04\xdb\xe0\x09\x20\x30\x36\xb0\xdf\x55\xef\x31\xea\x40\x9c\xa1\xe9\x7d\x38\x2e\x24\x44\x35\x72\x56\x52\x5e\x89\x67\x38\x1c\x4f\xb3\xcb\x06\x31\xb8\xe5\x0a\x4e\x35\x82\xa5\xa0\xab\x66\xa3\x02\x87\xb4\x05\x4d\x96\x8b\xc1\xfd\xb2\xac\x2c\xe4\x0b\x0b\x11\xd9\xf7\x11\xb0\x05\xbd\x4c\x62\xa7\xda\xc7\x80\xc8\x68\x80\x57\xd2\x31\x20\x0c\xcf\x4b\x8f\x5b\x8e\x81\x0c\x26\xdc\x7a\x9d\x89\x0f\xe1\x77\x02\x9e\xb3\x6b\x9d\x64\xd6\x4b\x92\xac\xb3\xf7\x41\xf4\x14\x39\xc9\xb8\x40\xd7\x11\x2a\xb3\x46\x08\x93\xbc\x1b\xdc\x06\x43\x41\x46\x9d\x6e\xf0\x22\x1a\x2a\xfa\xd2\x2b\x98\x23\x80\x89\x27\x57\x21\x72\x5d\x30\x43\x22\xed\x9f\xd3\x2d\xfa\x4b\xc0\xfb\x42\x60\x60\x1f\x85\x7c\xd4\x67\xe0\x3b\x7d\x62\xab\x4e\x0b\xb6\x91\xfd\x73\x19\x0c\x06\x18\xec\x47\x52\x2b\x46\xb6\x65\xe3\x8c\x91\x71\x69\x3d\x98\x68\x7d\x9b\x0c\x4d\xa7\xed\xcd\xa2\x6f\xd1\xdd\x0f\xbe\xa7\xd6\x3e\x46\xd7\xb2\x86\x5f\x12\x4c\x9a\x32\xae\x31\x11\xfb\x17\x65\x35\x41\xaa\xcb\xd8\xe0\x07\xbd\xd6\x7d\x97\x6a\xda\xf5\xd6\xe3\x2d\x5a\x6e\xae\x7b\x15\x12\x67\x56\xcf\xb4\x40\x7c\x03\x44\x39\xd9\xea\xc1\x68\x58\xb6\x6f\x68\xb1\x60\xb0\x56\xd9\x34\xba\x55\xc6\xcb\x2e\xc9\x97\xe8\xd4\x72\xa3\xbd\x42\xbf\x54\xd9\xfc\xa1\xc7\xf0\x6c\x0b\x90\xaf\x41\x99\x9b\xf7\xa2\xa7\xc1\x60\xba\xba\x58\x2c\xc6\xcb\xbc\xe6\xf6\xd2\x46\x66\xce\xfc\x2a\xa6\x3d\x00\x3e\x7a\xda\x44\x95\x0b\xce\x17\x81\x7a\xe0\x0e\x21\xac\x31\x34\xca\x62\x32\x5a\x23\x3b\xc1\x30\x52\x38\x69\xcb\xd1\x66\x98\x29\x12\xb9\x0c\xf6\x92\x90\xc6\x94\x75\x7b\xbb\x5e\xdd\xe3\x0e\x84\x11\x0f\xe3\x3a\xd3\x8c\xa0\x6f\x1f\x49\x75\x21\x94\x60\x21\x63\x69\xe3\x3c\x10\x22\xb2\xec\x09\x33\xf8\x75\x38\xa3\x6f\x00\xf2\x4b\x82\xfd\xa4\x11\xcb\xc3\xf3\x96\x98\xa3\xf9\x2d\xcf\x65\xd0\xcc\x44\x0f\xc2\x4b\xee\x32\x39\x27\x30\xe4\x67\xcf\x58\xf3\x24\x2e\xc9\x30\x13\xc8\x58\x90\xd8\x5e\x22\x8d\x91\x4a\x4a\x33\xc8\x49\x9f\xe2\x6a\xac\xd3\x42\x04\xaa\x1d\x17\xe9\x7e\x63\x51\xdf\x80\x44\xb0\xac\xe3\xeb\xb0\xe5\x26\xa8\xcc\x2b\xdb\x9e\x9f\x97\x7b\x9b\x6d\x07\xbb\xca\xc7\x69\x32\x48\x18\xd0\x0b\x58\xc9\x54\x82\x5e\x6b\x1d\x76\xd2\xc5\x70\xeb\x23\xd5\xc6\x46\x35\x77\x0f\xf6\xba\x08\x17\xf6\x7b\x3b\x4b\xa6\x53\x11\x17\x1b\x50\xe1\xe7\x43\xc5\x68\x0c\xc8\x9b\x3c\xed\x2f\x0a\x71\xcc\xbe\xa2\xd9\x74\x79\xfb\x2f\xb4\x28\xd4\xc0\x2d\xc2\xcf\x09\xed\x0d\xa5\x27\xb4\xf7\x6a\x86\x02\xe4\x4b\xec\x6b\x29\xef\xc6\xda\x3b\x0a\xca\xb7\xc4\x9f\x29\x67\xad\x7d\xc8\x84\x83\xe2\x75\x99\xbb\x94\x4e\x37\x75\xc6\xda\xfc\x0c\x09\x33\x0c\x0e\x3f\xe3\xca\x20\xf9\x29\xe7\x14\xd4\x1d\x4c\xc3\x91\xe9\x60\x5c\x0e\xa6\x11\xef\xec\x7e\x8a\x0a\xc0\xb4\xa9\x83\x16\x2f\xa1\x84\x9c\x18\x82\xf0\xcb\x5a\x3e\xe2\x9d\x25\x87\xaa\xca\x96\x22\xbb\x00\x7e\x1f\x22\x51\xde\xe8\x99\x83\x38\xeb\x11\x9b\x81\x4f\x7b\xc4\x0f\x42\xe0\x44\xfc\x3a\x07\xbd\x73\x8e\x79\xc7\x76\xac\x11\xbb\x6c\xef\x41\x62\x6d\xf3\xa6\x9c\x73\xda\x4c\x63\x80\x59\x1d\x91\x44\x14\xc2\x28\x06\x78\xd6\x3f\xa7\xe8\x85\xae\x91\x5d\xcd\x62\x1a\xc8\xdc\x21\xca\x38\x24\x65\x8d\xe8\x3a\xbb\xaf\xd9\xbb\x74\x5e\xc5\x39\x7a\x68\x0c\x1e\xa3\xe3\xb3\x07\x44\x88\x8e\x91\xca\xa7\xf9\x3b\x7a\x0c\x5f\x36\x43\x7d\x9e\x36\x23\xa4\x8d\xda\x51\x80\x72\xa4\xf1\x5f\x02\x28\xf2\xf8\x1f\xae\x2f\x1f\x00\x0f\xcd\xfe\x4b\x11\x70\x76\x09\x43\x4f\x94\x8f\xc8\xf8\x87\xeb\x4b\x6a\xbd\xdf\xa8\x43\x69\x34\xe6\xe5\x32\x9b\x1c\x12\xa4\x47\xe3\x4d\x57\xe0\xf8\x78\x5a\xf5\x47\x46\x1c\x61\x6a\x86\x19\x0d\x7d\xa7\xd7\x1b\xbf\x57\xe8\x25\xe6\x08\xae\x62\x3e\xca\x46\x1c\x99\x11\xbe\x0c\xfe\xe6\x39\x99\x6b\x68\x9c\x9c\x23\xad\x8b\x85\x39\x67\x3c\x51\x68\x7a\x28\x6e\x19\xe7\xfc\x8c\x65\x45\xff\xbb\x27\x2d\x47\x1d\x15\x65\xc7\x1b\x27\x5e\x22\xcc\xb4\x3c\x0d\x8d\xf3\x07\x32\xf8\x9f\x47\xf0\x4e\x6e\xd1\x2d\x27\x40\xfd\xf4\x20\x8e\x45\x88\xb9\x73\x26\xde\xd1\xaf\x87\xc1\x31\x56\x4f\x2a\x73\x9e\x7d\x3e\xd4\xd7\xdc\xa3\x4b\xf0\x3b\x98\xdb\x75\x92\xa8\xfd\x0f\x38\x3b\xff\x29\xfe\x01\x4b\xe5\x9f\xe2\x1f\xda\xb4\xea\xf3\x3f\xc3\x3d\x58\x0c\x24\x0d\xe4\xee\x74\xe2\xfa\x83\x54\xdf\x30\x08\x58\x2c\x3f\xfd\x87\xae\x1b\xef\x96\x52\x6a\x62\x5f\x50\x3b\x1f\x56\x30\x08\x7c\xbd\x5e\x0e\x23\xb1\x99\xaf\x84\xc8\x03\x04\x9e\xba\xf8\x96\x48\x9c\x89\x37\xe4\xfa\x21\x5c\x69\x07\x76\x05\xb3\xc7\xe5\x69\x1b\xf1\x8d\x45\xb8\x65\xa3\x0d\x34\xe0\x51\x82\x57\x16\xf1\x72\x32\x18\x64\x27\x61\x52\xe2\xf3\x85\xdf\xc8\x60\xf1\x05\x7e\x89\xff\xd3\x9a\x5c\xdc\xa6\xab\x19\x7c\xb9\xe6\x6d\xed\xe0\x80\x08\x76\x2a\x99\x34\x8c\x97\x5e\xc5\xdb\x6f\xd8\xb3\xde\x09\xdb\xeb\xb5\x86\x65\x85\x85\xb2\xb1\x34\x6a\xcf\x91\x5f\x36\xd2\x11\xde\x18\xc1\x82\x1c\xa2\x53\x35\x32\x46\x32\x75\x65\x05\xa5\x22\x64\x31\x12\x3e\x22\xd3\x8b\x7e\xf4\x33\xd5\x80\xb9\x57\xbd\x8f\xb7\x9d\x5e\xdc\x5a\x71\xad\xd6\x43\x27\xfb\xfc\xd1\xfd\xb8\xc0\x78\xd5\x05\x3c\xac\xc3\xc4\x83\x1d\xe6\x5e\xf4\x8c\x2b\xd7\x02\x84\xe7\xf7\x7c\xc5\x01\x02\x48\x4f\x7e\x69\xc7\xb5\x90\x32\xc9\xa1\x36\xe9\x09\x87\xf2\x28\xbd\xfd\x14\x15\x67\xa3\xc1\x6d\xc0\xab\xdf\xb9\x56\x90\x01\x58\x6c\x03\x39\xfd\x99\x69\x41\x32\x66\x0b\x6e\x7f\xf8\x5a\x78\xa4\xce\x21\x68\xf2\x2b\x36\x72\xc4\x90\xd4\xea\x04\x15\x22\x59\x52\x93\xd0\xd4\xb4\xf4\x0b\x9f\xef\x76\x8a\x38\x72\x06\xf4\x87\x7e\xbe\x0f\x31\x4b\xa6\x60\x51\xfb\x91\x02\x95\x94\x83\x92\x09\x3f\xb8\xdf\x79\x92\xca\x20\x39\xbc\xc5\x9a\x4d\x16\xd7\x13\xf5\x53\xe8\xe7\xcc\xcd\x34\x6f\x34\x4d\xb3\xbe\xa5\xf4\x2a\x5b\xc3\xf8\xae\x49\x9b\x56\xdf\xeb\x76\x90\x1d\x36\xe6\x21\xbc\x7f\x28\xf1\x36\xd6\xa0\xda\xe3\x28\xee\x51\x87\x90\x80\xa1\xe7\xd5\xc7\x3d\xdb\x80\xaf\x52\x08\xa5\xd9\x1e\x01\x6d\x8d\x56\x5d\xbc\x93\xc8\x8b\x67\x0a\x86\x92\x2b\xe4\x49\xdb\x8e\xeb\x83\x7c\x41\x87\x55\xfa\xd3\x84\x95\x63\x33\xac\x5f\x7a\xc0\x89\x3c\xce\x0b\xe9\xe5\x2c\x58\x98\xd0\xf7\xe1\x05\x93\xc2\x42\xc8\x57\xb5\xd2\xcb\x74\xe5\x69\x2c\xfb\x8d\x5a\xca\xe6\x6e\x56\x99\x3a\x8b\x7f\x66\x7f\xe5\xfa\x5a\x18\xb8\x20\x71\xe3\x0b\x33\xa8\x18\x4e\x8b\x93\x29\x87\x3a\xb9\x55\xb8\xce\x49\x53\x68\x70\x7a\x39\x85\x5d\x19\x47\x44\xc8\xd4\x7a\xe5\x83\x4c\x6c\xda\x1c\x3d\x3a\x32\x50\xa1\x03\x45\x38\xa3\xdf\x33\x5a\xc7\x07\x2a\x11\xa2\x2f\x3a\x13\x3b\x8e\xef\x0f\x47\x09\x5b\xe6\xf2\x2b\x57\x9f\x03\xad\x3c\x90\x95\xd1\x54\x75\x77\xca\x5e\x74\x20\x17\xc4\x3f\x18\xf2\x53\x66\x15\x4f\xa3\xb5\x2f\x45\x74\xc9\x3c\xfb\xe5\xa6\x98\xee\x78\x5b\xf1\xcc\xa3\x01\x38\x0f\xbe\xab\x02\xef\x86\x57\x3f\xc0\x1e\xec\x94\x69\xd1\x24\x96\xfc\x65\x4e\xf5\x49\x0f\xaf\x94\x2f\x5c\x40\x1d\x13\xe7\xe6\x91\x05\x31\xfb\x0b\x61\x38\xa6\xbb\x3f\x1c\xe8\xef\xd4\x9e\x8d\x4f\x93\x38\x2b\xef\x90\x7d\x0e\x74\x19\x3d\x42\x06\x82\x3b\x83\x6a\xf6\x44\x48\x71\xa7\x62\xd3\x42\x81\xfe\x78\xf3\x4a\x87\x74\x73\x8e\xe8\x32\x21\xb3\xad\x47\x06\xb6\xe7\x6d\x8b\xfd\x29\x0c\x6d\x8f\x16\x18\xb9\x6b\x2d\x70\x95\xde\xda\xa7\xeb\x65\x54\x71\x70\xd9\x3e\xbd\x8d\xb0\x7d\x6e\x4f\x9a\x37\x6c\xa6\x4b\xb3\xc5\x0a\x1b\x1c\x3c\xd2\x70\x3d\xa6\x87\xa5\x6c\x69\x97\xdf\xc9\xe4\xce\x0e\xcb\xe3\x71\xb4\x66\x1f\x70\xf1\x1e\x1a\x45\xd7\xb3\xc7\x46\xee\x62\x76\xd4\xd8\xd7\x65\xae\xb9\x48\xda\xae\xd1\x93\xac\x4c\xf1\x55\x28\xa8\x31\x0a\x63\x72\xfc\x04\x9c\xe8\x72\x32\xf0\x45\x50\xc6\xd2\xf7\x13\xeb\x44\xc9\xdd\x3e\x32\x92\x79\xd9\x45\xb9\x2e\xf6\xa4\x65\xe2\x35\xc4\x3a\xa7\x91\x32\x2a\x5e\xf0\xb2\x46\x0a\xed\x9a\xb6\x43\xb3\xa1\x0b\x5d\x54\x3c\xa1\xa3\x25\x71\xf5\xfe\xe6\x56\x90\xca\xd9\xf7\x7a\xbd\x86\x03\x58\xfc\x75\xa3\x0c\x50\x36\xbc\x14\x62\xea\xd6\x34\x03\xa9\x27\x5f\xd9\xb5\x3b\x15\x7b\x15\x7c\xc4\x9a\x96\x8f\xa3\x3c\x80\x4a\xd0\xb9\x90\xad\xa3\xd8\x58\x47\x51\x21\xdc\x4e\x35\x7a\x75\x58\x88\x4b\x25\x7b\x23\xb6\x20\x4b\x04\x6b\xf0\x07\x9f\xff\xc6\x9e\xa0\xeb\x9e\x67\x4f\x65\xae\x9b\xe7\x21\xc9\x97\x2f\x1f\x54\x93\xe1\x19\x83\xce\x39\x65\x0d\x23\xfc\xd0\x95\x3f\x12\x6d\x3a\x9a\x35\x7a\x4e\x0e\xa6\xa2\x5f\xb1\x4c\x27\x6d\x48\x6b\x94\xdb\xfb\xd5\x84\x97\x51\x2d\x3c\xa9\xea\xb9\x2d\x67\xe2\x56\x39\xf4\x74\x89\xdf\x5f\x00\x0f\x43\x70\x43\xa1\xdc\xf1\x7d\x0c\xaa\x63\x69\x59\x44\xac\x30\xa5\xca\xb1\x09\x40\x18\x23\x37\x55\x91\xcd\xd6\x91\xb9\x56\x06\x1c\xfb\x71\x3f\x69\xed\x93\xad\x22\x55\xf7\xf7\x41\x0d\x6a\x21\xde\x78\xb1\x95\x07\x0c\x3b\x8a\x26\x85\x4e\x35\xd6\xb4\x2e\x58\xba\x69\x8f\xef\xa3\x9d\x18\x76\xe1\xbd\xfa\x64\x4a\xa6\x6d\xeb\x55\x36\x56\xd7\xf1\xe3\x21\xc0\xac\x07\xaf\xa1\xe5\x5e\xba\xbb\x91\x49\x0a\x48\x82\xdf\xd8\x8b\xe4\x46\x37\x96\xe0\x48\x0c\xda\x3c\xd8\xfe\xfc\xc2\x47\x39\x3f\x07\xe2\x76\x96\x7c\x32\x5e\xf3\xcf\x29\x10\xd9\x03\x61\x9f\xe8\xd7\x14\x64\xc7\x51\xaa\x63\xbc\xea\x29\xc8\xd2\xb6\x30\x8e\x3f\xdb\xf6\x30\x55\x7d\x87\xd5\x15\xf5\xdf\x48\x8b\x76\x76\x8f\x17\xbf\xcb\x03\x66\x68\xef\x54\xb7\xa2\x60\x09\x20\xbf\xaa\xe0\x86\x07\x19\xa2\x74\xe9\x4a\x24\x80\xe7\x19\xaf\x48\xf0\x99\x68\x6e\x9a\x4b\x81\xce\x8a\xa8\x4d\xe3\x36\x91\x93\x1e\x6e\xd7\x1b\x92\x3d\x70\x35\xa2\xce\x9b\xbc\x23\x9d\x82\xec\xbe\xcb\x1c\x19\x04\xad\xd8\xae\x57\x0e\x1f\x61\x21\x0d\xc3\xd0\xa9\x01\x84\x84\x37\xf2\x93\x91\x39\x18\x4d\x2c\xbb\x76\x58\xcf\x4c\x8b\xd8\x21\x2c\xae\x2c\x74\x05\x3b\x81\x48\x8f\xb0\x10\x28\x84\x73\x19\xb3\x60\x0c\x9e\x14\xea\xaf\x0b\xf2\x97\x1d\x20\x71\x62\xec\x9a\xf9\x46\x47\x04\x80\x54\x54\x70\x30\x04\x8d\x54\x66\x01\x0d\x63\xf5\xe1\xfa\x32\x27\xe6\xa7\x42\xc2\xf1\x4e\x1a\x8f\x56\x79\x8c\xcf\xd5\xab\xb5\xec\xdb\xe0\x15\x88\x0f\x98\x8d\xf4\x74\x90\xf4\x79\xb8\x31\xf4\xd5\xc7\xb8\xc8\xa1\xc3\x9d\x36\xe8\xce\x16\x65\x14\xd6\x21\x82\xb8\x98\xec\x91\xe0\x50\x19\x76\x70\xce\xd0\xa1\x15\x2a\xc2\xbe\x7f\xff\x1f\x37\xef\xdf\x9d\x8a\xcf\x4f\xf6\xfb\xfd\x13\x28\xfe\x64\xe8\x3b\x65\xa0\x2f\xed\xa9\xf8\x5f\x6f\x2f\x4f\x85\xf2\xcd\x0f\x0b\xf1\x96\x8e\x9f\x44\xd5\xd9\xf0\x18\xdf\x30\xa0\x15\xef\xd0\xff\x0b\xc7\x12\x6f\x1d\xd6\xcf\xe6\xe1\xde\x73\x26\x12\xa6\x31\xbc\x70\x0d\x91\xd2\xf1\xa5\x6b\xc6\x90\x70\xcc\x8b\x1b\xfc\x31\xce\x48\xf4\x1b\xc1\xc2\x42\xc5\x60\x58\xd2\x89\x9b\xd7\xe7\x7f\xf8\xf7\xff\x29\x5e\xbf\x3d\xbf\x10\x1b\xf5\x59\xb4\x7a\xad\xe8\x36\x32\x6c\xed\x7b\x1d\x26\xfd\x7f\x3d\x81\xd5\xf0\xe4\x46\xaf\x8d\xf4\x43\xaf\xc2\x02\x20\x3a\x91\xf3\x48\x9d\x6c\xee\xe6\xe2\x2a\x8e\x41\x74\x63\x0d\x0f\xc0\x9b\xc6\x9a\xb2\xf7\x04\x12\x5e\x63\x5d\xe0\x3b\xac\xa4\xab\x86\x35\x13\x19\x99\x8d\x32\x40\xe8\x87\xae\x2d\xcf\xe8\xa5\x0a\x4b\x40\xb5\x7f\x1a\x17\x46\x97\x7b\x18\xe4\xe1\x4c\xfc\x07\x3a\x5b\xda\x04\x63\x27\xc8\x0a\xbd\x43\xe0\xc5\xb8\x30\xec\x86\x3a\x93\xef\xce\xc4\x1b\x61\x40\x76\x08\xf2\x65\xca\x8b\x32\xe6\x04\x09\xab\xfb\xce\xc4\xa5\xf2\x62\x1b\xd5\x7f\xb8\xca\x09\xdd\xb4\x48\x69\x0c\x3b\x9f\x1d\xc6\xe5\xe7\xdc\x11\x5f\x30\x14\x9d\x8e\x61\xf9\xd6\x6c\x36\x7b\x1e\x23\xb3\x1f\xe3\x22\xb9\xe7\xc5\x99\xac\xe4\xf3\x36\xf9\x33\x44\x1f\x93\x73\x13\xc4\x8e\x10\x67\xe7\x2e\x3b\x3b\xc2\x05\x71\xae\x43\x18\x97\x19\x3b\x1a\x9c\xcd\x8e\x84\x1f\x75\xe8\xf4\x4c\xf3\x94\x1e\x9f\xb6\xa7\x22\x3c\xdc\x3c\x65\x0b\xbe\xd3\xe0\xe9\xa1\x3d\x15\x83\x49\xbf\xe9\xd1\x1c\x4b\xb0\xe1\x13\x2d\x88\xe1\x33\x1a\x78\xb6\xa7\x14\x28\x39\x25\x4c\xe6\x9b\x2e\x1d\xd2\xd3\x54\x6a\x57\x78\xa0\xfa\x10\x70\xd9\x93\x80\x81\x17\x41\xea\x40\x8c\xd4\x3c\xad\x7b\x64\x3d\x52\xbc\x06\x78\x00\x34\x1a\xd4\xe4\xb6\x08\xff\xff\x8f\x64\x3e\x8c\xd8\x2d\x77\x30\xcd\xa6\xb7\x46\xff\x36\xd3\x37\xf6\xfe\x98\x9c\x3f\x1e\x01\x48\x8b\x35\x58\xc3\x2d\x3b\x8d\xc6\x29\xf8\x4e\x70\xfe\xd6\x98\xfc\x25\x06\xc7\x89\xe3\x8c\xf4\x3e\xe4\xc5\x03\xc7\x21\x69\x75\x23\xf5\x4a\xe7\x57\xa0\xe0\xcc\x12\x92\x4c\x48\x21\x15\x8a\x83\x1c\x4f\xf1\x52\x33\x30\xcf\x57\x4f\xed\xd1\x92\x10\xc9\x6c\xc2\x44\x50\x62\xc0\x51\x1d\x13\xf9\x84\xe7\x6d\xaa\x76\x48\x35\x1c\x13\xc5\xc8\x93\x40\x10\x11\x42\xe0\x6c\x8c\x97\xf6\x22\xa6\x95\x82\x6d\x38\x27\x91\x05\x2a\x0f\x49\x74\x65\x84\xe7\x49\xce\xdc\x80\x88\x5c\xbe\x45\x06\x10\x0e\x15\xe6\x55\xf0\x99\x3b\x09\x71\x78\x18\x0d\x75\xab\x5d\x63\xfb\xf6\x61\xdc\x2f\x08\xe8\xf7\x60\x37\x6b\x2f\xbb\x2f\x34\xfd\x05\x43\x7d\x1b\x7e\x1a\x93\x10\xd6\x84\xc2\xaf\x8c\x32\x5b\xbb\x95\x68\xf0\xfa\x02\x7f\x4c\xce\xe7\x8d\x34\x86\x8c\xfb\xe9\x57\x3e\xd7\xbb\xce\x1e\x42\x0c\xcb\x17\xf8\x15\xa2\x73\x4f\x41\xb2\x88\x8f\xcb\xe7\x17\x14\x77\xf1\x95\xf5\xcd\x46\x7e\xf7\xec\xe9\xf2\x39\xb0\xe2\x7c\x29\xd0\x59\x7b\x17\xde\xf5\xc8\x16\xf7\x4d\x8c\x94\xb2\x8b\x91\x11\x93\x55\x8a\x6c\x5b\x32\x25\xd2\x86\x86\x62\x14\x2e\x2e\xc5\x14\xa2\x56\x8d\x18\x35\x9c\x83\xd8\x4e\x1e\xfb\xd4\x9b\xb9\xce\x24\xbd\x01\x42\xe1\x08\x6c\x28\xd0\x87\x6c\x9f\x20\xcf\x41\x9a\xad\x85\xb8\xdd\xa8\x43\xf4\x1a\x8d\xd1\xca\xf0\x1a\xb7\x0c\xfe\x82\xcd\x0b\xe1\x2a\xf3\x7b\x48\x5b\x97\x83\x1c\x82\x78\xa0\x1f\x1e\x52\x18\x99\x83\x68\x53\x33\x72\x0d\x6a\xf1\x64\x66\xae\x17\xd3\xf8\x90\x11\x6a\x1c\xc7\x32\xf5\xf4\x68\x1c\xcb\xbc\x68\x1e\xcc\x32\x2b\x8a\x42\x42\x1c\x84\x59\x1b\xf1\x62\x5a\xa6\xa1\x2a\x53\x57\xbf\x22\x5a\xe5\xfc\xcc\x8d\xb5\x44\x5f\x9c\xea\x87\x9e\x88\xb4\x79\xe7\xbe\x22\x6e\xe5\xd8\x27\xdc\x57\x28\x8c\xe6\xda\x92\x9b\x10\xc7\x06\x7c\xe9\xc1\x48\xab\x57\xab\x05\xb9\x13\xae\x9d\x1d\x7a\xbc\xd2\xff\x19\xbf\xc5\x0d\x7e\x13\x08\x3b\x53\x3c\x63\xaf\x8a\x94\x18\xdf\x27\xf2\x83\x44\x4c\xc4\x97\xa9\xa8\xfb\xbc\x97\xba\x8b\x31\x1e\x57\x2b\x7a\xa5\xfa\xce\x62\x94\x6f\xca\x59\x50\x11\xb7\xb1\xfb\x1a\x7e\x61\xd0\x49\x34\xdf\xdb\xd8\x3d\x15\xba\x81\x94\x0c\xcc\xed\x3a\xed\x6b\xf6\x64\x7c\x03\x1f\xe8\x8b\x39\x83\x18\x0c\xfa\x5d\x0c\x30\x1f\xe8\x33\x87\x02\x94\xd1\x2f\x45\xb8\x0c\x3a\x69\xa3\xb3\x40\xd4\x33\xa4\x6b\x22\x5c\xa1\x01\xee\xa4\x45\xfa\x83\x8a\x84\x04\x92\x87\xac\x39\x69\xa3\x8a\x3a\x41\xf0\x40\x23\x51\xfd\xf9\xcd\x3b\xfa\x44\x3f\xc2\xec\x48\x0a\x1d\x4a\xbf\xd4\x1d\x8f\x37\x87\xb8\xdf\xa1\xb3\x42\xd5\x06\x27\x8a\x90\x27\xb2\xe4\xec\xd5\x61\xee\x52\x9a\x70\x78\x6b\xeb\xad\x34\x87\xf8\xea\xf9\xc6\x6e\x15\x2b\x51\xf6\x8a\xc9\x0f\xba\x9d\x4e\x4f\x34\xad\x15\x50\x84\xa1\xc2\x80\x04\x85\x2c\xa0\xad\x82\x17\xed\xc5\x9c\x37\xed\x90\x47\xae\xd1\x03\xbf\x05\xbb\x34\xf0\x5c\x01\xa2\xed\xe5\x0a\x5f\xcc\xc1\xff\x98\xba\xeb\x55\x2a\x76\xd5\xab\x27\xe3\x62\xfc\xb2\x0d\xfe\xc5\x34\xb9\xa1\x57\x15\x69\x06\xd2\xcc\x84\x47\x98\xde\x8a\x13\xc7\xbe\x26\x79\xc3\x95\x88\x69\xf5\xd7\x1c\xc8\x91\xd6\x3e\x46\xe4\x2b\xfa\x94\x3f\x99\xbb\x22\xbe\x50\xc4\x71\x40\x13\x12\x8a\x6a\xb6\xeb\x6d\x3b\x34\x7e\x51\xb4\xbb\x28\x4d\x8c\xa0\x0a\xab\x4e\x74\x76\x8d\xda\x06\x74\x0e\x4c\x86\xb5\x83\x69\x55\xef\x3c\xd9\xd0\xcb\x8c\xba\xea\xed\xae\xa7\x3b\x8a\x80\xde\xcb\x75\x8c\xba\x26\xd7\xe4\xe1\x24\xe5\xa1\xca\x1d\x72\xe0\x47\x51\x26\x1e\xc0\xc1\xdc\x3e\xf3\x30\xea\xe5\x1a\x99\xea\x26\xf7\x69\x0f\x32\xa0\x35\x81\x27\xce\x1a\x50\x9c\x2c\x21\x75\x7a\x9a\x84\x9c\xf2\xb5\x4c\x36\xfd\xbc\x6d\xd9\xa9\x76\xcc\xe9\xac\x6c\x49\xe8\xbe\xa4\x5f\x8b\xc5\x62\x66\xd5\x4c\x03\x62\xef\x7a\xf5\x64\x3c\xd7\x19\x7c\x1c\x80\xbf\xaa\xc7\x5d\x27\x76\x56\x1b\x2f\xe8\xf5\x97\xf4\xc5\x4a\x09\x57\x34\x3c\xb5\xda\x9a\x27\x78\x4c\xa5\x66\x8c\xdf\x3c\xc6\xea\x78\xa1\xa4\x25\x33\x5e\xd5\xf8\x9a\x2c\xec\x08\x7c\x4e\x56\x6e\x0b\x5c\x3d\x69\x63\xe0\xbb\xce\xc9\x86\x22\x36\x3b\x41\x95\x57\xf3\x33\xc0\x74\xe4\x05\x31\x27\x5e\xe9\x8d\x61\xe6\x4f\xb9\x50\xcf\xf8\xfd\x58\x63\x7b\xd2\x34\xc7\x5b\x6e\x2f\xd7\x0f\x46\x26\x1b\xd5\x96\x5f\x15\x53\x15\x5f\x38\xc4\xc6\x7b\xa0\x7c\x8d\x96\xe1\x61\x56\x03\x28\x25\xef\x91\x09\xab\x31\xc1\xc5\xaf\x77\xb3\x7d\x55\xc4\x72\x4d\x25\x82\x3b\x18\x3c\x80\xc3\xef\xaa\xfa\x68\xfb\xf5\xa7\x0a\xef\x03\xd1\xf5\x77\x74\xfd\x99\x5f\xfe\xa1\x82\x17\x60\xa0\x47\x0f\x01\xbe\x04\xf9\x3a\x42\x97\x81\xc1\x5e\xc1\x36\x2d\x0d\x6b\x00\x80\xd4\xeb\x18\x07\x8c\x1f\x4f\x70\x28\xb0\x45\x08\x63\x61\xfb\x75\x7a\x2e\x99\x57\x47\x91\x9f\xd2\x23\x3c\xf6\xd4\x5f\xf1\xa3\x86\x33\x71\x85\x3f\x2a\x6d\xee\xb5\x07\xfe\x61\xab\xc8\x32\xef\x0d\x26\xe0\x79\x63\x8d\xaa\x0a\xb3\xff\x0a\x1d\x8c\xd7\xc1\xe4\xff\x2c\x18\xff\x73\x7a\x11\xeb\xeb\xac\x88\x9d\x92\x87\xdd\x00\x94\xe5\x1b\x4f\x40\x8e\xa3\x32\xf3\xfa\x1b\xa0\x23\x79\x84\x92\x38\x84\x98\xfa\x10\x74\x11\x67\x0b\xa8\xc3\x10\x7c\x45\x22\x2e\xb4\x53\x34\x24\x70\xe1\xa2\x02\xcc\xda\x14\x4e\xac\xdc\x22\x55\x93\xd1\x9a\x0d\x3d\x0d\x4f\xc5\x80\x39\x44\xcb\xf9\x3f\x11\x7c\x11\x6b\x86\x15\x9e\x92\xe2\xe4\x51\x32\x07\x41\xcd\x35\xa0\x88\x08\x24\x81\x3f\x55\xf3\xe1\x8b\xde\x8f\xd7\xc6\xef\x08\x60\x34\xc5\xf1\x60\x08\x23\x44\x97\x06\x34\x6b\x0c\xce\xc3\x91\x46\x44\x46\xf7\x5b\x5f\x77\xc6\xfd\x03\x0c\x53\xdc\x2b\xf9\xfd\x14\xbf\x42\xf8\x2b\xfd\x4a\x59\x9d\x6d\xc2\x93\xd0\x4b\xfe\x79\xd4\x9a\xe5\xa1\xc7\x09\x25\x68\x46\xcc\x8a\x81\x8b\x98\xbe\xd6\xf4\x85\xdf\x3c\xd8\x7e\xfd\xaf\x3d\x79\x28\x62\x59\x4e\x5a\x2d\xef\xa5\x97\xfd\xb1\x46\x53\x6e\x68\xfb\x57\x37\x7d\x6c\x2a\x56\x50\x98\xb1\x92\x68\x12\x5d\x12\x3b\xf8\x60\x91\x32\xd6\x64\xde\xe0\x78\x43\x97\x99\x6a\xb1\x75\x07\x45\x99\x24\x2b\x83\x2f\x87\x9a\x3c\x62\xe2\xf3\x50\xcc\xc9\x71\x2b\x81\x32\x45\x8f\x90\x79\x23\x1f\x2c\x91\x73\x33\x76\x64\x2e\xf2\xfb\xe3\x50\xce\x9b\x86\x9c\xb7\x6d\xd0\x16\x72\xd8\xb9\x30\x7e\x49\x23\xb9\xca\xfc\xa8\x8f\x83\xa8\xa6\x91\x43\xbe\x95\x5f\x06\x16\xeb\xad\x62\x5a\xbf\xe0\xff\x1b\xbd\xab\x8b\xd8\x93\x6f\x63\x7a\x16\x86\xf2\xa7\x58\x8c\x35\x3d\xcc\x47\x35\xa3\xf4\x44\x5f\xd1\xf3\x40\x78\x67\x11\x81\xe8\x1b\x79\xcb\xd9\x9c\x71\xf9\xb2\x0e\xfa\x5f\xf7\xb6\x53\xb1\xa1\xe2\xda\x76\x2a\x35\xaf\xf4\x87\x58\x16\x8c\x65\x62\x3a\xab\x05\x42\x20\xc0\x98\x5e\x06\x90\x0d\xa9\x7c\xc6\xe6\xd1\x2d\x90\x1f\x67\xec\x28\xde\xfc\x34\x86\x36\xe8\x46\x9e\x4f\xe3\x77\x76\x5f\xd1\x51\xbc\x40\x87\x8b\x67\xe2\x3f\xac\x36\x9c\x52\x56\x4a\x69\xc0\x19\xa5\xb8\x2b\xd7\x20\x63\x51\x70\xe3\x69\xfe\x28\xbe\x1c\x9e\x44\x31\xb2\x1c\xc7\x58\x46\xc6\x9e\xdd\x7a\x1a\xb2\x9f\x29\x23\xa3\x11\xd6\x51\xb8\x17\xf2\xcb\x50\xd4\x9b\x43\x7c\x4d\xc5\xf8\xe6\x7e\x5c\xdd\x69\x50\xa1\xa3\xde\x2d\xbe\x35\x54\xdb\xd0\x0e\xb4\xa9\x4e\xed\xc0\xa7\xff\x65\x3b\x72\x88\xaf\x69\x07\xd4\x82\x3e\xdd\xc2\x5b\x83\xa3\xed\x91\x6d\x2b\xc8\x0c\xbc\x30\xfd\x1c\x37\x31\x45\x38\xbb\xcd\xce\x7f\x34\x9f\x6d\x47\xfc\x8c\x5b\xcc\x1d\xa9\x94\x43\xd6\x8e\x33\x2c\x07\x99\xb2\xcf\x46\xfd\xfe\x32\x11\x40\x5f\x7d\x50\x32\x82\x66\x46\xea\x45\xc4\x85\xe9\xb9\x44\xed\x4a\x2c\x22\xf2\x0a\x4c\x1b\x38\xf3\xcb\x47\x32\xc1\x85\x90\x43\xc4\x2f\xe6\x87\x0a\x32\x8c\x61\x26\x5b\x84\xa8\xe3\x5e\x85\x0d\x96\xd5\x3a\x45\x16\x89\x39\x42\x45\x22\x3e\x85\x0b\x3b\x36\xe7\xf6\xb2\xfb\x1c\x85\x77\x5c\xc5\x03\xd8\x00\xb5\x95\x87\x71\xf8\x67\xf4\xc9\x50\xec\x9a\x07\xc2\xd9\x4f\x9a\x92\xce\xf5\x57\xfa\x5e\x99\xb4\x60\x8e\x0a\x57\x8b\x7c\xab\x4f\x17\x48\x46\xae\x75\xce\x04\xaf\x7b\xf4\x32\x18\x66\x1e\x48\x47\xb6\x30\x10\xfd\x4f\xb1\xcf\x8d\x34\x63\xda\x80\x86\x82\x4a\x6e\x1f\x3f\x44\x22\x7e\x77\x73\x90\xa4\x3c\xdc\x1e\x24\x19\xe4\x54\xd7\xb4\x39\x79\x78\xa8\x59\x44\x0f\x7e\x77\xb3\x90\xc2\x7c\x65\xb3\x4e\x43\x9b\x88\x8f\x01\x7a\x31\x47\x29\x1e\x6a\xed\x48\xd0\xc2\x65\x7c\x9d\x4b\x5b\x81\x6c\xa0\xed\x2b\x4a\x82\xb3\xb6\xaf\x99\xe2\x7a\xb1\x18\xef\xa7\xcc\x78\x37\xdb\x53\xd9\x3b\x81\xd0\x16\x34\xd3\xe5\xf7\x54\x7c\x1e\x26\x54\xc6\x1a\x94\xcf\xe9\x8e\x36\xbe\xb9\xca\x90\xf3\x2d\x91\xef\x0f\xcc\x13\x61\x60\xad\x22\x6a\x66\xbc\x1a\x62\x75\x96\x8e\x4e\x4d\xaa\x8f\x38\x73\x9f\xaa\x56\xba\xcd\xd2\xca\x1e\x6f\x28\xc2\xef\xaa\x78\x30\x5f\x15\x91\xe9\x47\xbc\x9c\xab\x46\x83\x5a\x8c\xa7\x1c\xfc\x06\xc4\xc5\x28\x67\x9c\x17\x09\x8e\x02\x9a\xaf\x03\x33\xb9\x1e\xd8\x27\x0d\x9b\xf7\xe3\xe3\x6d\xe7\xd5\x56\xbc\xa3\x84\x6a\x6b\x8d\x26\x4b\xe2\xb7\xf4\x4b\x9b\x75\x55\x38\x56\x7a\x09\x1f\x15\xba\xd2\xe1\x94\x4b\xe9\x7c\xe5\xad\xc7\xd0\xa8\xb7\xf0\xff\x27\x71\xd2\x56\xa9\xeb\xa8\x1d\xd7\xce\x23\x9b\x75\x13\x7e\xbb\x0c\x20\x19\xd2\x91\x5f\x38\xfe\xc8\x51\x60\x3b\x6b\xb6\x5b\x8c\xed\xe6\x56\x22\xd6\xc1\xcd\x55\x19\xdc\x25\xa1\x05\x5a\x2b\xbd\x5c\x06\xf5\xcf\xb3\x25\x6a\x75\x97\xcf\x49\x35\x7a\x9a\x25\x14\x33\x92\x67\x14\xf7\x82\x29\xb9\x3c\x75\x53\x3a\x05\x23\x2e\x92\x9c\x97\x65\x5d\xb2\x99\xd4\x12\xae\x72\xf2\xb4\xf0\xa2\x23\xa5\x84\xb7\x1d\x05\x76\x8b\xef\xe0\x59\x88\x28\xb2\xe8\x11\x53\x91\x44\x0f\xe6\x46\x3d\x21\xc5\x73\x9e\xd6\xd9\xb5\x36\x82\x94\xd9\x65\xf7\x98\xb5\x2f\x71\x06\xb7\x63\x05\x0a\x74\x70\x9d\xa7\x6c\x82\x7d\x6b\x91\x8a\x1b\x34\x4f\x60\xc3\xd5\x09\x60\xf2\xa4\xec\x16\x73\x0b\x29\x48\xec\x71\x31\x91\xd8\x3e\x07\xe9\xf6\x9a\x82\xc1\xde\xe0\x8f\x59\x98\x7e\x40\xb5\xe6\x60\xb2\xdc\xa6\x53\xd2\xd4\x83\x59\x6a\xd3\xd6\x96\x43\x2a\x5f\x40\xa2\x18\xcc\x12\xad\xfb\xde\xe3\x7e\x74\x0f\x16\xca\x8e\xd0\xf3\xae\x13\x94\x15\x4a\x66\x8f\xa7\xe6\xcf\xd2\x84\x99\x4f\x65\xb6\x2d\x95\x49\x94\x74\x89\x49\x91\xe8\x56\x95\x0d\x4b\x42\xf6\x57\xe1\x18\xb5\x32\x41\x44\x34\xdf\xde\x54\x3c\x00\x80\xe0\xeb\x7b\x35\x6a\x64\x41\xf4\x02\xc8\x17\x30\x8c\x9a\x38\x8b\xe2\xdb\x1b\x89\x07\xaf\x59\xd3\xb1\x73\xa4\x91\x07\xd1\xab\xc6\xf6\x2d\xcb\xb8\x9d\x75\x1e\xb5\xd4\x14\x7c\xf3\x61\x94\xc7\x5a\xfd\x20\xce\x6f\xe8\xc6\x5a\xfb\x7a\xdd\xa4\xe6\x5b\xb1\x96\xfd\x52\xae\xe9\x89\x0c\xbb\x3a\xb2\xa6\xd4\x8a\xce\x17\x7f\x68\x80\xb1\x41\x2d\x30\x5a\x33\xe8\x8f\xb5\xad\x57\xe8\x22\x44\x76\x5d\xed\xdc\x86\x6d\x0f\xae\x15\xdd\xe3\x3c\x5e\x38\xb7\x79\x2a\x39\x3a\xb9\xc2\x5b\x7a\xf7\x98\xe2\xdf\x7c\xdf\x48\x7c\x4d\xfe\x13\x3a\xf4\x41\xd2\x8e\xa5\x03\x13\x0c\xa3\xf5\xc3\x83\x15\x8d\xfa\x92\xd1\xf5\x6c\x6c\x7b\x6c\x8a\x57\x5f\xd5\x83\xe0\x83\xe5\x1a\x93\xf8\x8e\xa8\x51\x68\xe6\xcd\x54\x0c\x19\x3f\xeb\x7c\xc8\x60\x53\x73\xbb\x9a\xac\xf9\x07\xaa\x78\x60\x16\x1e\x7f\x4b\xad\x79\x37\x39\x92\xfe\xf1\x5e\x6a\xa3\xfd\x64\x2b\x5c\x63\xb2\x96\x9d\xfe\xed\x77\x6e\x88\x39\xc4\xff\xea\x86\xe8\xb3\x56\x8d\xbb\x94\x33\x08\xe8\x44\xad\x1e\x76\x5e\xe3\x41\x71\x43\xe1\xd9\x3f\xe0\x77\x4e\xb0\x87\xbe\x07\x26\x71\x6d\x7b\x3b\x78\x4d\xf1\xc0\x28\x4d\xbc\x0a\x69\x6e\xa6\x00\x5e\x8a\x1c\xea\x81\x9d\x41\x86\x32\x6f\x31\x59\x7c\xc0\x80\x6e\xa9\x14\xf2\x4f\xa1\x8c\xec\x50\x75\x4c\x3a\x6d\x64\xac\xb8\xd4\x79\xc8\xc8\x4a\x72\x19\xbb\xf4\x92\x3d\xfc\x31\xf0\x7b\x4e\xc9\x60\xf1\x2a\x52\xf5\x75\x67\xed\xdd\xb0\xab\xa1\xab\xe8\xa3\x88\x92\xc5\x25\x26\x8b\x5b\x48\x9e\xd6\x10\x5a\x15\x8b\x8d\x1a\x75\xac\xdc\xaa\x57\x93\x32\x2f\x7b\x35\x85\x0f\x23\xb7\x51\x72\x37\x19\xb7\xd7\x4a\xee\x26\xa3\x86\x90\xd3\x01\x40\xd8\xe3\xa3\x90\x97\xd2\x2d\x4a\xdc\x79\x89\x37\x6d\x77\xac\x0e\x8d\x86\x4a\x63\x78\x03\x7c\xfc\x91\x12\xcc\x4f\x8d\x5b\xc5\xd7\x87\x93\x56\xd9\xe5\xdf\x54\xe3\x5d\x80\x7e\x4f\x9f\x19\xd4\xd2\x5a\xef\x7c\x2f\x77\xc0\x0a\xa3\x75\x3c\x0d\xd3\xcf\x21\x1d\x58\xe1\xe6\x6e\x32\x52\x04\x3d\x1d\x2a\x82\x3e\x3e\x56\x5b\xb7\x93\xa6\x76\xbe\x1f\x1a\x3f\xf4\xca\xc5\x0a\xdf\xde\xec\xa4\x11\x37\x31\x63\x52\xe3\xa4\x64\xbe\x42\xc7\x85\xe7\x6a\x6e\x64\xb3\x51\xb3\x55\x5f\x40\xce\x83\x75\x4f\xca\xe6\x95\x4f\x8a\xcf\xed\x94\xde\xae\x74\x07\x44\x69\x39\x34\x77\xca\xd7\x1b\xe9\x36\xb5\xc7\x08\x95\x19\xae\xab\x00\x26\x7e\x46\x30\xf1\x5a\xba\x8d\xb8\x45\xf5\xdc\x0c\xd6\x75\x53\x6f\x95\x97\x68\xcf\x94\x61\x79\x75\x21\xde\x72\xf2\x5c\x29\x54\xdb\xd5\x2c\x01\xf1\x2e\x04\xa6\x34\xc3\xf0\x1e\x35\x7b\x2c\x14\x9d\x47\x90\x39\x6c\x46\x7d\xe6\x23\xbd\x39\x34\x1c\xcc\xfc\xb3\x87\x36\x5c\x53\x4a\x06\x8b\x62\xde\xba\xa9\x03\x8d\x44\x53\x17\xf4\x9b\xfa\xea\x02\xb7\xef\x84\x82\x25\x60\x22\x5c\xaf\x2e\xc4\x95\x1c\xdc\x2c\xe0\x4e\xd2\x66\x3a\x0a\x19\xaa\x0f\x80\xa1\xe6\x31\x1c\x57\xea\x68\x28\x89\xac\x90\x8c\xbd\xc0\x07\xb6\xe4\xa7\xb4\xde\x49\xb2\x30\x05\xa9\x5b\xbc\x25\xdf\xa5\x57\x90\xc6\xb0\x46\xed\xf3\xeb\x97\x74\x0f\x7c\x4e\x89\x01\x8c\x24\x0b\x94\x27\x28\x25\xf0\xc2\x6d\x30\xd6\x46\x12\xcd\x79\x85\x9f\x57\x4a\x4b\x07\xe8\xce\x3a\x4e\x0b\xfe\xb7\x63\xe0\x37\x4e\xc7\x17\x22\xbd\x5a\x6b\xe7\xd9\x3b\x06\xfa\xb9\xc6\x77\x94\xd7\x98\x1c\xe4\x9b\xfc\x65\xec\xad\xc5\x5e\x66\x1d\x2b\xed\x1b\x43\x37\xbf\xec\x03\x7c\xc1\x38\xf2\x20\x43\xdc\x33\x14\x5e\x82\x81\x5f\xa9\x79\x08\x86\x7e\x04\x09\xcb\xb1\xe3\x5b\xd0\x2e\x2f\x8d\x92\x65\x10\xd5\x46\x18\x2e\x51\xea\xcc\x46\x79\x27\x9d\xdb\xa3\x7d\x74\xd0\x8b\xe3\xcd\x82\xd0\x9e\x9f\xc3\xa1\x5e\x1e\xad\x8c\x07\xc3\x66\x66\xa1\xf5\xc9\x4b\x1f\x5b\xc1\x45\x16\x83\x07\x82\x73\xbe\x74\x03\x99\xc6\x22\x5b\x29\x68\x3a\x53\xae\x91\xad\xfc\x4c\xc2\x09\x0e\x29\xbb\x08\x97\x9f\xf5\x76\xc8\x55\x55\x34\xd5\xd8\x59\xbd\xd5\x47\xcb\x06\xa5\xdf\xf7\x37\xca\x8b\x27\x3f\xe2\x7b\x4e\xa7\xc4\xba\xb3\x4b\xf4\x8b\x4a\xce\x5d\x3b\x40\xf1\x03\xe3\xd0\xae\xce\x17\x25\x2a\xa7\x43\x83\xf1\x67\xb9\x48\x77\xbd\xdd\xe8\xa5\xf6\x34\x21\x33\x05\x02\x40\x88\x4b\xb9\x8e\x6b\x19\x6a\xe2\x25\x5e\x14\x42\x5f\x45\x90\x41\x2b\xd4\xf6\x99\xa1\x41\x58\xf3\xe4\xbb\x09\x44\x0c\xb6\xe2\x9f\x60\xc8\xca\x64\x21\x3d\x81\xed\x23\x27\x88\x39\x1e\xbd\xdd\xd9\x1e\xba\x40\x8b\xed\x4b\xb8\x08\x5c\x10\x78\xc1\x7b\xcf\x2d\x99\x74\x19\x10\x56\x0c\x91\xfe\xb0\x38\x1f\xbc\x6b\x2e\xd7\x06\x46\x37\xa9\xed\xde\x24\xc5\x63\xd6\x52\x8a\x7d\x02\xed\x4d\x1e\x23\x2c\x70\xa6\xc0\xf3\x62\xcc\x42\x10\xb2\x72\xff\x1f\xd1\x65\x4f\x0a\xb2\x67\xfb\xe8\x5c\x82\x4c\xd6\x59\x2d\x99\x37\x60\x23\x1d\x9b\xe9\x1c\xa9\x7f\x5b\xe8\x98\x8b\xea\x73\xfd\x58\xd9\x00\xba\xf4\x8b\xaf\x81\x26\x17\x31\xae\x6c\xca\x8c\x85\xd6\x79\x36\x65\x0f\x99\x19\xdb\x9e\x9d\x22\x8c\xa8\x7b\x71\x13\x5e\x50\x79\x2c\x91\x53\x6f\x4c\x28\x2d\x89\x30\x29\xdd\x12\x85\x0b\x22\xd2\xc2\x22\xe1\x1e\xd7\x97\x6d\xe7\xa2\x36\x2a\x51\xde\xdf\x52\x5a\xde\x04\x4a\x99\xde\x23\x53\x3a\xeb\x0f\xc5\x99\xf8\x2b\xfd\xe2\x74\x54\x22\x12\xf7\xd6\x87\xb4\xf1\xbb\x34\x86\x04\xd9\x0c\x4e\xee\xdf\x54\x85\xea\x62\xa6\xbc\xa3\x4e\x8c\x68\x6f\xd1\x11\x2a\x45\x51\x45\x82\x47\x11\x26\xef\x9c\x95\xf5\x87\x52\xf2\x58\xaa\x94\xa2\xd0\x53\x5c\x1b\x7d\xc6\xb5\x9c\x3e\xb5\x04\xcb\x1a\xc9\x68\x46\x8d\xcb\xb0\x22\xd4\xfc\xf1\x91\xb5\xc6\xa9\x66\xe8\xb5\x3f\xa0\x93\x56\xdb\xd8\x8e\xde\xb1\x62\x1a\xfa\x67\x85\x34\x86\x1d\x3f\x53\xa1\x54\x74\x2d\x71\x26\x5e\x5b\xe7\x39\x65\x47\xd1\x54\xaf\x6c\x1f\x52\x50\xa3\xd7\xa2\x31\xb6\x36\xad\x78\xf1\xae\x4c\x2f\x0c\xbf\xa2\xd7\x3e\x0a\xe9\xee\x0a\xef\x7d\xc1\x35\x1f\x79\xe6\x53\x8b\xf5\x42\xbc\x78\xff\xf6\xff\x3a\x71\x39\xc2\x70\x18\x86\xea\xae\xf8\x7b\x0e\x26\x33\x12\x93\xbd\xd1\x66\xfd\x13\x07\x30\x0a\x38\x30\xe4\x92\xed\xc9\x2a\x7b\xd7\xc1\x00\x78\xf5\xd9\xe3\x45\xa0\xb1\x9e\x63\x27\x6f\xf4\x7a\x83\x16\x10\xba\x53\x6b\x7a\x70\x00\x1b\x75\x11\x66\x12\x38\x2d\x8e\x8e\x86\x1c\x16\x5f\xe6\xfc\x2c\x9d\xca\x41\x70\x88\x10\x20\x0e\x91\xf4\xe4\x1f\x50\xcd\x3d\xf6\x15\xe7\x21\xf7\x28\xf4\x38\xa8\x35\xd2\xa0\xc8\x13\x40\xeb\x9d\x5e\x9b\x27\x1a\x23\x8f\x00\x31\x54\x5d\xcb\x8f\xe7\x0b\x3f\x88\x8b\x49\x0d\xc1\xee\x0b\x43\x48\xbc\x7b\xb8\x35\x6e\x08\x4d\xbf\x19\xbe\xd4\xf2\xad\xd4\xe8\x4e\x13\xff\x8f\xc1\xee\x55\xaf\x57\x87\x7a\xdd\xdb\x61\x57\x67\x54\xf8\x4c\xfc\x05\x73\x04\xe6\x64\xf4\x99\xcb\x51\x01\xbe\x5d\x43\x7f\x88\x38\xd6\xaf\x10\x3a\x9b\x8d\x34\xf0\x54\x82\xe2\x5f\x44\x48\x0a\x80\x51\x40\xa4\x86\x37\xd6\x80\x44\x41\x8e\x6b\x3a\xb2\x85\xa5\x62\xb1\x17\x68\x97\x2d\x35\x86\x21\xbe\x64\x9f\xd4\x74\xd1\x95\xad\x82\x84\x11\x90\xa8\x16\x44\x6b\xea\x16\x2f\x8e\x84\xee\x12\x01\xd0\x2b\x0c\x00\x8c\xc7\xd2\x41\xd1\x25\xc7\xd5\x57\xbe\xd9\x88\x94\x05\x85\x78\x37\xd2\x7b\xa2\xcf\x61\xb7\xc6\x3e\x63\x65\x45\x97\xe9\xce\x35\x02\x90\x95\x46\x01\xb1\x05\x9e\xa7\x76\x12\x0e\x08\x27\xce\x5b\x71\x73\x1e\x48\xcd\xd6\xef\x6a\xbe\x0a\xb8\x79\x7b\x7b\xf5\x00\xed\x02\x50\xa6\x2b\x08\x99\x11\x17\xc8\x62\x02\x83\x59\x19\x95\x09\xde\x7f\x88\x4e\xb9\xe0\xeb\x52\xb5\x4c\xb0\xdc\x3c\xdc\x43\x3c\x33\xec\xf0\x5e\x39\xdf\xeb\x86\xa2\xae\x73\x99\x85\x78\x3b\x74\x5e\xef\x3a\x15\x52\x82\x69\x28\x3e\xfc\xdf\xc9\x3e\xc4\xa7\x6e\xec\x76\x2b\xc5\xe3\xd3\xc7\x8b\x82\xda\xd7\xbe\x73\xc9\x49\xe8\xed\xe5\x8d\xf8\xc5\x34\xfd\x81\x2c\x48\xb8\xa7\x77\x7a\x07\x60\x35\xad\x79\xe8\xf0\x9d\xde\x21\x2c\xad\xf5\x40\x6e\xe5\xb6\x76\xaa\xbf\xd7\x4d\xdc\x93\x57\xe7\x6f\x51\x69\xa7\x1b\x95\x13\x7b\xae\x1a\xe3\xa8\x05\xb1\x29\x35\xe2\x7c\xf0\xb6\x10\x9b\xc2\x81\xa5\x77\xc8\x03\xe8\x5d\x18\xc0\x3c\xdc\xd1\x58\xb6\x21\x73\x90\x30\xd2\x13\x3e\xbb\x84\x2e\xd8\xed\x78\x96\x8e\xe5\xb1\xb2\xcc\x97\xde\x9c\x2d\x8a\xd3\x33\x67\x9e\x4a\x3c\x5f\x69\x57\x99\x23\xcb\x18\xdd\x87\x7a\x3d\xeb\xac\xaf\x2c\x51\x40\xd6\x74\xa0\xb3\x81\xcb\x08\x75\x34\x75\x99\x96\xc8\x8d\x91\xa6\x03\x3b\x63\xaf\xf8\x80\x8d\x22\x2f\x39\xe4\x7e\x75\x7c\x72\x78\x04\x35\xf1\xc1\x08\xb3\x3c\x90\x91\x0c\x5f\x13\xf3\x9d\x7f\x62\xb5\x93\x3f\x52\xe5\x18\x2a\x77\xbb\x49\x32\x15\xf2\x32\xcc\xfb\x66\xdd\x1c\xf1\xbe\x65\x33\xbe\xc0\x02\x13\x1a\x92\xa1\xf9\xa9\x51\x78\x9e\x70\x99\x5d\xd9\x32\x93\x31\x7a\x95\xc0\xa6\x01\x0b\x63\x7d\xed\xf0\x29\xcf\xf7\xf8\x76\x4b\xf9\x1f\x42\x16\xab\xc8\xa3\x0d\x01\xab\xc8\x4b\x53\x02\x86\x95\xbb\x5d\x64\xc4\x76\xbb\xae\xe0\xc2\x32\x90\x7b\x22\xa9\x19\xc4\x5f\xd8\xaf\x6a\x06\x44\x9e\x3c\x72\xa0\x0f\xd7\x97\x01\x60\xcc\xa0\x71\xb2\x5d\xad\x3a\x6d\x54\xbd\xa5\xb7\x56\xef\xe9\x53\xbc\xb5\x6d\xac\x9f\x5d\xe4\xd4\xbd\x1d\x48\x07\xbe\xce\x62\x64\x5c\x63\x22\x8c\x5b\x00\xef\x07\x3a\xe5\xe8\xde\x97\xd4\x29\x59\x16\x57\x04\x59\x79\x25\x20\xcc\x86\x50\x2d\xe4\x53\x62\xd4\x41\x34\x4c\x68\xf0\xfd\x5c\xdd\x5b\xeb\xeb\x9d\xa4\xd3\x02\xd3\xe9\x49\xde\xb5\xb5\x5e\x5c\x49\xbf\x09\x85\x3a\xbb\x9e\x96\xb8\xb4\xeb\x23\xe0\xec\x5d\x97\x76\x50\xe8\x03\xa5\x8d\x97\x18\x76\x2b\xb6\xcd\x6d\xb2\xd9\xbe\x79\x3d\x3f\xd5\x00\x35\x65\xe7\xb3\x4c\x90\x4e\x7c\xcd\xae\xd0\x6b\x5a\x45\x2c\xac\x78\xf1\x33\x7b\x48\xa7\xc5\x94\x17\x3b\x32\xb3\x90\x95\x73\xdb\x59\x32\xb2\x0e\x26\xe4\x22\x9f\x60\x26\x40\xf9\x90\x4d\x46\x0a\x00\xee\xd4\xa1\x46\x3f\x62\x0c\xf4\x9f\xea\x40\xfe\xc3\x66\x00\xd7\x50\x5d\x04\x5b\x2b\x23\xbe\x7f\xec\xdc\xe6\x09\x65\x3d\xfe\x61\x52\x66\xab\x8d\xde\x0e\x5b\x7a\x62\xac\x7f\x53\x14\xff\x14\x23\x21\x60\x06\xd6\x06\xd2\x99\xb8\x80\x8c\x87\x8a\xba\x99\x52\xae\x4a\x73\xbe\xb3\x69\xf2\x72\x1d\xd3\xdc\x1c\x22\x74\x31\x32\xa9\xc0\x74\x90\xd0\xec\x33\x48\x63\x37\xf8\x45\x9c\x4c\x8e\x0d\xa3\xcc\xd4\x49\x92\x7d\x89\x51\x67\x82\x3c\xcb\x90\x5b\xf9\x39\xa9\xb5\x50\x63\x45\x8a\xb1\xb1\x26\x8c\xc1\x77\x18\x9a\xbe\x57\x6d\xdd\xe9\x46\x19\xc7\xe1\x86\x38\x51\x5c\x72\xe2\x78\x87\x6f\xbc\xdf\xd5\x6b\xc4\x1d\xf6\x37\xfa\x21\x7c\x95\x30\x33\x9b\x80\xda\x1f\x1c\x83\x7a\xab\xd7\x31\x82\x17\x73\x0b\xa8\xaf\xc4\xa1\x10\x6f\x43\x6e\x40\xc0\x8f\x40\xeb\x15\xb0\x9c\x30\xf0\x74\x7b\xd5\x1c\x52\x90\x60\x66\x47\x2f\x52\x5e\x9c\x2d\x6c\x61\x9c\x2d\x6c\xdc\xec\x3c\x21\x1c\x9b\x03\xa3\x1b\x75\xdb\xd1\xc3\x99\x9a\x9c\x8a\x93\xbe\x04\x0e\x8f\x0b\xca\x65\xd7\xe7\xef\x31\x37\x56\xd7\x2e\x53\x65\x2f\x82\x0d\xd4\x6c\x85\xed\xb2\xce\x85\xf7\x94\x9a\x8b\xc0\x29\x35\x17\xfd\x53\x2a\x93\x9c\x9c\x64\xb6\xcb\xda\xb9\x2e\x50\xcd\x9b\x9b\xcb\x92\x34\xa7\xdc\xc4\xa9\x7e\x0f\xb2\xd9\xa3\x9d\x75\x7e\xdd\x2b\xf7\x48\x58\xd3\x1d\x7e\xc8\x4a\xf0\xca\xcd\x57\x2a\xa7\x8e\x71\xb8\xbf\x77\xda\xab\x3f\x3e\xc2\xab\xf0\x47\x5e\xb7\xcb\x47\x3f\x54\xf9\x29\xa7\xf1\x95\x6e\x76\xcc\xe9\xe6\xc8\xf8\x44\x4d\xbc\x02\xd1\x2d\x73\x15\x1e\x82\x22\x91\x48\xc7\x6f\x37\xca\xa1\x0d\xe7\x4f\xe2\x4a\xe3\xe9\x93\x73\xa4\xa1\x5d\x1b\xf4\x6b\x9f\x32\x52\x30\x3e\x7c\xca\x7e\x1d\xd0\xfc\x8c\xc9\xa9\x81\x14\x5f\x09\x24\x5e\xe0\x72\xf8\xed\x6b\x68\xde\x8d\x5e\x1b\xf1\xc6\xd0\xd3\xf5\xb8\x29\x75\x97\x6e\x16\xde\x42\xfb\xf3\xcb\x84\x71\xfb\x27\xa4\x2c\xf4\xe2\x61\x92\xc6\x3b\xae\x91\x3b\xdf\x6c\x64\xda\x64\x17\x94\x10\x19\x00\x72\x6e\xd3\xc0\x52\xe8\xd8\x30\x88\x1c\xe0\xe0\xcb\x69\x71\x89\x96\x40\xb1\xb3\x4e\xf9\xa4\xe7\x28\x0a\x5d\x43\x5e\xd4\x8b\xe4\x85\x43\xe9\xe0\xa3\x2e\xce\x7c\x70\x3c\x33\x3b\xf3\xe8\x64\xb1\xee\x94\x59\xe3\xb2\xfb\x33\x7c\x8a\x4b\xfc\x8c\x23\x44\x1e\x65\xf0\x32\xca\x0e\xac\x05\x86\x14\xbc\x93\xb2\x43\x3a\x97\xbe\x28\xf6\xe4\x73\x93\xf3\x60\x6f\xf1\x7b\xbe\x85\x0c\x7b\xf4\x6c\xe6\xfc\x48\x25\x55\x67\x73\x0a\xf9\xcb\xe5\xfb\x11\xe4\xcc\xee\xe6\x9c\x19\x6a\xc0\x39\x33\x7b\x1f\xaf\xb0\xf0\x84\x65\xb5\x07\x5e\x5e\xe1\x11\x8b\xbb\x25\xc0\x45\x90\x7a\x45\xcf\xd8\xcf\xc4\x4b\x28\xe0\x2d\x79\x0d\x44\xc7\xa0\xb8\xef\x20\x09\xb8\xda\x9f\xc4\xc9\xfd\xb4\xb4\xa3\xe7\xe1\xb7\x09\x3c\x05\x74\x65\x17\x8a\x50\x38\xf1\xc0\x64\x87\x17\xc7\x18\x6d\xef\xe6\x87\x98\x20\xa7\x23\x1c\x4f\x05\xbc\x77\x4e\x56\xb7\x78\xd3\x3c\x8b\x89\x20\x65\x2b\x77\x44\x0a\x08\xf4\x9c\xbe\x4b\x20\x34\xce\xb8\x97\x5d\x84\x7a\xc3\x09\x93\x5a\x4d\x5e\xa7\xe1\x98\x75\x69\x1a\xc8\x84\x3c\x23\x74\xf4\xec\x73\x9e\xcb\x63\xe8\x5d\x6f\xef\x75\xb0\xce\x26\xf8\x2b\x4e\x4a\xa7\x34\x7d\x27\xcc\x01\x82\x51\xa7\x33\xd3\xde\xe9\x28\xc0\x5f\xe0\x57\xb1\xba\x98\x46\xc0\xa6\x26\xd8\x44\x26\x6e\x94\xe7\x12\x91\xd5\x6e\xe2\xc8\x84\x3b\xe7\x57\x17\x71\x6c\xe8\x7a\x7a\xd4\x99\x4e\xaf\x54\xbc\xcc\xe6\xde\x5c\xea\x95\x2a\x80\xe1\xcc\x75\xc1\xa3\x1f\x1c\xcd\x37\xe2\xbd\xe9\x0e\xa3\x4e\xe4\xa8\xb8\x27\x09\x53\x1c\x19\x8d\x16\x06\xd9\xc0\x50\xc2\xfc\x90\x07\x68\x3e\x91\x32\x70\x3e\x92\xc6\x94\x78\xdd\xf3\xfb\xc9\xb4\x8b\x5f\x71\xd2\x68\x44\x57\xaa\x45\x27\x12\x6d\x1d\x4b\xf0\xb8\xbe\x0c\x39\xe2\x1c\x73\x12\x79\x04\x51\x26\x36\x1c\x24\x99\xd9\x46\x03\x54\x68\x0f\xfa\x5b\xd9\xe8\xf5\x06\xc3\x1f\x65\xad\x22\xb7\x2b\x07\xe3\xe5\x67\xf1\x3a\xe4\xe7\x18\x80\x2f\xc4\xd2\x20\xb5\x39\xe6\x09\xb1\xd4\x25\x26\xe0\x39\x2e\x85\xd3\x66\xdd\x91\xbf\x91\x1f\x8e\x16\xaf\x9b\x8d\xec\x65\xc3\x41\xf8\x22\xa2\x8b\x94\x5a\x62\x83\x32\xf3\xd8\x82\x93\x93\x88\xe3\x25\x26\x7c\x4f\x0a\x07\x74\x73\x52\x14\x5c\x37\xb5\xec\xd7\x6c\x86\x70\xde\xaf\x31\x9a\xb1\x2b\x50\x23\x1b\xa9\xb2\x13\x22\x32\x96\xe3\x33\x82\xc0\x31\x90\x5a\x0e\x8d\x21\x4e\x58\x43\x33\x53\x02\x1f\xbb\x64\x05\x2e\xf0\xf1\x4b\xb2\x82\x9e\x29\x82\x4e\xf7\x52\x09\xf4\xb7\xf7\x60\x01\x36\xb7\x20\xf0\x57\x17\x33\xc0\xb9\xdc\x1a\x97\x10\xc8\xab\xb3\x4b\x08\xa0\x98\x31\xcc\x99\x42\x48\x9e\xbe\xcb\x0e\x4f\x14\x16\x4d\x4f\x2e\xe4\xe1\xdf\xad\x74\x77\xf1\xf1\x42\x71\x1f\x15\xd2\x5c\xb3\x51\xed\xd0\x91\x00\x43\x3f\x13\xbc\xfa\xec\x83\x19\x0c\x6e\xdf\x90\x81\xae\x43\xec\xe0\x82\xef\x10\xf8\x59\x00\xa8\xcf\xaa\x19\x32\x8b\xb8\x5f\xe8\x9b\x4d\x50\x12\x1a\x1b\x1e\x3c\x0e\x06\xd5\xe2\x57\x94\x92\xc1\xcc\xc5\x97\x0f\x4d\x47\xb9\x39\xc8\xcf\x47\xeb\x8f\xd5\x87\x89\xa8\xc2\x33\x8f\xf0\x78\x82\xc3\x34\xb3\xd6\x7e\xf4\xf2\x23\xc0\xa2\x03\x21\x72\xb0\x5b\x47\xc7\x32\xe8\x49\x88\x20\xd9\xc9\x4c\x84\xe7\xe7\x0b\xcc\xa5\xc1\x0c\xc5\x5a\x55\xa7\x1a\x7c\xe7\x8f\xd4\x16\x3e\x40\x3a\x89\xf9\xad\x2a\x20\x5e\xf0\x67\x01\xa3\x0d\x69\x32\x28\x8b\x84\xb3\x37\x94\xc6\x28\xb3\xe7\x2c\x41\x71\x48\xc0\xec\x14\x0c\x95\x74\x37\x9c\x32\x86\x0c\x35\x23\xd0\x79\xd7\x4d\x46\x23\x97\x85\xf2\x34\x8c\x89\x91\xbd\x39\xca\xfa\x34\x9e\xc6\x90\x65\x77\xb8\x8a\x17\x93\xd6\x46\xed\x1f\xcf\x48\x78\x9c\xf3\x25\x1b\xef\xea\x23\x8d\xfd\xa7\xe0\xc4\x82\xcd\x09\x82\x15\x4f\x66\x39\x5b\xb8\xf8\x3b\x41\xcf\x74\x15\xfa\x50\xe5\x22\xe4\x38\x75\x12\xbc\x6a\xae\x58\xaf\x4c\x16\xa7\x8a\xbe\x8a\xba\xf0\x89\x1b\xf9\xbf\x3d\xf9\xf8\xe3\x27\x17\x1c\xe0\x16\xf8\x3e\xfe\xe1\x13\xa0\xfc\xf8\xc7\x4f\x84\x95\x43\x9b\x33\xd6\x14\xb7\x35\x2b\xf1\xe3\x27\xf7\xd4\xf5\xcd\xd3\x71\x59\x21\xfd\x08\x0c\x32\xff\x47\x42\xbc\x93\xbd\xaa\x83\xcf\x26\x5e\xcb\x94\xac\x9d\x35\xec\x2e\x4d\x39\x85\xee\xba\x38\x3c\x58\x8c\xe5\xc1\x2d\x0a\xdf\xa3\x61\xa5\x5e\xce\x77\x31\x0d\x19\x4f\x0f\xc5\x53\x3b\x13\xbf\x92\xcb\x52\x8e\xaf\x96\x15\x78\x4a\x57\xf8\x4f\xa9\xe8\xbf\x61\x47\x01\xc1\xaf\x15\xba\x3b\x4d\x08\xc8\xfb\xe9\xb7\x20\x20\x3f\xa9\x09\x43\xf0\x9b\xfa\x4d\x8d\x60\x87\xb0\xa9\x19\x94\xa0\x5a\x81\x2a\xf3\xaf\x47\x44\xe3\x31\xf2\x0b\xfb\x6b\x58\xb7\x45\xf0\xd9\x1c\x21\x06\x7c\x3b\x3a\x3a\x13\x74\x34\x48\xdf\x8c\x8d\x87\x6a\x8c\x2e\x8e\xd8\x37\x23\xc4\xc0\x73\x13\x7c\x1c\x70\xf8\xdb\x3b\x4b\x83\x17\x83\x43\x87\x51\x33\x6a\x1f\x23\x4b\xff\xab\x9b\x86\x29\x53\xac\x23\xd0\x9f\x80\x9f\x37\xf7\x1f\xd2\xe6\x9e\x45\x17\x36\x37\x7a\x59\xf6\x72\x9d\xed\x6c\xb9\x2e\x3a\x8b\x4d\xc4\x32\xdc\xcf\xe9\xde\xcf\x11\x86\x07\xc8\x88\x32\x34\x0e\x71\x7e\x63\xcb\xaa\x8f\xde\xda\xee\x53\x25\xd7\xb0\xc9\xe5\xda\x56\x40\xbd\xd8\xc7\x01\x12\x32\x63\xf7\x15\x7d\xc2\xaf\x1f\x81\x80\xfc\xc8\x81\x15\xc4\x89\xab\x7e\xdc\x62\x02\x05\xa6\xc5\x84\x0d\x26\x6c\xec\x80\x11\xb3\x7e\x6c\xf1\xb3\x95\x07\xfc\xda\xe3\xd7\x5e\xa9\x3b\x2a\x8c\xe7\xd9\x8f\x62\x6b\x8d\xdf\x60\xca\x01\xbf\x0f\x4a\x72\xbc\x2d\x0a\xe0\x70\x06\xa4\x29\x7c\x9c\xb8\x8a\xaa\xe3\xf4\xf0\x71\xe2\x2a\xa8\x95\x53\xe9\xe7\x89\xab\x5a\x79\xe0\x24\xfc\x75\xe2\x2a\xa8\x9e\x93\xe8\xe7\x09\xb2\x21\x7e\x13\x10\xd2\xef\x13\x57\x41\x3b\x38\x91\x7e\x9e\xb8\xaa\x97\xfb\x3a\xb5\x8b\x7f\x61\x6a\x6a\x15\xff\xaa\xaa\x8f\x6d\x6f\x77\xbf\x59\xa3\x3e\x55\x21\x38\xfd\x56\x39\x36\xe3\x7e\xd1\xdb\x5d\x78\xbd\xa1\x7a\xba\x49\xc3\x88\x9f\x18\xaf\xa2\xb3\xb2\x5d\x54\xec\x2a\xab\xd6\x66\x37\x44\x0d\x34\x1b\xd0\x3c\xf6\x0c\x96\x82\x38\xd0\x43\xe8\xc3\x4e\x2d\x2a\xbc\x2e\xf1\xd6\xd6\x4b\x64\x3e\xf1\xa2\x04\x8d\xa1\xbe\xff\xc7\x3f\x10\x5e\xff\xa6\xfe\xf9\x4f\xf1\xf6\xe7\x1f\x84\xfa\xdc\x28\xd5\x3a\xb1\x65\x03\xcd\x00\xb6\x95\x9f\x5f\x16\x90\x8b\x8a\x5f\x15\xb3\x45\x20\xbd\x2a\xc6\xea\xab\xff\x2f\x00\x00\xff\xff\x91\x1a\x78\x91\x4f\xfd\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4409,7 +4409,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 64783, mode: os.FileMode(420), modTime: time.Unix(1510878576, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 64847, mode: os.FileMode(420), modTime: time.Unix(1510888031, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/pkg/form/repo.go b/pkg/form/repo.go index 32c5effc8..a524560f4 100644 --- a/pkg/form/repo.go +++ b/pkg/form/repo.go @@ -102,6 +102,7 @@ type RepoSetting struct { TrackerURLFormat string TrackerIssueStyle string EnablePulls bool + PullsIgnoreWhitespace bool PullsAllowRebase bool } diff --git a/routes/repo/setting.go b/routes/repo/setting.go index e66c29e6d..61c8f3111 100644 --- a/routes/repo/setting.go +++ b/routes/repo/setting.go @@ -147,6 +147,7 @@ func SettingsPost(c *context.Context, f form.RepoSetting) { repo.ExternalTrackerFormat = f.TrackerURLFormat repo.ExternalTrackerStyle = f.TrackerIssueStyle repo.EnablePulls = f.EnablePulls + repo.PullsIgnoreWhitespace = f.PullsIgnoreWhitespace repo.PullsAllowRebase = f.PullsAllowRebase if err := models.UpdateRepository(repo, false); err != nil { diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 313bc7ea2..4717a9440 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -197,10 +197,18 @@ -
-
- - +
+
+
+ + +
+
+
+
+ + +
{{end}}