diff --git a/.bra.toml b/.bra.toml
index 0d02f24e4..a25a22410 100644
--- a/.bra.toml
+++ b/.bra.toml
@@ -1,6 +1,6 @@
[run]
init_cmds = [
- #["grep", "-rn", "FIXME", "."],
+ ["make", "build-dev", "TAGS=sqlite"],
["./gogs", "web"]
]
watch_all = true
@@ -11,9 +11,9 @@ watch_dirs = [
"$WORKDIR/routers"
]
watch_exts = [".go"]
+ignore_files = [".+_test.go"]
build_delay = 1500
cmds = [
- ["go", "install", "-v", "-race"], # sqlite redis memcache cert pam tidb
- ["go", "build", "-race"],
+ ["make", "build-dev", "TAGS=sqlite"], # cert pam tidb
["./gogs", "web"]
]
\ No newline at end of file
diff --git a/.dockerignore b/.dockerignore
index 8822b3436..092eef43c 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,20 +1,21 @@
.git
-.git/
-.git/*
+.git/**
conf
-conf/
-conf/*
+conf/**
packager
-packager/
-packager/*
+packager/**
scripts
-scripts/
-scripts/*
+scripts/**
+.github/
+.github/**
+config.codekit
+LICENSE
+Makefile
+.dockerignore
*.yml
*.md
.bra.toml
.editorconfig
.gitignore
.gopmfile
-config.codekit
-LICENSE
+Dockerfile*
diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md
similarity index 87%
rename from CONTRIBUTING.md
rename to .github/CONTRIBUTING.md
index c15d68104..c02412d78 100644
--- a/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -46,11 +46,7 @@ Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/C
### Ask For Help
-Before opening an issue, please make sure your problem isn't already addressed on the [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.md) and [FAQs](http://gogs.io/docs/intro/faqs.html) pages.
-
-## Things To Notice
-
-Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) or card on [Trello](https://trello.com/b/uxAoeLUl/gogs-go-git-service) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests.
+Before opening an issue, please make sure your problem isn't already addressed on the [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html) and [FAQs](http://gogs.io/docs/intro/faqs.html) pages.
## Code of conduct
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 000000000..655544e6b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,22 @@
+We DO NOT take questions or config/deploy problems on GitHub, please use our forum: https://discuss.gogs.io
+
+Please take a moment to search that an issue doesn't already exist.
+
+For bug reports, please give the relevant info:
+
+- Gogs version (or commit ref):
+- Git version:
+- Operating system:
+- Database:
+ - [ ] PostgreSQL
+ - [ ] MySQL
+ - [ ] SQLite
+- Can you reproduce the bug at http://try.gogs.io:
+ - [ ] Yes (provide example URL)
+ - [ ] No
+ - [ ] Not relevant
+- Log gist:
+
+## Description
+
+...
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000..860eee772
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,4 @@
+Please, make sure you are targeting the `develop` branch!
+
+More instructions about contributing with Gogs code can be found here:
+https://github.com/gogits/gogs/wiki/Contributing-Code
diff --git a/.gitignore b/.gitignore
index 774a100be..a13d3460f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,32 +8,13 @@ data/
.idea/
*.iml
public/img/avatar/
-files/
-*.o
-*.a
-*.so
-_obj
-_test
-*.[568vq]
-[568vq].out
-*.cgo1.go
-*.cgo2.c
-_cgo_defun.c
-_cgo_gotypes.go
-_cgo_export.*
-_testmain.go
*.exe
*.exe~
/gogs
profile/
-__pycache__
*.pem
output*
-.brackets.json
-docker/fig.yml
-docker/docker/Dockerfile
-docker/docker/init_gogs.sh
gogs.sublime-project
gogs.sublime-workspace
-.tags*
-release
+/release
+vendor
diff --git a/.gopmfile b/.gopmfile
index 4ab7c687e..917b4553d 100644
--- a/.gopmfile
+++ b/.gopmfile
@@ -2,50 +2,55 @@
path = github.com/gogits/gogs
[deps]
-github.com/bradfitz/gomemcache = commit:72a68649ba
-github.com/codegangsta/cli = commit:b5232bb
-github.com/go-macaron/binding = commit:2502aaf
+github.com/bradfitz/gomemcache = commit:fb1f79c
+github.com/codegangsta/cli = commit:aca5b04
+github.com/go-macaron/binding = commit:a68f342
github.com/go-macaron/cache = commit:5617353
github.com/go-macaron/captcha = commit:8aa5919
-github.com/go-macaron/csrf = commit:715bca0
-github.com/go-macaron/gzip = commit:4938e9b
+github.com/go-macaron/csrf = commit:6a9a7df
+github.com/go-macaron/gzip = commit:cad1c65
github.com/go-macaron/i18n = commit:d2d3329
github.com/go-macaron/inject = commit:c5ab7bf
github.com/go-macaron/session = commit:66031fc
-github.com/go-macaron/toolbox = commit:ab30a81
-github.com/go-sql-driver/mysql = commit:d512f20
-github.com/go-xorm/core = commit:acb6f00
-github.com/go-xorm/xorm = commit:a8fba4d
-github.com/gogits/chardet = commit:2404f77725
-github.com/gogits/git-module =
-github.com/gogits/go-gogs-client = commit:78460e9
+github.com/go-macaron/toolbox = commit:82b5115
+github.com/go-sql-driver/mysql = commit:66312f7
+github.com/go-xorm/core = commit:5021584
+github.com/go-xorm/xorm = commit:769f6b3
+github.com/gogits/chardet = commit:2404f77
+github.com/gogits/cron = commit:3abc0f8
+github.com/gogits/git-module = commit:76e8cce
+github.com/gogits/go-gogs-client = commit:788ec59
github.com/issue9/identicon = commit:f8c0d2c
github.com/kardianos/minwinsvc = commit:cad6b2b
-github.com/klauspost/compress = commit:f7ff951
-github.com/klauspost/cpuid = commit:ef30b90
-github.com/klauspost/crc32 = commit:41b6596
-github.com/lib/pq = commit:11fc39a
-github.com/mattn/go-sqlite3 = commit:5651a9d
+github.com/klauspost/compress = commit:006acde
+github.com/klauspost/cpuid = commit:09cded8
+github.com/klauspost/crc32 = commit:19b0b33
+github.com/lib/pq = commit:165a352
+github.com/mattn/go-sqlite3 = commit:76e335f
github.com/mcuadros/go-version = commit:d52711f
github.com/microcosm-cc/bluemonday = commit:4ac6f27
github.com/msteinert/pam = commit:02ccfbf
-github.com/nfnt/resize = commit:dc93e1b98c
-github.com/russross/blackfriday = commit:d18b67a
-github.com/sergi/go-diff =
+github.com/nfnt/resize = commit:4d93a29
+github.com/russross/blackfriday = commit:b43df97
+github.com/satori/go.uuid = commit:e673fdd
+github.com/sergi/go-diff = commit:ec7fdbb
github.com/shurcooL/sanitized_anchor_name = commit:10ef21a
github.com/Unknwon/cae = commit:7f5e046
github.com/Unknwon/com = commit:28b053d
github.com/Unknwon/i18n = commit:3b48b66
github.com/Unknwon/paginater = commit:7748a72
-golang.org/x/net = commit:28273ec
-golang.org/x/text = commit:cf49866
-golang.org/x/crypto = commit:f18420e
+golang.org/x/crypto = commit:c197bcf
+golang.org/x/net = commit:35b06af
+golang.org/x/sys = commit:9d4e42a
+golang.org/x/text = commit:1b466db
+gopkg.in/alexcesaro/quotedprintable.v3 = commit:2caba25
gopkg.in/asn1-ber.v1 = commit:4e86f43
-gopkg.in/gomail.v2 = commit:fbb71dd
-gopkg.in/ini.v1 = commit:77178f2
-gopkg.in/ldap.v2 = commit:e9a325d
-gopkg.in/macaron.v1 = commit:1c6dd87
-gopkg.in/redis.v2 = commit:e617904962
+gopkg.in/bufio.v1 = commit:567b2bf
+gopkg.in/gomail.v2 = commit:060a5f4
+gopkg.in/ini.v1 = commit:776aa73
+gopkg.in/ldap.v2 = commit:07a7330
+gopkg.in/macaron.v1 = commit:94a5ef7
+gopkg.in/redis.v2 = commit:e617904
[res]
include = public|scripts|templates
diff --git a/.travis.yml b/.travis.yml
index 3ddbd39f0..84d0c1df7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ language: go
go:
- 1.4
- 1.5
+ - 1.6
before_install:
- sudo apt-get update -qq
@@ -12,7 +13,9 @@ before_install:
install:
- go get -t -v ./...
-script: go build -v -tags "pam"
+script:
+ - go build -v -tags "pam"
+ - go test -v -cover -race ./...
notifications:
email:
diff --git a/Dockerfile b/Dockerfile
index 2bd6a9716..8853eab51 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,13 +1,10 @@
-FROM alpine:3.2
+FROM alpine:3.3
MAINTAINER jp@roemer.im
# Install system utils & Gogs runtime dependencies
-ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-amd64 /usr/sbin/gosu
-RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \
- && echo "@community http://dl-4.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories \
- && apk -U --no-progress upgrade \
- && apk -U --no-progress add ca-certificates bash git linux-pam s6@edge curl openssh socat \
- && chmod +x /usr/sbin/gosu
+ADD https://github.com/tianon/gosu/releases/download/1.7/gosu-amd64 /usr/sbin/gosu
+RUN chmod +x /usr/sbin/gosu \
+ && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat
ENV GOGS_CUSTOM /data/gogs
diff --git a/Dockerfile.rpi b/Dockerfile.rpi
index ef3994dd6..6e2c4264b 100644
--- a/Dockerfile.rpi
+++ b/Dockerfile.rpi
@@ -1,13 +1,13 @@
-FROM sander85/rpi-alpine:latest
+FROM hypriot/rpi-alpine-scratch:v3.2
MAINTAINER jp@roemer.im, raxetul@gmail.com
# Install system utils & Gogs runtime dependencies
-ADD https://github.com/tianon/gosu/releases/download/1.6/gosu-armhf /usr/sbin/gosu
-RUN echo "@edge http://dl-4.alpinelinux.org/alpine/edge/main" | tee -a /etc/apk/repositories \
- && echo "@community http://dl-4.alpinelinux.org/alpine/edge/community" | tee -a /etc/apk/repositories \
- && apk -U --no-progress upgrade \
- && apk -U --no-progress add ca-certificates bash git linux-pam s6@edge curl openssh socat \
- && chmod +x /usr/sbin/gosu
+ADD https://github.com/tianon/gosu/releases/download/1.7/gosu-armhf /usr/sbin/gosu
+RUN chmod +x /usr/sbin/gosu \
+ && echo "http://dl-4.alpinelinux.org/alpine/v3.3/main/" | tee /etc/apk/repositories \
+ && echo "http://dl-4.alpinelinux.org/alpine/v3.3/community/" | tee -a /etc/apk/repositories \
+ && apk -U --no-progress upgrade && rm -f /var/cache/apk/APKINDEX.* \
+ && apk --no-cache --no-progress add ca-certificates bash git linux-pam s6 curl openssh socat
ENV GOGS_CUSTOM /data/gogs
diff --git a/Makefile b/Makefile
index 768ec0b32..1af8726c4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ LESS_FILES := $(wildcard public/less/gogs.less public/less/_*.less)
GENERATED := modules/bindata/bindata.go public/css/gogs.css
TAGS = ""
+BUILD_FLAGS = "-v"
RELEASE_ROOT = "release"
RELEASE_GOGS = "release/gogs"
@@ -16,12 +17,16 @@ NOW = $(shell date -u '+%Y%m%d%I%M%S')
.IGNORE: public/css/gogs.css
build: $(GENERATED)
- go install -v -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
+ go install $(BUILD_FLAGS) -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
cp '$(GOPATH)/bin/gogs' .
govet:
go tool vet -composites=false -methods=false -structtags=false .
+build-dev: $(GENERATED) govet
+ go install $(BUILD_FLAGS) -race -tags '$(TAGS)'
+ cp '$(GOPATH)/bin/gogs' .
+
pack:
rm -rf $(RELEASE_GOGS)
mkdir -p $(RELEASE_GOGS)
@@ -48,4 +53,10 @@ clean-mac: clean
find . -name ".DS_Store" -print0 | xargs -0 rm
test:
- go test ./...
+ go test -cover -race ./...
+
+fixme:
+ grep -rnw "FIXME" routers models modules
+
+todo:
+ grep -rnw "TODO" routers models modules
diff --git a/README.md b/README.md
index 3e7b59624..ec077e7ab 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Docker Repository on Quay](https://quay.io/repository/gogs/gogs/status "Docker Repository on Quay")](https://quay.io/repository/gogs/gogs) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?branch=master)](https://travis-ci.org/gogits/gogs) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gogs/localized.svg)](https://crowdin.com/project/gogs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gogits/gogs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
=====================
![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
-##### Current version: 0.8.23
+##### Current version: 0.9.15
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
@@ -11,15 +11,14 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
|![Profile](https://gogs.io/img/screenshots/4.png)|![Admin Dashboard](https://gogs.io/img/screenshots/5.png)|![Diff](https://gogs.io/img/screenshots/6.png)|
|![Issues](https://gogs.io/img/screenshots/7.png)|![Releases](https://gogs.io/img/screenshots/8.png)|![Organization](https://gogs.io/img/screenshots/9.png)|
-### NOTICES
+### Important Notes
-- :bangbang: You **MUST** read [CONTRIBUTING.md](CONTRIBUTING.md) for bug report and contributing code. :bangbang:
-- Please [start discussion](http://forum.gogs.io/category/2/general-discussion) or [ask a question](http://forum.gogs.io/category/4/getting-help) on [the forum](http://forum.gogs.io/). GitHub issue tracker only keeps **bugs** and **feature requests**, all other topics will be closed without reason.
-- Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.
-- The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.
-- If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks!
-- If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki).
-- If your team/company is using Gogs and would like to put your logo on [our website](http://gogs.io), contact us by any means.
+1. **YOU MUST READ [Contributing Code](https://github.com/gogits/gogs/wiki/Contributing-Code) BEFORE STARTING TO WORK ON A PULL REQUEST**.
+2. Due to testing purpose, data of [try.gogs.io](https://try.gogs.io) was reset in **Jan 28, 2015** and will reset multiple times after. Please do **NOT** put your important data on the site.
+3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch.
+4. If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks!
+5. If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki).
+6. If your team/company is using Gogs and would like to put your logo on [our website](http://gogs.io), contact us by any means.
[简体中文](README_ZH.md)
@@ -32,7 +31,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
- Please see the [Documentation](http://gogs.io/docs/intro) for common usages and change log.
- See the [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team.
- Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs)!
-- Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html).
+- Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/).
- Want to help with localization? Check out the [guide](http://gogs.io/docs/features/i18n.html)!
## Features
@@ -50,7 +49,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
- Mail service
- Administration panel
- Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental)
-- Multi-language support ([14 languages](https://crowdin.com/project/gogs))
+- Multi-language support ([15 languages](https://crowdin.com/project/gogs))
## System Requirements
@@ -96,6 +95,7 @@ There are 5 ways to install Gogs:
- [Portal](https://portaldemo.xyz/cloud/)
- [Sandstorm](https://github.com/cem/gogs-sandstorm)
- [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs)
+- [YunoHost](https://github.com/mbugeia/gogs_ynh)
## Software and Service Support
@@ -105,6 +105,7 @@ There are 5 ways to install Gogs:
- [Puppet](https://forge.puppetlabs.com/Siteminds/gogs) (IT)
- [Kanboard](http://kanboard.net/plugin/gogs-webhook) (Project Management)
- [BearyChat](https://bearychat.com/) (Team Communication)
+- [HiWork](http://www.hiwork.cc/) (Team Communication)
### Product Support
@@ -114,11 +115,11 @@ There are 5 ways to install Gogs:
## Acknowledgments
- Router and middleware mechanism of [Macaron](https://github.com/go-macaron/macaron).
-- Modules design is inspired by [WeTalk](https://github.com/beego/wetalk).
- System Monitor Status is inspired by [GoBlog](https://github.com/fuxiaohei/goblog).
- Thanks [lavachen](http://www.lavachen.cn/) and [Rocker](http://weibo.com/rocker1989) for designing Logo.
- Thanks [Crowdin](https://crowdin.com/project/gogs) for providing open source translation plan.
- Thanks [DigitalOcean](https://www.digitalocean.com) for hosting home and demo sites.
+- Thanks [KeyCDN](https://www.keycdn.com/) for providing CDN service.
## Contributors
diff --git a/README_ZH.md b/README_ZH.md
index 9ab488914..e2fec31ee 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -12,7 +12,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
- 有关基本用法和变更日志,请通过 [使用手册](http://gogs.io/docs/intro/) 查看。
- 您可以到 [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) 跟随开发团队的脚步。
- 想要先睹为快?直接去 [在线体验](https://try.gogs.io/gogs/gogs) 。
-- 使用过程中遇到问题?尝试从 [故障排查](http://gogs.io/docs/intro/troubleshooting.html) 页面获取帮助。
+- 使用过程中遇到问题?尝试从 [故障排查](http://gogs.io/docs/intro/troubleshooting.html) 页面或 [用户论坛](https://discuss.gogs.io/) 获取帮助。
- 希望帮助多国语言界面的翻译吗?请立即访问 [详情页面](http://gogs.io/docs/features/i18n.html)!
## 功能特性
@@ -30,7 +30,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
- 支持邮件服务
- 支持后台管理面板
- 支持 MySQL、PostgreSQL、SQLite3 和 [TiDB](https://github.com/pingcap/tidb)(实验性支持) 数据库
-- 支持多语言本地化([14 种语言]([more](https://crowdin.com/project/gogs)))
+- 支持多语言本地化([15 种语言]([more](https://crowdin.com/project/gogs)))
## 系统要求
@@ -67,6 +67,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
- [Portal](https://portaldemo.xyz/cloud/)
- [Sandstorm](https://github.com/cem/gogs-sandstorm)
- [sloppy.io](https://github.com/sloppyio/quickstarters/tree/master/gogs)
+- [YunoHost](https://github.com/mbugeia/gogs_ynh)
## 软件及服务支持
@@ -76,6 +77,7 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
- [Puppet](https://forge.puppetlabs.com/Siteminds/gogs)(IT)
- [Kanboard](http://kanboard.net/plugin/gogs-webhook)(项目管理)
- [BearyChat](https://bearychat.com/)(团队交流)
+- [HiWork](http://www.hiwork.cc/)(团队交流)
### 产品支持
@@ -85,11 +87,11 @@ Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自
## 特别鸣谢
- 基于 [Macaron](https://github.com/go-macaron/macaron) 的路由与中间件机制。
-- 基于 [WeTalk](https://github.com/beego/wetalk) 修改的模块设计。
- 基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改的系统监视状态。
- 感谢 [lavachen](http://www.lavachen.cn/) 和 [Rocker](http://weibo.com/rocker1989) 设计的 Logo。
- 感谢 [Crowdin](https://crowdin.com/project/gogs) 提供免费的开源项目本地化支持。
- 感谢 [DigitalOcean](https://www.digitalocean.com) 提供主站和体验站点的服务器赞助。
+- 感谢 [KeyCDN](https://www.keycdn.com/) 提供 CDN 服务赞助。
## 贡献成员
diff --git a/cmd/serve.go b/cmd/serve.go
index d8e77dcd5..83d8f8763 100644
--- a/cmd/serve.go
+++ b/cmd/serve.go
@@ -15,13 +15,13 @@ import (
"github.com/Unknwon/com"
"github.com/codegangsta/cli"
+ gouuid "github.com/satori/go.uuid"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/httplib"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
- "github.com/gogits/gogs/modules/uuid"
)
const (
@@ -42,11 +42,6 @@ func setup(logPath string) {
setting.NewContext()
log.NewGitLogger(filepath.Join(setting.LogRootPath, logPath))
- if setting.DisableSSH {
- println("Gogs: SSH has been disabled")
- os.Exit(1)
- }
-
models.LoadConfigs()
if setting.UseSQLite3 || setting.UseTiDB {
@@ -104,8 +99,15 @@ func handleUpdateTask(uuid string, user, repoUser *models.User, reponame string,
return
}
- if err = models.Update(task.RefName, task.OldCommitID, task.NewCommitID,
- user.Name, repoUser.Name, reponame, user.Id); err != nil {
+ if err = models.PushUpdate(models.PushUpdateOptions{
+ RefName: task.RefName,
+ OldCommitID: task.OldCommitID,
+ NewCommitID: task.NewCommitID,
+ PusherID: user.Id,
+ PusherName: user.Name,
+ RepoUserName: repoUser.Name,
+ RepoName: reponame,
+ }); err != nil {
log.GitLogger.Error(2, "Update: %v", err)
}
@@ -131,8 +133,14 @@ func runServ(c *cli.Context) {
if c.IsSet("config") {
setting.CustomConf = c.String("config")
}
+
setup("serv.log")
+ if setting.SSH.Disabled {
+ println("Gogs: SSH has been disabled")
+ return
+ }
+
if len(c.Args()) < 1 {
fail("Not enough arguments", "Not enough arguments")
}
@@ -243,7 +251,7 @@ func runServ(c *cli.Context) {
}
}
- uuid := uuid.NewV4().String()
+ uuid := gouuid.NewV4().String()
os.Setenv("uuid", uuid)
// Special handle for Windows.
diff --git a/cmd/update.go b/cmd/update.go
index 4cd62a7f5..aca2a7cbe 100644
--- a/cmd/update.go
+++ b/cmd/update.go
@@ -16,7 +16,7 @@ import (
var CmdUpdate = cli.Command{
Name: "update",
- Usage: "This command should only be called by SSH shell",
+ Usage: "This command should only be called by Git hook",
Description: `Update get pushed info and insert into database`,
Action: runUpdate,
Flags: []cli.Flag{
@@ -28,18 +28,19 @@ func runUpdate(c *cli.Context) {
if c.IsSet("config") {
setting.CustomConf = c.String("config")
}
- cmd := os.Getenv("SSH_ORIGINAL_COMMAND")
- if cmd == "" {
- return
- }
setup("update.log")
+ if len(os.Getenv("SSH_ORIGINAL_COMMAND")) == 0 {
+ log.GitLogger.Trace("SSH_ORIGINAL_COMMAND is empty")
+ return
+ }
+
args := c.Args()
if len(args) != 3 {
- log.GitLogger.Fatal(2, "received less 3 parameters")
- } else if args[0] == "" {
- log.GitLogger.Fatal(2, "refName is empty, shouldn't use")
+ log.GitLogger.Fatal(2, "Arguments received are not equal to three")
+ } else if len(args[0]) == 0 {
+ log.GitLogger.Fatal(2, "First argument 'refName' is empty, shouldn't use")
}
task := models.UpdateTask{
diff --git a/cmd/web.go b/cmd/web.go
index a88dc92e9..1378cc3ec 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -7,7 +7,6 @@ package cmd
import (
"crypto/tls"
"fmt"
- gotmpl "html/template"
"io/ioutil"
"net/http"
"net/http/fcgi"
@@ -34,10 +33,9 @@ import (
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
- "github.com/gogits/gogs/modules/avatar"
"github.com/gogits/gogs/modules/bindata"
+ "github.com/gogits/gogs/modules/context"
"github.com/gogits/gogs/modules/log"
- "github.com/gogits/gogs/modules/middleware"
"github.com/gogits/gogs/modules/setting"
"github.com/gogits/gogs/modules/template"
"github.com/gogits/gogs/routers"
@@ -80,17 +78,17 @@ func checkVersion() {
// Check dependency version.
checkers := []VerChecker{
- {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.4.4.1029"},
- {"github.com/go-macaron/binding", binding.Version, "0.1.0"},
+ {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.5.2.0304"},
+ {"github.com/go-macaron/binding", binding.Version, "0.2.1"},
{"github.com/go-macaron/cache", cache.Version, "0.1.2"},
- {"github.com/go-macaron/csrf", csrf.Version, "0.0.3"},
+ {"github.com/go-macaron/csrf", csrf.Version, "0.1.0"},
{"github.com/go-macaron/i18n", i18n.Version, "0.2.0"},
{"github.com/go-macaron/session", session.Version, "0.1.6"},
{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
- {"gopkg.in/macaron.v1", macaron.Version, "0.8.0"},
- {"github.com/gogits/git-module", git.Version, "0.2.3"},
- {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"},
+ {"gopkg.in/macaron.v1", macaron.Version, "1.1.2"},
+ {"github.com/gogits/git-module", git.Version, "0.2.9"},
+ {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
}
for _, c := range checkers {
if !version.Compare(c.Version(), c.Expected, ">=") {
@@ -126,9 +124,10 @@ func newMacaron() *macaron.Macaron {
},
))
m.Use(macaron.Renderer(macaron.RenderOptions{
- Directory: path.Join(setting.StaticRootPath, "templates"),
- Funcs: []gotmpl.FuncMap{template.Funcs},
- IndentJSON: macaron.Env != macaron.PROD,
+ Directory: path.Join(setting.StaticRootPath, "templates"),
+ AppendDirectories: []string{path.Join(setting.CustomPath, "templates")},
+ Funcs: template.NewFuncMap(),
+ IndentJSON: macaron.Env != macaron.PROD,
}))
localeNames, err := bindata.AssetDir("conf/locale")
@@ -159,6 +158,7 @@ func newMacaron() *macaron.Macaron {
m.Use(session.Sessioner(setting.SessionConfig))
m.Use(csrf.Csrfer(csrf.Options{
Secret: setting.SecretKey,
+ Cookie: setting.CSRFCookieName,
SetCookie: true,
Header: "X-Csrf-Token",
CookiePath: setting.AppSubUrl,
@@ -171,7 +171,7 @@ func newMacaron() *macaron.Macaron {
},
},
}))
- m.Use(middleware.Contexter())
+ m.Use(context.Contexter())
return m
}
@@ -184,26 +184,28 @@ func runWeb(ctx *cli.Context) {
m := newMacaron()
- reqSignIn := middleware.Toggle(&middleware.ToggleOptions{SignInRequire: true})
- ignSignIn := middleware.Toggle(&middleware.ToggleOptions{SignInRequire: setting.Service.RequireSignInView})
- ignSignInAndCsrf := middleware.Toggle(&middleware.ToggleOptions{DisableCsrf: true})
- reqSignOut := middleware.Toggle(&middleware.ToggleOptions{SignOutRequire: true})
+ reqSignIn := context.Toggle(&context.ToggleOptions{SignInRequired: true})
+ ignSignIn := context.Toggle(&context.ToggleOptions{SignInRequired: setting.Service.RequireSignInView})
+ ignSignInAndCsrf := context.Toggle(&context.ToggleOptions{DisableCSRF: true})
+ reqSignOut := context.Toggle(&context.ToggleOptions{SignOutRequired: true})
bindIgnErr := binding.BindIgnErr
+ // FIXME: not all routes need go through same middlewares.
+ // Especially some AJAX requests, we can reduce middleware number to improve performance.
// Routers.
m.Get("/", ignSignIn, routers.Home)
- m.Get("/explore", ignSignIn, routers.Explore)
+ m.Group("/explore", func() {
+ m.Get("", func(ctx *context.Context) {
+ ctx.Redirect(setting.AppSubUrl + "/explore/repos")
+ })
+ m.Get("/repos", routers.ExploreRepos)
+ m.Get("/users", routers.ExploreUsers)
+ }, ignSignIn)
m.Combo("/install", routers.InstallInit).Get(routers.Install).
Post(bindIgnErr(auth.InstallForm{}), routers.InstallPost)
m.Get("/^:type(issues|pulls)$", reqSignIn, user.Issues)
- // ***** START: API *****
- m.Group("/api", func() {
- apiv1.RegisterRoutes(m)
- }, ignSignIn)
- // ***** END: API *****
-
// ***** START: User *****
m.Group("/user", func() {
m.Get("/login", user.SignIn)
@@ -218,6 +220,7 @@ func runWeb(ctx *cli.Context) {
m.Get("", user.Settings)
m.Post("", bindIgnErr(auth.UpdateProfileForm{}), user.SettingsPost)
m.Post("/avatar", binding.MultipartForm(auth.UploadAvatarForm{}), user.SettingsAvatar)
+ m.Post("/avatar/delete", user.SettingsDeleteAvatar)
m.Combo("/email").Get(user.SettingsEmails).
Post(bindIgnErr(auth.AddEmailForm{}), user.SettingsEmailPost)
m.Post("/email/delete", user.DeleteEmail)
@@ -230,7 +233,7 @@ func runWeb(ctx *cli.Context) {
Post(bindIgnErr(auth.NewAccessTokenForm{}), user.SettingsApplicationsPost)
m.Post("/applications/delete", user.SettingsDeleteApplication)
m.Route("/delete", "GET,POST", user.SettingsDelete)
- }, reqSignIn, func(ctx *middleware.Context) {
+ }, reqSignIn, func(ctx *context.Context) {
ctx.Data["PageIsUserSettings"] = true
})
@@ -245,17 +248,13 @@ func runWeb(ctx *cli.Context) {
})
// ***** END: User *****
- // Gravatar service.
- avt := avatar.CacheServer("public/img/avatar/", "public/img/avatar_default.jpg")
- os.MkdirAll("public/img/avatar/", os.ModePerm)
- m.Get("/avatar/:hash", avt.ServeHTTP)
-
- adminReq := middleware.Toggle(&middleware.ToggleOptions{SignInRequire: true, AdminRequire: true})
+ adminReq := context.Toggle(&context.ToggleOptions{SignInRequired: true, AdminRequired: true})
// ***** START: Admin *****
m.Group("/admin", func() {
m.Get("", adminReq, admin.Dashboard)
m.Get("/config", admin.Config)
+ m.Post("/config/test_mail", admin.SendTestMail)
m.Get("/monitor", admin.Monitor)
m.Group("/users", func() {
@@ -298,7 +297,7 @@ func runWeb(ctx *cli.Context) {
m.Get("/stars", user.Stars)
})
- m.Get("/attachments/:uuid", func(ctx *middleware.Context) {
+ m.Get("/attachments/:uuid", func(ctx *context.Context) {
attach, err := models.GetAttachmentByUUID(ctx.Params(":uuid"))
if err != nil {
if models.IsErrAttachmentNotExist(err) {
@@ -335,8 +334,8 @@ func runWeb(ctx *cli.Context) {
m.Get("/template/*", dev.TemplatePreview)
}
- reqRepoAdmin := middleware.RequireRepoAdmin()
- reqRepoPusher := middleware.RequireRepoPusher()
+ reqRepoAdmin := context.RequireRepoAdmin()
+ reqRepoWriter := context.RequireRepoWriter()
// ***** START: Organization *****
m.Group("/org", func() {
@@ -350,11 +349,14 @@ func runWeb(ctx *cli.Context) {
m.Get("/members/action/:action", org.MembersAction)
m.Get("/teams", org.Teams)
+ }, context.OrgAssignment(true))
+
+ m.Group("/:org", func() {
m.Get("/teams/:team", org.TeamMembers)
m.Get("/teams/:team/repositories", org.TeamRepositories)
m.Route("/teams/:team/action/:action", "GET,POST", org.TeamsAction)
m.Route("/teams/:team/action/repo/:action", "GET,POST", org.TeamsRepoAction)
- }, middleware.OrgAssignment(true))
+ }, context.OrgAssignment(true, false, true))
m.Group("/:org", func() {
m.Get("/teams/new", org.NewTeam)
@@ -367,6 +369,7 @@ func runWeb(ctx *cli.Context) {
m.Combo("").Get(org.Settings).
Post(bindIgnErr(auth.UpdateOrgSettingForm{}), org.SettingsPost)
m.Post("/avatar", binding.MultipartForm(auth.UploadAvatarForm{}), org.SettingsAvatar)
+ m.Post("/avatar/delete", org.SettingsDeleteAvatar)
m.Group("/hooks", func() {
m.Get("", org.Webhooks)
@@ -383,7 +386,7 @@ func runWeb(ctx *cli.Context) {
})
m.Route("/invitations/new", "GET,POST", org.Invitation)
- }, middleware.OrgAssignment(true, true))
+ }, context.OrgAssignment(true, true))
}, reqSignIn)
// ***** END: Organization *****
@@ -401,7 +404,11 @@ func runWeb(ctx *cli.Context) {
m.Group("/settings", func() {
m.Combo("").Get(repo.Settings).
Post(bindIgnErr(auth.RepoSettingForm{}), repo.SettingsPost)
- m.Route("/collaboration", "GET,POST", repo.Collaboration)
+ m.Group("/collaboration", func() {
+ m.Combo("").Get(repo.Collaboration).Post(repo.CollaborationPost)
+ m.Post("/access_mode", repo.ChangeCollaborationAccessMode)
+ m.Post("/delete", repo.DeleteCollaboration)
+ })
m.Group("/hooks", func() {
m.Get("", repo.Webhooks)
@@ -418,7 +425,7 @@ func runWeb(ctx *cli.Context) {
m.Get("", repo.GitHooks)
m.Combo("/:name").Get(repo.GitHooksEdit).
Post(repo.GitHooksEditPost)
- }, middleware.GitHookService())
+ }, context.GitHookService())
})
m.Group("/keys", func() {
@@ -427,15 +434,15 @@ func runWeb(ctx *cli.Context) {
m.Post("/delete", repo.DeleteDeployKey)
})
- }, func(ctx *middleware.Context) {
+ }, func(ctx *context.Context) {
ctx.Data["PageIsSettings"] = true
})
- }, reqSignIn, middleware.RepoAssignment(), reqRepoAdmin, middleware.RepoRef())
+ }, reqSignIn, context.RepoAssignment(), reqRepoAdmin, context.RepoRef())
- m.Get("/:username/:reponame/action/:action", reqSignIn, middleware.RepoAssignment(), repo.Action)
+ m.Get("/:username/:reponame/action/:action", reqSignIn, context.RepoAssignment(), repo.Action)
m.Group("/:username/:reponame", func() {
m.Group("/issues", func() {
- m.Combo("/new", repo.MustEnableIssues).Get(middleware.RepoRef(), repo.NewIssue).
+ m.Combo("/new", repo.MustEnableIssues).Get(context.RepoRef(), repo.NewIssue).
Post(bindIgnErr(auth.CreateIssueForm{}), repo.NewIssuePost)
m.Combo("/:index/comments").Post(bindIgnErr(auth.CreateCommentForm{}), repo.NewComment)
@@ -443,7 +450,7 @@ func runWeb(ctx *cli.Context) {
m.Post("/label", repo.UpdateIssueLabel)
m.Post("/milestone", repo.UpdateIssueMilestone)
m.Post("/assignee", repo.UpdateIssueAssignee)
- }, reqRepoAdmin)
+ }, reqRepoWriter)
m.Group("/:index", func() {
m.Post("/title", repo.UpdateIssueTitle)
@@ -455,7 +462,7 @@ func runWeb(ctx *cli.Context) {
m.Post("/new", bindIgnErr(auth.CreateLabelForm{}), repo.NewLabel)
m.Post("/edit", bindIgnErr(auth.CreateLabelForm{}), repo.UpdateLabel)
m.Post("/delete", repo.DeleteLabel)
- }, reqRepoAdmin, middleware.RepoRef())
+ }, reqRepoWriter, context.RepoRef())
m.Group("/milestones", func() {
m.Combo("/new").Get(repo.NewMilestone).
Post(bindIgnErr(auth.CreateMilestoneForm{}), repo.NewMilestonePost)
@@ -463,7 +470,7 @@ func runWeb(ctx *cli.Context) {
m.Post("/:id/edit", bindIgnErr(auth.CreateMilestoneForm{}), repo.EditMilestonePost)
m.Get("/:id/:action", repo.ChangeMilestonStatus)
m.Post("/delete", repo.DeleteMilestone)
- }, reqRepoAdmin, middleware.RepoRef())
+ }, reqRepoWriter, context.RepoRef())
m.Group("/releases", func() {
m.Get("/new", repo.NewRelease)
@@ -471,11 +478,11 @@ func runWeb(ctx *cli.Context) {
m.Get("/edit/:tagname", repo.EditRelease)
m.Post("/edit/:tagname", bindIgnErr(auth.EditReleaseForm{}), repo.EditReleasePost)
m.Post("/delete", repo.DeleteRelease)
- }, reqRepoAdmin, middleware.RepoRef())
+ }, reqRepoWriter, context.RepoRef())
- m.Combo("/compare/*", repo.MustEnablePulls).Get(repo.CompareAndPullRequest).
+ m.Combo("/compare/*", repo.MustAllowPulls).Get(repo.CompareAndPullRequest).
Post(bindIgnErr(auth.CreateIssueForm{}), repo.CompareAndPullRequestPost)
- }, reqSignIn, middleware.RepoAssignment(), repo.MustBeNotBare)
+ }, reqSignIn, context.RepoAssignment(), repo.MustBeNotBare)
m.Group("/:username/:reponame", func() {
m.Group("", func() {
@@ -484,7 +491,7 @@ func runWeb(ctx *cli.Context) {
m.Get("/^:type(issues|pulls)$/:index", repo.ViewIssue)
m.Get("/labels/", repo.RetrieveLabels, repo.Labels)
m.Get("/milestones", repo.Milestones)
- }, middleware.RepoRef())
+ }, context.RepoRef())
// m.Get("/branches", repo.Branches)
@@ -497,37 +504,39 @@ func runWeb(ctx *cli.Context) {
Post(bindIgnErr(auth.NewWikiForm{}), repo.NewWikiPost)
m.Combo("/:page/_edit").Get(repo.EditWiki).
Post(bindIgnErr(auth.NewWikiForm{}), repo.EditWikiPost)
- }, reqSignIn, reqRepoPusher)
- }, repo.MustEnableWiki, middleware.RepoRef())
+ m.Post("/:page/delete", repo.DeleteWikiPagePost)
+ }, reqSignIn, reqRepoWriter)
+ }, repo.MustEnableWiki, context.RepoRef())
m.Get("/archive/*", repo.Download)
m.Group("/pulls/:index", func() {
- m.Get("/commits", middleware.RepoRef(), repo.ViewPullCommits)
- m.Get("/files", middleware.RepoRef(), repo.ViewPullFiles)
- m.Post("/merge", reqRepoAdmin, repo.MergePullRequest)
- }, repo.MustEnablePulls)
+ m.Get("/commits", context.RepoRef(), repo.ViewPullCommits)
+ m.Get("/files", context.RepoRef(), repo.ViewPullFiles)
+ m.Post("/merge", reqRepoWriter, repo.MergePullRequest)
+ }, repo.MustAllowPulls)
m.Group("", func() {
m.Get("/src/*", repo.Home)
m.Get("/raw/*", repo.SingleDownload)
m.Get("/commits/*", repo.RefCommits)
- m.Get("/commit/*", repo.Diff)
+ m.Get("/commit/:sha([a-z0-9]{40})$", repo.Diff)
m.Get("/forks", repo.Forks)
- }, middleware.RepoRef())
+ }, context.RepoRef())
+ m.Get("/commit/:sha([a-z0-9]{40})\\.:ext(patch|diff)", repo.RawDiff)
- m.Get("/compare/:before([a-z0-9]{40})...:after([a-z0-9]{40})", repo.CompareDiff)
- }, ignSignIn, middleware.RepoAssignment(), repo.MustBeNotBare)
+ m.Get("/compare/:before([a-z0-9]{40})\\.\\.\\.:after([a-z0-9]{40})", repo.CompareDiff)
+ }, ignSignIn, context.RepoAssignment(), repo.MustBeNotBare)
m.Group("/:username/:reponame", func() {
m.Get("/stars", repo.Stars)
m.Get("/watchers", repo.Watchers)
- }, ignSignIn, middleware.RepoAssignment(), middleware.RepoRef())
+ }, ignSignIn, context.RepoAssignment(), context.RepoRef())
m.Group("/:username", func() {
m.Group("/:reponame", func() {
m.Get("", repo.Home)
m.Get("\\.git$", repo.Home)
- }, ignSignIn, middleware.RepoAssignment(true), middleware.RepoRef())
+ }, ignSignIn, context.RepoAssignment(true), context.RepoRef())
m.Group("/:reponame", func() {
m.Any("/*", ignSignInAndCsrf, repo.HTTP)
@@ -536,8 +545,12 @@ func runWeb(ctx *cli.Context) {
})
// ***** END: Repository *****
+ m.Group("/api", func() {
+ apiv1.RegisterRoutes(m)
+ }, ignSignIn)
+
// robots.txt
- m.Get("/robots.txt", func(ctx *middleware.Context) {
+ m.Get("/robots.txt", func(ctx *context.Context) {
if setting.HasRobotsTxt {
ctx.ServeFileContent(path.Join(setting.CustomPath, "robots.txt"))
} else {
diff --git a/conf/README.md b/conf/README.md
index 058b46f4d..ee197505a 100644
--- a/conf/README.md
+++ b/conf/README.md
@@ -1,7 +1,3 @@
Execute following command in ROOT directory when anything is changed:
-$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
-
-Add -debug flag to make life easier in development(somehow isn't working):
-
-$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/...
\ No newline at end of file
+$ make bindata
\ No newline at end of file
diff --git a/conf/app.ini b/conf/app.ini
index 69829fcab..419e25ea7 100644
--- a/conf/app.ini
+++ b/conf/app.ini
@@ -27,6 +27,10 @@ EXPLORE_PAGING_NUM = 20
ISSUE_PAGING_NUM = 10
; Number of maximum commits showed in one activity feed
FEED_MAX_COMMIT_NUM = 5
+; Value of `theme-color` meta tag, used by Android >= 5.0
+; An invalid color like "none" or "disable" will have the default style
+; More info: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
+THEME_COLOR_META_TAG = `#ff5343`
[ui.admin]
; Number of users that are showed in one page
@@ -41,6 +45,9 @@ ORG_PAGING_NUM = 50
[markdown]
; Enable hard line break extension
ENABLE_HARD_LINE_BREAK = false
+; List of custom URL-Schemes that are allowed as links when rendering Markdown
+; for example git,magnet
+CUSTOM_URL_SCHEMES =
[server]
PROTOCOL = http
@@ -56,9 +63,21 @@ LOCAL_ROOT_URL = http://localhost:%(HTTP_PORT)s/
DISABLE_SSH = false
; Whether use builtin SSH server or not.
START_SSH_SERVER = false
+; Domain name to be exposed in clone URL
+SSH_DOMAIN = %(DOMAIN)s
+; Port number to be exposed in clone URL
SSH_PORT = 22
-; Root path of SSH directory
+; Port number builtin SSH server listens on
+SSH_LISTEN_PORT = %(SSH_PORT)s
+; Root path of SSH directory, default is '~/.ssh', but you have to use '/home/git/.ssh'.
SSH_ROOT_PATH =
+; Directory to create temporary files when test publick key using ssh-keygen,
+; default is system temporary directory.
+SSH_KEY_TEST_PATH =
+; Path to ssh-keygen, default is 'ssh-keygen' and let shell find out which one to call.
+SSH_KEYGEN_PATH = ssh-keygen
+; Indicate whether to check minimum key size with corresponding type
+MINIMUM_KEY_SIZE_CHECK = false
; Disable CDN even in "prod" mode
OFFLINE_MODE = false
DISABLE_ROUTER_LOG = false
@@ -74,11 +93,20 @@ KEY_FILE = custom/https/key.pem
; Upper level of template and static file path
; default is the path where Gogs is executed
STATIC_ROOT_PATH =
+; Default path for App data
+APP_DATA_PATH = data
; Application level GZIP support
ENABLE_GZIP = false
; Landing page for non-logged users, can be "home" or "explore"
LANDING_PAGE = home
+; Define allowed algorithms and their minimum key length (use -1 to disable a type)
+[ssh.minimum_key_sizes]
+ED25519 = 256
+ECDSA = 256
+RSA = 2048
+DSA = 1024
+
[database]
; Either "mysql", "postgres" or "sqlite3", it's your choice
DB_TYPE = mysql
@@ -88,7 +116,7 @@ USER = root
PASSWD =
; For "postgres" only, either "disable", "require" or "verify-full"
SSL_MODE = disable
-; For "sqlite3" and "tidb"
+; For "sqlite3" and "tidb", use absolute path when you start as service
PATH = data/gogs.db
[admin]
@@ -113,8 +141,6 @@ REGISTER_EMAIL_CONFIRM = false
DISABLE_REGISTRATION = false
; User must sign in to view anything.
REQUIRE_SIGNIN_VIEW = false
-; Cache avatar as picture
-ENABLE_CACHE_AVATAR = false
; Mail notification
ENABLE_NOTIFY_MAIL = false
; More detail: https://github.com/gogits/gogs/issues/165
@@ -191,8 +217,6 @@ GC_INTERVAL_TIME = 86400
SESSION_LIFE_TIME = 86400
[picture]
-; The place to picture data, either "server" or "qiniu", default is "server"
-SERVICE = server
AVATAR_UPLOAD_PATH = data/avatars
; Chinese users can choose "duoshuo"
; or a custom avatar source, like: http://cn.gravatar.com/avatar/
@@ -307,9 +331,16 @@ MAX_GIT_DIFF_LINES = 10000
; see more on http://git-scm.com/docs/git-gc/1.7.5
GC_ARGS =
+; Operation timeout in seconds
+[git.timeout]
+MIGRATE = 600
+MIRROR = 300
+CLONE = 300
+PULL = 300
+
[i18n]
-LANGS = en-US,zh-CN,zh-HK,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT
-NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano
+LANGS = en-US,zh-CN,zh-HK,de-DE,fr-FR,nl-NL,lv-LV,ru-RU,ja-JP,es-ES,pt-BR,pl-PL,bg-BG,it-IT,fi-FI
+NAMES = English,简体中文,繁體中文,Deutsch,Français,Nederlands,Latviešu,Русский,日本語,Español,Português do Brasil,Polski,български,Italiano,Suomalainen
; Used for datetimepicker
[i18n.datelang]
@@ -327,6 +358,7 @@ pt-BR = pt-BR
pl-PL = pl
bg-BG = bg
it-IT = it
+fi-FI = fi
; Extension mapping to highlight class
; e.g. .toml=ini
diff --git a/conf/locale/TRANSLATORS b/conf/locale/TRANSLATORS
index 616a1dc32..16b1cb5b9 100644
--- a/conf/locale/TRANSLATORS
+++ b/conf/locale/TRANSLATORS
@@ -12,32 +12,46 @@ Andrey Nering
Andrey Solomatin
Antoine GIRARD
Arthur Aslanyan
+Aurelien Darragon
Barış Arda Yılmaz
+Camille Baronnet
Christoph Kisfeld
Cysioland
Daniel Speichert
David Yzaguirre
Dmitriy Nogay
+Enrico Testori hypertesto AT gmail DOT com
Ezequiel Gonzalez Rial
Gregor Santner
Hamid Feizabadi
Huimin Wang
ilko
Ilya Makarov
+Robert Nuske
+Robin Hübner
+Jamie Mansfield
+Jean THOMAS
Juraj Bubniak
Lafriks
Lauri Ojansivu
Luc Stepniewski
+Luca Bozzo
+Luca Kröger
Marc Schiller
+Marvin Menzerath
+Michael Härtl
Miguel de la Cruz
Mikhail Burdin
Morten Sørensen
+Muhammad Fawwaz Orabi
Nakao Takamasa
Natan Albuquerque
Odilon Junior
+SeongJae Park
Thomas Fanninger
Tilmann Bach
Toni Villena Jiménez
+Vladimir Jigulin mogaika AT yandex DOT ru
Vladimir Vissoultchev
YJSoft
Łukasz Jan Niemier
diff --git a/conf/locale/locale_bg-BG.ini b/conf/locale/locale_bg-BG.ini
index 8da3200f6..f590556f8 100755
--- a/conf/locale/locale_bg-BG.ini
+++ b/conf/locale/locale_bg-BG.ini
@@ -38,19 +38,12 @@ settings=Настройки
your_profile=Вашият профил
your_settings=Вашите настройки
-news_feed=Поток новини
+activities=Активности
pull_requests=Заявки за сливане
issues=Задачи
cancel=Отказ
-[search]
-search=Търсене...
-repository=Хранилище
-user=Потребител
-issue=Задача
-code=Код
-
[install]
install=Инсталация
title=Стъпки за инсталиране при първоначално стартиране
@@ -65,7 +58,7 @@ db_name=Име на база данни
db_helper=Моля, използвайте INNODB engine с utf8_general_ci кодиране на знаци за MySQL.
ssl_mode=Режим SSL
path=Път
-sqlite_helper=Файл на SQLite3 или TiDB база данни.
+sqlite_helper=Файл на SQLite3 или TiDB база данни. Моля използвайте абсолютен път до файл когато стартирате Gogs като услуга.
err_empty_db_path=Пътят до SQLite3 или TiDB база данни не може да е празен.
err_invalid_tidb_name=TiDB не позволява "." и "-" в името на базата данни.
no_admin_and_disable_registration=Невъзможно изключване на регистрациите без предварително да е създаден поне един административен профил.
@@ -86,6 +79,8 @@ http_port=HTTP порт
http_port_helper=Порт, на който приложението ще слуша.
app_url=URL адрес на приложението
app_url_helper=Този настройка променя HTTP/HTTPS адреса за клониране, а понякога и адреса на ел. поща.
+log_root_path=Път към журналите
+log_root_path_helper=Директория в която се записват журналите.
optional_title=Опционални настройки
email_title=Настройки на пощенска услуга
@@ -122,6 +117,7 @@ run_user_not_match=Потребителският контекст на прил
save_config_failed=Неуспешно запазване на конфигурация: %v
invalid_admin_setting=Настройките на профил на администратора са невалидни: %v
install_success=Добре дошли! Радваме се, че избрахте Gogs, и Ви пожелаваме приятна работа и сърдечни поздрави!
+invalid_log_root_path=Основният път към журналите е невалиден: %v
[home]
uname_holder=Име или ел. поща
@@ -137,6 +133,8 @@ issues.in_your_repos=Във Вашите хранилища
[explore]
repos=Хранилища
+users=Потребители
+search=Търсене
[auth]
create_new_account=Създай нов профил
@@ -203,7 +201,6 @@ repo_name_been_taken=Името на хранилището вече се пол
org_name_been_taken=Името на организацията вече се ползва.
team_name_been_taken=Името на екипа вече се ползва.
email_been_used=Този адрес на ел. поща вече се ползва.
-illegal_team_name=Името на екипа съдържа недопустими знаци.
username_password_incorrect=Потребителското име или паролата не са верни.
enterred_invalid_repo_name=Моля уверете се, че въведеното име на хранилище е вярно.
enterred_invalid_owner_name=Моля уверете се, че въведеното име на притежател е вярно.
@@ -219,8 +216,6 @@ still_own_repo=Вашият профил притежава поне едно х
still_has_org=Вашият профил все още участва в поне една организация. Първо трябва да напуснете или изтриете Вашите участия в организациите.
org_still_own_repo=Тази организация все още притежава хранилище. Първо трябва да го изтриете или да го прехвърлите на друга организация.
-still_own_user=Това удостоверяване се използва от поне един потребител. Моля премахнете потребителите към него и опитайте отново.
-
target_branch_not_exist=Целевият клон не съществува.
[user]
@@ -262,11 +257,10 @@ continue=Продължи
cancel=Отказ
enable_custom_avatar=Разреши потребителски аватар
-enable_custom_avatar_helper=Без зареждане от Gravatar
choose_new_avatar=Избор на нов аватар
update_avatar=Запази настройките на аватара
+delete_current_avatar=Изтрий аватар
uploaded_avatar_not_a_image=Каченият файл не е изображение.
-no_custom_avatar_available=Невъзможно използване на външен аватар, защото не е активирано.
update_avatar_success=Настройките на аватара са запазени успешно.
change_password=Промяна на собствената парола
@@ -477,7 +471,7 @@ issues.closed_at=`затвори %[2]s`
issues.reopened_at=`повторно отвори %[2]s`
issues.commit_ref_at=`посочи тази задача от ревизия %[2]s`
issues.poster=Участник
-issues.admin=Администратор
+issues.collaborator=Сътрудник
issues.owner=Притежател
issues.sign_up_for_free=Регистрирай се безплатно
issues.sign_in_require_desc=за да се включите в този разговор. Вече имате профил? Влезте, за да коментирате
@@ -494,6 +488,7 @@ issues.label_modify=Промяна на етикет
issues.label_deletion=Изтрий етикет
issues.label_deletion_desc=При изтриване на този етикет ще се премахне информацията за него във всички свързани задачи. Желаете ли да продължите?
issues.label_deletion_success=Етикетът е изтрит успешно!
+issues.num_participants=%d участника
pulls.new=Нова заявка за сливане
pulls.compare_changes=Сравни промените
@@ -557,6 +552,8 @@ wiki.save_page=Запис на страница
wiki.last_commit_info=%s редактира тази страница %s
wiki.edit_page_button=Редакция
wiki.new_page_button=Нова страница
+wiki.delete_page_button=Изтрий страница
+wiki.delete_page_notice_1=Това ще изтрие страница "%s". Моля, бъдете сигурни.
wiki.page_already_exists=Страница със същото име вече съществува.
wiki.pages=Страници
wiki.last_updated=Последна модификация на %s
@@ -581,14 +578,23 @@ settings.tracker_url_format=Формат на URL адрес на външна
settings.tracker_url_format_desc=Можете да използвате текстови маркери {user} {repo} {index} за потребителско име, име на хранилище и индекс на задача съответно.
settings.pulls_desc=Включва заявки за сливане за да може да се приемат външни доработки
settings.danger_zone=Опасна зона
+settings.new_owner_has_same_repo=Новият притежател вече има хранилище със същото име. Изберете друго име.
+settings.convert=Промени към редовно хранилище
+settings.convert_desc=Можете да промените това огледало към редовно хранилище. Конверсията не може да се отмени.
+settings.convert_notices_1=- Тази операция ще конвертира огледалото към редовно хранилище и не може да бъде отменена в последствие.
+settings.convert_confirm=Потвърдете конверсията
+settings.convert_succeed=Конверсията към редовно хранилище е извършена успешно.
settings.transfer=Прехвърли притежание
settings.transfer_desc=Прехвърля това хранилище на друг потребител или към организация, в която имате права на администратор.
-settings.new_owner_has_same_repo=Новият притежател вече има хранилище със същото име. Изберете друго име.
-settings.delete=Изтрий това хранилище
-settings.delete_desc=След като изтриете хранилището, няма връщане назад. Моля, бъдете сигурни.
settings.transfer_notices_1=- Вие ще загубите достъп, ако новият притежател е индивидуален потребител.
settings.transfer_notices_2=- Вие ще запазите достъпа си, ако новият притежател е организация и ако вие сте един от притежателите ѝ.
settings.transfer_form_title=Моля въведете следната информация за да потвърдите операцията:
+settings.wiki_delete=Изтриване на данни на уики
+settings.wiki_delete_desc=След като изтриете данни за уики, няма връщане назад. Моля, бъдете сигурни.
+settings.wiki_delete_notices_1=- Това ще изтрие и ще деактивира уики за %s
+settings.wiki_deletion_success=Данните за уики на това хранилище са изтрити успешно.
+settings.delete=Изтрий това хранилище
+settings.delete_desc=След като изтриете хранилището, няма връщане назад. Моля, бъдете сигурни.
settings.delete_notices_1=- Тази операция НЕ МОЖЕ да бъде отменена в последствие.
settings.delete_notices_2=- Тази операция ще изтрие всичко от това хранилище, включително Git данни, задачи, коментари и достъпа на сътрудници.
settings.delete_notices_fork_1=- Ако това хранилище е публично, всички негови разклонения ще останат независими след изтриването му.
@@ -602,8 +608,12 @@ settings.transfer_succeed=Притежанието на хранилището
settings.confirm_delete=Потвърди изтриването
settings.add_collaborator=Добави нов сътрудник
settings.add_collaborator_success=Добавен е нов сътрудник.
+settings.delete_collaborator=Премахни
+settings.collaborator_deletion=Премахване на сътрудник
+settings.collaborator_deletion_desc=Този потребител няма да има достъп на сътрудник до хранилището след изтриването. Желаете ли да продължите?
settings.remove_collaborator_success=Сътрудникът е премахнат.
settings.search_user_placeholder=Име на потребител...
+settings.org_not_allowed_to_be_collaborator=Невъзможно добавяне на организация като сътрудник.
settings.user_is_org_member=Потребителят вече участва в организацията и не може да бъде добавен като сътрудник.
settings.add_webhook=Добави уеб-кука
settings.hooks_desc=Уеб-куките много приличат на обикновен HTTP POST тригер. Когато нещо се случи в Gogs, ние ще изпратим уведомление до сървъра, който посочите. Научете повече в Ръководство за уеб-куки.
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Презапис на ".ssh/authorized_keys" фай
dashboard.resync_all_sshkeys_success=Всички публични ключове са презаписани успешно.
dashboard.resync_all_update_hooks=Презапис на всички куки, закачени на актуализация на хранилищата (необходимо, когато се ползва собствен път за конфигурацията)
dashboard.resync_all_update_hooks_success=Всички куки, закачени на актуализация на хранилищата, са презаписани успешно.
+dashboard.reinit_missing_repos=Реинициализира всички записи за хранилища
+dashboard.reinit_missing_repos_success=Всички записи за хранилища със загубени Git файлове са реинициализирани успешно.
dashboard.server_uptime=Операционно време
dashboard.current_goroutine=Текущи Goroutines
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Оставете празно за да и
auths.attribute_name=Атрибут за име
auths.attribute_surname=Атрибут за фамилия
auths.attribute_mail=Атрибут за ел. поща
+auths.attributes_in_bind=Извличане на атрибути от контекста на име (DN) за свръзка
auths.filter=Филтър за потребител
auths.admin_filter=Филтър за администратор
auths.ms_ad_sa=Ms Ad SA
@@ -932,6 +945,7 @@ auths.update=Запази настройки за удостоверяване
auths.delete=Изтриване на това удостоверяване
auths.delete_auth_title=Изтрий удостоверяването
auths.delete_auth_desc=Това удостоверяване ще бъде изтрито. Желаете ли да продължите?
+auths.still_in_used=Това удостоверяване все още се използва от някои потребители. Моля изтрийте ги или ги конвертирайте до друг тип на влизане първо.
auths.deletion_success=Удостоверяването е изтрито успешно!
config.server_config=Сървърни настройки
@@ -948,6 +962,19 @@ config.static_file_root_path=Път към статични файлове
config.log_file_root_path=Път към журнал
config.script_type=Тип на скрипта
config.reverse_auth_user=Потребителско име при обратно удостоверяване
+
+config.ssh_config=SSH конфигурация
+config.ssh_enabled=Активен
+config.ssh_start_builtin_server=Стартирай вграден сървър
+config.ssh_domain=Домейн
+config.ssh_port=Порт
+config.ssh_listen_port=Порт за слушане
+config.ssh_root_path=Основен път
+config.ssh_key_test_path=Път до ключове
+config.ssh_keygen_path=Път до генератор ('ssh-keygen')
+config.ssh_minimum_key_size_check=Проверка за минимален размер на ключове
+config.ssh_minimum_key_sizes=Минимален размер на ключове
+
config.db_config=Настройки на базата данни
config.db_type=Тип
config.db_host=Сървър
@@ -962,7 +989,6 @@ config.register_email_confirm=Изисквай потвърждение на а
config.disable_register=Изключи нови регистрации
config.show_registration_button=Покажи бутон за регистрация
config.require_sign_in_view=Изисквай вписване за преглед
-config.enable_cache_avatar=Включи кеширане на аватари
config.mail_notify=Уведомяване по ел. поща
config.disable_key_size_check=Изключи проверка минимален размер на ключ
config.enable_captcha=Включи Captcha
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=Изключи HELO
config.mailer_name=Име
config.mailer_host=Сървър
config.mailer_user=Потребител
+config.send_test_mail=Изпрати тестово писмо
+config.test_mail_failed=Невъзможно изпращане на тестово писмо до '%s': %v
+config.test_mail_sent=Тестово писмо беше изпратено до '%s'.
config.oauth_config=OAuth конфигурация
config.oauth_enabled=Активна
config.cache_config=Конфигурация на кеша
@@ -1029,7 +1058,11 @@ create_repo=създаде хранилище %s
rename_repo=преименува хранилище от %[1]s на %[3]s
commit_repo=предаде към %[3]s в %[4]s
create_issue=`отвори задача %s#%[2]s"`
+close_issue=`затвори %s#%[2]s`
+reopen_issue=`повторно отвори %s#%[2]s`
create_pull_request=`създаде заявка за сливане %s#%[2]s`
+close_pull_request=`затвори заявка за сливане %s#%[2]s`
+reopen_pull_request=`повторно отвори заявка за сливане %s#%[2]s`
comment_issue=`коментира задача %s#%[2]s"`
merge_pull_request=`обедини заявка за сливане %s#%[2]s`
transfer_repo=прехвърли хранилище %s към %s
diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini
index 41b60848a..76b632491 100755
--- a/conf/locale/locale_de-DE.ini
+++ b/conf/locale/locale_de-DE.ini
@@ -1,6 +1,6 @@
-app_desc=Ein einfacher, selbst gehosteter Git-Service, geschrieben in Go
+app_desc=Ein einfacher, selbst gehosteter Git-Service
-home=Home
+home=Startseite
dashboard=Übersicht
explore=Erkunden
help=Hilfe
@@ -15,46 +15,39 @@ template=Vorlage
language=Sprache
create_new=Erstellen...
user_profile_and_more=Benutzerprofil und mehr
-signed_in_as=Eingeloggt als
+signed_in_as=Angemeldet als
username=Benutzername
email=E-Mail
password=Passwort
-re_type=Passwort bestätigen
+re_type=Erneut eingeben
captcha=Captcha
repository=Repository
organization=Organisation
-mirror=Spiegel
+mirror=Mirror
new_repo=Neues Repository
new_migrate=Neue Migration
-new_mirror=Neuer Spiegel
-new_fork=Neues abgespaltetes Repository
+new_mirror=Neuer Mirror
+new_fork=Neues Fork-Repository
new_org=Neue Organisation
manage_org=Organisationen verwalten
-admin_panel=Admin-Panel
+admin_panel=Administration
account_settings=Kontoeinstellungen
settings=Einstellungen
-your_profile=Dein Profil
-your_settings=Deine Einstellungen
+your_profile=Ihr Profil
+your_settings=Ihre Einstellungen
-news_feed=Neuigkeiten
+activities=Aktivitäten
pull_requests=Pull-Requests
-issues=Tickets
+issues=Issues
cancel=Abbrechen
-[search]
-search=Suchen...
-repository=Repository
-user=Benutzer
-issue=Problem
-code=Code
-
[install]
install=Installation
-title=Installation für erstmaligen Start
-docker_helper=Wenn Gogs innerhalb Docker läuft, lies dir bitte die Guidelines genau durch, bevor du irgendwas auf dieser Seite änderst!
+title=Installationsschritte für den ersten Start
+docker_helper=Wenn Gogs innerhalb Docker läuft, lesen Sie sich bitte den Leitfaden genau durch, bevor Sie irgendwas auf dieser Seite ändern!
requite_db_desc=Gogs benötigt MySQL, PostgreSQL, SQLite3 oder TiDB.
db_title=Datenbankeinstellungen
db_type=Datenbanktyp
@@ -62,108 +55,113 @@ host=Host
user=Benutzer
password=Passwort
db_name=Datenbankname
-db_helper=Bitte verwenden sie die InnoDB-Engine mit utf8_general_ci Zeichensatz für MySQL.
+db_helper=Bitte verwenden Sie in MySQL die InnoDB-Engine mit dem Zeichensatz utf8_general_ci.
ssl_mode=SSL-Modus
path=Pfad
-sqlite_helper=Der Dateipfad zur SQLite3 oder TiDB Datenbank.
+sqlite_helper=Der Dateipfad zur SQLite3- oder TiDB-Datenbank. Bitte verwenden Sie einen absoluten Pfad, wenn Gogs als Service gestartet wird.
err_empty_db_path=SQLite3 oder TiDB Datenbankpfad darf nicht leer sein.
-err_invalid_tidb_name=Der TiDB Datenbankname darf kein "." und kein "-" enthalten.
-no_admin_and_disable_registration=Du kannst die Registrierung nicht deaktivieren, ohne ein Administratorkonto zu erstellen.
+err_invalid_tidb_name=Der TiDB Datenbankname darf nicht "." und "-" enthalten.
+no_admin_and_disable_registration=Sie können die Registrierung nicht deaktivieren, ohne ein Administratorkonto zu erstellen.
err_empty_admin_password=Das Administrator-Passwort darf nicht leer sein.
general_title=Allgemeine Einstellungen
-app_name=Anwendungsname
-app_name_helper=Hier den Organisationsnamen einfügen.
-repo_path=Repository Root-Verzeichnispfad
-repo_path_helper=Alle Git-Repositorys werden in diesem Verzeichnis gespeichert.
+app_name=Name der Anwendung
+app_name_helper=Hier den Namen der Organisation einfügen!
+repo_path=Repository-Verzeichnis
+repo_path_helper=Alle Git-Repositories werden in diesem Verzeichnis gespeichert.
run_user=Ausführender Benutzer
-run_user_helper=Der Benutzer muss die Zugriffsberechtigung für das Repository Root-Verzeichnis haben und der ausführende Benutzer von Gogs sein.
+run_user_helper=Der Benutzer muss die Zugriffsberechtigung für das Repository-Verzeichnis haben und der ausführende Benutzer von Gogs sein.
domain=Domain
-domain_helper=Dies hat Auswirkung auf die SSH clone URLs.
+domain_helper=Dies hat Auswirkung auf die SSH Klon-URLs.
ssh_port=SSH Port
-ssh_port_helper=Die Portnummer deines SSH-Servers, lass dieses Feld leer, wenn du SSH deaktivieren möchtest.
+ssh_port_helper=Der Port Ihres SSH-Servers. Leer lassen um SSH zu deaktivieren.
http_port=HTTP Port
http_port_helper=Auf dieser Port Nummer wird Gogs erreichbar sein.
app_url=Anwendungs-URL
-app_url_helper=Dies hat Auswirkung auf die HTTP/HTTPS clone URLs und für die E-Mails.
+app_url_helper=Dies hat Auswirkung auf die HTTP/HTTPS Klon-URLs und den Inhalt der E-Mails.
+log_root_path=Logdateipfad
+log_root_path_helper=Verzeichnis in das Logdateien geschrieben werden.
optional_title=Optionale Einstellungen
email_title=E-Mail-Service Einstellungen
smtp_host=SMTP Host
smtp_from=Von
-smtp_from_helper=Absender-Adresse nach RFC 5322. Entweder nur eine E-Mail Adresse oder im folgenden Format: "Name" .
-mailer_user=Sender E-mail
-mailer_password=Sender Passwort
+smtp_from_helper=Absender-Adresse nach RFC 5322. Entweder nur eine E-Mail Adresse oder im Format: "Name" .
+mailer_user=Absender E-Mail
+mailer_password=Absender Passwort
register_confirm=Registrierungsbestätigung aktivieren
-mail_notify=E-Mail-Benachrichtigungen aktivieren
+mail_notify=E-Mail-Benachrichtigung aktivieren
server_service_title=Server- und sonstige Diensteinstellungen
offline_mode=Offline-Modus aktivieren
-offline_mode_popup=Deaktiviere das CDN auch im Produktionsmodus, alle Dateien werden von diesem Server ausgeliefert.
+offline_mode_popup=CDN auch im Produktivmodus deaktivieren. Alle Dateien werden von diesem Server ausgeliefert.
disable_gravatar=Gravatar-Dienst deaktivieren
-disable_gravatar_popup=Gravatar und benutzerdefinierte Quellen deaktivieren, alle Avatare werden standardmäßig vom Nutzer hochgeladen oder sind Standardavatare.
-disable_registration=Benutzerregistrierung deaktivieren
-disable_registration_popup=Deaktiviere die Benutzerregistrierung, nur Administratoren können Benutzerkonten anlegen.
+disable_gravatar_popup=Gravatar und benutzerdefinierte Quellen deaktivieren. Alle Profilbilder werden vom Nutzer hochgeladen oder sind das Standard-Profilbild.
+disable_registration=Registrierung deaktivieren
+disable_registration_popup=Registrierung neuer Benutzer deaktivieren. Nur Administratoren können Benutzerkonten anlegen.
enable_captcha=Captcha aktivieren
-enable_captcha_popup=Benötigt Captcha-Überprüfung für Registrierung durch Benutzer.
-require_sign_in_view=Erfordere Anmeldung, um Inhalte anzusehen
-require_sign_in_view_popup=Lediglich angemeldete Benutzer können Inhalte betrachten, Gäste sehen nur die Anmelden/Registrieren Seite.
-admin_setting_desc=Sie müssen jetzt noch keinen Administrator-Account anlegen. Der erste Benutzer ("ID=1") erhält automatisch Administrationsrechte.
-admin_title=Konto-Einstellungen für den Administrator
+enable_captcha_popup=Captcha-Eingabe bei der Registrierung erforderlich.
+require_sign_in_view=Seiten nur für angemeldete Benutzer zugänglich.
+require_sign_in_view_popup=Nur angemeldete Benutzer können auf alle Seiten zugreifen. Gäste sehen nur die Seiten Anmelden/Registrieren.
+admin_setting_desc=Sie müssen jetzt noch kein Administrator-Konto anlegen. Der erste Benutzer ("ID=1") erhält automatisch Administrator-Rechte.
+admin_title=Administrator Einstellungen
admin_name=Benutzername
admin_password=Passwort
confirm_password=Passwort bestätigen
admin_email=Administrator E-Mail
install_gogs=Gogs installieren
test_git_failed=Fehler beim Test des 'git' Kommandos: %v
-sqlite3_not_available=Ihre Gogs-Version unterstützt kein SQLite3, bitte lade dir die offizielle binäre Version von %s herunter, NICHT die gobuild-Version.
-invalid_db_setting=Datenbank-Einstellungen sind nicht korrekt: %v
-invalid_repo_path=Repository Root-Verzeichnis ist ungültig: %v
+sqlite3_not_available=Ihre Gogs-Version unterstützt SQLite3 nicht. Bitte laden Sie die offizielle binäre Version von %s herunter, NICHT die gobuild-Version.
+invalid_db_setting=Datenbankeinstellungen sind nicht korrekt: %v
+invalid_repo_path=Repository Verzeichnis ist ungültig: %v
run_user_not_match=Der ausführende Benutzer ist nicht der aktuelle Benutzer: %s -> %s
save_config_failed=Fehler beim Speichern der Konfiguration: %v
invalid_admin_setting=Admin-Konto Einstellungen sind ungültig: %v
-install_success=Herzlich Willkommen! Wir sind froh, dass du dich für Gogs entschieden hast. Wir wünschen viel Vergnügen damit.
+install_success=Herzlich Willkommen! Wir sind froh, dass Sie sich für Gogs entschieden haben. Wir wünschen viel Vergnügen damit.
+invalid_log_root_path=Pfad zum Log-Verzeichnis ist ungültig: %v
[home]
uname_holder=Benutzername oder E-Mail
password_holder=Passwort
-switch_dashboard_context=Dashboard Kontext wechseln
+switch_dashboard_context=Kontext der Übersichtsseite wechseln
my_repos=Meine Repositories
collaborative_repos=Gemeinschaftliche Repositories
my_orgs=Meine Organisationen
-my_mirrors=Meine Spiegel
+my_mirrors=Meine Mirrors
view_home=%s betrachten
-issues.in_your_repos=In deinen Repositories
+issues.in_your_repos=In Ihren Repositories
[explore]
repos=Repositories
+users=Benutzer
+search=Suche
[auth]
create_new_account=Neues Konto erstellen
-register_hepler_msg=Du hast bereits ein Konto? Jetzt anmelden!
-social_register_hepler_msg=Du hast bereits ein soziales Konto? Jetzt verknüpfen!
-disable_register_prompt=Es tut uns leid, die Registrierung wurde deaktiviert. Bitte wende dich an den Administrator.
+register_hepler_msg=Haben Sie bereits ein Konto? Jetzt anmelden!
+social_register_hepler_msg=Haben Sie bereits ein Konto? Jetzt verknüpfen!
+disable_register_prompt=Es tut uns leid, die Registrierung wurde deaktiviert. Bitte wenden Sie sich an den Administrator.
disable_register_mail=Es tut uns leid, die Bestätigung der Registrierungs-E-Mail wurde deaktiviert.
remember_me=Angemeldet bleiben
forgot_password=Passwort vergessen
forget_password=Passwort vergessen?
-sign_up_now=Du willst ein Konto? Jetzt registrieren!
-confirmation_mail_sent_prompt=Eine neue Bestätigungs-E-Mail wurde an %s gesendet. Kontrolliere dein Postfach innerhalb der nächsten %d Stunden, um die Registrierung abzuschließen.
-active_your_account=Aktiviere dein Konto
-resent_limit_prompt=Es tut uns leid, du sendest zu häufig Aktivierungs-E-Mails. Bitte warte 3 Minuten.
-has_unconfirmed_mail=Hallo %s, du hast eine unbestätigte E-Mail-Adresse (%s). Wenn du keine Bestätigungs-E-Mail erhalten hast oder eine neue benötigst, klicke bitte auf den folgenden Button.
-resend_mail=Hier klicken, um deine Aktivierungs-E-Mail erneut zu versenden
+sign_up_now=Benötigen Sie ein Konto? Registrieren Sie sich jetzt.
+confirmation_mail_sent_prompt=Eine neue Bestätigungs-E-Mail wurde an %s gesendet. Bitte kontrollieren Sie Ihr Postfach innerhalb der nächsten %d Stunden, um die Registrierung abzuschließen.
+active_your_account=Aktivieren Sie Ihr Konto
+resent_limit_prompt=Es tut uns leid, aber Sie haben bereits eine Aktivierungs-E-Mail angefordert. Bitte warten Sie 3 Minuten und probieren Sie es dann nochmal.
+has_unconfirmed_mail=Hallo %s, Sie haben eine unbestätigte E-Mail-Adresse (%s). Wenn Sie keine Bestätigungs-E-Mail erhalten haben oder eine neue benötigen, klicken Sie bitte auf den folgenden Button.
+resend_mail=Hier klicken, um die Aktivierungs-E-Mail erneut zu versenden
email_not_associate=Diese E-Mail-Adresse ist mit keinem Konto verknüpft.
send_reset_mail=Hier klicken, um die E-Mail zum Passwort-zurücksetzen erneut zu versenden
reset_password=Passwort zurücksetzen
invalid_code=Es tut uns leid, der Bestätigungscode ist abgelaufen oder ungültig.
reset_password_helper=Hier klicken, um das Passwort zurückzusetzen
-password_too_short=Das Passwort muss mindenstens 6 Zeichen lang sein
+password_too_short=Das Passwort muss mindenstens 6 Zeichen lang sein.
[mail]
-activate_account=Bitte aktiviere dein Konto
-activate_email=Verifiziere deine E-Mail-Adresse
-reset_password=Setze dein Passwort zurück
+activate_account=Bitte aktivieren Sie Ihr Konto
+activate_email=Bestätigen Sie Ihre E-Mail-Adresse
+reset_password=Passwort zurücksetzen
register_success=Registrierung erfolgreich, Willkommen
register_notify=Willkommen an Bord
@@ -177,23 +175,23 @@ UserName=Benutzername
RepoName=Repository-Name
Email=E-Mail-Adresse
Password=Passwort
-Retype=Passwort bestätigen
+Retype=Passwort erneut eingeben
SSHTitle=SSH-Schlüsselname
-HttpsUrl=HTTPS-URL
-PayloadUrl=Payload-URL
+HttpsUrl=HTTPS URL
+PayloadUrl=Payload URL
TeamName=Teamname
-AuthName=Authentifizierungsname
-AdminEmail=Admin E-mail
+AuthName=Name der Autorisierung
+AdminEmail=Administrator E-Mail
require_error=` darf nicht leer sein.`
-alpha_dash_error=` muss ausschließlich alphanumerische Zeichen und "-_" enthalten.`
-alpha_dash_dot_error=` muss ausschließlich alphanumerische Zeichen und ".-_" enthalten.`
+alpha_dash_error=` kann ausschließlich alphanumerische Zeichen und "-_" enthalten.`
+alpha_dash_dot_error=` kann ausschließlich alphanumerische Zeichen und ".-_" enthalten.`
size_error=` muss die Größe %s haben.`
min_size_error=` muss mindestens %s Zeichen enthalten.`
max_size_error=` darf höchstens %s Zeichen enthalten.`
email_error=` ist keine gültige E-Mail-Adresse.`
url_error=` ist keine gültige URL.`
-include_error=`muss den Substring ‚%s‘ enthalten.`
+include_error=` muss den Text '%s' enthalten.`
unknown_error=Unbekannter Fehler:
captcha_incorrect=Captcha stimmt nicht überein.
password_not_match=Die Passwörter stimmen nicht überein.
@@ -203,40 +201,37 @@ repo_name_been_taken=Repository-Name ist bereits vergeben.
org_name_been_taken=Organisationsname ist bereits vergeben.
team_name_been_taken=Teamname ist bereits vergeben.
email_been_used=E-Mail-Adresse wird bereits verwendet.
-illegal_team_name=Teamname enthält ungültige Zeichen.
username_password_incorrect=Benutzername oder Passwort ist nicht korrekt.
-enterred_invalid_repo_name=Bitte stelle sicher, dass der eingegebene Repository-Name richtig ist.
-enterred_invalid_owner_name=Bitte stelle sicher, dass der eingegebene Besitzername richtig ist.
-enterred_invalid_password=Bitte stelle sicher, dass das eingegebene Passwort richtig ist.
+enterred_invalid_repo_name=Bitte achten Sie darauf, dass der von Ihnen eingegebene Repository-Name korrekt ist.
+enterred_invalid_owner_name=Bitte achten Sie darauf, dass der eingegebene Name des Besitzers korrekt ist.
+enterred_invalid_password=Bitte achten Sie darauf, dass das eingegebene Passwort richtig ist.
user_not_exist=Angegebener Benutzer existiert nicht.
-last_org_owner=Der zu entfernende Benutzer ist der letzte Besitzer einer Organisation. Diese müssen zuerst gelöscht oder übertragen werden.
+last_org_owner=Entfernen des letzten Mitglieds aus einem Eigentümer-Team ist nicht zulässig, da es immer mindestens einen Eigentümer je Organisation geben muss.
-invalid_ssh_key=Leider sind wir nicht in der Lage, deinen SSH-Schlüssel zu überprüfen: %s
-unable_verify_ssh_key=Gogs kann deinen SSH-Schlüssel nicht verifizieren, nimmt aber an, dass er gültig ist. Bitte stelle dies selbst sicher.
+invalid_ssh_key=Leider sind wir nicht in der Lage, Ihren SSH-Schlüssel zu überprüfen: %s
+unable_verify_ssh_key=Gogs kann Ihren SSH-Schlüssel nicht überprüfen, nimmt aber an, dass er gültig ist. Bitte stellen Sie dies selbst sicher.
auth_failed=Authentifizierung fehlgeschlagen: %v
-still_own_repo=Dein Konto besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden.
-still_has_org=Du bist noch Mitglied einer Organisation, bitte lösche zunächst diese Mitgliedschaft.
+still_own_repo=Ihr Konto besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden.
+still_has_org=Sie sind noch Mitglied einer Organisation, bitte löschen Sie zunächst diese Mitgliedschaft.
org_still_own_repo=Diese Organisation besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden.
-still_own_user=Diese Authentifizierung wird noch von einigen Benutzern genutzt. Entferne diese zuvor und lösche erneut.
-
target_branch_not_exist=Ziel-Branch existiert nicht
[user]
-change_avatar=Ändere dein Profilbild auf gravatar.com
-change_custom_avatar=Ändere deinen Avatar in den Einstellungen
-join_on=Registriert
+change_avatar=Ändern Sie Ihr Profilbild auf gravatar.com
+change_custom_avatar=Ändern Sie Ihr Profilbild in den Einstellungen
+join_on=Beigetreten am
repositories=Repositories
activity=Öffentliche Aktivität
-followers=Followers
-starred=Markiert
-following=Folgt
+followers=Folgende
+starred=Favorisierte Repositories
+following=Folge ich
follow=Folgen
unfollow=Nicht mehr folgen
form.name_reserved=Der Benutzername '%s' ist reserviert.
-form.name_pattern_not_allowed=Benutzernamens-Muster "%s" ist nicht zulässig.
+form.name_pattern_not_allowed=Benutzernamen der Form '%s' sind nicht erlaubt.
[settings]
profile=Profil
@@ -249,61 +244,60 @@ delete=Konto löschen
uid=Uid
public_profile=Öffentliches Profil
-profile_desc=Deine E-Mail-Adresse ist öffentlich einsehbar und wird für accountspezifische Benachrichtigungen verwendet, sowie für alle web-basierten Funktionen, die über die Seite gemacht werden.
-password_username_disabled=Nicht-lokalen Benutzern ist es nicht erlaubt, ihren Usernamen zu ändern.
+profile_desc=Ihre E-Mail-Adresse ist öffentlich einsehbar und dient dazu, Ihnen Benachrichtigungen bezüglich Ihres Kontos und Aktivitäten auf der Webseite zu schicken.
+password_username_disabled=Nicht-lokalen Benutzern ist es nicht erlaubt, ihren Benutzernamen zu ändern.
full_name=Vollständiger Name
website=Webseite
location=Standort
update_profile=Profil aktualisieren
update_profile_success=Ihr Profil wurde erfolgreich aktualisiert.
change_username=Benutzername geändert
-change_username_prompt=Diese Änderung wird sich auf die Linkbezüge zu deinem Account auswirken.
+change_username_prompt=Diese Änderung wirkt sich auf die Links zu Ihrem Benutzerkonto aus.
continue=Weiter
cancel=Abbrechen
-enable_custom_avatar=Aktiviere benutzerdefinierten Avatar
-enable_custom_avatar_helper=Aktiviere dies, um deinen Avatar nicht von Gravatar zu laden
-choose_new_avatar=Neuen Avatar auswählen
-update_avatar=Avatar-Einstellung aktualisieren
+enable_custom_avatar=Benutzerdefiniertes Profilbild aktivieren
+choose_new_avatar=Neues Profilbild auswählen
+update_avatar=Profilbildeinstellungen aktualisieren
+delete_current_avatar=Aktuelles Profilbild löschen
uploaded_avatar_not_a_image=Die hochgeladene Datei ist kein Bild.
-no_custom_avatar_available=Kein benutzerdefinierter Avatar verfügbar, Aktivierung ist nicht möglich.
-update_avatar_success=Deine Avatar-Einstellung wurde aktualisiert.
+update_avatar_success=Ihre Profilbild-Einstellung wurden erfolgreich aktualisiert.
change_password=Passwort ändern
old_password=Aktuelles Passwort
new_password=Neues Passwort
retype_new_password=Neues Passwort erneut eingeben
password_incorrect=Aktuelles Passwort ist nicht korrekt.
-change_password_success=Passwort geändert. Du kannst dich jetzt mit deinem neuen Passwort anmelden.
+change_password_success=Ihr Passwort wurde geändert. Sie können sich jetzt mit ihrem neuen Passwort anmelden.
password_change_disabled=Nicht-lokalen Benutzern ist es nicht erlaubt, ihr Passwort zu ändern.
emails=E-Mail-Adressen
manage_emails=E-Mail-Adressen verwalten
-email_desc=Deine primäre E-Mail-Adresse wird für Benachrichtigungen und andere Funktionen verwendet.
+email_desc=Ihre primäre E-Mail-Adresse wird für Benachrichtigungen und andere Funktionen verwendet.
primary=Primär
primary_email=Als primäre Adresse verwenden
delete_email=Löschen
email_deletion=E-Mail löschen
-email_deletion_desc=Das Löschen dieser E-Mail Adresse wird alle Informationen entfernen, die mit dieser E-Mail Adresse verknüpft sind. Willst du fortfahren?
+email_deletion_desc=Das Löschen dieser E-Mail Adresse wird alle Informationen entfernen, die mit dieser E-Mail Adresse verknüpft sind. Wollen Sie fortfahren?
email_deletion_success=E-Mail-Adresse wurde erfolgreich gelöscht!
add_new_email=Neue E-Mail-Adresse hinzufügen
add_email=E-Mail-Adresse hinzufügen
add_email_confirmation_sent=Eine neue Bestätigungsmail wurde an '%s' gesendet, bitte überprüfen Sie Ihren Posteingang innerhalb von %d Stunden um die Bestätigung abzuschließen.
-add_email_success=Deine neue E-Mail-Adresse wurde erfolgreich hinzugefügt.
+add_email_success=Ihre neue E-Mail-Adresse wurde erfolgreich hinzugefügt.
manage_ssh_keys=SSH-Schlüssel verwalten
-add_key=SSH-Schlüssel hinzufügen
-ssh_desc=Dies ist eine Liste aller SSH-Schlüssel, die mit deinem Konto verknüpft sind. Bitte entferne alle Schlüssel, die dir nicht bekannt sind.
-ssh_helper=Du brauchst Hilfe? Hier ist eine Anleitung zum Erzeugen von SSH-Schlüsseln oder Problemlösen einfacher SSH-Probleme.
+add_key=Schlüssel hinzufügen
+ssh_desc=Dies ist eine Liste aller SSH-Schlüssel, die Ihrem Konto zugeordnet sind. Bitte entfernen Sie alle Schlüssel, die Ihnen nicht bekannt sind.
+ssh_helper=Brauchen Sie Hilfe? Hier ist eine Anleitung zum Erzeugen von SSH-Schlüsseln oder Lösen einfacher SSH-Probleme.
add_new_key=SSH-Schlüssel hinzufügen
ssh_key_been_used=Inhalt des öffentlichen Schlüssels wurde verwendet.
-ssh_key_name_used=Ein öffentlicher Schlüssel mit dem selben Namen existiert bereits.
+ssh_key_name_used=Ein öffentlicher Schlüssel mit diesem Namen existiert bereits.
key_name=Schlüsselname
key_content=Inhalt
add_key_success=Neuer SSH-Schlüssel '%s' wurde erfolgreich hinzugefügt!
-delete_key=SSH-Schlüssel löschen
-ssh_key_deletion=SSH-Schlüssel entfernen
-ssh_key_deletion_desc=Das Löschen dieses SSH-Schlüssels wird alle zugehörigen Zugriffsberechtigungen auf deinen Account entfernen. Möchtest du fortfahren?
+delete_key=Löschen
+ssh_key_deletion=SSH-Schlüssel löschen
+ssh_key_deletion_desc=Das Löschen dieses SSH-Schlüssels wird alle zugehörigen Zugriffsberechtigungen auf Ihr Konto entfernen. Möchten Sie fortfahren?
ssh_key_deletion_success=SSH-Schlüssel wurde erfolgreich gelöscht!
add_on=Hinzugefügt am
last_used=Zuletzt verwendet am
@@ -312,90 +306,90 @@ key_state_desc=Dieser Schlüssel wurde in den letzten 7 Tagen verwendet
token_state_desc=Dieses Token wurde in den letzten 7 Tagen benutzt
manage_social=Verknüpfte soziale Konten verwalten
-social_desc=Dies ist eine Liste verknüpfter sozialer Konten. Bitte entferne alle Verknüpfungen, die dir nicht bekannt sind.
+social_desc=Dies ist eine Liste verknüpfter sozialer Konten. Bitte entfernen Sie alle Verknüpfungen, die Ihnen nicht bekannt sind.
unbind=Verknüpfung entfernen
unbind_success=Die Verknüpfung zum sozialen Konto wurde entfernt.
-manage_access_token=Verwaltung persönlicher Zugangs-Tokens
+manage_access_token=Verwaltung persönlicher Zugangs-Token
generate_new_token=Neuen Token erzeugen
-tokens_desc=Von dir generierte Token können benutzt werden, um auf die Gogs APIs zuzugreifen.
-new_token_desc=Momentan erlaubt jeder Token vollen Zugriff auf dein Konto.
+tokens_desc=Die von Ihnen erzeugten Token können zum Zugriff auf die Gogs-API verwendet werden.
+new_token_desc=Jeder Token erlaubt vollen Zugriff auf ihr Konto.
token_name=Token-Name
generate_token=Token generieren
-generate_token_succees=Neuer Zugangs-Token wurde erstellt! Stelle sicher, dass du den Token kopiert hast, da du ihn später nicht mehr ansehen kannst!
+generate_token_succees=Ihr Zugangs-Token wurde erfolgreich generiert! Stellen Sie sicher, dass Sie den Token kopiert haben, da Sie ihn später nicht mehr ansehen können!
delete_token=Löschen
-access_token_deletion=Entfernung von persönlichen Token
-access_token_deletion_desc=Das Löschen dieses persönlichen Tokens wird alle zugehörigen Zugriffe der Anwendung entfernen. Möchtest du fortfahren?
-delete_token_success=Persönlicher Zugriffs-Token wurde erfolgreich entfernt! Vergiss nicht deine Anwendung zu aktualisieren.
+access_token_deletion=Persönlichen Token entfernen
+access_token_deletion_desc=Das Löschen dieses persönlichen Zugangs-Tokens wird alle zugehörigen Zugriffe der Anwendung entfernen. Möchten Sie fortfahren?
+delete_token_success=Persönlicher Zugriffs-Token wurde erfolgreich entfernt! Vergessen Sie nicht Ihre Anwendung zu aktualisieren.
delete_account=Konto löschen
-delete_prompt=Diese Aktion wird dein Konto dauerhaft löschen und kann NICHT rückgängig gemacht werden!
-confirm_delete_account=Löschen
-delete_account_title=Account löschen
-delete_account_desc=Du bist dabei dieses Konto dauerhaft zu löschen, möchtest du wirklich fortfahren?
+delete_prompt=Diese Aktion wird Ihr Konto dauerhaft löschen und kann NICHT rückgängig gemacht werden!
+confirm_delete_account=Löschvorgang bestätigen
+delete_account_title=Konto löschen
+delete_account_desc=Sie sind dabei dieses Konto dauerhaft zu löschen, möchten Sie wirklich fortfahren?
[repo]
owner=Besitzer
repo_name=Repository-Name
-repo_name_helper=Gute Repository-Namen sind kurz, einprägsam und einzigartig.
+repo_name_helper=Ein guter Repository-Name besteht gewöhnlich aus kurzen, leicht zu merkenden und eindeutigen Schlüsselworten.
visibility=Sichtbarkeit
-visiblity_helper=Diese Repository ist Privat
+visiblity_helper=Dieses Repository ist privat
visiblity_helper_forced=Der Administrator hat festgelegt, dass alle neuen Repositories privat sein müssen
visiblity_fork_helper=(Eine Änderung dieses Wertes wirkt sich auf alle Forks aus)
-clone_helper=Du brauchst Hilfe beim Klonen? Hier gibt es Hilfe!
-fork_repo=Repository abspalten
-fork_from=Forken von
+clone_helper=Sie brauchen Hilfe beim Klonen? Öffnen Sie die Hilfe!
+fork_repo=Repository forken
+fork_from=Fork von
fork_visiblity_helper=Die Sichtbarkeit von geforkten Repositories ist nicht veränderbar.
repo_desc=Beschreibung
repo_lang=Sprache
repo_lang_helper=.gitignore Dateien auswählen
license=Lizenz
-license_helper=Wähle eine Lizenz aus
+license_helper=Wählen Sie eine Lizenz aus
readme=Readme
readme_helper=Readme Vorlage auswählen
auto_init=Repository mit ausgewählten Dateien und Vorlagen initialisieren
create_repo=Repository erstellen
default_branch=Standard-Branch
-mirror_interval=Spiegel-Intervall (in Stunden)
-mirror_address=Spiegeladresse
-mirror_address_desc=Bitte notwendige Benutzerangaben in die Adresse aufnehmen.
+mirror_interval=Mirror-Intervall (in Stunden)
+mirror_address=Mirror-Adresse
+mirror_address_desc=Bitte die nötigen Zugangsdaten in die Adresse mit aufnehmen.
watchers=Beobachter
-stargazers=Sterngucker
+stargazers=In Favoriten von
forks=Forks
-form.reach_limit_of_creation=Der Besitzer hat die maximale Anzahl vo %d erstellbaren Repositorys erreicht.
-form.name_reserved=Repository-Name '%s' ist bereits vergeben.
-form.name_pattern_not_allowed=Repository-Namesmuster '%s' ist nicht zulässig.
+form.reach_limit_of_creation=Der Besitzer hat die maximale Anzahl von %d erstellbaren Repositories erreicht.
+form.name_reserved=Repository-Name '%s' ist reserviert.
+form.name_pattern_not_allowed=Repository-Namen der Form '%s' sind nicht erlaubt.
-need_auth=Autorisierung benötigt
+need_auth=Authorisierung benötigt
migrate_type=Migrationstyp
-migrate_type_helper=Diese Repository wird ein Spiegel sein
+migrate_type_helper=Dieses Repository wird ein Mirror sein
migrate_repo=Repository migrieren
migrate.clone_address=Adresse kopieren
migrate.clone_address_desc=Dies kann eine HTTP/HTTPS/GIT URL oder ein lokaler Serverpfad sein.
-migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositorys.
-migrate.invalid_local_path=Lokaler Pfad ist ungültig, er existiert nicht oder ist kein Ordner.
+migrate.permission_denied=Ihnen fehlen die Rechte zum Importieren lokaler Repositories.
+migrate.invalid_local_path=Der lokale Pfad ist ungültig, existiert nicht oder ist kein Ordner.
migrate.failed=Fehler bei Migration: %v
-mirror_from=spiegeln von
-forked_from=Geforkt von
-fork_from_self=Sie können keine Repository forken, welche ihnen gehört!
+mirror_from=Mirror von
+forked_from=geforkt von
+fork_from_self=Sie können kein Repository forken, das Ihnen gehört!
copy_link=Kopieren
copy_link_success=Kopiert!
-copy_link_error=Drücke ⌘-C oder Strg-C zum Kopieren
-copied=Kopiert OK
-unwatch=Nicht mehr beobachten
+copy_link_error=Drücken Sie ⌘-C oder Strg-C zum Kopieren
+copied=Erfolgreich kopiert
+unwatch=Beobachten beenden
watch=Beobachten
-unstar=Markierung aufheben
-star=Markieren
+unstar=Favorit entfernen
+star=Favorit hinzufügen
fork=Fork
no_desc=Keine Beschreibung
quick_guide=Kurzanleitung
-clone_this_repo=Diese Repository klonen
-create_new_repo_command=Erstelle eine neue Repository mittels Kommandozeile
-push_exist_repo=Übertrage eine existierende Repository von der Kommandozeile
-repo_is_empty=Das Repository ist leer, bitte komm später wieder!
+clone_this_repo=Dieses Repository klonen
+create_new_repo_command=Erstellen Sie ein neues Repository mittels der Kommandozeile
+push_exist_repo=Bestehendes Repository von der Kommandozeile pushen
+repo_is_empty=Dieses Repository ist leer. Bitte kommen Sie später wieder!
code=Code
branch=Branch
@@ -404,27 +398,27 @@ filter_branch_and_tag=Nach Branch oder Tag filtern
branches=Branches
tags=Tags
issues=Issues
-pulls=Pull-Request
+pulls=Pull-Requests
labels=Label
milestones=Meilensteine
commits=Commits
-releases=Veröffentlichungen
-file_raw=Roh
+releases=Releases
+file_raw=Originalformat
file_history=Verlauf
-file_view_raw=Ansicht Roh
+file_view_raw=Ansicht im Originalformat
file_permalink=Permalink
commits.commits=Commits
-commits.search=Durchsuche Commits
+commits.search=Commits durchsuchen
commits.find=Finden
-commits.author=Author
+commits.author=Autor
commits.message=Nachricht
commits.date=Datum
commits.older=Älter
commits.newer=Neuer
-issues.new=Neuer Issue
-issues.new.labels=Labels
+issues.new=Neues Issue
+issues.new.labels=Label
issues.new.no_label=Kein Label
issues.new.clear_labels=Labels entfernen
issues.new.milestone=Meilenstein
@@ -432,9 +426,9 @@ issues.new.no_milestone=Kein Meilenstein
issues.new.clear_milestone=Meilenstein entfernen
issues.new.open_milestone=Offene Meilensteine
issues.new.closed_milestone=Geschlossene Meilensteine
-issues.new.assignee=Zuständiger
-issues.new.clear_assignee=Zuständigen entfernen
-issues.new.no_assignee=Kein Zuständiger
+issues.new.assignee=Zuständig
+issues.new.clear_assignee=Zuständigkeit entfernen
+issues.new.no_assignee=Niemand zuständig
issues.create=Issue erstellen
issues.new_label=Neues Label
issues.new_label_placeholder=Label-Name...
@@ -444,82 +438,83 @@ issues.close_tab=%d geschlossen
issues.filter_label=Label
issues.filter_label_no_select=Kein Label gewählt
issues.filter_milestone=Meilenstein
-issues.filter_milestone_no_select=Kein ausgewählter Meilenstein
-issues.filter_assignee=Zuständiger
-issues.filter_assginee_no_select=Kein ausgewählter Zuständiger
+issues.filter_milestone_no_select=Kein Meilenstein ausgewählt
+issues.filter_assignee=Zuständig
+issues.filter_assginee_no_select=Keine Zuständigkeit ausgewählt
issues.filter_type=Typ
-issues.filter_type.all_issues=Alle Probleme
-issues.filter_type.assigned_to_you=Dir zugewiesen
-issues.filter_type.created_by_you=Erstellt von dir
-issues.filter_type.mentioning_you=Erwähnen dich
+issues.filter_type.all_issues=Alle Issues
+issues.filter_type.assigned_to_you=Ihnen zugewiesen
+issues.filter_type.created_by_you=Von Ihnen erstellt
+issues.filter_type.mentioning_you=Erwähnt Sie
issues.filter_sort=Sortieren
issues.filter_sort.latest=Neueste
issues.filter_sort.oldest=Älteste
-issues.filter_sort.recentupdate=Zuletzt aktualisiert
+issues.filter_sort.recentupdate=Kürzlich aktualisiert
issues.filter_sort.leastupdate=Am längsten nicht aktualisiert
issues.filter_sort.mostcomment=Am meisten kommentiert
issues.filter_sort.leastcomment=Am wenigsten kommentiert
issues.opened_by=%[1]s geöffnet von %[3]s
-issues.opened_by_fake=eröffnet %[1]s von %[2]s
-issues.previous=Vorherige Seite
-issues.next=Nächste Seite
+issues.opened_by_fake=geöffnet %[1]s von %[2]s
+issues.previous=Vorherige
+issues.next=Nächste
issues.open_title=Offen
issues.closed_title=Geschlossen
issues.num_comments=%d Kommentare
-issues.commented_at=`kommentiert in %[2]s`
+issues.commented_at=`hat %[2]s kommentiert`
issues.no_content=Hier gibt es bis jetzt noch keinen Inhalt.
issues.close_issue=Schließen
issues.close_comment_issue=Kommentieren und schließen
-issues.reopen_issue=Wiedereröffnen
-issues.reopen_comment_issue=Kommentieren und wiedereröffnen
+issues.reopen_issue=Wieder öffnen
+issues.reopen_comment_issue=Kommentieren und wieder öffnen
issues.create_comment=Kommentieren
-issues.closed_at=`geschlossen in %[2]s`
-issues.reopened_at=`wiedereröffnet in %[2]s`
-issues.commit_ref_at=`referenziert dieses Issue aus einem Commit %[2]s`
+issues.closed_at=`hat %[2]s geschlossen`
+issues.reopened_at=`hat %[2]s wieder geöffnet`
+issues.commit_ref_at=`hat dieses Issue %[2]s aus einem Commit referenziert`
issues.poster=Ersteller
-issues.admin=Admin
+issues.collaborator=Mitarbeiter
issues.owner=Besitzer
issues.sign_up_for_free=Kostenlos anmelden
-issues.sign_in_require_desc=um dieser Konverstion beizutreten. Hast du bereits einen Account? Anmelden zum kommentieren
+issues.sign_in_require_desc=um dieser Diskussion beizutreten. Haben Sie bereits ein Konto? Anmelden um zu kommentieren
issues.edit=Bearbeiten
issues.cancel=Abbrechen
issues.save=Speichern
-issues.label_title=Label Name
-issues.label_color=Label Farbe
-issues.label_count=%d Labels
+issues.label_title=Labelname
+issues.label_color=Labelfarbe
+issues.label_count=%d Label
issues.label_open_issues=%d offene Issues
issues.label_edit=Bearbeiten
issues.label_delete=Löschen
-issues.label_modify=Label Änderung
-issues.label_deletion=Label Löschung
-issues.label_deletion_desc=Das Löschen eines Labels entfernt es von allen verknüpften Issues. Möchtest du fortfahren?
+issues.label_modify=Label ändern
+issues.label_deletion=Label löschen
+issues.label_deletion_desc=Das Label wird von allen verknüpften Issues entfernt. Möchten Sie fortfahren?
issues.label_deletion_success=Label wurde erfolgreich gelöscht!
+issues.num_participants=%d Beteiligte
pulls.new=Neuer Pull-Request
pulls.compare_changes=Änderungen vergleichen
-pulls.compare_changes_desc=Vergleiche zwei Branches und erstelle einen Pull Request für die Änderungen.
+pulls.compare_changes_desc=Zwei Branches vergleichen und einen Pull-Request für die Änderungen erstellen.
pulls.compare_base=Base
pulls.compare_compare=vergleichen
-pulls.filter_branch=Filter Branch
+pulls.filter_branch=Branch filtern
pulls.no_results=Keine Ergebnisse verfügbar.
-pulls.nothing_to_compare=Es ist nichts zu vergleichen, da Base- und Head-Branch gleich sind.
-pulls.has_pull_request=`Es existiert bereits eine Pull-Anforderung zwischen diesen beiden Zielen: %[2]s#%[3]d`
-pulls.create=Pull Request erstellen
+pulls.nothing_to_compare=Es gibt nichts zu vergleichen, da Base- und Head-Branch gleich sind.
+pulls.has_pull_request=`Es existiert bereits ein Pull-Request zwischen diesen beiden Zielen: %[2]s#%[3]d`
+pulls.create=Pull-Request erstellen
pulls.title_desc=möchte %[1]d Commits von %[2]s nach %[3]s zusammenführen
-pulls.merged_title_desc=%[1]d Commits von %[2]s nach %[3]s %[4]s zusammengeführt
-pulls.tab_conversation=Konversation
+pulls.merged_title_desc=hat %[1]d Commits von %[2]s nach %[3]s %[4]s zusammengeführt
+pulls.tab_conversation=Diskussion
pulls.tab_commits=Commits
-pulls.tab_files=Dateien geändert
-pulls.reopen_to_merge=Bitte diese Pull-Anforderung wiedereröffnen, um die Merge-Operation auszuführen.
+pulls.tab_files=Geänderte Dateien
+pulls.reopen_to_merge=Bitte diesen Pull-Request wiedereröffnen, um die Merge-Operation auszuführen.
pulls.merged=Zusammengeführt
pulls.has_merged=Dieser Pull-Request wurde erfolgreich zusammengeführt!
-pulls.data_broken=Die Daten dieser Pull-Anforderung sind defekt aufgrund des Löschens von Fork-Informationen.
-pulls.is_checking=Die Konfliktprüfung ist in Arbeit. Bitte aktualisiere die Seite in wenigen Momenten.
-pulls.can_auto_merge_desc=Diese Pull-Anforderung kann automatisch zusammengeführt werden.
-pulls.cannot_auto_merge_desc=Diese Pull-Anforderung kann nicht automatisch zusammengeführt werden, da es Konflikte gibt.
-pulls.cannot_auto_merge_helper=Bitte manuell zusammenführen um die Konflikte zu lösen.
+pulls.data_broken=Die Daten dieses Pull-Requests sind defekt, da Fork-Informationen gelöscht wurden.
+pulls.is_checking=Die Konfliktprüfung ist in Arbeit. Bitte aktualisieren Sie die Seite in wenigen Momenten.
+pulls.can_auto_merge_desc=Dieser Pull-Request kann automatisch zusammengeführt werden.
+pulls.cannot_auto_merge_desc=Dieser Pull-Request kann nicht automatisch zusammengeführt werden, da es Konflikte gibt.
+pulls.cannot_auto_merge_helper=Bitte manuell zusammenführen, um die Konflikte zu lösen.
pulls.merge_pull_request=Pull-Request zusammenführen
-pulls.open_unmerged_pull_exists=`Du kannst die Pull-Anforderung nicht wiedereröffnen, da bereits eine offene Pull-Anforderung (#%d) aus dem selben Repository mit den gleichen Merge-Informationen existiert und auf das Merging wartet.`
+pulls.open_unmerged_pull_exists=`Sie können diesen Pull-Request nicht wieder öffnen, da bereits ein offener Pull-Request (#%d) aus dem selben Repository mit den gleichen Merge-Informationen existiert und auf das Zusammenführen wartet.`
milestones.new=Neuer Meilenstein
milestones.open_tab=%d offen
@@ -528,35 +523,37 @@ milestones.closed=Geschlossen %s
milestones.no_due_date=Kein Fälligkeitsdatum
milestones.open=Offen
milestones.close=Geschlossen
-milestones.new_subheader=Erstelle Meilenstein zum Organisieren der Issues.
+milestones.new_subheader=Erstellen Sie Meilensteine, um ihre Issues zu organisieren.
milestones.create=Meilenstein erstellen
milestones.title=Titel
milestones.desc=Beschreibung
milestones.due_date=Fälligkeitsdatum (optional)
-milestones.clear=Bereinigen
+milestones.clear=Feld leeren
milestones.invalid_due_date_format=Format des Fälligkeitsdatums ist ungültig. Es muss das Format 'JJJJ-mm-dd' haben.
milestones.create_success=Meilenstein '%s' wurde erfolgreich erstellt!
milestones.edit=Meilenstein bearbeiten
-milestones.edit_subheader=Benutze eine bessere Beschreibung für die Meilensteine, um die Menschen nicht zu verwirren.
+milestones.edit_subheader=Verwenden Sie eine aussagekräftige Beschreibung für Meilensteine, um Missverständnisse zu vermeiden.
milestones.cancel=Abbrechen
milestones.modify=Meilenstein ändern
milestones.edit_success=Änderungen des Meilensteins '%s' wurden erfolgreich gespeichert!
milestones.deletion=Meilenstein löschen
-milestones.deletion_desc=Das Löschen dieses Meilensteins wird alle zugehörigen Informationen in allen Issues entfernen. Wirklich fortfahren?
+milestones.deletion_desc=Der Meilenstein wird von allen verknüpften Issues entfernt. Möchten Sie fortfahren?
milestones.deletion_success=Meilenstein erfolgreich gelöscht!
wiki=Wiki
wiki.welcome=Willkommen im Wiki!
-wiki.welcome_desc=Das Wiki ist der Ort, wo du zusammen dein Projekt dokumentieren und es besser machen kannst.
-wiki.create_first_page=Erstelle die erste Seite
+wiki.welcome_desc=Das Wiki ist der Ort, an dem Sie ihr Projekt gemeinsam dokumentieren und verbessern können.
+wiki.create_first_page=Erstellen Sie die erste Seite
wiki.page=Seite
wiki.filter_page=Seite filtern
wiki.new_page=Neue Seite erstellen
-wiki.default_commit_message=Schreibe eine Notiz zu dieser Aktualisierung (optional).
+wiki.default_commit_message=Beschreiben Sie diese Änderung (optional).
wiki.save_page=Seite speichern
wiki.last_commit_info=%s hat diese Seite bearbeitet %s
wiki.edit_page_button=Bearbeiten
wiki.new_page_button=Neue Seite
+wiki.delete_page_button=Seite löschen
+wiki.delete_page_notice_1=Die Seite "%s" wird gelöscht. Bitte seien Sie vorsichtig.
wiki.page_already_exists=Eine Wiki-Seite mit dem gleichen Namen existiert bereits.
wiki.pages=Seiten
wiki.last_updated=Zuletzt aktualisiert %s
@@ -571,97 +568,110 @@ settings.site=Offizielle Webseite
settings.update_settings=Einstellungen speichern
settings.change_reponame_prompt=Diese Änderung wirkt sich darauf aus, wie sich Links auf Repositories beziehen.
settings.advanced_settings=Erweiterte Einstellungen
-settings.wiki_desc=Wiki aktivieren um Leuten das Schreiben von Dokumenten zu ermöglichen
-settings.use_external_wiki=Benutze externes Wiki
+settings.wiki_desc=Wiki aktivieren, damit Benutzer Seiten anlegen können
+settings.use_external_wiki=Externes Wiki verwenden
settings.external_wiki_url=Externe Wiki URL
-settings.external_wiki_url_desc=Besucher werden auf die URL umgeleitet, wenn sie auf den Tab klicken.
-settings.issues_desc=Benutze eingebauten leichtgewichtigen Issue-Tracker
-settings.use_external_issue_tracker=Benutze externen Issue-Tracker
-settings.tracker_url_format=URL-Format für externen Issu-Tracker
-settings.tracker_url_format_desc=Du kannst einen Platzhalter {user} {repo} {index} für den Benutzernamen, den Repositorynamen und den Issue-Index benutzen.
-settings.pulls_desc=Aktiviere Pull-Anforderungen zum Akzeptieren von öffentlichen Beiträgen
+settings.external_wiki_url_desc=Besucher werden auf diese URL umgeleitet, wenn sie auf den Tab klicken.
+settings.issues_desc=Eingebautes einfaches Issue-System verwenden
+settings.use_external_issue_tracker=Externes Issue-System verwenden
+settings.tracker_url_format=URL-Format des externen Issue-Systems
+settings.tracker_url_format_desc=Sie können die Platzhalter {user} {repo} {index} für den Benutzernamen, den Namen des Repositories und die Issue-Nummer verwenden.
+settings.pulls_desc=Pull-Requests aktivieren, um öffentliche Mitwirkung zu ermöglichen
settings.danger_zone=Gefahrenzone
+settings.new_owner_has_same_repo=Der neue Eigentümer hat bereits ein Repository mit dem gleichen Namen. Bitte wählen Sie einen anderen Namen.
+settings.convert=In ein normales Repository umwandeln
+settings.convert_desc=Dieser Mirror kann in ein normales Repository umgewandelt werden. Dies kann nicht rückgängig gemacht werden.
+settings.convert_notices_1=- Dieser Vorgang wandelt das Mirror-Repository in ein normales Repository um. Dies kann nicht rückgängig gemacht werden.
+settings.convert_confirm=Umwandlung bestätigen
+settings.convert_succeed=Das Repository wurde erfolgreich in ein normales Repository umgewandelt.
settings.transfer=Besitz übertragen
-settings.transfer_desc=Übertrage diese Repository auf einen anderen Benutzer oder eine Organisation in der du Admin-Rechte hast.
-settings.new_owner_has_same_repo=Der neue Eigentümer hat bereits ein Repository mit dem gleichen Namen.
-settings.delete=Repository löschen
-settings.delete_desc=Wenn diese Repository gelöscht ist, gibt es keinen Weg zurück. Bitte sei behutsam.
-settings.transfer_notices_1=- Du wirst den Zugang verlieren, wenn der neue Besitzer ein individueller Benutzer ist.
-settings.transfer_notices_2=- Du wirst den Zugang behalten, wenn der neue Besitzer eine Organisation ist und du einer der Besitzer bist.
-settings.transfer_form_title=Bitte gib die folgenden Informationen ein, um die Operation zu bestätigen:
+settings.transfer_desc=Dieses Repository auf einen anderen Benutzer bzw. eine Organisation in der Sie Admin-Rechte haben übertragen.
+settings.transfer_notices_1=- Sie werden keinen Zugriff mehr haben, wenn der neue Besitzer ein individueller Benutzer ist.
+settings.transfer_notices_2=- Sie werden weiterhin Zugriff haben, wenn der neue Besitzer eine Organisation ist und Sie einer der Besitzer sind.
+settings.transfer_form_title=Bitte geben Sie die folgenden Informationen ein, um die Operation zu bestätigen:
+settings.wiki_delete=Wiki-Daten löschen
+settings.wiki_delete_desc=Das Löschen von Wiki Daten kann nicht rückgängig gemacht werden. Bitte seien Sie vorsichtig.
+settings.wiki_delete_notices_1=- Dies löscht und deaktiviert das Wiki für %s
+settings.wiki_deletion_success=Repository Wiki Daten erfolgreich gelöscht.
+settings.delete=Dieses Repository löschen
+settings.delete_desc=Wenn dieses Repository gelöscht wurde, gibt es keinen Weg zurück. Bitte seien Sie vorsichtig.
settings.delete_notices_1=- Diese Operation kann NICHT rückgängig gemacht werden.
-settings.delete_notices_2=- Die Operation wird alles, was mit dieser Git-Repository verbunden ist, dauerhaft löschen, inklusive der Daten, Issues, Kommentare und Zugriffsrechte von Benutzern.
-settings.delete_notices_fork_1=- Wenn dies eine öffentliche Repository ist, werden nach der Löschung alle Forks unabhängig.
-settings.delete_notices_fork_2=- Wenn dies eine private Repository ist, dann werden gleichzeitig alle Forks entfernt.
-settings.delete_notices_fork_3=Wenn alle Forks erhalten bleiben sollen, dann muss zuerst die Sichtbarkeit der Repository auf öffentlich gesetzt werden.
+settings.delete_notices_2=- Die Operation wird alles, was mit diesem Git-Repository verbunden ist, dauerhaft löschen, inklusive der Daten, Issues, Kommentare und Zugriffsrechte von Mitarbeitern.
+settings.delete_notices_fork_1=- Wenn dies ein öffentliches Repository ist, werden nach dem Löschen alle Forks unabhängig.
+settings.delete_notices_fork_2=- Wenn dies ein privates Repository ist, werden gleichzeitig alle Forks entfernt.
+settings.delete_notices_fork_3=- Wenn alle Forks erhalten bleiben sollen, dann muss zuerst die Sichtbarkeit dieses Repositories auf öffentlich gesetzt werden.
settings.deletion_success=Repository wurde erfolgreich gelöscht!
settings.update_settings_success=Repository-Optionen aktualisiert.
settings.transfer_owner=Neuer Besitzer
-settings.make_transfer=übertragen
-settings.transfer_succeed=Die Repository wurde erfolgreich übertragen.
+settings.make_transfer=Transfer starten
+settings.transfer_succeed=Das Repository wurde erfolgreich übertragen.
settings.confirm_delete=Löschen
settings.add_collaborator=Mitarbeiter hinzufügen
-settings.add_collaborator_success=Mitarbeiter hinzugefügt
-settings.remove_collaborator_success=Mitarbeiter entfernt
+settings.add_collaborator_success=Neuer Mitarbeiter wurde hinzugefügt.
+settings.delete_collaborator=Löschen
+settings.collaborator_deletion=Mitarbeiter löschen
+settings.collaborator_deletion_desc=Nach dem Löschen wird dieser Benutzer keinen Zugriff mehr als Mitarbeiter auf dieses Repository haben. Möchten Sie fortfahren?
+settings.remove_collaborator_success=Mitarbeiter wurde entfernt.
settings.search_user_placeholder=Benutzer suchen...
+settings.org_not_allowed_to_be_collaborator=Eine Organisation kann nicht als Mitarbeiter hinzugefügt werden.
settings.user_is_org_member=Benutzer ist ein Organisationsmitglied und kann nicht als Mitarbeiter hinzugefügt werden.
settings.add_webhook=Webhook hinzufügen
-settings.hooks_desc=Webhooks erlauben es dir, externe Dienste zu informieren, wenn etwas bestimmtes in deiner Repository passiert. Gogs sendet dann einen POST-Request an alle angegebenen URLs. Erfahre mehr in unserer Webhooks Guide.
+settings.hooks_desc=Webhooks erlauben es Ihnen, externe Dienste zu informieren, wenn etwas Bestimmtes in Ihrem Repository passiert. Gogs sendet dann einen POST-Request an alle angegebenen URLs. Erfahren Sie mehr in unserem Webhooks Guide.
settings.webhook_deletion=Webhook entfernen
settings.webhook_deletion_desc=Das Löschen dieses Webhooks wird alle zugehörigen Informationen und den Übertragungsverlauf entfernen. Wirklich fortfahren?
settings.webhook_deletion_success=Webhook wurde erfolgreich entfernt!
-settings.webhook.test_delivery=Auslieferungstest
-settings.webhook.test_delivery_desc=Sende eine imitierte Push-Ereignis-Auslieferung um die Webhook-Einstellungen zu testen
+settings.webhook.test_delivery=Senden testen
+settings.webhook.test_delivery_desc=Sendet ein simuliertes Push-Ereignis, um die Webhook-Einstellungen zu testen
settings.webhook.test_delivery_success=Test-Webhook wurde zur Auslieferungswarteschlange hinzugefügt. Es kann einige Sekunden dauern, bevor es in der Auslieferungshistorie erscheint.
settings.webhook.request=Anfrage
-settings.webhook.response=Rückmeldung
+settings.webhook.response=Antwort
settings.webhook.headers=Kopfzeilen
settings.webhook.payload=Nutzdaten
settings.webhook.body=Inhalt
-settings.githooks_desc=Git-Hooks werden von Git selbst bereitgestellt. Du kannst die Dateien der unterstützten Hooks in der Liste unten bearbeiten, um eigene Operationen einzubinden.
-settings.githook_edit_desc=Wenn ein Hook inaktiv ist, wird der Standardinhalt benutzt. Lasse den Inhalt leer, um den Hook zu deaktivieren.
+settings.githooks_desc=Git-Hooks werden von Git selbst bereitgestellt. Sie können die Dateien der unterstützten Hooks in der Liste unten bearbeiten, um eigene Operationen einzubinden.
+settings.githook_edit_desc=Wenn ein Hook inaktiv ist, wird der Standardinhalt benutzt. Lassen Sie den Inhalt leer, um den Hook zu deaktivieren.
settings.githook_name=Hook-Name
settings.githook_content=Hook-Inhalt
-settings.update_githook=Aktualisiere Hook
-settings.add_webhook_desc=Gogs sendet einen POST-Request an die unten stehende URL mit Details aller abonnierten Ereignisse. Du kannst auch angeben, welches Datenformat du erhalten willst (JSON, x-www-form-urlencoded, etc). Mehr Informationen findest du im Webhooks Guide.
-settings.payload_url=Payload-URL
+settings.update_githook=Hook aktualisieren
+settings.add_webhook_desc=Gogs sendet einen POST-Request an die unten stehende URL mit Details aller abonnierten Ereignisse. Sie können auch angeben, welches Datenformat Sie empfangen wollen (JSON, x-www-form-urlencoded, etc). Mehr Informationen finden Sie im Webhooks Guide.
+settings.payload_url=Payload URL
settings.content_type=Inhaltstyp
settings.secret=Secret
settings.slack_username=Benutzername
settings.slack_icon_url=Icon URL
settings.slack_color=Farbe
-settings.event_desc=Welche Ereignisse sollen diesen Webhook auslösen?
+settings.event_desc=Wann soll dieser Webhook ausgelöst werden?
settings.event_push_only=Nur das push-Ereignis.
settings.event_send_everything=Ich brauche alles.
settings.event_choose=Lass mich auswählen, was ich brauche.
settings.event_create=Erstellen
settings.event_create_desc=Branch/Tag erstellt
settings.event_push=Push
-settings.event_push_desc=Git push auf eine Repository
+settings.event_push_desc=Git push auf ein Repository
settings.active=Aktiv
-settings.active_helper=Ereignisdetails werden ausgeliefert, wenn dieser Webhook ausgelöst wird.
+settings.active_helper=Details über das auslösende Ereignis des Webhooks werden ebenfalls mit gesendet
settings.add_hook_success=Webhook hinzugefügt
settings.update_webhook=Webhook aktualisieren
settings.update_hook_success=Webhook wurde aktualisiert.
settings.delete_webhook=Webhook löschen
-settings.recent_deliveries=letzte Zustellungen
+settings.recent_deliveries=Letzte Zustellungen
settings.hook_type=Hook Typ
-settings.add_slack_hook_desc=Füge Slack-Integration zu deiner Repository hinzu.
+settings.add_slack_hook_desc=Fügen Sie Slack-Integration zu Ihrem Repository hinzu.
settings.slack_token=Token
settings.slack_domain=Domain
settings.slack_channel=Kanal
-settings.deploy_keys=Deploy-Keys
-settings.add_deploy_key=Deploy-Key hinzufügen
-settings.deploy_key_desc=Auslieferungs-Schlüssel hat nur lesenden Zugriff. Er ist nicht identisch mit dem persönlichen SSH-Schlüssel des Accounts.
-settings.no_deploy_keys=Du hast noch keine Deploy-Schlüssel hinzugefügt.
+settings.deploy_keys=Deploy-Schlüssel
+settings.add_deploy_key=Deploy-Schlüssel hinzufügen
+settings.deploy_key_desc=Deploy-Schlüssel haben nur lesenden Zugriff. Sie sind nicht identisch mit dem SSH-Schlüssel des persönlichen Kontos.
+settings.no_deploy_keys=Sie haben noch keine Deploy-Schlüssel hinzugefügt.
settings.title=Titel
settings.deploy_key_content=Inhalt
settings.key_been_used=Deploy-Schlüssel wurde verwendet.
settings.key_name_used=Ein Deploy-Schlüssel mit diesem Namen existiert bereits.
settings.add_key_success=Der Deploy-Schlüssel '%s' wurde erfolgreich hinzugefügt!
-settings.deploy_key_deletion=Deploy-Key löschen
-settings.deploy_key_deletion_desc=Nach der Löschung dieses Deploy-Keys werden zugehörige Zugriffe auf diese Repository nicht mehr möglich sein. Möchtest du wirklich fortfahren?
-settings.deploy_key_deletion_success=Deploy-Key wurde erfolgreich gelöscht!
+settings.deploy_key_deletion=Deploy-Schlüssel löschen
+settings.deploy_key_deletion_desc=Nach dem Löschen dieses Deploy-Schlüssels werden entsprechende Zugriffe auf dieses Repository nicht mehr möglich sein. Möchten Sie wirklich fortfahren?
+settings.deploy_key_deletion_success=Deploy-Schlüssel wurde erfolgreich gelöscht!
diff.browse_source=Quellcode durchsuchen
diff.parent=Ursprung
@@ -670,7 +680,7 @@ diff.data_not_available=Keine Diff-Daten verfügbar.
diff.show_diff_stats=Diff-Statistik anzeigen
diff.show_split_view=Geteilte Ansicht
diff.show_unified_view=Gesamtansicht
-diff.stats_desc= %d geänderte Dateien mit %d neuen Zeilen und %d gelöschten Zeilen
+diff.stats_desc= %d geänderte Dateien mit %d neuen und %d gelöschten Zeilen
diff.bin=BIN
diff.view_file=Datei anzeigen
@@ -678,30 +688,30 @@ release.releases=Releases
release.new_release=Neues Release
release.draft=Entwurf
release.prerelease=Pre-Release
-release.stable=Endversion
+release.stable=Stabil
release.edit=bearbeiten
release.ahead=%d Commits zu %s seit diesem Release
release.source_code=Quelltext
-release.new_subheader=Versionen des Projekts veröffentlichen.
-release.edit_subheader=Detaillierte Änderungsprotokolle können Benutzern helfen zu verstehen, was verbessert wurde.
+release.new_subheader=Neue Version des Projekts veröffentlichen.
+release.edit_subheader=Eine detaillierte Liste aller Änderungen verrät Benutzern, was verbessert wurde.
release.tag_name=Tag-Name
release.target=Ziel
-release.tag_helper=Wähle ein neues Tag oder erstelle ein Tag beim Veröffentlichen.
+release.tag_helper=Wählen Sie einen Tag oder erstellen Sie einen neuen Tag beim Veröffentlichen.
release.title=Titel
release.content=Inhalt
release.write=Schreiben
release.preview=Vorschau
release.loading=Laden…
-release.prerelease_desc=Dies ist eine Pre-Release-Version
+release.prerelease_desc=Dies ist ein Pre-Release
release.prerelease_helper=Wir möchten darauf hinweisen, dass dieses Release nicht für den produktiven Einsatz gedacht ist.
release.cancel=Abbrechen
release.publish=Release veröffentlichen
release.save_draft=Entwurf speichern
release.edit_release=Release bearbeiten
-release.delete_release=Diese Version löschen
-release.deletion=Version löschen
-release.deletion_desc=Beim Löschen dieser Version wird das entsprechende Git-Tag gelöscht. Möchten Sie fortfahren?
-release.deletion_success=Version wurde erfolgreich gelöscht!
+release.delete_release=Dieses Release löschen
+release.deletion=Release löschen
+release.deletion_desc=Beim Löschen dieses Releases wird das entsprechende Git-Tag gelöscht. Möchten Sie fortfahren?
+release.deletion_success=Release wurde erfolgreich gelöscht!
release.tag_name_already_exist=Ein Release mit diesem Tag existiert bereits.
release.downloads=Downloads
@@ -720,12 +730,12 @@ create_new_team=Neues Team erstellen
org_desc=Beschreibung
team_name=Teamname
team_desc=Beschreibung
-team_name_helper=Verwende diesen Namen, um dich auf dieses Team zu beziehen.
-team_desc_helper=Was hat es mit diesem Team auf sich?
+team_name_helper=Unter diesem Namen können Sie in Diskussionen auf das Team verweisen
+team_desc_helper=Worum geht es bei diesem Team?
team_permission_desc=Welche Berechtigungsstufe soll das Team haben?
form.name_reserved=Organisationsname '%s' ist bereits vergeben.
-form.name_pattern_not_allowed=Organisations-Namensmuster '%s' ist nicht zulässig.
+form.name_pattern_not_allowed=Organisationsnamen der Form '%s' sind nicht erlaubt.
settings=Einstellungen
settings.options=Optionen
@@ -735,16 +745,16 @@ settings.location=Standort
settings.update_settings=Einstellungen speichern
settings.update_setting_success=Organisationseinstellungen aktualisiert
settings.change_orgname_prompt=Diese Änderung wird sich auf die Linkbezüge zur Organisation auswirken.
-settings.update_avatar_success=Avatareinstellung für die Organisation wurde erfolgreich aktualisiert.
+settings.update_avatar_success=Profilbild-Einstellung für die Organisation wurde erfolgreich aktualisiert.
settings.delete=Organisation löschen
settings.delete_account=Diese Organisation löschen
settings.delete_prompt=Die Organisation wird dauerhaft gelöscht. Dies kann NICHT rückgängig gemacht werden!
settings.confirm_delete_account=Löschen
settings.delete_org_title=Organisation löschen
-settings.delete_org_desc=Diese Organisation wird dauerhaft gelöscht, möchtest du fortfahren?
-settings.hooks_desc=Füge Webhooks hinzu, die für alle Repositories dieser Organisation ausgelöst werden.
+settings.delete_org_desc=Diese Organisation wird dauerhaft gelöscht. Möchten Sie fortfahren?
+settings.hooks_desc=Webhooks hinzufügen, die für alle Repositories dieser Organisation ausgelöst werden.
-members.membership_visibility=Mitgliedschaft-Sichtbarkeit:
+members.membership_visibility=Sichtbarkeit der Mitgliedschaft:
members.public=Öffentlich
members.public_helper=Privat machen
members.private=Privat
@@ -760,64 +770,66 @@ members.invite_now=Jetzt einladen
teams.join=Beitreten
teams.leave=Verlassen
teams.read_access=Lesezugriff
-teams.read_access_helper=Dieses Team wird Repositorys einsehen und klonen können.
+teams.read_access_helper=Dieses Team wird Repositories einsehen und klonen können.
teams.write_access=Schreibzugriff
-teams.write_access_helper=Dieses Team wird die Repositories einsehen und Push Operationen ausführen können.
+teams.write_access_helper=Dieses Team wird seine Repositories einsehen und darauf pushen können.
teams.admin_access=Adminzugriff
-teams.admin_access_helper=Dieses Team wird pull- und push-Rechte für die Repositorys haben und Mitarbeiter einladen können.
+teams.admin_access_helper=Dieses Team wird Pull- und Push-Rechte für seine Repositories haben und Mitarbeiter hinzufügen können.
teams.no_desc=Dieses Team hat keine Beschreibung
teams.settings=Einstellungen
-teams.owners_permission_desc=Besitzer haben vollen Zugriff auf alle Repositorys und Admin Rechte für diese Organisation.
+teams.owners_permission_desc=Besitzer haben vollen Zugriff auf alle Repositories und Admin-Rechte für diese Organisation.
teams.members=Teammitglieder
teams.update_settings=Einstellungen aktualisieren
teams.delete_team=Dieses Team löschen
teams.add_team_member=Teammitglied hinzufügen
teams.delete_team_title=Team löschen
-teams.delete_team_desc=Dieses Team wird gelöscht, möchtest du fortfahren? Mitglieder dieses Teams verlieren möglicherweise ihren Zugang zu einigen Repositories.
+teams.delete_team_desc=Mitglieder dieses Teams verlieren möglicherweise ihren Zugang zu einigen Repositories, wenn dieses Team gelöscht wird. Möchten Sie fortfahren?
teams.delete_team_success=Team gelöscht
-teams.read_permission_desc=Dieses Team erlaubt Lesezugriff: Mitglieder können Team-Repositories einsehen und klonen.
-teams.write_permission_desc=Dieses Team erlaubt Schreibzugriff: Mitglieder können Team-Repositories einsehen und Push Operationen ausführen.
-teams.admin_permission_desc=Diese Team erlaubt Adminzugriff: Mitglieder dieses Teams können pullen, pushen und dem Team Mitarbeiter hinzufügen.
-teams.repositories=Team-Repositorys
+teams.read_permission_desc=Dieses Team hat Lesezugriff: Mitglieder können Team-Repositories einsehen und klonen.
+teams.write_permission_desc=Dieses Team hat Schreibzugriff: Mitglieder können Team-Repositories einsehen und darauf pushen.
+teams.admin_permission_desc=Dieses Team hat Adminzugriff: Mitglieder dieses Teams können pullen, pushen und Mitarbeiter zu Team-Repositories hinzufügen.
+teams.repositories=Team-Repositories
teams.search_repo_placeholder=Repository durchsuchen...
teams.add_team_repository=Team-Repository hinzufügen
teams.remove_repo=Entfernen
-teams.add_nonexistent_repo=Die Repository, welche du hinzufügen möchtest, existiert nicht. Bitte erstelle diese zuerst.
+teams.add_nonexistent_repo=Das Repository, das Sie hinzufügen möchten, existiert nicht. Bitte erstellen Sie es zuerst.
[admin]
-dashboard=Dashboard
+dashboard=Übersicht
users=Benutzer
organizations=Organisationen
-repositories=Repositorys
+repositories=Repositories
authentication=Authentifizierung
config=Konfiguration
-notices=System-Mitteilungen
+notices=Systemmitteilungen
monitor=Monitoring
first_page=Erste
last_page=Letzte
-total=Total: %d
+total=Gesamt: %d
dashboard.statistic=Statistik
dashboard.operations=Operationen
-dashboard.system_status=System-Monitor-Status
-dashboard.statistic_info=GoGS Datenbank hat %d Benutzer, %d Organisationen, %d öffentliche Schlüssel, %d Repositorys, %d Beobachtungen, %d Markierungen, %d Aktionen, %d Zugriffe, %d Issues, %d Kommentare, %d soziale Konten, %d Folgende, %d Spiegel, %d Releases, %d Login-Quellen, %d Webhooks, %d Milestones, %d Labels, %d Hook-Tasks, %d Teams, %d Aktualisierungs-Tasks, %d Anhänge.
+dashboard.system_status=Systemmonitor-Status
+dashboard.statistic_info=Gogs Datenbank hat %d Benutzer, %d Organisationen, %d öffentliche Schlüssel, %d Repositories, %d Beobachtet, %d Favoriten, %d Aktionen, %d Zugriffe, %d Issues, %d Kommentare, %d Konten sozialer Medien, %d Folgende, %d Mirror, %d Releases, %d Login-Quellen, %d Webhooks, %d Meilensteine, %d Label, %d Hook-Tasks, %d Teams, %d Aktualisierungs-Tasks, %d Anhänge.
dashboard.operation_name=Name der Operation
-dashboard.operation_switch=Switch
+dashboard.operation_switch=Wechseln
dashboard.operation_run=Ausführen
-dashboard.clean_unbind_oauth=ungebundene OAuths bereinigen
-dashboard.clean_unbind_oauth_success=Alle ungebundenen OAuth-Tokens wurden gelöscht.
-dashboard.delete_inactivate_accounts=inaktive Konten löschen
-dashboard.delete_inactivate_accounts_success=Alle inaktiven Konten wurden erfolgreich gelöscht.
+dashboard.clean_unbind_oauth=Nicht verbundene OAuths bereinigen
+dashboard.clean_unbind_oauth_success=Alle nicht verbundenen OAuth-Tokens wurden gelöscht.
+dashboard.delete_inactivate_accounts=Deaktivierte Konten löschen
+dashboard.delete_inactivate_accounts_success=Alle deaktivierten Konten wurden erfolgreich gelöscht.
dashboard.delete_repo_archives=Alle Repository-Archive löschen
dashboard.delete_repo_archives_success=Alle Repository-Archive wurden gelöscht.
-dashboard.delete_missing_repos=Löschen Sie alle Repository-Datensätze, mit verlorenen Git-Dateien
+dashboard.delete_missing_repos=Alle Repository-Datensätze mit verlorenen gegangenen Git-Dateien löschen
dashboard.delete_missing_repos_success=Alle Repository-Datensätze, mit verlorenen Git-Dateien wurden erfolgreich gelöscht.
-dashboard.git_gc_repos=Führe Garbage Collection auf Repositories aus
+dashboard.git_gc_repos=Garbage Collection auf Repositories ausführen
dashboard.git_gc_repos_success=Garbage Collection wurde auf allen Repositories erfolgreich ausgeführt.
-dashboard.resync_all_sshkeys=Überschreibe '.ssh/authorized_keys' Datei (Warnung: Keys, die nicht zu Gogs gehören gehen verloren)
+dashboard.resync_all_sshkeys=Datei '.ssh/authorized_keys' neu anlegen (Achtung: Schlüssel, die nicht zu Gogs gehören gehen verloren)
dashboard.resync_all_sshkeys_success=Alle öffentlichen Keys wurden erfolgreich neu geschrieben.
-dashboard.resync_all_update_hooks=Überschreibe alle Hooks der Repositories (benötigt, wenn sich der Pfad in der Konfiguration ändert)
-dashboard.resync_all_update_hooks_success=Die Hooks aller Repositories sind erfolgreich neu geschrieben worden.
+dashboard.resync_all_update_hooks=Alle Aktualisierungs-Hooks von Repositories neu anlegen (wird benötigt, wenn der angepasste Konfigurationspfad geändert wurde)
+dashboard.resync_all_update_hooks_success=Die Hooks aller Repositories wurden erfolgreich neu angelegt.
+dashboard.reinit_missing_repos=Alle Repository-Datensätze mit verloren gegangenen Git-Dateien neu initialisieren
+dashboard.reinit_missing_repos_success=Alle Repository-Datensätze, die Git-Dateien verloren haben wurden erfolgreich neu initialisiert.
dashboard.server_uptime=Server-Uptime
dashboard.current_goroutine=Aktuelle Goroutines
@@ -828,25 +840,25 @@ dashboard.pointer_lookup_times=Pointer Lookup Times
dashboard.memory_allocate_times=Memory Allocate Times
dashboard.memory_free_times=Memory Free Times
dashboard.current_heap_usage=Aktuelle Heap-Auslastung
-dashboard.heap_memory_obtained=erhaltener Heap-Memory
-dashboard.heap_memory_idle=unbenutzter Heap-Memory
-dashboard.heap_memory_in_use=benutzter Heap-Memory
-dashboard.heap_memory_released=freigegebener Heap-Memory
+dashboard.heap_memory_obtained=Erhaltener Heap-Memory
+dashboard.heap_memory_idle=Unbenutzter Heap-Memory
+dashboard.heap_memory_in_use=Benutzter Heap-Memory
+dashboard.heap_memory_released=Freigegebener Heap-Memory
dashboard.heap_objects=Heap-Objekte
dashboard.bootstrap_stack_usage=Bootstrap-Stack-Auslastung
-dashboard.stack_memory_obtained=erhaltener Stack-Memory
+dashboard.stack_memory_obtained=Erhaltener Stack-Memory
dashboard.mspan_structures_usage=MSpan-Structures-Auslastung
-dashboard.mspan_structures_obtained=erhaltene MSpan-Structures
+dashboard.mspan_structures_obtained=MSpan Strukturen erhalten
dashboard.mcache_structures_usage=MCache-Structures-Auslastung
-dashboard.mcache_structures_obtained=erhaltene MCache-Structures
+dashboard.mcache_structures_obtained=Erhaltene MCache-Structures
dashboard.profiling_bucket_hash_table_obtained=Profiling Bucket Hash Table Obtained
-dashboard.gc_metadata_obtained=erhaltene GC-Metadata
-dashboard.other_system_allocation_obtained=andere erhaltene System-Allokatoren
-dashboard.next_gc_recycle=nächster GC-Zyklus
-dashboard.last_gc_time=seit letztem GC-Zyklus
-dashboard.total_gc_time=gesamte GC-Zeit
-dashboard.total_gc_pause=gesamte GC-Pause
-dashboard.last_gc_pause=letzte GC-Pause
+dashboard.gc_metadata_obtained=Erhaltene GC-Metadata
+dashboard.other_system_allocation_obtained=Andere erhaltene System-Allokationen
+dashboard.next_gc_recycle=Nächster GC-Zyklus
+dashboard.last_gc_time=Seit letztem GC-Zyklus
+dashboard.total_gc_time=Gesamte GC-Pause
+dashboard.total_gc_pause=Gesamte GC-Pause
+dashboard.last_gc_pause=Letzte GC-Pause
dashboard.gc_times=GC-Takt
users.user_manage_panel=Benutzer
@@ -854,48 +866,48 @@ users.new_account=Neues Konto erstellen
users.name=Name
users.activated=Aktiviert
users.admin=Admin
-users.repos=Repositorys
-users.created=Erzeugt
-users.send_register_notify=Sende Registrierungsbenachrichtigung an Benutzer
-users.new_success=Der neue Account '%s' wurde erfolgreich erstellt.
+users.repos=Repositories
+users.created=Erstellt am
+users.send_register_notify=Bei der Registrierung eine Benachrichtigung an den Benutzer senden
+users.new_success=Das neue Konto '%s' wurde erfolgreich erstellt.
users.edit=Bearbeiten
users.auth_source=Authentifizierungsquelle
users.local=Lokal
-users.auth_login_name=Authentifizierung-Loginnname
+users.auth_login_name=Anmeldename zur Authentifizierung
users.password_helper=Leer lassen um es unverändert zu lassen.
users.update_profile_success=Kontoprofil wurde erfolgreich aktualisiert.
users.edit_account=Konto bearbeiten
-users.max_repo_creation=Limit zum Erstellen von Repositorys
-users.max_repo_creation_desc=(auf -1 setzen, um das globale Standardlimit zu verwenden)
+users.max_repo_creation=Maximale Anzahl erstellbarer Repositories
+users.max_repo_creation_desc=(Auf -1 setzen, um das globale Standardlimit zu verwenden)
users.is_activated=Dieses Konto ist aktiviert
users.is_admin=Dieses Konto hat Administratorrechte
-users.allow_git_hook=Dieses Konto ist berechtigt, Git-Hooks zu erstellen
-users.allow_import_local=Dieses Konto ist berechtigt, lokale Repositorys zu importieren
-users.update_profile=Kontoprofil aktualisieren
+users.allow_git_hook=Dieses Konto ist berechtigt Git-Hooks zu erstellen
+users.allow_import_local=Dieses Konto ist berechtigt, lokale Repositories zu importieren
+users.update_profile=Konto aktualisieren
users.delete_account=Dieses Konto löschen
-users.still_own_repo=Dieses Konto besitzt noch Repositories. Diese müssen zuerst gelöscht oder übertragen werden.
-users.still_has_org=Dieses Konto ist noch Mitglied einer Organisation, bitte entferne diese Mitgliedschaft zuerst.
+users.still_own_repo=Dieses Konto besitzt noch Repositories. Sie müssen diese zuerst löschen oder übertragen.
+users.still_has_org=Dieses Konto ist noch Mitglied einer Organisation. Sie müssen die Organisation erst löschen oder verlassen.
users.deletion_success=Das Konto wurde erfolgreich gelöscht!
-orgs.org_manage_panel=Organisationenverwaltung
+orgs.org_manage_panel=Organisationen
orgs.name=Name
orgs.teams=Teams
orgs.members=Mitglieder
-repos.repo_manage_panel=Repositorys
+repos.repo_manage_panel=Repositories
repos.owner=Besitzer
repos.name=Name
repos.private=Privat
repos.watches=Beobachtungen
-repos.stars=Markierungen
+repos.stars=Favoriten
repos.issues=Issues
-auths.auth_manage_panel=Verwaltungspanel für die Authentifizierung
+auths.auth_manage_panel=Authentifizierung
auths.new=Neue Quelle hinzufügen
auths.name=Name
auths.type=Typ
-auths.enabled=aktiviert
-auths.updated=aktualisiert
+auths.enabled=Aktiviert
+auths.updated=Aktualisiert
auths.auth_type=Authentifizierungstyp
auths.auth_name=Authentifizierungsname
auths.domain=Domain
@@ -903,19 +915,20 @@ auths.host=Host
auths.port=Port
auths.bind_dn=DN binden
auths.bind_password=Passwort binden
-auths.bind_password_helper=Warnung: Das Passwort wird im Klartext gespeichert. Benutze keinen Account mit hohen Zugriffsrechten.
-auths.user_base=Benutzer-Such-Basis
+auths.bind_password_helper=Achtung: Das Passwort wird im Klartext gespeichert. Benutzen Sie kein Konto mit hoher Berechtigungsstufe.
+auths.user_base=Basis für Benutzersuche
auths.user_dn=Benutzer DN
-auths.attribute_username=Attribute des Benutzernamens
-auths.attribute_username_placeholder=Leer lassen, um den Wert aus dem Login-Formular als Benutzername zu verwenden.
-auths.attribute_name=Vorname Attribut
-auths.attribute_surname=Nachname Attribut
-auths.attribute_mail=E-Mail Attribut
-auths.filter=Benutzernamen Filter
+auths.attribute_username=Attribut Benutzername
+auths.attribute_username_placeholder=Leer lassen, um den Wert aus dem Anmeldeformular als Benutzernamen zu verwenden.
+auths.attribute_name=Attribut Vorname
+auths.attribute_surname=Attribut Nachname
+auths.attribute_mail=Attribut E-Mail
+auths.attributes_in_bind=Hole Attribute im Bind-Kontext
+auths.filter=Benutzerfilter
auths.admin_filter=Admin Filter
auths.ms_ad_sa=Ms Ad SA
-auths.smtp_auth=SMTP Authentifizierungstyp
-auths.smtphost=SMTP-Host
+auths.smtp_auth=SMTP-Authentifizierung
+auths.smtphost=SMTP Host
auths.smtpport=SMTP-Port
auths.allowed_domains=Erlaubte Domains
auths.allowed_domains_helper=Leer lassen für keine Einschränkungen. Mehrere Domains können durch Komma "," getrennt werden.
@@ -930,24 +943,38 @@ auths.new_success=Neue Authentifizierung '%s' wurde erfolgreich hinzugefügt.
auths.update_success=Die Authentifizierungseinstellungen wurden erfolgreich aktualisiert.
auths.update=Authentifizierungseinstellungen aktualisieren
auths.delete=Diese Authentifizierung löschen
-auths.delete_auth_title=Löschen der Authentifizierung
-auths.delete_auth_desc=Diese Authentifizierung wird gelöscht, möchtest du fortfahren?
+auths.delete_auth_title=Authentifizierung löschen
+auths.delete_auth_desc=Diese Authentifizierung wird gelöscht. Möchten Sie fortfahren?
+auths.still_in_used=Diese Authentifizierung wird noch von einigen Benutzern verwendet. Bitte löschen Sie diese Benutzer oder ändern Sie deren Anmeldetyp.
auths.deletion_success=Authentifizierung wurde erfolgreich entfernt!
-config.server_config=Server-Konfiguration
+config.server_config=Serverkonfiguration
config.app_name=Anwendungsname
config.app_ver=Anwendungsversion
config.app_url=Anwendungs-URL
config.domain=Domain
config.offline_mode=Offline-Modus
config.disable_router_log=Router-Log deaktivieren
-config.run_user=Laufzeit-Benutzer
+config.run_user=Ausführender Benutzer
config.run_mode=Laufzeit-Modus
config.repo_root_path=Repository-Verzeichnis
config.static_file_root_path=Verzeichnis für statische Dateien
config.log_file_root_path=Log-Verzeichnis
config.script_type=Skript-Typ
config.reverse_auth_user=Nutzer bei Reverse-Authentifizierung
+
+config.ssh_config=SSH Konfiguration
+config.ssh_enabled=Aktiviert
+config.ssh_start_builtin_server=Eingebauten Server starten
+config.ssh_domain=Domain
+config.ssh_port=Port
+config.ssh_listen_port=Listen Port
+config.ssh_root_path=Verzeichnis
+config.ssh_key_test_path=Schlüssel-Test-Pfad
+config.ssh_keygen_path=Keygen ('ssh-keygen') Pfad
+config.ssh_minimum_key_size_check=Prüfung der Mindestschlüssellänge
+config.ssh_minimum_key_sizes=Minimale Schlüssellängen
+
config.db_config=Datenbankkonfiguration
config.db_type=Typ
config.db_host=Host
@@ -957,66 +984,68 @@ config.db_ssl_mode=SSL-Modus
config.db_ssl_mode_helper=(nur für "postgres")
config.db_path=Verzeichnis
config.db_path_helper=(für "sqlite3" und "tidb")
-config.service_config=Service-Einstellungen
+config.service_config=Service-Konfiguration
config.register_email_confirm=E-Mail-Bestätigung bei Registrierung
config.disable_register=Registrierung deaktivieren
-config.show_registration_button=Zeige die Schaltfläche Registrieren
-config.require_sign_in_view=Ansehen erfordert Registrierung
-config.enable_cache_avatar=Avatar-Cache aktivieren
+config.show_registration_button=Schaltfläche Registrieren anzeigen
+config.require_sign_in_view=Ansehen erfordert Anmeldung
config.mail_notify=E-Mail-Benachrichtigung
config.disable_key_size_check=Prüfung der Mindestschlüssellänge deaktiveren
config.enable_captcha=Captcha aktivieren
config.active_code_lives=Aktivierungscode Lebensdauer
config.reset_password_code_lives=Passwortcode Lebensdauer
-config.webhook_config=Webhook-Einstellungen
+config.webhook_config=Webhook-Konfiguration
config.queue_length=Warteschlangenlänge
config.deliver_timeout=Zeitlimit für Zustellung
config.skip_tls_verify=TLS verifikation überspringen
-config.mailer_config=Mailer-Einstellungen
+config.mailer_config=Mailer-Konfiguration
config.mailer_enabled=Aktiviert
config.mailer_disable_helo=HELO Deaktivieren
config.mailer_name=Name
config.mailer_host=Host
config.mailer_user=Benutzer
-config.oauth_config=OAuth-Einstellungen
+config.send_test_mail=Test-E-Mail senden
+config.test_mail_failed=Das Senden der Test-E-Mail an '%s': %v ist fehlgeschlagen
+config.test_mail_sent=Test-E-Mail wurde an '%s' gesendet.
+config.oauth_config=OAuth-Konfiguration
config.oauth_enabled=Aktiviert
-config.cache_config=Cache-Einstellungen
+config.cache_config=Cache-Konfiguration
config.cache_adapter=Cache-Adapter
config.cache_interval=Cache-Intervall
config.cache_conn=Cache-Anbindung
-config.session_config=Session-Einstellungen
+config.session_config=Session-Konfiguration
config.session_provider=Session-Provider
config.provider_config=Provider-Einstellungen
config.cookie_name=Cookie-Name
-config.enable_set_cookie=Cookies einschalten
-config.gc_interval_time=GC-Intervallzeit
+config.enable_set_cookie=Cookies verwenden
+config.gc_interval_time=GC-Intervall
config.session_life_time=Session-Lebensdauer
-config.https_only=nur HTTPS
+config.https_only=Nur HTTPS
config.cookie_life_time=Cookie-Lebensdauer
-config.picture_config=Bildeinstellungen
+config.picture_config=Konfiguration der Profilbilder
config.picture_service=Bildservice
config.disable_gravatar=Gravatar deaktivieren
-config.log_config=Log-Einstellungen
+config.log_config=Konfiguration des Loggings
config.log_mode=Log-Modus
monitor.cron=Cron-Tasks
monitor.name=Name
monitor.schedule=Zeitplan
-monitor.next=nächste Ausführung
-monitor.previous=letzte Ausführung
-monitor.execute_times=Anzahl Ausführungen
+monitor.next=Nächste Ausführung
+monitor.previous=Letzte Ausführung
+monitor.execute_times=Ausführungen
monitor.process=Laufende Prozesse
monitor.desc=Beschreibung
monitor.start=Startzeit
monitor.execute_time=Ausführungszeit
-notices.system_notice_list=System-Mitteilungen
+notices.system_notice_list=Systemmitteilungen
notices.view_detail_header=Mitteilungsdetails ansehen
notices.actions=Aktionen
notices.select_all=Alles auswählen
notices.deselect_all=Alles abwählen
notices.inverse_selection=Auswahl umkehren
-notices.delete_selected=Augewählte löschen
+notices.delete_selected=Ausgewählte löschen
notices.delete_all=Alle Mitteilungen löschen
notices.type=Typ
notices.type_1=Repository
@@ -1025,21 +1054,25 @@ notices.op=Op.
notices.delete_success=Systemmitteilungen wurden erfolgreich gelöscht.
[action]
-create_repo=hat Repository %s erstellt
-rename_repo=das Repository wurde umbenannt von %[1]s zu %[3]s
-commit_repo=hat nach %[3]s in %[4]s gepusht
-create_issue=`hat Issue %s#%[2]s eröffnet`
-create_pull_request=`Pull-Anforderung erstellt %s#%[2]s`
+create_repo=hat das Repository %s erstellt
+rename_repo=hat das Repository von %[1]s zu %[3]s umbenannt
+commit_repo=hat auf %[3]s in %[4]s gepusht
+create_issue=`hat Issue %s#%[2]s geöffnet`
+close_issue=`hat Issue %s#%[2]s geschlossen`
+reopen_issue=`hat Issue %s#%[2]s wieder geöffnet`
+create_pull_request=`hat Pull-Request %s#%[2]s erstellt`
+close_pull_request=`hat Pull-Request %s#%[2]s geschlossen`
+reopen_pull_request=`hat den Pull-Request %s#%[2]s wieder geöffnet`
comment_issue=`hat Issue %s#%[2]s kommentiert`
-merge_pull_request=`Pull-Request %s#%[2]s zuammengeführt`
+merge_pull_request=`hat Pull-Request %s#%[2]s zuammengeführt`
transfer_repo=hat Repository %s transferiert an %s
-push_tag=hat nach %[2]s in %[3]s gepusht
+push_tag=hat Tag %[2]s auf %[3]s gepusht
compare_commits=Zeige Vergleich für diese %d Commits
[tool]
ago=vor
-from_now=ab sofort
-now=Jetzt
+from_now=in
+now=jetzt
1s=%s 1 Sekunde
1m=%s 1 Minute
1h=%s 1 Stunde
@@ -1058,7 +1091,7 @@ raw_seconds=Sekunden
raw_minutes=Minuten
[dropzone]
-default_message=Für den Upload klicken oder die Datei hier ablegen.
+default_message=Zum Hochladen hier klicken oder Datei hier ablegen.
invalid_input_type=Dateien dieses Dateityps können nicht hochgeladen werden.
file_too_big=Dateigröße ({{filesize}} MB) überschreitet die Maximalgröße ({{maxFilesize}} MB).
remove_file=Datei entfernen
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index bb0896749..621ba4f70 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -38,19 +38,12 @@ settings = Settings
your_profile = Your Profile
your_settings = Your Settings
-news_feed = News Feed
+activities = Activities
pull_requests = Pull Requests
issues = Issues
cancel = Cancel
-[search]
-search = Search...
-repository = Repository
-user = User
-issue = Issue
-code = Code
-
[install]
install = Installation
title = Install Steps For First-time Run
@@ -65,7 +58,7 @@ db_name = Database Name
db_helper = Please use INNODB engine with utf8_general_ci charset for MySQL.
ssl_mode = SSL Mode
path = Path
-sqlite_helper = The file path of SQLite3 or TiDB database.
+sqlite_helper = The file path of SQLite3 or TiDB database. Please use absolute path when you start as service.
err_empty_db_path = SQLite3 or TiDB database path cannot be empty.
err_invalid_tidb_name = TiDB database name does not allow characters "." and "-".
no_admin_and_disable_registration = You cannot disable registration without creating an admin account.
@@ -86,6 +79,8 @@ http_port = HTTP Port
http_port_helper = Port number which application will listen on.
app_url = Application URL
app_url_helper = This affects HTTP/HTTPS clone URL and somewhere in email.
+log_root_path = Log Path
+log_root_path_helper = Directory to write log files to.
optional_title = Optional Settings
email_title = Email Service Settings
@@ -122,6 +117,7 @@ run_user_not_match = Run user isn't the current user: %s -> %s
save_config_failed = Fail to save configuration: %v
invalid_admin_setting = Admin account setting is invalid: %v
install_success = Welcome! We're glad that you chose Gogs, have fun and take care.
+invalid_log_root_path = Log root path is invalid: %v
[home]
uname_holder = Username or email
@@ -137,6 +133,8 @@ issues.in_your_repos = In your repositories
[explore]
repos = Repositories
+users = Users
+search = Search
[auth]
create_new_account = Create New Account
@@ -159,6 +157,7 @@ reset_password = Reset Your Password
invalid_code = Sorry, your confirmation code has expired or not valid.
reset_password_helper = Click here to reset your password
password_too_short = Password length cannot be less then 6.
+non_local_account = Non-local accounts cannot change passwords through Gogs.
[mail]
activate_account = Please activate your account
@@ -203,7 +202,6 @@ repo_name_been_taken = Repository name has already been taken.
org_name_been_taken = Organization name has already been taken.
team_name_been_taken = Team name has already been taken.
email_been_used = Email address has already been used.
-illegal_team_name = Team name contains illegal characters.
username_password_incorrect = Username or password is not correct.
enterred_invalid_repo_name = Please make sure that the repository name you entered is correct.
enterred_invalid_owner_name = Please make sure that the owner name you entered is correct.
@@ -219,8 +217,6 @@ still_own_repo = Your account still has ownership over at least one repository,
still_has_org = Your account still has membership in at least one organization, you have to leave or delete your memberships first.
org_still_own_repo = This organization still has ownership of repositories, you must delete or transfer them first.
-still_own_user = This authentication is still in use by at least one user, please remove them from the authentication and try again.
-
target_branch_not_exist = Target branch does not exist.
[user]
@@ -262,11 +258,10 @@ continue = Continue
cancel = Cancel
enable_custom_avatar = Enable Custom Avatar
-enable_custom_avatar_helper = Disable fetch from Gravatar
choose_new_avatar = Choose new avatar
update_avatar = Update Avatar Setting
+delete_current_avatar = Delete Current Avatar
uploaded_avatar_not_a_image = Uploaded file is not a image.
-no_custom_avatar_available = No custom avatar available, cannot enable it.
update_avatar_success = Your avatar setting has been updated successfully.
change_password = Change Password
@@ -377,7 +372,7 @@ migrate.permission_denied = You are not allowed to import local repositories.
migrate.invalid_local_path = Invalid local path, it does not exist or not a directory.
migrate.failed = Migration failed: %v
-mirror_from = mirror from
+mirror_from = mirror of
forked_from = forked from
fork_from_self = You cannot fork a repository you already own!
copy_link = Copy
@@ -477,7 +472,7 @@ issues.closed_at = `closed %[2]s`
issues.reopened_at = `reopened %[2]s`
issues.commit_ref_at = `referenced this issue from a commit %[2]s`
issues.poster = Poster
-issues.admin = Admin
+issues.collaborator = Collaborator
issues.owner = Owner
issues.sign_up_for_free = Sign up for free
issues.sign_in_require_desc = to join this conversation. Already have an account? Sign in to comment
@@ -494,6 +489,7 @@ issues.label_modify = Label Modification
issues.label_deletion = Label Deletion
issues.label_deletion_desc = Deleting this label will remove its information in all related issues. Do you want to continue?
issues.label_deletion_success = Label has been deleted successfully!
+issues.num_participants = %d Participants
pulls.new = New Pull Request
pulls.compare_changes = Compare Changes
@@ -557,6 +553,8 @@ wiki.save_page = Save Page
wiki.last_commit_info = %s edited this page %s
wiki.edit_page_button = Edit
wiki.new_page_button = New Page
+wiki.delete_page_button = Delete Page
+wiki.delete_page_notice_1 = This will delete the page "%s". Please be certain.
wiki.page_already_exists = Wiki page with same name already exists.
wiki.pages = Pages
wiki.last_updated = Last updated %s
@@ -581,17 +579,26 @@ settings.tracker_url_format = External Issue Tracker URL Format
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.danger_zone = Danger Zone
+settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name.
+settings.convert = Convert To Regular Repository
+settings.convert_desc = You can convert this mirror to a regular repository. This cannot be reversed.
+settings.convert_notices_1 = - This operation will convert this repository mirror into a regular repository and cannot be undone.
+settings.convert_confirm = Confirm Conversion
+settings.convert_succeed = Repository has been converted to regular type successfully.
settings.transfer = Transfer Ownership
settings.transfer_desc = Transfer this repository to another user or to an organization in which you have admin rights.
-settings.new_owner_has_same_repo = The new owner already has a repository with same name. Please choose another name.
-settings.delete = Delete This Repository
-settings.delete_desc = Once you delete a repository, there is no going back. Please be certain.
settings.transfer_notices_1 = - You will lose access if new owner is a individual user.
settings.transfer_notices_2 = - You will conserve access if new owner is an organization and if you're one of the owners.
settings.transfer_form_title = Please enter following information to confirm your operation:
+settings.wiki_delete = Erase Wiki Data
+settings.wiki_delete_desc = Once you erase wiki data there is no going back. Please be certain.
+settings.wiki_delete_notices_1 = - This will delete and disable the wiki for %s
+settings.wiki_deletion_success = Repository wiki data have been erased successfully.
+settings.delete = Delete This Repository
+settings.delete_desc = Once you delete a repository, there is no going back. Please be certain.
settings.delete_notices_1 = - This operation CANNOT be undone.
settings.delete_notices_2 = - This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
-settings.delete_notices_fork_1 = - If this repository is public, all forks will be became independent after deletion.
+settings.delete_notices_fork_1 = - If this repository is public, all forks will become independent after deletion.
settings.delete_notices_fork_2 = - If this repository is private, all forks will be removed at the same time.
settings.delete_notices_fork_3 = - If you want to keep all forks after deletion, please change visibility of this repository to public first.
settings.deletion_success = Repository has been deleted successfully!
@@ -602,8 +609,12 @@ settings.transfer_succeed = Repository ownership has been transferred successful
settings.confirm_delete = Confirm Deletion
settings.add_collaborator = Add New Collaborator
settings.add_collaborator_success = New collaborator has been added.
+settings.delete_collaborator = Delete
+settings.collaborator_deletion = Collaborator Deletion
+settings.collaborator_deletion_desc = This user will no longer have collaboration access to this repository after deletion. Do you want to continue?
settings.remove_collaborator_success = Collaborator has been removed.
settings.search_user_placeholder = Search user...
+settings.org_not_allowed_to_be_collaborator = Organization is not allowed to be added as a collaborator.
settings.user_is_org_member = User is organization member who cannot be added as a collaborator.
settings.add_webhook = Add Webhook
settings.hooks_desc = Webhooks are much like basic HTTP POST event triggers. Whenever something occurs in Gogs, we will handle the notification to the target host you specify. Learn more in this Webhooks Guide.
@@ -652,8 +663,8 @@ settings.slack_domain = Domain
settings.slack_channel = Channel
settings.deploy_keys = Deploy Keys
settings.add_deploy_key = Add Deploy Key
-settings.deploy_key_desc = Deploy key only has read-only access. It is not same as personal account SSH keys.
-settings.no_deploy_keys = You haven't added any deploy key.
+settings.deploy_key_desc = Deploy keys have read-only access. They are not the same as personal account SSH keys.
+settings.no_deploy_keys = You haven't added any deploy keys.
settings.title = Title
settings.deploy_key_content = Content
settings.key_been_used = Deploy key content has been used.
@@ -818,6 +829,8 @@ dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non
dashboard.resync_all_sshkeys_success = All public keys have been rewritten successfully.
dashboard.resync_all_update_hooks = Rewrite all update hook of repositories (needed when custom config path is changed)
dashboard.resync_all_update_hooks_success = All repositories' update hook have been rewritten successfully.
+dashboard.reinit_missing_repos = Reinitialize all repository records that lost Git files
+dashboard.reinit_missing_repos_success = All repository records that lost Git files have been reinitialized successfully.
dashboard.server_uptime = Server Uptime
dashboard.current_goroutine = Current Goroutines
@@ -911,6 +924,7 @@ auths.attribute_username_placeholder = Leave empty to use sign-in form field val
auths.attribute_name = First name attribute
auths.attribute_surname = Surname attribute
auths.attribute_mail = Email attribute
+auths.attributes_in_bind = Fetch attributes in Bind DN context
auths.filter = User Filter
auths.admin_filter = Admin Filter
auths.ms_ad_sa = Ms Ad SA
@@ -932,6 +946,7 @@ auths.update = Update Authentication Setting
auths.delete = Delete This Authentication
auths.delete_auth_title = Authentication Deletion
auths.delete_auth_desc = This authentication is going to be deleted, do you want to continue?
+auths.still_in_used = This authentication is still used by some users, please delete or convert these users to another login type first.
auths.deletion_success = Authentication has been deleted successfully!
config.server_config = Server Configuration
@@ -948,6 +963,19 @@ config.static_file_root_path = Static File Root Path
config.log_file_root_path = Log File Root Path
config.script_type = Script Type
config.reverse_auth_user = Reverse Authentication User
+
+config.ssh_config = SSH Configuration
+config.ssh_enabled = Enabled
+config.ssh_start_builtin_server = Start Builtin Server
+config.ssh_domain = Domain
+config.ssh_port = Port
+config.ssh_listen_port = Listen Port
+config.ssh_root_path = Root Path
+config.ssh_key_test_path = Key Test Path
+config.ssh_keygen_path = Keygen ('ssh-keygen') Path
+config.ssh_minimum_key_size_check = Minimum Key Size Check
+config.ssh_minimum_key_sizes = Minimum Key Sizes
+
config.db_config = Database Configuration
config.db_type = Type
config.db_host = Host
@@ -962,7 +990,6 @@ config.register_email_confirm = Require Email Confirmation
config.disable_register = Disable Registration
config.show_registration_button = Show Register Button
config.require_sign_in_view = Require Sign In View
-config.enable_cache_avatar = Enable Cache Avatar
config.mail_notify = Mail Notification
config.disable_key_size_check = Disable Minimum Key Size Check
config.enable_captcha = Enable Captcha
@@ -978,6 +1005,9 @@ config.mailer_disable_helo = Disable HELO
config.mailer_name = Name
config.mailer_host = Host
config.mailer_user = User
+config.send_test_mail = Send Test Email
+config.test_mail_failed = Fail to send test email to '%s': %v
+config.test_mail_sent = Test email has been sent to '%s'.
config.oauth_config = OAuth Configuration
config.oauth_enabled = Enabled
config.cache_config = Cache Configuration
@@ -1029,7 +1059,11 @@ create_repo = created repository %s
rename_repo = renamed repository from %[1]s to %[3]s
commit_repo = pushed to %[3]s at %[4]s
create_issue = `opened issue %s#%[2]s`
+close_issue = `closed issue %s#%[2]s`
+reopen_issue = `reopened issue %s#%[2]s`
create_pull_request = `created pull request %s#%[2]s`
+close_pull_request = `closed pull request %s#%[2]s`
+reopen_pull_request = `reopened pull request %s#%[2]s`
comment_issue = `commented on issue %s#%[2]s`
merge_pull_request = `merged pull request %s#%[2]s`
transfer_repo = transfered repository %s to %s
diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini
index d7dd86041..3dc05ea6d 100755
--- a/conf/locale/locale_es-ES.ini
+++ b/conf/locale/locale_es-ES.ini
@@ -6,9 +6,9 @@ explore=Explorar
help=Ayuda
sign_in=Iniciar sesión
sign_out=Cerrar sesión
-sign_up=Suscripción
+sign_up=Registro
register=Registro
-website=Página Web
+website=Página web
version=Versión
page=Página
template=Plantilla
@@ -27,9 +27,9 @@ repository=Repositorio
organization=Organización
mirror=Mirror
new_repo=Nuevo repositorio
-new_migrate=Nueva Migración
+new_migrate=Nueva migración
new_mirror=Nueva réplica
-new_fork=Nuevo Fork del Repositorio
+new_fork=Nuevo fork del repositorio
new_org=Nueva organización
manage_org=Administrar organizaciones
admin_panel=Panel de administración
@@ -38,19 +38,12 @@ settings=Configuraciones
your_profile=Tu perfil
your_settings=Tu configuración
-news_feed=Feed de noticias
+activities=Actividad
pull_requests=Pull Requests
issues=Incidencias
cancel=Cancelar
-[search]
-search=Buscar...
-repository=Repositorio
-user=Usuario
-issue=Incidencia
-code=Código
-
[install]
install=Instalación
title=Pasos de la instalación por primera vez
@@ -65,7 +58,7 @@ db_name=Nombre de la base de datos
db_helper=Por favor utilice el motor INNODB con la configuración de caracteres utf8_general_ci para MySQL.
ssl_mode=Modo SSL
path=Ruta
-sqlite_helper=Ruta del archivo con la base de datos SQLite3 o TiDB.
+sqlite_helper=Ruta al archivo de base de datos SQLite3 o TiDB. Por favor, usa una ruta absoluta cuando inicies como servicio.
err_empty_db_path=La ruta a la base de datos SQLite3 o TiDB no puede estar vacía.
err_invalid_tidb_name=El nombre de la base de datos TiDB no puede contener los caracteres "." ni "-".
no_admin_and_disable_registration=No puede deshabilitar el registro sin crear una cuenta de administrador.
@@ -86,9 +79,11 @@ http_port=Puerto HTTP
http_port_helper=Puerto en el que escuchará la aplicación.
app_url=URL de la aplicación
app_url_helper=Esto afecta a las URLs para clonar por HTTP/HTTPS y a algunos correos electrónicos.
+log_root_path=Ruta del registro
+log_root_path_helper=Directorio donde almacenar los registros.
-optional_title=Configuración Opcional
-email_title=Configuración del Servicio de Correo
+optional_title=Configuración opcional
+email_title=Configuración del servicio de correo
smtp_host=SMTP Host
smtp_from=Desde
smtp_from_helper=Remitente del email, RFC 5322. Puede ser solamente una dirección de correo electrónico, o estar en el formato "Nombre" .
@@ -96,10 +91,10 @@ mailer_user=Remitente del Correo Electrónico
mailer_password=Contraseña del Remitente
register_confirm=Habilitar la Confirmación en el Registro
mail_notify=Habilitar las Notificaciones de Correo
-server_service_title=Configuración de Servidor y Otros Servicios
+server_service_title=Configuración del servidor y otros servicios
offline_mode=Activar el modo Sin Conexión
offline_mode_popup=Desactivar el CDN incluso en el modo de producción, todos los recursos se servirán localmente.
-disable_gravatar=Desactivar el Servicio Gravatar
+disable_gravatar=Desactivar el servicio Gravatar
disable_gravatar_popup=Desactivar Gravatar y cualquier otra fuente personalizada. Todos los avatares deben ser cargados por los usuarios o en su defecto se mostrará el avatar predeterminado.
disable_registration=Desactivar Auto-Registro
disable_registration_popup=Desactivar auto-registro del usuario, solo el administrador podrá crear cuentas nuevas.
@@ -108,7 +103,7 @@ enable_captcha_popup=Requiere validar la captcha para el auto-registro de usuari
require_sign_in_view=Activar el Inicio de Sesión obligatorio para Ver Páginas
require_sign_in_view_popup=Solo los usuarios logados pueden ver páginas, los visitantes anónimos solo podrán ver las páginas de login/registro.
admin_setting_desc=No es necesario crear una cuenta de administrador ahora mismo, el usuario que tenga ID=1 obtendrá privilegios de administrador automáticamente.
-admin_title=Configuración de la Cuenta de Administrador
+admin_title=Configuración de la cuenta de administrador
admin_name=Nombre de usuario
admin_password=Contraseña
confirm_password=Confirmar Contraseña
@@ -122,24 +117,27 @@ run_user_not_match=El usuario que está ejecutando la aplicación no es el usuar
save_config_failed=Error al guardar la configuración: %v
invalid_admin_setting=La configuración de la cuenta de administración es inválida: %v
install_success=Bienvenido! Estamos encantados de que hayas escogido Gogs, diviértete y cuídate.
+invalid_log_root_path=La ruta para los registros es inválida: %v
[home]
uname_holder=Nombre de usuario o correo electrónico
password_holder=Contraseña
switch_dashboard_context=Cambiar el contexto del Dashboard
-my_repos=Mis Repositorios
-collaborative_repos=Repositorios Colaborativos
-my_orgs=Mis Organizaciones
-my_mirrors=Mis Mirrors
+my_repos=Mis repositorios
+collaborative_repos=Repositorios colaborativos
+my_orgs=Mis organizaciones
+my_mirrors=Mis réplicas
view_home=Ver %s
issues.in_your_repos=En tus repositorios
[explore]
repos=Repositorios
+users=Usuarios
+search=Buscar
[auth]
-create_new_account=Crear una Nueva Cuenta
+create_new_account=Crear una nueva cuenta
register_hepler_msg=¿Ya tienes una cuenta? ¡Inicia sesión!
social_register_hepler_msg=¿Ya tienes una cuenta? ¡Enlázala!
disable_register_prompt=Lo sentimos, el registro está deshabilitado. Por favor, contacta con el administrador del sitio.
@@ -203,7 +201,6 @@ repo_name_been_taken=Ya existe un repositorio con este nombre.
org_name_been_taken=Ya existe una organización con este nombre.
team_name_been_taken=Ya existe un equipo con este nombre.
email_been_used=Esta dirección de correo electrónico ya está en uso.
-illegal_team_name=El nombre del equipo contiene caracteres inválidos.
username_password_incorrect=Nombre de usuario o contraseña incorrectos.
enterred_invalid_repo_name=Por favor, asegúrate de que has introducido correctamente el nombre del repositorio.
enterred_invalid_owner_name=Por favor, asegúrate de que has introducido correctamente el nombre del propietario.
@@ -219,14 +216,12 @@ still_own_repo=Tu cuenta es la propietaria de uno o más repositorios, tienes qu
still_has_org=Tu cuenta es miembro de una o más organizaciones, tienes que abandonarlas o eliminarlas primero.
org_still_own_repo=Esta organización es dueña de uno o más repositorios, tienes que eliminarlos o transferirlos primero.
-still_own_user=Esta autenticación está en uso por algunos usuarios, debes moverlos y antes de eliminarla.
-
target_branch_not_exist=La rama de destino no existe
[user]
change_avatar=Cambia tu avatar en gravatar.com
change_custom_avatar=Cambia tu avatar en la configuración
-join_on=Registrado en
+join_on=Registrado el
repositories=Repositorios
activity=Actividad pública
followers=Seguidores
@@ -248,25 +243,24 @@ orgs=Organizaciones
delete=Eliminar cuenta
uid=UUID
-public_profile=Perfil Público
+public_profile=Perfil público
profile_desc=Tu correo electrónico es público y será usado para todas las notificaciones relacionadas con cualquier cuenta y cualquier operación hecha a través de la web.
password_username_disabled=Los usuarios que no son locales no tienen permitido cambiar su nombre de usuario.
-full_name=Nombre Completo
-website=Página Web
+full_name=Nombre completo
+website=Página web
location=Localización
-update_profile=Actualizar Perfil
+update_profile=Actualizar perfil
update_profile_success=Tu perfil se ha actualizado correctamente.
change_username=Nombre de usuario modificado
change_username_prompt=Este cambio afectará a los enlaces que hacen referencia a su cuenta.
continue=Continuar
cancel=Cancelar
-enable_custom_avatar=Activar Avatar Personalizado
-enable_custom_avatar_helper=Activa esto para desactivar los avatares de Gravatar
+enable_custom_avatar=Activar avatar personalizado
choose_new_avatar=Selecciona nuevo avatar
-update_avatar=Actualizar Configuración del Avatar
+update_avatar=Actualizar configuración del avatar
+delete_current_avatar=Eliminar avatar
uploaded_avatar_not_a_image=El archivo enviado no es una imagen.
-no_custom_avatar_available=No hay ningún avatar personalizado disponible, no se puede habilitar.
update_avatar_success=La configuración de tu avatar se ha actualizado correctamente.
change_password=Cambiar contraseña
@@ -336,10 +330,10 @@ delete_account_desc=Esta cuenta se va a eliminar permanentemente, ¿quieres cont
[repo]
owner=Propietario
-repo_name=Nombre del Repositorio
+repo_name=Nombre del repositorio
repo_name_helper=Los grandes nombres de repositorios son cortos, memorables y únicos.
visibility=Visibilidad
-visiblity_helper=Este repositorio es Privado
+visiblity_helper=Este repositorio es privado
visiblity_helper_forced=El administrador web ha obligado a todos los repositorios nuevos a ser privados
visiblity_fork_helper=(Este cambio afectará a todos los forks)
clone_helper=¿Necesitas ayuda con el clone? ¡Consulta la Ayuda!
@@ -347,16 +341,16 @@ fork_repo=Hacer Fork del repositorio
fork_from=Crear un Fork desde
fork_visiblity_helper=No es posible cambiar la visibilidad de un Fork
repo_desc=Descripción
-repo_lang=Idioma
+repo_lang=Lenguaje
repo_lang_helper=Seleccione archivo .gitignore
license=Licencia
license_helper=Selecciona un fichero de licencia
readme=Readme
readme_helper=Seleccione una plantilla de archivo readme
auto_init=Inicializar los archivos seleccionados y plantillas de este repositorio
-create_repo=Crear Repositorio
+create_repo=Crear repositorio
default_branch=Rama por defecto
-mirror_interval=Intervalo de mirror(en horas)
+mirror_interval=Intervalo de la réplica (en horas)
mirror_address=Dirección de la réplica
mirror_address_desc=Por favor, incluya las credenciales de usuario necesarias en la dirección.
watchers=Seguidores
@@ -367,11 +361,11 @@ form.reach_limit_of_creation=El propietario ha alcanzado el límite máximo de %
form.name_reserved=El nombre del repositorio '%s' está reservado.
form.name_pattern_not_allowed=El patrón del nombre del repositorio '%s' no está permitido.
-need_auth=Requiere Autorización
-migrate_type=Tipo de Migración
-migrate_type_helper=Este repositorio será un mirror
+need_auth=Requiere autorización
+migrate_type=Tipo de migración
+migrate_type_helper=Este repositorio será una réplica
migrate_repo=Migrar Repositorio
-migrate.clone_address=Clonar Dirección
+migrate.clone_address=Clonar dirección
migrate.clone_address_desc=Puede ser una URL HTTP/HTTPS/GIT o una ruta local del servidor.
migrate.permission_denied=No te está permitido importar repositorios locales.
migrate.invalid_local_path=Rutal local inválida, no existe o no es un directorio.
@@ -379,7 +373,7 @@ migrate.failed=Migración fallida: %v
mirror_from=espejo de
forked_from=forked de
-fork_from_self=Eres el propietario del repositorio, ¡no puedes hacer fork!
+fork_from_self=¡No puedes crear un fork de un repositorio que ya es tuyo!
copy_link=Copiar
copy_link_success=¡Copiado!
copy_link_error=Presione ⌘ + C o Ctrl-C para copiar
@@ -423,7 +417,7 @@ commits.date=Fecha
commits.older=Anterior
commits.newer=Posterior
-issues.new=Nueva Incidencia
+issues.new=Nueva incidencia
issues.new.labels=Etiquetas
issues.new.no_label=Sin etiquetas
issues.new.clear_labels=Limpiar etiquetas
@@ -467,17 +461,17 @@ issues.open_title=Abierta
issues.closed_title=Cerrada
issues.num_comments=%d comentarios
issues.commented_at=`comentada %[2]s`
-issues.no_content=Aun no existe contenido.
+issues.no_content=Aún no existe contenido.
issues.close_issue=Cerrar
issues.close_comment_issue=Comentar y cerrar
issues.reopen_issue=Reabrir
issues.reopen_comment_issue=Comentar y reabrir
issues.create_comment=Comentar
-issues.closed_at=`cerrada %[2]s`
-issues.reopened_at=`reabierta %[2]s`
+issues.closed_at=`cerró %[2]s`
+issues.reopened_at=`reabrió %[2]s`
issues.commit_ref_at=`mencionada esta incidencia en un commit %[2]s`
issues.poster=Autor
-issues.admin=Administrador
+issues.collaborator=Colaborador
issues.owner=Propietario
issues.sign_up_for_free=Registro gratuito
issues.sign_in_require_desc=para unirse a esta conversación. ¿Ya dispone de una cuenta? Inicie sesión para comentar
@@ -494,9 +488,10 @@ issues.label_modify=Edición de Etiqueta
issues.label_deletion=Borrado de Etiqueta
issues.label_deletion_desc=Al borrar la etiqueta su información será eliminada de todas las incidencias relacionadas. Desea continuar?
issues.label_deletion_success=Etiqueta borrada con éxito!
+issues.num_participants=%d participantes
pulls.new=Nuevo Pull Request
-pulls.compare_changes=Comparar Cambios
+pulls.compare_changes=Comparar cambios
pulls.compare_changes_desc=Comparar dos ramas y generar un pull request con las diferencias.
pulls.compare_base=base
pulls.compare_compare=comparar con
@@ -510,7 +505,7 @@ pulls.merged_title_desc=fusionados %[1]d commits de %[2]s en
pulls.tab_conversation=Conversación
pulls.tab_commits=Commits
pulls.tab_files=Archivos modificados
-pulls.reopen_to_merge=Por favor reabra este pull request para proceder con la operación de fusionado.
+pulls.reopen_to_merge=Por favor reabra este Pull Request para proceder con la operación de fusionado.
pulls.merged=Fuisionado
pulls.has_merged=¡Este pull request se ha completado con éxito!
pulls.data_broken=Los datos de este pull request ya no están disponibles porque se ha eliminado la información del fork.
@@ -557,6 +552,8 @@ wiki.save_page=Guardar página
wiki.last_commit_info=%s editó esta página %s
wiki.edit_page_button=Editar
wiki.new_page_button=Nueva página
+wiki.delete_page_button=Eliminar página
+wiki.delete_page_notice_1=Esto eliminará la página "%s". Por favor, asegúrate de que es lo que quieres.
wiki.page_already_exists=Ya existe una página con el mismo nombre.
wiki.pages=Páginas
wiki.last_updated=Última actualización %s
@@ -567,7 +564,7 @@ settings.collaboration=Colaboración
settings.hooks=Webhooks
settings.githooks=Git Hooks
settings.basic_settings=Configuración Básica
-settings.site=Sitio Oficial
+settings.site=Sitio oficial
settings.update_settings=Actualizar configuración
settings.change_reponame_prompt=Este cambio afectará a los enlaces al repositorio.
settings.advanced_settings=Ajustes avanzados
@@ -581,14 +578,23 @@ settings.tracker_url_format=Formato URL del tracker de incidencias externo
settings.tracker_url_format_desc=Puedes usar las plantillas {user} {repo} {index} para el nombre de usuario, nombre del repositorio e índice de la incidencia.
settings.pulls_desc=Habilitar Pull Requests para aceptar contribuciones públicas
settings.danger_zone=Zona de Peligro
-settings.transfer=Transferir la Propiedad
-settings.transfer_desc=Transferir este repositorio a otro usuario u organización donde tengas permisos de administración.
settings.new_owner_has_same_repo=El nuevo propietario tiene un repositorio con el mismo nombre.
-settings.delete=Eliminar este Repositorio
-settings.delete_desc=Una vez has eliminado un repositorio, no hay vuelta atrás. Por favor, asegúrate de que es lo que quieres.
+settings.convert=Convertir en un repositorio normal
+settings.convert_desc=Puedes convertir este repositorio en un repositorio normal. Este cambio no se puede deshacer.
+settings.convert_notices_1=- Esta operación convertirá este repositorio espejo en un repositorio normal y no podrá deshacerse.
+settings.convert_confirm=Confirmar conversión
+settings.convert_succeed=El repositorio ha sido convertido en normal satisfactoriamente.
+settings.transfer=Transferir la propiedad
+settings.transfer_desc=Transferir este repositorio a otro usuario u organización donde tengas permisos de administración.
settings.transfer_notices_1=- Perderá el permiso de acceso si el nuevo propietario es otro usuario.
settings.transfer_notices_2=- Conservará el privilegio de acceso si el nuevo propietario es una organización y usted es uno de los propietarios de dicha organización.
settings.transfer_form_title=Por favor introduzca esta información para confirmar la operación:
+settings.wiki_delete=Eliminar datos de la wiki
+settings.wiki_delete_desc=Una vez borrados los datos de la wiki no habrá vuelta atrás. Por favor, asegúrate de que es lo que quieres.
+settings.wiki_delete_notices_1=- Esto eliminará y deshabilitará la wiki para %s
+settings.wiki_deletion_success=Los datos de la wiki del repositorio han sido borrados correctamente.
+settings.delete=Eliminar este repositorio
+settings.delete_desc=Una vez has eliminado un repositorio, no hay vuelta atrás. Por favor, asegúrate de que es lo que quieres.
settings.delete_notices_1=- Esta operación NO PUEDE revertirse.
settings.delete_notices_2=- Esta operación eliminará de manera permanente todo el contenido de este repositorio, incluyendo los datos de git, las incidencias, los comentarios y los permisos de acceso de los colaboradores.
settings.delete_notices_fork_1=- Si este repositorio es público, todos los forks se convertirán en repositorios independientes tras el borrado.
@@ -600,10 +606,14 @@ settings.transfer_owner=Nuevo Propietario
settings.make_transfer=Transferir
settings.transfer_succeed=La propiedad del repositorio ha sido transferida exitosamente.
settings.confirm_delete=Confirmar eliminación
-settings.add_collaborator=Añadir Nuevo Colaborador
-settings.add_collaborator_success=Se ha añadido el nuevo colaborador.
-settings.remove_collaborator_success=Se ha eliminado el colaborador.
+settings.add_collaborator=Añadir nuevo colaborador
+settings.add_collaborator_success=El nuevo colaborador ha sido añadido.
+settings.delete_collaborator=Eliminar
+settings.collaborator_deletion=Eliminar colaborador
+settings.collaborator_deletion_desc=Este usuario no podrá colaborar en este repositorio tras eliminarlo. ¿Desea continuar?
+settings.remove_collaborator_success=El colaborador ha sido eliminado.
settings.search_user_placeholder=Buscar usuario...
+settings.org_not_allowed_to_be_collaborator=Las organizaciones no tiene permitido ser añadidas como colaboradores.
settings.user_is_org_member=El usuario es miembro de la organización, no puede ser añadido como colaborador.
settings.add_webhook=Añadir Webhook
settings.hooks_desc=Los Webhooks permiten a servicios externos recibir notificaciones cuando sucedan ciertos eventos en Gogs. Cuando sucedan los eventos especificados, enviaremos una petición POST a cada una de las URLs indicadas. Para obtener más información, consulta nuestra Guía de Webhooks.
@@ -625,7 +635,7 @@ settings.githook_content=Contenido del Hook
settings.update_githook=Actualizar Hook
settings.add_webhook_desc=Enviaremos una petición POST a la siguiente URL con los detalles de cualquier evento suscrito. También puedes especificar qué formato de datos te gustaría recibir (JSON, x-www-form-urlencoded, etc). Puedes encontrar más información en la Guía de Webhooks.
settings.payload_url=URL de Payload
-settings.content_type=Tipo de Contenido
+settings.content_type=Tipo de contenido
settings.secret=Secreto
settings.slack_username=Nombre de usuario
settings.slack_icon_url=URL de icono
@@ -667,12 +677,12 @@ diff.browse_source=Explorar el Código
diff.parent=padre
diff.commit=commit
diff.data_not_available=Los datos del Diff no están disponibles.
-diff.show_diff_stats=Mostrar Estadísticas de Diff
+diff.show_diff_stats=Mostrar estadísticas de diff
diff.show_split_view=Dividir vista
diff.show_unified_view=Unificar vista
diff.stats_desc=Se han modificado %d ficheros con %d adiciones y %d borrados
diff.bin=BIN
-diff.view_file=Ver Fichero
+diff.view_file=Ver fichero
release.releases=Releases
release.new_release=Nueva Release
@@ -690,7 +700,7 @@ release.tag_helper=Escoge una etiqueta o crea una nueva al publicar.
release.title=Título
release.content=Contenido
release.write=Escribir
-release.preview=Vista Previa
+release.preview=Vista previa
release.loading=Cargando...
release.prerelease_desc=Esta es una pre-release
release.prerelease_helper=Esta release está marcada como no apta para producción.
@@ -706,8 +716,8 @@ release.tag_name_already_exist=Ya existe una Release con esta etiqueta.
release.downloads=Descargas
[org]
-org_name_holder=Nombre de la Organización
-org_full_name_holder=Nombre de la organización
+org_name_holder=Nombre de la organización
+org_full_name_holder=Nombre completo de la organización
org_name_helper=Los grandes nombres de organizaciones son cortos y memorables.
create_org=Crear Organización
repo_updated=Actualizado
@@ -716,9 +726,9 @@ invite_someone=Invitar a alguien
teams=Equipos
lower_members=miembros
lower_repositories=repositorios
-create_new_team=Crear un Nuevo Equipo
+create_new_team=Crear un nuevo equipo
org_desc=Descripción
-team_name=Nombre del Equipo
+team_name=Nombre del equipo
team_desc=Descripción
team_name_helper=Utiliza este nombre para mencionar a este equipo en las conversaciones.
team_desc_helper=¿En qué consiste este equipo?
@@ -729,8 +739,8 @@ form.name_pattern_not_allowed=El patrón de nombre de la organización '%s' no e
settings=Configuración
settings.options=Opciones
-settings.full_name=Nombre Completo
-settings.website=Página Web
+settings.full_name=Nombre completo
+settings.website=Página web
settings.location=Localización
settings.update_settings=Actualizar configuración
settings.update_setting_success=La configuración de la organización se ha actualizado correctamente.
@@ -763,24 +773,24 @@ teams.read_access=Acceso de Lectura
teams.read_access_helper=Este equipo podrá ver y clonar sus repositorios.
teams.write_access=Acceso de Escritura
teams.write_access_helper=Este equipo podrá leer sus repositorios, así como hacer push en ellos.
-teams.admin_access=Acceso de Administrador
+teams.admin_access=Acceso de administrador
teams.admin_access_helper=Este equipo podrá hacer push/pull en sus repositorios, así como añadir colaboradores a ellos.
teams.no_desc=Este equipo no tiene descripción
teams.settings=Configuración
teams.owners_permission_desc=Los propietarios tienen acceso completo a todos los repositorios y tienen derechos de administración en la organización.
-teams.members=Miembros del Equipo
+teams.members=Miembros del equipo
teams.update_settings=Actualizar configuración
-teams.delete_team=Borrar este Equipo
-teams.add_team_member=Añadir Miembro al Equipo
-teams.delete_team_title=Eliminar Equipo
+teams.delete_team=Eliminar este equipo
+teams.add_team_member=Añadir miembro al equipo
+teams.delete_team_title=Eliminar equipo
teams.delete_team_desc=Este equipo va a ser eliminado, ¿seguro que quieres continuar? Los miembros de este equipo pueden perder acceso a algunos repositorios.
-teams.delete_team_success=El Equipo se ha eliminado correctamente.
+teams.delete_team_success=El equipo ha sido eliminado correctamente.
teams.read_permission_desc=Este equipo tiene permisos de Lectura: sus miembros pueden ver y clonar los repositorios del equipo.
teams.write_permission_desc=Este equipo tiene permisos de Escritura: sus miembros pueden leer y hacer push a los repositorios del equipo.
teams.admin_permission_desc=Este equipo tiene permisos de Administración: sus miembros pueden leer, hacer push y añadir colaboradores a los repositorios del equipo.
-teams.repositories=Repositorios del Equipo
+teams.repositories=Repositorios del equipo
teams.search_repo_placeholder=Buscar repositorio...
-teams.add_team_repository=Añadir Repositorio al Equipo
+teams.add_team_repository=Añadir repositorio al equipo
teams.remove_repo=Eliminar
teams.add_nonexistent_repo=El repositorio que estás intentando añadir no existe, por favor, créalo primero.
@@ -791,7 +801,7 @@ organizations=Organizaciones
repositories=Repositorios
authentication=Autenticaciones
config=Configuración
-notices=Avisos del Sistema
+notices=Notificaciones del sistema
monitor=Monitorización
first_page=Primera
last_page=Última
@@ -801,7 +811,7 @@ dashboard.statistic=Estadísticas
dashboard.operations=Operaciones
dashboard.system_status=Estado del Monitor del Sistema
dashboard.statistic_info=La base de datos de Gogs contiene %d usuarios, %d organizaciones, %d claves públicas, %d repositorios, %d vigilados, %d destacados, %d acciones, %d accesos, %d incidencias, %d comentarios, %d cuentas de redes sociales, %d seguidores, %d mirrors, %d releases, %d fuentes de login, %d webhooks, %d milestones, %d etiquetas, %d hooks, %d equipos, %d tareas actualizadas, %d adjuntos.
-dashboard.operation_name=Nombre de la Operación
+dashboard.operation_name=Nombre de la operación
dashboard.operation_switch=Interruptor
dashboard.operation_run=Ejecutar
dashboard.clean_unbind_oauth=Limpiar solicitudes de OAuth sin confirmar
@@ -818,13 +828,15 @@ dashboard.resync_all_sshkeys=Reescribir el fichero '.ssh/authorized_keys'(atenci
dashboard.resync_all_sshkeys_success=Todas las claves públicas se han reescrito correctamente.
dashboard.resync_all_update_hooks=Reescribir todos los hooks de actualización de los repositorios (necesario cuando se modifica la ruta de configuración personalizada)
dashboard.resync_all_update_hooks_success=Todos los hooks de actualización de los repositorios se han reescrito correctamente.
+dashboard.reinit_missing_repos=Reinicializar todos los registros del repositorio que tienen archivos Git eliminados
+dashboard.reinit_missing_repos_success=Todos los registros del repositorio con archivos Git eliminados han sido reinicializados con éxito.
dashboard.server_uptime=Tiempo de actividad del servidor
dashboard.current_goroutine=Gorutinas actuales
dashboard.current_memory_usage=Uso de memoria actual
dashboard.total_memory_allocated=Total de Memoria Reservada
dashboard.memory_obtained=Memoria Obtenida
-dashboard.pointer_lookup_times=Tiempos de Búsqueda de Punteros
+dashboard.pointer_lookup_times=Tiempos de búsqueda de punteros
dashboard.memory_allocate_times=Tiempos de Reserva de Memoria
dashboard.memory_free_times=Tiempos de Liberado de Memoria
dashboard.current_heap_usage=Uso de Heap actual
@@ -861,7 +873,7 @@ users.new_success=La cuenta '%s' ha sido creada con éxito.
users.edit=Editar
users.auth_source=Fuente de Autenticación
users.local=Local
-users.auth_login_name=Nombre de Inicio de Sesión de Autenticación
+users.auth_login_name=Nombre de Inicio de sesión de autenticación
users.password_helper=Deje el campo vacío si no desea cambiar la contraseña.
users.update_profile_success=El perfil de la cuenta se ha actualizado correctamente.
users.edit_account=Editar Cuenta
@@ -890,36 +902,37 @@ repos.watches=Vigilantes
repos.stars=Estrellas
repos.issues=Incidencias
-auths.auth_manage_panel=Panel de Administración de Autenticación
-auths.new=Añadir Nuevo Origen
+auths.auth_manage_panel=Panel de administración de autenticación
+auths.new=Añadir nuevo origen
auths.name=Nombre
auths.type=Tipo
auths.enabled=Activo
auths.updated=Actualizado
-auths.auth_type=Tipo de Autenticación
-auths.auth_name=Nombre de Autenticación
+auths.auth_type=Tipo de autenticación
+auths.auth_name=Nombre de autenticación
auths.domain=Dominio
auths.host=Host
auths.port=Puerto
auths.bind_dn=Bind DN
auths.bind_password=Contraseña Bind
auths.bind_password_helper=Advertencia: La contraseña se almacena como texto plano. No utilice una cuenta con privilegios elevados.
-auths.user_base=Base de Búsqueda de Usuarios
+auths.user_base=Base de búsqueda de usuarios
auths.user_dn=DN de Usuario
auths.attribute_username=Atributo de nombre de usuario
auths.attribute_username_placeholder=Dejar vacío para usar el campo de inicio de sesión como nombre de usuario.
auths.attribute_name=Atributo nombre
auths.attribute_surname=Atributo apellido
auths.attribute_mail=Atributo correo electrónico
-auths.filter=Filtro de Usuario
-auths.admin_filter=Filtro de Aministrador
+auths.attributes_in_bind=Buscar atributos en el contexto del Bind DN
+auths.filter=Filtro de usuario
+auths.admin_filter=Filtro de aministrador
auths.ms_ad_sa=Ms Ad SA
-auths.smtp_auth=Tipo de Autenticación SMTP
+auths.smtp_auth=Tipo de autenticación SMTP
auths.smtphost=SMTP Host
auths.smtpport=Puerto SMTP
auths.allowed_domains=Dominios Permitidos
auths.allowed_domains_helper=Deje el campo vacío si no desea restringir ningún dominio. Para restringir más de uno, separe los dominios con una coma ','.
-auths.enable_tls=Habilitar Cifrado TLS
+auths.enable_tls=Habilitar cifrado TLS
auths.skip_tls_verify=Omitir la verificación TLS
auths.pam_service_name=Nombre del Servicio PAM
auths.enable_auto_register=Hablilitar Auto-Registro
@@ -932,9 +945,10 @@ auths.update=Actualizar la configuración de autenticación
auths.delete=Eliminar Autenticación
auths.delete_auth_title=Borrado de autenticación
auths.delete_auth_desc=Esta autenticación será eliminada. ¿Deseas continuar?
+auths.still_in_used=Este método de autentificación aún es utilizado por algunos usuarios, por favor elimine o convierta estos usuarios a otro tipo de autentificación.
auths.deletion_success=¡La autenticación ha sido eliminada con éxito!
-config.server_config=Configuración del Servidor
+config.server_config=Configuración del servidor
config.app_name=Nombre de la Aplicación
config.app_ver=Versión de la Aplicación
config.app_url=URL de la Aplicación
@@ -948,21 +962,33 @@ config.static_file_root_path=Ruta de los Ficheros Estáticos
config.log_file_root_path=Ruta de los Ficheros de Log
config.script_type=Tipo de Script
config.reverse_auth_user=Autenticación Inversa de Usuario
+
+config.ssh_config=Configuración SSH
+config.ssh_enabled=Habilitado
+config.ssh_start_builtin_server=Iniciar servidor integrado
+config.ssh_domain=Dominio
+config.ssh_port=Puerto
+config.ssh_listen_port=Puerto de escucha
+config.ssh_root_path=Ruta raíz
+config.ssh_key_test_path=Ruta de la clave de prueba
+config.ssh_keygen_path=Ruta del generador de claves ('ssh-keygen')
+config.ssh_minimum_key_size_check=Tamaño mínimo de la clave de verificación
+config.ssh_minimum_key_sizes=Tamaños de clave mínimos
+
config.db_config=Configuración de la Base de Datos
config.db_type=Tipo
config.db_host=Host
config.db_name=Nombre
config.db_user=Usuario
config.db_ssl_mode=Modo SSL
-config.db_ssl_mode_helper=(solo para "postgres")
+config.db_ssl_mode_helper=(sólo para "postgres")
config.db_path=Ruta
config.db_path_helper=(para "sqlite3" y "tidb")
-config.service_config=Configuración del Servicio
+config.service_config=Configuración del servicio
config.register_email_confirm=Solicitar Confirmación por Correo Electrónico
config.disable_register=Deshabilitar el Registro
config.show_registration_button=Mostrar Botón de Registro
config.require_sign_in_view=Solicitar la Vista de Inicio de Sesión
-config.enable_cache_avatar=Activar la Caché de Avatar
config.mail_notify=Notificación por Correo Electrónico
config.disable_key_size_check=Deshabilitar la comprobación de Tamaño Mínimo de Clave
config.enable_captcha=Activar Captcha
@@ -972,12 +998,15 @@ config.webhook_config=Configuración de Webhooks
config.queue_length=Tamaño de Cola de Envío
config.deliver_timeout=Timeout de Entrega
config.skip_tls_verify=Omitir la Verificación TLS
-config.mailer_config=Configuración del Mailer
+config.mailer_config=Configuración del servidor de correo
config.mailer_enabled=Activado
config.mailer_disable_helo=Desactivar HELO
config.mailer_name=Nombre
config.mailer_host=Host
config.mailer_user=Usuario
+config.send_test_mail=Enviar email de prueba
+config.test_mail_failed=Fallo al enviar el email de prueba a '%s': %v
+config.test_mail_sent=El email de prueba ha sido enviado a '%s'.
config.oauth_config=Configuración OAuth
config.oauth_enabled=Activado
config.cache_config=Configuración de la Caché
@@ -1029,7 +1058,11 @@ create_repo=creó el repositorio %s
rename_repo=repositorio renombrado de %[1]s a %[3]s
commit_repo=hizo push a %[3]s en %[4]s
create_issue=`incidencia abierta %s#%[2]s`
+close_issue=`cerró la incidencia %s#%[2]s`
+reopen_issue=`reabrió la incidencia %s#%[2]s`
create_pull_request=`creado pull request %s#%[2]s`
+close_pull_request=`cerró el pull request %s#%[2]s`
+reopen_pull_request=`reabrió el pull request %s#%[2]s`
comment_issue=`comentó en la incidencia %s#%[2]s`
merge_pull_request=`fusionado pull request %s#%[2]s`
transfer_repo=transfirió el repositorio %s a %s
diff --git a/conf/locale/locale_fi-FI.ini b/conf/locale/locale_fi-FI.ini
new file mode 100755
index 000000000..647013143
--- /dev/null
+++ b/conf/locale/locale_fi-FI.ini
@@ -0,0 +1,1098 @@
+app_desc=Kivuton itse-hostattu Git palvelu
+
+home=Etusivu
+dashboard=Kojelauta
+explore=Tutki
+help=Apua
+sign_in=Kirjaudu sisään
+sign_out=Kirjaudu ulos
+sign_up=Rekisteröidy
+register=Rekisteröidy
+website=Nettisivut
+version=Versio
+page=Sivu
+template=Malli
+language=Kieli
+create_new=Luo...
+user_profile_and_more=Käyttäjäprofiili ja lisää
+signed_in_as=Kirjautuneena käyttäjänä
+
+username=Käyttäjätunnus
+email=Sähköposti
+password=Salasana
+re_type=Kirjoita uudelleen
+captcha=Captcha
+
+repository=Repo
+organization=Organisaatio
+mirror=Peili
+new_repo=Uusi repo
+new_migrate=Uusi migraatio
+new_mirror=Uusi peilaus
+new_fork=Uusi haara reposta
+new_org=Uusi organisaatio
+manage_org=Ylläpidä organisaatioita
+admin_panel=Ylläpito paneeli
+account_settings=Tilin asetukset
+settings=Asetukset
+your_profile=Profiilisi
+your_settings=Asetuksesi
+
+activities=Toimet
+pull_requests=Pull requestit
+issues=Ongelmat
+
+cancel=Peruuta
+
+[install]
+install=Asennus
+title=Asennusvaiheet ottaessa ensi kertaa käyttöön
+docker_helper=Jos käytät Gogsia Dockerin sisällä, ole hyvä ja lue ohjeet huolellisesti ennen kuin muutat mitään tältä sivulta!
+requite_db_desc=Gogs tarvitsee MySQL, PostgreSQL, SQLite3 tai TiDB.
+db_title=Tietokanta asetukset
+db_type=Tietokanta tyyppi
+host=Isäntä
+user=Käyttäjä
+password=Salasana
+db_name=Tietokannan nimi
+db_helper=Ole hyvä ja käytä INNODB moottoria ja utf8_general_ci merkistöä MySQLssä.
+ssl_mode=SSL tila
+path=Polku
+sqlite_helper=SQLite3 tai TiDB tietokanta polku. Käytä absoluuttista polkua kun käynnistät palvelun.
+err_empty_db_path=SQLite3 tai TiDB tietokanta polku ei voi olla tyhjä.
+err_invalid_tidb_name=TiDB tietokannan nimessä ei voi olla merkkejä "." ja "-".
+no_admin_and_disable_registration=Et voi poistaa käytöstä rekisteröintiä luomatta ylläpito tiliä.
+err_empty_admin_password=Ylläpito salasana ei voi olla tyhjä.
+
+general_title=Sovellus yleiset asetukset
+app_name=Sovellus nimi
+app_name_helper=Laita organisaatiosi nimi tähän isolla ja kovaäänisesti!
+repo_path=Repon juuren polku
+repo_path_helper=Kaikki Git etä repot tullaan tallentamaan tähän hakemistoon.
+run_user=Suorita käyttäjänä
+run_user_helper=Käyttäjällä täytyy olla pääsy repo juuri polkuun ja suorittaa Gogs.
+domain=Verkkotunnus
+domain_helper=Tämä vaikuttaa SSH klooni URLeihin.
+ssh_port=SSH portti
+ssh_port_helper=Portti numero jota SSH palvelimesi käyttää, jätä tyhjäksi poistaaksesi käytöstä SSH toiminnon.
+http_port=HTTP portti
+http_port_helper=Portti numero jota sovellus tulee kuuntelemaan.
+app_url=Sovellus URL
+app_url_helper=Tämä vaikuttaa HTTP/HTTPS klooni URLeihin ja joihinkin sähköposteihin.
+log_root_path=Lokin polku
+log_root_path_helper=Lokien tallennushakemisto.
+
+optional_title=Valinnaiset asetukset
+email_title=Sähköposti palvelu asetukset
+smtp_host=SMTP isäntä
+smtp_from=Lähettäjä
+smtp_from_helper=Sähköposti lähettäjän osoite, RFC 5322. Se voi olla pelkkä sähköposti osoite, tai "Nimi" muodossa.
+mailer_user=Lähettäjän sähköposti
+mailer_password=Lähettäjän salasana
+register_confirm=Ota käyttöön rekisteröinti varmistus
+mail_notify=Ota käyttöön sähköposti ilmoitukset
+server_service_title=Palvelin ja muut palvelu asetukset
+offline_mode=Ota käyttöön Offline tila
+offline_mode_popup=Poista käytöstä CDN myös tuotanto tilassa, kaikki resurssi tiedostot palvellaan paikallisesti.
+disable_gravatar=Poista käytöstä Gravatar palvelu
+disable_gravatar_popup=Poista käytöstä Gravatar ja mukautetut lähteet, kaikki profiilikuvat on käyttäjien palvelimelle lähettämiä tai oletus.
+disable_registration=Poista käytöstä itse-rekisteröinti
+disable_registration_popup=Poista käyttäjän itse rekisteröinti, vain ylläpito voi luoda tilejä.
+enable_captcha=Ota käyttöön Captcha
+enable_captcha_popup=Pakollinen captcha käyttäjän itse rekisteröityessä.
+require_sign_in_view=Ota käyttöön vaadi sisäänkirjautuminen nähdäksesi sivut
+require_sign_in_view_popup=Vain sisään kirjautuneet käyttäjät voivat nähdä sivut, vierailijat tulevat näkemään vain kirjautumis/rekisteröinti sivut.
+admin_setting_desc=Sinun ei tarvitse luoda ylläpito tiliä nyt, ensimmäinen käyttäjä ID=1 saa ylläpito oikeudet automaattisesti.
+admin_title=Ylläpito tili asetukset
+admin_name=Käyttäjätunnus
+admin_password=Salasana
+confirm_password=Varmista salasana
+admin_email=Ylläpito sähköposti
+install_gogs=Asenna Gogs
+test_git_failed=Epäonnistui testata 'git' komentoa: %v
+sqlite3_not_available=Julkaisu versiosi ei tue SQLite3, ole hyvä ja lataa virallinen binääri versio osoitteesta %s, EI gobuild versiota.
+invalid_db_setting=Tietokanta asetus ei ole oikea: %v
+invalid_repo_path=Repo juuri polku on virheellinen: %v
+run_user_not_match=Suoritus käyttäjä ei ole nykyinen käyttäjä: %s -> %s
+save_config_failed=Asetuksien tallennus epäonnistui: %v
+invalid_admin_setting=Ylläpito tili asetus virheellinen: %v
+install_success=Tervetuloa! Olemme iloisia että valitsit Gogs, pidä hauskaa ja pidä huolta itsestäsi.
+invalid_log_root_path=Loki juurihakemisto ei kelpaa: %v
+
+[home]
+uname_holder=Käyttäjätunnus tai sähköposti
+password_holder=Salasana
+switch_dashboard_context=Vaihda kojelaudan kontekstia
+my_repos=Reponi
+collaborative_repos=Yhteistyö repot
+my_orgs=Organisaationi
+my_mirrors=Peilini
+view_home=Näytä %s
+
+issues.in_your_repos=Repoissasi
+
+[explore]
+repos=Repot
+users=Users
+search=Search
+
+[auth]
+create_new_account=Luo uusi tili
+register_hepler_msg=On jo tili? Kirjaudu sisään nyt!
+social_register_hepler_msg=On jo tili? Liitä nyt!
+disable_register_prompt=Sori, rekisteröinti on poistettu käytöstä. Ole hyvä ja ota yhteyttä sivuston ylläpitoon.
+disable_register_mail=Sori, rekisteröinti sähköpostivarmistukset on poistettu käytöstä.
+remember_me=Muista minut
+forgot_password=Unohtuiko salasana
+forget_password=Unohtuiko salasana?
+sign_up_now=Tarvitsetko tilin? Rekisteröidy nyt.
+confirmation_mail_sent_prompt=Uusi varmistus sähköposti on lähetetty osoitteeseen %s, ole hyvä ja tarkista saapuneet seuraavan %d tunnin sisällä saadaksesi rekisteröintiprosessin valmiiksi.
+active_your_account=Aktivoi tilisi
+resent_limit_prompt=Sori, olet jo tilannut aktivointi sähköpostin lähiaikoina. Ole hyvä ja odota 3 minuuttia ja yritä sitten uudelleen.
+has_unconfirmed_mail=Hei %s, sinulla on varmistamaton sähköposti osoite (%s). Jos et ole saanut varmistus sähköpostia tai tarvitset uudelleenlähetyksen, ole hyvä ja klikkaa allaolevaa painiketta.
+resend_mail=Klikkaa tästä uudelleenlähettääksesi aktivointi sähköpostisi
+email_not_associate=Tätä sähköposti osoitetta ei ole liitetty mihinkään tiliin.
+send_reset_mail=Klikkaa tästä (uudelleen)lähettääksesi salasanan nollaus sähköpostin
+reset_password=Nollaa salasanasi
+invalid_code=Sori, varmistuskoodisi on vanhentunut tai väärä.
+reset_password_helper=Klikkaa tästä nollataksesi salasanasi
+password_too_short=Salasanan pituus ei voi olla vähemmän kuin 6 merkkiä.
+
+[mail]
+activate_account=Ole hyvä ja aktivoi tilisi
+activate_email=Vahvista sähköpostiosoitteesi
+reset_password=Tyhjennä salasana
+register_success=Rekisteröinti onnistunut, tervetuloa
+register_notify=Tervetuloa mukaan
+
+[modal]
+yes=Kyllä
+no=Ei
+modify=Muokkaa
+
+[form]
+UserName=Käyttäjätunnus
+RepoName=Repon nimi
+Email=Sähköposti osoite
+Password=Salasana
+Retype=Kirjoita salasana uudelleen
+SSHTitle=SSH avain nimi
+HttpsUrl=HTTPS URL
+PayloadUrl=Payload URL
+TeamName=Tiimin nimi
+AuthName=Luvan nimi
+AdminEmail=Ylläpito sähköposti
+
+require_error=` ei voi olla tyhjä.`
+alpha_dash_error=` täytyy olla kirjaimia tai numeroita tai väliviiva(-_) merkkejä.`
+alpha_dash_dot_error=` täytyy olla kirjaimia tai numeroita tai väliviiva(-_) tai piste merkkejä.`
+size_error=` täytyy olla kokoa %s.`
+min_size_error=` täytyy sisältää vähintään %s merkkiä.`
+max_size_error=` täytyy sisältää enintään %s merkkiä.`
+email_error=` ei ole kelvollinen sähköpostiosoite.`
+url_error=` ei ole kelvollinen URL.`
+include_error=` täytyy sisältää tekstiosa '%s'.`
+unknown_error=Tuntematon virhe:
+captcha_incorrect=Captcha ei ollut oikein.
+password_not_match=Salasana ja salasanan varmistus eivät ole samoja.
+
+username_been_taken=Käyttäjätunnus on jo käytössä.
+repo_name_been_taken=Repon nimi on jo käytössä.
+org_name_been_taken=Organisaation nimi on jo käytössä.
+team_name_been_taken=Tiimin nimi on jo käytössä.
+email_been_used=Sähköpostiosoite on jo käytössä.
+username_password_incorrect=Käyttäjätunnus tai salasana ei ole oikein.
+enterred_invalid_repo_name=Ole hyvä ja varmista että kirjoittamasi repon nimi on oikein.
+enterred_invalid_owner_name=Ole hyvä ja varmista että kirjoittamasi omistajan nimi on oikein.
+enterred_invalid_password=Ole hyvä ja varmista että kirjoittamasi salasana on oikein.
+user_not_exist=Käyttäjää ei ole olemassa.
+last_org_owner=Viimeisen käyttäjän poistaminen omistaja tiimistä ei ole sallittu, koska organisaatiossa tulee olla ainakin yksi omistaja.
+
+invalid_ssh_key=Sori, emme pystyneet varmistamaan SSH avainta: %s
+unable_verify_ssh_key=Gogs ei voi varmistaa SSH avaintasi, mutta oletamme että se on toimiva, ole hyvä ja tarkista se.
+auth_failed=Todennus epäonnistui: %v
+
+still_own_repo=Tililläsi on yhä omistajuus ainakin yhteen repoon, sinun täytyy poistaa tai siirtää ne ensin.
+still_has_org=Tililläsi on yhä jäsenyys ainakin yhteen organisaatioon, sinun täytyy jäädä pois tai poistaa jäsenyyksiä ensin.
+org_still_own_repo=Tällä organisaatiolla on yhä omistajuus repoon, sinun täytyy poistaa tai siirtää ne ensin.
+
+target_branch_not_exist=Kohde branchia ei ole olemassa.
+
+[user]
+change_avatar=Vaihda avatarisi osoitteeessa gravatar.com
+change_custom_avatar=Vaihda avatar asetuksissa
+join_on=Liitytty
+repositories=Repot
+activity=Julkinen toiminta
+followers=Seuraajat
+starred=Äänestetty
+following=Seurataan
+follow=Seuraa
+unfollow=Lopeta seuraaminen
+
+form.name_reserved=Käyttäjätunnus '%s' on varattu.
+form.name_pattern_not_allowed=Käyttäjätunnus mallia '%s' ei ole sallittu.
+
+[settings]
+profile=Profiili
+password=Salasana
+ssh_keys=SSH avaimet
+social=Sosiaaliset tilit
+applications=Sovellukset
+orgs=Organisaatiot
+delete=Poista tili
+uid=Käyttäjä ID
+
+public_profile=Julkinen profiili
+profile_desc=Sähköposti osoitteesi on julkinen ja käytetään tiliin liittyviin ilmoituksiin, ja nettipohjaisiin toimintoihin joita on tehty sivujen kautta.
+password_username_disabled=Ei-paikallinen tyyppisten käyttäjien ei sallita vaihtavan käyttäjänimeä.
+full_name=Kokonimi
+website=Nettisivut
+location=Sijainti
+update_profile=Päivitä profiili
+update_profile_success=Profiilisi on päivitetty onnistuneesti.
+change_username=Käyttäjätunnus vaihdettu
+change_username_prompt=Tämä muutos vaikuttaa tapaan kuinka linkit liittyvät tiliisi.
+continue=Jatka
+cancel=Peruuta
+
+enable_custom_avatar=Ota käyttöön mukautettu profiilikuva
+choose_new_avatar=Valitse uusi profiilikuva
+update_avatar=Päivitä profiilikuva asetus
+delete_current_avatar=Poista nykyinen profiilikuva
+uploaded_avatar_not_a_image=Palvelimelle lähetetty tiedosto ei ole kuva.
+update_avatar_success=Profiilikuvasi asetus on päivitetty onnistuneesti.
+
+change_password=Vaihda salasana
+old_password=Nykyinen salasana
+new_password=Uusi salasana
+retype_new_password=Kirjoita uudelleen uusi salasana
+password_incorrect=Nykyinen salasana ei ole oikea.
+change_password_success=Salasanasi on onnistuneesti vaihdettu. Voit nyt kirjautua sisään käyttäen tätä uutta salasanaa.
+password_change_disabled=Ei-paikallinen tyyppisten käyttäjien ei sallita vaihtavan salasanaa.
+
+emails=Sähköposti osoitteet
+manage_emails=Hallitse sähköposti osoitteita
+email_desc=Ensisijaista sähköpostiosoitettasi käytetään ilmoituksiin ja muihin toimintoihin.
+primary=Ensisijainen
+primary_email=Aseta ensisijaiseksi
+delete_email=Poista
+email_deletion=Sähköpostin poistaminen
+email_deletion_desc=Tämän sähköposti osoitteen poistaminen poistaa siihen liittyvät tiedot tililtäsi. Haluatko jatkaa?
+email_deletion_success=Sähköposti on poistettu onnistuneesti!
+add_new_email=Lisää uusi sähköpostiosoite
+add_email=Lisää sähköposti
+add_email_confirmation_sent=Uusi varmistus sähköposti on lähetetty osoitteeseen '%s', ole hyvä ja tarkista saapuneet seuraavan %d tunnin sisällä saadaksesi rekisteröintiprosessin valmiiksi.
+add_email_success=Uusi sähköpostiosoitteesi on lisätty onnistuneesti.
+
+manage_ssh_keys=Hallitse SSH avaimia
+add_key=Lisää avain
+ssh_desc=Tämä on luettelo tiliisi liitetyistä SSH avaimista. Koska nämä avaimet sallivat kenen tahansa niitä käyttävän pääsevän repoihisi, on erittäin tärkeää että tunnistat ne.
+ssh_helper=Etkö tiedä miten?Tarkista Githubin opas luo oma SSH avain tai ratkaise yleisiä ongelmia joita voit kohdata SSHta käyttäessä.
+add_new_key=Lisää SSH avain
+ssh_key_been_used=Julkisen avaimen sisältö on käytetty.
+ssh_key_name_used=Samanniminen julkinen avain on jo olemassa.
+key_name=Avaimen nimi
+key_content=Sisältö
+add_key_success=Uusi SSH avain '%s' on lisätty onnistuneesti!
+delete_key=Poista
+ssh_key_deletion=SSH avaimen poistaminen
+ssh_key_deletion_desc=Tämän SSH avaimen poistaminen poistaa kaikki siihen liittyvät vierailut tililtäsi. Haluatko jatkaa?
+ssh_key_deletion_success=SSH avain on poistettu onnistuneesti!
+add_on=Lisätty
+last_used=Käytetty viimeksi
+no_activity=Ei viimeaikaista toimintaa
+key_state_desc=Tätä avainta on käytetty 7 päivän sisällä
+token_state_desc=Tätä pääsymerkkiä on käytetty 7 päivän sisällä
+
+manage_social=Hallitse liitettyjä sosiaalisia tilejä
+social_desc=Tämä on luettelo liitetyistä sosiaalisista tileistä. Poista kaikki liitokset joita et tunnista.
+unbind=Poista liitos
+unbind_success=Sosiaalisen tilin liitos on poistettu.
+
+manage_access_token=Hallitse henkilökohtaisia pääsymerkkejä
+generate_new_token=Luo uusi pääsymerkki
+tokens_desc=Luomiasi pääsymerkkejä voidaan käyttää Gogs APIn kanssa.
+new_token_desc=Joka pääsymerkillä on täysi pääsy tiliisi.
+token_name=Pääsymerkin nimi
+generate_token=Luo pääsymerkki
+generate_token_succees=Pääsymerkkisi luotiin onnistuneesti! Varmista että kopioit sen juuri nyt, koska et voi nähdä sitä uudelleen myöhemmin!
+delete_token=Poista
+access_token_deletion=Henkilökohtaisen pääsymerkin poisto
+access_token_deletion_desc=Tämän henkilökohtaisen pääsymerkin poistaminen poistaa kaikki siihen liittyvät pääsyt sovellukseen. Haluatko jatkaa?
+delete_token_success=Henkilökohtainen pääsymerkki on poistettu onnistuneesti! Älä unohda päivittää sovellustasi myös.
+
+delete_account=Poista tilisi
+delete_prompt=Toiminto poistaa tilisi pysyvästi ja tätä EI VOI peruuttaa myöhemmin!
+confirm_delete_account=Varmista poisto
+delete_account_title=Tilin poisto
+delete_account_desc=Tämä tili poistetaan lopullisesti, haluatko jatkaa?
+
+[repo]
+owner=Omistaja
+repo_name=Repon nimi
+repo_name_helper=Hyvä repon nimi yleensä koostuu lyhyistä, mieleenpainuvista ja ainutlaatuisista avainsanoista.
+visibility=Näkyvyys
+visiblity_helper=Tämä repo on yksityinen
+visiblity_helper_forced=Sivuston ylläpito on pakottanut kaikkien uusien repojen olevan yksityisiä
+visiblity_fork_helper=(Arvon vaihtaminen vaikuttaa kaikkiin forkkeihin)
+clone_helper=Tarvitsetko apua kloonauksessa? Vieraile osoitteessa Apua!
+fork_repo=Forkkaa repo
+fork_from=Forkkaa lähteestä
+fork_visiblity_helper=Et voi muuttaa forkatun repon näkyvyyttä.
+repo_desc=Kuvaus
+repo_lang=Kieli
+repo_lang_helper=Valitse .gitignore tiedostot
+license=Lisenssi
+license_helper=Valitse lisenssitiedosto
+readme=Lueminut-tiedosto
+readme_helper=Valitse Lueminut-malli
+auto_init=Alusta tämä repo valituilla tiedostoilla ja mallilla
+create_repo=Luo repo
+default_branch=Oletus branch
+mirror_interval=Peili aikaväli (tuntia)
+mirror_address=Peili osoite
+mirror_address_desc=Ole hyvä ja liitä osoitteeseen tarvittavat käyttäjätunnukset.
+watchers=Tarkkailijat
+stargazers=Tähtiharrastajat
+forks=Haarat
+
+form.reach_limit_of_creation=Omistaja on saavuttanut maksimi luontirajan %d repoa.
+form.name_reserved=Repon nimi '%s' on varattu.
+form.name_pattern_not_allowed=Repon nimi mallia '%s' ei ole sallittu.
+
+need_auth=Tarvitaan lupa
+migrate_type=Siirtotyyppi
+migrate_type_helper=Tämä repo tulee olemaan peili
+migrate_repo=Siirrä repo
+migrate.clone_address=Kloonaa osoite
+migrate.clone_address_desc=Tämä voi olla HTTP/HTTPS/GIT URL tai paikallisen palvelimen polku.
+migrate.permission_denied=Sinun ei sallita tuovan paikallisia repoja.
+migrate.invalid_local_path=Virheellinen paikallinen polku, ei ole olemassa tai ei ole hakemisto.
+migrate.failed=Siirto epäonnistui: %v
+
+mirror_from=peilaus alkaen
+forked_from=forkattu lähteestä
+fork_from_self=Et voi forkata repoa jonka jo omistat!
+copy_link=Kopioi
+copy_link_success=Kopioitu!
+copy_link_error=Paina ⌘-C tai Ctrl-C kopioidaksesi
+copied=Kopioitu OK
+unwatch=Lopeta tarkkailu
+watch=Tarkkaile
+unstar=Peru ääni
+star=Äänestä
+fork=Fork
+
+no_desc=Ei kuvausta
+quick_guide=Pikaopas
+clone_this_repo=Kloonaa tämä repo
+create_new_repo_command=Luo uusi repo komentoriviltä
+push_exist_repo=Työnnä olemassaoleva repo komentoriviltä
+repo_is_empty=Tämä repo on tyhjä, ole hyvä ja tule takaisin myöhemmin!
+
+code=Koodi
+branch=Branch
+tree=Puu
+filter_branch_and_tag=Suodata haara tai tagi
+branches=Branchit
+tags=Tagit
+issues=Ongelmat
+pulls=Pull-pyynnöt
+labels=Tunnisteet
+milestones=Merkkipaalut
+commits=Commitit
+releases=Julkaisut
+file_raw=Raaka
+file_history=Historia
+file_view_raw=Näytä raaka
+file_permalink=Pysyvä linkki
+
+commits.commits=Commitit
+commits.search=Etsi commiteista
+commits.find=Etsi
+commits.author=Tekijä
+commits.message=Viesti
+commits.date=Päivämäärä
+commits.older=Vanhemmat
+commits.newer=Uudemmat
+
+issues.new=Uusi ongelma
+issues.new.labels=Tunnisteet
+issues.new.no_label=Ei tunnistetta
+issues.new.clear_labels=Tyhjennä tunnisteet
+issues.new.milestone=Merkkipaalu
+issues.new.no_milestone=Ei merkkipaalua
+issues.new.clear_milestone=Tyhjennä merkkipaalu
+issues.new.open_milestone=Avoimet merkkipaalut
+issues.new.closed_milestone=Suljetut merkkipaalut
+issues.new.assignee=Osoitettu
+issues.new.clear_assignee=Tyhjennä osoitettu
+issues.new.no_assignee=Ei osoitettua
+issues.create=Ilmoita ongelma
+issues.new_label=Uusi tunniste
+issues.new_label_placeholder=Tunnisteen nimi...
+issues.create_label=Luo tunniste
+issues.open_tab=%d avoinna
+issues.close_tab=%d suljettu
+issues.filter_label=Tunniste
+issues.filter_label_no_select=Ei valittua tunnistetta
+issues.filter_milestone=Merkkipaalu
+issues.filter_milestone_no_select=Ei valittua merkkipaalua
+issues.filter_assignee=Osoitettu
+issues.filter_assginee_no_select=Ei valittua osoitettua
+issues.filter_type=Tyyppi
+issues.filter_type.all_issues=Kaikki ongelmat
+issues.filter_type.assigned_to_you=Osoitettu sinulle
+issues.filter_type.created_by_you=Ilmoittamasi
+issues.filter_type.mentioning_you=Jotka mainitsee sinut
+issues.filter_sort=Lajittele
+issues.filter_sort.latest=Uusin
+issues.filter_sort.oldest=Vanhin
+issues.filter_sort.recentupdate=Äskettäin päivitetty
+issues.filter_sort.leastupdate=Kauiten aikaa sitten päivitetty
+issues.filter_sort.mostcomment=Eniten kommentoidut
+issues.filter_sort.leastcomment=Vähiten kommentoidut
+issues.opened_by=%[1]s avasi %[3]s
+issues.opened_by_fake=%[1]s avasi %[2]s
+issues.previous=Edellinen
+issues.next=Seuraava
+issues.open_title=Avoinna
+issues.closed_title=Suljettu
+issues.num_comments=%d kommenttia
+issues.commented_at=`kommentoi %[2]s`
+issues.no_content=Sisältöä ei vielä ole.
+issues.close_issue=Sulje
+issues.close_comment_issue=Kommentoi ja sulje
+issues.reopen_issue=Avaa uudelleen
+issues.reopen_comment_issue=Kommentoi ja avaa uudelleen
+issues.create_comment=Kommentoi
+issues.closed_at=`suljettu %[2]s`
+issues.reopened_at=`avattu uudelleen %[2]s`
+issues.commit_ref_at=`viittasi tähän ongelmaan commitissa %[2]s`
+issues.poster=Tekijä
+issues.collaborator=Yhteistyökumppani
+issues.owner=Omistaja
+issues.sign_up_for_free=Rekisteröidy ilmaiseksi
+issues.sign_in_require_desc=liittyäksesi tähän keskusteluu. Onko sinulla jo tili? Kirjaudu sisään kommentoidaksesi
+issues.edit=Muokkaa
+issues.cancel=Peruuta
+issues.save=Tallenna
+issues.label_title=Tunnisteen nimi
+issues.label_color=Tunnisteen väri
+issues.label_count=%d tunnistetta
+issues.label_open_issues=%d avointa ongelmaa
+issues.label_edit=Muokkaa
+issues.label_delete=Poista
+issues.label_modify=Tunnisteen muokkaus
+issues.label_deletion=Tunnisteen poistaminen
+issues.label_deletion_desc=Tämän tunnisteen poistaminen poistaa sen tiedot kaikista siihen liittyvistä ongelmista. Haluatko jatkaa?
+issues.label_deletion_success=Tunniste on poistettu onnistuneesti!
+issues.num_participants=%d osallistujaa
+
+pulls.new=Uusi pull pyyntö
+pulls.compare_changes=Vertaa muutoksia
+pulls.compare_changes_desc=Vertaa kahta branchia ja tee pull-pyyntö muutoksista.
+pulls.compare_base=base
+pulls.compare_compare=vertaa
+pulls.filter_branch=Suodata branch
+pulls.no_results=Tuloksia ei löytynyt.
+pulls.nothing_to_compare=Ei ole mitään verrattavaa koska base ja head branchit ovat tasoissa.
+pulls.has_pull_request=`On olemassa jo pull pyyntö näiden kohteiden välillä: %[2]s#%[3]d`
+pulls.create=Luo Pull-pyyntö
+pulls.title_desc=haluaa yhdistää %[1]d committia lähteestä %[2]s kohteeseen %[3]s
+pulls.merged_title_desc=yhdistetty %[1]d committia lähteestä %[2]s kohteeseen %[3]s %[4]s
+pulls.tab_conversation=Keskustelu
+pulls.tab_commits=Commitit
+pulls.tab_files=Muuttuneet tiedostot
+pulls.reopen_to_merge=Ole hyvä ja avaa uudelleen tämä pull-pyyntö suorittaaksesi yhdistämisen.
+pulls.merged=Yhdistetty
+pulls.has_merged=Tämä pull-pyyntö on yhdistetty onnistuneesti!
+pulls.data_broken=Tämän pull-pyynnön tiedot ovat rikkoutuneet koska fork tiedot on poistettu.
+pulls.is_checking=Konfliktin tarkistus on yhä meneillään, ole hyvä ja päivitä sivu hetken kuluttua.
+pulls.can_auto_merge_desc=Tämä pull-pyyntö voidaan yhdistää automaattisesti.
+pulls.cannot_auto_merge_desc=Tätä pull-pyyntöä ei voi yhdistää automaattisesti koska on konflikteja.
+pulls.cannot_auto_merge_helper=Ole hyvä ja yhdistä manuaalisesti konfliktien ratkaisemiseksi.
+pulls.merge_pull_request=Yhdistä Pull-pyyntö
+pulls.open_unmerged_pull_exists=`Et voi suorittaa uudelleenavaus toimintoa koska on jo olemassa pull-pyyntö (#%d) samasta reposta samoilla yhdistämistiedoilla ja odottaa yhdistämistä.`
+
+milestones.new=Uusi merkkipaalu
+milestones.open_tab=%d avoinna
+milestones.close_tab=%d suljettu
+milestones.closed=Suljettu %s
+milestones.no_due_date=Ei määräpäivää
+milestones.open=Avaa uudelleen
+milestones.close=Sulje
+milestones.new_subheader=Luo merkkipaalut järjestääksesi ongelmasi.
+milestones.create=Luo merkkipaalu
+milestones.title=Otsikko
+milestones.desc=Kuvaus
+milestones.due_date=Määräpäivä (valinnainen)
+milestones.clear=Tyhjennä
+milestones.invalid_due_date_format=Määräpäivän muoto on virheellinen, täytyy olla 'vvvv-kk-pp'.
+milestones.create_success=Merkkipaalu '%s' on luotu onnistuneesti!
+milestones.edit=Muokkaa merkkipaalua
+milestones.edit_subheader=Käytä parempaa kuvausta merkkipaaluille jotta ihmiset eivät hämmenny.
+milestones.cancel=Peruuta
+milestones.modify=Muokkaa merkkipaalua
+milestones.edit_success=Muutokset merkkipaaluun '%s' on tallennettu onnistuneesti!
+milestones.deletion=Merkkipaalun poistaminen
+milestones.deletion_desc=Tämän merkkipaalun poistaminen poistaa sen tiedot kaikissa siihen liittyvissä ongelmissa. Haluatko jatkaa?
+milestones.deletion_success=Merkkipaalu on poistettu onnistuneesti!
+
+wiki=Wiki
+wiki.welcome=Tervetuloa Wikiin!
+wiki.welcome_desc=Wiki on paikka, johon voitte dokumentoida projektia yhdessä ja tehdä siitä paremman.
+wiki.create_first_page=Luo ensimmäinen sivu
+wiki.page=Sivu
+wiki.filter_page=Suodatin sivu
+wiki.new_page=Luo uusi sivu
+wiki.default_commit_message=Kirjoita huomautus tähän päivitykseen (valinnainen).
+wiki.save_page=Tallenna sivu
+wiki.last_commit_info=%s muokkasi tätä sivua %s
+wiki.edit_page_button=Muokkaa
+wiki.new_page_button=Uusi sivu
+wiki.delete_page_button=Poista sivu
+wiki.delete_page_notice_1=Tämä poistaa sivun "%s". Varmista että haluat todella tehdä tämän.
+wiki.page_already_exists=Wiki-sivu, jolla on sama nimi on jo olemassa.
+wiki.pages=Sivut
+wiki.last_updated=Viimeksi päivitetty: %s
+
+settings=Asetukset
+settings.options=Valinnaiset
+settings.collaboration=Yhteistyö
+settings.hooks=Webkoukut
+settings.githooks=Git koukut
+settings.basic_settings=Perusasetukset
+settings.site=Virallinen sivusto
+settings.update_settings=Päivitä asetukset
+settings.change_reponame_prompt=Tämä muutos vaikuttaa siihen miten linkit liittyvät repoon.
+settings.advanced_settings=Lisäasetukset
+settings.wiki_desc=Ota käyttöön wiki salliaksesi ihmisten kirjoittaa asiakirjoja
+settings.use_external_wiki=Käytä ulkoista wikiä
+settings.external_wiki_url=Ulkoinen Wiki URL
+settings.external_wiki_url_desc=Vierailijat uudelleenohjataan URL-osoitteeseen kun he klikkaavat välilehteä.
+settings.issues_desc=Ota käyttöön sisäänrakennettu kevyt vikaseuranta
+settings.use_external_issue_tracker=Käytä ulkoista vikaseurantaa
+settings.tracker_url_format=Ulkoisen vikaseurannan URL muoto
+settings.tracker_url_format_desc=Voit käyttää paikkamerkkiä {user} {repo} {index} käyttäjänimelle, reponimelle ja vikanumerolle.
+settings.pulls_desc=Ota käyttöön pull-pyynnöt salliaksesi julkiset koodilahjoitukset
+settings.danger_zone=Vaaravyöhyke
+settings.new_owner_has_same_repo=Uudella omistajalla on jo samanniminen repo. Ole hyvä ja valitse toinen nimi.
+settings.convert=Muunna tavalliseksi repoksi
+settings.convert_desc=Voit muuntaa tämän peilin tavalliseksi repoksi. Tätä ei voi peruuttaa.
+settings.convert_notices_1=- Tämä toiminto muuntaa tämän repon peilin tavalliseksi repoksi ja sitä ei voi peruuttaa.
+settings.convert_confirm=Vahvista muunnos
+settings.convert_succeed=Repo on muunnetettu tavallisen tyyppiseksi onnistuneesti.
+settings.transfer=Siirrä omistajuus
+settings.transfer_desc=Tämän repon siirtäminen toiselle käyttäjälle tai organisaatiolle johon sinulla on ylläpito oikeudet.
+settings.transfer_notices_1=- Voit menettää pääsyn jos uusi omistaja on yksittäinen käyttäjä.
+settings.transfer_notices_2=- Voit pitää oikeutesi jos uusi omistaja on organisaatio ja olet yksi omistajista.
+settings.transfer_form_title=Kirjoita seuraavat tiedot varmistaaksesi toimintosi:
+settings.wiki_delete=Poista wiki tiedot
+settings.wiki_delete_desc=Kun poistat wiki tiedot, niin ei ole paluuta. Varmista että haluat todella tehdä tämän.
+settings.wiki_delete_notices_1=- Tämä poistaa ja ottaa pois käytöstä %s wikin
+settings.wiki_deletion_success=Repo wiki tiedot on poistettu onnistuneesti.
+settings.delete=Poista tämä repo
+settings.delete_desc=Huomio, kun kerran poistat repon, niin ei ole paluuta. Varmista että haluat todella tehdä tämän.
+settings.delete_notices_1=- Tätä toimintoa EI VOI peruuttaa myöhemmin.
+settings.delete_notices_2=- Tämä toiminto poistaa pysyvästi kaikki tästä reposta, mukaanlukien Git tiedot, ongelmat, kommentit ja yhteistyökumppanien pääsyoikeudet.
+settings.delete_notices_fork_1=- Jos tämä repo on julkinen, kaikki forkit tulevat itsenäiseksi poiston jälkeen.
+settings.delete_notices_fork_2=- Jos tämä repo on yksityinen, kaikki forkit poistetaan samalla.
+settings.delete_notices_fork_3=- Jos haluat pitää kaikki forkit poistamisen jälkeen, ole hyvä ja muuta tämän repon näkyvyys julkiseksi ensin.
+settings.deletion_success=Repo on poistettu onnistuneesti!
+settings.update_settings_success=Repom asetukset on päivitetty onnistuneesti.
+settings.transfer_owner=Uusi omistaja
+settings.make_transfer=Tee siirto
+settings.transfer_succeed=Arkiston omistusoikeus on siirretty onnistuneesti.
+settings.confirm_delete=Vahvista poisto
+settings.add_collaborator=Lisää uusi yhteistyökumppani
+settings.add_collaborator_success=Uusi yhteistyökumppani on lisätty.
+settings.delete_collaborator=Poista
+settings.collaborator_deletion=Yhteistyökumppanin poistaminen
+settings.collaborator_deletion_desc=Tällä käyttäjällä ei tule enää olemaan yhteistyö pääsyä tähän repoon poistamisen jälkeen. Haluatko jatkaa?
+settings.remove_collaborator_success=Yhteistyökumppani on poistettu.
+settings.search_user_placeholder=Etsi käyttäjä...
+settings.org_not_allowed_to_be_collaborator=Yhteistyökumppaniksi ei voi lisätä organisaatiota.
+settings.user_is_org_member=Käyttäjä on organisaation jäsen, jota ei voi lisätä yhteistyökumppaniksi.
+settings.add_webhook=Lisää webkoukku
+settings.hooks_desc=Webkoukut muistuttavat paljon perus HTTP POST tapahtuma laukaisimia. Aina kun jotain tapahtuu Gogsissa, käsittelemme ilmoituksen määrittäämääsi kohteeseen. Lisätietoja webkoukku oppaassa.
+settings.webhook_deletion=Poista webkoukku
+settings.webhook_deletion_desc=Tämän webkoukun poistaminen poistaa sen tiedot ja kaiken toimitushistorian. Haluatko jatkaa?
+settings.webhook_deletion_success=Webkoukku on poistettu onnistuneesti!
+settings.webhook.test_delivery=Testitoimitus
+settings.webhook.test_delivery_desc=Lähetä väärennetty push toimitusjakelu testataksesi webkoukku asetuksia
+settings.webhook.test_delivery_success=Testi webkoukku on lisätty toimitusjonoon. Muutama sekunti voi mennä ennenkuin se näkyy toimitushistoriassa.
+settings.webhook.request=Pyyntö
+settings.webhook.response=Vastaus
+settings.webhook.headers=Otsikot
+settings.webhook.payload=Payload
+settings.webhook.body=Body
+settings.githooks_desc=Git koukkujen voimanlähteenä on Git itse, voit muokata tuettujen koukkujen tiedostoja allaolevassa luettelossa suorittaaksesi mukautettuja toimintoja.
+settings.githook_edit_desc=Jos koukku ei ole käytössä, esitellään esimerkkisisältö. Sisällön jättäminen tyhjäksi arvoksi poistaa tämän koukun käytöstä.
+settings.githook_name=Koukun nimi
+settings.githook_content=Koukun sisältö
+settings.update_githook=Päivitys koukku
+settings.add_webhook_desc=Gogs lähettää POST requestin määrittämääsi URLiin, mukaanlukien tapahtuneen eventin. Voit myös määrittää millaisen tiedostomuodon haluat saada koukun lauettua (JSON, x-www-form-urlencoded, XML, jne). Lisätietoa löytyy meidän koukut oppaasta.
+settings.payload_url=Payload URL
+settings.content_type=Sisältötyyppi
+settings.secret=Salaus
+settings.slack_username=Käyttäjätunnus
+settings.slack_icon_url=Kuvakkeen URL
+settings.slack_color=Väri
+settings.event_desc=Milloin pitäisi tämän webkoukun laueta?
+settings.event_push_only=Vain push tilanteessa.
+settings.event_send_everything=Tarvitsen kaiken.
+settings.event_choose=Haluan valita, mitä tarvitsen.
+settings.event_create=Luo
+settings.event_create_desc=Branch, tai tagi luotu
+settings.event_push=Push
+settings.event_push_desc=Git push repoon
+settings.active=Aktiivinen
+settings.active_helper=Yksityiskohdat koskien tapahtumaa joka laukaisi koukun toimitetaan myös.
+settings.add_hook_success=Uusi webkoukku on lisätty.
+settings.update_webhook=Päivitä webkoukku
+settings.update_hook_success=Webkoukku on päivitetty.
+settings.delete_webhook=Poista webkoukku
+settings.recent_deliveries=Viimeisimmät toimitukset
+settings.hook_type=Koukkutyyppi
+settings.add_slack_hook_desc=Lisää Slack integraatio repoosi.
+settings.slack_token=Pääsymerkki
+settings.slack_domain=Verkkotunnus
+settings.slack_channel=Kanava
+settings.deploy_keys=Deploy avaimet
+settings.add_deploy_key=Lisää deploy avain
+settings.deploy_key_desc=Deploy avaimilla on vain luku-oikeudet. Ne eivät ole sama asia kuin henkilökohtaiset SSH avaimet.
+settings.no_deploy_keys=Et ole lisännyt yhtään deploy avainta.
+settings.title=Otsikko
+settings.deploy_key_content=Sisältö
+settings.key_been_used=Deploy avain sisältö on käytetty.
+settings.key_name_used=Deploy avain samalla nimellä on jo olemassa.
+settings.add_key_success=Uusi deploy avain '%s' on lisätty onnistuneesti!
+settings.deploy_key_deletion=Poista deploy avain
+settings.deploy_key_deletion_desc=Deploy avaimen poistaminen poistaa myös kaikki liitetyt käyttötiedot tästä reposta. Haluatko jatkaa?
+settings.deploy_key_deletion_success=Deploy avain on poistettu onnistuneesti!
+
+diff.browse_source=Selaa lähdekoodia
+diff.parent=vanhempi
+diff.commit=commit
+diff.data_not_available=Diff tiedot eivät ole saatavilla.
+diff.show_diff_stats=Näytä diff tilastot
+diff.show_split_view=Jaettu näkymä
+diff.show_unified_view=Yhdistetty näkymä
+diff.stats_desc=%d muutettua tiedostoa jossa %d lisäystä ja %d poistoa
+diff.bin=BIN
+diff.view_file=Näytä tiedosto
+
+release.releases=Julkaisut
+release.new_release=Uusi julkaisu
+release.draft=Työversio
+release.prerelease=Esiversio
+release.stable=Vakaa
+release.edit=muokkaa
+release.ahead=%d committia kohteeseen %s version jälkeen
+release.source_code=Lähdekoodi
+release.new_subheader=Julkaise versioita iteroidaksesi tuotetta.
+release.edit_subheader=Yksityskohtainen muutosloki auttaa käyttäjiä ymmärtämään mitä on parannettu.
+release.tag_name=Taginimi
+release.target=Kohde
+release.tag_helper=Valitse olemassaoleva tagi, tai luo uusi tagi julkaistaessa.
+release.title=Otsikko
+release.content=Sisältö
+release.write=Kirjoita
+release.preview=Esikatselu
+release.loading=Ladataan...
+release.prerelease_desc=Tämä on esiversio
+release.prerelease_helper=Huomautamme että tämä versio ei ole tuotantovalmis.
+release.cancel=Peruuta
+release.publish=Julkaise versio
+release.save_draft=Tallenna luonnos
+release.edit_release=Muokkaa versiota
+release.delete_release=Poista tämä versio
+release.deletion=Version poisto
+release.deletion_desc=Tämän version poistaminen poistaa vastaavan Git tagin. Haluatko jatkaa?
+release.deletion_success=Versio on poistettu onnistuneesti!
+release.tag_name_already_exist=Versio tällä taginimellä on jo olemassa.
+release.downloads=Lataukset
+
+[org]
+org_name_holder=Organisaatio
+org_full_name_holder=Organisaation täydellinen nimi
+org_name_helper=Parhaat organisaationimet ovat lyhyitä ja mieleenpainuvia.
+create_org=Luo organisaatio
+repo_updated=Päivitetty
+people=Ihmiset
+invite_someone=Kutsu joku
+teams=Tiimit
+lower_members=jäsenet
+lower_repositories=repot
+create_new_team=Luo uusi tiimi
+org_desc=Kuvaus
+team_name=Tiimin nimi
+team_desc=Kuvaus
+team_name_helper=Käytät tätä nimeä mainitessasi tämän tiimin keskusteluissa.
+team_desc_helper=Mistä on kyse tässä tiimissä?
+team_permission_desc=Mikä käyttöoikeustaso tuliti tällä tiimillä olla?
+
+form.name_reserved=Organisaation nimi '%s' on varattu.
+form.name_pattern_not_allowed=Organisaation nimi mallia '%s' ei ole sallittu.
+
+settings=Asetukset
+settings.options=Valinnaiset
+settings.full_name=Kokonimi
+settings.website=Nettisivu
+settings.location=Sijainti
+settings.update_settings=Päivitä asetukset
+settings.update_setting_success=Organisaatioasetukset on päivitetty onnistuneesti.
+settings.change_orgname_prompt=Tämä muutos vaikuttaa siihen miten linkit liittyvät organisaatioon.
+settings.update_avatar_success=Organisaation profiilikuva asetus on päivitetty onnistuneesti.
+settings.delete=Poista organisaatio
+settings.delete_account=Poista tämä organisaatio
+settings.delete_prompt=Organisaatio poistetaan pysyvästi, ja tätä EI VOI peruuttaa myöhemmin!
+settings.confirm_delete_account=Vahvista poisto
+settings.delete_org_title=Organisaation poistaminen
+settings.delete_org_desc=Tämä organisaatio poistetaan lopullisesti, haluatko jatkaa?
+settings.hooks_desc=Lisää webkoukkuja jotka laukeavat kaikissa repoissa tässä organisaatiossa.
+
+members.membership_visibility=Jäsenyyden näkyvyys:
+members.public=Julkinen
+members.public_helper=muuta yksityiseksi
+members.private=Yksityinen
+members.private_helper=muuta julkiseksi
+members.member_role=Jäsenen rooli:
+members.owner=Omistaja
+members.member=Jäsen
+members.remove=Poista
+members.leave=Poistu
+members.invite_desc=Lisää uusi jäsen %s:
+members.invite_now=Kutsu nyt
+
+teams.join=Liity
+teams.leave=Poistu
+teams.read_access=Lukuoikeus
+teams.read_access_helper=Tämä tiimi tulee voimaan katsella ja kloonata reponsa.
+teams.write_access=Kirjoitusoikeus
+teams.write_access_helper=Tämä tiimi tulee voimaan katsella repojaan, sekä työntää niihin.
+teams.admin_access=Ylläpito pääsy
+teams.admin_access_helper=Tämä tiimi tulee voimaan tehdä push/pull repoihinsa, kuten myös lisäämään niihin muita työtovereita.
+teams.no_desc=Tällä tiimillä ei ole kuvausta
+teams.settings=Asetukset
+teams.owners_permission_desc=Omistajilla on täysi pääsy kaikkiin repoihin ja omaavat ylläpito oikeudet organisaatioon.
+teams.members=Ryhmän jäsenet
+teams.update_settings=Päivitä asetukset
+teams.delete_team=Poista tämä ryhmä
+teams.add_team_member=Lisää tiimin jäsen
+teams.delete_team_title=Ryhmän poistaminen
+teams.delete_team_desc=Kun tämä tiimi poistetaan, tiimin jäsenet voivat menettää pääsyn joihinkin repoihin. Haluatko jatkaa?
+teams.delete_team_success=Valittu tiimi on poistettu onnistuneesti.
+teams.read_permission_desc=Tämä tiimi myöntää lukuoikeuden: jäsenet voivat katsella ja kloonata tiimin repot.
+teams.write_permission_desc=Tämä tiimi myöntää kirjoitusoikeuden: jäsenet voivat lukea ja pushata tiimin repoihin.
+teams.admin_permission_desc=Tämä tiimi myöntää ylläpito-oikeuden: jäsenet voivat lukea, pushata, ja lisätä yhteistyökumppaneita tiimin repoihin.
+teams.repositories=Tiimin repot
+teams.search_repo_placeholder=Etsi repo...
+teams.add_team_repository=Lisää tiimirepo
+teams.remove_repo=Poista
+teams.add_nonexistent_repo=Repo jota yrität lisätä ei ole vielä olemassa, ole hyvä ja luo se ensin.
+
+[admin]
+dashboard=Kojelauta
+users=Käyttäjät
+organizations=Organisaatiot
+repositories=Repot
+authentication=Todennukset
+config=Asetukset
+notices=Järjestelmän ilmoitukset
+monitor=Valvonta
+first_page=Ensimmäinen
+last_page=Viimeisin
+total=Yhteensä: %d
+
+dashboard.statistic=Statistiikka
+dashboard.operations=Toiminnot
+dashboard.system_status=Järjestelmänvalvonnan tila
+dashboard.statistic_info=Gogs tietokannassa on %d käyttäjää, %d organisaatiota, %d julkista avainta, %d repoa, %d tarkkailijaa, %d tähteä, %d toimea, %d sisäänkirjautunutta, %d ongelmaa, %d kommenttia, %d sosiaalista tiliä, %d seuraajaa, %d peiliä, %d julkaisua, %d kirjautumis lähdettä, %d webkoukkua, %d merkkipaalua, %d tunnistetta, %d koukku tehtävää, %d tiimiä, %d päivitys tehtävää, %d liitetiedostoa.
+dashboard.operation_name=Toiminnon nimi
+dashboard.operation_switch=Vaihda
+dashboard.operation_run=Suorita
+dashboard.clean_unbind_oauth=Puhdista ei-liitetyt OAuthit
+dashboard.clean_unbind_oauth_success=Kaikki ei-liitetyt OAuthit on poistettu onnistuneesti.
+dashboard.delete_inactivate_accounts=Poista kaikki passiiviset tunnukset
+dashboard.delete_inactivate_accounts_success=Kaikki ei-aktiiviset tilit on poistettu onnistuneesti.
+dashboard.delete_repo_archives=Poista kaikki repo arkistot
+dashboard.delete_repo_archives_success=Kaikki repo arkistot on poistettu onnistuneesti.
+dashboard.delete_missing_repos=Poista kaikki repo tietueet jotka menettivät Git tiedostoja
+dashboard.delete_missing_repos_success=Kaikki repo tietueet jotka menettivät Git tiedostoja on poistettu onnistuneesti.
+dashboard.git_gc_repos=Suorita roskienkeruu repoille
+dashboard.git_gc_repos_success=Kaikki repot ovat tehneet roskienkeruun onnistuneesti.
+dashboard.resync_all_sshkeys=Uudelleenkirjoita '.ssh/authorized_keys' tiedosto (varoitus: ei-Gogs avaimet menetetään)
+dashboard.resync_all_sshkeys_success=Kaikki julkiset avaimet on uudelleenkirjoitettu onnistuneesti.
+dashboard.resync_all_update_hooks=Uudelleenkirjoita kaikki päivityskoukut repoista (tarvitaan mukautetun asetuspolun muuttuessa)
+dashboard.resync_all_update_hooks_success=Kaikki repojen päivityskoukut on uudelleenkirjoitettu onnistuneesti.
+dashboard.reinit_missing_repos=Resetoi kaikki repo tietueet jotka menettivät Git tiedostoja
+dashboard.reinit_missing_repos_success=Kaikki repo tietueet jotka menettivät Git tiedostoja on resetoitu onnistuneesti.
+
+dashboard.server_uptime=Palvelimen Uptime
+dashboard.current_goroutine=Nykyiset Goroutinet
+dashboard.current_memory_usage=Nykyinen muistinkäyttö
+dashboard.total_memory_allocated=Yhteensä muistia varattu
+dashboard.memory_obtained=Muistia saatu
+dashboard.pointer_lookup_times=Pointteri lookup ajat
+dashboard.memory_allocate_times=Muistin varausajat
+dashboard.memory_free_times=Muistin vapautusajat
+dashboard.current_heap_usage=Nykyinen heap käyttö
+dashboard.heap_memory_obtained=Heap muistia saatu
+dashboard.heap_memory_idle=Heap muistia tyhjäkäynnillä
+dashboard.heap_memory_in_use=Heap muistia käytössä
+dashboard.heap_memory_released=Heap muisti vapautettu
+dashboard.heap_objects=Heap objekteja
+dashboard.bootstrap_stack_usage=Bootstrap pinon käyttö
+dashboard.stack_memory_obtained=Pino muistia saatu
+dashboard.mspan_structures_usage=MSpan rakenteiden käyttö
+dashboard.mspan_structures_obtained=MSpan rakenteita saatu
+dashboard.mcache_structures_usage=MCache rakenteiden käyttö
+dashboard.mcache_structures_obtained=MCache rakenteita saatu
+dashboard.profiling_bucket_hash_table_obtained=Profilointi Bucket Hash Table saatu
+dashboard.gc_metadata_obtained=GC metatietoja saatu
+dashboard.other_system_allocation_obtained=Muita järjestestelmän varauksia saatu
+dashboard.next_gc_recycle=Seuraava GC kierrätys
+dashboard.last_gc_time=Edellisen GC ajan jälkeen
+dashboard.total_gc_time=Yhteensä GC tauko
+dashboard.total_gc_pause=Yhteensä GC tauko
+dashboard.last_gc_pause=Viime GC tauko
+dashboard.gc_times=GC aikoja
+
+users.user_manage_panel=Käyttäjän hallita paneeli
+users.new_account=Luo uusi tili
+users.name=Nimi
+users.activated=Aktivoitu
+users.admin=Ylläpito
+users.repos=Repot
+users.created=Luotu
+users.send_register_notify=Lähetä rekisteröinti-ilmoitus käyttäjälle
+users.new_success=Uusi tili '%s' on luotu onnistuneesti.
+users.edit=Muokkaa
+users.auth_source=Todennuslähde
+users.local=Paikallinen
+users.auth_login_name=Vahvistuksen käyttäjänimi
+users.password_helper=Jätä se tyhjäksi säilyttääksesi ennallaan.
+users.update_profile_success=Tilisi profiili on päivitetty onnistuneesti.
+users.edit_account=Muokkaa tiliä
+users.max_repo_creation=Maksimi repojen määrä jonka voi luoda
+users.max_repo_creation_desc=(Aseta -1 käyttääksesi globaalia oletusrajaa)
+users.is_activated=Tämä tili on aktivoitu
+users.is_admin=Tällä tilillä on ylläpito-oikeudet
+users.allow_git_hook=Tällä tilillä on oikeudet luoda Git koukkuja
+users.allow_import_local=Tällä tilillä on oikeudet tuoda paikallisia repoja
+users.update_profile=Päivitä omat tiedot
+users.delete_account=Poista tämä tili
+users.still_own_repo=Tällä tilillä on yhä omistajuus ainakin yhteen repoon, sinun täytyy poistaa tai siirtää ne ensin.
+users.still_has_org=Tällä tilillä on yhä jäsenyys ainakin yhteen organisaatioon, sinun täytyy jäädä pois tai poistaa organisaatiot ensin.
+users.deletion_success=Tili on poistettu onnistuneesti!
+
+orgs.org_manage_panel=Organisaatio hallintapaneeli
+orgs.name=Nimi
+orgs.teams=Tiimit
+orgs.members=Jäsenet
+
+repos.repo_manage_panel=Repo hallintapaneeli
+repos.owner=Omistaja
+repos.name=Nimi
+repos.private=Yksityinen
+repos.watches=Tarkkailijat
+repos.stars=Äänet
+repos.issues=Ongelmat
+
+auths.auth_manage_panel=Todennus hallintapaneeli
+auths.new=Lisää uusi lähde
+auths.name=Nimi
+auths.type=Tyyppi
+auths.enabled=Käytössä
+auths.updated=Päivitetty
+auths.auth_type=Todennustyyppi
+auths.auth_name=Todennusnimi
+auths.domain=Verkkotunnus
+auths.host=Isäntä
+auths.port=Portti
+auths.bind_dn=Liitä DN
+auths.bind_password=Liitä salasana
+auths.bind_password_helper=Varoitus: Tämä salasana tallennetaan tavallisena tekstinä. Älä käytä korkeasti etuoikeutetulla tilillä.
+auths.user_base=Käyttäjä hakuperuste
+auths.user_dn=Käyttäjä DN
+auths.attribute_username=Käyttäjänimen määrite
+auths.attribute_username_placeholder=Jätä tyhjäksi käyttääksesi kirjautumislomakkeen käyttäjänimeä.
+auths.attribute_name=Etunimen määrite
+auths.attribute_surname=Sukunimen määrite
+auths.attribute_mail=Sähköposti määrite
+auths.attributes_in_bind=Nouda määritteet liitä DN sisällöstä
+auths.filter=Käyttäjäsuodatin
+auths.admin_filter=Ylläpitosuodatin
+auths.ms_ad_sa=MS Ad SA
+auths.smtp_auth=SMTP todennustyyppi
+auths.smtphost=SMTP isäntä
+auths.smtpport=SMTP portti
+auths.allowed_domains=Sallitut verkkotunnukset
+auths.allowed_domains_helper=Jätä tyhjäksi jos et rajoita yhtään verkkotunnusta. Useat verkkotunnukset erotetaan pilkulla ','.
+auths.enable_tls=Ota käyttöön TLS-salaus
+auths.skip_tls_verify=Ohita TLS tarkistaminen
+auths.pam_service_name=PAM palvelun nimi
+auths.enable_auto_register=Ota käyttöön automaattinen rekisteröinti
+auths.tips=Vinkit
+auths.edit=Muokkaa todennusasetusta
+auths.activated=Tämä todennus on aktivoitu
+auths.new_success=Uusi todennus '%s' on luotu onnistuneesti.
+auths.update_success=Todennusasetus on päivitetty onnistuneesti.
+auths.update=Päivitä todennusasetus
+auths.delete=Poista tämä todennus
+auths.delete_auth_title=Todennuksen poistaminen
+auths.delete_auth_desc=Tämä todennus poistetaan, haluatko jatkaa?
+auths.still_in_used=Tämä todennus on yhä joidenkin käyttäjien käytössä, ole hyvä ja poista tai muunna nämä käyttäjät toiselle kirjaututumistyypille ensin.
+auths.deletion_success=Todennus on poistettu onnistuneesti!
+
+config.server_config=Palvelin asetukset
+config.app_name=Sovellus nimi
+config.app_ver=Sovellus versio
+config.app_url=Sovellus URL
+config.domain=Verkkotunnus
+config.offline_mode=Offline-tila
+config.disable_router_log=Poista käytöstä reitittimen loki
+config.run_user=Suorita käyttäjänä
+config.run_mode=Suoritustila
+config.repo_root_path=Repon juuren polku
+config.static_file_root_path=Staattisen tiedoston juuren polku
+config.log_file_root_path=Lokitiedoston juuren polku
+config.script_type=Komentosarjan tyyppi
+config.reverse_auth_user=Käänteinen todennus käyttäjä
+
+config.ssh_config=SSH asetukset
+config.ssh_enabled=Käytössä
+config.ssh_start_builtin_server=Käynnistä sisäänrakennettu palvelin
+config.ssh_domain=Verkkotunnus
+config.ssh_port=Portti
+config.ssh_listen_port=Kuuntele porttia
+config.ssh_root_path=Juuren polku
+config.ssh_key_test_path=Polku jossa avaimet testataan
+config.ssh_keygen_path=Keygen ('ssh-keygen') polku
+config.ssh_minimum_key_size_check=Avaimen vähimmäiskoko tarkistus
+config.ssh_minimum_key_sizes=Avaimen vähimmäiskoot
+
+config.db_config=Tietokannan asetukset
+config.db_type=Tyyppi
+config.db_host=Isäntä
+config.db_name=Nimi
+config.db_user=Käyttäjä
+config.db_ssl_mode=SSL tila
+config.db_ssl_mode_helper=(vain "postgres")
+config.db_path=Polku
+config.db_path_helper=("sqlite3" ja "tidb")
+config.service_config=Palvelu asetukset
+config.register_email_confirm=Vaadi sähköpostivahvistus
+config.disable_register=Poista käytöstä rekisteröinti
+config.show_registration_button=Näytä rekisteröidy painike
+config.require_sign_in_view=Vaadi sisäänkirjautuminen nähdäksesi
+config.mail_notify=Sähköposti ilmoitukset
+config.disable_key_size_check=Poista käytöstä avaimen vähimmäiskoko tarkistus
+config.enable_captcha=Ota käyttöön Captcha
+config.active_code_lives=Aktiivinen koodi elämät ennen vanhenemista
+config.reset_password_code_lives=Nollaa salasana koodi elämät
+config.webhook_config=Webkoukku asetukset
+config.queue_length=Jonon pituus
+config.deliver_timeout=Toimitus aikakatkaisu
+config.skip_tls_verify=Ohita TLS tarkistaminen
+config.mailer_config=Sähköpostipalvelin asetukset
+config.mailer_enabled=Käytössä
+config.mailer_disable_helo=Poista käytöstä HELO
+config.mailer_name=Nimi
+config.mailer_host=Isäntä
+config.mailer_user=Käyttäjä
+config.send_test_mail=Lähetä testi sähköposti
+config.test_mail_failed=Testi sähköpostin lähettäminen vastaanottajalle '%s': %v epäonnistui
+config.test_mail_sent=Testi sähköposti on lähetetty vastaanottajalle '%s'.
+config.oauth_config=OAuth asetukset
+config.oauth_enabled=Käytössä
+config.cache_config=Välimuistin asetukset
+config.cache_adapter=Välimuistin sovitin
+config.cache_interval=Välimuistin aikaväli
+config.cache_conn=Välimuistin yhteys merkkijono
+config.session_config=Istunnon asetukset
+config.session_provider=Istunnon toimittaja
+config.provider_config=Toimittajan asetukset
+config.cookie_name=Evästenimi
+config.enable_set_cookie=Ota käyttöön aseta eväste
+config.gc_interval_time=GC aikaväli aika
+config.session_life_time=Istunnon elinikä
+config.https_only=Vain HTTPS
+config.cookie_life_time=Evästeen elinikä
+config.picture_config=Kuva asetukset
+config.picture_service=Kuva palvelu
+config.disable_gravatar=Poista käytöstä Gravatar
+config.log_config=Loki asetukset
+config.log_mode=Loki tila
+
+monitor.cron=Cron tehtävät
+monitor.name=Nimi
+monitor.schedule=Aikataulu
+monitor.next=Seuraava aika
+monitor.previous=Edellinen aika
+monitor.execute_times=Suoritusajat
+monitor.process=Käynnissä olevat prosessit
+monitor.desc=Kuvaus
+monitor.start=Alkamisaika
+monitor.execute_time=Suoritusaika
+
+notices.system_notice_list=Järjestelmän ilmoitukset
+notices.view_detail_header=Näytä ilmoituksen tiedot
+notices.actions=Toiminnot
+notices.select_all=Valitse kaikki
+notices.deselect_all=Poista kaikki valinnat
+notices.inverse_selection=Käänteinen valinta
+notices.delete_selected=Poista valitut
+notices.delete_all=Poista kaikki ilmoitukset
+notices.type=Tyyppi
+notices.type_1=Repo
+notices.desc=Kuvaus
+notices.op=Toiminta
+notices.delete_success=Järjestelmän ilmoitukset on poistettu onnistuneesti.
+
+[action]
+create_repo=luotu repo %s
+rename_repo=uudelleennimetty repo %[1]s nimelle %[3]s
+commit_repo=pushattu kohteeseen %[3]s paikassa %[4]s
+create_issue=`avasi ongelman %s#%[2]s`
+close_issue=`sulki ongelman %s#%[2]s`
+reopen_issue=`avasi uudelleen ongelman %s#%[2]s`
+create_pull_request=`luotu pull-pyyntö %s#%[2]s`
+close_pull_request=`sulki pull-pyynnön %s#%[2]s`
+reopen_pull_request=`avasi uudelleen pull-pyynnön %s#%[2]s`
+comment_issue=`kommentoi ongelmaa %s#%[2]s`
+merge_pull_request=`yhdistetty pull-pyyntö %s#%[2]s`
+transfer_repo=siirretty repo %s kohteeseen %s
+push_tag=pushattu tagi %[2]s kohteeseen %[3]s
+compare_commits=Näytä vertailu näille %d commiteille
+
+[tool]
+ago=sitten
+from_now=alkaen nyt
+now=nyt
+1s=1 sekunti %s
+1m=1 minuutti %s
+1h=1 tunti %s
+1d=1 päivä %s
+1w=1 viikko %s
+1mon=1 kuukausi %s
+1y=1 vuosi %s
+seconds=%d sekuntia %s
+minutes=%d minuuttia %s
+hours=%d tuntia %s
+days=%d päivää %s
+weeks=%d viikkoa %s
+months=%d kuukautta %s
+years=%d vuotta %s
+raw_seconds=sekuntia
+raw_minutes=minuuttia
+
+[dropzone]
+default_message=Pudota tiedostot tähän tai klikkaa lataamista varten.
+invalid_input_type=Tämäntyyppisiä tiedostoja ei voi ladata.
+file_too_big=Tiedostokoko ({{filesize}} MB) koko ylittää enimmäiskoon ({{maxFilesize}} MB).
+remove_file=Poista tiedosto
+
diff --git a/conf/locale/locale_fr-FR.ini b/conf/locale/locale_fr-FR.ini
index 82e331987..70ffea682 100755
--- a/conf/locale/locale_fr-FR.ini
+++ b/conf/locale/locale_fr-FR.ini
@@ -26,31 +26,24 @@ captcha=Captcha
repository=Dépôt
organization=Organisation
mirror=Miroir
-new_repo=Nouveau Dépôt
+new_repo=Nouveau dépôt
new_migrate=Nouvelle migration
new_mirror=Nouveau miroir
-new_fork=Nouveau Fork
-new_org=Nouvelle Organisation
-manage_org=Gérer les Organisations
+new_fork=Nouveau fork
+new_org=Nouvelle organisation
+manage_org=Gérer les organisations
admin_panel=Administration
-account_settings=Paramètres du Compte
+account_settings=Paramètres du compte
settings=Paramètres
your_profile=Votre profil
your_settings=Vos paramètres
-news_feed=Flux d'actualités
+activities=Activités
pull_requests=Pull Requests
-issues=Problèmes
+issues=Tickets
cancel=Annuler
-[search]
-search=Rechercher...
-repository=Dépôt
-user=Utilisateur
-issue=Problème
-code=Code
-
[install]
install=Installation
title=Instructions pour la première exécution
@@ -65,18 +58,18 @@ db_name=Nom de base de données
db_helper=Veuillez utiliser le moteur INNODB avec le jeu de caractères utf8_general_ci pour MySQL.
ssl_mode=Mode SSL
path=Chemin
-sqlite_helper=Le chemin du fichier de la base de données SQLite3 ou TiDB.
+sqlite_helper=Le chemin du fichier de base de données SQLite3 ou TiDB. Utilisez un chemin absolu lorsque vous démarrez en tant que service.
err_empty_db_path=Le chemin de la base de données SQLite3 ou TiDB ne peut être vide.
err_invalid_tidb_name=Le nom de la base de données TiDB ne peut contenir les caractères "." ou "-".
no_admin_and_disable_registration=Vous ne pouvez pas désactiver l'enregistrement sans créer un compte administrateur.
err_empty_admin_password=Le mot de passe du compte administrateur ne peut être vide.
-general_title=Paramètres Généraux de Gogs
+general_title=Paramètres généraux de Gogs
app_name=Nom de l'application
app_name_helper=Inscrivez fièrement le nom de votre organisation ici !
-repo_path=Emplacement Racine du Dépôt
+repo_path=Emplacement racine des dépôts
repo_path_helper=Tous les dépôts Git distants seront sauvegardés ici.
-run_user=Entrer un Utilisateur
+run_user=Utilisateur système
run_user_helper=L'utilisateur doit avoir accès à la racine des dépôts et exécuter Gogs.
domain=Domaine
domain_helper=Cela affecte les doublons d'URL SSH.
@@ -84,8 +77,10 @@ ssh_port=Port SSH
ssh_port_helper=Numéro de port utilisé par votre serveur SSH, le laisser vide pour désactiver la fonctionnalité.
http_port=Port HTTP
http_port_helper=Numéro de port que l'application écoutera.
-app_url=URL de l'Application
+app_url=URL de l'application
app_url_helper=Cela affecte les doublons d'URL HTTP/HTTPS et le contenu d'e-mail.
+log_root_path=Chemin des fichiers log
+log_root_path_helper=Répertoire d'écriture des fichiers de log.
optional_title=Paramètres facultatifs
email_title=Paramètres du Service de Messagerie
@@ -122,13 +117,14 @@ run_user_not_match=L'utilisateur entré n'est pas l'utilisateur actuel : %s -> %
save_config_failed=La sauvegarde de la configuration a échoué : %v
invalid_admin_setting=Paramètres du compte administrateur invalides : %v
install_success=Bienvenue ! Nous sommes heureux que vous ayez choisi Gogs, amusez-vous et prenez soin de vous.
+invalid_log_root_path=Le chemin principal des fichiers logs est invalide: %v
[home]
uname_holder=Nom d'Utilisateur ou E-mail
-password_holder=Mot de Passe
+password_holder=Mot de passe
switch_dashboard_context=Basculer le Contexte du Tableau de Bord
my_repos=Mes dépôts
-collaborative_repos=Référentiels collaboratifs
+collaborative_repos=Dépôts collaboratifs
my_orgs=Mes Organisations
my_mirrors=Mes Miroirs
view_home=Voir %s
@@ -136,27 +132,29 @@ view_home=Voir %s
issues.in_your_repos=Dans vos dépôts
[explore]
-repos=Référentiels
+repos=Dépôts
+users=Utilisateurs
+search=Rechercher
[auth]
-create_new_account=Créer un Nouveau Compte
+create_new_account=Créer un nouveau compte
register_hepler_msg=Déjà enregistré ? Connectez-vous !
-social_register_hepler_msg=Possesseur d'un compte ? Associez-le !
+social_register_hepler_msg=Déjà enregistré ? Associez-le !
disable_register_prompt=Désolé, les enregistrements ont été désactivés. Veuillez contacter l'administrateur du site.
disable_register_mail=Désolé, la Confirmation par Mail des Enregistrements a été désactivée.
remember_me=Se souvenir de moi
forgot_password=Mot de Passe oublié
forget_password=Mot de Passe oublié ?
-sign_up_now=Pas de compte ? Créer maintenant.
+sign_up_now=Pas de compte ? Inscrivez-vous maintenant.
confirmation_mail_sent_prompt=Un nouveau mail de confirmation à été envoyé à %s. Veuillez vérifier votre boîte de réception dans un délai de %d heures pour compléter votre enregistrement.
active_your_account=Activer votre Compte
resent_limit_prompt=Désolé, vos tentatives d'activation sont trop fréquentes. Veuillez réessayer dans 3 minutes.
-has_unconfirmed_mail=Bonjour %s, votre adresse courriel (%s) n'a pas été confirmée. Si vous n'avez reçu aucun courriel de confirmation ou souhaitez renouveler l'envoi, appuyez sur le bouton ci-dessous.
+has_unconfirmed_mail=Bonjour %s, votre adresse e-mail (%s) n'a pas été confirmée. Si vous n'avez reçu aucun mail de confirmation ou souhaitez renouveler l'envoi, cliquez sur le bouton ci-dessous.
resend_mail=Cliquez ici pour renvoyer un mail de confirmation
email_not_associate=Cette adresse e-mail n'est associée à aucun compte.
send_reset_mail=Cliquez ici pour (r)envoyer le mail de réinitialisation du mot de passe
-reset_password=Réinitialiser le Mot de Passe
-invalid_code=Désolé, code de confirmation invalide ou expiré.
+reset_password=Réinitialiser le mot de passe
+invalid_code=Désolé, votre code de confirmation est invalide ou a expiré.
reset_password_helper=Cliquez ici pour réinitialiser votre mot de passe
password_too_short=Le mot de passe doit contenir 6 caractères minimum.
@@ -173,11 +171,11 @@ no=Non
modify=Modifier
[form]
-UserName=Nom d'Utilisateur
+UserName=Nom d'utilisateur
RepoName=Nom du dépôt
Email=Adresse E-mail
-Password=Mot de Passe
-Retype=Confirmez le Mot de Passe
+Password=Mot de passe
+Retype=Confirmez le mot de passe
SSHTitle=Nom de la clé SSH
HttpsUrl=URL HTTPS
PayloadUrl=URL des Données Utiles
@@ -203,7 +201,6 @@ repo_name_been_taken=Nom de dépôt déjà utilisé.
org_name_been_taken=Nom d'organisation déjà pris.
team_name_been_taken=Nom d'équipe déjà pris.
email_been_used=Adresse e-mail déjà utilisée.
-illegal_team_name=Le nom de l'équipe contient des caractères interdits.
username_password_incorrect=Nom d'utilisateur ou mot de passe incorrect.
enterred_invalid_repo_name=Veuillez vérifier que le nom saisi du dépôt soit correct.
enterred_invalid_owner_name=Veuillez vérifier que le nom du propriétaire saisi soit correct.
@@ -219,17 +216,15 @@ still_own_repo=Votre compte comporte toujours des propriétés du dépôt. Vous
still_has_org=Votre compte contient toujours au moins une adhésion à une organisation, vous devez quitter ou supprimer votre adhésion.
org_still_own_repo=Cette organisation comporte toujours des propriétés du dépôt. Vous devez d'abord les supprimer ou les transférer.
-still_own_user=Cette authentification a déjà servi à d'autres utilisateurs. Veuillez les déplacer puis supprimez à nouveau.
-
target_branch_not_exist=La branche cible n'existe pas.
[user]
change_avatar=Changez d'avatar via gravatar.com
-change_custom_avatar=Changer votre avatar dans les paramètres
-join_on=Adhéré le
-repositories=Référentiels
-activity=Activités publiques
-followers=Abonnés
+change_custom_avatar=Changez votre avatar dans les paramètres
+join_on=Inscrit le
+repositories=Dépôts
+activity=Activité publique
+followers=abonnés
starred=Votés
following=Abonnements
follow=Suivre
@@ -248,10 +243,10 @@ orgs=Organisations
delete=Supprimer le Compte
uid=ID d'Utilisateur
-public_profile=Profil Public
+public_profile=Profil public
profile_desc=Votre adresse e-mail est publique et sera utilisée pour les notifications relatives au compte, ainsi que pour toute opération Web effectuée via le site.
password_username_disabled=Les utilisateurs non-locaux n'ont pas le droit de modifier leur nom d'utilisateur.
-full_name=Nom Complet
+full_name=Nom complet
website=Site Web
location=Localisation
update_profile=Valider les modifications
@@ -262,15 +257,14 @@ continue=Continuer
cancel=Annuler
enable_custom_avatar=Activer l'Avatar personnalisé
-enable_custom_avatar_helper=Cette option désactive l'affichage via Gravatar
choose_new_avatar=Sélectionner un nouvel avatar
update_avatar=Mettre à jour l'avatar
+delete_current_avatar=Supprimer l'avatar actuel
uploaded_avatar_not_a_image=Le fichier téléchargé n'est pas une image.
-no_custom_avatar_available=Aucun avatar personnalisé disponible, activation impossible.
update_avatar_success=Votre avatar a été mis à jour avec succès.
-change_password=Modifier le Mot de Passe
-old_password=Mot de Passe actuel
+change_password=Modifier le mot de passe
+old_password=Mot de passe actuel
new_password=Nouveau Mot de Passe
retype_new_password=Retapez le nouveau mot de passe
password_incorrect=Mot de passe actuel incorrect.
@@ -284,12 +278,12 @@ primary=Principale
primary_email=Définir comme principale
delete_email=Supprimer
email_deletion=Suppression de l'adresse mél
-email_deletion_desc=Supprimer cette adresse mél supprimera les informations associées à votre compte. Voulez-vous continuer ?
+email_deletion_desc=Supprimer cette adresse e-mail supprimera les informations associées à votre compte. Voulez-vous continuer ?
email_deletion_success=L'adresse mél a été supprimée avec succès !
-add_new_email=Ajouter une nouvelle adresse courriel
-add_email=Ajouter un courriel
+add_new_email=Ajouter une nouvelle adresse e-mail
+add_email=Ajouter un e-mail
add_email_confirmation_sent=Une nouvelle confirmation d'adresse e-mail a été envoyé à '%s', veuillez vérifier votre boîte de réception dans un délai de %d heures pour terminer le processus de confirmation.
-add_email_success=Votre courriel a été ajouté avec succès.
+add_email_success=Votre nouvelle adresse e-mail a été ajoutée avec succès.
manage_ssh_keys=Gérer les clés SSH
add_key=Ajouter une Clé
@@ -341,10 +335,10 @@ repo_name_helper=Idéalement, le nom d'un dépot devrait être court, mémorable
visibility=Visibilité
visiblity_helper=Ce dépôt est privé
visiblity_helper_forced=L'administrateur du site a forcé tous les nouveaux dépôts à être privés
-visiblity_fork_helper=(Les changement de cette valeur affecteront tous les embranchements)
+visiblity_fork_helper=(Les changement de cette valeur affecteront tous les forks)
clone_helper=Besoin d'aide pour dupliquer ? Visitez l'aide !
fork_repo=Créer un fork du dépôt
-fork_from=Scission de
+fork_from=Fork de
fork_visiblity_helper=La visibilité d'un fork ne peut pas être modifiée.
repo_desc=Description
repo_lang=Langue
@@ -361,14 +355,14 @@ mirror_address=Adresse du miroir
mirror_address_desc=Veuillez inclure les informations d'identification nécessaires dans l'adresse.
watchers=Observateurs
stargazers=Stargazers
-forks=Embranchements
+forks=Forks
form.reach_limit_of_creation=Le propriétaire a atteint le nombre maximal de %d dépôts créés.
form.name_reserved=Le nom de dépôt '%s' est réservé.
form.name_pattern_not_allowed=Motif '%s' interdit pour les noms de dépôt.
need_auth=Nécessite une Autorisation
-migrate_type=Type de Migration
+migrate_type=Type de migration
migrate_type_helper=Ce dépôt sera un miroir
migrate_repo=Migrer le dépôt
migrate.clone_address=Adresse du clone
@@ -388,7 +382,7 @@ unwatch=Ne plus suivre
watch=Suivre
unstar=Retirer le vote
star=Voter
-fork=Embranchement
+fork=Fork
no_desc=Aucune description
quick_guide=Introduction rapide
@@ -403,7 +397,7 @@ tree=Aborescence
filter_branch_and_tag=Filtrer une branche ou un tag
branches=Branches
tags=Tags
-issues=Problèmes
+issues=Tickets
pulls=Pull Requests
labels=Etiquettes
milestones=Étapes
@@ -423,7 +417,7 @@ commits.date=Date
commits.older=Précédemment
commits.newer=Récemment
-issues.new=Nouveau Problème
+issues.new=Nouveau ticket
issues.new.labels=Etiquettes
issues.new.no_label=Pas d'étiquette
issues.new.clear_labels=Effacer les étiquettes
@@ -448,9 +442,9 @@ issues.filter_milestone_no_select=Aucun jalon sélectionné
issues.filter_assignee=Assigné
issues.filter_assginee_no_select=Pas d'assignataire selectionné
issues.filter_type=Type
-issues.filter_type.all_issues=Tous les problèmes
+issues.filter_type.all_issues=Tous les tickets
issues.filter_type.assigned_to_you=Qui vous sont assignés
-issues.filter_type.created_by_you=Créé(es) par vous
+issues.filter_type.created_by_you=Crées par vous
issues.filter_type.mentioning_you=Vous mentionnant
issues.filter_sort=Trier
issues.filter_sort.latest=Plus récent
@@ -459,25 +453,25 @@ issues.filter_sort.recentupdate=Mis à jour récemment
issues.filter_sort.leastupdate=Moins récemment mis à jour
issues.filter_sort.mostcomment=Les plus commentés
issues.filter_sort.leastcomment=Les moins commentés
-issues.opened_by=Ouvrir %[1]s by %[3]s
+issues.opened_by=Créé %[1]s par %[3]s
issues.opened_by_fake=ouvert %[1]s par %[2]s
issues.previous=Page Précédente
issues.next=Page Suivante
issues.open_title=Ouvert
issues.closed_title=Fermé
issues.num_comments=%d commentaires
-issues.commented_at='commenté à %[2]s'
+issues.commented_at=`commenté à %[2]s`
issues.no_content=Il n'existe pas encore de contenu.
issues.close_issue=Fermer
issues.close_comment_issue=Commenter et fermer
issues.reopen_issue=Réouvrir
issues.reopen_comment_issue=Commenter et réouvrir
issues.create_comment=Créer un commentaire
-issues.closed_at="fermé à %[2]s"
-issues.reopened_at='réouvert à %[2]s'
+issues.closed_at=`fermé à %[2]s"`
+issues.reopened_at=`réouvert à %[2]s`
issues.commit_ref_at=`a référencé ce problème à partir d'un commit %[2]s`
issues.poster=Publier
-issues.admin=Admin
+issues.collaborator=Collaborateur
issues.owner=Propriétaire
issues.sign_up_for_free=Inscrivez-vous gratuitement
issues.sign_in_require_desc=pour rejoindre cette conversation. Vous avez déjà un compte ? Connectez-vous commenter
@@ -487,13 +481,14 @@ issues.save=Enregistrer
issues.label_title=Nom du Label
issues.label_color=Couleur du Label
issues.label_count=%d labels
-issues.label_open_issues=%d problèmes ouverts
+issues.label_open_issues=%d tickets ouverts
issues.label_edit=Éditer
issues.label_delete=Supprimer
issues.label_modify=Modification du Label
issues.label_deletion=Suppression du Label
-issues.label_deletion_desc=Cette opération supprimera également toutes les informations relatives aux problèmes. Voulez-vous continuer ?
+issues.label_deletion_desc=Cette opération supprimera également toutes les informations relatives aux tickets. Voulez-vous continuer ?
issues.label_deletion_success=Label supprimé avec succès !
+issues.num_participants=%d Participants
pulls.new=Nouvelle Pull Request
pulls.compare_changes=Comparer les changements
@@ -513,7 +508,7 @@ pulls.tab_files=Fichiers modifiés
pulls.reopen_to_merge=Veuillez rouvrir cette demande de Pull Request pour effectuer l'opération de fusion.
pulls.merged=Fusionné
pulls.has_merged=Cette Pull Request a été fusionnée avec succès !
-pulls.data_broken=Les données de cette demande de rattachement ont été compromise en raison de la suppression d'informations sur l'embranchement.
+pulls.data_broken=Les données de cette pull request ont été compromises en raison de la suppression d'informations sur le fork.
pulls.is_checking=La recherche de conflits est toujours en cours, veuillez rafraichir la page dans quelques instants.
pulls.can_auto_merge_desc=Cette pull request peut être fusionnée automatiquement.
pulls.cannot_auto_merge_desc=Cette pull request ne peut être fusionnée automatiquement à cause de conflits.
@@ -528,7 +523,7 @@ milestones.closed=%s fermé
milestones.no_due_date=Aucune date d'échéance
milestones.open=Ouvrir
milestones.close=Fermer
-milestones.new_subheader=Créez des jalons pour organiser vos problèmes.
+milestones.new_subheader=Créez des jalons pour organiser vos tickets.
milestones.create=Créer un Jalon
milestones.title=Titre
milestones.desc=Description
@@ -542,7 +537,7 @@ milestones.cancel=Annuler
milestones.modify=Modifier le Jalon
milestones.edit_success=Le Jalon '%s' a été modifié avec succès !
milestones.deletion=Supprimer le Jalon
-milestones.deletion_desc=Supprimer ce Jalon effacera ses informations dans tous les problèmes relatifs. Voulez-vous continuer ?
+milestones.deletion_desc=Supprimer ce jalon effacera ses informations dans tous les tickets relatifs. Voulez-vous continuer ?
milestones.deletion_success=Le Jalon a été supprimé avec succès !
wiki=Wiki
@@ -557,6 +552,8 @@ wiki.save_page=Enregistrer la page
wiki.last_commit_info=%s a édité cette page %s
wiki.edit_page_button=Modifier
wiki.new_page_button=Nouvelle Page
+wiki.delete_page_button=Supprimer la page
+wiki.delete_page_notice_1=Cela supprimera la page "%s". Soyez-en sûr.
wiki.page_already_exists=Une page de wiki avec le même nom existe déjà.
wiki.pages=Pages
wiki.last_updated=Dernière mise à jour: %s
@@ -570,7 +567,7 @@ settings.basic_settings=Paramètres de base
settings.site=Site officiel
settings.update_settings=Valider
settings.change_reponame_prompt=Ce changement affectera comment les liens sont reliés avec le dépôt.
-settings.advanced_settings=Paramètres Avancés
+settings.advanced_settings=Paramètres avancés
settings.wiki_desc=Activer le wiki pour permettre l'écriture de documents
settings.use_external_wiki=Utiliser un wiki externe
settings.external_wiki_url=URL Wiki externe
@@ -581,19 +578,28 @@ settings.tracker_url_format=Format d'URL du bug tracker
settings.tracker_url_format_desc=Vous pouvez utiliser l'espace réservé {user} {repo} {index} pour le nom d'utilisateur, le nom du dépôt et le numéro de bug.
settings.pulls_desc=Activer les pull requests pour accepter les contributions publiques
settings.danger_zone=Zone de danger
-settings.transfer=Transférer les propriétés
-settings.transfer_desc=Transférer ce dépôt à un autre utilisateur ou une organisation dont vous possédez des droits d'administrateur.
settings.new_owner_has_same_repo=Le nouveau propriétaire a déjà un dépôt nommé ainsi.
-settings.delete=Supprimer ce dépôt
-settings.delete_desc=Attention, action irréversible. Soyez sûr de vous.
+settings.convert=Convertir en dépôt ordinaire
+settings.convert_desc=Vous pouvez convertir ce miroir en dépôt ordinaire. Cela ne peut pas être inversée.
+settings.convert_notices_1=- Cette opération va convertir ce dépôt miroir en un dépôt standard et ne peut être annulée.
+settings.convert_confirm=Confirmer la conversion
+settings.convert_succeed=Le dépôt a été converti avec succès en dépôt ordinaire.
+settings.transfer=Changer de propriétaire
+settings.transfer_desc=Transférer ce dépôt à un autre utilisateur ou une organisation dont vous possédez des droits d'administrateur.
settings.transfer_notices_1=-Vous perdrez l'accès si le nouveau propriétaire est un utilisateur individuel.
-settings.transfer_notices_2=-Vous préserverez l'accès si le nouveau propriétaire est une organisation et si vous y appartenez.
+settings.transfer_notices_2=- Vous conserverez l'accès si le nouveau propriétaire est une organisation et que vous y appartenez.
settings.transfer_form_title=Veuillez recopier le texte suivant afin de confirmer votre opération :
+settings.wiki_delete=Effacer les données du Wiki
+settings.wiki_delete_desc=Une fois que vous effacez les données du wiki, on ne peut revenir en arrière. Soyez-en sûr.
+settings.wiki_delete_notices_1=- Cela va supprimer et désactiver le wiki pour %s
+settings.wiki_deletion_success=Le dépôt de données wiki ont été effacés avec succès.
+settings.delete=Supprimer ce dépôt
+settings.delete_desc=Attention, cette action est action irréversible. Soyez sûr de vous.
settings.delete_notices_1=- Cette opération ne peut pas être annulée.
-settings.delete_notices_2=-Cette opération supprimera définitivement le dépôt, y compris les données Git, problèmes, commentaires et accès des collaborateurs.
+settings.delete_notices_2=- Cette opération supprimera définitivement le dépôt, y compris les données Git, les tickets, les commentaires et les accès des collaborateurs.
settings.delete_notices_fork_1=- Si ce dépôt est public, tous les forks vont devenir indépendant après sa suppression.
-settings.delete_notices_fork_2=-Si ce dépôt est privé, tous les embranchements seront supprimés en même temps.
-settings.delete_notices_fork_3=-Si vous souhaitez conserver tous les embranchements après suppression, veuillez tout d'abord modifier la visibilité de ce dépôt en public.
+settings.delete_notices_fork_2=-Si ce dépôt est privé, tous les forks seront supprimés en même temps.
+settings.delete_notices_fork_3=-Si vous souhaitez conserver tous les forks après suppression, veuillez tout d'abord modifier la visibilité de ce dépôt en public.
settings.deletion_success=Le dépôt a été supprimé avec succès!
settings.update_settings_success=Options mises à jour avec succès.
settings.transfer_owner=Nouveau propriétaire
@@ -602,15 +608,19 @@ settings.transfer_succeed=Le contrôle du dépôt a été transféré avec succ
settings.confirm_delete=Confirmer la suppression
settings.add_collaborator=Ajouter un collaborateur
settings.add_collaborator_success=Nouveau collaborateur ajouté.
+settings.delete_collaborator=Supprimer
+settings.collaborator_deletion=Suppression d'un collaborateur
+settings.collaborator_deletion_desc=Cet utilisateur n'aura plus accès pour collaborer à ce dépôt après sa suppression. Voulez-vous continuer?
settings.remove_collaborator_success=Collaborateur supprimé.
settings.search_user_placeholder=Rechercher un utilisateur...
+settings.org_not_allowed_to_be_collaborator=Une organisation n'est pas autorisée à être ajoutée en tant que collaborateur.
settings.user_is_org_member=Cet utilisateur ne peut pas être ajouté en tant que collaborateur car il fait partie d'une organisation.
settings.add_webhook=Ajouter un Webhook
settings.hooks_desc=Les Webhooks sont des déclencheurs de POST HTTP . Lorsque qu'un événement se produit dans Gogs, une notification sera envoyée vers l'hôte cible préalablement spécifié. Apprenez-en davantage dans le Guide des Webhooks.
settings.webhook_deletion=Supprimer le Webhook
settings.webhook_deletion_desc=Supprimer ce webhook va supprimer ses informations et l'historique de livraison. Voulez-vous continuer ?
settings.webhook_deletion_success=Le webhook a été supprimé avec succès !
-settings.webhook.test_delivery=Tester la publication
+settings.webhook.test_delivery=Tester la version
settings.webhook.test_delivery_desc=Envoyer un faux push pour tester la configuration des webhooks
settings.webhook.test_delivery_success=Le webhook de test a été ajouté à la file d'attente de livraison. L'affichage dans l'historique de livraison peut prendre quelques secondes.
settings.webhook.request=Requête
@@ -681,7 +691,7 @@ release.prerelease=Pré-publication
release.stable=Stable
release.edit=Éditer
release.ahead=%d commits jusqu'à %s depuis cette publication
-release.source_code=Code Source
+release.source_code=Code source
release.new_subheader=Publier une version pour itérer sur le produit.
release.edit_subheader=Un changelog détaillé peut aider les utilisateurs à comprendre ce qui a été amélioré.
release.tag_name=Nom du tag
@@ -697,12 +707,12 @@ release.prerelease_helper=Nous soulignerons que cette version est considérée c
release.cancel=Annuler
release.publish=Publier
release.save_draft=Sauvegarder le Brouillon
-release.edit_release=Éditer la publication
+release.edit_release=Modifier la version
release.delete_release=Supprimer Cette Version
release.deletion=Suppression de la Version
release.deletion_desc=Supprimer cette version supprimera le tag Git correspondant. Voulez-vous continuer ?
release.deletion_success=La version à été supprimée avec succès !
-release.tag_name_already_exist=Une publication avec ce nom de tag existe déjà.
+release.tag_name_already_exist=Une version avec ce nom de tag existe déjà.
release.downloads=Téléchargements
[org]
@@ -715,7 +725,7 @@ people=Contacts
invite_someone=Inviter quelqu'un
teams=Équipes
lower_members=Membres
-lower_repositories=Référentiels
+lower_repositories=dépôts
create_new_team=Créer une Nouvelle Équipe
org_desc=Description
team_name=Nom d'Équipe
@@ -742,7 +752,7 @@ settings.delete_prompt=Cela supprimera cette organisation définitivement. Cette
settings.confirm_delete_account=Confirmez la suppression
settings.delete_org_title=Suppression d'organisation
settings.delete_org_desc=Cette organisation sera définitivement supprimée. Continuer ?
-settings.hooks_desc=Ajoute des Webhooks qui seront activés pour tous les Référentiels de cette organisation.
+settings.hooks_desc=Ajoute des vebhooks qui seront activés pour tous les dépôts de cette organisation.
members.membership_visibility=Visibilité des membres:
members.public=Public
@@ -760,14 +770,14 @@ members.invite_now=Envoyer une invitation
teams.join=Rejoindre
teams.leave=Quitter
teams.read_access=Accès en Lecture
-teams.read_access_helper=Cette équipe aura la possibilité de voir et dupliquer ses Référentiels.
+teams.read_access_helper=Cette équipe aura la possibilité de voir et cloner ses dépôts.
teams.write_access=Accès en Écriture
-teams.write_access_helper=Cette équipe possèdera aussi bien des droits de lecture que d'écriture sur ses Référentiels.
+teams.write_access_helper=Cette équipe possèdera aussi bien des droits de lecture que d'écriture sur ses dépôts.
teams.admin_access=Accès Administrateur
teams.admin_access_helper=Cette équipe possèdera des droits de lecture, d'écriture, ainsi que le pouvoir d'ajouter des collaborateurs.
teams.no_desc=Aucune description
teams.settings=Paramètres
-teams.owners_permission_desc=Les propriétaires possèdent les droits d'administrateur et disposent d'un accès complet à tous les Référentiels de l'organisation.
+teams.owners_permission_desc=Les propriétaires possèdent les droits d'administrateur et disposent d'un accès complet à tous les dépôts de l'organisation.
teams.members=Membres de L'Équipe
teams.update_settings=Valider
teams.delete_team=Supprimer cette Équipe
@@ -775,10 +785,10 @@ teams.add_team_member=Ajouter un Membre
teams.delete_team_title=Suppression de l'équipe
teams.delete_team_desc=Cette équipe sera supprimée. Les membres pourraient perdre leurs accès à certains dépôts.
teams.delete_team_success=Équipe supprimée avec succès.
-teams.read_permission_desc=Cette équipe permet l'accès en lecture : les membres peuvent voir et dupliquer ses Référentiels.
-teams.write_permission_desc=Cette équipe permet l'accès en écriture : les membres peuvent participer à ses Référentiels.
-teams.admin_permission_desc=Cette équipe permet l'accès en administrateur : les membres peuvent voir, participer et ajouter des collaborateurs à ses Référentiels.
-teams.repositories=Référentiels de l'Équipe
+teams.read_permission_desc=Cette équipe permet l'accès en lecture : les membres peuvent voir et dupliquer ses dépôts.
+teams.write_permission_desc=Cette équipe permet l'accès en écriture : les membres peuvent participer à ses dépôts.
+teams.admin_permission_desc=Cette équipe permet l'accès en administrateur : les membres peuvent voir, participer et ajouter des collaborateurs à ses dépôts.
+teams.repositories=Dépôts de l'Équipe
teams.search_repo_placeholder=Rechercher dans le dépôt...
teams.add_team_repository=Ajouter un Dépôt à l'Équipe
teams.remove_repo=Supprimer
@@ -788,19 +798,19 @@ teams.add_nonexistent_repo=Dépôt inexistant, veuillez d'abord le créer.
dashboard=Tableau de bord
users=Utilisateurs
organizations=Organisations
-repositories=Référentiels
+repositories=Dépôts
authentication=Authentifications
config=Configuration
notices=Notes Systèmes
-monitor=Supervision
+monitor=Surveillance
first_page=Première
last_page=Dernière
total=Total : %d
dashboard.statistic=Statistiques
dashboard.operations=Opérations
-dashboard.system_status=État du Moniteur Système
-dashboard.statistic_info=La base de données Gogs contient %d utilisateurs, %d organisations, %d clés publiques, %d Référentiels, %d suivis, %d votes, %d actions, %d accès, %d problèmes, %d commentaires, %d comptes de réseaux sociaux, %d abonnements, %d miroirs, %d publications, %d connexions d'origine, %d webhooks, %d milestones, %d labels, %d tâches hook, %d équipes, %d tâches de mise à jour, %d fichiers.
+dashboard.system_status=État du système
+dashboard.statistic_info=La base de données Gogs contient %d utilisateurs, %d organisations, %d clés publiques, %d dépôts, %d surveillances de dépôts, %d votes, %d actions, %d accès, %d tickets, %d commentaires, %d comptes de réseaux sociaux, %d abonnements, %d miroirs, %d versions, %d connexions d'origine, %d webhooks, %d versions, %d labels, %d tâches hook, %d équipes, %d tâches de mise à jour, %d fichiers.
dashboard.operation_name=Nom de l'Opération
dashboard.operation_switch=Basculer
dashboard.operation_run=Exécuter
@@ -808,16 +818,18 @@ dashboard.clean_unbind_oauth=Nettoyer les associations OAuthes
dashboard.clean_unbind_oauth_success=Tous unbind OAuthes ont été supprimés avec succès.
dashboard.delete_inactivate_accounts=Supprimer tous les comptes inactifs
dashboard.delete_inactivate_accounts_success=Tous les comptes inactifs ont été supprimés avec succès.
-dashboard.delete_repo_archives=Supprimer toutes les archives de référentiels
-dashboard.delete_repo_archives_success=Toutes les archives des référentiels ont été supprimées avec succès.
+dashboard.delete_repo_archives=Supprimer toutes les archives des dépôts
+dashboard.delete_repo_archives_success=Toutes les archives des dépôts ont été supprimées avec succès.
dashboard.delete_missing_repos=Supprimer tous les dépôts ayant perdu leurs fichiers Git
dashboard.delete_missing_repos_success=Tous les dépôts ayant perdu leurs fichiers Git ont été supprimés avec succès.
-dashboard.git_gc_repos=Collecter les déchets des référentiels
+dashboard.git_gc_repos=Collecter les déchets des dépôts
dashboard.git_gc_repos_success=Tous les dépôts ont effectué la collecte avec succès.
dashboard.resync_all_sshkeys=Ré-écrire le fichier '.ssh/authorized_keys' (attention : les clés hors-Gogs vont être perdues)
dashboard.resync_all_sshkeys_success=Toutes les clés publiques ont été ré-écrites avec succès.
dashboard.resync_all_update_hooks=Ré-écrire tous les hooks de mises à jour des dépôts (requis quand le chemin de la configuration personnalisé est modifié)
-dashboard.resync_all_update_hooks_success=Les mises à jour de hook des référentiels ont toutes été réécrites avec succès.
+dashboard.resync_all_update_hooks_success=Tous les hooks de mises à jour des dépôts ont été ré-écris avec succès.
+dashboard.reinit_missing_repos=Réinitialiser tous les dépôts qui ont perdu des fichiers Git
+dashboard.reinit_missing_repos_success=Tous les enregistrements de dépôts qui ont perdu des fichiers Git ont été réinitialisés avec succès.
dashboard.server_uptime=Durée de Marche Serveur
dashboard.current_goroutine=Goroutines actuelles
@@ -874,7 +886,7 @@ users.allow_import_local=Ce compte dispose des permissions nécessaire à l'impo
users.update_profile=Mettre à jour le profil
users.delete_account=Supprimer ce Compte
users.still_own_repo=Ce compte possède toujours des dépôts. Vous devez d'abord les supprimer ou les transférer.
-users.still_has_org=Ce compte a toujours membres de l'organisation, vous avez à gauche ou supprimez tout d'abord.
+users.still_has_org=Ce compte est toujours membre d'une ou plusieurs organisations. Vous devez d'abord les supprimer ou en retirer ce compte.
users.deletion_success=Le compte a été supprimé avec succès !
orgs.org_manage_panel=Gestion des Organisations
@@ -888,7 +900,7 @@ repos.name=Nom
repos.private=Privé
repos.watches=Suivi par
repos.stars=Votes
-repos.issues=Problèmes
+repos.issues=Tickets
auths.auth_manage_panel=Panel d'administration des authentifications
auths.new=Ajouter une nouvelle source d'authentification
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Laisser vide pour utiliser la valeur du for
auths.attribute_name=Attribut du prénom
auths.attribute_surname=Attribut du nom de famille
auths.attribute_mail=Attribut de l'e-mail
+auths.attributes_in_bind=Aller chercher les attributs dans le contexte de liaison DN
auths.filter=Filtre utilisateur
auths.admin_filter=Filtre administrateur
auths.ms_ad_sa=Ms Ad SA
@@ -932,22 +945,36 @@ auths.update=Mettre à jour les paramètres d'authentifications
auths.delete=Supprimer cette authentification
auths.delete_auth_title=Suppression de l'authentification
auths.delete_auth_desc=Cette authentification va être supprimée. voulez-vous continuer ?
+auths.still_in_used=Cette authentification est encore utilisée par d'autres utilisateurs, supprimez-les ou convertir ces utilisateurs vers un autre type de session, avant.
auths.deletion_success=L'authentification a été supprimée avec succès !
config.server_config=Configuration du Serveur
-config.app_name=Nom de l'Application
-config.app_ver=Version de l'Application
-config.app_url=URL de l'Application
+config.app_name=Nom de l'application
+config.app_ver=Version de l'application
+config.app_url=URL de l'application
config.domain=Domaine
config.offline_mode=Mode hors-ligne
config.disable_router_log=Désactiver la Journalisation du Routeur
-config.run_user=Entrer un Utilisateur
+config.run_user=Utilisateur système
config.run_mode=Mode d'Éxécution
config.repo_root_path=Emplacement des Dépôts
-config.static_file_root_path=Emplacement Racine du Fichier Statique
+config.static_file_root_path=Chemin statique des fichiers racines
config.log_file_root_path=Emplacement Racine du Fichier Journal
config.script_type=Type de Script
config.reverse_auth_user=Annuler l'Authentification de l'Utilisateur
+
+config.ssh_config=Configuration SSH
+config.ssh_enabled=Activé
+config.ssh_start_builtin_server=Démarrer le serveur intégré
+config.ssh_domain=Domaine
+config.ssh_port=Port
+config.ssh_listen_port=Port d'écoute
+config.ssh_root_path=Emplacement racine
+config.ssh_key_test_path=Chemin de test des clés
+config.ssh_keygen_path=Chemin vers le générateur de clefs ("ssh-keygen")
+config.ssh_minimum_key_size_check=Vérification de la longueur de clé minimale
+config.ssh_minimum_key_sizes=Tailles de clé minimales
+
config.db_config=Configuration de la Base de Données
config.db_type=Type
config.db_host=Hôte
@@ -958,12 +985,11 @@ config.db_ssl_mode_helper=("postgres" uniquement)
config.db_path=Emplacement
config.db_path_helper=(pour « sqlite3 » et « TIDB »)
config.service_config=Configuration du Service
-config.register_email_confirm=Nécessite une confirmation par courriel
-config.disable_register=Désactiver l'Enregistrement
+config.register_email_confirm=Nécessite une confirmation par e-mail
+config.disable_register=Désactiver les inscriptions
config.show_registration_button=Afficher le bouton d'enregistrement
-config.require_sign_in_view=Connexion Obligatoire pour Visualiser
-config.enable_cache_avatar=Activer le Cache d'Avatar
-config.mail_notify=Mailer les Notifications
+config.require_sign_in_view=Connexion obligatoire pour visualiser
+config.mail_notify=Notifier par mail
config.disable_key_size_check=Désactiver la vérification de la taille de clé minimale
config.enable_captcha=Activez le Captcha
config.active_code_lives=Limites de Code Actif
@@ -972,32 +998,35 @@ config.webhook_config=Configuration Webhook
config.queue_length=Longueur de la file d'attente
config.deliver_timeout=Expiration d'Envoi
config.skip_tls_verify=Ne pas vérifier TLS
-config.mailer_config=Configuration du Maileur
+config.mailer_config=Configuration du service de mail
config.mailer_enabled=Activé
config.mailer_disable_helo=Désactiver HELO
config.mailer_name=Nom
config.mailer_host=Hôte
config.mailer_user=Utilisateur
+config.send_test_mail=Envoyer courriel de Test
+config.test_mail_failed=Impossible d'envoyer un e-mail de test à '%s': %v
+config.test_mail_sent=Un e-mail de test à été envoyé à '%s'.
config.oauth_config=Configuration OAuth
config.oauth_enabled=Activé
config.cache_config=Configuration du Cache
config.cache_adapter=Adaptateur du Cache
config.cache_interval=Intervales du Cache
config.cache_conn=Liaison du Cache
-config.session_config=Configuration de Session
-config.session_provider=Fournisseur de Session
-config.provider_config=Configurer le Fournisseur
-config.cookie_name=Nom du Cookie
-config.enable_set_cookie=Activer les Cookies
+config.session_config=Configuration de session
+config.session_provider=Fournisseur de session
+config.provider_config=Configuration du fournisseur
+config.cookie_name=Nom du cookie
+config.enable_set_cookie=Activer les cookies
config.gc_interval_time=Intervals GC
-config.session_life_time=Durée de Session
+config.session_life_time=Durée des sessions
config.https_only=HTTPS uniquement
-config.cookie_life_time=Expiration du Cookie
+config.cookie_life_time=Expiration du cookie
config.picture_config=Configuration d'Image
config.picture_service=Service d'Imagerie
config.disable_gravatar=Désactiver Gravatar
config.log_config=Configuration du Journal
-config.log_mode=Mode du Journal
+config.log_mode=Mode du journal
monitor.cron=Tâches Cron
monitor.name=Nom
@@ -1005,7 +1034,7 @@ monitor.schedule=Planification
monitor.next=Suivant
monitor.previous=Précédent
monitor.execute_times=Nombre d'Éxécutions
-monitor.process=Processus en cours d'Éxécution
+monitor.process=Processus en cours d'éxécution
monitor.desc=Description
monitor.start=Heure de Démarrage
monitor.execute_time=Heure d'Éxécution
@@ -1029,7 +1058,11 @@ create_repo=a créé le dépôt %s
rename_repo=rebaptisé le dépôt de %[1]s à %[3]s
commit_repo=a soumis à %[3]s sur %[4]s
create_issue=`a ouvert un problème %s#%[2]s`
+close_issue=`tickets clos %s#%[2]s`
+reopen_issue=`tickets ré-ouverts %s#%[2]s`
create_pull_request=`pull request créée le %s#%[2]s`
+close_pull_request=`pull request fermé %s#%[2]s`
+reopen_pull_request=`pull request ré-ouverte %s#%[2]s`
comment_issue=`a commenté le problème %s#%[2]s`
merge_pull_request=`pull request fusionné le %s#%[2]s`
transfer_repo=a transféré le dépôt %s à %s
diff --git a/conf/locale/locale_it-IT.ini b/conf/locale/locale_it-IT.ini
index e656f2005..fbc54fceb 100755
--- a/conf/locale/locale_it-IT.ini
+++ b/conf/locale/locale_it-IT.ini
@@ -38,19 +38,12 @@ settings=Impostazioni
your_profile=Il tuo profilo
your_settings=Impostazioni
-news_feed=Notizie
+activities=Attivitá
pull_requests=Pull Request
issues=Problemi
cancel=Annulla
-[search]
-search=Ricerca...
-repository=Repository
-user=Utente
-issue=Problema
-code=Codice
-
[install]
install=Installazione
title=Passi d'installazione per il primo avvio
@@ -65,7 +58,7 @@ db_name=Nome del database
db_helper=Utilizza il motore INNODB con codifica utf8_general_ci per MySQL.
ssl_mode=Modalità SSL
path=Percorso
-sqlite_helper=Il percorso file del database SQLite3 o TiDB.
+sqlite_helper=Il path assoluto per il database SQLite3 o TiDB. Per favore usa il path assoluto quando lo avvii come servizio.
err_empty_db_path=Il percorso file del database SQLite3 o TiDB non può essere vuoto.
err_invalid_tidb_name=Il nome del database TiDB non ammette caratteri "." e "-".
no_admin_and_disable_registration=Non puoi disabilitare la registrazione senza aver creato un amministratore.
@@ -79,13 +72,15 @@ repo_path_helper=Tutti i repository Git remoti saranno salvati in questa directo
run_user=Esegui con l'utente
run_user_helper=L'utente deve avere accesso al percorso root del repository e avviare Gogs.
domain=Dominio
-domain_helper=Questo modifica lo SSH clone URLs.
+domain_helper=Questo influisce sugli URL per il clonaggio via SSH.
ssh_port=Porta SSH
ssh_port_helper=Numero di porta utilizzato dal server SSH, lasciare vuoto per disabilitare l'integrazione SSH.
http_port=Porta HTTP
http_port_helper=Porta di ascolto dell'applicazione.
app_url=URL Applicazione
app_url_helper=Questo influisce sugli URL per il clonaggio via HTTP/HTTPS e da qualche parte nella posta elettronica.
+log_root_path=Percorso dei log
+log_root_path_helper=Directory in cui scrivere i file di log.
optional_title=Impostazioni Facoltative
email_title=Impostazioni E-mail
@@ -122,6 +117,7 @@ run_user_not_match=Run user non è l'utente corrente: %s -> %s
save_config_failed=Fallito il salvataggio della configurazione: %v
invalid_admin_setting=Impostazioni account Admin non valide: %v
install_success=Benvenuto! Siamo felici che tu abbia scelto Gogs, buon divertimento.
+invalid_log_root_path=Log root path is invalid: %v
[home]
uname_holder=Nome Utente o E-mail
@@ -137,6 +133,8 @@ issues.in_your_repos=Nei tuoi repository
[explore]
repos=Repository
+users=Utenti
+search=Cerca
[auth]
create_new_account=Crea un nuovo Account
@@ -203,7 +201,6 @@ repo_name_been_taken=Il nome del Repository è già utilizzato.
org_name_been_taken=Il nome dell'Organizzazione è già utlizzato.
team_name_been_taken=Il nome del Team è già utilizzato.
email_been_used=L'indirizzo E-mail è già utilizzato.
-illegal_team_name=Il nome del Team contiene caratteri non validi.
username_password_incorrect=Nome utente o password incorretti.
enterred_invalid_repo_name=Si prega di assicurarsi che il nome del repository inserito sia corretto.
enterred_invalid_owner_name=Si prega di assicurarsi che il nome del proprietario inserito sia corretto.
@@ -219,8 +216,6 @@ still_own_repo=Il tuo account possiede ancora almeno un repository, dovete prima
still_has_org=Il tuo account è ancora associato ad almeno un'organizzazione, disassociarsi prima.
org_still_own_repo=Questa organizzazione ha ancora la proprietà del repository, dovete cancellarla o trasferirli prima.
-still_own_user=Questa autenticazione è ancora in uso da almeno un utente, per favore rimuovili dall'autenticazione e riprova.
-
target_branch_not_exist=Il ramo (branch) di destinazione non esiste.
[user]
@@ -262,11 +257,10 @@ continue=Continua
cancel=Annulla
enable_custom_avatar=Abilita avatar personalizzato
-enable_custom_avatar_helper=Seleziona per disabilitare il fetch da Gravatar
choose_new_avatar=Scegli un nuovo avatar
update_avatar=Aggiorna le impostazioni avatar
+delete_current_avatar=Elimina Avatar attuale
uploaded_avatar_not_a_image=Il file caricato non è un'immagine.
-no_custom_avatar_available=Nessun avatar personalizzato disponibile, impossibile abilitarlo.
update_avatar_success=Le tue impostazioni avatar sono state aggiornate con successo.
change_password=Cambia Password
@@ -467,7 +461,7 @@ issues.open_title=Aperto
issues.closed_title=Chiuso
issues.num_comments=%d commenti
issues.commented_at=`commented %[2]s`
-issues.no_content=There is no content yet.
+issues.no_content=Non ci sono ancora contenuti.
issues.close_issue=Chiudi
issues.close_comment_issue=Commenta e chiudi
issues.reopen_issue=Riapri
@@ -477,12 +471,12 @@ issues.closed_at=`closed %[2]s`
issues.reopened_at=`reopened %[2]s`
issues.commit_ref_at=`referenced this issue from a commit %[2]s`
issues.poster=Autore
-issues.admin=Amministratore
+issues.collaborator=Collaboratori
issues.owner=Proprietario
issues.sign_up_for_free=Registrati gratuitamente
-issues.sign_in_require_desc=to join this conversation. Already have an account? Sign in to comment
+issues.sign_in_require_desc=per partecipare a questa conversazione. Possiedi già un account?Fai il login per commentare
issues.edit=Modifica
-issues.cancel=Cancel
+issues.cancel=Annulla
issues.save=Salva
issues.label_title=Nome etichetta
issues.label_color=Colore etichetta
@@ -494,46 +488,47 @@ issues.label_modify=Modifica Etichetta
issues.label_deletion=Elimina Etichetta
issues.label_deletion_desc=Eliminare l'etichetta rimuovera le sue informazioni in tutti i problemi correlati. Vuoi continuare?
issues.label_deletion_success=Etichetta eliminata con successo!
+issues.num_participants=%d Partecipanti
pulls.new=Nuova Pull Request
pulls.compare_changes=Confronta le modifiche
pulls.compare_changes_desc=Confronta due branch e fai una pull request per le modifiche.
pulls.compare_base=base
pulls.compare_compare=confronta
-pulls.filter_branch=Filter branch
+pulls.filter_branch=Filtra branch
pulls.no_results=Nessun risultato trovato.
-pulls.nothing_to_compare=There is nothing to compare because base and head branches are even.
-pulls.has_pull_request=`There is already a pull request between these two targets: %[2]s#%[3]d`
+pulls.nothing_to_compare=Non c'è niente da confrontare perchè i branch base e head uguali.
+pulls.has_pull_request=`E' già presente una pull request tra questi due trargets: %[2]s#%[3]d`
pulls.create=Crea Pull Request
pulls.title_desc=wants to merge %[1]d commits from %[2]s into %[3]s
pulls.merged_title_desc=merged %[1]d commits from %[2]s into %[3]s %[4]s
pulls.tab_conversation=Conversazione
-pulls.tab_commits=Commits
+pulls.tab_commits=Commit
pulls.tab_files=File modificati
pulls.reopen_to_merge=Riapri questa pull request per effettuare il merge.
-pulls.merged=Merged
-pulls.has_merged=This pull request has been merged successfully!
-pulls.data_broken=Data of this pull request has been broken due to deletion of fork information.
-pulls.is_checking=The conflict checking is still in progress, please refresh page in few moments.
-pulls.can_auto_merge_desc=This pull request can be merged automatically.
-pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts.
+pulls.merged=Unito
+pulls.has_merged=Questa pull reqeust è stata mergiata con successo!
+pulls.data_broken=I dati di questa pull request si sono rotti causa dell'eliminazione delle informazioni di fork.
+pulls.is_checking=Il controllo dei conflitti è ancora in corso, per favore aggiorna pagina tra qualche istante.
+pulls.can_auto_merge_desc=La pull request non può essere mergiata automaticamente.
+pulls.cannot_auto_merge_desc=Questa pull request non può essere mergiata automaticamente perchè ci sono dei conflitti.
pulls.cannot_auto_merge_helper=Effettua il merge manualmente per risolvere i conflitti.
pulls.merge_pull_request=Unisci Pull Request
pulls.open_unmerged_pull_exists=`You can't perform reopen operation because there is already an open pull request (#%d) from same repository with same merge information and is waiting for merging.`
milestones.new=Nuova Milestone
-milestones.open_tab=%d Open
-milestones.close_tab=%d Closed
-milestones.closed=Closed %s
-milestones.no_due_date=No due date
-milestones.open=Open
-milestones.close=Close
-milestones.new_subheader=Create milestones to organize your issues.
+milestones.open_tab=%d Aperti
+milestones.close_tab=%d Chiusi
+milestones.closed=Chiuso %s
+milestones.no_due_date=Nessuna data di scadenza
+milestones.open=Apri
+milestones.close=Chiudi
+milestones.new_subheader=Crea delle milestones per organizzare le tue issues.
milestones.create=Crea Milestone
milestones.title=Titolo
milestones.desc=Descrizione
milestones.due_date=Data di scadenza (opzionale)
-milestones.clear=Clear
+milestones.clear=Pulisci
milestones.invalid_due_date_format=Il formato della data di scadenza non è valido, deve essere 'yyyy-mm-dd'.
milestones.create_success=La Milestone '%s' è stata creata con successo!
milestones.edit=Modifica Milestone
@@ -557,6 +552,8 @@ wiki.save_page=Salva pagina
wiki.last_commit_info=%s ha modificato questa pagina %s
wiki.edit_page_button=Modifica
wiki.new_page_button=Nuova pagina
+wiki.delete_page_button=Cancella Pagina
+wiki.delete_page_notice_1=Questo cancellerà lapagina "%s". Si prega di esserne certi.
wiki.page_already_exists=Esiste già una pagina Wiki con questo stesso nome.
wiki.pages=Pagine
wiki.last_updated=Ultimo aggiornamento: %s
@@ -575,25 +572,34 @@ settings.wiki_desc=Abilitare il wiki per consentire alle persone di scrivere doc
settings.use_external_wiki=Usa Wiki esterno
settings.external_wiki_url=URL Wiki esterno
settings.external_wiki_url_desc=I visitatori verranno reindirizzati all'URL quando cliccano sulla scheda.
-settings.issues_desc=Enable builtin lightweight issue tracker
+settings.issues_desc=Abilita l'issue tracker builtin leggero
settings.use_external_issue_tracker=Utilizza gestore di problemi esterno
settings.tracker_url_format=External Issue Tracker URL Format
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_desc=Abilita le pull requests per accettare contributi pubblici
settings.danger_zone=Zona Pericolosa
+settings.new_owner_has_same_repo=Il nuovo proprietario ha già un repository con lo stesso nome. Per favore scegli un altro nome.
+settings.convert=Converti in Repository Regolare
+settings.convert_desc=Puoi convertire questo mirror in un repository regolare. Questa operazione non può essere annullata.
+settings.convert_notices_1=- Questa operazione non potrà essere annullata e convertirà questo mirror in un repository regolare.
+settings.convert_confirm=Conferma la conversione
+settings.convert_succeed=Repository has been converted to regular type successfully.
settings.transfer=Trasferisci proprietà
settings.transfer_desc=Trasferisci questa repository a un altro utente o a un'organizzazione nella quale hai diritti d'amministratore.
-settings.new_owner_has_same_repo=Il nuovo proprietario ha già un repository con lo stesso nome. Per favore scegli un altro nome.
-settings.delete=Elimina questo repository
-settings.delete_desc=Una volta che hai cancellato il repository, non puoi tornare indietro. Si prega di fare attenzione.
settings.transfer_notices_1=- You will lose access if new owner is a individual user.
settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners.
settings.transfer_form_title=Per favore inserisci le informazioni seguenti per confermare l'operazione:
+settings.wiki_delete=Elimina i dati della Wiki
+settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain.
+settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s
+settings.wiki_deletion_success=I dati della wiki del repository sono stati eliminati con successo.
+settings.delete=Elimina questo repository
+settings.delete_desc=Una volta che hai cancellato il repository, non puoi tornare indietro. Si prega di fare attenzione.
settings.delete_notices_1=-Questa operazione NON PUÒ essere annullata.
settings.delete_notices_2=-Questa operazione eliminerà definitivamente il tutto il contenuto del repository, inclusi i dati di Git, incidenti, commenti e accessi dei collaboratori.
settings.delete_notices_fork_1=-Se questo repository è pubblico, tutti i fork diventeranno indipendenti dopo la sua cancellazione.
settings.delete_notices_fork_2=-Se questo repository è privato, tutti fork verranno rimossi assieme ad esso.
-settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first.
+settings.delete_notices_fork_3=- Se vuoi mantenere i forks dopo la cancellazione, per piacere cambia la visibilità di questo repository in pubblica.
settings.deletion_success=Il repository è stato eliminato con successo!
settings.update_settings_success=Le opzioni repository sono state aggiornate con successo.
settings.transfer_owner=Nuovo Proprietario
@@ -602,19 +608,23 @@ settings.transfer_succeed=Proprietà del repository trasferita con successo.
settings.confirm_delete=Conferma eliminazione
settings.add_collaborator=Aggiungi nuovo collaboratore
settings.add_collaborator_success=Il nuovo collaboratore è stato aggiunto.
+settings.delete_collaborator=Elimina
+settings.collaborator_deletion=Eliminazione collaboratore
+settings.collaborator_deletion_desc=Questo utente non potrà più collaborare a questo repository dopo l'eliminazione. Si desidera continuare?
settings.remove_collaborator_success=Il collaboratore è stato rimosso.
settings.search_user_placeholder=Cerca utente...
+settings.org_not_allowed_to_be_collaborator=Un'organizzazione non può essere aggiunta come collaboratore.
settings.user_is_org_member=L'utente è un membro dell'organizzazione che non può essere aggiunto come collaboratore.
settings.add_webhook=Aggiungi Webhook
settings.hooks_desc=I Webhooks sono molto simili a un basilare evento trigger HTTP POST. Ogni volta che qualcosa si verifica in Gogs, tratteremo la notifica all'host di destinazione specificato. Ulteriori informazioni in questa Guida ai Webhooks.
settings.webhook_deletion=Elimina Webhook
settings.webhook_deletion_desc=Delete this webhook will remove its information and all delivery history. Do you want to continue?
settings.webhook_deletion_success=Webhook has been deleted successfully!
-settings.webhook.test_delivery=Test Delivery
+settings.webhook.test_delivery=Test di consegna
settings.webhook.test_delivery_desc=Send a fake push event delivery to test your webhook settings
settings.webhook.test_delivery_success=Test webhook has been added to delivery queue. It may take few seconds before it shows up in the delivery history.
-settings.webhook.request=Request
-settings.webhook.response=Response
+settings.webhook.request=Richiesta
+settings.webhook.response=Risposta
settings.webhook.headers=Headers
settings.webhook.payload=Payload
settings.webhook.body=Body
@@ -627,17 +637,17 @@ settings.add_webhook_desc=Gogs manderà una richiesta POST all'URL
settings.payload_url=Payload URL
settings.content_type=Content Type
settings.secret=Secret
-settings.slack_username=Username
+settings.slack_username=Nome utente
settings.slack_icon_url=URL icona
-settings.slack_color=Color
+settings.slack_color=Colore
settings.event_desc=Quali eventi dovrebbero innescare questo webhook?
settings.event_push_only=Solo l'evento push.
-settings.event_send_everything=I need everything.
-settings.event_choose=Let me choose what I need.
-settings.event_create=Create
-settings.event_create_desc=Branch, or tag created
+settings.event_send_everything=Ho bisogno di tutto.
+settings.event_choose=Lasciami scegliere ciò di cui ho bisogno.
+settings.event_create=Crea
+settings.event_create_desc=Branch, o tag creato
settings.event_push=Push
-settings.event_push_desc=Git push to a repository
+settings.event_push_desc=Git push in un repository
settings.active=Attivo
settings.active_helper=Anche i dettagli riguardanti l'evento che ha innescato l'hook saranno inviati.
settings.add_hook_success=Il nuovo webhook è stato aggiunto.
@@ -651,25 +661,25 @@ settings.slack_token=Token
settings.slack_domain=Dominio
settings.slack_channel=Canale
settings.deploy_keys=Dispiega Chiavi
-settings.add_deploy_key=Add Deploy Key
-settings.deploy_key_desc=Deploy key only has read-only access. It is not same as personal account SSH keys.
-settings.no_deploy_keys=You haven't added any deploy key.
-settings.title=Title
-settings.deploy_key_content=Content
-settings.key_been_used=Deploy key content has been used.
-settings.key_name_used=Deploy key with the same name already exists.
-settings.add_key_success=New deploy key '%s' has been added successfully!
-settings.deploy_key_deletion=Delete Deploy Key
-settings.deploy_key_deletion_desc=Deleting this deploy key will remove all related accesses for this repository. Do you want to continue?
-settings.deploy_key_deletion_success=Deploy key has been deleted successfully!
+settings.add_deploy_key=Aggiungi Deploy Key
+settings.deploy_key_desc=Le deploy keys hanno accesso in sola lettura. Non equivalgono alle chiavi SSH personali.
+settings.no_deploy_keys=Non hai aggiunto alcuna deploy key.
+settings.title=Titolo
+settings.deploy_key_content=Contenuto
+settings.key_been_used=La deploy key è già in uso.
+settings.key_name_used=Esiste già una deploy key con questo nome.
+settings.add_key_success=La nuova deploy key '%s' è stata aggiunta con successo!
+settings.deploy_key_deletion=Elimina Deploy Key
+settings.deploy_key_deletion_desc=Cancellando questa deploy key verrà rismosso ogni accesso relativo a questa repository. Vuoi continuare?
+settings.deploy_key_deletion_success=Deploy key eliminata con successo!
diff.browse_source=Sfoglia il codice sorgente
diff.parent=parent
diff.commit=commit
diff.data_not_available=Diff Data non disponibile.
diff.show_diff_stats=Mostra Diff Stats
-diff.show_split_view=Split View
-diff.show_unified_view=Unified View
+diff.show_split_view=Visualizzazione separata
+diff.show_unified_view=Visualizzazione unificata
diff.stats_desc=%d ha cambiato i file con %d aggiunte e %d eliminazioni
diff.bin=BIN
diff.view_file=Vedi File
@@ -687,27 +697,27 @@ release.edit_subheader=Detailed change log can help users understand what has be
release.tag_name=Nome tag
release.target=Obbiettivo
release.tag_helper=Scegli un tag esistente o crea un nuovo tag una volta pubblicato.
-release.title=Title
-release.content=Content
+release.title=Titolo
+release.content=Contenuto
release.write=Scrivi
release.preview=Anteprima
release.loading=Caricamento...
release.prerelease_desc=Questo è un pre-rilascio
release.prerelease_helper=Precisiamo che questo rilascio non è pronta per la produzione.
-release.cancel=Cancel
+release.cancel=Annulla
release.publish=Pubblica Rilascio
release.save_draft=Salva Bozza
release.edit_release=Modifica Rilascio
-release.delete_release=Delete This Release
-release.deletion=Release Deletion
-release.deletion_desc=Deleting this release will delete the corresponding Git tag. Do you want to continue?
-release.deletion_success=Release has been deleted successfully!
+release.delete_release=Cancela questa Release
+release.deletion=Eliminazione Release
+release.deletion_desc=Eliminando questa release cancellarai anche i tag Git corrispondenti. Vuoi continuare?
+release.deletion_success=La release è stata eliminata con successo!
release.tag_name_already_exist=Un rilascio con questo tag esiste già.
release.downloads=Download
[org]
org_name_holder=Nome dell'Organizzazione
-org_full_name_holder=Organization Full Name
+org_full_name_holder=Nome completo dell'organizzazione
org_name_helper=Le migliori organizzazioni hanno nomi brevi e memorabili.
create_org=Crea Organizzazione
repo_updated=Aggiornato
@@ -734,7 +744,7 @@ settings.website=Sito Web
settings.location=Residenza
settings.update_settings=Aggiorna Impostazioni
settings.update_setting_success=Impostazioni dell'organizzazione aggiornate con successo.
-settings.change_orgname_prompt=This change will affect how links relate to the organization.
+settings.change_orgname_prompt=Questa operazione modificherà il modo in cui i links sono in relazione con l'organizzazione.
settings.update_avatar_success=Organization avatar setting has been updated successfully.
settings.delete=Elimina organizzazione
settings.delete_account=Elimina questa organizzazione
@@ -749,7 +759,7 @@ members.public=Pubblico
members.public_helper=rendi privato
members.private=Privato
members.private_helper=rendi pubblico
-members.member_role=Member Role:
+members.member_role=Ruolo del membro:
members.owner=Proprietario
members.member=Membro
members.remove=Rimuovere
@@ -779,7 +789,7 @@ teams.read_permission_desc=Questo Team concede accesso di LetturaScrittura: i membri possono leggere e pushare i repository del Team.
teams.admin_permission_desc=Questo Team concede accesso di Amministratore: i membri possono leggere i, pushare a, e aggiungere collaboratori ai repository del Team.
teams.repositories=Repository di Squadra
-teams.search_repo_placeholder=Search repository...
+teams.search_repo_placeholder=Cerca repository...
teams.add_team_repository=Aggiungere Repository di Squadra
teams.remove_repo=Rimuovi
teams.add_nonexistent_repo=Il repository che stai tentando di aggiungere non esiste, crealo prima.
@@ -793,8 +803,8 @@ authentication=Autenticazioni
config=Configurazione
notices=Avvisi di sistema
monitor=Monitoraggio
-first_page=First
-last_page=Last
+first_page=Prima
+last_page=Ultima
total=Totale: %d
dashboard.statistic=Statistiche
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Riscrivi il file '.ssh/authorized_keys' (attenzione
dashboard.resync_all_sshkeys_success=Tutte le chiavi pubbliche riscritte con successo.
dashboard.resync_all_update_hooks=Riscrivere tutti gli update hook dei repository (necessario quando il percorso di configurazione personalizzata viene modificato)
dashboard.resync_all_update_hooks_success=Tutti gli update hook dei repository riscritti con successo.
+dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files
+dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully.
dashboard.server_uptime=Tempo in Attività del Server
dashboard.current_goroutine=Goroutine Correnti
@@ -865,8 +877,8 @@ users.auth_login_name=Authentication Login Name
users.password_helper=Leave it empty to remain unchanged.
users.update_profile_success=Profilo dell'account aggiornato con successo.
users.edit_account=Modifica Account
-users.max_repo_creation=Maximum Repository Creation Limit
-users.max_repo_creation_desc=(Set -1 to use global default limit)
+users.max_repo_creation=Limite massimo per la creazione di Repository
+users.max_repo_creation_desc=(Inserire -1 per usare il limite globale di default)
users.is_activated=Questo account è attivato
users.is_admin=Questo account ha permessi di amministratore
users.allow_git_hook=Questo account ha il permesso di creare hooks di Git
@@ -891,47 +903,49 @@ repos.stars=Voti
repos.issues=Problemi
auths.auth_manage_panel=Authentication Manage Panel
-auths.new=Add New Source
+auths.new=Aggiungi Nuova Origine
auths.name=Nome
auths.type=Tipo
auths.enabled=Attivo
auths.updated=Aggiornato
-auths.auth_type=Authentication Type
-auths.auth_name=Authentication Name
+auths.auth_type=Tipo di autenticazione
+auths.auth_name=Nome di autenticazione
auths.domain=Dominio
auths.host=Host
auths.port=Porta
-auths.bind_dn=Bind DN
-auths.bind_password=Bind Password
-auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account.
+auths.bind_dn=Binda DN
+auths.bind_password=Binda Password
+auths.bind_password_helper=Attenzione: Questa password è salvata in chiaro. Non usare su un acount con alti privilegi.
auths.user_base=User Search Base
-auths.user_dn=User DN
-auths.attribute_username=Username attribute
+auths.user_dn=DN dell'utente
+auths.attribute_username=Attributo username
auths.attribute_username_placeholder=Leave empty to use sign-in form field value for user name.
auths.attribute_name=Attributo Nome
auths.attribute_surname=Attributo Cognome
auths.attribute_mail=Attributo Email
-auths.filter=User Filter
-auths.admin_filter=Admin Filter
+auths.attributes_in_bind=Fetch attributes in Bind DN context
+auths.filter=Fitro utente
+auths.admin_filter=Filtro Amministratore
auths.ms_ad_sa=Ms Ad SA
-auths.smtp_auth=SMTP Authentication Type
+auths.smtp_auth=Tipo di autenticazione SMTP
auths.smtphost=Host SMTP
auths.smtpport=Porta SMTP
-auths.allowed_domains=Allowed Domains
+auths.allowed_domains=Domini consentiti
auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','.
auths.enable_tls=Abilitare Crittografia TLS
auths.skip_tls_verify=Salta verifica TLS
auths.pam_service_name=Nome del Servizio PAM
auths.enable_auto_register=Abilitare Registrazione Automatica
auths.tips=Consigli
-auths.edit=Edit Authentication Setting
+auths.edit=Modifica impostazioni di autenticazione
auths.activated=Questa Autenticazione è stata attivata
auths.new_success=New authentication '%s' has been added successfully.
auths.update_success=Authentication setting has been updated successfully.
-auths.update=Update Authentication Setting
-auths.delete=Delete This Authentication
+auths.update=Aggiornare le impostazioni di autenticazione
+auths.delete=Elimina questa autenticazione
auths.delete_auth_title=Authentication Deletion
auths.delete_auth_desc=This authentication is going to be deleted, do you want to continue?
+auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first.
auths.deletion_success=Authentication has been deleted successfully!
config.server_config=Configurazione Server
@@ -948,6 +962,19 @@ config.static_file_root_path=Percorso Root del File Statico
config.log_file_root_path=Percorso Root del File di Log
config.script_type=Tipo di Script
config.reverse_auth_user=Autenticazione Utente Inversa
+
+config.ssh_config=Configurazione SSH
+config.ssh_enabled=Attivo
+config.ssh_start_builtin_server=Avvia server builtin
+config.ssh_domain=Dominio
+config.ssh_port=Porta
+config.ssh_listen_port=Porta in ascolto
+config.ssh_root_path=Percorso Root
+config.ssh_key_test_path=Percorso chiave di test
+config.ssh_keygen_path=Percorso Keygen ('ssh-keygen')
+config.ssh_minimum_key_size_check=Verifica delle dimensioni minime della chiave
+config.ssh_minimum_key_sizes=Dimensioni minime della chiave
+
config.db_config=Configurazione Database
config.db_type=Tipo
config.db_host=Host
@@ -956,20 +983,19 @@ config.db_user=Utente
config.db_ssl_mode=Modalità SSL
config.db_ssl_mode_helper=(solo per "postgres")
config.db_path=Percorso
-config.db_path_helper=(for "sqlite3" and "tidb")
+config.db_path_helper=(per "sqlite3" e "tidb")
config.service_config=Configurazione Servizio
config.register_email_confirm=Richiedono Conferma dell'Email
config.disable_register=Disabilita Registrazione
config.show_registration_button=Mostra Pulsane Registrazione
config.require_sign_in_view=Richiesto Accesso per Vedere
-config.enable_cache_avatar=Abilitare Cache dell'Avatar
config.mail_notify=Email di Notifica
-config.disable_key_size_check=Disable Minimum Key Size Check
+config.disable_key_size_check=Disabilita controllo sulle dimensioni minime della chiave
config.enable_captcha=Abilita Captcha
config.active_code_lives=Attiva Vita del Codice
config.reset_password_code_lives=Reimpostare Password della Vita del Codice
config.webhook_config=Configurazione Webhook
-config.queue_length=Queue Length
+config.queue_length=Lunghezza della coda
config.deliver_timeout=Tempo Limite di Consegna
config.skip_tls_verify=Salta verifiche TLS
config.mailer_config=Configurazione Mailer
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=Disattiva HELO
config.mailer_name=Nome
config.mailer_host=Host
config.mailer_user=Utente
+config.send_test_mail=Invia email di test
+config.test_mail_failed=Impossibile inviare mail a '%s': %v
+config.test_mail_sent=Una mail di prova è stata inviata a '%s'.
config.oauth_config=Configurazione OAuth
config.oauth_enabled=Attivo
config.cache_config=Configurazione Cache
@@ -1011,25 +1040,29 @@ monitor.start=Orario Avvio
monitor.execute_time=Tempo di Esecuzione
notices.system_notice_list=Avvisi di Sistema
-notices.view_detail_header=View Notice Detail
-notices.actions=Actions
-notices.select_all=Select All
-notices.deselect_all=Deselect All
-notices.inverse_selection=Inverse Selection
-notices.delete_selected=Delete Selected
-notices.delete_all=Delete All Notices
+notices.view_detail_header=Visualizza dettagli dell'avviso
+notices.actions=Azioni
+notices.select_all=Seleziona tutto
+notices.deselect_all=Deseleziona tutto
+notices.inverse_selection=Inverti selezione
+notices.delete_selected=Elimina selezionati
+notices.delete_all=Elimina tutti gli avvisi
notices.type=Tipo
notices.type_1=Repository
notices.desc=Descrizione
notices.op=Op.
-notices.delete_success=System notices have been deleted successfully.
+notices.delete_success=Gli avvisi di sistema sono stati successivamente eliminati.
[action]
create_repo=ha creato il repository %s
rename_repo=repository rinominato da %[1]s a [3]s
commit_repo=ha pushato nel %[3]s in %[4]s
create_issue=`ha aperto il problema %s#%[2]s`
+close_issue=`closed issue %s#%[2]s`
+reopen_issue=`reopened issue %s#%[2]s`
create_pull_request=`creata pull request %s#%[2]s`
+close_pull_request=`closed pull request %s#%[2]s`
+reopen_pull_request=`reopened pull request %s#%[2]s`
comment_issue=`ha commentato il problema %s#%[2]s`
merge_pull_request=`merged pull request %s#%[2]s`
transfer_repo=ha trasferito il repository %s a %s
@@ -1061,5 +1094,5 @@ raw_minutes=minuti
default_message=Drop files here or click to upload.
invalid_input_type=You can't upload files of this type.
file_too_big=File size ({{filesize}} MB) exceeds maximum size ({{maxFilesize}} MB).
-remove_file=Remove file
+remove_file=Rimuovi file
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini
index f80234066..691eac8c7 100755
--- a/conf/locale/locale_ja-JP.ini
+++ b/conf/locale/locale_ja-JP.ini
@@ -38,23 +38,16 @@ settings=設定
your_profile=あなたのプロファイル
your_settings=あなたの設定
-news_feed=ニュースのフィード
+activities=アクティビティ
pull_requests=プルリクエスト
issues=課題
cancel=キャンセル
-[search]
-search=検索...
-repository=リポジトリ
-user=ユーザ
-issue=課題
-code=コード
-
[install]
install=インストール
-title=初回実行のインストール手順
-docker_helper=DockerでGogsを稼動する場合、このページに変更を加えるまえに、 Guidelinesをよく読んでください!
+title=インストールをする前に必要な準備をしましょう
+docker_helper=DockerでGogsを稼動する場合は、このページに変更を加える前に、 ガイドラインをよく読んでください!
requite_db_desc=Gogs は、MySQL、PostgreSQL、SQLite3 または TiDB が必要です。
db_title=データベース設定
db_type=データベースの種類
@@ -62,10 +55,10 @@ host=ホスト
user=ユーザ
password=パスワード
db_name=データベース名
-db_helper=Mysql INNODB エンジン utf8_general_ci の文字セットを使用してください。
+db_helper=MySQLではエンジンがINNODB、文字セットがutf8_general_ciである必要があります。
ssl_mode=SSL モード
path=パス
-sqlite_helper=SQLite3 または TiDB のデータベースのファイル パス。
+sqlite_helper=SQLite3かTiDBのデータベースのファイルパス。 サービスとして開始する際には絶対パスを利用してください。
err_empty_db_path=SQLite3 または TiDB データベースのパスを空にすることはできません。
err_invalid_tidb_name=TiDB データベース名は文字"."と"-"を許可しない。
no_admin_and_disable_registration=管理者アカウントを作成せずに登録を無効にすることはできません。
@@ -86,6 +79,8 @@ http_port=HTTP ポート
http_port_helper=アプリケーションが待ち受けするポート番号。
app_url=アプリケーションの URL
app_url_helper=この設定は、HTTP / HTTPSのクローンURLおよび、一部のメールボックスへのリンクに影響を与えます。
+log_root_path=ログのパス
+log_root_path_helper=ログファイルを書き込むディレクトリ。
optional_title=オプション設定
email_title=E-mailサービス設定
@@ -97,10 +92,10 @@ mailer_password=送信者のパスワード
register_confirm=登録の確認を有効にする
mail_notify=メール通知を有効にする
server_service_title=サーバーとその他のサービスの設定
-offline_mode=オフラインモード有効化
-offline_mode_popup=プロダクション モードでCDN を無効にし、すべてのリソースファイルをローカルで提供します 。
+offline_mode=オフラインモードを有効にする
+offline_mode_popup=プロダクションモードでは、CDNを使用せずにローカルからリソースファイルを使用します。
disable_gravatar=Gravatarのサービスを無効にします
-disable_gravatar_popup=Disable Gravatar and custom sources, all avatars are uploaded by users or default.
+disable_gravatar_popup=Gravatarとカスタムソースを無効にして、全てのアバターをユーザーによってアップロードされたものかデフォルトなものにします。
disable_registration=自己登録を無効にする
disable_registration_popup=自己登録を無効にし、管理者のみがアカウント作成できる
enable_captcha=Captchaを有効にする
@@ -122,6 +117,7 @@ run_user_not_match=実行ユーザーは、現在のユーザーではない: %s
save_config_failed=構成の保存に失敗した: %v
invalid_admin_setting=管理者アカウントの設定が無効です: %v
install_success=ようこそ!我々はあなたが Gogs を選んでくれて嬉しいです!楽しみましょう!
+invalid_log_root_path=ログのルートパスがむこうです: %v
[home]
uname_holder=ユーザー名またはEメール
@@ -137,6 +133,8 @@ issues.in_your_repos=あなたのリポジトリ
[explore]
repos=リポジトリ
+users=Users
+search=Search
[auth]
create_new_account=新規アカウントを作成
@@ -165,7 +163,7 @@ activate_account=あなたのアカウントを有効にしてください。
activate_email=電子メール アドレスを確認します。
reset_password=パスワードをリセットします.
register_success=ようこそ、登録成功
-register_notify=Welcome on board
+register_notify=ボードへようこそ
[modal]
yes=はい
@@ -203,7 +201,6 @@ repo_name_been_taken=リポジトリ名は既に使用されています。
org_name_been_taken=組織名は既に使用されています。
team_name_been_taken=チーム名は既に使用されています。
email_been_used=電子メール アドレスは既に使用されています。
-illegal_team_name=チーム名に無効な文字が含まれています。
username_password_incorrect=ユーザー名またはパスワードが正しくありません。
enterred_invalid_repo_name=入力したリポジトリの名前が正しいかどうかを確認してください。
enterred_invalid_owner_name=入力された所有者名が正しいかどうかを確認してください。
@@ -219,8 +216,6 @@ still_own_repo=アカウント所有のリポジトリがあり、リポジト
still_has_org=アカウントはまだ組織のメンバーであり、組織から退出するか削除する必要があります。
org_still_own_repo=この組織はまだリポジトリの所有しています、リポジトリを削除または転送する必要があります。
-still_own_user=この認証はまだ一部のユーザーによって使用されています。一部のユーザを移動させてから、もう一度削除してください。
-
target_branch_not_exist=ターゲットブランチが存在しない
[user]
@@ -262,11 +257,10 @@ continue=続行
cancel=キャンセル
enable_custom_avatar=カスタムのアバターを有効にする
-enable_custom_avatar_helper=Gravatarからのフェッチを無効にするのを、有効にします
choose_new_avatar=新しいアバターを選択
update_avatar=アバターの設定を更新
+delete_current_avatar=現在のアバターを削除
uploaded_avatar_not_a_image=アップロードされたファイルは画像ではない。
-no_custom_avatar_available=利用可能なカスタム アバターがないため、有効にできません。
update_avatar_success=あなたのアバターの設定が更新されました。
change_password=パスワードを変更
@@ -377,7 +371,7 @@ migrate.permission_denied=ローカル リポジトリをインポートする
migrate.invalid_local_path=ローカルパスが無効です。存在しないかディレクトリではありません。
migrate.failed=移行に失敗しました: %v
-mirror_from=mirror from
+mirror_from=mirror of
forked_from=フォーク元
fork_from_self=すでにあなたの所有しているリポジトリはフォークできません
copy_link=コピー
@@ -477,7 +471,7 @@ issues.closed_at=`closed %[2]s`
issues.reopened_at=`reopened %[2]s`
issues.commit_ref_at=`referenced this issue from a commit %[2]s`
issues.poster=ポスター
-issues.admin=アドミン
+issues.collaborator=Collaborator
issues.owner=オーナー
issues.sign_up_for_free=無料でサインアップ
issues.sign_in_require_desc=to join this conversation. Already have an account? Sign in to comment
@@ -494,6 +488,7 @@ issues.label_modify=ラベルの変更
issues.label_deletion=ラベルの削除
issues.label_deletion_desc=ラベルを削除すると、関連するすべての問題の情報が削除されます。続行しますか。
issues.label_deletion_success=ラベルは正常に削除されました。
+issues.num_participants=%d Participants
pulls.new=新しいプルリクエスト
pulls.compare_changes=変更を比較
@@ -557,6 +552,8 @@ wiki.save_page=ページを保存
wiki.last_commit_info=%s このページを編集 %s
wiki.edit_page_button=編集
wiki.new_page_button=新規ページ
+wiki.delete_page_button=Delete Page
+wiki.delete_page_notice_1=This will delete the page "%s". Please be certain.
wiki.page_already_exists=既に同じ名前のWiki ページが存在します。
wiki.pages=ページ
wiki.last_updated=最終更新 %s
@@ -581,18 +578,27 @@ settings.tracker_url_format=外部課題トラッキングツール URLのフォ
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.danger_zone=危険地帯
+settings.new_owner_has_same_repo=新しいオーナーは、既に同じ名前のリポジトリを持っています。
+settings.convert=Convert To Regular Repository
+settings.convert_desc=You can convert this mirror to a regular repository. This cannot be reversed.
+settings.convert_notices_1=- This operation will convert this repository mirror into a regular repository and cannot be undone.
+settings.convert_confirm=Confirm Conversion
+settings.convert_succeed=Repository has been converted to regular type successfully.
settings.transfer=オーナー移転
settings.transfer_desc=リポジトリをあなたが管理者権限を持っている別のユーザーまた組織に移譲します。
-settings.new_owner_has_same_repo=新しいオーナーは、既に同じ名前のリポジトリを持っています。
-settings.delete=このリポジトリを削除
-settings.delete_desc=リポジトリを削除すると元に戻せません。確実に確認してください。
settings.transfer_notices_1=-新しい所有者が個人ユーザーの場合、あなたがアクセスできなくなります。
settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners.
settings.transfer_form_title=操作を確認するために、以下の情報を入力してください。
+settings.wiki_delete=Erase Wiki Data
+settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain.
+settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s
+settings.wiki_deletion_success=Repository wiki data have been erased successfully.
+settings.delete=このリポジトリを削除
+settings.delete_desc=リポジトリを削除すると元に戻せません。確実に確認してください。
settings.delete_notices_1=-この操作は元に戻せません 。
settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
-settings.delete_notices_fork_1=- If this repository is public, all forks will be became independent after deletion.
-settings.delete_notices_fork_2=- If this repository is private, all forks will be removed at the same time.
+settings.delete_notices_fork_1=- If this repository is public, all forks will become independent after deletion.
+settings.delete_notices_fork_2=もしプライペートリポジトリの場合、全てのフォークも同時に削除されます。
settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first.
settings.deletion_success=Repository has been deleted successfully!
settings.update_settings_success=リポジトリ オプションが更新されました。
@@ -602,8 +608,12 @@ settings.transfer_succeed=リポジトリの所有権は正常に転送されま
settings.confirm_delete=削除の確認
settings.add_collaborator=新しい共同編集者を追加
settings.add_collaborator_success=新しい共同編集者が追加されました。
+settings.delete_collaborator=Delete
+settings.collaborator_deletion=Collaborator Deletion
+settings.collaborator_deletion_desc=This user will no longer have collaboration access to this repository after deletion. Do you want to continue?
settings.remove_collaborator_success=共同編集者が削除されました。
settings.search_user_placeholder=Search users
+settings.org_not_allowed_to_be_collaborator=組織を共同編集者として追加することはできません。
settings.user_is_org_member=ユーザーは組織の一員なので、共同編集者として追加することはできません。
settings.add_webhook=Webhook を追加
settings.hooks_desc=Webhooksは、Gogsで特定のイベントの発生時に指定された外部サービスに通知を許可します。イベントが発生すると、それぞれ指定されたUrlに、POSTリクエストが送られます。詳細はこちらのの Webhooks ガイドをご覧ください。
@@ -668,7 +678,7 @@ diff.parent=親
diff.commit=コミット
diff.data_not_available=差分データは利用できません。
diff.show_diff_stats=差分情報を表示
-diff.show_split_view=Split View
+diff.show_split_view=分割表示
diff.show_unified_view=Unified View
diff.stats_desc=共有%d 個のファイルを変更した、%d 個の追加 と %d 個の削除を含む
diff.bin=BIN
@@ -700,7 +710,7 @@ release.save_draft=下書きを保存
release.edit_release=リリースを編集
release.delete_release=このリリースを削除
release.deletion=リリースの削除
-release.deletion_desc=Deleting this release will delete the corresponding Git tag. Do you want to continue?
+release.deletion_desc=このリリースを削除すると、対応するGitのタグも削除されます。よろしいですか?
release.deletion_success=リリースが正常に削除されました。
release.tag_name_already_exist=このタグ名には既にリリースが存在します。
release.downloads=Downloads
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys='.ssh/ authorized_keys' ファイルを再生成し
dashboard.resync_all_sshkeys_success=すべての公開鍵が正常に書き換えられました。
dashboard.resync_all_update_hooks=リポジトリの update フックをすべて再更新する(カスタムの設定パスが変更されたときに必要)
dashboard.resync_all_update_hooks_success=リポジトリの update フックがすべて正常に再更新されました。
+dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files
+dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully.
dashboard.server_uptime=サーバーの稼働時間
dashboard.current_goroutine=現在のGoroutine
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Leave empty to use sign-in form field value
auths.attribute_name=名前属性
auths.attribute_surname=名字属性
auths.attribute_mail=Eメール属性
+auths.attributes_in_bind=Fetch attributes in Bind DN context
auths.filter=User フィルター
auths.admin_filter=Admin フィルター
auths.ms_ad_sa=Ms Ad SA
@@ -932,6 +945,7 @@ auths.update=認証設定を更新
auths.delete=この認証を削除
auths.delete_auth_title=認証削除
auths.delete_auth_desc=認証を削除します、継続しますか?
+auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first.
auths.deletion_success=認証が正常に削除されました。
config.server_config=サーバーの構成
@@ -948,6 +962,19 @@ config.static_file_root_path=静的ファイルのルートパス
config.log_file_root_path=ログ ファイルのルート パス
config.script_type=スクリプトの種類
config.reverse_auth_user=リバース認証ユーザ
+
+config.ssh_config=SSH Configuration
+config.ssh_enabled=Enabled
+config.ssh_start_builtin_server=Start Builtin Server
+config.ssh_domain=Domain
+config.ssh_port=Port
+config.ssh_listen_port=Listen Port
+config.ssh_root_path=Root Path
+config.ssh_key_test_path=Key Test Path
+config.ssh_keygen_path=Keygen ('ssh-keygen') Path
+config.ssh_minimum_key_size_check=Minimum Key Size Check
+config.ssh_minimum_key_sizes=Minimum Key Sizes
+
config.db_config=データベースの構成
config.db_type=タイプ
config.db_host=ホスト
@@ -962,7 +989,6 @@ config.register_email_confirm=電子メールの確認を必要
config.disable_register=登録を無効にする
config.show_registration_button=登録ボタンを表示します。
config.require_sign_in_view=サインインを要求
-config.enable_cache_avatar=アバターのキャッシュを有効にします。
config.mail_notify=メール通知
config.disable_key_size_check=最小キー サイズ チェックを無効にします
config.enable_captcha=Captchaを有効にする
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=HELOコマンド無効
config.mailer_name=名前
config.mailer_host=ホスト
config.mailer_user=ユーザ
+config.send_test_mail=Send Test Email
+config.test_mail_failed=Fail to send test email to '%s': %v
+config.test_mail_sent=Test email has been sent to '%s'.
config.oauth_config=OAuth 構成
config.oauth_enabled=Enabled
config.cache_config=キャッシュの構成
@@ -1029,7 +1058,11 @@ create_repo=リポジトリ %sを作成しました
rename_repo=%[1]s から [3]s にリポジトリ名を変更した
commit_repo=%[4]sを%[3]sにプッシュしました
create_issue=`問題 %s#%[2]s を開きました`
+close_issue=`closed issue %s#%[2]s`
+reopen_issue=`reopened issue %s#%[2]s`
create_pull_request=`プルリクエスト %s[2]sを作成`
+close_pull_request=`closed pull request %s#%[2]s`
+reopen_pull_request=`reopened pull request %s#%[2]s`
comment_issue=`問題 %s#%[2]s のコメント`
merge_pull_request=`プルリクエスト %s[2]sをマージしました`
transfer_repo=リポジトリ %s を %s へ転送しました
diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini
index 3eeed70a1..393097839 100755
--- a/conf/locale/locale_lv-LV.ini
+++ b/conf/locale/locale_lv-LV.ini
@@ -38,19 +38,12 @@ settings=Iestatījumi
your_profile=Tavs profils
your_settings=Tavi iestatījumi
-news_feed=Jaunumu plūsma
+activities=Aktivitāte
pull_requests=Izmaiņu pieprasījumi
issues=Problēmas
cancel=Atcelt
-[search]
-search=Meklēt...
-repository=Repozitorijs
-user=Lietotājs
-issue=Kļūda
-code=Kods
-
[install]
install=Instalācija
title=Instalācijas soļi pirmo reizi palaižot
@@ -65,7 +58,7 @@ db_name=Datu bāzes nosaukums
db_helper=Nepieciešams izmantot MySQL INNODB dzini ar rakstzīmju kopu utf8_general_ci.
ssl_mode=SSL režīms
path=Ceļš
-sqlite_helper=SQLite3 vai TiDB datu bāzes faila atrašanās vieta.
+sqlite_helper=SQLite3 vai TiDB datu bāzēs faila ceļš. Izmantojiet absolūto ceļu, startējot kā servisu.
err_empty_db_path=Nepieciešams norādīt SQLite3 vai TiDB datu bāzes atrašanās vietu.
err_invalid_tidb_name=TiDB datu bāzes nosaukums nevar saturēt simbolus "." un "-".
no_admin_and_disable_registration=Reģistrāciju nevar atslēgt, kamēr nav izveidots administratora konts.
@@ -86,6 +79,8 @@ http_port=HTTP ports
http_port_helper=Porta numurs pēc kura lietojumprogrammai būs iespējams pieslēgties.
app_url=Lietotnes URL
app_url_helper=Tas ietekmē HTTP/HTTPS klonēšanas URL un e-pasta saturā izsūtītās saites.
+log_root_path=Žurnalizēšanas direktorija
+log_root_path_helper=Direktorija, kurā tiks glabāti žurnāla faili.
optional_title=Neobligātie iestatījumi
email_title=E-pasta pakalpojuma iestatījumi
@@ -122,6 +117,7 @@ run_user_not_match=Izpildes lietotājs nav pašreizējais lietotājs: %s -> %s
save_config_failed=Neizdevās saglabāt konfigurāciju: %v
invalid_admin_setting=Nekorekts admin konta iestatījums: %v
install_success=Laipni lūdzam! Mēs priecājamies, ka Jūs izvēlaties Gogs, patīkamu lietošanu!
+invalid_log_root_path=Norādītā žurnalizēšanas direktorija ir kļūdaina: %v
[home]
uname_holder=Lietotājvārds vai e-pasts
@@ -137,6 +133,8 @@ issues.in_your_repos=Jūsu repozitorijos
[explore]
repos=Repozitoriji
+users=Lietotāji
+search=Meklēt
[auth]
create_new_account=Izveidot jaunu kontu
@@ -203,7 +201,6 @@ repo_name_been_taken=Repozitorija vārds ir jau aizņemts.
org_name_been_taken=Organizācijas nosaukums ir jau aizņemts.
team_name_been_taken=Komandas nosaukums ir jau aizņemts.
email_been_used=E-pasta adrese jau tiek izmantota.
-illegal_team_name=Grupas nosaukums satur neatļautas rakstzīmes.
username_password_incorrect=Lietotājvārds vai parole nav pareiza.
enterred_invalid_repo_name=Lūdzu, pārliecinieties, vai ievadītā repozitorija nosaukums ir pareizs.
enterred_invalid_owner_name=Lūdzu, pārliecinieties, vai ievadītā īpašnieka vārds ir pareizs.
@@ -219,8 +216,6 @@ still_own_repo=Jūsu esat vismaz viena repozitorija īpašnieks, tos sākumā ir
still_has_org=Jūsu esat vismaz vienas organizācijas biedrs, sākumā nepieciešams pamest vai izdzēst šo organizāciju.
org_still_own_repo=Šī organizācija ir vismaz viena repozitorija īpašnieks, tos sākumā ir nepieciešams izdzēst vai nomainīt to īpašnieku.
-still_own_user=Šo autentifikāciju joprojām izmanto vismaz viens lietotājs, nepieciešams šiem lietotājiem nomainīt autentifikācijas veidu vai tos izdzēst.
-
target_branch_not_exist=Mērķa atzars neeksistē
[user]
@@ -262,11 +257,10 @@ continue=Turpināt
cancel=Atcelt
enable_custom_avatar=Iespējot maināmu profila attēlu
-enable_custom_avatar_helper=Iespējojiet šo, lai atslēgtu profilu attēlu ņemšanu no gravatar.com
choose_new_avatar=Izvēlēties jaunu profila attēlu
update_avatar=Saglabāt profila bildi
+delete_current_avatar=Dzēst pašreizējo profila bildi
uploaded_avatar_not_a_image=Augšupielādētais fails nav attēls.
-no_custom_avatar_available=Nav iespējams mainīt profila bildi.
update_avatar_success=Jūsu profila bilde tika veiksmīgi saglabāta.
change_password=Mainīt paroli
@@ -477,7 +471,7 @@ issues.closed_at=`aizvērts %[2]s`
issues.reopened_at=`atvērts atkārtoti %[2]s`
issues.commit_ref_at=`pieminēja šo problēmu revīzijā %[2]s`
issues.poster=Autors
-issues.admin=Administrators
+issues.collaborator=Līdzstrādnieks
issues.owner=Īpašnieks
issues.sign_up_for_free=Pievienojieties
issues.sign_in_require_desc=, lai piedalītos diskusijā. Jau ir konts? Pierakstieties, lai komentētu
@@ -494,6 +488,7 @@ issues.label_modify=Etiķetes labošana
issues.label_deletion=Etiķetes dzēšana
issues.label_deletion_desc=Dzēšot šo etiķeti, tā tiks noņemta no visām saistītajām problēmām. Vai vēlaties turpināt?
issues.label_deletion_success=Etiķete tika veiksmīgi izdzēsta!
+issues.num_participants=%d dalībnieki
pulls.new=Jauns izmaiņu pieprasījums
pulls.compare_changes=Salīdzināt izmaiņas
@@ -557,6 +552,8 @@ wiki.save_page=Saglabāt lapu
wiki.last_commit_info=%s laboja lapu %s
wiki.edit_page_button=Labot
wiki.new_page_button=Jauna lapa
+wiki.delete_page_button=Dzēst lapu
+wiki.delete_page_notice_1=Tiks izdzēsta lapa "%s". Pārliecinieties, ka patiešām to vēlaties.
wiki.page_already_exists=Vikivietnes lapa ar šādu nosaukumu jau eksistē.
wiki.pages=Lapas
wiki.last_updated=Pēdējo reizi labota %s
@@ -581,14 +578,23 @@ settings.tracker_url_format=Ārējā problēmu sekotāja adreses formāts
settings.tracker_url_format_desc=Jūs varat izmantot {user}{repo}{index} lietotājvārdam, repozitorija nosaukumam un problēmas identifikātoram.
settings.pulls_desc=Iespējot izmaiņu pieprasījumus lai saņemtu publiskus ieguldījumus
settings.danger_zone=Bīstamā zona
+settings.new_owner_has_same_repo=Jaunajam īpašniekam jau ir repozitorijs ar šādu nosaukumu.
+settings.convert=Konvertēt uz parastu repozitoriju
+settings.convert_desc=Šo spoguli ir iespējams konvertēt par parastu repozitoriju. Šī ir neatgriezeniska darbība.
+settings.convert_notices_1=- Šī darbība konvertēs šo repozitoriju par parastu repozitoriju un to nebūs iespējams atcelt.
+settings.convert_confirm=Apstiprināt konvertēšanu
+settings.convert_succeed=Repozitorijs tika veiksmīgi konvertēts uz parastu repozitoriju.
settings.transfer=Mainīt īpašnieku
settings.transfer_desc=Mainīt šī repozitorija īpašnieku uz citu lietotāju vai organizāciju, kurai Jums ir administratora tiesībs.
-settings.new_owner_has_same_repo=Jaunajam īpašniekam jau ir repozitorijs ar šādu nosaukumu.
-settings.delete=Dzēst šo repozitoriju
-settings.delete_desc=Dzēšot repozitoriju, tā datus vairs nebūs iespējams atgūt. Pirms dzēšanas pārliecinieites vai patiešām vēlaties to darīt.
settings.transfer_notices_1=- Jūs pazaudēsiet piekļuvi, ja jaunais īpašnieks ir lietotājs.
settings.transfer_notices_2=- Jūs saglabāsiet piekļuvi, ja jaunais īpašnieks ir organizācija un Jūs esat viens no tās īpašniekiem.
settings.transfer_form_title=Lūdzu, ievadiet sekojošu informāciju, lai apstiprinātu šo darbību:
+settings.wiki_delete=Dzēst Vikivietnes datus
+settings.wiki_delete_desc=Vikivietnes datu dzēšana ir neatgriezeniska. Pārliecinieties vai patiešām to vēlaties.
+settings.wiki_delete_notices_1=- Šī darbība dzēsīs un atspējos %s Vikivietni
+settings.wiki_deletion_success=Repozitorija Vikivietnes dati tika veiksmīgi izdzēsti.
+settings.delete=Dzēst šo repozitoriju
+settings.delete_desc=Dzēšot repozitoriju, tā datus vairs nebūs iespējams atgūt. Pirms dzēšanas pārliecinieites vai patiešām vēlaties to darīt.
settings.delete_notices_1=- Šī darbība ir NEATGRIEZENISKA.
settings.delete_notices_2=- Šī darbība neatgriezeniski izdzēsīs visus šī repozitorija datus, tai skaitā Git datus, problēmu ziņojumus, komentārus un definētās piekļuves tiesības.
settings.delete_notices_fork_1=- Ja repozitorijs ir publisks, visi atdalītie repozitoriji kļūs neatkarīgi.
@@ -602,8 +608,12 @@ settings.transfer_succeed=Repozitorija īpašnieks ir veiksmīgi nomainīts.
settings.confirm_delete=Apstiprināt dzēšanu
settings.add_collaborator=Pievienot jaunu līdzstrādnieku
settings.add_collaborator_success=Jauns līdzstrādnieks ir pievienots.
+settings.delete_collaborator=Dzēst
+settings.collaborator_deletion=Līdzstrādnieka dzēšana
+settings.collaborator_deletion_desc=Šim lietotājam pēc dzēšanas vairs nebūs sadarbības pieejas šai krātuvei. Vai vēlaties turpināt?
settings.remove_collaborator_success=Līdzstrādnieks tika noņemts.
settings.search_user_placeholder=Meklēt lietotāju...
+settings.org_not_allowed_to_be_collaborator=Organizāciju nav atļauts pievienot kā līdzstrādnieku.
settings.user_is_org_member=Lietotājs ir organizācijas biedrs, kas nevar tikt pievienots kā līdzstrādnieks.
settings.add_webhook=Pievienot tīmekļa āķi
settings.hooks_desc=Tīmekļa āķi ļauj paziņot ārējiem servisiem par noteiktiem notikomiem, kas notiek Git servisā. Kad iestāsies kāds notikums, katram ārējā servisa URL tiks nosūtīts POST pieprasījums. Lai uzzinātu sīkāk skatieties Tīmekļa āķu rokasgrāmatā.
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Pārrakstīt '.ssh/authorized_keys' failu (brīdin
dashboard.resync_all_sshkeys_success=Visas publiskās atslēgas tika veiksmīgi pārrakstītas.
dashboard.resync_all_update_hooks=Pārrakstīt visu repozitoriju izmaiņu āķus (nepieciešams, ja tiek mainīta konfigurācijas faila atrašanās vieta)
dashboard.resync_all_update_hooks_success=Visu repozitoriju izmaiņu āķi tika veiksmīgi pārrakstīti.
+dashboard.reinit_missing_repos=Atkārtoti inicializēt visus repozitorija ierakstus, kam trūkst Git failu
+dashboard.reinit_missing_repos_success=Visi repozitorija ieraksti, kam trūkst Git faili, tika atkārtoti inicializēti.
dashboard.server_uptime=Servera darbības laiks
dashboard.current_goroutine=Izmantotās Gorutīnas
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Atstājiet tukšu, lai izmantotu lietotājv
auths.attribute_name=Vārda atribūts
auths.attribute_surname=Uzvārda atribūts
auths.attribute_mail=E-pasta atribūts
+auths.attributes_in_bind=Nolasīt atribūtus no saistīšanas DN konteksta
auths.filter=Lietotāju filts
auths.admin_filter=Administratoru filtrs
auths.ms_ad_sa=MS Ad SA
@@ -932,6 +945,7 @@ auths.update=Mainīt autentifikācijas iestatījumus
auths.delete=Dzēst šo autentifikāciju
auths.delete_auth_title=Autentifikācijas dzēšana
auths.delete_auth_desc=Šī autentifikācija tiks dzēsta, vai vēlaties turpināt?
+auths.still_in_used=Daži lietotāji joprojām izmanto šo autentifikācijas veidu. Nepieciešams veikt šo lietotāju konvertāciju vai dzēšanu.
auths.deletion_success=Autentifikācija tika veiksmīgi izdzēsta!
config.server_config=Servera konfigurācija
@@ -948,6 +962,19 @@ config.static_file_root_path=Statisko failu atrašanās vieta
config.log_file_root_path=Žurnalizēšanas failu glabāšanas vieta
config.script_type=Skripta veids
config.reverse_auth_user=Reversā lietotāja autentifikācija
+
+config.ssh_config=SSH konfigurācija
+config.ssh_enabled=Iespējots
+config.ssh_start_builtin_server=Startēt iebūvēto serveri
+config.ssh_domain=Domēns
+config.ssh_port=Ports
+config.ssh_listen_port=Klausīšanās ports
+config.ssh_root_path=Saknes ceļš
+config.ssh_key_test_path=Atslēgu pārbaudes ceļš
+config.ssh_keygen_path=Keygen ('ssh-keygen') ceļš
+config.ssh_minimum_key_size_check=Minimālā atslēgas lieluma pārbaude
+config.ssh_minimum_key_sizes=Minimālais atslēgas lielums
+
config.db_config=Datu bāzes konfigurācija
config.db_type=Veids
config.db_host=Resursdators
@@ -962,7 +989,6 @@ config.register_email_confirm=Pieprasīt e-pasta apstiprināšanu
config.disable_register=Atspējot jaunu lietotāju reģistrāciju
config.show_registration_button=Rādīt reģistrēšanās pogu
config.require_sign_in_view=Nepieciešama autorizācija
-config.enable_cache_avatar=Glabāt profila attēlus kešatmiņā
config.mail_notify=Pasta paziņojumi
config.disable_key_size_check=Atspējot atslēgas minimālā garuma pārbaudi
config.enable_captcha=Iespējot drošības kodu
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=Atspējot HELO
config.mailer_name=Nosaukums
config.mailer_host=Resursdators
config.mailer_user=Lietotājs
+config.send_test_mail=Nosūtīt pārbaudes e-pastu
+config.test_mail_failed=Neizdevās nosūtīt pārbaudes e-pasta vēstuli uz '%s': %v
+config.test_mail_sent=Pārbaudes e-pasta vēstule tika nosūtīta uz '%s'.
config.oauth_config=OAuth konfigurācija
config.oauth_enabled=Iespējota
config.cache_config=Kešatmiņas konfigurācija
@@ -1029,7 +1058,11 @@ create_repo=izveidoja repozitoriju %s
rename_repo=pārsauca repozitoriju no %[1]s uz %[3]s
commit_repo=veica izmaiņu nosūtīšanu atzaram %[3]s repozitorijā %[4]s
create_issue=`reģistrēja problēmu %s#%[2]s`
+close_issue=`slēdza problēmu %s#%[2]s`
+reopen_issue=`atkārtoti atvēra problēmu %s#%[2]s`
create_pull_request=`izveidoja izmaiņu pieprasījumu %s#%[2]s`
+close_pull_request=`aizvēra izmaiņu pieprasījumu %s#%[2]s`
+reopen_pull_request=`atkārtoti atvēra izmaiņu pieprasījumu %s#%[2]s`
comment_issue=`pievienoja komentāru problēmai %s#%[2]s`
merge_pull_request=`sapludināja izmaiņu pieprasījumu %s#%[2]s`
transfer_repo=mainīja repozitorija %s īpašnieku uz %s
diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini
index 6964fadb4..1f560eb6c 100755
--- a/conf/locale/locale_nl-NL.ini
+++ b/conf/locale/locale_nl-NL.ini
@@ -5,9 +5,9 @@ dashboard=Dashboard
explore=Verkennen
help=Help
sign_in=Inloggen
-sign_out=Afmelden
+sign_out=Uitloggen
sign_up=Aanmelden
-register=Registreer
+register=Registreren
website=Website
version=Versie
page=Pagina
@@ -19,17 +19,17 @@ signed_in_as=Aangemeld als
username=Gebruikersnaam
email=E-mail
-password=Wachttwoord
+password=Wachtwoord
re_type=Verificatie
captcha=CAPTCHA
-repository=Repositorie
+repository=Repository
organization=Organisatie
mirror=Spiegel
-new_repo=Nieuwe repositorie
+new_repo=Nieuwe repository
new_migrate=Nieuwe migratie
new_mirror=Nieuwe Kopie
-new_fork=Nieuwe vork Repository
+new_fork=Nieuwe Fork
new_org=Nieuwe organisatie
manage_org=Beheer organisaties
admin_panel=Adminpaneel
@@ -38,25 +38,18 @@ settings=Instellingen
your_profile=Uw profiel
your_settings=Uw instellingen
-news_feed=Nieuwsfeed
-pull_requests=Pull-aanvragen
+activities=Activiteiten
+pull_requests=Pull requests
issues=Kwesties
-cancel=Annuleer
-
-[search]
-search=Zoeken...
-repository=Opslagplaats
-user=Gebruiker
-issue=Probleem
-code=Code
+cancel=Annuleren
[install]
install=Installatie
title=Installatiestappen voor de eerste keer opstarten
docker_helper=Als u gebruik maakt Gogs binnen Docker, lees dan de richtlijnen voordat u iets veranderen op deze pagina!
requite_db_desc=Gogs vereist MySQL, PostgreSQL, SQite3 of TiDB.
-db_title=Database instellingen
+db_title=Database-instellingen
db_type=Database-type
host=Host
user=Gebruikersnaam
@@ -65,7 +58,7 @@ db_name=Database naam
db_helper=Gebruik InnoDB engine met utf8_general_ci karakterset voor MySQL.
ssl_mode=SSL-modus
path=Pad
-sqlite_helper=Het bestandspad van de SQLite3 of TiDB databank.
+sqlite_helper=Het pad van de SQLite3- of TiDB-database. Als u Gogs start als een service, geef dan een absoluut pad op.
err_empty_db_path=SQLite3 of TiDB databankpad mag niet leeg.
err_invalid_tidb_name=TiDB databank naam niet tekens kunnen "." en "-".
no_admin_and_disable_registration=Je kunt niet de registratie uit te schakelen zonder een beheerders account.
@@ -86,6 +79,8 @@ http_port=HTTP-poort
http_port_helper=Poortnummer waar het programma naar luistert.
app_url=Applicatie URL
app_url_helper=Dit heeft invloed op de HTTP/HTTPS kloon urls en de urls die in de email worden gebruikt
+log_root_path=Log-pad
+log_root_path_helper=Directory waar logbestanden opgeslagen worden.
optional_title=Optionele instellingen
email_title=E-mail service instellingen
@@ -117,11 +112,12 @@ install_gogs=Installeer Gogs
test_git_failed=Git test niet gelukt: 'git' commando %v
sqlite3_not_available=Uw versie biedt geen ondersteuning voor SQLite3, download de officiële binaire versie van %s, niet de gobuild versie.
invalid_db_setting=Uw database instellingen zijn niet correct: %v
-invalid_repo_path=Repositorie basis pad is niet correct: %v
+invalid_repo_path=Repositorie basis map is niet correct: %v
run_user_not_match=De uitvoerende gebruiker is niet de huidig gebruiker: %s -> %s
save_config_failed=Kan de configuratie niet opslaan: %v
invalid_admin_setting=Uw admin-instellingen zijn niet geldig: %v
install_success=Welkom! Wij zijn veheugd dat u voor Gogs heeft gekozen, veel plezier en tot ziens
+invalid_log_root_path=Ongeldig log-pad: %v
[home]
uname_holder=Gebruikersnaam of e-mail
@@ -137,6 +133,8 @@ issues.in_your_repos=In uw repositories
[explore]
repos=Repositories
+users=Gebruikers
+search=Zoeken
[auth]
create_new_account=Maak nieuw account aan
@@ -174,7 +172,7 @@ modify=Aanpassen
[form]
UserName=Gebruikersnaam
-RepoName=Repositorie naam
+RepoName=Naam van repository
Email=e-mailadres
Password=Wachtwoord
Retype=Verifieer wachtwoord
@@ -199,11 +197,10 @@ captcha_incorrect=Captcha komt niet overeen.
password_not_match=Wachtwoord en verificatie wachtwoord komen niet overeen.
username_been_taken=Gebruikersnaam is al in gebruik.
-repo_name_been_taken=Repositorie naam is al in gebruik.
+repo_name_been_taken=Deze naam is al in gebruik.
org_name_been_taken=Organisatie naam is al in gebruik.
team_name_been_taken=Team naam is al in gebruik.
email_been_used=e-mailadres is al in gebruik.
-illegal_team_name=Team naam bevat illegale karakters.
username_password_incorrect=Gebruikersnaam of wachtwoord is niet correct.
enterred_invalid_repo_name=U heeft een onjuiste repositorie naam ingevoerd.
enterred_invalid_owner_name=U heeft een onjuiste eigenaar ingevoerd.
@@ -219,8 +216,6 @@ still_own_repo=Uw account heeft nog een eigendom op een repositorie. U moet deze
still_has_org=Uw account nog steeds lidmaatschap van organisatie, u hebt naar links of hen eerst verwijderen.
org_still_own_repo=De organisatie heeft nog eigendomen op repositories. U moet deze eerst verwijderen of overdragen.
-still_own_user=Deze authenticatie methode wordt nog gebruikt door sommige gebruikers. U moet hen eerst verplaatsen of verwijderen.
-
target_branch_not_exist=Doel branch bestaat niet
[user]
@@ -262,11 +257,10 @@ continue=Doorgaan
cancel=Annuleren
enable_custom_avatar=Aangepaste avatar inschakelen
-enable_custom_avatar_helper=Avatar niet ophalen van Gravatar
choose_new_avatar=Kies een nieuwe avatar
update_avatar=Avatar instelling bijwerken
+delete_current_avatar=Verwijder huidige avatar
uploaded_avatar_not_a_image=Geüpload bestand is geen afbeelding.
-no_custom_avatar_available=Geen aangepaste avatar beschikbaar, kan niet worden ingeschakeld.
update_avatar_success=Instellingen voor avatar succesvol bijgewerkt.
change_password=Verander wachtwoord
@@ -336,16 +330,16 @@ delete_account_desc=Dit account zal permanent worden verwijderd. Wilt u doorgaan
[repo]
owner=Eigenaar
-repo_name=Repositorie naam
-repo_name_helper=Een goede repositorie naam is kort, memorabel en uniek.
+repo_name=Naam van repository
+repo_name_helper=Een goede repository-naam is kort, makkelijk te onthouden en uniek.
visibility=Zichtbaarheid
visiblity_helper=Deze repositorie is privaat
visiblity_helper_forced=Sitebeheerder heeft alle nieuwe repositories gedwongen privé te zijn
visiblity_fork_helper=(Verandering van deze waarde zal van invloed zijn op alle forks)
clone_helper=De behoeftehulp van klonen? Bezoek helpen!
-fork_repo=Vork Repository
+fork_repo=Repository forken
fork_from=Afsplitsing van
-fork_visiblity_helper=Gevorkte repository wijzigen zijn bereik potentiële kopers niet
+fork_visiblity_helper=U kunt de zichtbaarheid van een geforkte repository niet aanpassen.
repo_desc=Omschrijving
repo_lang=Taal
repo_lang_helper=Selecteer .gitignore bestanden
@@ -354,12 +348,12 @@ license_helper=Selecteer een licentie bestand
readme=Leesmij-bestand
readme_helper=Selecteer een sjabloon voor het Leesmij-bestand
auto_init=Initialiseer deze repositorie met de geselecteerde bestanden en sjabloon
-create_repo=Nieuwe Repositorie
+create_repo=Nieuwe repository
default_branch=Standaard branch
mirror_interval=Mirror interval(uur)
mirror_address=Kopie-adres
mirror_address_desc=Gelieve noodzakelijke gebruikersgegevens in de adresbalk.
-watchers=Watchers
+watchers=Volgers
stargazers=Stargazers
forks=Forks
@@ -432,7 +426,7 @@ issues.new.no_milestone=Geen mijlpaal
issues.new.clear_milestone=Verwijder mijlpaal
issues.new.open_milestone=Open mijlpalen
issues.new.closed_milestone=Gesloten mijlpalen
-issues.new.assignee=Verantwoordelijke
+issues.new.assignee=Toegewezen aan
issues.new.clear_assignee=Verwijder verantwoordelijke
issues.new.no_assignee=Geen verantwoordelijke
issues.create=Maak probleem
@@ -477,7 +471,7 @@ issues.closed_at=`gesloten om %[2]s`
issues.reopened_at=`heropend om %[2]s`
issues.commit_ref_at='verwees naar dit probleem vanuit een commit %[2]s'
issues.poster=Poster
-issues.admin=Admin
+issues.collaborator=Collaborator
issues.owner=Eigenaar
issues.sign_up_for_free=Gratis aanmelden
issues.sign_in_require_desc=om deel te nemen in deze conversatie. Heeft u al een account? Meld u aan om te reageren
@@ -494,6 +488,7 @@ issues.label_modify=Wijzig label
issues.label_deletion=Verwijder label
issues.label_deletion_desc=Het verwijderen van dit label zal alle informatie in de gerelateerde problemen verwijderen. Wilt u doorgaan?
issues.label_deletion_success=Label werd met succes verwijderd!
+issues.num_participants=%d deelnemers
pulls.new=Nieuwe Pull aanvraag
pulls.compare_changes=Vergelijk veranderingen
@@ -510,13 +505,13 @@ pulls.merged_title_desc=%[1] commits samengevoegd van %[2]s naar "%s". Please be certain.
+wiki.page_already_exists=Er bestaat al een wiki-pagina met deze naam.
+wiki.pages=Pagina’s
+wiki.last_updated=Laatst bijgewerkt: %s
settings=Instellingen
settings.options=Opties
settings.collaboration=Samenwerking
settings.hooks=Webhooks
-settings.githooks=Git haken
+settings.githooks=Git-hooks
settings.basic_settings=Basis instellingen
settings.site=Officiële site
settings.update_settings=Instellingen bewerken
settings.change_reponame_prompt=This change will affect how links relate to the repository.
-settings.advanced_settings=Advanced Settings
+settings.advanced_settings=Geavanceerde opties
settings.wiki_desc=Enable wiki to allow people write documents
-settings.use_external_wiki=Use external wiki
-settings.external_wiki_url=External Wiki URL
-settings.external_wiki_url_desc=Visitors will be redirected to URL when they click on the tab.
-settings.issues_desc=Enable builtin lightweight issue tracker
-settings.use_external_issue_tracker=Use external issue tracker
-settings.tracker_url_format=External Issue Tracker URL Format
+settings.use_external_wiki=Externe wiki gebruiken
+settings.external_wiki_url=Externe wiki-URL
+settings.external_wiki_url_desc=Bezoekers worden doorgestuurd naar de URL als ze op het tabblad klikken.
+settings.issues_desc=Ingebouwde compacte issuetracker inschakelen
+settings.use_external_issue_tracker=Externe issuetracker gebruiken
+settings.tracker_url_format=URL-formaat externe issuetracker
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.danger_zone=Gevaren zone
+settings.new_owner_has_same_repo=De nieuwe eigenaar heeft al een repositorie met deze naam
+settings.convert=Converteren naar gewone repository
+settings.convert_desc=U kunt deze mirror converteren naar een gewone repository. Dit kan niet ongedaan worden gemaakt.
+settings.convert_notices_1=- This operation will convert this repository mirror into a regular repository and cannot be undone.
+settings.convert_confirm=Conversie bevestigen
+settings.convert_succeed=Deze repository is geconverteerd naar een normale repository.
settings.transfer=Eigendom overdragen
settings.transfer_desc=Draag deze repo over aan een andere gebruiker of een organisatie waar u beheerders rechten heeft.
-settings.new_owner_has_same_repo=De nieuwe eigenaar heeft al een repositorie met deze naam
-settings.delete=Verwijder deze repositorie
-settings.delete_desc=Als u eenmaal een repositorie verwijderd is er geen weg terug. Gelieve zeker te zijn van uw acties.
settings.transfer_notices_1=- You will lose access if new owner is a individual user.
settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners.
settings.transfer_form_title=Please enter following information to confirm your operation:
+settings.wiki_delete=Erase Wiki Data
+settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain.
+settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s
+settings.wiki_deletion_success=Repository wiki data have been erased successfully.
+settings.delete=Verwijder deze repositorie
+settings.delete_desc=Als u eenmaal een repositorie verwijderd is er geen weg terug. Gelieve zeker te zijn van uw acties.
settings.delete_notices_1=- This operation CANNOT be undone.
settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
-settings.delete_notices_fork_1=- If this repository is public, all forks will be became independent after deletion.
+settings.delete_notices_fork_1=- If this repository is public, all forks will become independent after deletion.
settings.delete_notices_fork_2=- If this repository is private, all forks will be removed at the same time.
settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first.
-settings.deletion_success=Repository has been deleted successfully!
+settings.deletion_success=Repository is succesvol verwijderd!
settings.update_settings_success=Repositorie instellingen zijn succesvol bijgewerkt.
settings.transfer_owner=Nieuwe eigenaar
settings.make_transfer=Maak overdracht
@@ -602,15 +608,19 @@ settings.transfer_succeed=Eigendom repositorie succesvol overgedragen
settings.confirm_delete=Bevestig verwijdering
settings.add_collaborator=Nieuwe medewerker toevoegen
settings.add_collaborator_success=medewerker is toegevoegd.
+settings.delete_collaborator=Verwijderen
+settings.collaborator_deletion=Collaborator Deletion
+settings.collaborator_deletion_desc=This user will no longer have collaboration access to this repository after deletion. Do you want to continue?
settings.remove_collaborator_success=medewerker is verwijderd.
-settings.search_user_placeholder=Search user...
+settings.search_user_placeholder=Zoek gebruiker...
+settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator.
settings.user_is_org_member=Gebruiker is lid van de organisatie die als een medewerker kan niet worden toegevoegd.
settings.add_webhook=Webhook toevoegen
settings.hooks_desc=Webhooks dat de externe diensten om kennisgevingen te ontvangen wanneer bepaalde gebeurtenissen op Gogs plaatsvinden. Wanneer de opgegeven gebeurtenissen plaatsvinden, sturen we een POST-aanvraag naar elk van de URL's die u opgeeft. Meer informatie vindt u in onze Webhooks gids.
settings.webhook_deletion=Webhook verwijderen
settings.webhook_deletion_desc=Delete this webhook will remove its information and all delivery history. Do you want to continue?
-settings.webhook_deletion_success=Webhook has been deleted successfully!
-settings.webhook.test_delivery=Test Delivery
+settings.webhook_deletion_success=Webhook is succesvol verwijderd!
+settings.webhook.test_delivery=Test-bezorging
settings.webhook.test_delivery_desc=Send a fake push event delivery to test your webhook settings
settings.webhook.test_delivery_success=Test webhook has been added to delivery queue. It may take few seconds before it shows up in the delivery history.
settings.webhook.request=Verzoek
@@ -652,7 +662,7 @@ settings.slack_domain=Slack domein
settings.slack_channel=Slack kanaal
settings.deploy_keys=Installeer sleutels
settings.add_deploy_key=Toevoegen deploy sleutel
-settings.deploy_key_desc=Deploy key only has read-only access. It is not same as personal account SSH keys.
+settings.deploy_key_desc=Deploy keys have read-only access. They are not the same as personal account SSH keys.
settings.no_deploy_keys=U hebt nog geen deploy sleutels toegevoegd.
settings.title=Titel
settings.deploy_key_content=Inhoud
@@ -683,31 +693,31 @@ release.edit=bewerken
release.ahead=%d aanpassingen aan %s sinds deze versie
release.source_code=Broncode
release.new_subheader=Publish releases to iterate product.
-release.edit_subheader=Detailed change log can help users understand what has been improved.
+release.edit_subheader=Een gedetailleerd changelog helpt gebruikers te begrijpen wat er is verbeterd in deze release.
release.tag_name=Tagnaam
release.target=Doel
release.tag_helper=Kies een bestaande tag, of creëer een nieuwe tag bij publiceren.
-release.title=Title
-release.content=Content
+release.title=Titel
+release.content=Inhoud
release.write=Schrijf
release.preview=Voorbeeld
release.loading=Laden...
release.prerelease_desc=Dit is een beta-versie
release.prerelease_helper=Wij wijzen u erop dat deze release is niet geschikt voor productie doeleinden.
-release.cancel=Cancel
+release.cancel=Annuleren
release.publish=Release publiceren
release.save_draft=Concept opslaan
release.edit_release=Release bewerken
-release.delete_release=Delete This Release
-release.deletion=Release Deletion
+release.delete_release=Deze release verwijderen
+release.deletion=Release verwijderen
release.deletion_desc=Deleting this release will delete the corresponding Git tag. Do you want to continue?
-release.deletion_success=Release has been deleted successfully!
+release.deletion_success=Release is verwijderd!
release.tag_name_already_exist=Versie met deze naam bestaat al.
release.downloads=Downloads
[org]
org_name_holder=Organisatienaam
-org_full_name_holder=Organization Full Name
+org_full_name_holder=Volledige naam organisatie
org_name_helper=Een goede organisatienaam is kort en memorabel.
create_org=Nieuwe organisatie aanmaken
repo_updated=Geupdate
@@ -749,7 +759,7 @@ members.public=Openbaar
members.public_helper=maak prive
members.private=Prive
members.private_helper=maak openbaar
-members.member_role=Member Role:
+members.member_role=Rol van lid:
members.owner=Eigenaar
members.member=Lid
members.remove=Verwijderen
@@ -779,10 +789,10 @@ teams.read_permission_desc=Dit team heeft Lees rechten : leden
teams.write_permission_desc=Dit team heeft Schrijf rechten : leden kunnen repositories lezen en push aanvragen verwerken.
teams.admin_permission_desc=Dit team heeft Beheerders rechten : leden kunnen repositories lezen en push aanvragen verwerken en medewerkers toevoegen.
teams.repositories=Teamrepositories
-teams.search_repo_placeholder=Search repository...
+teams.search_repo_placeholder=Repository zoeken...
teams.add_team_repository=Nieuwe teamrepositorie aanmaken
teams.remove_repo=Verwijder
-teams.add_nonexistent_repo=De opslagplaats die u probeert toe te voegen niet bestaat, kunt u het eerst aanmaken.
+teams.add_nonexistent_repo=De opslagplaats die u probeert toe te voegen bestaat niet: maak deze eerst aan.
[admin]
dashboard=Dashboard
@@ -793,9 +803,9 @@ authentication=Autenticaties
config=Configuratie
notices=Systeem aankondigingen
monitor=Bijhouden
-first_page=First
-last_page=Last
-total=Total: %d
+first_page=Eerste
+last_page=Laatste
+total=Totaal: %d
dashboard.statistic=Statistieken
dashboard.operations=Bewerkingen
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Herschrijf '.ssh/authorized_keys' (Let op: alle sle
dashboard.resync_all_sshkeys_success=Alle publieke sleutels zijn herschreven.
dashboard.resync_all_update_hooks=Herschrijf alle repositorie-hooks (nodig als de configuratie bestandslocatie is gewijzigd)
dashboard.resync_all_update_hooks_success=Alle repositorie-hooks zijn herschreven.
+dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files
+dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully.
dashboard.server_uptime=Uptime server
dashboard.current_goroutine=Huidige Goroutines
@@ -856,12 +868,12 @@ users.activated=Geactiveerd
users.admin=Admin
users.repos=Repos
users.created=Aangemaakt
-users.send_register_notify=Send Registration Notification To User
-users.new_success=New account '%s' has been created successfully.
+users.send_register_notify=Stuur notificatie voor registratie naar gebruiker
+users.new_success=Nieuw account '%s' is aangemaakt.
users.edit=Bewerken
-users.auth_source=Authentication Source
+users.auth_source=Authenticatiebron
users.local=Lokaal
-users.auth_login_name=Authentication Login Name
+users.auth_login_name=Authenticatie-loginnaam
users.password_helper=Leave it empty to remain unchanged.
users.update_profile_success=Profiel is succesvol bijgewerkt.
users.edit_account=Bewerk account
@@ -870,12 +882,12 @@ users.max_repo_creation_desc=(Set -1 to use global default limit)
users.is_activated=Dit account is geactiveerd
users.is_admin=Dit account heeft beheerdersrechten
users.allow_git_hook=Deze account beschikt over machtigingen voor het maken van Git haken
-users.allow_import_local=This account has permissions to import local repositories
+users.allow_import_local=Dit account mag lokale repositories importeren
users.update_profile=Account profiel bijwerken
users.delete_account=Dit account verwijderen
users.still_own_repo=Dit account is nog steeds eigendom van een repositorie. U moet deze repositorie eerst verwijderen of overdragen.
users.still_has_org=Deze account nog steeds lidmaatschap van organisatie, u hebt naar links of hen eerst verwijderen.
-users.deletion_success=Account has been deleted successfully!
+users.deletion_success=Het account is verwijderd!
orgs.org_manage_panel=Organisaties beheren
orgs.name=Naam
@@ -891,13 +903,13 @@ repos.stars=Sterren
repos.issues=Kwesties
auths.auth_manage_panel=Authentication Manage Panel
-auths.new=Add New Source
+auths.new=Nieuwe bron toevoegen
auths.name=Naam
auths.type=Type
auths.enabled=Ingeschakeld
auths.updated=Bijgewerkt
-auths.auth_type=Authentication Type
-auths.auth_name=Authentication Name
+auths.auth_type=Authenticatietype
+auths.auth_name=Authenticatienaam
auths.domain=Domein
auths.host=Host
auths.port=Poort
@@ -911,16 +923,17 @@ auths.attribute_username_placeholder=Leave empty to use sign-in form field value
auths.attribute_name=Voornaam attribuut
auths.attribute_surname=Achternaam attribuut
auths.attribute_mail=E-mail attribuut
-auths.filter=User Filter
-auths.admin_filter=Admin Filter
+auths.attributes_in_bind=Fetch attributes in Bind DN context
+auths.filter=Gebruikersfilter
+auths.admin_filter=Beheerdersfilter
auths.ms_ad_sa=MS Ad SA
-auths.smtp_auth=SMTP Authentication Type
+auths.smtp_auth=SMTP-authenticatietype
auths.smtphost=SMTP host
auths.smtpport=SMTP poort
-auths.allowed_domains=Allowed Domains
+auths.allowed_domains=Toegelaten domeinen
auths.allowed_domains_helper=Leave it empty to not restrict any domains. Multiple domains should be separated by comma ','.
auths.enable_tls=Activeer TLS-encryptie
-auths.skip_tls_verify=Skip TLS Verify
+auths.skip_tls_verify=TLS-verificatie overslaan
auths.pam_service_name=PAM servicenaam
auths.enable_auto_register=Activeer automatische registratie
auths.tips=Tips
@@ -928,10 +941,11 @@ auths.edit=Edit Authentication Setting
auths.activated=Deze autorisatiemethode is geactiveerd
auths.new_success=New authentication '%s' has been added successfully.
auths.update_success=Authentication setting has been updated successfully.
-auths.update=Update Authentication Setting
-auths.delete=Delete This Authentication
+auths.update=Authenticatie-instellingen bijwerken
+auths.delete=Deze authenticatiewijze verwijderen
auths.delete_auth_title=Authentication Deletion
auths.delete_auth_desc=This authentication is going to be deleted, do you want to continue?
+auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first.
auths.deletion_success=Authentication has been deleted successfully!
config.server_config=Serverconfiguratie
@@ -948,6 +962,19 @@ config.static_file_root_path=Statische bestanden basis pad
config.log_file_root_path=Log bestand basis pad
config.script_type=Script type
config.reverse_auth_user=Omgekeerde verificatie gebruiker
+
+config.ssh_config=SSH-configuratie
+config.ssh_enabled=Ingeschakeld
+config.ssh_start_builtin_server=Ingebouwde server starten
+config.ssh_domain=Domein
+config.ssh_port=Poort
+config.ssh_listen_port=Luister op poort
+config.ssh_root_path=Root-pad
+config.ssh_key_test_path=Pad voor key-tests
+config.ssh_keygen_path=Pad van keygen ('ssh-keygen')
+config.ssh_minimum_key_size_check=Controleer minimale key-lengte
+config.ssh_minimum_key_sizes=Minimale key-lengtes
+
config.db_config=Databaseconfiguratie
config.db_type=Type
config.db_host=Host
@@ -956,16 +983,15 @@ config.db_user=Gebruiker
config.db_ssl_mode=SSL modus
config.db_ssl_mode_helper=(alleen voor "postgres")
config.db_path=Pad
-config.db_path_helper=(for "sqlite3" and "tidb")
+config.db_path_helper=(voor "sqlite3" en "tidb")
config.service_config=Serviceconfiguratie
config.register_email_confirm=E-mailbevestiging registreren
config.disable_register=Registratie uitgeschakeld
config.show_registration_button=Registeren knop weergeven
config.require_sign_in_view=Inloggen vereist om te kunnen inzien
-config.enable_cache_avatar=Avatar Cache inschakelen
config.mail_notify=E-mailnotificaties
-config.disable_key_size_check=Disable Minimum Key Size Check
-config.enable_captcha=Enable Captcha
+config.disable_key_size_check=Controle op key-lengte uitschakelen
+config.enable_captcha=CAPTCHA inschakelen
config.active_code_lives=Actieve Code leven
config.reset_password_code_lives=Reset wachtwoord Code leven
config.webhook_config=Webhook configuratie
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=Schakel HELO uit
config.mailer_name=Naam
config.mailer_host=Host
config.mailer_user=Gebruiker
+config.send_test_mail=Testbericht verzenden
+config.test_mail_failed=Verzending van een testmail naar '%s' is mislukt: %v
+config.test_mail_sent=Test-email is verstuurd naar '%s'.
config.oauth_config=OAuth-configuratie
config.oauth_enabled=Ingeschakeld
config.cache_config=Cache-configuratie
@@ -1012,11 +1041,11 @@ monitor.execute_time=Uitvoertijd
notices.system_notice_list=Systeem aankondigingen
notices.view_detail_header=View Notice Detail
-notices.actions=Actions
-notices.select_all=Select All
-notices.deselect_all=Deselect All
-notices.inverse_selection=Inverse Selection
-notices.delete_selected=Delete Selected
+notices.actions=Acties
+notices.select_all=Alles selecteren
+notices.deselect_all=Alles deselecteren
+notices.inverse_selection=Selectie omkeren
+notices.delete_selected=Selectie verwijderen
notices.delete_all=Delete All Notices
notices.type=Type
notices.type_1=Opslagplaats
@@ -1029,12 +1058,16 @@ create_repo=repositorie aangemaakt in %s
rename_repo=renamed repository from %[1]s to %[3]s
commit_repo=push update naar %[3]s in %[4]s
create_issue=`opende issue in %s#%[2]s`
+close_issue=`closed issue %s#%[2]s`
+reopen_issue=`reopened issue %s#%[2]s`
create_pull_request=`created pull request %s#%[2]s`
+close_pull_request=`closed pull request %s#%[2]s`
+reopen_pull_request=`reopened pull request %s#%[2]s`
comment_issue=`reactie op issue %s#%[2]s`
merge_pull_request=`merged pull request %s#%[2]s`
transfer_repo=repositorie verplaatst naar %s naar %s
push_tag=geduwd label %[2]s naar %[3]s
-compare_commits=View comparison for these %d commits
+compare_commits=Toon vergelijking voor deze %d commits
[tool]
ago=geleden
diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini
index 75e409e23..d29f08cb7 100755
--- a/conf/locale/locale_pl-PL.ini
+++ b/conf/locale/locale_pl-PL.ini
@@ -38,19 +38,12 @@ settings=Ustawienia
your_profile=Twój profil
your_settings=Twoje ustawienia
-news_feed=Kanał aktualności
+activities=Aktywności
pull_requests=Oczekujące zmiany
issues=Problemy
cancel=Anuluj
-[search]
-search=Wyszukiwanie...
-repository=Repozytorium
-user=Użytkownik
-issue=Problem
-code=Kod
-
[install]
install=Instalacja
title=Kroki instalacyjne dla pierwszego uruchomienia
@@ -65,7 +58,7 @@ db_name=Nazwa bazy danych
db_helper=Proszę użyć silnika INNODB z kodowaniem utf8_general_ci dla MySQL.
ssl_mode=Tryb SSL
path=Ścieżka
-sqlite_helper=Ścieżka do pliku bazy danych SQLite3 lub TiDB.
+sqlite_helper=Ścieżka do pliku bazy danych SQLite3 lub TiDB. Proszę użyć ścieżki bezwzględnej podczas uruchamiania usługi.
err_empty_db_path=Ścieżka do bazy danych SQLite3 lub TiDB nie może być pusta.
err_invalid_tidb_name=Nazwa bazy danych TiDB nie może zawierać znaków "." i "-".
no_admin_and_disable_registration=Rejestracji nie można wyłączyć bez tworzenia konta admina.
@@ -86,6 +79,8 @@ http_port=Port HTTP
http_port_helper=Numer portu na którym aplikacja jest dostępna.
app_url=Adres URL aplikacji
app_url_helper=To wpłynie na adresy klonowania HTTP/HTTPS i w wiadomościach e-mail.
+log_root_path=Ścieżka dla logów
+log_root_path_helper=Katalog do zapisu logów.
optional_title=Ustawienia opcjonalne
email_title=Ustawienia serwera e-mail
@@ -122,6 +117,7 @@ run_user_not_match=Użytkownik aplikacji nie jest aktualnym użytkownikiem: %s -
save_config_failed=Nie udało się zapisać konfiguracji: %v
invalid_admin_setting=Nieprawidłowe ustawienia konta admina: %v
install_success=Cześć! Cieszymy się, że wybierałeś Gogs, baw się dobrze.
+invalid_log_root_path=Ścieżka dla logów jest niepoprawna: %v
[home]
uname_holder=Nazwa użytkownika lub e-mail
@@ -137,6 +133,8 @@ issues.in_your_repos=W Twoich repozytoriach
[explore]
repos=Repozytoria
+users=Użytkownicy
+search=Wyszukiwanie
[auth]
create_new_account=Załóż nowe konto
@@ -203,7 +201,6 @@ repo_name_been_taken=Nazwa repozytorium jest już zajęta.
org_name_been_taken=Nazwa organizacji jest już zajęta.
team_name_been_taken=Nazwa zespołu jest już zajęta.
email_been_used=Adres e-mail jest już zarejestrowany.
-illegal_team_name=Nazwa zespołu zawiera niedozwolone znaki.
username_password_incorrect=Nazwa użytkownika lub hasło nie jest prawidłowe.
enterred_invalid_repo_name=Upewnij się, że wprowadzona nazwa repozytorium jest poprawna.
enterred_invalid_owner_name=Upewnij się, że nazwa właściciela repozytorium jest poprawna.
@@ -219,8 +216,6 @@ still_own_repo=Twoje konto dalej posiada przynajmniej jedno repozytorium, które
still_has_org=Twoje konto dalej posiada członkostwo w przynajmniej jednej organizacji, którą musisz najpierw opuścić.
org_still_own_repo=Ta organizacja dalej jest właścicielem repozytorium, które musisz usunąć bądź przekazać.
-still_own_user=To uwierzytelnienie dalej jest używane przez kilku użytkowników, których musisz z niego usunąć i spróbować ponownie.
-
target_branch_not_exist=Gałąź docelowa nie istnieje.
[user]
@@ -232,8 +227,8 @@ activity=Publiczna aktywność
followers=Obserwujący
starred=Polubionych
following=Obserwowani
-follow=Follow
-unfollow=Unfollow
+follow=Obserwuj
+unfollow=Przestań obserwować
form.name_reserved=Nazwa użytkownika "%s" jest zarezerwowana.
form.name_pattern_not_allowed=Wzorzec nazwy użytkownika "%s" jest niedozwolony.
@@ -262,11 +257,10 @@ continue=Kontynuuj
cancel=Anuluj
enable_custom_avatar=Włącz niestandardowe awatary
-enable_custom_avatar_helper=Wyłącz pobieranie z Gravatar
choose_new_avatar=Wybierz nowy avatar
update_avatar=Zaktualizuj ustawienia awatara
+delete_current_avatar=Usuń obecny Avatar
uploaded_avatar_not_a_image=Załadowany plik nie jest obrazem.
-no_custom_avatar_available=Własny avatar niedostępny, nie można go włączyć.
update_avatar_success=Ustawienia awatarów zostały pomyślnie zaktualizowane.
change_password=Zmień hasło
@@ -477,7 +471,7 @@ issues.closed_at=`zamyka %[2]s`
issues.reopened_at=`otwiera ponownie %[2]s`
issues.commit_ref_at=`wspomina ten problem w commicie %[2]s`
issues.poster=Autor
-issues.admin=Admin
+issues.collaborator=Współpracownik
issues.owner=Właściciel
issues.sign_up_for_free=Zarejestruj się za darmo
issues.sign_in_require_desc=do przyłączenia się do tej rozmowy. Masz już konto? Zaloguj się by komentować
@@ -494,6 +488,7 @@ issues.label_modify=Modyfikacja etykiety
issues.label_deletion=Usunięcie etykiety
issues.label_deletion_desc=Usunięcie tej etykiety spowoduje usuniecie jej ze wszystkich powiązanych problemów. Czy na pewno chcesz kontynuować?
issues.label_deletion_success=Etykieta została usunięta pomyślnie!
+issues.num_participants=%d uczestników
pulls.new=Nowy pull request
pulls.compare_changes=Porównaj zmiany
@@ -557,6 +552,8 @@ wiki.save_page=Zapisz stronę
wiki.last_commit_info=%s edytuje tę stronę %s
wiki.edit_page_button=Edytuj
wiki.new_page_button=Nowa strona
+wiki.delete_page_button=Usuń stronę
+wiki.delete_page_notice_1=Strona zostanie usunięta "%s". Bądź ostrożny.
wiki.page_already_exists=Strona Wiki o tej samej nazwie już istnieje.
wiki.pages=Strony
wiki.last_updated=Ostatnia aktualizacja %s
@@ -581,14 +578,23 @@ settings.tracker_url_format=Format dla adresu URL zewnętrznego systemu
settings.tracker_url_format_desc=Symbole zastępcze {user} {repo} {index} mogą być użyte dla nazwy użytkownika, nazwy repozytorium i numeru problemu.
settings.pulls_desc=Włącz obsługę pull request, aby akceptować publiczny wkład
settings.danger_zone=Strefa niebezpieczeństwa
+settings.new_owner_has_same_repo=Nowy właściciel już posiada repozytorium o tej samej nazwie.
+settings.convert=Konwersja na repozytorium regularne
+settings.convert_desc=Możesz przekonwertować ten mirror na repozytorium regularne. Ta czynność nie może być odwrócona.
+settings.convert_notices_1=- Ta operacja przekonwertuje mirror tego repozytorium na repozytorium regularne. Ta czynność nie może być odwrócona.
+settings.convert_confirm=Potwierdź konwersję
+settings.convert_succeed=Typ repozytorium został zamieniony na regularne.
settings.transfer=Przeniesienie własności
settings.transfer_desc=Przenieś to repozytorium do innego użytkownika lub organizacji gdzie masz uprawnienia administratora.
-settings.new_owner_has_same_repo=Nowy właściciel już posiada repozytorium o tej samej nazwie.
-settings.delete=Usuń to repozytorium
-settings.delete_desc=Po usunięciu repozytorium nie ma odwrotu. Upewnij się, że tego chcesz.
settings.transfer_notices_1=- Stracisz dostęp jeśli nowy właściciel jest indywidualnym użytkownikiem.
settings.transfer_notices_2=- Zachowasz dostęp jeśli nowym właścicielem jest organizacja, której jesteś współwłaścicielem.
settings.transfer_form_title=Proszę wpisz co następuje w celu potwierdzenia operacji:
+settings.wiki_delete=Kasowanie danych Wiki
+settings.wiki_delete_desc=Usunięcie danych z wiki jest nieodwracalne. Bądź ostrożny.
+settings.wiki_delete_notices_1=- To usunie i wyłączy wiki dla %s
+settings.wiki_deletion_success=Dane wiki zostały usunięte.
+settings.delete=Usuń to repozytorium
+settings.delete_desc=Po usunięciu repozytorium nie ma odwrotu. Upewnij się, że tego chcesz.
settings.delete_notices_1=- Ta operacja NIE MOŻE zostać cofnięta.
settings.delete_notices_2=- Ta operacja trwale usunie wszystko z tego repozytorium, w tym dane Git, problemy, komentarze i dostęp dla współpracowników.
settings.delete_notices_fork_1=- Jeśli to repozytorium jest publiczne, wszystkie forki staną się niezależne.
@@ -602,8 +608,12 @@ settings.transfer_succeed=Własność repozytorium została przeniesiona pomyśl
settings.confirm_delete=Potwierdź usunięcie
settings.add_collaborator=Dodaj nowego współpracownika
settings.add_collaborator_success=Został dodany nowy współpracownik.
+settings.delete_collaborator=Usuń
+settings.collaborator_deletion=Usunięcie współpracownika
+settings.collaborator_deletion_desc=Ten użytkownik nie będzie miał dostępu współpracownika do repozytorium. Czy chcesz kontynuować?
settings.remove_collaborator_success=Współpracownik został usunięty.
settings.search_user_placeholder=Szukaj użytkownika...
+settings.org_not_allowed_to_be_collaborator=Organizacji nie można dodać jako współpracownika.
settings.user_is_org_member=Użytkownik jest członkiem organizacji, który nie może być dodany jako współpracownik.
settings.add_webhook=Dodaj webhooka
settings.hooks_desc=Webooki działają tak jak proste wywołania HTTP POST. Jeśli cokolwiek zdarzy się w Gogs, wyślemy powiadomienie do wybranego hosta. Więcej informacji można znaleźć w przewodniku webhooków.
@@ -668,8 +678,8 @@ diff.parent=rodzic
diff.commit=commit
diff.data_not_available=Informacje nt. zmiany nie są dostępne.
diff.show_diff_stats=Pokaż statystyki zmian
-diff.show_split_view=Split View
-diff.show_unified_view=Unified View
+diff.show_split_view=Widok podzielony
+diff.show_unified_view=Zunifikowany widok
diff.stats_desc=%d zmienionych plików z %d dodań i %d usunięć
diff.bin=BIN
diff.view_file=Wyświetl plik
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Przeładuj klucze publiczne w pliku '.ssh/authorize
dashboard.resync_all_sshkeys_success=Przeładowanie kluczy publicznych zakończyło się sukcesem.
dashboard.resync_all_update_hooks=Przepisz pliki update hook repozytoriów (wymagane przy zmianie ścieżki do pliku konfiguracji)
dashboard.resync_all_update_hooks_success=Wszystkie pliki update hook repozytoriów zostały pomyślnie przepisane.
+dashboard.reinit_missing_repos=Ponownie inicjalizuj wszystkie repozytoria, które straciły pliki Git
+dashboard.reinit_missing_repos_success=Wszystkie repozytoria, które straciły pliki Git, zostały ponownie zainicjować pomyślnie.
dashboard.server_uptime=Uptime serwera
dashboard.current_goroutine=Bieżące Goroutines
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Zostaw puste aby użyć wartości podanej p
auths.attribute_name=Atrybut imienia
auths.attribute_surname=Atrybut nazwiska
auths.attribute_mail=Atrybut e-mail
+auths.attributes_in_bind=Pobierz atrybuty w kontekście Bind DN
auths.filter=Filtr użytkownika
auths.admin_filter=Filtr administratora
auths.ms_ad_sa=Ms Ad SA
@@ -932,6 +945,7 @@ auths.update=Aktualizuj ustawienia uwierzytelniania
auths.delete=Usuń to uwierzytelnienie
auths.delete_auth_title=Usunięcie uwierzytelnienia
auths.delete_auth_desc=To uwierzytelnienie zostanie usunięte, czy chcesz kontynuować?
+auths.still_in_used=Ten rodzaj autentykacji jest wciąż wykorzystywany przez niektórych użytkowników. Usuń lub przekonwertuj użytkowników, aby wykorzystywali inny typ logowania.
auths.deletion_success=Uwierzytelnienie zostało usunięte pomyślnie!
config.server_config=Konfiguracja serwera
@@ -948,6 +962,19 @@ config.static_file_root_path=Ścieżka plików statycznych
config.log_file_root_path=Ścieżka plików dziennika
config.script_type=Typ skryptu
config.reverse_auth_user=Użytkownik dostarczony przez odwrotne proxy
+
+config.ssh_config=Konfiguracja SSH
+config.ssh_enabled=Aktywne
+config.ssh_start_builtin_server=Uruchom serwer wbudowany
+config.ssh_domain=Domena
+config.ssh_port=Port
+config.ssh_listen_port=Port nasłuchu
+config.ssh_root_path=Ścieżka katalogu głównego
+config.ssh_key_test_path=Ścieżka klucza testowego
+config.ssh_keygen_path=Ścieżka generatora ('ssh-keygen')
+config.ssh_minimum_key_size_check=Sprawdzanie minimalnej długości klucza
+config.ssh_minimum_key_sizes=Minimalne rozmiary kluczy
+
config.db_config=Konfiguracja bazy danych
config.db_type=Typ
config.db_host=Host
@@ -962,7 +989,6 @@ config.register_email_confirm=Wymagaj potwierdzenia e-mail
config.disable_register=Wyłącz rejestrację
config.show_registration_button=Pokazuj przycisk rejestracji
config.require_sign_in_view=Wymagaj bycia zalogowanym
-config.enable_cache_avatar=Włącz cache awatarów
config.mail_notify=Powiadomienia e-mail
config.disable_key_size_check=Wyłącz sprawdzanie minimalnego rozmiaru klucza
config.enable_captcha=Włącz Captcha
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=Wyłącz HELO
config.mailer_name=Nazwa
config.mailer_host=Host
config.mailer_user=Użytkownik
+config.send_test_mail=Wyślij email testowy
+config.test_mail_failed=Nieudane wysłanie wiadomości email do '%s': %v
+config.test_mail_sent=Testowa wiadomość email została wysłana do '%s'.
config.oauth_config=Konfiguracja OAuth
config.oauth_enabled=Aktywne
config.cache_config=Konfiguracja cache
@@ -1029,7 +1058,11 @@ create_repo=tworzy repozytorium %s
rename_repo=zmienia nazwę repozytorium %[1]s na %[3]s
commit_repo=wypycha do %[3]s w %[4]s
create_issue=`zgłasza problem %s#%[2]s`
+close_issue=`zamknięcie problemu %s#%[2]s`
+reopen_issue=`ponowne otwarcie problemu %s#%[2]s`
create_pull_request=`tworzy pull request %s#%[2]s`
+close_pull_request=`zamknięcie pull request %s#%[2]s`
+reopen_pull_request=`ponowne otwarcie pull request %s#%[2]s`
comment_issue=`komentuje problem %s#%[2]s`
merge_pull_request=`scala pull request %s#%[2]s`
transfer_repo=przenosi repozytorium %s do %s
diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini
index 0c4fc3c0c..f4fbbe5f3 100755
--- a/conf/locale/locale_pt-BR.ini
+++ b/conf/locale/locale_pt-BR.ini
@@ -20,7 +20,7 @@ signed_in_as=Você é
username=Usuário
email=E-mail
password=Senha
-re_type=Redigite
+re_type=Digite novamente
captcha=Captcha
repository=Repositório
@@ -38,22 +38,15 @@ settings=Configurações
your_profile=Seu perfil
your_settings=Suas configurações
-news_feed=Feed de Notícias
+activities=Atividades
pull_requests=Pull Requests
issues=Problemas
cancel=Cancelar
-[search]
-search=Pesquisar...
-repository=Repositório
-user=Usuário
-issue=Problema
-code=Código
-
[install]
install=Instalação
-title=Etapas de instalação para Primeira Execução
+title=Etapas de instalação para primeira execução
docker_helper=Se você está rodando o Gogs dentro do Docker, por favor leia os Guias cuidadosamente antes de mudar qualquer coisa nesta página!
requite_db_desc=Gogs requer MySQL, PostgreSQL, SQLite3 ou TiDB.
db_title=Configurações de Banco de Dados
@@ -61,22 +54,22 @@ db_type=Tipo do Banco de Dados
host=Host
user=Usuário
password=Senha
-db_name=Nome do Banco de Dados
+db_name=Nome do banco de dados
db_helper=Por favor, use o mecanismo INNODB com o conjunto de caracteres utf8_general_ci para MySQL.
ssl_mode=Modo SSL
path=Caminho
-sqlite_helper=O caminho do arquivo do banco de dados SQLite3 ou TiDB.
+sqlite_helper=O caminho do arquivo de banco de dados SQLite3 ou TiDB. Por favor use o caminho absoluto quando você iniciar como serviço.
err_empty_db_path=O Caminho do banco de dados SQLite3 ou TiDB não pode ser vazio.
err_invalid_tidb_name=Nome do banco de dados TiDB não permite os caracteres "." e "-".
no_admin_and_disable_registration=Você não pode desabilitar o registro sem criar uma conta de administrador.
err_empty_admin_password=A senha de administrador não pode ser vazia.
-general_title=Configurações Gerais do Gogs
-app_name=Nome do Aplicativo
+general_title=Configurações gerais do Gogs
+app_name=Nome do aplicativo
app_name_helper=Coloque o nome da sua organização aqui!
-repo_path=Caminho da Raiz do Repositório
+repo_path=Caminho da raíz do repositório
repo_path_helper=Todos os repositórios remotos do Git serão salvos neste diretório.
-run_user=Executar Usuário
+run_user=Usuário da execução
run_user_helper=O usuário deve ter acesso ao caminho raiz do repositório e executar o Gogs
domain=Domínio
domain_helper=Isto afeta URLs para clonagem via SSH.
@@ -84,35 +77,37 @@ ssh_port=Porta SSH
ssh_port_helper=Número da porta que seu servidor SSH está usando, deixe vazio para desativar o recurso SSH.
http_port=Porta HTTP
http_port_helper=Número da porta em que a aplicação irá executar.
-app_url=URL do Aplicativo
+app_url=URL do aplicativo
app_url_helper=Isto afeta a URL de clonagem via HTTP/HTTPs e também o email.
+log_root_path=Caminho do log
+log_root_path_helper=Pasta dos arquivos de log.
-optional_title=Configurações Opcionais
-email_title=Configurações do Serviço de E-mail
+optional_title=Configurações opcionais
+email_title=Configurações do serviço de e-mail
smtp_host=Host SMTP
-smtp_from=De
+smtp_from=De
smtp_from_helper=O endereço de email deve atender a especificação RFC 5322. O formato deve ser um email ou "Nome" .
-mailer_user=E-mail do Remetente
-mailer_password=Senha do Remetente
-register_confirm=Habilitar Confirmação de Registro
-mail_notify=Habilitar Notificação de Correio
-server_service_title=Configurações de Servidor e Outros Serviços
-offline_mode=Ativar Modo Offline
+mailer_user=E-mail do remetente
+mailer_password=Senha do remetente
+register_confirm=Habilitar confirmação de registro
+mail_notify=Habilitar notificação de e-mail
+server_service_title=Configurações de servidor e outros serviços
+offline_mode=Ativar modo off-line
offline_mode_popup=Desative o CDN mesmo em modo de produção, todos os recursos serão disponibilizados localmente.
-disable_gravatar=Desativar Serviço Gravatar
+disable_gravatar=Desativar serviço Gravatar
disable_gravatar_popup=Desabilitar o Gravatar e fontes personalizadas, todos os avatares são enviados por usuários ou padrão.
disable_registration=Desativar auto-registro
disable_registration_popup=Desativar o auto-registro de usuário, para que somente o administrador possa criar contas.
-enable_captcha=Habilitar Captcha
+enable_captcha=Habilitar captcha
enable_captcha_popup=Obrigar validação por captcha para auto-registro de usuários.
-require_sign_in_view=Requerer login para a visualização de páginas
+require_sign_in_view=Obrigar login para a visualização de páginas
require_sign_in_view_popup=Somente usuários autenticados podem ver todas as páginas, visitantes somente podem entrar ou se cadastrar.
admin_setting_desc=Você não precisa criar uma conta de administrador agora, no entanto o primeiro usuário (ID=1) automaticamente terá acesso de administrador.
-admin_title=Configurações da Conta de Administrador
-admin_name=Nome de Usuário
+admin_title=Configurações da conta de administrador
+admin_name=Nome de usuário
admin_password=Senha
-confirm_password=Confirmar Senha
-admin_email=E-mail do Administrador
+confirm_password=Confirmar senha
+admin_email=E-mail do administrador
install_gogs=Instalar Gogs
test_git_failed=Falha ao testar o comando 'git': %v
sqlite3_not_available=Sua versão não suporta SQLite3, por favor faça o download da versão binária oficial em %s, NÃO da versão gobuild.
@@ -122,6 +117,7 @@ run_user_not_match=O usuário da execução não é o usuário atual: %s -> %s
save_config_failed=Falha ao salvar a configuração: %v
invalid_admin_setting=Configuração da conta de administrador está inválida: %v
install_success=Bem-vindo! Estamos contentes que você escolheu o Gogs, divirta-se e tenha cuidado.
+invalid_log_root_path=Pasta raíz do log é inválida: %v
[home]
uname_holder=Nome de Usuário ou E-mail
@@ -137,6 +133,8 @@ issues.in_your_repos=Em seus repositórios
[explore]
repos=Repositórios
+users=Usuários
+search=Pesquisar
[auth]
create_new_account=Criar Nova Conta
@@ -188,7 +186,7 @@ AdminEmail=E-mail do Administrador
require_error=` não pode estar vazio.`
alpha_dash_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).`
alpha_dash_dot_error=` devem ser caracteres alfanuméricos ou hífen (-) ou sublinhado (_).`
-size_error='deve ser o tamanho %s.'
+size_error=`deve ser do tamanho %s.`
min_size_error=` deve conter pelo menos %s caracteres.`
max_size_error=` deve conter no máximo %s caracteres.`
email_error=` não é um endereço de e-mail válido.`
@@ -203,7 +201,6 @@ repo_name_been_taken=Nome do repositório já foi tomado.
org_name_been_taken=Nome da organização já foi tomado.
team_name_been_taken=Nome da equipe já foi tomado.
email_been_used=Endereço de e-mail já foi usado.
-illegal_team_name=O nome da equipe contém caracteres não permitidos.
username_password_incorrect=Usuário ou senha incorretos.
enterred_invalid_repo_name=Por favor certifique-se que informou o nome do repositório corretamente.
enterred_invalid_owner_name=Por favor, verifique se o nome do proprietário está correto.
@@ -219,8 +216,6 @@ still_own_repo=Sua conta ainda tem propriedade do repositório, você tem que ex
still_has_org=Sua conta ainda faz parte da organização, você deve sair ou excluí-la primeiro.
org_still_own_repo=Esta organização ainda tem a propriedade do repositório, você deve excluir ou transferí-la primeiro.
-still_own_user=Esta autenticação ainda é usada por alguns usuários, você deve movê-los e depois apagar novamente.
-
target_branch_not_exist=O branch de destino não existe.
[user]
@@ -262,11 +257,10 @@ continue=Continuar
cancel=Cancelar
enable_custom_avatar=Habilitar Avatar Customizado
-enable_custom_avatar_helper=Habilite para desativar a busca no Gravatar
choose_new_avatar=Escolha um novo avatar
update_avatar=Atualizar configuração de Avatar
+delete_current_avatar=Excluir o Avatar atual
uploaded_avatar_not_a_image=O arquivo enviado não é uma imagem.
-no_custom_avatar_available=Nenhum avatar personalizado disponível, não pode habilitá-lo.
update_avatar_success=Sua configuração de avatar foi atualizada com sucesso.
change_password=Mudança de senha
@@ -477,7 +471,7 @@ issues.closed_at=`fechado em %[2]s`
issues.reopened_at=`reaberto em %[2]s`
issues.commit_ref_at=`citou este problema em um commit %[2]s`
issues.poster=Autor
-issues.admin=Administrador
+issues.collaborator=Colaboradores
issues.owner=Proprietário
issues.sign_up_for_free=Cadastre-se gratuitamente
issues.sign_in_require_desc=para participar nesta conversa. Já tem uma conta? Faça login para comentar
@@ -494,6 +488,7 @@ issues.label_modify=Alteração de etiqueta
issues.label_deletion=Exclusão de etiqueta
issues.label_deletion_desc=Excluir uma etiqueta a retirará de todos os problemas que ela estiver marcando. Quer mesmo continuar?
issues.label_deletion_success=A etiqueta foi excluída com sucesso!
+issues.num_participants=%d participantes
pulls.new=Novo Pull Request
pulls.compare_changes=Comparar mudanças
@@ -515,11 +510,11 @@ pulls.merged=Merge realizado
pulls.has_merged=Este pull request foi mesclado com sucesso!
pulls.data_broken=Dados deste pull request foram quebrados devido à deleção de informação do fork.
pulls.is_checking=A verificação do conflito ainda está em progresso, por favor recarregue a página em instantes.
-pulls.can_auto_merge_desc=Este pull request foi mesclado automaticamente.
+pulls.can_auto_merge_desc=Este pull request pode ser mesclado automaticamente.
pulls.cannot_auto_merge_desc=Este pull request não pode ser mesclado automaticamente pois há conflitos.
pulls.cannot_auto_merge_helper=Por favor, mescle manualmente para resolver os conflitos.
pulls.merge_pull_request=Merge Pull Request
-pulls.open_unmerged_pull_exists=' Você não pode executar a operação de reabrir porque já existe uma solicitação de pull aberta (#%d) do mesmo repositório com as mesmas informações de merge e está esperando pelo merge.'
+pulls.open_unmerged_pull_exists=`Você não pode executar a operação de reabrir porque já existe uma solicitação de pull aberta (#%d) do mesmo repositório com as mesmas informações de merge e está esperando pelo merge.`
milestones.new=Novo marco
milestones.open_tab=%d abertos
@@ -557,6 +552,8 @@ wiki.save_page=Salvar página
wiki.last_commit_info=%s editou esta página %s
wiki.edit_page_button=Editar
wiki.new_page_button=Nova página
+wiki.delete_page_button=Excluir Página
+wiki.delete_page_notice_1=Isto irá apagar a página "%s". Por favor, certifique-se.
wiki.page_already_exists=já existe uma página de wiki com o mesmo nome.
wiki.pages=Páginas
wiki.last_updated=Última atualização %s
@@ -568,7 +565,7 @@ settings.hooks=Webhooks
settings.githooks=Hooks do Git
settings.basic_settings=Configurações Básicas
settings.site=Site Oficial
-settings.update_settings=Configurações de Atualização
+settings.update_settings=Atualizar configurações
settings.change_reponame_prompt=Este mudanças vai afetar os links para este repositório.
settings.advanced_settings=Configurações avançadas
settings.wiki_desc=Habilitar o wiki para permitir que as pessoas escrevam documentos
@@ -581,14 +578,23 @@ settings.tracker_url_format=Formato de URL do issue tracker externo
settings.tracker_url_format_desc=Você pode usar o espaço reservado {user} {repo} {index} para o nome do usuário, índice de nome e a questão do repositório.
settings.pulls_desc=Habilitar pull requests para aceitar contribuições públicas
settings.danger_zone=Zona de Perigo
+settings.new_owner_has_same_repo=O novo dono já tem um repositório com o mesmo nome. Por favor, escolha outro nome.
+settings.convert=Converter para repositório tradicional
+settings.convert_desc=Você pode converter este espelho em um repositório tradicional. Esta ação não pode ser revertida.
+settings.convert_notices_1=- Esta operação vai converter este repositório espelho em um repositório tradicional. Esta ação não pode ser desfeita.
+settings.convert_confirm=Confirmar conversão
+settings.convert_succeed=Repositório espelho convertido para tradicional com sucesso.
settings.transfer=Transferir Propriedade
settings.transfer_desc=Transferir este repositório para outro usuário ou para uma organização onde você tem direitos de administrador.
-settings.new_owner_has_same_repo=O novo dono já tem um repositório com o mesmo nome. Por favor, escolha outro nome.
-settings.delete=Deletar Este Repositório
-settings.delete_desc=Uma vez que você deleta um repositório, não tem volta. Por favor, tenha certeza.
settings.transfer_notices_1=- Você vai perder acesso se o novo dono for um usuário individual.
settings.transfer_notices_2=- Você vai continuar tendo acesso se o novo dono é uma organização e você é um dos membros.
settings.transfer_form_title=Informe a seguinte informação para confirmar a sua operação:
+settings.wiki_delete=Apagar dados do Wiki
+settings.wiki_delete_desc=Uma vez que você apague os dados da wiki, não há volta. Por favor, certifique-se.
+settings.wiki_delete_notices_1=- Isso irá excluir e desativar o wiki para %s
+settings.wiki_deletion_success=Dados de wiki do repositório foram deletados com sucesso.
+settings.delete=Deletar Este Repositório
+settings.delete_desc=Uma vez que você deleta um repositório, não tem volta. Por favor, tenha certeza.
settings.delete_notices_1=-Esta operação NÃO PODERÁ ser desfeita.
settings.delete_notices_2=- Esta operação irá apagar permanentemente o tudo deste repositório, incluindo os dados do Git, problemas, comentários e acessos dos colaboradores.
settings.delete_notices_fork_1=- Se este repositório é público, todos os forks se tornarão independentes após a deleção.
@@ -602,8 +608,12 @@ settings.transfer_succeed=A posse do repositório foi transferido com sucesso.
settings.confirm_delete=Confirmar Deleção
settings.add_collaborator=Adicionar um Novo Colaborador
settings.add_collaborator_success=O novo colaborador foi adicionado.
+settings.delete_collaborator=Deletar
+settings.collaborator_deletion=Exclusão de colaborador
+settings.collaborator_deletion_desc=Este usuário não terá mais acesso de colaboração neste repositório após a deleção. Você quer continuar?
settings.remove_collaborator_success=O colaborador foi removido.
settings.search_user_placeholder=Pesquisar usuário...
+settings.org_not_allowed_to_be_collaborator=Organização não tem permissão para ser adicionada como um colaborador.
settings.user_is_org_member=O usuário é um membro da organização que não pode ser adicionado como um colaborador.
settings.add_webhook=Adicionar Webhook
settings.hooks_desc=Hooks da web ou Webhooks permitem serviços externos serem notificados quando certos eventos acontecem no Gogs. Quando acontecem os eventos especificados, enviaremos uma solicitação POST para cada uma das URLs que você fornecer. Saiba mais no nosso Guia de Webhooks.
@@ -748,7 +758,7 @@ members.membership_visibility=Visibilidade da associação:
members.public=Público
members.public_helper=tornar privado
members.private=Privado
-members.private_helper=torar público
+members.private_helper=tornar público
members.member_role=Categoria de membro:
members.owner=Dono
members.member=Membro
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Reescrever o arquivo '.ssh/authorized_keys' (atenç
dashboard.resync_all_sshkeys_success=Todas as chaves públicas foram reescritas com sucesso.
dashboard.resync_all_update_hooks=Reescrever todos os hooks de atualização dos repositórios (necessário quando o caminho de configuração customizado é alterado)
dashboard.resync_all_update_hooks_success=Os hooks de atualização de todos os repositórios foram reescritos com sucesso.
+dashboard.reinit_missing_repos=Reinicializar todos os registros de repositório que perderam os arquivos do Git
+dashboard.reinit_missing_repos_success=Todos os repositórios que perderam arquivos do Git foram reinicializados com sucesso.
dashboard.server_uptime=Servidor Ligado
dashboard.current_goroutine=Goroutines Atuais
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Deixe vazio para usar o valor do campo de f
auths.attribute_name=Atributo primeiro nome
auths.attribute_surname=Atributo sobrenome
auths.attribute_mail=Atributo e-mail
+auths.attributes_in_bind=Buscar os atributos no contexto de Bind DN
auths.filter=Filtro de usuário
auths.admin_filter=Filtro de administrador
auths.ms_ad_sa=Ms Ad SA
@@ -932,6 +945,7 @@ auths.update=Atualizar a configuração da autenticação
auths.delete=Excluir esta autenticação
auths.delete_auth_title=Exclusão da autenticação
auths.delete_auth_desc=Esta autenticação esta prestes a ser deletada, deseja continuar?
+auths.still_in_used=Esta autenticação ainda é usada por alguns usuários. Por favor delete ou converta esses usuários para outro tipo de login primeiro.
auths.deletion_success=Autenticação deletada com sucesso!
config.server_config=Configuração do Servidor
@@ -948,6 +962,19 @@ config.static_file_root_path=Caminho Raiz para Arquivo Estático
config.log_file_root_path=Caminho Raiz para Arquivo de Log
config.script_type=Tipo de Script
config.reverse_auth_user=Usuário de Autenticação Reversa
+
+config.ssh_config=Configuração de SSH
+config.ssh_enabled=Habilitado
+config.ssh_start_builtin_server=Iniciar servidor embutido
+config.ssh_domain=Domínio
+config.ssh_port=Porta
+config.ssh_listen_port=Porta de escuta
+config.ssh_root_path=Caminho da raiz
+config.ssh_key_test_path=Caminho da chave de teste
+config.ssh_keygen_path=Caminho do keygen ('ssh-keygen')
+config.ssh_minimum_key_size_check=Verificar tamanho mínimo da chave
+config.ssh_minimum_key_sizes=Tamanhos mínimos da chave
+
config.db_config=Configuração do Banco de Dados
config.db_type=Tipo
config.db_host=Host
@@ -962,7 +989,6 @@ config.register_email_confirm=Requerer Confirmação de E-mail
config.disable_register=Desabilitar Registro
config.show_registration_button=Mostrar Botão de Registo
config.require_sign_in_view=Requerer Entrar no Gogs para Ver
-config.enable_cache_avatar=Habilitar Cache de Avatar
config.mail_notify=Notificação de Correio
config.disable_key_size_check=Desativar verificação de tamanho mínimo da chave
config.enable_captcha=Habilitar o Captcha
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=Desabilitar HELO
config.mailer_name=Nome
config.mailer_host=Host
config.mailer_user=Usuário
+config.send_test_mail=Enviar email de teste
+config.test_mail_failed=Falha ao enviar o email de teste para '%s': %v
+config.test_mail_sent=O email de teste foi enviado para '%s'.
config.oauth_config=Configuração do OAuth
config.oauth_enabled=Habilitado
config.cache_config=Configuração de Cache
@@ -1028,9 +1057,13 @@ notices.delete_success=Avisos do sistema foram excluídos com sucesso.
create_repo=repositório criado %s
rename_repo=renomeou o o repositório %[1]s para %[3]s
commit_repo=pushed para %[3]s em %[4]s
-create_issue='questão aberta %s#%[2]s'
+create_issue=`questão aberta %s#%[2]s`
+close_issue=`questão fechada %s#%[2]s`
+reopen_issue=`questão reaberta %s#%[2]s`
create_pull_request=`criou o pull request %s#%[2]s`
-comment_issue='comentou sobre a questão %s#%[2]s'
+close_pull_request=`fechou o pull request %s#%[2]s`
+reopen_pull_request=`reabriu o pull request %s#%[2]s`
+comment_issue=`comentou sobre a questão %s#%[2]s`
merge_pull_request=`mesclou o pull request %s#%[2]s`
transfer_repo=repositório transferido de %s para %s
push_tag=Foi feito push na tag %[2]s para %[3]s
diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini
index 073565258..c4ce5fbdb 100755
--- a/conf/locale/locale_ru-RU.ini
+++ b/conf/locale/locale_ru-RU.ini
@@ -1,7 +1,7 @@
-app_desc=Удобная служба для собственного Git-репозитория, написанная на языке Go
+app_desc=Удобная служба для собственного Git-репозитория
home=Главная
-dashboard=Панель мониторинга
+dashboard=Панель управления
explore=Обзор
help=Помощь
sign_in=Войти
@@ -14,14 +14,14 @@ page=Страница
template=Шаблон
language=Язык
create_new=Создать...
-user_profile_and_more=Профиль и остальное
+user_profile_and_more=Профиль пользователя и прочее
signed_in_as=Вы вошли как
username=Имя пользователя
email=Эл. почта
password=Пароль
-re_type=Повтор
-captcha=Captcha
+re_type=Введите повторно
+captcha=Капча
repository=Репозиторий
organization=Организация
@@ -29,28 +29,21 @@ mirror=Зеркало
new_repo=Новый репозиторий
new_migrate=Новая Миграция
new_mirror=Новое зеркало
-new_fork=Новый проект из репозитория
+new_fork=Новое ответвление репозитория
new_org=Новая организация
-manage_org=Управление организацией
+manage_org=Управление организациями
admin_panel=Панель администратора
account_settings=Настройки аккаунта
settings=Настройки
your_profile=Ваш профиль
your_settings=Ваши настройки
-news_feed=Лента новостей
+activities=Активность
pull_requests=Запросы на слияние
issues=Задачи
cancel=Отмена
-[search]
-search=Поиск...
-repository=Репозиторий
-user=Пользователь
-issue=Задача
-code=Код
-
[install]
install=Установка
title=Установочные шаги для первого запуска
@@ -65,7 +58,7 @@ db_name=Имя базы данных
db_helper=Для MySQL используйте тип таблиц InnoDB с кодировкой utf8_general_ci.
ssl_mode=Режим SSL
path=Путь
-sqlite_helper=Путь к файлу базы данных SQLite3 или TiDB.
+sqlite_helper=Путь к файлу базы данных SQLite3 или TiDB. Укажите абсолютный путь при запуске в качестве службы.
err_empty_db_path=Путь к базе данных SQLite3 или TiDB не может быть пустым.
err_invalid_tidb_name=Имя базы данных TiDB не может содержать символы "." и "-".
no_admin_and_disable_registration=Вы не можете отключить регистрацию до создания учетной записи администратора.
@@ -86,6 +79,8 @@ http_port=Порт HTTP
http_port_helper=Номер порта, который приложение будет слушать.
app_url=URL приложения
app_url_helper=Этот параметр влияет на URL для клонирования по HTTP/HTTPS и на адреса в электронной почте.
+log_root_path=Путь к журналу
+log_root_path_helper=Каталог для записи файлов журнала.
optional_title=Расширенные настройки
email_title=Настройки службы электронной почты
@@ -122,6 +117,7 @@ run_user_not_match=Текущий пользователь не является
save_config_failed=Не удалось сохранить конфигурацию: %v
invalid_admin_setting=Указан недопустимый параметр учетной записи администратора: %v
install_success=Добро пожаловать! Мы рады, что вы выбрали Gogs. Веселитесь и берегите себя.
+invalid_log_root_path=Недопустимый путь для логов: %v
[home]
uname_holder=Имя пользователь или E-mail
@@ -129,7 +125,7 @@ password_holder=Пароль
switch_dashboard_context=Переключить контекст панели управления
my_repos=Мои репозитории
collaborative_repos=Совместные репозитории
-my_orgs=Моя Организация
+my_orgs=Мои организации
my_mirrors=Мои зеркала
view_home=Показать %s
@@ -137,6 +133,8 @@ issues.in_your_repos=В ваших репозиториях
[explore]
repos=Репозитории
+users=Пользователи
+search=Поиск
[auth]
create_new_account=Создать новый аккаунт
@@ -150,7 +148,7 @@ forget_password=Забыли пароль?
sign_up_now=Нужен аккаунт? Зарегистрируйтесь.
confirmation_mail_sent_prompt=Новое письмо для подтверждения было направлено на %s, пожалуйста, проверьте ваш почтовый ящик в течение %d часов для завершения регистрации.
active_your_account=Активируйте свой аккаунт
-resent_limit_prompt=Вы слишком часто отправляете письмо с активацией. Подождите 3 минуты, пожалуйста.
+resent_limit_prompt=Извините, вы уже запросили активацию по электронной почте недавно. Пожалуйста, подождите 3 минуты, а затем повторите попытку.
has_unconfirmed_mail=Здравствуйте, %s! У вас есть неподтвержденный адрес электронной почты (%s). Если вам не приходило письмо с подтверждением или нужно выслать новое письмо, нажмите на кнопку ниже.
resend_mail=Нажмите здесь, чтобы переотправить активационное письмо
email_not_associate=Этот адрес электронной почты не связан ни с одной учетной записью.
@@ -192,24 +190,23 @@ size_error=` должен быть размер %s.`
min_size_error=«должен содержать по крайней мере %s символов.»
max_size_error=` должен содержать максимум %s символов.`
email_error=«не является адресом электронной почты.»
-url_error=«не является допустимым URL-адресом.»
-include_error=` должен содержать '%s'`
+url_error=` не является допустимым URL-адресом.`
+include_error=` должен содержать '%s'.`
unknown_error=Неизвестная ошибка:
-captcha_incorrect=CAPTCHA не совпадает.
-password_not_match=Пароль и подтверждение пароля не совпадают.
+captcha_incorrect=Капча не пройдена.
+password_not_match=Пароли не совпадают.
-username_been_taken=Имя пользователя уже принято.
-repo_name_been_taken=Имя репозитория уже принято.
-org_name_been_taken=Название организации было уже принято.
-team_name_been_taken=Название команды было уже принято.
+username_been_taken=Имя пользователя занято.
+repo_name_been_taken=Имя репозитория занято.
+org_name_been_taken=Название организации занято.
+team_name_been_taken=Название команды занято.
email_been_used=Адрес электронной почты уже используется.
-illegal_team_name=Имя группы содержит недопустимые знаки.
username_password_incorrect=Имя пользователя или пароль не правильный.
-enterred_invalid_repo_name=Пожалуйста, убедитесь, что введенно правильное имя хранилища.
+enterred_invalid_repo_name=Пожалуйста, убедитесь, что введено правильное имя репозитория.
enterred_invalid_owner_name=Убедитесь, что введенное имя владельца верное.
enterred_invalid_password=Убедитесь, что введенный пароль верен.
user_not_exist=Данный пользователь не существует.
-last_org_owner=Удаляемый пользователь является последним в команде владельцев. Должен быть хотя бы один владелец.
+last_org_owner=Удаление последнего пользователя из команды владельцев невозможно, поскольку всегда должен быть хотя бы один владелец в любой организации.
invalid_ssh_key=К сожалению, мы не смогли проверить ваш SSH-ключ: %s
unable_verify_ssh_key=Gogs не может проверить ваш SSH-ключ, но мы допускаем, что он действителен. Пожалуйста, удостоверьтесь самостоятельно, что ключ действителен.
@@ -219,8 +216,6 @@ still_own_repo=На вашем аккаунте все еще остается
still_has_org=Вы находитесь в организации, сперва Вам необходимо покинуть ее или удалить.
org_still_own_repo=Данная организация все еще является владельцем репозиториев, необходимо удалить или переместить их в начале.
-still_own_user=Эта проверка подлинности по-прежнему используется некоторыми пользователями, вы должны переместить их и затем снова удалить.
-
target_branch_not_exist=Целевая ветка не существует
[user]
@@ -262,11 +257,10 @@ continue=Далее
cancel=Отмена
enable_custom_avatar=Включить собственный аватар
-enable_custom_avatar_helper=Включите эту опцию, чтоб отключить загрузку с Gravatar
choose_new_avatar=Выбрать новый аватар
update_avatar=Обновить настройку аватара
+delete_current_avatar=Удалить текущий аватар
uploaded_avatar_not_a_image=Загружаемый файл не является изображением.
-no_custom_avatar_available=Собственный аватар недоступен, включить его невозможно.
update_avatar_success=Настройка вашего аватара обновлена успешно.
change_password=Сменить пароль
@@ -324,7 +318,7 @@ token_name=Имя маркера
generate_token=Генерировать маркер
generate_token_succees=Успешно создан новый токен доступа! Пожалуйста сделайте копию вашего нового токена персонального доступа. Вы не сможете увидеть его снова!
delete_token=Удалить
-access_token_deletion=Удаление персонального токена доступа
+access_token_deletion=Удаление личного токена доступа
access_token_deletion_desc=Удаление этого персонального токена доступа приведет к удалению всех связанных прав доступа к приложению. Вы хотите продолжить?
delete_token_success=Персональный токен доступа успешно удален! Не забудьте изменить настройки вашего приложения.
@@ -341,7 +335,7 @@ repo_name_helper=Лучшие названия репозиториев коро
visibility=Видимость
visiblity_helper=Личный репозиторий
visiblity_helper_forced=Все новые репозитории являются Личными по желанию администратора сайта
-visiblity_fork_helper=(Изменение этого значения затронет все форки)
+visiblity_fork_helper=(Изменение этого значения затронет все ответвления)
clone_helper=Нужна помощь в клонировании? Посетите страницу помощи!
fork_repo=Ответвить репозиторий
fork_from=Ответвление от
@@ -361,7 +355,7 @@ mirror_address=Адрес зеркала
mirror_address_desc=Укажите необходимые учетные данные в адрес.
watchers=Наблюдатели
stargazers=Звездочеты
-forks=Форки
+forks=Ответвления
form.reach_limit_of_creation=У владельца достигнут максимальный предел в %d создаваемых репозиториев.
form.name_reserved=Имя репозитория '%s' зарезервировано.
@@ -378,8 +372,8 @@ migrate.invalid_local_path=Недопустимый локальный путь.
migrate.failed=Миграция не удалась: %v
mirror_from=зеркало из
-forked_from=форк от
-fork_from_self=Вы не можете форкнуть репозитарий, так как Вы уже его владелец!
+forked_from=ответвлено от
+fork_from_self=Вы не можете ответвить репозиторий, так как Вы уже его владелец!
copy_link=Скопировать
copy_link_success=Скопировано!
copy_link_error=Нажмите ⌘-C или Ctrl-C для копирования
@@ -440,7 +434,7 @@ issues.new_label=Новая метка
issues.new_label_placeholder=Имя метки...
issues.create_label=Добавить метку
issues.open_tab=%d открыто(ы)
-issues.close_tab=%d Закрыть
+issues.close_tab=%d закрыто(ы)
issues.filter_label=Метка
issues.filter_label_no_select=Нет выбранной метки
issues.filter_milestone=Этап
@@ -477,7 +471,7 @@ issues.closed_at=`закрыл %[2]s`
issues.reopened_at=`открыл снова %[2]s`
issues.commit_ref_at=`упомянул эту задачу в коммите %[2]s`
issues.poster=Автор
-issues.admin=Администратор
+issues.collaborator=Соавтор
issues.owner=Владелец
issues.sign_up_for_free=Зарегистрируйтесь бесплатно
issues.sign_in_require_desc=чтобы присоединиться к обсуждению. Уже есть аккаунт? Войдите чтобы прокомментировать
@@ -494,6 +488,7 @@ issues.label_modify=Изменение метки
issues.label_deletion=Удаление метки
issues.label_deletion_desc=Удаление ярлыка затронет все связанные задачи. Продолжить?
issues.label_deletion_success=Метка была удалена успешно!
+issues.num_participants=%d участников
pulls.new=Новый запрос на слияние
pulls.compare_changes=Сравнить изменения
@@ -503,7 +498,7 @@ pulls.compare_compare=сравнить
pulls.filter_branch=Фильтр по ветке
pulls.no_results=Результатов не найдено.
pulls.nothing_to_compare=Нечего сравнивать, родительская и текущая ветка одинаковые.
-pulls.has_pull_request=`Уже существует пулл-реквест между двумя целями %[2]s#%[3]d`
+pulls.has_pull_request=`Уже существует запрос на слияние между двумя целями: %[2]s#%[3]d`
pulls.create=Создать запрос на слияние
pulls.title_desc=хочет смерджить %[1]d коммит(ов) из %[2]s в %[3]s
pulls.merged_title_desc=слито %[1]d коммит(ов) из %[2]s в %[3]s %[4]s
@@ -513,7 +508,7 @@ pulls.tab_files=Измененные файлы
pulls.reopen_to_merge=Пожалуйста снова откройте этот запрос для слияния.
pulls.merged=Слито
pulls.has_merged=Слияние этого запроса успешно завершено!
-pulls.data_broken=Содержимое этого пулл-реквеста было нарушено, вследствии удаления или клонирования информации.
+pulls.data_broken=Содержимое этого запроса было нарушено вследствие удаления информации ответвления.
pulls.is_checking=Продолжается проверка конфликтов, пожалуйста обновите страницу несколько позже.
pulls.can_auto_merge_desc=Этот запрос на слияние может быть объединён автоматически.
pulls.cannot_auto_merge_desc=Этот запрос на слияние не может быть объединён автоматически.
@@ -547,7 +542,7 @@ milestones.deletion_success=Контрольная точка успешно у
wiki=Вики
wiki.welcome=Добро пожаловать в Вики!
-wiki.welcome_desc=Вики это место, где вы хотели бы документировать проект вместе и сделать его лучше.
+wiki.welcome_desc=Вики это место, где вы можете документировать проект вместе и сделать его лучше.
wiki.create_first_page=Создать первую страницу
wiki.page=Страница
wiki.filter_page=Фильтр страницы
@@ -557,6 +552,8 @@ wiki.save_page=Сохранить страницу
wiki.last_commit_info=%s редактировал эту страницу %s
wiki.edit_page_button=Редактировать
wiki.new_page_button=Новая страница
+wiki.delete_page_button=Удалить страницу
+wiki.delete_page_notice_1=Будьте внимательны! Это приведет к удалению страницы «%s».
wiki.page_already_exists=Вики-страница с таким именем уже существует.
wiki.pages=Страницы
wiki.last_updated=Последнее обновление %s
@@ -573,7 +570,7 @@ settings.change_reponame_prompt=Это изменение повлияет на
settings.advanced_settings=Расширенные настройки
settings.wiki_desc=Включить Вики, чтобы позволить людям писать документы
settings.use_external_wiki=Использовать внешнюю Wiki
-settings.external_wiki_url=URL-адрес внешней вики
+settings.external_wiki_url=URL-адрес внешней Вики
settings.external_wiki_url_desc=Посетители будут перенаправлены на URL-адрес, когда они кликнут по вкладке.
settings.issues_desc=Включить встроенную, легковесную систему отслеживания ошибок
settings.use_external_issue_tracker=Использовать внешнюю систему отслеживания ошибок
@@ -581,19 +578,28 @@ settings.tracker_url_format=Внешний формат ссылки систе
settings.tracker_url_format_desc=Вы можете использовать шаблон {user} {repo} {index} для имени пользователя, репозитория и номера задачи.
settings.pulls_desc=Включить публичные запросы на слияние
settings.danger_zone=Опасная зона
+settings.new_owner_has_same_repo=У нового владельца уже есть хранилище с таким названием.
+settings.convert=Преобразовать в обычный репозиторий
+settings.convert_desc=Это зеркало можно преобразовать в обычный репозиторий. Это не может быть отменено.
+settings.convert_notices_1=- Эта операция преобразует это зеркало в обычный репозиторий, и она не может быть отменена.
+settings.convert_confirm=Подтвердите преобразование
+settings.convert_succeed=Репозиторий был успешно преобразован в обычный.
settings.transfer=Передать права собственности
settings.transfer_desc=Передать репозиторий другому пользователю или организации где у вас есть права администратора.
-settings.new_owner_has_same_repo=У нового владельца уже есть хранилище с таким названием.
-settings.delete=Удалить этот репозиторий
-settings.delete_desc=Как только вы удалите репозиторий — пути назад не будет. Удостоверьтесь, что вам это точно нужно.
settings.transfer_notices_1=- Вы можете потерять доступ, если новый владелец является отдельным пользователем.
settings.transfer_notices_2=- Вы сохраните доступ, если новым владельцем станет организация, владельцем которой вы являетесь.
settings.transfer_form_title=Введите сопутствующую информацию для подтверждения операции:
+settings.wiki_delete=Стереть данные Вики
+settings.wiki_delete_desc=Будьте внимательны! Как только вы удалите Вики — пути назад не будет.
+settings.wiki_delete_notices_1=-Это будет удалено и отключит Вики для %s
+settings.wiki_deletion_success=Данные Вики успешно стерты.
+settings.delete=Удалить этот репозиторий
+settings.delete_desc=Будьте внимательны! Как только вы удалите репозиторий — пути назад не будет.
settings.delete_notices_1=- Эта операция НЕ МОЖЕТ быть отменена.
settings.delete_notices_2=- Эта операция навсегда удалит всё из этого репозитория, включая данные Git, связанные с ним задачи, комментарии и права доступа для сотрудников.
settings.delete_notices_fork_1=- Если данный репозиторий является публичным, все склонированные репозитории останутся независимыми, после его удаления.
-settings.delete_notices_fork_2=- Если данный репозиторий является приватным, все его форки будут удалены вместе с ним.
-settings.delete_notices_fork_3=- Если вы хотите сохранить все форки после удаления репозитория, то сначала сделайте его публичным.
+settings.delete_notices_fork_2=- Если данный репозиторий является приватным, все его ответвления будут удалены вместе с ним.
+settings.delete_notices_fork_3=- Если вы хотите сохранить все ответвления после удаления репозитория, то сначала сделайте его публичным.
settings.deletion_success=Репозиторий был успешно удалён!
settings.update_settings_success=Настройка репозитория обновлена успешно.
settings.transfer_owner=Новый владелец
@@ -602,8 +608,12 @@ settings.transfer_succeed=Владение репозиторием было у
settings.confirm_delete=Подтвердить удаление
settings.add_collaborator=Добавить нового соавтора
settings.add_collaborator_success=Был добавлен новый соавтор.
+settings.delete_collaborator=Удалить
+settings.collaborator_deletion=Удаление соавтора
+settings.collaborator_deletion_desc=Этот пользователь больше не будет иметь доступа для совместной работы в этом репозитории после удаления. Вы хотите продолжить?
settings.remove_collaborator_success=Соавтор был удален.
settings.search_user_placeholder=Поиск пользователя...
+settings.org_not_allowed_to_be_collaborator=Организации не могут быть добавлены как соавторы.
settings.user_is_org_member=Пользователь является членом организации, члены которой не могут быть добавлены в качестве соавтора.
settings.add_webhook=Добавить Webhook
settings.hooks_desc=Webhooks позволяют внешним службам получать уведомления при возникновении определенных событий на Gogs. При возникновении указанных событий мы отправим запрос POST на каждый заданный вами URL. Узнать больше можно в нашем Руководстве по Webhooks.
@@ -677,7 +687,7 @@ diff.view_file=Просмотреть файл
release.releases=Релизы
release.new_release=Новый релиз
release.draft=Черновик
-release.prerelease=Предрелиз
+release.prerelease=Пре-релиз
release.stable=Стабильный
release.edit=Редактировать
release.ahead=%d коммитов %s начиная с этого релиза
@@ -700,9 +710,9 @@ release.save_draft=Сохранить черновик
release.edit_release=Редактировать релиз
release.delete_release=Удалить этот релиз
release.deletion=Удаление релиза
-release.deletion_desc=Удаление данного релиза так же удалит все относящиеся к нему Git теги. Продолжить?
+release.deletion_desc=Удаление этого релиза удалит соответствующую Git метку. Вы хотите продолжить?
release.deletion_success=Релиз был успешно удален!
-release.tag_name_already_exist=Релиз с этим именем тега уже существует.
+release.tag_name_already_exist=Релиз с этим именем метки уже существует.
release.downloads=Загрузки
[org]
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=Переписать файл «.ssh/authorized_key
dashboard.resync_all_sshkeys_success=Были успешно переписаны все открытые ключи.
dashboard.resync_all_update_hooks=Перезаписать все апдейт-хуки этого репозитория (необходимо, когда изменен путь до папки конфигураций)
dashboard.resync_all_update_hooks_success=Апдейт-хуки всех репозиториев успешно перезаписаны.
+dashboard.reinit_missing_repos=Реинициализировать все репозитории с утерянными Git файлами
+dashboard.reinit_missing_repos_success=Все репозитории с утерянными Git файлами успешно реинициализированы.
dashboard.server_uptime=Время непрерывной работы сервера
dashboard.current_goroutine=Текущий Goroutines
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=Оставьте пустым, чтобы
auths.attribute_name=Имя аттрибута
auths.attribute_surname=Фамилия аттрибута
auths.attribute_mail=Электронная почта аттрибута
+auths.attributes_in_bind=Извлечение атрибутов в виде Bind DN
auths.filter=Фильтр пользователя
auths.admin_filter=Фильтр администратора
auths.ms_ad_sa=Ms Ad SA
@@ -932,6 +945,7 @@ auths.update=Обновить параметры аутентификации
auths.delete=Удалить этот канал аутентификации
auths.delete_auth_title=Удаление канала аутентификации
auths.delete_auth_desc=Этот канал аутентификации будет удален. Вы уверены что хотите продолжить?
+auths.still_in_used=Эта проверка подлинности до сих пор используется некоторыми пользователями, удалите или преобразуйте этих пользователей в другой тип входа в систему.
auths.deletion_success=Канал аутентификации успешно удален!
config.server_config=Конфигурация сервера
@@ -948,6 +962,19 @@ config.static_file_root_path=Статичный путь до файла
config.log_file_root_path=Путь до папки с логами
config.script_type=Тип сценария
config.reverse_auth_user=Заголовок с именем пользователя для авторизации на reverse proxy
+
+config.ssh_config=Конфигурация SSH
+config.ssh_enabled=Включено
+config.ssh_start_builtin_server=Запустить встроенный сервер
+config.ssh_domain=Домен
+config.ssh_port=Порт
+config.ssh_listen_port=Прослушиваемый порт
+config.ssh_root_path=Корневой путь
+config.ssh_key_test_path=Путь к тестовому ключу
+config.ssh_keygen_path=Путь к генератору ключей ('ssh-keygen')
+config.ssh_minimum_key_size_check=Минимальный размер ключа проверки
+config.ssh_minimum_key_sizes=Минимальные размеры ключа
+
config.db_config=Конфигурация базы данных
config.db_type=Тип
config.db_host=Хост
@@ -962,7 +989,6 @@ config.register_email_confirm=Требуется подтверждение по
config.disable_register=Отключить регистрацию
config.show_registration_button=Показать кнопку регистрации
config.require_sign_in_view=Для просмотра необходима авторизация
-config.enable_cache_avatar=Кешировать аватар
config.mail_notify=Почтовые уведомления
config.disable_key_size_check=Отключить проверку на минимальный размер ключа
config.enable_captcha=Включить капчу
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=Отключить HELO
config.mailer_name=Имя
config.mailer_host=Сервер
config.mailer_user=Пользователь
+config.send_test_mail=Отправить тестовое письмо
+config.test_mail_failed=Не удалось отправить тестовое письмо «%s»: %v
+config.test_mail_sent=Тестовое письмо было отправлено «%s».
config.oauth_config=Конфигурация OAuth
config.oauth_enabled=Включено
config.cache_config=Настройки кеша
@@ -1025,15 +1054,19 @@ notices.op=Op.
notices.delete_success=Системное уведомление успешно удалено.
[action]
-create_repo=создал репозиторий %s
-rename_repo=репозиторий переименован из %[1]sна %[3]s
-commit_repo=запушил %[3]s в %[4]s
+create_repo=создал(а) репозиторий %s
+rename_repo=переименовал(а) репозиторий из %[1]s на %[3]s
+commit_repo=запушил(а) %[3]s в %[4]s
create_issue=`открыл(а) задачу %s#%[2]s`
-create_pull_request=`созданный пулл-реквест %s#%[2]s`
+close_issue=`закрыл(а) задачу %s#%[2]s`
+reopen_issue=`возобновил(а) задачу %s#%[2]s`
+create_pull_request=`создал запрос на слияние %s#%[2]s`
+close_pull_request=`закрыл запрос на слияние %s#%[2]s`
+reopen_pull_request=`открыл снова запрос на слияние %s#%[2]s`
comment_issue=`прокомментировал(а) вопрос %s#%[2]s`
merge_pull_request=`слил пул реквест %s#%[2]s`
transfer_repo=перенес репозиторий %s в %s
-push_tag=запушил тэг %[2]s в %[3]s
+push_tag=запушил(а) метку %[2]s в %[3]s
compare_commits=Просмотр сравнение для этих %d коммитов
[tool]
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini
index cb05fc7e8..672fcdb98 100755
--- a/conf/locale/locale_zh-CN.ini
+++ b/conf/locale/locale_zh-CN.ini
@@ -38,19 +38,12 @@ settings=帐户设置
your_profile=个人信息
your_settings=用户设置
-news_feed=最新活动
+activities=最近活动
pull_requests=合并请求
issues=工单管理
cancel=取消
-[search]
-search=搜索...
-repository=仓库
-user=用户
-issue=工单
-code=代码
-
[install]
install=安装页面
title=首次运行安装程序
@@ -65,7 +58,7 @@ db_name=数据库名称
db_helper=如果您使用 MySQL,请使用 INNODB 引擎以及 utf8_general_ci 字符集。
ssl_mode=SSL 模式
path=数据库文件路径
-sqlite_helper=SQLite3 或 TiDB 的数据库路径。
+sqlite_helper=SQLite3 或 TiDB 数据库文件路径。 作为服务启动时,请使用绝对路径。
err_empty_db_path=SQLite3 或 TiDB 的数据库路径不能为空。
err_invalid_tidb_name=TiDB 数据库名称不允许包含字符 "." 或 "-" 。
no_admin_and_disable_registration=您不能够在未创建管理员用户的情况下禁止注册。
@@ -86,6 +79,8 @@ http_port=HTTP 端口号
http_port_helper=应用监听的端口号
app_url=应用 URL
app_url_helper=该设置影响 HTTP/HTTPS 克隆地址和一些邮箱中的链接。
+log_root_path=日志路径
+log_root_path_helper=存放日志文件的目录
optional_title=可选设置
email_title=邮件服务设置
@@ -122,6 +117,7 @@ run_user_not_match=运行系统用户非当前用户:%s -> %s
save_config_failed=应用配置保存失败:%v
invalid_admin_setting=管理员帐户设置不正确:%v
install_success=您好!我们很高兴您选择使用 Gogs,祝您使用愉快,代码从此无 BUG!
+invalid_log_root_path=无效的日志路径:%v
[home]
uname_holder=用户名或邮箱
@@ -136,7 +132,9 @@ view_home=访问 %s
issues.in_your_repos=属于该用户仓库的
[explore]
-repos=探索仓库
+repos=仓库
+users=用户
+search=搜索
[auth]
create_new_account=创建帐户
@@ -203,7 +201,6 @@ repo_name_been_taken=仓库名称已经被占用。
org_name_been_taken=组织名称已经被占用。
team_name_been_taken=团队名称已经被占用。
email_been_used=邮箱地址已经被使用。
-illegal_team_name=团队名称包含非法字符。
username_password_incorrect=用户名或密码不正确。
enterred_invalid_repo_name=请检查您输入的仓库名称是正确。
enterred_invalid_owner_name=请检查您输入的新所有者用户名是否正确。
@@ -219,8 +216,6 @@ still_own_repo=您的帐户仍然是某些仓库的拥有者,您必须先转
still_has_org=您的帐户仍旧是某些组织的成员,您必须先离开或删除组织。
org_still_own_repo=该组织仍然是某些仓库的拥有者,您必须先转移或删除它们才能执行删除组织操作!
-still_own_user=该授权认证依旧被部分用户使用,请先删除该部分用户后再试!
-
target_branch_not_exist=目标分支不存在。
[user]
@@ -262,11 +257,10 @@ continue=继续操作
cancel=取消操作
enable_custom_avatar=启动自定义头像
-enable_custom_avatar_helper=激活该选项来禁止从 Gravatar 获取头像
choose_new_avatar=选择新的头像
update_avatar=更新头像设置
+delete_current_avatar=删除当前头像
uploaded_avatar_not_a_image=上传的文件不是一张图片!
-no_custom_avatar_available=未上传过自定义头像,无法激活该选项。
update_avatar_success=您的头像设置更新成功!
change_password=修改密码
@@ -477,7 +471,7 @@ issues.closed_at=`于 %[2]s 关闭`
issues.reopened_at=`于 %[2]s 重新开启`
issues.commit_ref_at=`在代码提交 %[2]s 中引用了该工单`
issues.poster=发布者
-issues.admin=管理员
+issues.collaborator=协作者
issues.owner=所有者
issues.sign_up_for_free=免费注册
issues.sign_in_require_desc=并加入到对话中来。如果您已经注册,可以直接 登录并评论
@@ -494,6 +488,7 @@ issues.label_modify=修改标签
issues.label_deletion=删除标签操作
issues.label_deletion_desc=删除该标签将会移除所有工单中相关的信息。是否继续?
issues.label_deletion_success=标签删除成功!
+issues.num_participants=%d 名参与者
pulls.new=创建合并请求
pulls.compare_changes=对比文件变化
@@ -557,6 +552,8 @@ wiki.save_page=保存页面
wiki.last_commit_info=%s 于 %s 修改了此页面
wiki.edit_page_button=修改
wiki.new_page_button=新的页面
+wiki.delete_page_button=删除页面
+wiki.delete_page_notice_1=此操作将删除页面 "%s",请三思而后行。
wiki.page_already_exists=相同名称的 Wiki 页面已经存在。
wiki.pages=所有页面
wiki.last_updated=最后更新于 %s
@@ -581,14 +578,23 @@ settings.tracker_url_format=外部工单管理系统的 URL 格式
settings.tracker_url_format_desc=您可以使用 {user} {repo} {index} 分别作为用户名、仓库名和工单索引的占位符。
settings.pulls_desc=启用合并请求以接受社区贡献
settings.danger_zone=危险操作区
+settings.new_owner_has_same_repo=新的仓库拥有者已经存在同名仓库!
+settings.convert=转换为普通仓库
+settings.convert_desc=您可以将该镜像仓库转换为普通仓库,且此操作不可逆。
+settings.convert_notices_1=- 该操作会将该镜像仓库转换为普通仓库,且操作不可逆。
+settings.convert_confirm=确认转换
+settings.convert_succeed=转换为普通仓库类型成功!
settings.transfer=转移仓库所有权
settings.transfer_desc=您可以将仓库转移至您拥有管理员权限的帐户或组织。
-settings.new_owner_has_same_repo=新的仓库拥有者已经存在同名仓库!
-settings.delete=删除本仓库
-settings.delete_desc=删除仓库操作不可逆转,请三思而后行。
settings.transfer_notices_1=- 如果您将仓库转移给个人用户,您将会丢失操作权限。
settings.transfer_notices_2=- 如果您将仓库转移给您是所有者的组织,您的操作权限将被保留。
settings.transfer_form_title=请输入以下信息以确认您的操作:
+settings.wiki_delete=清除 Wiki 数据
+settings.wiki_delete_desc=清除 Wiki 数据操作不可逆转,请三思而后行。
+settings.wiki_delete_notices_1=- 此操作将会清除并禁用仓库 %s 的 Wiki
+settings.wiki_deletion_success=仓库 Wiki 数据清除成功!
+settings.delete=删除本仓库
+settings.delete_desc=删除仓库操作不可逆转,请三思而后行。
settings.delete_notices_1=- 此操作 不可以 被回滚。
settings.delete_notices_2=- 此操作将永久删除该仓库,包括 Git 数据、 工单、 评论和协作者的操作权限。
settings.delete_notices_fork_1=- 如果该仓库为公开的,则在删除仓库后所有的派生仓库都将转换成独立的仓库。
@@ -602,8 +608,12 @@ settings.transfer_succeed=仓库所有权转移成功!
settings.confirm_delete=确认删除仓库
settings.add_collaborator=增加新的协作者
settings.add_collaborator_success=成功添加新的协作者!
+settings.delete_collaborator=删除
+settings.collaborator_deletion=删除协作者
+settings.collaborator_deletion_desc=此用户被删除后将不再拥有相关的协作权限。是否继续?
settings.remove_collaborator_success=被操作的协作者已经被收回权限!
settings.search_user_placeholder=搜索用户...
+settings.org_not_allowed_to_be_collaborator=组织不允许被添加为仓库协作者!
settings.user_is_org_member=被操作的用户是组织成员,因此无法添加为协作者!
settings.add_webhook=添加 Web 钩子
settings.hooks_desc=Web 钩子允许您设定在 Gogs 上发生指定事件时对指定 URL 发送 POST 通知。查看 Webhooks 文档 获取更多信息。
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=重新生成 '.ssh/authorized_keys' 文件(警告
dashboard.resync_all_sshkeys_success=所有公钥重新生成成功!
dashboard.resync_all_update_hooks=重新生成所有仓库的 Update 钩子(用于自定义配置文件被修改)
dashboard.resync_all_update_hooks_success=所有仓库的 Update 钩子重新生成成功!
+dashboard.reinit_missing_repos=重新初始化所有丢失 Git 文件的仓库
+dashboard.reinit_missing_repos_success=所有丢失 Git 文件的仓库重新初始化成功!
dashboard.server_uptime=服务运行时间
dashboard.current_goroutine=当前 Goroutines 数量
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=留空表示使用用户登录时所使用
auths.attribute_name=名字属性
auths.attribute_surname=姓氏属性
auths.attribute_mail=邮箱属性
+auths.attributes_in_bind=从 Bind DN 中拉取属性信息
auths.filter=用户过滤规则
auths.admin_filter=管理员过滤规则
auths.ms_ad_sa=Ms Ad SA
@@ -932,6 +945,7 @@ auths.update=更新认证设置
auths.delete=删除该认证
auths.delete_auth_title=删除认证操作
auths.delete_auth_desc=该认证将被删除。是否继续?
+auths.still_in_used=此认证仍旧与一些用户有关联,请先删除或者将这些用户转换为其它登录类型。
auths.deletion_success=授权源删除成功!
config.server_config=服务器配置
@@ -948,6 +962,19 @@ config.static_file_root_path=静态文件根目录
config.log_file_root_path=日志文件根目录
config.script_type=脚本类型
config.reverse_auth_user=反向代理认证
+
+config.ssh_config=SSH 配置
+config.ssh_enabled=启用服务
+config.ssh_start_builtin_server=启用内置服务
+config.ssh_domain=域名
+config.ssh_port=端口
+config.ssh_listen_port=监听端口
+config.ssh_root_path=根目录
+config.ssh_key_test_path=密钥测试路径
+config.ssh_keygen_path=密钥生成器('ssh-keygen')路径
+config.ssh_minimum_key_size_check=密钥最小长度检查
+config.ssh_minimum_key_sizes=密钥最小长度限制
+
config.db_config=数据库配置
config.db_type=数据库类型
config.db_host=主机地址
@@ -962,7 +989,6 @@ config.register_email_confirm=注册邮件确认
config.disable_register=关闭注册功能
config.show_registration_button=显示注册按钮
config.require_sign_in_view=强制登录浏览
-config.enable_cache_avatar=开启缓存头像
config.mail_notify=邮件通知提醒
config.disable_key_size_check=禁用密钥最小长度检查
config.enable_captcha=启用验证码服务
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=禁用 HELO 操作
config.mailer_name=发送者名称
config.mailer_host=邮件主机地址
config.mailer_user=发送者帐号
+config.send_test_mail=发送测试邮件
+config.test_mail_failed=发送测试邮件至 '%s' 时失败:%v
+config.test_mail_sent=测试邮件已经发送至 '%s'。
config.oauth_config=社交帐号配置
config.oauth_enabled=启用服务
config.cache_config=Cache 配置
@@ -1029,7 +1058,11 @@ create_repo=创建了仓库 %s
rename_repo=重命名仓库 %[1]s 为 %[3]s
commit_repo=推送了 %[3]s 分支的代码到 %[4]s
create_issue=`创建了工单 %s#%[2]s`
+close_issue=`关闭了工单 %s#%[2]s`
+reopen_issue=`重新开启了工单 %s#%[2]s`
create_pull_request=`创建了合并请求 %s#%[2]s`
+close_pull_request=`关闭了合并请求 %s#%[2]s`
+reopen_pull_request=`重新开启了合并请求 %s#%[2]s`
comment_issue=`评论了工单 %s#%[2]s`
merge_pull_request=`合并了合并请求 %s#%[2]s`
transfer_repo=将仓库 %s 转移至 %s
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini
index 255ac015a..817e57d36 100755
--- a/conf/locale/locale_zh-HK.ini
+++ b/conf/locale/locale_zh-HK.ini
@@ -3,69 +3,62 @@ app_desc=基於 Go 語言的自助 Git 服務
home=首頁
dashboard=控制面版
explore=探索
-help=幫助
-sign_in=登錄
-sign_out=退出
+help=說明
+sign_in=登入
+sign_out=登出
sign_up=註冊
register=註冊
-website=官方網站
-version=當前版本
+website=網站
+version=版本
page=頁面
-template=模版
-language=語言選項
+template=樣板
+language=語言
create_new=創建...
user_profile_and_more=用戶信息及更多
signed_in_as=已登錄用戶
-username=用戶名
-email=郵箱
+username=用戶名稱
+email=電子郵件
password=密碼
re_type=確認密碼
captcha=驗證碼
-repository=倉庫
+repository=儲存庫
organization=組織
mirror=鏡像
-new_repo=創建新的倉庫
+new_repo=新增儲存庫
new_migrate=遷移外部倉庫
new_mirror=新鏡像
-new_fork=新的派生倉庫
-new_org=創建新的組織
-manage_org=管理我的組織
-admin_panel=管理面版
-account_settings=帳戶設置
-settings=帳戶設置
-your_profile=個人信息
-your_settings=用戶設置
-
-news_feed=最新活動
+new_fork=新增程式庫分支
+new_org=新增組織
+manage_org=管理組織
+admin_panel=管理面板
+account_settings=帳號設定
+settings=設定
+your_profile=個人資料
+your_settings=用戶設定
+
+activities=Activities
pull_requests=合併請求
-issues=問題管理
+issues=問題
cancel=取消
-[search]
-search=搜尋...
-repository=倉庫
-user=用戶
-issue=工單
-code=程式碼
-
[install]
install=安裝頁面
-title=首次執行安裝程序
+title=首次安裝步驟
docker_helper=如果您正在使用 Docker 容器運行 Gogs,請務必先仔細閱讀 官方文檔 後再對本頁面進行填寫。
requite_db_desc=Gogs 要求安裝 MySQL、PostgreSQL、SQLite3 或 TiDB。
db_title=數據庫設置
-db_type=數據庫類型
-host=數據庫主機
-user=數據庫用戶
-password=數據庫用戶密碼
-db_name=數據庫名稱
+db_type=資料庫類型
+host=主機
+user=帳號
+password=密碼
+db_name=資料庫名稱
db_helper=如果您使用 MySQL,請使用 INNODB 引擎以及 utf8_general_ci 字符集。
ssl_mode=SSL 模式
path=數據庫文件路徑
-sqlite_helper=SQLite3 或 TiDB 的數據庫路徑。
+sqlite_helper=The file path of SQLite3 or TiDB database. Please use absolute path when you start as service.
err_empty_db_path=SQLite3 或 TiDB 的數據庫路徑不能為空。
err_invalid_tidb_name=TiDB 數據庫名稱不允許包含字符 "." 或 "-" 。
no_admin_and_disable_registration=您不能夠在未創建管理員用戶的情況下禁止註冊。
@@ -74,25 +67,27 @@ err_empty_admin_password=管理員密碼不能為空。
general_title=應用基本設置
app_name=應用名稱
app_name_helper=為您的組織取個響亮而又偉大的名稱
-repo_path=倉庫根目錄
-repo_path_helper=所有 Git 遠程倉庫都將被存放於該目錄。
-run_user=執行系統用戶
-run_user_helper=該用戶必須具有對倉庫根目錄和執行 Gogs 的操作權限。
+repo_path=儲存庫的根目錄
+repo_path_helper=所有Git遠端儲存庫將會儲存在這個目錄之下。
+run_user=執行使用者
+run_user_helper=該用戶必須具有對儲存庫根目錄和執行 Gogs 的操作權限。
domain=域名
domain_helper=該設置影響 SSH 複製地址。
ssh_port=SSH 埠
ssh_port_helper=您的 SSH 服務正在使用此埠號,若要禁用SSH 功能請保持欄位空白。
http_port=HTTP 端口號
http_port_helper=應用監聽的端口號
-app_url=應用 URL
+app_url=應用程式網址
app_url_helper=該設置影響 HTTP/HTTPS 複製地址和一些郵箱中的連結。
+log_root_path=Log Path
+log_root_path_helper=Directory to write log files to.
optional_title=可選設置
email_title=電子郵件服務設定
smtp_host=SMTP 主機
-smtp_from=郵件來自
+smtp_from=寄件者
smtp_from_helper=郵件來自地址,遵循 RFC 5322 標准。可以是一個單純的郵箱地址或使用 "name" 的格式。
-mailer_user=發送郵箱
+mailer_user=寄件者 E-mail
mailer_password=發送郵箱密碼
register_confirm=啟用註冊郵箱確認
mail_notify=啟用郵件通知提醒
@@ -122,6 +117,7 @@ run_user_not_match=執行系統用戶非當前用戶:%s -> %s
save_config_failed=應用配置保存失敗:%v
invalid_admin_setting=管理員帳戶設置不正確:%v
install_success=您好!我們很高興您選擇使用 Gogs,祝您使用愉快,代碼從此無 BUG!
+invalid_log_root_path=Log root path is invalid: %v
[home]
uname_holder=用戶名或郵箱
@@ -137,6 +133,8 @@ issues.in_your_repos=屬於該用戶倉庫的
[explore]
repos=探索倉庫
+users=Users
+search=Search
[auth]
create_new_account=創建帳戶
@@ -174,7 +172,7 @@ modify=確認修改
[form]
UserName=用戶名
-RepoName=倉庫名稱
+RepoName=儲存庫名稱
Email=郵箱地址
Password=密碼
Retype=確認密碼
@@ -203,7 +201,6 @@ repo_name_been_taken=倉庫名稱已經被佔用。
org_name_been_taken=組織名稱已經被佔用。
team_name_been_taken=團隊名稱已經被佔用。
email_been_used=郵箱地址已經被使用。
-illegal_team_name=團隊名稱包含不合法字符。
username_password_incorrect=用戶名或密碼不正確。
enterred_invalid_repo_name=請檢查您輸入的倉庫名稱是正確。
enterred_invalid_owner_name=請檢查您輸入的新所有者用戶名是否正確。
@@ -219,8 +216,6 @@ still_own_repo=您的帳戶仍然是某些倉庫的擁有者,您必須先轉
still_has_org=您的帳戶仍舊是某些組織的成員,您必須先離開或刪除組織。
org_still_own_repo=該組織仍然是某些倉庫的擁有者,您必須先轉移或刪除它們才能執行刪除組織操作!
-still_own_user=該授權認證依舊被部分用戶使用,請先刪除該部分用戶後再試!
-
target_branch_not_exist=目標分支不存在
[user]
@@ -262,11 +257,10 @@ continue=繼續操作
cancel=取消操作
enable_custom_avatar=啟動自定義頭像
-enable_custom_avatar_helper=激活該選項來禁止從 Gravatar 獲取頭像
choose_new_avatar=選擇新的頭像
update_avatar=更新頭像設置
+delete_current_avatar=Delete Current Avatar
uploaded_avatar_not_a_image=上傳的文件不是一張圖片!
-no_custom_avatar_available=沒有任何自定義頭像,無法激活該選項。
update_avatar_success=您的頭像設置更新成功!
change_password=修改密碼
@@ -363,7 +357,7 @@ watchers=關注者
stargazers=稱讚者
forks=派生倉庫
-form.reach_limit_of_creation=The owner has reached maximum creation limit of %d repositories.
+form.reach_limit_of_creation=擁有者已達到儲存庫最大的新增上限 %d。
form.name_reserved=倉庫名稱 '%s' 是被保留的。
form.name_pattern_not_allowed=倉庫名稱不允許 '%s' 的格式。
@@ -384,7 +378,7 @@ copy_link=複製連結
copy_link_success=複製成功!
copy_link_error=請按下 ⌘-C 或 Ctrl-C 複製
copied=複製成功
-unwatch=取消關註
+unwatch=取消關注
watch=關註
unstar=取消讚好
star=讚好
@@ -477,7 +471,7 @@ issues.closed_at=`於 %[2]s 關閉`
issues.reopened_at=`於 %[2]s 重新開啟`
issues.commit_ref_at=`在代碼提交 %[2]s 中引用了該問題`
issues.poster=發佈者
-issues.admin=管理員
+issues.collaborator=Collaborator
issues.owner=所有者
issues.sign_up_for_free=免費註冊
issues.sign_in_require_desc=及加入到對話當中。如果您已經註冊,可以直接 登錄及評論
@@ -494,6 +488,7 @@ issues.label_modify=修改標籤
issues.label_deletion=刪除標籤
issues.label_deletion_desc=刪除該標籤將會移除所有問題中相關的訊息。是否繼續?
issues.label_deletion_success=標籤刪除成功!
+issues.num_participants=%d Participants
pulls.new=創建合併請求
pulls.compare_changes=對比文件變化
@@ -516,8 +511,8 @@ pulls.has_merged=該合併請求已經成功合併!
pulls.data_broken=該合併請求的數據由於派生倉庫的相關信息被刪除而被破壞。
pulls.is_checking=該合併請求正在進行衝突檢查,請稍後再刷新頁面。
pulls.can_auto_merge_desc=這個拉請求可以自動合併。
-pulls.cannot_auto_merge_desc=This pull request can't be merged automatically because there are conflicts.
-pulls.cannot_auto_merge_helper=Please merge manually in order to resolve the conflicts.
+pulls.cannot_auto_merge_desc=由於存在衝突,不能自動合併這推送請求。
+pulls.cannot_auto_merge_helper=請手動合併來解決衝突。
pulls.merge_pull_request=合併請求
pulls.open_unmerged_pull_exists=`由於已經存在來自相同倉庫和合併信息的未合併請求(#%d),您無法執行重新開啟操作。`
@@ -557,6 +552,8 @@ wiki.save_page=保存頁面
wiki.last_commit_info=%s 於 %s 修改了此頁面
wiki.edit_page_button=修改
wiki.new_page_button=新的頁面
+wiki.delete_page_button=Delete Page
+wiki.delete_page_notice_1=This will delete the page "%s". Please be certain.
wiki.page_already_exists=相同名稱的 Wiki 頁面已經存在。
wiki.pages=所有頁面
wiki.last_updated=最後更新於 %s
@@ -574,21 +571,30 @@ settings.advanced_settings=高級設置
settings.wiki_desc=啟用 Wiki 以允許用戶協作文檔
settings.use_external_wiki=使用外部 wiki
settings.external_wiki_url=外部 Wiki 連結
-settings.external_wiki_url_desc=Visitors will be redirected to URL when they click on the tab.
+settings.external_wiki_url_desc=當分頁上按一下,訪客將會重新導到 URL。
settings.issues_desc=啟用內置的輕量級問題管理系統
settings.use_external_issue_tracker=使用外部的問題管理系統
settings.tracker_url_format=外部問題管理系統的 URL 格式
settings.tracker_url_format_desc=您可以使用 {user} {repo} {index} 分別作為用戶名、倉庫名和問題索引的占位符。
settings.pulls_desc=啟用合併請求以接受社區貢獻
settings.danger_zone=危險操作區
+settings.new_owner_has_same_repo=新的倉庫擁有者已經存在同名倉庫!
+settings.convert=Convert To Regular Repository
+settings.convert_desc=You can convert this mirror to a regular repository. This cannot be reversed.
+settings.convert_notices_1=- This operation will convert this repository mirror into a regular repository and cannot be undone.
+settings.convert_confirm=Confirm Conversion
+settings.convert_succeed=Repository has been converted to regular type successfully.
settings.transfer=轉移倉庫所有權
settings.transfer_desc=您可以將倉庫轉移至您擁有管理員權限的帳戶或組織。
-settings.new_owner_has_same_repo=新的倉庫擁有者已經存在同名倉庫!
-settings.delete=刪除本倉庫
-settings.delete_desc=刪除倉庫操作不可逆轉,請三思而後行。
settings.transfer_notices_1=- 如果您將倉庫轉移給個人用戶,您將會丟失操作權限。
settings.transfer_notices_2=- 如果您將倉庫轉移給您是所有者的組織,您的操作權限將被保留。
settings.transfer_form_title=請輸入以下信息以確認您的操作:
+settings.wiki_delete=Erase Wiki Data
+settings.wiki_delete_desc=Once you erase wiki data there is no going back. Please be certain.
+settings.wiki_delete_notices_1=- This will delete and disable the wiki for %s
+settings.wiki_deletion_success=Repository wiki data have been erased successfully.
+settings.delete=刪除本倉庫
+settings.delete_desc=刪除倉庫操作不可逆轉,請三思而後行。
settings.delete_notices_1=- 此操作 不可以 被回滾。
settings.delete_notices_2=- 此操作將永久刪除該倉庫,包括 Git 數據、 問題、 評論和協作者的操作權限。
settings.delete_notices_fork_1=- 如果該倉庫為公開的,則在刪除倉庫後所有的派生倉庫都將轉換成獨立的倉庫。
@@ -602,8 +608,12 @@ settings.transfer_succeed=倉庫所有權轉移成功!
settings.confirm_delete=確認刪除倉庫
settings.add_collaborator=增加新的協作者
settings.add_collaborator_success=成功添加新的協作者!
+settings.delete_collaborator=Delete
+settings.collaborator_deletion=Collaborator Deletion
+settings.collaborator_deletion_desc=This user will no longer have collaboration access to this repository after deletion. Do you want to continue?
settings.remove_collaborator_success=被操作的協作者已經被收回權限!
settings.search_user_placeholder=搜索用戶...
+settings.org_not_allowed_to_be_collaborator=Organization is not allowed to be added as a collaborator.
settings.user_is_org_member=被操作的用戶是組織成員,因此無法添加為協作者!
settings.add_webhook=添加 Web 鉤子
settings.hooks_desc=Web 鉤子允許您設定在 Gogs 上發生指定事件時對指定 URL 發送 POST 通知。查看 Webhooks 文檔 獲取更多信息。
@@ -669,7 +679,7 @@ diff.commit=當前提交
diff.data_not_available=暫無可用數據
diff.show_diff_stats=顯示文件統計
diff.show_split_view=分割檢視
-diff.show_unified_view=Unified View
+diff.show_unified_view=統一視圖
diff.stats_desc=共有 %d 個文件被更改,包括 %d 次插入 和 %d 次删除
diff.bin=二進制
diff.view_file=查看文件
@@ -696,7 +706,7 @@ release.prerelease_desc=這是一個預發佈版本
release.prerelease_helper=我們會告知用戶不建議將本發佈投入生產環境使用。
release.cancel=取消
release.publish=發佈版本
-release.save_draft=保在草稿
+release.save_draft=儲存草稿
release.edit_release=編輯發佈信息
release.delete_release=刪除此次發布
release.deletion=刪除版本發布操作
@@ -818,6 +828,8 @@ dashboard.resync_all_sshkeys=重新生成 '.ssh/authorized_keys' 文件(警告
dashboard.resync_all_sshkeys_success=所有公鑰重新生成成功!
dashboard.resync_all_update_hooks=重新生成所有倉庫的 Update 鈎子(用於被修改的自定義配置文件)
dashboard.resync_all_update_hooks_success=已成功重新生成所有倉庫的 Update 鈎子!
+dashboard.reinit_missing_repos=Reinitialize all repository records that lost Git files
+dashboard.reinit_missing_repos_success=All repository records that lost Git files have been reinitialized successfully.
dashboard.server_uptime=服務執行時間
dashboard.current_goroutine=當前 Goroutines 數量
@@ -865,8 +877,8 @@ users.auth_login_name=認證登錄名稱
users.password_helper=留空使其保持不變。
users.update_profile_success=該用戶信息更新成功!
users.edit_account=編輯用戶信息
-users.max_repo_creation=Maximum Repository Creation Limit
-users.max_repo_creation_desc=(Set -1 to use global default limit)
+users.max_repo_creation=最大儲存庫新增限制
+users.max_repo_creation_desc=(設定 -1 使用全域預設限制)
users.is_activated=該用戶已被激活
users.is_admin=該用戶具有管理員權限
users.allow_git_hook=該帳戶具有創建 Git 鉤子的權限
@@ -911,6 +923,7 @@ auths.attribute_username_placeholder=留空表示使用用戶登錄時所使用
auths.attribute_name=名子屬性
auths.attribute_surname=姓氏屬性
auths.attribute_mail=電子郵箱屬性
+auths.attributes_in_bind=Fetch attributes in Bind DN context
auths.filter=使用者篩選器
auths.admin_filter=管理者篩選器
auths.ms_ad_sa=Ms Ad SA
@@ -932,6 +945,7 @@ auths.update=更新認證設置
auths.delete=刪除該認證
auths.delete_auth_title=刪除認證操作
auths.delete_auth_desc=該認證將被刪除。是否繼續?
+auths.still_in_used=This authentication is still used by some users, please delete or convert these users to another login type first.
auths.deletion_success=認證源刪除成功!
config.server_config=服務器配置
@@ -948,6 +962,19 @@ config.static_file_root_path=靜態文件根目錄
config.log_file_root_path=日志文件根目錄
config.script_type=腳本類型
config.reverse_auth_user=反向代理認證
+
+config.ssh_config=SSH Configuration
+config.ssh_enabled=Enabled
+config.ssh_start_builtin_server=Start Builtin Server
+config.ssh_domain=Domain
+config.ssh_port=Port
+config.ssh_listen_port=Listen Port
+config.ssh_root_path=Root Path
+config.ssh_key_test_path=Key Test Path
+config.ssh_keygen_path=Keygen ('ssh-keygen') Path
+config.ssh_minimum_key_size_check=Minimum Key Size Check
+config.ssh_minimum_key_sizes=Minimum Key Sizes
+
config.db_config=數據庫配置
config.db_type=數據庫類型
config.db_host=主機地址
@@ -962,7 +989,6 @@ config.register_email_confirm=註冊電子郵件確認
config.disable_register=關閉註冊功能
config.show_registration_button=顯示註冊按鈕
config.require_sign_in_view=強制登錄瀏覽
-config.enable_cache_avatar=開啟緩存頭像
config.mail_notify=郵件通知提醒
config.disable_key_size_check=禁用密鑰最小長度檢查
config.enable_captcha=啟用驗證碼服務
@@ -978,6 +1004,9 @@ config.mailer_disable_helo=禁用 HELO 操作
config.mailer_name=發送者名稱
config.mailer_host=郵件主機地址
config.mailer_user=發送者帳號
+config.send_test_mail=Send Test Email
+config.test_mail_failed=Fail to send test email to '%s': %v
+config.test_mail_sent=Test email has been sent to '%s'.
config.oauth_config=社交帳號配置
config.oauth_enabled=啟用服務
config.cache_config=Cache 配置
@@ -1025,16 +1054,20 @@ notices.op=操作
notices.delete_success=系統提示刪除成功!
[action]
-create_repo=創建了倉庫 %s
+create_repo=創建了儲存庫 %s
rename_repo=重新命名倉庫 %[1]s 為 %[3]s
commit_repo=推送了 %[3]s 分支的代碼到 %[4]s
create_issue=`創建了問題 %s#%[2]s`
+close_issue=`closed issue %s#%[2]s`
+reopen_issue=`reopened issue %s#%[2]s`
create_pull_request=`創建了合併請求 %s#%[2]s`
+close_pull_request=`closed pull request %s#%[2]s`
+reopen_pull_request=`reopened pull request %s#%[2]s`
comment_issue=`評論了問題 %s#%[2]s`
merge_pull_request=`合併了合併請求 %s#%[2]s`
-transfer_repo=將倉庫 %s 轉移至 %s
+transfer_repo=將儲存庫 %s 轉移至 %s
push_tag=推送了標籤 %[2]s 到 %[3]s
-compare_commits=View comparison for these %d commits
+compare_commits=查看 %d 次提交的內容比對
[tool]
ago=之前
diff --git a/docker/README.md b/docker/README.md
index d1250cdba..07bf780c3 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -1,10 +1,10 @@
# Docker for Gogs
-Visit [Docker Hub](https://hub.docker.com/r/gogs/gogs/) or [Quay](https://quay.io/repository/gogs/gogs) see all available tags.
+Visit [Docker Hub](https://hub.docker.com/r/gogs/gogs/) see all available tags.
## Usage
-To keep your data out of Docker container, we do a volume(`/var/gogs` -> `/data`) here, and you can change it based on your situation.
+To keep your data out of Docker container, we do a volume (`/var/gogs` -> `/data`) here, and you can change it based on your situation.
```
# Pull image from Docker Hub.
@@ -20,6 +20,8 @@ $ docker run --name=gogs -p 10022:22 -p 10080:3000 -v /var/gogs:/data gogs/gogs
$ docker start gogs
```
+Note: It is important to map the Gogs ssh service from the container to the host and set the appropriate SSH Port and URI settings when setting up Gogs for the first time. To access and clone Gogs Git repositories with the above configuration you would use: `git clone ssh://git@hostname:10022/username/myrepo.git` for example.
+
Files will be store in local path `/var/gogs` in my case.
Directory `/var/gogs` keeps Git repositories and Gogs data:
@@ -44,19 +46,34 @@ docker run --name=gogs-data --entrypoint /bin/true gogs/gogs
# Use `docker run` for the first time.
docker run --name=gogs --volumes-from gogs-data -p 10022:22 -p 10080:3000 gogs/gogs
```
+#### Using Docker 1.9 Volume command
+
+```
+# Create docker volume.
+$ docker volume create --name gogs-data
+
+# Use `docker run` for the first time.
+$ docker run --name=gogs -p 10022:22 -p 10080:3000 -v gogs-data:/data gogs/gogs
+```
## Settings
+### Application
+
Most of settings are obvious and easy to understand, but there are some settings can be confusing by running Gogs inside Docker:
- **Repository Root Path**: keep it as default value `/home/git/gogs-repositories` because `start.sh` already made a symbolic link for you.
- **Run User**: keep it as default value `git` because `start.sh` already setup a user with name `git`.
-- **Domain**: fill in with Docker container IP(e.g. `192.168.99.100`). But if you want to access your Gogs instance from a different physical machine, please fill in with the hostname or IP address of the Docker host machine.
+- **Domain**: fill in with Docker container IP (e.g. `192.168.99.100`). But if you want to access your Gogs instance from a different physical machine, please fill in with the hostname or IP address of the Docker host machine.
- **SSH Port**: Use the exposed port from Docker container. For example, your SSH server listens on `22` inside Docker, but you expose it by `10022:22`, then use `10022` for this value. **Builtin SSH server is not recommended inside Docker Container**
- **HTTP Port**: Use port you want Gogs to listen on inside Docker container. For example, your Gogs listens on `3000` inside Docker, and you expose it by `10080:3000`, but you still use `3000` for this value.
-- **Application URL**: Use combination of **Domain** and **exposed HTTP Port** values(e.g. `http://192.168.99.100:10080/`).
+- **Application URL**: Use combination of **Domain** and **exposed HTTP Port** values (e.g. `http://192.168.99.100:10080/`).
+
+Full documentation of application settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html).
+
+### Crond
-Full documentation of settings can be found [here](http://gogs.io/docs/advanced/configuration_cheat_sheet.html).
+Please set environment variable `RUN_CROND` to be `true` or `1` in order to start `crond` inside the container.
## Upgrade
@@ -71,4 +88,4 @@ Steps to upgrade Gogs with Docker:
## Known Issues
-- `.dockerignore` seems to be ignored during Docker Hub Automated build
+- The docker container can not currently be build on Raspberry 1 (armv6l) as our base image `alpine` does not have a `go` package available for this platform.
diff --git a/docker/build.sh b/docker/build.sh
index 83ef8f2b2..0bf5c0131 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -7,7 +7,7 @@ export GOPATH=/tmp/go
export PATH=${PATH}:${GOPATH}/bin
# Install build deps
-apk -U --no-progress add --virtual build-deps linux-pam-dev go@community gcc musl-dev
+apk --no-cache --no-progress add --virtual build-deps linux-pam-dev go gcc musl-dev
# Init go environment to build Gogs
mkdir -p ${GOPATH}/src/github.com/gogits/
diff --git a/docker/s6/crond/down b/docker/s6/crond/down
new file mode 100644
index 000000000..e69de29bb
diff --git a/docker/s6/crond/run b/docker/s6/crond/run
new file mode 100755
index 000000000..9aa9fb9f2
--- /dev/null
+++ b/docker/s6/crond/run
@@ -0,0 +1,9 @@
+#!/bin/sh
+# Crontabs are located by default in /var/spool/cron/crontabs/
+# The default configuration is also calling all the scripts in /etc/periodic/${period}
+
+if test -f ./setup; then
+ source ./setup
+fi
+
+exec gosu root /usr/sbin/crond -fS
diff --git a/docker/start.sh b/docker/start.sh
index 042bdd05d..a54c2a9bf 100755
--- a/docker/start.sh
+++ b/docker/start.sh
@@ -48,6 +48,15 @@ else
create_socat_links
fi
+CROND=$(echo "$RUN_CROND" | tr '[:upper:]' '[:lower:]')
+if [ "$CROND" = "true" -o "$CROND" = "1" ]; then
+ echo "init:crond | Cron Daemon (crond) will be run as requested by s6" 1>&2
+ rm -f /app/gogs/docker/s6/crond/down
+else
+ # Tell s6 not to run the crond service
+ touch /app/gogs/docker/s6/crond/down
+fi
+
# Exec CMD or S6 by default if nothing present
if [ $# -gt 0 ];then
exec "$@"
diff --git a/glide.lock b/glide.lock
new file mode 100644
index 000000000..e85ca69bb
--- /dev/null
+++ b/glide.lock
@@ -0,0 +1,144 @@
+hash: f2fa73b9a379e1fa12f2b48fb0b9942a545b4518a2d71cbd956ee81093347773
+updated: 2016-03-19T14:44:26.835671547-04:00
+imports:
+- name: github.com/bradfitz/gomemcache
+ version: fb1f79c6b65acda83063cbc69f6bba1522558bfc
+ subpackages:
+ - memcache
+- name: github.com/codegangsta/cli
+ version: aca5b047ed14d17224157c3434ea93bf6cdaadee
+- name: github.com/go-macaron/binding
+ version: a68f34212fe257219981e43adfe4c96ab48f42cd
+- name: github.com/go-macaron/cache
+ version: 56173531277692bc2925924d51fda1cd0a6b8178
+ subpackages:
+ - memcache
+ - redis
+- name: github.com/go-macaron/captcha
+ version: 8aa5919789ab301e865595eb4b1114d6b9847deb
+- name: github.com/go-macaron/csrf
+ version: 6a9a7df172cc1fcd81e4585f44b09200b6087cc0
+- name: github.com/go-macaron/gzip
+ version: cad1c6580a07c56f5f6bc52d66002a05985c5854
+- name: github.com/go-macaron/i18n
+ version: d2d3329f13b52314f3292c4cecb601fad13f02c8
+- name: github.com/go-macaron/inject
+ version: c5ab7bf3a307593cd44cb272d1a5beea473dd072
+- name: github.com/go-macaron/session
+ version: 66031fcb37a0fff002a1f028eb0b3a815c78306b
+ subpackages:
+ - redis
+- name: github.com/go-macaron/toolbox
+ version: 82b511550b0aefc36b3a28062ad3a52e812bee38
+- name: github.com/go-sql-driver/mysql
+ version: 66312f7fe2678aa0f5ec770f96702f4c4ec5aa8e
+- name: github.com/go-xorm/core
+ version: 502158401cde814951eae62f064d9e5ff39e13ce
+- name: github.com/go-xorm/xorm
+ version: 769f6b3ae663248e8f1b1d8fecbe1eb26ac77ac7
+- name: github.com/gogits/chardet
+ version: 2404f777256163ea3eadb273dada5dcb037993c0
+- name: github.com/gogits/cron
+ version: 3abc0f88f2062336bcc41b43a4febbd847a390ce
+- name: github.com/gogits/git-module
+ version: 76e8cce6c7ef3ba1cf75752261c721ebf14cd129
+- name: github.com/gogits/go-gogs-client
+ version: 788ec59749df076b98e208909b44fdef02779deb
+- name: github.com/issue9/identicon
+ version: f8c0d2ce04db79c663b1da33d3a9f62be753ee88
+- name: github.com/kardianos/minwinsvc
+ version: cad6b2b879b0970e4245a20ebf1a81a756e2bb70
+- name: github.com/klauspost/compress
+ version: 006acde2c5d283d2f8b8aa03d8f0cd2891c680cf
+ subpackages:
+ - gzip
+ - flate
+- name: github.com/klauspost/cpuid
+ version: 09cded8978dc9e80714c4d85b0322337b0a1e5e0
+- name: github.com/klauspost/crc32
+ version: 19b0b332c9e4516a6370a0456e6182c3b5036720
+- name: github.com/lib/pq
+ version: 165a3529e799da61ab10faed1fabff3662d6193f
+ subpackages:
+ - oid
+- name: github.com/mattn/go-sqlite3
+ version: 76e335f60bbcee20755df9864f0153af1a80ad2d
+- name: github.com/mcuadros/go-version
+ version: d52711f8d6bea8dc01efafdb68ad95a4e2606630
+- name: github.com/microcosm-cc/bluemonday
+ version: 4ac6f27528d0a3f2a59e0b0a6f6b3ff0bb89fe20
+- name: github.com/msteinert/pam
+ version: 02ccfbfaf0cc627aa3aec8ef7ed5cfeec5b43f63
+- name: github.com/nfnt/resize
+ version: 4d93a29130b1b6aba503e2aa8b50f516213ea80e
+- name: github.com/russross/blackfriday
+ version: b43df972fb5fdf3af8d2e90f38a69d374fe26dd0
+- name: github.com/satori/go.uuid
+ version: e673fdd4dea8a7334adbbe7f57b7e4b00bdc5502
+- name: github.com/sergi/go-diff
+ version: ec7fdbb58eb3e300c8595ad5ac74a5aa50019cc7
+ subpackages:
+ - diffmatchpatch
+- name: github.com/shurcooL/sanitized_anchor_name
+ version: 10ef21a441db47d8b13ebcc5fd2310f636973c77
+- name: github.com/Unknwon/cae
+ version: 7f5e046bc8a6c3cde743c233b96ee4fd84ee6ecd
+ subpackages:
+ - zip
+- name: github.com/Unknwon/com
+ version: 28b053d5a2923b87ce8c5a08f3af779894a72758
+- name: github.com/Unknwon/i18n
+ version: 3b48b6662051bed72d36efa3c1e897bdf96b2e37
+- name: github.com/Unknwon/paginater
+ version: 7748a72e01415173a27d79866b984328e7b0c12b
+- name: golang.org/x/crypto
+ version: c197bcf24cde29d3f73c7b4ac6fd41f4384e8af6
+ subpackages:
+ - ssh
+ - curve25519
+- name: golang.org/x/net
+ version: 35b06af0720201bc2f326773a80767387544f8c4
+ subpackages:
+ - html
+ - html/charset
+ - html/atom
+- name: golang.org/x/sys
+ version: 9d4e42a20653790449273b3c85e67d6d8bae6e2e
+ subpackages:
+ - windows/svc
+ - windows
+- name: golang.org/x/text
+ version: 1b466db55e0ba5d56ef5315c728216b42f796491
+ subpackages:
+ - transform
+ - encoding
+ - encoding/charmap
+ - encoding/htmlindex
+ - encoding/internal/identifier
+ - encoding/internal
+ - encoding/japanese
+ - encoding/korean
+ - encoding/simplifiedchinese
+ - encoding/traditionalchinese
+ - encoding/unicode
+ - language
+ - internal/utf8internal
+ - runes
+ - internal/tag
+- name: gopkg.in/alexcesaro/quotedprintable.v3
+ version: 2caba252f4dc53eaf6b553000885530023f54623
+- name: gopkg.in/asn1-ber.v1
+ version: 4e86f4367175e39f69d9358a5f17b4dda270378d
+- name: gopkg.in/bufio.v1
+ version: 567b2bfa514e796916c4747494d6ff5132a1dfce
+- name: gopkg.in/gomail.v2
+ version: 060a5f4e98dbf37408cf0c745681e4001d877827
+- name: gopkg.in/ini.v1
+ version: 776aa739ce9373377cd16f526cdf06cb4c89b40f
+- name: gopkg.in/ldap.v2
+ version: 07a7330929b9ee80495c88a4439657d89c7dbd87
+- name: gopkg.in/macaron.v1
+ version: 94a5ef7105036242f79e5e07a8eb8651d06c8533
+- name: gopkg.in/redis.v2
+ version: e6179049628164864e6e84e973cfb56335748dea
+devImports: []
diff --git a/glide.yaml b/glide.yaml
new file mode 100644
index 000000000..807f14707
--- /dev/null
+++ b/glide.yaml
@@ -0,0 +1,56 @@
+package: github.com/gogits/gogs
+import:
+- package: github.com/Unknwon/cae
+ subpackages:
+ - zip
+- package: github.com/Unknwon/com
+- package: github.com/Unknwon/i18n
+- package: github.com/Unknwon/paginater
+- package: github.com/codegangsta/cli
+- package: github.com/go-macaron/binding
+- package: github.com/go-macaron/cache
+ subpackages:
+ - memcache
+ - redis
+- package: github.com/go-macaron/captcha
+- package: github.com/go-macaron/csrf
+- package: github.com/go-macaron/gzip
+- package: github.com/go-macaron/i18n
+- package: github.com/go-macaron/session
+ subpackages:
+ - redis
+- package: github.com/go-macaron/toolbox
+- package: github.com/go-sql-driver/mysql
+- package: github.com/go-xorm/core
+- package: github.com/go-xorm/xorm
+- package: github.com/gogits/chardet
+- package: github.com/gogits/cron
+- package: github.com/gogits/git-module
+- package: github.com/gogits/go-gogs-client
+- package: github.com/issue9/identicon
+- package: github.com/kardianos/minwinsvc
+- package: github.com/lib/pq
+- package: github.com/mattn/go-sqlite3
+- package: github.com/mcuadros/go-version
+- package: github.com/microcosm-cc/bluemonday
+- package: github.com/msteinert/pam
+- package: github.com/nfnt/resize
+- package: github.com/russross/blackfriday
+- package: github.com/satori/go.uuid
+- package: github.com/sergi/go-diff
+ subpackages:
+ - diffmatchpatch
+- package: golang.org/x/crypto
+ subpackages:
+ - ssh
+- package: golang.org/x/net
+ subpackages:
+ - html
+ - html/charset
+- package: golang.org/x/text
+ subpackages:
+ - transform
+- package: gopkg.in/gomail.v2
+- package: gopkg.in/ini.v1
+- package: gopkg.in/ldap.v2
+- package: gopkg.in/macaron.v1
diff --git a/gogs.go b/gogs.go
index f281217fc..f6bd4f70c 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.8.23.0126"
+const APP_VER = "0.9.15.0323"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/models/access.go b/models/access.go
index 5eef32819..b4c1349b6 100644
--- a/models/access.go
+++ b/models/access.go
@@ -13,13 +13,40 @@ import (
type AccessMode int
const (
- ACCESS_MODE_NONE AccessMode = iota
- ACCESS_MODE_READ
- ACCESS_MODE_WRITE
- ACCESS_MODE_ADMIN
- ACCESS_MODE_OWNER
+ ACCESS_MODE_NONE AccessMode = iota // 0
+ ACCESS_MODE_READ // 1
+ ACCESS_MODE_WRITE // 2
+ ACCESS_MODE_ADMIN // 3
+ ACCESS_MODE_OWNER // 4
)
+func (mode AccessMode) String() string {
+ switch mode {
+ case ACCESS_MODE_READ:
+ return "read"
+ case ACCESS_MODE_WRITE:
+ return "write"
+ case ACCESS_MODE_ADMIN:
+ return "admin"
+ case ACCESS_MODE_OWNER:
+ return "owner"
+ default:
+ return "none"
+ }
+}
+
+// ParseAccessMode returns corresponding access mode to given permission string.
+func ParseAccessMode(permission string) AccessMode {
+ switch permission {
+ case "write":
+ return ACCESS_MODE_WRITE
+ case "admin":
+ return ACCESS_MODE_ADMIN
+ default:
+ return ACCESS_MODE_READ
+ }
+}
+
// Access represents the highest access level of a user to the repository. The only access type
// that is not in this table is the real owner of a repository. In case of an organization
// repository, the members of the owners team are in this table.
@@ -110,7 +137,7 @@ func (u *User) GetAccessibleRepositories() ([]*Repository, error) {
repoIDs = append(repoIDs, access.RepoID)
}
repos := make([]*Repository, 0, len(repoIDs))
- return repos, x.Where("owner_id != ?", u.Id).In("id", repoIDs).Desc("updated").Find(&repos)
+ return repos, x.Where("owner_id != ?", u.Id).In("id", repoIDs).Desc("updated_unix").Find(&repos)
}
func maxAccessMode(modes ...AccessMode) AccessMode {
@@ -151,15 +178,14 @@ func (repo *Repository) refreshAccesses(e Engine, accessMap map[int64]AccessMode
return nil
}
-// FIXME: should be able to have read-only access.
-// Give all collaborators write access.
+// refreshCollaboratorAccesses retrieves repository collaborations with their access modes.
func (repo *Repository) refreshCollaboratorAccesses(e Engine, accessMap map[int64]AccessMode) error {
- collaborators, err := repo.getCollaborators(e)
+ collaborations, err := repo.getCollaborations(e)
if err != nil {
- return fmt.Errorf("getCollaborators: %v", err)
+ return fmt.Errorf("getCollaborations: %v", err)
}
- for _, c := range collaborators {
- accessMap[c.Id] = ACCESS_MODE_WRITE
+ for _, c := range collaborations {
+ accessMap[c.UserID] = c.Mode
}
return nil
}
diff --git a/models/action.go b/models/action.go
index 33d5246ee..91d43bae9 100644
--- a/models/action.go
+++ b/models/action.go
@@ -28,17 +28,21 @@ import (
type ActionType int
const (
- CREATE_REPO ActionType = iota + 1 // 1
- RENAME_REPO // 2
- STAR_REPO // 3
- FOLLOW_REPO // 4
- COMMIT_REPO // 5
- CREATE_ISSUE // 6
- CREATE_PULL_REQUEST // 7
- TRANSFER_REPO // 8
- PUSH_TAG // 9
- COMMENT_ISSUE // 10
- MERGE_PULL_REQUEST // 11
+ ACTION_CREATE_REPO ActionType = iota + 1 // 1
+ ACTION_RENAME_REPO // 2
+ ACTION_STAR_REPO // 3
+ ACTION_WATCH_REPO // 4
+ ACTION_COMMIT_REPO // 5
+ ACTION_CREATE_ISSUE // 6
+ ACTION_CREATE_PULL_REQUEST // 7
+ ACTION_TRANSFER_REPO // 8
+ ACTION_PUSH_TAG // 9
+ ACTION_COMMENT_ISSUE // 10
+ ACTION_MERGE_PULL_REQUEST // 11
+ ACTION_CLOSE_ISSUE // 12
+ ACTION_REOPEN_ISSUE // 13
+ ACTION_CLOSE_PULL_REQUEST // 14
+ ACTION_REOPEN_PULL_REQUEST // 15
)
var (
@@ -80,13 +84,18 @@ type Action struct {
RefName string
IsPrivate bool `xorm:"NOT NULL DEFAULT false"`
Content string `xorm:"TEXT"`
- Created time.Time `xorm:"created"`
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+}
+
+func (a *Action) BeforeInsert() {
+ a.CreatedUnix = time.Now().UTC().Unix()
}
func (a *Action) AfterSet(colName string, _ xorm.Cell) {
switch colName {
- case "created":
- a.Created = regulateTimeZone(a.Created)
+ case "created_unix":
+ a.Created = time.Unix(a.CreatedUnix, 0).Local()
}
}
@@ -178,7 +187,7 @@ func newRepoAction(e Engine, u *User, repo *Repository) (err error) {
ActUserID: u.Id,
ActUserName: u.Name,
ActEmail: u.Email,
- OpType: CREATE_REPO,
+ OpType: ACTION_CREATE_REPO,
RepoID: repo.ID,
RepoUserName: repo.Owner.Name,
RepoName: repo.Name,
@@ -201,7 +210,7 @@ func renameRepoAction(e Engine, actUser *User, oldRepoName string, repo *Reposit
ActUserID: actUser.Id,
ActUserName: actUser.Name,
ActEmail: actUser.Email,
- OpType: RENAME_REPO,
+ OpType: ACTION_RENAME_REPO,
RepoID: repo.ID,
RepoUserName: repo.Owner.Name,
RepoName: repo.Name,
@@ -366,7 +375,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string
continue
}
- if err = issue.ChangeStatus(u, true); err != nil {
+ if err = issue.ChangeStatus(u, repo, true); err != nil {
return err
}
}
@@ -406,7 +415,7 @@ func updateIssuesCommit(u *User, repo *Repository, repoUserName, repoName string
continue
}
- if err = issue.ChangeStatus(u, false); err != nil {
+ if err = issue.ChangeStatus(u, repo, false); err != nil {
return err
}
}
@@ -443,10 +452,10 @@ func CommitRepoAction(
}
isNewBranch := false
- opType := COMMIT_REPO
+ opType := ACTION_COMMIT_REPO
// Check it's tag push or branch.
if strings.HasPrefix(refFullName, "refs/tags/") {
- opType = PUSH_TAG
+ opType = ACTION_PUSH_TAG
commit = &PushCommits{}
} else {
// if not the first commit, set the compareUrl
@@ -498,11 +507,11 @@ func CommitRepoAction(
payloadSender := &api.PayloadUser{
UserName: pusher.Name,
ID: pusher.Id,
- AvatarUrl: setting.AppUrl + pusher.RelAvatarLink(),
+ AvatarUrl: pusher.AvatarLink(),
}
switch opType {
- case COMMIT_REPO: // Push
+ case ACTION_COMMIT_REPO: // Push
p := &api.PushPayload{
Ref: refFullName,
Before: oldCommitID,
@@ -530,7 +539,7 @@ func CommitRepoAction(
})
}
- case PUSH_TAG: // Create
+ case ACTION_PUSH_TAG: // Create
return PrepareWebhooks(repo, HOOK_EVENT_CREATE, &api.CreatePayload{
Ref: refName,
RefType: "tag",
@@ -547,7 +556,7 @@ func transferRepoAction(e Engine, actUser, oldOwner, newOwner *User, repo *Repos
ActUserID: actUser.Id,
ActUserName: actUser.Name,
ActEmail: actUser.Email,
- OpType: TRANSFER_REPO,
+ OpType: ACTION_TRANSFER_REPO,
RepoID: repo.ID,
RepoUserName: newOwner.Name,
RepoName: repo.Name,
@@ -578,7 +587,7 @@ func mergePullRequestAction(e Engine, actUser *User, repo *Repository, pull *Iss
ActUserID: actUser.Id,
ActUserName: actUser.Name,
ActEmail: actUser.Email,
- OpType: MERGE_PULL_REQUEST,
+ OpType: ACTION_MERGE_PULL_REQUEST,
Content: fmt.Sprintf("%d|%s", pull.Index, pull.Name),
RepoID: repo.ID,
RepoUserName: repo.Owner.Name,
@@ -593,12 +602,29 @@ func MergePullRequestAction(actUser *User, repo *Repository, pull *Issue) error
}
// GetFeeds returns action list of given user in given context.
-func GetFeeds(uid, offset int64, isProfile bool) ([]*Action, error) {
+// userID is the user who's requesting, ctxUserID is the user/org that is requested.
+// userID can be -1, if isProfile is true or in order to skip the permission check.
+func GetFeeds(ctxUserID, userID, offset int64, isProfile bool) ([]*Action, error) {
actions := make([]*Action, 0, 20)
- sess := x.Limit(20, int(offset)).Desc("id").Where("user_id=?", uid)
+ sess := x.Limit(20, int(offset)).Desc("id").Where("user_id=?", ctxUserID)
if isProfile {
- sess.And("is_private=?", false).And("act_user_id=?", uid)
+ sess.And("is_private=?", false).And("act_user_id=?", ctxUserID)
+ } else if ctxUserID != -1 {
+ ctxUser := &User{Id: ctxUserID}
+ if err := ctxUser.GetUserRepositories(userID); err != nil {
+ return nil, err
+ }
+
+ var repoIDs []int64
+ for _, repo := range ctxUser.Repos {
+ repoIDs = append(repoIDs, repo.ID)
+ }
+
+ if len(repoIDs) > 0 {
+ sess.In("repo_id", repoIDs)
+ }
}
+
err := sess.Find(&actions)
return actions, err
}
diff --git a/models/admin.go b/models/admin.go
index 1d6bf6296..d9e8e529e 100644
--- a/models/admin.go
+++ b/models/admin.go
@@ -5,12 +5,18 @@
package models
import (
+ "fmt"
+ "os"
+ "os/exec"
"strings"
"time"
"github.com/Unknwon/com"
+ "github.com/go-xorm/xorm"
"github.com/gogits/gogs/modules/base"
+ "github.com/gogits/gogs/modules/log"
+ "github.com/gogits/gogs/modules/setting"
)
type NoticeType int
@@ -24,7 +30,19 @@ type Notice struct {
ID int64 `xorm:"pk autoincr"`
Type NoticeType
Description string `xorm:"TEXT"`
- Created time.Time `xorm:"CREATED"`
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+}
+
+func (n *Notice) BeforeInsert() {
+ n.CreatedUnix = time.Now().UTC().Unix()
+}
+
+func (n *Notice) AfterSet(colName string, _ xorm.Cell) {
+ switch colName {
+ case "created_unix":
+ n.Created = time.Unix(n.CreatedUnix, 0).Local()
+ }
}
// TrStr returns a translation format string.
@@ -47,6 +65,25 @@ func CreateRepositoryNotice(desc string) error {
return CreateNotice(NOTICE_REPOSITORY, desc)
}
+// RemoveAllWithNotice removes all directories in given path and
+// creates a system notice when error occurs.
+func RemoveAllWithNotice(title, path string) {
+ var err error
+ if setting.IsWindows {
+ err = exec.Command("cmd", "/C", "rmdir", "/S", "/Q", path).Run()
+ } else {
+ err = os.RemoveAll(path)
+ }
+
+ if err != nil {
+ desc := fmt.Sprintf("%s [%s]: %v", title, path, err)
+ log.Warn(desc)
+ if err = CreateRepositoryNotice(desc); err != nil {
+ log.Error(4, "CreateRepositoryNotice: %v", err)
+ }
+ }
+}
+
// CountNotices returns number of notices.
func CountNotices() int64 {
count, _ := x.Count(new(Notice))
diff --git a/models/cron/cron.go b/models/cron/cron.go
deleted file mode 100644
index 8e494e553..000000000
--- a/models/cron/cron.go
+++ /dev/null
@@ -1,59 +0,0 @@
-// Copyright 2014 The Gogs Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-package cron
-
-import (
- "time"
-
- "github.com/gogits/gogs/models"
- "github.com/gogits/gogs/modules/cron"
- "github.com/gogits/gogs/modules/log"
- "github.com/gogits/gogs/modules/setting"
-)
-
-var c = cron.New()
-
-func NewContext() {
- var (
- entry *cron.Entry
- err error
- )
- if setting.Cron.UpdateMirror.Enabled {
- entry, err = c.AddFunc("Update mirrors", setting.Cron.UpdateMirror.Schedule, models.MirrorUpdate)
- if err != nil {
- log.Fatal(4, "Cron[Update mirrors]: %v", err)
- }
- if setting.Cron.UpdateMirror.RunAtStart {
- entry.Prev = time.Now()
- go models.MirrorUpdate()
- }
- }
- if setting.Cron.RepoHealthCheck.Enabled {
- entry, err = c.AddFunc("Repository health check", setting.Cron.RepoHealthCheck.Schedule, models.GitFsck)
- if err != nil {
- log.Fatal(4, "Cron[Repository health check]: %v", err)
- }
- if setting.Cron.RepoHealthCheck.RunAtStart {
- entry.Prev = time.Now()
- go models.GitFsck()
- }
- }
- if setting.Cron.CheckRepoStats.Enabled {
- entry, err = c.AddFunc("Check repository statistics", setting.Cron.CheckRepoStats.Schedule, models.CheckRepoStats)
- if err != nil {
- log.Fatal(4, "Cron[Check repository statistics]: %v", err)
- }
- if setting.Cron.CheckRepoStats.RunAtStart {
- entry.Prev = time.Now()
- go models.CheckRepoStats()
- }
- }
- c.Start()
-}
-
-// ListTasks returns all running cron tasks.
-func ListTasks() []*cron.Entry {
- return c.Entries()
-}
diff --git a/models/error.go b/models/error.go
index 83a24e7f4..cd7fa35de 100644
--- a/models/error.go
+++ b/models/error.go
@@ -392,6 +392,26 @@ func (err ErrReleaseNotExist) Error() string {
return fmt.Sprintf("Release tag does not exist [id: %d, tag_name: %s]", err.ID, err.TagName)
}
+// __________ .__
+// \______ \____________ ____ ____ | |__
+// | | _/\_ __ \__ \ / \_/ ___\| | \
+// | | \ | | \// __ \| | \ \___| Y \
+// |______ / |__| (____ /___| /\___ >___| /
+// \/ \/ \/ \/ \/
+
+type ErrBranchNotExist struct {
+ Name string
+}
+
+func IsErrBranchNotExist(err error) bool {
+ _, ok := err.(ErrBranchNotExist)
+ return ok
+}
+
+func (err ErrBranchNotExist) Error() string {
+ return fmt.Sprintf("Branch does not exist [name: %s]", err.Name)
+}
+
// __ __ ___. .__ __
// / \ / \ ____\_ |__ | |__ ____ ____ | | __
// \ \/\/ // __ \| __ \| | \ / _ \ / _ \| |/ /
@@ -559,5 +579,26 @@ func IsErrAuthenticationNotExist(err error) bool {
}
func (err ErrAuthenticationNotExist) Error() string {
- return fmt.Sprintf("Authentication does not exist [id: %d]", err.ID)
+ return fmt.Sprintf("authentication does not exist [id: %d]", err.ID)
+}
+
+// ___________
+// \__ ___/___ _____ _____
+// | |_/ __ \\__ \ / \
+// | |\ ___/ / __ \| Y Y \
+// |____| \___ >____ /__|_| /
+// \/ \/ \/
+
+type ErrTeamAlreadyExist struct {
+ OrgID int64
+ Name string
+}
+
+func IsErrTeamAlreadyExist(err error) bool {
+ _, ok := err.(ErrTeamAlreadyExist)
+ return ok
+}
+
+func (err ErrTeamAlreadyExist) Error() string {
+ return fmt.Sprintf("team already exists [org_id: %d, name: %s]", err.OrgID, err.Name)
}
diff --git a/models/git_diff.go b/models/git_diff.go
index 1913ec46e..ab70139fb 100644
--- a/models/git_diff.go
+++ b/models/git_diff.go
@@ -26,6 +26,7 @@ import (
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/process"
+ "github.com/gogits/gogs/modules/template/highlight"
)
type DiffLineType uint8
@@ -51,7 +52,6 @@ type DiffLine struct {
RightIdx int
Type DiffLineType
Content string
- ParsedContent template.HTML
}
func (d *DiffLine) GetType() int {
@@ -112,42 +112,42 @@ func (diffSection *DiffSection) GetLine(lineType DiffLineType, idx int) *DiffLin
return nil
}
-// computes diff of each diff line and set the HTML on diffLine.ParsedContent
-func (diffSection *DiffSection) ComputeLinesDiff() {
- for _, diffLine := range diffSection.Lines {
- var compareDiffLine *DiffLine
- var diff1, diff2 string
+// computes inline diff for the given line
+func (diffSection *DiffSection) GetComputedInlineDiffFor(diffLine *DiffLine) template.HTML {
+ var compareDiffLine *DiffLine
+ var diff1, diff2 string
- diffLine.ParsedContent = template.HTML(html.EscapeString(diffLine.Content[1:]))
+ getDefaultReturn := func() template.HTML {
+ return template.HTML(html.EscapeString(diffLine.Content[1:]))
+ }
- // just compute diff for adds and removes
- if diffLine.Type != DIFF_LINE_ADD && diffLine.Type != DIFF_LINE_DEL {
- continue
- }
+ // just compute diff for adds and removes
+ if diffLine.Type != DIFF_LINE_ADD && diffLine.Type != DIFF_LINE_DEL {
+ return getDefaultReturn()
+ }
- // try to find equivalent diff line. ignore, otherwise
- if diffLine.Type == DIFF_LINE_ADD {
- compareDiffLine = diffSection.GetLine(DIFF_LINE_DEL, diffLine.RightIdx)
- if compareDiffLine == nil {
- continue
- }
- diff1 = compareDiffLine.Content
- diff2 = diffLine.Content
- } else {
- compareDiffLine = diffSection.GetLine(DIFF_LINE_ADD, diffLine.LeftIdx)
- if compareDiffLine == nil {
- continue
- }
- diff1 = diffLine.Content
- diff2 = compareDiffLine.Content
+ // try to find equivalent diff line. ignore, otherwise
+ if diffLine.Type == DIFF_LINE_ADD {
+ compareDiffLine = diffSection.GetLine(DIFF_LINE_DEL, diffLine.RightIdx)
+ if compareDiffLine == nil {
+ return getDefaultReturn()
+ }
+ diff1 = compareDiffLine.Content
+ diff2 = diffLine.Content
+ } else {
+ compareDiffLine = diffSection.GetLine(DIFF_LINE_ADD, diffLine.LeftIdx)
+ if compareDiffLine == nil {
+ return getDefaultReturn()
}
+ diff1 = diffLine.Content
+ diff2 = compareDiffLine.Content
+ }
- dmp := diffmatchpatch.New()
- diffRecord := dmp.DiffMain(diff1[1:], diff2[1:], true)
- diffRecord = dmp.DiffCleanupSemantic(diffRecord)
+ dmp := diffmatchpatch.New()
+ diffRecord := dmp.DiffMain(diff1[1:], diff2[1:], true)
+ diffRecord = dmp.DiffCleanupSemantic(diffRecord)
- diffLine.ParsedContent = diffToHTML(diffRecord, diffLine.Type)
- }
+ return diffToHTML(diffRecord, diffLine.Type)
}
type DiffFile struct {
@@ -167,6 +167,10 @@ func (diffFile *DiffFile) GetType() int {
return int(diffFile.Type)
}
+func (diffFile *DiffFile) GetHighlightClass() string {
+ return highlight.FileNameToHighlightClass(diffFile.Name)
+}
+
type Diff struct {
TotalAddition, TotalDeletion int
Files []*DiffFile
diff --git a/models/git_diff_test.go b/models/git_diff_test.go
index 4084814ec..3a1312ca5 100644
--- a/models/git_diff_test.go
+++ b/models/git_diff_test.go
@@ -1,70 +1,70 @@
package models
import (
- dmp "github.com/sergi/go-diff/diffmatchpatch"
- "html/template"
- "testing"
+ dmp "github.com/sergi/go-diff/diffmatchpatch"
+ "html/template"
+ "testing"
)
func assertEqual(t *testing.T, s1 string, s2 template.HTML) {
- if s1 != string(s2) {
- t.Errorf("%s should be equal %s", s2, s1)
- }
+ if s1 != string(s2) {
+ t.Errorf("%s should be equal %s", s2, s1)
+ }
}
func assertLineEqual(t *testing.T, d1 *DiffLine, d2 *DiffLine) {
- if d1 != d2 {
- t.Errorf("%v should be equal %v", d1, d2)
- }
+ if d1 != d2 {
+ t.Errorf("%v should be equal %v", d1, d2)
+ }
}
func TestDiffToHTML(t *testing.T) {
- assertEqual(t, "foo bar biz", diffToHTML([]dmp.Diff{
- dmp.Diff{dmp.DiffEqual, "foo "},
- dmp.Diff{dmp.DiffInsert, "bar"},
- dmp.Diff{dmp.DiffDelete, " baz"},
- dmp.Diff{dmp.DiffEqual, " biz"},
- }, DIFF_LINE_ADD))
+ assertEqual(t, "foo bar biz", diffToHTML([]dmp.Diff{
+ dmp.Diff{dmp.DiffEqual, "foo "},
+ dmp.Diff{dmp.DiffInsert, "bar"},
+ dmp.Diff{dmp.DiffDelete, " baz"},
+ dmp.Diff{dmp.DiffEqual, " biz"},
+ }, DIFF_LINE_ADD))
- assertEqual(t, "foo bar biz", diffToHTML([]dmp.Diff{
- dmp.Diff{dmp.DiffEqual, "foo "},
- dmp.Diff{dmp.DiffDelete, "bar"},
- dmp.Diff{dmp.DiffInsert, " baz"},
- dmp.Diff{dmp.DiffEqual, " biz"},
- }, DIFF_LINE_DEL))
+ assertEqual(t, "foo bar biz", diffToHTML([]dmp.Diff{
+ dmp.Diff{dmp.DiffEqual, "foo "},
+ dmp.Diff{dmp.DiffDelete, "bar"},
+ dmp.Diff{dmp.DiffInsert, " baz"},
+ dmp.Diff{dmp.DiffEqual, " biz"},
+ }, DIFF_LINE_DEL))
}
// test if GetLine is return the correct lines
func TestGetLine(t *testing.T) {
- ds := DiffSection{Lines: []*DiffLine{
- &DiffLine{LeftIdx: 28, RightIdx: 28, Type: DIFF_LINE_PLAIN},
- &DiffLine{LeftIdx: 29, RightIdx: 29, Type: DIFF_LINE_PLAIN},
- &DiffLine{LeftIdx: 30, RightIdx: 30, Type: DIFF_LINE_PLAIN},
- &DiffLine{LeftIdx: 31, RightIdx: 0, Type: DIFF_LINE_DEL},
- &DiffLine{LeftIdx: 0, RightIdx: 31, Type: DIFF_LINE_ADD},
- &DiffLine{LeftIdx: 0, RightIdx: 32, Type: DIFF_LINE_ADD},
- &DiffLine{LeftIdx: 32, RightIdx: 33, Type: DIFF_LINE_PLAIN},
- &DiffLine{LeftIdx: 33, RightIdx: 0, Type: DIFF_LINE_DEL},
- &DiffLine{LeftIdx: 34, RightIdx: 0, Type: DIFF_LINE_DEL},
- &DiffLine{LeftIdx: 35, RightIdx: 0, Type: DIFF_LINE_DEL},
- &DiffLine{LeftIdx: 36, RightIdx: 0, Type: DIFF_LINE_DEL},
- &DiffLine{LeftIdx: 0, RightIdx: 34, Type: DIFF_LINE_ADD},
- &DiffLine{LeftIdx: 0, RightIdx: 35, Type: DIFF_LINE_ADD},
- &DiffLine{LeftIdx: 0, RightIdx: 36, Type: DIFF_LINE_ADD},
- &DiffLine{LeftIdx: 0, RightIdx: 37, Type: DIFF_LINE_ADD},
- &DiffLine{LeftIdx: 37, RightIdx: 38, Type: DIFF_LINE_PLAIN},
- &DiffLine{LeftIdx: 38, RightIdx: 39, Type: DIFF_LINE_PLAIN},
- }}
+ ds := DiffSection{Lines: []*DiffLine{
+ &DiffLine{LeftIdx: 28, RightIdx: 28, Type: DIFF_LINE_PLAIN},
+ &DiffLine{LeftIdx: 29, RightIdx: 29, Type: DIFF_LINE_PLAIN},
+ &DiffLine{LeftIdx: 30, RightIdx: 30, Type: DIFF_LINE_PLAIN},
+ &DiffLine{LeftIdx: 31, RightIdx: 0, Type: DIFF_LINE_DEL},
+ &DiffLine{LeftIdx: 0, RightIdx: 31, Type: DIFF_LINE_ADD},
+ &DiffLine{LeftIdx: 0, RightIdx: 32, Type: DIFF_LINE_ADD},
+ &DiffLine{LeftIdx: 32, RightIdx: 33, Type: DIFF_LINE_PLAIN},
+ &DiffLine{LeftIdx: 33, RightIdx: 0, Type: DIFF_LINE_DEL},
+ &DiffLine{LeftIdx: 34, RightIdx: 0, Type: DIFF_LINE_DEL},
+ &DiffLine{LeftIdx: 35, RightIdx: 0, Type: DIFF_LINE_DEL},
+ &DiffLine{LeftIdx: 36, RightIdx: 0, Type: DIFF_LINE_DEL},
+ &DiffLine{LeftIdx: 0, RightIdx: 34, Type: DIFF_LINE_ADD},
+ &DiffLine{LeftIdx: 0, RightIdx: 35, Type: DIFF_LINE_ADD},
+ &DiffLine{LeftIdx: 0, RightIdx: 36, Type: DIFF_LINE_ADD},
+ &DiffLine{LeftIdx: 0, RightIdx: 37, Type: DIFF_LINE_ADD},
+ &DiffLine{LeftIdx: 37, RightIdx: 38, Type: DIFF_LINE_PLAIN},
+ &DiffLine{LeftIdx: 38, RightIdx: 39, Type: DIFF_LINE_PLAIN},
+ }}
- assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 31), ds.Lines[4])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 31), ds.Lines[3])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 31), ds.Lines[4])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 31), ds.Lines[3])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 33), ds.Lines[11])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 34), ds.Lines[12])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 35), ds.Lines[13])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 36), ds.Lines[14])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 34), ds.Lines[7])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 35), ds.Lines[8])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 36), ds.Lines[9])
- assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 37), ds.Lines[10])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 33), ds.Lines[11])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 34), ds.Lines[12])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 35), ds.Lines[13])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_ADD, 36), ds.Lines[14])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 34), ds.Lines[7])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 35), ds.Lines[8])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 36), ds.Lines[9])
+ assertLineEqual(t, ds.GetLine(DIFF_LINE_DEL, 37), ds.Lines[10])
}
diff --git a/models/issue.go b/models/issue.go
index 6188da5c6..edc46689d 100644
--- a/models/issue.go
+++ b/models/issue.go
@@ -17,11 +17,11 @@ import (
"github.com/Unknwon/com"
"github.com/go-xorm/xorm"
+ gouuid "github.com/satori/go.uuid"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
- gouuid "github.com/gogits/gogs/modules/uuid"
)
var (
@@ -52,14 +52,28 @@ type Issue struct {
RenderedContent string `xorm:"-"`
Priority int
NumComments int
- Deadline time.Time
- Created time.Time `xorm:"CREATED"`
- Updated time.Time `xorm:"UPDATED"`
+
+ Deadline time.Time `xorm:"-"`
+ DeadlineUnix int64
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"`
+ UpdatedUnix int64
Attachments []*Attachment `xorm:"-"`
Comments []*Comment `xorm:"-"`
}
+func (i *Issue) BeforeInsert() {
+ i.CreatedUnix = time.Now().UTC().Unix()
+ i.UpdatedUnix = i.CreatedUnix
+}
+
+func (i *Issue) BeforeUpdate() {
+ i.UpdatedUnix = time.Now().UTC().Unix()
+ i.DeadlineUnix = i.Deadline.UTC().Unix()
+}
+
func (i *Issue) AfterSet(colName string, _ xorm.Cell) {
var err error
switch colName {
@@ -74,6 +88,23 @@ func (i *Issue) AfterSet(colName string, _ xorm.Cell) {
log.Error(3, "GetCommentsByIssueID[%d]: %v", i.ID, err)
}
+ i.Labels, err = GetLabelsByIssueID(i.ID)
+ if err != nil {
+ log.Error(3, "GetLabelsByIssueID[%d]: %v", i.ID, err)
+ }
+
+ case "poster_id":
+ i.Poster, err = GetUserByID(i.PosterID)
+ if err != nil {
+ if IsErrUserNotExist(err) {
+ i.PosterID = -1
+ i.Poster = NewFakeUser()
+ } else {
+ log.Error(3, "GetUserByID[%d]: %v", i.ID, err)
+ }
+ return
+ }
+
case "milestone_id":
if i.MilestoneID == 0 {
return
@@ -83,6 +114,7 @@ func (i *Issue) AfterSet(colName string, _ xorm.Cell) {
if err != nil {
log.Error(3, "GetMilestoneById[%d]: %v", i.ID, err)
}
+
case "assignee_id":
if i.AssigneeID == 0 {
return
@@ -92,8 +124,13 @@ func (i *Issue) AfterSet(colName string, _ xorm.Cell) {
if err != nil {
log.Error(3, "GetUserByID[%d]: %v", i.ID, err)
}
- case "created":
- i.Created = regulateTimeZone(i.Created)
+
+ case "deadline_unix":
+ i.Deadline = time.Unix(i.DeadlineUnix, 0).Local()
+ case "created_unix":
+ i.Created = time.Unix(i.CreatedUnix, 0).Local()
+ case "updated_unix":
+ i.Updated = time.Unix(i.UpdatedUnix, 0).Local()
}
}
@@ -102,21 +139,19 @@ func (i *Issue) HashTag() string {
return "issue-" + com.ToStr(i.ID)
}
+// State returns string representation of issue status.
+func (i *Issue) State() string {
+ if i.IsClosed {
+ return "closed"
+ }
+ return "open"
+}
+
// IsPoster returns true if given user by ID is the poster.
func (i *Issue) IsPoster(uid int64) bool {
return i.PosterID == uid
}
-func (i *Issue) GetPoster() (err error) {
- i.Poster, err = GetUserByID(i.PosterID)
- if IsErrUserNotExist(err) {
- i.PosterID = -1
- i.Poster = NewFakeUser()
- return nil
- }
- return err
-}
-
func (i *Issue) hasLabel(e Engine, labelID int64) bool {
return hasIssueLabel(e, i.ID, labelID)
}
@@ -157,11 +192,6 @@ func (i *Issue) getLabels(e Engine) (err error) {
return nil
}
-// GetLabels retrieves all labels of issue and assign to corresponding field.
-func (i *Issue) GetLabels() error {
- return i.getLabels(x)
-}
-
func (i *Issue) removeLabel(e *xorm.Session, label *Label) error {
return deleteIssueLabel(e, i, label)
}
@@ -218,7 +248,8 @@ func (i *Issue) ReadBy(uid int64) error {
return UpdateIssueUserByRead(uid, i.ID)
}
-func (i *Issue) changeStatus(e *xorm.Session, doer *User, isClosed bool) (err error) {
+func (i *Issue) changeStatus(e *xorm.Session, doer *User, repo *Repository, isClosed bool) (err error) {
+ // Nothing should be performed if current status is same as target status
if i.IsClosed == isClosed {
return nil
}
@@ -230,7 +261,7 @@ func (i *Issue) changeStatus(e *xorm.Session, doer *User, isClosed bool) (err er
return err
}
- // Update labels.
+ // Update issue count of labels
if err = i.getLabels(e); err != nil {
return err
}
@@ -245,28 +276,28 @@ func (i *Issue) changeStatus(e *xorm.Session, doer *User, isClosed bool) (err er
}
}
- // Update milestone.
+ // Update issue count of milestone
if err = changeMilestoneIssueStats(e, i); err != nil {
return err
}
- // New action comment.
- if _, err = createStatusComment(e, doer, i.Repo, i); err != nil {
+ // New action comment
+ if _, err = createStatusComment(e, doer, repo, i); err != nil {
return err
}
return nil
}
-// ChangeStatus changes issue status to open/closed.
-func (i *Issue) ChangeStatus(doer *User, isClosed bool) (err error) {
+// ChangeStatus changes issue status to open or closed.
+func (i *Issue) ChangeStatus(doer *User, repo *Repository, isClosed bool) (err error) {
sess := x.NewSession()
defer sessionRelease(sess)
if err = sess.Begin(); err != nil {
return err
}
- if err = i.changeStatus(sess, doer, isClosed); err != nil {
+ if err = i.changeStatus(sess, doer, repo, isClosed); err != nil {
return err
}
@@ -284,6 +315,19 @@ func (i *Issue) GetPullRequest() (err error) {
// It's caller's responsibility to create action.
func newIssue(e *xorm.Session, repo *Repository, issue *Issue, labelIDs []int64, uuids []string, isPull bool) (err error) {
+ issue.Name = strings.TrimSpace(issue.Name)
+ issue.Index = repo.NextIssueIndex()
+
+ if issue.AssigneeID > 0 {
+ // Silently drop invalid assignee
+ valid, err := hasAccess(e, &User{Id: issue.AssigneeID}, repo, ACCESS_MODE_WRITE)
+ if err != nil {
+ return fmt.Errorf("hasAccess: %v", err)
+ } else if !valid {
+ issue.AssigneeID = 0
+ }
+ }
+
if _, err = e.Insert(issue); err != nil {
return err
}
@@ -297,20 +341,23 @@ func newIssue(e *xorm.Session, repo *Repository, issue *Issue, labelIDs []int64,
return err
}
- var label *Label
- for _, id := range labelIDs {
- if id == 0 {
- continue
+ if len(labelIDs) > 0 {
+ // During the session, SQLite3 dirver cannot handle retrieve objects after update something.
+ // So we have to get all needed labels first.
+ labels := make([]*Label, 0, len(labelIDs))
+ if err = e.In("id", labelIDs).Find(&labels); err != nil {
+ return fmt.Errorf("find all labels: %v", err)
}
- label, err = getLabelByID(e, id)
- if err != nil {
- return err
- }
- if err = issue.addLabel(e, label); err != nil {
- return fmt.Errorf("addLabel: %v", err)
- }
+ for _, label := range labels {
+ if label.RepoID != repo.ID {
+ continue
+ }
+ if err = issue.addLabel(e, label); err != nil {
+ return fmt.Errorf("addLabel: %v", err)
+ }
+ }
}
if issue.MilestoneID > 0 {
@@ -359,23 +406,27 @@ func NewIssue(repo *Repository, issue *Issue, labelIDs []int64, uuids []string)
return fmt.Errorf("newIssue: %v", err)
}
+ if err = sess.Commit(); err != nil {
+ return fmt.Errorf("Commit: %v", err)
+ }
+
// Notify watchers.
act := &Action{
ActUserID: issue.Poster.Id,
ActUserName: issue.Poster.Name,
ActEmail: issue.Poster.Email,
- OpType: CREATE_ISSUE,
+ OpType: ACTION_CREATE_ISSUE,
Content: fmt.Sprintf("%d|%s", issue.Index, issue.Name),
RepoID: repo.ID,
RepoUserName: repo.Owner.Name,
RepoName: repo.Name,
IsPrivate: repo.IsPrivate,
}
- if err = notifyWatchers(sess, act); err != nil {
- return err
+ if err = NotifyWatchers(act); err != nil {
+ log.Error(4, "notifyWatchers: %v", err)
}
- return sess.Commit()
+ return nil
}
// GetIssueByRef returns an Issue specified by a GFM reference.
@@ -449,6 +500,10 @@ type IssuesOptions struct {
// Issues returns a list of issues by given conditions.
func Issues(opts *IssuesOptions) ([]*Issue, error) {
+ if opts.Page <= 0 {
+ opts.Page = 1
+ }
+
sess := x.Limit(setting.IssuePagingNum, (opts.Page-1)*setting.IssuePagingNum)
if opts.RepoID > 0 {
@@ -477,11 +532,11 @@ func Issues(opts *IssuesOptions) ([]*Issue, error) {
switch opts.SortType {
case "oldest":
- sess.Asc("created")
+ sess.Asc("created_unix")
case "recentupdate":
- sess.Desc("updated")
+ sess.Desc("updated_unix")
case "leastupdate":
- sess.Asc("updated")
+ sess.Asc("updated_unix")
case "mostcomment":
sess.Desc("num_comments")
case "leastcomment":
@@ -489,7 +544,7 @@ func Issues(opts *IssuesOptions) ([]*Issue, error) {
case "priority":
sess.Desc("priority")
default:
- sess.Desc("created")
+ sess.Desc("created_unix")
}
labelIDs := base.StringsToInt64s(strings.Split(opts.Labels, ","))
@@ -860,7 +915,7 @@ func UpdateIssue(issue *Issue) error {
return updateIssue(x, issue)
}
-// updateIssueCols updates specific fields of given issue.
+// updateIssueCols only updates values of specific columns for given issue.
func updateIssueCols(e Engine, issue *Issue, cols ...string) error {
_, err := e.Id(issue.ID).Cols(cols...).Update(issue)
return err
@@ -934,213 +989,6 @@ func UpdateIssueUsersByMentions(uids []int64, iid int64) error {
return nil
}
-// .____ ___. .__
-// | | _____ \_ |__ ____ | |
-// | | \__ \ | __ \_/ __ \| |
-// | |___ / __ \| \_\ \ ___/| |__
-// |_______ (____ /___ /\___ >____/
-// \/ \/ \/ \/
-
-// Label represents a label of repository for issues.
-type Label struct {
- ID int64 `xorm:"pk autoincr"`
- RepoID int64 `xorm:"INDEX"`
- Name string
- Color string `xorm:"VARCHAR(7)"`
- NumIssues int
- NumClosedIssues int
- NumOpenIssues int `xorm:"-"`
- IsChecked bool `xorm:"-"`
-}
-
-// CalOpenIssues calculates the open issues of label.
-func (m *Label) CalOpenIssues() {
- m.NumOpenIssues = m.NumIssues - m.NumClosedIssues
-}
-
-// NewLabel creates new label of repository.
-func NewLabel(l *Label) error {
- _, err := x.Insert(l)
- return err
-}
-
-func getLabelByID(e Engine, id int64) (*Label, error) {
- if id <= 0 {
- return nil, ErrLabelNotExist{id}
- }
-
- l := &Label{ID: id}
- has, err := x.Get(l)
- if err != nil {
- return nil, err
- } else if !has {
- return nil, ErrLabelNotExist{l.ID}
- }
- return l, nil
-}
-
-// GetLabelByID returns a label by given ID.
-func GetLabelByID(id int64) (*Label, error) {
- return getLabelByID(x, id)
-}
-
-// GetLabelsByRepoID returns all labels that belong to given repository by ID.
-func GetLabelsByRepoID(repoID int64) ([]*Label, error) {
- labels := make([]*Label, 0, 10)
- return labels, x.Where("repo_id=?", repoID).Find(&labels)
-}
-
-func getLabelsByIssueID(e Engine, issueID int64) ([]*Label, error) {
- issueLabels, err := getIssueLabels(e, issueID)
- if err != nil {
- return nil, fmt.Errorf("getIssueLabels: %v", err)
- }
-
- var label *Label
- labels := make([]*Label, 0, len(issueLabels))
- for idx := range issueLabels {
- label, err = getLabelByID(e, issueLabels[idx].LabelID)
- if err != nil && !IsErrLabelNotExist(err) {
- return nil, fmt.Errorf("getLabelByID: %v", err)
- }
- labels = append(labels, label)
- }
- return labels, nil
-}
-
-// GetLabelsByIssueID returns all labels that belong to given issue by ID.
-func GetLabelsByIssueID(issueID int64) ([]*Label, error) {
- return getLabelsByIssueID(x, issueID)
-}
-
-func updateLabel(e Engine, l *Label) error {
- _, err := e.Id(l.ID).AllCols().Update(l)
- return err
-}
-
-// UpdateLabel updates label information.
-func UpdateLabel(l *Label) error {
- return updateLabel(x, l)
-}
-
-// DeleteLabel delete a label of given repository.
-func DeleteLabel(repoID, labelID int64) error {
- l, err := GetLabelByID(labelID)
- if err != nil {
- if IsErrLabelNotExist(err) {
- return nil
- }
- return err
- }
-
- sess := x.NewSession()
- defer sessionRelease(sess)
- if err = sess.Begin(); err != nil {
- return err
- }
-
- if _, err = x.Where("label_id=?", labelID).Delete(new(IssueLabel)); err != nil {
- return err
- } else if _, err = sess.Delete(l); err != nil {
- return err
- }
- return sess.Commit()
-}
-
-// .___ .____ ___. .__
-// | | ______ ________ __ ____ | | _____ \_ |__ ____ | |
-// | |/ ___// ___/ | \_/ __ \| | \__ \ | __ \_/ __ \| |
-// | |\___ \ \___ \| | /\ ___/| |___ / __ \| \_\ \ ___/| |__
-// |___/____ >____ >____/ \___ >_______ (____ /___ /\___ >____/
-// \/ \/ \/ \/ \/ \/ \/
-
-// IssueLabel represetns an issue-lable relation.
-type IssueLabel struct {
- ID int64 `xorm:"pk autoincr"`
- IssueID int64 `xorm:"UNIQUE(s)"`
- LabelID int64 `xorm:"UNIQUE(s)"`
-}
-
-func hasIssueLabel(e Engine, issueID, labelID int64) bool {
- has, _ := e.Where("issue_id=? AND label_id=?", issueID, labelID).Get(new(IssueLabel))
- return has
-}
-
-// HasIssueLabel returns true if issue has been labeled.
-func HasIssueLabel(issueID, labelID int64) bool {
- return hasIssueLabel(x, issueID, labelID)
-}
-
-func newIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) {
- if _, err = e.Insert(&IssueLabel{
- IssueID: issue.ID,
- LabelID: label.ID,
- }); err != nil {
- return err
- }
-
- label.NumIssues++
- if issue.IsClosed {
- label.NumClosedIssues++
- }
- return updateLabel(e, label)
-}
-
-// NewIssueLabel creates a new issue-label relation.
-func NewIssueLabel(issue *Issue, label *Label) (err error) {
- sess := x.NewSession()
- defer sessionRelease(sess)
- if err = sess.Begin(); err != nil {
- return err
- }
-
- if err = newIssueLabel(sess, issue, label); err != nil {
- return err
- }
-
- return sess.Commit()
-}
-
-func getIssueLabels(e Engine, issueID int64) ([]*IssueLabel, error) {
- issueLabels := make([]*IssueLabel, 0, 10)
- return issueLabels, e.Where("issue_id=?", issueID).Asc("label_id").Find(&issueLabels)
-}
-
-// GetIssueLabels returns all issue-label relations of given issue by ID.
-func GetIssueLabels(issueID int64) ([]*IssueLabel, error) {
- return getIssueLabels(x, issueID)
-}
-
-func deleteIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) {
- if _, err = e.Delete(&IssueLabel{
- IssueID: issue.ID,
- LabelID: label.ID,
- }); err != nil {
- return err
- }
-
- label.NumIssues--
- if issue.IsClosed {
- label.NumClosedIssues--
- }
- return updateLabel(e, label)
-}
-
-// DeleteIssueLabel deletes issue-label relation.
-func DeleteIssueLabel(issue *Issue, label *Label) (err error) {
- sess := x.NewSession()
- defer sessionRelease(sess)
- if err = sess.Begin(); err != nil {
- return err
- }
-
- if err = deleteIssueLabel(sess, issue, label); err != nil {
- return err
- }
-
- return sess.Commit()
-}
-
// _____ .__.__ __
// / \ |__| | ____ _______/ |_ ____ ____ ____
// / \ / \| | | _/ __ \ / ___/\ __\/ _ \ / \_/ __ \
@@ -1158,12 +1006,19 @@ type Milestone struct {
IsClosed bool
NumIssues int
NumClosedIssues int
- NumOpenIssues int `xorm:"-"`
- Completeness int // Percentage(1-100).
- Deadline time.Time
- DeadlineString string `xorm:"-"`
- IsOverDue bool `xorm:"-"`
- ClosedDate time.Time
+ NumOpenIssues int `xorm:"-"`
+ Completeness int // Percentage(1-100).
+ IsOverDue bool `xorm:"-"`
+
+ DeadlineString string `xorm:"-"`
+ Deadline time.Time `xorm:"-"`
+ DeadlineUnix int64
+ ClosedDate time.Time `xorm:"-"`
+ ClosedDateUnix int64
+}
+
+func (m *Milestone) BeforeInsert() {
+ m.DeadlineUnix = m.Deadline.UTC().Unix()
}
func (m *Milestone) BeforeUpdate() {
@@ -1172,24 +1027,38 @@ func (m *Milestone) BeforeUpdate() {
} else {
m.Completeness = 0
}
+
+ m.DeadlineUnix = m.Deadline.UTC().Unix()
+ m.ClosedDateUnix = m.ClosedDate.UTC().Unix()
}
func (m *Milestone) AfterSet(colName string, _ xorm.Cell) {
- if colName == "deadline" {
+ switch colName {
+ case "num_closed_issues":
+ m.NumOpenIssues = m.NumIssues - m.NumClosedIssues
+
+ case "deadline_unix":
+ m.Deadline = time.Unix(m.DeadlineUnix, 0).Local()
if m.Deadline.Year() == 9999 {
return
}
m.DeadlineString = m.Deadline.Format("2006-01-02")
- if time.Now().After(m.Deadline) {
+ if time.Now().Local().After(m.Deadline) {
m.IsOverDue = true
}
+
+ case "closed_date_unix":
+ m.ClosedDate = time.Unix(m.ClosedDateUnix, 0).Local()
}
}
-// CalOpenIssues calculates the open issues of milestone.
-func (m *Milestone) CalOpenIssues() {
- m.NumOpenIssues = m.NumIssues - m.NumClosedIssues
+// State returns string representation of milestone status.
+func (m *Milestone) State() string {
+ if m.IsClosed {
+ return "closed"
+ }
+ return "open"
}
// NewMilestone creates new milestone of repository.
@@ -1450,262 +1319,6 @@ func DeleteMilestoneByID(id int64) error {
return sess.Commit()
}
-// _________ __
-// \_ ___ \ ____ _____ _____ ____ _____/ |_
-// / \ \/ / _ \ / \ / \_/ __ \ / \ __\
-// \ \___( <_> ) Y Y \ Y Y \ ___/| | \ |
-// \______ /\____/|__|_| /__|_| /\___ >___| /__|
-// \/ \/ \/ \/ \/
-
-// CommentType defines whether a comment is just a simple comment, an action (like close) or a reference.
-type CommentType int
-
-const (
- // Plain comment, can be associated with a commit (CommitId > 0) and a line (Line > 0)
- COMMENT_TYPE_COMMENT CommentType = iota
- COMMENT_TYPE_REOPEN
- COMMENT_TYPE_CLOSE
-
- // References.
- COMMENT_TYPE_ISSUE_REF
- // Reference from a commit (not part of a pull request)
- COMMENT_TYPE_COMMIT_REF
- // Reference from a comment
- COMMENT_TYPE_COMMENT_REF
- // Reference from a pull request
- COMMENT_TYPE_PULL_REF
-)
-
-type CommentTag int
-
-const (
- COMMENT_TAG_NONE CommentTag = iota
- COMMENT_TAG_POSTER
- COMMENT_TAG_ADMIN
- COMMENT_TAG_OWNER
-)
-
-// Comment represents a comment in commit and issue page.
-type Comment struct {
- ID int64 `xorm:"pk autoincr"`
- Type CommentType
- PosterID int64
- Poster *User `xorm:"-"`
- IssueID int64 `xorm:"INDEX"`
- CommitID int64
- Line int64
- Content string `xorm:"TEXT"`
- RenderedContent string `xorm:"-"`
- Created time.Time `xorm:"CREATED"`
-
- // Reference issue in commit message
- CommitSHA string `xorm:"VARCHAR(40)"`
-
- Attachments []*Attachment `xorm:"-"`
-
- // For view issue page.
- ShowTag CommentTag `xorm:"-"`
-}
-
-func (c *Comment) AfterSet(colName string, _ xorm.Cell) {
- var err error
- switch colName {
- case "id":
- c.Attachments, err = GetAttachmentsByCommentID(c.ID)
- if err != nil {
- log.Error(3, "GetAttachmentsByCommentID[%d]: %v", c.ID, err)
- }
-
- case "poster_id":
- c.Poster, err = GetUserByID(c.PosterID)
- if err != nil {
- if IsErrUserNotExist(err) {
- c.PosterID = -1
- c.Poster = NewFakeUser()
- } else {
- log.Error(3, "GetUserByID[%d]: %v", c.ID, err)
- }
- }
- case "created":
- c.Created = regulateTimeZone(c.Created)
- }
-}
-
-func (c *Comment) AfterDelete() {
- _, err := DeleteAttachmentsByComment(c.ID, true)
-
- if err != nil {
- log.Info("Could not delete files for comment %d on issue #%d: %s", c.ID, c.IssueID, err)
- }
-}
-
-// HashTag returns unique hash tag for comment.
-func (c *Comment) HashTag() string {
- return "issuecomment-" + com.ToStr(c.ID)
-}
-
-// EventTag returns unique event hash tag for comment.
-func (c *Comment) EventTag() string {
- return "event-" + com.ToStr(c.ID)
-}
-
-func createComment(e *xorm.Session, u *User, repo *Repository, issue *Issue, commitID, line int64, cmtType CommentType, content, commitSHA string, uuids []string) (_ *Comment, err error) {
- comment := &Comment{
- PosterID: u.Id,
- Type: cmtType,
- IssueID: issue.ID,
- CommitID: commitID,
- Line: line,
- Content: content,
- CommitSHA: commitSHA,
- }
- if _, err = e.Insert(comment); err != nil {
- return nil, err
- }
-
- // Check comment type.
- switch cmtType {
- case COMMENT_TYPE_COMMENT:
- if _, err = e.Exec("UPDATE `issue` SET num_comments=num_comments+1 WHERE id=?", issue.ID); err != nil {
- return nil, err
- }
-
- // Check attachments.
- attachments := make([]*Attachment, 0, len(uuids))
- for _, uuid := range uuids {
- attach, err := getAttachmentByUUID(e, uuid)
- if err != nil {
- if IsErrAttachmentNotExist(err) {
- continue
- }
- return nil, fmt.Errorf("getAttachmentByUUID[%s]: %v", uuid, err)
- }
- attachments = append(attachments, attach)
- }
-
- for i := range attachments {
- attachments[i].IssueID = issue.ID
- attachments[i].CommentID = comment.ID
- // No assign value could be 0, so ignore AllCols().
- if _, err = e.Id(attachments[i].ID).Update(attachments[i]); err != nil {
- return nil, fmt.Errorf("update attachment[%d]: %v", attachments[i].ID, err)
- }
- }
-
- // Notify watchers.
- act := &Action{
- ActUserID: u.Id,
- ActUserName: u.Name,
- ActEmail: u.Email,
- OpType: COMMENT_ISSUE,
- Content: fmt.Sprintf("%d|%s", issue.Index, strings.Split(content, "\n")[0]),
- RepoID: repo.ID,
- RepoUserName: repo.Owner.Name,
- RepoName: repo.Name,
- IsPrivate: repo.IsPrivate,
- }
- if err = notifyWatchers(e, act); err != nil {
- return nil, err
- }
-
- case COMMENT_TYPE_REOPEN:
- if issue.IsPull {
- _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls-1 WHERE id=?", repo.ID)
- } else {
- _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues-1 WHERE id=?", repo.ID)
- }
- if err != nil {
- return nil, err
- }
- case COMMENT_TYPE_CLOSE:
- if issue.IsPull {
- _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls+1 WHERE id=?", repo.ID)
- } else {
- _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues+1 WHERE id=?", repo.ID)
- }
- if err != nil {
- return nil, err
- }
- }
-
- return comment, nil
-}
-
-func createStatusComment(e *xorm.Session, doer *User, repo *Repository, issue *Issue) (*Comment, error) {
- cmtType := COMMENT_TYPE_CLOSE
- if !issue.IsClosed {
- cmtType = COMMENT_TYPE_REOPEN
- }
- return createComment(e, doer, repo, issue, 0, 0, cmtType, "", "", nil)
-}
-
-// CreateComment creates comment of issue or commit.
-func CreateComment(doer *User, repo *Repository, issue *Issue, commitID, line int64, cmtType CommentType, content, commitSHA string, attachments []string) (comment *Comment, err error) {
- sess := x.NewSession()
- defer sessionRelease(sess)
- if err = sess.Begin(); err != nil {
- return nil, err
- }
-
- comment, err = createComment(sess, doer, repo, issue, commitID, line, cmtType, content, commitSHA, attachments)
- if err != nil {
- return nil, err
- }
-
- return comment, sess.Commit()
-}
-
-// CreateIssueComment creates a plain issue comment.
-func CreateIssueComment(doer *User, repo *Repository, issue *Issue, content string, attachments []string) (*Comment, error) {
- return CreateComment(doer, repo, issue, 0, 0, COMMENT_TYPE_COMMENT, content, "", attachments)
-}
-
-// CreateRefComment creates a commit reference comment to issue.
-func CreateRefComment(doer *User, repo *Repository, issue *Issue, content, commitSHA string) error {
- if len(commitSHA) == 0 {
- return fmt.Errorf("cannot create reference with empty commit SHA")
- }
-
- // Check if same reference from same commit has already existed.
- has, err := x.Get(&Comment{
- Type: COMMENT_TYPE_COMMIT_REF,
- IssueID: issue.ID,
- CommitSHA: commitSHA,
- })
- if err != nil {
- return fmt.Errorf("check reference comment: %v", err)
- } else if has {
- return nil
- }
-
- _, err = CreateComment(doer, repo, issue, 0, 0, COMMENT_TYPE_COMMIT_REF, content, commitSHA, nil)
- return err
-}
-
-// GetCommentByID returns the comment by given ID.
-func GetCommentByID(id int64) (*Comment, error) {
- c := new(Comment)
- has, err := x.Id(id).Get(c)
- if err != nil {
- return nil, err
- } else if !has {
- return nil, ErrCommentNotExist{id}
- }
- return c, nil
-}
-
-// GetCommentsByIssueID returns all comments of issue by given ID.
-func GetCommentsByIssueID(issueID int64) ([]*Comment, error) {
- comments := make([]*Comment, 0, 10)
- return comments, x.Where("issue_id=?", issueID).Asc("created").Find(&comments)
-}
-
-// UpdateComment updates information of comment.
-func UpdateComment(c *Comment) error {
- _, err := x.Id(c.ID).AllCols().Update(c)
- return err
-}
-
// Attachment represent a attachment of issue/comment/release.
type Attachment struct {
ID int64 `xorm:"pk autoincr"`
@@ -1714,7 +1327,20 @@ type Attachment struct {
CommentID int64
ReleaseID int64 `xorm:"INDEX"`
Name string
- Created time.Time `xorm:"CREATED"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+}
+
+func (a *Attachment) BeforeInsert() {
+ a.CreatedUnix = time.Now().UTC().Unix()
+}
+
+func (a *Attachment) AfterSet(colName string, _ xorm.Cell) {
+ switch colName {
+ case "created_unix":
+ a.Created = time.Unix(a.CreatedUnix, 0).Local()
+ }
}
// AttachmentLocalPath returns where attachment is stored in local file system based on given UUID.
diff --git a/models/issue_comment.go b/models/issue_comment.go
new file mode 100644
index 000000000..7c96a7d34
--- /dev/null
+++ b/models/issue_comment.go
@@ -0,0 +1,320 @@
+// Copyright 2016 The Gogs Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package models
+
+import (
+ "fmt"
+ "strings"
+ "time"
+
+ "github.com/Unknwon/com"
+ "github.com/go-xorm/xorm"
+
+ "github.com/gogits/gogs/modules/log"
+)
+
+// CommentType defines whether a comment is just a simple comment, an action (like close) or a reference.
+type CommentType int
+
+const (
+ // Plain comment, can be associated with a commit (CommitID > 0) and a line (LineNum > 0)
+ COMMENT_TYPE_COMMENT CommentType = iota
+ COMMENT_TYPE_REOPEN
+ COMMENT_TYPE_CLOSE
+
+ // References.
+ COMMENT_TYPE_ISSUE_REF
+ // Reference from a commit (not part of a pull request)
+ COMMENT_TYPE_COMMIT_REF
+ // Reference from a comment
+ COMMENT_TYPE_COMMENT_REF
+ // Reference from a pull request
+ COMMENT_TYPE_PULL_REF
+)
+
+type CommentTag int
+
+const (
+ COMMENT_TAG_NONE CommentTag = iota
+ COMMENT_TAG_POSTER
+ COMMENT_TAG_WRITER
+ COMMENT_TAG_OWNER
+)
+
+// Comment represents a comment in commit and issue page.
+type Comment struct {
+ ID int64 `xorm:"pk autoincr"`
+ Type CommentType
+ PosterID int64
+ Poster *User `xorm:"-"`
+ IssueID int64 `xorm:"INDEX"`
+ CommitID int64
+ Line int64
+ Content string `xorm:"TEXT"`
+ RenderedContent string `xorm:"-"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+
+ // Reference issue in commit message
+ CommitSHA string `xorm:"VARCHAR(40)"`
+
+ Attachments []*Attachment `xorm:"-"`
+
+ // For view issue page.
+ ShowTag CommentTag `xorm:"-"`
+}
+
+func (c *Comment) BeforeInsert() {
+ c.CreatedUnix = time.Now().UTC().Unix()
+}
+
+func (c *Comment) AfterSet(colName string, _ xorm.Cell) {
+ var err error
+ switch colName {
+ case "id":
+ c.Attachments, err = GetAttachmentsByCommentID(c.ID)
+ if err != nil {
+ log.Error(3, "GetAttachmentsByCommentID[%d]: %v", c.ID, err)
+ }
+
+ case "poster_id":
+ c.Poster, err = GetUserByID(c.PosterID)
+ if err != nil {
+ if IsErrUserNotExist(err) {
+ c.PosterID = -1
+ c.Poster = NewFakeUser()
+ } else {
+ log.Error(3, "GetUserByID[%d]: %v", c.ID, err)
+ }
+ }
+ case "created_unix":
+ c.Created = time.Unix(c.CreatedUnix, 0).Local()
+ }
+}
+
+func (c *Comment) AfterDelete() {
+ _, err := DeleteAttachmentsByComment(c.ID, true)
+
+ if err != nil {
+ log.Info("Could not delete files for comment %d on issue #%d: %s", c.ID, c.IssueID, err)
+ }
+}
+
+// HashTag returns unique hash tag for comment.
+func (c *Comment) HashTag() string {
+ return "issuecomment-" + com.ToStr(c.ID)
+}
+
+// EventTag returns unique event hash tag for comment.
+func (c *Comment) EventTag() string {
+ return "event-" + com.ToStr(c.ID)
+}
+
+func createComment(e *xorm.Session, opts *CreateCommentOptions) (_ *Comment, err error) {
+ comment := &Comment{
+ Type: opts.Type,
+ PosterID: opts.Doer.Id,
+ IssueID: opts.Issue.ID,
+ CommitID: opts.CommitID,
+ CommitSHA: opts.CommitSHA,
+ Line: opts.LineNum,
+ Content: opts.Content,
+ }
+ if _, err = e.Insert(comment); err != nil {
+ return nil, err
+ }
+
+ // Compose comment action, could be plain comment, close or reopen issue/pull request.
+ // This object will be used to notify watchers in the end of function.
+ act := &Action{
+ ActUserID: opts.Doer.Id,
+ ActUserName: opts.Doer.Name,
+ ActEmail: opts.Doer.Email,
+ Content: fmt.Sprintf("%d|%s", opts.Issue.Index, strings.Split(opts.Content, "\n")[0]),
+ RepoID: opts.Repo.ID,
+ RepoUserName: opts.Repo.Owner.Name,
+ RepoName: opts.Repo.Name,
+ IsPrivate: opts.Repo.IsPrivate,
+ }
+
+ // Check comment type.
+ switch opts.Type {
+ case COMMENT_TYPE_COMMENT:
+ act.OpType = ACTION_COMMENT_ISSUE
+
+ if _, err = e.Exec("UPDATE `issue` SET num_comments=num_comments+1 WHERE id=?", opts.Issue.ID); err != nil {
+ return nil, err
+ }
+
+ // Check attachments
+ attachments := make([]*Attachment, 0, len(opts.Attachments))
+ for _, uuid := range opts.Attachments {
+ attach, err := getAttachmentByUUID(e, uuid)
+ if err != nil {
+ if IsErrAttachmentNotExist(err) {
+ continue
+ }
+ return nil, fmt.Errorf("getAttachmentByUUID[%s]: %v", uuid, err)
+ }
+ attachments = append(attachments, attach)
+ }
+
+ for i := range attachments {
+ attachments[i].IssueID = opts.Issue.ID
+ attachments[i].CommentID = comment.ID
+ // No assign value could be 0, so ignore AllCols().
+ if _, err = e.Id(attachments[i].ID).Update(attachments[i]); err != nil {
+ return nil, fmt.Errorf("update attachment[%d]: %v", attachments[i].ID, err)
+ }
+ }
+
+ case COMMENT_TYPE_REOPEN:
+ act.OpType = ACTION_REOPEN_ISSUE
+ if opts.Issue.IsPull {
+ act.OpType = ACTION_REOPEN_PULL_REQUEST
+ }
+
+ if opts.Issue.IsPull {
+ _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls-1 WHERE id=?", opts.Repo.ID)
+ } else {
+ _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues-1 WHERE id=?", opts.Repo.ID)
+ }
+ if err != nil {
+ return nil, err
+ }
+
+ case COMMENT_TYPE_CLOSE:
+ act.OpType = ACTION_CLOSE_ISSUE
+ if opts.Issue.IsPull {
+ act.OpType = ACTION_CLOSE_PULL_REQUEST
+ }
+
+ if opts.Issue.IsPull {
+ _, err = e.Exec("UPDATE `repository` SET num_closed_pulls=num_closed_pulls+1 WHERE id=?", opts.Repo.ID)
+ } else {
+ _, err = e.Exec("UPDATE `repository` SET num_closed_issues=num_closed_issues+1 WHERE id=?", opts.Repo.ID)
+ }
+ if err != nil {
+ return nil, err
+ }
+ }
+
+ // Notify watchers for whatever action comes in, ignore if no action type
+ if act.OpType > 0 {
+ if err = notifyWatchers(e, act); err != nil {
+ return nil, fmt.Errorf("notifyWatchers: %v", err)
+ }
+ }
+
+ return comment, nil
+}
+
+func createStatusComment(e *xorm.Session, doer *User, repo *Repository, issue *Issue) (*Comment, error) {
+ cmtType := COMMENT_TYPE_CLOSE
+ if !issue.IsClosed {
+ cmtType = COMMENT_TYPE_REOPEN
+ }
+ return createComment(e, &CreateCommentOptions{
+ Type: cmtType,
+ Doer: doer,
+ Repo: repo,
+ Issue: issue,
+ })
+}
+
+type CreateCommentOptions struct {
+ Type CommentType
+ Doer *User
+ Repo *Repository
+ Issue *Issue
+
+ CommitID int64
+ CommitSHA string
+ LineNum int64
+ Content string
+ Attachments []string // UUIDs of attachments
+}
+
+// CreateComment creates comment of issue or commit.
+func CreateComment(opts *CreateCommentOptions) (comment *Comment, err error) {
+ sess := x.NewSession()
+ defer sessionRelease(sess)
+ if err = sess.Begin(); err != nil {
+ return nil, err
+ }
+
+ comment, err = createComment(sess, opts)
+ if err != nil {
+ return nil, err
+ }
+
+ return comment, sess.Commit()
+}
+
+// CreateIssueComment creates a plain issue comment.
+func CreateIssueComment(doer *User, repo *Repository, issue *Issue, content string, attachments []string) (*Comment, error) {
+ return CreateComment(&CreateCommentOptions{
+ Type: COMMENT_TYPE_COMMENT,
+ Doer: doer,
+ Repo: repo,
+ Issue: issue,
+ Content: content,
+ Attachments: attachments,
+ })
+}
+
+// CreateRefComment creates a commit reference comment to issue.
+func CreateRefComment(doer *User, repo *Repository, issue *Issue, content, commitSHA string) error {
+ if len(commitSHA) == 0 {
+ return fmt.Errorf("cannot create reference with empty commit SHA")
+ }
+
+ // Check if same reference from same commit has already existed.
+ has, err := x.Get(&Comment{
+ Type: COMMENT_TYPE_COMMIT_REF,
+ IssueID: issue.ID,
+ CommitSHA: commitSHA,
+ })
+ if err != nil {
+ return fmt.Errorf("check reference comment: %v", err)
+ } else if has {
+ return nil
+ }
+
+ _, err = CreateComment(&CreateCommentOptions{
+ Type: COMMENT_TYPE_COMMIT_REF,
+ Doer: doer,
+ Repo: repo,
+ Issue: issue,
+ CommitSHA: commitSHA,
+ Content: content,
+ })
+ return err
+}
+
+// GetCommentByID returns the comment by given ID.
+func GetCommentByID(id int64) (*Comment, error) {
+ c := new(Comment)
+ has, err := x.Id(id).Get(c)
+ if err != nil {
+ return nil, err
+ } else if !has {
+ return nil, ErrCommentNotExist{id}
+ }
+ return c, nil
+}
+
+// GetCommentsByIssueID returns all comments of issue by given ID.
+func GetCommentsByIssueID(issueID int64) ([]*Comment, error) {
+ comments := make([]*Comment, 0, 10)
+ return comments, x.Where("issue_id=?", issueID).Asc("created_unix").Find(&comments)
+}
+
+// UpdateComment updates information of comment.
+func UpdateComment(c *Comment) error {
+ _, err := x.Id(c.ID).AllCols().Update(c)
+ return err
+}
diff --git a/models/issue_label.go b/models/issue_label.go
new file mode 100644
index 000000000..4f814821f
--- /dev/null
+++ b/models/issue_label.go
@@ -0,0 +1,234 @@
+// Copyright 2016 The Gogs Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package models
+
+import (
+ "fmt"
+ "html/template"
+ "strconv"
+ "strings"
+
+ "github.com/go-xorm/xorm"
+)
+
+// Label represents a label of repository for issues.
+type Label struct {
+ ID int64 `xorm:"pk autoincr"`
+ RepoID int64 `xorm:"INDEX"`
+ Name string
+ Color string `xorm:"VARCHAR(7)"`
+ NumIssues int
+ NumClosedIssues int
+ NumOpenIssues int `xorm:"-"`
+ IsChecked bool `xorm:"-"`
+}
+
+// CalOpenIssues calculates the open issues of label.
+func (m *Label) CalOpenIssues() {
+ m.NumOpenIssues = m.NumIssues - m.NumClosedIssues
+}
+
+// ForegroundColor calculates the text color for labels based
+// on their background color.
+func (l *Label) ForegroundColor() template.CSS {
+ if strings.HasPrefix(l.Color, "#") {
+ if color, err := strconv.ParseUint(l.Color[1:], 16, 64); err == nil {
+ r := float32(0xFF & (color >> 16))
+ g := float32(0xFF & (color >> 8))
+ b := float32(0xFF & color)
+ luminance := (0.2126*r + 0.7152*g + 0.0722*b) / 255
+
+ if luminance < 0.5 {
+ return template.CSS("#fff")
+ }
+ }
+ }
+
+ // default to black
+ return template.CSS("#000")
+}
+
+// NewLabel creates new label of repository.
+func NewLabel(l *Label) error {
+ _, err := x.Insert(l)
+ return err
+}
+
+func getLabelByID(e Engine, id int64) (*Label, error) {
+ if id <= 0 {
+ return nil, ErrLabelNotExist{id}
+ }
+
+ l := &Label{ID: id}
+ has, err := x.Get(l)
+ if err != nil {
+ return nil, err
+ } else if !has {
+ return nil, ErrLabelNotExist{l.ID}
+ }
+ return l, nil
+}
+
+// GetLabelByID returns a label by given ID.
+func GetLabelByID(id int64) (*Label, error) {
+ return getLabelByID(x, id)
+}
+
+// GetLabelsByRepoID returns all labels that belong to given repository by ID.
+func GetLabelsByRepoID(repoID int64) ([]*Label, error) {
+ labels := make([]*Label, 0, 10)
+ return labels, x.Where("repo_id=?", repoID).Find(&labels)
+}
+
+func getLabelsByIssueID(e Engine, issueID int64) ([]*Label, error) {
+ issueLabels, err := getIssueLabels(e, issueID)
+ if err != nil {
+ return nil, fmt.Errorf("getIssueLabels: %v", err)
+ }
+
+ var label *Label
+ labels := make([]*Label, 0, len(issueLabels))
+ for idx := range issueLabels {
+ label, err = getLabelByID(e, issueLabels[idx].LabelID)
+ if err != nil && !IsErrLabelNotExist(err) {
+ return nil, fmt.Errorf("getLabelByID: %v", err)
+ }
+ labels = append(labels, label)
+ }
+ return labels, nil
+}
+
+// GetLabelsByIssueID returns all labels that belong to given issue by ID.
+func GetLabelsByIssueID(issueID int64) ([]*Label, error) {
+ return getLabelsByIssueID(x, issueID)
+}
+
+func updateLabel(e Engine, l *Label) error {
+ _, err := e.Id(l.ID).AllCols().Update(l)
+ return err
+}
+
+// UpdateLabel updates label information.
+func UpdateLabel(l *Label) error {
+ return updateLabel(x, l)
+}
+
+// DeleteLabel delete a label of given repository.
+func DeleteLabel(repoID, labelID int64) error {
+ l, err := GetLabelByID(labelID)
+ if err != nil {
+ if IsErrLabelNotExist(err) {
+ return nil
+ }
+ return err
+ }
+
+ sess := x.NewSession()
+ defer sessionRelease(sess)
+ if err = sess.Begin(); err != nil {
+ return err
+ }
+
+ if _, err = x.Where("label_id=?", labelID).Delete(new(IssueLabel)); err != nil {
+ return err
+ } else if _, err = sess.Delete(l); err != nil {
+ return err
+ }
+ return sess.Commit()
+}
+
+// .___ .____ ___. .__
+// | | ______ ________ __ ____ | | _____ \_ |__ ____ | |
+// | |/ ___// ___/ | \_/ __ \| | \__ \ | __ \_/ __ \| |
+// | |\___ \ \___ \| | /\ ___/| |___ / __ \| \_\ \ ___/| |__
+// |___/____ >____ >____/ \___ >_______ (____ /___ /\___ >____/
+// \/ \/ \/ \/ \/ \/ \/
+
+// IssueLabel represetns an issue-lable relation.
+type IssueLabel struct {
+ ID int64 `xorm:"pk autoincr"`
+ IssueID int64 `xorm:"UNIQUE(s)"`
+ LabelID int64 `xorm:"UNIQUE(s)"`
+}
+
+func hasIssueLabel(e Engine, issueID, labelID int64) bool {
+ has, _ := e.Where("issue_id=? AND label_id=?", issueID, labelID).Get(new(IssueLabel))
+ return has
+}
+
+// HasIssueLabel returns true if issue has been labeled.
+func HasIssueLabel(issueID, labelID int64) bool {
+ return hasIssueLabel(x, issueID, labelID)
+}
+
+func newIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) {
+ if _, err = e.Insert(&IssueLabel{
+ IssueID: issue.ID,
+ LabelID: label.ID,
+ }); err != nil {
+ return err
+ }
+
+ label.NumIssues++
+ if issue.IsClosed {
+ label.NumClosedIssues++
+ }
+ return updateLabel(e, label)
+}
+
+// NewIssueLabel creates a new issue-label relation.
+func NewIssueLabel(issue *Issue, label *Label) (err error) {
+ sess := x.NewSession()
+ defer sessionRelease(sess)
+ if err = sess.Begin(); err != nil {
+ return err
+ }
+
+ if err = newIssueLabel(sess, issue, label); err != nil {
+ return err
+ }
+
+ return sess.Commit()
+}
+
+func getIssueLabels(e Engine, issueID int64) ([]*IssueLabel, error) {
+ issueLabels := make([]*IssueLabel, 0, 10)
+ return issueLabels, e.Where("issue_id=?", issueID).Asc("label_id").Find(&issueLabels)
+}
+
+// GetIssueLabels returns all issue-label relations of given issue by ID.
+func GetIssueLabels(issueID int64) ([]*IssueLabel, error) {
+ return getIssueLabels(x, issueID)
+}
+
+func deleteIssueLabel(e *xorm.Session, issue *Issue, label *Label) (err error) {
+ if _, err = e.Delete(&IssueLabel{
+ IssueID: issue.ID,
+ LabelID: label.ID,
+ }); err != nil {
+ return err
+ }
+
+ label.NumIssues--
+ if issue.IsClosed {
+ label.NumClosedIssues--
+ }
+ return updateLabel(e, label)
+}
+
+// DeleteIssueLabel deletes issue-label relation.
+func DeleteIssueLabel(issue *Issue, label *Label) (err error) {
+ sess := x.NewSession()
+ defer sessionRelease(sess)
+ if err = sess.Begin(); err != nil {
+ return err
+ }
+
+ if err = deleteIssueLabel(sess, issue, label); err != nil {
+ return err
+ }
+
+ return sess.Commit()
+}
diff --git a/models/login.go b/models/login.go
index df8905096..6ed4fefbd 100644
--- a/models/login.go
+++ b/models/login.go
@@ -28,11 +28,11 @@ type LoginType int
// Note: new type must be added at the end of list to maintain compatibility.
const (
LOGIN_NOTYPE LoginType = iota
- LOGIN_PLAIN
- LOGIN_LDAP
- LOGIN_SMTP
- LOGIN_PAM
- LOGIN_DLDAP
+ LOGIN_PLAIN // 1
+ LOGIN_LDAP // 2
+ LOGIN_SMTP // 3
+ LOGIN_PAM // 4
+ LOGIN_DLDAP // 5
)
var (
@@ -42,7 +42,7 @@ var (
var LoginNames = map[LoginType]string{
LOGIN_LDAP: "LDAP (via BindDN)",
- LOGIN_DLDAP: "LDAP (simple auth)",
+ LOGIN_DLDAP: "LDAP (simple auth)", // Via direct bind
LOGIN_SMTP: "SMTP",
LOGIN_PAM: "PAM",
}
@@ -101,8 +101,20 @@ type LoginSource struct {
Name string `xorm:"UNIQUE"`
IsActived bool `xorm:"NOT NULL DEFAULT false"`
Cfg core.Conversion `xorm:"TEXT"`
- Created time.Time `xorm:"CREATED"`
- Updated time.Time `xorm:"UPDATED"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"`
+ UpdatedUnix int64
+}
+
+func (s *LoginSource) BeforeInsert() {
+ s.CreatedUnix = time.Now().UTC().Unix()
+ s.UpdatedUnix = s.CreatedUnix
+}
+
+func (s *LoginSource) BeforeUpdate() {
+ s.UpdatedUnix = time.Now().UTC().Unix()
}
// Cell2Int64 converts a xorm.Cell type to int64,
@@ -132,6 +144,15 @@ func (source *LoginSource) BeforeSet(colName string, val xorm.Cell) {
}
}
+func (s *LoginSource) AfterSet(colName string, _ xorm.Cell) {
+ switch colName {
+ case "created_unix":
+ s.Created = time.Unix(s.CreatedUnix, 0).Local()
+ case "updated_unix":
+ s.Updated = time.Unix(s.UpdatedUnix, 0).Local()
+ }
+}
+
func (source *LoginSource) TypeName() string {
return LoginNames[source.Type]
}
diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go
index 78729bded..833149099 100644
--- a/models/migrations/migrations.go
+++ b/models/migrations/migrations.go
@@ -13,15 +13,16 @@ import (
"path"
"path/filepath"
"strings"
+ "time"
"github.com/Unknwon/com"
"github.com/go-xorm/xorm"
+ gouuid "github.com/satori/go.uuid"
"gopkg.in/ini.v1"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
- gouuid "github.com/gogits/gogs/modules/uuid"
)
const _MIN_DB_VER = 4
@@ -65,6 +66,7 @@ var migrations = []Migration{
NewMigration("rename pull request fields", renamePullRequestFields), // V8 -> V9:v0.6.16
NewMigration("clean up migrate repo info", cleanUpMigrateRepoInfo), // V9 -> V10:v0.6.20
NewMigration("generate rands and salt for organizations", generateOrgRandsAndSalt), // V10 -> V11:v0.8.5
+ NewMigration("convert date to unix timestamp", convertDateToUnix), // V11 -> V12:v0.9.2
}
// Migrate database to current version
@@ -453,3 +455,221 @@ func generateOrgRandsAndSalt(x *xorm.Engine) (err error) {
return sess.Commit()
}
+
+type TAction struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+}
+
+func (t *TAction) TableName() string { return "action" }
+
+type TNotice struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+}
+
+func (t *TNotice) TableName() string { return "notice" }
+
+type TComment struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+}
+
+func (t *TComment) TableName() string { return "comment" }
+
+type TIssue struct {
+ ID int64 `xorm:"pk autoincr"`
+ DeadlineUnix int64
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TIssue) TableName() string { return "issue" }
+
+type TMilestone struct {
+ ID int64 `xorm:"pk autoincr"`
+ DeadlineUnix int64
+ ClosedDateUnix int64
+}
+
+func (t *TMilestone) TableName() string { return "milestone" }
+
+type TAttachment struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+}
+
+func (t *TAttachment) TableName() string { return "attachment" }
+
+type TLoginSource struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TLoginSource) TableName() string { return "login_source" }
+
+type TPull struct {
+ ID int64 `xorm:"pk autoincr"`
+ MergedUnix int64
+}
+
+func (t *TPull) TableName() string { return "pull_request" }
+
+type TRelease struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+}
+
+func (t *TRelease) TableName() string { return "release" }
+
+type TRepo struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TRepo) TableName() string { return "repository" }
+
+type TMirror struct {
+ ID int64 `xorm:"pk autoincr"`
+ UpdatedUnix int64
+ NextUpdateUnix int64
+}
+
+func (t *TMirror) TableName() string { return "mirror" }
+
+type TPublicKey struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TPublicKey) TableName() string { return "public_key" }
+
+type TDeployKey struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TDeployKey) TableName() string { return "deploy_key" }
+
+type TAccessToken struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TAccessToken) TableName() string { return "access_token" }
+
+type TUser struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TUser) TableName() string { return "user" }
+
+type TWebhook struct {
+ ID int64 `xorm:"pk autoincr"`
+ CreatedUnix int64
+ UpdatedUnix int64
+}
+
+func (t *TWebhook) TableName() string { return "webhook" }
+
+func convertDateToUnix(x *xorm.Engine) (err error) {
+ type Bean struct {
+ ID int64 `xorm:"pk autoincr"`
+ Created time.Time
+ Updated time.Time
+ Merged time.Time
+ Deadline time.Time
+ ClosedDate time.Time
+ NextUpdate time.Time
+ }
+
+ var tables = []struct {
+ name string
+ cols []string
+ bean interface{}
+ }{
+ {"action", []string{"created"}, new(TAction)},
+ {"notice", []string{"created"}, new(TNotice)},
+ {"comment", []string{"created"}, new(TComment)},
+ {"issue", []string{"deadline", "created", "updated"}, new(TIssue)},
+ {"milestone", []string{"deadline", "closed_date"}, new(TMilestone)},
+ {"attachment", []string{"created"}, new(TAttachment)},
+ {"login_source", []string{"created", "updated"}, new(TLoginSource)},
+ {"pull_request", []string{"merged"}, new(TPull)},
+ {"release", []string{"created"}, new(TRelease)},
+ {"repository", []string{"created", "updated"}, new(TRepo)},
+ {"mirror", []string{"updated", "next_update"}, new(TMirror)},
+ {"public_key", []string{"created", "updated"}, new(TPublicKey)},
+ {"deploy_key", []string{"created", "updated"}, new(TDeployKey)},
+ {"access_token", []string{"created", "updated"}, new(TAccessToken)},
+ {"user", []string{"created", "updated"}, new(TUser)},
+ {"webhook", []string{"created", "updated"}, new(TWebhook)},
+ }
+
+ for _, table := range tables {
+ log.Info("Converting table: %s", table.name)
+ if err = x.Sync2(table.bean); err != nil {
+ return fmt.Errorf("Sync [table: %s]: %v", table.name, err)
+ }
+
+ offset := 0
+ for {
+ beans := make([]*Bean, 0, 100)
+ if err = x.Sql(fmt.Sprintf("SELECT * FROM `%s` ORDER BY id ASC LIMIT 100 OFFSET %d",
+ table.name, offset)).Find(&beans); err != nil {
+ return fmt.Errorf("select beans [table: %s, offset: %d]: %v", table.name, offset, err)
+ }
+ log.Trace("Table [%s]: offset: %d, beans: %d", table.name, offset, len(beans))
+ if len(beans) == 0 {
+ break
+ }
+ offset += 100
+
+ baseSQL := "UPDATE `" + table.name + "` SET "
+ for _, bean := range beans {
+ valSQLs := make([]string, 0, len(table.cols))
+ for _, col := range table.cols {
+ fieldSQL := ""
+ fieldSQL += col + "_unix = "
+
+ switch col {
+ case "deadline":
+ if bean.Deadline.IsZero() {
+ continue
+ }
+ fieldSQL += com.ToStr(bean.Deadline.UTC().Unix())
+ case "created":
+ fieldSQL += com.ToStr(bean.Created.UTC().Unix())
+ case "updated":
+ fieldSQL += com.ToStr(bean.Updated.UTC().Unix())
+ case "closed_date":
+ fieldSQL += com.ToStr(bean.ClosedDate.UTC().Unix())
+ case "merged":
+ fieldSQL += com.ToStr(bean.Merged.UTC().Unix())
+ case "next_update":
+ fieldSQL += com.ToStr(bean.NextUpdate.UTC().Unix())
+ }
+
+ valSQLs = append(valSQLs, fieldSQL)
+ }
+
+ if len(valSQLs) == 0 {
+ continue
+ }
+
+ if _, err = x.Exec(baseSQL + strings.Join(valSQLs, ",") + " WHERE id = " + com.ToStr(bean.ID)); err != nil {
+ return fmt.Errorf("update bean [table: %s, id: %d]: %v", table.name, bean.ID, err)
+ }
+ }
+ }
+ }
+
+ return nil
+}
diff --git a/models/models.go b/models/models.go
index 2249fee41..b705bdad4 100644
--- a/models/models.go
+++ b/models/models.go
@@ -11,16 +11,13 @@ import (
"os"
"path"
"strings"
- "time"
- "github.com/Unknwon/com"
_ "github.com/go-sql-driver/mysql"
"github.com/go-xorm/core"
"github.com/go-xorm/xorm"
_ "github.com/lib/pq"
"github.com/gogits/gogs/models/migrations"
- "github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
)
@@ -44,27 +41,6 @@ func sessionRelease(sess *xorm.Session) {
sess.Close()
}
-// Note: get back time.Time from database Go sees it at UTC where they are really Local.
-// So this function makes correct timezone offset.
-func regulateTimeZone(t time.Time) time.Time {
- if !setting.UseMySQL {
- return t
- }
-
- zone := t.Local().Format("-0700")
- if len(zone) != 5 {
- log.Error(4, "Unprocessable timezone: %s - %s", t.Local(), zone)
- return t
- }
- hour := com.StrTo(zone[2:3]).MustInt()
- minutes := com.StrTo(zone[3:5]).MustInt()
-
- if zone[0] == '-' {
- return t.Add(time.Duration(hour) * time.Hour).Add(time.Duration(minutes) * time.Minute)
- }
- return t.Add(-1 * time.Duration(hour) * time.Hour).Add(-1 * time.Duration(minutes) * time.Minute)
-}
-
var (
x *xorm.Engine
tables []interface{}
@@ -191,12 +167,7 @@ func SetEngine() (err error) {
return fmt.Errorf("Fail to create xorm.log: %v", err)
}
x.SetLogger(xorm.NewSimpleLogger(f))
-
- x.ShowSQL = true
- x.ShowInfo = true
- x.ShowDebug = true
- x.ShowErr = true
- x.ShowWarn = true
+ x.ShowSQL(true)
return nil
}
diff --git a/models/org.go b/models/org.go
index fa26b59e6..62a57ae04 100644
--- a/models/org.go
+++ b/models/org.go
@@ -10,14 +10,13 @@ import (
"os"
"strings"
+ "github.com/Unknwon/com"
"github.com/go-xorm/xorm"
)
var (
- ErrOrgNotExist = errors.New("Organization does not exist")
- ErrTeamAlreadyExist = errors.New("Team already exist")
- ErrTeamNotExist = errors.New("Team does not exist")
- ErrTeamNameIllegal = errors.New("Team name contains illegal characters")
+ ErrOrgNotExist = errors.New("Organization does not exist")
+ ErrTeamNotExist = errors.New("Team does not exist")
)
// IsOwnedBy returns true if given user is in the owner team.
@@ -170,7 +169,7 @@ func GetOrgByName(name string) (*User, error) {
}
u := &User{
LowerName: strings.ToLower(name),
- Type: ORGANIZATION,
+ Type: USER_TYPE_ORGANIZATION,
}
has, err := x.Get(u)
if err != nil {
@@ -255,6 +254,27 @@ func IsPublicMembership(orgId, uid int64) bool {
return has
}
+func getOrgsByUserID(sess *xorm.Session, userID int64, showAll bool) ([]*User, error) {
+ orgs := make([]*User, 0, 10)
+ if !showAll {
+ sess.And("`org_user`.is_public=?", true)
+ }
+ return orgs, sess.And("`org_user`.uid=?", userID).
+ Join("INNER", "`org_user`", "`org_user`.org_id=`user`.id").Find(&orgs)
+}
+
+// GetOrgsByUserID returns a list of organizations that the given user ID
+// has joined.
+func GetOrgsByUserID(userID int64, showAll bool) ([]*User, error) {
+ return getOrgsByUserID(x.NewSession(), userID, showAll)
+}
+
+// GetOrgsByUserIDDesc returns a list of organizations that the given user ID
+// has joined, ordered descending by the given condition.
+func GetOrgsByUserIDDesc(userID int64, desc string, showAll bool) ([]*User, error) {
+ return getOrgsByUserID(x.NewSession().Desc(desc), userID, showAll)
+}
+
func getOwnedOrgsByUserID(sess *xorm.Session, userID int64) ([]*User, error) {
orgs := make([]*User, 0, 10)
return orgs, sess.Where("`org_user`.uid=?", userID).And("`org_user`.is_owner=?", true).
@@ -268,7 +288,7 @@ func GetOwnedOrgsByUserID(userID int64) ([]*User, error) {
}
// GetOwnedOrganizationsByUserIDDesc returns a list of organizations are owned by
-// given user ID and descring order by given condition.
+// given user ID, ordered descending by the given condition.
func GetOwnedOrgsByUserIDDesc(userID int64, desc string) ([]*User, error) {
sess := x.NewSession()
return getOwnedOrgsByUserID(sess.Desc(desc), userID)
@@ -598,9 +618,9 @@ func (t *Team) RemoveRepository(repoID int64) error {
// NewTeam creates a record of new team.
// It's caller's responsibility to assign organization ID.
-func NewTeam(t *Team) (err error) {
- if err = IsUsableName(t.Name); err != nil {
- return err
+func NewTeam(t *Team) error {
+ if len(t.Name) == 0 {
+ return errors.New("empty team name")
}
has, err := x.Id(t.OrgID).Get(new(User))
@@ -615,7 +635,7 @@ func NewTeam(t *Team) (err error) {
if err != nil {
return err
} else if has {
- return ErrTeamAlreadyExist
+ return ErrTeamAlreadyExist{t.OrgID, t.LowerName}
}
sess := x.NewSession()
@@ -674,8 +694,8 @@ func GetTeamById(teamId int64) (*Team, error) {
// UpdateTeam updates information of team.
func UpdateTeam(t *Team, authChanged bool) (err error) {
- if err = IsUsableName(t.Name); err != nil {
- return err
+ if len(t.Name) == 0 {
+ return errors.New("empty team name")
}
if len(t.Description) > 255 {
@@ -689,6 +709,13 @@ func UpdateTeam(t *Team, authChanged bool) (err error) {
}
t.LowerName = strings.ToLower(t.Name)
+ has, err := x.Where("org_id=?", t.OrgID).And("lower_name=?", t.LowerName).And("id!=?", t.ID).Get(new(Team))
+ if err != nil {
+ return err
+ } else if has {
+ return ErrTeamAlreadyExist{t.OrgID, t.LowerName}
+ }
+
if _, err = sess.Id(t.ID).AllCols().Update(t); err != nil {
return fmt.Errorf("update: %v", err)
}
@@ -1023,3 +1050,54 @@ func removeOrgRepo(e Engine, orgID, repoID int64) error {
func RemoveOrgRepo(orgID, repoID int64) error {
return removeOrgRepo(x, orgID, repoID)
}
+
+// GetUserRepositories gets all repositories of an organization,
+// that the user with the given userID has access to.
+func (org *User) GetUserRepositories(userID int64) (err error) {
+ teams := make([]*Team, 0, org.NumTeams)
+ if err = x.Sql(`SELECT team.id FROM team
+INNER JOIN team_user ON team_user.team_id = team.id
+WHERE team_user.org_id = ? AND team_user.uid = ?`, org.Id, userID).Find(&teams); err != nil {
+ return fmt.Errorf("get teams: %v", err)
+ }
+
+ teamIDs := make([]string, len(teams))
+ for i := range teams {
+ teamIDs[i] = com.ToStr(teams[i].ID)
+ }
+ if len(teamIDs) == 0 {
+ // user has no team but "IN ()" is invalid SQL
+ teamIDs = append(teamIDs, "-1") // there is no repo with id=-1
+ }
+
+ repos := make([]*Repository, 0, 5)
+ if err = x.Sql(fmt.Sprintf(`SELECT repository.* FROM repository
+INNER JOIN team_repo ON team_repo.repo_id = repository.id
+WHERE (repository.owner_id = ? AND repository.is_private = ?) OR team_repo.team_id IN (%s)
+GROUP BY repository.id`, strings.Join(teamIDs, ",")), org.Id, false).Find(&repos); err != nil {
+ return fmt.Errorf("get repositories: %v", err)
+ }
+ org.Repos = repos
+
+ // FIXME: should I change this value inside method,
+ // or only in location of caller where it's really needed?
+ org.NumRepos = len(org.Repos)
+ return nil
+}
+
+// GetTeams returns all teams that belong to organization,
+// and that the user has joined.
+func (org *User) GetUserTeams(userID int64) error {
+ teams := make([]*Team, 0, 5)
+ if err := x.Sql(`SELECT team.* FROM team
+INNER JOIN team_user ON team_user.team_id = team.id
+WHERE team_user.org_id = ? AND team_user.uid = ?`,
+ org.Id, userID).Find(&teams); err != nil {
+ return fmt.Errorf("get teams: %v", err)
+ }
+
+ // FIXME: should I change this value inside method,
+ // or only in location of caller where it's really needed?
+ org.NumTeams = len(org.Teams)
+ return nil
+}
diff --git a/models/pull.go b/models/pull.go
index 8497285e1..86ddb5d94 100644
--- a/models/pull.go
+++ b/models/pull.go
@@ -58,20 +58,25 @@ type PullRequest struct {
HasMerged bool
MergedCommitID string `xorm:"VARCHAR(40)"`
- Merged time.Time
MergerID int64
- Merger *User `xorm:"-"`
+ Merger *User `xorm:"-"`
+ Merged time.Time `xorm:"-"`
+ MergedUnix int64
+}
+
+func (pr *PullRequest) BeforeUpdate() {
+ pr.MergedUnix = pr.Merged.UTC().Unix()
}
// Note: don't try to get Pull because will end up recursive querying.
func (pr *PullRequest) AfterSet(colName string, _ xorm.Cell) {
switch colName {
- case "merged":
+ case "merged_unix":
if !pr.HasMerged {
return
}
- pr.Merged = regulateTimeZone(pr.Merged)
+ pr.Merged = time.Unix(pr.MergedUnix, 0).Local()
}
}
@@ -138,7 +143,7 @@ func (pr *PullRequest) Merge(doer *User, baseGitRepo *git.Repository) (err error
return err
}
- if err = pr.Issue.changeStatus(sess, doer, true); err != nil {
+ if err = pr.Issue.changeStatus(sess, doer, pr.Issue.Repo, true); err != nil {
return fmt.Errorf("Issue.changeStatus: %v", err)
}
@@ -256,6 +261,7 @@ var patchConflicts = []string{
"patch does not apply",
"already exists in working directory",
"unrecognized input",
+ "error:",
}
// testPatch checks if patch can be merged to base repository without conflit.
@@ -279,7 +285,7 @@ func (pr *PullRequest) testPatch() (err error) {
return nil
}
- log.Trace("PullRequest[%d].testPatch(patchPath): %s", pr.ID, patchPath)
+ log.Trace("PullRequest[%d].testPatch (patchPath): %s", pr.ID, patchPath)
if err := pr.BaseRepo.UpdateLocalCopy(); err != nil {
return fmt.Errorf("UpdateLocalCopy: %v", err)
@@ -287,7 +293,7 @@ func (pr *PullRequest) testPatch() (err error) {
// Checkout base branch.
_, stderr, err := process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(),
- fmt.Sprintf("PullRequest.Merge(git checkout): %v", pr.BaseRepo.ID),
+ fmt.Sprintf("PullRequest.Merge (git checkout): %v", pr.BaseRepo.ID),
"git", "checkout", pr.BaseBranch)
if err != nil {
return fmt.Errorf("git checkout: %s", stderr)
@@ -295,12 +301,12 @@ func (pr *PullRequest) testPatch() (err error) {
pr.Status = PULL_REQUEST_STATUS_CHECKING
_, stderr, err = process.ExecDir(-1, pr.BaseRepo.LocalCopyPath(),
- fmt.Sprintf("testPatch(git apply --check): %d", pr.BaseRepo.ID),
+ fmt.Sprintf("testPatch (git apply --check): %d", pr.BaseRepo.ID),
"git", "apply", "--check", patchPath)
if err != nil {
for i := range patchConflicts {
if strings.Contains(stderr, patchConflicts[i]) {
- log.Trace("PullRequest[%d].testPatch(apply): has conflit", pr.ID)
+ log.Trace("PullRequest[%d].testPatch (apply): has conflit", pr.ID)
fmt.Println(stderr)
pr.Status = PULL_REQUEST_STATUS_CONFLICT
return nil
@@ -329,7 +335,7 @@ func NewPullRequest(repo *Repository, pull *Issue, labelIDs []int64, uuids []str
ActUserID: pull.Poster.Id,
ActUserName: pull.Poster.Name,
ActEmail: pull.Poster.Email,
- OpType: CREATE_PULL_REQUEST,
+ OpType: ACTION_CREATE_PULL_REQUEST,
Content: fmt.Sprintf("%d|%s", pull.Index, pull.Name),
RepoID: repo.ID,
RepoUserName: repo.Owner.Name,
@@ -481,6 +487,37 @@ func (pr *PullRequest) UpdatePatch() (err error) {
return nil
}
+// PushToBaseRepo pushes commits from branches of head repository to
+// corresponding branches of base repository.
+// FIXME: Only push branches that are actually updates?
+func (pr *PullRequest) PushToBaseRepo() (err error) {
+ log.Trace("PushToBaseRepo[%d]: pushing commits to base repo 'refs/pull/%d/head'", pr.BaseRepoID, pr.Index)
+
+ headRepoPath := pr.HeadRepo.RepoPath()
+ headGitRepo, err := git.OpenRepository(headRepoPath)
+ if err != nil {
+ return fmt.Errorf("OpenRepository: %v", err)
+ }
+
+ tmpRemoteName := fmt.Sprintf("tmp-pull-%d", pr.ID)
+ if err = headGitRepo.AddRemote(tmpRemoteName, pr.BaseRepo.RepoPath(), false); err != nil {
+ return fmt.Errorf("headGitRepo.AddRemote: %v", err)
+ }
+ // Make sure to remove the remote even if the push fails
+ defer headGitRepo.RemoveRemote(tmpRemoteName)
+
+ headFile := fmt.Sprintf("refs/pull/%d/head", pr.Index)
+
+ // Remove head in case there is a conflict.
+ os.Remove(path.Join(pr.BaseRepo.RepoPath(), headFile))
+
+ if err = git.Push(headRepoPath, tmpRemoteName, fmt.Sprintf("%s:%s", pr.HeadBranch, headFile)); err != nil {
+ return fmt.Errorf("Push: %v", err)
+ }
+
+ return nil
+}
+
// AddToTaskQueue adds itself to pull request test task queue.
func (pr *PullRequest) AddToTaskQueue() {
go PullRequestQueue.AddFunc(pr.ID, func() {
@@ -497,6 +534,9 @@ func addHeadRepoTasks(prs []*PullRequest) {
if err := pr.UpdatePatch(); err != nil {
log.Error(4, "UpdatePatch: %v", err)
continue
+ } else if err := pr.PushToBaseRepo(); err != nil {
+ log.Error(4, "PushToBaseRepo: %v", err)
+ continue
}
pr.AddToTaskQueue()
@@ -525,6 +565,14 @@ func AddTestPullRequestTask(repoID int64, branch string) {
}
}
+func ChangeUsernameInPullRequests(oldUserName, newUserName string) error {
+ pr := PullRequest{
+ HeadUserName: strings.ToLower(newUserName),
+ }
+ _, err := x.Cols("head_user_name").Where("head_user_name = ?", strings.ToLower(oldUserName)).Update(pr)
+ return err
+}
+
// checkAndUpdateStatus checks if pull request is possible to levaing checking status,
// and set to be either conflict or mergeable.
func (pr *PullRequest) checkAndUpdateStatus() {
diff --git a/models/release.go b/models/release.go
index 9fc5d3967..69ce6c139 100644
--- a/models/release.go
+++ b/models/release.go
@@ -33,13 +33,19 @@ type Release struct {
Note string `xorm:"TEXT"`
IsDraft bool `xorm:"NOT NULL DEFAULT false"`
IsPrerelease bool
- Created time.Time `xorm:"CREATED"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+}
+
+func (r *Release) BeforeInsert() {
+ r.CreatedUnix = time.Now().UTC().Unix()
}
func (r *Release) AfterSet(colName string, _ xorm.Cell) {
switch colName {
- case "created":
- r.Created = regulateTimeZone(r.Created)
+ case "created_unix":
+ r.Created = time.Unix(r.CreatedUnix, 0).Local()
}
}
@@ -125,7 +131,7 @@ func GetReleaseByID(id int64) (*Release, error) {
// GetReleasesByRepoID returns a list of releases of repository.
func GetReleasesByRepoID(repoID int64) (rels []*Release, err error) {
- err = x.Desc("created").Find(&rels, Release{RepoID: repoID})
+ err = x.Desc("created_unix").Find(&rels, Release{RepoID: repoID})
return rels, err
}
diff --git a/models/repo.go b/models/repo.go
index e53d80657..91dd9acf3 100644
--- a/models/repo.go
+++ b/models/repo.go
@@ -27,12 +27,12 @@ import (
"github.com/mcuadros/go-version"
"gopkg.in/ini.v1"
- "github.com/gogits/git-module"
+ git "github.com/gogits/git-module"
api "github.com/gogits/go-gogs-client"
- "github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/bindata"
"github.com/gogits/gogs/modules/log"
+ "github.com/gogits/gogs/modules/markdown"
"github.com/gogits/gogs/modules/process"
"github.com/gogits/gogs/modules/setting"
)
@@ -129,8 +129,7 @@ func NewRepoContext() {
log.Fatal(4, "Fail to execute 'git config --global core.quotepath false': %s", stderr)
}
- // Clean up temporary data.
- os.RemoveAll(filepath.Join(setting.AppDataPath, "tmp"))
+ RemoveAllWithNotice("Clean up repository temporary data", filepath.Join(setting.AppDataPath, "tmp"))
}
// Repository represents a git repository.
@@ -178,20 +177,38 @@ type Repository struct {
ForkID int64
BaseRepo *Repository `xorm:"-"`
- Created time.Time `xorm:"CREATED"`
- Updated time.Time `xorm:"UPDATED"`
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"`
+ UpdatedUnix int64
+}
+
+func (repo *Repository) BeforeInsert() {
+ repo.CreatedUnix = time.Now().UTC().Unix()
+ repo.UpdatedUnix = repo.CreatedUnix
+}
+
+func (repo *Repository) BeforeUpdate() {
+ repo.UpdatedUnix = time.Now().UTC().Unix()
}
func (repo *Repository) AfterSet(colName string, _ xorm.Cell) {
switch colName {
+ case "default_branch":
+ // FIXME: use models migration to solve all at once.
+ if len(repo.DefaultBranch) == 0 {
+ repo.DefaultBranch = "master"
+ }
case "num_closed_issues":
repo.NumOpenIssues = repo.NumIssues - repo.NumClosedIssues
case "num_closed_pulls":
repo.NumOpenPulls = repo.NumPulls - repo.NumClosedPulls
case "num_closed_milestones":
repo.NumOpenMilestones = repo.NumMilestones - repo.NumClosedMilestones
- case "updated":
- repo.Updated = regulateTimeZone(repo.Updated)
+ case "created_unix":
+ repo.Created = time.Unix(repo.CreatedUnix, 0).Local()
+ case "updated_unix":
+ repo.Updated = time.Unix(repo.UpdatedUnix, 0)
}
}
@@ -241,6 +258,14 @@ func (repo *Repository) ComposeMetas() map[string]string {
return repo.ExternalMetas
}
+// DeleteWiki removes the actual and local copy of repository wiki.
+func (repo *Repository) DeleteWiki() {
+ wikiPaths := []string{repo.WikiPath(), repo.LocalWikiPath()}
+ for _, wikiPath := range wikiPaths {
+ RemoveAllWithNotice("Delete repository wiki", wikiPath)
+ }
+}
+
// GetAssignees returns all users that have write access of repository.
func (repo *Repository) GetAssignees() (_ []*User, err error) {
if err = repo.GetOwner(); err != nil {
@@ -313,6 +338,10 @@ func (repo *Repository) RepoLink() string {
return setting.AppSubUrl + "/" + repo.MustOwner().Name + "/" + repo.Name
}
+func (repo *Repository) RepoRelLink() string {
+ return "/" + repo.MustOwner().Name + "/" + repo.Name
+}
+
func (repo *Repository) ComposeCompareURL(oldCommitID, newCommitID string) string {
return fmt.Sprintf("%s/%s/compare/%s...%s", repo.MustOwner().Name, repo.Name, oldCommitID, newCommitID)
}
@@ -332,7 +361,17 @@ func (repo *Repository) IsOwnedBy(userID int64) bool {
// CanBeForked returns true if repository meets the requirements of being forked.
func (repo *Repository) CanBeForked() bool {
- return !repo.IsBare && !repo.IsMirror
+ return !repo.IsBare
+}
+
+// CanEnablePulls returns true if repository meets the requirements of accepting pulls.
+func (repo *Repository) CanEnablePulls() bool {
+ return !repo.IsMirror
+}
+
+// AllowPulls returns true if repository meets the requirements of accepting pulls and has them enabled.
+func (repo *Repository) AllowsPulls() bool {
+ return repo.CanEnablePulls() && repo.EnablePulls
}
func (repo *Repository) NextIssueIndex() int64 {
@@ -348,7 +387,7 @@ func (repo *Repository) DescriptionHtml() template.HTML {
sanitize := func(s string) string {
return fmt.Sprintf(`%[1]s`, s)
}
- return template.HTML(DescPattern.ReplaceAllStringFunc(base.Sanitizer.Sanitize(repo.Description), sanitize))
+ return template.HTML(DescPattern.ReplaceAllStringFunc(markdown.Sanitizer.Sanitize(repo.Description), sanitize))
}
func (repo *Repository) LocalCopyPath() string {
@@ -357,11 +396,16 @@ func (repo *Repository) LocalCopyPath() string {
func updateLocalCopy(repoPath, localPath string) error {
if !com.IsExist(localPath) {
- if err := git.Clone(repoPath, localPath, git.CloneRepoOptions{}); err != nil {
+ if err := git.Clone(repoPath, localPath, git.CloneRepoOptions{
+ Timeout: time.Duration(setting.Git.Timeout.Clone) * time.Second,
+ }); err != nil {
return fmt.Errorf("Clone: %v", err)
}
} else {
- if err := git.Pull(localPath, true); err != nil {
+ if err := git.Pull(localPath, git.PullRemoteOptions{
+ All: true,
+ Timeout: time.Duration(setting.Git.Timeout.Pull) * time.Second,
+ }); err != nil {
return fmt.Errorf("Pull: %v", err)
}
}
@@ -414,7 +458,8 @@ func (repo *Repository) ComposePayload() *api.PayloadRepo {
Email: repo.MustOwner().Email,
UserName: repo.MustOwner().Name,
},
- Private: repo.IsPrivate,
+ Private: repo.IsPrivate,
+ DefaultBranch: repo.DefaultBranch,
}
}
@@ -446,10 +491,10 @@ func (repo *Repository) cloneLink(isWiki bool) *CloneLink {
repo.Owner = repo.MustOwner()
cl := new(CloneLink)
- if setting.SSHPort != 22 {
- cl.SSH = fmt.Sprintf("ssh://%s@%s:%d/%s/%s.git", setting.RunUser, setting.SSHDomain, setting.SSHPort, repo.Owner.Name, repoName)
+ if setting.SSH.Port != 22 {
+ cl.SSH = fmt.Sprintf("ssh://%s@%s:%d/%s/%s.git", setting.RunUser, setting.SSH.Domain, setting.SSH.Port, repo.Owner.Name, repoName)
} else {
- cl.SSH = fmt.Sprintf("%s@%s:%s/%s.git", setting.RunUser, setting.SSHDomain, repo.Owner.Name, repoName)
+ cl.SSH = fmt.Sprintf("%s@%s:%s/%s.git", setting.RunUser, setting.SSH.Domain, repo.Owner.Name, repoName)
}
cl.HTTPS = fmt.Sprintf("%s%s/%s.git", setting.AppUrl, repo.Owner.Name, repoName)
return cl
@@ -490,16 +535,28 @@ func IsUsableName(name string) error {
// Mirror represents a mirror information of repository.
type Mirror struct {
- ID int64 `xorm:"pk autoincr"`
- RepoID int64
- Repo *Repository `xorm:"-"`
- Interval int // Hour.
- Updated time.Time `xorm:"UPDATED"`
- NextUpdate time.Time
+ ID int64 `xorm:"pk autoincr"`
+ RepoID int64
+ Repo *Repository `xorm:"-"`
+ Interval int // Hour.
+
+ Updated time.Time `xorm:"-"`
+ UpdatedUnix int64
+ NextUpdate time.Time `xorm:"-"`
+ NextUpdateUnix int64
address string `xorm:"-"`
}
+func (m *Mirror) BeforeInsert() {
+ m.NextUpdateUnix = m.NextUpdate.UTC().Unix()
+}
+
+func (m *Mirror) BeforeUpdate() {
+ m.UpdatedUnix = time.Now().UTC().Unix()
+ m.NextUpdateUnix = m.NextUpdate.UTC().Unix()
+}
+
func (m *Mirror) AfterSet(colName string, _ xorm.Cell) {
var err error
switch colName {
@@ -508,6 +565,10 @@ func (m *Mirror) AfterSet(colName string, _ xorm.Cell) {
if err != nil {
log.Error(3, "GetRepositoryByID[%d]: %v", m.ID, err)
}
+ case "updated_unix":
+ m.Updated = time.Unix(m.UpdatedUnix, 0).Local()
+ case "next_updated_unix":
+ m.NextUpdate = time.Unix(m.NextUpdateUnix, 0).Local()
}
}
@@ -591,6 +652,11 @@ func UpdateMirror(m *Mirror) error {
return updateMirror(x, m)
}
+func DeleteMirrorByRepoID(repoID int64) error {
+ _, err := x.Delete(&Mirror{RepoID: repoID})
+ return err
+}
+
func createUpdateHook(repoPath string) error {
return git.SetUpdateHook(repoPath,
fmt.Sprintf(_TPL_UPDATE_HOOK, setting.ScriptType, "\""+setting.AppPath+"\"", setting.CustomConf))
@@ -636,11 +702,36 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) {
if err = git.Clone(opts.RemoteAddr, repoPath, git.CloneRepoOptions{
Mirror: true,
Quiet: true,
- Timeout: 10 * time.Minute,
+ Timeout: time.Duration(setting.Git.Timeout.Migrate) * time.Second,
}); err != nil {
return repo, fmt.Errorf("Clone: %v", err)
}
+ // Check if repository is empty.
+ _, stderr, err := com.ExecCmdDir(repoPath, "git", "log", "-1")
+ if err != nil {
+ if strings.Contains(stderr, "fatal: bad default revision 'HEAD'") {
+ repo.IsBare = true
+ } else {
+ return repo, fmt.Errorf("check bare: %v - %s", err, stderr)
+ }
+ }
+
+ if !repo.IsBare {
+ // Try to get HEAD branch and set it as default branch.
+ gitRepo, err := git.OpenRepository(repoPath)
+ if err != nil {
+ return repo, fmt.Errorf("OpenRepository: %v", err)
+ }
+ headBranch, err := gitRepo.GetHEADBranch()
+ if err != nil {
+ return repo, fmt.Errorf("GetHEADBranch: %v", err)
+ }
+ if headBranch != nil {
+ repo.DefaultBranch = headBranch.Name
+ }
+ }
+
if opts.IsMirror {
if _, err = x.InsertOne(&Mirror{
RepoID: repo.ID,
@@ -654,7 +745,12 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) {
return repo, UpdateRepository(repo, false)
}
- if err = createUpdateHook(repoPath); err != nil {
+ return CleanUpMigrateInfo(repo, repoPath)
+}
+
+// Finish migrating repository with things that don't need to be done for mirrors.
+func CleanUpMigrateInfo(repo *Repository, repoPath string) (*Repository, error) {
+ if err := createUpdateHook(repoPath); err != nil {
return repo, fmt.Errorf("createUpdateHook: %v", err)
}
@@ -670,31 +766,6 @@ func MigrateRepository(u *User, opts MigrateRepoOptions) (*Repository, error) {
return repo, fmt.Errorf("save config file: %v", err)
}
- // Check if repository is empty.
- _, stderr, err := com.ExecCmdDir(repoPath, "git", "log", "-1")
- if err != nil {
- if strings.Contains(stderr, "fatal: bad default revision 'HEAD'") {
- repo.IsBare = true
- } else {
- return repo, fmt.Errorf("check bare: %v - %s", err, stderr)
- }
- }
-
- // Try to get HEAD branch and set it as default branch.
- gitRepo, err := git.OpenRepository(repoPath)
- if err != nil {
- log.Error(4, "OpenRepository: %v", err)
- return repo, nil
- }
- headBranch, err := gitRepo.GetHEADBranch()
- if err != nil {
- log.Error(4, "GetHEADBranch: %v", err)
- return repo, nil
- }
- if headBranch != nil {
- repo.DefaultBranch = headBranch.Name
- }
-
return repo, UpdateRepository(repo, false)
}
@@ -957,10 +1028,13 @@ func countRepositories(showPrivate bool) int64 {
sess := x.NewSession()
if !showPrivate {
- sess.Where("is_private=", false)
+ sess.Where("is_private=?", false)
}
- count, _ := sess.Count(new(Repository))
+ count, err := sess.Count(new(Repository))
+ if err != nil {
+ log.Error(4, "countRepositories: %v", err)
+ }
return count
}
@@ -974,11 +1048,16 @@ func CountPublicRepositories() int64 {
return countRepositories(false)
}
+func Repositories(page, pageSize int) (_ []*Repository, err error) {
+ repos := make([]*Repository, 0, pageSize)
+ return repos, x.Limit(pageSize, (page-1)*pageSize).Asc("id").Find(&repos)
+}
+
// RepositoriesWithUsers returns number of repos in given page.
func RepositoriesWithUsers(page, pageSize int) (_ []*Repository, err error) {
- repos := make([]*Repository, 0, pageSize)
- if err = x.Limit(pageSize, (page-1)*pageSize).Asc("id").Find(&repos); err != nil {
- return nil, err
+ repos, err := Repositories(page, pageSize)
+ if err != nil {
+ return nil, fmt.Errorf("Repositories: %v", err)
}
for i := range repos {
@@ -1093,13 +1172,16 @@ func TransferOwnership(u *User, newOwnerName string, repo *Repository) error {
return fmt.Errorf("transferRepoAction: %v", err)
}
- // Change repository directory name.
+ // Rename remote repository to new path and delete local copy.
if err = os.Rename(RepoPath(owner.Name, repo.Name), RepoPath(newOwner.Name, repo.Name)); err != nil {
return fmt.Errorf("rename repository directory: %v", err)
}
+ RemoveAllWithNotice("Delete repository local copy", repo.LocalCopyPath())
+ // Rename remote wiki repository to new path and delete local copy.
wikiPath := WikiPath(owner.Name, repo.Name)
if com.IsExist(wikiPath) {
+ RemoveAllWithNotice("Delete repository wiki local copy", repo.LocalWikiPath())
if err = os.Rename(wikiPath, WikiPath(newOwner.Name, repo.Name)); err != nil {
return fmt.Errorf("rename repository wiki: %v", err)
}
@@ -1123,16 +1205,22 @@ func ChangeRepositoryName(u *User, oldRepoName, newRepoName string) (err error)
return ErrRepoAlreadyExist{u.Name, newRepoName}
}
+ repo, err := GetRepositoryByName(u.Id, oldRepoName)
+ if err != nil {
+ return fmt.Errorf("GetRepositoryByName: %v", err)
+ }
+
// Change repository directory name.
- if err = os.Rename(RepoPath(u.Name, oldRepoName), RepoPath(u.Name, newRepoName)); err != nil {
+ if err = os.Rename(repo.RepoPath(), RepoPath(u.Name, newRepoName)); err != nil {
return fmt.Errorf("rename repository directory: %v", err)
}
- wikiPath := WikiPath(u.Name, oldRepoName)
+ wikiPath := repo.WikiPath()
if com.IsExist(wikiPath) {
if err = os.Rename(wikiPath, WikiPath(u.Name, newRepoName)); err != nil {
return fmt.Errorf("rename repository wiki: %v", err)
}
+ RemoveAllWithNotice("Delete repository wiki local copy", repo.LocalWikiPath())
}
return nil
@@ -1295,30 +1383,13 @@ func DeleteRepository(uid, repoID int64) error {
// Remove repository files.
repoPath := repo.repoPath(sess)
- if err = os.RemoveAll(repoPath); err != nil {
- desc := fmt.Sprintf("delete repository files [%s]: %v", repoPath, err)
- log.Warn(desc)
- if err = CreateRepositoryNotice(desc); err != nil {
- log.Error(4, "CreateRepositoryNotice: %v", err)
- }
- }
+ RemoveAllWithNotice("Delete repository files", repoPath)
- wikiPaths := []string{repo.WikiPath(), repo.LocalWikiPath()}
- for _, wikiPath := range wikiPaths {
- if err = os.RemoveAll(wikiPath); err != nil {
- desc := fmt.Sprintf("delete repository wiki [%s]: %v", wikiPath, err)
- log.Warn(desc)
- if err = CreateRepositoryNotice(desc); err != nil {
- log.Error(4, "CreateRepositoryNotice: %v", err)
- }
- }
- }
+ repo.DeleteWiki()
// Remove attachment files.
for i := range attachmentPaths {
- if err = os.Remove(attachmentPaths[i]); err != nil {
- log.Warn("delete attachment: %v", err)
- }
+ RemoveAllWithNotice("Delete attachment", attachmentPaths[i])
}
if err = sess.Commit(); err != nil {
@@ -1333,7 +1404,7 @@ func DeleteRepository(uid, repoID int64) error {
}
for i := range forkRepos {
if err = DeleteRepository(forkRepos[i].OwnerID, forkRepos[i].ID); err != nil {
- log.Error(4, "updateRepository[%d]: %v", forkRepos[i].ID, err)
+ log.Error(4, "DeleteRepository [%d]: %v", forkRepos[i].ID, err)
}
}
} else {
@@ -1397,7 +1468,8 @@ func GetRepositoryByID(id int64) (*Repository, error) {
// GetRepositories returns a list of repositories of given user.
func GetRepositories(uid int64, private bool) ([]*Repository, error) {
repos := make([]*Repository, 0, 10)
- sess := x.Desc("updated")
+ sess := x.Desc("updated_unix")
+
if !private {
sess.Where("is_private=?", false)
}
@@ -1406,9 +1478,9 @@ func GetRepositories(uid int64, private bool) ([]*Repository, error) {
}
// GetRecentUpdatedRepositories returns the list of repositories that are recently updated.
-func GetRecentUpdatedRepositories(page int) (repos []*Repository, err error) {
- return repos, x.Limit(setting.ExplorePagingNum, (page-1)*setting.ExplorePagingNum).
- Where("is_private=?", false).Limit(setting.ExplorePagingNum).Desc("updated").Find(&repos)
+func GetRecentUpdatedRepositories(page, pageSize int) (repos []*Repository, err error) {
+ return repos, x.Limit(pageSize, (page-1)*pageSize).
+ Where("is_private=?", false).Limit(pageSize).Desc("updated_unix").Find(&repos)
}
func getRepositoryCount(e Engine, u *User) (int64, error) {
@@ -1420,32 +1492,52 @@ func GetRepositoryCount(u *User) (int64, error) {
return getRepositoryCount(x, u)
}
-type SearchOption struct {
- Keyword string
- Uid int64
- Limit int
- Private bool
+type SearchRepoOptions struct {
+ Keyword string
+ OwnerID int64
+ OrderBy string
+ Private bool // Include private repositories in results
+ Page int
+ PageSize int // Can be smaller than or equal to setting.ExplorePagingNum
}
-// SearchRepositoryByName returns given number of repositories whose name contains keyword.
-func SearchRepositoryByName(opt SearchOption) (repos []*Repository, err error) {
- if len(opt.Keyword) == 0 {
- return repos, nil
+// SearchRepositoryByName takes keyword and part of repository name to search,
+// it returns results in given range and number of total results.
+func SearchRepositoryByName(opts *SearchRepoOptions) (repos []*Repository, _ int64, _ error) {
+ if len(opts.Keyword) == 0 {
+ return repos, 0, nil
+ }
+ opts.Keyword = strings.ToLower(opts.Keyword)
+
+ if opts.PageSize <= 0 || opts.PageSize > setting.ExplorePagingNum {
+ opts.PageSize = setting.ExplorePagingNum
+ }
+ if opts.Page <= 0 {
+ opts.Page = 1
}
- opt.Keyword = strings.ToLower(opt.Keyword)
- repos = make([]*Repository, 0, opt.Limit)
+ repos = make([]*Repository, 0, opts.PageSize)
- // Append conditions.
- sess := x.Limit(opt.Limit)
- if opt.Uid > 0 {
- sess.Where("owner_id=?", opt.Uid)
+ // Append conditions
+ sess := x.Where("LOWER(lower_name) LIKE ?", "%"+opts.Keyword+"%")
+ if opts.OwnerID > 0 {
+ sess.And("owner_id = ?", opts.OwnerID)
}
- if !opt.Private {
+ if !opts.Private {
sess.And("is_private=?", false)
}
- sess.And("lower_name like ?", "%"+opt.Keyword+"%").Find(&repos)
- return repos, err
+
+ var countSess xorm.Session
+ countSess = *sess
+ count, err := countSess.Count(new(Repository))
+ if err != nil {
+ return nil, 0, fmt.Errorf("Count: %v", err)
+ }
+
+ if len(opts.OrderBy) > 0 {
+ sess.OrderBy(opts.OrderBy)
+ }
+ return repos, count, sess.Limit(opts.PageSize, (opts.Page-1)*opts.PageSize).Find(&repos)
}
// DeleteRepositoryArchives deletes all repositories' archives.
@@ -1457,9 +1549,8 @@ func DeleteRepositoryArchives() error {
})
}
-// DeleteMissingRepositories deletes all repository records that lost Git files.
-func DeleteMissingRepositories() error {
- repos := make([]*Repository, 0, 5)
+func gatherMissingRepoRecords() ([]*Repository, error) {
+ repos := make([]*Repository, 0, 10)
if err := x.Where("id > 0").Iterate(new(Repository),
func(idx int, bean interface{}) error {
repo := bean.(*Repository)
@@ -1468,10 +1559,18 @@ func DeleteMissingRepositories() error {
}
return nil
}); err != nil {
- if err2 := CreateRepositoryNotice(fmt.Sprintf("DeleteMissingRepositories: %v", err)); err2 != nil {
- log.Error(4, "CreateRepositoryNotice: %v", err2)
+ if err2 := CreateRepositoryNotice(fmt.Sprintf("gatherMissingRepoRecords: %v", err)); err2 != nil {
+ return nil, fmt.Errorf("CreateRepositoryNotice: %v", err)
}
- return nil
+ }
+ return repos, nil
+}
+
+// DeleteMissingRepositories deletes all repository records that lost Git files.
+func DeleteMissingRepositories() error {
+ repos, err := gatherMissingRepoRecords()
+ if err != nil {
+ return fmt.Errorf("gatherMissingRepoRecords: %v", err)
}
if len(repos) == 0 {
@@ -1482,7 +1581,29 @@ func DeleteMissingRepositories() error {
log.Trace("Deleting %d/%d...", repo.OwnerID, repo.ID)
if err := DeleteRepository(repo.OwnerID, repo.ID); err != nil {
if err2 := CreateRepositoryNotice(fmt.Sprintf("DeleteRepository [%d]: %v", repo.ID, err)); err2 != nil {
- log.Error(4, "CreateRepositoryNotice: %v", err2)
+ return fmt.Errorf("CreateRepositoryNotice: %v", err)
+ }
+ }
+ }
+ return nil
+}
+
+// ReinitMissingRepositories reinitializes all repository records that lost Git files.
+func ReinitMissingRepositories() error {
+ repos, err := gatherMissingRepoRecords()
+ if err != nil {
+ return fmt.Errorf("gatherMissingRepoRecords: %v", err)
+ }
+
+ if len(repos) == 0 {
+ return nil
+ }
+
+ for _, repo := range repos {
+ log.Trace("Initializing %d/%d...", repo.OwnerID, repo.ID)
+ if err := git.InitRepository(repo.RepoPath(), true); err != nil {
+ if err2 := CreateRepositoryNotice(fmt.Sprintf("InitRepository [%d]: %v", repo.ID, err)); err2 != nil {
+ return fmt.Errorf("CreateRepositoryNotice: %v", err)
}
}
}
@@ -1562,7 +1683,8 @@ func MirrorUpdate() {
}
repoPath := m.Repo.RepoPath()
- if _, stderr, err := process.ExecDir(10*time.Minute,
+ if _, stderr, err := process.ExecDir(
+ time.Duration(setting.Git.Timeout.Mirror)*time.Second,
repoPath, fmt.Sprintf("MirrorUpdate: %s", repoPath),
"git", "remote", "update", "--prune"); err != nil {
desc := fmt.Sprintf("Fail to update mirror repository(%s): %s", repoPath, stderr)
@@ -1602,7 +1724,7 @@ func GitFsck() {
repo := bean.(*Repository)
repoPath := repo.RepoPath()
if err := git.Fsck(repoPath, setting.Cron.RepoHealthCheck.Timeout, setting.Cron.RepoHealthCheck.Args...); err != nil {
- desc := fmt.Sprintf("Fail to health check repository(%s)", repoPath)
+ desc := fmt.Sprintf("Fail to health check repository (%s): %v", repoPath, err)
log.Warn(desc)
if err = CreateRepositoryNotice(desc); err != nil {
log.Error(4, "CreateRepositoryNotice: %v", err)
@@ -1728,105 +1850,6 @@ func CheckRepoStats() {
// ***** END: Repository.NumForks *****
}
-// _________ .__ .__ ___. __ .__
-// \_ ___ \ ____ | | | | _____ \_ |__ ________________ _/ |_|__| ____ ____
-// / \ \/ / _ \| | | | \__ \ | __ \ / _ \_ __ \__ \\ __\ |/ _ \ / \
-// \ \___( <_> ) |_| |__/ __ \| \_\ ( <_> ) | \// __ \| | | ( <_> ) | \
-// \______ /\____/|____/____(____ /___ /\____/|__| (____ /__| |__|\____/|___| /
-// \/ \/ \/ \/ \/
-
-// A Collaboration is a relation between an individual and a repository
-type Collaboration struct {
- ID int64 `xorm:"pk autoincr"`
- RepoID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"`
- UserID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"`
- Created time.Time `xorm:"CREATED"`
-}
-
-// Add collaborator and accompanying access
-func (repo *Repository) AddCollaborator(u *User) error {
- collaboration := &Collaboration{
- RepoID: repo.ID,
- UserID: u.Id,
- }
-
- has, err := x.Get(collaboration)
- if err != nil {
- return err
- } else if has {
- return nil
- }
-
- if err = repo.GetOwner(); err != nil {
- return fmt.Errorf("GetOwner: %v", err)
- }
-
- sess := x.NewSession()
- defer sessionRelease(sess)
- if err = sess.Begin(); err != nil {
- return err
- }
-
- if _, err = sess.InsertOne(collaboration); err != nil {
- return err
- }
-
- if repo.Owner.IsOrganization() {
- err = repo.recalculateTeamAccesses(sess, 0)
- } else {
- err = repo.recalculateAccesses(sess)
- }
- if err != nil {
- return fmt.Errorf("recalculateAccesses 'team=%v': %v", repo.Owner.IsOrganization(), err)
- }
-
- return sess.Commit()
-}
-
-func (repo *Repository) getCollaborators(e Engine) ([]*User, error) {
- collaborations := make([]*Collaboration, 0)
- if err := e.Find(&collaborations, &Collaboration{RepoID: repo.ID}); err != nil {
- return nil, err
- }
-
- users := make([]*User, len(collaborations))
- for i, c := range collaborations {
- user, err := getUserByID(e, c.UserID)
- if err != nil {
- return nil, err
- }
- users[i] = user
- }
- return users, nil
-}
-
-// GetCollaborators returns the collaborators for a repository
-func (repo *Repository) GetCollaborators() ([]*User, error) {
- return repo.getCollaborators(x)
-}
-
-// Delete collaborator and accompanying access
-func (repo *Repository) DeleteCollaborator(u *User) (err error) {
- collaboration := &Collaboration{
- RepoID: repo.ID,
- UserID: u.Id,
- }
-
- sess := x.NewSession()
- defer sessionRelease(sess)
- if err = sess.Begin(); err != nil {
- return err
- }
-
- if has, err := sess.Delete(collaboration); err != nil || has == 0 {
- return err
- } else if err = repo.recalculateAccesses(sess); err != nil {
- return err
- }
-
- return sess.Commit()
-}
-
// __ __ __ .__
// / \ / \_____ _/ |_ ____ | |__
// \ \/\/ /\__ \\ __\/ ___\| | \
diff --git a/models/repo_branch.go b/models/repo_branch.go
new file mode 100644
index 000000000..9cf2e9c43
--- /dev/null
+++ b/models/repo_branch.go
@@ -0,0 +1,57 @@
+// Copyright 2016 The Gogs Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package models
+
+import (
+ "github.com/gogits/git-module"
+)
+
+type Branch struct {
+ Path string
+ Name string
+}
+
+func GetBranchesByPath(path string) ([]*Branch, error) {
+ gitRepo, err := git.OpenRepository(path)
+ if err != nil {
+ return nil, err
+ }
+
+ brs, err := gitRepo.GetBranches()
+ if err != nil {
+ return nil, err
+ }
+
+ branches := make([]*Branch, len(brs))
+ for i := range brs {
+ branches[i] = &Branch{
+ Path: path,
+ Name: brs[i],
+ }
+ }
+ return branches, nil
+}
+
+func (repo *Repository) GetBranch(br string) (*Branch, error) {
+ if !git.IsBranchExist(repo.RepoPath(), br) {
+ return nil, &ErrBranchNotExist{br}
+ }
+ return &Branch{
+ Path: repo.RepoPath(),
+ Name: br,
+ }, nil
+}
+
+func (repo *Repository) GetBranches() ([]*Branch, error) {
+ return GetBranchesByPath(repo.RepoPath())
+}
+
+func (br *Branch) GetCommit() (*git.Commit, error) {
+ gitRepo, err := git.OpenRepository(br.Path)
+ if err != nil {
+ return nil, err
+ }
+ return gitRepo.GetBranchCommit(br.Name)
+}
diff --git a/models/repo_collaboration.go b/models/repo_collaboration.go
new file mode 100644
index 000000000..b1c5f925a
--- /dev/null
+++ b/models/repo_collaboration.go
@@ -0,0 +1,159 @@
+// Copyright 2016 The Gogs Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package models
+
+import (
+ "fmt"
+)
+
+// Collaboration represent the relation between an individual and a repository.
+type Collaboration struct {
+ ID int64 `xorm:"pk autoincr"`
+ RepoID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"`
+ UserID int64 `xorm:"UNIQUE(s) INDEX NOT NULL"`
+ Mode AccessMode `xorm:"DEFAULT 2 NOT NULL"`
+}
+
+func (c *Collaboration) ModeName() string {
+ switch c.Mode {
+ case ACCESS_MODE_READ:
+ return "Read"
+ case ACCESS_MODE_WRITE:
+ return "Write"
+ case ACCESS_MODE_ADMIN:
+ return "Admin"
+ }
+ return "Undefined"
+}
+
+// AddCollaborator adds new collaboration relation between an individual and a repository.
+func (repo *Repository) AddCollaborator(u *User) error {
+ collaboration := &Collaboration{
+ RepoID: repo.ID,
+ UserID: u.Id,
+ }
+
+ has, err := x.Get(collaboration)
+ if err != nil {
+ return err
+ } else if has {
+ return nil
+ }
+ collaboration.Mode = ACCESS_MODE_WRITE
+
+ sess := x.NewSession()
+ defer sessionRelease(sess)
+ if err = sess.Begin(); err != nil {
+ return err
+ }
+
+ if _, err = sess.InsertOne(collaboration); err != nil {
+ return err
+ }
+
+ if repo.Owner.IsOrganization() {
+ err = repo.recalculateTeamAccesses(sess, 0)
+ } else {
+ err = repo.recalculateAccesses(sess)
+ }
+ if err != nil {
+ return fmt.Errorf("recalculateAccesses 'team=%v': %v", repo.Owner.IsOrganization(), err)
+ }
+
+ return sess.Commit()
+}
+
+func (repo *Repository) getCollaborations(e Engine) ([]*Collaboration, error) {
+ collaborations := make([]*Collaboration, 0)
+ return collaborations, e.Find(&collaborations, &Collaboration{RepoID: repo.ID})
+}
+
+// Collaborator represents a user with collaboration details.
+type Collaborator struct {
+ *User
+ Collaboration *Collaboration
+}
+
+func (repo *Repository) getCollaborators(e Engine) ([]*Collaborator, error) {
+ collaborations, err := repo.getCollaborations(e)
+ if err != nil {
+ return nil, fmt.Errorf("getCollaborations: %v", err)
+ }
+
+ collaborators := make([]*Collaborator, len(collaborations))
+ for i, c := range collaborations {
+ user, err := getUserByID(e, c.UserID)
+ if err != nil {
+ return nil, err
+ }
+ collaborators[i] = &Collaborator{
+ User: user,
+ Collaboration: c,
+ }
+ }
+ return collaborators, nil
+}
+
+// GetCollaborators returns the collaborators for a repository
+func (repo *Repository) GetCollaborators() ([]*Collaborator, error) {
+ return repo.getCollaborators(x)
+}
+
+// ChangeCollaborationAccessMode sets new access mode for the collaboration.
+func (repo *Repository) ChangeCollaborationAccessMode(uid int64, mode AccessMode) error {
+ // Discard invalid input
+ if mode <= ACCESS_MODE_NONE || mode > ACCESS_MODE_OWNER {
+ return nil
+ }
+
+ collaboration := &Collaboration{
+ RepoID: repo.ID,
+ UserID: uid,
+ }
+ has, err := x.Get(collaboration)
+ if err != nil {
+ return fmt.Errorf("get collaboration: %v", err)
+ } else if !has {
+ return nil
+ }
+
+ collaboration.Mode = mode
+
+ sess := x.NewSession()
+ defer sessionRelease(sess)
+ if err = sess.Begin(); err != nil {
+ return err
+ }
+
+ if _, err = sess.Id(collaboration.ID).AllCols().Update(collaboration); err != nil {
+ return fmt.Errorf("update collaboration: %v", err)
+ } else if _, err = sess.Exec("UPDATE access SET mode = ? WHERE user_id = ? AND repo_id = ?", mode, uid, repo.ID); err != nil {
+ return fmt.Errorf("update access table: %v", err)
+ }
+
+ return sess.Commit()
+}
+
+// DeleteCollaboration removes collaboration relation between the user and repository.
+func (repo *Repository) DeleteCollaboration(uid int64) (err error) {
+ collaboration := &Collaboration{
+ RepoID: repo.ID,
+ UserID: uid,
+ }
+
+ sess := x.NewSession()
+ defer sessionRelease(sess)
+ if err = sess.Begin(); err != nil {
+ return err
+ }
+
+ if has, err := sess.Delete(collaboration); err != nil || has == 0 {
+ return err
+ } else if err = repo.recalculateAccesses(sess); err != nil {
+ return err
+ }
+
+ return sess.Commit()
+}
diff --git a/models/ssh_key.go b/models/ssh_key.go
index a7b1680f6..b30217155 100644
--- a/models/ssh_key.go
+++ b/models/ssh_key.go
@@ -12,6 +12,7 @@ import (
"fmt"
"io"
"io/ioutil"
+ "math/big"
"os"
"path"
"path/filepath"
@@ -44,22 +45,36 @@ const (
// PublicKey represents a SSH or deploy key.
type PublicKey struct {
- ID int64 `xorm:"pk autoincr"`
- OwnerID int64 `xorm:"INDEX NOT NULL"`
- Name string `xorm:"NOT NULL"`
- Fingerprint string `xorm:"NOT NULL"`
- Content string `xorm:"TEXT NOT NULL"`
- Mode AccessMode `xorm:"NOT NULL DEFAULT 2"`
- Type KeyType `xorm:"NOT NULL DEFAULT 1"`
- Created time.Time `xorm:"CREATED"`
- Updated time.Time // Note: Updated must below Created for AfterSet.
- HasRecentActivity bool `xorm:"-"`
- HasUsed bool `xorm:"-"`
+ ID int64 `xorm:"pk autoincr"`
+ OwnerID int64 `xorm:"INDEX NOT NULL"`
+ Name string `xorm:"NOT NULL"`
+ Fingerprint string `xorm:"NOT NULL"`
+ Content string `xorm:"TEXT NOT NULL"`
+ Mode AccessMode `xorm:"NOT NULL DEFAULT 2"`
+ Type KeyType `xorm:"NOT NULL DEFAULT 1"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"` // Note: Updated must below Created for AfterSet.
+ UpdatedUnix int64
+ HasRecentActivity bool `xorm:"-"`
+ HasUsed bool `xorm:"-"`
+}
+
+func (k *PublicKey) BeforeInsert() {
+ k.CreatedUnix = time.Now().UTC().Unix()
+}
+
+func (k *PublicKey) BeforeUpdate() {
+ k.UpdatedUnix = time.Now().UTC().Unix()
}
func (k *PublicKey) AfterSet(colName string, _ xorm.Cell) {
switch colName {
- case "created":
+ case "created_unix":
+ k.Created = time.Unix(k.CreatedUnix, 0).Local()
+ case "updated_unix":
+ k.Updated = time.Unix(k.UpdatedUnix, 0).Local()
k.HasUsed = k.Updated.After(k.Created)
k.HasRecentActivity = k.Updated.Add(7 * 24 * time.Hour).After(time.Now())
}
@@ -78,19 +93,18 @@ func (key *PublicKey) GetAuthorizedString() string {
func extractTypeFromBase64Key(key string) (string, error) {
b, err := base64.StdEncoding.DecodeString(key)
if err != nil || len(b) < 4 {
- return "", errors.New("Invalid key format")
+ return "", fmt.Errorf("Invalid key format: %v", err)
}
keyLength := int(binary.BigEndian.Uint32(b))
-
if len(b) < 4+keyLength {
- return "", errors.New("Invalid key format")
+ return "", fmt.Errorf("Invalid key format: not enough length")
}
return string(b[4 : 4+keyLength]), nil
}
-// parseKeyString parses any key string in openssh or ssh2 format to clean openssh string (rfc4253)
+// parseKeyString parses any key string in OpenSSH or SSH2 format to clean OpenSSH string (RFC4253)
func parseKeyString(content string) (string, error) {
// Transform all legal line endings to a single "\n"
s := strings.Replace(strings.Replace(strings.TrimSpace(content), "\r\n", "\n", -1), "\r", "\n", -1)
@@ -153,8 +167,115 @@ func parseKeyString(content string) (string, error) {
return keyType + " " + keyContent + " " + keyComment, nil
}
+// writeTmpKeyFile writes key content to a temporary file
+// and returns the name of that file, along with any possible errors.
+func writeTmpKeyFile(content string) (string, error) {
+ tmpFile, err := ioutil.TempFile(setting.SSH.KeyTestPath, "gogs_keytest")
+ if err != nil {
+ return "", fmt.Errorf("TempFile: %v", err)
+ }
+ defer tmpFile.Close()
+
+ if _, err = tmpFile.WriteString(content); err != nil {
+ return "", fmt.Errorf("tmpFile.WriteString: %v", err)
+ }
+ return tmpFile.Name(), nil
+}
+
+// SSHKeyGenParsePublicKey extracts key type and length using ssh-keygen.
+func SSHKeyGenParsePublicKey(key string) (string, int, error) {
+ // The ssh-keygen in Windows does not print key type, so no need go further.
+ if setting.IsWindows {
+ return "", 0, nil
+ }
+
+ tmpName, err := writeTmpKeyFile(key)
+ if err != nil {
+ return "", 0, fmt.Errorf("writeTmpKeyFile: %v", err)
+ }
+ defer os.Remove(tmpName)
+
+ stdout, stderr, err := process.Exec("SSHKeyGenParsePublicKey", setting.SSH.KeygenPath, "-lf", tmpName)
+ if err != nil {
+ return "", 0, fmt.Errorf("Fail to parse public key: %s - %s", err, stderr)
+ }
+ if strings.Contains(stdout, "is not a public key file") {
+ return "", 0, ErrKeyUnableVerify{stdout}
+ }
+
+ fields := strings.Split(stdout, " ")
+ if len(fields) < 4 {
+ return "", 0, fmt.Errorf("Invalid public key line: %s", stdout)
+ }
+
+ keyType := strings.Trim(fields[len(fields)-1], "()\r\n")
+ return strings.ToLower(keyType), com.StrTo(fields[0]).MustInt(), nil
+}
+
+// SSHNativeParsePublicKey extracts the key type and length using the golang SSH library.
+// NOTE: ed25519 is not supported.
+func SSHNativeParsePublicKey(keyLine string) (string, int, error) {
+ fields := strings.Fields(keyLine)
+ if len(fields) < 2 {
+ return "", 0, fmt.Errorf("not enough fields in public key line: %s", string(keyLine))
+ }
+
+ raw, err := base64.StdEncoding.DecodeString(fields[1])
+ if err != nil {
+ return "", 0, err
+ }
+
+ pkey, err := ssh.ParsePublicKey(raw)
+ if err != nil {
+ if strings.Contains(err.Error(), "ssh: unknown key algorithm") {
+ return "", 0, ErrKeyUnableVerify{err.Error()}
+ }
+ return "", 0, fmt.Errorf("ssh.ParsePublicKey: %v", err)
+ }
+
+ // The ssh library can parse the key, so next we find out what key exactly we have.
+ switch pkey.Type() {
+ case ssh.KeyAlgoDSA:
+ rawPub := struct {
+ Name string
+ P, Q, G, Y *big.Int
+ }{}
+ if err := ssh.Unmarshal(pkey.Marshal(), &rawPub); err != nil {
+ return "", 0, err
+ }
+ // as per https://bugzilla.mindrot.org/show_bug.cgi?id=1647 we should never
+ // see dsa keys != 1024 bit, but as it seems to work, we will not check here
+ return "dsa", rawPub.P.BitLen(), nil // use P as per crypto/dsa/dsa.go (is L)
+ case ssh.KeyAlgoRSA:
+ rawPub := struct {
+ Name string
+ E *big.Int
+ N *big.Int
+ }{}
+ if err := ssh.Unmarshal(pkey.Marshal(), &rawPub); err != nil {
+ return "", 0, err
+ }
+ return "rsa", rawPub.N.BitLen(), nil // use N as per crypto/rsa/rsa.go (is bits)
+ case ssh.KeyAlgoECDSA256:
+ return "ecdsa", 256, nil
+ case ssh.KeyAlgoECDSA384:
+ return "ecdsa", 384, nil
+ case ssh.KeyAlgoECDSA521:
+ return "ecdsa", 521, nil
+ case "ssh-ed25519": // TODO replace with ssh constant when available
+ return "ed25519", 256, nil
+ }
+ return "", 0, fmt.Errorf("Unsupported key length detection for type: %s", pkey.Type())
+}
+
// CheckPublicKeyString checks if the given public key string is recognized by SSH.
+//
+// The function returns the actual public key line on success.
func CheckPublicKeyString(content string) (_ string, err error) {
+ if setting.SSH.Disabled {
+ return "", errors.New("SSH is disabled")
+ }
+
content, err = parseKeyString(content)
if err != nil {
return "", err
@@ -165,22 +286,32 @@ func CheckPublicKeyString(content string) (_ string, err error) {
return "", errors.New("only a single line with a single key please")
}
- fields := strings.Fields(content)
- if len(fields) < 2 {
- return "", errors.New("too less fields")
- }
+ // remove any unnecessary whitespace now
+ content = strings.TrimSpace(content)
- key, err := base64.StdEncoding.DecodeString(fields[1])
- if err != nil {
- return "", fmt.Errorf("StdEncoding.DecodeString: %v", err)
+ var (
+ keyType string
+ length int
+ )
+ if setting.SSH.StartBuiltinServer {
+ keyType, length, err = SSHNativeParsePublicKey(content)
+ } else {
+ keyType, length, err = SSHKeyGenParsePublicKey(content)
}
- pkey, err := ssh.ParsePublicKey([]byte(key))
if err != nil {
return "", fmt.Errorf("ParsePublicKey: %v", err)
}
- log.Trace("Key type: %s", pkey.Type())
+ log.Trace("Key info [native: %v]: %s-%d", setting.SSH.StartBuiltinServer, keyType, length)
- return content, nil
+ if !setting.SSH.MinimumKeySizeCheck {
+ return content, nil
+ }
+ if minLen, found := setting.SSH.MinimumKeySizes[keyType]; found && length >= minLen {
+ return content, nil
+ } else if found && length < minLen {
+ return "", fmt.Errorf("Key length is not enough: got %d, needs %d", length, minLen)
+ }
+ return "", fmt.Errorf("Key type is not allowed: %s", keyType)
}
// saveAuthorizedKeyFile writes SSH key content to authorized_keys file.
@@ -188,7 +319,7 @@ func saveAuthorizedKeyFile(keys ...*PublicKey) error {
sshOpLocker.Lock()
defer sshOpLocker.Unlock()
- fpath := filepath.Join(setting.SSHRootPath, "authorized_keys")
+ fpath := filepath.Join(setting.SSH.RootPath, "authorized_keys")
f, err := os.OpenFile(fpath, os.O_CREATE|os.O_WRONLY|os.O_APPEND, 0600)
if err != nil {
return err
@@ -244,7 +375,7 @@ func addKey(e Engine, key *PublicKey) (err error) {
}
stdout, stderr, err := process.Exec("AddPublicKey", "ssh-keygen", "-lf", tmpPath)
if err != nil {
- return errors.New("ssh-keygen -lf: " + stderr)
+ return fmt.Errorf("'ssh-keygen -lf %s' failed with error '%s': %s", tmpPath, err, stderr)
} else if len(stdout) < 2 {
return errors.New("not enough output for calculating fingerprint: " + stdout)
}
@@ -256,7 +387,7 @@ func addKey(e Engine, key *PublicKey) (err error) {
}
// Don't need to rewrite this file if builtin SSH server is enabled.
- if setting.StartSSHServer {
+ if setting.SSH.StartBuiltinServer {
return nil
}
return saveAuthorizedKeyFile(key)
@@ -264,6 +395,7 @@ func addKey(e Engine, key *PublicKey) (err error) {
// AddPublicKey adds new public key to database and authorized_keys file.
func AddPublicKey(ownerID int64, name, content string) (*PublicKey, error) {
+ log.Trace(content)
if err := checkKeyContent(content); err != nil {
return nil, err
}
@@ -374,6 +506,11 @@ func rewriteAuthorizedKeys(key *PublicKey, p, tmpP string) error {
break
}
}
+
+ if !isFound {
+ log.Warn("SSH key %d not found in authorized_keys file for deletion", key.ID)
+ }
+
return nil
}
@@ -400,12 +537,12 @@ func deletePublicKey(e *xorm.Session, keyID int64) error {
}
// Don't need to rewrite this file if builtin SSH server is enabled.
- if setting.StartSSHServer {
+ if setting.SSH.StartBuiltinServer {
return nil
}
- fpath := filepath.Join(setting.SSHRootPath, "authorized_keys")
- tmpPath := filepath.Join(setting.SSHRootPath, "authorized_keys.tmp")
+ fpath := filepath.Join(setting.SSH.RootPath, "authorized_keys")
+ tmpPath := fpath + ".tmp"
if err = rewriteAuthorizedKeys(key, fpath, tmpPath); err != nil {
return err
} else if err = os.Remove(fpath); err != nil {
@@ -447,7 +584,8 @@ func RewriteAllPublicKeys() error {
sshOpLocker.Lock()
defer sshOpLocker.Unlock()
- tmpPath := filepath.Join(setting.SSHRootPath, "authorized_keys.tmp")
+ fpath := filepath.Join(setting.SSH.RootPath, "authorized_keys")
+ tmpPath := fpath + ".tmp"
f, err := os.OpenFile(tmpPath, os.O_RDWR|os.O_CREATE|os.O_TRUNC, 0600)
if err != nil {
return err
@@ -463,7 +601,6 @@ func RewriteAllPublicKeys() error {
return err
}
- fpath := filepath.Join(setting.SSHRootPath, "authorized_keys")
if com.IsExist(fpath) {
if err = os.Remove(fpath); err != nil {
return err
@@ -485,21 +622,35 @@ func RewriteAllPublicKeys() error {
// DeployKey represents deploy key information and its relation with repository.
type DeployKey struct {
- ID int64 `xorm:"pk autoincr"`
- KeyID int64 `xorm:"UNIQUE(s) INDEX"`
- RepoID int64 `xorm:"UNIQUE(s) INDEX"`
- Name string
- Fingerprint string
- Content string `xorm:"-"`
- Created time.Time `xorm:"CREATED"`
- Updated time.Time // Note: Updated must below Created for AfterSet.
- HasRecentActivity bool `xorm:"-"`
- HasUsed bool `xorm:"-"`
+ ID int64 `xorm:"pk autoincr"`
+ KeyID int64 `xorm:"UNIQUE(s) INDEX"`
+ RepoID int64 `xorm:"UNIQUE(s) INDEX"`
+ Name string
+ Fingerprint string
+ Content string `xorm:"-"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"` // Note: Updated must below Created for AfterSet.
+ UpdatedUnix int64
+ HasRecentActivity bool `xorm:"-"`
+ HasUsed bool `xorm:"-"`
+}
+
+func (k *DeployKey) BeforeInsert() {
+ k.CreatedUnix = time.Now().UTC().Unix()
+}
+
+func (k *DeployKey) BeforeUpdate() {
+ k.UpdatedUnix = time.Now().UTC().Unix()
}
func (k *DeployKey) AfterSet(colName string, _ xorm.Cell) {
switch colName {
- case "created":
+ case "created_unix":
+ k.Created = time.Unix(k.CreatedUnix, 0).Local()
+ case "updated_unix":
+ k.Updated = time.Unix(k.UpdatedUnix, 0).Local()
k.HasUsed = k.Updated.After(k.Created)
k.HasRecentActivity = k.Updated.Add(7 * 24 * time.Hour).After(time.Now())
}
diff --git a/models/ssh_key_test.go b/models/ssh_key_test.go
new file mode 100644
index 000000000..61f2e18be
--- /dev/null
+++ b/models/ssh_key_test.go
@@ -0,0 +1,45 @@
+package models
+
+import (
+ "fmt"
+ "testing"
+
+ . "github.com/smartystreets/goconvey/convey"
+
+ "github.com/gogits/gogs/modules/setting"
+)
+
+func init() {
+ setting.NewContext()
+}
+
+func Test_SSHParsePublicKey(t *testing.T) {
+ testKeys := map[string]struct {
+ typeName string
+ length int
+ content string
+ }{
+ "dsa-1024": {"dsa", 1024, "ssh-dss AAAAB3NzaC1kc3MAAACBAOChCC7lf6Uo9n7BmZ6M8St19PZf4Tn59NriyboW2x/DZuYAz3ibZ2OkQ3S0SqDIa0HXSEJ1zaExQdmbO+Ux/wsytWZmCczWOVsaszBZSl90q8UnWlSH6P+/YA+RWJm5SFtuV9PtGIhyZgoNuz5kBQ7K139wuQsecdKktISwTakzAAAAFQCzKsO2JhNKlL+wwwLGOcLffoAmkwAAAIBpK7/3xvduajLBD/9vASqBQIHrgK2J+wiQnIb/Wzy0UsVmvfn8A+udRbBo+csM8xrSnlnlJnjkJS3qiM5g+eTwsLIV1IdKPEwmwB+VcP53Cw6lSyWyJcvhFb0N6s08NZysLzvj0N+ZC/FnhKTLzIyMtkHf/IrPCwlM+pV/M/96YgAAAIEAqQcGn9CKgzgPaguIZooTAOQdvBLMI5y0bQjOW6734XOpqQGf/Kra90wpoasLKZjSYKNPjE+FRUOrStLrxcNs4BeVKhy2PYTRnybfYVk1/dmKgH6P1YSRONsGKvTsH6c5IyCRG0ncCgYeF8tXppyd642982daopE7zQ/NPAnJfag= nocomment"},
+ "rsa-1024": {"rsa", 1024, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDAu7tvIvX6ZHrRXuZNfkR3XLHSsuCK9Zn3X58lxBcQzuo5xZgB6vRwwm/QtJuF+zZPtY5hsQILBLmF+BZ5WpKZp1jBeSjH2G7lxet9kbcH+kIVj0tPFEoyKI9wvWqIwC4prx/WVk2wLTJjzBAhyNxfEq7C9CeiX9pQEbEqJfkKCQ== nocomment\n"},
+ "rsa-2048": {"rsa", 2048, "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDMZXh+1OBUwSH9D45wTaxErQIN9IoC9xl7MKJkqvTvv6O5RR9YW/IK9FbfjXgXsppYGhsCZo1hFOOsXHMnfOORqu/xMDx4yPuyvKpw4LePEcg4TDipaDFuxbWOqc/BUZRZcXu41QAWfDLrInwsltWZHSeG7hjhpacl4FrVv9V1pS6Oc5Q1NxxEzTzuNLS/8diZrTm/YAQQ/+B+mzWI3zEtF4miZjjAljWd1LTBPvU23d29DcBmmFahcZ441XZsTeAwGxG/Q6j8NgNXj9WxMeWwxXV2jeAX/EBSpZrCVlCQ1yJswT6xCp8TuBnTiGWYMBNTbOZvPC4e0WI2/yZW/s5F nocomment"},
+ "ecdsa-256": {"ecdsa", 256, "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFQacN3PrOll7PXmN5B/ZNVahiUIqI05nbBlZk1KXsO3d06ktAWqbNflv2vEmA38bTFTfJ2sbn2B5ksT52cDDbA= nocomment"},
+ "ecdsa-384": {"ecdsa", 384, "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBINmioV+XRX1Fm9Qk2ehHXJ2tfVxW30ypUWZw670Zyq5GQfBAH6xjygRsJ5wWsHXBsGYgFUXIHvMKVAG1tpw7s6ax9oA+dJOJ7tj+vhn8joFqT+sg3LYHgZkHrfqryRasQ== nocomment"},
+ "ecdsa-521": {"ecdsa", 521, "ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAAAIbmlzdHA1MjEAAACFBACGt3UG3EzRwNOI17QR84l6PgiAcvCE7v6aXPj/SC6UWKg4EL8vW9ZBcdYL9wzs4FZXh4MOV8jAzu3KRWNTwb4k2wFNUpGOt7l28MztFFEtH5BDDrtAJSPENPy8pvPLMfnPg5NhvWycqIBzNcHipem5wSJFN5PdpNOC2xMrPWKNqj+ZjQ== nocomment"},
+ }
+
+ Convey("Parse public keys in both native and ssh-keygen", t, func() {
+ for name, key := range testKeys {
+ fmt.Println("\nTesting key:", name)
+
+ keyTypeN, lengthN, errN := SSHNativeParsePublicKey(key.content)
+ So(errN, ShouldBeNil)
+ So(keyTypeN, ShouldEqual, key.typeName)
+ So(lengthN, ShouldEqual, key.length)
+
+ keyTypeK, lengthK, errK := SSHKeyGenParsePublicKey(key.content)
+ So(errK, ShouldBeNil)
+ So(keyTypeK, ShouldEqual, key.typeName)
+ So(lengthK, ShouldEqual, key.length)
+ }
+ })
+}
diff --git a/models/token.go b/models/token.go
index 136753c32..38d83e217 100644
--- a/models/token.go
+++ b/models/token.go
@@ -7,25 +7,49 @@ package models
import (
"time"
+ "github.com/go-xorm/xorm"
+ gouuid "github.com/satori/go.uuid"
+
"github.com/gogits/gogs/modules/base"
- "github.com/gogits/gogs/modules/uuid"
)
// AccessToken represents a personal access token.
type AccessToken struct {
- ID int64 `xorm:"pk autoincr"`
- UID int64 `xorm:"INDEX"`
- Name string
- Sha1 string `xorm:"UNIQUE VARCHAR(40)"`
- Created time.Time `xorm:"CREATED"`
- Updated time.Time
+ ID int64 `xorm:"pk autoincr"`
+ UID int64 `xorm:"INDEX"`
+ Name string
+ Sha1 string `xorm:"UNIQUE VARCHAR(40)"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"` // Note: Updated must below Created for AfterSet.
+ UpdatedUnix int64
HasRecentActivity bool `xorm:"-"`
HasUsed bool `xorm:"-"`
}
+func (t *AccessToken) BeforeInsert() {
+ t.CreatedUnix = time.Now().UTC().Unix()
+}
+
+func (t *AccessToken) BeforeUpdate() {
+ t.UpdatedUnix = time.Now().UTC().Unix()
+}
+
+func (t *AccessToken) AfterSet(colName string, _ xorm.Cell) {
+ switch colName {
+ case "created_unix":
+ t.Created = time.Unix(t.CreatedUnix, 0).Local()
+ case "updated_unix":
+ t.Updated = time.Unix(t.UpdatedUnix, 0).Local()
+ t.HasUsed = t.Updated.After(t.Created)
+ t.HasRecentActivity = t.Updated.Add(7 * 24 * time.Hour).After(time.Now())
+ }
+}
+
// NewAccessToken creates new access token.
func NewAccessToken(t *AccessToken) error {
- t.Sha1 = base.EncodeSha1(uuid.NewV4().String())
+ t.Sha1 = base.EncodeSha1(gouuid.NewV4().String())
_, err := x.Insert(t)
return err
}
@@ -45,16 +69,7 @@ func GetAccessTokenBySHA(sha string) (*AccessToken, error) {
// ListAccessTokens returns a list of access tokens belongs to given user.
func ListAccessTokens(uid int64) ([]*AccessToken, error) {
tokens := make([]*AccessToken, 0, 5)
- err := x.Where("uid=?", uid).Desc("id").Find(&tokens)
- if err != nil {
- return nil, err
- }
-
- for _, t := range tokens {
- t.HasUsed = t.Updated.After(t.Created)
- t.HasRecentActivity = t.Updated.Add(7 * 24 * time.Hour).After(time.Now())
- }
- return tokens, nil
+ return tokens, x.Where("uid=?", uid).Desc("id").Find(&tokens)
}
// UpdateAccessToken updates information of access token.
diff --git a/models/update.go b/models/update.go
index 5c6ea7f65..66775ea9f 100644
--- a/models/update.go
+++ b/models/update.go
@@ -10,7 +10,7 @@ import (
"os/exec"
"strings"
- "github.com/gogits/git-module"
+ git "github.com/gogits/git-module"
"github.com/gogits/gogs/modules/log"
)
@@ -65,94 +65,104 @@ func ListToPushCommits(l *list.List) *PushCommits {
return &PushCommits{l.Len(), commits, "", nil}
}
-func Update(refName, oldCommitID, newCommitID, userName, repoUserName, repoName string, userID int64) error {
- isNew := strings.HasPrefix(oldCommitID, "0000000")
- if isNew &&
- strings.HasPrefix(newCommitID, "0000000") {
- return fmt.Errorf("old rev and new rev both 000000")
+type PushUpdateOptions struct {
+ RefName string
+ OldCommitID string
+ NewCommitID string
+ PusherID int64
+ PusherName string
+ RepoUserName string
+ RepoName string
+}
+
+// PushUpdate must be called for any push actions in order to
+// generates necessary push action history feeds.
+func PushUpdate(opts PushUpdateOptions) (err error) {
+ isNewRef := strings.HasPrefix(opts.OldCommitID, "0000000")
+ isDelRef := strings.HasPrefix(opts.NewCommitID, "0000000")
+ if isNewRef && isDelRef {
+ return fmt.Errorf("Old and new revisions both start with 000000")
}
- f := RepoPath(repoUserName, repoName)
+ repoPath := RepoPath(opts.RepoUserName, opts.RepoName)
gitUpdate := exec.Command("git", "update-server-info")
- gitUpdate.Dir = f
- gitUpdate.Run()
+ gitUpdate.Dir = repoPath
+ if err = gitUpdate.Run(); err != nil {
+ return fmt.Errorf("Fail to call 'git update-server-info': %v", err)
+ }
- isDel := strings.HasPrefix(newCommitID, "0000000")
- if isDel {
- log.GitLogger.Info("del rev", refName, "from", userName+"/"+repoName+".git", "by", userID)
+ if isDelRef {
+ log.GitLogger.Info("Reference '%s' has been deleted from '%s/%s' by %d",
+ opts.RefName, opts.RepoUserName, opts.RepoName, opts.PusherName)
return nil
}
- gitRepo, err := git.OpenRepository(f)
+ gitRepo, err := git.OpenRepository(repoPath)
if err != nil {
- return fmt.Errorf("runUpdate.Open repoId: %v", err)
+ return fmt.Errorf("OpenRepository: %v", err)
}
- user, err := GetUserByName(repoUserName)
+ repoUser, err := GetUserByName(opts.RepoUserName)
if err != nil {
- return fmt.Errorf("runUpdate.GetUserByName: %v", err)
+ return fmt.Errorf("GetUserByName: %v", err)
}
- repo, err := GetRepositoryByName(user.Id, repoName)
+ repo, err := GetRepositoryByName(repoUser.Id, opts.RepoName)
if err != nil {
- return fmt.Errorf("runUpdate.GetRepositoryByName userId: %v", err)
+ return fmt.Errorf("GetRepositoryByName: %v", err)
}
// Push tags.
- if strings.HasPrefix(refName, "refs/tags/") {
- tagName := git.RefEndName(refName)
- tag, err := gitRepo.GetTag(tagName)
+ if strings.HasPrefix(opts.RefName, "refs/tags/") {
+ tag, err := gitRepo.GetTag(git.RefEndName(opts.RefName))
if err != nil {
- log.GitLogger.Fatal(4, "runUpdate.GetTag: %v", err)
+ return fmt.Errorf("gitRepo.GetTag: %v", err)
}
+ // When tagger isn't available, fall back to get committer email.
var actEmail string
if tag.Tagger != nil {
actEmail = tag.Tagger.Email
} else {
cmt, err := tag.Commit()
if err != nil {
- log.GitLogger.Fatal(4, "runUpdate.GetTag Commit: %v", err)
+ return fmt.Errorf("tag.Commit: %v", err)
}
actEmail = cmt.Committer.Email
}
commit := &PushCommits{}
-
- if err = CommitRepoAction(userID, user.Id, userName, actEmail,
- repo.ID, repoUserName, repoName, refName, commit, oldCommitID, newCommitID); err != nil {
- log.GitLogger.Fatal(4, "CommitRepoAction: %s/%s:%v", repoUserName, repoName, err)
+ if err = CommitRepoAction(opts.PusherID, repoUser.Id, opts.PusherName, actEmail,
+ repo.ID, opts.RepoUserName, opts.RepoName, opts.RefName, commit, opts.OldCommitID, opts.NewCommitID); err != nil {
+ return fmt.Errorf("CommitRepoAction (tag): %v", err)
}
return err
}
- newCommit, err := gitRepo.GetCommit(newCommitID)
+ newCommit, err := gitRepo.GetCommit(opts.NewCommitID)
if err != nil {
- return fmt.Errorf("runUpdate GetCommit of newCommitId: %v", err)
+ return fmt.Errorf("gitRepo.GetCommit: %v", err)
}
// Push new branch.
var l *list.List
- if isNew {
+ if isNewRef {
l, err = newCommit.CommitsBeforeLimit(10)
if err != nil {
- return fmt.Errorf("CommitsBefore: %v", err)
+ return fmt.Errorf("newCommit.CommitsBeforeLimit: %v", err)
}
} else {
- l, err = newCommit.CommitsBeforeUntil(oldCommitID)
+ l, err = newCommit.CommitsBeforeUntil(opts.OldCommitID)
if err != nil {
- return fmt.Errorf("CommitsBeforeUntil: %v", err)
+ return fmt.Errorf("newCommit.CommitsBeforeUntil: %v", err)
}
}
- if err != nil {
- return fmt.Errorf("runUpdate.Commit repoId: %v", err)
- }
-
- if err = CommitRepoAction(userID, user.Id, userName, user.Email,
- repo.ID, repoUserName, repoName, refName, ListToPushCommits(l), oldCommitID, newCommitID); err != nil {
- return fmt.Errorf("runUpdate.models.CommitRepoAction: %s/%s:%v", repoUserName, repoName, err)
+ if err = CommitRepoAction(opts.PusherID, repoUser.Id, opts.PusherName, repoUser.Email,
+ repo.ID, opts.RepoUserName, opts.RepoName, opts.RefName, ListToPushCommits(l),
+ opts.OldCommitID, opts.NewCommitID); err != nil {
+ return fmt.Errorf("CommitRepoAction (branch): %v", err)
}
return nil
}
diff --git a/models/user.go b/models/user.go
index 5c43a23a2..e6717aecd 100644
--- a/models/user.go
+++ b/models/user.go
@@ -16,7 +16,6 @@ import (
_ "image/jpeg"
"image/png"
"os"
- "path"
"path/filepath"
"strings"
"time"
@@ -30,14 +29,15 @@ import (
"github.com/gogits/gogs/modules/avatar"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/log"
+ "github.com/gogits/gogs/modules/markdown"
"github.com/gogits/gogs/modules/setting"
)
type UserType int
const (
- INDIVIDUAL UserType = iota // Historic reason to make it starts at 0.
- ORGANIZATION
+ USER_TYPE_INDIVIDUAL UserType = iota // Historic reason to make it starts at 0.
+ USER_TYPE_ORGANIZATION
)
var (
@@ -68,10 +68,13 @@ type User struct {
Repos []*Repository `xorm:"-"`
Location string
Website string
- Rands string `xorm:"VARCHAR(10)"`
- Salt string `xorm:"VARCHAR(10)"`
- Created time.Time `xorm:"CREATED"`
- Updated time.Time `xorm:"UPDATED"`
+ Rands string `xorm:"VARCHAR(10)"`
+ Salt string `xorm:"VARCHAR(10)"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"`
+ UpdatedUnix int64
// Remember visibility choice for convenience, true for private
LastRepoVisibility bool
@@ -103,18 +106,26 @@ type User struct {
Members []*User `xorm:"-"`
}
+func (u *User) BeforeInsert() {
+ u.CreatedUnix = time.Now().UTC().Unix()
+ u.UpdatedUnix = u.CreatedUnix
+}
+
func (u *User) BeforeUpdate() {
if u.MaxRepoCreation < -1 {
u.MaxRepoCreation = -1
}
+ u.UpdatedUnix = time.Now().UTC().Unix()
}
func (u *User) AfterSet(colName string, _ xorm.Cell) {
switch colName {
case "full_name":
- u.FullName = base.Sanitizer.Sanitize(u.FullName)
- case "created":
- u.Created = regulateTimeZone(u.Created)
+ u.FullName = markdown.Sanitizer.Sanitize(u.FullName)
+ case "created_unix":
+ u.Created = time.Unix(u.CreatedUnix, 0).Local()
+ case "updated_unix":
+ u.Updated = time.Unix(u.UpdatedUnix, 0).Local()
}
}
@@ -211,7 +222,7 @@ func (u *User) GenerateRandomAvatar() error {
if err != nil {
return fmt.Errorf("RandomImage: %v", err)
}
- if err = os.MkdirAll(path.Dir(u.CustomAvatarPath()), os.ModePerm); err != nil {
+ if err = os.MkdirAll(filepath.Dir(u.CustomAvatarPath()), os.ModePerm); err != nil {
return fmt.Errorf("MkdirAll: %v", err)
}
fw, err := os.Create(u.CustomAvatarPath())
@@ -248,8 +259,6 @@ func (u *User) RelAvatarLink() string {
}
return "/avatars/" + com.ToStr(u.Id)
- case setting.Service.EnableCacheAvatar:
- return "/avatar/" + u.Avatar
}
return setting.GravatarSource + u.Avatar
}
@@ -348,28 +357,39 @@ func (u *User) UploadAvatar(data []byte) error {
return sess.Commit()
}
+// DeleteAvatar deletes the user's custom avatar.
+func (u *User) DeleteAvatar() error {
+ log.Trace("DeleteAvatar[%d]: %s", u.Id, u.CustomAvatarPath())
+ os.Remove(u.CustomAvatarPath())
+
+ u.UseCustomAvatar = false
+ if err := UpdateUser(u); err != nil {
+ return fmt.Errorf("UpdateUser: %v", err)
+ }
+ return nil
+}
+
// IsAdminOfRepo returns true if user has admin or higher access of repository.
func (u *User) IsAdminOfRepo(repo *Repository) bool {
- if err := repo.GetOwner(); err != nil {
- log.Error(3, "GetOwner: %v", err)
- return false
+ has, err := HasAccess(u, repo, ACCESS_MODE_ADMIN)
+ if err != nil {
+ log.Error(3, "HasAccess: %v", err)
}
+ return has
+}
- if repo.Owner.IsOrganization() {
- has, err := HasAccess(u, repo, ACCESS_MODE_ADMIN)
- if err != nil {
- log.Error(3, "HasAccess: %v", err)
- return false
- }
- return has
+// IsWriterOfRepo returns true if user has write access to given repository.
+func (u *User) IsWriterOfRepo(repo *Repository) bool {
+ has, err := HasAccess(u, repo, ACCESS_MODE_WRITE)
+ if err != nil {
+ log.Error(3, "HasAccess: %v", err)
}
-
- return repo.IsOwnedBy(u.Id)
+ return has
}
// IsOrganization returns true if user is actually a organization.
func (u *User) IsOrganization() bool {
- return u.Type == ORGANIZATION
+ return u.Type == USER_TYPE_ORGANIZATION
}
// IsUserOrgOwner returns true if user is in the owner team of given organization.
@@ -494,7 +514,7 @@ func CreateUser(u *User) (err error) {
u.LowerName = strings.ToLower(u.Name)
u.AvatarEmail = u.Email
- u.Avatar = avatar.HashEmail(u.AvatarEmail)
+ u.Avatar = base.HashEmail(u.AvatarEmail)
u.Rands = GetUserSalt()
u.Salt = GetUserSalt()
u.EncodePasswd()
@@ -599,11 +619,24 @@ func ChangeUserName(u *User, newUserName string) (err error) {
return ErrUserAlreadyExist{newUserName}
}
- return os.Rename(UserPath(u.LowerName), UserPath(newUserName))
+ if err = ChangeUsernameInPullRequests(u.Name, newUserName); err != nil {
+ return fmt.Errorf("ChangeUsernameInPullRequests: %v", err)
+ }
+
+ // Delete all local copies of repository wiki that user owns.
+ if err = x.Where("owner_id=?", u.Id).Iterate(new(Repository), func(idx int, bean interface{}) error {
+ repo := bean.(*Repository)
+ RemoveAllWithNotice("Delete repository wiki local copy", repo.LocalWikiPath())
+ return nil
+ }); err != nil {
+ return fmt.Errorf("Delete repository wiki local copy: %v", err)
+ }
+
+ return os.Rename(UserPath(u.Name), UserPath(newUserName))
}
func updateUser(e Engine, u *User) error {
- // Organization does not need e-mail.
+ // Organization does not need email
if !u.IsOrganization() {
u.Email = strings.ToLower(u.Email)
has, err := e.Where("id!=?", u.Id).And("type=?", u.Type).And("email=?", u.Email).Get(new(User))
@@ -616,22 +649,15 @@ func updateUser(e Engine, u *User) error {
if len(u.AvatarEmail) == 0 {
u.AvatarEmail = u.Email
}
- u.Avatar = avatar.HashEmail(u.AvatarEmail)
+ u.Avatar = base.HashEmail(u.AvatarEmail)
}
u.LowerName = strings.ToLower(u.Name)
+ u.Location = base.TruncateString(u.Location, 255)
+ u.Website = base.TruncateString(u.Website, 255)
+ u.Description = base.TruncateString(u.Description, 255)
- if len(u.Location) > 255 {
- u.Location = u.Location[:255]
- }
- if len(u.Website) > 255 {
- u.Website = u.Website[:255]
- }
- if len(u.Description) > 255 {
- u.Description = u.Description[:255]
- }
-
- u.FullName = base.Sanitizer.Sanitize(u.FullName)
+ u.FullName = markdown.Sanitizer.Sanitize(u.FullName)
_, err := e.Id(u.Id).AllCols().Update(u)
return err
}
@@ -1088,16 +1114,47 @@ func GetUserByEmail(email string) (*User, error) {
return nil, ErrUserNotExist{0, email}
}
-// SearchUserByName returns given number of users whose name contains keyword.
-func SearchUserByName(opt SearchOption) (us []*User, err error) {
- if len(opt.Keyword) == 0 {
- return us, nil
+type SearchUserOptions struct {
+ Keyword string
+ Type UserType
+ OrderBy string
+ Page int
+ PageSize int // Can be smaller than or equal to setting.ExplorePagingNum
+}
+
+// SearchUserByName takes keyword and part of user name to search,
+// it returns results in given range and number of total results.
+func SearchUserByName(opts *SearchUserOptions) (users []*User, _ int64, _ error) {
+ if len(opts.Keyword) == 0 {
+ return users, 0, nil
+ }
+ opts.Keyword = strings.ToLower(opts.Keyword)
+
+ if opts.PageSize <= 0 || opts.PageSize > setting.ExplorePagingNum {
+ opts.PageSize = setting.ExplorePagingNum
}
- opt.Keyword = strings.ToLower(opt.Keyword)
+ if opts.Page <= 0 {
+ opts.Page = 1
+ }
+
+ searchQuery := "%" + opts.Keyword + "%"
+ users = make([]*User, 0, opts.PageSize)
+ // Append conditions
+ sess := x.Where("LOWER(lower_name) LIKE ?", searchQuery).
+ Or("LOWER(full_name) LIKE ?", searchQuery).
+ And("type = ?", opts.Type)
- us = make([]*User, 0, opt.Limit)
- err = x.Limit(opt.Limit).Where("type=0").And("lower_name like ?", "%"+opt.Keyword+"%").Find(&us)
- return us, err
+ var countSess xorm.Session
+ countSess = *sess
+ count, err := countSess.Count(new(User))
+ if err != nil {
+ return nil, 0, fmt.Errorf("Count: %v", err)
+ }
+
+ if len(opts.OrderBy) > 0 {
+ sess.OrderBy(opts.OrderBy)
+ }
+ return users, count, sess.Limit(opts.PageSize, (opts.Page-1)*opts.PageSize).Find(&users)
}
// ___________ .__ .__
diff --git a/models/webhook.go b/models/webhook.go
index f58cfbf56..6d8b8c168 100644
--- a/models/webhook.go
+++ b/models/webhook.go
@@ -15,13 +15,13 @@ import (
"github.com/Unknwon/com"
"github.com/go-xorm/xorm"
+ gouuid "github.com/satori/go.uuid"
api "github.com/gogits/go-gogs-client"
"github.com/gogits/gogs/modules/httplib"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
- "github.com/gogits/gogs/modules/uuid"
)
type HookContentType int
@@ -94,8 +94,20 @@ type Webhook struct {
HookTaskType HookTaskType
Meta string `xorm:"TEXT"` // store hook-specific attributes
LastStatus HookStatus // Last delivery status
- Created time.Time `xorm:"CREATED"`
- Updated time.Time `xorm:"UPDATED"`
+
+ Created time.Time `xorm:"-"`
+ CreatedUnix int64
+ Updated time.Time `xorm:"-"`
+ UpdatedUnix int64
+}
+
+func (w *Webhook) BeforeInsert() {
+ w.CreatedUnix = time.Now().UTC().Unix()
+ w.UpdatedUnix = w.CreatedUnix
+}
+
+func (w *Webhook) BeforeUpdate() {
+ w.UpdatedUnix = time.Now().UTC().Unix()
}
func (w *Webhook) AfterSet(colName string, _ xorm.Cell) {
@@ -106,8 +118,10 @@ func (w *Webhook) AfterSet(colName string, _ xorm.Cell) {
if err = json.Unmarshal([]byte(w.Events), w.HookEvent); err != nil {
log.Error(3, "Unmarshal[%d]: %v", w.ID, err)
}
- case "created":
- w.Created = regulateTimeZone(w.Created)
+ case "created_unix":
+ w.Created = time.Unix(w.CreatedUnix, 0).Local()
+ case "updated_unix":
+ w.Updated = time.Unix(w.UpdatedUnix, 0).Local()
}
}
@@ -285,7 +299,7 @@ type HookTask struct {
HookID int64
UUID string
Type HookTaskType
- URL string
+ URL string `xorm:"TEXT"`
api.Payloader `xorm:"-"`
PayloadContent string `xorm:"TEXT"`
ContentType HookContentType
@@ -361,7 +375,7 @@ func CreateHookTask(t *HookTask) error {
if err != nil {
return err
}
- t.UUID = uuid.NewV4().String()
+ t.UUID = gouuid.NewV4().String()
t.PayloadContent = string(data)
_, err = x.Insert(t)
return err
@@ -398,6 +412,7 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err
return nil
}
+ var payloader api.Payloader
for _, w := range ws {
switch event {
case HOOK_EVENT_CREATE:
@@ -410,14 +425,16 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err
}
}
+ // Use separate objects so modifcations won't be made on payload on non-Gogs type hooks.
switch w.HookTaskType {
case SLACK:
- p, err = GetSlackPayload(p, event, w.Meta)
+ payloader, err = GetSlackPayload(p, event, w.Meta)
if err != nil {
return fmt.Errorf("GetSlackPayload: %v", err)
}
default:
p.SetSecret(w.Secret)
+ payloader = p
}
if err = CreateHookTask(&HookTask{
@@ -425,7 +442,7 @@ func PrepareWebhooks(repo *Repository, event HookEventType, p api.Payloader) err
HookID: w.ID,
Type: w.HookTaskType,
URL: w.URL,
- Payloader: p,
+ Payloader: payloader,
ContentType: w.ContentType,
EventType: HOOK_EVENT_PUSH,
IsSSL: w.IsSSL,
diff --git a/models/wiki.go b/models/wiki.go
index e3eb1f680..fee5a4081 100644
--- a/models/wiki.go
+++ b/models/wiki.go
@@ -7,12 +7,12 @@ package models
import (
"fmt"
"io/ioutil"
+ "net/url"
"os"
"path"
"path/filepath"
"strings"
"sync"
- "net/url"
"github.com/Unknwon/com"
@@ -116,6 +116,23 @@ func (repo *Repository) UpdateLocalWiki() error {
return updateLocalCopy(repo.WikiPath(), repo.LocalWikiPath())
}
+// discardLocalWikiChanges discards local commits make sure
+// it is even to remote branch when local copy exists.
+func discardLocalWikiChanges(localPath string) error {
+ if !com.IsExist(localPath) {
+ return nil
+ }
+ // No need to check if nothing in the repository.
+ if !git.IsBranchExist(localPath, "master") {
+ return nil
+ }
+
+ if err := git.ResetHEAD(localPath, true, "origin/master"); err != nil {
+ return fmt.Errorf("ResetHEAD: %v", err)
+ }
+ return nil
+}
+
// updateWikiPage adds new page to repository wiki.
func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, message string, isNew bool) (err error) {
wikiWorkingPool.CheckIn(com.ToStr(repo.ID))
@@ -126,18 +143,9 @@ func (repo *Repository) updateWikiPage(doer *User, oldTitle, title, content, mes
}
localPath := repo.LocalWikiPath()
-
- // Discard local commits make sure even to remote when local copy exists.
- if com.IsExist(localPath) {
- // No need to check if nothing in the repository.
- if git.IsBranchExist(localPath, "master") {
- if err = git.ResetHEAD(localPath, true, "origin/master"); err != nil {
- return fmt.Errorf("Reset: %v", err)
- }
- }
- }
-
- if err = repo.UpdateLocalWiki(); err != nil {
+ if err = discardLocalWikiChanges(localPath); err != nil {
+ return fmt.Errorf("discardLocalWikiChanges: %v", err)
+ } else if err = repo.UpdateLocalWiki(); err != nil {
return fmt.Errorf("UpdateLocalWiki: %v", err)
}
@@ -178,3 +186,31 @@ func (repo *Repository) AddWikiPage(doer *User, title, content, message string)
func (repo *Repository) EditWikiPage(doer *User, oldTitle, title, content, message string) error {
return repo.updateWikiPage(doer, oldTitle, title, content, message, false)
}
+
+func (repo *Repository) DeleteWikiPage(doer *User, title string) (err error) {
+ wikiWorkingPool.CheckIn(com.ToStr(repo.ID))
+ defer wikiWorkingPool.CheckOut(com.ToStr(repo.ID))
+
+ localPath := repo.LocalWikiPath()
+ if err = discardLocalWikiChanges(localPath); err != nil {
+ return fmt.Errorf("discardLocalWikiChanges: %v", err)
+ } else if err = repo.UpdateLocalWiki(); err != nil {
+ return fmt.Errorf("UpdateLocalWiki: %v", err)
+ }
+
+ title = ToWikiPageName(strings.Replace(title, "/", " ", -1))
+ filename := path.Join(localPath, title+".md")
+ os.Remove(filename)
+
+ message := "Delete page '" + title + "'"
+
+ if err = git.AddChanges(localPath, true); err != nil {
+ return fmt.Errorf("AddChanges: %v", err)
+ } else if err = git.CommitChanges(localPath, message, doer.NewGitSig()); err != nil {
+ return fmt.Errorf("CommitChanges: %v", err)
+ } else if err = git.Push(localPath, "origin", "master"); err != nil {
+ return fmt.Errorf("Push: %v", err)
+ }
+
+ return nil
+}
diff --git a/modules/auth/auth.go b/modules/auth/auth.go
index 7c4cfafcf..0c1f2fbdc 100644
--- a/modules/auth/auth.go
+++ b/modules/auth/auth.go
@@ -12,13 +12,13 @@ import (
"github.com/Unknwon/com"
"github.com/go-macaron/binding"
"github.com/go-macaron/session"
+ gouuid "github.com/satori/go.uuid"
"gopkg.in/macaron.v1"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
- "github.com/gogits/gogs/modules/uuid"
)
func IsAPIPath(url string) bool {
@@ -102,7 +102,7 @@ func SignedInUser(ctx *macaron.Context, sess session.Store) (*models.User, bool)
if setting.Service.EnableReverseProxyAutoRegister {
u := &models.User{
Name: webAuthUser,
- Email: uuid.NewV4().String() + "@localhost",
+ Email: gouuid.NewV4().String() + "@localhost",
Passwd: webAuthUser,
IsActive: true,
}
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go
index 68a968830..15dbb3605 100644
--- a/modules/auth/auth_form.go
+++ b/modules/auth/auth_form.go
@@ -23,6 +23,7 @@ type AuthenticationForm struct {
AttributeName string
AttributeSurname string
AttributeMail string
+ AttributesInBind bool
Filter string
AdminFilter string
IsActive bool
diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go
index 313c23550..8a8cb89b6 100644
--- a/modules/auth/ldap/ldap.go
+++ b/modules/auth/ldap/ldap.go
@@ -31,6 +31,7 @@ type Source struct {
AttributeName string // First name attribute
AttributeSurname string // Surname attribute
AttributeMail string // E-mail attribute
+ AttributesInBind bool // fetch attributes in bind context (not user)
Filter string // Query filter to validate entry
AdminFilter string // Query filter to check if user is admin
Enabled bool // if this source is disabled
@@ -58,18 +59,10 @@ func (ls *Source) sanitizedUserDN(username string) (string, bool) {
return fmt.Sprintf(ls.UserDN, username), true
}
-func (ls *Source) FindUserDN(name string) (string, bool) {
- l, err := ldapDial(ls)
- if err != nil {
- log.Error(4, "LDAP Connect error, %s:%v", ls.Host, err)
- ls.Enabled = false
- return "", false
- }
- defer l.Close()
-
+func (ls *Source) findUserDN(l *ldap.Conn, name string) (string, bool) {
log.Trace("Search for LDAP user: %s", name)
if ls.BindDN != "" && ls.BindPassword != "" {
- err = l.Bind(ls.BindDN, ls.BindPassword)
+ err := l.Bind(ls.BindDN, ls.BindPassword)
if err != nil {
log.Debug("Failed to bind as BindDN[%s]: %v", ls.BindDN, err)
return "", false
@@ -85,7 +78,7 @@ func (ls *Source) FindUserDN(name string) (string, bool) {
return "", false
}
- log.Trace("Searching using filter %s", userFilter)
+ log.Trace("Searching for DN using filter %s and base %s", userFilter, ls.UserBase)
search := ldap.NewSearchRequest(
ls.UserBase, ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0,
false, userFilter, []string{}, nil)
@@ -111,6 +104,14 @@ func (ls *Source) FindUserDN(name string) (string, bool) {
// searchEntry : search an LDAP source if an entry (name, passwd) is valid and in the specific filter
func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, string, string, string, bool, bool) {
+ l, err := ldapDial(ls)
+ if err != nil {
+ log.Error(4, "LDAP Connect error, %s:%v", ls.Host, err)
+ ls.Enabled = false
+ return "", "", "", "", false, false
+ }
+ defer l.Close()
+
var userDN string
if directBind {
log.Trace("LDAP will bind directly via UserDN template: %s", ls.UserDN)
@@ -124,36 +125,29 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str
log.Trace("LDAP will use BindDN.")
var found bool
- userDN, found = ls.FindUserDN(name)
+ userDN, found = ls.findUserDN(l, name)
if !found {
return "", "", "", "", false, false
}
}
- l, err := ldapDial(ls)
- if err != nil {
- log.Error(4, "LDAP Connect error (%s): %v", ls.Host, err)
- ls.Enabled = false
- return "", "", "", "", false, false
- }
- defer l.Close()
-
- log.Trace("Binding with userDN: %s", userDN)
- err = l.Bind(userDN, passwd)
- if err != nil {
- log.Debug("LDAP auth. failed for %s, reason: %v", userDN, err)
- return "", "", "", "", false, false
+ if directBind || !ls.AttributesInBind {
+ // binds user (checking password) before looking-up attributes in user context
+ err = bindUser(l, userDN, passwd)
+ if err != nil {
+ return "", "", "", "", false, false
+ }
}
- log.Trace("Bound successfully with userDN: %s", userDN)
userFilter, ok := ls.sanitizedUserQuery(name)
if !ok {
return "", "", "", "", false, false
}
+ log.Trace("Fetching attributes '%v', '%v', '%v', '%v' with filter %s and base %s", ls.AttributeUsername, ls.AttributeName, ls.AttributeSurname, ls.AttributeMail, userFilter, userDN)
search := ldap.NewSearchRequest(
userDN, ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, userFilter,
- []string{ls.AttributeName, ls.AttributeSurname, ls.AttributeMail},
+ []string{ls.AttributeUsername, ls.AttributeName, ls.AttributeSurname, ls.AttributeMail},
nil)
sr, err := l.Search(search)
@@ -177,6 +171,7 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str
admin_attr := false
if len(ls.AdminFilter) > 0 {
+ log.Trace("Checking admin with filter %s and base %s", ls.AdminFilter, userDN)
search = ldap.NewSearchRequest(
userDN, ldap.ScopeWholeSubtree, ldap.NeverDerefAliases, 0, 0, false, ls.AdminFilter,
[]string{ls.AttributeName},
@@ -192,9 +187,28 @@ func (ls *Source) SearchEntry(name, passwd string, directBind bool) (string, str
}
}
+ if !directBind && ls.AttributesInBind {
+ // binds user (checking password) after looking-up attributes in BindDN context
+ err = bindUser(l, userDN, passwd)
+ if err != nil {
+ return "", "", "", "", false, false
+ }
+ }
+
return username_attr, name_attr, sn_attr, mail_attr, admin_attr, true
}
+func bindUser(l *ldap.Conn, userDN, passwd string) error {
+ log.Trace("Binding with userDN: %s", userDN)
+ err := l.Bind(userDN, passwd)
+ if err != nil {
+ log.Debug("LDAP auth. failed for %s, reason: %v", userDN, err)
+ return err
+ }
+ log.Trace("Bound successfully with userDN: %s", userDN)
+ return err
+}
+
func ldapDial(ls *Source) (*ldap.Conn, error) {
if ls.UseSSL {
log.Debug("Using TLS for LDAP without verifying: %v", ls.SkipVerify)
diff --git a/modules/auth/org.go b/modules/auth/org.go
index 8af4ad55d..53ef6245d 100644
--- a/modules/auth/org.go
+++ b/modules/auth/org.go
@@ -45,9 +45,9 @@ func (f *UpdateOrgSettingForm) Validate(ctx *macaron.Context, errs binding.Error
// \/ \/ \/
type CreateTeamForm struct {
- TeamName string `form:"team_name" binding:"Required;AlphaDashDot;MaxSize(30)"`
- Description string `form:"desc" binding:"MaxSize(255)"`
- Permission string `form:"permission"`
+ TeamName string `binding:"Required;AlphaDashDot;MaxSize(30)"`
+ Description string `binding:"MaxSize(255)"`
+ Permission string
}
func (f *CreateTeamForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 804c8ebae..333f468a1 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -57,7 +57,7 @@ func (f *MigrateRepoForm) Validate(ctx *macaron.Context, errs binding.Errors) bi
// It also checks if given user has permission when remote address
// is actually a local path.
func (f MigrateRepoForm) ParseRemoteAddr(user *models.User) (string, error) {
- remoteAddr := f.CloneAddr
+ remoteAddr := strings.TrimSpace(f.CloneAddr)
// Remote address can be HTTP/HTTPS/Git URL or local path.
if strings.HasPrefix(remoteAddr, "http://") ||
@@ -239,7 +239,7 @@ func (f *NewReleaseForm) Validate(ctx *macaron.Context, errs binding.Errors) bin
type EditReleaseForm struct {
Title string `form:"title" binding:"Required"`
- Content string `form:"content" binding:"Required"`
+ Content string `form:"content"`
Draft string `form:"draft"`
Prerelease bool `form:"prerelease"`
}
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go
index d4c2dff9c..57451d9eb 100644
--- a/modules/auth/user_form.go
+++ b/modules/auth/user_form.go
@@ -27,6 +27,7 @@ type InstallForm struct {
SSHPort int
HTTPPort string `binding:"Required"`
AppUrl string `binding:"Required"`
+ LogRootPath string `binding:"Required"`
SMTPHost string
SMTPFrom string
diff --git a/modules/avatar/avatar.go b/modules/avatar/avatar.go
index b25b1bfe4..e9d0c1282 100644
--- a/modules/avatar/avatar.go
+++ b/modules/avatar/avatar.go
@@ -2,74 +2,23 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-// for www.gravatar.com image cache
-
-/*
-It is recommend to use this way
-
- cacheDir := "./cache"
- defaultImg := "./default.jpg"
- http.Handle("/avatar/", avatar.CacheServer(cacheDir, defaultImg))
-*/
package avatar
import (
- "crypto/md5"
- "encoding/hex"
- "errors"
"fmt"
"image"
"image/color/palette"
- "image/jpeg"
- "image/png"
- "io"
"math/rand"
- "net/http"
- "net/url"
- "os"
- "path/filepath"
- "strings"
- "sync"
"time"
"github.com/issue9/identicon"
- "github.com/nfnt/resize"
-
- "github.com/gogits/gogs/modules/log"
- "github.com/gogits/gogs/modules/setting"
)
-//FIXME: remove cache module
-
-var gravatarSource string
-
-func UpdateGravatarSource() {
- gravatarSource = setting.GravatarSource
- if strings.HasPrefix(gravatarSource, "//") {
- gravatarSource = "http:" + gravatarSource
- } else if !strings.HasPrefix(gravatarSource, "http://") &&
- !strings.HasPrefix(gravatarSource, "https://") {
- gravatarSource = "http://" + gravatarSource
- }
- log.Debug("avatar.UpdateGravatarSource(update gavatar source): %s", gravatarSource)
-}
-
-// hash email to md5 string
-// keep this func in order to make this package independent
-func HashEmail(email string) string {
- // https://en.gravatar.com/site/implement/hash/
- email = strings.TrimSpace(email)
- email = strings.ToLower(email)
-
- h := md5.New()
- h.Write([]byte(email))
- return hex.EncodeToString(h.Sum(nil))
-}
-
const _RANDOM_AVATAR_SIZE = 200
-// RandomImage generates and returns a random avatar image.
-func RandomImage(data []byte) (image.Image, error) {
+// RandomImage generates and returns a random avatar image unique to input data
+// in custom size (height and width).
+func RandomImageSize(size int, data []byte) (image.Image, error) {
randExtent := len(palette.WebSafe) - 32
rand.Seed(time.Now().UnixNano())
colorIndex := rand.Intn(randExtent)
@@ -78,262 +27,17 @@ func RandomImage(data []byte) (image.Image, error) {
backColorIndex = randExtent - 1
}
- // Size, background, forecolor
- imgMaker, err := identicon.New(_RANDOM_AVATAR_SIZE,
+ // Define size, background, and forecolor
+ imgMaker, err := identicon.New(size,
palette.WebSafe[backColorIndex], palette.WebSafe[colorIndex:colorIndex+32]...)
if err != nil {
- return nil, err
+ return nil, fmt.Errorf("identicon.New: %v", err)
}
return imgMaker.Make(data), nil
}
-// Avatar represents the avatar object.
-type Avatar struct {
- Hash string
- AlterImage string // image path
- cacheDir string // image save dir
- reqParams string
- imagePath string
- expireDuration time.Duration
-}
-
-func New(hash string, cacheDir string) *Avatar {
- return &Avatar{
- Hash: hash,
- cacheDir: cacheDir,
- expireDuration: time.Minute * 10,
- reqParams: url.Values{
- "d": {"retro"},
- "size": {"290"},
- "r": {"pg"}}.Encode(),
- imagePath: filepath.Join(cacheDir, hash+".image"), //maybe png or jpeg
- }
-}
-
-func (this *Avatar) HasCache() bool {
- fileInfo, err := os.Stat(this.imagePath)
- return err == nil && fileInfo.Mode().IsRegular()
-}
-
-func (this *Avatar) Modtime() (modtime time.Time, err error) {
- fileInfo, err := os.Stat(this.imagePath)
- if err != nil {
- return
- }
- return fileInfo.ModTime(), nil
-}
-
-func (this *Avatar) Expired() bool {
- modtime, err := this.Modtime()
- return err != nil || time.Since(modtime) > this.expireDuration
-}
-
-// default image format: jpeg
-func (this *Avatar) Encode(wr io.Writer, size int) (err error) {
- var img image.Image
- decodeImageFile := func(file string) (img image.Image, err error) {
- fd, err := os.Open(file)
- if err != nil {
- return
- }
- defer fd.Close()
-
- if img, err = jpeg.Decode(fd); err != nil {
- fd.Seek(0, os.SEEK_SET)
- img, err = png.Decode(fd)
- }
- return
- }
- imgPath := this.imagePath
- if !this.HasCache() {
- if this.AlterImage == "" {
- return errors.New("request image failed, and no alt image offered")
- }
- imgPath = this.AlterImage
- }
-
- if img, err = decodeImageFile(imgPath); err != nil {
- return
- }
- m := resize.Resize(uint(size), 0, img, resize.Lanczos3)
- return jpeg.Encode(wr, m, nil)
-}
-
-// get image from gravatar.com
-func (this *Avatar) Update() {
- UpdateGravatarSource()
- thunder.Fetch(gravatarSource+this.Hash+"?"+this.reqParams,
- this.imagePath)
-}
-
-func (this *Avatar) UpdateTimeout(timeout time.Duration) (err error) {
- UpdateGravatarSource()
- select {
- case <-time.After(timeout):
- err = fmt.Errorf("get gravatar image %s timeout", this.Hash)
- case err = <-thunder.GoFetch(gravatarSource+this.Hash+"?"+this.reqParams,
- this.imagePath):
- }
- return err
-}
-
-type service struct {
- cacheDir string
- altImage string
-}
-
-func (this *service) mustInt(r *http.Request, defaultValue int, keys ...string) (v int) {
- for _, k := range keys {
- if _, err := fmt.Sscanf(r.FormValue(k), "%d", &v); err == nil {
- defaultValue = v
- }
- }
- return defaultValue
-}
-
-func (this *service) ServeHTTP(w http.ResponseWriter, r *http.Request) {
- urlPath := r.URL.Path
- hash := urlPath[strings.LastIndex(urlPath, "/")+1:]
- size := this.mustInt(r, 290, "s", "size") // default size = 290*290
-
- avatar := New(hash, this.cacheDir)
- avatar.AlterImage = this.altImage
- if avatar.Expired() {
- if err := avatar.UpdateTimeout(time.Millisecond * 1000); err != nil {
- log.Trace("avatar update error: %v", err)
- return
- }
- }
- if modtime, err := avatar.Modtime(); err == nil {
- etag := fmt.Sprintf("size(%d)", size)
- if t, err := time.Parse(http.TimeFormat, r.Header.Get("If-Modified-Since")); err == nil && modtime.Before(t.Add(1*time.Second)) && etag == r.Header.Get("If-None-Match") {
- h := w.Header()
- delete(h, "Content-Type")
- delete(h, "Content-Length")
- w.WriteHeader(http.StatusNotModified)
- return
- }
- w.Header().Set("Last-Modified", modtime.UTC().Format(http.TimeFormat))
- w.Header().Set("ETag", etag)
- }
- w.Header().Set("Content-Type", "image/jpeg")
-
- if err := avatar.Encode(w, size); err != nil {
- log.Warn("avatar encode error: %v", err)
- w.WriteHeader(500)
- }
-}
-
-// http.Handle("/avatar/", avatar.CacheServer("./cache"))
-func CacheServer(cacheDir string, defaultImgPath string) http.Handler {
- return &service{
- cacheDir: cacheDir,
- altImage: defaultImgPath,
- }
-}
-
-// thunder downloader
-var thunder = &Thunder{QueueSize: 10}
-
-type Thunder struct {
- QueueSize int // download queue size
- q chan *thunderTask
- once sync.Once
-}
-
-func (t *Thunder) init() {
- if t.QueueSize < 1 {
- t.QueueSize = 1
- }
- t.q = make(chan *thunderTask, t.QueueSize)
- for i := 0; i < t.QueueSize; i++ {
- go func() {
- for {
- task := <-t.q
- task.Fetch()
- }
- }()
- }
-}
-
-func (t *Thunder) Fetch(url string, saveFile string) error {
- t.once.Do(t.init)
- task := &thunderTask{
- Url: url,
- SaveFile: saveFile,
- }
- task.Add(1)
- t.q <- task
- task.Wait()
- return task.err
-}
-
-func (t *Thunder) GoFetch(url, saveFile string) chan error {
- c := make(chan error)
- go func() {
- c <- t.Fetch(url, saveFile)
- }()
- return c
-}
-
-// thunder download
-type thunderTask struct {
- Url string
- SaveFile string
- sync.WaitGroup
- err error
-}
-
-func (this *thunderTask) Fetch() {
- this.err = this.fetch()
- this.Done()
-}
-
-var client = &http.Client{}
-
-func (this *thunderTask) fetch() error {
- log.Debug("avatar.fetch(fetch new avatar): %s", this.Url)
- req, _ := http.NewRequest("GET", this.Url, nil)
- req.Header.Set("Accept", "text/html,application/xhtml+xml,application/xml;q=0.9,image/jpeg,image/png,*/*;q=0.8")
- req.Header.Set("Accept-Encoding", "deflate,sdch")
- req.Header.Set("Accept-Language", "zh-CN,zh;q=0.8")
- req.Header.Set("Cache-Control", "no-cache")
- req.Header.Set("User-Agent", "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36")
- resp, err := client.Do(req)
- if err != nil {
- return err
- }
- defer resp.Body.Close()
- if resp.StatusCode != 200 {
- return fmt.Errorf("status code: %d", resp.StatusCode)
- }
-
- /*
- log.Println("headers:", resp.Header)
- switch resp.Header.Get("Content-Type") {
- case "image/jpeg":
- this.SaveFile += ".jpeg"
- case "image/png":
- this.SaveFile += ".png"
- }
- */
- /*
- imgType := resp.Header.Get("Content-Type")
- if imgType != "image/jpeg" && imgType != "image/png" {
- return errors.New("not png or jpeg")
- }
- */
-
- tmpFile := this.SaveFile + ".part" // mv to destination when finished
- fd, err := os.Create(tmpFile)
- if err != nil {
- return err
- }
- _, err = io.Copy(fd, resp.Body)
- fd.Close()
- if err != nil {
- os.Remove(tmpFile)
- return err
- }
- return os.Rename(tmpFile, this.SaveFile)
+// RandomImage generates and returns a random avatar image unique to input data
+// in default size (height and width).
+func RandomImage(data []byte) (image.Image, error) {
+ return RandomImageSize(_RANDOM_AVATAR_SIZE, data)
}
diff --git a/modules/avatar/avatar_test.go b/modules/avatar/avatar_test.go
index 0cbf70fe6..fea1c2c73 100644
--- a/modules/avatar/avatar_test.go
+++ b/modules/avatar/avatar_test.go
@@ -1,61 +1,23 @@
-// Copyright 2014 The Gogs Authors. All rights reserved.
+// Copyright 2016 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package avatar_test
+
+package avatar
import (
- "errors"
- "os"
- "strconv"
"testing"
- "time"
- "github.com/gogits/gogs/modules/avatar"
- "github.com/gogits/gogs/modules/log"
+ . "github.com/smartystreets/goconvey/convey"
)
-const TMPDIR = "test-avatar"
-
-func TestFetch(t *testing.T) {
- os.Mkdir(TMPDIR, 0755)
- defer os.RemoveAll(TMPDIR)
-
- hash := avatar.HashEmail("ssx205@gmail.com")
- a := avatar.New(hash, TMPDIR)
- a.UpdateTimeout(time.Millisecond * 200)
-}
-
-func TestFetchMany(t *testing.T) {
- os.Mkdir(TMPDIR, 0755)
- defer os.RemoveAll(TMPDIR)
-
- t.Log("start")
- var n = 5
- ch := make(chan bool, n)
- for i := 0; i < n; i++ {
- go func(i int) {
- hash := avatar.HashEmail(strconv.Itoa(i) + "ssx205@gmail.com")
- a := avatar.New(hash, TMPDIR)
- a.Update()
- t.Log("finish", hash)
- ch <- true
- }(i)
- }
- for i := 0; i < n; i++ {
- <-ch
- }
- t.Log("end")
-}
-
-// cat
-// wget http://www.artsjournal.com/artfulmanager/wp/wp-content/uploads/2013/12/200x200xmirror_cat.jpg.pagespeed.ic.GOZSv6v1_H.jpg -O default.jpg
-/*
-func TestHttp(t *testing.T) {
- http.Handle("/", avatar.CacheServer("./", "default.jpg"))
- http.ListenAndServe(":8001", nil)
-}
-*/
+func Test_RandomImage(t *testing.T) {
+ Convey("Generate a random avatar from email", t, func() {
+ _, err := RandomImage([]byte("gogs@local"))
+ So(err, ShouldBeNil)
-func TestLogTrace(t *testing.T) {
- log.Trace("%v", errors.New("console log test"))
+ Convey("Try to generate an image with size zero", func() {
+ _, err := RandomImageSize(0, []byte("gogs@local"))
+ So(err, ShouldNotBeNil)
+ })
+ })
}
diff --git a/modules/base/base.go b/modules/base/base.go
index c9875fb50..8ba211aa7 100644
--- a/modules/base/base.go
+++ b/modules/base/base.go
@@ -4,29 +4,8 @@
package base
-import (
- "os"
- "os/exec"
- "path/filepath"
-)
-
const DOC_URL = "https://github.com/gogits/go-gogs-client/wiki"
type (
TplName string
)
-
-var GoGetMetas = make(map[string]bool)
-
-// ExecPath returns the executable path.
-func ExecPath() (string, error) {
- file, err := exec.LookPath(os.Args[0])
- if err != nil {
- return "", err
- }
- p, err := filepath.Abs(file)
- if err != nil {
- return "", err
- }
- return p, nil
-}
diff --git a/modules/base/tool.go b/modules/base/tool.go
index f98ae28b9..a426ca99b 100644
--- a/modules/base/tool.go
+++ b/modules/base/tool.go
@@ -15,33 +15,21 @@ import (
"hash"
"html/template"
"math"
- "regexp"
+ "net/http"
"strings"
"time"
+ "unicode"
"unicode/utf8"
"github.com/Unknwon/com"
"github.com/Unknwon/i18n"
- "github.com/microcosm-cc/bluemonday"
"github.com/gogits/chardet"
- "github.com/gogits/gogs/modules/avatar"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
)
-func BuildSanitizer() (p *bluemonday.Policy) {
- p = bluemonday.UGCPolicy()
- p.AllowAttrs("class").Matching(regexp.MustCompile(`[\p{L}\p{N}\s\-_',:\[\]!\./\\\(\)&]*`)).OnElements("code")
-
- p.AllowAttrs("type").Matching(regexp.MustCompile(`^checkbox$`)).OnElements("input")
- p.AllowAttrs("checked", "disabled").OnElements("input")
- return p
-}
-
-var Sanitizer = BuildSanitizer()
-
// EncodeMD5 encodes string to md5 hex value.
func EncodeMD5(str string) string {
m := md5.New()
@@ -109,6 +97,7 @@ func GetRandomString(n int, alphabets ...byte) string {
}
// http://code.google.com/p/go/source/browse/pbkdf2/pbkdf2.go?repo=crypto
+// FIXME: use https://godoc.org/golang.org/x/crypto/pbkdf2?
func PBKDF2(password, salt []byte, iter, keyLen int, h func() hash.Hash) []byte {
prf := hmac.New(h, password)
hashLen := prf.Size()
@@ -206,17 +195,22 @@ func CreateTimeLimitCode(data string, minutes int, startInf interface{}) string
return code
}
-// AvatarLink returns avatar link by given e-mail.
+// HashEmail hashes email address to MD5 string.
+// https://en.gravatar.com/site/implement/hash/
+func HashEmail(email string) string {
+ email = strings.ToLower(strings.TrimSpace(email))
+ h := md5.New()
+ h.Write([]byte(email))
+ return hex.EncodeToString(h.Sum(nil))
+}
+
+// AvatarLink returns avatar link by given email.
func AvatarLink(email string) string {
if setting.DisableGravatar || setting.OfflineMode {
return setting.AppSubUrl + "/img/avatar_default.jpg"
}
- gravatarHash := avatar.HashEmail(email)
- if setting.Service.EnableCacheAvatar {
- return setting.AppSubUrl + "/avatar/" + gravatarHash
- }
- return setting.GravatarSource + gravatarHash
+ return setting.GravatarSource + HashEmail(email)
}
// Seconds-based time units
@@ -471,6 +465,15 @@ func EllipsisString(str string, length int) string {
return str[:length-3] + "..."
}
+// TruncateString returns a truncated string with given limit,
+// it returns input string if length is not reached limit.
+func TruncateString(str string, limit int) string {
+ if len(str) < limit {
+ return str
+ }
+ return str[:limit]
+}
+
// StringsToInt64s converts a slice of string to a slice of int64.
func StringsToInt64s(strs []string) []int64 {
ints := make([]int64, len(strs))
@@ -497,3 +500,25 @@ func Int64sToMap(ints []int64) map[int64]bool {
}
return m
}
+
+// IsLetter reports whether the rune is a letter (category L).
+// https://github.com/golang/go/blob/master/src/go/scanner/scanner.go#L257
+func IsLetter(ch rune) bool {
+ return 'a' <= ch && ch <= 'z' || 'A' <= ch && ch <= 'Z' || ch == '_' || ch >= 0x80 && unicode.IsLetter(ch)
+}
+
+func IsTextFile(data []byte) (string, bool) {
+ contentType := http.DetectContentType(data)
+ if strings.Index(contentType, "text/") != -1 {
+ return contentType, true
+ }
+ return contentType, false
+}
+
+func IsImageFile(data []byte) (string, bool) {
+ contentType := http.DetectContentType(data)
+ if strings.Index(contentType, "image/") != -1 {
+ return contentType, true
+ }
+ return contentType, false
+}
diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go
index 736325c97..29cf21d3f 100644
--- a/modules/bindata/bindata.go
+++ b/modules/bindata/bindata.go
@@ -204,6 +204,7 @@
// conf/locale/locale_de-DE.ini
// conf/locale/locale_en-US.ini
// conf/locale/locale_es-ES.ini
+// conf/locale/locale_fi-FI.ini
// conf/locale/locale_fr-FR.ini
// conf/locale/locale_it-IT.ini
// conf/locale/locale_ja-JP.ini
@@ -282,7 +283,7 @@ func (fi bindataFileInfo) Sys() interface{} {
return nil
}
-var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7a\x4b\x8f\xe3\xc6\x76\xff\x9e\x9f\xa2\xdc\xfe\xfb\xef\x99\x40\x52\xbf\x3c\x0f\xb7\xdd\x89\xd5\x12\xd5\xcd\x3b\x7a\x99\x94\x66\x3c\x1e\x34\x38\x6c\xb2\x24\xd1\x4d\x91\x1a\x16\xd9\x3d\x6d\x64\x71\x8d\x2c\x02\x64\x9b\x20\xd9\x04\x41\xb2\x08\x02\xdc\x3c\x90\x8b\x6c\xee\x4d\x90\x95\x91\xfd\xf8\x3b\x5c\xf8\x26\xdf\x22\xbf\x73\xaa\x28\x51\x3d\xed\x46\x2e\x90\xf8\xd1\xa2\x8a\x55\xa7\xaa\x4e\x9d\xf3\x3b\xbf\x73\x4a\x1f\x8a\xa1\xfd\xdc\x76\x05\xff\x19\x8c\xba\x4e\xef\xa5\x98\x9c\x39\x9e\xe8\x39\x7d\xdb\xfa\x50\x8c\xfb\x76\xdb\xb3\xc5\xa0\xfd\xcc\x16\x9d\xb3\xf6\xf0\xd4\xf6\xc4\x68\x28\x3a\x23\xd7\xb5\xbd\xf1\x68\xd8\x75\x86\xa7\xa2\x33\xf5\x26\xa3\x01\x1a\x87\x3d\xe7\x54\x8f\xb4\x3e\x13\xed\xd5\x4a\xa4\xc1\x52\x8a\x62\x11\x14\x42\x2d\xb2\x6b\x25\xb2\x54\xc8\x2b\x99\xdf\x88\x55\x30\xc7\x8b\xb8\x48\xa4\xd5\x1e\x8f\xfd\x61\x7b\x60\x8b\x63\x71\x9a\xcd\xd5\x11\xfe\x8a\xd3\xb8\x10\x9e\xcc\xaf\xe2\x50\x42\x52\x67\x11\xa4\xe8\x8e\xb6\x78\x26\x6e\xb2\x52\xe4\x65\x2a\x92\x2c\x0c\x92\xe4\xc6\x72\xa7\x43\x7f\xea\x61\xf5\xc7\x62\x1e\x17\xe8\x6d\xc7\xc5\x42\xe6\x62\x27\x92\x57\x3b\x0d\xb1\xb3\xca\xb3\x68\x47\x64\x68\x28\xa4\x2a\xd0\x12\xc9\x59\x50\x26\x90\xa5\x74\x1f\x96\x80\xad\xd3\x02\xf0\xdd\xb2\x5e\xe5\x72\x95\xa9\xb8\xc8\xf2\x9b\x73\xcb\x1d\x8d\x26\xe2\xd8\xf2\x3a\xae\x33\x9e\xf8\x93\x97\x63\xea\x76\x11\xa8\x05\x66\xea\x1a\x49\xed\xa1\xe7\x88\x70\x11\xe4\x4a\x16\x16\x7d\xf1\xa1\x2a\xd7\xb3\x31\x50\xa0\x5b\x2f\xcb\x43\x69\xf6\x9d\xca\x6b\xb1\x11\x2f\x8a\x4c\x5c\x48\xb1\xca\xe3\xab\xa0\x90\x56\x6f\xe4\x76\x6c\x7f\xec\x3a\xcf\xdb\x13\x9a\x66\x16\x24\x8a\xf6\x7f\x9a\x64\x17\x41\x22\x96\xc1\xdb\x78\x59\x2e\x45\x98\xcb\xa0\x88\xa1\xca\x24\x5e\x42\x27\xd9\xac\x2e\x71\x85\xad\x97\x4a\xe6\x0d\xd1\xdc\x17\x4b\x19\xa4\x4a\xa4\x99\xee\x69\x0d\xda\x5f\xf9\x1d\xd7\x6e\x4f\x9c\xd1\xd0\xef\x3b\x03\x87\x16\xd8\xdc\xc7\x0c\xe3\xa0\x08\x17\x82\x14\x24\xde\x94\xb2\x94\x22\x91\xe9\xbc\x58\x34\x30\xe7\x25\x2b\x3e\x50\x22\x09\x72\x1c\x02\x1e\x30\x97\x8a\x2f\x70\x72\xe3\x69\xbf\xef\xbb\xf6\x97\x53\xdb\x9b\xf8\xf8\x3b\xb5\xfd\xbe\x3d\x3c\x9d\x9c\x41\xec\xfe\x1e\xfe\x81\x2e\xcb\xf8\x1c\xf2\x87\xe5\xf2\x02\x0b\xab\x2f\x35\x96\x4a\x5b\x46\x90\x4b\xb6\x0e\x19\x89\x38\x85\x85\x40\x55\x6f\x57\x49\x86\x56\x32\x12\xcb\xfe\x6a\xdc\x1f\xb9\x50\x4b\xfb\x14\xb6\xe6\x0f\xa7\x03\x48\x3f\xd8\xdb\x12\x1a\x2b\x55\xfe\xb4\x38\x16\xe3\x78\xde\xf4\x96\x90\xfd\x6d\x21\x6b\xf5\x66\x4b\x28\x4b\xdd\x12\x12\x84\x45\x7c\x15\x17\x37\x62\x26\x65\x64\xf5\x6c\xbb\xeb\xb3\x3a\x47\x03\xa8\xd1\x08\x7c\xc4\xfb\x6d\x05\xd1\x32\x4e\xb7\x77\x4d\x27\x72\xff\xfa\xc8\x84\xb7\x97\xf7\x68\xef\x7d\xc5\xdd\x2b\xc2\xb5\xc7\xa3\x7b\x45\xa4\x59\x01\x87\xba\x5f\xc8\x70\x34\x71\x3a\xb7\xb5\xfd\x68\x4b\x4c\x96\xcf\x83\x34\xfe\x56\xdb\xe0\x7d\xb2\x46\xee\xe9\x7b\xeb\xb1\x5e\x2d\x83\xfc\x32\xca\xae\x59\x43\x76\x1a\xc0\x90\x04\x5c\x27\x82\x8d\x62\xdc\x05\x6c\xfb\x12\x06\x50\xc8\x54\x41\xbc\x65\x0f\xdb\x27\x7d\xdb\x87\x3b\x75\x61\xb1\x43\xdb\x3f\x81\xfd\x3e\x5b\xfb\x86\xf5\x0a\x8a\x85\x63\x9d\x5b\x63\x77\x34\x19\x75\x46\x7d\xbc\x5a\x14\xc5\xca\xea\x8e\x06\x6d\x67\x88\x6f\x8c\x13\x8b\x4c\x15\xec\xca\xfe\xd4\xa5\x2e\x1f\x3d\xa8\xfa\x3f\x54\x47\xbb\xbb\x1f\x3d\xd0\xdd\xf1\xe5\xa3\x07\x67\x93\xc9\xd8\x1f\x8f\xdc\xc9\x43\xb5\x6b\xf1\x97\x76\xb7\x0b\x78\xb1\xd6\x2f\x20\xe0\x90\xac\xfb\x33\xd1\x27\xe1\xe2\x41\x77\xf0\xf5\x43\x41\x92\x67\xc0\x19\x02\x31\x71\x9d\xe5\x97\x74\xe4\x0f\x54\x09\xc7\x82\xd3\x78\xde\x99\x28\x57\x11\xdc\xfc\x21\x6c\x09\xa7\xa0\xe2\x74\x2e\xae\xe5\x85\x50\x1a\xe7\x5a\x10\xe7\xa4\x62\x89\x95\x8a\x30\x50\x38\x26\x42\xba\x28\xa3\x53\x03\x6c\x40\xb5\x00\x8b\x50\x23\x21\x00\x6e\x0d\x63\x57\x41\x52\xf2\xe0\x76\x52\xe0\x7c\x08\x10\xd2\xe4\xc6\x20\x65\xce\xf3\x6a\x1d\x41\x50\x24\x09\xf5\x48\x20\x49\x50\x04\xce\x58\x1a\xed\x8b\x5f\xb6\xac\xfe\xa8\xd3\x86\x4b\x6f\x14\x45\xba\x84\x82\xd6\x4a\xbc\xad\x1f\x80\x60\xac\xf8\x0c\x69\xa2\x19\x80\xa9\x84\x2d\x5c\x2f\x64\xca\xd3\x04\x57\x41\x9c\xd0\x6b\xab\xeb\x78\x7c\x92\xd4\x6d\x83\x6c\x2f\x16\x92\xc1\x1a\xfe\x21\x2e\xca\x38\x29\x60\x3e\xb5\x15\x67\xb4\xe8\xa2\x65\x79\x93\xb6\x3b\xa1\xa1\x3e\xbc\xe4\x39\x63\xbd\x96\x40\x4d\xe6\x44\x0e\x0e\x20\xcf\xcd\x30\xe9\x2a\x28\x16\x64\xa7\x24\x28\x8a\x73\x19\x12\x30\x72\x57\xde\xd8\xb8\xcd\x00\x55\x5b\x7a\xa7\x3b\x24\x78\x4e\xc9\x78\x4d\xbc\x58\x42\x1d\xd6\xa8\xd7\x63\x9b\x33\xc1\x41\x4f\x59\x6d\xc4\x1d\x4d\x27\x70\xd9\xfe\xe8\xb4\x8e\xd4\x32\x95\x39\xce\x58\xa8\x42\xae\xd4\x11\x5a\xfe\x9f\x68\xed\xce\xc9\x22\x42\x99\x17\xa2\x19\x06\xc7\x45\x0e\x7c\x6d\x46\x65\xce\x0e\x74\xfc\xf4\xc9\xe3\xbd\xc5\xde\x72\x4f\x89\x26\x29\xf8\x78\x79\x43\x1f\x2d\xf9\x36\x58\xae\x12\xd9\x02\x1a\x59\x9f\x41\xce\x28\x17\xb3\x3c\x5b\x8a\x40\xb4\x56\xb3\xb7\x62\x16\x27\x8c\x93\x59\x5e\xc0\x32\xf8\x0d\x1d\xe9\x8b\x38\x8d\x28\xce\xd2\x64\xf1\x2c\x0e\xf5\x52\x08\x4b\x1f\x44\x19\xa4\xd0\x99\xc0\x46\xe7\xb2\x20\x6b\xd2\xe3\x79\xa0\x09\x41\xe2\x52\xde\x3c\xd4\xcb\xce\x56\x70\x41\x95\x88\xd5\x65\xa8\xf6\x0f\x44\x13\xba\x21\xa9\x3c\x7b\x33\x2b\x0b\xf3\x4d\x2e\x45\x33\xcd\x30\x4c\xfd\xcf\x46\xa1\x67\x35\x88\x5e\x28\x7a\x88\xa4\xb2\x3a\x36\x4e\x98\xa8\x03\xb4\x19\x96\x58\xf3\x72\x97\x6c\x4f\xed\x56\xd3\x58\xcf\xec\x97\x77\x76\x30\x12\x31\xfd\x74\x45\xd1\x2f\xc1\x51\x26\x74\xfe\x85\x84\x06\x69\x53\x41\x1a\x41\x0b\x50\x77\xa8\xf5\x46\x06\x82\xee\x35\x22\xc0\x2a\x20\xb3\x81\xe5\x42\x59\xec\xc2\x68\x96\x6f\x65\x58\x42\xc1\x64\x80\x80\xc5\xba\xfd\x68\x82\x93\x90\x8a\x39\x14\xf3\xa4\xa7\x5f\x3b\x63\xa1\xca\x15\xa9\xb5\x82\x2e\x6e\xdb\x58\x48\x1f\x8b\x21\xcf\x67\x02\x34\x63\x03\x4f\x9b\x49\x36\x9f\xe3\x18\x39\x4a\x34\xe0\xfd\x29\xb1\x82\x9d\x45\xb6\x94\x9a\xb9\x98\x80\xb8\x63\xf5\xdb\xcc\xb8\x08\x55\x49\x0f\xd4\x03\x18\x08\x54\x09\x40\x49\xe4\x79\x8d\xfd\x2c\x6f\xd4\x9b\x84\xf9\x0f\xac\x69\x9e\x4b\xa5\x25\xa1\x31\x2e\xe4\x21\x5e\xc4\xc5\xc7\x4a\x43\x44\xb8\xc8\x88\x67\x75\x4f\x2a\x7a\xc3\x63\xad\xb3\x91\x47\x7e\xb5\x7f\xf0\xa4\xb5\x87\x7f\xf7\x8f\x0e\x0f\xf7\x1e\x5b\x86\xa9\x91\x49\x5b\x86\x76\xe5\x70\x3a\x6b\xdc\xf6\xbc\x17\x5d\xd6\x4b\x8f\x26\xaa\x4d\x0b\x38\x6a\x08\x59\xb1\x32\xed\x73\xb4\xb2\x5c\xbe\x29\xe1\x9e\x7a\x61\x70\xf7\x78\x76\xd3\x9c\x95\x49\xb2\x03\x5f\xed\xaf\x19\x99\xee\x5f\x89\xad\xd6\xcf\x67\xba\x53\xc4\xd1\xc5\x8e\x65\x1c\x9a\xb4\xc0\xae\xd6\x8a\x2e\xa0\x14\x13\x85\x29\x42\x84\x65\x8e\xc8\x7d\x6e\x39\x43\x9c\x23\x28\x0b\x50\xee\x59\xed\x48\x3e\xf8\x40\x33\x5b\x4d\x7c\x27\x23\xf1\xcc\xb6\xc7\xe2\xe5\x68\xea\x0a\xde\x61\xb7\x3d\x69\x0b\xaf\xdd\xb3\x3f\xf8\xc0\xf2\x6c\x10\xa8\x89\x0f\x5b\x84\x80\x0f\x3e\xfc\xa2\xd7\xb5\x5f\xb8\xf8\xef\xff\xff\xde\x03\xb2\x88\xb2\xc8\xe8\x30\x61\xf5\xb9\x5c\x4a\x0e\x98\x51\x00\xd7\x00\x4a\x38\x43\x50\xa5\x81\x3d\x38\x01\x68\x74\xdb\x2f\x3d\x8c\x7f\x62\x75\x46\xa3\x67\x8e\xcd\xfc\xb5\xa6\x58\x3f\xb8\x96\x8a\x8e\xd6\xbc\x5e\x8f\xab\xf7\x89\x53\xf0\xc0\x28\xd6\xba\x71\x89\x5d\x2a\x72\xe3\xec\xed\x8d\x08\x4a\xe8\x3a\x2d\x2a\xdb\x5c\xc8\x20\x22\xf8\x27\xb8\x37\x5c\x84\xbf\x80\x30\x00\x4b\x3d\x62\x9c\xa3\xaf\x5e\xfa\xed\xe9\xe4\xcc\x1e\xc2\xcc\x35\x3f\x34\x87\xfb\x55\xf3\x85\x7d\x42\xaf\x9a\xd4\x60\x02\x2e\xcc\xe5\xdc\x6a\x77\x26\xce\x73\x1b\x0c\xa8\x0b\xda\x47\x4f\x03\x67\x08\x48\xa4\x8d\xed\x3f\xdd\x83\x70\x10\x60\x5f\x9b\xc5\x4f\x76\x82\xcf\xf2\x6a\xaa\xf0\x96\xa5\xb3\x38\x5f\x0a\xd9\x5c\x22\x6e\xb0\x7b\xe4\x72\x1e\xab\x42\x63\x25\x64\x9e\x3a\x1e\xa1\xae\x8d\x68\xdd\xf7\x39\xe1\x70\x07\xb5\xa3\xec\x66\x52\xc7\x37\xa4\x06\xd9\xb5\x19\x8c\x09\xc8\x5a\xd8\x20\x34\x79\x26\x3a\x17\x66\x65\xaa\x63\xe5\x06\xd2\x59\xbc\xcb\xfb\xaf\x09\xe5\x25\x2e\x01\x39\x42\xc5\x73\x0e\x12\x58\xea\x55\x0c\x26\x1f\xa4\x37\xc5\x02\xde\xdc\xb2\x88\x05\x3b\x60\xa9\x9e\x73\x3a\xc4\x49\x3f\x77\xec\x17\x35\x09\x9d\x20\x04\xc0\x20\x18\x16\x41\xce\x0c\x3a\x0e\x29\x4e\x56\x10\xd1\x69\x77\xce\x6c\xbf\x0d\xd6\xdf\x76\x6b\xa3\x06\xa4\x03\xe2\x6c\x33\x73\x92\x55\x7f\xe2\x68\xbd\x97\x3e\xe9\xa0\xde\x9d\x60\x3e\x92\x05\x46\x1d\x71\xdc\x26\x66\x83\x94\x68\x51\x5e\x50\x14\x21\xd7\x00\xad\x65\x0f\xd9\xd5\x84\x79\x77\xff\xf1\xa3\x4a\xe6\x7d\xb6\xb0\x9e\xe4\xa7\xfa\x8e\x7e\x4a\x75\x86\xdf\x85\xc1\x0a\xf9\x45\x40\x5c\x25\x8e\xb4\x51\xbe\x77\xb6\x6b\x5d\x8c\x27\x70\x47\xc8\xa0\x38\x09\x7b\x03\x45\x5a\x64\xd9\x25\x61\xdb\x19\x3e\x45\x11\xa8\xcb\xad\x24\xc5\xba\x23\xf3\xe0\xe4\x2c\x89\x89\x43\x14\xf1\x52\x52\xe0\xc1\xb1\x01\x09\xb2\x34\x52\x56\xd7\x26\x53\x74\xfd\x89\x33\xb0\x11\xc5\x99\xb9\x13\x7f\x22\x93\x89\x53\xc6\x0b\x59\x0b\xa1\xb4\x3a\xef\x99\x33\xf6\x27\x7d\xcf\xc7\x38\xca\x91\x37\x5b\xdc\xf0\xe2\x45\xac\x38\x05\x8b\x53\x6c\x6e\xa9\xb7\x89\x59\x25\x0e\x5f\xf3\xe1\xdb\xd9\x07\x71\x61\xc4\x23\xb0\x57\xbd\xf9\x6e\x4d\xec\x49\x39\x9b\x71\x30\xa3\x2d\x92\x74\xa2\x7e\xa9\x4c\x1a\x88\xa0\x72\x65\x52\xb2\x98\x83\x97\x49\x8a\xa3\x2c\xfd\x18\xf1\x35\xc5\x26\xae\x89\x94\xf3\x4b\x70\x27\x7b\xd8\xf5\x4f\xa6\xbd\x1e\x91\x15\x7b\xa8\x15\x44\xeb\x26\x38\x00\xba\x22\x44\xde\x68\xde\xce\x3e\xa7\x73\x72\x6f\x7a\xf2\x33\xbb\x33\x61\xa6\x5c\xe5\xe7\x0f\x55\x65\x93\x9a\x9d\x11\xdd\x59\xb2\xb1\xa9\x65\xb1\x6a\xcd\xe9\x99\x0c\xed\xe8\xd1\xd3\x27\x78\xf7\xe5\x97\xe6\xc5\x9b\x37\xdc\xaa\x93\x88\xac\x90\x0d\x5a\x30\x07\x5c\x22\x1f\x12\x07\x22\xae\x61\xa5\x62\xe7\x93\xc7\x8f\x10\x16\xbc\xc1\x64\xec\xa1\x25\x49\x28\x08\x02\xac\xa2\x16\x3c\x90\x42\x26\xb3\x40\x9c\x01\x55\x11\x78\x2c\x26\xa2\xfd\x83\xe1\x21\x65\x83\x20\x6c\x83\x08\x80\xdb\xeb\x88\xc7\x9f\xec\x7d\xda\x12\x8e\x9e\xc8\xb0\x49\x13\x98\xd5\x46\x10\x54\xc4\x13\x05\xc9\x35\x50\x7a\x3d\x5f\x15\xfa\x6a\x14\xf1\xcc\xee\x8f\x88\xdc\x68\x63\xd5\x04\x97\x78\x1a\x83\x2a\xa5\x3f\x51\x4c\xe7\x05\xd4\x6d\xad\xe1\x84\xc7\xb0\x94\x0e\xf3\x95\xcd\x00\x32\xfe\x6d\x89\x5b\x65\x09\xa6\x73\xea\x06\xc8\xb5\xc4\x5a\xd0\xcf\xa7\x05\x19\xf0\x67\x94\x63\x8c\xd3\x21\x93\x77\x58\xe7\x7b\x59\x7d\xd3\x2d\x31\xa2\x6c\x80\xf8\x35\x90\x4a\xf1\xcc\x4a\x26\xb3\x26\x41\x19\xf4\x55\x1b\xa8\xb4\x91\xaf\x0d\x5c\x23\x9f\x08\x93\x18\xbb\xaa\x77\xa4\xb8\xef\x13\x5f\x73\x7a\x04\x10\x1b\x6a\x7c\x07\x87\xd3\x06\x7e\x1f\x89\x33\x3d\x36\x2c\x8e\x4d\x4c\x73\xdd\x28\x02\x83\x00\x23\xa2\x13\x7d\x74\x78\x70\xd0\x12\x13\xda\x84\x21\x48\xdf\x10\x24\xe3\x51\xb2\xe1\xae\x3b\x63\x87\xb4\xff\xd7\x3b\x64\xe1\x3b\xe2\x73\x7e\xfd\x45\x8d\x4f\xff\xfe\x6b\xa1\x1d\x54\x58\x3d\x77\x34\x60\xce\x32\xe0\x55\x6c\x62\x23\x47\x8c\x55\xa0\x14\x12\xb9\xc8\x10\x9d\x0d\xc7\xb1\x5e\x85\x84\xe8\x5b\x7c\x4b\x2e\xe1\xfb\x9a\xd6\xc0\xab\x76\x78\x1d\xd4\xca\x3d\x6f\x95\x9d\x4c\x67\xab\xdd\x05\xda\x71\x98\xd5\x2d\x15\xcb\x31\xef\x0d\x75\x3a\xed\xc0\x3b\x11\xc5\x80\x9e\x35\x14\xdb\x92\xf8\x78\x0f\xe4\x06\x92\x9e\xb7\x29\x22\x3c\xde\xab\x04\xe9\xb5\x68\xb2\x54\x5b\x0b\x04\xa4\x48\x8b\x98\x1c\x50\xbe\x69\x74\x87\x51\x3c\xe0\x08\x01\xb9\xa0\x0c\xf6\xb8\x08\x57\x0d\x7a\x79\x7c\xf4\xf8\xf0\xc9\xa7\x8d\x4a\x21\xc7\xcb\x20\x0c\x72\x58\x6d\x74\x71\xbc\xd7\x58\x65\x59\xe2\xab\xf8\x5b\x79\x0c\x64\x69\xc4\x51\x22\x7d\x03\xba\xc7\x3a\xc6\x57\x33\x1f\x89\xd7\x1b\x36\xb9\xbf\x7f\xb0\xbf\xff\xda\xb8\x1a\xf3\x0a\x45\x19\xff\xdd\x3a\x25\xda\xbe\xd1\xad\x56\xad\x21\xb8\x77\xe9\x15\x81\xe9\xb9\xd3\xdd\x56\xec\x38\xcf\xae\x62\xe2\x41\x4c\x32\xe6\x70\x3d\xda\xbf\xd2\xcb\x43\x97\x23\xf6\xa9\x45\x70\x45\x67\x7f\x53\xf5\xba\x91\x54\x52\xa4\xe9\x81\x66\x7a\x85\x9b\x1c\x02\xac\xb6\x35\x6f\x89\xd7\xcc\x3c\xcd\x5b\xf5\xfa\xff\x4c\x8b\xb4\xe1\x23\x90\xbf\x26\x3e\x9b\x51\x4e\xd1\x6d\x97\x1b\x45\xa4\xd2\x6a\xc1\x88\xa7\xc0\xca\x6a\x65\x44\xcd\x8f\xaa\xf9\xbe\xa8\xd6\xe8\x17\x84\x69\xaf\xd7\x6a\xf2\x4d\xe5\xd6\x70\xe8\x6a\x27\x98\xd3\x33\x5b\x0e\x11\x79\x63\xa9\x59\xa3\x21\xa5\x06\x8e\x62\x3f\x89\x2f\xa5\xaf\xc9\x05\x95\x30\x74\x30\x22\xc0\xa9\xf4\x05\x9b\x65\x3a\x62\xcc\xb9\x0e\x74\x1a\x36\xb4\x40\x50\xeb\xa9\x6b\xbf\x4f\x1e\x14\x92\x55\x3d\xff\xd6\x58\xa6\x07\x86\x34\x10\xd3\xd4\x52\x2a\xde\xb0\x59\x3a\xbc\x87\xf4\xb8\x76\xa1\x2d\x21\x4f\x11\x27\xf6\xac\xd3\x8e\x5f\x79\x0f\x73\x02\x08\xd1\x2f\x36\x52\x92\x78\x26\x59\xce\x1d\xc3\x3d\xdb\xf3\x74\x45\xb5\x67\x6f\x8f\xb7\x5e\x19\xa6\x47\x56\x3d\xa1\x90\x97\x04\xa1\x24\xfa\x68\xda\x59\xe1\x9b\xe4\x48\x63\xb6\xb6\xef\x37\x71\x1a\x97\xb7\xec\xdb\xbc\xb7\xa8\x0a\xe2\x74\x68\x1e\x13\x8a\x35\x77\xf4\xa7\xe3\xfe\xa8\xdd\xf5\xeb\x09\x91\x26\x9d\x8a\xab\xe8\x71\x2a\x95\x34\xb5\x48\xc2\x50\x24\x7e\x19\x1a\x76\xa2\x32\x53\x8b\x32\xdb\x41\x27\xcc\x1c\x18\x64\xae\xf8\xaa\x42\x8e\x18\x62\xdf\x74\xce\x47\x55\x41\x28\x4c\x5b\xf3\x5c\x77\x60\x72\xa9\x1f\x77\xad\x53\xd7\x2c\xc5\x43\xfa\xc4\x2b\xac\xba\xad\xc3\x62\xd5\xa5\x56\xc4\x0b\x8a\x02\xf8\x80\x10\x5e\x9c\xd7\x8a\x42\x9b\x56\xc5\x21\x56\xb2\x3d\x80\x0e\x98\xba\xbb\x22\x45\xbe\xa6\xe3\x7e\x6d\x0c\x61\x73\xfa\x63\x4a\xe6\x29\xd8\xd5\x84\xdc\x1a\xa8\xd5\xb3\x79\xfd\x7a\x2b\x91\xac\xbd\xa0\xea\x4b\x2a\x49\x35\x4b\xa2\xd8\x9c\x5a\x50\xbe\x72\xb3\x92\xca\x38\x5a\xbc\x04\xbf\xdb\xfd\x66\x25\xe7\x7f\xa8\x1f\x57\xe9\xdc\x42\xaa\x39\x7a\x61\x77\x39\xab\xa6\x84\xe7\xce\x4e\x14\x7a\xde\x0a\xf2\x7b\x0a\xdc\xcc\x15\x09\x5f\xb6\xd7\x7a\x78\x30\x38\xe1\xea\xbd\xe7\x7c\x4d\x9b\xfc\xc4\x0c\x4b\xd7\xdc\x93\xc6\x28\x5d\xfc\x5f\x25\x59\x70\x4b\x49\xe0\x9a\x34\x9a\x02\xaf\x67\xea\xd4\x64\xcb\xa4\x6c\x6f\x25\x43\xc4\x75\xa9\x6b\x20\x26\x2e\x92\xe2\x28\x13\xbf\x11\x80\x9f\x15\x55\x40\x48\x29\xf2\x96\x06\x11\x95\x01\xe2\x87\x95\x10\x44\x27\xc3\xb0\xd0\x9d\xab\x92\xfa\xd8\xe8\x42\xa4\xd3\x10\xd3\x34\x7e\xdb\x0d\x88\xfe\xb9\xe5\xc5\x8d\x79\xea\x75\x9e\x1e\x1c\x54\x9f\x5f\xeb\x87\x47\x7b\x8d\x4a\xf4\xfa\x41\xbf\x3a\x3c\x3c\xfc\x74\xfd\x30\x0c\xd2\xac\x21\x9e\xc5\x48\x2c\x24\xe8\x93\x57\x20\xbe\x9b\x8f\x01\x38\x5d\xbc\x7e\x0e\xf3\x8c\x03\x20\x7f\xa5\x51\x26\x38\xf2\x61\xd6\xb9\x7a\x70\x41\x79\x42\x4d\x0d\x4a\xca\xca\xde\xe7\x59\x12\x20\xcf\xcb\xf2\xf9\xee\xea\x72\xbe\x4b\xda\xdb\xfd\x10\x4f\x4d\xc0\xae\x2a\x02\xb2\x92\xde\xc8\x1d\xb4\x75\x2c\x4b\xb2\xb9\xbe\x39\xda\x14\x8b\xaa\x98\x46\xfd\x33\x1d\xcc\xaa\xa0\x46\xd1\x98\x3e\x89\x2d\x6b\xdf\xaf\x0a\x3a\xb7\xdc\xbf\x1a\x5b\x31\x33\xb0\xde\x80\x0e\x42\xc9\x55\xc0\x55\xc7\x25\x7a\xc6\x60\x39\x5c\xbe\xac\x6c\xb3\x1a\xd6\x60\x23\xd9\xb1\x4c\x61\xc5\xb4\xfe\x6f\xa6\x1a\xb7\xb3\x0c\x46\xd0\x6a\xe3\x93\x1c\xd0\x47\xdb\xec\xca\x8b\x72\x4e\x0f\x0e\x74\x4f\x9f\x2f\x82\x9c\xf7\x6f\xe7\x79\x96\xd3\x43\x27\x8f\xa9\x78\x71\x3b\xba\x6b\x09\x56\x1f\xd9\x27\xb1\x1c\xfe\x6a\x55\x4c\xa7\xd2\x0d\x6f\x5d\xa7\xf5\x74\x0c\x2d\xd3\x7e\x5e\x0d\x5b\x0f\x60\x65\xdc\xee\x4d\x8d\x9b\xae\x9f\x69\xba\xa9\x71\x47\x51\x59\x25\x83\x59\xc0\xba\xd1\x55\xe4\x59\x81\xe7\x07\xea\x9a\x2c\x90\x5d\x30\x23\x60\xa0\x44\xc5\x50\x8b\x87\xef\xc7\xab\xfe\xe8\xd4\x77\x47\x13\x4d\x9a\x0d\x54\x91\x23\xf3\xdd\xc7\xc6\x9b\x29\xdd\xc1\x29\xd2\x6a\xb6\x64\xb0\x4e\xf7\xb4\x33\x53\x65\xda\xab\xf4\xcc\x9a\x5e\x03\x89\x5a\xc4\xb3\xe2\x3e\x39\x07\x4f\xcd\xd5\xe0\xbe\xf8\xfc\x73\x7c\x6b\x88\x83\x47\x8f\x6b\x10\xe3\x7b\x67\x4e\x8f\x8b\xea\x4f\x39\x06\xce\x09\x07\x79\xd7\x11\x78\xf2\xcd\xfb\xfb\xea\xb6\x9d\xfe\xcb\xf7\x76\x66\xbf\x5d\xc5\x39\x63\x07\x92\x2b\x2c\x87\x04\xd0\x5a\x1e\x44\x32\x91\x54\x84\x99\x51\x6d\x66\x89\x65\x53\x8f\x6d\x75\x3d\xe1\xc5\xac\x0b\x65\xb5\x63\x4e\xef\x3a\xe3\xb4\x7e\x6a\xae\x34\x04\x57\xb3\x5b\x42\x33\x7d\xfb\x6a\xf4\xb1\x44\x50\x07\xfe\xde\x41\x45\x5c\x1b\x54\x68\x88\xcc\xd7\x47\x3c\x1f\x78\xf5\xd2\xfe\x44\x5f\xd7\xe6\x6b\xd9\x9c\x03\xd6\x98\x34\x84\x24\x98\xee\x3e\xa9\x75\x72\x63\xdc\x02\xdc\x90\x4c\xbe\x04\x3a\x6a\xdf\x2f\xa3\xd5\x2d\xbb\xa7\x2e\xf5\xfb\x2d\x7c\xe7\x62\x48\x8d\xb8\x9b\x1b\xaa\x75\x95\x94\x91\xe4\x96\x96\xa8\xb1\xae\xa5\xfb\x0a\x00\xdb\x0b\xe8\xc6\xc1\x3c\xc5\x74\x71\x58\xa9\xce\xa4\xa8\x15\x1d\x59\x57\x0b\xee\xef\x79\xab\x7e\x60\xa8\xff\xef\x9a\x7c\xf1\xf9\x4a\x62\xbf\x9b\x5a\x79\xb6\x89\xcf\x06\xf5\x5e\xed\xec\xd7\x73\xbe\x9d\xc6\xce\xc1\xd6\xf7\x73\x3a\x15\x9b\xca\x40\x5e\x4d\x71\x6b\xe0\xbd\xad\xbc\x4d\x89\x7d\xa3\xc0\xed\x52\xbb\xd8\xaa\x7a\x5b\x5d\xd7\xe1\x8b\x2a\xc2\x57\x8c\x8b\xa8\x68\xf1\x16\x61\x45\x2f\xef\x88\x8b\xe6\x47\xf4\xe7\x8b\xf5\xdd\x1a\x97\xe6\xfe\xc0\xfc\x8e\xe0\xb8\x2c\x66\x4f\x2d\xb2\x1b\x9d\x6f\xe6\x59\xfd\xc2\x34\x2f\xd3\x94\x90\x86\x9a\xb9\x22\xc6\xb1\x3f\xce\xa2\x98\x7f\x14\xd1\xaa\x15\x94\x8c\x2f\xba\x65\x5a\xef\xcd\xc6\xcb\xd7\x1c\x88\x5e\x39\xb8\x11\xff\x0a\xa2\x3d\xf1\xb9\x36\xb2\xa1\x66\x74\xa9\x12\x71\x68\x89\x09\x9d\x95\x5e\x49\x4b\xdf\x64\xfa\xa6\xf1\xdc\xf2\x3a\x67\x76\x77\xca\x04\xec\x0b\xed\x6a\xfb\x0b\x8b\x4f\x6a\xfd\xc3\x84\x85\x0c\x12\x84\x17\x44\xeb\xf0\xd2\x48\xa1\x2b\x6d\x5f\xb7\xfb\xdc\x7e\x97\xa0\x83\x4f\x16\xd6\xa6\x50\xf7\x78\x8f\xe8\x58\x3b\x9f\x97\x9a\x17\x92\x6f\x73\x1c\x84\xc5\x7c\x8c\x14\x44\xcc\x54\x78\xf9\x71\x15\xf9\x9a\xcd\x32\xcd\x89\x53\xb1\xd2\x9a\xcd\x22\x98\x2b\x8a\x9e\x14\xd8\x39\xfc\x67\xe9\x3a\xc0\xc7\x45\x53\x85\x4b\x26\xb3\x51\x16\x2a\x6e\x20\x61\xbb\xfb\xad\x27\xad\x47\x56\xdb\x3d\x25\x24\xb2\x98\x48\x63\xa9\xf5\xdf\x5c\xf0\xdd\x12\x19\x7d\xa5\x1e\xde\x8c\xcf\xdb\xa3\x77\x50\xd0\x2d\xed\xf2\xa1\xdc\xbd\x57\xeb\x15\x66\x3e\x67\xf4\x3b\x75\x26\x7e\xd7\xe9\xf5\xb6\xb1\xfe\xfe\xfd\xcf\xc3\xda\xee\x83\x39\x19\xa3\x82\xaf\x60\xf3\x14\xbe\x7e\x97\xcd\xcf\x43\xb3\x75\xa4\x47\xeb\xdd\xbf\x8a\xf7\x9f\x12\xd6\xb6\x87\xdc\x20\xd3\xe6\xd4\x6b\x7c\xbb\x68\x76\x86\xf4\xf7\xec\x59\x23\x92\xcd\xae\xdd\x98\xe5\xcd\x9e\xdb\x48\x93\xe6\xb0\xdf\x48\xae\x9a\xfd\xe7\x8d\xbc\x6c\xba\xd3\xc6\x37\x41\xf3\x67\xe3\x86\x54\x4d\xdb\x6b\xac\x8a\xe6\x89\xdb\x58\x25\xcd\x71\xbf\x71\x31\x6f\x9e\x9c\x36\x30\xa9\x33\xe1\x1b\x26\x92\x6d\x03\xab\x63\xb5\x68\xfc\xf6\x9f\x7e\xfe\x9b\x7f\xff\xd3\xdf\xfc\xea\x1f\x7f\xfc\xf3\x3f\x6e\xfc\xf6\xd7\xdf\xfd\xd7\xdf\xff\x99\xf9\xd2\x95\x65\xa1\xc2\x45\xa3\x97\x07\xe9\xf7\x7f\x17\xc4\xaa\x31\x94\xc8\xf0\xc1\xd4\x22\xd5\xe8\x07\xc5\x55\x2c\xff\xe3\x6f\xca\xc6\xbb\xbf\xfe\xe1\x8f\x7e\xf8\xee\x87\xef\xde\xfd\xeb\xbb\x5f\xbd\xfb\x75\xe3\xc7\xbf\xf8\xdb\x1f\xff\xf2\x1f\xfe\xf3\x17\x7f\xd5\xb0\xd5\x2a\xf8\xfe\x97\x59\xd2\x18\x83\xb4\x96\xf3\xf2\xfb\x5f\x28\xba\x70\x3f\xc9\x03\x15\x53\x63\xa2\x2e\xe3\xc6\xbb\x5f\xfe\xf0\x27\xef\xfe\xed\xdd\xbf\xbc\xfb\xe7\x1f\x7e\xae\x65\x34\x9c\x22\x48\x62\x22\x92\x9a\x88\x45\x7c\x0a\xe4\x10\x44\x0b\x91\xd9\x5d\x02\xdc\x58\x51\x04\x1b\x92\x88\xe3\xb9\xc5\x9a\x62\x8d\x59\xac\x2e\x3c\x7e\xbb\xb0\x58\x67\xfc\xd8\x9c\xbc\xb0\x58\x77\xfc\x2b\x24\x8b\x15\x48\x6e\x98\x5b\xac\x45\x3c\xa6\x89\xc5\xaa\xa4\xdf\x34\x5c\x59\xac\x4f\xba\x7c\x2b\x2d\x56\x2a\x1e\xbf\x09\x2c\xd6\x2c\xcd\xa2\x2c\x56\x2f\x1e\xf9\xd3\x62\x35\xd3\xb7\xc4\x62\x5d\xd3\x8f\x98\xe6\x16\x2b\x9c\x32\x93\xc2\xe2\x70\x6d\x7e\x75\x81\x40\xb0\x5a\x11\xbc\x20\xde\x2d\xe2\xf9\x22\xc1\xff\xc8\xc1\x93\x80\x4b\x44\x6c\x5c\x2d\x50\xa1\xe4\x18\x29\xaa\xf5\x6a\xdd\xa3\x65\x86\xd1\xa5\x5b\x46\xd0\x08\x77\x3e\x1b\xbd\xf0\x7b\x20\xc2\xa0\x85\x27\xae\xbe\xbc\xac\x05\x41\x6f\x01\x06\x49\x40\xae\xcb\x04\xb7\xa9\x38\xdf\x9b\x93\x65\xcf\x33\xbe\x75\x61\x66\x9e\x81\x33\x6c\xc9\x25\x08\xd7\xb7\x0e\xec\x55\xff\x1d\x00\x00\xff\xff\x8f\x31\xb3\x6f\xd2\x26\x00\x00")
+var _confAppIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x5a\x5b\x6f\xe3\x48\x76\x7e\xe7\xaf\xa8\xf1\x64\xd2\xdd\x01\x25\x59\x76\xbb\xbb\xc7\xbb\xde\x8c\x2c\x51\xb6\xb6\x75\x5b\x52\xee\x9e\x9e\x86\x41\xd3\x62\x49\xe2\x98\x22\x35\x2c\xd2\x6e\x0f\x82\x60\x17\x79\x08\x90\xd7\x04\xc9\x4b\x10\x24\x0f\x41\x80\xcd\x05\x59\xe4\x65\x37\x41\x9e\x06\x79\xef\xf9\x0f\x8b\xd9\xe4\x5f\xe4\x3b\xa7\x8a\x12\xe5\xf6\x38\x59\x20\x99\x8b\xc5\x4b\xd5\xa9\xaa\x53\xe7\x9c\xef\x3b\xa7\xf8\xb1\x18\x3a\xaf\x1c\x57\xf0\x9f\xc1\xa8\xd3\xeb\xbe\x11\x93\xd3\x9e\x27\xba\xbd\xbe\x63\x7d\x2c\xc6\x7d\xa7\xe5\x39\x62\xd0\x7a\xe9\x88\xf6\x69\x6b\x78\xe2\x78\x62\x34\x14\xed\x91\xeb\x3a\xde\x78\x34\xec\xf4\x86\x27\xa2\x7d\xe6\x4d\x46\x03\x3c\x1c\x76\x7b\x27\xba\xa7\xf5\x03\xd1\x5a\xad\x44\x12\x2c\xa5\xc8\x17\x41\x2e\xd4\x22\xbd\x51\x22\x4d\x84\xbc\x96\xd9\xad\x58\x05\x73\xbc\x88\xf2\x58\x5a\xad\xf1\xd8\x1f\xb6\x06\x8e\x38\x12\x27\xe9\x5c\x1d\xe2\xaf\x38\x89\x72\xe1\xc9\xec\x3a\x9a\x4a\x48\x6a\x2f\x82\x04\xcd\xf1\x2c\x9a\x89\xdb\xb4\x10\x59\x91\x88\x38\x9d\x06\x71\x7c\x6b\xb9\x67\x43\xff\xcc\xc3\xec\x8f\xc4\x3c\xca\xd1\xda\x89\xf2\x85\xcc\xc4\x4e\x28\xaf\x77\x6c\xb1\xb3\xca\xd2\x70\x47\xa4\x78\x90\x4b\x95\xe3\x49\x28\x67\x41\x11\x43\x96\xd2\x6d\x58\x02\x96\x4e\x13\xc0\xbd\x65\xbd\xcd\xe4\x2a\x55\x51\x9e\x66\xb7\xe7\x96\x3b\x1a\x4d\xc4\x91\xe5\xb5\xdd\xde\x78\xe2\x4f\xde\x8c\xa9\xd9\x65\xa0\x16\x18\xa9\x63\x24\xb5\x86\x5e\x4f\x4c\x17\x41\xa6\x64\x6e\xd1\x8d\x0f\x55\xb9\x9e\x83\x8e\x02\xcd\xba\x69\x36\x95\x66\xdd\x89\xbc\x11\x1b\xf1\x22\x4f\xc5\xa5\x14\xab\x2c\xba\x0e\x72\x69\x75\x47\x6e\xdb\xf1\xc7\x6e\xef\x55\x6b\x42\xc3\xcc\x82\x58\xd1\xfa\x4f\xe2\xf4\x32\x88\xc5\x32\x78\x17\x2d\x8b\xa5\x98\x66\x32\xc8\x23\xa8\x32\x8e\x96\xd0\x49\x3a\xab\x4a\x5c\x61\xe9\x85\x92\x99\x2d\x6a\x4d\xb1\x94\x41\xa2\x44\x92\xea\x96\xd6\xa0\xf5\xb9\xdf\x76\x9d\xd6\xa4\x37\x1a\xfa\xfd\xde\xa0\x47\x13\xac\x35\x31\xc2\x38\xc8\xa7\x0b\x41\x0a\x12\x5f\x15\xb2\x90\x22\x96\xc9\x3c\x5f\xd8\x18\xf3\x8a\x15\x1f\x28\x11\x07\x19\x36\x01\x17\x18\x4b\x45\x97\xd8\xb9\xf1\x59\xbf\xef\xbb\xce\x4f\xce\x1c\x6f\xe2\xe3\xef\x99\xe3\xf7\x9d\xe1\xc9\xe4\x14\x62\x9b\xbb\xf8\x07\xba\x2c\xa2\x73\xc8\x1f\x16\xcb\x4b\x4c\xac\x3a\xd5\x48\x2a\x6d\x19\x41\x26\xd9\x3a\x64\x28\xa2\x04\x16\x02\x55\xbd\x5b\xc5\x29\x9e\x92\x91\x58\xce\xe7\xe3\xfe\xc8\x85\x5a\x5a\x27\xb0\x35\x7f\x78\x36\x80\xf4\xbd\xdd\x2d\xa1\x91\x52\xc5\xf7\x8b\x63\x31\x3d\xcf\x3b\xbb\x23\xa4\xb9\x2d\x64\xad\xde\x74\x09\x65\xa9\x3b\x42\x82\x69\x1e\x5d\x47\xf9\xad\x98\x49\x19\x5a\x5d\xc7\xe9\xf8\xac\xce\xd1\x00\x6a\x34\x02\x0f\x20\xef\x55\x10\x43\x7d\x10\x77\x01\x2b\x5c\xca\xda\x34\xc5\x52\x2e\xb0\x13\x79\x20\xf2\x60\x6e\xd3\xe6\x84\xe2\xf2\x56\xb4\x92\x30\x4b\xa3\x50\xfc\x08\xfd\xea\x34\x93\x56\x82\xb1\xae\x83\x18\xcf\xb8\x13\x36\x0d\xba\xdf\x49\x30\xba\xb6\xdf\x30\x52\x01\xd4\xbe\x23\x6e\xa2\x38\x16\x8b\xe0\x9a\x5c\x4b\xae\xed\x59\xe5\xb7\x31\x59\xcb\x80\x54\x17\x25\xb3\xf4\x50\x2c\xf2\x7c\xa5\x0e\x1b\x0d\x98\xb5\x8c\x53\x98\x86\xaa\xcf\xd3\x74\x1e\xcb\x3a\x16\xd9\xb8\x91\x97\x8d\x62\x15\xc2\xf2\x54\x63\x6f\xb7\xf9\xb4\xd1\x6c\x36\xbc\x62\xb5\x4a\xb3\xbc\x36\x4b\xb3\x5a\x65\x01\xb5\x28\xa9\xb5\x17\x59\x8a\xfb\xfd\x4f\xf9\xa5\x99\xbe\x35\x39\x75\x06\x0e\xd4\x80\x3d\xf2\x07\xce\xa4\xe5\x4f\x5a\x27\x50\xc5\xc5\xc7\xb3\xd9\xc1\xfe\xd3\xfd\x0b\x36\x81\x7a\x10\x2e\xa3\x64\xdb\x10\xc8\x48\x1f\xde\x32\xf2\xea\xed\x1d\x3b\xd8\xfd\xd0\x96\x1e\x14\xe1\x3a\xe3\xd1\x83\x22\x92\x34\x47\x8c\x79\x58\xc8\x70\x34\xe9\xb5\xef\x1a\xe0\xc1\x96\x98\x34\x9b\x07\x49\xf4\xb5\x76\xcb\x87\x64\x8d\xdc\x93\x0f\xe6\x63\xbd\x5d\x06\xd9\x55\x98\xde\xb0\x86\x9c\x84\x36\x19\xdb\x9b\x85\xb0\x00\xf4\xbb\x84\xbb\x5f\xc1\x27\x72\x99\x28\x88\xb7\x9c\x61\xeb\xb8\xef\xf8\x88\x30\x1d\x38\xf1\xd0\xf1\x8f\xe1\xd2\x2f\x2b\xe1\xa2\x1f\x29\x8e\x0a\xd3\x42\xe5\xe9\x52\x9c\xb9\xfd\x9a\x37\xa5\xbd\xac\x2c\x13\xa1\x93\xe7\x46\x7e\x1d\x25\x57\x4a\xdc\x2c\x64\x02\x85\x26\xa1\xcc\xa2\x64\x2e\x06\x66\x46\x10\x87\xdd\xc6\xe8\xc1\x72\x85\x59\x21\xc2\xda\xcb\x60\x9e\x20\xce\xe9\xa0\xef\x43\xba\xef\xb5\xc9\x08\x3c\x84\x49\xeb\x2d\x76\x15\x81\xee\xdc\x1a\xbb\xa3\xc9\x08\x66\x81\x79\x91\x15\x5a\x9d\xd1\xa0\xd5\x1b\xe2\x8e\xe3\xf6\x22\x55\x39\x87\x56\xea\x8f\x87\x9f\x3c\x2e\xdb\x3f\x21\x7b\xfd\xe4\xb1\x6e\x8e\x9b\x4f\x1e\x9f\x4e\x26\x63\x7f\x3c\x72\x27\x4f\x54\xc3\xe2\x9b\x56\xa7\x83\x70\x6f\xad\x5f\x40\xc0\x3e\x45\x1b\x2c\x9d\x84\x8b\xc7\x9d\xc1\x17\x4f\x68\xdd\x3c\x77\x02\x15\x71\x93\x66\x57\x64\x6f\x8f\x55\x81\x40\x87\x55\x7b\xde\xa9\xd0\xc6\xff\x04\xbe\x0d\x13\x50\xb4\x6c\xb8\x84\x50\x1a\x77\xea\x10\xd7\x4b\xc4\x12\x33\x15\xd3\x40\x41\x79\x84\x3c\x61\x4a\x26\x83\x30\x0e\xdd\x21\x78\x4f\x35\x32\x55\xdd\xf0\x9a\x02\x00\x75\x6e\xc5\x39\x8c\x83\x02\x74\x12\xdf\x1a\xe4\xca\x78\x5c\xad\x23\x08\x0a\x25\xa1\x10\x09\x24\x09\x8a\xc0\x12\x53\xa3\x75\xf1\xcb\xba\xd5\x1f\xb5\x5b\x08\xb1\x1b\x45\x91\x2e\xa1\xa0\xb5\x12\xef\xea\x07\xa0\xa4\xa3\x04\x0f\x34\x03\x50\x14\xd8\x6d\xde\x5c\x1a\x26\xb8\x0e\xa2\x98\x5e\x5b\x9d\x9e\xc7\x66\x44\xcd\x36\xa6\xf3\x7a\x21\x19\x3c\xe1\x9c\xe2\xb2\x88\xe2\x1c\xb6\x5b\x99\x71\x4a\x93\xce\xeb\x96\x37\x69\xb9\x13\xea\xea\xc3\x45\x5f\x31\xf6\x96\x12\x3a\xe9\x32\x40\x27\x0d\xfc\x8c\x6e\x88\xe6\xa9\xd2\x6e\x30\x8d\xc9\x11\xb0\x12\x8b\xfa\xae\x4d\x62\xb3\xdd\x04\x45\x08\x3f\x22\xd1\x9e\xf5\x3f\x08\x30\x7b\xbf\xb7\x77\xa7\xdb\x3d\x33\x8f\xe1\x13\xf0\x1f\xec\x05\xf7\xec\xf7\xbc\x89\x33\x2c\x05\x7c\xf2\xb8\x94\xc6\x33\x70\x53\x68\x6a\x15\xe4\x0b\x72\x22\x92\x11\x46\x99\x9c\x12\xba\x6e\x91\x87\x47\x7f\xd8\xa8\x2b\xb5\x78\x64\x63\xbc\x9c\x8d\x43\x87\xe4\x94\xb5\xf7\xa8\xb1\x40\xb4\x6c\xc0\x61\x74\xab\x3a\x8f\xcb\x3b\x39\x6e\x31\x42\xf2\x5e\x19\xc1\x6c\x4b\x04\xeb\xe8\x2f\x97\x88\xc0\x01\x9e\xcd\xa2\x58\x1a\xc7\x64\x64\x5e\x15\x97\x71\x34\xbd\x12\x57\xf2\x16\x43\x90\xb9\x42\x70\x0d\x77\x73\x99\xd8\x90\x56\x99\x9b\xba\xc5\x72\x97\x15\x59\xeb\x25\xe8\x79\xbc\x74\xde\xf8\x13\x42\x6d\x3d\x17\xcd\x00\x16\x34\x8b\x8a\xc8\xad\xc5\x6e\x9e\x3f\x12\x41\x82\xd0\x24\x89\xd3\x49\x00\xd1\x2c\xc2\x6d\x0a\x15\xdc\x2c\x22\xf8\x16\x6d\x10\xad\x06\x11\x66\x3d\xd6\x09\xe9\x5a\xaf\x7a\x23\x87\xfd\x2b\x8c\xa6\xb4\xe8\x1b\x63\x77\xec\x52\x12\x6b\x04\x5c\x30\x18\xd3\x5a\x55\xf4\x35\x5a\x80\xd5\x01\x17\xb3\x4c\xaa\x55\x8a\x6e\x58\x7d\x7e\xbb\x92\xd6\xa0\x37\xec\x0d\xce\x06\xbc\x22\xaf\xf7\x05\xa0\xe8\xd4\x69\x57\xa3\x61\xe9\x0f\xed\xce\x90\x38\x18\x81\x6c\x49\x0a\x97\xf0\x31\x6b\xd4\xed\x72\x14\x35\x0c\x50\x77\x2b\xbd\xc3\x1d\x9d\x4d\x00\x42\xfd\xd1\x49\x95\x8e\xc9\x44\x66\x34\x6b\xe8\x18\xf0\x8a\x27\xbf\x23\xea\x8d\x39\x85\x99\xa9\x84\x15\xd6\xa6\xc1\x51\x9e\x81\x05\xd4\xc2\x22\x63\x48\x38\x7a\xf1\xfc\xd9\xee\x62\x77\xb9\xab\x44\x8d\xbc\xf6\x68\x79\x4b\x3f\x75\x13\x56\x09\x8d\xad\x1f\x40\xce\x28\x13\x33\x80\xac\x08\x44\x7d\x35\x7b\xc7\x06\xc0\xd6\x9f\xe5\x30\x7f\x7e\x43\x71\xe2\x35\x14\x4e\x64\x9a\x06\x8b\x66\x5a\x81\x88\xf4\xf0\xf3\xc7\x61\x0a\x29\xe4\xe8\x08\x7c\x73\xec\x10\xf4\xa9\xfb\x73\x47\xc3\x33\x49\xa9\x4f\xf4\xb4\xc1\x09\x12\xa5\x62\xb1\xba\x9a\xaa\xe6\x9e\xa8\x91\x8b\x41\x2a\x8f\x5e\xa3\x3d\xd5\x77\x30\xa5\x5a\x92\xa2\x9b\xfa\xdf\xf5\x42\xcb\xb2\x13\xbd\x50\x74\x11\x4a\x65\xb5\x1d\x84\x0d\xca\x0f\xa0\x4d\x8d\x4e\x0d\xa6\x28\x8d\x72\x18\x8b\xb6\xf1\xbe\x06\x46\x22\x86\x3f\x5b\x11\xc5\x8d\x89\xd1\x90\x7f\x92\x89\xc7\xb4\x28\x32\x4a\x95\x43\xdd\x53\xad\x37\x72\xe0\x6d\xa7\x60\x15\x90\x99\xc3\xda\xa0\x2c\xc6\x05\x3c\x96\xef\xe4\xb4\x80\x82\x29\xaa\x01\xe8\xab\x3e\x5a\xe1\xf8\xdc\x91\xe0\x84\xd2\x1a\xc0\x46\xc0\x79\x4b\xa7\x05\xc6\x63\x2c\x9b\x1f\x72\xda\x13\xd3\x9e\x30\x41\xe7\x59\x9e\x7c\xd1\x1b\x0b\xa5\x89\x55\x89\xde\xfc\xac\x02\xd9\x81\x36\x69\x4e\x8b\x66\x1c\x66\x93\x5a\x9c\xce\xe7\xd8\x77\x26\x4a\x36\x1c\x2a\xa1\x60\xb8\x43\x61\x45\xf3\x41\x43\x93\x77\xac\x7e\x8b\xf3\x30\x22\x16\xa4\x38\x6a\x61\xe9\xa9\x13\x7f\x58\x43\x7d\x3c\x07\xeb\xce\x17\x4b\xc5\xba\x82\x36\xa2\x6c\xcb\xcf\x34\xe7\x17\x8f\x29\x7c\x21\x79\x80\xed\x18\xc6\x09\x7b\x24\x5f\x7b\x02\x74\x57\x8b\xba\xe9\xe2\xa3\x8b\x4f\xae\xa9\xce\x2d\xa7\xb3\x77\x70\xd0\xfc\x94\x79\xd1\x33\xcb\x69\x77\xbc\x96\x10\xe6\xce\xe5\x6b\xbe\xdb\x7d\xfa\xc2\xea\xac\x6f\x9b\xbb\x7b\x4f\x41\x18\x48\x6d\xc8\xa7\xe4\x79\x25\x75\x5b\xde\xaa\xaf\x62\x4e\xde\xe0\x25\x73\xb8\xbc\x5e\x30\x1e\x46\xb9\xdc\xc7\x8b\x28\x7f\xa4\x34\x9e\x4e\x17\x29\x25\x89\x9d\xe3\x32\x37\xe3\xbe\xd6\xe9\xc8\xa3\xc8\xde\xdc\x7b\x5e\xdf\xc5\xbf\xcd\xc3\xfd\xfd\xdd\x67\x96\x49\x33\xc9\x55\x2d\x93\x33\x66\x08\xf6\xd6\xb8\xe5\x79\xaf\x3b\xbc\xdf\x5d\x1a\xa8\x32\x2c\xb0\xdb\x16\xb2\x4c\x29\x0d\x03\xc7\xcc\x32\xf9\x55\x81\x98\xaa\x27\x06\x84\x89\x66\xb7\xb5\x59\x11\xc7\x3b\x88\x79\xfd\x75\x3a\xa9\xdb\x97\x62\xcb\xf9\xb3\xfe\x77\xf2\x28\xbc\xdc\xe1\x7c\x40\x04\x97\x2a\x8d\x61\x83\x6b\xf3\x4c\x18\x4f\x60\xce\x19\xa7\x5e\x86\x92\x58\x15\x4b\xe3\x78\x53\x0f\x2f\xa1\x41\x43\xae\x89\x7b\x4d\x0b\xec\x30\xb2\xd6\xde\x10\xc6\x8c\xe4\x0c\xfc\xa1\x1a\x0b\x3f\xfa\x48\xe7\xf0\x3a\xc5\x9f\x8c\xc4\x4b\xc7\x19\x8b\x37\xa3\x33\x57\xb0\x3a\xc8\x9c\x85\xd7\xea\x3a\x1f\x7d\x64\x79\x0e\x52\xc5\x09\xc5\x55\x08\xf8\xe8\xe3\xcf\xba\x1d\xe7\xb5\x8b\xff\x7e\xf7\xf7\x1e\x93\x95\x17\x79\x4a\x06\x1a\x11\x69\x5c\x4a\x86\xdd\x30\x40\x7c\x40\xa8\xec\x0d\x91\x14\x0e\x9c\xc1\x31\x22\x67\xa7\xf5\x06\xbc\x50\x3c\xb7\xda\xa3\xd1\xcb\x9e\xc3\x99\x7a\x65\x17\xfc\xe0\x46\x2a\x32\x57\xf3\x7a\xdd\xaf\xda\x26\x4a\x00\x8d\x61\xa4\x15\xe9\x52\x1e\xad\x28\x96\xa5\xef\x6e\x45\x50\x60\x63\x92\xbc\xf4\xb7\x85\x0c\x42\x22\x56\x44\x3e\x4c\x8a\xc1\x37\xc8\x03\xc0\x52\x3c\xca\xad\x47\x9f\xbf\xf1\x5b\x67\xc8\x5a\x86\xf0\x75\x9d\x09\x1b\x4b\xf8\xbc\xf6\xda\x39\xa6\x57\x35\x7a\x60\xa8\x2c\xb4\x7e\x6e\xb5\xda\x93\xde\x2b\x4a\x72\x3a\x48\x70\xe9\x0a\xa0\x03\x5c\xa0\x85\x35\x5f\xec\x42\x38\x52\x7d\x5f\xdb\xd0\xf7\x36\x42\xe0\xe2\xd9\x94\xc4\x31\x4d\x66\x51\xb6\x14\xb2\x06\xba\x14\xb3\xcb\x67\x72\x0e\x92\xa2\x01\x03\x32\x4f\x88\xa2\xb8\xbe\x03\x62\xd4\xf7\xb9\xb4\xe2\x0e\xb6\x78\x96\xd4\xcc\x91\xdd\xdb\x74\xc6\x00\x64\x5a\x6c\x10\x25\x9f\x00\xb9\x4d\x8b\x44\xb3\xd0\x0d\xae\xb1\x78\x97\xd7\x5f\x11\xca\x53\x5c\x22\xee\x02\x73\xe7\x8c\x94\x98\xea\x75\x24\x6f\x20\xf6\x36\x5f\x20\x42\xd5\x2d\xca\xf7\x7b\xc8\xc7\xbd\xde\xc9\x10\x3b\xfd\xaa\xe7\xbc\xae\x48\x18\xd0\x6a\x28\xa9\x9a\x99\x3d\x29\x03\x1e\x25\x51\xdd\x37\x3e\xad\xa6\xda\x9c\x50\x2b\x44\x6e\x1c\xc5\x9b\x6c\x15\x9c\x69\x51\x5c\x72\x8a\x8a\xfd\x47\x2a\xce\xb6\xde\xd0\x49\x7e\xa3\xf9\xec\xa0\x94\xf9\xd0\xae\xae\x07\xf9\xbe\xb6\xa3\xef\x53\x82\x49\xc0\xa6\xc1\x2a\x07\xbd\x17\x9c\x91\x6b\xf3\xfa\x60\x97\x8c\xec\x76\x6b\x3c\x81\x63\x41\x06\xc1\x3e\x2c\x07\x69\xc4\x22\x4d\xaf\x28\xa4\x9d\xe2\x17\x89\xbf\xba\xda\x2a\xac\x58\xf7\x54\x4b\x38\x62\xc7\x11\xb1\xd5\x3c\x5a\x4a\xc2\x51\x6c\x00\x7c\x1a\x74\x47\x59\x1d\x87\x8c\xca\xf5\x27\xbd\x81\x03\x52\x62\xaa\x0d\x2d\xde\xfc\x28\x61\xcf\x97\x15\x46\x40\xb3\xf3\x5e\xf6\xc6\xfe\xa4\xef\xf9\xe8\x47\x75\xbd\xcd\x12\x37\x89\xeb\x22\x52\xcc\x3f\xa9\x5e\x90\x2d\xf5\x32\x31\xaa\x0c\xc0\xe4\x38\x61\xbd\x5b\x31\xa1\x64\x15\xf0\x8a\x0c\x4f\x2f\xbe\x53\x11\x7b\x5c\xcc\x66\x8c\xcd\x8c\x23\x94\x81\x22\x3d\x4a\x64\x6c\x03\x5e\xe4\xca\x94\x91\x22\xc6\x62\x53\xc8\x0b\xd3\xe4\x11\xe8\x42\x82\x45\xdc\x50\x6a\xca\x2f\x41\x1b\x9d\x61\xc7\x3f\x3e\xeb\x76\x89\x7b\x39\x43\xad\x20\x9a\x37\x39\x36\x82\x2a\x10\xff\x56\x27\x04\xec\x3d\xba\x8e\xe8\x9d\x1d\xff\xd8\x69\x6b\x3e\x5f\xd6\x14\x99\xcf\xb3\x4d\xea\x3c\x80\xd8\xdb\x92\x8d\x4d\x2d\xf3\x55\x7d\x4e\xd7\x64\x68\x87\x07\x2f\x9e\xe3\xdd\x4f\x7e\x62\x5e\x7c\xf5\x15\x3f\xd5\x59\x7e\x9a\x4b\x9b\x26\xcc\xfc\x81\xb8\x14\xb2\x64\xa5\x09\xe9\xce\xd3\x67\x07\x88\xe1\xde\x60\x32\xf6\x74\x59\x06\x10\x4d\x15\x9e\x3a\x7c\x89\x00\x9d\x33\x25\xec\x01\x55\x3e\xb9\x2f\x06\xa2\xf5\x83\x8d\xa7\xcb\x25\xa5\xdb\x21\x97\xec\xdc\x6e\x5b\x3c\x7b\xba\xfb\x69\x5d\xf4\xf4\x40\x26\x6f\x31\xb4\x41\x6d\x04\x41\x45\x3c\x50\x10\xdf\x20\xde\xae\xc7\x2b\x11\xaf\xc2\x78\x4f\x9d\xfe\x88\xb8\x9a\x36\x56\x0d\x2b\x44\x3b\x39\x3c\x52\x11\x20\x8c\x68\xbf\x10\x3f\xeb\xeb\xc0\xc0\x7d\x58\x4a\x5b\x57\x0f\xd6\x1d\xc8\xf8\xb7\x25\x6e\x25\x08\xcc\x4e\x75\xda\x81\xb9\xa0\x9d\x4f\x13\x32\x61\x9c\xe3\x15\x47\x2b\x8d\x94\xbc\xc2\x2a\x7d\x4d\xab\x8b\xae\x8b\x11\x65\xcc\x04\x8c\x88\x39\x8a\x47\x56\x32\x9e\xd5\x28\x28\x41\x5f\x95\x8e\x4a\x1b\xf9\xda\xc0\x75\x0c\x43\x9a\x18\x61\x55\xd5\x86\x04\xf7\x3e\xd1\xcf\x5e\x97\x02\xc4\x86\xe9\xdf\x43\x49\xb5\x81\x3f\xc4\x49\x4d\x8b\x0d\x29\x65\x13\xd3\xd4\x3d\x0c\x41\x1c\xc0\xd7\x68\x47\x0f\xf6\xf7\xf6\xea\x62\x42\x8b\x30\xf4\xed\x4b\x0a\xae\xb8\x94\x6c\xb8\xeb\xc6\x58\x21\xad\xff\x62\x87\x2c\x7c\x47\xfc\x90\x5f\x7f\x56\x49\x0f\x7e\x74\x21\xb4\x83\x0a\xab\xeb\x8e\x06\x4c\x55\x06\x3c\x8b\x0d\xca\x71\xec\x5f\x05\x4a\xdd\xa4\x59\x68\xf8\xcd\x86\xda\x58\x6f\xa7\x70\xea\x6d\x9a\x25\x97\xf0\x7d\xcd\x66\xe0\x55\x3b\x3c\x0f\x7a\xca\x2d\xef\x94\xca\x4d\x63\xab\xd5\x41\xb4\x63\xc0\xd4\x4f\x4a\x72\x63\xde\x1b\xc6\x74\xd2\x86\x77\x02\x8f\x10\x3d\x2b\x51\x6c\x4b\xe2\xb3\x5d\xd0\x14\x48\x7a\xd5\x22\x44\x78\xb6\x5b\x0a\xd2\x73\xd1\x1c\xa9\x32\x17\x08\x48\x90\xc2\x32\xcc\x53\x4d\xc6\xe8\x0e\xbd\xb8\xc3\x21\xa0\x35\xa7\x2a\xcf\x51\x3e\x5d\xd9\xf4\xf2\xe8\xf0\xd9\xfe\xf3\x4f\xed\x52\x21\x47\xcb\x60\x1a\x64\xb0\xda\xf0\xf2\x68\xd7\x5e\xa5\x69\xcc\xec\xf5\x08\x91\xc5\x8e\xc2\x58\xfa\x26\xe8\x1e\x69\xb4\x2e\x47\x3e\x14\x17\x1b\x12\xd9\x6c\xee\x35\x9b\x17\xc6\xd5\x98\x21\x28\x2a\xc9\xdd\xaf\x53\xca\x42\x36\xba\xd5\xaa\x35\xbc\xf6\x3e\xbd\x02\x98\x5e\xf5\x3a\xdb\x8a\x1d\x67\xe9\x75\x44\x8c\x86\xe9\xc2\x1c\xae\x47\xeb\x57\x7a\x7a\x68\x72\xc8\x3e\xc5\x65\x07\x00\x74\xd9\xea\x56\xd2\x31\x08\x0d\x8f\x68\xa6\x67\xb8\x49\x89\x40\x66\xeb\xf3\xba\xb8\x60\x0e\x69\xde\xaa\x8b\xff\x37\x2d\xd2\x82\x0f\x41\xe3\x6a\xf8\xad\x85\x19\xa1\x5b\x83\x1f\x8a\x50\x25\xe5\x84\x81\xa7\x88\x95\xe5\xcc\x88\x91\x1f\x96\xe3\x7d\x56\xce\xd1\xcf\x29\xa6\x5d\xac\xd5\xe4\x9b\xd3\x26\xc3\x86\xcb\x95\x60\x4c\xcf\x2c\x79\x0a\xe4\x8d\xa4\xe6\x7f\x86\x5e\x9a\x70\x14\xf9\x54\x5a\xf7\x35\xb9\xa0\x32\x84\x06\x23\x0a\x38\xa5\xbe\x60\xb3\x4c\x47\x8c\x39\x57\x03\x9d\x0e\x1b\x5a\x20\x48\xf2\x99\xeb\x7c\x48\x1e\x14\x72\x6f\x3d\xfe\x56\x5f\xa6\x07\x86\x34\x10\x67\xd4\x52\x4a\xde\xb0\x99\x3a\xbc\x87\xf4\xb8\x76\xa1\x2d\x21\x2f\x80\x13\xbb\xd6\x49\xdb\x2f\xbd\x87\x39\x01\x84\xe8\x17\x1b\x29\x71\x34\x93\x2c\xe7\x9e\xee\x9e\xe3\x79\xfa\x14\xa8\xeb\x6c\xf7\xb7\xde\xae\xa2\x29\x55\x0d\xc1\x7b\x5f\x21\x1f\x70\xfd\xb3\x71\x7f\xd4\xea\x54\xd3\xdc\x46\x70\x8d\xbf\x99\xe2\xb3\x39\xe4\x98\x4a\x9a\x72\x3e\x45\x39\x64\x64\x29\x1e\xec\x84\x45\xaa\x16\x45\xba\x83\x46\xb0\xfd\xa0\x2c\x47\xeb\xae\x42\x21\x79\x9b\x62\x66\xb4\x13\x87\x65\x59\x73\x9a\xd4\xe7\x99\x6e\xc0\xf4\x4f\x5f\x36\xac\x13\xd7\x4c\xc5\x43\xaa\xd2\xe6\xc4\xc0\x34\x5b\x03\x57\xd9\x64\xbd\x17\xc8\x8b\xf2\x1c\x1e\x0c\x90\xcd\xcf\x2b\xa5\xcd\xcd\x53\xc5\x20\x28\x79\xc7\x00\xd8\x26\xd3\x57\xc4\x79\x2f\x68\x43\x2e\xcc\x56\x6d\xf6\x67\x5c\x16\x01\x2a\x42\xee\x74\xd4\xea\xd9\xbc\xbe\xd8\x4a\xda\x2a\x2f\xa8\xdc\x83\xec\x1c\xc2\x96\x69\xa5\x20\x4f\x89\xb6\x32\xae\x10\x2d\xc1\xc0\x1a\x5f\xae\xe4\xfc\x0f\xf4\xe5\x2a\x99\x5b\x48\xeb\x46\xaf\x9d\x0e\xa7\xbb\x94\x5c\xdc\xdb\x88\xc0\xe1\x9d\x2e\x9c\x01\x5a\x99\xcd\x51\x04\xd8\x9e\xeb\xfe\xde\xe0\x98\xcf\x04\xa9\x6e\x06\x49\x4f\x4d\xb7\x64\xcd\x0e\x75\x05\x92\x8f\x14\x57\x71\x1a\xdc\x51\x12\xd8\x20\xf5\x26\x68\xf4\x98\x8f\x5a\x6f\xc9\xda\x48\xd9\xde\x4a\x4e\x81\xbc\x52\x17\x5d\x0c\x72\x91\xe2\x28\x45\xbe\xa5\x6a\xe1\x8a\x4a\x2e\x82\x0f\x9f\xb6\xa5\x02\x37\x11\x66\xf7\x4b\x21\xc0\x0f\xc3\x81\xd0\x9c\x6b\xeb\x7a\xdb\xe8\x98\xb5\x6d\x8b\xb3\x24\x7a\xd7\x09\x88\xa0\xb9\xc5\xe5\xad\xb9\xea\xb6\x5f\xec\xed\x95\xbf\x5f\xe8\x8b\x83\x5d\xbb\x14\xbd\xbe\xd0\xaf\xf6\xf7\xf7\x3f\x5d\x5f\x0c\x83\x24\xb5\xc5\xcb\x08\xd4\x9f\x2a\xa0\x5e\x0e\x04\x36\x3f\x03\xb0\xae\x68\x7d\x3d\xcd\x52\x86\x28\xbe\xa5\x5e\x06\xbe\x96\xe5\xe9\x5b\xc9\xa6\x83\x4b\x62\xf2\x15\x35\x28\x29\x4b\x7b\x9f\xa7\x71\x80\x9c\x2a\xcd\xe6\x8d\xd5\xd5\xbc\x41\xda\x6b\x7c\x8c\xab\x1a\x02\x23\x92\x7f\xb2\x92\xee\xc8\x1d\xb4\x34\xda\x20\xdd\xd6\xe7\xd1\x9b\xea\x54\x89\x3a\xd4\x3e\xd5\x70\x53\xc2\x0e\xe1\x25\xfd\x12\x9f\x35\xe7\x87\xa6\xd2\x72\x07\x80\xca\xbe\x25\x77\x02\x2f\x0d\xb8\x12\x2c\x57\x01\x97\x39\x97\x68\x19\xd1\xe9\x0f\xd5\x4b\x4b\xdb\x2c\xbb\xd9\x6c\x24\x3b\x96\xa9\x78\x98\xa7\xff\x97\xc9\xc0\xdd\x3c\x80\x63\x5c\xb9\xf0\x49\x16\x4c\x79\xb9\x1d\x79\x59\xcc\xe9\xa2\x07\xdd\xd3\xef\xeb\x20\xe3\xf5\x3b\x59\x96\x66\x74\xd1\xce\x22\x2a\x14\xdc\xc5\x5f\x2d\xc1\xea\x23\x3f\x24\x1e\xc2\xb7\x56\xc9\x45\x4a\xdd\xf0\xd2\x75\x0a\x4d\xdb\x50\x37\xcf\xcf\xcb\x6e\xeb\x0e\xac\x8c\xbb\xad\xe9\xe1\xa6\xe9\x0f\x34\x21\xd4\x71\x47\x51\x09\x23\x85\x59\xc0\xba\xd1\x54\x64\x69\x8e\xeb\xc7\xea\x86\x2c\x90\x5d\x30\xa5\xc0\x40\xa9\x84\x01\xff\x27\x1f\x22\x4a\x7f\x74\xe2\xbb\xa3\x89\xa6\xb5\x26\x54\x91\x23\xf3\xf1\xe1\xc6\x9b\x29\x21\xc1\x2e\xd2\x6c\xb6\x64\xb0\x4e\x77\xb5\x33\x53\x29\xdc\x2b\xf5\xcc\x9a\x5e\x07\x12\xb5\x88\x66\xf9\x43\x72\xf6\x5e\x98\x0f\x0e\x9a\xe2\x87\x3f\xc4\x9d\x4d\xf5\xbf\x4a\x88\xf1\xbd\xd3\x5e\x97\x0f\x6c\x5e\x30\x4a\xcd\x29\x0e\xf2\xaa\x43\x30\xd9\xdb\x0f\xd7\xd5\x69\xf5\xfa\x6f\x3e\x58\x99\xf3\x6e\x15\x65\x1c\x3b\x90\xfe\x60\x3a\x24\x80\xe6\xf2\x38\x94\xb1\xa4\x82\xc7\x8c\xea\x20\x4b\x4c\x9b\x5a\x6c\xab\xeb\x39\x4f\x66\x5d\x94\xaa\x6c\x73\x72\xdf\x1e\x27\xd5\x5d\x73\xa5\xa1\xa0\x9a\x7f\xf2\xb1\x28\x7f\xd3\x61\xf4\xb1\x04\xec\x22\xfe\xde\x43\x16\x5c\x07\x64\x65\x88\xdc\xd4\x07\xe2\x0e\xbc\xea\x59\xc2\x44\x9f\xfd\x64\x6b\xd9\x9c\xa5\x55\xb8\x2e\x84\xc4\x18\xee\x21\xa9\x55\xfa\x61\xdc\x02\xec\x8d\x4c\xbe\x40\x74\xd4\xbe\x5f\x84\xab\x3b\x76\x4f\x4d\xaa\xa7\xb4\xb8\xe7\x72\x45\x85\x5a\x9b\x73\xd6\x75\xf9\x92\x23\xc9\x1d\x2d\xd1\xc3\xaa\x96\x1e\x4a\xd1\xb7\x27\xd0\x89\x82\x79\x82\xe1\xa2\x69\xa9\x3a\x93\x44\x72\x12\xb8\x53\xc9\xe7\x1f\x6e\x79\x27\xc3\x37\xe4\xfc\xb7\x4d\x8f\x78\x7f\x25\xf1\xd3\x4d\xad\x3d\xdd\xe0\xb3\x89\x7a\x6f\x77\x9a\xd5\xac\x6c\xc7\xde\xd9\xdb\xba\x3f\xa7\x5d\x71\xa8\x50\xe3\x55\x14\xb7\x0e\xbc\x77\x95\xb7\xa9\x7d\x6f\x14\xb8\x5d\x03\x17\x5b\xe5\x68\xab\xe3\xf6\xf8\xb8\x95\xe2\x6b\x40\x67\xa2\xb0\x90\x77\x80\x15\x3d\xbd\x43\xae\x66\x1f\xd2\x9f\xcf\xd6\x27\xc4\x5c\x3c\xfb\x7d\xf3\x75\xd2\x51\x91\xcf\x5e\x58\x64\x37\x3a\x23\xcc\xd2\xea\x37\x07\x59\x91\x24\x14\x69\xe8\x31\xd7\xac\x18\xfb\xa3\x94\x0e\xe9\x00\xdb\xf5\x4a\xc9\xc7\xf8\xa2\x5b\x24\xd5\xd6\x6c\xbc\x7c\xae\xc2\xa5\x6b\x04\x6f\xfa\xb6\xaa\x35\xf1\xb9\x7a\xb1\xa1\x66\x74\x8a\x13\x32\xb4\x44\x14\x9d\x95\x9e\x49\x5d\x9f\xc7\xfb\xe6\xe1\xb9\x45\xdf\x15\x74\xce\x98\x80\x7d\xa6\x5d\xad\xb9\xb0\x78\xa7\xd6\x9f\x3b\x2d\x64\x10\xd3\xc1\x20\x1d\x1a\x1a\x29\xf4\x55\x88\xaf\x9f\xfb\xfc\xfc\x3e\x41\x7b\x4f\x17\xd6\xa6\x94\xf6\x6c\x97\xe8\x58\x2b\x9b\x17\x9a\x17\x92\x6f\x33\x0e\xc2\x62\x1e\x21\x49\x10\x33\x35\xbd\x7a\x54\x22\x5f\xad\x56\x24\x19\x71\x2a\x56\x5a\xad\x96\x07\x73\x45\xe8\x49\xc0\xce\xf0\x9f\x26\x6b\x80\x8f\xf2\x9a\x9a\x2e\x99\xcc\x86\xe9\x54\xf1\x03\x12\xd6\x68\xd6\x9f\xd7\x0f\xac\x96\x7b\x42\x91\xc8\x62\x22\x4d\xe7\x9e\x95\x2f\xb9\xf8\x30\x8b\x8c\xbe\x54\x0f\x2f\xc6\xe7\xe5\xd1\x3b\x28\xe8\x8e\x76\x79\x53\xee\x5f\xab\xf5\x16\x23\x9f\x73\xf4\x3b\xe9\x4d\xfc\x4e\xaf\xdb\xdd\x8e\xf5\x0f\xaf\x7f\x3e\xad\xac\x3e\x98\x93\x31\x2a\xf8\x0a\x16\x4f\xf0\xf5\xdb\x2c\x7e\x3e\x35\x4b\x47\x02\x53\x59\xfd\x68\x5d\xa6\xba\xa7\xf6\x49\x73\xaf\x9b\xe7\x58\x43\x0f\x5c\x9f\x01\xe1\x19\x81\x56\xcf\x75\x47\xae\xfe\x02\xc4\x6a\xf7\x47\x43\xc7\x5c\xd3\xc7\x69\xe6\xd2\x7a\x1b\x35\x5f\x50\x2c\x6f\x0d\x79\x40\x99\xd4\xce\x3c\xfb\xeb\x45\xad\x3d\xa4\xbf\xa7\x2f\xed\x50\xd6\x3a\x8e\x3d\xcb\x6a\x5d\xd7\x4e\xe2\xda\xb0\x6f\xc7\xd7\xb5\xfe\x2b\x3b\x2b\x6a\xee\x99\xfd\x65\x50\xfb\xf1\xd8\x96\xaa\xe6\x78\xf6\x2a\xaf\x1d\xbb\xf6\x2a\xae\x8d\xfb\xf6\xe5\xbc\x76\x7c\x62\x63\x51\xbd\x89\x3d\x8b\x6a\xdd\x1e\x1f\x30\xd1\x08\x0e\x10\x21\x52\x0b\xfb\x37\xff\xf4\xd3\x5f\xff\xfb\x9f\xfe\xfa\x97\xff\xf8\xdd\x9f\xff\xb1\xfd\x9b\x5f\xfd\xec\xbf\xfe\xfe\xcf\xcc\x4d\x47\x16\xb9\x9a\x2e\xec\x6e\x16\x24\xdf\xfc\x5d\x10\x29\x7b\x28\x91\xe9\x83\x0f\x86\xca\xee\x07\xf9\x75\x24\xff\xe3\x6f\x0a\xfb\xfd\x5f\x7f\xfb\x47\xdf\xfe\xec\xdb\x9f\xbd\xff\xd7\xf7\xbf\x7c\xff\x2b\xfb\xbb\xbf\xf8\xdb\xef\xfe\xf2\x1f\xfe\xf3\xe7\x7f\x65\x3b\x6a\x15\x7c\xf3\x8b\x34\xb6\xe9\xc3\x87\x62\x5e\x7c\xf3\x73\x45\x1f\xa7\x1c\x67\x81\x8a\xe8\x61\xac\xae\x22\xfb\xfd\x2f\xbe\xfd\x93\xf7\xff\xf6\xfe\x5f\xde\xff\xf3\xb7\x3f\xd5\x32\xec\x5e\x1e\xc4\x11\x91\x5c\xaf\x00\xed\x88\x03\x50\x84\xc4\xd2\xd4\x2f\xe4\x7d\x27\x17\x24\x5d\x23\x0b\xbc\x42\x38\x65\xd5\x51\xa0\x92\x44\x55\xcf\x2d\xd6\x1d\xeb\xd0\x62\x05\xe2\xf2\xeb\x85\xc5\x5a\xe4\xcb\xda\xe4\xb5\xc5\xda\xe4\xaf\x29\x2d\x56\x29\x39\x7e\x66\xb1\x5e\x71\x99\xc4\x16\x2b\x97\xbe\x05\xba\xb6\x58\xc3\x74\x0e\x57\x58\xac\x66\x5c\x7e\x19\x58\xac\x6b\x1a\x45\x59\xac\x70\x5c\xf2\xaf\xc5\x8a\xa7\xbb\xd8\x62\xed\xe3\xf2\x72\x6e\xf1\x16\x50\x2e\x94\x5b\xbc\x0f\x34\x60\x64\x31\x57\x30\x5f\x4d\x01\x85\x56\x2b\xfe\x68\x20\x15\x8b\x68\xbe\x88\xf1\x3f\x52\xf4\x38\xe0\x0a\x12\x5b\x76\x1d\x3c\x2c\x3e\x8a\x92\xc8\x7a\xbb\x6e\x51\x37\xdd\xe8\x74\x2d\xa5\xb8\x8c\x58\x72\x3a\x7a\xed\x77\xc1\xc2\xc1\x49\x8f\x5d\x7d\xf2\x5a\x41\x60\x6f\x01\xfa\x4a\x28\xa2\xab\x08\x77\xf3\x00\xfe\x4a\x80\xdc\x6a\x9e\xf2\xf1\x0a\xa7\x05\x29\x08\xcb\x96\x5c\xc2\x0f\x7d\x28\xc1\x2e\xfd\xdf\x01\x00\x00\xff\xff\xd2\xa6\xc3\xdb\xa5\x2b\x00\x00")
func confAppIniBytes() ([]byte, error) {
return bindataRead(
@@ -297,7 +298,7 @@ func confAppIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/app.ini", size: 9938, mode: os.FileMode(420), modTime: time.Unix(1453679601, 0)}
+ info := bindataFileInfo{name: "conf/app.ini", size: 11173, mode: os.FileMode(420), modTime: time.Unix(1457808826, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -4282,7 +4283,7 @@ func confLicenseMozillaPublicLicense20() (*asset, error) {
return a, nil
}
-var _confLocaleLocale_bgBgIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\xbd\x69\x8f\x1b\xc7\xb9\x28\xfc\xbd\x7f\x45\x5b\x81\x10\x0b\x18\xd1\x70\x7c\xde\x05\x86\xc7\x7e\x13\xe7\x1c\x27\xef\xf5\x76\x23\x07\xb8\x80\x20\xd0\x3d\x64\xcf\x4c\x1f\x91\x6c\x86\xdd\x1c\x59\x0e\x02\x48\xa3\x78\xc5\xc5\x51\xe2\xe3\xdc\x18\x3e\x91\xe5\xe5\x2c\xf7\x7c\xa3\x46\x43\x0d\x35\x0b\xf5\x17\xc8\xbf\x70\x7f\xc9\xad\x67\xa9\xaa\xa7\xaa\xab\x9b\x1c\x45\xf9\x72\x11\xc4\x92\xd8\xb5\xd7\x53\xcf\xbe\x24\xc3\x61\xbb\x9b\x16\x9d\xcd\xc5\x1f\x17\xd3\xc5\xd1\xe2\xc9\xf2\xd6\x62\xbe\x78\xb0\x38\x51\xff\x3a\x55\xff\x3f\x8b\x97\xb7\xe1\x87\xe5\xed\xe5\xfe\xe2\x00\x7f\x78\x23\x2b\xd5\x8f\xcb\xcf\x55\xcb\x03\xf8\x6f\x14\xed\xe6\xfd\x74\x73\x71\x6f\x31\x59\x7e\xb2\x98\xa8\xae\xf3\xa8\x9b\x14\xbb\x5b\x79\x32\xea\x6e\x2e\xbe\x57\x3f\x3d\xc0\x1f\xd3\x0f\x86\xbd\x7c\xa4\x5a\x7e\xad\x5a\xee\x53\xcb\xc5\xc3\x68\x37\xed\x0d\x37\x17\xf7\xd5\xdf\x4f\x17\xf3\xe5\x67\x51\x91\xed\x0c\xda\xd9\x60\x73\xf1\xc5\xf2\x23\xf5\xe3\x21\xfd\x90\x8f\xcb\xcd\xc5\x57\x8b\x23\xf9\xdb\x58\xf5\xfb\x56\xad\xe9\xe1\x62\x06\xeb\x53\x0b\x9a\xa9\xff\x4f\x16\x8f\xd5\xe8\x53\x58\xf8\x34\x1a\xa5\x3b\x59\x51\xa6\x23\xbf\xe1\x64\xf9\xb1\xfa\xfb\xdd\xe8\x46\xba\x55\x64\xa5\x5a\xd3\x0f\xea\xb3\xda\x25\xf5\x8e\xf6\xd2\x51\x91\xe5\xb0\x86\xc5\x74\x79\x4b\xfd\x0c\x6d\x87\xc9\x8e\x6a\xf8\x1d\xf5\x5f\x9c\xa9\xdf\x3e\x5e\x4c\xa2\x32\xed\x0f\x7b\x09\x0c\xf1\x3f\xf5\x4e\x17\x67\x51\x2f\x19\xec\x8c\xb1\xfd\x9f\xd4\xa9\xce\x16\xc7\x51\x67\x94\xaa\x56\xed\x41\x7a\x03\xc6\xf8\x5c\xfd\x7a\xa8\xda\x1f\xe0\x48\xd3\x56\xab\x15\x8d\x8b\x74\xd4\x1e\x8e\xf2\xed\xac\x97\xb6\x93\x41\xb7\xdd\xc7\xc3\x52\x07\x83\x33\xaa\xe5\xa9\x19\xd5\xc6\x16\x27\x6a\x3d\xc7\x8b\x59\x4c\x97\xb5\xfc\xbd\x1a\xfe\x24\xe6\x7f\xb7\xf0\x64\xd2\xae\x3a\xc0\x76\x52\xc0\xfa\x9f\xc0\x9e\x61\x96\x58\x75\x82\x73\x9f\x47\x38\xd5\x20\xe9\x87\x47\x8f\xd2\x7e\x92\xf5\x60\xe1\x27\x2d\x35\x26\xdc\x89\xda\xe6\x30\x29\x8a\x1b\x39\x5c\xe8\x7d\x35\x0a\x00\xc9\x89\xfa\x75\x94\xb6\xcb\x9b\xc3\x14\xee\xea\x73\x04\x8f\x43\x75\x5e\x70\xf8\xd0\x4f\x81\x87\x9a\x4d\xb5\x3d\x53\x73\x76\x92\x61\xd9\xd9\x4d\x36\x5f\xa7\x3f\x23\xd5\x75\x98\xab\xa3\xcf\x47\x37\x37\x17\xff\xa6\x4f\x54\x0d\x3a\x53\xd3\x4d\xa3\x7c\xb4\x93\x0c\xb2\x0f\x93\x12\x6f\xe1\x1b\xf5\xfd\x21\xb7\x38\x32\x77\xd7\xcf\x46\xa3\x5c\xdd\xec\x37\xea\xdb\x09\xce\x4d\xc0\xa7\x8e\xb8\x0d\xa3\x03\x48\xaa\x45\x2c\xe6\xf1\xf2\xa3\xca\x04\xd0\xa8\x9f\xed\x8c\xf0\xe6\xa8\xdd\x24\x56\x10\x38\x5b\x3c\x14\xe0\x41\xad\x68\x1a\x3d\x18\x00\x6d\x65\xbe\xed\x7c\x74\x5d\xcc\x07\xb3\x1d\xa9\xf3\x46\x60\x80\x57\x53\xbf\x08\xb5\x53\xb1\x80\x79\x78\xa7\xc9\x40\xc1\x12\x35\xfd\x01\xaf\x1d\x20\xe7\x04\x07\x9e\xc1\x69\x9f\xd5\xf4\x5d\xcc\xa2\xa4\xdb\x57\xb0\x30\x4c\x06\xa9\xba\xd3\x3f\xa8\x45\xc3\x1e\xcf\xc4\x43\xd8\x57\xff\xa6\x97\xad\x2e\x0d\xa1\x51\xc1\x40\xd2\xe9\xe4\xe3\x41\xd9\x2e\xd2\xb2\xcc\x06\x3b\x05\x3d\x6f\xea\x32\x5f\x3c\x26\xf8\xc3\x59\x05\x10\x2a\x80\x68\x68\x1f\xdd\xcc\xc7\x06\xc0\x01\x32\x27\xcb\x4f\x61\x77\xcb\x7d\x67\x10\x6a\x66\xc7\xd1\xed\xf6\x79\x9f\xde\xa0\x70\x86\x45\x7b\x3b\x4d\xbb\x0c\xcc\xea\xcb\x31\x34\x84\x03\xc5\x8d\x46\xc3\x71\xaf\xa7\x00\xe2\x37\xe3\xb4\x28\xd5\x80\x7f\x56\x63\xdc\x55\x1f\x71\x0b\xea\x9c\x00\x51\x9c\xe0\x19\xe0\xe6\xa3\xac\x28\x54\x4b\x6c\x07\x57\xac\x70\x9a\x9a\xa5\x93\x0c\x3a\x70\x80\xdf\xa8\x09\x8e\xe1\x72\xa3\xe8\x6a\x91\x26\xa3\xce\xee\xb5\x88\xfe\x54\x98\x0e\xb0\x21\x60\x1d\xfd\xa2\x9b\x41\x1c\x1e\x61\xf8\x01\xe2\x0a\xe4\x02\x26\x51\x27\xef\x22\xe2\x04\xdc\x17\x5d\xcd\x06\x45\x99\xf4\x7a\xd7\x22\xfe\x0b\x60\xc6\x33\x44\xd1\x00\x91\x1a\x6a\xca\xac\xec\x31\xc2\xfa\x5c\x5d\xad\xd9\x2f\x1c\x8b\x69\x3c\xe3\x75\x4d\xe9\x12\x10\x8b\x20\x6a\x47\xc8\xd5\x18\x1d\xe1\x17\xbb\xa8\x1d\xee\xdb\x4e\x51\x37\xef\x5c\x57\x68\x0b\x70\x38\xec\xe6\x0f\x6a\x96\x79\xfc\x46\xbe\x53\xc4\x88\x81\xfd\x1e\xf1\xe2\x20\xfe\x39\x76\x01\x6c\xa4\x66\xc0\x1d\x3f\x86\xa1\x96\xb7\x36\xe0\xfd\x29\xbc\xb2\xbc\xab\x01\xe2\x13\xc2\x26\x78\xf7\xaf\x24\x71\x99\x8c\x76\xd2\x72\xf3\x42\x7b\x4b\xa1\xd7\xeb\x17\xe2\xdd\x51\xba\xbd\x79\xe1\x62\x71\xe1\x55\x5c\xaa\x86\x92\xe5\x1d\xba\x22\x46\xd2\x77\x5f\x79\x21\x79\x55\x4d\x8c\x87\x7f\x8a\x00\x3f\xa5\x2d\x6d\xd0\x3c\xf0\x92\xd5\xbe\x0f\x35\x34\xc3\xdb\x62\x78\x23\x72\x78\x4a\x0f\x0d\x91\x5a\x00\x06\x0d\x68\xc6\x78\xa6\x0a\xdd\xc7\xfa\x71\x69\x2a\xf1\x5c\x04\xf0\xa7\x08\x4d\xbb\xbb\x45\xf4\x96\xce\x08\x1e\xea\x0c\xd1\x39\xbc\xfe\xb7\x6e\x5e\xf9\xaf\x6f\x6e\xc4\xef\xe6\x45\xb9\x33\x4a\xf1\xef\xea\x3f\xaa\xd7\x4b\x31\xc1\x4d\xfc\x5e\xf6\xf3\x9f\xb5\x22\x35\x06\xdf\x6d\xdd\xa3\x7c\x40\xfb\x87\xf5\xe0\xc6\xd4\xaf\xf0\x12\xa0\x23\xa2\xeb\xef\xd5\x78\x4f\xdc\xb6\xb2\xdd\xae\x5a\x01\x52\x29\x43\xe3\xeb\x81\x35\x4c\x18\xd4\x4c\x44\x60\xbe\x82\xd3\xab\x9f\x49\xb5\xd3\xb0\xf3\x17\xba\xfb\x0d\x3a\x95\x27\x38\xd0\x11\xbe\x4a\xa2\xe7\xbf\x7c\xfb\xed\x77\x7e\xfe\xb3\x38\x1d\xec\x64\x83\x54\x9d\x70\x3c\x2e\xb7\xff\xdf\xf6\x4e\x3a\x48\x47\x49\xaf\xdd\xc9\x08\xa2\x0e\x25\x44\xe3\xac\x47\x78\x63\x1f\x6b\xe8\xc7\x43\x56\x64\xb2\xe8\x29\x02\x0b\x8f\x0a\x18\x83\x47\x00\x1a\xf1\x95\x2b\x6f\xaa\xed\x94\xea\x29\xdf\x57\x9b\xde\x8f\x8a\xdf\xf4\xe0\xca\xf4\x02\xff\x15\x96\x02\xa4\x16\x86\x0d\x5c\x4c\x68\x83\xad\x28\x1d\x8d\xda\x8a\x45\x28\x6f\xc2\xd5\x8b\xd1\x09\xf1\x1d\x2a\x88\x5a\x73\xa8\x98\xf6\x04\x4f\xe4\x11\xfc\x05\xe1\x75\xaa\x41\xf6\x08\x60\x94\x66\xcb\x06\x7b\x49\x2f\xeb\x2a\x18\xd1\xb7\x40\x43\x9e\x69\xba\x7c\x84\xaf\xfb\x04\xb1\xe0\x24\xbe\xd0\xba\x00\xdc\xc3\x85\xcb\x17\xe0\x75\xe2\x1b\x81\x17\x37\x6f\x04\xa5\x56\x34\xc8\xdb\x44\x5a\x80\x55\xe9\x66\x45\xb2\xa5\xd8\x16\x62\xb7\x46\x4c\xb6\xef\xa9\x35\x1d\x20\xab\x43\x8b\x06\x2c\x82\x97\xab\x08\xe3\xf2\x9f\xd4\xeb\x3e\x90\x17\x85\x70\xe5\x71\x68\xfa\x71\x3d\x00\xe6\xd4\xbe\xd6\x03\x84\xb4\x99\x7d\xc9\xe6\x34\x80\x31\x65\xd6\xea\x50\xd3\xb4\x39\xcd\x81\xcf\x1c\x7e\x99\xac\x20\x82\x96\x16\xc9\xdb\xd3\x74\x34\x00\xed\x74\x36\x78\x5a\xe1\xb1\x15\x65\x5e\x75\x7b\xaa\x77\x2b\x8a\x34\x34\xf3\xf3\xfe\x46\xb1\xa4\x9f\xf1\xa3\xae\x25\xbe\x33\xe4\x32\x1e\x69\x66\x00\x39\x3c\x60\xeb\xab\xef\x6f\x55\x6b\x03\xe9\xf0\xce\x89\x40\x1c\xc0\x54\x1e\x48\xa0\x24\x30\x07\xf8\xad\xe5\x58\x54\x1b\xc0\xc2\xf1\xe5\x58\x7d\x23\x50\x3b\x85\xee\x6a\x25\xc7\x70\x87\xcb\xcf\x54\xf7\xcf\x16\xf3\xe7\x90\x46\xf2\xb3\xf8\x46\x21\x42\xa2\xdb\x7c\x0f\x9f\xc3\x0b\x39\x56\x17\x7a\x5a\x65\x9e\xf0\xd0\x6d\x6f\xb3\xf4\x2f\x90\x59\xff\x84\xce\x08\xd8\x01\xe2\xd2\xa6\x40\x4b\xf0\x15\x55\x47\xa2\x5d\xa1\x58\xf3\x19\x02\x9b\x9a\x11\xe8\xee\x3e\x89\x39\xba\x3d\xd3\x80\x03\x8b\xe5\x19\xd9\x4c\xd5\x1a\x89\xd1\x55\x3b\x57\x54\x7f\xac\x24\x93\x3a\x74\xa9\x59\x77\x4b\xfc\x8e\xe1\xa4\x4d\x27\xb3\x8f\xef\xf1\x9d\x12\xcd\xf1\x07\x81\xd3\xbd\xa5\x8e\xf4\x01\xf1\x8c\x87\x44\xd3\x4f\xe9\xef\x78\x73\x40\xf0\x09\xb9\xc0\xbf\xf9\x54\x91\x18\xae\x75\xae\x5a\x9a\x20\x01\x85\x66\xf0\x89\x39\x52\x79\x45\x8b\x72\x25\x2d\xa8\xb7\xfe\x25\xd3\x49\x45\xcb\xf9\x37\xb1\x15\x3e\x2e\x1f\x8a\x27\x31\x72\xb1\x6a\x55\x1a\x44\x7f\xfd\xab\x37\xf1\x0d\x21\x8c\xdc\x26\xec\x3d\x89\x0d\x23\x6d\x51\xfb\xf2\x13\x3c\x92\x23\x85\xb3\x7f\x01\xc8\x7c\xb7\x3d\xcc\x47\xe5\xa6\xfa\x17\x9d\xd8\x2d\x40\xdf\xfc\xab\x59\xc8\x3d\x5a\x23\x3d\xc6\x89\x69\xc8\x08\x5d\x75\x95\x62\xad\x7a\x8f\x31\x80\x24\x3f\x83\xa9\x65\x08\xe8\xb9\xce\x63\x83\x9f\x5d\xa4\xc6\x28\xcb\xb9\x89\x27\x72\xb5\xbb\x65\x39\xa4\xe5\xfe\xe2\xbd\xf7\xde\xb5\xeb\x35\xbf\x3b\xef\x50\x7d\xd9\xe0\xf5\x02\xd0\x3c\xa6\x77\x58\xf3\x94\x09\x82\x81\xa1\x5d\xde\x51\xfc\x90\x42\x29\xf0\xb6\xc7\xa3\xde\xa6\x7b\xb2\x6b\x20\x04\xd5\xa9\x0a\x8c\x81\x1b\x14\x2c\x92\x82\x2e\xd8\xd1\x0b\xf0\x9f\x2b\x6b\xdd\xa3\xda\xd9\x84\x51\xb4\x02\x82\x63\x14\xad\x08\xfa\x9c\xce\xb8\xd8\xa9\x94\x47\x15\xae\xcc\x87\x40\x65\x24\xb2\x7c\x82\x24\x03\xf9\x56\x24\x0b\x21\xc4\x49\xd2\xed\x2a\xfe\x89\x66\x81\x2d\xdd\xc6\x5d\xaa\xd3\xc4\x33\x85\xe5\x45\x45\x5f\xdd\x13\xb2\x48\x57\xde\x52\xf7\xe7\xe8\x42\xf0\xdb\xf6\x28\xef\x93\x46\xe3\x50\xb3\x9b\xf6\x83\xe0\x95\xbd\xcb\x90\xed\x9d\x75\xd0\x5f\xe2\x5f\xfd\xc3\xeb\xf1\xff\xf5\xd2\x4f\x7e\xa2\x4e\xe1\x2f\x0e\x19\x21\x84\x35\x8d\x51\x73\x33\x53\x0b\x16\x58\xd4\xbf\x72\xe7\x14\x35\xcb\x81\x54\x5a\x21\xb6\xdf\x23\x16\x43\x1e\x39\xbe\x40\xa4\xe3\x42\xfc\x0a\x9e\xd8\xff\x97\x7e\x90\xf4\x87\xbd\xb4\xd5\xc9\xfb\xaf\xb6\x22\xf8\x49\x61\x2b\xc2\x73\x7f\x72\xc7\x3c\xd2\x2f\x02\x1f\x0b\xfc\x86\xa2\x02\x77\x09\x52\xd0\xda\x4e\x5a\x7f\xd3\xee\xe4\x83\xed\x6c\xd4\x07\x79\xd0\x3c\x34\x46\x8e\xfc\x5e\x1f\x11\xc5\x37\x4f\x61\x05\x53\x81\xeb\x69\x0f\xf2\x32\xdb\xbe\xe9\x8e\xaa\xae\x99\x54\x19\x00\xd6\x2c\x64\x23\xe2\xc4\x87\x47\xbb\x44\xea\xa3\x36\xbf\x97\x82\xac\x3a\xda\xcb\x3a\xe9\x0a\x98\x72\x71\x0b\xc2\xb8\xba\x19\x04\xa9\x99\x84\xaf\x59\x94\x6f\x6f\xf7\x14\x8b\xcb\xec\xa9\xb3\x5f\xe0\x4b\x4e\x90\x0d\x3d\xa3\xad\x3d\x22\xc4\xef\xf4\x51\x38\x64\x08\xaa\xb1\xaf\x24\x52\x8a\x5f\xff\xf9\xdb\x84\x94\x6e\x11\x15\xe3\x87\x7b\x08\x74\xda\xbc\x9b\xa9\x33\xee\x06\x00\x86\x25\xa7\x04\x47\x6a\xa9\xb7\x90\xa4\xcc\x00\x5e\x90\x23\x26\x68\xab\x50\x4f\x8d\x02\x01\x7f\xaa\xd7\x8d\xef\x11\xda\x1e\x6b\x91\x52\x51\x0f\xe6\x1b\x77\x46\xc9\x5e\xa2\xc4\x3b\x7f\xd1\xaa\xe3\x2d\x64\xe8\xf0\x11\xde\x8e\xdf\xe0\x76\x95\x8e\xa1\x3d\x03\xe9\xd2\x1d\x62\x0d\xe5\x67\x0a\x2d\x9e\x11\x53\x73\x84\x54\xfb\x13\x96\xd1\x66\x1b\x44\xd8\x71\xa6\x4f\x60\x27\x72\xef\x44\x09\x89\x02\xc2\xce\x2b\x04\x98\x10\x15\x3f\xa7\x63\x14\x9c\x99\x61\x98\xa3\x82\xa3\x4a\xc5\x35\xa1\xe0\x3e\x3c\x08\xb3\xe8\x2c\xfa\x40\x57\x77\x66\x03\x85\xf8\xae\x81\x14\x3d\xb0\xe8\xd4\x1e\xa8\xcb\x88\xbb\x87\x8a\xea\xc0\x53\x84\x84\x80\x4a\x14\x21\x3b\x34\x4c\x18\xac\x42\x3b\x23\xa4\x89\x8c\x44\xf3\x5c\x1b\xe6\x7b\x23\xe7\xec\x30\xcd\x82\xc3\x3f\xf0\xf5\x4f\x20\x6e\x0d\x70\xe1\x5a\xdd\xe8\x3c\x1f\xad\x7b\x74\xdb\xc8\x7d\x59\x59\x1c\x65\x13\x50\x0b\x49\x81\x52\x41\x20\x77\xd2\xda\x92\xe6\xfd\x09\x2c\x5e\xb9\xfc\x16\xa9\x04\x46\x69\x9b\x15\xde\xed\xbd\x0c\x74\xc3\xce\x7b\x3f\x42\xfc\xfd\xb9\x6a\xff\xc8\x15\x77\x0e\x58\xaf\x6b\x24\xa8\x23\x7d\x16\x53\xad\x9d\x34\x68\x47\x6a\x22\x66\xc1\x59\xf5\x11\x7c\xa7\x2f\xe3\xc0\xaa\x8d\x6b\xee\x18\x7e\x3e\x25\x7a\x4d\x4f\x1d\x8f\x6c\x86\x58\x98\x59\x67\x67\x5e\xe8\x05\xd4\x1e\x69\x13\x69\x62\xce\x8c\x96\x05\x99\xd4\x29\x72\x96\x66\x70\x77\x30\x5e\x58\x68\x54\x56\xe2\xd5\x5c\x00\x3e\x7b\xb4\x19\xb4\x58\x15\xca\xaa\x45\x36\x7b\xdc\x43\xd1\x04\x78\x0c\x85\x08\x1f\xd1\x3e\xe6\xcc\xfa\xbb\x3a\xfa\x55\x12\x5e\x50\x2b\x7f\x40\xa7\x44\xec\x91\x7a\x10\x1b\xb8\x5a\x10\x7d\x98\x8f\x0b\xbc\x9e\xbb\x38\xbd\x50\xc4\xc5\xbf\xfc\x39\x8e\xe4\x88\xe2\x13\x52\xaf\xb3\x46\x6b\x86\x78\x8c\x31\x03\x30\x7f\x9f\xe8\xf7\xb1\x72\xbd\x82\x51\xd5\x47\xb4\x8a\x3b\x92\x3b\x6c\x3e\x14\x85\x4b\x68\xc8\x5a\x73\x03\x2e\x63\xce\x42\x66\xd4\x20\x65\x47\xcc\x02\x38\x5f\x83\xe4\xdf\x3c\x3b\x47\x42\xe7\xb1\x83\xd6\x0d\xd6\xa3\xb6\x77\x72\x50\x39\x7f\x55\xd1\x8f\x3e\x46\x69\x27\x2a\xd3\xa2\x6c\xef\x64\x65\x7b\x1b\x78\x99\x2e\x6a\x38\x90\x74\x3f\x51\x7f\x7e\x8a\x17\x80\xfa\x4a\x32\x96\x21\xd4\x58\x56\xe4\x82\xea\x78\x81\x98\xf8\x53\xfc\xa6\x60\xeb\xe5\xf8\xe2\x1e\xab\x99\x5e\x02\x5e\xa4\xad\xa8\x55\xd6\x03\xec\xa4\x15\xdf\x7c\xdb\x07\xd6\x0e\x25\x14\x39\x87\x80\x1c\x70\xef\x46\x21\x65\x95\xa8\x1b\x9a\xc6\x31\x46\xa0\xb7\x82\xf7\x86\xf4\x9e\x88\xb0\x51\xec\x80\x4a\x88\xa0\xc8\x9f\x0e\x9e\xc3\xc5\x82\x58\x75\x98\x7a\x27\xdf\x1a\x67\xbd\xae\xd3\x0a\x46\x69\x45\x5a\xf3\xd4\xdd\xd2\xaf\x2c\x00\x44\x56\x5d\x5a\xa3\x5b\x8a\x35\xd3\x3f\x85\xc3\x32\x02\xb6\xfa\x82\xc7\xa5\x27\x09\x6a\x0e\xce\xac\x45\x61\x0d\x29\x77\x4a\xb3\x58\x54\xaf\x00\x08\xe7\x30\xe2\x38\xdc\x49\x3f\x29\x41\xbd\x5f\x2b\xcd\xd3\x84\x9e\x44\xdf\x2c\x61\xf1\x1d\x5a\xb5\x31\xf4\xba\x03\xba\x1e\x66\x34\xfd\x99\xd4\xaa\x8a\xf8\xf2\xab\xea\xbf\x51\x91\xec\xa5\xc4\x0e\xef\x34\xc0\x21\x92\x8e\x27\x78\xbe\x2e\xfe\xa2\x75\xfe\x1e\x0d\x5d\x77\x2c\xa6\x74\x8e\xd6\x41\x94\xcd\x57\x78\x2e\x5c\x20\x6e\xd6\x9e\xb9\xbd\x57\x7a\x83\xc5\xb8\xd3\x49\x8b\x82\x54\x0a\x0f\xe0\x18\x08\x47\x7d\x0a\xed\x9f\x8b\x17\xdf\xe2\x0c\x07\x48\x11\xc8\xca\xbb\xc1\x0c\x1b\x88\x0f\x0f\x70\xbe\x8f\x70\x85\xf0\x66\x37\x90\x04\x7c\xc1\x54\x0c\x6f\xe1\x84\x71\xfa\xa9\x31\x7a\x20\xfc\xb2\xb8\x00\x36\xdc\xb9\x56\x82\x30\xd3\x7e\x88\xfa\x23\x4d\x0a\x81\x2c\x68\x33\xc1\x73\x51\x74\x15\xcc\xdf\xd7\xa2\x31\x69\xd0\xf2\x5e\x37\x1d\x19\xb5\x1b\xf3\x76\xd3\xa0\x29\xd5\x34\x96\x48\xae\xb8\x91\x29\x68\x6b\x1b\x03\x3a\xdc\x74\x99\x7e\x50\x82\xd6\xf8\x16\x9e\x9b\x60\x0f\x82\x30\x87\x88\x0b\xed\xd0\x28\xcb\xf7\x6f\xe2\x4b\x29\x48\xc1\xce\x16\x92\xca\x7b\x50\xc8\xb5\xa7\xf0\x4e\x0e\xac\xde\x5e\xaa\x7b\x7c\x87\x56\xdd\x53\xc6\x68\x61\xed\x19\x4c\x90\x8f\x76\x9c\xf1\x6b\x4c\x91\xaa\x25\x19\x53\xbd\xc6\x8e\x3d\x75\x12\x21\x47\x42\x3e\x05\xf7\xab\x0c\x8d\x7a\x01\x6c\xa2\x6b\x29\x18\x45\x63\x21\xaf\x16\x6d\xd0\xb1\x63\x30\x0c\x2c\x37\xba\xca\x7e\x08\xd7\x22\xee\xe7\x9b\xe6\xa0\x4d\x32\x2e\x77\xaf\x09\x9b\x7d\x9b\x0d\xa2\xd2\x76\xff\x98\xcd\x8c\xae\xf9\xd2\x48\xac\xbb\xe9\x10\xe4\xdd\x7e\xb1\x43\x6e\x04\x0c\xa2\x6c\x81\x72\x3a\xbd\x16\xb3\xa1\xfe\x53\x46\xd3\x28\x08\xa0\x29\xf1\x21\x18\x8f\x8a\xbc\x93\x25\xbd\xf6\x53\x0e\xfd\x9d\xa1\x90\xc1\xc1\x5d\x5e\x9f\x7c\x10\xfa\xc3\x12\xed\x8f\xc4\x06\x3d\x22\x15\x2a\x13\xd7\x2a\x67\x24\xac\x05\x6c\x77\xad\x91\xbb\x63\xfd\x4a\x35\x0c\xa3\x65\x1c\xf4\x6c\x20\x36\x2e\x6f\xf1\x60\xbc\x44\x46\xde\x8d\x08\x85\x79\x5c\x36\x12\x4d\x7c\x01\x08\x0e\x09\xc9\x7d\xcd\x5e\x9e\x56\x81\x50\xb3\x11\x75\xf9\xfd\xb4\xbf\x05\xb3\xb2\xfd\xf6\x09\x52\xfb\x33\xe2\x96\xa7\xd1\xb6\x7a\x29\x8a\xa2\x58\x0e\x06\xda\x3c\x60\x64\x32\xad\xb0\x2d\xd8\x3e\x5d\xbf\xfd\x6b\xda\x2f\x46\xd1\xad\x1b\xc0\xdb\x32\x4b\xeb\x9c\xea\xdc\x33\xb8\xbf\x16\xaf\x70\xa2\x31\xb0\xd2\xd2\x2c\x18\xc9\x83\xa8\x40\x29\xd2\x41\x69\x20\xc6\xb8\x48\x90\xf4\x70\x6a\x94\xa4\x35\xc7\x6c\x8e\xf1\x09\x5f\x2a\x79\x4a\xa0\xe2\xfa\x95\xad\x57\x2f\x16\xaf\xbc\xb0\xf5\x2a\xab\xbb\xac\x59\x98\xf8\x0e\xe1\x68\x22\x55\x75\x5a\xea\x04\xec\xa8\xe8\xdb\x3e\x51\xd4\x03\xc2\xec\xa7\x9e\xb9\xf6\x36\xe3\x9d\x03\x64\xc9\xe9\xcb\xc5\x2e\x50\x93\x09\xc0\xd4\x86\x54\xf1\x1e\x21\xc7\x0d\x16\xfe\x4f\x1d\xeb\xb0\x02\x08\xa1\xa5\x0c\x8b\x21\x8a\xaf\xee\x20\x5e\x45\x74\x65\x50\xc9\x1f\x90\xaf\x99\xa1\xb9\xd9\xb5\x59\xba\x08\x05\xcf\xb8\x97\xf5\xb3\x72\xd5\xdb\x04\x42\xa7\x9f\xe8\x01\x5e\xdb\x29\xeb\x40\x99\x95\x9a\xbb\xe7\x3d\x63\x4a\x59\xb9\xb0\x89\x59\x9a\xde\x82\xb8\x05\x60\x2b\x3f\x21\x55\x09\x83\xc9\x4b\xe4\x3a\x73\x46\x27\xbe\x61\x4e\x96\x48\x14\x3f\xa7\x39\xce\xb2\x6f\x3a\x21\x4c\x10\xc2\x50\x4f\x67\x37\x29\xda\xe3\x01\x03\x58\xda\x35\xef\xf6\xd0\x40\x3b\xf5\x42\x4e\x54\xe0\x3a\x60\x26\x24\x78\x1d\xae\xa3\xf7\x7c\xde\x40\xd7\x25\xf5\x2b\x79\x2d\xb0\x84\x6f\xa0\x8a\xc5\x28\x26\xe1\x6b\x43\x34\xb7\x97\x2b\xb4\x92\xa5\x55\xf2\x38\xb7\xa0\xf1\xa6\x7c\x39\xc2\x1b\x62\xf9\x19\x9e\xc1\xb1\x41\x8f\x0a\x05\xdc\x41\xe1\x4f\xab\x17\x2e\xa3\xb6\x52\x2d\xb8\x45\xe0\xa2\x8f\xef\x3f\xbd\x8e\x64\x96\x93\x70\xbd\xe6\x6a\x9a\x77\xcd\x4a\x75\x14\x60\x0a\x24\x56\x65\x2a\xac\x06\x2b\x74\xd0\xcc\x0a\x83\x36\x03\x07\x46\xc7\x8d\x98\x5a\xcf\xc8\xe8\xe1\x59\x65\x71\x87\xb0\xd1\x72\xed\x7d\xca\x1b\xc5\x26\xcf\x4b\xf0\xbb\x54\xdd\x2a\xdc\xda\x49\xf5\x61\x7a\x32\x25\x2d\xc2\xe2\xe7\x7b\x6b\xf5\xd2\x7c\x36\x79\xf5\xd4\xbf\x65\xf6\x90\x62\xcf\x86\xf5\x70\x29\xb3\x83\x9f\xa3\x4f\x20\xb3\x9f\x01\x31\xa7\xe5\x2d\xdd\x98\x25\xd6\x38\x4a\x71\x34\xfa\xb5\xb8\xb6\x70\xc0\xbf\x96\xcd\x2d\xf3\xbc\x5d\xec\x82\xbd\x0b\x79\xf7\x23\xb2\xc1\x91\x7c\x16\x3a\x9e\xa0\xa9\xdc\xd8\x38\x10\xda\x41\x80\x3e\x51\xbf\x1c\x13\x39\xfb\xbf\xd9\xcb\x03\x30\x52\x4b\x71\x6f\x00\x14\xd7\x08\xe7\x02\xff\x66\x10\xae\xc1\x60\x13\x0f\xf3\x32\x42\x12\x27\x2e\x31\xb0\x19\x88\x75\x07\xf7\x05\x15\x5a\x05\xde\x4f\x09\x21\x86\x7d\x31\xd2\xd0\x0f\x42\xbc\x6b\x54\x77\x1d\x06\xc4\x26\x3b\x9e\x36\x78\x84\x84\x2b\x38\xb9\xbc\x9b\xa8\xa3\xbb\x99\xa2\xfc\x35\x89\x06\xe8\x45\x39\x8d\xd4\xef\xd8\x8d\xb6\xce\x0e\x51\xaa\xbd\x62\x50\xfa\xd7\xa2\x5f\x2b\x51\xf9\xed\xf5\x14\x3c\xbf\x52\x3c\xf7\xdb\xbe\x67\x42\xd5\x35\x12\x45\x97\xbf\xa7\xe3\xf6\x0d\x65\xee\xf9\xbe\x1b\xd4\x15\xfd\x2a\x25\x47\x27\x30\xc2\x09\x37\xd4\xea\x41\x5f\xb9\xf2\x8b\xf7\x48\xdb\x25\xd6\x83\x66\x64\x66\xed\xa2\x5f\x94\xe5\xb0\xf8\xf5\xa8\xb7\x49\x66\x4d\xd7\x90\xaa\xa6\xbf\xd9\xcb\x93\xee\xaf\xeb\x4c\xac\x55\x93\xd6\x7b\x69\xd2\xaf\x9c\x00\xea\x3a\x66\xb0\xba\xe8\xa7\x4a\xf4\xa8\x9e\xd0\x1d\x63\x4d\x31\xfc\x8f\x65\x55\xa3\x9f\x82\xc0\xfe\xf7\x01\xcd\xd6\x1a\xfa\x39\xa3\x11\x4e\xd1\xcf\xf5\xfd\x15\xcf\x6f\x69\xbd\x8d\xde\x8f\x92\xde\x70\x37\x41\x61\xd5\xf4\xae\x9a\x46\xd2\xd8\x91\xf6\x71\xb4\x3b\xa4\x66\x47\xc9\x7d\x86\xdc\xc2\x5c\xa3\xab\x25\x39\x18\x4c\x9f\xbf\xdc\xbe\xe4\x4e\xd1\x55\xf4\xe5\xaf\x9e\x66\xc3\x99\x40\x4c\x3a\x47\x53\xcf\x44\x4d\x59\x64\x1f\xa6\x0d\x13\x91\x21\x80\xcf\x81\xfc\x09\x2e\x16\xaa\x1b\xea\x4c\x9a\xbb\x22\x9a\xb7\x3a\x3b\xe3\x9c\x74\xb1\x90\x18\x4c\x0d\x95\x7c\x70\xde\xa1\xa0\xf3\xe3\xcb\x28\x6c\x80\x40\x3d\xaf\x8c\x49\x34\xda\xbd\xe4\x69\xec\x52\x85\x15\xc8\x4c\x8d\x02\x6e\x01\x2b\xc6\x70\xdf\x81\xea\x93\x0d\x3a\xbd\x71\xf7\x1c\x9b\x11\x2a\x8d\x1f\x5f\x2c\x7e\x0c\xd3\x0e\xae\x2b\x91\x66\xc0\x43\xa0\x67\xd9\x0c\x55\x5b\x5a\x35\xa1\x06\x7a\x88\x13\x7e\x0a\xdb\x7d\x59\xfb\x9b\xb7\xd5\xdc\xf9\x68\x94\x76\x4a\xed\x79\x6e\x57\x5d\xe1\x1a\x81\x78\x18\xaa\xe5\x68\xfe\x3c\xfa\xb4\xc2\xf2\xbc\xbc\x67\x98\xc9\xcf\xd1\x94\x42\x7e\xbc\xfb\x2d\xeb\x79\xdf\xde\x4a\xd3\x41\xbb\x4c\xae\xa7\x83\x06\xa4\x49\x7c\xf3\x8c\xd0\xc0\x01\x0b\xfa\x15\x23\x21\x39\x1a\xb7\x2b\xc3\x7e\xe5\xb9\x6d\x05\x91\x6c\xe3\xb8\x4a\xfa\x5c\x39\x6c\xd8\x01\xcc\x6a\xad\x6b\x86\x2e\x15\x16\x5c\x3d\xb6\xc1\x8a\x8d\x63\x11\x64\xe3\x38\xea\x7c\xbb\xeb\x73\x9e\x0d\x63\x66\xbd\x5e\xba\x03\xce\x25\x7a\x9d\x4d\x8b\xab\xbe\x45\x72\x1f\x78\x02\x4a\x59\x64\x34\x4e\xc9\x9a\xc7\x9e\xa8\x2d\x0b\x07\x06\xde\x2c\xa0\xae\x09\x0f\x46\x30\x09\x30\x4f\x24\x90\x12\x9d\x20\x2f\xd4\x81\x22\xfe\x23\x8c\x0b\x11\xda\x73\xda\x97\xe6\x8a\xc8\xef\xc1\x48\xd6\x52\xb3\x7a\x60\xc3\x3b\x00\xbf\x38\xeb\x08\xc3\x16\xe1\x05\x05\x08\xb7\x48\x33\x52\x59\x80\x7a\xcd\xc0\x8e\x3c\xab\x15\xb0\x22\x77\x1f\x7d\x17\x8c\x13\xcd\x8a\x35\x58\xae\xec\xdc\x2b\xe0\xc3\x7e\x22\x7d\x58\xc4\x6c\x13\x8e\xe7\x01\x2c\x92\x7e\x90\x81\x3b\xf5\x97\x8b\x89\xc6\x13\x6c\xa2\x08\x78\xf6\x19\xbc\x81\xef\x13\xed\x48\xb8\x24\x35\x5e\x2f\x29\x4a\xd0\xb4\xd2\xc9\x69\xdd\x28\x48\x99\x1f\x79\x2a\x7e\xb2\xa7\x92\x6a\xe3\xac\xd6\xa4\xc0\x9a\x20\x86\xe2\xe0\x01\x1a\xa7\x63\xd7\x71\x98\xae\x00\x08\xa9\x3a\x92\xc7\x26\xae\x28\xe6\x88\x8b\x09\xb9\xb4\xd4\xfa\x28\x56\x3d\x72\x83\x77\x77\x10\x5b\x37\xde\x5a\x3c\xa3\x50\xaa\xbe\x4c\x70\xf7\xbb\x9e\xde\xac\x93\xa7\x36\xe2\x85\x31\x0e\xe2\xc5\x12\x52\xa5\xc3\x46\xbe\x8a\x7c\x54\x0c\xcb\x23\x75\x4d\xe0\x1d\x2e\xa4\x03\xc9\x1f\x82\x65\x06\x94\xff\xa0\x74\xdc\x4b\x47\x8a\x4b\x36\x2b\x21\x1f\xff\x00\x37\xf5\xc4\x15\x20\xc2\x03\xe3\x82\xe7\xd6\xe9\x99\xd0\xd3\x04\xcf\xe0\xd4\x82\xa5\x4f\x7e\xad\xa2\x66\x23\xa8\x2f\x7b\x08\x2f\x01\xd4\xdb\x4d\x46\xcc\x0a\xb7\x49\xbe\xe2\xb0\x17\xb4\xd5\x44\x45\xa9\x10\x24\x40\x22\x47\x5a\xd5\x45\xf3\x78\x77\xcb\x2e\x1b\x12\x00\xc2\xa1\x51\x6a\x17\xf7\x8d\xf9\x3b\x00\x4a\x0f\x8d\x0b\x0f\xde\x0e\xef\x4d\xb8\xd2\x50\x0b\x3c\x3b\x78\x1f\x38\xd6\x89\x63\xb9\x62\xef\xab\xe0\xdb\x68\xf1\x06\x41\x29\x85\x51\x57\xf5\xfb\x3b\xd0\x5a\x55\xf4\xbc\xbc\x43\xba\xc3\xe5\x3e\x3b\x91\x54\x36\x5b\x0b\xc8\x2b\x36\x0c\xcf\x0a\xc9\x89\x55\x02\x19\x4d\x93\x77\x0a\x8e\x01\xc4\x2e\x88\x15\xa1\x61\xdb\x0c\x34\x26\x7a\xef\xdf\xac\xf1\xde\x0d\x3b\x7a\xbb\xfb\x0f\xdc\xf6\xd3\xdc\xed\x7c\xe5\xdd\xce\xd7\xba\xdb\x26\xb4\x61\xf7\x49\x4e\x8c\xdf\x2f\x28\x04\xaf\x09\xf6\xa5\xb6\xcc\x32\x0b\xd6\xc5\xcb\x47\x6b\x01\xc0\xf2\x94\xd9\x1a\x81\x9f\x49\x75\x76\x8d\xa3\x18\x9b\x43\xce\x50\xf2\x9f\x23\x17\xda\xac\x52\x8d\x28\x60\xaa\xbd\x35\x4a\x06\x9d\x5d\x49\x8b\xfe\x1d\xc7\x9d\xa2\xfe\x83\xad\xd7\xe8\x99\xdb\x44\x7f\xa2\xab\x70\x50\xd7\x22\xc5\x43\x0f\x76\xd2\xb6\x76\xd8\xfb\x8e\xb5\x01\xd3\x8a\x0a\x45\x38\xae\xd1\xb5\x68\x67\x3d\xf0\x21\xd5\xc3\x74\xc6\x45\x99\xf7\xcf\x3b\xda\x41\x4d\x18\x56\xf4\x8f\xb9\x12\xc2\xc0\xe5\x2d\x64\xd2\x38\xb3\x11\x79\x59\x1a\x34\xfc\xa1\xa6\x27\x2b\x51\xd1\x71\x07\x8d\xa8\xc6\x25\x02\x90\xeb\x63\x64\x3d\xc0\x5f\x7f\x3b\xef\xf5\xf2\x1b\x29\x58\x32\xef\x0b\x6a\x3b\xe7\x45\xe2\xad\x29\x10\x4b\x80\xdd\x50\x13\x21\x97\x30\x65\x87\xaa\x39\xf7\x46\xdb\xfa\x77\xd6\x04\x81\xda\x01\xfa\x54\xfd\x7d\x3c\xd0\x5f\xee\x11\x1c\xda\xcf\x8f\x23\xb0\x13\xf5\x5b\xc8\x4f\x82\xba\x69\xb4\x67\xa2\x21\x57\x71\x91\x20\x5e\x21\x0d\xb1\xee\x02\x6c\xca\xb2\x43\x0e\x93\x52\xf1\x4d\x03\x52\xef\xe2\xb6\xcf\x37\xba\xe6\x20\x7c\x8e\x18\x20\xf4\xaa\x0e\xf4\xbc\x16\x99\xc8\xd0\xfb\x42\xf5\x16\xf6\x04\x62\x02\x5b\x6c\x4a\x7a\x49\xcf\x95\x6d\xa5\x70\x80\x73\xe1\xe6\x32\xf3\x1c\x05\xc1\xc5\xbd\x97\x75\xd0\x90\x55\xd0\x94\x8e\x9b\xc6\xf2\x6e\x44\x46\xed\x40\xe8\x31\x84\xad\xa5\xbd\xb4\x4c\x29\x20\x9d\xb0\x94\xab\xa2\x8e\xc6\x59\x77\xf3\xd7\xbf\xfc\x79\x14\x0d\xc7\x5b\x6a\x9e\xb6\xd8\x9c\x85\x2b\x3f\xdc\x48\x1f\x01\xbb\xa6\x39\x34\x67\x85\x24\x83\xa8\xd7\x1b\x79\xe6\x78\xe4\x56\xf1\x16\xb4\x41\xa5\xae\xe3\xe4\xeb\x68\xe1\xf1\x07\xf7\xe8\x26\xe4\x4d\x51\xe7\x24\x3d\xf3\x86\xbb\x03\x10\xa2\x3d\x7d\xb4\xd6\x93\x31\xd7\x74\x69\x0c\xaa\x1b\x9a\xc2\x59\xd3\xe6\xcc\x06\x79\x48\x03\xaf\x11\x98\x8c\x08\xc5\x26\x5f\xe2\x64\x1c\x0f\xe3\x7a\xd7\x45\xc3\x94\x49\xff\x45\x27\x94\x01\x7e\xb5\x81\x4f\x64\x51\x44\xc7\x40\xd4\x87\xab\xf7\x01\x51\xc5\xec\xd5\x86\x1e\x9a\x67\x56\xc9\x59\x93\x55\xa0\x97\x77\xd8\x21\xf7\x5f\x68\x91\x1c\xa8\x3b\x1e\x76\x41\xbb\x6c\x60\xe4\xcf\xe6\x2d\x7a\x60\x3b\xf1\x9a\x5a\xed\x70\x3d\x7f\xe2\xbf\xed\xd8\xe5\xf5\x5a\x1a\x11\x37\xe6\x04\x08\x88\x9f\x53\xe7\xbc\x08\x6b\xf8\x63\x19\x73\xa5\x8d\x66\xa2\x2e\xc8\x6a\x4f\x18\x3e\x8f\xd0\x3e\x09\xe8\xfa\x8c\x44\x28\xe1\x76\x6d\xfd\xbf\x11\x34\x29\x24\xf8\x33\xb2\xee\x22\x35\xac\x82\x26\x5a\xa9\x15\x4e\x19\x6b\x54\x62\x3d\x68\x43\x61\xdc\xda\x19\xd8\xa5\x43\x68\xa8\x60\x7d\x52\x83\x93\xb3\xeb\x18\x1e\x1c\xcb\x18\x56\x30\xc1\x06\xed\x96\x3c\xec\x0f\xb5\xd0\x06\x60\x65\x3c\xdb\x3b\xbb\x79\x5e\xb0\xcf\x89\xf0\x89\x7f\xb0\x98\x9b\xb8\x25\xf6\x3a\x91\x33\x33\x5c\xe8\x1e\x0e\x04\x35\x04\x2c\xcb\x31\x10\xba\x40\x97\xad\x04\x64\x5e\x3a\x62\xfc\x76\xd6\xc7\x44\x16\x5f\x5b\xa7\x76\x72\x51\x65\xef\x7f\x8b\xe0\x01\xbf\xcc\xd9\x3d\xc1\xb8\xbb\x61\xa4\xa8\x7b\x22\xc2\xc9\xb1\x36\x44\xd4\xc1\x53\x66\xb9\xda\x83\x9f\x55\x95\x66\xed\xbe\x5b\xad\x5e\x91\x6f\xe7\x41\x80\x77\xce\xca\x3e\xa1\x26\x2f\x37\xe7\x98\x62\x13\xd1\x24\x28\xe6\xac\xf2\xae\xf4\x63\x10\x24\xcc\x01\xfe\x05\xbb\x20\x38\xd9\x55\x02\x7a\x85\x28\xef\x49\x4d\xc5\xf7\x0b\xed\x2b\xe8\x35\x03\x88\x11\x66\x26\x66\x67\x9d\x26\x23\xb4\x8a\xb4\xdd\x96\x15\x13\xc9\x99\x61\x63\xbc\xee\x21\x5d\xd5\x17\x2b\xb5\x22\x67\x9e\x32\x68\xd2\xf2\x4f\xc6\x47\x63\x35\xba\x15\x1f\xdd\x4c\xfc\x23\x8f\xad\x33\x94\x2b\x6f\x63\x94\x21\x7b\x9a\x4e\x43\x01\xe6\x84\x5f\xf6\xed\x8b\xa9\x1e\x9e\xa0\x3c\xbc\xfc\xbf\x1d\xdd\x09\xd9\x53\x5d\xea\x43\x3a\xcf\x42\x18\xc7\x8c\x77\xb6\x6b\x1e\xe3\xd4\x21\xba\x79\x7d\xf6\x90\xc9\x8a\x81\x48\xc9\x1a\xe0\x4c\xe6\x6e\xd8\x6e\x33\xa3\xa2\xe3\x13\x43\x52\x54\x38\x04\xcc\xd8\xbf\xea\xd8\x0d\x1b\x45\xe5\x33\x15\xea\xca\x46\x0a\x79\x41\xfa\x0d\x27\xb6\x58\xff\xac\xed\xb9\x9c\x68\xc3\x51\x65\x39\xbb\x62\x7e\x4f\xb7\x17\x5c\x9f\x39\x16\xf5\x5d\x87\xda\x58\x8e\x30\x7c\x82\xd4\x94\x8f\xf2\x3e\xa9\x80\xac\xb8\xeb\xc6\xc4\x1b\x90\xac\x3d\x46\x4f\x8a\xf4\x19\x38\x6d\xb1\x40\x9f\x5f\x1d\xdd\xf7\xb1\x75\xec\xae\xb1\x79\xab\xb9\xfe\xc7\x82\x5c\x65\x59\x14\x3b\x71\x72\x64\xcc\xdd\xb0\x94\xd7\xfc\xcd\x99\x17\xed\x58\x23\x69\x2d\x0f\xf0\xc1\x4e\xc5\xa6\x09\xc8\x9d\xc7\xfc\x5c\x94\x74\xbb\x88\xa9\xf8\xd0\xd1\x60\xbd\xd0\xa1\x64\x53\x9f\x14\x36\x99\x88\x61\x24\x7f\x94\xaa\x5b\xae\x69\xd5\x76\xbc\xdc\xc0\xf9\xea\xd9\x7a\xb6\xa1\x49\xeb\xff\x08\xa7\x36\x73\x62\x2e\x02\x5f\xef\x5a\x8c\x4c\xf8\x40\xb3\xfc\x55\x12\xca\xd8\xcb\xc8\x7b\xf5\xf8\x2b\x20\x09\xc2\xf2\x50\x21\xec\x5c\xba\x36\xeb\xc3\x98\xf4\x04\xb5\xe6\x87\x1e\x0f\x5e\x30\xb9\x96\x84\xc7\xdd\x08\xcb\x48\x8e\xaa\x02\xee\xec\x0e\xb8\x66\xab\xed\x7e\xef\x2a\xc9\x11\x16\x8e\xc4\x4a\x68\x54\x47\xc1\x4e\x1a\x27\xe3\x1f\x43\x9e\x7c\xc7\x28\x25\x89\x18\x70\xad\x03\x75\xb1\xa8\xef\xec\x14\xc8\x09\x50\x17\x0e\xf1\x05\xce\x60\x2d\xc8\x5a\xb7\xfc\x68\x61\x52\x6c\x90\x3f\xa8\x36\x92\x70\x54\x17\x91\xdc\x87\xe4\xf6\x3b\xe1\x05\x91\xe9\x99\xd5\x21\x14\xa2\xcf\x9c\xf0\x2b\x45\x39\xca\x07\x3b\xaf\xa2\x26\x83\xdb\x31\xdc\x03\x01\x3d\x7e\xed\x95\x17\xb8\x45\xec\xb8\xda\xb0\x49\xe6\x0e\xc5\x76\x54\x9d\x8f\xdf\xc8\xca\x5f\x8c\xb7\x08\xbc\x5f\x49\x44\x76\xa0\xba\x58\xae\x0a\xf3\x35\x0b\x5c\x37\x65\x0f\x32\xc6\x36\xeb\xac\xae\x95\x54\xce\x54\x36\x65\x87\x9b\x49\x6f\x06\xc3\xf0\xf5\xcd\x68\xc9\x1e\x8b\x82\x4b\x24\x87\xb7\x33\xba\xfb\x27\x86\x34\x84\xb9\x61\x4c\x26\xa0\xb1\xa4\x0b\xe8\x12\x47\x3a\xce\x2c\xfc\x92\xa4\xb1\xf4\x3b\x69\xbb\x5c\x78\xee\xcf\x8e\x56\xe1\x4c\x3b\xa3\xe1\x58\x71\x50\xa5\x00\xcf\x56\x4f\x82\x22\x20\x4d\xf2\x85\xb1\xb4\x56\x55\x8b\x01\xd5\x85\x9e\x02\xfc\x2c\xf6\xf5\xf3\x44\xc1\xb3\x15\xe9\x91\x5d\xff\x19\x7d\x67\x13\xfc\x8e\x41\x13\xda\x5b\xdf\xdb\x9c\xc6\x0b\x92\xf3\x9f\x1b\x4d\xa8\x3c\x2d\xab\x1d\x6b\x42\x53\xcf\x69\xee\x00\xaf\x40\xf2\x06\xfa\x1c\xc2\xdc\x41\xf0\x5e\xce\xcb\x1d\x90\x58\xed\x2c\xba\x96\x37\xe0\x48\x4a\x07\x75\x2d\x45\x56\x0b\xcb\x84\x39\x18\xe3\x88\x50\xc3\x33\xe1\x12\x2a\xdb\xd4\x77\xe0\xbc\xbb\x1a\x1e\x21\xc8\x21\xe4\x03\x89\xdf\xa7\xa4\xc2\x9e\x90\xb1\x94\x40\xef\xbe\x63\x0d\x0d\x89\x97\xd4\x05\x12\x1a\x19\xf5\xaf\x0e\x0b\xb5\x8e\xd3\xec\x78\xe7\xe9\x81\x11\x8e\x4a\x10\x27\x2d\x2d\x91\xc8\x3d\xfc\x48\x62\x93\x10\xa4\x62\xab\x85\x53\xfc\x7f\x62\xfa\x47\x54\xe6\xd7\xd5\x33\x0d\x8d\xff\xd3\x77\x7f\xf9\x8c\xe6\x30\x34\x96\xf5\xa6\xb5\x14\xb6\x42\xf5\x5c\x8d\x2a\xd9\x52\x5d\xa5\x2b\xc1\xc4\x29\xeb\x3b\x66\x3a\x8e\x65\x0d\xb2\xfb\xd7\x4f\xd6\x8a\x1d\x0b\xb9\x31\x29\x08\xf5\x92\x8b\x8f\x91\x79\xae\xa5\x5f\xe3\xc1\x56\x36\xe8\x92\x20\x71\x80\xf0\x36\x67\x15\x8e\xd5\xd0\x43\x0b\x8b\x55\x3c\x05\xb4\xf7\x74\x62\x52\xfc\xd8\xc1\xd8\x2b\x57\x5f\x47\x82\xa3\xb4\x11\x02\x9a\xc4\x36\x30\xb8\x1f\x92\x86\x03\x73\x39\x68\x01\x54\x02\x88\xe6\x30\xfc\xb7\xcd\xe9\xa6\x38\xc2\x89\xa7\xfa\x67\xb6\xbf\xdc\xaa\xf8\xa8\x12\x53\x27\x07\x26\x00\x2d\xf8\x42\xab\x3d\x43\xcb\xa8\x12\x41\x21\x0a\x07\x25\x43\xf8\x58\x45\x4b\xc0\xc8\xe0\xe8\x48\xfa\x31\x17\x91\xd9\x85\x16\x53\x35\xdf\xe4\x3e\x17\xd2\x3a\x6a\x67\x04\x44\x50\x88\x37\xaa\xb9\x93\x6a\xb0\x1e\xbf\xcb\x0a\x11\x72\x8e\xc6\x9c\xed\xaa\x73\x6d\xe8\x45\xc0\x94\x7a\xde\xbf\xc4\x98\x3d\xf4\xc7\xf3\x70\x82\x7f\x62\xea\x3d\xfc\x50\xe7\xdb\xa2\xa3\x1e\x90\xe9\x3b\x66\xab\xe2\x2d\xf2\x2a\x08\xb8\x79\x9c\xe9\x98\x79\x44\xf4\xcc\xc7\x2c\xf7\x0d\x2f\xf3\x50\xfb\x82\x1c\x2e\x66\x15\xb3\xa4\x21\x97\x7c\x2e\x92\x60\x4a\xa0\xaf\x93\xa9\x43\x00\x3f\x5d\xb9\xfb\xf0\xd0\xe7\xa3\xb2\x4f\x39\x75\x33\x41\x6e\x36\xbe\x48\xca\xdc\x14\x4f\x7c\x6e\x42\x2c\xef\xc0\xa2\xac\xaf\xc2\xc8\x04\x19\xa3\x15\x9b\x5c\x41\xab\x63\xcd\xec\x9b\xf0\x35\x05\x43\x8f\x05\xcc\xd0\xc9\xf8\xc1\xc9\x32\xc6\x20\xbc\x73\xcd\x51\x82\xb4\xc8\x9b\x32\xee\xfe\x5f\xd5\x5c\x68\x85\xed\xf7\x1d\xfe\x79\x20\x6b\xbd\xd0\x2e\x10\x52\xbf\x84\x81\x39\xce\xb6\x3d\x8b\xb5\x83\xed\x8f\x48\xfe\x5c\x68\xf7\x28\xf2\x90\xba\x1b\x0b\x61\xe8\x4f\xa0\x13\xf8\x46\x5d\xe4\x9f\x84\x00\xe4\x25\x78\x52\x6b\x96\x0a\x50\x76\x30\xd1\xd4\x9d\xf7\xa4\x16\xf2\x9c\xc9\x96\xe0\x1f\xca\x7d\xc7\xeb\x35\x04\xf6\x70\xac\xde\x59\xea\x8c\x10\x35\x27\x1a\x3a\x3c\xdd\xd3\xe3\x8b\xe4\xa1\x78\xe6\xc9\x39\x5f\xff\x27\x0b\x91\xa3\xd5\x81\xaa\x73\x83\x79\x74\x15\x2c\xfe\xd7\x22\xe1\x32\xe7\xf9\x99\x45\xc2\x11\x72\x75\x44\x82\x75\xb4\xd5\x56\x1d\x1d\x47\xb1\x96\x3f\xe4\x8c\x1d\xb7\x84\xcb\x19\x80\x2e\x6b\xe2\x8e\x19\xd8\x89\x33\x21\xf3\x02\x46\x8f\x62\xab\x99\x26\x8e\x20\x01\x93\x9c\x68\x94\xcd\x92\xc0\xa2\x46\xf4\x0e\x88\x9c\xad\x68\x2f\x2b\xb2\xad\xac\x87\x1c\xed\x17\x84\x8f\x31\x59\x0d\x70\xae\xf8\x0d\x3e\x39\x59\xde\xc2\x1e\x3b\xb0\xf8\x57\x8a\x61\x32\x88\x3b\x8a\xb1\x2e\x36\x2f\x8c\xb3\x78\x94\x76\x63\x08\x4c\x57\x32\xef\x7f\xb0\x87\x91\xba\x2e\x05\xb9\xaa\xd9\xab\x95\xd1\x21\x41\x76\x07\xb8\xf1\xfa\x0c\xd4\xda\x26\xe2\x27\x98\x93\x39\x70\x18\x15\x3a\x26\x42\x13\x72\x1c\x48\xec\x28\x5e\x0f\x20\xdb\xb5\xf6\x30\xab\xee\x01\xb2\x7b\xeb\x63\x7a\x3e\x68\xc6\x91\x89\x7f\x71\xe9\x2c\x20\x48\xe4\x3f\xe7\xdc\x35\x47\x46\xc3\xee\x65\xd7\xf2\x73\x86\x2b\x2c\x72\x29\xea\xf4\xf2\x81\x05\xb7\xa6\x90\xde\x05\x67\xd0\x37\x9a\x83\x4a\xba\xbd\xd7\x62\x96\x86\xd6\x4d\xab\x7c\x5f\x8f\x09\xea\x8b\xe7\x22\x3c\x07\x72\x0b\xfb\xd6\x59\x6d\xe0\xf4\xe9\xc1\x60\x0f\xca\x87\xf7\x6d\x75\x7f\xbc\x76\x6a\x55\x05\xc8\x7b\x55\x4b\x8e\x67\x2a\x21\x0d\x95\x03\xd8\xcb\x7d\xa1\xb6\x5c\x27\x0b\x3b\xbb\xcf\x13\x9e\xfa\x66\x21\x12\x1f\x61\xfe\x39\xf5\x09\x92\xf9\x6b\xeb\xdd\x43\xd6\xb9\x22\xc7\x88\x8a\xbc\xc5\xb1\x6d\x65\x96\x4e\x26\x5b\xcb\x6c\xb5\x76\xb2\x32\xdb\x19\xe4\xa3\xd4\xcb\x9a\x16\xf5\xb2\x8e\x62\xa1\x53\xf0\x09\x80\xbc\x2c\xb0\xca\x23\xfd\x63\xed\x70\xb8\x76\x6e\xbc\x10\xa9\xdb\x78\x68\xb5\xa0\xa4\xab\x30\xda\xaf\xf0\x0f\xfe\x57\xed\x60\x60\x71\xd3\x85\x0b\xe8\xe4\xa8\x03\x78\x89\xe6\xed\x6c\x90\x95\xc4\x19\xd8\xb4\x31\x33\xe1\xcb\x21\xb9\xa4\x1a\xec\x01\xea\x51\x93\x9b\xc3\x88\x6a\x5e\xf6\x38\x80\x21\xb1\x10\x9d\x7b\x81\xa0\x4d\x26\x5d\x08\xe4\xd1\xef\xa6\xdb\xc9\xb8\xa7\x1d\xdd\xc0\x54\xcd\x9b\x69\x4a\x96\xc6\xf5\x03\xd4\x06\xcb\x74\xb4\x97\x70\x12\xf5\x7d\x3c\x18\xf4\xa8\x35\xf1\x0d\xfc\x6c\x85\x1f\xe0\xf3\xac\x4d\xc7\xa5\x5f\xd2\x23\x25\xdd\xee\x08\xf9\x28\x3f\x62\xcd\xaf\x18\xe0\xb6\x67\xd0\x33\xf6\x00\x9b\xe2\xa3\xde\x27\x30\xf6\x5c\xff\x63\x47\xdd\x4e\xf6\xbc\x63\xf2\x5b\x99\xe8\x08\x64\x0c\x04\xb8\x01\x21\x2d\xe8\xb7\x76\x8f\x0e\x7b\xf9\x4f\x5a\x8a\x05\x22\x83\x3e\x6b\x3b\xc9\x87\xd8\xc2\xba\xad\xe9\xaf\xf0\x50\x8b\xe0\x53\x5e\xde\x65\x2f\x34\x75\x6d\x9d\x5d\x8e\x56\xcf\xb7\xdb\x78\x8d\xc8\xc5\x07\x88\x2f\x19\x10\xa7\x36\x53\xe0\x0c\x9d\x40\xf4\xd9\x1b\x4a\x60\x98\xb4\x13\x7c\xe7\x33\x32\x3b\xee\x83\x59\x83\x88\x6f\x08\x2c\x26\xad\xa0\x5b\xdc\x7a\x51\x31\x4f\xed\x17\xb7\x92\x87\x60\x6c\x4d\x58\x6b\xe2\xb9\xc8\x55\x9c\xec\x5b\x50\xe0\x00\x1c\x32\xc6\x90\xe7\xc8\x4b\x51\xb7\x06\x5c\x44\x5c\xe3\xc2\xcd\xfb\xae\xcb\x5c\xc8\xb7\x60\x9b\xad\xc3\x10\xb8\xac\x9b\x43\x57\x81\xa0\xc6\x5b\xbd\x71\xaa\xe8\x87\x07\xf8\x9a\xb2\xea\xd9\xe8\x71\xff\xc5\x59\x4d\xf0\x81\x73\x87\x16\x11\xc3\xd0\x3b\x0b\xe7\x97\x0d\x77\xf4\x15\x50\x7e\x52\x6e\x9b\xc4\xf6\x85\x37\x7e\xf9\x9e\x63\xc6\x62\xed\x93\x35\xf6\xcb\x54\xd5\x24\x5c\x38\x29\x84\xcd\x02\xd4\x81\xf6\xb3\xa2\x20\xa1\x73\x90\x69\xaf\x01\x93\x22\x13\xc4\x28\x93\x63\xc8\x53\xc7\x02\xcc\x3b\xb9\x8a\x3d\x67\x83\x10\xe8\xeb\x79\x75\x74\x04\xf8\x9e\xf5\x38\x5d\x16\x3a\xdd\x2c\x9c\xb0\x3f\xda\xc1\xe5\x7a\xff\x5f\xb3\x75\xeb\xcd\x19\xc8\x7d\xad\x67\xd5\xa1\x05\xff\xbc\x34\x21\x79\x86\x2b\xf1\x6a\xac\x50\x3c\x01\x63\x44\xe2\x14\x3c\xa8\xb1\x3c\x82\x7a\x08\xd8\x22\x48\xd9\x2d\x27\x81\x69\x76\x8b\xb4\xb7\xed\xb2\x10\x56\xda\xf4\xfa\xd7\xe4\x0a\x9a\xca\xec\x15\x64\x7d\x35\x02\x1e\x0a\x58\xc3\x9b\x0a\xcf\x0d\xae\x53\x5d\x0e\xad\x32\x79\x6c\x3f\x58\xc1\x5a\x36\x40\xd5\xb5\x6d\x63\x22\x1a\x29\x1f\x87\xf5\xef\xff\x5f\xff\xfd\xab\xcb\xaf\xeb\x63\x7f\xbd\x1c\xf5\xe0\x5f\xd6\x74\x2b\xd4\x34\xd0\x1c\x46\x44\xa8\xf2\x34\x45\xc7\xce\xcc\xa0\xa5\xbc\x41\x41\x8d\xf7\x18\x4d\xb9\x34\x60\x71\x1a\x99\xef\xfe\xa7\x33\xd5\xb9\x40\xf7\x32\x74\x41\xfe\x48\x52\x07\xd5\x8f\x3e\x39\x34\x43\x75\xa1\xc2\x38\x35\x04\x63\x90\xfb\x59\x18\xe7\x1e\xff\xf5\x9b\x71\xd6\xb9\xde\xde\x19\x67\x90\x28\xe1\x8f\xa4\x1b\x41\x75\x31\x3f\x11\xce\xdf\x0a\xf5\x95\xf0\x85\x97\xbb\x59\xc1\x68\xe5\x6b\x07\x19\x84\xd0\x0a\x72\xa8\x22\xc7\x13\xb2\x71\x9d\xbc\xdf\x4f\x06\xdd\x50\xa2\xa7\x20\xfb\x68\xbd\x54\x17\x32\xb5\x1f\x11\x2c\xfc\x72\x18\x0d\xc7\x10\x20\x0d\xae\xf7\xbc\x36\xd2\x4c\x33\x3f\x13\x78\x6d\x28\x15\x86\x00\xf2\xc9\xca\xb9\x70\x13\xea\x10\xb0\x6a\xc1\x2a\xa1\x4e\xe6\x33\x5f\xed\x92\x70\x19\x9c\x2e\xc9\x2f\x06\x89\xcc\xe2\xf8\xb9\xc8\xa9\x4c\xe3\xf1\x5f\x51\x39\x4a\x51\xac\xbe\x27\xfc\x08\x0e\x98\x7b\xbc\x1b\x6d\x67\x3d\xc8\x48\xc0\xd1\x09\x50\x46\xa2\x4c\x76\xa0\xcc\x86\x5a\x22\xa2\xc3\x5b\xcc\xc0\x9d\x22\x4c\x1d\x63\xa4\xf5\xc2\xa4\xd8\xa5\x29\xa8\x77\x5a\xd8\xfb\x26\xb6\x5a\x0d\x85\x59\xc6\x4c\x4f\xc5\xbd\x84\x2a\xfb\x40\x71\xa0\x35\x8a\x02\xf5\x92\xad\x14\xda\xfd\x09\x99\x94\x63\x3c\x94\x99\xc2\x5a\xbd\xb4\x28\x15\xdc\xf1\x17\x60\x15\x66\x11\x40\x50\x56\x16\x14\x83\xc0\xdb\xc5\x14\x0c\xbd\x34\x29\xd2\x42\x14\x15\x03\x8e\x0a\xdc\x78\x47\xc9\x0d\xd0\x24\x58\x84\xea\x30\xf3\xd8\x44\xc1\x35\x15\x12\xfa\x8a\x35\x07\xb7\xf4\x19\xa6\x94\xc2\x15\xc7\x00\x21\xff\x91\x8b\x9b\xab\x43\x01\x29\x4a\x08\x71\xdd\xd7\x91\x2e\x28\xcc\xb2\x4c\x6a\x32\x2e\x47\x7a\x2b\xad\x9a\x2d\xe9\xcf\xc1\x0a\x48\xec\xa0\x12\x6a\xbf\x8d\xa6\x94\x7b\x24\x48\xe1\xd5\xe8\x2f\xc0\xe7\x00\x3a\xfc\x83\x76\x49\x34\x5f\xfa\x0a\x91\x72\x01\xb6\xcf\x51\xe7\xf2\x99\x96\x21\x4d\x93\x2e\xa6\x9d\xf9\x92\xdc\x19\xcc\xaf\x26\xc9\xde\xfc\xb2\xae\x61\x20\x26\x54\xef\x5e\x7f\xd5\x9a\x04\x93\x5f\x0e\x6b\xb5\x19\x47\xca\xa3\x85\x2d\xc7\x64\x1b\xb4\xc2\x90\x21\x1a\x0c\x40\x34\xdc\x02\xaf\x63\x83\xe5\xa6\xb6\xad\x6c\xd9\x51\x00\x32\x6a\xeb\x01\xbf\xc2\x2c\x4b\x33\xe2\x8b\x9d\x3e\xee\xf8\x06\x08\x0d\x0c\x7a\xb3\x8b\x06\xce\x0a\xbc\x96\x34\xbb\x68\x1c\x58\x80\xd7\x25\x1f\xa6\x03\xd9\xe3\x9b\x25\x95\x06\xb9\xc5\xde\x14\xba\x8f\xbb\x60\x85\xa9\x0b\x48\xf0\x64\xfb\xfd\x19\xaf\x6c\x75\x4f\xc5\x5f\x42\x75\x3b\x5a\x1b\x9b\x6e\xce\x16\x4e\xd9\x2c\xb9\x17\xa7\xb9\xdc\xca\xac\xb9\x37\x58\x82\x4d\x57\x73\x64\x0d\x9d\x88\x86\x78\x24\x23\x0c\x2f\x06\x16\xd0\x98\x56\x03\x09\xd4\xa8\x3d\xec\x25\x9d\xd4\xcb\x28\x79\xe6\xc1\x8f\xe2\xf5\x5a\x2d\x77\x1d\x7a\x0a\x67\x35\x81\x89\xf0\xf6\xca\x64\x6b\x13\xc4\xa8\xb9\x7b\x01\x66\x44\xb8\x2b\xd3\xe8\xc8\xbf\x27\xdd\x8c\x51\x39\x4f\xfc\xa7\xea\x5c\xb2\x81\x12\x98\x80\x3b\x43\xf7\xe1\x7b\xc2\x55\x8e\xd5\x03\xc1\xb5\x72\xff\x7a\x58\xf7\x1b\xc8\x49\xfe\x05\xa4\x1e\xe2\x48\x02\x33\x55\x07\x59\x0b\xcc\x6c\x5b\xa8\x47\xe5\xcc\xe7\x80\x8c\x99\xab\x01\x7e\x78\x2c\x21\xa3\x05\xbe\xb4\x20\x39\xaa\x26\x61\x4e\x99\x9b\x23\x41\xcf\x42\xfd\x0a\xae\x09\x59\xe6\x90\x80\x8e\x7c\xb6\x8f\xa4\x29\x85\xc1\x0a\x58\xdb\xdb\xa1\x11\x08\xae\xba\xed\xad\x9b\x34\xc0\x77\x6e\x91\x25\xed\x9c\x5c\x3f\x40\x3f\x1d\x80\x12\x00\xd2\x6e\xd3\x00\xac\xad\x44\x2b\x86\xb6\xf1\x6a\x27\xa3\xb9\x37\x42\x81\xa9\xa3\xee\xb3\x16\x07\xd8\xa6\x07\xf6\x49\x89\x36\x2d\x28\xc3\x59\x94\x44\x58\x1e\x5b\x74\x1e\x68\x09\x6f\xca\xb6\x14\x64\x21\xd0\x76\x94\x76\xd4\xea\x29\x68\x20\xe0\x4d\xe2\x7b\xa5\x07\xc7\x00\xca\x6f\x86\x00\x2c\x49\x3c\xf5\x99\xa7\xd2\xac\x1f\xa0\x9f\x17\x25\x90\x2c\x76\x46\xf5\x52\xbd\x30\x37\x48\x39\xc6\x8d\xf1\xbd\x76\x21\xd5\x81\x40\xce\x3a\x5e\x39\x10\x20\x0c\x84\x82\x4d\x17\x5d\xc4\x17\xaf\xbe\x78\xad\x20\x18\xb0\xde\x70\x57\x7f\x72\xad\xb8\xf0\xea\xc5\xab\x2f\x5d\x2b\x40\x7b\x5c\x19\xa4\xbd\x9d\x5c\x4f\x1b\x46\xc2\x01\x74\xaf\xe1\x28\xdd\xcb\xf2\x71\x61\x59\xe7\x19\x39\xe4\x58\xac\x09\x39\x72\xbf\x73\x7c\x5f\x27\x2e\xa6\xe3\x32\x31\x0d\x88\xae\xab\x1b\x55\x08\x92\x99\x66\xdc\x6f\xf3\xf1\x15\x88\x12\xe5\x81\x51\x10\x8d\x1e\x90\x5a\x81\xee\xa6\xdc\x7c\xbf\x7a\xb0\x70\x52\x59\x17\xce\x49\xed\x58\x2b\xdd\x7f\x44\xff\x7a\x15\xf7\x0e\xa7\xf6\xbe\x99\x38\xb7\x4e\x6d\x5f\x38\x21\xd7\x67\xc6\x55\xa9\xea\xeb\xd6\x72\xf1\xb8\x2d\x2c\x69\x76\xe7\x61\x7a\x5e\x35\xb7\xfc\x2f\x15\x68\x78\x1c\x33\xc2\xa9\x0e\x30\x4a\xf1\x98\x79\x0e\x7b\xcc\xec\x36\x29\x8b\xc1\xba\x3d\xd6\x9a\x33\x97\xe3\x09\x77\x02\x8f\xf4\x19\xd0\xfe\xba\x3a\x8c\x77\xd5\x78\x2d\xce\x4e\xce\x79\x25\xb4\x7c\x3d\x92\xb7\x47\x49\x51\xcf\x3b\x30\xf1\xa6\x4a\x54\xdc\x36\x43\x73\xec\x9b\x0c\x52\x11\xfc\x05\xc7\x86\x38\xe2\xd5\x39\xe7\x1c\xe6\x54\x26\xf9\x07\x93\x2f\x80\xc4\x6a\xfe\x8c\x19\xc1\xeb\xac\x77\xc0\xa6\xeb\x97\x56\x6f\x68\xe5\x16\x3a\x43\xed\x36\xaa\x7b\xd2\xb4\xa6\x84\x33\x5b\xb6\xb0\xf0\x9f\x3a\x00\x8a\x84\x11\xb0\xa3\xcb\x57\xe8\xe4\x65\xa4\x47\xf0\xd2\x5a\x8a\x64\xd9\x6c\x2b\xb2\xde\x1c\x2c\xf8\x3e\x24\x30\x5a\xde\x92\xd1\x43\x75\xa9\x94\x5d\x57\xdf\x2f\x10\xd9\x60\xc2\xc5\x0d\x5f\x33\xe3\x80\x1e\xb4\x90\x28\x30\xed\x66\x25\x6d\x1b\xc8\xc0\x31\x47\x81\xea\xcb\xaf\x84\x28\xea\x1d\x27\x7b\x26\x36\x74\x66\xc9\x2c\xb1\x54\x65\x25\x87\x9d\xcb\x24\xba\xad\x3b\x79\x0f\x84\xac\x7f\xc7\x98\xac\xfd\x6a\x7b\xbf\x35\x38\x0e\x00\xb2\x0b\xca\x20\xd4\xc8\xbe\xfd\x22\xc4\x4f\x06\x99\x14\xea\xd9\x78\x1a\xd4\x24\x10\x6e\xed\x36\xf0\xd2\x13\x4a\xd3\x6c\xfd\xbe\xea\x82\x76\x56\xb5\x3f\xa7\xd7\x90\x18\xaf\x29\x6e\x67\x11\x08\xd1\x21\x5b\x26\xa5\x23\x5d\x70\xd6\x07\x2a\xd5\xb5\xc2\x6d\x48\x1c\xf6\xb9\x7d\x26\xc2\x7b\xb6\x01\x3d\x76\x3b\xa4\xf5\x5e\xe1\xa4\x4b\x1a\x96\xaa\x2c\xcd\xea\x96\x49\x50\xdd\x42\x7d\x14\x1e\x1c\x26\xea\x6d\x53\xbc\x1d\xe6\xa3\xbf\xc5\x7c\xd3\xcc\xe5\x9b\x28\xf9\x43\xb0\x17\xdf\x96\xe9\xca\x55\x4f\x99\x49\xd8\x97\x66\x83\x49\x4c\x16\x7c\xa7\xbe\xd0\x8a\xa5\x9a\xea\x33\x13\x64\xa9\x67\x36\x18\x47\x73\xb8\x8f\xc0\x1f\x03\x71\x4a\xcb\x5b\xe1\x56\x52\xa4\x9b\x74\x05\x0b\xa7\x74\x92\x53\x5a\xc3\xdf\x16\xfd\xb9\xa9\xd6\x69\x0e\x83\x9b\x38\x0a\xb5\x90\x22\x4d\x2b\xcd\xf8\x4a\x72\x30\x8b\x8d\x7b\xa0\xd7\x31\xfe\xce\xa8\x5e\x84\x14\xa5\x64\x94\xc0\x20\x3a\x6e\x5d\xee\x02\xff\x5e\xe6\x66\x09\xa2\x78\x0e\xaa\x14\xe7\xfa\x80\xdc\xb3\x86\x63\xf2\x02\x74\x03\x9b\xf6\x13\x91\x50\xbd\x2e\x75\x08\x1f\x21\x98\x91\x21\x93\x73\xe8\xa0\x01\xcc\xac\x0c\x92\xf4\xc8\x1a\xdf\x8a\x62\xba\x98\x7c\x8d\x4b\xb4\x17\xb5\x34\xf1\x39\x87\x68\x97\x46\x33\xfb\x09\xd4\xa8\x10\xac\xad\x22\xa2\x2f\xe0\xe4\x2f\x00\x7f\xdb\x65\x82\xfa\x23\xfc\x07\x91\x55\xbe\xb4\x1a\xc5\xc0\x1a\xc0\x8f\x18\xdd\x92\x35\xec\x81\x2e\x68\x0f\x16\x9c\x60\x46\xd8\xa3\x11\x78\x61\x59\x5d\x4f\xe5\xc6\x4c\x39\x28\x69\x35\xd1\xc7\xbf\x6b\x3c\xa2\xbf\xbc\x64\xbe\xf0\xf4\xfd\x74\xb4\xa3\xf9\x61\x5e\x85\x98\x5a\x0d\xfc\x6c\x66\x53\xc3\xfc\x9d\xe2\xf2\x79\xcb\xc9\x16\x30\xb9\x7b\xe9\xa8\x60\x9b\xf1\xb7\x2e\x8d\x76\xda\x05\x35\x92\xb6\x01\xa8\x3a\x0b\x37\x61\x2d\xc7\x69\xbb\xfe\x17\xd4\x83\x59\x51\x05\xdc\xb8\x71\x61\x8d\x6f\xe0\xeb\x74\x82\x64\xc1\x91\xad\x46\x15\x9e\x9f\xb3\x89\xbe\xab\xb9\xda\x96\x73\x1f\x58\x12\xd8\x5c\xc2\x54\xbc\x7d\x78\x04\xba\xcd\xf7\x6b\x2f\x68\xea\xcc\xba\x08\x45\x55\x3f\xc7\x13\x28\xd9\x35\x51\xa8\x85\x9c\x76\xbf\x5c\x70\xad\x9e\xa5\x76\xef\x3d\xc7\x31\x2c\xc3\x45\x60\xc8\x9e\x7d\x0b\x29\xd7\xcc\x0f\x0e\x0d\x51\x47\x93\xa8\x9b\x2a\x87\x4e\x83\x2e\x54\xf6\x04\xb3\x42\x91\x84\xb4\x73\x3d\xb3\xce\x3c\x64\xe0\xd0\x01\x96\xda\x86\x4c\x2e\xa8\x88\xcb\xb5\x83\xae\x95\xb6\x88\x89\xa4\x82\x62\xc2\x60\x02\xa7\xc8\xa6\x07\x02\x0a\xaf\x00\xfc\x72\x7f\x31\x11\x59\xf1\x8d\xc4\x6d\x48\x42\x32\x68\xa3\xbb\x0d\xde\xa1\xf0\x08\x11\x75\xef\xd6\x05\x19\x3f\x74\x78\xc5\x7d\x88\x25\xa0\x27\x83\xbf\x8a\xaa\x17\xd6\xfa\x4b\xf1\xd1\x7e\xc8\xd4\xb5\x5f\x39\x73\xb2\x12\x1b\x84\xec\xa0\x98\xe5\x7e\xd3\x8a\xd7\xad\x25\x8f\xab\xc4\x2b\x42\x57\x49\xe6\xd5\x4d\x28\x59\xd8\xb4\x26\xdf\x2f\x39\x04\x71\x7e\x90\xe5\xbe\xb6\x15\x3b\x9b\x90\x4b\xa5\xe5\x39\x54\xca\x79\xca\xab\xaf\x89\x07\x42\x34\x35\x1e\x30\x7a\xc6\x01\xd1\xb0\x58\x28\xaa\x17\x4c\xa6\x51\x83\xbf\x26\x98\xd7\xac\x7a\x45\x8b\x83\xc6\x48\xbd\x55\x6f\xfb\xf9\x1f\x5d\xec\x5e\x62\x84\xc0\x8e\xd9\x74\xf3\x21\xaf\x30\x30\x26\xea\x66\x4d\x71\xea\x47\x64\x19\x0e\xc3\xd7\xf1\x82\x4a\x91\xcf\x63\x5d\x93\xc2\x77\x9a\x96\x80\x8a\x18\xee\xfd\x48\x58\xee\x04\x67\x6a\xf5\xc1\xe2\x73\xa3\x96\x5c\xb4\x5b\xa5\x29\xf7\x9b\x76\x2b\x5a\x26\x48\x24\x29\xd7\x95\xb7\xbb\x63\xf5\x08\x91\x81\x30\x9c\x16\x3a\x09\x93\x51\xef\x36\xe2\xb0\x63\x7f\xb1\x8e\xee\xa5\x32\xad\xaf\xfd\x71\x0f\x42\xb1\xf9\x5b\xbb\x69\x82\x06\x07\xc1\xb3\x10\x80\x1b\x93\x8c\x14\x76\xdd\xf4\x7a\xc2\x5f\x5f\x88\x20\xf4\x10\xe4\x4a\x42\x6c\x51\xe0\xec\xad\x36\x0e\x3d\x42\xc8\x83\x7e\x2a\x5b\x84\xbd\x36\x65\x03\x73\x84\x5f\x57\x4e\x0e\x6a\x40\x78\x45\xa3\xd5\xe7\x4b\xee\x99\xa5\x9c\x81\xc7\xda\x8f\xe4\x77\x53\xf1\x8e\xa7\x01\xb5\x46\x3f\x29\x43\x3e\x36\x4e\x75\x65\xc6\x34\xa4\xeb\xd0\x58\x86\x97\xb5\x11\xce\x39\xfe\x63\x75\x06\xf8\x3f\x50\xd8\x9e\x42\xc5\x8f\xc3\x1f\x07\x4e\xd5\x95\xd4\xd4\x81\x1a\x5f\x36\x21\xd9\xf0\x8a\x3c\x42\x2f\xc6\xf2\x85\x72\xa1\x8b\x0b\xdc\x13\xb4\x96\xa0\x23\x92\xc2\x68\x16\x69\xae\x9d\x9b\x1c\x0f\x0f\x53\x22\xd5\xc0\x56\x45\x9b\x62\xd3\x2e\xce\xb9\x48\xd4\x31\x93\x0d\x91\xdb\x92\x9d\x53\xab\x80\x56\x51\xa6\x88\x8f\xab\x94\x06\xe1\x4d\xf2\xe1\xde\xf7\xa5\xcf\x58\xe0\x0f\x3a\xf2\x75\xd2\x04\x3d\xe7\x02\x73\xad\x42\xc2\x5b\xcb\xb9\x54\x11\x66\x55\xcf\x40\xfb\x30\x5f\x1d\xb2\xf4\xd7\xe8\x1e\x42\x5b\xf4\xe1\x79\x3d\xad\xc3\x8d\xec\x7a\x06\x71\x93\x28\x90\xe3\xbf\x5a\x37\xd2\x5e\x07\xab\xca\x85\x6a\x5f\xe0\xf5\x71\xf3\xe7\x9c\xf6\x7c\xc6\xfc\x0d\x67\x56\xb0\x42\x6e\x13\x1b\x94\x87\xec\x50\xbb\x76\x1e\x21\x86\x61\xcb\x50\x35\x30\x0e\xc2\xc8\x8f\x25\xc7\xb1\x74\xc2\x9b\xe6\xec\xb2\x41\xb9\x3e\x9c\x57\xf0\x90\xfd\x55\x8d\xe3\x93\x55\x32\x50\xed\x1f\x7c\x1a\x2d\x5a\x38\x23\x82\xed\x6c\x54\x40\xe5\x91\x1d\x1f\xd3\xea\xc2\xb2\x9a\x2b\x75\x59\x55\x1a\x43\x77\x0b\x7c\x62\x35\x03\xb5\x90\x4a\x86\xf0\x48\x94\x6d\xaa\xb2\x08\x9d\x63\x29\xdc\x49\x7b\x74\xb3\x2a\xdc\x38\x7f\xdc\x63\x2c\xa1\x0b\xe5\xf9\x0e\x63\x3e\xef\x7b\xca\x7a\x86\xdf\xe3\xed\x69\x8e\xa2\x8a\xf7\xd5\x6a\x2e\xf1\xe9\x61\x7d\x4d\x5a\xb0\x51\xb6\x1a\xdf\xce\xc0\x52\x31\xd4\x9c\xd7\x99\x0d\xb6\xf3\xcd\x8b\x05\x33\x8c\x12\x73\xba\x21\x22\x72\x14\x20\xfb\x38\x10\x22\x18\x98\xb8\xbd\x35\x2e\x4b\x9d\xc4\x54\x2a\x45\x9d\xf3\x34\xad\xee\x35\x9e\x24\x36\x4d\x7a\xe0\xd2\x7f\x53\xb3\x8a\xfe\xbd\x7a\xbc\x58\x5d\xdd\x81\x50\x56\x58\x33\x47\x65\xd4\x99\x38\x1e\x32\x7d\x56\x82\xf1\x27\x75\x17\x44\xfa\x8c\x22\x8a\x74\x7a\xd0\x40\x7a\x36\xf3\x4d\x71\x3d\x9c\xc6\xf3\x1b\xbe\x55\xf1\x4d\xd4\xb5\x84\xb3\xfa\x0e\xb0\x07\x72\xfd\xc4\xdb\x7f\xa2\xf7\xb3\x98\xdb\x3e\xbb\x79\x7e\xbd\xe0\xe4\x8d\x97\xf1\xc1\x3a\xd3\xed\x64\x25\xb5\x78\x23\x2b\xe3\xea\xe7\xad\xa4\xc8\x3a\x6d\xbb\x70\xa7\x38\x6d\x20\x1b\x9f\xed\x49\x39\x23\xbf\x71\x2a\xf4\x12\xbf\x42\x4c\x98\x6d\xc9\x29\xec\xec\x24\xab\x13\xfe\x89\x23\xa1\xf4\x65\xe0\x28\xe8\x25\x69\x94\x29\x27\x57\x25\x69\x34\x79\x19\x99\x62\xdb\xa0\x6e\x13\x93\xc4\x0b\xb9\x4b\xd1\xdd\xf3\xa6\x18\x11\xf8\xd4\xb2\x4b\x4c\xba\x7b\x40\xb9\xbb\x62\x87\xa8\x0a\x42\x69\xeb\x96\x70\x5a\xa8\x3b\x4a\x00\x3d\x93\xac\x4c\x1b\x81\x38\xbd\xf3\xcc\x7a\xf9\x39\x11\xcc\x8d\xc9\x97\xab\xa5\xe7\x79\x57\x2e\x42\x17\x57\xa4\xa4\x81\xf4\x03\x08\x10\x48\x7a\x6d\xa2\x46\x5f\xf9\xb2\xa8\x4d\x68\xc8\x59\xd7\x67\xee\x2e\x9c\xfe\xed\x71\x5d\x8d\xa1\x73\x0e\xa2\x99\x86\x45\xa5\xea\x3a\x31\x6b\xc2\xb5\xdf\xe4\xa1\xa1\xe4\x7e\x9c\x80\x93\x4e\x9f\x4b\x2b\x6b\x3b\x87\xbf\x32\xe6\x14\x8c\x33\xa1\xe5\x26\x58\x4d\x03\x3c\xe8\x89\x59\xaf\xb8\x7c\x32\x40\x04\x6f\x4f\xfd\xe7\x21\xab\x88\x58\x57\x75\x9b\xb9\xf2\xa9\x51\xf4\x6a\x9b\x9d\x8e\x89\xf5\xf4\x22\x8e\x21\x2a\x7c\x5b\xb8\x80\x76\x39\x4a\x3a\xd7\x75\xbc\x54\xed\xb5\x3d\xbb\x25\xf0\x7c\x78\x43\x5a\x8a\xf8\x57\x5f\x64\x58\x71\xff\x7f\xcb\xd5\xb8\x4a\x29\xc1\xd5\x54\xd2\x35\x10\xc7\xcf\x15\x7c\x16\x1c\x94\x7a\x2a\x5d\x71\x59\x13\xfc\x5b\x48\x14\xfb\xbb\xf8\xb7\x80\x8a\xd4\x1f\xd9\xa0\x9b\x7e\xf0\x3b\xa3\x33\xb6\xf9\xd5\xdc\x27\xb9\x94\x05\xc5\x36\x56\xc6\xdd\x9a\xc0\x7d\x5c\x50\x65\xcf\xfc\xac\x49\xb2\x9f\x92\x91\x59\x00\x23\x6a\x5d\xc2\xb0\x78\xd4\xec\x33\x1c\xc4\x30\x56\x7d\x46\xf1\xec\x53\x7d\xb9\xf6\x0e\x39\x63\x17\xec\x83\x2a\x51\x3b\xaf\xb9\x0b\xb8\x7b\xd4\xfe\x90\xfc\x2d\x31\xd4\xe7\xb6\xde\x12\x32\x33\xce\x15\x0e\x8a\x6d\x53\x2a\x44\xa6\xca\xf7\x13\xf5\x93\xd8\x5c\xe9\x29\xc4\x0b\xd1\x1d\x44\xd5\x86\x68\x3f\x5a\x4d\x53\x75\x05\xeb\xc4\x4d\x39\x7c\x83\x29\xfa\x37\x90\x23\xb7\xda\x1d\xdf\x28\x2f\xb3\x22\xd4\x96\x37\x13\x17\x09\x6c\x13\xd5\x9c\x01\x55\x79\x41\x41\x61\xc3\xdc\xcd\xfe\x54\x53\x89\xc4\xb5\x26\xad\xd4\x65\x49\xfe\x49\x89\x40\x95\xe0\x4d\x9d\xb1\xd2\xb4\x11\xd7\x1b\x48\x2c\xde\x70\xd8\x7e\x47\x6d\xec\x5c\x98\xea\xab\x13\xbd\x16\xb7\x9c\x42\x98\x02\x6f\x88\xdc\x1e\x88\xba\x9d\x24\x9c\xf4\x68\x9c\xfa\x22\x0f\x8c\xf0\x83\x82\xa5\x4e\xdb\x70\xe6\xe0\x73\x03\x4d\x50\x7b\x50\x89\x72\xed\x17\x37\x2f\x9b\x4a\xb5\x9a\xb9\x80\x9e\x1a\x42\x9c\xcc\x12\x1b\x3a\x94\x91\x99\xa8\xa6\x8b\x9a\xd6\xe7\xe8\xa8\xa9\xf2\x51\xbb\xc6\x9f\x84\xd6\xc8\x1c\x56\x65\x8d\x56\x62\x3b\xcf\x52\x6b\x0a\x6a\xcc\xcc\x28\x07\x0b\x2e\xe6\x4b\xea\xb7\x05\x97\x95\x98\xd7\x0c\xaa\xe9\xf7\xbd\xd0\xbe\x00\x87\x6b\x2f\x11\x1b\x69\xea\xeb\x69\x04\x6b\xbe\x4a\x1f\x7b\x68\xb0\xb3\x4d\x26\x61\x45\x32\x91\x25\x03\x06\x7a\xb9\x02\xa8\x0e\x2c\xd4\x26\xd8\xf8\x1b\x65\xc7\xa8\x3c\x38\xf7\xda\xcf\x93\xef\xc3\xea\x42\xe6\xc6\x0e\x56\xf7\x5a\x37\x2a\x1e\x49\x24\x79\xc6\x28\x48\x1c\x6a\x9b\xda\x86\x43\x92\x37\xaa\x3e\x86\x98\x3d\xc4\x83\xbf\x85\x09\x3e\x94\xe2\xcd\xc7\xce\x43\xf4\xf6\x8a\xb1\x72\x78\xfe\x54\x00\xb9\x11\xa9\x4f\xfd\x54\x80\x80\x2c\xbc\x3c\x0c\x53\xb6\xd4\xd6\x25\x33\xe0\xf3\xe3\x88\xc7\xc5\x99\x66\x6b\xa6\x0b\xce\x8e\x82\x28\xe4\x94\xb4\x4a\x8c\xc1\x82\xd9\x49\x40\x03\x73\x67\xc5\xc6\x7e\xb2\xf6\xc6\x84\x16\xf1\xe9\x37\x55\xe1\x97\x45\x92\x1f\xb6\x6d\x22\x4e\xc5\x2f\x53\x93\xbc\x2b\xb0\xb9\x15\xfb\x7a\xc9\xee\x0b\xdd\xb7\x85\x72\xed\xd0\xd5\x37\x6a\xb5\xe4\xca\x24\x13\x6b\x1d\xf7\x86\xd5\x1b\x79\xaa\xa8\x26\x8a\x52\x81\x1a\x7f\x77\x8e\x86\xcf\x2f\xc8\xc2\x43\xb8\xba\x3e\x14\x72\x5c\x6d\x5f\x9d\x5c\xbc\x56\x72\xf7\x9a\x85\xaf\xa3\xbd\x0d\x21\x5a\xf6\x80\x64\x83\x52\x00\x4d\xdb\x3e\xfd\xe4\x3a\x8a\x19\x75\x5c\x5a\x60\x74\x4a\x08\xd6\xf5\x3c\x2c\x89\x7f\x5b\xae\x2c\xf5\xa8\x15\xbf\x62\x12\xce\x8a\x51\xb7\x2d\x37\x8b\xd0\xda\xd9\x83\x84\x20\x0f\x55\xae\xb5\x0a\x06\x9c\x0e\x9d\x64\xbc\x94\x52\xce\x47\x5b\x8b\xe3\xfa\x01\xec\x95\x7a\x59\x1f\xa7\xf5\xa3\x89\xfd\x8c\xd2\x7e\xbe\x97\xd6\x8c\xf8\x9d\xdf\xd1\xa8\x9a\x2b\x4f\x5a\x0c\x49\xc1\x6f\x58\xf3\xa2\x3e\x62\x27\xc4\x7d\xb4\x5a\x8e\xfc\x39\x82\xa8\x4d\xa8\xc0\xd5\x4f\xfb\x5b\x1c\x93\x56\x11\x7d\xee\x52\xee\x00\xd6\xc8\x55\xab\x8d\x35\x14\xe3\x94\xd9\xe7\x03\x85\x7d\xdd\x14\xa7\x86\x73\x6c\x3c\x4d\xb8\x9c\x1b\xe9\x16\x68\xc3\xdc\x8b\xa5\xb2\x2f\x5a\x77\x36\xf1\x54\x6b\x46\xa3\x2e\xf5\x6b\xf4\x20\x45\x4c\x83\x4e\xf8\x35\xa3\x84\x50\x26\x95\xc6\x83\x05\xe5\xc8\xd5\x19\xe7\x21\x50\x3f\x7e\xf7\x9d\x2b\xef\xc5\x0c\x88\x0f\x81\x66\x2b\x36\xf5\xeb\x05\xe7\x16\xe4\xec\x8e\x14\x54\x7b\x9b\xf9\x1c\x9d\x1d\xf9\x00\x93\x07\x9a\xea\x80\x86\xc4\xdb\x7a\xf8\xa0\xe5\x08\xa4\x9f\xe7\x43\xf3\x22\xfe\xdd\x14\xcd\xc2\x73\x1b\x6d\x53\x31\x22\xa2\x3b\x4e\x6a\x0f\x2b\x5e\x1c\xac\xc8\xc6\xf3\x2d\xe4\xc7\x24\x5f\x28\xc3\xcd\x68\x9f\x3b\xe7\xc0\x31\xdb\xb0\xb8\x27\xbe\xa3\x1a\x8f\xd7\xda\xcb\xf2\xbb\x9d\x2f\x65\xbd\x37\xec\x5f\x67\x7d\x22\xc6\x78\xf9\xb1\x92\x4e\x4c\x51\x84\x8f\x10\x9b\x9f\xa1\xe6\x61\x8e\x1e\xe4\x77\x4d\xa6\x4a\x9d\xa3\x75\xdf\x24\x7c\xc5\xdb\x64\x71\xe6\xfc\x79\x6b\x6b\x8f\xc4\xd6\x67\x77\x76\x4b\xab\x9f\xfa\x6e\x4c\xb5\x84\x8b\xc7\x6d\x41\x00\x13\x0c\x9e\xed\xa5\x23\x8c\xde\x9e\x1a\x1d\x4a\x68\x23\x2b\x06\x30\xe2\xe0\x0c\x28\xf8\xe2\xc4\x9a\x22\x9a\x87\x65\x98\xe2\x66\xe6\x50\xeb\x49\xe8\x9d\xca\xe6\x57\xad\xcc\x9c\x9b\xdc\x22\x5f\xac\x07\x38\x15\xec\xa4\x71\x1d\x6a\x3f\x3e\xf5\xfc\xb7\x42\x97\xed\x38\x52\xb1\x66\x5a\xf3\x61\xec\x3d\x46\xf1\x4f\x94\x30\x14\x13\xac\x1d\x6a\x2d\xc9\x94\xfe\x2a\x34\x37\x18\x2e\x7d\xc0\x36\xc3\x99\x8c\xc7\x66\x83\x9a\x4d\x68\x63\x8a\x59\x55\x5f\x63\xcb\x38\x02\xd9\xe0\xf3\xc0\xb1\x8d\xd2\x62\x98\x63\x82\x28\x30\x62\x5b\x57\xc8\x4a\x43\x32\xbe\x17\xae\xbb\x84\xab\x14\xe7\x96\x43\xaa\x59\x1f\xce\x8e\x5d\x69\xbd\x95\x77\x01\x12\xf1\xe5\xcd\xab\x56\x10\x82\x31\x69\x0a\x59\xda\xc4\x64\x22\xe6\xd1\xe6\xb4\xc7\x72\x47\x59\xd9\xd2\xf2\x75\x7d\x8a\xaf\x45\x28\x53\x14\x0f\xcf\x79\x9d\xdc\xf5\x13\x48\xf2\x3a\x38\x49\xb0\xc9\x2c\xcc\x74\x98\xec\xa5\x27\xc8\xd1\x5a\x49\xb6\x12\x9d\xe9\xa9\xe4\x2a\xa5\x45\xfc\x83\xc0\x38\x06\x7e\x70\xcc\x9e\xfb\xb8\x00\x80\xce\x56\x24\x3a\xc3\xba\xf4\x6e\x0a\x44\x86\x37\x07\x74\x0c\x29\xa4\x58\xf9\x33\x26\x39\x95\x50\x2f\x23\x15\x58\xc8\xd3\x57\x51\x97\xe1\x5d\x64\x7f\xc0\xb2\xf8\x73\x61\x39\x75\xd0\xb6\xeb\x4c\x65\xd2\x53\xc1\x1e\x02\x27\x11\xc8\xce\x1e\x42\x0c\xba\x79\x53\xb2\xf6\xa6\xfe\xcc\xec\xf3\x30\x9e\x0d\x2c\xd8\x43\xf0\x2b\x0c\xb6\x50\xa1\x37\x40\xf2\x59\x3f\x0d\x5c\x85\x54\x47\x5b\xd7\x37\x36\x7e\xdc\x21\xaf\x92\x85\x76\x66\xf1\xd5\xf3\xd2\x1f\x80\xd2\x07\xd5\xa8\x53\xf0\x8e\x88\xcd\x9b\x19\x5d\x9c\xcd\x3e\xc3\x07\x61\xe4\x7d\x4c\x84\xaa\x6e\xfc\x3b\xd2\x37\x86\x52\xdc\xd0\xd2\xcc\x6f\x07\x5c\x5c\x01\xfd\xb0\x5d\x57\xa4\x90\x14\x29\x0a\x48\x98\x5f\x17\xc2\xe3\x97\x73\xf9\x1c\xb1\x29\xe6\xb1\x66\x42\x2d\x1f\xe0\x40\xff\xf3\xff\xff\x95\x77\xde\xde\x88\x3f\xb8\x7c\xe3\xc6\x8d\xcb\xa0\x8a\xba\x3c\x1e\xf5\xd2\x01\x9c\x6c\x77\x23\xfe\x6f\x6f\xbd\x79\x89\x54\x1a\xc8\xb7\x7d\x89\xd6\x79\x27\x50\x9a\x9e\x41\xc5\xd6\x5f\xf5\xb0\x00\xb9\x94\x73\x4a\x98\x7d\x9f\x21\x95\xa0\x83\xfc\x1b\x31\x58\x8c\x51\xeb\x4d\x74\x0d\x94\x9b\xc1\xdf\xcd\xd0\xa5\xb5\x39\xa1\x77\x2b\x45\x8f\xce\x28\x65\xcb\x2d\xf0\x3b\x02\xd4\x0b\x25\x89\x5c\x5f\xa7\xa8\x1f\xeb\xa0\xfd\x9e\x99\x5a\x56\xd3\x76\x8e\x7d\x6b\x03\x75\x73\x23\xcb\x84\x11\x72\x2f\x35\xb9\x60\x99\x7f\x44\x70\x24\x69\x41\x00\x3f\x3c\x08\x4b\x6a\x2b\xf0\x55\xcb\x5e\xbe\xe6\xcf\x85\x39\x77\xf2\x41\xef\x26\xf0\x3f\x00\x14\x1a\x8f\x7a\x6f\xcd\x68\xed\xe0\xdc\xe9\xd9\x1b\xb2\x6f\x92\xbb\x33\x12\x68\xf9\x93\x14\xe9\xa0\xdb\x4e\x81\xa1\xc1\xe0\x18\xbd\x37\xa3\xb6\x14\xba\x17\xab\xb5\x74\xb7\x5b\x19\x93\x0a\x00\x92\x07\xe1\xb1\x86\x1d\xb2\x1f\x4c\x74\xa6\x58\x3e\x3a\x6d\x15\xc1\xb2\xc0\x3a\x33\x68\x75\xc0\x8a\xb7\xe5\x81\x0f\x83\xb2\xa1\x09\x98\x0a\xd6\x4c\x11\x01\x3a\xc4\x34\x0b\xbb\x5e\xe8\x0a\x64\xae\xa3\x9a\x69\xf1\xa6\x2c\x17\x51\x39\x7c\x83\x6d\xc3\x09\x9c\x2c\x76\x87\xea\x0d\x29\x52\x5f\x4b\x62\xfd\xcf\xc6\x45\x5c\xe7\x13\x60\xcf\x7d\x9d\x1a\x84\x43\x8b\x39\xcb\xd1\x1a\x68\xb9\x8a\x02\x4f\x3c\xda\xbf\x61\xec\x42\x55\x5d\xa1\x5f\x22\x6a\xe6\x49\xd7\x48\xaa\xbc\x42\x25\xeb\x73\xc9\xb5\x6a\x1d\x26\x9d\x46\x76\x97\xa4\xb3\x91\x99\xe7\x8e\xee\xb2\x6a\x44\x1f\x57\x77\xd6\xb0\x1a\x56\x73\x9a\xd5\x34\x08\xa7\xee\x6a\x28\x35\x83\x16\x2a\xb0\xa6\xb3\xeb\x60\x34\xab\x62\x5e\xf0\xa3\x72\xd4\x11\x55\xc4\x5b\xcf\x3c\x10\x92\xb3\xfc\x43\x4d\x55\xb2\x19\x25\x12\x95\x69\xee\xb4\x89\xd0\x09\x21\xbe\x02\xc3\x51\x81\x21\x0e\xeb\xfc\x42\xd0\xaa\x50\xaa\x5a\x0f\xdd\x52\x0e\x7d\xa7\x82\x80\xd7\xa2\x9b\xf7\x93\x8c\x6b\xa4\x9c\x92\x58\x5c\xc1\xd9\xbb\xc9\x60\x00\x5e\xb2\x5f\x93\x52\x5e\xaa\x28\xbb\xe9\xb0\x97\xdf\xe4\xe2\x5b\x5f\x07\xca\x49\x1c\x20\x57\x7b\x28\xab\xa4\xbb\x47\x66\x47\x08\x17\xe2\x5a\x67\x1c\x3b\x46\x6d\x99\x95\xba\x41\x4c\x08\xa0\xb5\x19\x23\x07\x61\x2a\xb8\x69\x5d\x0c\x8b\x8a\x26\x29\x24\xc7\x47\xb9\x26\x5d\xad\x15\xab\x96\x89\x32\x7a\x3e\x8a\xdb\x14\xfe\xe4\xab\x4c\x8f\x98\x04\x4f\x9c\x72\x38\xbb\xc3\xc2\xcb\x87\x4a\xfa\x2a\xcb\xd2\xad\x3e\x09\xa9\xac\x0e\xfb\xd5\x87\xce\xbb\xb1\x92\x92\xe9\x70\xae\x92\x52\xa2\xcc\x4f\xfd\xad\x4d\xab\xa1\x3b\x2e\xd2\xf0\x0a\x4c\x7d\xbd\x12\x10\xa8\x96\xd4\x84\x19\xbc\xc9\x9a\xfe\x8d\x0e\x2c\xd7\x56\x8d\x5a\x03\x0e\xd7\xac\x25\x15\x86\xf9\xa0\x5f\xf8\xd3\x3e\xa0\xb5\x94\x79\xc2\x98\xb0\xbf\xfe\x63\x7b\xd6\xb5\xa7\x56\x78\x0d\x3e\xbd\x1e\x2f\x74\x20\x22\x5b\x27\xee\x93\xb4\xff\xab\x40\xb4\xde\x05\xbd\x9b\x6d\x6f\xb7\xb6\x46\xf9\x8d\x02\xaa\x2b\x8d\x47\x9d\x54\x33\x43\x0f\xb5\xb9\x0d\xcf\xd7\x8d\x47\xc5\x5e\x10\x5e\xad\x1e\xdd\xd2\x09\x93\xa6\x4f\xe4\x69\xbc\xb9\x74\x73\x29\xe2\x27\x0c\xd1\xc4\x88\x38\x51\x60\x59\xd4\x6a\x21\x01\x2e\x14\xb1\xde\xa2\x01\x8a\xdd\xfc\x46\x1b\xfe\x86\x35\xa7\x88\x9a\xb2\x18\xc9\xa9\xed\x39\x49\xe9\x92\x72\x00\x4c\xea\xa2\xdf\xc5\x70\xc5\xb0\x97\x95\x98\xa2\x50\x87\xf3\xa2\xe3\x1f\xe1\x30\x58\x3e\x1f\x86\xe8\x32\x1e\x64\xdb\x59\xda\xe5\x4e\x5e\xc4\x6b\xa8\x13\x2c\x96\xe1\xb9\x92\x4d\x89\x0c\x79\x9a\x23\x87\x42\x98\xfa\xbc\x27\x86\x25\x37\xbe\x46\xd6\x83\xd5\x76\xf1\xb8\xaa\x59\x7c\xb1\x2b\x78\x79\xe6\x55\x63\x7f\x22\x47\xf1\x1b\xee\xc3\x00\xa2\xa8\xf3\xcf\x7e\xf9\x36\xfd\x03\x33\x39\x52\x11\xf8\x7f\x67\x97\x8e\xbb\x36\x7b\xa3\x4e\x21\xd9\x0a\xa7\x92\xd4\x5f\x29\x95\x29\xfe\x5d\xa4\x5c\x90\x19\x05\x74\xcb\xee\x28\xd9\x56\xa8\xfd\x3f\xb4\x62\x09\x00\xca\x7c\x1c\x8e\x52\x33\x8a\xe6\xe1\x0f\xc8\xff\xc0\x08\xe5\xb6\xb5\xba\x03\x84\xb7\xef\x10\xc7\x3e\xc0\x37\x2a\xbf\x63\x40\xd1\xb2\xe2\x16\x8f\x68\x4a\xb7\x49\x40\x85\xb9\x69\xaf\xca\x3b\x32\x11\x66\x4e\xee\xe1\xd6\x6e\x6d\xd5\x56\xa1\x6d\xd2\xe3\x6b\x53\xa6\x52\x40\xa1\x18\xbe\xab\xed\x5c\x73\x4c\x9a\x6a\x8f\x4e\xc4\x31\xdd\xd7\xb6\x6b\xe4\x08\x45\xf8\xa8\x98\xc5\x96\x72\x40\x4d\xf2\xc4\x46\x36\xd0\x39\x59\x16\xb0\xe5\x1c\x86\x33\x8f\x23\x8b\x30\x49\x79\xc4\xae\x54\x36\x13\x7d\x40\x33\xfa\x99\x36\x22\x51\x21\xad\xb3\x26\x83\xa3\xe3\xca\x4c\x4f\x96\xc5\x4a\x29\x53\xce\xb4\x62\x95\x63\x64\x16\xc6\x45\x60\xe2\x99\xfd\x49\x5c\xd1\x7b\x2a\x93\x9d\x80\xe2\x4f\x7a\x7d\x4e\x44\x5b\x54\xc1\x10\x8c\x3b\x23\xd4\xd6\x28\x08\x26\xc9\x0d\xa6\x86\x15\x5e\xda\x8f\xb5\x89\x02\x6d\xf1\x4e\xdb\xa0\x3f\xc6\x93\xca\x7d\x9f\x51\x7d\x08\x5e\x60\x98\x6d\xd2\x9f\x1b\x59\x25\xdd\xe8\xc6\x08\x9d\xfc\x65\x64\x1d\x68\xf3\xc5\xa3\x23\xac\xe7\x10\x0a\xf3\x19\x94\x4c\xa8\x67\xf8\x33\xee\x65\xca\xb5\x40\x60\x95\xad\x56\xe0\xe5\x56\x4b\xed\x19\xf1\xda\x7f\xca\x35\x28\x42\x8c\x65\xcb\x72\x58\x43\x29\xf0\xc5\x0f\x18\x9f\x3f\x02\x8e\x4a\x57\x14\x0b\x3d\x48\x9b\x3c\xfc\x21\x31\xd4\x82\xec\x6b\x72\x7d\x87\x82\x5d\x90\x81\x66\xd3\x92\x04\xe5\x89\xdd\x65\x35\xb6\xcf\xac\x79\xbc\xd5\xcb\x48\xf5\x50\x79\xbf\x35\x18\x02\x62\x7e\x18\x1b\xfa\x41\x3f\x9f\x08\xec\x38\x71\x9f\xb0\xc1\x8f\xc1\x40\xc9\x20\xc6\x25\x51\xd7\x74\xac\x2b\x51\xd5\x88\xcf\x6a\xf8\x41\xd1\x14\x25\x57\xbf\xf9\x39\x2b\x8e\xcb\x8b\x6b\xb4\xdd\x56\x1d\xa8\xa1\x0b\xea\x72\xc4\x93\x3b\x37\xaf\x56\x59\xbe\x28\x32\xed\x6c\x74\xed\x8a\xe2\x3e\xaa\x72\xc3\xa2\x9c\x71\xe3\x6a\xe5\xd9\x2a\x46\x5b\x25\x3b\x98\x1d\xe4\x37\x06\xf0\x72\x39\xa9\xef\x3e\x3d\x6c\xd4\x18\x60\x1a\xf4\xab\xf9\x68\xe7\x5a\x04\xae\x1f\x54\x5a\x2a\xe0\x3f\x52\xeb\xd7\x81\xdd\xb6\x21\x0d\x80\xd3\xf7\x3e\xeb\xcf\xdd\xb2\x54\x2b\x86\x09\x17\xb6\x5a\xee\xaf\x35\x4a\xc0\x35\x83\x35\x64\xb6\xae\xd5\x3c\xd6\x46\x03\x59\xd9\x8a\xcc\xae\x2d\x9d\x89\x5d\xad\xc4\x0b\x15\x0c\xce\x47\x89\xce\xcf\x19\x58\x16\x0d\xd3\x7c\x08\x38\xfc\x07\x3f\x74\x38\xca\x06\x7b\x19\xb8\x8e\xe5\xfd\x14\x7d\xeb\x35\xeb\xab\xd3\xf1\x1b\x4b\xb1\xc2\x5d\x51\x99\x26\x7d\x2c\x6e\x7f\x0c\x5a\x23\xd5\x1b\xaa\x7f\x8c\xd8\x73\xa7\xd8\xac\x46\x26\x73\x03\x58\x73\x91\x95\x39\xea\xaa\xaa\x65\x1b\x64\x32\x7a\x98\x22\x14\x32\x19\xa3\x5a\x18\x52\xc4\xc2\x95\x85\xe3\xdf\xa1\x6f\x80\x18\x73\x47\x35\x0f\x36\x58\xd1\xd7\x40\xc2\x7f\x06\x84\xf1\xa5\x0e\xeb\x76\x1e\x88\xd6\xaf\xfb\xd9\x5d\x17\xa1\xb4\x68\xb4\x18\x53\xc6\x5e\xa4\xf9\x01\xb6\xc2\xac\xd0\x2c\xe3\x6b\x66\x50\x90\x8c\x51\x56\xa6\xa5\xad\xf5\xe4\x8f\xfb\x1a\x8d\xe0\x94\xdd\x80\xed\x7e\x6d\x55\xe7\x67\x88\xfb\xb4\x56\xc2\xa9\xd8\x58\x8d\xbf\x67\xd7\xff\xea\x34\xeb\x14\x99\x69\x70\xcb\x7a\x16\x85\x66\x9a\xbc\xbe\xea\x8b\xcd\x2c\x65\x0e\x13\x5d\x6c\xe6\xaf\x8e\xb7\x34\xa8\xa8\x8a\x83\x1c\xd7\x02\x8a\x75\x44\xcd\x71\x35\xbc\x11\x8a\x95\x10\x81\xfb\x17\x7a\x85\xfc\x7a\x9f\x4d\xfc\xa3\xdb\x79\x2d\x1f\xd1\x86\x13\x3e\xa7\x9f\x28\x07\x5f\xaa\xb7\xeb\xc5\x5e\xca\xfa\x88\xab\x62\x2f\x85\x83\xb2\x08\xc4\x8c\x75\x7c\x1e\x15\xa0\x6f\x0a\xae\x81\x95\x57\xcd\x01\xc9\x5e\xa2\x38\xf3\xf5\x0e\x44\x97\x46\x9e\x90\x59\xea\xd9\x1e\x52\x28\x0a\xa6\x81\x76\xf9\x86\x84\x95\x05\x40\x0d\x8f\x13\xa6\x2c\xfe\x78\xfa\x92\xbe\xa9\xdf\x5f\xc5\x49\xc2\xc9\x5d\x15\x8c\x89\xf8\xdb\x95\xfe\xac\xf1\xde\x3d\x77\x0d\x50\xff\x1c\x80\xe0\x54\x0a\x81\x9e\xeb\x66\x2c\xc9\xfa\xbe\xf1\x0a\xce\x5f\x1a\x54\xc1\xf3\x53\x2b\x03\xa5\x53\x6a\xbd\x17\xab\x5b\x2e\x3c\x6c\xc9\x73\xb4\xd5\x3a\x1d\x5e\xc0\x18\x1c\x28\xd9\x24\x2e\xfe\x60\x15\x84\x42\x99\x70\x62\x35\x5a\xfc\xe7\x6e\x36\x6c\x37\x54\xfb\x7c\xd9\xb4\x47\xd9\xa8\x23\x44\x23\xca\xcb\xe2\x7d\x37\x44\xd7\x49\x39\x61\x23\x25\x14\x08\xda\x1e\xa3\x6c\x0f\xed\xcb\xa2\x84\xa6\xff\xb1\x66\x3c\x27\x38\x40\x8e\x49\x7f\xb6\x47\x79\x0f\x85\x2b\x0c\x57\xb2\x7b\x68\x48\x32\xec\x0e\x50\x4d\x67\xac\xbf\x93\x1f\xf8\xa6\x57\x22\xde\xae\x5b\x31\xee\x7b\x3a\xdd\x04\xa2\x29\xf9\x91\x59\xc5\x2a\xc0\x30\x87\xe6\xb2\x7f\x50\xd2\xfe\x20\xbe\x58\xbc\xec\xf7\x1f\xe4\x37\x24\x9b\x39\x8b\x88\xad\x6c\xfd\x63\x9e\x99\x72\x79\x20\x59\xd9\x1c\x61\x40\x05\xb8\x51\x70\x81\xf4\x09\x64\x1a\xae\x1f\x8f\xcb\xb3\xea\x74\xdf\xde\x55\xed\xe0\xd4\x7e\x73\xf8\x34\x02\x78\xd7\x55\x0f\xf0\xcd\x23\xad\xfe\x5c\x38\xd5\xd7\x50\xdb\xcf\xaf\x25\x10\x1c\x32\x69\xf1\xdc\xa8\x0f\xa9\x5f\x2d\xd3\x0c\xc8\x77\x5c\x6d\x7f\xae\xc5\x1a\x9f\xeb\x15\x0b\x43\x81\x36\xb0\x57\xc7\x2d\xc1\x46\xbf\x2b\x44\xf7\x91\xde\x0b\x26\xc9\x36\x7b\xa9\xcd\x95\x4d\xe9\x4e\xdd\xf2\xe4\xd5\x01\xce\x77\x13\x87\xd6\x0e\xcd\x3a\xcd\x0d\x47\xe5\x3f\x33\x31\x89\xc1\x20\x31\x76\x95\x5c\xe7\xc2\x4c\xcd\xae\xca\xba\xac\xad\xd2\xaf\xe2\x45\x3d\x9b\x78\x4b\x6a\x81\x0f\xbb\xa8\x32\xed\x81\x97\xae\x99\x91\x99\xf6\x62\x6b\x2a\xe4\x7f\x7e\x14\x3c\xb3\x23\x9b\xce\x6b\x47\x1d\x4b\x67\x9f\x15\x9c\x91\x3e\x55\x2d\x39\x56\x05\xd3\x58\x88\x7c\x2c\xb9\x3d\x1d\xff\x4b\x3d\x75\xe1\x77\x94\x2e\xeb\xf9\x23\xf7\x6a\x0d\x78\x76\xb1\xa3\x89\x50\x71\x89\x65\x15\xe9\x55\xd6\x2d\x66\x0f\x72\x12\x4d\xed\x19\xea\xd4\xad\x3e\x16\xe1\x29\x15\x79\x32\x44\x98\x35\x93\xb0\x51\x93\x33\x0c\x03\xdc\xfc\x27\x65\x82\x92\x4d\x02\x13\x17\xa8\x8c\x42\x20\x58\x80\xf1\xbc\xcc\x48\x75\xbf\xc2\x43\xde\x7f\x68\xb0\xc1\xc5\x8c\x02\xe9\xeb\x0c\x90\x2d\x89\xdc\x2b\x2f\xaa\x3a\xa6\xc6\x6f\xc6\x7b\x98\x3c\xf1\x3c\x7c\xac\x1f\x83\xa4\x22\x06\xd8\x5f\xae\x3f\xde\x05\x87\xe2\x38\xd6\x87\x87\xac\x36\xd6\x17\xe5\x91\x10\xd8\x52\xe5\x60\x1b\x44\x7e\x97\xa4\x3c\xf3\x2d\x0b\x9c\xf6\x34\x5b\xa6\x03\x33\x0e\xf0\x0e\x34\x18\xba\x42\x65\xe0\x83\xce\x6e\xeb\xec\x9c\xe8\xc7\x53\xee\xdc\xec\xb3\x16\xaf\x11\xe1\x72\x24\x14\x73\x56\x4f\x7b\x10\x1b\xcd\xc7\x60\x8e\xc9\x21\x70\xcd\xa4\xec\xaf\x38\x40\x47\x3f\x57\x09\x47\x9d\x04\xf5\x68\x26\x02\x10\x15\x92\x75\x11\x80\x01\xe7\x85\x56\xcb\xc7\xab\x66\x7a\xcf\x57\xaa\x36\xcb\x86\xbf\x12\x0e\x6f\x94\x45\x26\x2d\x6f\x6b\x27\x1b\xe4\x03\x54\x79\x83\xf3\x1c\xb5\x0d\x46\xde\x6e\x78\x05\x50\xa7\x9a\xb2\xef\x1b\x15\xa0\x77\x39\x56\x45\x50\xa3\x13\x77\x6a\x4c\x9a\x68\xe2\x87\xda\xd5\x52\x98\xed\x9e\x8b\xa2\xab\x08\xcf\xd7\xa2\x6e\x52\xec\x6e\xe5\xc9\x88\x53\x5b\x63\x85\xf0\x08\x5c\x9b\x8b\xa0\x5f\xb3\xda\xaa\x92\x33\x93\x41\xf6\x61\xa2\xf5\x54\x55\xf2\x8b\xa6\xe9\xc6\xcb\x86\xf2\xe7\xbb\x50\xb7\x4a\xeb\xa2\x7e\x30\x0f\x86\x33\x47\x1b\x67\x10\x50\x1a\xa0\xac\xbd\x43\x85\x67\xce\x50\xeb\x4c\xb9\x30\xb4\x52\x81\x83\xb8\x31\x1a\xcb\x24\xe8\x31\x1e\x8a\x07\x7c\x4e\xd0\xb2\x9f\x0f\xb2\x92\x6b\xc2\x9a\x12\xac\xba\xd6\xa1\x4c\xea\x77\x5f\xe7\xf1\x8b\x30\xc9\x1a\xff\xe8\x2a\xc2\xa3\x32\x2f\xa1\xb6\xf9\x37\x58\x31\x71\xfe\x72\x7c\xb1\x1b\xd9\x03\x45\xd7\x09\x05\x08\x59\x87\x2d\xf7\x4b\xc7\xbd\x43\x34\xcc\x15\x56\x49\xac\xda\x4f\xc6\xc2\xc8\xe1\x6e\x2a\xa0\xea\xa3\xf7\xc8\xb8\x08\x6e\x40\xbb\xb6\xbb\x87\x40\xfe\x91\x54\x06\x59\x51\xb1\xd0\x02\x29\xb7\x1e\x06\x6c\x20\xac\x1d\xe9\x07\x2d\xb9\x5c\x64\x3f\x5f\xd9\x42\xdf\x81\xad\x57\x6b\xac\xe0\x1b\xb2\x45\x80\x33\xf3\x5a\xb8\x01\xec\x33\xcf\xef\x4f\x36\xad\xa2\x1c\x67\xa0\xb3\x45\xa5\xa2\xee\x02\x13\xdd\xc8\x11\x16\x4e\xf9\x5c\xff\xbb\xe3\x69\x5c\xfd\x66\x13\x42\xb8\x5b\x70\xd2\x49\x88\xdf\x2b\x89\x25\x9c\xb5\x80\x36\x51\xa7\xa1\x3b\xa3\xe4\x01\xb2\x50\x4f\xf0\xac\x04\xf0\x69\x57\xe5\xc0\x99\x3b\xf5\x9d\xdd\x43\x3a\xb0\x0e\x2d\xfe\xe1\xc1\xf2\xe9\x06\xd8\x30\x5c\xf7\x1c\xdd\x4b\xf1\x95\x38\x62\x50\x93\x75\xb6\xf2\xab\xa9\x72\x53\x77\x8e\x8e\xa7\xb0\xd7\x5f\x5b\x85\xea\xfb\x72\xf8\x0c\x1a\x8c\x39\x49\x8d\x93\xfa\xc8\x01\xbf\x5b\x6c\xc1\xd2\x99\xd7\x5c\x87\xb1\x56\xe8\x91\x06\x8c\x3f\x01\x0d\x64\xb0\x67\x71\x23\xc3\xfa\xcf\x44\x3d\x44\xbe\x92\x60\xeb\xd1\x78\xe0\x55\x49\x14\xcd\x20\x79\x32\x24\x2b\xdf\xca\x06\xdd\x76\x4e\x25\xec\xef\x73\x34\x34\xbb\xdb\x9f\x11\xac\x3b\x19\x64\xdf\xf9\x29\x20\xde\xa2\x71\x20\x61\x0c\xf6\xd2\x75\xd4\x0d\xc7\x3a\x68\xd7\x2d\xcb\x67\x99\xed\x94\xcc\x89\x67\x03\x0c\x1b\x48\xac\xf6\xb4\xf0\xad\xee\x7e\xba\x10\x19\xe1\x37\x73\x0a\x48\x39\x87\x53\x3f\x41\xfd\xde\x1a\xc7\x7e\xba\x0d\x22\xd3\x02\xec\x4b\xb6\x97\x36\x6e\x0d\x12\xc6\x7f\x84\x53\xcf\x6a\x38\x9a\xc9\x8a\xd1\x6b\xf6\xb5\xc6\xc0\xc2\x86\x70\xce\xed\x21\x23\x3c\xd8\x21\xce\xaa\x69\x7b\x46\xcf\x64\x1c\x24\x03\xc8\x9c\x54\x52\x56\x09\x8c\xcf\x96\x2b\x8b\x52\x50\x6b\xc5\x9b\xb3\x71\x41\x35\x27\xf2\x2c\xd6\x52\xf5\xc9\x08\x2c\xef\x9c\x67\xba\x93\x95\xed\x9d\x8e\x3e\x4b\xef\x25\xbb\x83\x48\xaa\x7c\x50\x73\xa3\x35\x23\x87\x0f\x25\xa0\xa8\xa3\xc5\x3f\x11\xcb\x90\xb5\x48\x6b\xd7\x53\xbf\xbf\x51\x5a\xdc\x1c\x74\xc0\xc4\xda\x2e\x8a\x5d\xf2\xc6\x27\x34\x68\x6e\x84\x20\xf4\x42\x4b\x7d\x7f\x81\x6a\x55\x67\x1f\xa6\xe8\x18\x5e\x5c\x30\x87\x1b\x3f\x4f\x0f\x94\xab\x48\x28\xae\xe7\x65\x7c\xbe\x97\x89\x7b\x71\xe3\x06\x2a\xfa\x0a\x9b\x0c\x0d\xb7\x73\xa9\x71\x81\x35\x10\xd4\xcc\xb3\xe8\x93\x73\xb7\xc6\xe8\x72\xad\xe3\x11\x61\x40\x75\x67\xe4\x3e\x2f\x6b\x42\x39\x42\x03\xbc\xa5\x66\x5a\x97\x16\xa4\x84\x8d\x08\xe1\x79\x44\x89\xe0\xa5\x42\xfe\x9c\x68\xed\x60\x99\x45\xe7\xfd\x30\x11\xfb\xda\x2e\x83\x6c\x0d\xd8\x9c\xe9\x69\x60\x78\x86\x70\xf4\x3e\x0e\x73\xef\x30\x5f\xcd\x45\xc8\xa3\xa8\xb9\x8d\xbf\xc1\xe6\x37\xce\x75\x87\x92\x9f\x06\x0f\x85\x91\x5a\x75\x99\xf5\x53\x9f\x95\x27\xa7\x3b\xe9\x18\x29\x89\xf0\x78\x04\x4e\xe9\xed\x9d\x7c\x94\x8f\xcb\x6c\x80\x31\x53\x98\x2d\x01\xed\xcd\x6f\xe8\x9f\x8b\x40\x9f\xbe\x92\x4b\x47\x37\xdb\x63\x4a\xe2\x6d\xbb\xcd\x43\x76\x33\x7c\xd4\x14\xc6\xbb\x2f\xc6\x42\x41\x46\x8f\x04\x6e\x10\x1d\xf2\xfc\x61\xc9\xc6\x46\xe2\x9d\x68\x0b\x69\x68\x14\xee\x9f\x6f\x95\x89\x5a\x2b\x39\x0e\x71\xa4\x73\x43\xaf\x61\x9e\x0d\xb0\x7e\xb5\xba\xe5\xf1\xb0\x0d\x67\xa7\x2e\xf9\x8f\xa4\x61\x8d\x0d\x0c\x6a\x6f\x4c\x7b\x79\x26\x40\xdc\x88\xa6\x95\xa5\xe8\xad\x54\x46\x35\xfb\xd1\x9e\x62\xf1\xca\x6d\x41\x41\xcd\xea\xea\x58\xb3\xff\xc0\xac\xf0\xc0\x5d\x65\x70\x44\x7d\x75\xbb\x69\x32\x5c\xff\xe2\x30\x70\xb2\x15\x1e\x11\x47\x5a\x7d\xfe\xeb\x0e\x91\x75\x7b\x6c\xc0\xa3\x14\x06\xe7\xe9\x8a\x81\x4a\xd5\xcc\xbe\xe7\x1a\x84\xbd\xfb\xba\x94\xe1\x5b\x1f\xf0\xe1\xda\xdb\xc8\xb7\xfe\x31\xed\x94\x85\x0e\x70\xe0\xba\x47\x07\xcd\x3d\xb7\xf2\xbc\x2c\xca\x91\xea\xae\x04\x63\x0c\xf0\xc6\x8b\xa9\x6c\x84\xb3\x46\x82\x1a\x1e\xf0\x9a\xe9\xe6\x4a\xd6\x6a\x80\xca\x7d\xfc\xb9\xf6\x15\x91\x91\x88\x86\x75\xa8\x77\xbf\x18\x2a\xf6\x5c\x8d\x3f\xee\x94\x63\x85\x1a\x6b\x57\xa5\x36\xf8\xd6\x15\xd5\x56\x57\xf3\xc1\x3d\x37\x0d\x54\x07\x26\xab\xc6\xe9\x24\x9d\xdd\x74\xdd\x15\xbd\x0e\x8d\xd7\x1f\xaa\x61\x4d\x8d\x23\x0d\x47\xf9\x76\xd6\x03\xde\x6f\x6b\xdc\xb9\x9e\x96\x90\x87\x76\xb7\x8d\x61\x13\x0d\x63\xbe\xab\x7b\xc5\x3f\xc3\x5e\xf1\x2f\x54\xaf\xf8\x3d\xe8\x25\xf9\xa7\x8e\xba\xc8\x32\xc1\x00\xa0\xfa\xb1\xde\x78\x3d\x66\xbf\xb4\x89\xe5\x87\xa4\x58\xa7\xe4\xa4\x51\x9b\x75\x38\x8c\x96\x40\xc8\x6b\x78\xac\x3a\x95\x6d\x45\xa5\x53\x83\x55\xa0\x4c\x37\x71\x7a\x9d\x9b\x1d\x8c\x17\x59\xc8\x8a\xdd\x58\x19\x72\x8a\xb4\xe8\x58\xa7\x2b\x5a\x18\xbb\xd4\x1b\xaf\x8b\x91\x50\xe5\xa5\x46\x22\x3a\xf6\xc5\xd2\x78\xf2\x53\x7a\x54\xa1\x88\x00\x22\xef\x74\x25\x4a\x62\xfa\x1a\x02\x22\xc2\x01\x8e\xfc\xe9\x4c\x9f\x61\x82\xa8\xc3\x74\x82\x1c\x44\x77\x8c\xad\x3a\xbc\x46\xee\x53\xf1\x51\x6d\xea\xcb\xcb\x13\x88\x5c\x7d\x26\xad\x27\x65\x8b\xeb\x27\x03\x28\xed\xa0\x9e\x01\x78\xc1\xff\x60\xcc\x93\x27\xae\xaa\x2d\x98\x41\xfb\x2e\x0f\x04\x8e\xa6\xc6\x2b\x28\xe4\x6b\x2a\x24\x4c\xdd\xc5\x6a\x16\xf8\x17\x2d\xc0\x76\x65\xe8\x3d\x5f\x9d\x6e\xb2\xaa\x7c\x34\x35\x63\xc9\xa2\xaa\x8a\xa5\xcf\xe4\x1d\xdb\x0d\x65\x32\xa0\x06\x98\x8e\x61\x94\xee\x80\x6a\x9b\x52\xf9\xea\xfa\x3e\x13\x16\x6d\x16\xc1\x34\x6e\xf5\xe7\x64\x7c\x5a\x03\xba\x2f\xe7\x14\xc3\x61\xa1\xe2\xf8\xd6\x0b\x00\x6d\xf1\x90\xe1\xa2\xc8\x7c\x98\xa8\xff\xe0\x80\xc2\x7b\x5a\x2f\xb6\x5a\x2b\xc6\xdd\xe1\x59\xf7\x8c\x67\x25\xb9\x52\xc9\x91\x7b\xf9\x4e\xa6\x15\x48\xab\xb2\x86\xe8\xf0\x48\xe2\xc0\x79\x94\x61\x52\x14\x37\xf2\x51\xd7\x78\x30\x7c\x63\xf3\x19\x2d\x45\xcc\xe7\x91\xe1\x7e\x39\x41\x9f\x88\x30\xd0\x7a\xc9\xbb\xfa\x40\x98\xcd\x26\x24\x9a\x7a\x75\x98\xe8\x84\x4d\xb6\x46\xc7\xcf\xb0\xe1\x80\x2d\xe8\x07\xe3\x37\xaa\xb0\xdf\x4f\x3e\x20\x95\x06\x42\x22\x1a\x05\xfe\x82\xbd\x6e\xb7\x62\x72\x96\x87\x8c\x05\x55\xbd\x48\x4d\x6f\x32\xcf\x3d\xcf\x24\x57\x87\x2b\x5d\x7e\x31\x58\x28\x54\xca\x30\xa8\x3f\x25\x20\x3a\xd1\x8c\xdc\x09\xde\x88\xba\xa4\x4b\x3c\x5d\x56\xb4\xc5\xcb\x74\x1d\x4c\x19\x24\x61\xec\x49\xcd\x93\x85\xee\xf4\x6a\xc3\x5d\x39\xac\x3e\x6c\x2c\x74\x34\x54\xf8\x4a\x35\x84\x81\xfb\x32\xa4\x6c\x6a\x53\xaa\x87\xa6\xb1\x97\xbe\x83\xf2\xcc\xf8\xf2\xb8\x35\x9a\x9d\x3a\x2c\x72\x9e\xac\x3f\xcc\x47\x65\x9b\x21\xbe\x71\x1f\x7e\x18\x32\xfc\x8c\xf5\x48\x4d\xfe\xbb\x13\xf1\x60\x42\xfa\x88\x20\xa0\x7a\x9e\x19\x52\x61\xa7\x3b\xd4\x3b\xad\x3e\x16\x86\xca\x2a\x30\x16\x65\xa6\xc4\xcf\xfc\xc6\x80\x4d\x78\xe1\xed\xb9\x79\xfe\x0f\x18\xd1\x11\x4d\x35\x99\xa9\x42\x81\xd5\xf7\x8d\x79\x2e\xe8\x0d\xbf\x4e\x3a\x79\x93\x23\xc6\x96\xb0\xf2\xd3\xcf\x4a\x97\xe2\xa6\x92\x01\x2d\x67\xd3\x90\xc1\x1f\xc3\x44\x82\x7b\x0e\xa4\x45\xf5\xb6\x5c\xe7\x91\xb3\x6a\xdb\xe4\xbd\x48\xde\x76\x53\xed\x7f\x74\xe2\x3a\xd0\x9a\x8a\x77\xd3\x5a\x07\x4e\x88\x6f\x10\x77\xef\xc4\x36\x85\xf0\x59\x63\x94\xb9\x3a\x87\xa2\x85\x69\x63\xd7\xe4\x07\x1a\x63\x80\x5c\xfa\x8e\x3f\x54\x62\x5d\xf0\xd7\x7a\x87\xa5\x88\x0c\xab\x48\xcc\xd7\x5d\x54\x4d\x6a\x1f\x1a\xa8\xc1\xdd\x93\x1a\xc8\x25\xd3\x2f\x01\x9f\x54\x3d\xda\x8d\xa4\x54\x4c\xba\x67\x9c\x14\x22\x31\x37\x53\xd2\x11\xec\xee\xdf\xaa\xf6\x38\x6e\x40\x55\x6a\xb4\xbc\x44\xd5\x53\xd0\x64\xcc\x64\x74\xdd\x9d\xd7\x13\x6c\x98\x8b\x06\xc4\x12\xa5\x01\x47\xd3\xc5\xd9\x39\xa8\x3f\x0f\x25\xce\x8a\x7e\x11\xe9\x6f\xf8\x97\x74\x00\xe2\x45\xd7\xcd\xa4\x34\xe7\x8f\xe7\x8d\xb8\x12\x47\x52\xcd\x70\xb6\x7a\xbd\xd8\xb1\x62\xcd\x5a\xa3\x63\x28\xf1\x0d\x7d\xd9\xcd\x0b\xe2\x76\x97\x9c\xb5\x97\x7f\x07\x5a\x41\xdb\x52\x48\x9f\x7f\x43\x8b\x53\x77\xa0\x27\x7f\xfe\xe7\x6f\x5f\x32\xb5\x5e\x44\x71\x23\xd9\x5a\xb3\x3f\x30\xd4\x04\x79\x82\x13\x4d\x55\x56\x77\x32\x3c\xd3\x17\x15\x05\xb2\x2d\xcf\x25\x86\xb5\x69\xd2\x88\xc6\xe8\xd4\x35\x18\x74\x07\xf6\x00\x1b\x67\xef\x38\x5f\xd4\x94\x45\x0e\x60\x5e\x37\xa1\xb1\x71\xf1\xac\xa7\xfb\xbe\x0b\x66\x4b\x03\x0e\x08\x2d\x5b\x18\xf5\xfa\x47\x5c\x2b\x40\xf0\x3b\xbf\xd6\xb9\x66\xb1\x40\xef\x6d\xf6\x4b\x16\x3d\xfc\xc3\xaf\xe3\xd5\x35\xbc\x94\xe5\x28\xdb\x1a\x97\xa9\xc8\x7d\xf7\x07\x46\xcd\x0f\x14\xf2\xdc\x17\xf4\x7d\x5a\xdb\xc7\x75\xe3\x69\xe0\x5f\xe7\x95\x1c\xa2\x92\x4d\xab\x2d\x5e\xb4\x94\x31\x95\x98\x7f\xce\x64\x64\x34\x19\x47\x48\xa1\x6b\x82\xd0\xfd\xa5\x9e\x77\x6b\xc5\xb8\xfe\x34\xd0\x70\x71\xca\xc8\xf7\x6e\xa5\xab\x7a\x48\xbd\xf0\x54\x40\x99\x69\x9b\x9f\x19\x78\xa6\xf2\x90\x6e\x65\x48\x6a\xdd\x70\x6b\xe8\xb8\x56\xdf\xb3\xd6\x25\x8d\xfb\xf7\x81\x59\x6d\x17\xc9\xe6\x5b\x45\xfc\xd3\x6e\x7c\xe5\xa7\xfc\x7b\xd1\x2f\x87\x6d\x34\x3c\x5f\x79\xeb\xbd\x77\xd7\x41\x1b\xd0\x03\x11\x04\x75\xb8\x5d\xc1\x12\xd0\x00\x31\x05\x36\xd0\x3c\xa2\xde\x07\x45\xe7\x71\xd6\x2d\x53\xb5\x4e\xb0\xb0\x31\x4b\x9f\x94\xa0\x7a\x16\xee\xb7\x8e\xe4\x34\xaf\x2b\x92\xfb\x50\x93\x52\xac\x87\x2d\x0a\xd5\x99\x49\x97\x94\x8a\xfc\xcf\x84\xb4\xcf\xc8\xeb\xd5\xa6\xbb\x74\xda\xd6\xa2\x0a\xc2\x39\xe4\xca\x77\xb7\x5a\xd8\xcd\x32\x6e\x92\xa6\xb4\xcb\x5e\x21\xeb\x68\xcd\xe2\xf7\xde\xbc\x12\x07\x90\x95\xb9\x8e\xeb\xd9\x10\x3a\xb5\x21\xbf\x9b\x2d\xd6\x6b\x42\x1e\xb4\xb4\x68\x2a\xf9\x13\x82\x80\x51\xe1\x3c\xe0\x6a\x04\x45\xd2\xd7\x34\x04\xf7\xda\x74\xb4\x97\x75\xd2\x2a\x6d\x79\xf7\xa7\x6f\x11\x97\x75\x42\x9a\x2d\x77\x03\x58\x6c\x5e\xab\x18\xdc\xad\xc0\x69\x23\x64\x9d\xb2\x1f\xd5\x27\x44\xab\xc2\xaa\x03\x26\xbe\xd9\x90\x0a\x0f\xf0\x15\x6b\x80\x68\xa8\xbf\x5c\xf1\xee\x36\x09\x4a\x57\xd2\x52\x57\x1c\x3c\x58\xd1\xcb\x13\x0f\x2d\x0b\x10\xd0\x77\x70\x95\xf7\xa6\xd1\xc2\xfa\x8f\x40\xf1\x09\xc9\x67\xac\x0c\x46\x5c\xb5\xf5\x35\x43\x0f\xe5\x9c\xab\xbc\xe9\xd7\x3e\xef\x6a\x18\x63\xd5\xcd\x7e\xd5\x25\x38\x43\xb5\x89\x8d\xaa\x3a\xce\x37\x8d\x80\x9c\x74\x75\x14\x37\x33\x48\xf3\x11\xd6\x47\x37\xce\xcf\xed\xe8\x2e\x56\xe2\xe5\xcf\x6f\xdc\x41\x25\x99\x7e\xb5\x0a\x0c\xbb\x60\x6a\x13\xa7\x76\xc8\x14\x8c\xde\xe2\x2c\x78\xa1\xba\x63\x32\x1c\x06\x1c\xa7\x74\x1d\x0a\xc4\x92\xc4\x8d\xe1\x91\x8a\x4e\x7b\x84\x0a\xfc\x9c\x40\x6b\xf4\xac\xcd\xb0\xbb\xa2\x6f\x88\xbb\xe5\x4f\xf9\xf6\x76\x2f\x1b\x28\xaa\x8d\xe9\x8e\xa0\x9a\x2c\x5c\xce\x63\xd0\x84\x51\xc6\x18\xc5\x1f\x98\x61\xb2\x02\xb1\x1a\x98\x6e\xd1\xbc\xb9\x43\x36\x12\x81\xd4\xaa\x69\x88\x30\x03\xc6\xf2\x53\x90\xd6\x11\x35\x1c\x99\xb8\x97\x89\x1e\x77\x34\x46\x0b\xdb\xa8\x5e\x83\x38\xd3\xb6\x76\x34\x27\xc1\x7d\xc8\xbe\xb4\xf6\x6f\xf5\x72\x9d\x24\xca\xe4\x67\xa6\xfd\x61\x75\x27\x10\x36\x47\x79\x0e\x5e\xb0\xe0\x66\x66\x8b\xee\x4a\x13\x7f\x9d\x67\xb8\x81\x1c\x70\x36\xed\x60\x02\x2e\x39\xd8\x7d\xa7\xb7\x4d\x83\x46\xbe\x15\x9e\xc7\x0f\x0f\xa5\x8e\xb2\x79\x1c\x79\xb0\x66\xfe\xce\x28\x1b\x06\x33\x41\x0b\x12\x69\x0f\x19\x12\x0f\x17\xfc\x9c\x9b\x4f\x7b\xee\xa5\x68\x58\x50\x6e\x8f\x09\x49\xc6\xcd\x08\x48\x83\xca\x96\x79\x51\x15\x54\xcc\xf7\x13\x76\xcb\x15\x03\x48\x51\xd3\xfe\x5a\x95\xc7\xec\x37\x29\xae\xda\x5f\x6b\x37\x2b\xda\x14\x45\x8f\xc0\xe8\xca\x95\x37\x43\x90\x6f\x5b\x68\x6e\xeb\xf9\xa5\x93\x18\x54\x09\xf9\xe5\xce\x28\x2d\x2e\x89\x2e\xe2\x1e\xbd\x5f\xcd\x20\xd8\xf7\x42\xf1\x9b\x5e\x56\xa6\x2f\x5d\x80\x00\x86\x0b\x65\xd6\xdd\xba\x70\x49\xa2\xa7\x0c\xd3\x91\x85\x4f\x53\xc7\x28\x08\x16\xc4\xbd\x75\x36\x6f\xa4\xc0\x96\xb7\x39\xc4\x9b\x9e\xed\x0c\x2f\x9b\xf3\x1c\xc9\xda\x7c\x8f\x7c\x07\x6c\x8b\x6f\xcc\xed\xb9\xbc\xbc\x8f\x20\x0c\xc7\xe3\xa1\x07\x13\x8a\x11\x74\x0e\x36\x7b\x86\xb4\x7e\x34\x06\x3b\x8e\xea\xe2\xe5\x32\xc3\x20\x89\x16\x0b\xcc\x2e\x7d\x54\xcf\x39\x99\x83\xf8\xcd\x38\x1b\x29\x0e\x21\xdb\x19\x80\x45\x9f\xf2\x66\x55\x8e\xc1\x13\xa4\x44\xba\x29\x9b\x5e\x8b\x47\x64\x16\x8f\x2c\xbe\x94\x0c\xc1\xe3\xf0\x8e\x91\xda\x78\x66\xc9\x85\xcc\x85\x60\xb6\x8c\xb7\xa3\x4d\x50\x3f\x58\xbb\x93\xe4\xaf\x30\x09\x59\xe3\xb9\x63\xc6\xd1\xec\x43\xb5\xa8\xdd\xb4\x73\xbd\x72\xfa\x15\xe6\x97\x85\x24\x54\x1c\x70\xf1\x70\x62\xca\x4f\x29\x61\x11\x39\x2d\x73\xaa\x60\x7f\xdb\xc3\xb2\xb3\x9b\xb8\x3b\x7e\x9d\x7e\x34\x24\x8b\x72\x68\x43\x26\xbd\x76\x8f\x3c\x46\xbf\x5e\xcc\xd9\xd9\x7b\x6a\x84\x35\xcf\xa2\x20\xd1\x74\x91\x96\x56\xd9\xd1\x3c\x0e\x50\x7b\xed\xd9\xe7\xe6\x20\x17\x1a\x10\x3d\xb2\x2e\xeb\xb0\x22\x0c\xc3\xa8\x8f\x9c\xd2\xee\x3c\xc6\x6f\xc6\xe9\x58\xad\x27\x1d\xec\xc0\x2b\xff\x52\xf3\x2d\x34\xa7\x71\xa2\xe6\x92\x33\xe6\xa6\x28\xf9\x34\x1a\x6b\x15\x15\x75\x4c\xd1\x47\xa4\x6f\xe5\xfc\x64\x06\xf9\x56\x8b\x01\xe8\x67\xf2\xd4\xd2\x8e\x84\x3a\xc1\xfb\x34\x9e\x02\x33\x0e\x27\x12\xe5\x72\xff\x80\x06\x70\x6a\x39\x0c\x6e\xa4\x61\x54\x61\xbe\xdc\x87\xcc\x5f\xfc\xfd\x9b\xef\x78\xcd\x03\xa8\x9c\xbf\xd4\x12\x00\xfe\xbe\x12\xdd\x93\x4b\x38\x6f\x1a\xfd\xbd\x6b\x3d\xf9\xdc\x2e\x41\x4d\xa7\xb9\x5a\x42\x04\xeb\x9d\x25\x61\x06\xaf\x6b\xd2\x55\xcf\x87\x72\x17\xa9\xaf\x31\x9b\xf9\x80\x88\x4f\xed\x26\xa9\x29\xfa\x97\xed\x25\x3d\xd3\x96\x73\x88\xa3\x31\x42\xb0\x08\x66\x4d\x03\xd3\x92\xbd\x2d\x9d\x4a\xeb\x96\xd8\x50\x20\xe0\x7a\xcf\xe2\x36\x11\x04\x81\xb7\xb9\xfb\x70\x94\xef\x65\x5d\x0e\xf9\x35\x31\x83\xa0\x79\x3e\xae\xeb\xaa\xbb\xac\x79\x7e\x87\xfe\xb8\x66\xc3\xea\x55\x67\x01\x31\x1d\xa1\x80\xf0\xfc\x8c\x5e\x98\xdc\x37\xe3\x34\xc0\x36\x34\x80\x87\xc8\xab\xce\x6b\x75\xc3\x9a\x0d\xed\x74\xcc\x25\x91\xe3\x08\xb8\xd3\xb0\xff\x65\xed\x75\xe9\x03\xec\x65\xdb\x29\xbb\x9b\xdc\xc7\x56\xe0\x6c\x79\xa8\xef\x6e\x41\x9e\x9f\x68\x8d\x5b\x9a\x8a\x5b\xf6\x4c\x61\x64\x3d\xe2\x6e\x59\x0e\x0b\x2a\x6c\x01\x95\xef\xae\x98\x74\xe6\xde\x81\x3d\xcd\x8c\xd5\xcd\xcb\x99\x87\x19\x7a\x40\xad\x79\xa1\x33\xd4\xf0\x22\x97\xa9\x45\x18\xfb\xfa\xf4\x50\xcc\x0b\x81\x15\x49\x33\x3b\x33\xa3\x2a\x27\x3a\x26\x6e\x40\x23\x9c\x9d\x91\x26\xce\x2e\xd2\x79\x83\x7f\x97\x3c\xf8\x7a\x8b\x0d\xf0\xe2\xd0\x39\x2c\x86\xc8\xc6\x3a\x58\xaf\xd5\x19\x29\x6e\xe6\x75\xf5\x1f\xb7\x9e\xbe\xfe\x2c\x91\x9f\xfe\xad\x50\x2f\xb9\x3b\x06\x51\xfe\x9f\x71\x41\xa8\xa5\xb2\x3d\xd2\x0f\x4a\xcf\x3d\x8a\xe5\x18\xd3\x04\x93\x85\xe6\xe3\xc2\xe6\xe7\x9d\x91\x9a\xd1\x6f\x98\x7e\x90\x76\xc6\x01\x0f\xd3\x8a\x40\x65\xa3\x0f\xe1\xfd\x92\x60\x2e\xa2\x7b\xac\x69\x4a\x5b\x5c\x3f\x26\x10\x35\xbd\xc2\x39\xe5\xcc\x8e\xd5\xe5\x94\xda\x67\xc5\x30\x28\x68\x3f\x0c\xae\xb5\x4a\x4c\x43\x22\xa0\x0e\xad\xd4\xd1\x87\xf4\x4f\xf5\x00\x90\xaa\x2c\x56\x44\x5b\xea\xce\x98\x7a\xb9\x9b\x96\xc0\xb6\xd9\xfc\xbf\x95\x6c\xdd\x8b\x43\x76\xa0\x7b\x4c\x8a\x8e\x33\xed\x8e\x30\x47\x87\x30\xbd\x26\x3d\x2a\x30\x4c\x18\x33\xf9\xe5\xc2\x09\xdc\xb3\x6b\x4e\x7b\x69\x07\xd3\xba\xc9\xa4\xb7\x33\xc7\x7d\xde\x34\x56\xa7\x2b\x9a\xff\x51\x63\x9e\x23\x7e\x66\x67\xa2\x69\x36\x20\xe1\x90\x3a\xa0\xab\x0a\xb8\xac\x19\x25\x08\x15\x95\x21\xa1\xdd\x0e\x8f\xea\x21\xea\x42\x39\xe6\x44\xb8\x8c\x33\x0f\xe2\x05\xaf\x9f\xde\x43\x38\xc2\xc6\x3f\x24\x71\x06\x52\x2c\x94\xbf\xb5\x5f\x0c\x04\x26\xcb\xc3\x08\x80\x9a\xfe\x9a\x0f\x37\xdf\x01\xdb\x93\xbf\x37\x53\xeb\xd5\x85\x8b\xa5\x29\x94\xe6\x2c\x71\xad\x00\x99\xe8\x2a\xdd\xf2\x35\x9d\xbe\x11\xfd\x31\x84\x8f\xca\x61\xd0\x43\xc2\x2d\x05\x12\x5f\x2c\xa0\x10\x48\x34\x4a\x39\x95\x20\xb8\x74\x10\x75\x99\xb1\x2f\xd4\x9d\x45\x38\x0b\x3e\xa7\x99\xc2\x0a\x45\x17\xaf\xbe\x78\xad\x30\x25\xcb\x00\x38\xed\x2c\x57\x7f\x72\x4d\x4d\x74\xf1\xea\x4b\xd7\x68\x2a\xca\x24\xef\x4c\xa5\x57\xcb\x3a\x0a\xd1\x57\x0d\xfb\x42\x31\xea\xbc\xe0\x8f\xc2\x55\x4b\x45\x33\xf8\xf8\x77\x7a\x0a\x3a\x10\xb4\x95\x6f\xbe\xcf\xf1\x48\x73\x02\x70\x8b\x26\xe5\x22\x8b\x17\xc8\xb0\xfe\x02\x1c\xca\xc5\xe2\x47\x34\x1f\x0c\xf6\xbe\x1e\x6d\x08\x29\x06\x75\xf1\xc4\xf7\xbd\x73\x46\x05\x84\x29\xd3\xc6\x94\xe4\x44\xa8\x5e\xe5\x54\x30\x92\x3b\x13\x4f\xa4\x4e\x06\x7c\xdf\xf5\xba\x65\x9c\x2c\x65\x37\x7a\x8a\xd5\xf7\xd3\xd1\x8e\xbf\x78\x76\x15\xd6\xf9\x9d\x9e\xc9\xe2\x4d\xad\x68\x71\xb1\xd2\xe3\x26\x08\x8a\x04\x3c\x16\x72\xfc\xfb\xc7\x59\xf0\x4a\xb1\x5a\x53\x99\xec\x54\x40\x46\x26\xc6\x95\xeb\x44\xa8\x41\xa8\xf8\x89\x06\x99\x10\x74\x5d\x78\x55\x02\x26\x14\x40\x68\x13\x80\xa2\x7d\x84\x7c\x27\xce\xac\x12\xe3\x14\x89\xf2\xe1\xf2\x8e\x75\xb5\x81\xdc\xfe\x4e\x9e\x78\xf5\x32\xcb\x3c\xef\x5d\x8b\x92\x1d\x01\xe1\xb3\x68\x7b\x94\xf7\x31\xfb\x96\xf6\x5f\x88\xf8\x1f\x53\xb4\xf7\xbc\x58\x6c\x5e\x2c\xe2\x17\xdd\x62\xa0\xea\xe7\x3e\xfd\x4c\x32\x36\x6a\x2a\xd4\x8f\xbb\xdc\x96\x88\xd8\x8b\x5d\x6e\x83\xea\x96\xe8\xc5\x1b\x62\x24\xb4\x60\x2a\x82\x09\x23\x29\x74\xac\xc7\x9a\x22\x9b\xf7\x71\xf4\xe2\x4d\xfe\xe9\x21\xb9\x51\xa0\x20\x52\xa4\x8a\x1b\xe9\xaa\xf5\xc0\xd9\xc5\x70\x4e\x5d\xaf\x46\x69\xd4\xcf\x06\x8a\x5c\xba\x4d\xc4\x12\x67\xd1\x6e\x3e\x1e\x79\x23\xe0\x62\xd1\x85\xff\xa6\xd7\x11\xd3\x68\x44\x37\xd2\xf4\x7a\x60\x52\xbd\x03\x24\xf7\xe5\x6e\x65\x4e\xde\x8a\x1a\xf8\x66\x9a\x78\x73\x8a\x6d\xcd\xa2\x51\x72\xa3\xad\xb7\xe6\x6d\x07\x3e\xe9\x2d\x39\xdb\x88\xae\x76\x47\xf9\xf0\xc3\x7c\x90\x5e\x8b\xba\xe9\x76\x32\xee\x41\x58\x51\xc1\x81\x29\x20\xc8\xc7\x9e\x6f\x56\x25\xd6\x31\x46\xf7\x1b\x1d\x7d\x65\x9d\xb7\x88\x95\xb9\x4d\x46\x85\xcf\x10\xd6\x8e\xcd\x28\x96\xef\x40\x72\xc9\x14\x5f\x47\xfa\x2d\x38\x6a\x0c\x06\x35\xa6\x7a\x45\x7b\x93\x5e\xd6\x55\xe2\xc2\x70\xac\xb5\xb9\x50\xcd\xed\x00\x31\x15\x65\x19\x3a\xd3\xe5\x84\x3e\xf1\x8c\x42\xd5\x5a\xa7\x0b\x2e\x50\x47\xae\x6e\x28\xa6\x2a\xc2\x86\xca\x65\x05\xde\xed\x2d\x60\x6f\xbf\xf5\x95\x3c\xb6\xca\x45\xfc\xfc\x6f\x7f\x0b\x8d\x41\x8d\xf4\xbb\xdf\xc5\x6f\xfd\x8c\x9c\x28\x90\xa9\x04\x7e\x91\xbd\x02\x4f\x51\x6f\x73\xdb\xe8\x8e\x98\xfe\x49\xed\x91\x1a\xa8\x9f\x7c\xf0\x0f\xce\x58\x90\xe5\x1a\x73\x8e\x90\xb7\xa3\x97\x73\x44\xd4\xae\xf8\xdf\x01\x00\x00\xff\xff\x12\x3a\xd4\x95\x6a\x22\x01\x00")
+var _confLocaleLocale_bgBgIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\xbd\x69\x8f\x1b\xd7\x99\x30\xfa\xbd\x7e\x05\xad\x40\x88\x0d\xb4\x68\xd8\x9e\xbb\xc0\x70\xdb\x37\x71\x66\x9c\xdc\x1b\x3b\xbe\x91\x03\x5c\x40\x10\xe8\x6a\xb2\xba\xbb\x46\x6c\x16\xc3\x2a\xb6\x2c\x07\x01\xa4\x56\xbc\xe2\x62\x34\xf1\x38\x6f\x0c\x4f\x64\x79\x99\xe5\x9d\x6f\x54\xab\xa9\xa6\xba\xd5\xd4\x5f\x20\xff\xc2\xfb\x4b\xde\xf3\x2c\xe7\x9c\xe7\x2c\x55\x64\x2b\xca\x97\x17\x83\x89\xd5\xac\xb3\x9f\xe7\x3c\xfb\x92\x0e\x87\x9d\x5e\x56\x76\x37\x17\x7f\x5c\x4c\x17\xc7\x8b\x27\xcb\x9b\x8b\xf9\xe2\xfe\xe2\x54\xfd\xf5\x58\xfd\xff\x59\x6b\x79\x0b\x7e\x58\xde\x5a\x1e\x2c\x0e\xf1\x87\xb7\xf2\x4a\xfd\xb8\xfc\x5c\xb5\x3c\x84\xff\x4d\x92\xdd\x62\x2f\xdb\x5c\xdc\x5d\x4c\x96\x9f\x2c\x26\xaa\xeb\x3c\xe9\xa5\xe5\xee\x56\x91\x8e\x7a\x9b\x8b\xef\xd5\x4f\xf7\xf1\xc7\xec\x83\x61\xbf\x18\xa9\x96\x5f\xab\x96\x07\xd4\x72\xf1\x20\xd9\xcd\xfa\xc3\xcd\xc5\x3d\xf5\xef\xc7\x8b\xf9\xf2\xb3\xa4\xcc\x77\x06\x9d\x7c\xb0\xb9\xf8\x62\xf9\x91\xfa\xf1\x88\x7e\x28\xc6\xd5\xe6\xe2\xab\xc5\xb1\xfc\x6d\xac\xfa\x7d\xab\xd6\xf4\x60\x31\x83\xf5\xa9\x05\xcd\xd4\xff\x4f\x16\x8f\xd4\xe8\x53\x58\xf8\x34\x19\x65\x3b\x79\x59\x65\x23\xbf\xe1\x64\xf9\xb1\xfa\xf7\x9d\xe4\x7a\xb6\x55\xe6\x95\x5a\xd3\x0f\xea\xb3\xda\x25\xf5\x4e\xf6\xb3\x51\x99\x17\xb0\x86\xc5\x74\x79\x53\xfd\x0c\x6d\x87\xe9\x8e\x6a\xf8\x1d\xf5\x5f\x9c\xa9\xdf\x3e\x5e\x4c\x92\x2a\xdb\x1b\xf6\x53\x18\xe2\xbf\xeb\x9d\x2e\xce\x92\x7e\x3a\xd8\x19\x63\xfb\x3f\xa9\x53\x9d\x2d\x4e\x92\xee\x28\x53\xad\x3a\x83\xec\x3a\x8c\xf1\xb9\xfa\xf5\x48\xb5\x3f\xc4\x91\xa6\xed\x76\x3b\x19\x97\xd9\xa8\x33\x1c\x15\xdb\x79\x3f\xeb\xa4\x83\x5e\x67\x0f\x0f\x4b\x1d\x0c\xce\xa8\x96\xa7\x66\x54\x1b\x5b\x9c\xaa\xf5\x9c\x2c\x66\x2d\xba\xac\xe5\x1f\xd4\xf0\xa7\x2d\xfe\xbb\x8d\x27\x93\xf5\xd4\x01\x76\xd2\x12\xd6\xff\x04\xf6\x0c\xb3\xb4\x54\x27\x38\xf7\x79\x82\x53\x0d\xd2\xbd\xf8\xe8\x49\xb6\x97\xe6\x7d\x58\xf8\x69\x5b\x8d\x09\x77\xa2\xb6\x39\x4c\xcb\xf2\x7a\x01\x17\x7a\x4f\x8d\x02\x40\x72\xaa\x7e\x1d\x65\x9d\xea\xc6\x30\x83\xbb\xfa\x1c\xc1\xe3\x48\x9d\x17\x1c\x3e\xf4\x53\xe0\xa1\x66\x53\x6d\xcf\xd4\x9c\xdd\x74\x58\x75\x77\xd3\xcd\x37\xe9\xbf\x89\xea\x3a\x2c\xd4\xd1\x17\xa3\x1b\x9b\x8b\x7f\xd7\x27\xaa\x06\x9d\xa9\xe9\xa6\x49\x31\xda\x49\x07\xf9\x87\x69\x85\xb7\xf0\x8d\xfa\xfe\x80\x5b\x1c\x9b\xbb\xdb\xcb\x47\xa3\x42\xdd\xec\x37\xea\xdb\x29\xce\x4d\xc0\xa7\x8e\xb8\x03\xa3\x03\x48\xaa\x45\x2c\xe6\xad\xe5\x47\xc1\x04\xd0\x68\x2f\xdf\x19\xe1\xcd\x51\xbb\x49\x4b\x41\xe0\x6c\xf1\x40\x80\x07\xb5\xa2\x69\xf4\x60\x00\xb4\xc1\x7c\xdb\xc5\xe8\x9a\x98\x0f\x66\x3b\x56\xe7\x8d\xc0\x00\xaf\xa6\x7e\x11\x6a\xa7\x62\x01\xf3\xf8\x4e\xd3\x81\x82\x25\x6a\xfa\x03\x5e\x3b\x40\xce\x29\x0e\x3c\x83\xd3\x3e\xab\xe9\xbb\x98\x25\x69\x6f\x4f\xc1\xc2\x30\x1d\x64\xea\x4e\xff\x59\x2d\x1a\xf6\x78\x26\x1e\xc2\x81\xfa\x9b\x5e\xb6\xba\x34\x84\x46\x05\x03\x69\xb7\x5b\x8c\x07\x55\xa7\xcc\xaa\x2a\x1f\xec\x94\xf4\xbc\xa9\xcb\x7c\xf1\x88\xe0\x0f\x67\x15\x40\xa8\x00\xa2\xa1\x7d\x72\xa3\x18\x1b\x00\x07\xc8\x9c\x2c\x3f\x85\xdd\x2d\x0f\x9c\x41\xa8\x99\x1d\x47\xb7\x3b\xe0\x7d\x7a\x83\xaa\x95\x56\xf9\x7e\x5e\xe5\x59\x09\xdb\x3b\xe1\xed\xa8\x03\x47\x94\x35\x4b\x86\xe3\x7e\x5f\x81\xc3\x6f\xc7\x59\x59\xa9\x26\x7f\x56\x23\xdc\x51\x0d\x70\x03\xea\x94\x00\x4d\x9c\x62\x17\xdc\x7a\x92\x97\xe5\x38\xa3\x76\x70\xc1\x0a\xa3\xa9\x39\xba\xe9\xa0\x0b\xc7\xf7\x8d\x1a\xf1\x04\xae\x36\x49\xae\xe4\x83\xb2\x4a\xfb\xfd\xab\x09\xff\x03\xb0\xd3\x19\xce\x09\x50\xa1\x6f\xae\xca\xab\x3e\x23\x8d\xcf\xd5\xf1\x9a\x59\xe1\x0e\x4c\xe3\x19\x03\xc6\x94\x0e\x02\x5f\x32\xa2\x57\x84\x1e\x8d\x55\x11\x86\xb0\x8b\xc2\x48\x07\xb6\x53\xd2\x2b\xba\xd7\x14\xea\x00\x3c\x0a\x88\x4e\x1d\x82\x6a\xf9\x56\xb1\x53\xb6\x10\x0b\xfa\x3d\x5a\x8b\xc3\xd6\xcf\xb0\x0b\x60\x04\x35\x03\x3e\xfb\x47\x30\xd4\xf2\xe6\x06\xbc\x01\xf5\xb6\x97\x77\xf4\xa5\x7c\x42\x2f\x1a\xcf\xff\xb5\xb4\x55\xa5\xa3\x9d\xac\xda\xbc\xd0\xd9\x52\x28\xee\xda\x85\xd6\xee\x28\xdb\xde\xbc\x70\xb1\xbc\xf0\x3a\x2e\x55\xdf\xd4\xf2\x36\x1d\x14\x23\xca\x3b\xaf\xbd\x98\xbe\xde\xc2\x7b\x99\xa9\x09\x26\x84\x69\x60\x4b\x1b\x34\x0f\xbc\x26\xb5\xef\x23\x0d\x51\x00\xdf\x7c\xe7\x44\x92\x1e\x13\xb0\x23\x62\x89\xc0\x81\x01\x8f\x16\x9e\xa9\x42\xb9\x2d\x0d\xe0\x1a\x53\x3f\x97\x00\x14\x28\x64\xdf\xe9\x6d\x11\xcd\xa3\x33\x82\xc7\x32\x43\x94\x0a\x2f\xf0\xed\x1b\x97\xff\xdf\x5f\x6e\xb4\xde\x2d\xca\x6a\x67\x94\xe1\xbf\xd5\xff\xa8\x5e\xaf\xb4\xe8\xe1\xb6\xde\xcb\x7f\xf6\xd3\x76\xa2\xc6\xe0\xbb\xad\x7b\x18\xf7\x69\xff\xb0\x1e\xdc\x98\xfa\x55\xad\x04\x3b\x22\xca\xfc\x5e\x8d\xf7\xc4\x6d\x2b\xdb\xed\xaa\x15\x20\xa5\x30\x74\x16\xb0\x76\x1c\x63\xc7\x91\xb3\x9a\x89\x90\xfc\x57\x70\x7a\xf5\x33\xa9\x76\x1a\x76\xfe\x42\x77\xbf\x41\xa7\xf2\x04\x07\x3a\xc6\xb7\x41\x34\xf5\x17\xef\xbc\xf3\xab\x9f\xfd\xb4\x95\x0d\x76\xf2\x41\xa6\x4e\xb8\x35\xae\xb6\xff\xcf\xce\x4e\x36\xc8\x46\x69\xbf\xd3\xcd\x09\xa2\x8e\x24\x44\xe3\xac\xc7\x78\x63\x1f\x6b\xe8\xc7\x43\x56\xa4\xaa\xec\x2b\x22\xd7\xcb\x88\x38\x3f\x04\xd0\x68\x5d\xbe\xfc\x4b\xb5\x9d\x6a\x57\x6d\x45\x6d\xfa\x20\x29\x7f\xdb\x87\x2b\xd3\x0b\xfc\x37\x58\x0a\x90\x3b\x18\x36\x72\x31\xb1\x0d\xb6\x5f\xdb\x1a\xbd\xae\xb7\x56\xb7\x33\xa0\xdd\xc8\xea\x9c\x2e\xff\x09\x4f\xf5\x8c\x5e\xe1\x01\x0c\xa4\x1e\xde\x1f\xf4\xc4\x27\x88\xff\x91\x90\x06\x8f\x0b\x47\x22\xa8\x3a\xd1\x4d\x6e\x03\x82\x51\xcf\x41\xf5\x69\x27\xd9\x68\xd4\x51\xfc\x42\x75\x03\x60\x50\x6c\x93\xb0\x20\x4c\xb4\xe6\x9e\x5a\x74\xb8\xf0\x56\x1f\xc2\x3f\xf0\xe1\x4c\xf5\xdb\x39\x86\xf5\xd3\x6c\xf9\x60\x3f\xed\xe7\x3d\x05\xac\x1a\x1c\x68\xc8\x33\x4d\xa4\x8f\x11\xcd\x9c\x22\x52\x9c\xb4\x2e\xb4\x2f\x00\x2b\x71\xe1\xd2\x05\x40\x13\xf8\x58\xa7\xb8\x8f\x26\x98\x6e\x27\x83\xa2\x43\x74\x06\xf8\x96\x5e\x5e\xa6\x5b\x8a\x87\x21\xde\x6b\xc4\x34\xfc\xae\x5a\xd3\x21\xf2\x3d\xb4\x68\x40\x67\x78\x17\x27\x78\xe4\x9f\x68\x0c\xcc\xaf\xf8\x66\xc8\xae\xe9\x57\x7e\x1f\x38\x55\x8b\x36\x0e\x11\xe4\x67\x16\xa5\x98\xd3\x00\x2e\x95\xf9\xac\x23\x4d\xe0\xe6\x34\x07\xe2\x1b\xf8\x65\xb2\x82\x22\x5a\xc2\x24\x6f\x4f\x13\xd5\xc8\xb3\xa3\xb3\xc1\xd3\x8a\x8f\xad\xc8\xf4\xaa\xdb\x3b\x03\x58\x49\xf4\xb3\x62\x3c\xf3\x8d\x02\xd0\xcf\x18\xbb\xd4\x52\xe2\x19\xb2\x1c\x0f\x35\x67\x80\xec\x1e\xf0\xf8\x21\x22\x58\xd5\xda\x3c\xb9\x7b\x4c\x4a\x11\x25\x07\x20\x81\x62\xc1\x1c\xe0\xb7\x96\x7d\x51\x6d\x80\x1c\xb4\x2e\xb5\xd4\x37\x02\xb5\xc7\xd0\x5d\xad\xe4\x04\xee\x70\xf9\x99\xea\xfe\xd9\x62\xfe\x1c\xf2\x84\xfc\x2c\xbe\x51\xcf\xe6\x0c\xb9\x22\xf9\x14\x4f\xd4\x85\x3e\x0e\x39\x29\x3c\x74\xdb\xdb\x2c\xfd\x0b\xe4\xdc\x3f\xa1\x33\x52\x68\x93\x59\xb6\x29\x10\x35\x7c\x45\xe1\x48\xb4\x2b\x94\x71\x3e\x43\x60\x53\x33\x02\x1f\x70\x40\x32\x8f\x6e\xcf\xc4\xe8\xd0\x92\x1b\xc6\x7a\x53\x64\x41\xe6\x08\x91\x77\xda\xc9\x68\xac\xc4\x94\x3a\xbc\xad\xf9\x78\x4b\x85\x4f\xe0\xa4\x4d\x27\xb3\x8f\xef\xf1\x9d\x12\xf1\xf3\x07\x81\xd3\xbd\xa9\x8e\xf4\x3e\x31\x90\x47\xc4\x5c\x3c\xa6\x7f\xe3\xcd\x01\xe7\x41\xc8\x05\xfe\xe6\x53\x45\xaa\xbc\xd6\xb9\x6a\xd1\x82\xa4\x15\x9a\xc1\x47\x7c\x88\xf4\x14\x51\x2c\x94\xe8\xa0\xde\xfa\x97\x4c\xb0\x15\x53\xc1\xbf\x89\xad\xf0\x71\xf9\x50\x3c\x69\x21\x4b\xab\x56\xa5\x41\xf4\x37\xbf\xfe\x25\xbe\x21\x84\x91\x5b\x44\x46\x26\x2d\xc3\x55\x5b\x1a\xb3\xfc\x04\x8f\xe4\x58\x11\x8f\x9f\x03\x55\xd9\xed\x0c\x8b\x51\xb5\xa9\xfe\xa2\x13\xbb\x09\x74\x84\x7f\x35\x0b\xb9\x4b\x6b\xa4\xc7\x38\x31\x0d\x99\xb2\xa8\xae\x52\xc6\x55\xef\xb1\x05\x20\xc9\xcf\x60\x6a\x39\x13\x7a\xae\xf3\x96\xc1\xcf\x2e\x52\x63\x94\xe5\xdc\xc4\x13\xb9\xda\xdd\xaa\x1a\xd2\x72\x7f\xfe\xde\x7b\xef\xda\xf5\x9a\xdf\x9d\x77\xa8\xbe\x6c\xf0\x7a\x01\x68\x1e\xd1\x3b\xac\x79\xca\x04\xc1\x44\x7e\x14\x63\xa6\x50\x0a\xbc\xed\xf1\xa8\xbf\xe9\x9e\xec\x1a\x08\x41\x75\x0a\x81\x31\x72\x83\x82\x57\x53\xd0\x05\x3b\x7a\x11\xfe\xe7\xf2\x5a\xf7\xa8\x76\x36\x61\x14\xad\x80\x80\xe9\x2c\x42\x9f\xd3\x19\x17\x3b\x95\xc2\x69\x3b\xe9\x17\x3b\x9d\x51\x51\x54\x92\xa6\x6a\xa8\x5e\x3c\x54\xdb\x07\x21\x94\x58\x6d\x75\x1f\x6e\x73\xb3\xb1\x2f\xc3\x07\x8c\x44\xf0\x84\xf1\xdb\x1c\x55\x0a\xb8\x7a\x96\xaa\x0f\x11\x31\x84\x13\x28\xe4\x5d\x0c\x81\xec\x49\xec\xfd\x04\x69\xd8\x9c\xdb\x9d\x45\x31\x39\xc9\xde\xab\x38\x4b\xda\x36\x9c\xf1\x2d\x3c\x76\xc9\x63\x24\xe5\x9e\x02\x1c\x64\x1e\x2f\xbf\xad\x00\xca\xd1\xd4\xe0\xb7\xed\x51\xb1\x47\xfa\x96\x23\xcd\x88\xdb\x0f\x42\x8a\xf0\xa0\x43\xb6\x77\xd6\x41\xff\x68\xfd\xfa\x1f\xde\x6c\xfd\x6f\xaf\xbc\xfc\xb2\xba\x96\xbf\x38\x74\x8d\x30\xe8\xb4\x85\x7a\xa5\x99\x5a\xb0\x40\xeb\x3e\x0c\x3a\xd7\xaa\x79\x20\x64\x1b\x0e\x81\x05\x83\x5b\x41\xe9\xa1\x75\x81\x68\xd9\x85\xd6\x6b\x78\x62\xff\x57\xf6\x41\xba\x37\xec\x67\xed\x6e\xb1\xf7\x7a\x3b\x81\x9f\x14\xfa\x24\xc4\xfb\x27\x77\xcc\x63\xfd\x44\xf1\xf5\xc2\x6f\x28\x44\x71\x97\x28\x49\xaf\xed\xa4\xb5\x4b\x9d\x6e\x31\xd8\xce\x47\x7b\x20\xad\x9a\x97\xcf\xd8\x9a\x11\xc8\x43\x62\x41\xcc\xdb\x5c\xc1\xe5\xe0\x7a\x3a\x83\xa2\xca\xb7\x6f\xb8\xa3\xaa\x6b\x26\x45\x0b\xbc\x33\x56\x01\x20\x26\x47\x4c\x40\xbb\x44\x72\xa8\x36\xbf\x9f\x81\x24\x3d\xda\xcf\xbb\xd9\x0a\x98\x72\x91\x1d\x3e\x3a\x75\x33\x08\x52\x33\x09\x5f\xb3\xa4\xd8\xde\xee\x2b\xe6\x9f\x19\x77\x67\xbf\xc0\x28\x9d\x22\x9f\x7c\x46\x5b\x7b\x48\x94\xc8\xe9\xa3\x90\xda\x10\x14\x77\x5f\x49\x2c\xd9\x7a\xf3\x67\xef\x10\x96\xbc\x49\x64\x95\x31\xc9\x11\x30\x0e\xe6\xdd\x4c\x9d\x71\x37\x00\x30\x2c\x7d\x27\x38\x82\x97\x88\x34\x6e\x66\x58\x76\x82\xb6\x80\x9c\x6b\x9c\x0c\x08\x5d\xa1\x1b\x7c\x8f\xd0\xf6\x44\x0b\xdb\x8a\x9c\x31\x23\xbb\x33\x4a\xf7\x53\x25\xf8\xfa\x8b\x56\x1d\x6f\x22\x87\x89\x8f\xf0\x56\xeb\x2d\x6e\x17\x74\x8c\xed\x19\x68\xa9\xee\xd0\xd2\x50\x7e\xa6\xf0\xf4\x19\x71\x59\xc7\x88\x85\x3e\x61\xe9\x75\xb6\x41\x9c\x06\xce\xf4\x09\xec\x44\xee\x9d\x48\x33\x91\x64\xd8\x79\xc0\x11\x10\xe6\xe4\xe7\x74\x82\x2a\x05\xe6\x60\xe6\xa8\x7e\x09\xd9\x0a\x4d\xb9\xb8\x0f\x0f\xc2\x32\x03\x8b\x4e\xd0\xd5\x9d\xd9\x40\x21\xbe\x6b\xa0\x8d\xf7\x2d\x7e\xb7\x07\xea\x4a\x06\xee\xa1\xa2\xb2\xf2\x31\x42\x42\x44\x61\x8b\x90\x1d\x1b\x26\x0e\x56\xb1\x9d\x11\xd2\x44\xce\xa6\x79\xae\x0d\xf3\xbd\x91\x95\x77\xb8\x78\x21\x72\x1c\xfa\xda\x31\x25\x27\x65\x03\x5c\xb8\x56\x86\x3a\xcf\x47\x6b\x46\xdd\x36\x72\x5f\x56\x4b\x81\xc2\x12\xa8\xad\xa4\xa8\xad\x20\x90\x3b\x69\x3d\x52\xf3\xfe\x04\x16\x0f\x2e\xbf\x4d\xca\x92\x51\xd6\x61\x75\x7c\x67\x3f\x07\xcd\xb5\xf3\xde\x8f\x11\x7f\x7f\xae\xda\x3f\x74\xe5\xaf\x43\x4b\x1f\x49\xd2\x39\xd6\x67\x31\xd5\xba\x53\x83\x76\xa4\x8e\x66\x16\x9d\x55\x1f\xc1\x77\xfa\x32\x0e\xad\x52\xbb\xe6\x8e\xe1\xe7\xc7\x5a\x50\x67\x3a\xa4\xa4\x17\xc4\xc2\xcc\xcb\x3b\xf3\x42\x2f\x60\x3f\x90\x36\x91\x8e\xea\xcc\xe8\x9f\x90\x6b\x9e\x22\xab\x6b\x06\x77\x07\xe3\x85\xc5\x46\x65\x25\x63\xcd\x05\xe0\xb3\x47\x8b\x46\x9b\x15\xb5\xac\xf8\x64\xa3\xcc\x5d\x94\x95\x80\xe9\x51\x88\xf0\x21\xed\x63\xce\xb2\x88\x6b\x41\x58\x25\x72\x46\x6d\x06\x87\x74\x4a\xc4\xaf\xa9\x07\xb1\x81\xab\x05\x59\x8c\x19\xcb\xc8\xeb\xb9\x83\xd3\x0b\x15\x65\xeb\x17\x3f\xc3\x91\x1c\xdd\xc0\x84\x94\xff\xac\xeb\x9b\x21\x1e\x63\xcc\x00\xdc\xe8\x27\xfa\x7d\xac\x5c\xaf\xe0\x9c\xf5\x11\xad\xe2\x8e\xe4\x0e\x9b\x0f\x45\xe1\x12\x1a\xb2\xd6\x18\x82\xcb\x98\xb3\xd4\x9b\x34\x88\xfd\x09\xb3\x00\xce\xd7\x28\xf9\x37\xcf\xce\x51\x19\xf0\xd8\x51\xdb\x0b\x6b\x98\x3b\x3b\x05\x28\xc4\xbf\x0a\x34\xc7\x8f\x50\xfc\x4a\xaa\xac\xac\x3a\x3b\x79\xd5\xd9\x06\x5e\xa6\x87\x2a\x17\x24\xdd\x4f\xd4\x7f\x3f\xc5\x0b\x40\x4d\x2e\x99\xf2\x10\x6a\x2c\x2b\x72\x41\x75\xbc\x40\x52\xc5\x63\xfc\xa6\x60\xeb\xd5\xd6\xc5\x7d\x56\xc0\xbd\x02\xbc\x48\x47\x51\xab\xbc\x0f\xd8\x49\xab\xe5\xf9\xb6\x0f\xad\x95\x4c\x68\x96\x8e\x00\x39\xe0\xde\x8d\xaa\xce\xaa\x97\x37\x34\x8d\x63\x8c\x40\x6f\x05\xef\x0d\xe9\x3d\x11\x61\xa3\x69\x02\x1d\x15\x41\x91\x3f\x1d\x3c\x87\x8b\x25\xc9\x0e\x30\xf5\x4e\xb1\x35\xce\xfb\x3d\xa7\x15\x8c\xd2\x4e\xb4\x2a\xac\xb7\xa5\x5f\x59\x04\x88\xac\x22\xb9\x46\xd9\xd5\xd2\x52\xc8\x14\x05\x03\x2d\x30\xa8\x2f\x78\x5c\x7a\x92\xa8\x2a\xe3\xcc\xda\x3b\xd6\x10\xbb\xa7\x34\x8b\x45\xf5\x0a\x80\x70\x0e\xa3\x1f\x80\x3b\xd9\x4b\x15\xc6\x6f\x50\x2f\xd0\x84\x9e\x8a\xa1\x59\xe4\xe3\x3b\xb4\x0a\x75\xe8\x75\x1b\x94\x4f\xcc\x68\xfa\x33\xa9\x55\x95\xad\x4b\xaf\xab\xff\x4d\xca\x74\x3f\x23\x76\x78\xa7\x01\x0e\x59\x86\x9a\xb0\x0a\xd6\xe2\x2f\x5a\xe7\x1f\xd0\x0c\x77\xdb\x62\x4a\xe7\x68\x1d\x44\xd9\x7c\x85\xe7\xc2\x05\xe2\x66\xed\x99\xdb\x7b\xa5\x37\x58\x8e\xbb\xdd\xac\x2c\x49\xc7\x71\x1f\x8e\x81\x70\xd4\xa7\xd0\xfe\xb9\xd6\xe2\x5b\x9c\xe1\x10\x29\x02\xd9\xa0\x37\x98\x61\x03\xf1\xe1\x3e\xce\xf7\x91\xd1\x13\x6f\x20\x09\xf8\x82\xa9\x18\xde\xc2\x29\xe3\xf4\xc7\xc6\x1c\x84\xf0\xcb\xe2\x02\x58\x98\xe7\x5a\x2b\xc3\x4c\xfb\x11\x2a\xb4\x34\x29\x04\xb2\xc0\xca\x9a\xd9\x73\xe6\xcc\x3c\x01\x79\x15\x48\x86\x22\x6d\x03\x38\x26\x57\xc0\x01\xe0\x6a\x32\x26\xb5\x61\xd1\xef\x65\x23\xa3\x6b\x64\xfe\x71\x1a\x35\x26\x9b\xc6\x12\x91\x96\xd7\x73\x05\xd1\x1d\xe3\x42\x00\xd0\x54\x65\x1f\x54\x20\xd6\xdf\xc4\x05\x08\x16\x24\x0a\xd7\x88\x1c\xd1\x12\x8f\x0a\x8c\xbd\x1b\xf8\x1a\x4b\x32\x6f\xb0\x7d\x2a\x78\x73\x0a\x81\xf7\x15\x6e\x2b\x80\x9d\xdc\xcf\x74\x8f\xef\xd0\xae\xfd\x98\xb1\x66\x5c\x65\x08\x13\x14\xa3\x1d\x67\xfc\x1a\x63\xac\x6a\x49\xe6\x64\xaf\xb1\x63\x51\x9e\x24\xc8\xf5\x90\x57\xc5\xbd\x90\x69\x52\xaf\x8c\xcd\x94\x6d\xf5\x0e\xd0\x5c\xca\xab\x45\x2b\x7c\xcb\x31\x99\x46\x96\x9b\x5c\x61\x4f\x8c\xab\x09\xf7\xf3\xed\xef\x13\xb4\x35\x95\x51\xac\xa2\x76\x51\x66\xe9\x08\x70\xce\xf7\x00\x7e\x00\xe2\x28\x0c\x27\x57\xd2\x71\xb5\x7b\x55\x38\x3a\x74\xd8\x8a\x2c\x1d\x1e\x1e\xb5\x08\xf0\x5c\x9b\xaf\x11\xa4\x77\xb3\x21\x88\xe1\x7b\xe5\x0e\xf9\x5e\xf0\xcb\x61\x93\xa1\xd3\xe9\x8d\x16\x7b\x37\x7c\xca\xd4\x03\xe5\x13\x5c\xce\x03\xb0\xf6\x95\x45\x37\x4f\xfb\x9d\xa7\x1c\xfa\x3b\x43\xb8\xa3\x83\xbb\x22\x08\x39\x6e\xec\x0d\x2b\xb4\x1b\x13\x77\xf6\x90\x54\xcd\x4c\xf3\x43\x86\x4d\x58\x55\xe8\x25\xce\x6a\xd4\x01\x2d\x8d\x3c\x34\xd8\xa3\x3b\x01\xe8\x23\x41\x9a\xc5\x57\x2a\x96\xa8\x1f\x70\x13\x9e\x63\xd6\x9b\x6d\x5f\x13\x5f\x2e\x83\x43\x42\x2e\xa4\x66\x2f\x4f\xab\xd7\xa8\xd9\x88\xba\xfc\xbd\x6c\x6f\x0b\x66\xcd\xc8\xee\xfe\x04\x99\x90\x33\x62\xe2\xa7\xc9\xb6\x7a\x5c\x88\xb9\x34\x63\xf5\x67\x34\xd6\x11\x8e\x9b\x06\xdc\x14\xb6\xcf\xd6\x6f\xff\x86\x76\x26\x52\xe4\xf4\x3a\xb0\xdc\xcc\x69\x3b\xa7\x3a\xf7\xbc\x14\xde\x68\xad\xf0\x3c\x32\xb0\xd2\xd6\x9c\x21\x89\xa9\xa8\xd7\x29\xb3\x41\x65\x20\xc6\xf8\x95\x90\x50\xf3\xd8\x28\x93\x6b\x8e\xd9\x1c\xe3\x13\xbe\x54\x72\x2f\x41\x05\xff\x6b\x5b\xaf\x5f\x2c\x5f\x7b\x71\xeb\x75\xd6\xc2\x59\x3b\x3e\xb1\x43\xc2\x3b\x47\x6a\x10\xb5\x30\x0c\x08\x55\x21\xfe\x03\xad\xfa\xc4\x3d\x3d\xf6\xec\xeb\xb7\x18\x55\x1d\xa2\xa4\x40\x5f\x2e\xf6\x80\xc8\x4d\x00\xa6\x36\xa4\x2a\xfc\x18\x05\x01\xc0\x12\x9f\x3a\xe6\x7c\x05\x10\x42\x9b\x1b\x97\x8e\xda\xe4\xda\x91\x11\x86\x33\xa8\xc4\xfa\x78\xf8\x46\x66\x17\xa1\xe0\x19\xf7\xf3\xbd\xbc\x5a\xf5\x36\x81\xfe\xea\x27\x7a\x88\xd7\xf6\x98\x55\xb3\xcc\xe1\xcd\xdd\xf3\x9e\x31\x01\x0f\x2e\x6c\x62\x96\xa6\xb7\xd0\x72\xcc\xce\x28\xf6\x9c\x18\x30\x79\x85\xfc\x8d\xce\xe8\xc4\x37\xcc\xc9\x12\x55\xe3\xe7\x34\xc7\x59\x0e\xac\x9d\x7a\x8e\x74\x08\x41\xa6\x9d\xec\xa6\x65\x67\x3c\x60\x00\xcb\x7a\xe6\xdd\x1e\x19\x68\xa7\x5e\xc8\x20\x0b\x5c\x07\x84\x5c\x82\xd7\xd1\x3a\xea\xd8\xe7\x0d\x74\xbd\xa0\x7e\x25\x37\x13\x56\x3c\x18\xa8\x62\xe9\x8e\xa9\xfe\xda\x10\xcd\xed\xe5\x0a\xad\xc0\x6b\x75\x4f\xce\x2d\x68\xbc\x29\x5f\x8e\x70\x5f\x59\x7e\x86\x67\x70\x62\xd0\xa3\x42\x01\xb7\x51\x26\xd5\x5a\x8f\x4b\xa8\x44\x55\x0b\x6e\x13\xb8\xe8\xe3\xfb\x2f\xaf\x23\x99\x2f\x25\x5c\xaf\xb9\x9a\xe6\x5d\xb3\xae\x1f\xe5\xaa\x12\x89\x55\x95\x09\xeb\xca\x0a\xd5\x38\x73\xe8\xa0\x64\xc1\x81\xd1\xd3\xa6\x45\xad\x67\x64\x1c\xf2\xac\xd7\xb8\x43\xd8\x68\xb5\xf6\x3e\xe5\x8d\x62\x93\xe7\x25\xf8\xbd\x10\x6e\x15\x6e\xed\x34\x7c\x98\x9e\xa8\x4b\x8b\xb0\xf8\xf9\xee\x5a\xbd\x34\x2b\xdb\x45\xc5\x73\xfd\x5b\x66\xb7\x32\x76\x45\x59\x0f\x97\x32\x07\xf9\x39\x3a\x52\x32\xc7\x1a\x61\x77\xdb\xde\xd2\x8d\xb5\x64\x8d\xa3\x14\x47\xa3\x5f\x8b\xeb\x33\x00\xf8\xd7\x72\xc6\x55\x51\x74\xca\x5d\xb0\x0b\xa2\x48\x71\x4c\xb6\x4a\xe2\xd1\x63\xc7\x13\x75\x29\x30\xa6\x17\x84\x76\x90\xeb\x4f\xd5\x2f\x27\x44\xce\xfe\x77\x76\xcb\x01\x8c\xd4\x56\xdc\x1b\x00\xc5\x55\xc2\xb9\xc0\xbf\x19\x84\x6b\x30\xd8\xc4\xc3\xbc\x8c\x90\xc4\x89\x4b\x0c\x6c\x06\x62\x95\xc6\x3d\x41\x85\x56\x81\xf7\x53\x42\x88\x61\x5f\x8c\x90\xf6\x83\x90\x3a\x1b\xb5\x70\x47\x11\x69\xce\x8e\xa7\xed\x30\x31\x99\x0f\x4e\xae\xe8\xa5\xea\xe8\x6e\x64\x28\x16\x4e\x92\x01\xba\x9e\x4e\x13\xf5\x3b\x76\xa3\xad\xb3\x07\x9b\x6a\xaf\x18\x94\xbd\xab\xc9\x6f\x14\x8b\xfd\xce\x7a\x7a\xa7\x5f\x2b\x36\xfd\x1d\xdf\x83\x23\xf4\x27\x45\x69\xe7\xef\xe9\xb8\x7d\xfb\x9d\x7b\xbe\xef\x46\x55\x58\xbf\xce\xc8\x33\x0d\x6c\x83\xc2\x77\x37\x3c\xe8\xcb\x97\x7f\xfe\x1e\x29\xe1\xc4\x7a\xd0\xdc\xce\xac\x5d\xf2\xf3\xaa\x1a\x96\xbf\x19\xf5\x37\xc9\xfc\xeb\x1a\x9c\xd5\xf4\x37\xfa\x45\xda\xfb\x4d\x9d\x29\x3a\xb4\xb4\xbd\x97\xa5\x7b\xc1\x09\xa0\x0a\x66\x06\xab\x4b\x7e\xa2\x44\x8f\xf0\x84\x6e\x1b\x23\x8f\xe1\x7f\x2c\xab\x9a\xfc\x04\xf4\x08\x7f\x1f\x51\xb8\xad\xa1\x36\x34\x8a\xea\x0c\x9d\x83\xdf\x5f\xf1\xfc\x96\xd6\x2b\xeb\xfd\x24\xed\x0f\x77\x53\x94\x6f\x4d\xef\xd0\x62\x93\xb5\x1c\x25\x04\x8e\x76\x9b\xb4\xff\xa8\x50\x98\x21\xb7\x30\xd7\xe8\x6a\x49\x8e\x18\xd3\xe7\x2f\x75\x5e\x70\xa7\xe8\x29\xfa\xf2\x57\x4f\xb3\xe1\x4c\x20\x26\x9d\xa3\x05\x6a\xa2\xa6\x2c\xf3\x0f\xb3\x86\x89\xc8\x3e\xc1\xe7\x40\x7e\x17\x17\x4b\xd5\x0d\x55\x39\xcd\x5d\x11\xcd\x5b\x55\xa2\x71\xe2\xba\x58\x4a\x0c\xa6\x86\x4a\x3f\x38\xef\x50\xd0\xf9\xd1\x25\x14\x36\x40\x06\x9f\x07\x63\x12\x8d\x76\x2f\x79\xda\x72\xa9\xc2\x0a\x64\xa6\x46\x01\xf7\x89\x15\x63\xb8\xef\x40\xf5\xc9\x07\xdd\xfe\xb8\x77\x8e\xcd\x08\x2d\xc8\x8f\x2f\x96\x3f\x86\x69\x07\xd7\x94\x48\x33\xe0\x21\xd0\x03\x6f\x86\x1a\x37\xad\xcd\x50\x03\x3d\xc0\x09\x3f\x85\xed\xbe\xaa\x9d\xf4\x3b\x6a\xee\x62\x34\xca\xba\x95\x76\xd7\xb7\xab\x0e\xb8\x46\x20\x1e\x86\x6a\x39\x0a\x49\x8f\x3e\xad\x30\x88\x2f\xef\x1a\x66\xf2\x73\xb4\xf0\x90\xff\xf5\x41\xdb\x86\x2b\x74\xb6\xb2\x6c\xd0\xa9\xd2\x6b\xd9\xa0\x01\x69\x12\xdf\x3c\x23\x34\x70\xc8\x82\x7e\x60\xbb\x6c\x93\xbb\x58\x30\xec\x57\x9e\x7b\x5b\x14\xc9\x36\x8e\xab\xa4\xcf\x95\xc3\xc6\x1d\xe5\xac\x32\xbd\x66\xe8\x4a\x61\xc1\xd5\x63\x1b\xac\xd8\x38\x16\x41\x36\x8e\xa3\xce\xb7\xb7\x3e\xe7\xd9\x30\xa6\xb9\x28\x03\x10\x16\x92\xd6\xbc\x30\x23\x39\x44\xb8\x1b\x92\x18\x09\x91\x9f\x91\x39\x55\x51\xe7\x11\x46\xbb\x08\xad\x3b\x19\x73\x34\xdb\x42\xfe\x12\x46\xf4\x95\x1a\xd9\x43\x1b\xb4\x02\x08\xc0\x59\x47\xfc\xf2\xe9\xe1\xaa\x9b\xba\x49\xaa\x8b\x60\x01\xea\xb9\x01\xbf\xf0\xac\x56\xc0\x0a\xe0\x03\xf4\x79\x30\xce\x37\x2b\xd6\x60\xd9\xa6\x73\xaf\x80\x0f\xfb\x89\xf4\x7d\x11\xb3\xf1\x15\xe3\x33\xcf\x3e\xc8\xc1\x41\xfd\xcb\xc5\x44\x3f\x64\xd6\x23\x47\x5c\x14\xcd\xc3\xc6\x07\x84\xf6\x27\x5c\x12\x78\x6e\xa5\x65\x05\xda\x53\x3a\x39\xad\xef\x04\x31\xf0\x23\xcf\x34\x40\x76\x58\xd2\x3d\x9c\xd5\x9a\x22\x58\x55\xc3\x6f\x20\x7a\x80\xc6\x7b\xda\xf5\x80\xa6\x2b\x00\x4a\xa7\x8e\xe4\x91\xf5\xe0\x46\x5b\x2f\x50\x84\x07\x51\xd7\x0a\xed\x6c\x19\xba\x16\x47\xef\xee\xb0\x65\xfd\x91\x6b\x11\x81\xc2\x79\xfa\x32\xc1\x6f\xf1\x5a\x76\xa3\x4e\xe0\xd9\x68\x2d\x8c\x51\x11\x2f\x96\xb0\x1e\x1d\x36\x32\x3e\xe4\xdb\x62\x78\x12\xa9\x0c\x02\x7f\x7b\xc1\xbe\x4b\x06\x0e\x2c\x3a\xa0\xd0\x07\xad\xe0\x7e\x36\x52\x6c\xac\x59\x09\xf9\xb7\x47\xd8\x9d\x27\x2e\x87\x1f\x1f\x18\x17\x3c\xb7\xde\xdb\x84\x3f\x26\x78\x06\x8f\x2d\x58\xfa\xf4\xd1\x6a\x52\x36\xa2\x0a\xad\x07\xf0\x12\x40\xff\xdc\x64\xfc\x0c\xd8\x41\x72\x7a\x87\xbd\x90\x21\xa3\xac\xf2\x7e\x1f\x20\x91\xe3\xc7\xea\x62\x94\xbc\xbb\x65\x57\x0f\x09\x00\xf1\x80\x2f\xb5\x8b\x7b\xc6\x6c\x1e\x01\xa5\x07\xc6\xf5\x07\x6f\x87\xf7\x26\x5c\x70\xa8\x05\x9e\x1d\xbc\x0f\x1c\xeb\xd4\xb1\x78\xb1\xd7\x56\xf4\x6d\xb4\x79\x83\xa0\x35\xc2\x58\xb2\xfa\xfd\x1d\x6a\xb5\x27\xba\x90\xde\x26\xe5\xde\xf2\x80\x9d\x4f\x82\xcd\xd6\x02\xf2\x8a\x0d\xc3\xb3\x7a\x82\xd7\x74\xe6\xed\x36\x38\x05\xc7\xa8\x61\x17\xa4\x9d\x34\xa3\xf6\x96\x25\xfa\x62\x02\x76\xf1\x6f\xd6\xb8\x21\xc7\x3d\xd6\xdd\xfd\x47\x6e\xfb\x69\xee\x76\xbe\xf2\x6e\xe7\x6b\xdd\x6d\x13\xda\xa0\xf0\xac\xce\xd6\x28\x1d\x74\x77\x25\x9e\xfe\x0f\xc4\x7c\x53\x14\xde\xd9\x22\x8c\xee\xb7\x4d\xb8\x39\xb9\x02\xd8\xfe\x6a\xa2\x18\xc0\xc1\x4e\xd6\xd1\x4e\x70\xdf\xb1\x28\x3b\x0d\xe4\x7f\xe1\x0c\x46\x4b\xd6\x0e\x70\xe0\x97\xa9\x87\xe9\x8e\xcb\xaa\xd8\x3b\xef\x68\x87\x35\x41\x5f\xc9\x3f\x16\x4a\x82\x00\x37\xb2\x98\x3e\xfe\xcc\x86\x99\x62\x80\x60\x68\xe8\xe2\xf0\x41\x94\xd2\x6f\xa3\xd1\xd0\xb8\x19\x00\xe2\x79\xb4\xe0\x48\xc2\x64\xbb\xe8\xf7\x8b\xeb\xc6\x2a\xa6\x29\xd1\x9c\x17\xc9\x96\x31\xb5\xa5\x11\x60\x9f\x7f\x47\x0a\x3a\x65\x27\xa5\x39\xf7\x46\x7b\xf5\x77\x56\x7f\x8e\xa2\x2d\x7d\x0a\x7f\x1f\x0f\xf4\x97\xbb\x84\xda\xed\xe7\x47\x09\x18\x39\xf6\xda\xc8\x6b\x81\xae\x64\xb4\x9f\xf5\xd6\xe4\xb0\x40\x36\x40\xfc\x6a\x4d\xf0\x6c\x87\xb1\x43\x0e\xd3\x4a\xf1\x14\x03\xd2\x4d\xe2\xb6\xcf\x37\xba\xa6\xae\x70\x3c\xf8\xbc\x51\x6f\xf4\x18\x26\x49\xae\xe8\xd0\xce\xab\x89\x89\x05\xbd\x27\xf4\x46\x71\xef\x1a\x26\x3e\xe5\xa6\xa4\x25\x84\xc6\xd9\xd0\x07\x07\x38\x17\xae\x23\x33\xcf\xf9\x0e\xfc\xd8\xfb\x79\x17\xad\x30\x25\x4d\xe9\xb8\x3e\x2c\xef\x24\x64\xc4\x8d\x04\x1b\x43\x90\x5c\xd6\xcf\xaa\x8c\x42\xd0\xe9\x05\xbb\xfa\xd5\x64\x9c\xf7\x36\x7f\xf3\x8b\x9f\x25\xc9\x70\xbc\xa5\xe6\xe9\x88\xcd\x59\xb8\xf2\x63\x8a\xf4\x11\xb0\xbb\x97\x83\x8f\x57\xb0\xe1\x88\x96\xbc\x91\x67\x8e\x97\xeb\x34\x8c\x75\x3b\x63\x8d\xa4\xe3\x38\xeb\xa8\x90\xf1\x07\xf7\xe8\x26\xe4\xa1\x50\xe7\x78\x3c\xf3\x86\xbb\x0d\x10\xa2\xbd\x67\xb4\xca\x6e\x46\x96\x8c\xe9\xd2\x58\x03\x37\x34\xf6\xb7\x76\xb9\x99\x8d\xe4\x90\xd6\x49\x23\x4c\x18\xf1\x82\xed\x95\x44\xe5\x1d\xaf\xdd\x7a\x77\x40\xc3\xb0\x48\x9f\x40\x27\x5e\x01\x7e\xb5\xd1\x4d\x64\x0e\x43\x67\x3b\x54\xe6\xaa\xf7\x01\x91\xc4\xec\x29\x86\x5e\x8f\x67\x56\x43\x57\x93\x47\xa0\x5f\x74\xd9\xc9\xf5\x5f\x69\x91\x1c\x16\x3c\x1e\xf6\x40\x35\x6a\x60\xe4\xcf\xe6\x2d\x7a\x60\x3b\xf1\x9a\x5a\xd5\x66\x3d\xed\xf6\xdf\x76\xcb\xe5\x83\xda\x1a\x11\x37\x66\x01\x88\x88\x66\x53\xe7\xbc\x08\x6b\xf8\x63\x19\x5b\x9b\x0d\x59\xa2\x2e\xc8\x86\x4e\x18\x3e\x8f\xd1\xb8\x06\xe8\xfa\x8c\xc4\x0b\xe1\xca\x6c\x7d\xaa\x11\x34\x29\x00\xf9\x33\x32\x4d\xa2\x65\x3b\x04\x4d\x34\xb1\x2a\x9c\x32\xd6\xa8\xc4\x7a\xa5\xc6\x42\xb7\xb5\x83\xad\x4b\x87\x50\xcb\xce\xca\x90\x06\xc7\x61\xd7\xd9\x5a\x6d\xbf\x28\x4a\x76\x76\x10\x3e\xe2\xf7\x17\x73\x13\x58\xc4\xee\x0e\xb2\x17\xdf\xa9\xee\xe1\xdc\x7e\x43\x68\xb3\x1c\x03\xdc\xa0\x11\x25\xa9\x7d\x28\x92\x33\xa8\xe4\xfc\x16\x43\xb9\xb3\x82\xd2\x55\x09\x8a\xec\x94\x8e\xd8\xbd\x93\xef\x61\x9a\x8a\xaf\xad\x53\x38\xb9\x78\x9a\x80\xd7\x33\x61\x72\x9e\xb3\x1d\xdd\xb8\x8b\xb5\xdd\xbd\x58\xf0\x6c\xf2\xca\x72\xb6\xd1\x32\x21\x41\x82\x1a\xcd\x02\x98\xd5\x80\x26\xc8\x83\x03\x58\x0b\xb6\x4d\x3b\xb9\x4a\x22\xf2\x6c\x52\xf4\xa5\x84\xfc\xfd\x42\xfb\xb6\x79\xcd\xe0\x46\x85\xfd\x61\x31\xd7\x4c\xbe\x4c\x7e\x01\xea\xf2\x8e\xdb\x32\xd0\x9d\x9f\x19\x16\xc1\xeb\x1e\xd3\x91\x7c\xb1\x52\x1a\x3f\xf3\x94\x10\x93\xb6\x7f\x32\x3e\x8a\xa8\x91\xe9\xfd\xa7\x3c\xf1\x8f\xbc\x65\xbd\x64\x5c\x39\x0f\xc3\xf4\xd8\x33\x72\x1a\x0b\x15\xa7\xb7\x7b\x60\x21\x3a\x3c\x3c\x81\xd5\x79\xf9\x7f\x3b\x9c\x1e\x33\xb4\xb9\x98\x9d\x94\x61\xa5\xb0\x9a\x18\x6f\x62\xd7\x6e\xc2\x89\x38\x74\xf3\xfa\x5c\x1c\x93\x15\x03\x91\xf6\x2d\x42\xf5\xe7\x6e\xdc\x6b\x33\x13\xa0\x03\xfc\x42\x4a\x5f\x17\xb2\x64\x0c\x23\x75\xa4\xdc\x46\xfd\xf8\x04\x5b\x5d\xd9\x48\x21\x0b\xc8\xd7\xe2\x04\xe7\xea\x9f\xb5\xa1\x8f\x33\x67\x38\x2a\x14\x67\x57\x1a\x71\x71\x7b\x81\xaf\xcc\xb1\xa8\xef\x3a\x34\xc4\xe2\xb2\xf8\x09\x52\x53\x3e\xca\x7b\xa4\x7a\xb0\x62\x96\x1b\x54\x6e\x40\xb2\xf6\x18\x9f\x08\xf5\xd3\x59\x60\x5f\x37\xaa\x6c\xf4\x51\xd5\xd1\x68\x1f\x5b\x47\xe4\x1a\x63\xa8\x9a\xeb\xbf\x2d\xc8\xb5\x93\xc5\x9c\x53\x27\xdb\xc5\xdc\x0d\xa3\x78\xc3\xdf\x9c\x79\xd1\x8e\x99\x8a\xd6\x72\x1f\x1f\xec\x54\x6c\x9a\x80\xdc\x79\xcc\xcf\x25\x69\xaf\x87\x98\x8a\x0f\x1d\x2d\x99\x0b\x1d\xfa\x34\xf5\x49\x55\x93\xed\x10\x46\xf2\x47\x09\x5d\x3c\x4d\xab\x8e\xe3\xfe\x04\x5e\x39\xcf\xd6\xe5\x09\x6d\x1d\xff\x4b\x78\x3b\x99\x13\x73\x11\xf8\x7a\xd7\x62\xe4\xad\xfb\x9a\x9d\x0e\x49\x28\x63\x2f\x23\x4b\xd5\xe3\xaf\x88\x94\x05\xcb\x43\x45\xa4\x73\xe9\xda\xde\x0b\x63\xd2\x13\xfc\x5e\x63\x7b\x7c\x3c\x78\xc1\xe4\x73\x10\x1f\x77\x23\x2e\x7f\x38\x6a\x00\xb8\xb3\xdb\xe0\xe6\xab\xb6\xfb\xbd\xab\x9c\x45\x58\x38\x16\x2b\xa1\x51\x1d\xc5\x2e\x69\xf9\x8c\xe3\x04\xb9\x78\x9d\xa0\x04\x22\x82\xa8\xb5\xee\xcd\xc5\xa2\xbe\x17\x4c\x24\xa8\xbe\xce\x7d\xff\x0b\x9c\xc1\x9a\x16\xb5\x4e\xf3\xe1\xc2\xe4\xa8\x20\x47\x41\xad\x9c\xe7\x28\x24\x22\xb9\x0f\xc8\x1f\x74\xc2\x0b\x22\x9b\x24\xab\x1a\x28\xc6\x9d\x7d\x4f\x5e\x2b\xab\x51\x31\xd8\x79\x1d\xb5\x04\xdc\x8e\xe1\x1e\x08\xe8\xc9\x1b\xaf\xbd\xc8\x2d\x5a\x8e\x0f\x06\x9b\x02\x6e\x93\xe3\x77\xe8\x95\xfa\x56\x5e\xfd\x7c\xbc\x45\xe0\xfd\x5a\x2a\xf2\xfc\xd4\xc5\x1e\x05\xcc\xd7\x2c\x72\xdd\x94\x07\xc8\x18\x79\xac\xe3\xb3\x56\x00\x39\x53\xd9\x9c\x17\x6e\x5e\xba\x19\x0c\xc3\xd7\x37\xa3\x25\x7b\x2c\x0a\x2e\x91\x3c\xa1\xce\xe8\xee\x9f\x18\xd2\xe0\x4a\xc4\x02\xe4\xdb\x06\x4b\xba\x80\x2e\x71\xa4\xe3\xe5\xc0\x2f\x49\x5a\xd1\xbe\x93\x36\xd9\x85\xe7\x17\xeb\x48\xec\x67\xda\x4b\x09\xc7\x6a\x45\xc5\x75\x78\xb6\x7a\x12\x14\xaf\x68\x92\x2f\x8c\x09\x2e\x54\xdb\x45\xd4\x02\x7a\x0a\x30\xc0\x1f\xe8\xe7\x89\x42\x5d\x3b\xd1\x23\xbb\x8e\x15\xfa\xce\x26\xf8\x1d\x1d\xf0\xb5\x1b\xb7\xb7\x39\x8d\x17\x24\xe7\x3f\x37\x5a\x46\x79\x5a\x56\xf3\xd4\x84\xa6\x9e\xd3\xdc\x01\x5e\x81\xe4\x0d\xf4\x39\xc4\xb9\x83\xe8\xbd\x9c\x97\x3b\x20\x91\xd5\x59\x74\x2d\x6f\xc0\x91\x7f\x0e\xea\x5a\x8a\xb4\x10\x96\x09\x73\x30\xc6\x31\xa1\x86\x67\xc2\x25\x04\xdb\xd4\x77\xe0\xbc\xbb\x1a\x1e\x21\xca\x21\x14\x03\x89\xdf\xa7\xa4\x1e\x9e\x90\x91\x8e\x40\xef\x9e\x63\x85\x9b\x47\x55\x4c\x67\xe8\x03\xd5\xb1\xaa\x55\x1d\xc6\x68\x3d\x6a\xd9\x23\xcb\xd3\xb1\x22\x1c\x55\x20\x4e\x5a\x5a\x22\x91\x7b\xfc\x91\xb4\x4c\x46\x8d\xc0\x46\x08\xa7\xf8\x7f\xb4\xe8\x8f\xa4\x2a\xae\xa9\x67\x1a\x1b\xff\x27\xef\xfe\xe2\x19\xcd\x61\x68\x2c\xeb\x24\x6b\x29\x6c\x40\xf5\x5c\x6d\x25\xd9\xf0\x5c\x85\x26\xc1\xc4\x63\x5c\x07\xa8\x36\x38\xc0\x61\x0d\xb2\xfb\xd7\x4f\xd6\x6e\x39\x96\x59\xa3\xae\x17\xaa\x1b\x17\x1f\x23\xf3\x5c\x4b\xbf\xc6\x83\xad\x7c\xd0\x23\x41\xe2\x10\xe1\x6d\xce\x4e\xf7\x56\xfb\x0d\x2d\x2c\x56\xf1\x94\xbb\xde\xd3\x69\x91\xb1\xc6\x0e\xc6\xee\x9a\xfa\x3a\x52\x1c\xa5\x83\x10\xd0\x24\xb6\x81\xa1\xf7\x88\x5c\x1c\x31\xf7\x80\x16\x40\x25\x80\x68\x0e\xc3\x7f\xdb\x9c\xaf\x89\x43\x5f\x78\xaa\x7f\x61\xdb\xc6\xcd\xc0\x79\x91\x98\x3a\x39\x30\x01\x68\xc9\x17\x1a\xf6\x8c\x2d\x23\x24\x82\x42\x14\x8e\x4a\x86\xf0\x31\x44\x4b\xc0\xc8\xe0\xe8\x48\xfa\x31\x99\x8f\xd9\x85\x16\x53\x35\xdf\xe4\x3e\x17\xd2\xe8\x69\x23\x38\x22\x28\xc4\x1b\x61\xf2\xa1\x1a\xac\xc7\xef\x32\x20\x42\xce\xd1\x98\xb3\x5d\x75\xae\x0d\xbd\x08\x98\x32\xcf\x2d\x94\x18\xb3\x07\xfe\x78\x1e\x4e\xf0\x4f\x4c\xbd\x87\x1f\xea\x7c\x2a\xb4\x3b\x3c\x32\x7d\x27\x0b\xf2\xe0\xbf\x49\xd6\xec\x88\x7b\xc1\x99\x8e\xf1\x46\x44\xcf\x7c\xcc\xf2\xc0\xf0\x32\x0f\xb4\x0f\xc2\xd1\xc2\xc4\x96\x19\x1f\x6c\x43\x2e\xf9\x5c\x24\xc1\x94\x40\x5f\x27\x53\xc7\x00\x7e\xba\x72\xf7\xf1\xa1\xcf\x47\x65\x9f\x72\xea\x66\x82\xdc\x6c\xd8\x90\x94\xb9\x29\xfe\xf5\xdc\x84\x58\xde\x81\x45\x59\x5f\xc5\x91\x09\x32\x46\x2b\x36\xb9\x82\x56\xb7\x34\xb3\x6f\xe2\x9a\x14\x0c\x3d\x12\x30\x43\x27\xe3\x07\xd3\x4a\xe7\xf3\xf8\xce\x35\x47\x09\xd2\x22\x6f\xca\xf8\x81\x7f\x55\x73\xa1\x01\xdb\xef\x7b\x82\xf3\x40\xd6\x32\xa0\x4d\xef\x52\xbf\x84\x11\x1b\xce\xb6\x3d\x6b\xb0\x83\xed\x8f\x49\xfe\x5c\x68\xb7\x1c\xf2\xcc\xb9\xd3\x12\xc2\xd0\x9f\x40\x27\xf0\x8d\xba\xc8\x3f\x09\x01\xc8\x4b\x48\xa4\xd6\x2c\x15\xa0\xec\xd8\xa0\xa9\x3b\xef\x49\x2d\xe4\x39\x13\xdd\xef\x1f\xca\x3d\xc7\x1d\x32\x06\xf6\x70\xac\xde\x59\xea\x0c\x06\x35\x27\x1a\x3b\x3c\xdd\xd3\xe3\x8b\xe4\xa1\x78\xa6\xbf\x39\x5f\xff\x27\x0b\x91\x6d\xd5\x81\xaa\x73\x83\x79\x72\x05\xac\xe9\x57\x13\xe1\xaa\xe5\xf9\x37\x25\xc2\x01\x6f\xb5\xab\xba\xf5\xc0\xb4\x29\xb8\xc8\xc2\xb0\x96\x1f\xde\x8c\x1d\x86\x84\xab\x13\x80\x2e\x6b\xe2\x4e\x18\xd8\x89\x33\x21\xf3\x02\x86\x15\x62\xab\x99\x26\x8e\x20\x01\x93\x9c\x68\x94\xcd\x92\xc0\xa2\x46\xf4\x36\x88\x9c\xed\x64\x3f\x2f\xf3\xad\xbc\x8f\x1c\xed\x17\x84\x8f\x31\xb9\x0a\x70\xae\xf8\x0d\x3e\x39\x69\xd2\xe2\x9e\x22\xb0\xf8\xd7\xca\x61\x3a\x68\x75\x15\x63\x5d\x6e\x5e\x18\xe7\xad\x51\xd6\x6b\x41\x90\xb3\x92\x79\xff\x93\x3d\x5b\xd4\x75\x29\xc8\x55\xcd\x5e\x0f\x46\x87\x74\xd3\x5d\xe0\xc6\xeb\xf3\x39\x6b\x9b\x88\x9f\xa1\x4d\xe6\x6c\x61\x54\xe8\x98\xdf\x4c\x2c\x6a\x24\x33\xa2\x78\x3d\x80\x6c\xd7\xda\xc3\x2c\xdc\x03\xe4\xca\xd6\xc7\xf4\x7c\xd4\x8c\x23\x53\xf8\xe2\xd2\x59\x40\x90\xc8\x7f\xce\xb9\x56\x8e\x8d\x86\xdd\xcb\x06\xe5\x67\xe0\x56\x58\xe4\x85\xa4\xdb\x2f\x06\x16\xdc\x9a\x62\x3d\x17\x9c\x8f\xde\x68\x0e\x82\x7c\x75\x6f\xb4\x58\x1a\x5a\x37\x41\xf2\x3d\x3d\x26\xa8\x2f\x9e\x4b\xf0\x1c\xc8\x1d\xe9\x5b\x67\xb5\x91\xd3\xa7\x07\x83\x3d\x28\x7f\xdb\xb7\xe1\xfe\x78\xed\xd4\x2a\x04\xc8\xbb\xa1\x25\xc7\x33\x95\x90\x86\xca\x01\xec\xe5\x81\x50\x5b\xae\x93\xd3\x9c\xfd\xaa\x09\x4f\x7d\xb3\x10\x89\x7a\x30\x5f\x9a\xfa\x04\xa9\xf1\xb5\xf5\xee\x01\xeb\x5c\x91\x63\x44\x45\xde\xe2\xc4\xb6\x32\x4b\x27\x93\xaa\x65\xb6\xda\x3b\x79\x95\xef\x0c\x8a\x51\xe6\x65\xf9\x4a\xfa\x79\x57\xb1\xd0\x19\xd8\xdb\x21\x8f\x08\xac\xf2\x58\xff\x58\x3b\x1c\xae\x9d\x1b\x2f\x44\xaa\x31\x1e\x5a\x2d\x28\xed\x29\x8c\xf6\x6b\xfc\x0f\xff\x55\x3b\x18\x58\xdc\x74\x19\x00\x3a\x39\xea\x00\xde\x89\x45\x27\x1f\xe4\x15\x71\x06\x36\xcd\xc9\x4c\xf8\x49\x48\x2e\xa9\x06\x7b\x80\x7a\xd4\xe4\x92\x30\xa2\x9a\x97\xed\x0c\x60\x48\x2c\x44\x07\xe5\x13\xb4\xc9\x68\xfc\x48\x56\xfa\x5e\xb6\x9d\x8e\xfb\xda\x89\x0c\x4c\xc3\xbc\x99\xa6\xe4\x5e\x9c\x8d\x5f\x6d\xb0\xca\x46\xfb\x29\xa7\x43\x3f\xc0\x83\x41\x4f\x4e\xe3\xf8\xce\xcf\xd6\xfa\x5e\xb6\x9e\x67\x6d\x3a\x2e\xfd\x05\x3d\x52\xda\xeb\x8d\x90\x8f\xf2\x43\x99\xfc\xfc\xfb\x6e\x7b\x06\x3d\x63\x0f\xb0\xe9\x22\x84\x35\x20\x70\x1a\x9e\x79\x06\x52\xa9\x6e\x27\x7b\xde\x09\xf9\x84\x4c\x74\x68\x2a\x3a\xa0\x5f\x87\x58\x07\xf4\x09\xbb\x4b\x87\xbd\xfc\x27\x2d\xc5\x02\x91\x41\x7f\xb0\x9d\xf4\x43\x6c\x61\x5d\xc2\xf4\x57\x78\xa8\x65\xf4\x29\x2f\xef\xb0\x87\x97\xba\xb6\xee\x2e\x87\x31\x17\xdb\x1d\xbc\x46\xe4\xe2\x23\xc4\x97\x0c\x88\x53\x9b\xd9\x6e\x86\x0e\x16\xfa\xec\x0d\x25\x30\x4c\xda\x29\xbe\xf3\x19\x99\x1d\x0f\xc0\xac\x41\xc4\x37\x06\x16\x93\x76\xd4\xe5\x6c\xbd\x70\x89\xa7\xf6\x39\x5b\xc9\x43\x30\xb6\x26\xac\x35\xf1\xdc\xcf\x02\xe7\x6e\xc5\xd5\x0e\x32\x70\x80\x18\x43\x12\x14\x2f\xa5\xda\x1a\x70\x91\x70\xc5\x08\x37\x83\xbb\x2e\x1a\x21\xdf\x82\x6d\xb6\x0e\x43\xe0\xb2\x6e\x0e\x5d\x05\x82\xda\xda\xea\x8f\x33\x45\x3f\x3c\xc0\xd7\x94\x55\xcf\x46\x8f\xfb\x2f\xce\x6a\xa2\x0f\x9c\x3b\xb4\x89\x18\xc6\xde\x59\x3c\x41\x6b\xbc\xa3\xaf\x80\xf2\xb3\x5a\xdb\x2c\xb0\x2f\xbe\xf5\x8b\xf7\x1c\x33\x16\x6b\x9f\xac\xb1\x5f\xe6\x7a\x26\xe1\xc2\xc9\xc1\x6b\x16\xa0\x0e\x74\x2f\x2f\x4b\x12\x3a\x07\xb9\xf6\x1a\x30\x29\x1d\x41\x8c\x32\x39\x71\x3c\x75\x2c\xc0\xbc\x93\xec\xd7\x73\x36\x88\x81\xbe\x9e\xd7\xa6\xd3\xe9\xa6\x7d\xce\xa5\x83\x89\xcd\x17\x4e\x3c\x18\xed\xe0\x52\xbd\x6f\xad\xd9\xba\xf5\x94\x8c\x24\x8f\xd6\xb3\x6a\x97\xf6\x7f\x59\x9a\x58\x2d\xc3\x95\x78\x15\x4b\xc8\x8f\x9d\x31\x22\x71\x0a\x1e\xd4\x58\x1e\x41\x3d\x04\x6c\x11\xa5\xec\x96\x93\xc0\xb4\xb0\x65\xd6\xdf\x76\x59\x08\x2b\x6d\x7a\xfd\x6b\xf2\xce\x4c\x65\x5a\x03\xb2\xbe\x1a\x01\x0f\x05\xac\xe1\x0d\x85\xe7\x06\xd7\x80\xde\x58\x95\xc9\x23\xfb\xc1\x0a\xd6\xb2\x01\xaa\xae\x6d\x1b\x13\xea\x46\x89\x1a\xac\x5f\xf9\xff\xf8\xff\xbf\xba\xf4\xa6\x3e\xf6\x37\xab\x51\x1f\xfe\xb2\xa6\x5b\xa1\xa6\x81\xe6\x30\x22\x42\x95\xa7\x29\x3a\x71\x66\x06\x2d\xe5\x75\x8a\x76\xbb\xcb\x68\xca\xa5\x01\x8b\xc7\x89\xf9\xee\x7f\x3a\x53\x9d\x4b\x74\xd8\x42\xf7\xde\x8f\x24\x75\x50\xfd\xe8\x93\x43\x33\x54\x17\x2a\x33\x53\x43\x30\x06\x85\x9f\x35\x70\xee\xf1\x5f\xbf\x1d\xe7\xdd\x6b\x9d\x9d\x71\x0e\x11\xf4\x7f\x24\xdd\x08\xaa\x8b\xf9\x89\x70\xbe\x51\xa8\x56\x84\x2f\xbc\xda\xcd\x4b\x46\x2b\x5f\x3b\xc8\x20\x86\x56\x90\x43\x15\xc9\x7f\x90\x8d\xeb\x16\x7b\x7b\xe9\xa0\x17\xcb\x00\x14\x65\x1f\xad\x07\xa8\x93\x8a\x8e\x08\x16\x7e\x39\x4a\x86\x63\x88\x9c\x05\xb7\x76\x5e\x1b\x69\xa6\x99\x9f\x89\xbc\x36\x94\x0a\x63\x00\xf9\x64\xe5\x5c\xb8\x09\x75\x08\x98\xf6\x7f\x95\x50\x27\x13\x82\xaf\x76\x49\xb8\x04\x0e\x8d\xe4\x17\x83\x44\x66\x71\xf2\x5c\x92\x50\x72\x03\x00\xf0\xa3\xc4\xe3\xbf\x92\x6a\x94\xa1\x58\x7d\x57\xf8\x11\x1c\x32\xf7\x78\x27\xd9\xce\xfb\x10\xaa\xce\x9e\xff\x50\x87\xa1\x4a\x77\xa0\x60\x86\x5a\x22\xa2\xc3\x9b\xcc\xc0\x3d\x46\x98\x3a\xc1\x10\xdc\x85\x49\x09\x4b\x53\x50\xef\xac\xb4\xf7\x4d\x6c\xb5\x1a\x0a\x33\x56\x99\x9e\x8a\x7b\x89\x55\xca\x81\x62\x3b\x6b\x14\xd9\xe9\xa7\x5b\x19\xb4\xfb\x13\x32\x29\x27\x78\x28\x33\x85\xb5\xfa\x59\x59\x29\xb8\xe3\x2f\x98\x65\x3b\x01\x08\xca\xab\x92\xfc\xfb\x79\xbb\x18\x9b\xdf\xcf\xd2\x32\x2b\x45\x89\x2e\xe0\xa8\xc0\x45\x76\x94\x5e\x77\x93\x79\x3b\xcc\x3c\x36\x51\x70\x4d\x95\xa7\xbe\x62\xcd\xc1\x4d\x7d\x86\x19\xa5\x1c\xc5\x31\x40\xc8\x7f\xe8\xe2\xe6\x70\x28\x20\x45\x29\x21\xae\x7b\x3a\xba\x08\x85\x59\x96\x49\x4d\x86\xe0\x44\x6f\xa5\x5d\xb3\x25\xfd\x39\x9a\x5e\x8b\x1d\x54\x62\xed\xb7\xd1\x94\x72\x97\x04\x29\xbc\x1a\xfd\x05\xf8\x1c\x40\x87\xff\xac\x5d\x12\xcd\x97\x3d\x85\x48\xb9\x9c\xd9\xe7\xa8\x73\xf9\x4c\xcb\x90\xa6\x49\x0f\xf3\x91\x7c\x49\xee\x0c\xe6\x57\x93\xb0\x6d\x7e\x49\x17\x01\x10\x13\xaa\x77\xaf\xbf\x6a\x4d\x82\xc9\x55\x86\x95\xcf\x8c\x23\xe5\xb1\x81\x9a\x89\x68\xd0\x8e\x43\x86\x68\x30\x00\xd1\x70\x0b\x3c\x7a\x0d\x96\x9b\xda\xb6\xb2\x65\x57\x01\xc8\xa8\xa3\x07\xfc\x0a\xd3\xef\xcc\x88\x2f\x76\xfa\xb8\xe3\x1b\x20\x34\x30\xe8\xcd\x2e\x1a\x38\x2b\xf0\x5a\xd2\xec\xa2\x71\x64\x01\x5e\x97\x62\x98\x0d\x64\x8f\x6f\x96\x54\x5b\xe3\x26\x7b\x53\xe8\x3e\xee\x82\x15\xa6\x2e\x21\xf3\x8f\xed\xf7\x67\xbc\xb2\xd5\x3d\x15\x7f\x09\xb5\xe2\x68\x6d\x6c\xba\x39\xd3\xac\x6f\xb8\x17\xa7\xb9\xdc\xca\xac\xb9\x37\x58\x82\x4d\x57\x73\x64\x0d\x9d\x88\x86\x78\x24\x23\x0e\x2f\x06\x16\xd0\x98\x56\x03\x09\xd4\xa8\x33\xec\xa7\xdd\xcc\xcb\x4e\x78\xe6\xc1\x8f\xe2\xf5\xda\x6d\x77\x1d\x7a\x0a\x67\x35\x91\x89\xf0\xf6\xaa\x74\x6b\x13\xc4\xa8\xb9\x7b\x01\x66\x44\xb8\x2b\xd3\xe8\xd8\xbf\x27\xdd\x8c\x51\x39\x4f\xfc\xa7\x70\x2e\xd9\x40\x09\x4c\xc0\x9d\xa1\xfb\xf0\x5d\xe1\x2a\xc7\xea\x81\xe8\x5a\xb9\x7f\x3d\xac\xfb\x0d\xe4\x24\xff\x0a\x52\x0f\x71\x24\x91\x99\xc2\x41\xd6\x02\x33\xdb\x16\x2a\x4b\x39\xf3\x39\x20\x63\xe6\x6a\x80\x1f\x1e\x4b\xc8\x68\x91\x2f\x6d\x48\xe6\xa9\x49\x98\x53\x27\xe6\x58\xd0\xb3\x58\xbf\x92\x2b\x2c\x56\x05\x64\x26\x23\x9f\xed\x63\x69\x4a\x61\xb0\x02\xd6\xf6\x56\x6c\x04\x82\xab\x5e\x67\xeb\x06\x0d\xf0\x9d\x5b\xa5\x48\x3b\x27\xd7\x0f\xb0\x97\x0d\x40\x09\x00\x69\xa2\x69\x00\xd6\x56\xa2\x15\x43\xdb\x78\xb5\x93\xd1\xdc\x1b\xa1\xc4\x9c\x42\xf7\x58\x8b\x03\x6c\xd3\x7d\xfb\xa4\x44\x9b\x36\x14\xb5\x2c\x2b\x22\x2c\x8f\x2c\x3a\x8f\xb4\x84\x37\x65\x5b\x0a\xb2\x10\x69\x3b\xca\xba\x6a\xf5\x14\x34\x10\xf1\x26\xf1\xbd\xd2\xa3\x63\x00\xe5\x37\x43\x00\x96\x24\x9e\xfa\xcc\x53\x69\xd6\x0f\xb0\x57\x94\x15\x90\x2c\x76\x46\xf5\x72\x80\x30\x37\x48\x39\xb1\x8d\xf1\xbd\x76\x21\xe1\x40\x20\x67\x9d\xac\x1c\x08\x10\x06\x42\xc1\xa6\x8b\x2e\x5a\x17\xaf\xbc\x74\xb5\x24\x18\xb0\xde\x70\x57\x5e\xbe\x5a\x5e\x78\xfd\xe2\x95\x57\xae\x96\xa0\x3d\x0e\x06\xe9\x6c\xa7\xd7\xb2\x86\x91\x70\x00\xdd\x6b\x38\xca\xf6\xf3\x62\x5c\x5a\xd6\x79\x46\x0e\x39\x16\x6b\x42\xbe\xd5\xef\x1c\xdf\xd7\x89\x8b\xe9\xb8\xac\x49\x03\xa2\xeb\xe9\x46\x01\x41\x32\xd3\x8c\xf7\x3a\x7c\x7c\x25\xa2\x44\x79\x60\x14\xe4\xa2\x07\xa4\x56\xa0\xbb\xa9\x36\xdf\x0f\x0f\x16\x4e\x2a\xef\xc1\x39\xa9\x1d\x6b\xa5\xfb\x8f\xe8\xaf\xd7\x71\xef\x70\x6a\xef\x9b\x89\x0b\xeb\xd4\xf6\x85\x13\xea\x7b\x66\x5c\x95\x42\x5f\xb7\xb6\x8b\xc7\xf1\x0f\x77\x77\x1e\xa6\xe7\x55\x73\xcb\xff\x27\x80\x86\x47\x2d\x46\x38\xe1\x00\xa3\x0c\x8f\x99\xe7\xb0\xc7\xcc\x6e\x93\xb2\xb4\xaa\xdb\x63\xad\x39\x0b\x39\x9e\x70\x27\xf0\x48\x9f\x01\xed\xaf\xc3\x61\xbc\xab\xc6\x6b\x71\x76\x72\xce\x2b\xa1\xe5\xeb\x91\xbc\x3d\x4a\x8a\x7a\xde\x81\x89\x37\x55\xa2\xe2\xb6\x19\x9a\xe3\xca\x64\x90\x8a\xe0\x2f\x38\x36\xc4\x11\xaf\xce\x39\xe7\xb0\xa0\xa2\xc3\x3f\x98\x38\x75\x12\xab\xcd\x92\x74\xaa\x61\xe0\xce\xbf\xc3\x0a\x80\x37\x31\x3d\x81\xd3\xac\xc1\xce\xca\x2d\x74\xe6\xd2\x6d\xd4\xf6\x64\x59\x4d\x3d\x64\x36\x6c\x61\xe1\x3c\xb5\x7f\x0a\x84\x11\xa0\xa3\xab\x2d\xe8\xa4\x56\xa4\x46\xf0\xd2\x1d\x8a\xbc\xcb\x6c\x2a\xb2\xce\x1c\x2c\xf7\x3e\x20\x28\x5a\xde\x94\xc1\x43\x75\x29\x76\x5d\x4f\xdf\x2f\x10\xd7\x60\x22\xbe\x0d\x5f\x31\xe3\x40\x1e\xb4\x90\x18\x30\xeb\xe5\x15\x6d\x1b\xa8\xc0\x09\x07\x58\xea\x83\x0e\xa2\xff\xf4\x8e\xd3\x7d\x13\x76\x39\xb3\x54\x96\x38\xaa\x2a\xc8\x6d\xe6\xf2\x88\x6e\x6b\x75\x99\x70\x8b\xff\x81\x21\x59\x07\x61\x7b\xbf\x35\xf8\x0d\x00\xae\x8b\x8a\x20\xd4\xc8\x3e\xfd\x32\xc6\x4e\x46\x79\x14\xea\xd9\x78\x1a\xd4\x24\x12\xc9\xec\x36\xf0\xd2\xd6\x49\xcb\x6c\xfd\xbe\xea\x62\x76\x56\xb5\x3f\xa7\xd3\x90\x18\xaf\x29\x6c\x67\x11\x89\xd0\x21\x53\x26\xa5\xa9\xc4\x47\x32\xd7\x95\xa5\x56\x78\x0d\x89\xc3\x3e\xb7\xcb\x44\x7c\xcf\x36\x9e\xc7\x6e\x87\x94\xde\x2b\x7c\x74\x05\xdd\x1c\xa6\xa3\x2a\xef\xe6\xc3\x94\x69\xa7\xc8\x89\xc1\xfe\x0c\x09\xa9\x63\x42\xc1\x9b\x75\x33\x93\xa8\x6e\x86\xfa\x28\xa4\xa9\x26\xc8\x38\x38\x0f\x13\xa1\xdf\x64\x26\x6b\xe6\x32\x59\x94\x85\x21\xda\x8b\xef\xd6\x74\xe5\x1a\xa3\xcc\x51\x1c\x48\x1b\xc3\xa4\x45\xe6\x7e\xa7\x78\xce\x8a\xa5\x9a\xd2\x2a\x13\xe4\xbf\x67\x36\x72\x47\xb3\xc3\x0f\xc1\x79\x03\x31\x50\xdb\x5b\xe1\x56\x5a\x66\x9b\x74\x61\x0b\xa7\x2e\x90\x53\x37\xc2\xdf\x16\xfd\x77\x53\xad\xd3\x1c\x06\x37\x71\xb4\x6f\x31\xad\x9b\xd6\xb0\xf1\x95\x14\x60\x43\x1b\xf7\x41\x09\x64\x9c\xa3\x51\x17\x09\x89\x2e\xc9\x82\x81\x11\x77\xdc\xba\xda\x05\x66\xbf\x2a\xcc\x12\x44\x65\x18\xd4\x3f\xce\xf5\x01\xb9\x67\x0d\xc7\xe4\x15\x75\x89\x6c\xda\xcf\x08\x42\xc5\xa8\xd4\x21\x7c\x84\x40\x49\x56\x4f\x4e\xf4\x82\xd6\x32\xb3\x32\xc8\x24\x23\x0b\x6c\x2b\xf2\xea\xe2\xfd\x35\x2e\xd1\x5e\xd4\xd2\x04\xf3\x1c\xa1\x11\x1b\x6d\xf2\xa7\x50\x80\x41\xf0\xc1\x8a\xe2\xbe\x88\x93\xbf\x08\xcc\x70\x8f\xa9\xef\x8f\xf0\x0f\xa2\xc1\x7c\x69\x35\x5a\x84\x35\x80\x1f\xf1\xbf\x25\x82\xd8\x03\xfd\xd5\xee\x2f\x38\xb9\x93\x30\x5e\x23\xf0\xc2\xb2\x7a\x9e\x7e\x8e\x39\x78\xd0\xe8\x6a\x0e\x01\xff\xad\xb1\x8e\xfe\xf2\x8a\xf9\xc2\xd3\xef\x65\xa3\x1d\xcd\x3c\xf3\x2a\xc4\xd4\x6a\xe0\x67\x33\x9b\x1a\xe6\xef\x94\x48\xc0\x5b\x4e\xb7\x80\x23\xde\xcf\x46\x25\x1b\x98\xbf\x75\x29\xba\xd3\x2e\xaa\xbe\xb4\x0d\x40\x2f\x5a\xba\x69\x4f\x39\xa8\xdb\x75\xd6\xa0\x1e\xcc\xb7\x2a\xe0\xc6\x8d\x0b\xd3\x7d\x03\x13\xa8\xd3\xec\x0a\xf6\x6d\x35\xaa\xf0\x9c\xa2\x4d\xa8\x5e\xcd\xd5\xb6\x9d\xfb\xc0\x02\xbc\xe6\x12\xa6\xe2\xed\xc3\x23\xd0\x6d\xbe\x5f\x7b\x41\x53\x67\xd6\x45\x2c\x04\xfb\x39\x9e\x40\x09\xba\xa9\x42\x2d\xe4\xe1\xfb\xe5\x82\x0b\xd1\x2c\xb5\x2f\xf0\x39\x8e\x61\x19\xaf\x70\x42\xc6\xef\x9b\x48\xe7\x66\x7e\x24\x69\x8c\x96\x9a\x74\xcf\x54\xa7\x73\x1a\xf5\xb7\xb2\x27\x98\x97\x8a\x24\x64\xdd\x6b\xb9\xf5\xfc\x21\x6b\x88\x8e\xc6\xd4\x06\x67\xf2\x57\x45\x5c\xae\xbd\x79\xad\x68\x46\x2c\x27\x55\xcb\x12\xd6\x15\x38\x45\xb6\x53\x10\x50\x78\x75\xdf\x97\x07\x8b\x89\xc8\xad\x6e\xc4\x73\x43\x12\xd2\x41\x07\x7d\x73\xf0\x0e\x85\xfb\x88\x28\xea\xb6\x2e\xc8\xf8\x71\xc6\x2b\xee\x43\x2c\x01\xdd\x1e\xfc\x55\x84\x2e\x5b\xeb\x2f\xc5\x47\xfb\x31\xbb\xd8\x41\x70\xe6\x64\x52\x36\x08\xd9\x41\x31\xcb\x83\xa6\x15\xaf\x5b\x42\x1e\x57\x79\x8b\x05\x1e\xc3\xd9\x9b\xb8\xb3\xb8\x1d\x4e\xbe\x5f\xf2\x1e\xe2\x44\x1d\xcb\x03\x6d\x58\x76\x36\x21\x97\x4a\xcb\x73\xa8\x94\xf3\x94\x57\x5f\x13\x0f\x84\x68\x6a\x3c\x60\xf4\x8c\x03\xa2\x15\xb2\x54\x54\x0f\x9d\x00\xfc\xea\xe6\x35\xf8\x6b\x82\xb9\xc1\xc2\x2b\x5a\x1c\x36\x86\xf5\xad\x7a\xdb\xcf\xff\xe8\x62\xef\x05\x46\x08\xec\xc5\x4d\x37\x1f\x73\x21\x03\xcb\xa3\x6e\xd6\x14\xd4\x7e\x4c\x66\xe4\x38\x7c\x89\xc2\xb8\x5c\xd9\xc0\xf7\xb0\x96\x80\x8a\x18\xee\xfd\x44\x98\xf9\x04\x67\x6a\x95\xc7\xe2\x73\xa3\x4a\x5d\xb4\x5b\xa5\x56\xf7\x9b\xf6\x02\x95\x14\x64\x3b\x94\xeb\x2a\x3a\xbd\xb1\x7a\x84\xc8\x40\x18\x4e\x0b\x3d\x8a\xc9\x02\x78\x0b\x71\xd8\x89\xbf\x58\x47\x51\x13\x4c\xeb\xab\x8a\xdc\x83\x50\x42\xc1\xd6\x6e\x96\xa2\x75\x42\xf0\x2c\x04\xe0\xc6\x7e\x23\x45\x63\x37\x07\x9c\x70\xee\x17\x02\x0b\x3d\x04\xb9\x92\x18\x5b\x14\x39\x7b\xab\xba\x43\xf7\x11\x72\xb7\x9f\xca\x16\x71\x17\x4f\xd9\xc0\x1c\xe1\xd7\xc1\xc9\x41\x25\x01\xaf\x22\xb2\xfa\xfc\x82\x7b\x66\x99\x4e\x67\x63\x8c\x4d\xf2\xbb\x29\xe7\xc6\xd3\x80\x12\x64\x2f\xad\x62\x0e\x39\x4e\xe9\x60\xc6\x34\xa4\x19\xd1\x58\x86\x97\xb5\x11\xcf\x5c\xfd\x63\x75\x06\xf8\x7f\xa0\xdd\x7d\x0c\x75\x23\x8e\x7e\x1c\x39\x55\x57\xae\x53\x07\x6a\x1c\xdf\x84\x64\xc3\x2b\xf2\x08\xbd\x18\xcb\x17\xe1\x85\xe2\x2e\x72\x4f\xd0\x5a\x82\x8e\xc8\x20\xa3\x59\xa4\xb9\xf6\x84\x72\xdc\x41\x4c\xfd\x4f\x03\x5b\x81\xee\xe5\xcc\xba\x44\x73\xa9\xa1\x13\x26\x1b\xae\xb0\xa9\x6b\x5d\xba\x47\x12\xa8\x5e\xc4\xc7\x55\x2a\x86\xf8\x26\xf9\x70\xef\xf9\xd2\x67\x4b\xe0\x0f\x3a\xf2\x75\x72\x0a\x3d\xe7\x02\x73\xad\xfa\xc2\x5b\xcb\xb9\x14\x17\x66\x55\xcf\x40\x57\x31\x5f\x1d\xdf\xf4\xd7\x68\x2a\x62\x5b\xf4\xe1\x79\x2d\x1d\x45\x72\x3d\xbf\x96\x43\x90\x25\x0a\xe4\xf8\x57\xfb\x7a\xd6\xef\x62\x39\xb3\x58\x05\x05\xbc\x3e\x6e\xfe\x9c\xd3\x9e\xcf\x98\xbf\xe1\xcc\x0a\x56\xc8\xc7\x62\x83\x12\x82\x1d\x69\x3f\xd0\x63\xc4\x30\x6c\x46\x0a\xa3\xe8\x20\xe6\xfc\x44\x72\x1c\x4b\x27\x16\x6a\xce\xfe\x1d\x94\x18\xc4\x79\x05\x0f\xd8\xb9\xd5\x78\x49\x59\x25\x03\x55\x90\xc1\xa7\xd1\xa6\x85\x33\x22\xd8\xce\x47\x25\xd4\xaf\xd8\xf1\x31\xad\xae\x9a\xaa\xb9\x52\x97\x55\xa5\x31\x74\xb7\xc8\x27\x56\x33\x50\x0b\xa9\x64\x88\x8f\x44\xa9\xa9\x82\x45\xe8\x84\x4c\xf1\x4e\xda\xfd\x9b\xf5\xe6\xc6\x53\xe4\x2e\x63\x09\x5d\x6e\xcd\xf7\x2e\xf3\x79\xdf\xc7\xac\x67\xf8\x03\x69\xa3\x98\xa3\x08\xf1\xbe\x5a\xcd\x0b\x7c\x7a\x58\x3c\x92\x16\x6c\x54\xb3\xc6\x11\x34\xb2\x54\x8c\x4b\xe7\x75\xe6\x83\xed\x62\xf3\x62\xc9\x0c\xa3\xc4\x9c\x6e\x3c\x89\x1c\x05\xc8\x3e\x0e\x84\x08\x06\x26\xee\x6c\x8d\xab\x4a\x67\x13\x95\x2a\x54\xe7\x3c\x4d\xab\xbb\x2b\x4e\x92\x02\xdf\x64\x0f\x89\x5e\x56\xf7\x82\xc2\x23\xdd\xac\xf3\x92\xf0\x3c\x0b\x82\xe4\x82\x4d\x91\xa8\x0f\x6a\x75\x96\xf4\x9d\xe4\xc9\xf7\xcd\xa3\x41\x84\xa4\x63\x03\xc9\x9d\x5d\x83\x5f\x27\xed\x43\xd4\xc2\x0d\xcd\xe0\xfa\xd0\xe8\x71\x90\x75\x39\xf7\x63\x49\x65\xcd\x1c\xc1\xa8\x33\x71\xa9\x64\xdd\x0d\xf2\x0d\x4c\xea\xc0\x8a\xb4\x30\x65\x92\xe8\xec\xa2\x91\x0c\x74\xe6\x9b\xe2\xd5\x38\x0b\xe8\x37\x0c\x8b\xe2\x9b\x28\x03\x09\xf7\xe5\x19\x67\x30\x8c\x80\xe2\x02\xe7\xb6\xcf\x6e\x51\x5c\x2b\x39\xf7\xe3\x25\x44\x33\xce\x74\x3b\x79\x45\x2d\xde\xca\xab\x56\xf8\x79\x2b\x2d\xf3\x6e\xc7\x2e\xdc\x29\xce\x19\x49\x08\x68\x7b\x52\xca\xc9\x6f\x9c\xa2\xb9\xc4\x65\x11\xeb\x68\x5b\x72\x96\x3e\x3b\xc9\xea\x9c\x83\xe2\x48\x28\x43\x1b\xf8\x42\x7a\x39\x1e\x65\xc6\xca\x55\x39\x1e\x4d\x5a\x47\xe6\x33\x6c\xdc\xba\x09\xbb\xe2\x85\xdc\xe1\xf2\xfc\x4d\x61\x30\xf0\xa9\x6d\x97\x98\xf6\xf6\x81\xdf\xe8\x89\x1d\xa2\x02\x0b\x65\xc4\x9b\xc2\x2f\xa3\xee\x28\x01\xf4\x4c\x3e\x36\x59\xa3\x5f\xdd\xd6\xcc\x3a\x32\x3a\x41\xda\x35\x79\xe9\x2c\xd5\x71\x15\xda\xbc\x2b\x97\x0c\x89\x2b\x52\x32\x4c\xf6\x01\xc4\x40\xa4\xfd\x0e\xd1\xd0\xaf\x7c\x09\x9a\xb4\x79\x67\x36\xa1\xf9\xcc\xdd\x85\xd3\xbf\x33\xae\xab\xaf\x73\xce\x41\x34\xab\xb3\x08\x0a\xa1\x13\x16\x11\xd1\x0b\x26\xd5\x0e\xe5\x2f\xe4\xfc\x9d\x74\xfa\x5c\xed\x58\xdb\x72\xfc\x95\x31\x7f\x63\xfc\x25\x2d\x0f\xc4\xca\x25\xe0\x9c\x4f\xcd\x7a\xc5\xe5\x93\x55\x24\x7a\x7b\xea\x7f\x1e\xb0\x62\x8b\x35\x6c\xb7\x58\x96\x98\x1a\xf5\xb4\xb6\x4b\xea\xb0\x5f\x4f\x9b\xe3\x18\xdb\xe2\xb7\x85\x0b\xe8\x54\xa3\xb4\x7b\x4d\x87\x84\xd5\x5e\xdb\xb3\x5b\x02\xcf\x87\x37\xa4\x65\x9f\x7f\xf3\x05\x9d\x15\xf7\xff\xb7\x5c\x8d\xab\x4a\x13\xbc\x58\x90\x91\x82\xe4\x14\xae\x5e\xb3\xe0\xb8\xdb\xc7\xd2\xdb\x98\x89\xda\xef\x20\xcf\xec\xef\x5b\xbf\x03\x54\xa4\xfe\x93\x0f\x7a\xd9\x07\xbf\x37\x9a\x6e\x9b\x42\xce\x7d\x92\x4b\x59\x4c\x6b\x63\x65\x68\xb1\xc9\x4d\x80\x0b\x0a\xf6\xcc\xcf\x9a\xf4\x11\x53\x44\x5a\x12\x13\xa1\xae\x28\x0e\x8b\xc7\xcd\x6e\xd1\x51\x0c\x63\x95\x7e\x14\xb2\x3f\xd5\x97\x6b\xef\x90\x93\x92\xc1\x3e\xa8\x38\xb4\xf3\x9a\x7b\x80\xbb\x47\x9d\x0f\xc9\xa5\x14\xa3\x99\x6e\xe9\x2d\x21\x0b\x66\x9b\x02\x7b\x43\x05\x4c\x40\xa5\x5d\x52\xa4\xd7\xb0\x70\x53\x3a\xd5\x94\xb5\x70\xad\x3e\x2b\x75\x4e\x92\x63\x50\xec\x49\x10\x91\xa9\xd3\x50\x9a\x36\x92\x40\x83\x99\xa2\xf2\xe4\x40\x83\x5e\x88\xfd\x23\xea\x19\x53\x7e\x05\x03\xd5\x82\x69\x60\xe5\x14\xd9\xb3\x82\xa0\x9a\x35\x67\x57\x7b\xfd\x1a\x8f\xdd\xab\x4e\x1f\x2b\xa8\x61\xc9\x22\xaf\x21\x3c\x04\x66\x10\x4b\xc5\x21\x5e\x6a\xad\xca\xac\x70\x22\x26\xd6\xac\xb1\xbf\x11\xba\x96\x35\x37\xd3\x5a\xcc\x62\xeb\x7e\x8a\x04\x0b\x91\x9d\x71\xc6\x05\x3f\xc5\xc2\x54\x68\x7c\xfd\x43\x0c\x07\xa1\x8c\x2f\xbd\xcd\xba\x43\x5f\x7b\xa3\x31\x5d\x66\x90\x60\x51\xe2\xc2\x41\xb9\x6d\xca\xd9\xc8\x72\x0e\x7e\x31\x09\xd2\x9a\x05\x3d\x85\x76\x41\x74\x87\xab\x6c\x88\x0c\xa6\x33\x6e\xaa\x00\x62\x03\x3e\x28\x97\x76\xb4\x8c\xc4\x06\xde\x93\x55\xee\xfa\x1e\x3c\x32\x83\x4a\x6d\x8d\xbc\xc8\x69\xb8\xc0\xca\x45\x77\x35\xaf\x08\x62\x88\x5e\xa7\x93\x0b\x65\x43\x07\xdf\x32\x4f\xdc\x84\x85\xa6\xf5\x59\x65\x6a\xea\xa1\xd4\xae\xf1\xe5\xd8\x1a\x99\x61\x0e\xd6\x68\xd5\x06\xe7\x59\x6a\x4d\xe9\x91\x99\x19\xe5\xd0\xc8\x77\x08\x82\x0b\xae\x2b\x34\xaf\x19\x54\x23\xa9\xbb\xb1\x7d\x01\x49\xd6\x8e\x4d\x36\x36\xda\x57\x16\x0a\x49\x6b\x95\x51\xe0\xc8\x10\x5b\x9b\xfe\xc4\xea\x05\x04\xf6\x81\x81\x5e\x0d\x18\x6d\xdf\x07\xc9\xe5\x30\x8e\xb4\x91\xd3\xe4\x2b\x9e\x45\xd9\x75\x94\x94\xd9\xcb\x64\x61\x8a\x27\x4f\x34\xd8\x7a\xc5\x56\xc4\xa8\xc7\x62\xd4\x0d\x91\x83\x09\xf9\x4f\x27\x59\x32\x51\xfe\xb5\x45\xe8\xe8\x0a\x3d\x2c\x5d\x27\xc9\x2f\x74\xfd\x06\x60\x3d\xbc\x6a\xab\x9e\x1c\xa2\x44\xdd\xc8\x4c\x8e\xce\xce\x33\x14\x1f\x3b\x63\xac\x4e\x32\xc0\x8c\x9a\x31\x04\x87\x29\xd9\x2d\x8b\x11\xa9\x8d\xd1\x30\xb8\xdf\x71\xed\x0b\x8c\x4b\x81\x7f\x9b\xeb\x8b\xdf\x5c\x0d\x7d\xfd\x1b\xa5\x1d\xaa\x5f\xce\xcb\x6b\x90\x7b\x07\xb2\xac\xde\x78\x6e\x7c\x06\xea\xee\x67\x23\xf0\xf5\x24\x2d\x5d\x0b\xd5\x17\xe6\x11\x6d\x38\x82\xc0\x46\xe8\xbc\x8d\x69\x99\x3c\x34\xb9\x30\x51\xdd\x52\xa9\xf2\x71\xd3\xd1\x63\x10\x32\x9e\x3f\x95\x1c\x6f\xa4\x80\x53\x3f\xc7\x2a\x80\x87\x97\xe0\x66\xca\x5e\x2d\x75\x59\x62\xf8\xfc\x38\x94\x7c\x71\xa6\x85\xa9\xe9\x82\xd3\x4e\x21\xd0\x3c\x26\x0d\x3c\xc3\x6c\x34\xed\x13\x68\xab\x6f\xaf\xd8\xd8\xcb\x6b\x6f\x4c\x58\x5c\x9e\x7e\x53\x81\x94\x2e\xb2\xa7\xb1\x1f\x08\xbe\x22\xfc\x32\x35\x59\x11\x23\x9b\x5b\xb1\xaf\x57\xec\xbe\x30\x2e\x46\x18\x22\x8e\x5c\xdb\x8c\x36\xe1\xac\xcc\xde\xb3\xd6\x71\x6f\x58\x1d\xbb\xa7\xb6\x6f\xc2\x21\x01\xd4\xf8\xbb\x73\x30\xab\x5f\x45\x8a\x87\x70\xed\x22\xa8\x5a\x71\x2d\x23\x75\xda\xb8\xb5\xaa\x66\xd4\x2c\x7c\x1d\x4b\x57\x8c\x1f\x60\xdf\x72\x36\xbe\x47\xb8\x09\xdb\x67\x2f\xbd\x86\xca\x8d\x3a\x96\x36\x32\xba\xe1\xbb\xef\x85\xcc\xee\x72\x65\x71\x55\x6d\x24\x13\x93\x70\xba\xa1\xba\x6d\xb9\xe9\xd9\xd6\x4e\xcb\x26\xd4\x87\x50\x57\x5e\x3a\xe5\x3b\x59\xce\x29\x57\xa7\x8f\xb6\x16\x27\xf5\x03\x48\x32\xec\xa4\xd3\x9d\xd6\x8f\x16\xbe\x28\x77\x49\x6e\x02\xd6\xa8\xca\xba\x18\x09\x47\xec\xda\x52\x9a\x4d\x1b\x89\x8e\x15\xa4\x9d\x8b\x49\x16\x6e\x1e\xcb\x99\xfe\xb7\x48\x6a\x18\x9f\xbb\x26\x8b\xba\x01\xef\xa6\x27\x7f\xfe\x94\xc9\x7a\x9f\xa3\x6c\xaf\xd8\xcf\x6a\xee\x2c\x88\xc8\x30\x86\xcf\x00\x69\x8a\x4b\xa3\xb8\x6d\x2c\x85\x54\x1f\x6c\x1a\x13\x43\xda\x62\x10\xac\x1e\x6c\x53\xe0\x80\x5b\xe4\x96\x0f\x08\x51\x67\x23\x93\x54\xdb\xa9\xe8\x50\x23\x63\x98\xf4\xf9\x4d\x40\x88\x1b\xc9\xb1\x54\x64\x67\x2f\xdb\xdb\xe2\xc8\xee\x40\xbb\x76\x87\x32\xf0\xb0\xd1\x27\xac\x15\xd9\x50\xeb\x78\x85\xfe\xc0\x4d\x14\xbe\xde\xaa\xe1\x25\x5e\xcf\xb6\xc0\xe0\xe2\xbe\x62\x2a\x4c\xa6\xcd\x33\x13\xcf\x7a\x63\x4c\xcd\xd2\x84\x43\x20\x25\x22\x03\x75\xda\xcc\x19\xa5\x55\x34\x09\xa9\xee\x2f\x28\xd3\xbc\xae\xdb\x02\xe9\x6e\x5a\xef\xfe\xea\xf2\x7b\x2d\x86\xd9\x07\xc0\xa0\xb1\xf2\xe7\x81\xe6\x6f\x01\x88\x3f\xd3\xf6\x0f\x80\x74\x5d\x63\xe0\x10\x53\xf0\x9a\xda\xae\x86\x9f\x33\xf5\x2f\xa0\x72\x6b\xac\x88\x0b\x1f\x9a\x97\x37\xc7\x2d\x74\x20\xe2\x9f\x60\x7f\xed\x16\x52\x9d\xdb\x4e\x82\x2c\xab\xcf\x3b\x5c\x91\xd3\xee\x5b\xc8\x32\x8d\x1d\xe6\x86\x75\x9d\x1b\x69\x43\x1e\x26\x38\x67\x4b\xf9\x88\xee\xa8\x26\x70\xa4\xf6\xb2\xfc\x6e\xe7\x2b\xfc\xe2\x0d\xfb\xd7\xb9\x65\x90\xb0\xbe\xfc\x58\x3d\x38\x53\x5a\xe8\x23\x44\x3a\x67\xa8\xdc\x9e\x63\x20\xd6\x1d\x93\xef\x59\x67\x3a\x3f\x30\x69\xd3\xf1\x36\x59\x5a\x79\x7a\x54\x16\x1c\x89\xc1\x63\x0e\x34\xb3\x44\x3f\xf5\xfd\x7b\x6b\xb9\x14\x1e\xb7\x0d\x61\xc0\x30\x78\xbe\x9f\x8d\x30\x07\xca\xd4\xa8\xe9\x63\x1b\x59\x31\x80\x91\xf6\x66\xc0\xae\xe1\x5b\x62\x1b\x7d\xf3\xb0\x0c\x53\xdc\xcc\x1c\x6a\x3d\xbf\x74\x3b\xd8\xfc\xaa\x95\x99\x73\x93\x5b\xe4\x8b\xf5\x00\x27\xc0\x4e\x1a\xd7\xa1\x82\xfd\x53\xcf\xb1\x39\x76\xd9\x8e\x87\x31\x1b\x3f\x35\xd3\xcd\x6e\xd5\x14\x45\x4c\x69\xb7\x31\x4d\xe9\x91\xd6\x1f\x4e\xe9\x9f\xc2\x38\x80\x49\x47\x0e\xd9\x99\x66\x26\xb3\x9a\xd0\xfa\x6f\xd9\xb4\x70\xa6\xdc\x62\xf8\x1a\xdb\xc6\x43\xd6\xa6\x70\x89\x1c\xdb\x28\x2b\x87\x05\xa6\x59\x04\xef\x2e\x1b\x23\x10\x34\x24\xaf\xb4\xd2\xf5\x23\x74\x15\x39\xdc\x72\x98\xde\x80\xea\x74\xf1\x1a\x13\x41\xeb\xad\xa2\x07\x90\x88\x2f\x6f\x1e\x1a\xda\x09\xc6\xa4\xb5\x7d\x69\xd3\x7b\x8a\xcc\x01\xb6\x32\x0c\x88\xc4\xaa\x7d\x5b\xeb\xfc\xea\x13\x65\x2e\x62\xf9\x16\x79\x78\xce\x8e\xe8\xae\x9f\x15\xd6\xb4\x0e\x4e\xb5\x6f\xf2\xf3\x33\x4b\x40\x8e\x44\xa7\x28\xbe\x1c\x0b\x1e\xca\xcb\x71\xe0\x59\x7d\x82\x02\x5d\xfe\x41\x60\x38\x20\x3f\x38\x96\xc5\x7c\x5c\x70\xe6\xa8\x9a\xce\x80\x58\x78\x89\x84\x19\xde\x1c\xd0\x31\xa4\x90\x32\xce\x9c\x31\xc9\x09\x02\xa6\x8d\x08\x68\x21\x4f\x5f\x45\x5d\x9d\x14\x91\x43\x69\xa3\xb5\xe4\x1a\x3f\xac\xe8\x70\xd0\xb6\xeb\x65\x6c\x92\x3c\xc2\x1e\x22\x27\x11\xa9\x71\x12\x43\x0c\xba\x79\x53\xc9\x93\xa6\xfe\x2c\xd9\xf1\x30\x9e\x9b\x45\xb4\x87\xe0\x57\x18\x6c\xa1\xbe\x7a\x84\xe4\xb3\x09\x14\xb8\x0a\x69\xf1\xb4\x3e\xe1\x6c\xcc\xb8\x4d\xee\x96\x0b\xed\xe5\xe9\x5b\x80\xa5\xa3\x1c\x25\xe1\xab\x51\xf1\xe2\x1d\x11\x9b\x37\x33\xaa\x36\x9b\xc3\x8d\x0f\xc2\x28\x77\x30\x9d\xb8\xba\xf1\xef\xc8\xc0\x17\x4b\x14\x47\x4b\x33\xbf\x1d\x72\x89\x22\x0c\x50\x72\x7d\x74\x63\x2a\x03\x51\x86\xc9\xd3\xe7\x5a\xdb\x84\x71\x82\x54\xc4\x56\x33\xa1\x82\x1d\x96\xd0\xff\xfc\xff\x7d\xf9\x57\xef\x6c\xb4\x3e\xb8\x74\xfd\xfa\xf5\x4b\xa0\x1e\xbf\x34\x1e\xf5\xb3\x01\x9c\x6c\x6f\xa3\xf5\xff\xbd\xfd\xcb\x17\x48\x7f\x85\x7c\xdb\x97\xe8\xb6\xe6\xa4\x1b\xa1\x67\x10\x38\xc1\x85\xae\x87\xa0\x84\xe0\xcc\x4c\x66\xdf\x67\x48\x25\xe8\x20\xff\x46\x0c\x16\x63\xd4\x7a\x2f\x90\x06\xca\xcd\xe0\xef\xe6\xb9\xd4\xe2\x5b\xec\xdd\x4a\x29\xa8\x3b\xca\xd8\x39\x08\xf8\x1d\x01\xea\xa5\x12\x8a\xae\xad\x53\x76\x96\x8d\xbe\x7e\xcf\x5c\x2d\xab\x69\x3b\x27\xbe\x41\x9b\xba\xb9\x01\xda\xc2\xcf\x65\x3f\x33\x19\xd5\x99\x7f\x44\x70\x24\x69\x41\x00\x3f\x3c\x08\x4b\x6a\x03\xf8\xaa\x65\x2f\xdf\xf0\xe7\xc2\xcc\x75\xc5\xa0\x7f\x03\xf8\x1f\x00\x0a\x8d\x47\xbd\xb7\x66\x54\xb4\x70\xee\xf4\xec\x0d\xd9\x37\x25\x52\xb4\x73\x9f\x3f\x49\x99\x0d\x7a\x9d\x0c\x18\x1a\x8c\x1a\xd5\x7b\x33\x3a\x6a\xa1\x68\xb3\x2a\x6a\x77\xbb\xc1\x98\x54\xe6\x96\x24\xcf\x13\x0d\x3b\x64\xb0\x9f\xe8\x7c\xeb\x7c\x74\xda\x5e\x08\xe6\xc5\x33\x9d\x5f\x3b\x1c\x30\x08\x43\x38\xf4\x61\x50\x36\x34\x91\xc4\xd1\xca\x63\x22\x72\x95\x98\x66\xe1\x3a\x12\xbb\x02\x99\x31\xb0\x66\x5a\xbc\x29\xcb\x45\x04\x87\x6f\xb0\x6d\x3c\x0d\xa2\xc5\xee\x50\x03\x29\x43\xea\x6b\x49\xac\xff\xd9\xc4\x4e\xe9\xac\x3c\x1c\xd2\xa6\x13\x6c\x71\x82\x0e\xce\x15\xb8\x06\x5a\x0e\x51\xe0\xa9\x47\xfb\x37\x8c\x23\x46\xa8\x18\xf6\x0b\x2d\xce\x3c\xe9\x1a\x49\x95\x57\xee\x6b\x7d\x2e\xb9\x56\x87\xc7\xa4\xd3\xc8\xee\x92\x74\x36\x32\xf3\xdc\xd1\x5d\x56\x8d\xe8\xe3\x2a\x4a\x1b\x56\xc3\x1a\x38\xb3\x9a\x06\xe1\xd4\x5d\x0d\x25\x38\xd2\x42\x45\x8e\x81\xb0\x8e\x0f\xeb\x2c\xc4\xbc\xe0\x60\xec\xa8\x23\x42\xc4\x5b\xcf\x3c\x10\x92\xb3\xfc\x43\x4d\x6d\xcf\x19\xa5\xe3\x96\xc9\x62\xb5\x4f\x8e\x93\x89\xe3\x32\x0c\x47\x65\xfa\x38\x3b\xc2\x17\x82\x56\xc5\x12\xbe\x7b\xe8\x96\x2a\xd1\x38\x75\x78\xbc\x16\xbd\x62\x2f\xcd\xb9\xd2\xd8\x63\x12\x8b\x03\x9c\xbd\x9b\x0e\x06\x10\x3e\xf2\x35\x59\x60\xa4\x3e\xba\x97\x0d\xfb\xc5\x0d\x2e\x61\xf9\x75\xa4\x28\xd3\x21\x72\xb5\x47\x18\xc8\x13\xbc\x6f\x38\x32\x3b\x42\xbc\x9c\xe5\x3a\xe3\xd8\x31\x6a\x8b\x95\xd5\x0d\x62\xb4\xa3\xd6\x9b\x02\x39\x08\x53\x07\x55\xeb\x62\x58\x54\x34\xa9\x95\x39\x70\xd8\xf5\xa1\xd2\x5a\xb1\xb0\xd8\xa2\x51\x39\x92\xd7\x8b\x08\xb4\x5a\xe5\x0e\x81\xa9\x64\xc5\x29\xc7\x73\x24\x2d\xbc\xac\xe2\xa4\xaf\xb2\x2c\xdd\xea\x93\x90\x96\x89\x78\xc0\x59\xec\xbc\x1b\xeb\x11\x9a\x0e\xe7\x2a\xcc\x28\x8a\xe5\xd5\xdf\xda\x34\x8c\x69\x75\x91\x86\x57\xa6\xf1\xeb\x95\x80\x40\x15\x19\x27\xcc\xe0\x4d\xd6\x74\xa1\x77\x60\xb9\xb6\xf6\xe2\x1a\x70\xb8\x66\x45\xc6\x38\xcc\x47\x03\xa6\x9e\xf6\x01\xad\xa5\xcc\x13\x96\xa3\x83\xf5\x1f\xdb\xb3\xae\xe0\xb8\xc2\x31\xfd\xe9\xf5\x78\xb1\x03\x11\x39\xaf\x71\x9f\x64\x88\x58\x05\xa2\xf5\xb1\x59\xbd\x7c\x7b\xbb\xbd\x35\x2a\xae\x97\x50\xa3\x70\x3c\xea\x66\x9a\x19\x7a\xa0\x0d\x2d\x78\xbe\x6e\xa2\x06\xec\x05\x79\x47\xd4\xa3\x5b\x3a\xf9\x43\xe8\x13\x85\xe0\x6c\x2e\x9d\x94\x59\xf4\x09\x73\x17\xa0\x41\x63\x3f\xcd\xfb\x50\xe1\x5d\x44\xd4\xfa\x0e\x39\x4e\x2a\x97\x36\x0d\x50\xee\x16\xd7\x3b\xf0\x2f\xac\xdc\x48\xd4\x94\xc5\x48\x2e\x10\xc3\xa9\xbe\x97\x94\x4a\x67\x52\x97\x16\x46\x0c\x57\x0e\xfb\x79\x85\x89\x7e\x75\x9e\x0b\xf4\x2d\x27\x1c\x06\xcb\xe7\xc3\x10\x5d\xc6\x83\x7c\x3b\xcf\x7a\xdc\xc9\x4b\x05\x11\xeb\x04\x8b\x65\x78\x0e\x72\x12\x92\xd5\x56\x73\xe4\x90\xbc\x47\x9f\xf7\xc4\xb0\xe4\xc6\x0b\x6f\x31\xb3\x86\x5e\xc3\xc4\xbb\x5c\xd5\xac\x75\xb1\x27\x78\x79\xe6\x55\x5b\xfe\x44\x9e\x3f\x4f\xac\x0f\x03\x88\xa2\xce\x3f\xfd\xc5\x3b\xf4\x07\xe6\x43\x86\x94\x1e\x20\x42\x91\x9b\xd9\x1d\x9b\x03\x59\x27\x62\x6e\xc7\x13\x32\xeb\xaf\x94\x10\x1c\xff\x2d\x72\x11\xc9\x54\x3b\xba\x65\x6f\x94\x6e\x2b\xd4\xfe\x9f\x5a\xb1\x04\x00\x65\x3e\x0e\x47\x99\x19\x45\xf3\xf0\x87\xe4\x6c\x62\x84\x72\xdb\x5a\xdd\x01\xc2\xdb\x77\x88\x63\xef\xe3\x1b\x95\xdf\x31\xd2\x76\x19\xc4\x8b\x21\x9a\xd2\x6d\x52\x50\x61\x6e\xda\xab\xf2\x8e\x4c\xe4\x5f\xa1\x08\x24\x6b\xb1\xb4\x6a\xab\xd8\x36\xe9\xf1\x75\x28\xdf\x37\xa0\x50\xcc\x6b\xa1\xed\x5c\x73\x4c\x3d\x6e\x8f\x4e\x04\xf8\xde\xd3\x8e\x0a\xc8\x11\x8a\xbc\x0a\x62\x16\x5b\x10\x09\x35\xc9\x13\x1b\xf2\x47\xe7\x64\x59\xc0\xb6\x73\x18\xce\x3c\x8e\x2c\xc2\x24\xe5\x21\x7b\x4a\xd9\x7a\x2e\x11\xcd\xe8\x67\xda\x88\x44\xe5\x28\xcf\x9a\x6c\x9f\x0b\x19\x2d\x43\x4f\x96\xc5\x4a\x29\x53\xce\xb4\x62\x95\x83\x47\x17\xc6\x1f\x64\xe2\xf9\x78\x90\xb8\xa2\xf7\x54\xa5\x3b\x11\xc5\x9f\x0c\x2c\x98\x88\xb6\xa8\x82\x21\x18\x77\x46\xa8\xad\xf4\x13\x4d\x35\x1f\x4d\xb0\x2e\x02\x81\x1e\x69\x13\x05\x3a\x5e\x38\x6d\xa3\xce\x37\x4f\x82\xfb\x3e\xa3\x2a\x4b\xbc\xc0\x38\xdb\xa4\x3f\x37\xb2\x4a\xba\xd1\xf5\x11\xc6\x91\xc9\x90\x73\xd0\xe6\x8b\x47\x47\x58\xcf\x21\x14\xe6\x33\x28\x99\x50\xcf\xf0\x67\xdc\xcb\x94\x2b\x6a\xc1\x2a\xdb\xed\xc8\xcb\x0d\x0b\xd6\x1a\xf1\xda\x7f\xca\x35\x28\x42\x8c\x65\x8b\x5b\x59\x43\x29\xf0\xc5\xf7\x19\x9f\x3f\x04\x8e\x4a\xd7\xe5\x8c\x3d\x48\x5b\x82\xe3\x01\x31\xd4\x82\xec\x6b\x72\x7d\x9b\xa2\x40\x91\x81\x66\xd3\x92\x04\xe5\x89\xdd\x65\x18\xf4\x6e\xd6\x3c\xde\xea\xe7\xa4\x7a\x08\xde\x6f\x0d\x86\x80\x60\x58\xc6\x86\x7e\x34\xec\x27\x02\x3b\x4e\xdc\x27\x6c\xf0\x63\x34\x83\x40\x14\xe3\x92\xa8\x6b\x3a\xd6\x15\x7a\x6c\xc4\x67\x35\xfc\xa0\xef\xa1\xef\x37\x3f\x9f\xf9\xd6\xb9\xb8\x46\xdb\x6d\x18\xa3\x03\x5d\x50\x97\x23\x9e\xdc\xb9\x79\xb5\x60\xf9\x86\x3f\xfb\xc2\x0f\x2d\x88\xd5\xdc\x8e\x58\x5b\x7d\x54\xe5\x46\xde\x3a\xe3\xb6\xc2\xfa\xed\x21\x46\x5b\x25\x3b\x98\x1d\x14\xd7\x07\xf0\x72\x39\x35\xfe\x01\x3d\x6c\xd4\x18\x60\x31\x91\x2b\xc5\x68\xe7\x6a\x82\xde\x28\x58\xa0\x31\xe2\xca\x52\xeb\xd7\x81\xdd\xb6\x21\x3f\x8e\xd3\xf7\x1e\xeb\xcf\xdd\xe2\x8e\x2b\x86\x89\x97\x87\x5c\x1e\xac\x35\x4a\xc4\x35\x83\x35\x64\xb6\x3a\xe4\xbc\xa5\x8d\x06\xb2\x3e\x24\x99\x5d\xdb\xba\x9e\x89\x5a\x89\x17\x43\x1f\x9d\x8f\xca\x85\x9c\x33\x76\x39\x19\x66\xc5\x10\x70\xf8\x0f\x7e\x4e\x8d\x24\x1f\xec\xe7\xe0\x27\x58\xec\x65\x18\xbe\xa5\x59\x5f\x5d\xd4\xc6\x58\x8a\x15\xee\x4a\xaa\x2c\xdd\x83\x54\x0d\xc0\xef\x62\xaa\x7f\x70\x20\x1a\xb1\xe7\x4e\xb9\x19\xa6\xec\xe0\x06\xb0\xe6\x32\xaf\x0a\xd4\x55\x85\xc5\x8f\x64\x49\x17\x98\x22\x96\x4b\xa0\x85\x6a\x61\x48\xb4\x0e\x57\x16\x4f\x0c\x03\x7d\x23\xc4\x98\x3b\xaa\x79\xb0\xc1\x8a\xbe\x06\x12\xfe\x2b\x22\x8c\x2f\xdd\x10\x2d\x86\x0e\xad\x5f\xf7\x73\xa4\x2f\x62\xd9\x45\x69\x31\x5c\x6b\xc3\xc9\x7f\x07\x6c\x85\x59\xa1\x59\xc6\xd7\xcc\xa0\x20\x19\xa3\x74\x85\x4b\x5b\x31\xd1\x1f\xf7\x0d\x1a\xc1\x29\x5e\x05\xdb\xfd\xda\xaa\xce\xcf\x10\xf7\xcd\x4d\x18\x84\xa8\x7b\x1c\x26\xa6\xe1\x58\xbb\x70\x9a\x75\x4a\xb5\x35\xb8\x65\x3d\x8b\x72\x6d\x4d\x5e\x5f\xf5\x25\xdb\x96\x32\xb9\x97\x2e\xd9\xf6\x57\x87\xf4\x1b\x54\x14\xe2\x20\xc7\xb5\x80\xc2\xe9\x51\x73\x1c\x46\xd0\x43\xc9\x2f\x22\x70\xff\x4a\xaf\x90\x5f\xef\xb3\x09\xb1\x77\x3b\xaf\xe5\x10\xdc\x70\xc2\xe7\x74\x0a\xe6\xf8\x7e\xf5\x76\xbd\xf0\x7e\x59\x65\x78\x55\x78\xbf\xf0\x46\x17\xb1\xfe\x2d\x1d\x02\x8e\x35\x77\x1b\xc3\xce\x60\xe5\xa1\x39\x20\xdd\x4f\x15\x67\xbe\xde\x81\x4c\xb4\x21\x82\xcc\x52\xcf\xf6\x90\x62\x41\x2e\x0d\xb4\xcb\x37\x24\xac\x2c\xa3\x6d\x78\x9c\x38\x65\xf1\xc7\xd3\x97\xf4\x4d\xfd\xfe\x02\x27\x09\x27\xa9\x63\x34\x4e\xeb\x6f\x57\x40\xbb\xc6\x55\xfb\xdc\x95\xb4\xfd\x73\x00\x82\x13\x94\xd3\x3e\xd7\xcd\x58\x92\xf5\x7d\xe3\x15\x9c\xbf\xc0\xb6\x82\xe7\xa7\x56\x06\x4a\xa7\xd4\x7a\x2f\xd6\x99\x9b\x47\x23\x6a\xc9\x73\xb4\xd5\x3a\x4f\x6c\xc4\x18\x1c\x29\x7c\x28\x2e\xfe\x70\x15\x84\x2a\x44\xcd\xac\x46\x9b\xff\xbb\x9b\x0f\x3b\x0d\x35\xb3\x5f\x35\xed\x51\x36\xea\x0a\xd1\x88\x12\x96\x79\xdf\x0d\xd1\x75\x72\x31\xd9\xb0\x18\x05\x82\xb6\xc7\x28\xdf\x47\xfb\xb2\x28\x44\xed\x7f\xac\x19\xcf\x89\x04\x91\x63\xd2\x7f\x3b\xa3\xa2\x8f\xc2\x15\x46\x93\xd9\x3d\x34\xe4\xea\x77\x07\x08\x8b\x02\xe8\xef\xe4\x92\x1e\xfa\xf9\xeb\xef\x8a\x71\xdf\xd7\x79\x98\x10\x4d\xc9\x8f\xcc\x2a\x86\x00\xc3\x1c\x9a\x9f\x1e\x1c\x6e\xf4\x62\xf9\xaa\xdf\x7f\x50\x5c\x97\x6c\xe6\x2c\x21\xb6\xb2\xfd\x8f\x45\x6e\x8a\xce\x82\x64\x65\x93\x67\x02\x15\xe0\x46\xd1\x05\xd2\x27\x90\x69\xe0\xad\xeb\x90\x08\xab\x4e\xf7\xed\x5d\x61\x07\xa7\x82\xaa\xc3\xa7\x11\xc0\xbb\xae\x7a\x80\x6f\x1e\x6a\xf5\xe7\xc2\xa9\x61\x8a\xda\x7e\x7e\x2d\x91\x48\xa0\x49\x9b\xe7\x46\x7d\x48\xfd\x6a\x99\x66\x40\xd9\x80\xb0\xfd\xb9\x16\x6b\x7c\xae\x57\x2c\xcc\x46\x86\x86\x6e\x89\xc6\x2d\xc1\x26\x58\x51\x88\xee\x23\xbd\x97\xb4\xb7\x97\x0f\xcc\x5e\xe2\xf5\xe2\xe7\x28\x61\x9e\x78\xd1\x7a\x91\x01\xce\x77\x13\x22\x22\x81\x75\x9a\x1b\x8e\xca\x7f\x66\xe2\xa4\xa3\x11\x81\xec\x2a\xb9\xce\x85\x99\xca\x97\xc1\xba\xac\xad\xd2\xaf\x85\x49\x3d\x9b\x78\x4b\x6a\x81\x0f\xbb\x0c\x99\xf6\xc8\x4b\xd7\xcc\xc8\x4c\x7b\xb1\x91\xc7\x18\xea\x74\x03\x13\xd2\xf9\x51\xf0\xcc\x8e\x6c\x3a\xaf\x1d\x8f\x2f\x9d\x7d\x56\x70\x46\xfa\x54\xb5\xe4\x18\x0a\xa6\x2d\x21\xf2\xb1\xe4\xf6\x74\xfc\x2f\xf5\x64\x42\x4c\xd2\x65\x3d\x7f\xe4\x5e\xad\x01\xcf\x1e\x76\x34\x11\x2a\x2e\xb1\x0c\x91\x5e\xb0\x6e\x31\x7b\x94\x93\x68\x6a\xcf\x50\xa7\x6e\xf5\x91\x08\x4f\x09\xe4\xc9\x18\x61\xd6\x4c\xc2\x46\x4d\x32\x4d\x8c\x66\xf4\x9f\x94\x49\x94\x60\x72\x64\xb9\x40\x65\x14\x02\xd1\x32\xc6\xe7\x65\x46\xc2\xfd\x0a\x0f\x79\xff\xa1\xc1\x06\x61\xae\x26\x03\x64\x5b\x22\xf7\xe0\x45\x85\x63\x6a\xfc\x66\xbc\x87\xc9\x13\xcf\xc3\xc7\xfa\x31\x48\x2a\x62\x80\xfd\xd5\xfa\xe3\x5d\x70\x28\x8e\x63\x7d\x78\xc0\x6a\x63\x7d\x51\x1e\x09\x81\x2d\x05\x07\xdb\x20\xf2\xbb\x24\xe5\x99\x6f\x59\xe0\xb4\xa7\xd9\x32\x1d\x98\x71\x80\x77\xa0\xc1\xd0\x15\x34\xc4\xc4\x9d\xdd\xd6\xd9\x39\xd1\x8f\xa7\xdc\xb9\xd9\x67\x2d\x5e\x23\xc2\xe5\x48\x28\xe6\xac\x9e\xf6\x20\x36\x9a\x8f\xc1\x1c\x93\x43\xe0\x9a\x49\xd9\x5f\x71\x80\x8e\x7e\x2e\x88\x3d\x9e\x44\xf5\x68\x26\x18\x11\x15\x92\x75\xc1\x88\x11\xe7\x85\x76\xdb\xc7\xab\x66\x7a\xcf\x57\xaa\x36\xff\x8c\xbf\x12\x8e\xb4\x94\xa5\x9a\x2d\x6f\x6b\x27\x1b\x14\x03\x54\x79\x83\xf3\x1c\xb5\x8d\x86\x59\x6f\x78\x65\xc4\xa7\x9a\xb2\x1f\x18\x15\xa0\x77\x39\x56\x45\x50\xa3\x13\x77\x2a\x35\x9b\xd0\xf1\x07\xda\xd5\x52\x98\xed\x9e\x4b\x92\x2b\x08\xcf\x57\x93\x5e\x5a\xee\x6e\x15\xe9\x88\x6b\x3e\xdc\xc7\x40\x14\x70\x6d\x2e\xa3\x7e\xcd\x6a\xab\x4a\xce\x4c\x07\xf9\x87\xa9\xd6\x53\x85\xe4\x17\x4d\xd3\x8d\x97\x9d\x40\x45\x5f\xa8\xfe\xa8\x75\x51\x3f\x98\x07\xc3\x25\x15\x8c\x33\x08\x28\x0d\x50\xd6\xde\xe1\xec\x47\xa8\x75\xa6\x54\x17\x5a\xa9\xc0\x11\xfb\x18\x8d\x65\x72\xc0\x19\x0f\xc5\x43\x3e\x27\x68\xb9\x57\x0c\x72\x8e\x3d\xb5\x85\xcc\x75\xc5\x60\x99\xed\xf6\x9e\x4e\x70\x9b\x60\x1e\x4f\xfe\xd1\x55\x84\x27\x55\x51\xa5\x7d\xf4\xa2\x00\x55\xfb\xab\xad\x8b\xbd\xc4\x1e\x28\xba\x4e\x28\x40\xc8\xbb\x6c\xb9\x5f\x3a\xee\x1d\xa2\x61\xa1\xb0\x4a\x6a\xd5\x7e\x32\x16\x46\x0e\x77\x43\x01\xd5\x1e\x7a\x8f\x8c\xcb\xe8\x06\xb4\x6b\xbb\x7b\x08\xe4\x1f\x89\xf3\x03\x15\x8b\x2d\x90\x92\xce\x62\xc0\x06\xc2\xda\xb1\x7e\xd0\x92\xcb\x45\xf6\xf3\xb5\x2d\xf4\x1d\xd8\x7a\xbd\xc6\x0a\xbe\x21\x5b\x44\x38\x33\xaf\x85\x9b\xad\x60\xe6\xf9\xfd\xc9\xa6\x21\xca\x71\x06\x3a\x5b\x04\x75\xe9\x17\x98\x02\x4a\x8e\xb0\x70\x8a\xd0\xfb\xdf\x1d\x4f\xe3\xf0\x9b\xcd\xfe\xe1\x6e\xc1\xc9\x1d\x22\x7e\x0f\xb2\x88\x38\x6b\x01\x6d\xa2\xce\x74\x7a\x46\x99\x22\x64\xbd\xbb\xe8\x59\x09\xe0\xd3\xae\xca\x91\x33\x77\xf2\xa0\xb9\x87\x74\x68\x1d\x5a\xfc\xc3\x83\xe5\xd3\x0d\xb0\x61\xb8\xee\x39\xba\x97\xe2\x2b\x71\xc4\xa0\x26\x1d\x7b\xf0\xab\x29\x16\x57\x77\x8e\x8e\xa7\xb0\xd7\x5f\x5b\x85\xea\xfb\x72\xf8\x0c\x1a\x8c\x39\x71\x96\x93\x14\xcc\x01\xbf\x9b\x6c\xc1\xd2\xc9\x3d\x5d\x87\xb1\x76\xec\x91\x46\x8c\x3f\x11\x0d\x64\xb4\x67\x79\x3d\xaf\xba\xc6\x6d\x5f\x24\xa7\x89\xb6\x1e\x8d\x07\x5e\xad\x61\xd1\x0c\xaa\x0a\x40\x15\x8f\xad\x7c\xd0\xeb\x14\x80\x4e\x09\x3d\x89\x7a\xd6\x67\x04\xeb\x4e\x6a\xf5\x5f\xfd\x04\x10\x6f\xd9\x38\x90\x30\x06\x7b\xb9\x59\xea\x86\x5b\x2b\xcd\x92\x9d\x92\x39\xf1\x7c\x80\x61\x03\xa9\xd5\x9e\x96\xbe\xd5\xdd\xcf\x0d\x23\x23\xfc\x66\x4e\x1d\x46\xe7\x70\xea\x27\xa8\xdf\x5b\xe3\xd8\x4f\xb7\x41\x64\x5a\x80\x7d\xc9\xf7\xb3\xc6\xad\x41\x25\x95\x8f\x70\xea\x59\x0d\x47\x33\x59\x31\x7a\xcd\xbe\xd6\x18\x58\xd8\x10\xce\xb9\x3d\x64\x84\x07\x3b\xc4\x59\x35\x6d\xcf\xe8\x99\x8c\x83\x64\x04\x99\x93\x4a\xca\x2a\x81\xf1\xd9\x72\x7d\x6e\x0a\x6a\x0d\xbc\x39\x1b\x17\x54\x73\x22\xcf\x62\x2d\xa1\x4f\x46\x64\x79\xe7\x3c\xd3\x9d\xbc\xea\xec\x74\xf5\x59\x7a\x2f\xd9\x1d\x44\x52\xe5\xc3\x9a\x1b\xad\x19\x39\x7e\x28\x11\x45\x1d\x2d\xfe\x89\x58\x86\xac\xe8\x5d\xbb\x9e\xfa\xfd\x8d\xb2\xf2\xc6\xa0\x0b\x26\xd6\x4e\x59\xee\x92\x37\x3e\xa1\x41\x73\x23\x04\xa1\x17\xda\xea\xfb\x8b\x80\x87\x14\xf3\xf8\x61\x86\x8e\xe1\xe5\x05\x73\xb8\xad\xe7\xe9\x81\x72\x79\x25\xc5\xf5\xbc\x8a\xcf\xf7\x12\x71\x2f\x6e\xdc\x40\xa0\xaf\xb0\x09\x1a\x71\x3b\x2f\x34\x2e\xb0\x06\x82\x9a\x79\x16\x7d\x72\xee\xd6\x18\x5d\xae\x75\x3c\x22\x0c\xa8\xee\x8c\xdc\xe7\x65\x4d\x28\xc7\x68\x80\xb7\xd4\x4c\xeb\xd2\xa2\x94\xb0\x11\x21\x3c\x8f\x28\x11\xbc\x54\xc8\x9f\x13\xad\x1d\x2c\xb3\xe8\xbc\x1f\x26\x62\x5f\xdb\x65\x90\xad\x01\x9b\x33\x3d\x0d\x0c\xcf\x10\x8e\xde\x27\x71\xee\x1d\xe6\xab\xb9\x08\x79\x14\x35\xb7\xf1\x37\xd8\xfc\xc6\x53\xdf\x61\x3e\x80\x42\x13\x2e\x5a\x04\xf7\xb5\x99\x16\xa0\xcd\x32\x38\x6b\xed\x79\xd1\xe4\x8a\xd9\x9e\x1e\xe7\xe9\x10\x2a\xff\x85\xd4\x22\x36\x3c\x9b\x9a\x7d\x45\xcf\x49\xca\x1d\xe0\xc9\x31\x52\xb7\x5b\xe5\x7b\x99\x2f\xf2\x90\x73\xa2\x74\x20\x95\xcc\xca\x78\x04\xce\xfb\x9d\x9d\x62\x54\x8c\xab\x7c\x80\xb1\x65\x98\x55\x02\xed\xf2\x6f\xe9\x9f\xcb\x48\x9f\x3d\x25\xbf\x8f\x6e\x74\xc6\x54\x05\xc4\x76\x9b\xc7\xec\x8b\x88\xfc\x28\xdc\xf9\x40\x8c\x85\x02\x9f\x1e\x09\xdc\x45\xba\xe4\x21\xc5\x12\xa0\x8d\x58\x3c\xd5\x96\xe4\xd8\x28\xdc\xbf\xd8\xaa\x52\xb5\x56\x72\xb0\xe2\x88\xf0\x86\x5e\xc3\x22\x1f\x40\xd1\x94\xbe\x7a\x0d\xe3\x61\x07\xce\x4e\x5d\xf4\x1f\x49\x13\xdd\x32\x6f\x55\x7b\xad\x5a\x20\x37\x81\xf4\x46\x84\x0f\x96\xa2\xb7\x12\x8c\x6a\xf6\xa3\x3d\xea\x5a\x2b\xb7\x05\xf5\xbb\xc3\xd5\xb1\x05\xe4\xbe\x59\xe1\xa1\xbb\xca\xe8\x88\xfa\xea\x76\xb3\x74\xb8\xfe\xc5\x61\x80\x69\x3b\x3e\x22\x8e\xb4\xfa\xfc\xd7\x1d\x22\xef\xf5\xd9\xd0\x49\xa9\x1e\xce\xd3\x15\x03\xba\xc2\x24\xfb\xe7\x1a\x84\xbd\x20\x7b\x54\x6c\x43\x1f\xf0\xd1\xda\xdb\x28\xb6\xfe\x31\xeb\x56\xa5\x0e\x04\xe1\xc2\x89\x87\xcd\x3d\xb7\x8a\xa2\x2a\xab\x91\xea\x5e\x56\x14\x08\x8f\x17\x13\x6c\x84\x33\xfe\x82\xb9\x02\x90\x8e\xe9\xe6\x6a\x20\xd4\x00\xc1\x7d\xfc\xb9\xf6\x15\x91\x31\x8d\x86\x75\xd0\xe1\x5e\x39\x54\x62\x8c\x1a\x7f\xdc\xad\xc6\x8a\x84\xd4\xae\x4a\x6d\xf0\xed\xcb\xaa\xad\x2e\x07\x88\x7b\x6e\x1a\xa8\x0e\x4c\x56\x8d\xd3\x4d\xbb\xbb\xd9\xba\x2b\x7a\x13\x1a\xaf\x3f\x54\xc3\x9a\x1a\x47\x1a\x8e\x8a\xed\xbc\x0f\xf4\x62\x6b\xdc\xbd\x96\x55\x90\x20\x7f\xb7\x83\xe1\x25\x0d\x63\xbe\xab\x7b\xb5\x7e\x8a\xbd\x5a\x3f\x57\xbd\x5a\xef\x41\x2f\xc9\x67\x76\xd5\x45\x56\x29\x06\x4a\xd5\x8f\xf5\xd6\x9b\x2d\xf6\xdf\x9b\x58\xbe\x51\x8a\xbf\x4a\x9e\x1c\x75\x58\xd7\xc5\x68\x09\x84\xe1\x86\xc7\xaa\x73\xec\x07\xaa\xaf\x1a\xac\x32\xc8\x3e\x60\x8e\xb8\x7b\xa3\x8b\x71\x35\xac\x31\xc1\xb8\x07\x2a\x2d\x3d\x45\x5a\x74\xb2\x38\x35\x14\x8d\x65\xfd\xb7\xde\x14\x23\xa1\x6a\x50\x8d\x44\x74\xec\x8b\xa5\x89\x78\xa0\xd4\xd6\x42\x61\x03\xcc\x90\xd3\x95\x28\x89\xe9\x6b\x08\x88\x08\x9b\x38\xf6\xa7\x33\x7d\x86\x29\xa2\x0e\xd3\x09\x72\x35\xdd\x36\x36\xfd\xf8\x1a\xb9\x4f\xe0\xcb\xdb\xd4\x97\x97\x27\x10\xb9\xfa\x4c\xda\x61\xca\xaa\xb7\x97\x0e\xa0\xca\x92\x7a\x06\x10\x2d\xf0\x83\x31\xe3\x9e\xba\x2a\xc9\x68\x31\x8b\x3b\x3c\x10\x38\xe4\x1a\xef\xa9\x98\x4f\xae\x90\xc4\x75\x17\xab\x81\xe1\x5f\xb4\xa0\xdf\x93\x29\x0a\xf8\xea\x74\x13\x50\x78\x37\xb8\x0e\x70\x33\x66\xdb\x42\x95\x35\x7d\x26\x2f\xe2\x5e\x2c\xe3\x03\x35\xc0\xb4\x15\xa3\x6c\x07\x4c\x00\x94\x86\x5d\x17\x08\x9c\xb0\x08\xb8\x88\xa6\xbb\xab\x3f\x27\xe3\xfb\x1b\xd1\x11\x3a\xa7\x18\x0f\x9f\x15\xc7\xb7\x5e\xa0\x6c\x9b\x87\xf4\x0b\x38\xca\xe9\x48\x4f\xc4\x81\x97\x77\xb5\xfe\x70\xb5\xf6\x90\xbb\xc3\xb3\xee\x1b\x0f\x54\x72\x39\x93\x23\xf7\x8b\x9d\x5c\x2b\xda\x56\x65\x57\xd1\x61\xa4\x24\xa9\xf0\x28\xc3\xb4\x2c\xaf\x17\xa3\x9e\xf1\xf4\xf8\xc6\xe6\x7d\x5a\x8a\xd8\xd8\x63\x23\x25\x70\x22\x43\x11\x89\xa1\xf5\xb7\x77\xf4\x81\xb0\x38\x42\x48\x34\xf3\x0a\x39\xd2\x09\x9b\x04\x9b\x8e\x3f\x66\xc3\x01\x5b\xd0\x8f\xc6\xb9\x84\xb0\xbf\x97\x7e\x40\xaa\x1f\x84\x44\x34\x9e\xfc\x05\x7b\xdd\x6a\xb7\x28\xa8\x00\x32\x3b\x84\x92\x43\x4d\x6f\x32\x63\x3e\xcf\x24\x57\x87\x75\x5d\x7a\x29\x5a\x69\x5c\xca\x7a\xa8\x67\x26\x20\x3a\xd5\x8c\xdc\x29\xde\x88\xba\xa4\x17\x78\xba\xbc\xec\x88\x97\xe9\x3a\xe2\x32\x48\xc2\xd8\x93\x9a\x27\x0b\xdd\xe9\xd5\xc6\xbb\x72\xfa\x81\xb8\x51\xd5\xd1\xe4\xe1\x2b\xd5\x10\x06\x6e\xde\x90\xda\xaa\x43\x29\x31\x9a\xc6\x5e\xfa\x8e\xdc\x33\xe3\xf3\xe4\xd4\xc4\x6a\x39\x25\xd1\xe4\x3c\xf9\xde\xb0\x18\x55\x1d\x86\xf8\xc6\x7d\xf8\xe1\xda\xf0\x33\x16\x34\x37\x79\x02\x4f\xc5\x83\x89\xe9\x6d\xa2\x80\xea\x79\xb0\x48\xc5\xa6\xee\x50\xef\xdc\xfb\x48\x18\x74\x43\x60\x2c\xab\x5c\x89\xe9\xc5\xf5\x01\x9b\x3a\xe3\xdb\x73\x2b\x85\x1c\x32\xa2\x23\x9a\x6a\x32\x78\xc5\x02\xd0\xef\x19\x33\x66\x34\x6a\x60\x9d\xac\xfa\x26\x97\x8e\xad\x81\xe9\xe7\x64\x96\xae\xd7\x4d\x45\x47\xda\xce\xa6\xa1\xb4\x10\x86\xd3\x44\xf7\x1c\x49\x1f\xeb\x6d\xb9\xce\x73\x69\xd5\xb6\xc9\xcb\x93\xbc\x12\xa7\xda\x4f\xeb\xd4\x75\x34\x36\x25\x73\xa7\xb5\x8e\xae\x10\x07\x22\xee\xde\x89\x01\x8b\xe1\xb3\xc6\x68\x7c\x75\x0e\x94\xf1\x77\x5d\x7e\xa0\x31\x56\xca\xa5\xef\xf8\x43\x10\x13\x84\xbf\xd6\x3b\x76\x25\x64\x80\x46\x62\xbe\xee\xa2\x6a\x52\x20\xd1\x40\x0d\x6e\xb1\xd4\x40\x2e\x99\x7e\x89\xf8\xee\xea\xd1\xae\xa7\x95\x62\xd2\x3d\x23\xae\x10\x89\xb9\x99\x92\x8e\x60\x77\xff\x1e\xda\x2d\xb9\x01\x15\x8c\xd3\xf2\x12\x15\x32\x43\xd3\x3a\x93\xd1\x75\x77\x5e\x4f\xb0\x61\x2e\x1a\x10\x6b\x9c\x47\x1c\x72\x17\x67\xe7\xa0\xfe\x3c\x94\x38\x2b\xfa\x45\xa4\x09\xe2\x5f\xb2\x01\x88\x17\x3d\x37\xe3\xd4\x9c\x3f\x9e\x37\x32\x4d\x1c\x49\x98\x09\x6e\xf5\x7a\xb1\x63\x60\xf5\x5b\xa3\x63\x2c\x41\x10\x7d\xd9\x2d\x4a\xe2\x76\x97\x9c\xdd\x98\x7f\x07\x5a\x41\xdb\x52\x48\x9f\x7f\x43\xcb\x5c\x6f\xa0\x27\x7f\xfe\x67\xef\xbc\x60\xca\xae\x89\x3a\x83\xb2\xb5\x66\x7f\x60\xa8\x09\xf2\x04\xa7\x9a\xaa\xac\xee\x64\x78\xa6\x2f\x02\x45\xbb\xad\x94\x29\x86\x5d\xde\x72\x19\x1e\x9d\xe2\x07\x83\x13\xc1\x6e\x62\xf3\x11\x38\x4e\x2a\xbe\xf2\x86\x23\xca\x23\x98\xd7\x4d\xfc\x6c\x5c\x61\xeb\xe9\xbe\xef\xaa\xda\xd6\x80\x03\x42\xcb\x16\x46\x07\xff\x11\xd7\x0a\x10\xfc\xab\xdf\xe8\x9c\xbc\x58\x15\xeb\x16\x79\xde\xc9\x1e\xfe\xe1\xd7\xf1\xea\x1a\x5e\xaa\x6a\x94\x6f\x8d\xab\x4c\xe4\x08\xfc\x67\x46\xcd\xf7\x15\xf2\x3c\x10\xf4\x7d\x5a\xdb\xc7\x75\x77\x6a\xe0\x5f\xe7\x41\xae\x55\xc9\xa6\xd5\xd6\x11\x5c\xca\xd8\x53\xcc\xd3\x67\x32\x57\x9a\xcc\x2c\xa4\x35\x36\xc1\xfa\xfe\x52\xcf\xbb\xb5\x72\x5c\x7f\x1a\xa8\x64\x7e\xcc\xc8\xf7\x4e\xd0\x55\x3d\xa4\x7e\x7c\x2a\xa0\xcc\xb4\xcd\xcf\x0c\x3c\x9b\x7e\x25\xe8\xd9\x00\xba\x49\xef\x72\xc8\x76\x1b\x21\xd0\xa3\x5f\x8c\x19\xd3\x98\xb8\xc8\x58\x81\x7a\x26\x3a\x79\x93\x7e\x6c\x8d\x37\x48\xe5\xad\xdd\xca\xd6\xb4\xd8\x06\xa0\x41\xff\xc2\xfa\x9e\xb5\x9e\x83\xdc\x7f\x0f\x78\xe5\x4e\x99\x6e\xbe\x5d\xb6\x7e\xd2\x6b\x5d\xfe\x09\xff\x5e\xee\x55\xc3\x0e\xfa\x07\x5c\x7e\xfb\xbd\x77\xd7\xc1\x5a\xd0\x03\xf1\x13\x75\xb8\x15\x20\x29\x68\x80\x88\x0a\x1b\x68\x16\x55\xef\x83\x13\xfe\x13\xee\x33\xf5\x6b\x05\x07\xdd\x62\xe1\x97\xf2\x88\xcf\xe2\xfd\xd6\x11\xdc\xe6\x75\x45\xfe\x1f\x68\x4a\x8e\x57\x2d\x4a\xd6\x9a\x49\x97\x94\x31\xfe\xcf\x44\x33\xce\xc8\x39\xd9\x66\x25\x75\xda\xd6\x62\x2a\x42\x79\xe4\x71\x79\x27\x2c\xf1\x6a\xf9\x46\x49\xd2\x3a\x55\xbf\x94\x15\x35\x67\xad\xf7\x7e\x79\xb9\x15\xc1\x95\xe6\x3a\xae\xe5\x43\xe8\xd4\x81\x34\x7c\x5a\x97\x30\xb7\x91\x29\x5a\x58\xc5\xcb\xd4\x59\x52\x26\x38\x2a\x9c\x07\x17\x49\xd4\x04\x51\x5f\xd3\x10\xbc\xa0\xb3\xd1\x3e\x94\xe5\x0e\x48\xdb\xbb\x3f\x79\x9b\x98\xbc\x53\x52\xac\xb9\x1b\x50\x7f\x14\x46\xc3\xe1\x6e\x05\x4e\x1b\x21\xeb\x31\xbb\xbb\x7d\x42\xa4\x32\xae\xb9\x60\xda\x9f\x0f\xa9\x54\x05\x5f\xb1\x06\x08\x5f\xfd\x20\xa4\xe2\xc0\x09\xdf\xe4\x91\x5d\x49\xca\x5d\x69\xf4\x70\x45\x2f\x4f\x3a\xb5\x1c\x48\x44\xdd\x42\x08\xb5\x71\xb4\xb8\xfa\x25\x52\x10\x46\xb2\x39\x2b\x63\x46\x57\x6d\x7d\xcd\x08\x51\x39\xe7\xaa\xa0\x87\xb5\xcf\x7b\x45\x81\xbc\xe5\xc1\x1a\x97\xe0\x0c\xd5\x21\x2e\x2e\x8c\x6f\x68\x1a\x01\x19\xf9\x70\x14\x37\x81\x4b\xf3\x11\xd6\x07\xa1\x9e\xbf\x78\x0b\xbf\x6b\x14\x23\x73\x9d\xd7\x6f\x3d\x70\x3c\x5c\x8a\x04\x86\x35\x8a\x19\xa4\x5f\x36\x80\x22\xee\xa8\xe9\x31\x62\xfa\x18\x69\xfd\x0f\x08\xe9\xe1\x36\x1e\x90\x8b\x43\x50\x72\x55\xb7\xc5\x70\x0d\x2d\x36\x2f\x0f\x2c\x63\x4d\xc4\x96\x5d\xc5\xa6\xc2\x27\xb9\x2d\xaf\xc2\xab\xf3\xd0\x78\x85\x41\xd1\x87\xb0\x34\x15\xbb\x0a\x6b\x13\xb3\x76\x1c\x16\x8c\xf6\xe2\x2c\x0a\xd1\xba\x63\x3a\x1c\x46\x1c\xfc\x74\xbd\x14\x24\x13\xc4\x0d\x23\x4c\x89\x4e\xfb\x84\x0b\xfd\xdc\x55\x6b\xf4\xac\xcd\x04\xbd\xa2\x6f\x4c\xba\xe0\x4f\xc5\xf6\x76\x3f\x1f\x28\xae\x09\xd3\x72\x41\x61\x7d\x80\xce\x47\xa0\x89\xa4\xcc\x46\x8a\x8d\x31\xc3\xe4\x25\xa2\x75\x30\x9d\xa3\x79\x79\x87\x78\x25\x81\xd5\xc3\x74\x59\x98\xa9\x65\xf9\x29\x5c\x3b\xde\xf9\xb1\x89\xcf\x9a\xe8\x71\x47\x63\x04\xed\x51\xbd\x06\x77\x16\xb0\x59\xb2\x2f\xad\xfd\x5b\xbd\x5c\x27\xd9\x37\xf9\x43\x6a\xbf\x6d\xdd\x09\x84\xfd\x51\x51\x80\xb7\x36\xb8\x43\x7e\x83\xf4\x71\xee\xb9\xa2\xd4\x45\x30\x18\xc8\x01\xa7\xe8\x2e\x26\x8a\x93\x83\xdd\x73\x7a\xdb\x74\x7d\xe4\x03\xe4\x79\xa6\xf1\x50\xea\x28\x9b\xc7\x91\x07\x6b\xe6\xef\x8e\xf2\x61\x34\x63\xb9\xe0\x11\xec\x21\x43\x82\xec\x92\xf1\x59\xf3\x69\xcf\xbd\x54\x22\x0b\xca\x41\x33\x21\xcd\x44\x33\x06\x36\x8b\x2b\x77\xf5\x9b\xe2\x34\xad\x71\x87\x7c\xd1\x3c\x22\xc8\x4f\x2d\xa0\x42\x0b\x50\x73\x54\x9d\xad\xb1\x62\x7d\x15\x36\xa4\x97\xab\x5d\xe6\x6f\x2e\x9d\xa4\x4f\xa2\x06\xbe\xcb\x98\x8a\xe1\x1a\x9e\x05\x7c\x76\x25\x6c\xf1\xa1\x8f\x41\x1b\xee\x77\x5b\xde\x5c\x6d\xef\x53\x3e\x0c\xd1\x67\x05\xb4\xc9\xa6\x90\x0e\x13\xcb\xb4\x38\x70\x70\x44\x99\x6f\x85\x03\x99\xd7\x67\x07\x96\x14\xf4\x78\x40\x32\xaa\x15\x02\x5a\xcf\xff\x58\x75\xb8\x44\x1d\x7e\xfc\x82\x1c\x44\x89\x15\xf9\xde\x78\x8f\x12\xac\xe6\x1f\x66\x9d\xee\x6e\xd6\xbd\xa6\xd9\x48\xc1\x35\x1e\xd3\xc3\x9e\x19\xa9\x9f\x42\x3e\x99\xa5\x7d\x4c\x59\x99\x9c\x2c\xb3\xc1\x82\xfd\xb9\x4a\x30\x4e\x9c\x7b\x40\x83\x99\xb6\x0c\x02\x0f\x58\x1f\xee\x18\x8f\x56\x10\x03\x48\xcd\x92\xfd\x35\x54\xbf\xd8\x6f\x52\x3b\x65\x7f\xad\x7d\x5b\xa2\x4d\x59\xf6\x09\x6b\x5d\xbe\xfc\xcb\x18\xa2\xb5\x2d\xb4\x74\xf3\xfc\xd2\xc9\x97\x3c\x54\xcb\xda\x19\x65\xe5\x0b\xa2\x8b\xb8\x7c\xef\x57\x33\x08\xf6\xbd\x50\xfe\xb6\x9f\x57\xd9\x2b\x17\x20\xae\xeb\x42\x95\xf7\xb6\x2e\xbc\x20\xa9\x61\x8e\x59\x1a\xe3\xa7\xa9\x43\xb7\x04\xcb\xef\x22\x19\xb6\x66\x66\x20\x85\xdb\x8a\xe6\x5f\xa1\xc3\xd7\x2d\xca\x1c\x84\xd6\x2a\x91\xfb\xe2\xa1\x1f\x97\x62\xc9\x9b\xb9\x3d\x57\x74\xf7\xe9\x91\x91\x30\x3c\x6a\x64\x22\xd4\xa2\x31\x13\x66\xcf\x90\xed\x94\xc6\x60\x7f\xfa\xad\x71\x55\x61\x3d\xc1\x85\x4d\xbc\xca\x52\x3f\x26\xdd\x3f\xae\x97\x54\xcc\x41\xfc\x76\x9c\x8f\x14\x47\x9e\xef\x0c\x80\x73\xa3\x74\x82\xc1\x31\x78\x7a\x13\x91\x85\xcf\x66\x1d\xe4\x11\xf1\x40\xb5\x91\xf8\x07\x6b\x19\x96\x3c\x1f\xa6\x53\x6c\x3c\x2a\xff\x69\x7b\x07\x16\xc8\x87\xe7\x79\xe4\x7a\x2e\x16\xfe\xba\xe9\xb0\xea\xee\xa6\xae\xd8\xf7\x26\xfd\x68\x98\x1a\xaa\x06\x00\x39\x41\x3b\x7d\xf2\x7d\xff\x7a\x31\xe7\xb0\x95\xa9\xd1\x67\x78\x36\x3f\x49\xc8\xcb\xac\xb2\xea\xc8\xe6\x71\x80\x1f\xd4\x3e\xca\x6e\x35\x05\xa1\xa3\xd4\x23\xeb\x02\x35\x2b\x02\xca\x8c\x82\x57\x46\xb7\xe8\x31\x7e\x3b\xce\xc6\x6a\x3d\xd9\x60\x07\x1e\xe6\x97\x9a\xb5\xa7\x39\x4d\x38\x08\x17\xcf\x32\x37\x45\x69\xf4\xd1\x9d\x42\xf1\x59\x8e\xb3\xc8\x31\x33\xed\xe4\xa6\x67\xc8\x73\x58\xd6\x44\x43\xf6\x53\x2b\x04\x24\xd4\x09\xee\xb8\xf1\x14\x98\x86\x9e\x4a\x2c\xc9\xfd\x9b\x49\x3b\x37\xd2\x30\xaa\x90\x55\xe1\x43\xe6\xcf\xff\xfe\x97\xbf\xf2\x9a\x47\xb0\x2f\x7f\xa9\xc5\xd9\xfc\x7d\x25\x86\x46\xcf\x0c\x24\xc1\xa4\x4c\xfc\x6a\x21\xab\x12\x2d\xbd\xc2\x6d\xf4\x84\x1f\x5b\x76\xdb\xf4\xec\x6c\xc3\x84\xbd\x9a\xfa\x95\x91\x82\x6f\x2c\xe9\xc6\x87\x27\x8a\x0e\x9a\x81\x57\x5b\x17\xf7\xc3\xc9\x4a\x4c\x7b\xfa\x7d\x6d\x6f\x99\x9f\xd1\x29\x77\x21\x46\x6e\x1b\xb9\x00\xf9\x44\xbe\x77\x0c\xde\x59\xc9\xc3\x51\x97\xa8\x39\xc6\x40\x37\xf9\xa7\xad\x07\x4e\x27\xb8\x5e\xaf\x6b\xda\x53\x18\x84\x12\xd1\xa9\xaf\x2d\xf6\x45\x78\x82\x87\x76\xd3\x6d\x8a\x4e\xb0\xfb\x69\xdf\xb4\xe5\x82\x10\x28\x5b\x0a\x3e\xda\xac\x69\x60\x5a\xb2\xeb\xbc\xd1\xd6\x4a\x1a\x57\x66\x14\xd5\xbd\x1e\x66\xb8\x45\x64\x4c\x50\x1b\xee\x3e\x1c\x15\xfb\x79\x8f\xf3\x37\x98\x00\x70\x30\x8f\x9d\xd4\x75\xd5\x5d\xd6\x3c\xbf\x23\x7f\x5c\xb3\x61\x85\xd8\xf2\x88\x32\x0f\x1f\x02\x51\xa7\x19\x21\x19\xb9\x6f\x46\xeb\x80\x70\x69\x00\x4f\xa1\x17\x7a\xd8\xd6\x0d\x6b\x36\xb4\xd3\x35\x97\x44\xde\x6d\xe0\xf3\xc7\xce\xf4\xb5\xd7\xa5\x0f\xb0\x9f\x6f\x67\xec\x13\x77\x0f\x5b\x81\x47\xf8\x91\xd1\x28\x90\x9f\x39\xba\x0c\x2c\x4d\xf9\x44\x7b\xa6\x30\xb2\x1e\x71\xb7\xaa\x86\x25\x55\x29\x82\x32\xa6\x97\x4d\x6d\x0a\xef\xc0\x9e\x66\xc6\x70\xf3\x72\xe6\x61\x8e\x6e\x9a\x6b\x5e\xe8\x0c\xcd\x50\x28\x8a\x69\x39\xdf\xbe\x3e\x3d\x14\x73\x70\x60\xea\xd6\x2c\xda\xcc\x08\x27\x44\xca\xc5\x0d\x68\x9c\xbb\x33\xa2\xb4\x73\x3e\xde\x7d\x8b\x7f\x97\x82\xea\x7a\x8b\x8d\x08\xac\xd0\x39\x2e\xab\xcb\xc6\x3a\xf2\xba\xdd\x1d\x29\x1e\xec\x4d\xf5\x3f\x4e\xd8\xa6\xf9\x2c\xf1\xbf\xfe\xad\x54\x2f\xb9\x37\x06\x85\xdf\xbf\xe0\x82\x50\x97\x6d\x7b\x64\x1f\x54\x9e\x0f\xa7\x16\xbf\x74\x13\xcc\xfc\x5c\x8c\x4b\x9b\x6c\x7d\x46\xc6\x08\xbf\x61\xf6\x41\xd6\x1d\x47\xdc\xe0\x03\xad\x83\x0d\x25\x87\xf7\x4b\xda\x2b\x11\xaa\x69\xed\xe7\xda\x2d\xe4\x63\x02\x51\xd3\x2b\x9e\x20\xd4\xec\x18\x44\x62\xed\x58\x67\x78\x34\x74\x72\x88\xae\x35\xe4\x27\x62\x7a\x12\x1d\x27\xaf\x43\xc9\xe9\x4f\x14\x7c\xd7\x08\x9d\xd7\x9d\x31\x8f\x7e\x2f\xab\x80\x38\xd9\x64\xee\x41\xe9\x05\x60\xff\x11\x4d\x3d\x22\x3d\xe2\x99\xf6\x99\x9a\xa3\xd7\xaa\x5e\x93\x1e\x15\x78\x46\x0c\x80\xff\x72\xe1\x44\x61\xdb\x35\x67\xfd\xac\x8b\x39\x3a\x65\x06\xf3\x99\x13\x43\x63\x1a\xab\xd3\x15\xcd\xff\xa8\x31\xcf\x31\x3f\xb3\x33\xd1\x34\x1f\x90\x06\x85\x3a\xa0\x3f\x1d\xf8\xd5\x1a\x4d\x21\x55\x08\x23\xcd\x96\x1d\x1e\x95\xc8\xd4\x85\x12\x86\x8a\xd8\x47\x67\x1e\xc4\x0b\x5e\x3f\xbd\x87\x78\xb8\xa4\x7f\x48\xe2\x0c\xa4\x30\x2b\x7f\xeb\xbc\x14\xc9\x32\x21\x0f\x23\x02\x6a\xfa\x6b\x31\xdc\xfc\x15\x18\xc8\xfd\xbd\x99\x1a\xe2\x2e\x5c\x2c\x4d\xd5\x4b\x67\x89\x6b\x45\x3b\x26\x57\xe8\x96\xaf\xea\x5c\xbc\xe8\x34\x26\x1c\xe9\x8e\xa2\x6e\x5c\x6e\x5d\xa7\xd6\xc5\x12\xaa\x3a\x25\xa3\x8c\xf3\xc2\x82\xdf\x19\x51\x97\x19\x3b\x6c\xde\x5e\xc4\x4b\x9a\x70\xce\x40\x2c\x37\x77\xf1\xca\x4b\x57\x4b\x53\x7f\x12\x80\xd3\xce\x72\xe5\xe5\xab\x6a\xa2\x8b\x57\x5e\xb9\x4a\x53\x51\x59\x10\x67\x2a\xbd\x5a\x56\xe4\x89\xbe\x6a\xd8\x17\xcb\x51\xf7\x45\x7f\x14\x2e\x41\x2d\x9a\xc1\xc7\xbf\xd3\x53\xd0\x81\xa0\x43\xcf\xe6\xfb\x1c\x5c\x3a\x27\x00\xb7\x68\x52\x2e\xb2\x7c\x91\xbc\x7f\x5e\x84\x43\xb9\x58\xfe\x88\xe6\x83\xc1\xde\x4f\xba\xfd\xa2\xb4\x83\x91\x7e\x44\x0f\xb7\x62\x04\x1a\x60\x94\x15\xc3\x6c\x60\x46\xc0\x4a\xda\xac\xdf\xa5\x6a\x91\xe7\x1d\x90\xf7\x37\x84\x0c\xb6\xba\x36\xef\xfb\xde\xcd\xe3\x42\x4d\x15\x50\xad\x78\x13\x26\x23\x39\x13\x8c\x14\x9d\x08\xb7\xee\xce\xe3\x9d\xc0\x33\x99\x87\x4f\xc8\x9b\xa8\xf1\xa0\x9e\xcd\xfe\x14\x2c\x42\x48\x94\xbe\x1a\x99\x66\x82\x83\x0a\xcf\x0f\x2f\x7b\xd9\x68\x27\x38\xb4\xb9\xa8\x0d\xf3\x8c\x16\x5f\x8d\xd2\x41\xb9\xcd\xb9\xba\x37\x43\x47\xcc\xe8\xe3\xa7\xe7\x6a\xdf\xaa\xff\xe2\x70\x16\x7c\x44\x58\xec\xb0\x4a\x77\x82\x47\x2a\xf3\xca\xcb\x75\xe2\x3b\xc5\x77\xf8\xb2\x7e\xa4\xb1\xf7\x7c\xe1\x75\x89\x0a\xa0\x7e\x50\x87\x50\x02\xda\xad\xc9\xa5\xee\xcc\x2a\xbb\x1e\x23\x1b\x74\xb4\xbc\x6d\x3d\x30\xa1\x34\x8e\x53\x66\x45\xe1\xc2\xaa\x28\xfa\x57\x93\x74\x47\xe0\x94\x59\xb2\x3d\x2a\xf6\x30\x79\xa5\x76\x6b\x4b\xf8\x8f\x29\xda\xe1\x5f\x2a\x37\x2f\x96\xad\x97\xdc\x5a\xda\xea\xe7\x3d\xfa\x99\x14\x3b\xa8\xd1\x52\x3f\xee\x72\x5b\x62\x1b\x5e\xea\x71\x1b\x54\xcb\x25\x2f\x5d\x17\x23\xa1\x67\x89\x62\x51\x60\x24\x45\x00\xf5\x58\x53\x64\xac\x3f\x4e\x5e\xba\xc1\x3f\x3d\x20\xef\x3a\x14\xfd\xca\x4c\xf1\x7f\x3d\xb5\x1e\x38\xbb\x16\x9c\x53\xcf\x2b\xf1\x9d\xec\xe5\x03\x70\xc1\x71\x9a\x88\x25\xce\x92\xdd\x62\x3c\xf2\x46\xc0\xc5\x62\x64\xd7\x0d\xaf\x23\x66\xa1\x4a\xae\x67\xd9\xb5\xc8\xa4\x7a\x07\xc8\x60\x55\xbb\xc1\x9c\xbc\x15\x35\xf0\x8d\x2c\xf5\xe6\x14\xdb\x9a\x25\xa3\xf4\x7a\x47\x6f\xcd\xdb\x0e\x7c\xd2\x5b\x72\xb6\x91\x5c\xe9\x8d\x8a\xe1\x87\xc5\x20\xbb\x9a\xf4\xb2\xed\x74\xdc\x87\x68\xd3\x92\xe3\x15\x41\x7b\xd4\xf2\x5c\x76\x83\x88\x5a\xb2\x96\xea\xe0\x65\xeb\xd3\x4b\xcc\xe3\x2d\xb2\x75\x7e\x86\xb0\x76\x62\x46\xb1\x9c\x1e\x32\x28\xcc\x63\xe9\x40\xf9\x05\x07\x5d\xc3\xa0\xc6\x83\x4b\x71\x3b\x69\x3f\xef\x29\x01\x6d\x38\xd6\x46\xa6\xa8\x1a\xc3\xe9\xe7\x8e\xbc\xb0\xa5\xc2\x17\x5c\xdf\x95\x3c\xa0\xc9\xfa\xdb\x4e\xd0\xe6\xa5\xc0\xbb\xb3\x05\x02\xc5\xb7\xbe\x66\xd1\x16\x89\x6a\x3d\xff\xbb\xdf\x41\x63\xd0\x5d\xfe\xfe\xf7\xad\xb7\x7f\x4a\xbe\x75\xc8\xc6\xcf\xd0\xde\x72\xc8\xc6\x46\x30\x0f\x1a\x85\x25\x73\x1c\x52\x65\xa9\x06\xda\x4b\x3f\xf8\x07\x67\x2c\x28\x12\x81\x29\xbb\xc8\x09\xde\x4b\xd9\x25\x4a\x3f\xfd\xcf\x00\x00\x00\xff\xff\x7f\xc0\x0a\xb1\x3d\x30\x01\x00")
func confLocaleLocale_bgBgIniBytes() ([]byte, error) {
return bindataRead(
@@ -4297,12 +4298,12 @@ func confLocaleLocale_bgBgIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 74346, mode: os.FileMode(493), modTime: time.Unix(1453724970, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 77885, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_deDeIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7d\xcb\x8e\xdc\x46\xb6\xe0\x3e\xbf\x82\x52\x43\xb0\x0d\x54\xa6\xe0\xf6\x9d\x07\x0c\x53\x9e\x92\x4a\xaf\x56\x95\xa4\xeb\x92\x6d\xc0\x86\x90\x62\x26\x23\x33\xd9\xc9\x24\xd3\x0c\xb2\x4a\x55\x8d\x06\xee\xe2\x2e\x67\x3d\xb8\x18\x0c\x70\x37\xc2\x7c\x82\x57\xde\xd5\x9f\xf4\x97\xcc\x79\xc6\x83\x64\x96\x64\x37\xc6\x0b\xab\x32\x18\xcf\x13\x27\x4e\x9c\x77\x64\xfb\xfd\x3c\x37\x76\x99\x3e\x2e\xaa\xc4\x14\xd5\x2a\x5b\x6e\x4c\x73\x94\x58\x53\x2e\x6c\x9b\xac\xcd\xa6\xb6\xad\x69\x4d\x93\x3c\x2d\xda\xe9\xb9\x69\x2e\x8a\xa5\x39\x82\x72\xbb\xdc\x34\x85\x59\x98\x2a\x81\x86\x4f\xeb\xc9\x64\x53\xef\x4c\xfa\x0c\xfe\x37\xc9\x33\xbb\x59\xd4\x59\x93\xa7\x37\xff\x67\x61\x1a\x5b\x2c\x37\xed\xc4\xbc\xdf\x97\x75\x63\xd2\xc7\xcd\xb6\xab\x72\x53\x4d\x36\xa6\xdc\xa7\xcf\x8a\x72\x65\x26\xb6\x58\x57\xf3\xa2\x4a\x8f\xab\x9d\x29\xf1\x1b\x15\xd4\x5d\x9b\x1e\x2f\xc2\x92\x6e\x9f\x7e\x67\xd6\x85\x6d\x61\xe4\x06\x0a\x1b\xfa\x61\x9a\xb8\xf4\xd2\x2c\x6c\xd1\x9a\xf4\x47\xf8\xd7\xc0\x1f\x93\x0b\x9c\x43\x5d\xa5\x3f\xf0\xbf\x93\x7d\xb6\x36\xe9\x39\x7d\x6a\xcd\x6e\x5f\x66\x50\xf9\x87\xba\x29\xa1\x78\x52\x66\xd5\xba\xa3\xef\xfb\x06\x41\x31\x59\x36\x06\xbe\xcf\x2b\x73\x09\x53\x87\xc1\xca\xd2\x54\xb3\xd9\x6c\xd2\x59\xd3\xcc\xf7\x4d\xbd\x2a\x4a\x33\xcf\xaa\x7c\xbe\xc3\xd5\x3d\x34\x55\xd7\x5e\x9b\x86\x3f\x24\xb0\xd2\x64\x67\x36\x0d\x4d\xdf\xe4\xb0\xc6\x79\x66\x11\xd4\x6b\x53\xd6\xeb\x75\x9b\x64\xa5\x9d\x50\x57\x55\xb6\xf3\xad\xf1\xc7\xc4\xec\xb2\xa2\x4c\x1f\x4f\xcf\xe0\x1f\x98\xb2\xb5\x97\x35\x40\xf4\x35\xff\xd1\xc2\xda\xe7\xed\xd5\xde\xb8\x82\x64\x61\x6c\x7b\xf3\xa1\x2d\xd6\x00\x82\x65\xb6\x6f\x97\x9b\x2c\x7d\xc4\xff\x4e\xa0\xf6\xbe\x06\xa0\xd4\xcd\x15\xc0\x4a\xff\x9c\xd4\xcd\x3a\xab\x8a\xeb\xac\x45\xe8\xbc\xa2\x1f\x96\x7e\x4c\x76\x45\xd3\xd4\x0d\x00\xa1\x30\x30\xd5\x09\xac\x7e\x8e\x5d\xa4\x2f\x4d\x67\x6c\x12\x74\x81\x5f\x76\xc5\xba\x41\x18\xe2\xc7\xe4\x8c\x7e\x60\x1f\xfc\x89\xfa\xc1\x2f\x4d\x12\xf6\xb6\xaa\x9b\xad\xf4\x96\x2d\x00\x9b\xf6\x59\x89\x68\x36\xe8\x1b\xa6\xc8\xfd\xc6\xd3\xcb\x2a\xd8\x23\xfa\x18\x96\x03\x32\xc2\x5e\x5f\x62\x57\xd5\x24\xcb\x77\x00\xee\x7d\x56\x99\x32\x3d\xc6\xbf\xa7\xaf\xf1\xef\x49\xb6\x5c\xd6\x5d\xd5\xce\xad\x69\x5b\xd8\x08\x9b\xbe\xa8\xab\xb6\x06\xd4\xa7\xcd\xed\x2a\x84\x9f\xfb\xf6\x38\x2a\xbe\xaa\x3b\xb7\xe7\xe9\x09\x34\x49\x5e\xd3\x0f\xfe\xe0\x1a\xe1\x17\x93\xc4\x4d\x71\x31\x76\xbe\x32\x26\xc7\xe5\x14\xeb\x2d\xa2\x1f\xa0\x62\x57\x96\x00\xd9\x5f\x00\x0e\xad\x4d\x5f\xc3\xaf\xe9\x77\xf2\x6b\x52\x58\x0b\x7f\xa4\x6f\x8a\xe5\xd6\xc0\x4f\xd8\xd4\x6a\x89\x6b\x59\x2c\x1a\x03\x98\x09\x7d\xfe\x6c\x4d\xd6\x2c\x37\x6f\x27\xfc\x6f\x7a\xde\x61\x39\x62\xe7\xf8\x7e\x23\xa2\x39\x24\xe3\xfe\x53\x58\xc1\xa2\x34\xbb\xc9\xb2\xce\x4d\xfa\x08\xfe\x07\xdd\xe2\xcc\xb3\xb2\x7c\x3b\x91\x3f\xd2\xe7\xfc\x2f\x03\xbf\x2d\x5a\x58\x7e\x58\x94\xac\x6e\x7e\x6b\x12\x38\x5d\xed\x2e\x2b\x11\x01\x93\xf3\x36\x03\x1c\xcd\x6b\x98\x7a\x33\xc7\x93\x0e\x03\xff\x68\x2a\xa4\x14\x6b\x0b\x14\xa3\x32\xcd\x26\x2b\x17\xc9\x09\xd5\x48\xca\x9b\x0f\xdd\xaa\x3d\x4a\xca\x02\x30\x20\x2f\x9a\x64\x51\xb4\xad\x81\xbf\x4c\xf2\x4d\x96\x40\x5f\x6b\xd3\xa6\x77\xe7\x0b\x38\x9d\xdb\xbb\xc9\xa6\x31\xab\xf4\xee\x3d\x7b\xf7\xc1\xd3\xae\xc8\x4d\x09\xd0\xb6\xdf\xdc\xcf\x1e\x00\x55\xaa\xb2\x2e\xc9\x3b\x80\xc5\x11\x9c\x87\x8b\xba\x81\x1f\x49\x01\xad\xab\xfc\x32\x03\x4c\xeb\x56\xd8\xa7\x45\x5c\x44\xf8\x27\x37\x1f\x80\x14\xc1\xb4\xef\x4c\x70\x0f\xa0\x64\x9e\x2f\x98\x1c\xd2\x3c\x81\xba\xdd\xfc\x0a\x27\xaa\x4d\xce\xae\xce\xff\xf5\xf4\x28\x79\x0d\xc4\x70\xdd\x18\xfa\x1b\xfe\x07\x0d\xbe\x4a\x00\x64\x4d\xf2\xa6\x38\x79\x38\x9b\x40\x63\x06\xce\x09\x1c\x87\x6a\x01\x93\x8d\xd1\x0a\xbf\xe3\x99\x75\x9f\xe1\xd7\x04\x09\x2c\xd0\x4d\xdb\xf6\xb6\x67\x78\xe4\xa1\x39\x91\x09\xd7\x9c\xe8\x04\x94\x0a\x80\x1f\x12\xd0\xf0\x04\x18\xa4\xb0\x89\x2d\x18\x84\xcf\xab\xaa\x3e\x79\x38\x7d\x5c\xad\x11\x2f\x77\x45\x9b\x74\xed\xea\xbf\xcf\x61\x46\xa6\xc9\xca\xf9\xb2\x48\x7e\x32\x05\x62\x0e\x9c\xa2\x6b\xde\x4b\x5a\xef\x6c\x62\x6d\x09\x74\x0d\x10\xe3\xfc\xfc\x74\x7a\x56\xe7\x9d\x85\x69\xb5\x9b\xf4\xf5\x2a\xcb\x27\xf6\x97\x12\x21\x26\x83\x9f\x00\x14\x70\x62\xc5\x1e\xbe\x25\xd7\x5d\x33\x04\x50\xe2\x26\x3e\x9b\x98\xa6\x99\x03\xed\x6d\xaf\x10\xe2\xd4\xe7\x2d\xd5\xa9\xcb\x3c\x6b\x56\x49\x85\x77\x49\x52\x1a\xa8\x02\xb4\xbd\xe2\x7e\x8a\xea\x02\xd0\x2e\x07\xd8\x3b\x08\x0d\xba\xc0\x62\xee\x02\xf7\x24\xb9\x3b\xbb\x4b\xc4\x99\x7f\x4c\xef\x26\xa6\x6a\x37\x44\x37\x66\x93\xaa\x9e\x33\xed\x40\xaa\x9e\x03\x69\x81\xf3\x31\xe7\xab\x86\x29\x5b\x7a\xd2\x25\xdb\xac\x82\x9d\x25\xf0\xfa\xcb\x07\x76\x59\x66\x98\x9b\x6c\xdb\x16\x17\x74\x21\x1d\x25\xf5\x06\xe0\x8e\x23\x11\x1d\xe2\x7e\x80\xfe\x21\xdd\x01\x48\xd1\xc1\xe1\x7b\x25\x00\x8b\x92\x2f\x41\x82\x13\x40\xdf\xa8\xf5\xd4\x11\xfe\x71\xc0\x4c\x74\x7b\x19\x23\x8f\xcb\x72\x6d\x76\x23\x84\x09\x19\x00\x82\xd9\x71\x85\x68\x03\x85\x96\xd0\x4a\xcb\x75\x7f\x9f\xc1\x5a\x12\xc4\xaa\x90\xe0\x52\x55\xe6\x1b\x6e\x7e\x5b\xe3\x02\x90\xf0\xf0\x7e\x7a\xba\x93\x7c\x57\xd7\xed\x14\x6e\xdf\x6b\x44\x33\x68\x8b\xfb\xe9\x6b\xea\x08\x30\x45\x43\x5c\x86\x6f\x69\x93\x4b\xd3\xe4\xcc\x63\xd0\xc1\xdd\x25\x41\x37\xc8\x85\xec\x09\x73\x9b\x16\x46\xee\x80\x41\xc0\x13\x74\xdc\x59\x98\x0d\x10\x09\x3c\xdb\x89\x3b\x4f\xfa\x3d\x44\x58\xfd\x98\xec\x3a\x6b\x69\x33\x7f\xea\xd6\x4d\xb1\x5a\x59\xe0\x5b\x80\xc8\xc2\xd9\xc7\x3d\xa5\x23\x01\x5c\x4d\x72\xcb\x9a\x92\x4d\x86\xcc\x10\x22\x15\x0e\x9b\x05\x93\xf0\xc3\x5c\xd4\x42\x01\x79\x8f\xf2\x1a\xee\x78\x40\x27\xfa\x47\x7e\xb9\xe9\x21\x29\xdc\x64\x6d\x02\xcb\xb9\x2c\x90\x69\x5a\x2b\xfd\x4a\xce\xcf\x9f\x25\xcb\x12\xee\xbb\xe4\xfb\xef\x4e\x2d\x1e\xd3\xcd\x7c\x0f\xa8\x90\xe2\x87\xd7\x48\x2a\xb4\x24\xe8\x8d\x3e\x54\xdd\x6e\x47\xfb\x88\x34\x13\xfb\x21\x96\x0e\x10\x10\x68\x6f\xc6\x20\xb0\xf0\xe1\x09\x30\x5d\x84\x4c\x47\xb0\x01\x40\xb5\x81\x8a\x62\xd7\x21\x56\x27\xbb\x9b\x5f\x01\x40\x70\x53\xcd\x26\x9b\xb6\xdd\xf3\x04\x9e\xbd\x79\xf3\x9a\x67\xe0\xca\xdc\xf6\x7a\xe2\x8b\x15\x92\x97\x3c\x15\x58\x5b\xce\x30\x01\xdc\x47\x58\x2e\x32\x45\x61\x44\xc1\xae\x29\x03\xcc\x9c\xc2\x7a\xb5\xf8\x53\x00\x85\xd3\xb9\x8f\xff\x3b\x0f\xe0\x45\x7b\xc4\x5b\x0a\x55\x98\xc1\x02\x20\x4e\xea\x3d\xa2\xb4\x3b\x31\xaf\xe4\x67\xff\xc0\x10\x5f\x26\x75\xb8\xb1\xb2\xc5\xbd\x8a\x76\x07\x10\x20\xea\x7e\x7e\x06\x50\x21\x12\x4f\x65\xab\xa6\xde\x01\xc3\x59\xf9\x5f\x0e\x46\xc0\xb1\x22\xd6\x4e\x8f\xf3\xc6\x58\x6b\x92\x0a\x78\xd0\xe4\xbb\x27\x8f\x92\xff\xf2\xd5\x9f\xff\x3c\x4b\x1e\x57\xed\xa5\x41\xf4\xaa\x80\xbe\xf2\x61\xa6\x19\x24\x5a\x9f\x88\x67\xb1\x4b\x56\x75\xb9\xe6\x4b\xe0\x49\xdd\xec\xb2\xf6\xeb\xe4\xee\x4b\x38\xaa\x77\x93\x6f\x68\xfa\xff\xc3\xbc\xcf\x80\xf1\x35\xb3\x65\xbd\x7b\x30\x9b\x60\x11\x1c\x0c\x3a\x3d\xe7\x7c\x6c\x1e\x4f\xb1\x50\xbf\x38\x32\x24\x5f\x03\x2e\x94\x39\xf0\xf9\xb2\xae\x56\x45\xb3\x4b\x23\x62\x68\x1d\x4f\x4a\x9b\xe2\x70\x87\xba\x9d\x57\x75\x5b\xac\xae\x14\x86\x70\x46\x32\x14\x29\xf4\xd0\xc1\xd4\x83\x06\x96\xb0\x74\x6e\x19\xd0\x02\x7d\x46\xdd\x29\xed\xa7\x05\x62\x84\xbc\x6f\x02\xe8\x80\x9b\x10\xed\x44\xbd\x5a\x21\x93\xc0\x57\xd9\x2b\xfe\xc1\xd7\x59\x38\x46\x58\x0b\x30\x77\x0f\xd2\xc6\x89\x47\x78\x3a\xff\x8f\x4e\x5e\x02\x6e\xc1\x96\x00\x88\x81\x71\xca\xbb\x2d\x51\xc1\x1d\x76\x75\x04\xcc\x3c\x20\x0b\xdd\x81\x30\x79\x21\x5c\x78\xe2\x85\x72\xf1\x74\x91\x32\x00\x13\x5c\x98\x15\x51\x2d\xbd\x5f\x80\x69\xbe\xc8\x80\xd1\x49\x9f\xca\x1f\x53\x5e\x48\x74\xe6\x06\xb5\x65\x9a\xda\x86\x20\xb1\x10\x62\x93\x9b\x15\xdc\x16\x30\x88\x49\xfe\xb5\xa3\xeb\xa5\x77\x2b\xd1\x74\x8f\xa9\xa1\xd1\xe9\x02\x4f\x57\xc1\x7d\x92\xef\x6e\x3e\xdc\xfc\x67\xb1\x86\xe9\xef\xe0\xa0\x12\xed\xda\xd4\xcb\x0d\x4c\x3c\xc3\x6a\x84\x66\xb6\x80\xd1\xce\xa5\x01\x4f\xc0\xf8\x05\x45\x17\xa6\x12\xc0\x26\xba\x2a\x47\x97\x16\xb6\x1b\xdb\x85\xc2\x93\xd3\xa8\xb7\x23\x3a\x13\xd1\x15\x09\x13\xdd\xde\xfc\x5a\xa1\x58\xa0\x4d\xf0\xce\x45\xcc\xaa\x4a\x43\xd7\x15\x20\x1d\x0e\xda\x93\x97\x42\xac\x88\x6b\xc8\x8c\x1e\x3a\xc6\x50\x5a\x4c\x49\xd2\xdd\x37\x37\xbf\xad\xdc\x85\x11\xf3\x05\xc4\x95\xba\x79\xcc\x98\xe1\x04\x21\x4e\x64\xdf\x39\x0c\x87\x12\x26\xc8\x45\x39\xae\x93\x45\x61\x5a\x57\xb7\x03\x0e\x8e\x98\x13\x98\xf7\x35\x1c\xd2\x0d\x89\xbe\xc3\xe6\x32\xb9\x53\x93\x17\xeb\x12\x0e\x12\x54\xc7\x3b\x1f\xe4\xe7\x36\xb8\x83\x14\x24\xda\xe7\xc2\xb4\x28\xe9\xb6\x88\x12\x4f\x6f\x3e\xc0\xb1\x49\x68\x08\x82\x27\x82\x5b\xa5\xf2\xfb\xa1\x94\xcd\x0c\xf4\x4c\xa4\x2c\x11\x7d\x98\x75\x3e\x87\x36\xbb\x9b\xdf\x80\x1c\x55\xc9\x5f\x4d\x7b\xdd\x26\x15\xa0\x0e\xb1\x5a\xa6\xc7\x02\x4d\x8f\x59\x18\x73\x1b\x92\xe0\xad\x4c\xfc\x90\x9f\xf0\xe7\x77\x9f\x9f\xa4\x5f\xde\xfd\x02\xca\x37\x37\x1f\x4a\xa8\xdc\xb5\x70\x55\xb6\x85\x85\x5e\x83\xee\xf0\x24\xd2\xa5\xed\xa6\xc5\x64\x82\xe4\xbb\x69\x44\x9b\x85\xfc\xf7\xa7\x23\xcd\x86\xb2\x78\x8f\x19\x73\xe4\x4f\xa8\xde\xf0\x4b\x24\x8d\x73\x6b\x96\xe7\xa3\xf1\x84\x7a\xab\x98\x35\x5f\xc3\x35\x98\x8a\x84\x44\x25\x8c\x82\x78\xc9\xce\xd7\x45\x3b\x5f\x21\x35\xce\xd3\x27\x66\x03\x44\x19\x86\x00\x2a\xf4\xc6\x10\x8d\xb0\xc9\x67\x50\xe1\xb3\xe4\x45\xbd\x03\xd9\x38\xaf\xed\xd7\xc9\xbd\x0b\xe1\xd0\xbf\x42\x4a\x3b\x87\x03\x5a\x94\x88\xca\xe9\x73\xe0\x4a\xe8\xc6\x9d\x8a\x42\x04\xc8\x46\x8b\x30\xbf\xf9\x0d\x37\x8b\x58\x62\x61\xc6\x8f\x44\x10\xc3\x53\x4f\x72\x19\xe2\x03\xd0\xc9\xe2\xba\x40\x8a\x02\x5f\xab\x9b\x0f\xd0\x9b\x76\x84\xd4\xee\x1e\xdc\xc6\x88\xf2\x2d\x72\x0f\x2f\x9f\x3f\x7a\xf6\x86\x5a\xad\xeb\x45\x57\x94\xb9\x8e\x39\x9b\x28\xd7\x0e\x3c\xbb\xa0\x8f\x17\x6c\x7a\xbb\x45\x94\x86\x39\xdc\x6d\x0d\xc7\x7e\xdb\xd2\xf2\xb4\x87\x4f\xe2\x39\x13\x00\x3a\x2c\x74\x7d\xf3\x5b\x09\xbb\x42\xed\x1d\x47\x88\xf0\x01\x84\x02\x09\xfa\xe4\x20\xeb\x86\xcd\x95\xb7\x6f\x90\x40\x10\x4d\x75\xdf\xbf\xc6\x75\x4f\x1f\xc0\xff\x27\x36\xbb\x30\x7c\x1f\xae\xc7\x76\xec\x5c\x58\xd6\x8a\x3a\x7a\x41\xf5\x3a\x46\xdf\x68\x55\xd1\xc9\x12\x0d\x06\xa1\x72\x32\x02\x9c\x78\x61\x8a\x4f\xb6\x5b\x2e\x81\x2d\x48\x9f\x01\x18\x88\x20\xfc\x58\x94\xe5\x16\x50\xc4\x54\x77\xe0\x6f\x21\xe1\xc0\x80\x80\xb8\x9c\x13\xfb\x07\xd2\x33\xd6\xa3\xe3\xc1\x4c\x59\xd5\xc2\x31\x2b\x0c\x9e\x95\x4d\x06\xcc\x1e\xb5\xbb\xbc\xf9\xad\xb2\x28\x31\x26\x40\x77\x4a\xdc\xfe\x75\x45\x02\x00\x74\x03\xf2\x25\x30\x53\x3f\xa3\x3a\xf0\xed\xa4\x63\x11\xa2\x06\xfa\xd1\x44\x47\x8a\xaf\x90\x9e\x76\x4b\x2b\xba\xf3\x05\x0c\x1d\xec\xca\xdc\x29\x14\x11\xac\xad\x79\xdf\xa2\x38\xc4\x25\x08\x40\x2c\x81\x0b\x6c\xb9\xb1\xa6\x04\xde\xe2\x8a\x10\xc2\xa6\x67\xc4\x20\x39\x94\x80\x4b\x18\xce\x6b\x09\x67\xa0\x46\x68\x5f\x18\xa9\xf6\x94\xc4\x22\x58\x4d\xb6\x6a\x11\x48\xbd\x26\xd0\x5d\xdd\xac\xb5\xb7\x58\xdb\x84\x1f\x59\xc3\xa5\xdf\x55\xc5\x45\xe4\x98\x34\xa2\xf7\x6c\x40\x61\x27\xa2\xd4\x99\xc1\xce\x92\xce\x88\xa7\xf0\xbc\x62\x8e\xbc\x8a\x87\x9e\xfc\x2c\x4a\xd3\xb7\xac\xcf\x49\x7b\x5f\x81\x0e\x6e\xde\x06\x0a\xca\xb9\xa8\xb6\x44\xaf\xc6\xc8\xe2\x84\x4b\xcf\xab\x6d\xcc\x1e\x99\xba\x9d\x5d\xa3\x24\x8b\xbb\x9a\xa0\xb8\x53\xb4\x96\x84\x54\x6a\xf7\x6d\xf2\x17\x22\xdd\x99\x10\xff\x3b\x13\x5b\x2f\x8b\xac\x9c\x7f\x6a\x2f\xb6\xbe\x86\xea\x3a\x0d\xed\x0e\x18\xa0\x2d\x60\xca\x7e\x85\x3d\xc6\x57\x3e\xab\x53\x41\xf6\x4d\x1f\xdb\xa4\xed\xf0\xb0\x5a\x90\x41\x8a\xfc\x68\x44\xca\xbe\xec\x1a\xa4\x48\x8e\x31\x00\xbc\x64\xed\x07\xa9\x3e\x18\x89\xb3\x6a\x48\xe1\xfb\xfc\x09\x2e\x80\xd4\xac\x63\x43\x3e\x0c\xb9\x57\x44\xd7\x98\xb9\x9d\x0a\xef\x3d\x9c\x0b\x80\x7a\x67\x76\x0b\xec\x1c\xe5\x6a\xbd\x84\x13\x18\xb7\x00\xf6\x6c\x02\x97\xfc\x1a\x48\xce\xf0\xd6\x00\xf0\xac\x91\x8f\xe7\x2a\xe6\xd6\x2a\xdf\xaa\x4e\x1c\xc8\xd7\x25\x6e\xc1\x25\x1c\x6e\xd8\x84\xc1\x16\x36\xc1\xb5\x7d\x47\xaf\x2c\xe6\xaf\x88\x0f\x87\xbe\x5a\x07\x7a\x44\xe2\x0a\xf5\xad\xe1\xe2\x7b\x4b\x05\xc0\x7e\xb3\x78\x70\xcf\x7e\x73\x7f\x81\x3a\x37\x12\x59\x60\x03\x70\xd0\xa6\xe6\x4b\x8b\xf0\x99\xd4\x65\x68\x50\x08\x14\x7e\x24\xbc\xdc\x7c\x80\xb3\x8a\x7c\xd8\x3d\x64\x20\xc9\x1c\x40\x6c\xce\x70\x9f\xb3\x05\x30\x3c\xcb\x0d\xf4\x79\xf3\x9f\xc8\xaf\x65\x4b\x3a\xb9\x74\x76\x14\xdb\x8f\x3d\x73\xe8\xd6\x0e\x3b\x40\xcb\x2a\x0b\x20\x47\x87\xf1\xaa\x4b\x68\xf2\x00\xb5\x6b\x40\x61\x54\x42\x02\xcf\xab\xfd\x05\x0b\xb7\x0e\xbd\x32\xe4\xa7\xbf\x4a\xce\x0a\x20\x65\x38\x21\xc0\xfb\x79\x57\x09\x50\x4d\xce\xd8\xf4\x0c\x88\x6f\x0d\x57\x01\x8d\x40\x27\x83\x88\x43\x57\x39\xae\xa0\x55\xc9\xcd\x49\x7a\x9f\x3b\x90\x7e\x01\x34\x56\x84\x6e\xe2\x99\xc6\xb7\x82\xe0\xd9\x0a\x55\x66\x6a\x6a\xdc\xe6\xa9\xe2\xd2\xb6\x47\xc9\xb6\x44\x05\xb2\x5c\xe4\x24\x18\x23\xff\xe3\xe4\xc3\x87\x5d\xdb\xd6\xa4\xb8\x41\x50\xc8\xfc\x51\xd7\xc3\xed\x64\x63\xa8\xeb\x11\xc0\xc0\x34\x60\x40\x02\x1f\x6a\x11\xa8\x4b\x91\x90\x89\xe9\xb0\x44\x35\x5a\x43\x52\xfa\x60\xcd\x78\xa7\xa2\x3a\x92\x96\xb9\x13\x82\xe5\x48\x04\x9c\x23\x9a\x12\xce\xac\x3d\x34\x31\x27\xc1\xc3\x14\x76\x4e\x2e\x9d\x5e\x77\xc0\x8a\x2f\xb7\xd0\xf0\x1a\xf5\x53\x23\x93\xe4\x5e\x87\xe7\x2b\x6a\xe9\x2e\x63\xd2\x8e\x0f\xf1\x87\x54\x48\xc1\xe6\x60\x35\x5a\x15\xda\x34\x4a\x00\xb6\xca\x4a\xee\x7e\x9e\xf5\x06\x8e\xd4\x6b\xd1\xca\x40\xdc\xec\x4f\x0a\x99\x7f\x9a\x96\x6b\xdd\xd6\xf5\xdc\x6e\x50\xf3\x72\x12\xd6\x27\x75\x16\x90\xbd\x9c\x64\x61\x98\xef\x7f\x55\x15\x6f\x82\x06\x2e\xd2\xaf\xc0\x05\x82\x30\x7d\xcb\x67\x0a\xaf\x10\x3d\x50\x8c\xea\xd9\xd8\xb1\x72\x75\x99\x9b\x85\x8b\xbf\x20\x66\x50\x6a\xf5\x77\xb8\x0f\xe5\x73\x9c\xbe\xd0\x86\xde\xda\xfc\xf5\xa4\x5c\x4b\x4c\x09\x4c\x83\x38\x4b\x1a\xa2\xa3\x80\x8f\xf1\xcd\x44\x9d\xe0\x3f\x21\x9d\x7a\x08\xa3\xe2\x42\xeb\x3c\x83\x95\x5e\x19\x9b\xfe\x25\x9b\x54\x68\xc7\x02\x00\x40\x29\xb6\xb8\xf9\x77\xd4\x69\x20\x3c\x80\xe8\xee\xde\x4e\xbe\x07\x96\xf0\xe5\x40\x04\xc0\xbb\x97\x4a\x3d\x8f\x39\xc5\xdf\x93\xc7\x81\x9d\xce\xad\xfb\xf5\x40\x54\xf8\xce\x1c\x36\xd7\x9d\x9f\x3f\x7b\xc3\x1a\x0d\x54\xc8\x01\xb9\x23\xe9\xa9\xa4\x71\x9f\xb5\xed\xde\x7e\xdf\x94\xa4\x5a\x3b\x27\x05\xd8\xeb\xec\xaa\xac\xb3\x1c\x0b\xe5\x4f\x2a\x7e\x63\xb2\x1d\xcd\x10\xff\xa0\xb6\xc7\xc0\x20\x50\x09\xfe\x01\xe4\x50\xf6\xca\xe9\x78\xe9\x6a\x7c\xec\xe5\x12\xd5\xfa\x38\xe9\xd2\x90\xf5\xee\xdd\xb8\x8a\xf9\xdd\x24\x2b\xf7\x20\x12\x23\x77\xe6\x6a\x12\xe6\x01\x07\xad\x44\x9b\xe5\x50\xac\x57\x75\x3b\xc0\x16\xe4\x1a\x1d\x2e\xa2\xba\xe2\xee\x74\x1e\x6a\xdf\xa3\x4e\x73\x20\x21\x7f\xbc\xe3\x59\xbf\x67\x5b\x5c\x9b\xb8\x3f\x24\x1f\x4f\x9b\x9b\x5f\xe1\x72\x21\xb9\x05\x55\xb8\x50\x91\x18\xef\x41\x65\x3a\x4f\x7c\x9c\xa0\xae\x0e\x15\x0e\xb0\xcb\xde\xc7\xed\x08\x6e\x1b\x54\x94\xde\xda\x8e\x09\xa6\x36\x42\xfa\xc1\x84\x5f\x68\x46\xff\x54\x41\x0b\xd4\x7f\xde\x52\x1f\xd0\x01\x2a\x15\xd5\xb2\xec\x72\x37\x1b\x5e\x31\x8a\xee\xdd\x02\xcf\x15\x1c\xaa\x7f\xfc\xdb\xff\xbe\x67\xff\xf1\x6f\xff\x11\xcd\xa6\xab\xb6\xc0\x51\x54\xd2\xec\x7b\xb8\xb4\xd0\xd8\x81\x2e\x00\x2c\xc6\x7c\xad\xe6\xe5\x39\x0c\x80\xe2\xd8\xb2\x75\x8a\x13\xdb\x16\xbb\x9d\x0a\x4a\x37\xbf\x11\x43\x08\x97\x8b\xa3\x57\x81\xa4\x85\x1a\x69\x2c\xbe\xf9\xb5\xc1\xbe\xa9\x25\x6a\x1d\x7a\x4d\x9d\x75\x7c\xbe\x30\x06\x44\xfa\x0c\x08\x64\x2c\x49\x14\x01\xe7\x49\xdc\xd1\xc2\x19\x22\xfa\xed\x7a\x67\xf7\x40\x53\x60\xbd\x06\x2d\x07\x56\x8f\x03\x6d\x5b\x38\x7b\x83\xc6\x7a\x20\x0f\xb4\xe1\xed\xa7\xfa\xb0\xd8\xbc\x47\x4b\x58\x43\x1e\xb4\xba\x64\x7e\x6b\x02\x84\xce\xac\x51\x5d\xad\x43\xfa\x71\x70\x3b\x49\x55\xe2\xee\x1d\x77\x36\x66\x1e\xa0\x6e\x57\xfc\x3e\x0e\x45\x34\x47\xb0\xbc\x00\x2c\x32\x38\x6a\xcf\x5a\xd4\xc2\xe5\xf3\x48\x12\x67\xf5\x09\xdd\x21\x2c\x7a\x24\xb6\x60\xa7\x12\x96\x31\x99\x53\x59\x1b\x5a\x7d\x20\x6d\xc9\x9e\x88\x0a\x18\xc7\x1b\x19\x01\x10\x13\x69\xfd\xef\x1b\x02\xee\xe8\xc2\xad\xea\xf6\xfe\xdd\x55\x75\x4b\xef\x99\x8d\x7a\x77\x10\x8a\x7a\x76\x8a\x05\xf3\x1e\x7e\x93\x14\xc0\xf5\x03\xab\x13\x7d\x42\x89\x81\x01\x3b\x9b\x94\xc0\xcb\xa1\xb8\xc9\xcb\x24\x6d\x04\xda\x07\xab\x76\x85\x2c\xcc\x40\x1f\x81\xeb\x2c\x91\xc7\xf7\x4b\x24\x26\xb0\x89\xe4\xd4\x59\xc2\xcc\x97\xea\xe4\xae\x3b\x94\x09\x81\x71\x2f\x6f\x7e\xb5\xb8\x9f\xb4\xcf\x74\xe2\x40\x48\x5a\x3b\xdd\x35\x9c\x3d\x85\x0a\x9a\x93\xb6\xe6\x2a\x3d\x05\xb6\x47\x35\xbf\x80\x96\x82\x0f\x05\xab\x32\x4e\xa1\xed\x91\x0a\xb2\xf1\x4d\x86\xab\xa0\x01\x48\x43\x6a\x50\xd1\x61\x51\x37\x80\x82\xd8\x05\xf2\x10\x57\x6e\x08\xd2\x3a\x20\xc1\x39\xd0\x13\x0f\x79\xe1\x19\x0f\x60\x97\x2a\x22\x3a\x40\xbc\x1b\xb8\xf3\x65\x97\xe0\x6f\x41\x7d\xda\x8f\x24\xda\x4f\xd4\xc8\xab\x8b\x13\xef\x2d\x88\x16\x70\x47\xaa\xbe\x66\x70\x5f\x26\x2b\x20\x7d\xe4\xf4\x84\x5e\x42\xac\xa8\x99\xc0\xde\x95\x25\x6e\x15\xfb\xc6\x9c\x38\x36\x09\x2f\xf7\xc2\x29\x3e\x43\xa9\xfd\x8f\xef\x05\x0f\x86\xe2\x06\x7a\xbd\x80\xb8\xb7\xa0\x03\x89\x03\x9c\x15\xed\x1a\xee\xc4\x7c\x64\xef\x9d\x02\x8f\xba\x37\x30\x9e\x08\x5f\x6c\x94\x70\x4d\x59\xfd\xc1\xa4\xaf\xbf\x2c\xaa\x18\x76\xfa\xff\x63\x79\x01\x30\xc9\x0c\xc5\xfd\x0c\xf7\x81\x88\x21\x8d\x8b\xba\x46\x58\x30\xb9\x9b\x38\xb2\x85\x2e\x20\xf0\x57\x4b\xa6\x32\x3a\x34\xb2\xd0\xeb\x0e\xbd\x41\x90\x2f\x50\x50\xb0\x50\x00\x23\xb3\x7b\xc9\x7c\xd1\x64\xd5\x72\x13\x1c\xd9\x9f\x0a\x53\x4e\x1f\x52\x69\xff\xa4\x02\xaf\x88\xb3\x7c\x3b\x01\xb0\xc1\xc1\x9e\x8b\xed\x86\x39\x49\x65\x70\xc9\x35\x68\x51\x94\x39\x49\x5d\x6a\xb2\x41\x93\x9b\x36\x5b\x76\xb6\xad\x77\x63\xad\x51\x6f\xc1\x26\x9d\x82\xb5\x18\xb1\x69\xf1\xaf\x35\x70\x28\x75\x15\xb0\xc8\xad\x77\xf9\x81\xf5\xc6\x9a\x22\x62\xda\x8b\x16\x38\xdd\xff\xb5\x82\xc3\x27\x5a\x2e\x96\xe6\x90\x07\x9d\x00\x67\x5d\xd6\xb0\x13\x36\x7d\xa2\x7f\xc1\x7e\x64\x48\x18\xd3\xb3\xac\xd9\x52\xff\x5c\x09\x75\x91\x50\x69\xad\xbf\xe9\x07\xcc\xa8\xab\xe4\xf7\x4b\x3a\x9f\xe8\xf4\x26\x42\xe6\x04\x75\x19\xbb\x19\xdd\x38\x28\x0e\x34\x17\xd0\x6b\x68\x7c\x27\xaa\xfc\xd9\x3d\xfb\x19\xd1\x34\xae\xc2\x6a\x14\xdf\x70\x9f\x01\x16\x37\x15\x0b\x95\x34\xc5\x3c\xba\xab\x2a\x3b\x3d\xeb\x50\x0c\x48\xd0\x2f\x28\xb8\xab\xae\xbb\xf2\xe6\x83\xb5\x28\x78\xa1\xbb\x14\x7b\x68\xbd\x9d\xa8\x13\x97\xf8\x6f\x0d\x35\xfb\x42\x8e\x6c\x8f\x25\x17\x2d\x58\x7a\xce\xda\x2d\xd6\x3e\x92\x13\x05\x00\x95\x99\x03\x6f\xae\x46\x9b\x22\xaa\x0e\x7b\x4a\xc3\xdc\x00\xcd\x16\xb3\x84\x62\x23\x00\xb0\xc8\xd3\xef\x0b\x10\x56\xf6\xdd\x02\xfa\x72\x6e\x66\xe1\x9e\x59\xf5\x37\x53\xbf\x43\xb2\xb7\x9c\x8c\x08\x5e\x04\x81\x9b\x5f\x5d\x53\x3c\x29\xd6\x90\x6d\xbd\x63\xda\x2d\x26\x70\x91\xf9\xec\xde\x5c\xc3\x29\xa3\x83\x31\x62\x89\x75\x5c\xc7\x51\x62\x01\x07\x8c\xb4\x45\x52\x7a\x69\x16\xd3\x45\x66\xc9\xd0\x58\x25\x4f\x80\x79\xe4\x65\xb2\x0a\x8d\x8e\x3a\xfb\x2c\x90\xc3\xd5\x1a\x78\x1d\xdc\x16\x3d\xf6\x8e\x05\x71\x4c\x89\xe8\xe7\x72\x46\xa4\x69\x59\x6f\xb3\x32\x3a\xe1\xb8\x32\x80\x04\x6f\xaf\x69\x40\xca\x5e\xc0\xb4\x0a\xd4\xd7\x27\xdf\x4b\x2f\x15\x5d\x38\xe4\xdc\x05\x83\xac\xd0\xc9\x8e\x58\x86\x1f\x6a\x54\x91\xe1\x07\x20\x1b\x4d\x42\xf2\xdb\xc0\x5d\xb4\xac\x79\x27\x53\xb2\x6d\x22\x32\x74\xfb\x1c\x65\xde\x18\x69\xc8\x06\x00\xb7\xa3\x65\x23\x4d\x5c\xc7\x09\xb1\xcf\xe1\x1c\x48\x7d\x56\x9e\x05\x72\x6c\xd8\x03\x60\xbb\x10\x85\x51\x6f\x50\x00\x1c\x2f\xa7\xed\x57\x53\xe5\x16\x13\x4c\xa6\x21\x8e\x50\x5a\x1a\x45\x9c\x21\x4e\x8b\x6a\xbb\x30\xd7\xa8\xa7\x47\xf0\xe4\xac\x74\x71\x16\x38\xf6\x9e\xc0\x4d\x41\x25\x7b\x51\x75\x08\x12\x80\x47\x33\xe2\x78\xa8\x46\xd1\x88\x7e\x79\x3d\xdc\xd0\x04\xad\xe4\x6c\xb4\xa5\xf3\x7e\x08\xad\xbc\xd6\x2b\x9e\x1c\x2d\x94\xbb\x1f\x9d\x68\xd4\xe2\x0d\x0b\x21\x93\x34\x80\xa5\xae\xad\xa8\xc1\x79\x3e\xa8\x05\x77\x4d\x71\x79\x37\x1f\x36\xa5\xdf\x29\x9d\x35\x5b\xdb\x03\xfa\x3a\xd8\x58\x94\xb0\x81\x45\x94\xc9\x12\x09\x9a\x17\x3b\x74\x12\x46\x21\x26\xb0\x8b\x8b\xf5\xdf\x49\x64\xc0\x74\x94\x39\x39\x94\xc5\xeb\xf5\xb6\xb8\x17\x58\x6b\x08\xae\x46\xa7\x0d\x07\x0f\x3d\xab\xe0\xdc\x1e\x85\xea\xb7\x80\xc0\xed\x6e\x7e\x25\x63\xef\x2c\x5e\x97\x43\x40\xa6\x0e\x23\xab\x14\x5d\x6e\x84\x82\x8a\x5c\x43\xb5\x98\x1c\xa6\x49\x5d\x06\x3c\xf2\xb1\x58\xc1\xbc\xe6\x89\x7c\x76\xdd\x77\xb6\x43\x04\xce\x22\xa8\x02\x99\xdf\x52\x45\x35\x75\xc4\x5e\x2f\x42\x45\x97\x17\x51\x86\x83\x8e\x89\x26\xbd\x85\x38\x70\xb8\x36\xee\x40\x01\xcf\x12\xb8\xf3\xc1\x79\x61\x9b\x35\xea\x25\xe5\x88\x54\x84\x48\xae\xa5\x9a\x44\x02\xea\x25\xa3\xfd\x71\xda\x15\xaa\xc3\x3c\xe1\x62\xc9\xd0\xf6\x04\x42\xe7\xfe\x3c\xfe\x35\x70\x81\x66\xc1\x32\xb8\x24\xf6\x4d\xb1\x23\x83\xed\x98\x88\x49\x34\x7d\x84\xf8\xe3\x85\x91\x31\x6b\xe2\xc9\x7b\x28\x88\x62\xaf\x59\x73\x05\x74\x91\x7a\xd7\xdf\x6a\xf1\x2e\xad\x1f\x57\x07\x74\x4e\xaa\x72\x1b\x4a\xdd\x53\xbd\x0d\x75\xe6\xf0\x0d\x29\xb1\xa8\x78\xcb\xf1\xcf\xb2\x42\x10\xcb\xb4\xbd\x3a\x9a\xf5\xbc\xa3\x68\x99\x74\x6b\x3d\xaf\x56\xb5\x18\x41\x58\x17\xc3\x02\x16\x5f\x5a\xb4\xf5\xa3\x1d\x78\xdd\x34\xc9\x40\x33\x52\x44\x22\xde\x74\xc0\xec\x34\xed\x2a\xc3\x5b\xe8\xdb\xfe\xf4\x14\xf7\xfa\x40\x1f\xdc\x07\x8e\x4f\xbe\x33\xc9\xf2\x9c\x0e\x0a\xc3\x85\x3c\xe0\x7b\xcd\x37\x45\x75\xdd\xb1\xdb\x25\xd5\x36\x23\x7a\xc8\xf1\x4a\xf3\xc8\x06\x84\x76\x92\x43\x76\x9f\x5d\x64\xf4\x21\x1e\x4d\xed\x3d\x2a\x59\x84\x62\x5d\x82\xae\x1f\xcf\xe9\x26\x46\xd3\x0f\x9e\x62\xd4\x36\x7b\xeb\x0f\xf9\x07\x38\x9b\x8f\x2a\xf0\x23\x3b\xdb\xc0\xe2\xe3\x66\x1d\x53\xb4\x6a\x04\x24\x43\x88\xd2\xfa\xd7\x06\x21\x80\xe4\x4d\x0e\xce\x01\xe6\x2e\x0a\x1e\xc8\x49\x1a\xed\x55\x08\xc1\x89\x9d\x30\xe2\xa1\x30\x59\xa8\x91\xe7\x14\xb5\xd1\x84\x64\x4d\x4f\x74\x0d\x90\x6b\xdc\xde\x21\x38\xc5\x92\xaa\xe2\x24\xe3\x6b\xbf\x97\xdc\x09\xdf\xa2\x9d\xe3\xb6\x34\x29\xb9\x4d\xbf\x01\xc1\xa0\xae\xd6\x0f\x50\x54\x6c\xd0\x69\x0d\x66\x48\xe1\x36\xdf\x7e\x73\x5f\x3e\x25\x64\x75\x70\x53\x3f\xae\x4a\xb8\xf0\x71\x13\xd0\x96\xf2\x4d\x16\x38\xda\x3f\x6e\xae\x4d\xb7\x16\x7f\xb6\x9e\x96\x9a\x5c\xef\x49\xb0\x8b\x9a\x48\x60\x01\x62\xb4\x09\x42\x8b\xa8\xb5\x7c\x33\xd8\x74\xe6\x70\xfd\x13\x00\x0e\x55\x02\x45\x19\xbb\x30\x91\xfb\x4b\xc0\xeb\x22\x1e\xba\x1e\xac\x20\x45\x40\xae\xb4\x1f\xe2\x9e\x58\xe1\x06\x97\x70\xd8\x41\x13\x74\x20\x1b\xb6\x23\x75\x01\x74\xfd\x92\x3d\x9e\x9d\x3c\x28\x8a\xb9\xd9\x44\xbb\x4c\x7b\x0a\x7c\x2c\x27\xb7\x05\x38\x66\x3c\x61\xc5\x2e\x87\xd1\x12\x1e\x13\x2f\x9d\x4e\xdb\xed\x18\x7d\x47\xa9\xe7\x08\xe4\x1c\xad\xd4\xe5\x3a\x62\xda\xab\xe8\x88\xdf\xa0\xe6\x21\xba\x6a\x7b\x53\xb5\x01\x61\xc5\xb9\x6d\x6e\x7e\x6d\x48\x2c\x1f\x73\xa6\x46\xbb\x0c\x19\x21\x99\xb1\x13\xee\xd3\x4d\x62\x96\x9c\xa9\x5f\x71\x9f\xaa\x0e\xa6\xa7\xe0\xeb\x2d\xe8\xa3\x74\x15\x60\xf0\x2c\x80\x62\x92\xed\x58\xf1\x46\xb8\xf0\x53\x57\xaa\xa7\x02\x23\x0c\x7e\xc6\x90\x00\x15\xa2\x5f\x38\xf2\x53\x05\x32\x34\x80\x8f\x76\xb4\x45\x16\xcc\x91\x85\x18\x93\x78\x62\x22\xd0\xb3\xde\xae\x4a\xfe\x5b\xf2\x26\x8b\x44\xac\x49\x5b\x03\x17\x3e\xe8\xc9\x26\x6f\xb0\xfc\xf6\x4e\x98\x93\x6c\x3d\xa1\x63\x69\xf5\x07\x47\x62\x8c\xfa\x65\x88\xe4\x1a\x90\x3c\xf1\xef\x38\x48\xd2\x3c\x9d\x42\x0d\x20\xf7\xd2\x48\x37\xe3\x44\xcb\x0d\x4b\xdb\x7e\x3b\xe1\xea\xaa\x05\xfc\x9b\x86\x4d\x02\xcc\xe4\xaf\xfe\x06\x28\xe2\xce\x89\x5e\xc9\x94\x54\x05\x27\x58\xc0\x5d\x04\xb4\x3f\xa3\x2e\xe6\x04\x64\x1c\x0e\x57\x8f\x5d\x00\xc9\xb4\x37\xbf\x56\x72\xfe\x01\x73\x33\xb4\x72\x13\xcc\xad\xc4\x52\x88\x97\x0d\x37\x65\xe9\x82\xf7\xc4\x08\x75\xe4\xad\xb3\x0c\xc3\x1f\xc8\xf3\xb7\x49\xa8\x2d\xfb\xe1\x72\x6d\x75\xc0\x94\xcd\x12\x59\x98\xc4\x1d\x15\xd5\x48\x09\x7a\xfc\xfa\xb9\x85\x95\x01\x9e\x02\x16\xaf\x28\x32\x45\x47\xe7\x11\xce\x6a\x20\x45\x20\xa3\x2a\x27\x09\x9c\x2b\xc5\xce\xd0\x28\x17\x35\xb9\xfc\xca\x11\x74\x67\x8e\xa1\x33\x13\x24\x63\xab\x01\xfe\xc9\xb6\x4c\xb7\x4e\x5e\x23\xf7\xa4\x0b\x80\xf5\xc5\xdf\x79\x3f\x8c\xd2\xaf\x08\x66\xee\x14\x92\xbc\xd1\xde\x81\x3b\x7f\x44\x93\xde\x11\x16\x0b\x58\xea\x3d\x11\x54\xf4\x67\xc0\xef\x14\xba\xb5\xa9\x12\xbb\xc7\xe3\xa5\x58\x43\x8a\xa5\xac\x62\x0f\x55\xe6\xda\x1d\x15\xe4\x49\x3b\x1e\x32\xdc\xe9\x80\x95\x64\x8c\xc0\x2d\xc7\xbb\x2c\xdc\x76\x99\xc9\x78\xc3\xc3\xc4\x70\xa4\x8b\x8f\x51\x44\x43\x0a\x73\xa7\x28\xfa\x24\xf2\x17\x2e\xd2\x8b\x33\x7d\xac\x25\x7a\xdb\xdb\x02\x4f\x08\xf5\x38\xdc\x21\x97\xbd\xc2\x5a\xe7\xd2\xc8\xf7\xbf\xce\x07\x84\x90\x48\x08\x86\xe3\x23\xc3\xab\x8f\x40\x4f\x7b\x25\x5f\x23\x5d\xc4\x31\x89\x0a\x0c\x09\x8f\x7a\xb0\xb3\x1d\x72\x83\xc0\xee\x68\x6b\x8e\xc4\x42\x95\xbf\xf2\x2c\xe4\x36\xea\xd9\x14\x72\x10\x58\x83\x58\xb4\x2e\xd6\x3d\x15\x92\x73\x68\x9a\xf7\x26\x78\xda\x9b\x9a\x86\x7d\x4a\x38\x94\xdc\x3b\xfd\x05\x68\x2d\xde\x6c\x51\xb2\xe7\xd9\x02\x84\x7a\xd9\xed\xfe\x22\x50\x01\x21\x9d\x1c\xf9\x98\x18\xdc\x3c\x54\xa7\x90\xee\x2d\xdc\xc5\xc9\xcf\xa8\xa7\x7d\x3b\x61\x03\x8f\x5a\x6d\xbc\xb5\x72\xe0\x5e\xe0\xed\x98\xc2\xd7\x3d\xed\xda\x81\xd1\x4c\xbc\x40\xb7\x5d\x73\x7d\x84\x34\x1b\xf8\xf1\x0f\x6b\x9b\xed\x08\xb2\x0a\x54\x28\xbf\x2e\xd6\x59\x03\xf7\xb0\x03\xed\x6c\x72\x01\x5b\xbc\x28\x4a\xbc\xd9\xce\x11\x17\x16\x59\x83\xb1\xa9\x5c\x8e\xc5\x61\x9c\x4d\x38\x30\xdd\x0f\xdf\xd8\x3d\xd0\x9f\x25\xc6\x0e\xa5\x77\xbb\x22\x69\x4c\x9e\xa0\x3b\x26\xb2\x7f\xe8\x28\x02\x03\x41\x85\x07\x83\xde\x30\xfe\x77\x29\x7a\xe0\xd8\x25\x1a\x23\x79\x56\x00\x41\xb8\xb3\xcd\xba\x15\x42\x41\x07\x89\xaf\xdc\x50\xb3\x7d\xcb\xf0\xfb\x70\x78\xf2\x57\x50\xa3\x44\x30\x17\x0c\x42\xd6\xe5\x7d\x4e\x22\x90\xd7\x9f\xc9\x76\xff\x88\x84\x9b\x8e\xf3\xb6\xf5\xea\x34\x9a\xcf\x13\x68\x4d\x2e\x09\x5f\x4c\x28\xb8\xc8\x01\xaa\xcf\x70\xb3\xdf\xef\x0b\xac\x53\x7d\xcb\x3c\xf7\xba\x58\x90\x26\xe0\xd6\xe8\x56\x6a\x8c\x2c\xf2\x9d\x09\xcd\x94\xcc\x31\xc1\x06\x64\x0b\x0e\x9b\xae\xf8\x33\x85\x15\xe1\xa4\x98\x4d\xe7\xc2\xb1\x6d\x4c\xc2\x8d\x26\x2a\x08\x9c\x10\x54\x6e\xfb\xe0\xf5\x7a\x15\xb8\xfc\x59\x2b\x01\xad\xc4\xb6\x4e\x47\xe4\x21\xe5\x01\x30\xc5\x02\x40\xc6\xc5\xe8\x5f\xe4\x82\xe7\x5d\x89\x8e\x3e\x5b\x17\x80\x7e\x55\xdd\xf8\x40\x99\x40\x33\x07\xa7\x05\x68\xa7\x49\x4f\x8b\x6b\x53\x5d\xeb\x4f\x17\x3f\x4c\xb5\x94\x25\xc1\x1a\xd8\x16\xc6\xc8\x72\x3a\x37\xf8\x8f\xfc\xd2\x26\x5c\x98\x48\x70\x7f\x38\x14\xc6\x10\xcc\x01\xed\xda\x10\xa0\xc8\xea\x53\x78\x0e\xd5\x42\x70\xe8\x24\xf1\x1c\x49\x2f\x18\x8c\x08\x8b\xf0\x0a\x42\x71\xc0\xed\xef\x8e\x77\xbc\xcd\xcd\x2a\xeb\x4a\xb5\x30\xa5\x1a\x32\x23\xb6\x25\x89\xb5\x87\xc9\xc0\x2d\x77\x81\xb6\x05\xf6\x21\x9e\x3e\x97\x82\x32\xf9\x1c\x3d\xf2\x59\x66\xfe\x42\xab\x03\x23\xdb\x10\xf3\xcb\xb5\x33\x71\x3c\x8a\xbf\xca\x26\x11\x6f\x56\xd5\x2d\x92\x77\x74\x05\x50\x85\x14\x6c\x4c\xb6\x70\xd1\x95\x4e\xcb\x01\x18\x5e\x99\xcd\x0e\xc9\xfe\x25\xfa\x6a\xa0\x61\xe8\xa1\xa9\x17\xe4\xc3\xdc\x90\x65\x68\x9d\x5d\x63\xe9\x39\x1a\x65\xd6\x1d\xc6\x70\x13\xba\x59\xc2\x3f\x2b\x26\x1f\x80\xcb\x72\x23\x2e\x98\xf5\x6a\x4e\x70\xa2\xf0\x59\x76\x9b\x63\x7b\x35\x9e\x77\x92\x8b\xb3\xf7\xc5\x0e\x19\xd3\xe3\xea\x3a\xdb\x80\x2c\x5e\xa3\xa6\x40\x80\x08\x58\x17\xe2\xe6\x95\x0b\x16\x8c\x8c\x44\xce\xba\xd4\x77\x29\x70\xc6\xa5\xa1\xef\xc5\xed\x26\xa6\x5e\x47\x76\xc7\x36\x26\xd7\xdf\xd0\xc6\x54\x19\xd4\x14\x77\xed\x06\x6d\xc8\x70\x8a\xac\x28\x6c\x5d\x28\xf9\x44\xb2\x25\x70\x24\xb8\xcb\x96\x60\x31\x14\x3c\xfc\x74\x90\xec\xd2\x7d\x8a\xf4\x2c\x22\x7e\xe4\x03\xbf\x28\x3b\x73\xf7\x81\x60\x44\x48\xfb\x5c\xcf\x7d\x24\xc5\x72\x09\xc9\xe3\x1a\x33\x26\x65\x8a\x5d\x8a\x12\xcc\x9c\x1d\xaa\x16\x08\x0d\x74\x8d\xd3\x11\xf5\xb1\x97\xf7\x9f\x3e\x7f\x83\x2e\x49\xce\x4b\x35\x61\xcd\x68\x23\x21\x71\x14\xde\xcd\x21\x9f\xda\x3d\xac\x7c\x07\xec\x09\xf3\x5d\x55\x81\xb2\xfe\x06\x79\x66\x34\xc3\x33\xe7\x05\x20\x41\x74\x24\xd6\xff\xf9\x0e\x03\x4d\x39\x2e\x49\xbb\x0e\x90\xc5\x77\xab\xfe\x0c\x68\xe2\x29\x39\x64\xe4\x54\xea\x63\x48\x7b\x1c\x23\x72\x94\x0c\x5d\x34\x24\xc0\x52\xf5\xfb\xaf\x9a\xbc\x42\xdf\x01\xed\x7f\x10\xee\xe1\xd3\x61\xb0\xcb\x80\x1c\x4f\x22\xd5\x96\xf7\xc9\x13\x6b\xc0\x1c\xfa\xf0\x94\xa9\xb1\x27\xe2\x14\x22\x0a\x12\xe4\x8a\x62\xab\x54\x7e\xd8\xc6\xf1\x0d\x57\x09\xf5\x51\x61\xc8\x6e\x89\x76\xbc\x82\x20\xc6\xcc\x67\x8b\x7c\xd2\xfe\x0a\x0e\x63\xb5\x05\xde\x4d\x36\xd3\x15\x39\x7e\x92\x3f\x85\xb5\xc5\x0d\xec\x84\x78\x30\x93\xfc\xe3\x7f\xfe\xc7\xf4\x11\x43\xe1\xbc\x6d\xd6\xf0\x37\x6e\x40\xd8\x23\x6e\x96\x74\x93\xbc\x7a\x01\xa2\x1b\xd1\x90\xd0\x2e\xbc\x50\x5a\x52\x31\x7d\xf1\xc4\x05\x25\x3d\x24\x2f\x6a\x75\x96\x58\xde\x0d\xd9\x02\xc2\x0f\x72\xe7\x11\xb9\x99\xa0\x78\x4e\x18\xf8\x42\xdd\xa5\xfd\x9d\xf4\x4b\x57\x2c\xb7\xf3\x35\xe6\x89\x48\x5f\x00\x7b\x94\xa9\x8e\x4b\xee\xec\x76\x53\xd8\xd0\xcf\x21\x00\xe7\x96\x2e\xec\x30\xbe\x82\xae\xb3\x25\x87\x58\xb9\x6c\x30\x81\xdb\x75\x7c\x95\xb4\xa8\x19\xd1\x80\xac\x6b\x03\x98\x31\xd9\x77\xe8\x2a\x89\x28\xc5\x63\x52\xd4\x20\x79\x42\x70\x2f\x8a\x6d\xe4\xea\x13\xf4\x46\x51\xa4\x24\x6d\x87\xbd\xd1\x74\x60\xfa\x94\x30\x80\x44\x93\x1e\x77\xc6\x11\xdc\xac\xa7\x45\x9f\x58\x27\x4b\x5d\x62\x40\x4f\x73\x67\x12\x64\xfd\x90\xcb\x49\xee\xa4\xb6\x31\x06\xa8\x7b\xd3\x81\x14\x00\xa4\xbd\x28\xd1\xc3\x56\x3c\x24\x30\x2d\x42\x9b\xad\xd3\x97\xe8\xd9\x2f\xfe\x11\x9c\xb4\x21\x5b\x27\x5c\xb5\x92\xee\x40\x36\x7c\x28\x7f\x4c\xa0\x89\x4d\xa1\x8a\x4b\x6c\xf2\x9c\xfe\xa1\x14\x28\x71\xea\x93\x49\x09\xb7\x12\x94\x9d\xe2\x3f\x70\x64\x4a\x28\x83\xad\xa0\x18\x9b\x52\xa2\x7b\xcd\x04\xf7\x01\x68\x39\xcc\x9e\xfe\x05\x68\x94\x26\x03\x96\x0d\x85\xfa\x40\x99\xc7\x76\x78\xb2\xc9\x36\xd9\x65\xfa\x5d\xbd\xe1\x1f\xb0\xef\x94\x1e\xe5\x07\x12\x9e\x57\x5c\x48\x61\x3b\x58\xed\xb8\xa2\xac\x45\x89\xab\x8e\x04\x29\xa3\xd3\xf3\x5a\xff\x9a\xe8\x14\x66\xfd\xa9\x68\xb9\xa4\x65\x39\xc1\xd0\x4f\x8b\xb9\x59\x92\x7e\x8d\x15\x2a\x3d\x9e\x90\xa3\xb6\x2b\xc3\xdb\xa3\x6e\xc8\x07\xa9\x6e\x5c\x29\xdc\x3e\x16\x4d\x8e\x2f\xd5\x3c\xe3\xbe\xe4\xe4\x5f\x9f\xb5\xdd\xce\x15\x71\x18\xd5\xcd\xbf\x97\x64\xbe\x95\x42\xc0\x60\x23\xa9\x78\x5c\x1c\x12\xa6\x35\x62\xe9\x9d\x76\x23\x28\x9e\x85\x9b\x60\xc3\x0f\x15\xb2\x74\x50\xc8\xc6\x4b\xde\xa4\xe0\xf3\x12\xb6\xa1\x99\x47\xad\x03\x4d\x4e\x50\xd1\x6d\x6c\xb8\xaf\xbd\x81\x7c\x1d\x1a\xec\x40\x45\x1e\x72\xb4\xbf\xf1\xa1\xeb\x3d\xc8\xd0\xbe\xfe\x2b\xc4\x16\x93\x44\xe8\x15\x75\x5f\x5b\x0c\xed\x70\xf5\x9f\x92\x23\x58\x8d\xd2\xc4\xe1\x56\x99\xa5\xa4\x4f\x26\xfd\xa9\xf3\x2e\x07\xc3\x59\x8f\x55\x3b\x30\x6b\xd4\x42\x6a\x6d\x02\xc7\x58\xcf\x4c\xae\xf8\x70\x05\x3c\xa8\xef\x46\x36\x8f\x0d\xaf\xfd\xdd\xe3\x8f\xf3\x7d\x99\x2d\x8d\x04\xe3\x51\x15\x62\x7f\x30\xb1\x50\x34\x8a\x74\x45\x35\x86\x63\x11\x90\xdb\x6c\x91\x02\x1f\x57\x23\x84\x5d\x63\x84\xa7\x7e\x59\x7b\x58\xea\x77\x21\x37\x41\xe7\x63\x5f\x80\x51\xc3\x3b\x11\x4d\xc2\x1e\x11\x13\xe5\xdd\x7b\x2d\x6e\xc5\xb5\x7e\x9d\x7e\xcf\xa1\x48\xd0\x8c\xe1\xa0\x74\x70\xeb\x8e\xfb\x3a\x98\x85\xe7\x23\x63\xdc\xd2\x01\xb1\x8d\x6f\x80\x59\x1c\x16\xcf\x30\xe6\x53\x88\x2b\x25\x53\x51\x33\xcb\x68\x5d\x2b\x39\xc9\x40\x0e\xba\xaa\x3b\xb8\xfe\x1a\x52\x55\x5d\xe2\x35\xd8\x5f\x19\xb5\xe0\x3d\xcf\xe7\x8b\x2b\x6a\x20\xf7\x5f\x2b\x29\x0e\xc6\xe6\x39\x43\xfd\x24\xf0\x3e\x18\x1a\xce\x4d\x70\x85\x15\x31\x70\x70\xc9\xc4\x0d\x2c\x25\x30\x51\x3e\x6e\xe4\xe3\x0c\x13\xb5\x59\x89\x6e\x6c\xfb\x8b\xa2\x1a\x88\xb1\x50\x83\x08\xdf\x81\x2a\x8d\x01\xa1\xb2\x65\x5f\x09\xa7\xec\x0f\xbd\x20\x46\x47\x86\x9b\x45\xdb\x1c\xef\x30\x5d\x55\xb5\xa6\x00\x36\x66\x0a\x3f\xd6\x7c\x57\xdb\x76\x49\x31\x29\x2d\x36\xdf\x99\x82\x1a\x73\x98\x4a\x7b\xeb\xa0\x41\x33\x90\xde\x8a\xf5\xa1\x86\x78\xd8\x68\x6f\xd2\x7b\x3f\x7f\xf9\x16\x53\xe3\xe0\x1d\x58\x19\xde\x1e\x6f\x98\xfb\xf9\xcf\x6f\xed\xdd\x07\xf7\x7e\xfe\xea\x2d\xa5\xcc\x1a\x34\x9f\xaf\xb2\xad\x49\xf9\x06\xc5\xd6\xdc\x1b\xd9\x6d\xb1\xa9\xd6\xdf\x37\xe6\xa2\xa8\x3b\x8b\x79\xf3\x40\x3e\x44\xa1\x92\x13\xea\x39\x52\xf2\x1e\x36\x4a\xe2\xfc\xe2\x4f\x4c\x16\x38\xc5\xca\x80\x2a\xe4\xf2\xe5\xe9\x90\x2a\x54\xdd\x6e\x2e\xd0\xb0\x48\x38\x5e\xf0\xdf\x20\x19\xba\x1e\xb8\x04\x05\xb0\x36\x7d\x17\x00\x09\x05\x5c\x00\x41\x91\x23\x00\x60\x3d\xaa\x64\xf9\x13\xff\x7a\x40\x4b\x43\x70\xbc\x73\x83\xd5\xce\x66\x17\xe9\x6b\x16\x85\x1d\xc9\x69\xc0\x66\xbd\x59\x4c\xdf\x38\xbd\xda\xb9\x33\x65\xc7\x5f\x65\xae\x52\xeb\x85\x9b\xab\xe8\x1a\xec\xa0\x59\x63\x08\x70\x5c\xff\x47\xe2\xdf\x74\x97\xfa\x75\x3e\xd2\xf7\xe5\x78\x63\x21\xe9\x8a\x70\x61\xb3\xde\x16\x21\x74\x03\xb2\xfd\xfb\xa1\xcb\xf3\x94\x9e\xe2\xe9\xfc\x81\xbd\x62\xfe\x06\x18\xea\x15\xf5\xd7\x60\x66\x15\x53\x5d\xd3\xc6\x8b\x16\x8f\x6f\x43\xa0\xb1\x09\x5b\xde\x99\x0d\xfb\x9d\xe3\xec\x6b\xca\x35\xa9\x7c\xbf\x23\x78\x14\xa8\xcf\x01\x54\x0e\xc7\x63\xed\xae\x94\x6a\xbc\xee\x8a\x24\x40\xbc\xc4\xb1\xc7\x0a\xa0\xe8\x7c\x8a\xa2\xaa\x45\x35\xd7\x40\x2c\x12\x6f\xd8\x5d\xc2\xb2\xd5\x0d\x23\x19\xc5\x19\xbb\xb8\xee\x80\x5f\x27\x33\xdc\xb3\x8c\x75\xcf\x41\x24\xb6\xb7\xb2\x7e\x1b\x1b\xe8\x35\xaf\x07\x49\x70\xdb\x60\xbb\x43\xc2\x60\xf2\x02\xa3\x42\xb2\x66\xc1\x09\x0b\x15\xe6\x7d\x97\x40\x9d\x77\x76\x81\xa9\x33\x25\xc3\x81\x96\xf2\x7d\xcd\x27\x9b\xaf\x69\x52\x6d\x47\x5f\x97\x75\x59\x0b\xb3\x91\x3c\xc1\xe1\xfa\x9f\x51\xa9\x0f\xc7\x3e\xe6\x47\xf9\xa3\x3f\x19\xd6\x31\x1b\x26\x11\xf9\x22\xaa\x79\x60\x39\xfc\x51\x1c\x73\x9d\xe5\x20\xfa\x28\xc1\x82\x3c\x41\xa7\x26\x1e\xe9\x00\x35\x5c\x5c\x8b\x3b\x3a\x58\x6b\xc4\xa2\xc4\x69\xb9\x62\xa6\x99\xe8\x0e\x12\xe0\x8c\x0c\x7a\x81\x19\xb6\x92\x25\xde\x62\x34\x1a\x1f\x58\xa5\x7d\x9e\xe6\xad\xf6\x72\x16\xcf\x02\x39\x21\x12\xd4\xf8\x23\x1c\xc0\x3d\x90\x61\xf1\x82\xb3\xa9\x83\x0e\x4f\x77\x5d\x72\xe4\xd1\x78\x6d\x31\x96\xba\x6a\xc9\xf5\xa5\x29\x12\x95\x1a\x89\x60\x99\x50\xd2\xae\x68\x06\x89\xcc\xc0\xe7\xf1\x0a\x06\x9d\xf5\x46\x5a\x80\x58\x98\x3e\x84\xff\xf5\x67\xc0\xff\xa6\xc3\x39\x46\x02\x2f\xc8\x67\xc4\x94\x89\x68\x2c\x00\xa9\x51\xdd\xd8\x95\x70\x17\xb1\xd6\xe1\x31\x6a\x14\xab\x42\xbc\xc4\xc4\x69\x73\xe6\x6a\xb7\x1b\x64\x82\xda\xda\x0d\xfa\x38\x50\xaf\x5b\x09\x4d\xd6\x59\x90\xf9\x13\x27\xcc\xb9\xad\x9e\x99\x4c\x95\xc5\x09\x57\x11\xa3\x39\x77\x8e\x31\x21\x61\x1e\xd1\xf4\x1d\xf4\x3d\x70\x50\x61\x05\x03\xed\xde\x71\xc5\x59\x86\xc8\xd2\x77\x59\x04\xc6\x4c\xa2\x26\x48\x12\x30\xf6\x01\xc3\x5c\x02\xc6\x01\xa8\xe2\x7d\x1a\xf0\x3e\x72\x0f\xb9\x50\xc8\x3f\xd1\x0f\xa6\x93\x02\x5d\x16\x40\xa2\x5d\xf2\xb2\x01\xd7\x21\x52\xc0\x3b\x2f\x26\x33\x62\x34\x72\x95\x8f\x99\x69\x41\xe5\x84\xd2\x61\xfa\x9b\xd3\xa1\x69\xf9\x57\xbe\xfc\xba\xb3\x19\xd2\x2f\xc9\xdb\x22\xa3\xec\x50\xcb\x2b\x1c\x05\x0f\xf6\x4f\x0d\x72\xef\xe7\x7f\x79\x6b\xdd\x50\xe4\x3c\xb2\x69\xf4\x0c\x80\x34\x83\x1c\x03\x52\x65\x56\x72\xbf\x08\x7e\x44\x75\x62\x55\x81\xff\x82\x6a\x06\x9b\xaa\xc1\xc1\xfb\x7b\x73\x0d\xb9\xda\x01\x81\x68\x55\xa2\xd3\xe7\xd8\x96\xc1\xa6\xf6\x6e\x78\x17\x29\x7f\x86\x4d\xa7\xaf\xf6\x86\x55\x92\x78\x21\x92\x77\xd5\xa6\xf1\x87\x86\x81\x86\x22\xcc\xd8\x32\x11\xd7\xa4\x86\xf8\xb7\x84\xf4\x60\x84\x94\xf4\xc1\x75\x47\x3a\x02\x56\x3a\x83\xf3\x45\x16\x7b\x34\x49\x51\xea\x1f\x97\x1f\xb0\xbf\x20\xb2\x6e\xe6\x70\xb1\x6f\xd1\x40\xb3\x5a\x37\x9c\x66\xd1\x53\x4e\xde\x4c\xd4\x06\x4e\x23\xd7\x4e\x5d\x55\x61\x81\xde\x98\xe5\x96\xb2\x0c\x15\xe4\xfd\xb2\x2a\x8b\x6d\xeb\x32\x76\xe1\x59\xc4\x04\x9d\x74\x31\xa8\x3b\x4b\x68\x03\x0f\x82\x18\x8a\x8a\x79\x71\x98\x30\xbb\x60\x04\x24\x27\xab\xe6\x64\x5a\x22\x20\x05\xee\x3b\xc3\x35\x91\xa6\x3c\x4c\x65\xd5\x07\x95\x0f\x92\xd0\xae\xc9\x34\xf1\x3b\x7a\x17\xe9\xe4\xe3\x63\x10\xc1\x61\xe3\x36\x81\xc5\x10\xc3\x7b\x78\xe4\x28\xe1\xec\x2e\xab\xd0\x21\xbb\x7f\x08\x15\xe9\x7c\x9f\x62\x2a\xef\xe1\x5a\x4c\xbb\x22\x74\x1a\x3f\xd6\x74\x10\xba\x4a\x4e\x37\xb5\x26\x6a\x67\xd3\x77\x71\x62\xd6\x01\x50\x18\x1e\x83\xd3\x01\x6b\x8f\x88\xa4\xf0\x0f\x83\xe6\x9f\xff\xe9\x5e\xfe\x05\x71\x91\x81\x3f\x60\xcf\x7c\x88\xc4\x53\xc9\xb8\x9c\xb7\x9e\xaf\xb1\x23\xcc\xe4\x57\x8d\x6e\x39\xc0\x01\x60\x4d\x0c\xc8\xa6\xfc\x22\xed\xec\xdd\x24\x50\x7b\x06\x97\x6f\xa8\x7b\x08\x2a\x0c\x35\x2d\xc1\xc7\x83\xda\x96\x7e\x9d\x3c\x94\xba\x30\x40\x33\x9c\x42\x3d\xcf\x3b\xc0\x38\xa4\xec\xa4\xaf\x78\x72\xf3\xa1\x2c\x39\x8d\xb5\xcd\x49\xf7\xd8\x9b\x8f\x08\x77\xfd\x41\x22\xc9\x2e\x5e\x23\xb0\x25\x8b\x0d\x5c\x75\x01\x8f\x1d\x2e\x98\xd8\x54\x09\xa5\x62\x61\x26\x57\xb5\x25\x59\x78\xfc\x38\x7c\x01\x45\x4a\x40\x77\xff\x04\xf5\x98\x1f\x7d\x03\x27\x3a\x54\x32\xcf\x86\x76\xed\xf0\xa3\x02\x61\xb0\xfe\xe4\x73\xcd\x1f\xfa\x45\xbc\x68\x60\x36\xa1\xbb\x46\x42\x15\xc3\x6f\x2e\x03\x9a\x74\x3a\x67\x3c\x49\x39\x65\x27\xd1\xb7\xc1\x30\xbd\x3c\x66\xb3\x04\xee\x7a\x0e\xec\x07\x2c\x92\x86\x9f\xfd\x05\xfe\x9b\xee\x76\xd3\x3c\xff\x4c\x72\x1a\x0c\xe1\xe3\x98\xc0\x10\x4e\x07\x7c\x4e\x9d\x17\x57\xd8\x0d\xb1\xd2\x61\xe3\x85\x67\xab\x7b\xd5\x82\x9d\x15\xd3\x33\x1f\xb4\x05\xda\x16\x9b\xd8\x62\xe3\x39\xba\x50\xb1\x1a\x5c\x61\x92\x78\x4c\x4d\xaf\xe4\xc1\x58\x34\x4d\x7f\x91\x7d\x01\x25\xf8\x26\xac\x7c\x38\x77\x0d\x6f\x19\x4e\x9c\x81\x14\xb2\xb4\xb8\x2f\x41\x5b\x1b\x40\xad\xea\xb1\xd1\x2e\x3d\xf1\x9d\x18\xc3\x44\x4c\x08\x67\xe0\x3c\x91\x46\x2a\x1e\xf6\x3d\x8b\xe6\x71\xc0\xe7\x2c\xa6\x3f\x85\x0a\x12\x7c\x72\x42\xd7\xb3\x1f\xc7\x1c\x96\xc6\xa6\x33\x86\x3a\x87\xe4\x87\xcb\x62\x5b\xa4\x3f\xc2\xff\xe8\xaf\x19\xda\x26\x31\x2d\x5a\x90\xa6\xa5\xd8\x25\xf8\xfd\x4e\x54\xc1\x2f\x19\xbf\xb9\x68\xf7\x57\x4d\x7b\x94\x5c\xd6\x28\xe6\xe8\xe5\xe0\xa2\x6d\xff\x8a\xdc\x41\x5e\x6f\xbb\x58\xdd\x81\x5a\x1b\xc2\xb3\x04\xfd\xc6\x9c\xd7\xe0\x8c\x87\x93\xc3\xb0\x2a\x00\xc5\xe7\xf4\x30\x84\xa3\x3d\x88\x6e\x9c\x8a\x92\xf5\x57\x54\x3f\x78\x3b\x82\x7e\x8b\xa4\xe0\x8b\x9d\x05\x8c\x3e\x73\xac\xd3\x5a\xde\x46\xe0\x0a\x9e\x18\x51\x15\xf5\x0e\x11\x35\x86\xda\x79\xce\xf9\x44\xc8\x49\x79\x59\xb7\xc5\x35\x45\xed\x31\x87\x74\xec\x39\x13\xba\x99\x1c\xed\x91\x65\x51\x0e\xc2\x60\x52\xd6\x89\xe4\xf4\x99\xdc\x9d\x65\xc0\x02\xd0\x23\xbd\x67\xd5\x11\xc3\xea\x34\xdd\x71\x6e\xf1\x2e\xa0\x66\x74\x24\xb0\xd7\xf9\x82\xb2\x46\x85\x92\x74\xb4\x5c\xfd\xee\x57\xed\xa1\x37\xcf\x4a\x74\xd2\xb9\xd2\x4b\x9b\xfc\xae\x70\x93\xa7\x3c\xae\xfa\xdb\xbb\x5b\xf4\xa0\xc7\xbd\xeb\xd2\xf2\x2a\xc3\xc5\xb1\xb2\x36\x1f\xd5\xf0\xe2\x7a\x0e\x3d\xf1\xa0\xc5\x33\x86\xa8\x95\x34\xd0\xe1\x97\x20\x89\x20\x2c\x51\x19\x65\x06\x84\xaf\xb5\xa9\xeb\xad\xc5\xa0\x52\xfa\xc3\x97\xaf\x8b\x96\x3f\x61\xa6\xf3\x67\xf1\x37\x8c\xa3\x5d\xfa\x77\x24\x9e\x22\x9b\x6b\xc6\xa7\x47\x21\xab\xaf\x7c\x26\x4e\x17\xbd\xea\x6a\x48\x38\xe0\xf8\x3a\x03\x84\xf0\xeb\xe2\x20\x36\xb4\x2a\x7f\x24\xb0\x54\x5d\xe1\xf2\xac\x21\x6f\x38\x4c\x7e\x8c\x51\xc1\x54\x88\x61\xa6\xfc\xd4\x42\xe4\x4b\xb6\x30\x30\x53\xca\x3f\xe2\x06\xcc\xf2\x0b\xa4\xd2\x79\x30\xc7\xe6\x92\x42\x4e\xdb\x41\x2e\x6d\x6d\x83\x3b\xcc\xb4\x81\xe8\x42\x90\x8f\x1c\x2e\x88\x53\xd3\x91\x14\x01\x54\x43\x8f\x0f\x47\xac\x9c\x08\x55\xe0\xc0\x60\xd3\x68\xd0\x64\xd8\x73\x07\x5c\x92\x79\x8f\x47\x37\x2b\xe7\x44\xb5\xdc\x5d\x45\xa5\x86\x49\x91\x6f\x10\x55\xa6\x44\xe5\x8f\xb9\x22\x93\x2c\x4c\xc9\x74\xb8\xae\x73\x9f\xeb\xc8\x73\x57\xd2\x2f\xab\xff\x37\x3a\xcb\x74\x3b\x74\x81\xc4\xf3\x27\x49\xd8\xf1\x39\x07\xcd\xdf\xf6\x26\x5b\x68\xb6\xb0\x00\xa0\xac\xed\xd1\xae\xdd\x45\xbb\x36\x8b\x8c\x00\x43\x27\xaa\x45\x1b\x0f\x45\x63\xe8\x25\x30\x7d\xd3\x64\xe4\xc2\x35\x0e\x0b\xea\x75\xde\x72\x9d\x3e\x50\x0e\x76\x21\xf5\x69\xad\xc2\xd7\xc0\xaa\xa6\xc2\xa2\xf0\x83\x21\x61\x17\x9f\xd2\x83\x73\xcb\x15\x26\x5f\xf4\x41\x65\xd6\x5e\x53\xf6\xa2\x46\xc4\xf6\xbf\x61\x70\xf4\xdf\x93\xbf\x21\x2a\xc3\x3f\x68\x5e\x7f\xff\x77\x15\xe3\x5d\xea\xdf\x28\x7f\xc0\x11\x15\x79\x66\x9e\xa3\xc8\x59\xcc\xd4\x35\x3e\xc7\x7e\x34\x5a\x37\x84\x3b\xc9\x25\x3c\x39\x1f\xc3\xdc\x17\x1f\x44\xd1\x7a\xbc\xbd\x36\x7b\xb9\x9e\x10\x35\xe3\xc0\xa5\x87\xb0\xe1\xe8\xbb\x1b\x22\x66\x8e\xc7\xb2\x99\x5f\xb3\xe5\x99\xef\x65\xfc\x11\x41\xaa\xb2\x2b\xa7\x71\x0e\x13\x6c\x0c\x2b\xf1\x3c\x03\xcf\x93\xbc\xef\xf8\x82\x48\xc6\xa0\xe5\xb0\x4f\x0f\xaa\x20\xcf\x60\x94\x10\x44\x32\xc0\xc0\xad\xcc\x79\x6a\xc5\x37\x8b\x12\xc6\xfa\x19\xd0\x7b\x3e\x94\xbf\x07\xd5\x08\x96\x5d\xf6\x28\x71\x4a\x23\xe1\x7c\x88\x93\xed\xcd\x6f\x3b\xf1\x0b\x0c\xf3\x89\x0e\xe4\xac\xfe\x0d\x11\x0c\x24\x8a\xdc\xa0\x89\x8f\x86\x8a\xeb\x08\x29\xa1\x74\x8b\x7d\x30\xf8\xac\x25\x05\x46\x24\xa8\x09\x48\x6c\x3e\x3f\x9a\xb5\xa6\xae\x73\xc9\x65\x4c\x01\x53\xde\x74\x2d\x2c\x6d\x36\x02\x78\xcc\x50\x07\x7c\xd3\xfc\xcb\x74\x9a\x50\xbe\xce\xc6\xb2\xc0\xc8\x91\x13\xc8\xc9\x96\x92\xd1\x86\x5f\x5d\x50\xb8\x84\xc9\x7d\x00\xd6\x39\x60\x58\x4e\x31\xd0\x4d\x94\x0f\xe8\xb6\x31\xff\x7c\x60\x4c\x98\x2f\xb9\x10\xdf\x36\x64\x7f\xb3\x2d\xcb\xae\xb0\xdb\x9c\x70\x26\x0f\xfd\x39\x17\x07\x26\x82\x27\x58\x4c\x00\x0c\x2d\x80\x27\xd1\x3a\x9f\x8a\xb2\x27\x28\x17\x5e\x71\xe5\x55\x56\xd7\x5d\x98\x39\xef\xeb\xc1\x7e\x46\x30\xe6\xcc\x35\xae\xed\x1f\x0c\x31\x18\x20\x56\x0c\xd4\x68\x7a\x8e\x05\xc7\x1b\x31\xb3\x61\x28\x71\xfc\xb2\x09\x6e\xf6\x82\xa3\x60\x0b\x8e\x77\xe9\x47\x45\x1c\xc1\x4e\x6f\xcb\xce\x16\x17\x1c\x2d\x42\x1a\xb2\x23\x61\xdb\x8f\x02\xf3\x27\x6d\x86\x86\x7e\x70\x02\x74\xa2\x2c\x8e\xbe\x1d\x5e\x00\x79\x17\x22\xa8\xdc\x09\xe0\xfd\x0e\x89\x52\xcf\xa9\xec\x48\xef\x2a\x52\x93\x52\xde\x27\x35\x73\x84\x6e\xf1\x98\xdc\x69\xc3\xe0\xfc\xc8\xf0\x7f\x1e\x0e\xcf\xce\xfb\xc3\x91\x73\xdc\x40\x19\x9e\x0f\xff\xb5\x41\x7f\xf2\x70\x60\x1f\xf1\x75\xeb\xa8\x5f\xf1\xa1\x0f\x1b\x6a\x42\x55\xc9\xd2\x9b\x58\x8a\xa0\x92\x51\x49\xc6\x96\x74\x46\x79\xdf\x85\x3e\x8f\xfc\x4d\x89\x7e\x86\xb9\x57\x30\x64\xda\x07\x7a\xf5\x27\x16\x0a\x54\xa1\x9b\xef\x6d\x56\x99\x43\x4c\xde\x48\x47\x53\x65\x60\x7b\xa9\x1e\x86\x27\x94\x8d\x96\xac\x68\x72\xa6\x4b\x57\x6d\x97\x6d\x89\x09\xe0\x8b\xe6\xf6\x1b\x86\xe3\xc2\x48\x45\x9c\xdc\xba\xa4\xa0\x9b\x59\xc8\x60\x87\x11\x3d\xde\x1e\x17\x30\x8e\x98\x91\x55\xb9\xf0\xba\x49\xcf\x8a\x56\x04\x91\x26\x0e\x19\x3e\xd4\xc2\x8b\xb0\xfd\x96\x12\x14\xea\x9b\x36\x66\x57\x53\x42\xf7\x8f\xb4\x56\xc4\x0b\x78\x74\x72\xff\xe3\x14\xf3\xa1\x47\x95\xa3\xd9\xd6\xbd\xd7\x16\x72\x5e\x0d\xfa\x74\x62\x22\x2e\xce\x21\x9d\x46\x29\xdf\xd8\xeb\x38\xc8\x45\xb8\xd3\xe4\x5f\x2e\x88\x4a\xb4\xbe\xa5\x4d\x0e\x2d\x6e\x88\x89\x08\x9f\x4b\x96\x55\x54\x66\x19\x07\x24\xc9\x2e\x7a\x6b\xb2\x6c\x23\xe1\x87\x48\xb2\xe9\xf1\xb6\x23\x65\xec\xf4\x2d\x16\x24\xda\x05\xd1\xf6\xf0\x76\x33\x2d\x12\x48\x24\xe6\x98\xbd\x0d\xa3\x4d\x24\xe5\x5b\x74\x96\x30\xc5\x06\xe7\xf7\x96\x77\x93\x28\x24\x37\x57\x2f\x73\xe0\xfe\x5e\x9d\xbf\x71\x0a\xe3\x4c\x4e\x74\xe6\xb2\xed\x55\xfc\x44\x52\xf2\xb8\x21\xc6\x89\x1d\x90\x0b\xe4\xec\x50\xf3\xd4\xdc\x1e\x80\xe3\x56\x48\xef\xcc\x71\xb0\xba\x97\x44\xf8\xa3\x37\xfa\x2a\xdc\x82\x80\xea\x43\x75\x0f\x2b\x74\xdc\x90\x9f\xa4\xcc\x51\xfe\xd4\x71\x73\x98\xb4\xe1\x82\x3d\x5a\x3f\xaa\xd9\x39\x3c\x3b\x45\x6f\x5d\xd1\x2d\x81\x84\x83\x5e\x66\xf4\x5a\x05\xbe\xca\x07\xf3\xb8\xc2\xc7\xb8\xf8\xad\x9b\x8e\x3c\xa6\x6c\xfb\x91\x06\xf2\x84\x08\x39\x40\xd3\x5d\x80\xd1\x23\x1c\x3d\xfb\xba\xb3\x9b\xe9\x63\x18\x7f\x0d\xc8\x3f\x0d\x3b\x56\x36\x41\xe6\xdb\x7b\x3d\x02\xb0\x8f\xbc\xc1\x86\xfb\xd1\x1b\x5a\x97\x8d\x6f\x6a\x4c\xe3\xb5\xe3\x7b\x76\xd1\x52\x48\x51\x4f\xe9\x00\x61\x8c\x38\xcd\x04\xaa\x64\x35\x0c\x82\x1d\xa3\xf8\xc5\x53\xbe\xe3\x2b\x7d\x99\x50\x31\xbe\xd7\x31\xfb\x25\xb3\xea\x09\x10\xa3\x88\x6e\x32\x9d\xb7\x5a\x4b\x40\xbc\x40\xe2\x39\x56\xc1\x82\x14\x6f\x81\x07\x46\xbe\x46\x9e\x92\x19\x56\x63\xa5\x2c\xb9\xfd\xaf\xc8\xa7\x7c\x04\x46\x7b\x4e\x31\x9c\xe2\x33\x40\x78\xd9\x8c\x54\x59\xd4\xf9\x95\xe6\x36\x18\x28\x3a\xe4\x3d\x45\xd5\x76\x84\x0f\x23\x41\xa1\x66\x61\x64\x56\x7f\x6d\x58\xd1\x1c\xe7\xe4\xf1\xb1\x62\x9c\x4a\xdb\x3f\x56\x02\x45\xdc\xa9\xa6\xa0\xa4\x48\xf5\x8e\x04\x7d\xaf\x8e\x26\x36\xd2\xe0\xf1\x09\x58\x35\xe6\x30\xaf\xbb\x05\x39\x5f\xcf\x06\xf3\x26\x57\x91\x40\x3c\x40\xc2\x8b\x63\xc1\x50\xa4\x74\x10\x5e\x88\x83\x5b\x1b\xf7\x0e\x52\xc1\x29\x29\x16\x9a\x86\xf0\x34\x43\x8f\x80\xdc\x39\x89\x89\x4f\x3e\xa5\xb6\x92\x0e\x29\x17\x97\x57\x64\x8c\x4c\x85\x02\x43\xb1\x2e\x87\x84\x0e\xbe\x3b\x57\x35\xac\xd2\xdf\x07\x61\x11\xa4\x6e\x7a\x1c\xda\x34\xb1\xc1\xe8\x25\x10\x3c\x82\x29\x24\x97\xa9\x2d\xcb\xd7\x48\x73\x45\x9c\x0e\x49\x2f\xee\x14\xc3\x1e\x76\x61\x43\x47\x18\x15\x19\xc8\x03\x9f\x98\x16\x73\x15\x49\x5e\x14\xb8\x47\x2b\xcd\x0b\xa6\x07\xda\x9a\x70\xd3\xe9\x91\xad\x8c\x93\x40\x69\x40\x8b\x65\x16\x78\x25\xd6\x91\xce\x73\x6c\xf2\xf2\xc1\xe7\x7f\x39\x7f\xf5\xf2\x48\xe6\xf8\x7e\x7a\x79\x79\x39\xc5\xca\xd3\xae\x01\xc4\xc6\xc2\x5c\x26\x7d\x84\xcf\xa0\x3d\x30\xed\xf2\x9b\xfb\xf0\xef\x17\xb3\xe4\x0c\x6f\x85\x98\xb4\xae\x38\xdb\x33\x45\xa1\xef\xfe\x89\x6b\x42\x8e\x0f\xe9\x87\xc2\x6c\xdd\x21\xb7\x83\x9b\xc7\x8e\xbd\xbc\x79\x14\x0c\x16\xb0\x11\xcb\x06\x06\x3e\xa7\x7f\x82\x62\xe0\x28\xb6\xe3\xd9\xe2\xfa\x95\x0a\x18\x83\x26\xf0\x1c\xfe\x88\x15\x53\x5c\x81\x9d\xaf\xd8\xed\xca\xeb\xac\x2e\x4c\xe5\x4e\x00\x45\x14\xf9\xbd\x12\xe6\x58\xbd\x46\x94\x58\x66\x40\xc9\xc8\xc2\xfb\x6d\xbf\x1b\x8a\x7c\xa9\xab\xf2\x0a\xe8\x08\xbf\xa5\xc8\xdb\x84\xe5\x8a\x4a\xda\xfd\xac\xdf\x98\x9e\x01\x30\x48\xa3\xc9\x8d\x06\x96\xb1\x91\x10\x5b\xe3\xe4\x39\x12\xba\x82\xb8\xe6\x5e\x17\x9c\x1e\x2e\xc5\xe3\x08\x08\x49\x61\xbc\x1a\x0b\xca\x92\x5a\xe1\xfb\x1c\x36\x66\x8b\xa2\x7b\xff\x79\xfc\xbb\xe8\xdd\xc8\x4f\xe7\x3e\xc6\xc2\xa8\xd9\x6c\x0c\x16\x29\xde\x66\xa3\x40\x52\x72\x99\xe0\x2f\xa7\x8b\x09\xdf\x45\xf6\x07\x96\x5e\xc3\x60\x9d\x53\xbf\x54\x6d\xf4\x0a\xd4\x5c\x4e\xa0\xd3\x34\xfa\x57\xe8\x54\xf6\x67\x39\x35\xd8\x4b\x96\x38\x5a\xa2\x72\x3d\x66\x91\x88\x44\x9f\x4f\x18\x67\xa0\x85\x00\xf5\xd9\xcb\x38\xcb\x5e\xbf\xf6\x68\xff\x63\x29\xeb\xfa\x52\x5e\x7f\x98\xa1\xe6\x87\x3d\xc0\xf5\xda\xc7\x6c\xa9\x92\x43\x19\xbd\xee\x87\x1a\x67\x9a\x09\x1d\x4e\xa2\xd6\x6f\xc2\xa3\x89\x90\xe0\x13\xe4\x89\xe6\x13\x4a\xb0\x18\x79\x5a\x9e\x63\x15\xa4\x0b\x14\xd3\xbb\xf6\xaa\x8c\x21\xbf\x4b\x20\x9c\xf5\xcf\x67\x90\x8e\xa3\xff\x29\x7e\x43\xb4\x7f\xae\x37\x40\x4e\x31\x52\x27\xab\xb2\x32\x04\xd5\xbe\xac\xaf\x38\x05\xd6\x09\xfd\x3d\x7d\x01\x7f\xc7\xeb\xf2\x95\x82\x3a\xe3\x42\x81\xaf\x2a\x4a\xd0\x90\xa1\x89\xd2\x39\x01\xe1\xc6\x67\xe5\x4a\x4e\x22\xe6\xf2\x61\x20\x7f\x1e\x04\xd4\xa2\x0b\x1a\xfb\xab\xa8\xaa\x2f\xce\xb1\xd1\x4b\xf8\x83\x06\x59\x71\x71\x0d\x69\x07\x45\x05\x06\x0b\x95\xa7\x58\xbc\xe3\x76\x22\xeb\xea\xe7\x9b\x72\xf9\xc2\xbc\x64\x1b\xb8\x0a\x8c\xad\xba\x97\xdf\xc9\x55\x89\xd3\x55\x0d\x87\x1b\xe6\xa6\x0a\x5b\xc6\x09\xaa\x86\xad\x9d\x72\x69\x77\xd8\x46\x16\x6d\x69\x98\x73\x8a\xde\x6b\x1e\x74\xf9\x49\x49\xa7\xc6\xf7\x5d\xa4\xa0\x00\x57\xc6\x94\xae\x83\x06\x8c\x31\x2f\x87\xca\x24\x11\x88\x02\xfc\x54\xda\x15\x08\x44\x3e\xa1\x8a\x7b\xdb\x3b\x3c\x4d\x41\xce\x18\x35\xf9\x70\xa0\x71\xec\x31\x3b\x9a\xa9\xe3\xd6\x49\x7b\x28\xba\xd5\xde\xee\x46\x9b\x23\x96\x2f\x9a\xfa\xd2\x62\x56\xa6\xae\x59\x9a\x94\x5e\xe5\xa4\x17\x63\x72\x17\x20\x58\x71\x45\xf4\x10\x05\x74\xfa\xbe\xb1\x7b\xf2\x32\xa6\x42\xb6\xd7\x8a\xe7\x20\x17\x91\x17\x5d\xfc\xba\x1f\x7b\xa3\x9e\xc0\xd7\x29\xfb\xd4\x85\xde\xa8\xd4\xc8\x6e\xea\xcb\x39\xfe\x45\x39\xa6\x30\x9b\x12\xd4\x05\xfe\xb5\x45\xe4\xd9\xe2\x1b\x93\xc4\x2b\x07\x95\xed\xbe\x04\x5e\x98\x5e\xa8\x7c\x0a\x34\x16\x0d\xdc\x89\x44\x48\x06\xb5\xba\xaa\x58\x15\x26\xd7\x7a\x36\xdb\x01\x4f\x1c\x56\xc2\xd1\x78\xbb\xf5\xd2\x4e\xc8\x25\x49\x3c\x1d\x1d\x9b\xef\xb5\xb2\xe4\xa4\x2f\x3f\xa0\x2a\x67\x00\xf9\x89\x04\x15\x5f\x29\xcc\x71\x42\xfd\x09\xd4\x87\x55\x65\x17\x80\x5c\x3e\x7c\xfe\x92\x7f\x50\xc4\x27\xbf\xe7\x4f\xa9\x5b\xdd\xea\x35\x9e\x74\xe6\xe2\x4a\xbf\x93\x3f\xdc\x17\x0e\x09\xa6\xbf\x25\x9c\x4e\xaa\xb8\x1a\x79\x93\xad\x5a\x4c\x39\x04\xc8\xb1\x72\xa5\xfb\xc6\x68\xb3\xd7\x8d\x99\xf6\x1b\x01\x9c\x70\x23\x1f\x57\xf9\x05\xbf\x95\xe8\xbe\x90\xcb\x4d\xe0\x66\xa3\xe5\x19\xca\x71\xa9\x87\x81\x87\x8d\xba\xba\xc2\x5d\x73\x8f\x5e\x9d\x76\x14\x63\x30\x2a\x21\x25\x3f\x74\x44\x98\x89\x19\x05\xa2\xa5\x7a\x27\x1e\x79\xc3\x51\x7c\x61\xc4\xf5\x82\xb2\x2a\x44\xd6\xac\x59\x34\xf1\xa0\x3d\x4b\x03\x25\x8b\xf5\xce\xb2\x0c\xb8\x5e\xc3\x45\x87\x8c\xe5\xe0\xdd\xd6\x2a\x01\x76\x66\xc5\xc2\x3c\x45\x3e\x98\x8d\x32\x6e\xa8\x48\x27\xff\x0e\x71\x3f\xf5\xa3\xb6\xd9\x5a\x32\x5c\x65\x6b\x4d\xa6\xa3\x5f\x88\x97\x47\x2f\xe7\xa8\xf6\x20\xd3\x08\xa1\x9c\xa5\xc8\x66\x36\x7d\x05\xae\xe8\x54\x4a\xa9\x5d\x7e\x38\xb8\xf0\xf0\xe2\xd0\xb2\xde\x65\xa1\xc5\x97\x0d\x9a\xf4\x9d\xdd\x3a\xc4\x16\x3a\x51\x3f\xd4\xa8\x10\xc8\x3a\xf7\x01\x45\x09\xe4\x86\x4f\x31\xf5\xf0\x3f\xfe\xed\xff\x8e\xe0\xd7\x58\x36\xb7\x00\xe5\xf4\x31\xce\xb1\x96\x0a\x8a\xa2\xd1\xac\x46\x95\xda\xfb\xe1\x36\xb8\x34\x85\x35\xfa\xd4\x82\x50\x6a\xe9\x54\x88\xae\x33\xb3\xee\xe5\x9d\xe4\x0b\xc3\x59\xec\xb3\xf6\x1a\xce\x68\x9e\x89\x61\xcd\xc3\x6a\xe0\xb2\xe5\x66\x85\x19\xd1\xed\x46\x0f\xe0\x00\xcf\x3c\x0e\xa3\xd7\x4b\x74\xe6\x02\x3f\x87\x08\x17\xf5\xfc\x69\x97\x23\x87\x4a\xf8\x49\xad\xc9\xc6\x24\x7d\xe8\xd4\x5d\x6d\x51\x6d\xbc\xff\x3e\x5a\x43\xcd\xf3\x80\x37\xfd\x74\xb5\xda\x96\xb5\x0a\x19\xbf\xbe\xb9\x67\x68\xe4\xfc\x36\x3e\xe2\x9c\xa3\x70\xee\x1a\xe3\xcc\xab\xe1\xed\x35\x18\x55\x6f\x2c\x37\xc6\x6d\xd7\x55\xff\x04\xc5\x3e\x3b\xc4\x8e\x28\xe4\x02\x26\x84\x64\x9e\x21\x0b\xe2\xa6\x52\x5f\x56\x88\xb3\x70\xe3\xe8\x5f\x93\xc9\xcf\x75\xb3\x7e\xeb\x5f\xdc\x11\x0d\x39\x65\x6d\xc9\x7b\x6f\x59\x50\x2d\x97\xcb\x5d\xab\x8e\xa4\x74\x1f\x6f\x39\xc8\xa1\xc5\x3c\x13\xea\xa1\xe2\x04\xfd\x3e\x97\x16\xfb\x8f\xf9\x74\x5a\x33\x4d\x06\x81\x4f\x70\x44\x36\xd1\xf0\x95\xcd\x7d\xed\xbc\x8f\x8e\xc3\xc0\xd0\xbd\xa9\xf7\x98\x3d\x1e\xea\x92\x43\x51\x51\x5d\x14\x68\xbb\xa9\x77\x06\x4d\xfb\xfe\x55\x98\xa2\xe2\x94\xe6\xf8\xb0\x8f\xa5\x47\x7d\xec\x84\x5e\x65\x10\x8b\x00\xd9\x1d\x48\xe9\x6f\x1a\xf9\x70\xf8\xf1\x87\x20\x7d\x05\xf6\x27\x17\x15\x76\x1a\x4c\x1a\xe1\x33\xf4\x7b\x1d\x3e\x2c\xc4\x45\xb7\xd4\x54\x00\xff\x20\x2c\xad\x2a\x08\x5e\xb2\x8f\x05\xe9\x69\x7d\x4a\x7a\xab\x33\x21\xab\xae\xfa\x07\xb9\x31\x1c\x0d\xca\xd8\x3b\xcd\xd8\x08\xdb\xb0\x21\x76\x84\x2c\xc6\xb7\xdc\x2a\x4a\x1b\xe3\xf5\x16\x0f\x83\xfc\xa3\xd6\xb6\xdd\x8a\xf5\x17\x74\xc4\xa8\x1b\x72\x92\xfd\x76\xf4\xa5\x8a\xe1\xc3\x4f\x7f\x38\x9b\x50\xd4\x15\xe7\x6d\xfb\x84\x8c\x42\x7f\xdc\x51\xed\xf6\x77\x0f\x42\x2d\x6e\xfc\x00\x82\xfb\x32\x7c\x09\xe1\x8f\x7b\x97\xc5\x0d\x1c\x39\x8a\x60\x12\xf9\xba\xc5\x51\xd5\x7d\x2f\x35\xc0\xd8\x7f\xe6\xf5\x83\x98\x3e\x84\x8f\x1f\xf4\x27\xdc\x4b\xa7\x2f\xef\xe5\x07\x79\xf4\x9d\xbf\x72\xd4\xe3\xc7\x1e\x7b\xe8\xfb\xaa\x44\x8d\x0f\x7a\xab\x68\x72\xc3\x91\x37\x79\x0e\xb6\xf1\x10\xea\xcd\x90\x2f\x19\x75\x3b\x08\x2e\x15\x9f\xc8\xe9\x8f\xe4\x63\x3c\x60\xc6\x1d\x26\x66\xec\x4f\x14\x89\x90\xc4\x85\x7f\xd2\xc2\x1c\xd1\x1a\x81\xc6\xa1\xc5\xf5\x52\x34\x8e\xca\x7b\x81\xd5\x82\x75\x39\x4e\xbf\x4b\x62\x30\xe7\xb1\xa5\x5d\x0f\x75\x8f\x1e\x3a\x91\xdb\xa3\xdc\xec\x7d\x6c\x73\x9a\x35\x7d\xfe\x48\x28\xfb\x4c\xfe\xdd\x14\xfb\x79\x90\x99\x31\x7e\xa6\x69\x1a\x3a\x1f\x7c\xed\x9a\xf2\xc3\x31\xe1\x83\x31\xbd\x4f\x4a\x4f\x39\x35\xa3\xb8\x43\xfb\x3a\xec\x74\x21\x5f\xfb\xc5\xda\x36\xe8\xbd\xdf\x81\x3c\x79\xdc\xd4\xa5\xf1\x13\xc6\x07\x81\x8d\x9f\x63\x2f\x30\x3a\x6e\xea\x5a\xb9\x72\xb6\xbd\x6b\xce\xd6\x60\x2c\xe0\x28\xa0\x9c\x72\xf7\x70\x24\x89\x94\xcb\x9d\xca\x3a\x05\xba\xe9\xdc\xe3\x58\x2c\x02\x05\xfa\xab\xaf\xfb\xad\xf0\x1d\x65\x7e\x32\xd9\x5d\xc1\x7c\x07\xcf\xf0\xbd\xa5\x94\x7c\xf3\x30\xcc\x5a\x0a\xfb\x73\xe0\x52\xe4\x93\x24\xc9\x70\x7a\x0a\x7b\x7f\xcd\x0a\x8a\xe1\xd7\x28\xc1\x9b\xdc\x43\x84\xb6\x51\x9a\xbb\x42\x52\xdd\x92\x75\x9f\x12\x52\xa9\x6c\x34\x93\x2e\x49\x6e\xd0\x11\x45\x7c\x88\x07\x0d\x6b\x1c\x1c\x35\x2f\xe2\x87\xcf\xe3\xa1\x51\x5b\x1d\xd9\xce\xfc\x23\xf9\xfd\xf9\xf0\xbb\xf5\x32\x1f\x72\x07\x8c\x67\x13\x7e\x3f\x38\x1b\xf4\xa8\xe4\xe0\x57\xd4\x82\xab\x3f\xa1\x23\xb5\x21\x88\xe8\xee\xa6\xaa\x91\x37\x86\xec\x60\x7f\x76\x9a\x2a\x2c\x1c\x11\x79\x8b\xed\x30\x75\x18\x37\x38\x70\xfd\xf2\x47\x42\x67\x3b\x60\x3b\x82\xe4\x86\xec\x81\x3c\x48\xc5\x1c\x52\x8e\x70\x35\xe3\x5a\x0d\x7e\x9c\x95\x81\xe0\x6b\x28\x34\x7a\xb4\x4f\x57\xaa\xbc\x22\x2e\x71\xe7\xf9\x45\xfe\x78\xfb\xf5\x1d\xab\xe6\xb9\x85\xa6\x1f\x46\x1e\x32\x04\x9e\x23\xcf\xba\xbb\x39\x3f\x48\x29\x47\x3a\x1c\x3d\x52\x1e\x0f\x7a\x15\xda\x3f\xd6\x69\x58\x6b\xb0\x7b\x84\x2f\x9f\x40\xe0\x13\xcf\x34\x87\xbc\xa7\xf5\x6e\x97\x4e\x47\x88\xcc\x6b\x81\x8f\x68\x11\x7e\x8b\xa7\xe4\x75\xe7\x9e\x9b\x8b\x9e\xbc\x1b\x99\xa3\x77\x24\x80\xf9\xb9\xa9\x85\x24\xa0\x8f\x31\xe1\x82\x34\x9b\xb7\xee\x7e\x40\x45\xdc\xe6\x7f\x1d\xae\x46\x95\x25\xd8\x7a\x7a\xf8\x0c\x33\xf9\x88\xc9\xc6\xef\x99\x47\x4c\x5b\xfe\xa9\xa9\xdc\x42\x4e\x62\x32\x32\x3a\xbf\xf1\xe9\x85\xa4\x66\x7c\x72\xd1\xae\xeb\x4c\x91\xd2\xa0\x68\x82\x74\xc6\x79\xd4\x88\x74\x71\xc0\xad\x6c\xe6\x76\x32\x10\xba\xe2\x15\x5f\x59\x47\x3e\xc8\x07\x8c\xa4\xc2\xd0\x07\x2c\x50\x52\x07\xda\x5f\x74\x05\xeb\x9d\x23\x37\xc8\x55\x7f\x88\x91\xe3\x24\xbe\x6a\xe4\x55\xed\x2f\x4d\xdf\x63\x05\xc0\x7e\x4f\xc9\x87\x5a\x97\xf4\x30\x20\x3f\x2e\x75\x24\x3e\x5b\xef\x3b\xf7\x47\xea\x68\xf0\x64\xa9\x26\xfe\x0f\x82\xa6\xe8\xb5\x45\x2c\xc0\x27\xf7\x68\x1b\xdf\x4e\xf0\x39\xe7\x45\x9d\x35\x39\x3a\x3d\xf1\x5f\xf4\x42\xaa\x75\x62\x2f\xca\xa0\x40\xc3\xae\xe5\x11\xbd\xde\x9b\x79\xe3\xf2\x2d\x40\x39\x93\x17\x22\x45\x50\x19\x3c\x18\xc9\xe9\xc1\xd7\x18\x8e\x0f\xff\x74\x8c\x70\x13\x71\x05\x4d\xcf\xaf\x60\xda\xbb\xe9\x19\xae\xa1\x10\xca\xbe\xab\xab\x82\x7c\x0a\xf9\x5f\x20\x8f\x93\x7e\x74\x18\x3f\x17\x41\xbf\x4f\xc9\x74\x38\x69\xeb\x36\x2b\xd3\x37\xf8\xff\xaf\x93\x7b\xf9\xc4\x2f\x98\xd4\xde\x08\xb3\x65\xea\x74\xec\xc1\xd7\x5a\x0f\x01\x0a\x70\xee\x3c\x84\xcd\x69\x8a\xa4\xaa\xef\xfc\x84\x79\x6e\xa4\xb5\xef\xec\xd8\x60\x1c\xd6\xf5\xb4\x7e\x7a\xce\x5e\x13\x8b\xac\xda\xd2\x45\xf7\xcd\x82\x14\xc4\x8b\x07\x4e\xb7\x7a\x14\x94\xc5\x60\x0f\xbf\x44\x2e\xc1\xe1\x73\x34\xbe\x4a\xb0\x2f\x47\xd1\x38\x9c\xdd\x53\x5e\x81\xf0\x1f\x7c\x92\xcf\xb8\xfc\x78\x3b\x1c\x5e\xed\x3c\x61\x99\xba\x42\xfb\x12\xef\x14\x1d\x96\xc6\x4f\x5e\x84\x5f\x9e\x88\xef\x79\x58\x26\xe9\x73\xe3\x85\xb1\xe6\x3f\x2c\x3b\xad\xd7\x45\x35\x25\x4d\x79\xdc\xa7\x4a\x0b\xd1\x4a\x5d\x10\x65\xd4\x05\xe5\x79\x09\x4b\xc8\x81\xe7\x4d\x66\xe3\xd6\x44\xb0\x7a\x00\x0a\xa2\xff\xec\xb0\xc5\x71\x45\xbe\xd7\x66\x36\x86\x69\xac\x12\xf0\x8a\x32\x2d\x1f\xad\x0b\x72\x31\x66\x68\x3d\xa7\x7f\x46\x6b\xc0\x14\xd0\xe0\xab\x31\xfa\xbe\x0a\x86\x3e\x63\xa0\x3e\x3d\xdd\x51\x53\x4e\x64\xdc\x6a\xf6\x7a\x07\x9e\x05\xcf\xaa\x65\x25\x0a\x87\x46\xdf\xd6\xd4\x0b\xe0\x48\x65\x82\x7e\x2a\xee\x68\xaa\xef\x2e\x70\x18\xae\x97\x66\x83\x5e\xe5\x8a\x2e\x2a\xf2\x90\xc8\xbc\x4c\x6a\x53\x71\xea\x72\xcf\xa2\xf8\x77\x01\x3e\xa1\x75\x3c\x37\xed\xaa\xd2\xbe\x46\x23\x83\x0f\x4f\x8f\xae\x0a\xbc\x34\xa0\x0f\xe9\x32\xf0\xe6\x3e\xe6\x0f\xb7\x4c\x30\x6a\x1f\x4f\x6d\xa4\x9f\x4f\x80\x17\x5d\xc0\xd5\x9a\x6f\x22\x27\xbe\x93\xc6\xb9\xc7\xbe\xb2\xc5\xd1\xde\x7c\x00\xb2\x72\x44\xba\x3a\xe4\xad\xea\x86\xb6\x09\xb5\xd7\x62\xe0\xfb\xc8\x18\x07\x27\xfd\x89\xdd\x7f\x32\xc4\xd7\x45\x3b\x5f\x2f\x65\x61\x4f\x08\x81\x93\xa7\x70\xe3\x63\x54\xd4\x23\x64\xda\x97\x22\xaf\xf7\x62\x19\xb3\x88\xe6\x86\xbd\xb8\xa9\x8f\x74\x23\xde\x2b\xf2\x7c\x40\x2f\xd5\x7e\xa4\x29\x42\xfd\x00\xe7\xe7\x08\x67\xdb\x18\x7b\x55\x2d\x51\x9b\x88\x0f\x98\x91\x4f\x03\xf9\xfd\x5a\x8d\x14\xfe\x6c\x06\xe5\xf7\x39\x7d\x6c\x71\x6d\xc8\xde\x6f\x3f\x93\x37\x29\x3f\xff\x31\xa3\x57\x4f\xbe\x4e\xd0\x94\xce\x4a\x0c\x17\x43\x4f\x8e\x7e\x6c\x54\x27\x64\xd8\xb0\xdd\x98\x60\xfb\xc5\xad\x53\x88\xf7\x2a\x0e\x66\x63\x9b\xfd\x70\x2f\x2a\xd3\x71\x22\x0a\x58\x39\xa9\x4d\x47\x07\x08\x1c\x81\xfa\x0b\x25\xb4\x63\xc7\xcf\x28\xf4\x02\x01\xf9\xb9\xcb\xb4\xee\xc2\x26\xc5\xb5\x80\x33\x7c\x6b\x22\xe5\x80\x1d\x90\xe8\xff\xf6\xc0\x4a\xc3\x89\x44\x4f\x10\xf1\x0c\xd8\xa5\x31\x9a\x03\x19\x10\x6e\x59\x71\x82\x8f\x46\xf2\xab\x2a\xfe\xe6\xa6\x54\xe8\x30\x58\x5b\xe0\x1b\x62\xf4\x6b\xfa\x3d\xfd\x0a\x09\x63\x87\x99\x0e\x00\xdf\xea\xa6\xee\x40\x74\x33\xee\x39\x4c\xd8\x43\x29\xb2\x23\xf5\x41\x1a\x83\x03\x34\xef\x28\xb4\xdc\x35\x71\x89\xda\x80\x0f\x20\x37\x03\xd7\x8e\xf8\x19\x6d\x85\xfa\xeb\xa5\x44\x53\xaf\xc5\xfe\xdf\x24\x6c\xe1\x57\x4d\x6f\xd0\x56\x5a\xd5\x8b\x36\x83\xd9\x60\xa2\x6c\x76\xd3\x44\x2f\xd9\x61\xed\x7d\x4d\x0f\x1f\xcc\x4b\x00\x66\xb7\x9f\xe3\x7a\x6d\xfa\x9a\x0b\xe1\x92\xc5\xc2\xe4\x0d\x16\x0e\x47\xd0\x79\x49\xa3\x33\x2a\x4d\x8e\xa5\xf4\x50\x2b\xcc\xbc\x17\xb7\x78\x02\x25\x83\xda\x0a\xb9\x8d\xc9\xf6\x7d\xb8\x3d\x83\x32\x72\x40\xc7\xac\xa0\x11\xdc\xa8\x76\x1f\x00\xc6\x03\x80\x5a\xf2\xb0\x07\x5a\x15\x39\x08\xc1\x70\xf3\xb1\x03\xf1\xa7\x35\x21\xff\xa2\xf4\xf7\x34\x11\x9b\x5c\x9e\xae\xd0\x3d\x50\x62\x25\x6e\x6d\x58\x2f\xfe\x0a\x74\xcc\xa6\x54\xe5\xd5\x02\x2d\xfe\x21\x62\x2e\xea\xba\xc5\x27\x5c\xf6\xc8\xa9\x92\x5f\x2a\x42\xec\xa1\x96\x22\xa7\xba\xdc\x8e\xc3\x8c\x1b\xdc\x02\x34\x6e\x3b\x98\xd6\x0e\xdf\x37\x80\xe1\x9a\x6e\xd9\x76\x70\x5e\x65\xcc\xb3\x73\x28\x9e\x9e\xbb\xe2\xf1\x41\x07\x8d\x87\x03\x27\xfd\x9e\xc2\xe6\x4b\xd4\x7d\x8e\x0c\xfe\x08\xcb\x3f\x3e\xfa\xa0\xf9\xd8\xf0\xfd\xbe\xc2\x53\x43\x4f\x4a\xe3\x8d\xb9\xc0\xd7\x37\x5a\x8c\xa8\xdd\xcc\xc9\x71\xc4\x77\xf5\x5a\x2b\x25\x0f\xa9\x12\x66\x87\xdc\x60\xe8\x38\xa0\xf0\x2b\xa9\x14\xde\x63\x4b\xd8\x84\x36\x23\x9f\xa2\x91\xe9\x3c\x7d\x04\x5b\xc0\x9f\x43\x3e\x10\xe4\xad\x66\x2e\x42\x8a\x1c\x48\xe4\x0a\x5d\x07\xf2\x72\xac\xef\x47\x44\x18\x3c\xa6\x5b\x0c\xa6\x8a\xd8\x01\xcc\x1b\xcb\x97\xe9\xf2\x0a\x98\xc0\xb4\x92\x14\xb2\x0d\x0e\xff\xd3\x15\xc6\x43\x06\xb5\x49\x0c\x83\xda\x44\x32\xc9\xb9\x85\x3d\x39\x77\xa3\xb5\x99\xa6\x69\xf5\x35\x91\x2f\x5a\xd6\x4f\x98\xb8\x61\xa4\xde\x3e\xc3\x63\x15\x54\x7c\x8d\x05\x23\xe3\x73\x45\xf1\x22\x1d\xa9\x27\x63\x02\x57\xf0\x08\x78\xf5\x6d\x3b\x61\xd9\x97\x83\xbd\xe4\x5d\x3a\x40\x35\x53\x7a\x69\x98\x2b\xd0\x6b\xd6\x62\x37\x61\x75\x36\x3f\x3f\xe5\x2d\xb7\x52\x4f\x39\x7a\xf9\xad\x2c\x6a\xee\xe2\xd1\x5b\xfd\x12\x24\x2b\xe5\x12\xe6\x7e\x42\x99\x9a\xcb\x25\xdd\x73\xca\x4f\x7f\x6a\x7b\x72\xc5\x6e\xcc\x1a\x95\x08\x1c\x5d\xbc\xba\x92\x70\x9d\xef\xa8\xb4\x11\xa1\x64\xd1\x7b\x48\x18\x03\x04\x46\x56\x17\xba\x23\x52\xe0\xb1\xbe\xcc\xf5\x91\x54\x44\x33\xe9\xa3\x9f\xd0\x53\x56\x49\x12\x03\xbb\xd9\x0d\x54\x02\xf6\x17\xa2\xe2\x52\x95\x9e\x02\xe1\x57\x40\xc2\xc6\x25\x8a\x77\x2c\x29\x0d\x3a\x98\x92\xec\x57\x55\x1e\xde\xee\x21\x68\xd1\x67\x9f\x1a\x58\x0e\x9b\x05\x28\xf6\x04\xe3\x61\xdd\x13\x4a\xfc\x66\x18\x7d\xd4\x55\x1c\x78\x3c\x9e\x36\x7b\xff\x69\xaf\xc7\x7b\x70\xf4\xde\x68\x5b\xf4\x81\xb3\xcb\xde\xcb\x4b\x16\xfa\x20\xcf\x29\x06\x59\x51\x76\x02\xe7\xe2\x4e\x7e\x11\x43\xa4\x18\xb4\x65\xb5\xdc\xe7\xc8\xd5\x4e\xbf\x4c\x30\xce\x55\xed\xfc\x19\x70\x94\x25\x48\xfe\xc8\x67\x48\x70\x4c\x29\xe3\xf8\xe7\x9f\xbf\x90\x7e\x0b\x3b\xf7\x38\x7b\x12\xbe\xb4\x86\x46\xf1\xac\x87\xc4\x58\x9b\xf0\x38\xaa\x89\xda\x8d\xe8\x2d\x31\x8e\x85\xd6\x5d\x45\x23\x3c\x46\xc1\x10\x23\x37\x1c\xc3\xbd\x51\x0a\x7c\xa3\x0f\x56\xa2\x6c\x21\xf1\x59\xe3\x8e\x0a\x7a\x72\x86\x1f\x92\xb9\xbd\x33\x7e\x90\x26\x32\x59\x60\x3c\xa4\x7f\xb2\x66\x14\x07\xa2\xbd\xef\x3d\x48\x4f\xd5\xc7\x2c\xc2\x3a\x05\x27\x1c\xca\x99\x6d\x0b\x60\x63\xeb\xcb\x2a\x78\xe8\x44\xab\x2e\xc8\x54\x21\x5e\xd1\x91\x5e\x5b\xc2\xe7\xe5\xd5\x34\x8d\x7d\xf6\x49\x11\xc8\x1f\x2e\x08\xe0\x75\xb6\xcc\x70\x50\x4c\xf4\x80\xce\x32\x03\x08\xd1\x78\xce\x36\xc7\x6e\xf0\xa1\xf2\x49\x9f\x2d\x71\x2f\x8a\xb2\x62\x31\x36\x84\x3a\x3d\x63\x00\x92\xc8\x3b\x37\xb3\xf1\x6b\xa0\x07\x9c\x73\x61\x86\x76\x46\x11\xb7\x21\x2d\x8e\x75\x61\x17\xee\xa9\x50\xae\xee\x49\x2e\xfd\x0c\x7d\x75\xa8\x60\xc4\x55\x87\xb5\x98\x44\x70\xe3\x91\xc2\x73\xc6\x75\x46\x9e\x07\x0c\x87\xe4\xdf\x3d\x8b\x2d\x17\xf2\x8b\x5d\xfe\xc1\x2e\x56\x6a\xf2\x37\x7c\x41\xc7\xa6\xa1\xda\x4d\x3e\xc4\x2f\xb2\x90\x52\x55\xe8\x60\x34\x4f\xff\x5c\xaa\xa5\x02\x6f\x90\x1b\xea\x5d\xb9\x0f\x4d\x5d\x98\xb0\xa2\x2c\x7e\x8f\x9c\x6b\xb8\x45\xf1\x6f\xf7\xbe\x01\xff\x84\x5b\x84\x5e\xd4\xf7\x24\x80\xcb\xd5\xc3\x2a\x72\x12\x09\xe6\x4d\xdd\x0c\x49\x7f\xeb\x3a\xa6\x5a\xe3\xf4\x9d\xdc\x7c\xa4\x5a\x1c\x5e\xc1\x65\x9b\xda\x62\xac\x9d\xd5\x01\xf1\x24\x83\xc8\xe2\x26\x40\x5a\xab\x1c\x1a\xbd\x4c\x38\xba\x30\x2c\xd7\xab\x22\x75\x2f\xfe\x1f\xae\xe3\x1d\xa0\x44\x74\x47\x84\x76\xed\xc8\xf0\x45\x0f\x0b\x62\x2c\xea\xfb\x36\xcc\x37\x37\xd3\xbb\x56\xd3\x95\xe8\xb5\x8a\x04\x78\x53\x6f\xbc\x39\x52\x32\x46\xe0\x4b\xeb\x0c\x58\xe4\x49\x38\x63\xb2\xdc\xd6\xd3\xf3\x6e\xb9\x99\x3e\xcc\x6c\x61\xc3\x3a\x79\xe5\x5d\xd6\x4e\x5e\x2a\x54\x5b\x60\x00\x16\x5d\x6b\x7c\x60\xda\xb1\x16\x91\xb3\x70\x94\x74\xc7\x1e\x6c\x15\xbf\x40\xe2\x6f\x53\x17\x39\x89\xef\x32\xba\x54\x9c\xac\x8b\xc5\xd4\x42\x1d\xc0\x82\x42\xdf\xc3\x71\xa2\x1b\x67\x36\x18\x53\x3c\xa4\xb8\xaa\xce\x76\x50\xcb\x76\x8d\xa0\xea\x72\x73\x7b\xcd\xe0\x1d\xfe\x7e\x25\xce\x0d\x17\xc5\xea\x55\x09\xa7\x97\xd6\x6e\xc8\xec\x25\xf5\xd8\xee\x1b\x7d\xdf\xe1\xd5\x37\xb7\x59\x7a\x66\xe1\xb2\x4b\xce\x8f\xa5\xdc\xee\xda\x3d\xbf\x3b\x77\x7e\xf6\xe6\xf5\xf0\x3c\x06\x98\x8f\x55\x09\x85\xb1\xe6\x34\xc0\x63\xfc\x40\xb8\x4c\x1f\x02\x84\x16\x07\x36\x89\x35\xc2\x34\x5d\x64\x7a\x33\x09\x1f\x0b\x3b\x5e\x6d\x8c\x19\x22\x82\xc1\xb6\x76\x34\x39\x03\x83\x08\x3c\xd1\x96\xb3\x76\x53\x14\x26\xca\x0a\xd2\xab\x33\xd1\x91\x81\x8c\xdf\xbe\x4a\xee\x1e\xdd\x05\x3c\x6f\xe1\x1e\xac\xbc\xf7\x4c\x48\x2a\xe6\x6d\x09\x74\xf8\xf4\x9c\x7c\x9b\x9d\x99\x82\x18\x50\x17\x62\xab\xeb\xdd\x16\x7b\xac\x3e\xc7\x30\x30\x60\x63\xb1\xd5\x6b\x4d\x08\x4c\x37\x9b\xdd\xa3\xfd\xc7\x35\xd8\xa3\x6d\xd7\x34\x17\xc5\x52\xb0\xe6\xf5\xf1\x99\x24\x39\x08\x48\x86\xcc\x83\xd2\xe5\x2a\xa7\x4c\xaf\x01\x4a\x12\xde\x1e\xa7\x3c\x9c\x57\x5b\xec\x61\x09\xc5\x7e\xaf\x80\x25\x26\x77\xb8\xa5\xb1\xbb\x5c\xc0\xe7\xc9\x76\xc4\x0c\xd5\x10\x27\x7a\xbc\x95\xa3\xd8\xd1\xbb\xf4\x23\xcd\x3e\x21\x48\x68\x16\x91\xe9\x48\x6b\xf6\xb1\x75\x8c\x28\x0c\x63\x4e\x37\xec\xf9\xa3\x50\x89\x59\x27\xa1\xe9\xec\x72\x77\x08\x2a\x8e\x7b\x0a\x6b\xcf\xf9\x56\xe1\x27\x0c\x9c\xdb\x36\x05\xef\x8f\xdf\x7c\x61\xb3\xc0\x74\x3d\x1c\xee\x53\xfd\x17\xc2\x7e\x43\x26\x67\xa4\xc7\x5b\xd2\x35\x88\x3d\x54\xd5\x8d\x62\x1d\x15\x75\x63\x6c\x24\x95\x9a\xd9\x7e\x2f\xf7\xa4\x3e\x0f\xcd\xf7\x63\xf0\xf9\x02\x11\xdc\x7d\xd5\xa8\x95\xa0\x02\xc6\x1e\xfb\x0a\x14\xff\x2c\x5f\xe3\xfb\x55\x0a\xeb\xd5\xaa\x04\x12\x81\x6f\x2e\x50\x92\x43\xfc\x31\x3d\xab\xf3\xce\xba\x66\xc0\x97\xe1\x21\x43\x95\x27\x29\x0f\xd7\xe9\x77\xf4\x27\xca\x66\x51\x38\xbd\xb6\x00\xc8\xd0\xed\x92\x9e\x82\xac\x82\x69\x83\xa6\x4e\x1a\x0d\x6a\xd0\x88\xae\x46\x34\x24\xb1\x6d\x4d\x5d\xb7\xfc\x6e\x64\x60\x96\xf8\x01\xdf\x7f\x07\x30\x03\xb3\xe8\xc0\x8b\x76\xd8\xe5\x9c\x9f\x9d\x73\x6d\x82\x8a\x4c\x09\xd9\x5c\x8b\x24\x41\x2d\x23\xd2\x1e\x16\xd4\x6f\x0c\x0b\x1b\x1d\x69\xd9\x14\x7b\x89\x1e\x3f\xdf\xe2\xdf\x53\xe4\x9e\xdc\xa4\x71\x37\x04\x0d\x69\xf9\x2f\xf9\xc6\xc6\xb7\x29\xbf\xe3\x8f\xd3\x43\x46\xf3\x59\xbe\x50\x04\x71\x36\xe4\xed\x18\x8a\x40\x3d\xc7\xb6\xf9\x22\xcf\x26\xf9\x32\xcf\xed\xf9\x32\x9a\x56\x7f\x33\xa0\xdc\xda\x92\xf7\xe3\xfc\xfc\xb4\xb7\xfb\xfe\xa3\x7b\xbe\x19\xc3\x4a\x09\xa6\x77\xf1\x9d\x16\xc0\x7b\x7b\xf7\x8b\xa0\x7e\x1f\xfe\xbd\x4f\xae\x1b\xee\xc2\xfe\x52\x02\x21\xfd\xea\x2e\xb9\x83\xdc\x6d\x8b\x7c\xe1\x3b\xd3\x0b\x20\x38\x3a\xf0\x33\xce\x39\xe2\xc1\x2f\x8a\x12\x83\x4c\xc1\x5c\x3c\x62\x85\x39\x00\x04\x94\x44\x66\xfc\x40\x6c\x11\xdf\x0b\x03\x54\xd7\xab\x24\xbe\x3d\xc6\x70\x9d\xc2\xf1\xb8\xbe\x18\x69\x25\x1f\xeb\x4f\xa8\xec\xe5\xfc\x55\x4b\xd4\xc7\xad\x4a\xd4\xaf\x85\x17\x52\x38\x77\x7e\x7a\x46\x9f\xa2\xa1\x20\xa4\x63\x71\xe2\x41\xe2\xd2\x90\x2e\x63\x74\xce\x72\x05\xb2\x96\x93\x3d\xa8\xc5\x73\x7a\x4a\x4a\xcd\x64\x38\x67\x02\x90\xe8\x93\x1c\x7c\x62\x15\x52\x1f\x22\x14\xce\x5a\x5c\x1b\x4e\xed\x9f\xba\xab\x1b\xc9\xf2\x19\xa7\x6f\xf0\x1c\x00\xbd\xd9\x65\x14\x5c\xe1\xc8\x6e\xb2\x7b\x90\x9c\xb2\xf4\x11\xff\x3b\x32\x45\x09\xac\xc7\x10\xb9\x79\xc9\xd6\x59\xa9\x83\x54\x8d\x22\x39\x4f\x51\x91\x6e\xc9\xf1\xd8\xc3\xd1\x9a\xd6\xb3\xf4\x41\x6b\xe5\xe4\x0f\xb5\xd4\x5c\x1c\x82\x69\xa3\xd9\x6d\xb4\xee\x2f\x1d\xdc\xd5\xf3\xd2\x54\x6b\xc0\xf3\x1f\xc3\xe4\x34\x15\xaf\xdc\x01\x8f\xc3\xde\x49\x21\x09\x14\x13\x51\xa2\x65\xbd\x0c\xa1\xbe\x8f\x81\x77\xc8\x34\xe4\x92\x12\xfa\xb3\xd8\x8a\xf5\x2c\xe2\x94\x82\xed\xf4\xf7\xcb\x19\xfd\x1a\x9f\xb9\xd4\x54\x41\xcf\x2b\x2c\xe3\xef\xba\xe9\x70\x50\xeb\xf4\xd9\xe3\xd3\x57\xc9\xc9\x08\xe6\x4b\xe5\x01\x99\x91\xf2\x01\x49\x92\xf2\x51\x12\xc4\x7e\x07\xb2\x02\x76\x32\x18\x5d\x00\xd7\x3b\x38\x7f\x3e\x04\xd2\x0d\xab\xf4\x47\xbb\x91\xc3\x92\x03\xfa\xc1\x64\xb8\xe2\x31\xff\x8a\xab\xb8\x87\xc2\xb9\x8e\x7b\x26\x7c\x30\x60\xa5\xbd\x90\x1f\x45\xb8\xa5\x86\x5d\xea\x1c\x09\xa3\x9f\xe3\xd3\xd2\xba\xfb\xa6\xbe\x28\x50\x1a\xd3\xda\xaf\xa5\x40\x2b\x6a\x05\xed\x55\xbf\x1f\x58\x2d\x60\x72\x21\x5c\xf4\x23\xfa\x7b\x1a\xee\x97\x9c\x49\x3c\x39\x5c\x53\x2a\xb1\x1f\xe1\x92\x6d\x09\x5a\x79\xbd\x74\x30\x61\xdd\xfe\xd3\x47\x1e\x2a\x78\x91\xf7\xd7\x52\x16\x2b\x36\x01\xba\xc5\x8c\x9c\xbe\x4d\xdb\xee\x2d\xa7\x2c\xc1\xbb\x85\x5e\xb2\xee\xcd\xde\xf7\x23\x4b\x18\xe9\x66\x5f\x90\xf1\x46\xa1\xf2\xb0\x28\x7b\x29\x9d\x7b\xf5\xe4\x7a\xa1\x8a\xf2\x77\x9f\xee\xad\x1b\x21\xa9\x4f\xe5\x8f\xd1\x4b\x00\x59\x08\x19\x14\x59\x87\xd1\x5d\xc0\x3a\xcc\xf2\x40\x0d\xbe\x62\xd5\xff\x6d\xb6\x6c\xe0\xc2\x78\x04\xff\x63\xf7\x22\x57\xee\xcf\x96\x96\x20\x03\x93\x77\xc0\x18\x23\x2d\x01\xc1\xbd\xf2\x75\xf1\x19\x40\xb5\xe1\x24\xea\x25\x44\x6f\x2a\x48\x0d\xf7\x90\xa0\x58\x4f\xc6\xea\x98\xf7\x66\xd9\x39\x33\xaf\xbc\x0f\x1f\x54\xf4\x4e\x7b\x88\x84\xf2\xb2\x55\xb7\x22\xa3\x04\x60\xe1\x35\x3f\x8c\x2f\x35\x46\x9e\x77\xd0\x65\x00\x24\x5b\x74\xd2\x6b\x5a\x42\x9a\xb1\xe1\xd3\x60\x58\x4b\xb5\xd4\x97\x50\x1d\xf5\xf8\x27\xa0\x06\x0a\xd8\x23\xee\x85\x5a\x9d\x02\xcf\x39\x29\xcb\x5c\xc2\xa2\x7d\x3d\x97\xad\x25\xe3\xfb\xd6\xb5\xca\x96\xec\x2b\xa8\x2e\x72\x7e\x74\x7a\x4b\x14\x2d\x70\xe4\x89\x61\x83\xfc\x36\xae\x0e\x2c\x7d\x50\x6b\xd1\xaf\x54\x54\xcc\x31\x72\x55\xf6\xa9\xb4\x97\x08\xf1\x6e\xb7\x35\xe4\xe2\xe5\xfb\x23\x11\x87\x6b\x22\xe9\xeb\xdc\x13\xa6\x5e\x88\xea\x55\xd6\xa1\x93\x10\x28\xc3\xda\x8e\x9d\x0c\x0b\xe6\x5f\x06\x5c\x77\xb8\xaa\xde\x86\xea\x97\x7a\x9f\xbe\xda\xcf\x06\xd3\x15\xb9\x89\x37\x67\x17\x4e\xe3\x76\xbf\xa1\xc9\xcf\x0c\xfd\xb7\x1a\x53\x49\xda\x74\xb4\x3a\x04\x3e\xb9\x51\xde\x97\x7b\xf4\x80\xa0\xcf\x03\x04\xc0\x73\x49\x8f\xf3\xf8\xb9\x6e\x96\xd9\xba\x1d\x9a\xcd\x50\xb5\x11\xbe\x4d\xf5\x65\xf8\xd0\xd5\x2d\x6f\x79\xba\x87\x10\x65\x5a\xfc\x90\x55\xfc\x82\x97\x6d\x96\xf7\xfb\x0d\xe5\xc9\xc5\xa0\x1a\x7e\xfc\x17\xf9\xb8\x36\xe8\x1a\xdd\xea\xa2\xf9\x51\xc9\x77\xd8\x3f\xbf\xaa\x18\xac\xf8\x3e\xeb\x91\xef\xf3\xda\xff\xe4\x9e\x50\x4c\xdc\xeb\x8e\xef\xb4\x9b\xf8\xc1\xb2\xc1\x53\x3b\x0a\xb2\xa8\x77\x79\x7d\xac\xd7\xf9\xbb\x49\xfc\xde\xe5\xef\x9c\x5a\xf0\x4c\xe8\xbb\xc9\xc8\x83\x44\xef\xa2\x17\x89\x3e\x3e\x1d\xd8\xa2\xe8\x85\xa5\x77\x13\x97\x16\x75\x14\x5f\x78\x8f\xdd\x06\x6b\x65\x72\xb1\xce\xaa\x31\x7c\xe2\x57\xe4\xf1\x05\xf6\x91\x4d\x96\x1d\x0e\x1f\xb0\x1c\xdf\xde\xaf\xfa\xdb\xeb\x1f\xc5\xa3\x07\xca\x58\x54\x70\xef\xf2\x85\xd1\x26\xf7\xdc\x13\x6a\x70\x26\xda\xba\x2e\xdf\x4e\xb2\x75\x9d\x5e\xd4\xcd\x64\xd5\xd4\x3b\x8a\xa3\xca\x16\x89\xad\x51\x7b\x31\x71\x51\x55\x93\x2f\x2d\xbe\x33\xf1\xa5\x26\x44\x9c\x7c\xb9\xe3\xdf\xc0\xab\x03\x7d\x9d\x7c\xb9\x91\xcf\x2d\x7f\xcd\xf9\xe7\x9b\x6c\x3d\xf9\xf2\x92\xff\xfe\xb1\x06\x2a\x01\xed\x80\x2a\x71\xcb\xba\xca\xa0\xdf\x2b\xfe\xf5\x97\x6c\x83\x09\x6b\xe1\x6e\xcb\x61\x24\x5c\xbe\xbc\x2a\xa7\x19\x18\x27\x3b\x1a\x29\xfe\xc8\xa3\x57\x93\x4d\xdd\x35\xbd\x66\x2d\xb7\xca\xb3\xab\xf8\xc3\x1b\xca\x7b\x7b\x69\xcc\x36\x2e\xa7\xe9\xd1\x65\xd4\x6e\x7a\x83\xe0\x44\xe1\xd3\x95\xc9\x7a\x83\xfc\x85\xb4\x3b\x93\x26\xbb\x9c\xeb\xd4\xdd\x74\xb1\x50\xa7\xac\xd3\x9c\xfc\x9c\x37\xf5\x1e\xf3\xbf\xbf\x9d\xe8\xd3\x21\xfa\x66\xc8\x13\xcd\xb9\xf0\xfd\x1e\xc3\xeb\xf5\x85\x00\x36\xd5\xb9\x3c\x8a\xc9\xa6\xa0\x1c\x7c\xa5\xa1\x58\x06\x7d\x85\xa8\xa8\xf6\x9d\xe8\x11\x5c\xba\x45\x49\xc1\x83\x3f\xe1\x83\xd7\xc8\xb2\xe3\xe0\x06\x96\x0b\xf4\x91\xc2\xac\x54\x15\x4b\x4a\x0b\xc0\x89\xf9\x42\xb4\x06\xc5\x1a\xce\xfe\xcd\x7f\x9a\xe4\xf3\xbf\xfd\x8d\x9e\xb8\x03\x81\xed\xef\x7f\x4f\xce\x1e\x7e\x21\x82\x03\xd1\x6d\x7c\x65\x84\x9e\xf7\xc9\xde\x17\xbb\xac\x0c\xda\xec\xb2\xf7\x4f\xa2\x66\x98\x50\x80\xa2\x1c\x82\xac\x2d\x3e\xe5\xea\xe4\xff\x05\x00\x00\xff\xff\xd4\x66\xa3\xf5\xd1\xc8\x00\x00")
+var _confLocaleLocale_deDeIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x7d\xc9\x8e\xdc\xc6\xb6\xe0\x9e\x5f\x41\xe9\x42\xb0\x0d\x54\xa6\xe0\xeb\xd7\x03\x0c\xa7\xdc\xa5\x59\x76\x49\xaa\xe7\x92\x2d\xc0\x82\x90\x66\x26\x23\x33\x79\x93\x49\xa6\x19\x64\x95\xaa\x2e\x2e\xd0\x8b\xb7\xec\x75\xa3\x17\x0d\xbc\x8d\xd0\x9f\xe0\x95\x77\xf5\x27\xef\x4b\xfa\x8c\x31\x90\xcc\x52\xd9\xb7\xdb\x0b\xab\x32\x18\x73\x9c\x38\x53\x9c\x21\xdb\xef\xe7\xb9\xb1\xcb\xd9\x93\xa2\x4a\x4d\x51\xad\xb2\xe5\xc6\x34\x47\xa9\x35\xe5\xc2\xb6\xe9\xda\x6c\x6a\xdb\x9a\xd6\x34\xe9\xb3\xa2\x9d\x9c\x99\xe6\xbc\x58\x9a\x24\xd9\xd4\x3b\x33\x3b\x6b\xb3\xa6\xb5\xa6\x68\x4d\x92\x67\x76\xb3\xa8\xb3\x26\x9f\x5d\xff\xef\x85\x69\x6c\xb1\xdc\xb4\x89\xf9\xb0\x2f\xeb\xc6\xcc\x9e\x34\xdb\xae\xca\x4d\x95\x6c\x4c\xb9\x9f\x3d\x2f\xca\x95\x49\x6c\xb1\xae\xe6\x45\x35\x3b\xae\x76\xa6\xc4\x6f\x54\x50\x77\xed\xec\x78\x11\x96\x74\xfb\xd9\x0f\x66\x5d\xd8\xb6\x29\x4c\x03\x85\x0d\xfd\x30\x4d\x5c\x7a\x61\x16\x16\xa6\x31\x7b\x0b\xff\xd2\x7c\xce\x71\x0e\x75\x35\xfb\x89\xff\x4d\xf6\xd9\x1a\xe6\x4b\x9f\x5a\xb3\xdb\x97\x19\x54\xfe\xa9\x6e\x4a\x28\x4e\xca\xac\x5a\x77\xf4\x7d\xdf\xe0\xea\x93\x65\x63\xe0\xfb\xbc\x32\x17\x30\x75\x18\xac\x2c\x4d\x35\x9d\x4e\x93\xce\x9a\x66\xbe\x6f\xea\x55\x51\x9a\x79\x56\xe5\xf3\x1d\xae\xee\xa1\xa9\xba\xf6\xca\x34\xfc\x21\x85\x95\xa6\x3b\xb3\x69\x68\xfa\x26\x87\x35\xce\x33\x0b\xcb\x5c\x1b\x5a\x56\x9b\x66\xa5\x4d\xa8\xab\x2a\xdb\xf9\xd6\xf8\x23\x31\xbb\xac\x28\x67\x4f\x26\x2f\xe1\x1f\x98\xb2\xb5\x17\x35\xec\xe8\x29\xff\xd1\xc2\xda\xe7\xed\xe5\x1e\xf7\xb3\x32\x5d\x8b\xa7\xb5\x36\x0b\x58\xfd\x32\xdb\xb7\xcb\x4d\x36\x7b\xc4\xff\x26\x50\x71\x5f\xc3\x7e\xd4\xcd\x25\x6c\x93\xfe\x99\xd4\xcd\x3a\xab\x8a\xab\xac\xc5\x8d\x79\x4d\x3f\x2c\xfd\x48\x76\x45\xd3\xd4\xcd\xec\x25\xfd\x93\xc0\xba\xe7\xd8\xc3\xec\x95\xe9\x8c\x4d\x83\x1e\xf0\xcb\xae\x58\x37\xb8\x7b\xf8\x31\x7d\x49\x3f\xb0\x0b\xfe\x44\xdd\xe0\x97\x26\x0d\x3a\x5b\xd5\xcd\x56\x3a\x7b\x0a\x7f\x4e\x7a\x3d\xc2\xbc\xb8\xb7\x78\x4e\x59\x05\x67\x42\x1f\xc3\x72\x53\xa5\x70\xb6\x17\x59\xd9\xc2\xc2\xb3\x7c\x07\xdb\xbb\xcf\x2a\x53\xce\x8e\xf1\x6f\x84\x08\x6e\x9e\x2d\x97\x75\x57\xb5\x73\x6b\xda\x16\xf6\xc9\xce\xbe\xaf\xab\xb6\x86\x2d\xa3\xf3\xec\x60\xe7\x00\xc0\xf4\xdb\x93\xa8\xf8\xb2\xee\xdc\x31\xcf\x5e\x6c\x9a\xf4\x94\xfe\xe6\x72\xd7\x06\x3e\x98\x34\x6e\x08\x83\xb6\xc5\x79\xd1\x16\x06\x0e\x7c\x4b\x7f\x5e\x7f\xc4\x79\xee\xbb\xb2\x84\x2d\xfd\x15\x76\xa0\xb5\xb3\x53\xf8\x05\x7b\xc0\xbf\x92\xc2\x5a\xf8\x63\xf6\x82\xfe\x49\xe0\x2c\xab\x25\xae\x66\xb1\x68\x0c\xc0\x22\x74\xfa\x0e\xc7\xc8\xca\xf2\x7d\x22\x7f\xcc\x5e\xf0\xbf\xbc\xd0\xb6\x68\x71\x9a\x41\x91\xb5\xcb\x4d\x53\xb4\xad\x49\x57\xd7\xbf\x37\x29\x5c\xa5\xd4\x20\x18\x57\x29\x5d\xd8\x24\xaf\x97\x5b\x00\x64\xbc\x8c\x70\x8f\xde\x9a\xaa\x4a\x9f\xd5\x6b\x9b\x16\x55\x65\x9a\x4d\x56\x2e\xd2\xc7\x54\x23\x2d\xaf\x3f\x76\xab\xf6\x28\x2d\x8d\xc5\xc6\x85\x49\xf1\x5e\xa7\x0b\xea\x1b\xbb\xfd\x26\x4b\xa1\xc7\xb5\x69\x67\x77\xe7\x0b\xb8\x46\xdb\xbb\x29\xec\xca\x6a\x76\xf7\x9e\xbd\xfb\xe0\x04\x6e\xdb\x2a\x83\x6a\xdf\xdc\xcf\x1e\x00\x22\xa9\xb2\x2e\xcd\xbb\x66\xb9\x39\x4a\x17\xe6\xbc\x6e\xa8\xc3\x02\x5a\x57\xf9\x45\x66\xd3\xac\x5b\xa5\x39\xec\x1c\x8c\x4b\xf7\x34\xbd\xfe\x08\x38\xa3\xa9\xee\x24\xb8\x71\x50\x30\xcf\x17\x8c\xa9\x68\xb2\x00\xf7\xd7\xbf\xb5\xc5\xba\x4d\x5f\x5e\x9e\xfd\xeb\xc9\x51\x7a\x0a\x78\x6a\xdd\x18\xfa\x1b\xfe\x07\x0d\xbe\x4a\x6b\xe8\x20\x7d\x53\x3c\x7e\x38\x4d\xa0\x31\xef\xd4\x63\x00\xde\x6a\x01\x73\x8d\x61\x01\xbf\xe3\xdd\x72\x9f\xe1\x57\x82\xb8\x6f\xf6\x1c\xfe\x47\xf7\xd5\xdd\xd5\x91\xab\x09\xcd\xe9\x3a\xbb\xe6\x74\x9f\xa1\x54\x76\xf9\x21\xed\x19\x42\xae\x41\x4c\xc8\x6b\xaf\x78\xee\xb8\xec\xf4\x45\x55\xd5\x8f\x1f\x4e\x9e\x54\xeb\xa2\x32\xe9\xae\x68\x61\x83\x77\xe9\xcf\xa6\x40\x20\x00\xd0\xbf\x4a\xbb\x76\xf5\x5f\xe7\x30\x55\xd3\x64\xe5\x7c\x59\x4c\x13\x6b\x4b\xc0\x40\x39\xe0\xad\xb3\x93\xc9\xcb\x3a\xef\x2c\x4c\xac\xdd\xcc\x4e\x61\xd7\x13\xfb\x6b\x89\x7b\x26\xc3\x3f\x86\x7d\xc0\xa9\x15\x7b\xf8\x96\x5e\x75\x8d\x6e\xd1\xc4\xef\xd1\xc4\xcd\x7d\x9a\x7e\xb3\x68\x1e\x8c\x4d\x19\xf6\x0c\xfe\xca\x16\xb6\x2e\x3b\x04\x28\x1c\xea\x28\xbd\x70\x20\x04\xb8\x2d\x15\x1a\x01\x27\x6e\x11\xdc\x00\xe3\x5d\x14\x4d\x3e\x4d\x4c\xd3\xcc\x01\xf5\xb6\x97\x78\x90\x34\xd1\xc1\x31\xa5\x6e\x0a\x34\xcf\x3c\x6b\x56\x69\x85\xa4\x04\x40\x10\xaa\x00\x6a\xaf\xb8\x9f\xa2\x3a\xcf\xca\x22\x87\x23\x75\x1b\x3f\xe8\x02\x8b\xc3\x2e\xee\x4e\xef\x12\x72\xbe\x3b\xb9\x9b\x9a\xaa\xdd\x10\x0a\x99\x26\x55\x3d\x67\x34\x82\x08\x3d\x07\x2c\xb3\x00\xe4\xce\x54\x86\x51\xc9\x0c\x17\xbe\xbd\xfe\xad\xc2\xa5\xe3\x51\x79\xca\x03\xa0\x23\x9d\xe7\x26\xa3\x0b\x8f\xd4\xe8\x28\xad\x37\x15\xed\x55\x1a\x20\x25\x40\x7c\x88\x81\x60\xf3\xf9\x36\x12\x51\x09\x36\x45\x71\x99\x40\xd6\x63\xb8\x12\x51\xeb\x89\xc2\xda\x81\x6d\x49\x14\x34\x18\xcc\x8f\xcb\x12\x29\x0e\x02\x53\x8c\xa4\x90\xe0\xd3\x8e\xbd\xa2\xfd\x81\xf6\xc7\x15\x9e\x30\x7c\x75\xdf\x14\x6c\x9e\xc3\x7a\xe8\xa2\x63\xdd\x8a\x2a\x87\xb8\x98\xf8\x85\xeb\xdf\xa1\xd7\x3b\x44\x72\xf8\x54\x3d\x76\x9f\x00\xf5\xbd\x42\x08\x86\x06\xbe\x82\x76\x0e\x33\x34\xc4\x54\xb8\x06\x70\xfb\x01\x96\x1a\x1c\xb0\xa8\x18\x19\xec\xd2\xa0\x0f\x04\xa9\x3d\xdd\x88\xa6\x9d\x26\xb0\xfb\x73\xba\x96\xc7\x9d\x85\x59\x00\xe2\x41\x7c\x91\xba\x4b\xaa\xdf\xc3\x3b\xa0\x1f\xd3\x5d\x67\x2d\x1d\xe6\xcf\xdd\xba\x29\x56\x2b\x0b\x4c\x0b\xe0\x5b\x40\x28\x78\xa6\x8c\x37\xb3\x90\xf6\x85\x6b\x49\x37\x19\xa0\x1f\x02\x26\x1c\x31\x0b\xc6\xf7\x23\x9c\xd7\x72\x27\xf8\x78\xf2\x1a\x68\x7b\x35\x7b\x4c\xff\xc8\x2f\x37\x33\x5c\xf8\x26\x6b\x53\x58\x09\xdc\x95\x2d\x4e\x41\xd0\x61\x7a\x76\xf6\x3c\xfd\xbe\xac\xab\xc9\x8f\x3f\x9c\x58\xbc\xf3\x9b\xf9\x1e\x80\x60\x86\xe5\xa7\x88\x79\xb4\x24\x5c\x26\x7e\x48\x91\x40\x59\x6c\x4f\x5c\x1b\xc0\xdc\x34\x3d\x41\x70\x29\x01\x8e\x70\xf6\x3b\xea\x1b\xc0\x31\x84\xdd\x69\xb2\x69\xdb\x3d\x0f\xf1\xfc\xcd\x9b\x53\x1e\xc3\x95\xb9\xb3\xf3\xc8\x9a\xc6\x7a\xd5\xed\x76\xf0\x37\x5e\x74\x5e\x34\xc0\x35\x6e\xd6\x22\x53\xf0\x44\xd0\xea\x1a\x20\x6c\x0a\x6c\x16\x57\xa4\xc5\xb7\xd9\x09\x9c\xce\x7d\xfc\xdf\x99\xdf\x10\x39\x83\x0a\xd0\x27\xde\x67\x3a\x0e\x66\x9f\x60\xaf\xca\x7a\x3d\x6f\xea\xba\x65\xb0\x3c\xa9\xd7\xb9\x62\xc0\xf8\x93\x0e\x1e\x9e\x30\xc2\x1f\x9c\xbf\x36\x82\x11\x00\xf6\x90\xac\x22\xc3\x25\x40\x0a\x77\xae\xde\xe3\x3d\x70\x97\xee\xb5\xfc\xec\xdf\x39\xe2\xeb\xa4\x0e\x4f\x4f\x39\xe9\x5e\x45\xbb\x83\x8d\x26\xaa\x73\xf6\x12\x36\x9f\x48\x0f\x95\xad\x9a\x7a\x07\x0c\x6b\xe5\x7f\xb9\xa3\x00\x8e\x17\x01\x7f\x72\x9c\xc3\x79\x5b\x93\x56\xc0\xc3\xa6\x3f\x3c\x7d\x94\xfe\xa7\xaf\xfe\xfa\xd7\x69\xfa\xa4\x6a\x2f\x0c\xee\x4b\x05\x58\x9f\xf1\x01\xcd\x20\xd5\xfa\x84\x7d\x8b\x1d\xb2\x66\xbb\xac\xfd\x3a\xbd\x8b\x97\xfd\x6e\xfa\x0d\x4d\xfa\xbf\x99\x0f\x19\xb0\xcb\x66\xba\xac\x77\x0f\xa6\x09\x16\xc1\x8d\xe2\x6b\x27\x03\x4b\x7f\xfa\xcd\x61\x30\xf7\x3d\xe0\x5f\x99\x77\x9f\x2f\xeb\x6a\x55\x34\xbb\x59\x84\x49\xe1\x0a\x5a\xe4\x97\xf8\x0a\x7a\x90\xa4\x8e\xe7\x55\xdd\x16\xab\x4b\xdd\x3d\xb8\x65\x19\x9e\x86\xbb\xb1\x41\x75\x4b\xd0\x3e\xb7\xbc\xc1\xb2\xeb\x7c\x05\x26\x04\x2f\x16\x58\x24\x68\x66\x52\x80\x36\xdc\xfc\xe8\x04\xea\xd5\xaa\x84\x4d\x62\xc2\xfa\x9a\x7f\x30\x71\x0d\xc7\x08\x6b\xc1\xc5\xd8\x83\x94\xf2\xe8\xf1\x2b\x00\x55\xd8\x7a\xd8\x4a\x60\x18\xf3\x0e\x6b\xef\xa8\x61\x74\xc1\x52\xc2\x7b\x8f\x05\xaa\x04\xdd\x21\xb2\x10\x7c\xc7\x33\x45\xa4\xb2\x36\x65\x61\x56\x84\xeb\x94\x2e\x01\xb7\x7d\x9e\x01\x55\x9d\x3d\x93\x3f\x26\xbc\x86\x68\x88\x41\x6d\x99\xa1\xb6\xa1\x4d\x58\x08\x9e\xca\xcd\x0a\x68\x0c\x0c\x62\xd2\x7f\xed\x88\x28\x8d\x4d\x97\x39\xe0\x45\x51\xe2\x79\xba\x39\xef\xe0\xde\x13\xae\xdb\xd4\xcb\x0d\xcc\x16\x99\x3d\x06\x27\x5b\xe0\xbd\x84\x0b\x04\x1c\x67\x05\xf4\x2a\x9f\xf8\x1e\xfc\x6a\x22\x2a\x1b\x53\xd5\xd1\xf5\x84\xf5\x65\x4d\x3d\x5a\x4c\x92\x87\x43\xc1\xf1\x42\x5e\x01\xfc\x47\x14\x15\x26\xab\x64\x5d\x9b\x20\x89\x46\x06\xa7\x2a\xcd\x9a\xc8\x73\x45\x03\xf7\x04\xac\x10\x12\xe2\x1a\x0a\x0b\xfc\x6b\x02\x97\x7b\x0d\xa4\x02\x36\xbb\x20\xd4\x14\xcf\xd6\x34\x20\x18\x41\x71\x09\x60\x3c\x65\x2e\x17\x24\x3c\x11\x8c\xe7\xd0\xff\x05\x4b\xac\x15\x5d\x5d\xa2\x49\x99\x13\x23\x03\x4a\x73\xd5\xad\x81\x57\x5e\x1f\xee\x46\x66\x85\x1b\x30\xda\x81\xee\x02\x62\xda\x0c\x8f\x5b\x86\x85\x8e\x01\x8b\xaf\x70\xf3\x9e\x5d\x7f\x84\x4b\x02\xb8\x7c\x23\xd3\x21\xda\xc4\xd5\x54\x84\xbf\x1f\x8a\xe4\x53\x11\xce\x44\x5e\x62\xce\x1d\x39\xa9\xdd\xf5\xef\x44\x7f\xfe\x66\xda\xab\x36\xad\x00\x72\xd2\xed\x80\x55\x9a\x90\xb4\xe6\xce\x21\x45\xa2\x46\x5c\x93\x9f\xf4\xe7\x77\x5f\x3c\x9e\x7d\x79\xf7\x0b\x28\xdf\x5c\x7f\x04\xdc\x9f\x75\x2d\x50\xd5\xb6\x00\x34\xdd\xeb\xec\x07\xa4\xec\x46\x67\x24\xfc\x51\x58\xa3\xcf\x22\x51\xbd\xa1\x78\xde\x63\xd1\x1c\x5e\x13\x74\x36\xfc\x92\x3a\x94\xe6\x7a\x65\x11\xbf\x37\x3a\x23\x50\x11\xef\xe6\x6b\x20\xa0\x33\x91\xc8\xa8\x84\x21\xad\x85\xbe\xe6\xeb\xa2\x9d\xaf\x10\xd1\xe6\xb3\xa7\x66\x03\xf8\x16\x61\x6b\x97\xbe\x31\x84\x03\x6c\xfa\x19\x54\xf8\x2c\xfd\xbe\xde\x81\xf8\x9c\xd7\xf6\xeb\xf4\xde\xb9\x88\x02\x5f\x21\x0a\x9d\x03\x06\x28\x4a\x84\x58\x96\x5f\x71\x94\x89\xe8\x48\x00\x2d\xb4\xb8\xc7\xd7\xbf\xe3\xc1\x28\x6f\x4e\x7c\xe6\x34\x65\x61\x80\x6f\x38\x9e\x22\x1e\x3f\x20\xc1\xe2\xaa\x40\x9c\x01\x22\x61\x75\xfd\x11\xfa\xd3\xae\x10\x9f\xdd\x03\x4a\x8e\x80\xde\xa2\x3a\xe9\xd5\x8b\x47\xcf\xdf\x50\xab\x75\xbd\xe8\x00\x0b\xe8\xa8\xd3\x44\x79\x79\xe0\xe4\x05\x58\x0e\xc8\x68\x8c\x55\x98\xf1\xdd\xd6\xc0\x60\x6c\x5b\x5a\x9f\x76\x30\xc6\x82\x46\xec\x23\x6c\x38\x2c\x72\x7d\xfd\x7b\x09\x27\x42\x4d\x1d\x8f\x88\x7b\x03\xc0\xb3\xdc\x10\xff\x34\xce\xd1\x61\x73\xe5\xf6\x1b\xc4\x01\x84\x2f\xdd\xf7\xaf\x71\xc5\x93\x07\xf0\xff\xc4\x66\xe7\x86\x89\xdc\x7a\xec\xb4\xce\x84\x89\x65\x8e\xfa\x7b\xaa\xd7\x31\x5a\x8b\x16\x14\xdd\x20\x86\x19\xb9\x18\x4f\x86\xfb\x12\x2f\x4c\x61\xc9\x76\xcb\x25\x50\xf9\xd9\x73\xd8\x06\x44\x10\xe9\xdb\xa2\x2c\xb7\x00\x1e\xc0\xb3\xc3\xdf\x82\xa9\x81\x9f\x00\xa9\x1c\xf0\xb5\xf5\x52\x3e\xe1\x1b\xe6\xe5\xaa\x16\xee\x54\x61\xf0\xec\x89\xf3\x9d\x52\xcb\x8b\xeb\xdf\x2b\x8b\xd2\x69\x0a\x38\xa6\xc4\x8d\x5e\x57\x24\x0c\x40\x47\x20\xbf\xfa\x83\x8d\xf9\xb0\x53\x96\x40\x77\xc8\x5b\x4d\x6e\x3e\x9d\xe4\x1d\xaa\x19\xdf\x27\x1d\xcb\x24\x35\x52\x9f\xe8\x46\x32\xb1\xe9\xe9\xcb\xb4\xa2\xbb\x9e\xc0\x49\xc2\xc1\xce\x9d\x8a\x12\x4f\xa6\x35\x1f\x5a\x52\x09\xc1\xbf\x74\x0a\x5e\x6d\x69\x49\x83\x08\x54\x6e\xb9\xb1\xa6\x04\xf6\xe3\x92\x20\xcb\xce\x5e\x12\xf7\x14\x4a\x2b\x70\xf3\x4b\xb8\x4d\x35\x9e\xdd\xb9\x91\x6a\xcf\x48\xec\x82\x9d\xc9\x56\x2d\x6e\x79\xaf\x09\x74\x57\x37\x6b\xed\x2d\x56\x6d\xe1\x47\x56\xa2\xe9\x77\xd6\xa2\xd9\x84\xd0\x38\x29\x5d\xef\xa1\xee\xa3\x45\x45\x25\x6a\x96\x44\x7d\x34\x05\x38\x21\xf5\x14\x4f\xe1\x45\x45\xdc\x7f\x15\x8f\x9c\xbc\x13\x85\xec\x7b\x56\x10\xce\xa2\xaf\x78\x0d\xac\x57\x71\x58\x93\x35\x70\x1b\xce\x3a\x54\x88\x26\xef\x00\xb9\x6e\xde\x07\x8a\xd1\xb9\xe8\xd7\x44\xad\xc7\x50\xe9\xe4\x5a\xcf\xe9\x6d\xcc\x1e\x99\xc2\x9d\x5d\xcf\x9e\x93\xd0\x84\xf0\x85\xb2\x56\xd1\x5a\x92\x90\xa9\xe5\xb7\xe9\x77\x44\x0d\x32\xa1\x24\x77\x12\x5b\x2f\x8b\xac\x9c\xff\xc9\x7e\x80\x81\xda\x02\x2c\xee\x57\xd8\x55\xcc\x3d\xb0\x06\x17\x24\xee\xd9\x13\x9b\xb6\x1d\x82\x9c\x05\x31\xba\xc8\x8f\x46\x64\xfb\x8b\x0e\xe8\x73\xc0\x46\x38\x44\x18\xa8\x44\xe8\xb2\x64\x15\x49\x21\x11\x5a\xef\xf3\x39\x38\x7d\x52\xef\x8e\x8d\xfb\x30\xe4\x7d\x07\xac\x82\x9d\x08\xcf\x3e\x9c\x10\x6c\xf5\xce\xec\x16\xd8\xb9\x09\xb5\xcc\x30\x6e\x81\xba\x61\x60\x31\xd6\x74\xf5\xfa\xa4\x09\xf6\x68\x8d\xfc\x3f\x57\x31\x37\x56\xf9\x56\x75\xf1\x80\x27\x2f\x10\x46\x48\xf5\xe6\x75\x42\xba\xfb\x21\x03\xe0\x37\x87\x28\xfd\x54\xa9\x24\x73\x6f\xc4\xd3\x43\xcf\xad\x3b\x0d\x84\x76\xe4\xdf\xa2\xad\xe8\x2d\x1c\xb6\xf9\x9b\xc5\x83\x7b\xf6\x9b\xfb\x0b\xd4\x28\x92\x7c\xe1\xce\x04\x79\xb7\xa6\x16\x6a\x49\xa3\x93\xee\x16\x44\x28\x7c\xd3\x08\xb4\x9b\x24\x0c\x5d\x7f\x84\xeb\x8d\xdc\xcb\xbd\x1c\x98\x54\x7a\x9e\x38\x42\x99\x78\x08\x04\xd9\xe2\xaa\x83\xdb\x0c\xfd\x5e\xff\x3b\xf1\x35\x4b\xba\xec\x74\xdd\xf4\x16\x1c\x3b\x86\xd0\x0d\x4c\x5b\x02\xa7\x43\x8b\x2c\x0b\xc0\x88\x07\x01\x0f\x00\x9a\xb5\xa1\xac\x57\x08\xc0\xda\xa4\xda\x73\xb8\x19\xc8\xc4\x31\xeb\xe8\x01\x12\x35\x6d\x3c\xf8\x57\x80\x34\x2a\xd2\xce\x21\x9f\x0f\x63\x2e\xfc\xc4\xe0\xaa\xe6\x59\x55\x11\xdb\xb5\xcb\x4a\x90\xf6\x33\x3b\xef\x2a\x39\x1a\x93\x33\x84\x3e\x07\xca\x51\x03\x1d\x3b\x0a\x26\x45\x93\xe9\x2a\xc7\xd0\xb4\x2a\x47\x3a\xb9\xf3\x73\x77\x34\x5f\x00\x81\x40\x95\x20\x29\xce\xa8\xe1\xe8\x99\xd2\x71\xb4\x4a\x54\x18\x97\x1b\x07\x06\x0b\x07\x65\x47\xe9\x16\xf0\xe8\x56\x2f\x3d\xad\x97\x94\x02\x50\xb2\xaa\xcb\x35\xdf\xc5\x87\x5d\xdb\x22\x3b\x41\x3b\xae\x0b\x41\xfd\x95\x34\x76\xa7\x3b\xb6\xa3\x86\x5f\x54\xae\x3a\x84\x79\x02\x2b\x15\xda\x89\x69\xb2\x84\x8e\x5a\x43\xfa\x89\xc1\xc2\x91\x70\xa1\xc2\x96\x96\xba\x13\x5c\xe8\x50\x10\x40\x3e\x4d\x08\xe7\xd5\xde\x30\x2d\x99\x09\x52\x46\xbd\x80\x93\xab\xae\xb9\xfe\x7d\xb9\x85\x86\x57\xa4\xc4\x1f\x4e\x92\x7b\x1d\x5e\xdd\xa8\xa5\xa3\xc4\x4b\x14\x6a\x87\xf8\x87\x64\xa6\xe0\x80\xb0\x1a\xad\x2a\x5b\xa0\x54\xd7\xad\xf4\x74\x1c\x79\x9e\xf6\x06\x8e\x14\x86\xd1\xca\x40\x06\xec\x4f\x0a\xae\x13\x4f\xcb\xb5\x6e\xeb\x7a\x6e\x37\xa8\x73\x7a\x1c\xd6\x27\x25\x1d\x60\xd4\x9c\xc4\x74\x98\xef\x7f\x56\x85\x78\x8a\x6f\x76\xaa\xf8\x7c\x87\x9b\xfa\x9e\xef\x25\x92\x27\xbd\x94\x7c\x33\xb2\x43\x57\xd3\xd5\x67\x96\xfc\xa1\x67\xd5\xb5\x62\xff\xa4\x6f\xb9\xdb\x0e\xdd\x2b\xf3\x35\x14\xfb\xca\x35\xa9\xc7\x8e\x02\x76\xcc\x37\x13\x55\x87\xff\x84\x78\xef\x21\x0c\x88\x4b\xad\xf3\x0c\xd6\x7a\x69\xec\xec\xbb\x2c\xa9\xf0\x8d\xae\x00\xb6\xa1\xce\xb1\xc5\xf5\xbf\xd1\x8b\x09\x54\x03\xec\xb0\x7b\x9f\xfc\x08\x24\xfd\xd5\x40\x8a\x41\xaa\x4f\xa5\x81\x72\x13\x7f\x27\x4f\x82\xd7\x47\xb7\xe4\xd3\x81\xb4\xf3\x83\xa1\x87\x12\xb7\x78\xd3\x7b\x8d\x3c\x3b\x7b\xfe\x86\x75\x2e\xa8\x7a\x04\xc4\x49\x02\x5f\x49\x63\x3f\x6f\xdb\xbd\xfd\xb1\x29\x67\xac\xc7\x43\x0d\xe0\x69\x76\x59\xd6\x59\x8e\x85\xf2\x27\x15\xbf\x31\xd9\x8e\x66\x89\x7f\x50\xdb\x63\x60\x41\x5e\xc5\x8a\xeb\x0e\x79\x17\xcb\xfb\x9a\x10\xf1\x7d\x72\x58\xbc\x72\xa2\xb1\xa1\x57\xca\x5f\xc6\xf5\xe8\xbf\x24\x59\xb9\x07\x41\x1e\xb9\x45\x57\x73\x8b\x38\x13\x84\x02\x25\x03\xc4\x49\x53\xbd\xaa\xdb\x99\x06\x45\x4e\xe3\x40\x93\xdf\x18\xe6\xe1\x23\x43\xd4\x69\x0e\x18\xe5\xcf\x77\x3c\xed\xf7\x6c\x8b\x2b\xbf\x24\xa7\xd6\x7e\xd6\x5c\xff\x06\xe4\x8a\x84\x30\x62\xd9\x7f\x49\x48\x96\x18\x54\xa6\xeb\xc5\xb7\x0b\xea\xea\x50\xe1\x00\xbb\xec\x43\xdc\x8e\xf6\x6d\x73\xfd\x1b\x13\xd0\x83\xed\x18\x7f\x6a\x23\x44\x27\x4c\x0b\x04\x85\xf4\x2f\x17\xb4\x40\x45\xf0\x0d\xf5\x01\x2c\xa0\x52\x51\x2d\xcb\x2e\xef\x2f\x19\xc6\x7e\x83\xac\xfc\x67\xf7\xec\x67\xd1\x2c\xba\x6a\x0b\x3c\x4b\x25\xd5\x7f\x04\x02\x86\x7b\x8e\xf6\x0c\x2c\x91\x7d\xad\xaf\xe7\x73\xe8\x18\x85\xca\x65\xeb\xd4\x3c\xb6\x2d\x76\x3b\x95\xf9\xae\x7f\x27\xba\x0c\x08\xc7\xa1\xad\x40\x68\x84\x2d\xa7\x0b\x71\xfd\x5b\x83\x7d\x53\x4b\xd4\x94\xf4\x9a\xba\x77\xff\xf9\xc2\x98\x6a\xde\x66\x80\x27\x63\x89\x06\xd7\xad\x0c\x00\xf1\x5f\x78\x78\xfc\x78\xd2\x6f\xd7\xbb\xbf\x07\x9a\x02\x73\x37\x68\x19\x4a\x1d\xf6\x86\x61\x5b\xb8\x7b\x83\xc6\x7a\x21\x0f\xb4\xe1\x63\xa7\xfa\xb0\xd8\xbc\x87\x4f\xf8\x89\x20\x68\x75\xc1\x3c\x9c\xdf\x18\xb7\xbb\xfe\x3c\x86\x22\x9f\x43\x3e\x5e\x26\x17\x8d\x00\xea\xec\x5a\x7c\x7d\xc8\xe7\x91\x5e\x80\xb5\x39\x4c\x11\x48\x74\x62\x35\x46\xd6\x00\x79\x13\xd1\x37\x97\x57\x9b\x17\x9b\x8a\x19\x9e\xb5\xa1\x35\x99\xb4\xbf\xd3\x32\x16\x8e\x3e\x32\x1e\x80\x1b\x62\xf1\xdb\x0d\x18\x0e\x23\x88\xcd\x22\x35\x2e\x70\xc1\xf6\x13\x23\x39\x4a\xf4\x89\x71\x32\x1b\x8d\xe3\x76\x4f\x14\xe8\xdc\xbb\xd3\x83\x98\x0f\xf0\x9b\x64\x09\xae\x1f\x68\x54\xe9\x13\xca\x1d\xa2\x17\x4a\xca\xcc\xb6\x28\xcf\xf2\xa2\x67\x4f\xaa\x76\x85\xf4\xa0\xa2\x65\x94\xc8\xf8\xc3\xdf\x2f\x8b\x76\x0d\xe8\x2d\xc7\x47\x7e\x66\x6b\x77\xe9\x13\x24\xb4\xed\xf5\xef\x80\xe5\x26\x08\x51\xc1\x49\x5e\x75\xe5\xf5\x47\x0b\x12\x07\x4e\x1f\x59\xd6\x82\x1e\x97\x02\x4c\xc5\xcf\xd0\x41\x17\x20\x63\xc4\x2f\x93\x34\x73\xc2\x0d\x70\xe9\x74\xbb\xf0\xa9\x6c\x6b\x2e\x67\x27\xc0\xf6\xa8\x92\x1a\xe0\x51\x86\x2d\x58\x1d\x73\x92\xad\xcd\x91\x88\xcf\x31\x05\x43\xce\x8b\xae\xf2\x1e\xa8\x3d\xf0\x44\xa8\xf0\x41\xdd\x04\x8a\x78\x00\xc9\x40\x81\xdd\x08\xa4\x37\x21\xe4\x3e\xda\x51\x80\x16\xa4\xaf\x23\x28\x43\x5c\x43\xa2\x40\x56\xc9\xc1\xc1\xdf\x82\xfd\xe8\x88\x84\xd7\x17\x21\x5b\xf5\x70\x56\x6d\xb5\x2c\x29\x95\x40\x40\x01\x42\xa9\x6a\x27\x24\x9a\xb0\x49\x05\x69\xea\x88\xfd\x58\x01\xda\xa3\xb7\x2c\xb4\x7d\x62\x7d\x53\x02\x67\x5a\x96\x78\x84\x6c\xf7\xe3\x78\x24\xd4\x5f\x16\x4e\x4d\x1b\xaa\x0b\xa6\x29\xb3\xc2\xaa\xcd\xbd\xea\x50\xf8\x87\x6d\x2f\xaf\x7f\xb3\xb8\x38\xba\xa6\xb4\x42\xa0\xc2\xeb\xe0\xcd\x8c\xc7\x42\xb9\x03\x4d\x7b\x58\x48\x44\xb5\x1e\x8e\xa0\x80\x42\x07\x1c\xbf\x35\x1f\x09\xe3\xcf\xfd\xcb\xea\xaf\x3a\x91\xe3\xf8\xf1\xc4\x03\x1a\x29\x5f\x18\xf7\xf5\xd6\xc6\xd3\x8e\x60\xe5\xff\xc3\x22\x13\x36\x8b\x99\x2f\x9a\xac\x5a\x6e\x82\x5b\xf5\x73\x61\xca\xc9\x43\x2a\xed\x5f\x26\x60\xdb\xf0\x0a\xbe\x4f\x60\xf2\x70\xf7\xe6\xf2\xd2\x23\x4c\x9d\x17\x68\xdd\x43\x0a\x09\x41\xfa\xc6\x83\x0f\x74\xda\x72\xd9\xd9\xb6\xde\xdd\xa2\x83\x82\xd5\x16\xb1\xf6\xfb\x6f\x35\x30\x0a\x35\x92\x25\xb8\x5f\x6d\x63\xe8\x41\x64\xe7\x6d\xca\xd0\xba\x29\xd2\x1c\x89\xd5\x13\xf0\x9f\xff\x73\x05\xa0\x2c\x4a\x2f\x6f\x00\x95\x00\xbf\x5b\xd6\x17\xa8\x5e\x7a\x2a\xe2\x5a\x82\xa6\x21\x0d\xaa\x45\xb3\x73\x61\xe1\xda\x9e\x9e\x8c\x1b\xa1\xe2\x93\x1a\xa5\xd0\xa9\x94\x49\x2f\x70\xf5\xe4\xf7\x2b\xba\x4e\x68\x74\x27\xf2\x60\x82\x3a\x8d\xdd\x94\xe8\x09\xf2\xec\xcd\x39\x0c\x15\xbe\xff\x13\x25\x21\x5e\x01\xd1\x0e\x57\x61\x75\x8a\x6f\xb8\xcf\x00\xde\x9a\x8a\x25\x40\x5a\x40\x1e\x51\x22\x46\x17\xf8\x6a\xca\x3d\x05\xda\x69\xd3\x80\xd4\xb4\x68\x51\x36\x51\x7b\xb1\xf7\x89\x5a\x94\x89\x35\xd9\xf0\x19\x41\x90\x87\xed\x31\xce\xa2\x0b\x9b\x9d\xd5\x57\x05\x3e\x2d\x93\xd6\x92\xec\x38\x60\xa3\x99\x84\xfb\x57\x75\x7c\x9b\x44\xed\x62\x4f\xaf\x98\x1b\xc0\xc5\x86\x6d\xe0\xdc\x15\x4a\xba\x22\x9f\xfd\x58\x80\x58\xb1\xef\x16\xd0\x97\xb3\x79\x0b\xcf\xd1\xaa\xf5\x9b\xda\x3d\xd2\x43\xce\x88\x70\x44\x3b\x79\xfd\x9b\x6b\x89\x77\xd8\x1a\xb2\x00\xa0\x47\xfa\x02\xca\x01\xab\x5d\x75\x47\x42\x60\xfb\x6f\xb8\xa4\xf9\xb8\xba\xfe\x9d\x1e\xb2\xc4\x7a\x81\x26\xcc\xaf\xfc\xa1\x41\x9d\x88\xff\x4d\xaa\xf6\x9e\x88\x9a\x51\x47\x8d\x72\x67\xc0\xa0\x39\xa6\x42\x34\x71\x39\x83\xca\xa4\xac\xb7\x59\x19\x3c\xfb\x55\x34\x79\x18\x2f\x3a\xbe\xa3\xb4\x20\xe4\x1d\x1f\x3a\x12\x01\xb6\x4c\x03\x60\x41\xbb\x3e\x22\xf4\x3f\x01\x24\xa2\xfc\x58\xe5\x70\x69\x1a\xa2\xe4\x43\xa3\xd4\xb2\x5e\x8a\x45\x11\xbe\x8a\xe2\x91\x77\x7b\x34\x2f\x98\xc7\xa0\x41\x4f\x0b\x40\xb0\x2c\xbf\xfb\xc4\x75\x9c\x50\xe9\xaf\xb2\x28\xc7\x02\xb9\x32\xec\x01\x35\x6f\x8c\x16\x46\x6d\x4e\x01\x9b\xf1\x72\xda\x7e\x35\x55\x57\x31\x0e\x64\x2c\x42\x4a\xd1\xa2\xd9\xb6\xa2\xf6\x14\xd3\x8c\x93\xa2\xda\x5a\xdc\x19\x3c\xb5\x5d\xf4\x9a\x5a\x23\xcd\x27\xe5\x1f\x5c\x83\x0e\x37\x03\x76\xa2\x19\x31\x73\xd4\x87\xd4\x08\x77\x3d\x1c\xbc\x52\xdb\x08\x01\xfa\x77\xd8\xe5\xa6\xae\xad\xa8\xa6\xb9\x2d\x6b\xa6\x23\x74\x09\xfc\xf9\xc7\x4d\xe9\xf7\x54\x6a\x06\xaf\xdb\xd1\xbb\x4a\x7c\x0e\x7c\x87\x60\x82\x80\xb8\xaa\x56\xdb\x1e\xcb\x33\x50\x34\x92\xbf\x61\x7b\x14\x68\x81\x63\x93\x87\x78\xc2\x25\xf3\x62\x87\xd6\xc6\x28\x33\x04\x0f\xe7\x62\x13\xe0\x04\x1f\x20\xf6\xf8\x56\x1e\xcd\x34\x3c\xfc\xf0\x51\x7e\x12\x60\x70\x86\x86\xea\x06\x70\xd0\x83\x1e\xea\x31\x04\xb0\x93\xba\x0c\x78\xcb\x60\x85\x8a\xa9\x70\x97\xdd\x77\xd9\x67\x6f\xe4\x81\xea\x81\xf9\x0d\x55\x06\x1a\x83\x11\x96\x7f\x38\xe8\x18\xab\xdf\x5b\x48\x7c\x37\xb4\x1d\xdf\x0e\x07\xe6\xd3\x34\xb4\xe7\xf3\x0a\x6a\x52\xe1\x15\x04\xbf\xa8\x7f\xac\x7c\x07\xfa\x2a\x11\x20\x16\x19\xf8\xcf\xa3\x95\x50\x29\xe6\xf1\x09\x0b\x4f\xb6\x27\x33\x39\x5b\xe8\xf1\xaf\x81\x3d\x34\xcb\x5e\x1e\x43\xef\x9b\x62\x47\xef\xb2\x63\x42\x18\x3d\xf0\x8d\x20\x61\x44\xb6\x19\x4e\xc8\xa4\x4f\x41\x7a\x0e\x8c\xae\x45\x54\xc3\x5e\xb3\xe6\x12\xae\x0d\xf5\xae\xbf\xf5\x69\xbb\xb4\x7e\x5c\x1d\xd0\x59\x91\xea\x2d\xe2\xba\x27\x7a\x4f\x74\xe2\xf0\x0d\xf1\xa3\xe8\x42\xcb\xf1\xcf\xbc\x40\xd4\x14\x6a\x7b\xb5\x45\xeb\x59\x36\xd1\x32\xc9\xa0\xe1\x45\xb5\xaa\xe5\xe9\x81\xb5\x14\x2c\xa5\xf0\xdb\x0b\x19\xdb\x8e\x76\xe0\x95\xb8\x44\xdd\xa7\xe9\xdb\xda\x71\xde\xd0\x61\xbb\xca\x90\x40\x7c\xdb\x9f\x9f\x82\x61\x7f\xd7\x07\x68\xda\x71\x92\x77\x92\x2c\xcf\xe9\xce\xf0\xc6\x90\x39\x7c\xaf\xf9\xa6\xa8\xae\x3a\x36\xb7\xa4\xda\x66\x44\x5d\x37\x5e\x69\x1e\x3d\xbd\xe0\x83\xc4\xa1\xe7\x96\x5d\xf4\xd6\x42\x6c\x8d\x3e\xb3\x28\x03\x1e\x4a\x2d\x4e\x51\x5a\xd1\x3b\x0b\x5e\x68\xd4\xcb\xfa\xa7\x16\xb2\x03\x70\x0f\x2c\xaa\xea\x8e\x1e\xbb\x06\xcf\x2b\x6e\xd6\x11\xb2\xab\x46\x76\x64\xb8\xa1\xb4\xfc\xb5\xc1\x0d\x40\x44\x27\xf7\xe6\x00\x63\x15\x39\x12\xe4\x24\xb7\x05\x1f\xc3\x9d\xc4\x0e\x18\xe8\x50\xdc\xa2\x4b\x8d\xfb\x77\x82\xfa\x5a\x02\xb0\xa6\x27\xe1\x31\x60\x31\x35\xfc\x5e\xcc\x7e\xd7\x06\x30\x47\x65\x14\x94\x58\x96\x73\xa0\x48\x5b\xc9\xc6\x37\x83\x5e\x2a\xa7\x49\x12\xed\x15\x77\x41\xd3\x12\xc5\xfb\x37\xb6\x6d\xea\x6a\xfd\x00\x44\x8b\xce\x89\x47\xe4\x69\xf3\xed\x37\xf7\xe5\x5b\x4a\xda\x79\x37\xfb\xe3\xaa\x04\x5a\x8c\x47\x80\x6f\x0e\xdf\x64\x81\xe9\xfe\x93\xe6\xca\x74\x6b\xb1\x4b\xeb\xa9\x71\xc9\x9a\x9f\x04\x9f\xa8\x09\x5e\x45\x13\x78\x10\x51\x33\xa0\x50\x80\x1e\x77\x06\xdb\x4c\x1d\x88\xd3\x46\xc7\x27\xd1\xdf\x6c\xa8\x12\xa8\x90\x9c\x71\xa7\x0d\x19\x4c\x5c\xa4\xeb\xc1\x0a\x30\x04\x68\x4a\xfb\x21\x5e\x86\x55\x51\x40\x55\xc3\x0e\x9a\xa0\x03\x8f\x05\x76\x62\xed\xec\xc5\x33\x51\x57\x4d\x13\xed\x6e\xd6\x53\x6b\x63\x39\x19\x15\xc0\xcd\xe2\xc9\x2a\x44\x39\x20\x66\xa7\x98\xde\xb2\xe9\x82\xdd\x0c\xc5\x77\x14\x63\x92\xe2\x42\x11\xa2\xae\xcd\x61\xcc\x5e\xc7\xe5\xa1\x8a\x87\x70\xa7\xed\x4d\xcd\x06\xc8\x13\xe7\xb2\xb9\xfe\xad\xa1\xa7\x91\x31\x7b\x69\x61\xc8\xbd\xda\xc0\x41\xf5\x34\x7d\x89\x7a\xe2\x76\x04\x67\x0e\x66\xa6\x3b\xd5\x5b\xca\x27\xb1\x26\xac\xfe\x79\xb0\x61\x28\xab\x92\x56\x8a\x8e\xfc\xe7\xae\x54\x8b\x00\x86\x0b\xfc\x8c\x26\xff\x2a\xb3\x7e\xef\x5e\x1c\xab\x48\xc4\xa0\x33\x05\x29\xb5\x35\xfe\xe6\xc7\x00\xc3\x13\x13\x11\x5a\x55\x5d\xff\x25\x7d\x43\x8a\x00\x37\x5e\xd2\xd6\x20\x93\x0c\x7a\xb2\xe9\x1b\x2c\xbf\xb9\x13\xb6\xd1\x6c\x3d\x1e\x63\x41\xf0\x27\x47\x95\x4c\x6a\x23\xa1\x30\xc0\x68\x62\x40\x71\x10\x6b\x79\xd2\x86\x9a\x30\xee\xa5\x91\x6e\x6e\x40\x4e\x6e\x6c\x3a\xf6\x4f\x21\xa8\xae\x5a\xc0\xbf\xb3\xb0\x91\xef\x54\xbe\xba\x73\x47\x7e\x38\xaa\x89\x68\x49\x66\x26\x16\x06\x0a\x0c\xdc\x45\x80\xe1\x33\xea\x62\x4e\x7b\x8d\xc3\xe1\x26\x60\x17\x80\x1a\x2d\x70\x7a\x72\xdb\x01\x76\x33\x7c\xf4\xa5\xad\x17\x7f\x09\x31\x67\xe1\x96\xaf\x08\x0c\xf8\x64\x8c\xe0\x40\x3e\x40\xeb\x76\x32\x54\x11\x53\x95\xd6\x35\x51\xa6\x12\x27\x2e\xf7\xc4\x89\x48\x64\x69\x77\x7c\xfa\x22\x80\x44\x55\x16\xb9\xf1\x79\x8c\xef\xc8\x5a\x5b\x27\x41\x2c\x23\x8c\x49\x7c\x47\xd8\x69\xa1\xb7\x6d\x2a\x20\x46\x88\x89\x9a\xf1\x73\x9e\x5b\x1f\xaf\x8d\x3b\xa4\x42\x96\x67\xe2\xef\x7c\x0c\x86\x79\xe7\x68\xa3\x46\x6f\x20\xf7\xd2\xde\x01\xd2\xee\x95\x91\xac\x80\x0c\x0c\xc9\x72\xbf\x35\xf5\x9e\x50\x29\x3d\x46\x91\x5e\x97\x3c\xa0\x36\xc0\x81\xef\xf1\xbe\xa9\x12\x96\x94\x38\x59\xc5\x76\xa6\xb2\x9f\x0e\x05\xf2\x42\x1c\x12\x0c\x0f\xdd\x63\xc2\xd3\xe0\xc8\xdd\x59\x3a\x98\x1b\x6d\x73\x18\x29\xee\xa3\xce\xa2\x6d\xf9\x14\x86\xec\xf9\xd6\xdc\x0a\x27\x86\xeb\x74\xf7\xe2\xb4\x0f\xc3\x84\x7f\x0f\x9e\x8d\x5e\x8e\x3b\x64\x91\xc7\x12\x02\x8e\xc3\xfb\x4b\xbc\x94\x9f\x14\x08\x1f\x91\x90\x0b\x37\x4a\xe6\xa0\x8f\xe8\x3d\x95\x91\x7c\x8d\x54\x03\xc7\x24\x23\xf0\x76\x78\x1a\x90\x67\x1d\x32\x81\xc0\x3a\x3b\x95\x2d\x4a\x16\xa4\x14\x57\x6e\x85\xac\x42\x3d\x7f\x42\x8f\xe8\x64\xcb\x5c\xac\x01\xc6\x76\xf8\x9e\x21\xb7\xe4\x8e\x33\xb2\xed\xcd\x8f\x4f\xec\x9c\x7c\x5b\xd7\x91\xbd\x6d\x5c\x51\xcc\x7e\xc7\x97\xa3\x75\x9c\x91\xb2\xd8\xaf\x93\xdd\x36\x43\x42\x7f\x51\xb0\x73\xda\xcb\x51\xba\x0b\x0f\x14\xf5\x23\xa4\xc2\x0a\x4f\x36\x79\x87\xfa\xd3\xf7\x09\x3f\x93\xe8\xfb\x8e\x7f\xd7\x1b\x3c\xc6\xfb\x17\x3f\xe1\xf0\x90\x79\x59\x77\x2d\x99\x86\xc5\xaf\x51\xb8\x68\xb3\x41\xbd\xf4\xc5\xf5\x6f\x9b\x8a\xdf\x90\x3b\x9b\x6e\x3b\xc0\x4f\x15\xba\x6f\xca\xb3\x0a\xdc\xae\x66\xcb\xd6\x32\x78\x14\x06\x1f\x54\x3a\xb1\x78\x70\x74\x0d\x85\x52\x04\x84\x73\x00\x89\x45\x51\x22\x8d\x3c\xc3\xf6\x8b\x0c\xda\x16\x2d\x97\x63\x71\xe8\xb3\x13\xb9\x09\x13\xa9\xf9\xc6\xee\x41\x82\x58\xa2\xb3\xd1\xec\x6e\x57\xa4\x8d\xc9\x53\x34\xb6\xbc\xfb\x00\x84\xc3\xf3\xac\x85\x53\x87\x0a\x0f\x06\xdd\xa1\xb3\xf0\x52\xb4\xb5\xf1\x33\x3e\xba\x05\xad\x60\xa9\x40\xfe\xcd\xba\x15\x2c\x43\xd7\x8f\xa9\x77\xe4\x46\x76\xcb\xe1\xe9\xcd\x5f\xf5\xfb\xc1\x5c\xd0\x63\x59\xd7\xf7\x39\xc9\x4a\x5e\xff\x25\x00\xf1\x96\xb5\x51\x3d\x6d\x18\xcd\x07\x9d\x9c\xe9\xad\xeb\x8b\x64\x59\x82\xc4\xa9\x3d\x91\xf9\x92\x32\xe8\xc4\x9c\xb3\x3d\x30\xba\x33\x01\x90\xa4\xa8\x77\xad\x02\x03\xeb\x1b\xdd\x6b\xa9\x3d\x32\xd6\x77\x12\x9a\x2d\xbd\x6e\x04\x87\x80\x85\x6c\xdc\xb7\x65\xef\x21\x9c\x15\x12\x2f\x2e\x1a\x3b\xc6\x34\x3c\x68\xa2\x73\x64\x67\xb6\x6d\xfb\xbb\xeb\x55\x31\x40\xcd\x58\x7b\x01\xad\xe4\x99\x9a\x2e\xd1\x43\xf2\x96\x32\xc5\x02\x2d\x33\xa8\x18\x2d\x76\x9c\x87\xbd\x2b\xd1\xd1\xa7\xeb\x02\x00\xb1\xaa\x1b\xef\x1a\x13\xa8\xeb\x00\xa4\x01\xe1\x9a\xd9\x49\x01\x00\x7d\xa5\x3f\x9d\x07\x33\xd7\x72\x0e\xaa\x29\x57\xc3\x0e\x60\xa0\x2c\xa7\xdb\x85\xff\xc8\x2f\x6d\xc7\x85\xa9\x84\x01\x08\xc7\x43\x57\x82\x39\x80\x5e\x1b\x6e\x28\x0a\x08\xe4\x95\x43\xb5\x70\x4f\x74\xa6\x78\x99\xa4\x17\xf4\x5c\x84\x95\x78\xad\xa1\x98\xcc\xf6\x4f\xc7\x9b\xca\xe6\x66\x95\x75\xa5\x3e\x15\xcd\x9c\xc3\x0c\x3f\x12\x89\x6b\x3e\x4c\x06\x6e\xfe\x39\x30\x7f\x6c\x10\x3c\x79\x21\xbf\xcb\xf4\xf3\xa2\x52\xf9\xfa\x0b\xad\x0d\x6c\x31\x4a\xc8\x5a\x59\x6d\x79\xe2\xaf\x72\x50\xec\xcc\x8d\x04\x42\x8d\x3a\x85\xcc\xa1\xde\x51\x1d\x31\x9d\x46\x84\x37\x01\xa0\x74\xb3\x43\x24\x71\x81\xd6\x0f\x6c\x37\x5c\x2f\xe8\xf9\xb9\xa1\xa7\x9d\x75\x86\xaf\xd7\x68\x87\xcc\x0f\x3c\x2d\xcb\x92\x04\x7a\x96\x20\xd1\xca\x1b\x0d\x6c\xcf\x72\x23\xf6\x91\xf5\x6a\x4e\xdb\x85\x64\x9c\x5f\x6b\x18\x4d\xd2\xd5\x27\x4d\x4d\xf6\xa1\xd8\x21\xbb\x7b\x5c\x5d\x65\x9b\x52\xd5\x0b\xb2\x99\x00\x82\x7d\x40\x15\x37\xc4\xe8\x5d\xc7\x3d\x08\xf5\xf1\xe8\x9f\x78\x0f\xea\x75\x71\xab\x27\xa1\xca\xa0\x3e\xb8\x6b\x37\xf4\x38\xeb\x0d\x98\xbc\x4b\x7b\x22\x31\x16\xd8\x23\xdd\xc5\x58\xb0\xe8\x92\x1e\x7e\x3a\x8c\x81\x89\x16\x23\x6a\x8b\xf0\x20\x19\xbb\x2f\xca\xce\xdc\x7d\xc0\x90\x11\x62\x41\xd7\x73\x1f\x54\xb1\x5c\x1c\xf1\xb8\xc6\x94\x91\x9a\x02\x99\x82\x06\xb3\x78\x87\xaa\x05\x92\x08\xb1\x00\x74\x51\xbd\x4b\xe7\xfd\x67\x2f\xde\xa0\x81\x8f\xb3\x02\x4d\x59\x99\xda\x88\x3f\x1c\xf9\x83\xb3\xbd\x9f\x76\x0f\x2b\xdf\x15\xd6\x32\xff\x56\x15\xa8\x27\x20\xae\x1c\x1f\xb8\x8d\x7a\x6a\x23\x48\x12\x3f\xfe\x62\x87\xfe\xab\x6c\x07\xa8\x5d\x47\x6f\xbd\xae\x5f\xef\xb6\xb0\x04\x01\x8a\x7c\x16\x10\x18\xb9\x11\x79\xbc\xc7\xae\x0a\x47\xfd\x87\x5c\xf1\xa8\x54\x3d\xfe\x6b\xd4\xfa\x34\xbe\xff\x81\x43\x88\x8f\xa2\xc1\xaf\xf1\x72\x4d\x09\x69\xf3\x39\xb9\xbb\x03\x90\x43\xc5\x82\x97\x3d\x3a\x27\x8f\x50\xa0\xde\xab\xc8\x5b\x9d\xc6\x1f\xd0\x04\x22\x9d\x22\xc2\x30\xdf\xda\x22\x7b\xb5\xbf\x84\x6b\x58\x6d\x81\x45\x92\x73\x74\x45\x8e\x15\xe5\x4f\x61\x6d\xb1\xab\x7a\x4c\xac\x9b\xe0\xe0\xff\xf8\x1f\xff\x6b\xf2\x88\x37\xe1\xac\x6d\xd6\xf0\x37\x1e\x40\xd8\x2d\x1e\xd6\x93\x80\x67\x15\xe9\x00\x24\x42\x42\x28\x1e\x9b\xa0\x0c\xcc\x7a\xe3\xfe\x07\xa8\x8b\x88\x46\x1e\x90\xdb\x80\xc5\x8f\x8a\x43\xc5\x12\x85\x21\x41\xdc\x93\xa0\x06\x80\xe0\xf1\x7b\xb5\x4e\xf6\xc4\xea\xd7\xae\x58\x6e\xe7\xeb\xae\xc8\x81\x5b\x04\x0e\x2a\x53\x35\x99\xd0\xf2\x76\x53\xd8\xc0\x94\x20\xba\x76\x5b\x22\xe4\xa1\x9b\x04\x11\xba\x25\xbb\x63\xf9\x60\x32\xce\x6e\xbe\xea\x45\x58\x41\xfc\xda\xa2\xf6\x85\x1d\x83\xd8\x8b\xeb\xca\x00\xc0\x24\xfb\x0e\x0d\x12\x11\xd2\x78\xf4\x87\xc4\xf5\xe1\xe6\x44\x1d\x90\x27\x69\xbf\x71\x8a\x8d\xc9\xc4\x14\x66\x03\xd3\xa7\x88\x03\x07\x18\x37\x34\x85\xf4\x26\xf5\x64\xc5\x46\x1c\xb1\x88\x69\x17\xe8\x07\xd4\xdc\x49\x12\xb2\x25\x7e\x04\xff\x4b\x84\x72\x09\xc1\x6a\x1b\x83\x91\x81\x9a\x0e\xe4\x8a\x26\x59\x15\x25\x9a\xb4\x8a\x1d\x04\x86\x58\x68\xb3\xf5\xec\x15\x1a\xe4\x8b\x15\x04\x07\x7f\xc8\xd6\x29\x57\xad\xa4\x3b\x90\x44\x1f\xca\x1f\x09\x34\xb1\x33\xa8\xd2\x0f\x96\x82\x61\x55\xfa\xe1\x54\x4a\x60\xda\xa1\xf0\x04\xff\x81\x9b\x54\x42\x21\x9c\x09\xb9\xd3\x94\xe2\xed\x6b\x12\x3c\x90\xa2\xb5\x30\x7d\xfa\x17\xf6\xa5\x34\x99\x25\xbb\x06\xfe\x23\xa1\xa7\xd6\x26\xbb\x98\xbd\x06\xa1\xae\xa8\xb2\x92\xdf\x0f\xb8\x1c\x20\x80\x62\xeb\xfc\x44\x48\x7d\xc5\x85\xe4\xa1\x83\x2d\x8e\x2b\xcb\xf6\x44\xbb\x74\xac\x31\xa2\xad\x8c\x2e\xda\xa9\xfe\x95\xe8\x84\xa6\xfd\x89\x69\xb9\x78\xe3\x48\x31\x87\x51\xb1\xc4\x47\xba\x2a\x2b\xd4\xb4\x3c\x25\x63\x69\x57\x96\x11\x81\x99\x91\x9d\xac\x2b\xdc\xc1\x4d\xc6\xf7\xc7\x57\xfa\xf0\xe3\xbe\xe4\x64\xe2\x9e\xb5\xdd\xce\x15\xb1\x2b\xd5\xf5\xbf\x95\xf4\x68\x2b\x85\x00\xd8\x46\xc2\xfc\x38\x07\x24\x0c\x96\xc4\xcf\x7c\x74\x38\x41\xf1\x34\x3a\x92\xa0\xbc\x42\x16\x10\xca\xe8\x16\xa6\x83\xcf\x4b\x38\x8a\x66\x1e\x36\xb6\xc1\x2d\x0f\x2a\xba\x53\x0e\x0f\xb9\x37\x90\xaf\x43\x83\x1d\xa8\xc8\x43\x8e\xf6\x37\x3e\x74\xbd\x07\x41\xdd\xd7\x7f\x8d\xba\x65\x93\x46\xb0\x16\x75\x5f\x5b\xf4\xb1\x70\xf5\x9f\x91\x1d\x56\x8d\xc2\xc7\xe1\x56\x99\xa5\x48\x52\x66\xf6\x73\xa7\x16\x06\xc3\x39\x8f\x54\x22\x26\x7e\x74\xd6\xa8\xff\xd4\xfa\xaf\x0a\x83\x78\x02\x50\x74\xbf\x73\xc6\x62\x7c\xd7\x02\x7e\xd5\xf7\x23\xa7\xc7\xa7\xde\x3f\x3e\xfe\x38\xdf\x97\xd9\xd2\x88\x43\x1e\x55\x21\x3e\x09\x83\x69\x45\xa3\x48\x57\x54\x63\x38\x16\xed\x72\x9b\x2d\x66\xc0\xeb\xd5\xb8\xc5\xae\x31\x6e\xa8\x7e\x59\xfb\xcd\xd4\xef\x82\x7d\x82\xce\xc7\xbe\x00\x47\x87\xa4\x13\x9f\x9d\x3d\x24\xa6\xca\xe7\xf7\x5a\xdc\x08\x6c\xfd\x3a\xfd\x9e\x43\x78\x0a\x44\x89\x5e\xf3\x1b\x0e\xdc\xd7\xc0\x30\x41\xfd\xfe\x31\x9a\x49\x74\xfa\x87\xc7\x20\xce\xf2\x0d\xf0\x93\xc3\xe2\x29\xfa\x8d\x0a\xa2\x25\xe7\x7f\xc1\xb6\x63\x35\xad\x04\x39\x03\x71\xe9\xb2\xee\x84\x01\x43\x6d\xd8\x05\xd2\x96\xfe\xbe\x50\x1b\x3e\xf0\x7c\xbe\xb8\xa4\x26\x3f\x05\xda\x54\x3a\xf6\xb1\x99\x02\xce\xaa\x90\x3f\x42\x47\x72\x6c\xf4\xa4\xc1\x45\x55\x2d\x52\xa6\x5e\x75\x4b\xc1\x51\x94\xd5\x1b\xf9\x38\xc5\xd8\x6f\x56\x1c\x17\xdb\xb1\xe6\x84\xf4\xa0\x06\x61\xbd\x03\x55\x1a\x03\x22\x68\xcb\xc6\x19\xb3\xef\xaf\x7f\x17\xef\xda\xd0\xd0\x62\x74\x6c\xa0\x2e\xda\xea\x78\x87\x01\xb6\x40\xd0\x6a\x9d\xf6\xfc\x53\xcd\x77\xb5\x6d\x97\x44\x93\x5b\x6c\xbe\x33\x05\x35\x66\x32\xdd\xde\x38\x68\xd0\xec\x02\xb8\xe5\xf5\xa1\x86\x78\xd7\xe8\x74\x66\xf7\xde\x7d\xf9\x1e\x43\xee\xe0\x8b\x19\x3e\x5b\x22\x67\xe1\x9f\xfc\xde\xfd\xf5\xbd\xbd\xfb\xe0\xde\xbb\xaf\xde\x5b\x54\x42\x0c\x9a\xcf\x57\xd9\xd6\xcc\x7c\x6b\xee\x8d\x04\x36\x6c\xaa\xf5\xf7\x8d\x39\x2f\xea\xce\x62\x30\x3e\x10\x24\x41\xfe\xf4\x38\xe4\x03\x1c\x92\xb8\xe9\xc5\x98\x80\x63\xad\x0c\x10\x41\x2e\x5f\x9e\x0d\x11\x41\xd5\xed\xe6\xb2\x03\x16\x71\xc5\xf7\xfc\x37\x08\x8c\xae\x07\x2e\x41\xd1\xac\x9d\xfd\x82\x02\x27\xac\xb5\xc8\x71\xa5\x30\x71\x55\xbc\xfc\x85\x7f\x3d\xa0\x35\xd0\x4b\x68\xb0\x85\xbf\xb8\xd1\x6a\xf7\x1a\x48\x4f\xae\xeb\x62\x41\x66\x20\x8b\xc2\xf6\xc3\x1e\x18\x0d\x5d\x33\x8d\x71\x1a\xfd\xa0\x67\x46\x7e\x17\x8f\xbf\xca\x64\xa5\xd6\xf7\x6e\x0a\xa2\x8b\xb0\x83\x66\x8d\xa1\x9d\xe3\xfa\x6f\x89\x85\x4b\xf9\x64\xfa\x55\x3e\xd1\xf5\xc5\x68\x5b\x41\xe2\x0a\x63\x61\xab\xde\x09\xfd\xb1\xcd\x0d\x50\xfa\x2f\xf1\x3c\xff\x70\x57\x32\x71\x07\x90\xbf\x84\x07\x5f\x20\x4f\xbd\x72\x3d\x8a\x86\x8f\x29\xdf\xed\xba\xf7\x86\xed\xcc\xa3\xa5\x0d\x46\x6e\x31\xd5\x55\x04\x18\xfb\x9a\x42\x57\xaa\x1c\xd0\xf8\x39\xa8\x1b\x39\x45\x61\x04\xb8\x5c\xb0\x99\x9c\x82\x7d\xac\x35\x96\x52\xf5\xc9\x5d\x91\xb0\x68\xf0\xb4\xf0\x56\xc3\x7e\x39\x93\xa5\xa8\x6a\x51\xcd\xd5\x05\x8a\x84\x1f\xb6\xc6\xc0\x57\xcd\xc7\x85\xdd\x76\x24\x4a\xa3\x3c\x7a\xd5\xb1\xd5\xef\x34\xbd\xd1\xd5\x3a\x7a\xfe\xd7\x18\x20\x68\xe2\x71\xd5\x05\xb7\x82\xc3\xff\xe9\x3c\x4c\x5e\xa0\x3b\x87\xac\xcf\x03\x47\xdf\x1a\x50\xa7\x9d\x9d\x63\x54\x4e\x89\x96\xa0\xa5\x4c\xb4\xf9\xae\x13\xad\xa6\x37\xf8\xe8\x23\x6c\x68\x2d\x0c\xc7\x0a\x07\xeb\x7f\xc5\x97\x03\x40\x03\x11\x4b\xc0\xdf\xfc\x3d\xb1\x8e\xdd\xe8\x93\x40\xae\x79\x60\x2d\xfc\x51\x0c\x6e\xdd\x5b\x55\xf4\x51\xdc\xf5\x98\xcf\x50\x9b\xbb\x61\x73\x54\x83\x71\x9d\x72\xb4\x9b\x91\xe7\x2b\xaa\x4d\xca\x1f\xc4\xb4\x19\xc9\x9a\xc1\x4b\x6f\x25\x0b\xf1\x2f\xa8\x87\xdf\xa2\xc6\x87\x52\x4d\x80\x8c\x74\xd3\xdb\x7c\x80\x7a\xf7\x19\xd0\xe3\x65\xb1\xcf\x04\xfd\x3e\x84\xbd\x29\x4a\x74\x22\x4e\x58\x88\x73\xe2\x43\x93\x86\xe2\x9c\x7c\x84\x2b\x0a\x3d\x18\xb1\xba\xb3\x33\xa7\x8b\xe7\xd5\xad\x4b\xf6\x3e\x1b\xaf\xcd\xbb\xf3\xf3\x85\x29\x52\x15\x28\xc3\x46\xfa\x12\x82\x26\x4c\xc1\xc8\x12\x02\xae\x08\x14\xff\x9e\x45\x21\x53\xc0\x68\xac\x05\x08\x8d\xb3\x87\xf0\xbf\xfe\x1c\xf8\xdf\xd9\x70\x96\x91\x60\x2c\xa2\xae\x13\x81\x65\x4f\x6a\xd4\x55\x76\x25\xec\x19\x73\x77\x4f\xd0\xc7\xaa\x2a\xc4\x32\x0d\xb5\x1a\xa4\x75\xd7\xda\xed\x06\xf9\xa3\xb6\x76\xa3\x3e\xb1\x4c\x7a\x88\xb9\xb0\xe2\x38\xac\xf3\xa0\x47\x58\x9c\x32\x07\xc5\x7a\x6e\x32\xd5\x39\xa7\x5c\x45\xde\xf0\xb9\x77\xf4\xd7\x08\xa3\x98\xce\x7e\x81\xce\x07\x16\x32\x84\x1e\xa2\x6d\xbc\xba\x28\x82\x07\x55\x42\x2f\x88\x25\xd0\x0d\x02\x9d\x4f\x02\x7e\x02\x10\xea\x7d\x1a\xeb\x3e\x32\x15\xb9\x20\xd7\xbf\xd0\x0f\x44\x21\xbf\xe8\xd6\xb2\x58\x12\x8d\xe2\x25\x06\xae\x43\xb8\x81\x0f\x5e\x9e\xe6\x88\xff\xc8\x53\x15\xa0\x89\x97\x41\x0d\x86\xa2\x70\xfa\x9b\x43\xa7\x69\xf9\x57\xbe\x1c\x84\xa3\x0c\x11\x9a\x04\x85\x91\x51\x76\xf8\xbe\x2a\x4c\x07\x0f\x86\xc4\xe3\x9f\x1a\xe8\xde\xbb\x7f\x79\x6f\xdd\x70\x64\xd1\xb2\x69\xf4\x1a\x80\x9c\x83\x7c\x05\x3a\x7f\x8b\x8e\xdc\xa1\xed\xa8\x46\xac\x42\xf0\x5f\x50\xfd\x80\xe1\x49\xc4\x10\xd6\xbd\xb4\x48\x15\x61\x00\x00\x7e\x68\x61\xfe\x65\xc0\xf6\xef\x06\xd3\x52\xd3\x08\x17\xe0\x5c\xd8\x5f\x62\xbb\xc9\xeb\xbd\x61\x6d\x26\x12\x45\x52\xbe\x6d\x1a\x7f\x63\x78\xd3\x50\xb4\x19\x5b\x22\x82\x99\xd4\x10\x83\x9b\x78\xe0\x01\xbe\xe9\x6f\xd5\x1d\xe9\x08\x38\xec\x0c\x2e\x17\x19\x0c\xe0\xcb\x16\x45\x14\x52\xc2\x1e\x69\x8c\xe4\xad\x17\xc8\xf5\x96\x1e\x15\x39\x44\x71\x6c\x30\xea\x3d\x7e\xd8\xb8\x5a\x17\x53\x58\xc0\x32\x66\xb9\xa5\x98\x45\x05\x59\xe1\xac\xca\x62\xdb\x92\x79\x24\xaa\xf4\x51\xa1\x86\xb1\xad\x88\x46\xa8\x56\x2d\x7a\x71\x77\x8f\x7d\x1c\xf4\xb6\xa8\x98\x3d\x87\x0f\x2f\x6b\x62\x48\x3d\xae\xc9\xaa\x39\x3d\x4c\xd1\x06\x45\x56\x49\xd1\x26\x89\x4f\xb1\x0f\x86\xd5\xdf\x23\x67\x78\xe2\xfa\xa5\x27\x8d\xdb\x76\x2d\xa2\xca\xa7\x07\x50\xf7\x3d\xdd\x15\x43\xd8\xe8\xf0\xb0\x51\xa8\xdc\x5d\x56\xa1\x01\x78\xff\xea\x39\x58\xf3\x9d\xca\x4b\x7c\x0f\xc4\x62\x6c\x15\xe3\xa4\xd1\xdb\x4c\xc0\xdf\x55\x72\xa9\xa9\x35\xe1\x37\x3b\xfb\xa5\x17\x00\x76\x70\x1f\x78\x47\x62\xd6\x98\x16\x1f\xa2\x45\xe6\x24\x7a\x1b\xfa\xf9\x5f\xee\xe5\x5f\x10\xf3\x88\xd1\x7e\xd1\x8f\xcf\x54\x3d\x75\x30\x19\xd1\x38\x6a\xc5\x57\xac\x67\xce\xec\xd0\x30\x99\x6e\xa3\xc1\x11\xf0\x02\x3f\xc7\xab\xe4\x08\x21\xed\xf4\x97\x24\xd0\x8a\x06\x64\x37\xd4\x66\x04\x15\x86\xaa\x97\xe0\xe3\x41\xf5\x4b\xbf\x4e\x1e\xca\x64\xe8\x35\x19\x4e\xa1\x9e\xe7\x1d\xc0\x1c\x09\xd2\xb8\x51\x4f\xaf\x3f\x96\x25\x2b\x30\xf0\x0d\xb2\xdb\xf5\xe7\x23\xa2\x5f\x7f\x90\x48\xee\x8b\xd7\x08\x6c\xcb\x62\x03\x04\x2e\xe0\xbd\xf9\xe2\x85\x3a\x37\x02\x2d\x74\x00\x50\x26\x09\x00\x8b\x43\xa6\xab\x6d\x4c\x38\x22\x53\xa1\x48\x41\xe8\x88\x50\x50\x8f\xb9\xd4\x37\x70\xb5\x43\x6d\xf4\x74\xf8\x46\x1e\x7e\xd4\xed\x18\xec\x44\xfa\xb9\x06\x1c\xfd\x22\x5e\xbe\xc1\x27\x0f\x83\x9e\x27\x46\x9e\xe0\xdc\x47\x17\x5e\x4d\x7a\x9d\x33\xe8\xcc\x38\xdc\x27\x19\xd5\x0e\xc6\xe9\x05\xe3\x9a\xa6\x40\xec\xd9\xcf\x3e\xb3\x12\x27\x34\xfd\xec\x3b\xf8\x6f\xb2\xdb\x4d\xf2\xfc\x33\x89\x31\x30\xdc\x20\xc7\x2f\x86\x1b\x75\xc0\xea\x55\xf5\x3f\x77\xc2\x6e\x88\xc9\x0e\x1b\x2f\x3c\xc3\xdd\xab\x16\x1c\xf2\x4f\x83\xa0\xd5\x14\x64\x21\x5b\x9b\x6d\x73\xfd\x71\x45\xd1\x04\xc2\xdd\x67\x6e\x6f\x00\x0c\x2f\x81\xd5\x3a\xa7\x90\x78\x40\x31\x99\xef\x62\x1e\x6a\x47\x5c\x4c\xbc\xde\xbe\x08\x13\x7c\x13\x7e\x3f\x5c\x86\x72\xfd\xc3\x35\xf0\x7e\x85\x5c\x27\x1e\x51\xd0\xd6\x06\x1b\x58\xf5\x98\x6f\x17\x1e\xf9\x4e\x0c\x6d\x22\x4d\x84\x33\x70\x32\xc5\x48\x45\xa1\x00\x31\x5a\xf8\x7f\x24\x57\x8c\x0d\x37\x06\x25\x07\xa4\x8a\xe4\xa2\xd8\x16\xb3\xb7\xf0\x3f\xfa\x6b\x7a\x61\xca\x25\x86\x45\x0b\xa2\xa5\x14\xbb\x14\xbf\xdf\x89\x2a\x78\x21\x09\xbf\x11\x7c\x73\x38\x6b\x20\xfa\x14\xbd\x6b\x27\x16\x89\xe4\x55\xf7\x37\xf4\xb9\xe7\xf8\xd9\x80\x45\xd3\xbc\xde\x76\xb1\x1e\x04\x16\xbf\xc0\x57\xef\xc6\x59\x29\x4e\x79\x38\x81\xfb\x55\x01\x60\x33\xa7\xac\x13\x31\xc6\x41\xda\xc5\x91\x2c\x39\x1b\x05\x35\x0a\xb2\x53\xd0\x6f\x11\x0e\x7c\xb1\x93\x0c\xe8\x33\xfb\x56\xad\x25\x07\x03\x57\xf0\xd8\x87\xaa\xa8\x55\x89\x68\x37\xf4\xcd\xc7\x01\xbd\x9f\x4d\xe4\xdb\xe7\xf1\x8b\x2c\x87\x22\x19\x06\xf3\xb0\x4e\x18\xa7\xcf\x64\x68\x2d\x63\x14\x40\x94\x66\xf7\x6c\xea\x34\x28\x32\x33\x77\x63\x5b\xc4\xfc\xd4\x8c\x40\x1d\x7b\x9d\x2f\x28\x6a\x53\x28\x46\x47\x2b\xd4\xef\x7e\xa1\xba\x3c\x36\x43\x0c\xaa\xf0\x60\x0e\xaa\x07\xd5\x30\xaa\xce\xd2\xcc\xbf\x64\x43\x27\xaa\xcc\x0c\x38\xea\x2f\x94\xff\x26\x10\x77\xd0\xe6\x1c\xee\xc9\xca\xe7\x8c\x6c\x7f\x39\x46\x20\x46\x40\x72\x27\x37\xcf\x4a\x34\x2c\xba\x54\x7e\x81\xec\xc5\x10\xca\x26\x3c\x8c\x06\xf3\x77\x44\xfc\xa0\x7f\x81\xeb\xd2\x4a\xe4\xd7\x60\x97\x59\x6b\xec\x2d\xda\x43\x5d\x31\x6e\xec\xa1\x6c\x16\x5a\x3c\xe5\xa3\xb5\x12\xa4\x3a\xfc\x12\x44\x31\x84\x8d\x54\xc6\x81\x4f\xc4\xd7\xda\xd4\xf5\xd6\xa2\x33\x2b\xfd\xe1\xcb\xd7\x45\xcb\x9f\x30\x96\xfb\xf3\xf8\x1b\xc8\xc5\xc5\xd2\xe7\xcc\x78\xd6\xa0\x9d\xd2\xf8\xf4\xc8\x55\xf6\xb5\x0f\x29\xea\xbc\x66\x5d\x0d\x71\x85\x1c\x5f\x67\x00\x99\x7e\x5d\xec\xa5\x87\xaf\xde\xb7\x74\x68\xe5\xb0\x19\x48\x2c\x8e\x90\x9f\xe3\x42\xf6\x6e\xc5\xf2\xc8\xb6\x68\x61\x60\xa6\x1b\x0a\x69\xa0\x03\x66\xf9\x39\x92\x81\x3c\x98\x23\x10\x22\xd4\xe4\xb5\x83\x48\xdf\xda\x06\x4f\x98\x91\x13\x21\xa6\x30\x8d\x00\xc5\xd1\xf4\xc1\x37\x24\xdc\xae\x04\xc5\x55\xbc\x13\xec\x0f\x30\x63\xe6\x03\xa2\x89\xac\x9c\x13\x9a\x7c\x42\xbf\x8c\xe0\x3c\xef\x84\xe7\x9a\x44\xd5\x29\x3e\xbb\x34\xe1\x16\x18\x88\xe9\x70\x5d\x67\xe9\xd7\x91\x65\xb2\x84\x85\x76\x79\x3c\xc8\x9c\xa7\xdb\xa1\xb9\x26\x5e\x7e\x49\x13\x61\x0b\x1f\xbc\xed\x4d\xb6\xd0\x60\x61\xc1\x26\xb2\xde\xc8\x25\x25\x5a\x9b\x05\xc8\x08\xc6\x3a\xd7\x22\x51\xcc\x4e\xce\x2e\x61\x3b\x77\x63\xab\x8a\x36\x82\xba\x9b\x63\xc0\xcc\x2d\xb2\x7f\xba\x23\x9f\xea\x43\x1a\xd0\x3a\x85\x63\x82\xf5\x4c\x02\xae\x89\x47\x50\xda\x27\x5d\xd9\x9b\x7a\xf0\xf6\xc5\x61\x3a\x89\xd3\x32\x6b\xaf\x28\x5e\x51\x23\x18\xe9\xef\xe8\x82\xfd\x8f\xf4\xef\x08\xb8\xf0\x0f\xbe\xe9\x7f\xf8\x87\xa2\x28\x97\xd3\x25\x72\x4b\x3f\x8a\xd2\x34\xd8\x18\x52\xc5\xff\x5e\x26\x2a\xb1\xfa\xdd\x9a\x83\xad\x27\x49\x88\x67\x19\xcb\xc8\x21\x54\x02\x63\x14\x3a\x51\x61\xd0\x0d\x0d\xd5\x4f\xb9\x2d\x76\xd7\xbf\xad\xd9\x60\xde\x77\x9c\xe3\x45\x6c\xe6\x57\xfc\xe8\xcd\xac\x00\xfe\xf0\x35\x28\x11\x10\x05\xce\x41\x1d\x80\x65\x43\x3d\x34\xb2\x41\xd7\x00\xf2\xfd\x0b\xa2\xbd\x20\x89\x09\x65\xab\x81\xc4\xd4\x47\xb6\x2e\x4c\x62\xcf\x54\xb4\x12\x4f\x57\xad\x16\xe2\x44\x54\xb4\xa0\x3b\x17\x1b\xea\xe0\x01\x96\xb1\xb5\x4c\xb7\xbb\xc0\xd6\x65\x35\x68\x15\x49\xd0\x62\xc2\x45\xb2\x73\x71\x53\x6f\x6b\xc3\xfd\x39\x01\x3d\xf5\xe6\x72\x2c\x62\xde\x60\x20\x3f\x9c\xba\x50\x3c\x0b\x24\x6f\x92\xca\x5c\x7e\x12\x3b\x79\x1d\x08\xf9\x79\x31\x12\x0d\xcd\x80\x6e\x9a\xe5\x3f\x3b\x2b\x8d\xfd\xff\x23\xed\x5e\xd9\xf5\xac\xf6\x07\xf5\xd9\x2f\x85\x13\xa2\x84\x16\x8e\x03\xf9\xe1\x76\x7b\x3b\x8d\x2e\x68\x65\x57\xee\x61\x25\x0c\xe4\x32\xac\x14\xf9\x6e\x05\x5d\x23\x2e\x8b\x21\xc9\xe1\xeb\xc5\xd5\xc5\x34\x1d\x44\xf9\xd5\x38\x43\x67\x64\x55\x8b\x21\x9d\xc5\x4a\x91\xa3\x60\x06\x93\x18\x99\x6a\x74\xa6\xe4\x6c\xc0\x48\x57\x9e\x12\xd5\x3f\x88\xbc\x68\xc4\xd5\x86\xb0\x6e\xae\xb7\xc8\x99\xd4\xe2\x56\x01\x62\x81\x5b\x9d\x93\xa3\x7d\x13\xc5\xb9\xbe\x69\xe8\xbf\xc6\x43\x33\x7d\xdb\x14\x7e\xf4\x4f\x0e\xdc\xdf\x10\xcb\x9a\x0b\xbd\x94\x8d\x46\xa4\xe4\x06\xe2\xeb\x3a\x98\x0f\xe2\x54\x79\x05\xe2\xcb\xcd\x31\x9f\x94\xc9\xf6\x91\x41\x7b\xda\x92\xc2\x2b\x91\xbc\xaa\x12\x30\x57\x00\x85\x5f\x0f\xc8\x33\xbd\xe6\x10\x4f\xc7\x9a\x44\xef\x60\x39\x52\x71\xc4\x9f\x08\xc5\x26\x22\xa9\xdc\xfc\x96\xb7\xe7\x46\xfe\x73\x74\xe4\xfe\x9d\x4f\x55\x71\xc9\x89\x52\x5c\xdc\x60\xba\xf9\x34\x21\xa2\x27\xf7\xec\x58\x77\xa1\x68\x16\x80\x7c\xb0\x8e\x51\x21\x2d\x98\x9a\x6c\xdc\xf0\xda\x0c\xf7\x2f\xdc\x3a\x8a\x1e\x9b\x0f\x1a\xf5\xd4\xb0\x47\xee\x61\x5d\xc0\xff\xad\x59\x6b\x28\xce\x5b\x6e\xdd\x81\x5d\x0b\x21\xe3\x4f\x3a\x2c\x1d\x1e\xe4\xaf\x3c\x48\x30\x84\x73\x24\x43\xae\x33\xb3\xa1\x2b\x72\x94\x1f\xe9\x92\xc4\x4e\x76\xa5\x87\x4b\x73\x34\xe2\x63\x75\x04\x97\x7a\x5b\x76\xb6\x38\x67\xff\x33\x3a\xa6\x23\x11\xcf\x8f\x02\xbb\x07\x02\x08\x75\x26\x6b\x18\x03\x21\x90\x06\xaf\xcf\x37\xac\x81\x6c\x8e\x71\xb7\xdc\x49\x11\x42\x09\xf9\x82\xbe\x61\xe9\x91\x22\x0c\x7a\xfb\x40\x12\xed\x2e\x47\xe0\x34\x83\xe1\xd4\x36\xbc\xa1\x9f\x18\xfd\xaf\x83\xd1\xd9\xb3\xe7\xf0\xc0\xcc\x12\x5c\x19\xf4\x34\x09\xc7\xf4\xee\xa4\x37\x0e\xf8\x95\x0e\x18\x36\xd5\x10\xc6\x12\x6e\x3b\xb5\xe4\xa8\x79\xc4\x51\x96\x49\x65\x26\x41\xc3\xf2\xbe\x7b\x4d\x1f\xbc\x71\x15\x48\x4c\xc2\x10\x4a\x18\x7b\x01\x65\xbd\x71\x90\x3a\x70\x3d\x6f\x7c\x94\x3d\x24\x4c\x8d\x74\x34\x51\x41\xb1\x17\x3e\x66\x88\x89\xd9\x3c\xe1\x95\x24\x5f\x11\x23\x05\x57\x6d\x97\x6d\x89\xff\x66\x5a\xfb\x46\xfe\x48\x39\x39\xdc\x18\xa5\xbd\x35\xc5\x1f\xa7\x95\xb1\xa3\x60\xe0\x33\xef\xa5\x34\x8c\x84\x3c\x6e\x71\x11\x47\x22\x38\xd4\xa2\xe7\xd5\x1f\xb6\xe7\x59\xc6\x71\x28\xfa\x60\x15\x0d\x3e\x9c\x5f\x34\x92\xd7\xdd\x05\x83\x0c\xb1\xe7\x68\x1b\x46\xa6\xaf\x06\xf7\x8d\xf0\x8d\x98\x7e\xf8\x24\x30\x23\x2c\x04\xa6\xf3\x0b\xc7\x75\xb2\x5d\x74\x30\x92\x13\xe2\xb0\xa7\xbf\x4e\xb2\x31\xbb\xfa\xdc\x8c\xef\xe4\x70\x0f\x47\xae\x25\x9b\x41\x73\xc6\x8e\xd0\xb2\xd4\x2d\x82\x6d\xa2\xd1\xbc\xd4\xab\x3d\x30\xfe\xa9\x77\xd9\xc1\xf7\xcd\x45\xef\x08\x9e\x0c\x58\x92\xf0\xa1\xab\xb7\x07\xe1\xd1\x0e\x2f\x26\x4d\xad\xa0\xd8\x86\x73\x8e\xcb\x3f\x8b\xf2\x87\xb0\x43\x48\x10\x7d\x75\xa7\x21\x0f\x9d\x73\xec\x9f\x19\x16\x01\xf4\x82\x35\x33\xaa\xa1\x19\x87\x64\xd2\xd4\x28\x91\x65\x4d\x8e\xb8\x26\x21\x35\x17\xaf\x90\x23\x95\x6d\x35\x43\x16\xb2\x47\x05\x71\x51\x22\x03\x12\x6f\x67\x5a\x24\x56\xe8\x87\x80\xa1\x2b\x0d\x25\x4d\xe3\x90\x27\x01\x70\x60\xc8\x24\xce\x9c\x20\xc9\xf0\xc8\xf5\x3d\x57\x17\xa0\x2a\x3d\x7d\x7d\xf6\xc6\xbd\x87\x65\x82\x5d\x33\x17\x7c\xb4\x4a\x29\xf1\x5d\xfa\xa4\x61\x70\x22\xe8\x22\xe0\x2c\x50\x13\x0b\xdb\x6d\x76\x37\x3b\x4a\xba\x75\x3e\x43\x9f\x0e\x0e\x45\xe2\x99\x1d\xfe\xe8\xaf\x99\xee\x5e\xe0\x4f\x72\xa8\xee\x61\xb7\x71\x37\xe4\x01\x17\xf1\x98\x23\xd5\x1c\x76\x94\x82\x04\xd1\x19\x46\xe2\x39\x67\xdf\x82\xd0\x6d\xfc\xed\x98\x63\xf1\xe1\xd9\xe9\xcd\xd2\x15\xdd\xe0\x2a\x3e\xe8\x65\x4a\xc9\x86\xa0\x2b\xe0\x23\x9a\xcb\xd9\x19\x33\xd2\x64\x0d\x3b\xdc\x90\xb8\xb2\x28\x39\xf8\x9c\x11\xdc\x6d\xb1\xeb\x4a\x8d\xdd\xd6\xd9\xcd\xe4\x09\x8c\xbe\x86\x0b\xe0\xd8\x70\x99\xe1\x24\x56\xe8\x01\xcc\xdd\x6e\x40\x5d\x28\x26\x41\x9a\xc4\xab\xc5\x4c\xa7\xc7\x9d\xe5\x3c\x6a\xb8\xad\xf4\x0a\x4a\xc1\x4f\x61\x8c\x18\x4d\xe3\x23\x97\xba\xa6\xe1\x03\xd1\x99\xe1\xac\xd5\xcc\x65\x55\x9a\xb5\x96\xe1\x9c\xc3\x8f\x07\x1d\xb3\x4f\x08\x2b\xf7\x01\x14\x8a\x08\x6f\xe9\xbc\xf5\x39\xfa\xb8\x5a\x21\xd5\x1a\xab\x60\xf7\x35\x7a\xba\x1e\x57\x2d\xc7\x84\xec\xd7\xe0\x17\x2e\x72\xc5\x5a\x91\x6f\xcf\xc8\xf6\xec\x39\x8e\xfa\x0c\xb3\xb3\x91\x17\xe7\xb0\xca\xa2\xce\x2f\x35\x54\xcd\x40\x93\x2b\x69\x76\x55\x9d\x1b\x26\xa9\x83\x42\x0d\x37\xcb\x0a\x18\xcc\xf2\x8a\xaf\x76\x71\x58\xb5\xbc\xf0\x7e\xbc\x9c\x38\xc0\xa7\x96\x42\xdf\x67\xea\x56\x03\xee\x52\x3c\x92\xae\x62\x6f\x2f\x7d\x07\x20\xe0\xc0\x08\xa4\x55\xc0\x29\xb3\xf8\x76\xd5\x2d\x8a\x9e\xe2\x4a\x66\x4e\x36\x79\x81\x08\x81\xe0\x87\x63\xc1\x50\x24\xf9\x08\x3b\x48\xe4\x8f\xbc\xd3\xd8\xd7\xb6\xe0\xf8\x42\x12\x6e\x65\x9a\x9e\x64\x2e\x6a\x42\x90\x5b\x12\x9f\x56\x19\x64\x65\x05\xc3\xdc\x99\x83\xf9\x90\x6b\x3f\xd6\x65\xa7\xfe\xc1\x77\x67\x26\x8c\x55\xfa\xc7\x21\x2c\x9a\xd4\xa5\x3a\xbd\x90\x84\x63\xf8\x3f\xc8\x91\x6c\xdd\x25\x34\x6a\x85\x84\xd8\x56\x34\x89\x21\xd2\xc5\xf3\xe2\x13\x50\xa7\x32\xd2\xde\xa2\x20\xf2\xd8\xb4\x18\x75\x4e\xc2\x5c\x01\xcd\xac\x38\x10\x63\x95\xea\x3d\xb6\x26\x3e\x7c\xca\x82\x98\x71\x6c\x3f\x24\x15\x25\x49\x03\x24\x89\x30\xda\x63\x49\x7f\xb7\x5f\x65\x74\xd1\x2f\x38\xb8\xc9\xe7\xdf\x9d\xbd\x7e\x75\x24\xf3\xfc\x30\xb9\xb8\xb8\x98\x60\xf5\x49\xd7\xc0\x57\x2c\xcc\x65\xe2\x47\x98\x9b\xf2\x81\x69\x97\xdf\xdc\x87\x7f\xbf\x00\xce\x03\xc9\x41\x8c\x53\x57\x85\x4f\xb3\xfc\xcf\xd0\x07\xb9\x4a\xa4\x1a\x0f\xd3\x13\x84\xdc\x26\x9e\x20\x3b\x54\xf0\x09\x92\x9f\x6e\xc0\xb3\x2c\x1b\x18\xf8\x8c\xfe\x09\x8a\x81\x7d\xd9\x8e\x87\xe4\xec\x57\x2a\x60\x0c\x9a\xc0\x0b\xf8\x23\x1e\x9d\x2b\xb0\xb5\xeb\x53\x32\x74\xf5\xea\xfa\x73\xa3\x11\x2d\xde\x22\x56\x43\xc9\x44\x99\x3e\x45\x92\x9c\x64\x12\x88\x97\xb2\x14\xdf\xf6\xdb\x93\xd7\x61\x5d\x95\x97\x94\x3d\x10\x95\x06\x7c\x3e\x58\xae\x70\xa4\x70\x30\xed\x37\xa6\xbc\x27\x06\x71\x34\x99\x26\xc2\xfc\x37\x1a\xff\xc0\x49\xd4\x24\xf6\x3a\x89\x7a\xd0\x05\x87\xf5\x9c\xe1\x8d\x04\x68\xe4\xc0\x16\xa2\xc4\x65\x59\xb9\xf0\x7d\x0e\x1b\xb3\x91\x86\x7b\x80\x1d\xff\x2e\xcf\x18\x64\xfa\x78\x1f\x1d\x11\x9d\x23\xca\xc8\x5e\xcc\x90\x82\x8d\x6e\x92\xe2\x4c\xf2\xb5\x54\xb5\x60\x98\x3c\xdf\x5f\x56\x4a\x20\xc4\x39\x83\xfa\xa5\x3e\x8b\x2f\xdf\x3a\x12\x71\x68\xdf\x61\xe1\x6c\xe6\x94\x1b\x77\xf3\x48\xd5\xef\x99\x0d\x46\xd3\x78\xed\x56\xb0\xad\xac\x47\xd0\xf0\x7d\x31\xae\x20\x44\xd1\x67\x10\x42\x6a\x38\xc0\x42\x7d\xee\xf2\x00\x22\x92\xda\xa3\xfd\x4b\x5c\xc1\x71\x61\x52\x44\xa3\xfe\x30\x43\x49\x87\x3d\x6f\x94\xfa\x63\x30\xea\x13\x0a\x9b\x45\xbe\x4f\xc3\xe7\x35\x9a\x09\x5d\x4e\xc2\x9f\x6f\xc2\xab\x89\x3b\xc1\x37\xc8\x23\xce\xa7\x9c\xc2\xee\x8c\xc3\x6f\x78\x2c\x71\x86\xf5\x10\x39\x50\xe8\x85\xb5\x57\x1b\x0e\x38\x5e\xda\xc6\x69\xff\x8e\x06\x41\x98\xfa\x9f\xe2\xd4\xd0\xfd\xbb\xbd\x81\xcb\x8b\x3e\x92\x59\x95\x95\xe1\x76\xed\xcb\xfa\x92\xa3\x1a\x3e\xa6\xbf\xa3\x88\xd1\xe1\x0a\x7d\xd5\x61\xcd\x71\x21\xc1\xb7\x50\x43\x90\x41\x33\xd2\x55\x63\x1e\xd0\x92\xe1\xcb\x09\x8e\xd3\xd4\x87\x74\x67\x37\xd8\x1c\x0d\x27\xd0\x4c\x50\x9f\x66\x7a\x01\xde\xf2\x41\x9c\x25\x8e\xfa\x1c\x6c\x21\xb9\x6b\xfb\x05\xfb\xac\x54\xde\x8f\x26\x3d\xb0\xb6\xa1\x10\x1e\x9a\x64\x8d\x2d\xb9\x17\xc8\xcf\x55\x89\x63\x12\x0e\x87\x1b\x06\x20\x0c\x5b\xc6\x51\x08\x87\xad\x6f\x13\x7e\x30\x3a\xd6\x30\xb8\x20\xa5\xf7\x1f\x74\x79\xab\xe8\x82\xe3\x87\x2e\xc2\xd0\xb0\xcf\x31\xbd\xed\xa0\xdd\x21\xbd\x83\x48\x47\x83\x5e\x3d\xea\xaa\x5a\xbb\x67\xfb\xa9\xdc\xf8\x40\x5a\xe3\x6a\x87\x20\x60\x98\x3e\x39\x72\x84\x88\x58\x13\x31\x1a\x8e\xe9\xc6\xd9\xfb\x5d\x1d\x3f\xe2\x43\x96\x49\x39\x82\xff\xa2\xa9\x2f\x2c\x86\xea\xeb\x9a\xa5\x99\x51\x4a\x65\x4a\xa7\x15\xba\x6c\x53\x45\xb4\xd0\x07\x28\xfb\xb1\x81\x15\xa3\x01\x20\x15\xb2\x29\x8d\xd8\x6e\x73\x11\x59\x32\xc7\xa9\x5b\xd9\x1b\xe0\x31\x7c\x95\xd7\x88\xd0\x1b\x80\x1a\xd9\x4d\x7d\x31\xc7\xbf\x28\xf0\x20\xc6\xd6\x83\xba\xc0\xee\xb6\x08\x53\x80\xbc\xab\x2b\xc3\x31\xb2\x5c\x65\xbb\x2f\x81\x75\xa6\xa4\xc3\xcf\xc8\x3b\xa3\xc5\x28\x2b\xa4\x31\x0f\x6a\x75\x55\xb1\x2a\x4c\xae\xf5\x6c\xb6\x03\x16\x3a\xac\x84\xa3\xf1\xf1\x2b\x81\x4f\xc9\x36\xb4\x6f\x73\xee\x75\xe8\x08\xf8\x5a\x17\xaa\x52\x2c\x27\xff\x15\x65\xe3\xe0\xab\xdb\xee\xb0\xce\xcf\x2c\x06\xf1\xf6\x03\x22\x7d\xf8\xe2\x15\xff\x20\x97\x7c\x0a\xac\xce\xa1\xb5\xdd\xb2\xd5\xe1\x7f\x3a\x74\xfc\xd7\x2f\x1c\xbc\x81\xfe\x16\x0f\x67\xa9\xe2\x6a\xe4\x4d\xb6\x6a\x31\xe3\x09\x40\xc5\xca\x95\x02\xf8\x6a\xb3\xd3\xc6\x4c\xfa\x8d\x60\x83\xf0\x04\xe1\x28\x16\x45\xe9\x4a\xc9\xca\x31\xb0\x6c\xd4\xf2\x0c\xa5\xbd\x99\x5f\xbf\x5f\xb3\xfa\x17\x00\x01\xba\x87\x8c\xbe\xc7\x1e\x83\x11\x09\x12\x39\xf5\x1b\x81\x23\x46\x81\x89\x96\xe9\xed\x26\xc9\xcc\x4a\x73\xf8\xe6\x1c\xd3\x1c\x4d\xe1\xc8\x63\x26\x0a\xbd\x3a\x8d\xe6\x1e\xda\xd7\x22\x68\xe6\xc4\xbd\xb0\xd0\x1f\x45\xc9\xed\x79\xee\x34\xd7\x1f\xbd\x7d\x8b\x30\x74\xce\xb2\x4e\x5e\x79\xfc\x48\x6d\xb6\x96\x20\x87\xd9\x5a\x83\xa4\xe9\x17\x62\xee\xd1\xab\x24\xaa\x7d\x20\x40\x54\x45\xf1\x26\x38\xd2\x4c\x3f\x24\x87\xa9\x24\x9c\x18\x56\xa1\xe8\x5c\x3f\x1d\x5c\x7a\x48\x49\xb4\xac\x47\x3d\xb4\xf8\x02\x63\x20\xa1\x3f\x27\x1b\xdf\x85\xe0\x42\x77\xe9\xa7\x1a\xd5\x06\x59\xe7\x3e\xa0\xa4\x81\x3c\xf3\x09\xc6\x86\xff\x8f\xff\xfe\x7f\x46\x00\x6c\x18\xdc\x33\x1d\x03\xb9\xa0\x81\xee\x47\xd1\xf8\x90\x75\x62\xf2\x04\x54\xe1\xc2\x14\xd6\x68\xea\x19\x87\x6f\xa9\xa5\x20\x5b\x67\x7b\xb2\xd7\x04\xf7\x86\xb3\x87\x64\xed\x15\xdc\xcd\x9c\xde\xbf\xe8\xf9\xd8\x6d\x47\xdf\x2c\xd6\xcd\x0a\x53\x4e\xd8\x8d\x5e\xbc\x01\x80\x79\xf8\x45\x0b\xc4\xe8\xae\x05\xa6\x5e\x11\x10\xea\xbd\xd3\x2e\x47\x2e\x94\x70\x99\x5a\xf3\x71\xbc\x48\x47\xdc\xa2\xea\x9c\x9c\xfe\x13\x35\xd4\x16\xaa\x18\x92\x3b\x45\x2d\xa2\x77\xc8\x6c\x8f\xcc\xa1\x9e\x05\x81\x2d\x30\x3b\x3c\xa8\x4a\x1f\x0c\xeb\x9f\x6d\x78\x82\x37\x52\xa8\xfe\x45\x8a\x0d\x17\x89\x31\xd1\x7e\x02\x76\x84\x44\xa2\x21\x33\xe2\xa6\x52\x5f\x54\x08\xac\x40\x64\xf4\xaf\x24\x79\x57\x37\xeb\xf7\x3e\xf5\x98\xa8\xe9\x5d\xe2\xbe\x50\x03\x4e\xb5\x5c\x22\x0d\xad\x3a\x92\x4f\x63\xbc\x65\x18\x22\xf1\x59\xd7\x1a\xe1\x9e\x50\x57\x15\xe7\x40\x61\x9e\x14\x63\x22\xaa\xcb\xdf\x1e\xd0\xcf\x1a\x48\xd8\x54\x03\xf6\x60\x42\xa2\xe8\x19\x20\x4c\x68\xbc\xaf\x9d\x09\xe6\x71\xe8\xa6\xbf\x37\xf5\x1e\x53\x77\x40\x5d\xb2\xaa\x2c\xaa\xf3\x02\x1f\xd6\xea\x9d\x41\x6b\x27\x9f\x3a\xab\xa8\x28\xcf\x03\x25\x55\xb3\x94\x45\xcd\x26\x94\x16\x47\x1e\x0a\xe8\x0d\x84\xde\x02\x4c\x23\x1f\x0e\xe7\xdc\x09\x42\x0c\x61\x7f\x42\xa2\x28\x91\x96\x9f\x34\xee\xcf\xd0\xd3\xc0\x25\x75\xf3\xa9\x15\xa9\xe8\x86\x9a\xba\xc1\x3f\x52\xe2\xbc\x88\x4d\x55\xa5\x0f\x69\x5a\xaa\xc0\x93\x58\x4d\x01\x33\x99\x16\x31\xc6\x88\x60\xfc\x68\x0e\x1f\xd5\x4d\xb7\xc3\x50\x54\xec\x25\xaf\x41\x37\x77\xd4\xf0\x5b\xae\x1f\x45\xfb\x22\xfd\x1e\xaa\x95\x80\x78\xf8\x30\xd4\xd6\xb6\xdd\xca\x88\xa2\x43\x87\x25\x39\xe1\xdb\xd1\x84\x40\xc3\x2c\x78\x2e\x02\xdc\x30\xad\xdd\xcd\x71\xe0\x06\x5d\xdd\x2a\x12\xdc\x9f\xb7\xd8\xbd\x39\xf1\x4c\xa8\xed\x8d\x33\xd0\xb8\x2f\xc3\x54\x34\x7f\xde\xcc\x36\x6e\xe0\x50\x52\xb4\x27\x07\x13\xab\xb4\x03\x73\x5d\x80\xda\x4f\x58\xeb\xe6\xc3\xec\x33\x9c\x39\x88\x15\xfe\xd1\x15\x46\x7d\x51\xd1\xc4\x16\xa6\xe3\x39\x55\x0e\xa4\x53\x71\x8e\xc0\x51\xb7\x9f\x4a\xb9\xd3\xb7\x80\x89\x1a\x1f\x34\x7e\xd1\xa0\xb6\x23\x49\xca\x0e\xb6\xf1\xdb\xd4\x9b\x21\x53\x1b\x35\x10\x09\xa8\x8b\xb7\xdf\xfb\x33\x71\x78\x0f\xbc\xb3\xf7\x02\xf2\x8e\x4c\x14\xb1\x91\x84\xee\xb8\xd5\xc2\x1c\xf6\x1a\xd9\x8d\xc3\x8b\xfb\xf4\x2b\xf4\xd8\x13\x68\xa0\x06\xe1\x98\xe6\x74\xea\xa1\x8e\xd2\xef\x4e\x64\xb1\x21\x0a\xd5\x3e\xc8\xc5\x5a\x55\x8c\x53\xce\x28\x7e\x2a\xff\x6e\x8a\xfd\xfc\x40\x80\x5d\x42\x1c\x71\x22\xbb\xaf\x5d\x73\x4e\xd4\x15\x26\xe8\xea\x7d\x52\x94\x7a\x4a\xb6\x30\x29\x1e\x1d\xba\xf8\x68\x1d\xb6\x90\x91\xaf\xfd\x62\x6d\x1b\xf4\xde\xef\x40\x52\xcd\x37\x75\x69\x1c\xb5\xb2\x98\x74\xdd\xf8\x39\xf6\x82\x55\xc4\x4d\x5d\x2b\x57\xce\x46\x01\x3e\x73\xa4\xfb\x00\xec\x05\x94\x53\x8c\x35\x76\xe9\x93\x72\x21\xb0\xac\x63\x20\xb2\xe7\xd2\x06\xb2\x34\x14\x1c\xe6\xd7\xfd\x56\x98\xbf\xfe\x3b\xb2\xa9\x71\xf4\x98\x09\xf2\x14\xd3\xde\x21\x03\xc7\xb1\x2f\xa4\xb0\x3f\x07\x2e\x45\xa6\x49\x42\xce\xcf\x4e\xe0\xfc\xaf\x58\x51\x31\xfc\xda\x0b\xd0\x49\x04\x89\x40\x37\x0e\x52\x5a\x48\xbc\x73\x32\x01\xa0\x10\x82\xde\xa9\x88\xfb\x24\xf1\x41\x87\x14\x29\x22\x1e\x35\xac\x71\x70\x58\x4b\x8a\x83\xc3\x83\x8b\x2c\xc0\xd1\x02\xfb\x73\xc8\xd0\x58\x55\xe7\x40\x96\xab\xf1\x0c\xc2\xef\x07\x67\x40\x66\xe5\x34\x16\x3d\x05\x8b\xe9\x2b\xdd\xb6\x91\xc9\xb1\x92\x0f\x6b\x1f\x30\xd1\xe9\xcf\x51\xe3\x3a\x86\xe3\xa2\xb1\xf8\x76\x18\xe7\x91\x1b\x1c\x20\xc1\xfc\x91\x20\xd9\x0e\x58\x8f\x20\x2c\xed\x82\x58\xcd\x41\x6c\xfe\x10\x71\x44\x2b\x1a\x57\x6c\x84\x66\xc0\xbe\x86\x12\x9e\x1e\xee\xd3\xa5\x2a\xd3\x88\x6b\xdc\x79\xc6\x91\x3f\xde\x4c\xc3\x63\xdd\x3d\xb7\xd0\xd0\xf3\xc8\x4c\x86\xbb\xe7\xd0\xb3\x1e\x72\x4e\x75\xd4\xb8\x25\x1c\x3d\x52\x26\x0f\x7a\x15\xdc\x3f\xd6\x69\x58\x8b\x76\xd8\x33\xc2\x2a\x44\x11\xbb\x8c\xec\x58\xc9\x3e\x78\xce\xc9\x80\x99\x4a\xc9\xd4\xc7\x91\x8b\xc9\x0d\xa1\x60\x27\xfa\x70\xf3\xd5\x24\x39\x58\x5d\x60\x51\x0a\xd0\x79\x03\xf5\x18\x4e\xd4\x5b\x1d\x84\xfd\x84\x38\xa0\x0f\x37\x7d\xa0\xd4\xe3\x0f\x50\x88\x3b\xfd\xaf\xd3\x60\x0f\x94\xc7\xc6\x96\x93\x4f\xa1\x8e\x18\x65\xdc\x76\x0e\x31\x4e\xf9\xa7\xa6\x11\x21\x91\x18\x79\xdc\x76\x36\x21\x76\x19\x9f\x4b\x04\x16\x3a\x31\x74\x5f\x41\x02\x2e\xf8\xab\x8f\x37\x00\x2c\x86\x53\x0f\x60\x76\xea\x0e\x2f\x90\xba\x06\x2d\x1c\xe2\x20\x53\x34\x92\x0b\x43\x53\xb4\x40\x41\x1d\xa8\x7c\xd1\x22\xad\x77\x81\xdc\x28\x97\xbd\x31\x2e\x47\xee\x91\x58\xce\x91\x47\x8c\xa7\x94\xbe\xc7\x0a\x4e\xfe\x03\x05\x83\x93\xe8\xb0\xb1\xed\x24\x47\xfc\xa5\x67\x93\x00\x77\xaa\x0a\x68\x10\xc0\xd8\xe5\x7f\x89\x95\x63\x6a\xcb\x8a\x69\x4d\xe9\x3c\xdf\x27\x98\xd0\x7e\x51\x67\x4d\x3e\x23\xe3\x25\xd6\x04\xe3\xa3\xb6\x75\x82\x6f\xc2\x3e\xf4\x57\x92\xa9\xb4\x97\x98\xf4\x86\xac\xb2\x92\xb9\x58\xe4\x94\x41\x22\x63\x4e\x08\xb1\xc6\x8c\x0e\xf0\x4f\xc7\x0f\x72\x89\x58\xec\xce\xd8\x1b\x8b\xa2\xe9\x16\x82\xd3\x77\x75\x55\x90\xb5\x27\xff\x0b\x78\x31\xe9\x7b\xe9\x72\xe2\x20\xfa\xcd\x8f\x8a\x49\x5b\xb7\x59\x29\x9a\xee\xaf\xd3\x7b\x79\xe2\x97\x4c\xca\x6e\xdc\xb7\xe5\xcc\x69\xd6\x83\xaf\xb5\x1a\xad\xa0\xfc\xe6\xec\x57\xc2\xe6\x34\x45\x52\xd0\x77\x6e\xc2\x3c\x37\x52\xd5\x77\x76\x6c\x2c\x76\xb3\x25\xf3\x0e\xd2\xfd\x2f\xb2\x6a\xcb\x77\x67\x41\x0a\xe2\xc5\x03\xa7\x50\x3d\x0a\xca\xe2\x6d\x0f\xbf\x44\xbe\x5c\x61\xee\x31\x5f\x25\x46\xa2\xe1\x40\x12\x8d\xb9\x0d\x4b\x5d\xc4\xf7\xb0\xf0\x78\x3b\x1c\x59\xdf\x77\xc2\x32\x35\x54\xf7\x25\xde\x64\x3d\x2e\x65\x6b\x15\x4d\x5c\xf4\xd2\x60\x82\xd9\x68\x1a\xe2\xff\x11\x96\xb1\xab\x53\xbc\x34\x56\xce\x85\x65\x27\xf5\x1a\xc8\x31\xe9\xca\xe3\x2e\x55\x5c\x88\xba\x8c\x82\x06\x04\x9d\x60\x80\xac\xb0\x80\x4c\x7c\xde\x64\x36\x6e\x4e\x08\xac\xb7\x51\x4a\x9b\x51\xa5\x31\x6c\x71\x5c\x91\x7d\xbc\x99\x8e\xc1\x1a\xeb\x04\xbc\xb6\x4c\xcb\x47\xeb\x82\x60\x8c\x31\xb5\xdf\x02\xdf\x81\x89\xcc\x46\xeb\xc0\x24\xe0\xea\x59\x0d\x95\xe2\xab\x60\xcc\x09\x8c\x97\x42\x29\x9c\x6a\x0a\x67\xff\x4a\x33\x42\xb0\x8b\x02\xb0\x2d\x78\x69\x2d\x2b\x53\x2a\x7e\x6f\xba\xa1\xbd\xa3\xa8\x14\x74\xb4\xea\x75\x56\x71\x6f\x2e\xf7\x0e\x47\x3f\x08\x7c\x4e\x7c\xd7\x42\xa5\x8b\x8a\x4c\x2a\x32\x2f\x9b\xe2\x93\x9e\xf3\x80\x71\x39\xb3\x7c\x32\x98\x5b\xf4\x10\x4f\x32\x70\xa8\x91\x67\x6b\x53\x8d\x07\x66\x38\x3c\x4d\xa2\x20\x48\x4b\x8a\x73\x0d\xb8\x1a\xd8\xe0\x1f\xf3\x87\x1b\x26\x19\xb5\x8f\xa7\x37\xd2\xcf\x2d\xf6\x8d\x28\x74\xb5\x66\x02\x35\xe8\x88\x90\x8e\xbd\xfe\x08\x08\x86\x94\xc4\xc8\x92\xd5\x8d\xe1\x28\x49\x6b\x32\xe8\x32\x64\x26\x38\x51\xfb\xbf\xc3\x53\x8f\x46\x3a\x38\xf5\x60\xc4\xa3\xfe\x90\xe1\x38\xb7\xdd\xf7\x75\xd1\xce\xd7\x4b\x59\xde\x33\xe0\x0e\x30\xf9\xc7\x23\x64\xe2\x97\x22\xbe\xaf\xfa\x5e\x19\x23\xf0\x1f\xf6\xe2\xa6\x3e\xd2\x9b\x18\xbd\x48\x6a\x98\x41\x7a\x8a\x40\x7f\x84\x5a\x03\x8e\x9f\x14\xce\xb6\x31\xf6\xb2\x5a\xa2\xa2\x11\xd3\x58\xb2\xbd\x07\x3d\x66\x7e\x36\x85\xdf\xf7\x39\xc2\x77\x71\x65\xc8\x20\xc0\x7e\x86\x8f\x57\xce\x43\xfc\xf3\x63\x58\x3a\x60\x91\xaf\x07\x39\x25\x2b\xcd\x08\x44\x84\x84\x2d\x93\xe9\x04\x37\xfc\x30\x47\xfb\xfb\xc5\x8d\xd3\x88\xcf\x2b\xce\xcb\xf8\x3d\x7c\x1f\x3b\x0f\x9c\x1c\xc5\x09\x82\xd5\x93\x56\x75\x74\x80\xc0\x86\x48\x7a\xef\x23\x45\xb6\x1f\x45\x1d\x7f\xb4\x9d\xd1\xda\x49\xdc\x74\x29\x35\x02\x77\x44\x84\x51\xb4\x4a\x67\x0c\xe0\x79\x07\x4b\x39\x26\xdc\x53\x35\xcf\xff\xc0\x1e\x84\x53\x8c\x12\xd8\xf1\xcc\xf8\xb1\x33\x9a\xdb\x81\xdd\xc0\xc9\x60\x3a\xa3\x78\x2b\x30\x87\xcc\x9f\xbc\x87\x87\x6e\x21\x0e\xd6\x4b\x4d\x73\xf3\x88\xb7\xbb\x8f\x94\xda\x2e\x18\xc6\x4d\x83\x65\xe3\x03\xab\x0e\x27\x82\xec\x64\xc0\xe7\x50\xb6\x0f\xd8\xdf\xb6\xc0\x34\x9b\xf4\x6b\xf2\x23\xfd\x0a\x89\x87\xe4\xe0\x5e\xd7\x4d\xdd\x81\x84\x6b\x5c\xbe\x68\x00\x68\x29\xb2\x23\xf5\x41\x68\x85\x15\xcc\x3b\x8a\x85\xe2\x9a\xb8\x00\xa3\xc0\x35\x91\x25\x86\x6b\x47\xdc\x9f\xb6\x42\x5d\xff\x52\x42\x70\xac\xc5\x44\xa2\x49\x99\x35\x54\xad\x78\xd0\x56\x5a\xd5\x8b\x36\x83\xd9\x60\xf2\x07\x76\x15\x43\xbb\xe3\x61\xed\x7d\x4d\x19\x7e\xe6\x25\xc0\x4f\xb7\x9f\xe3\x7a\xed\xec\x94\x0b\x81\x21\xc1\xc2\xf4\x0d\x16\x0e\x47\xd0\x79\x49\xa3\x97\x54\x9a\x1e\x4b\xe9\xa1\x56\x18\x30\x36\x6e\xf1\x14\x4a\x06\xb5\x75\xe7\x36\x26\xdb\xf7\xf7\xed\x39\x94\x4d\xd0\x08\x1e\x63\x5a\x47\xfb\x46\xb5\x6f\xd8\x00\x6a\xc9\xc3\x1e\x68\x55\xe4\xa5\x99\xfd\x58\x89\x49\xf6\xed\x9a\x90\x65\x96\xc8\x1d\xb7\x6b\x22\x6f\x98\xf9\xec\x29\x1a\x54\x8a\xc7\xc9\x8d\x0d\xeb\xc5\xdf\x00\xb1\xdb\x19\x55\x79\xbd\x40\xe3\x88\x10\x30\x17\x75\xdd\x62\xbe\xb2\x3d\xb2\xf5\x64\xdf\x4b\x51\x77\xb4\x14\xf9\xfa\xe5\x76\x7c\xcf\xb8\xc1\x4d\x50\x43\x6d\x07\xd3\xda\x61\x0a\x1f\x18\xae\xe9\x96\x6d\x07\x28\x4a\xc6\x7c\x79\x06\xc5\x93\x33\x57\x3c\x3e\xe8\xa0\xb1\x1b\x98\xda\xa7\x9a\xc7\x83\xee\x30\xcf\x24\x6c\xbd\x44\xed\xf0\xc8\xd8\x8f\xb0\xfc\xd3\x83\x0f\x9a\x0f\x97\x9d\x0e\xfa\x0a\x2f\x0d\xbd\xd8\x20\xc6\x5a\x74\xcb\xad\x69\x31\x74\xc4\x66\x4e\x16\x36\xbe\xab\x53\xad\x94\x3e\xa4\x4a\xe9\x73\xa8\x84\xa1\x47\x00\x82\x5f\x4b\xa5\x90\xae\x2f\xe1\x0c\xda\x8c\xac\xae\x46\xa6\xf3\xec\x11\x9c\x00\x7f\x0e\xf9\x65\x90\x4d\x9b\xb9\x08\x74\x72\x1f\x91\x7b\x76\x1d\x1c\x73\x3e\x75\xe3\xfa\x61\x71\x6f\x82\xb7\x74\x3b\x14\x0d\x31\xf6\x39\x73\x17\xcb\x4b\x60\x94\x5d\x18\xf4\x06\xc7\xff\xf9\x12\x1d\x7c\x83\xda\x24\xb4\x42\x6d\x41\x99\x45\x2b\x89\x64\x77\xa3\xb5\x19\xa7\x69\x75\x46\x5f\xb4\xae\x53\xe0\x40\xcc\x58\xc5\x3d\x7e\xb8\xa9\xa6\x4e\x80\x2b\x8a\x39\xee\x48\x3d\x19\x14\xf8\xa4\x47\x20\xd7\x6c\xdb\x84\x55\x05\xec\x34\x27\x99\x5c\x01\xea\x4c\xe9\x95\x07\x5c\x01\x9f\xb9\xf5\x7d\x89\x55\xfe\x92\x67\xd8\x3d\x75\x4b\x3d\x95\x7e\xe4\xb7\xb2\xef\x39\x1b\x5b\x73\x8e\x21\xfe\x82\xfa\x0b\xd6\x62\x4b\x09\x93\xd9\x48\x05\xc1\x1f\x24\x61\x81\x9a\x91\x53\x06\x61\xfe\x42\xf6\xed\x8d\x59\xa3\xe2\x85\xe3\x23\xac\x2e\xf1\x09\x81\xd8\x8c\x1f\xa8\xbc\x91\xdc\x5e\xa2\x7f\x8e\x93\xed\x73\xe0\xb1\x20\x62\x04\x9b\xd2\x06\x8b\x76\xac\x45\x66\x39\x8c\x02\xaf\xfb\x13\x11\xf4\xa6\xd2\x43\x3f\x42\xb5\x2c\x9d\x64\x2d\xb6\x4f\x1c\x68\x55\xec\xaf\x84\xdb\xa5\x2a\xa5\xc0\x9a\x9d\x60\xe6\xab\xb0\x71\x89\x02\x32\x8b\x9a\x1a\xf7\x1b\x25\x4e\x76\xb6\xea\xab\x69\xb8\x1d\x32\x5c\x17\x75\x93\xeb\xc3\xc0\x89\x41\x37\x56\xf6\xb3\x41\x47\x1f\xf4\xfc\x76\xb9\x04\x39\xbb\x26\x7d\xd4\xa5\x08\xc3\xc5\x37\xde\x04\x09\xa9\x60\x3b\xb8\xf0\x93\x4f\xb2\x7e\x4f\x7a\xc9\x4d\x17\xfd\x1d\xda\x65\x1f\x24\x71\x93\x66\xa3\x7b\xd9\x4b\x3c\x17\x64\x9c\x8b\xf9\xbc\x43\x3d\xb0\xbe\xf3\xf3\x63\x90\x03\x26\x5f\xa6\xe8\xd5\xad\xb1\x4c\xe1\x64\xd7\x65\xbd\xc0\xce\xd5\x1f\x89\xb2\xe1\x49\xa8\x41\x8e\xd1\xf3\x85\xf4\x5b\xd8\xb9\x87\xe9\xc7\x61\x66\x52\xb4\x5a\xc8\x7a\x40\x8e\xb5\x09\xce\xa3\x9a\xa8\x2c\x8a\x32\x6b\xb2\xf7\xbf\x1e\x30\x5a\x34\xa0\xcf\x11\x31\xb7\xc3\x31\x5c\xde\xef\x36\xf5\x0e\x62\x14\xf7\x27\xbe\x8a\xdc\x4f\x41\x59\xd7\x38\x95\xda\x4d\x7d\x1d\x69\x7a\xb5\x88\x67\x46\xaf\x53\x9f\xb6\x6d\x14\x12\xe4\x08\xe3\x17\x0d\xae\x38\xf6\xa6\xae\xa3\x3b\x99\x54\x2e\x72\x5b\x00\x53\x5f\x5f\x54\x51\x62\x2f\x85\x0e\x7c\xed\x91\x94\x0d\x51\xc6\x38\x76\x45\xe5\xdc\xa1\xf2\x50\x23\xce\xfe\x2e\xe3\x2d\xd9\x18\x46\x6e\xea\xe1\x80\x18\xe9\x08\x6d\x8e\x06\x1b\x43\x63\xb9\x57\x4d\x8e\x89\x12\xbd\x01\xf5\x87\x4e\x07\x66\x4b\xbd\x39\x9c\xeb\x13\xe6\x34\xdc\x9d\xc8\xda\x39\xb3\x71\x92\xed\x03\x56\xce\x30\x61\x76\xaa\x8e\x10\x76\x4f\xad\x4b\x95\x3c\x36\xa6\x9f\xa1\xdd\x13\x15\x8c\x98\x3d\xb1\x3e\x98\x70\x71\xdc\x7f\x74\xc7\xb8\xd2\x48\x2a\xdd\x70\x4c\xfe\xdd\x7b\xf1\xe6\x42\xce\x5a\xe9\x93\x56\xb2\x7e\x98\xbf\x61\x58\x02\x3b\x73\x3a\x4c\x29\x8d\xf3\x8e\x91\x6e\x5a\x70\x61\x34\xcb\x21\xf6\xe3\x9a\x1a\x66\x37\x65\xa5\x62\xa4\xe0\x97\x1a\x6e\xde\xfc\xdb\xe5\xe7\xe1\x9f\x80\x60\x17\x65\x44\xc6\xb8\x7c\xd4\x22\x2d\x98\x1d\x75\x33\x44\xf2\xad\xeb\x98\x6a\x31\x26\x1f\xd4\xaa\xfc\x74\x62\x17\x15\x2e\xdb\xd4\x16\x1d\x17\xad\x0e\x88\x17\x15\x44\x16\x37\x01\xd2\xec\xe5\xd0\xe8\x55\xca\xfe\x9a\x61\xb9\xd2\x83\xd9\x29\xff\xd1\xde\x50\x47\x69\x86\xd3\x66\x20\xa8\xba\x76\x24\xe7\x53\x12\x5d\x74\xed\xfd\xd0\x86\x51\x50\xa7\x4a\x5a\xf9\x05\x63\xeb\xb2\x57\x90\xc8\xbc\xa9\x37\x14\x00\xa1\x6f\x41\x36\xd5\xcd\x45\xb6\x44\x23\xfb\x17\x96\x1f\x64\x95\x56\xd3\xbb\x4e\x58\x31\xaf\xbc\xad\xdf\xe3\x57\xba\xbd\x2d\x70\x00\x8b\xae\x35\xde\xd3\xef\x58\x8a\xa2\xf8\x6d\x07\xab\xc7\x09\xb4\x3c\xd1\x74\x8e\xa8\x98\x86\xd8\x05\x90\x16\x6a\x8c\xb6\x6a\x1d\x6c\x07\x05\x11\x88\xc2\xc4\x45\x44\x65\x3a\x18\x35\x9e\xe0\x4f\xf5\xf8\xdc\x6c\xd7\x5b\x09\x7a\x7a\x8c\xd6\x04\x68\x29\x7d\xb5\x27\x93\x97\xf0\xbb\x5f\xc9\xa2\xe0\x86\xe7\x0d\xb0\x84\x04\x56\xcb\xf1\x4c\x1f\x42\xf1\x84\xd4\xaa\x1f\x14\xaa\x38\x10\xaa\xdb\x6a\xfe\xa9\x7d\xd2\x23\xa3\xd4\x20\x12\x97\x3e\x0d\xbf\xef\x90\x1e\xce\x6d\x36\x7b\x69\x81\x02\xa6\x67\xc7\x52\x6e\x77\xed\x9e\x33\xb2\x9e\xbd\x7c\x73\x3a\x39\x74\x8b\xb1\x1a\x01\x3d\xd6\x4a\x03\xc8\xc7\x0f\x04\xfd\xd4\x3c\xb8\x02\x1a\x73\x82\xaf\x0f\x46\x83\x24\xd3\x3f\x93\xf2\x45\xb2\xe3\xd5\xc6\x78\x24\x82\x3d\xb6\x62\xc0\xb7\x7c\xe0\x22\x81\x55\xda\x12\xe2\x62\xff\x57\x14\x2f\xa4\x57\xef\x85\x8d\x0f\x90\x9c\x09\x32\xbd\x7b\x74\x17\x6e\x46\x0b\xe4\xb1\xf2\x66\x49\x21\x72\x99\xb7\x25\x60\xe7\x93\xb3\xc9\x4f\xe4\xc1\x2e\xea\x42\xe2\x52\x9d\x87\xb3\xae\x77\x5b\xec\xb1\xfa\x1c\x1d\xf0\x80\xe5\xc5\x56\xa7\x1a\xf2\x9e\xa8\x9d\xdd\xe3\xfb\x9a\x6b\xb0\xc7\xf7\x72\x4c\xa9\xbb\x14\x18\x3b\x3d\x7e\x29\xb1\x25\x02\xb8\x91\x79\x50\x44\x78\xe5\xaa\x29\x77\xa1\xc4\x99\x37\x3d\x9e\x7a\x30\xaf\xb6\xd8\xc3\x12\x8a\xfd\x5e\x37\x96\x18\xe0\x21\x62\x8b\x8d\x11\x03\xf6\x4f\x8e\x23\xe6\xb0\x86\x3c\x6d\x8f\xd9\x72\x38\x3e\x0a\x0b\x33\xd2\xec\x16\x0e\x59\xd3\x08\xb1\x47\xaa\xc5\x4f\xad\x63\x44\xd7\x16\x33\xc0\x61\xcf\x9f\xdc\x95\x98\xa3\x12\x2a\x10\x44\xf3\x1a\x59\x9e\x63\xaa\xc2\xda\x73\xa6\x43\x64\xfb\xf1\x87\x9a\x04\xa6\x7f\xc3\x76\xfd\x38\xbd\x07\xed\x36\x04\x60\x89\xdd\x2a\xd4\x75\xef\xa6\x4e\x89\xf5\x42\xcd\xb2\x5a\x90\x38\xfc\x19\xb8\xf6\xc9\xfb\xb8\x63\xb1\x7c\x28\x65\x47\x02\x98\xf3\xe3\x28\xdf\x12\x49\x00\xb5\x28\x82\xa1\x81\x00\x4f\xc3\x35\x87\x8c\xd8\xc8\xc4\x6e\x88\xdc\x21\xcf\xe0\xaa\x38\x95\x47\x71\x56\x9c\x6e\xa3\xa7\x71\xa9\x98\xed\xf7\x2a\xba\xe1\x6a\x1c\xa1\x0f\x3e\x9f\xe3\xbd\x73\x5f\xcf\xd9\x1f\x28\xac\x80\xce\xe8\xbe\xc2\x04\x5d\xd2\xe5\x6b\xcc\x28\x48\x61\xbd\x5a\x95\x80\xb9\x30\xef\x11\x85\xf8\xc5\x1f\x93\x97\x75\xde\x59\xd7\x0c\x58\x47\xbc\xfb\xa8\xbb\x25\x2d\xe8\x7a\xf6\x03\xfd\x39\x39\xa9\xd7\x51\x90\x05\x6d\x01\x1b\x43\x44\x32\x78\x9d\xcc\x83\x70\x46\x61\x35\x1a\xf6\x24\xeb\x30\x5e\x46\x1b\x8f\x4b\x8c\x66\x53\xd7\x2d\xe7\x79\x0e\xb4\xdc\x80\x05\xaf\x70\xab\x81\xa9\x75\x5b\x8c\x6f\xf0\xcb\x39\xa7\x86\x75\x6d\x82\x8a\x62\xc7\xd6\x2a\xba\xd2\xfc\x2a\xd2\x1e\x56\xd5\x6f\x0c\xab\x1b\x1d\x69\xd9\x14\x7b\x89\x29\x70\xb6\xc5\xbf\x27\xc8\x0b\xba\x49\xe3\x91\xc8\x35\xa1\x3d\x78\x25\x01\x27\x4d\x01\x28\x92\x3e\x8e\x10\x31\xd7\xb9\xdd\x38\x30\x39\x7b\x1e\xbf\x81\x84\x75\x86\x3c\x67\xf0\x91\xa2\x77\xcd\x17\x1d\x90\x57\xb8\x56\x0c\x7c\x41\xb4\xde\x4a\xd2\x76\xbb\x28\x5f\x41\xd3\x51\x10\xc1\x0f\x9e\x81\x0c\x0a\x4b\xb2\x6a\xe1\x6f\x27\x9c\xee\xb0\x5f\x65\xf4\x2c\xc2\x0a\xe8\xdd\x49\x21\x63\xa8\x92\x7f\x0b\x9b\x50\xc4\x18\xcc\xe8\xdd\xab\xbd\xc6\x11\xb1\xee\xf7\xf4\x77\xfa\xf9\x67\xf0\x61\xc2\x1f\x3e\xfb\x22\xed\xb7\x40\x59\x7a\xd7\xed\xd8\x25\xb7\xb8\x32\x9c\x14\x66\xe6\x48\x22\x5b\xf4\x62\xa6\xe6\xd6\x53\x56\xca\xfd\x68\x6e\xea\x06\x25\xa3\x8a\xd5\x0e\x67\xbd\x66\x95\x3b\xcd\x7c\xa1\x87\xe9\xcc\x41\x46\xaf\x3d\xd4\x73\x32\x85\x2f\xf2\x3c\xbc\x2f\xf3\xa2\x88\x2f\x23\x28\xeb\xdf\x2d\x28\xb7\xb6\xe4\xeb\x75\x76\x76\xd2\xbb\xd1\xfe\xa3\xf2\x33\x9f\xa3\xbf\x38\x5d\x91\xbb\x98\x08\x0f\x50\x99\xbd\xfb\x45\x50\xff\xd0\x11\xca\x27\xd7\x0d\x77\x61\x7f\x2d\x81\x66\x7f\x75\x97\xcc\xbc\xee\xb6\x45\xbe\xf0\x9d\x29\xaf\x11\x60\x43\xf8\x39\x19\x05\x75\xa7\xbf\x33\xc8\xad\xba\xf0\xb4\xcc\xac\x4e\x1e\x6a\x50\x50\x8e\x53\x5b\xc4\x2c\xc8\x00\x7d\x29\xd7\x12\x33\x2a\x63\xf8\x8b\xdc\x69\xb9\xbe\x98\x5a\x68\x1c\xfb\x25\xea\x88\x57\x25\xaa\x7c\x43\x8e\x07\x69\xb2\xfa\xaf\xba\xa9\x73\x36\x3f\xcd\xee\x47\x9e\x84\xc7\x62\x8a\x87\xe4\xa2\x21\x65\x1a\xd3\x9c\x60\xba\xb4\x50\x51\x57\xba\x75\xc6\xaa\xc9\xfe\xca\xfe\x04\x68\xeb\xb2\xc3\x55\x0b\x8b\xb7\xcc\xf6\x20\x81\x67\xb3\x47\xfc\x6f\x3a\xdc\x1e\x89\x86\x81\x5e\xab\xf3\x92\x2d\x23\xa4\x0e\x52\x1c\xf2\xa8\x3e\xc1\xd7\x1a\x4b\x4e\x00\x7e\x43\xac\x69\xbd\xdc\x18\xb4\x56\x71\xf1\x50\x4b\x0d\x9e\x23\x10\xa3\x11\xa9\x46\x21\xe6\xd7\x0e\xd8\xbb\x79\x69\xaa\x35\xc0\xeb\xdb\x30\xa0\x54\x15\x5f\x6a\x89\x51\x41\x4a\x6f\xa0\x66\xb3\x9f\x81\xfe\xb0\x6e\x8f\x40\xd8\x07\xac\x70\x40\x31\x64\xac\x53\xfa\xb3\xe0\x47\x82\x1e\x73\x1d\x1c\xa7\x27\xfd\x2f\xe9\xd7\xf8\xcc\xa5\xe6\x41\xcc\x2e\xdf\xf5\xd0\xe1\xc2\xd5\xb3\xe7\x4f\x4e\x5e\xa7\x8f\x47\x20\x58\x2a\x0f\xd0\x85\x94\x0f\x50\x8b\x94\x8f\xa2\x12\xd2\xa4\x13\x8a\x26\x91\x91\xf0\x32\x43\xa6\xea\xc4\xa5\xa2\xab\x33\x5f\x61\x77\x1c\x24\x52\xc2\x93\x51\x22\xf9\xa0\x65\xc6\xa9\x66\xbe\x4e\xef\x51\xe0\xa7\x74\x65\x36\x25\x67\x29\xca\xd6\x63\x3d\x5a\xf4\xdb\x0d\x3b\x10\xdb\x0d\xc9\x58\xa3\x91\x54\xa6\x8e\xad\x21\x02\x2c\xdb\xce\xd6\x49\xa3\xbb\xce\xf5\x0e\x6e\x3a\xbf\x82\x49\x37\xfc\xda\x35\xda\x0d\xd7\xcb\x72\xb8\x33\xb0\x83\x5c\xf1\x98\x7f\xc5\x55\xe8\xd1\xf8\x3c\x2b\xa5\xce\x0b\xf9\x59\x0e\x06\xac\xb4\x17\xb2\xc2\x0a\xe1\xd0\xb0\x91\xae\xc3\x9f\xf4\x73\x7c\x5a\x5a\x77\xdf\xd4\xe7\x05\x6a\x29\xb4\xf6\xa9\x14\x68\x45\xad\xa0\xbd\xea\xf7\x38\xec\x9b\x9b\x24\x5c\xbf\x42\xa4\xc5\x47\xf4\xf7\x24\x04\x32\x41\x24\x78\xdd\xb9\xa6\x54\xb2\x41\x2c\x7f\xa9\xba\x5e\xba\x1d\x91\x37\xaf\x47\xc3\x3d\xd1\x55\x94\xc5\xca\xe8\x43\x1a\x2f\x63\x04\x59\x6c\xda\x76\x6f\x7d\x54\xa4\xe7\x6f\xde\x9c\x9e\xf5\xe6\xed\xfb\x91\xc9\x8f\x74\xb3\x2f\xe8\x45\x73\x3e\x66\xc8\x4a\xc0\xec\x3d\xd2\x86\x8d\x84\xc4\xcd\x1e\xc2\x57\xf9\xbb\x8f\xb3\xd7\x0d\x7b\xb8\xcd\x9e\xc9\x1f\xa3\x84\x08\xb9\xd2\x03\x33\xb0\x68\x0a\xb9\x46\x07\x82\xb0\x32\xb3\xd3\xc0\xb8\x32\xbd\x57\xbb\xda\xe9\xb2\x01\xea\xf5\x08\xfe\xc7\x36\x8b\xae\xdc\x23\x08\x2d\x41\xe6\x38\xef\x40\x20\x44\x84\xb8\x07\xcc\xe9\xeb\x86\x49\x9f\x53\x65\xed\x29\x3f\x96\xd4\x70\x09\xa3\xe5\x99\x71\xac\x8e\xf9\x60\x96\x9d\x33\x88\x08\x6a\x78\x2b\x60\x84\x46\x49\x64\xda\xad\xc8\x0d\x1b\x36\xfb\x0a\xe3\x0e\xb8\x1a\x23\x39\xba\x74\xfe\xc8\xd4\xa2\xd1\x6f\xd3\xa2\x48\x31\x3a\x6e\x38\xac\xa5\x5a\x6a\x9b\xac\x86\xbf\x92\x90\x06\x19\xdc\x31\x73\x65\xad\x4d\x41\x2c\x38\xa0\xc2\x5c\x62\x2c\xbc\x74\xf5\x6c\xae\xd1\xd9\x98\xea\xbb\x56\xd9\x92\x4d\x8f\xd5\xee\xd6\x0f\x4e\xe9\xe2\xf1\x91\x9a\x0c\x7b\x6c\x10\x50\xcb\xd5\x81\x95\x0f\x6a\x2d\xfa\x95\x8a\x8a\xa5\x10\xae\xca\x26\xda\xf6\x02\x1f\xc7\xba\xdd\xd6\x90\xb5\x9c\xef\x8f\xc4\x7a\xae\x89\x28\xd0\xa7\xa5\x0f\x2c\x1b\x7b\xb5\x75\xec\xf4\x65\xb0\x2b\xc3\xda\x8e\xa9\x0d\x0b\xe6\x5f\x06\xa2\x5c\xb8\xac\xde\x81\xea\x97\x7a\x3f\x7b\x0d\x02\x79\x7f\xbe\x22\x90\x0f\x0f\xe7\x13\xb6\x86\xc9\x3b\xde\xfe\xf7\xea\xa6\x4d\xaf\x4a\x94\x17\x29\x0e\x69\x1c\x45\x98\xba\xc7\x99\xa4\x5d\xf4\xb1\xc6\x54\x2e\x0b\xc6\x48\xdb\x30\xb3\xe8\x97\x61\xaa\xd2\xc3\x49\xda\xe1\x64\x00\x09\x65\x55\x85\xb4\x47\xb2\x5e\x4b\xe7\xe4\xb5\x14\x27\x63\xb5\xcd\xf2\xfe\xa0\x87\xa2\xea\x55\xc3\x8f\xff\xe2\xd2\x75\xa3\xe7\x45\xab\xab\xe6\x14\xe2\x94\x51\xdb\xa5\xd2\xd6\xe5\xde\xe7\x17\x95\xfb\xbc\xf0\xbf\x84\x29\xbf\x5d\x82\xee\x30\x13\xfa\x1f\xee\x25\x48\x1c\x1e\x25\x3f\xff\x83\x1d\x0d\xd3\x86\xcb\xe2\xe2\x64\xb8\xd8\x69\x94\xd8\x31\xec\x5b\xb2\xda\xf6\xbb\xd6\x83\xd6\x85\xfe\xf3\x3d\x8e\xad\x7a\xd8\x2b\x02\xee\x1f\xed\x79\x64\x1b\xa2\x3c\xf1\x7f\x70\x57\xa3\xa4\xf9\x23\xe9\x3a\xff\xd4\xea\xaf\xba\x28\x09\xe9\x2f\x89\x0b\x28\xee\xa0\x3c\xbc\x7a\x7c\x75\xdc\xbd\xd1\xca\xe4\x05\x93\x55\x63\x57\x33\xa1\x38\x7f\x6d\xb6\xa6\xbe\x30\x2c\x46\x38\x2b\xba\x2e\xbd\x9c\xf0\xfd\x3b\x15\xde\x24\x77\x59\x7c\xaa\x68\xca\xdb\xfb\x33\x8a\x78\x18\x74\x46\xb2\x30\x07\x6e\x80\xf7\x5c\x5e\x61\x40\x31\x6d\x5d\x97\xef\x93\x6c\x5d\xcf\xce\xeb\x26\x59\x35\xf5\x8e\x9c\x5b\x0b\x44\x8d\x17\xb3\xbf\x21\x75\x4c\xbe\xb4\x98\x90\xed\x4b\x0d\x65\x9b\x7c\xb9\xe3\xdf\x20\xb1\x01\x9d\x4a\xbe\xdc\xc8\xe7\x96\xbf\xe6\xfc\x13\x56\x96\x7c\x79\xc1\x7f\xbf\xad\xf1\x99\xeb\x4b\xa0\x70\xd2\xb2\xae\x32\xe8\xf7\x92\x7f\x7d\x97\x6d\x30\xd0\x3b\x30\x07\x39\x8c\x84\x0b\x97\xf4\xc7\x1a\x3b\x37\xd9\xd1\x48\xf1\x47\x1e\xbd\x4a\x36\x75\xd7\xf4\x9a\xb5\xdc\x2a\xcf\x2e\xe3\x0f\x6f\x88\x63\xbf\x30\x66\x1b\x97\xd3\xf4\x88\xa8\xb7\x9b\xde\x20\x38\x51\xf8\x74\x69\xb2\xde\x20\xdf\x91\x6a\x38\x69\xb2\x8b\xb9\x4e\xdd\x4d\x17\x0b\x75\xca\x3a\xcd\xe4\x5d\xde\xd4\x7b\xcc\x56\xf4\x3e\xd1\xb4\x7a\x9a\x4f\xef\xe7\x6e\x97\x3e\xaf\x51\xa2\xc0\x5b\xb5\x29\xd0\x4b\x8e\x13\x5a\xb1\x02\x98\x4d\xb5\xa9\x1c\x59\x32\xb2\x00\xd0\x84\x9c\x45\xb5\xef\x44\xc7\xe7\x42\xe5\x4a\x80\x34\xfc\x09\x1f\xfc\x4b\x0e\xdb\x6b\x6f\x60\x24\x20\x33\x19\xa7\x5d\xe1\x27\x1c\x52\x28\x02\x2c\xcc\x17\xa2\x02\x2a\xd6\xcd\xf5\x6f\xd7\xff\x6e\xd2\xcf\xff\xfe\x77\xca\xf8\x0c\x52\xfb\x3f\xfe\x91\xbe\x7c\xf8\x85\x48\x8f\x44\xfe\x30\x1b\x1f\xa5\x6c\x66\xc3\x96\xa0\xcd\x2e\xfb\xf0\x34\x6a\x86\xa1\x5e\xc8\xfb\x2c\x88\xa4\xe5\xa3\x63\x27\xff\x37\x00\x00\xff\xff\xd7\x33\x34\xe7\x41\xd4\x00\x00")
func confLocaleLocale_deDeIniBytes() ([]byte, error) {
return bindataRead(
@@ -4317,12 +4318,12 @@ func confLocaleLocale_deDeIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 51409, mode: os.FileMode(493), modTime: time.Unix(1453724974, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 54337, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xeb\x92\xdc\x46\xae\xe6\x7f\x3e\x05\xad\x09\x85\xec\x88\x56\x39\x3c\x3e\x7b\x09\x87\x65\xaf\x2e\xd6\xe5\x1c\xb5\xba\x8f\xba\x35\xde\x59\x87\xa2\xcc\x2e\xb2\xab\x79\x54\x45\xd6\x90\x2c\xb5\x7a\x26\xe6\x0d\xf6\x01\xf6\xf9\xf6\x49\x16\xf8\x00\x64\x22\x49\x56\xb7\x34\x73\x62\xf5\x43\xcd\xca\x44\xde\x91\x48\x00\x09\x20\x8b\xdd\x6e\x59\x56\xfd\x2a\x7f\x94\x3f\xce\x77\x45\xdd\x6c\xaa\xbe\xcf\xfb\x6a\x73\xf9\xf0\xaa\xed\x87\xaa\xcc\x5f\xd4\x03\xfd\xee\x3e\xd6\xab\x2a\xcb\xae\xda\x6d\x45\xa0\x2f\xe9\x4f\x56\x16\xfd\xd5\x45\x5b\x74\x25\x25\x3c\xb3\xef\xac\xfa\xb4\xdb\xb4\x1d\x03\xfd\x22\x5f\xd9\x55\xb5\xd9\x71\x19\xfa\x93\xf5\xf5\xba\x59\xd6\x0d\xfd\x3c\xa3\xaf\xfc\x55\x23\x29\xed\x7e\xb0\xa4\x93\xfd\x20\x69\xfb\x9d\x25\xbd\xdb\x65\x5d\xb5\xae\xa9\x37\x1d\x25\xbd\xd5\xcf\xec\xba\xba\xe8\xeb\x81\x5b\xfa\x55\xbe\xb2\x8f\x55\xd7\xd7\x2d\xd7\xfe\x27\xf9\xca\x76\xc5\x9a\x01\x4e\xe9\x4f\x36\x54\xdb\xdd\xa6\x40\x81\x73\xfd\xcc\x36\x45\xb3\xde\x0b\xcc\x6b\xfd\xcc\x56\x5d\x45\x59\xcb\xa6\xba\xa6\xd4\xa7\xf8\xb1\x58\x2c\xb2\x3d\x4d\xc2\x72\xd7\xb5\x97\xf5\xa6\x5a\x16\x4d\xb9\xdc\xca\x30\xdf\x51\x7a\xae\xe9\x39\xa5\xe7\x9c\x8e\x21\x54\x25\x0d\x75\x59\xf4\x3a\x0e\x9a\x4b\x1a\x79\xd1\x67\xa8\xaa\x29\xb6\x56\x9a\x3f\xb3\x6a\x5b\xd4\x1b\x9e\x35\xfe\x4b\xfd\xee\xfb\xeb\x16\x53\x7b\xaa\x9f\x34\x07\xcb\xe1\x66\x57\x61\x0a\x1e\x9e\xd3\x57\xb6\x2a\x76\xc3\xea\xaa\xe0\x6e\xca\x57\x46\x40\xbb\x96\xe6\xa2\xed\x6e\x00\x67\x3f\xb2\xb6\x5b\x17\x4d\xfd\xd7\x62\x90\xf9\x39\x71\x3f\xb3\x6d\xdd\x75\x2d\x4f\xed\x31\x3e\x32\x1a\xf9\x92\xeb\xa1\x94\x37\x34\x09\xae\x16\xce\xd9\xd6\xeb\x4e\x66\x91\x33\x8f\xf1\x8b\x6b\x91\x3c\xad\x49\xb2\x42\x6d\x97\x6d\xf7\x41\x53\x9f\xf3\xe7\xa8\x4a\xea\x9c\xe6\xa6\xfd\x2a\x1a\x5a\x0f\xcd\x3d\xc6\x8f\x04\xa0\xcf\x8a\x72\x4b\x33\xbc\x2b\x9a\x8a\xa7\xee\x31\xff\xa2\xf9\xa2\x5f\x59\xb1\x5a\xb5\xfb\x66\x58\xf6\xd5\x30\xd4\xcd\x9a\xd7\xe0\xb1\x24\xe5\x67\x9a\x94\xb9\xbc\x90\x76\xd3\xee\xc3\x2a\x53\xfa\x9f\xe9\x67\x7e\x2a\x3f\x25\xcf\x15\x42\x66\x28\xc9\x23\xe9\x97\x97\x55\x55\xca\x58\xfa\xfc\x39\x7d\x67\xbb\xfd\x66\x43\xb3\xf9\x97\x7d\xd5\x0f\x5c\xe8\x94\x7e\xd3\xf8\xe5\x77\x56\xf7\x3d\x7d\x50\xf2\x2b\x7c\x64\xb4\xa4\xcd\x0a\x83\x79\x8a\x8f\x2c\xfb\xad\xaf\x8a\x6e\x75\xf5\x3e\x93\xbf\xe8\x2b\x7f\x30\x4a\x1e\x5a\x6c\xc6\x2f\xc5\x2d\x69\xc1\x1a\xc8\x56\x6d\xc9\x3f\x9e\xd2\x1f\xaa\xba\x6e\xfa\xa1\xd8\x6c\xde\x67\xfa\xc1\x60\xf2\x25\x0b\x30\xd4\x03\x66\x41\x13\xf3\xb3\xa1\xda\xf5\xbc\x82\xf9\xf3\xba\xeb\x87\x87\x43\x4d\x38\xfc\x76\xdf\x64\x65\xbb\xfa\x40\xbb\x83\x77\x3a\x5a\x7e\x75\x99\xd3\x64\x3d\xa0\xfd\xd1\xed\x9b\x86\xa6\x27\x7f\xd1\xd2\x94\x51\x33\x35\xb5\xff\x0c\xd0\x47\xf9\x6e\x53\x15\x3d\x81\x54\x45\x99\xff\x58\xe4\x43\xd1\xad\xab\xe1\xd1\xbd\xe5\x05\xed\xca\x0f\xf7\xf2\xab\xae\xba\x7c\x74\xef\x7e\x7f\xef\xa7\x17\x7b\x2a\xb6\xa9\x9b\xaa\xff\xf1\xdb\xe2\xa7\x7c\x55\x50\x0e\x4d\xe3\x4d\x7e\x51\x5d\xf2\x26\xa4\xb6\x72\xc2\xfe\x66\xcd\x1b\xf0\x66\xb8\xe2\x06\x09\x13\xe8\xa3\xcf\x99\x02\x7c\x95\xf1\x02\x10\x85\x58\x96\x17\x46\xed\xd0\x21\x24\x77\xb4\x00\xc7\x37\x67\xff\xfe\xfa\x28\x3f\x25\x92\xb7\xee\x2a\x7c\xd3\x7f\x54\xe2\xfb\x9c\x46\x7b\x5e\x3f\x7b\xb2\xc8\xa8\xac\x4d\xc8\xb3\x62\x28\x2e\xb8\xef\x61\xf5\x39\x53\x36\x67\xc8\xc3\x16\x65\x22\x0a\x82\xd9\x0f\xc9\xb2\xcc\x6d\x70\xaa\x43\xa9\x42\xa8\xe3\x0d\x93\x06\x4a\x0f\x33\x7b\x2a\x73\x46\x55\xe5\xaf\xde\xbc\x39\x79\xf6\x24\xaf\x9a\x35\xcd\x4c\x7e\x5d\x0f\x57\xf9\x7e\xb8\xfc\xef\xcb\x75\xd5\x54\x5d\xb1\x59\xae\x6a\x9e\x94\x8e\x10\x36\xa7\x59\x92\x21\x2e\xb2\xbe\xdf\x10\xe5\x02\x16\x9c\x9d\xbd\xce\x8f\x19\x13\x76\xc5\x70\x85\x8e\x0c\x57\x59\xff\x97\x0d\x4f\x54\x68\xf0\xfc\xaa\xca\xb1\x19\x00\xd4\x5e\x8e\xe7\x25\x2f\xb5\xaf\x8b\xac\xea\xba\x25\x11\xd6\xe1\x86\xa7\x59\xeb\x3c\x04\x2d\xd5\x11\xb6\x37\xed\x40\xcb\x98\xa3\x9c\x54\x51\x37\x1f\x8b\x4d\x5d\xd2\x64\xc7\x09\x49\xcb\x22\xb1\x6c\x69\xdd\xb8\x34\x61\x66\x7b\x8d\xa1\x16\x2b\x3a\x17\xfa\xfc\xde\xe2\x1e\x08\xf1\xbd\x87\xf7\x16\x59\xd3\x2e\x85\x4a\x30\xc9\x2e\xeb\xbe\xb8\x20\xf2\x2d\xc7\x49\x67\xd4\xf0\xcf\x8c\x3f\xd2\x15\x85\xc8\x13\x08\x9e\x5b\x3e\xa2\x70\x32\x30\x72\x15\x44\xc7\x41\x6c\x94\xcc\xf8\xb1\x1b\x4d\x0a\xeb\x2b\x64\x29\x24\x4c\xc6\x9c\xd9\x82\x19\x76\x3d\xde\xed\x36\xf5\x4a\x9a\x7e\x21\x79\x11\xd1\xf8\xc0\xd6\x49\xf1\x70\x40\x14\xcb\x73\xe8\x42\xbd\x66\xb2\x95\x27\xf4\x1f\xe5\xaf\x2a\xda\x39\x57\xfb\xb5\x1c\x5a\x9b\x76\x5f\x7e\x05\x82\x62\x2b\x17\xe9\x49\xfe\xb6\xa5\x0e\x03\x3b\x02\x40\x6c\xe2\x31\x11\x06\xe6\x11\xba\x6a\xdb\x0e\x3c\x71\x5a\xac\xa6\xe5\xb9\xae\x29\x93\x46\xda\x17\x1f\x89\x2c\x0e\xad\x6c\xc9\x92\xb6\xdc\x8a\x2b\x26\x0a\xb6\xa7\x83\x5e\xb6\x05\xd1\x11\xd9\x1a\x96\x96\xe2\x20\xa0\xb6\x7b\xda\x4d\x57\x54\x19\x4f\x3c\x33\x2a\x54\xe5\x5c\x3f\x31\x24\xaa\x07\xbb\x9c\x76\x6e\x4b\x87\x2a\x2f\xf4\x33\x7c\xe8\x6f\x5f\x3f\xf5\xaa\xb8\xbc\xa4\x5e\xf5\xb4\x2b\x5e\xe6\xab\x4d\x4b\x5b\xea\xdd\xdb\xd7\x3d\x6f\x98\xab\xe5\xae\xed\xc0\xa0\x50\xd6\x29\x7d\x86\x34\x37\xd1\x0c\xd1\xec\xb7\x17\xf4\xeb\xfa\xaa\x26\x42\x8d\x69\xe7\x12\xcc\x3c\x51\x2a\x35\xb1\xef\x69\x09\x8f\x72\xda\xc2\x34\x02\x9a\x32\x20\x00\x8f\xc1\xb0\x8e\xc1\x2f\x09\xc7\xf6\x1d\x6d\xa7\xab\x61\xd8\x59\xcb\x2f\xcf\xcf\x4f\xa5\xe9\x90\x7a\x5b\xdb\x85\xc3\x0c\xac\xc1\x86\x59\xa6\x26\x6f\x9b\x05\x90\x64\xdf\x6d\x46\xf8\x43\x63\xb5\x9c\x03\xf3\xc2\x5d\xf8\x96\xff\x3b\x8b\xd3\x83\x79\xee\x89\x19\xbc\x06\x36\xd1\x1c\x83\x8d\x21\x9c\x6e\x77\x5c\xad\x43\xea\x13\x4d\x88\x98\x0c\xd0\x90\x0f\xbe\x87\x32\xc1\x68\xba\x33\x7a\x4b\xc3\x55\x22\x7a\x76\x4c\x93\x00\x4a\x8a\xd4\xcb\xae\xdd\x52\xea\x73\xfa\x13\x13\x62\xe7\x8f\xb9\x3e\xc0\x14\x65\x49\x34\xbe\x3f\xca\xdf\x3e\x7f\x9a\xff\x97\xef\xff\xf8\xc7\x45\xfe\x6a\xe0\x7d\xc8\xa8\xf9\x1f\x8c\x52\x85\x76\x3c\x82\x12\xbd\x1a\x08\xeb\xee\xf1\xbe\xba\x97\xff\x88\xdc\xff\x51\x7d\x2a\x88\x6f\xac\x16\xab\x76\xfb\x13\xd3\xd4\x6d\x41\x3b\x9f\x73\x08\x59\x15\x8b\xcf\xaa\xa6\xa4\x0f\xe1\xe2\x34\xcb\xd1\x02\xcd\x76\x3c\x9d\x30\xb3\xcb\x55\xdb\x5c\xd6\x1d\x8f\xe7\x97\x06\xa8\x60\x6c\x2e\x9d\xd5\xc8\x31\x96\x88\xa6\x8c\xc8\x47\x7d\x79\x13\x41\x31\xd2\x37\x9c\xa8\xab\x99\x09\xca\x2d\x95\x6d\x0f\x73\x7c\x26\x98\xc8\x8b\x76\x42\xa3\xeb\x6c\xba\xfb\x38\xdf\xed\xe5\x25\x1f\xb4\x76\x44\x68\x0b\x27\x92\x2a\xa7\x85\x07\x21\x4c\xdc\x81\x51\x7f\xa6\x18\xfc\xf4\xd9\x9b\xbc\xfa\x48\xa8\xc6\x24\xaf\x6b\xcb\xfd\x0a\xe8\xc5\xb0\x47\x4c\xa9\x89\x3e\xf4\xb4\x31\x56\x72\xa8\x38\x0a\xc1\x5d\x63\x32\xb4\x22\x20\x22\x0c\x46\xa9\x89\xbb\xfc\x48\x64\xbf\x73\x4d\xbc\xb0\x24\xed\xfd\x04\x76\xd2\xa9\x50\x82\x47\xbe\xa2\x05\x27\xa4\x90\x5e\xf4\xd2\x29\xc9\x26\x5c\x27\x24\xde\x93\xd4\x52\x94\xd4\x97\x8b\x1b\x10\x9d\x9e\x71\xa1\xac\x2e\x8b\xfd\x66\x88\xfd\x1a\x9d\x20\xd6\xd2\x19\x0b\x4e\x3e\x6f\xb6\xc0\xa4\x83\x40\x9e\x7e\x5c\x96\xb0\xb0\x21\x26\x47\x4e\x1a\x46\x57\x91\x4c\xec\xd0\x21\xda\x54\x61\x79\x96\x51\x0e\xd0\xf5\x32\x71\x20\xcd\x0f\xcd\xbe\x15\xb6\x27\xc7\x39\xcb\x35\x5a\x05\xcc\x27\xcc\xf7\x65\x91\x29\xaf\xb4\x54\x11\x6e\xf9\xb1\x86\x80\x14\xd0\x55\xaa\x54\xb1\x8e\x89\xda\x9f\x18\x80\x25\xaf\x7e\xb6\x6c\xe8\xcd\x09\x0f\xb2\x0f\x02\x92\xcc\x39\x0f\x17\x2d\x30\xff\x46\xab\xf4\xb1\x06\x8d\x57\x84\xc1\xbc\x10\xd6\xa0\x69\x6a\xaa\xaf\x2a\xd4\x40\xe5\xbf\xa5\x3a\x51\x66\xa1\xd2\x81\x32\xec\xc6\xf7\xf1\x59\x5f\xb6\x60\x1c\x70\x90\x50\x69\x9b\xd6\xd1\xa1\x9e\x77\xf5\xfa\x8a\x08\x6b\x7b\x7d\x24\x93\x72\x7d\xd5\x56\xbc\x7f\x5e\x3d\x7b\xf4\x9d\xf4\x63\xcd\xc7\x4a\x28\xc4\x07\x52\xb1\x27\xe4\xa2\x19\x53\x34\x96\x2e\x84\x83\x1d\x90\x13\x39\x44\x80\xc6\x02\xe1\x84\x8f\x08\x44\x43\x69\x85\xcf\x53\x22\x11\x61\xa4\xb4\x09\x95\xd2\xb0\x10\x25\xe5\xf5\x97\xeb\x16\x42\x8c\xf1\xf6\x7c\x52\x92\x88\xdc\x0f\xcb\x75\x3d\x2c\x2f\x99\x72\x71\xc5\xcf\xb9\x02\x3e\xb8\x29\x27\x7f\x40\x59\x0f\x72\xa2\x7e\x24\x99\x95\x3f\xe4\xf7\x3f\x2a\xb7\xf8\x3d\x93\xa4\x25\x6d\xa2\x7a\x83\x15\x51\xd1\xa8\xab\x84\x59\x35\xb1\x3c\x70\x6c\xfd\x7e\x87\x73\x4d\x99\xc3\x20\x09\x94\xed\x75\xc3\x9b\x0f\xa4\x97\xc8\x4c\xbd\xaa\xe9\xc0\xb8\xa8\x9b\x82\x0e\x77\xab\x05\x24\xfd\x3e\xa1\xc4\x9b\x93\x73\x00\xae\xdb\x8b\x7d\xbd\x29\x0d\x60\x91\x19\x03\x49\xec\xa3\x2e\xbe\x67\xa9\x2d\xa9\x96\xbe\xac\xda\x8e\xb9\x11\x8c\xc6\x0a\x1e\x60\x83\x3a\x66\x2f\x90\x5c\xb3\x2c\x03\x58\x94\x0b\x1c\x0b\x4f\x03\xad\x3e\xc4\x34\xe6\x67\x80\x36\x75\xdf\x3c\x18\xd0\xd3\xd5\x9e\xda\xa2\x95\xe7\x64\x2a\xd8\xe7\x0f\x7f\xa2\xff\x33\xe6\x8e\xe4\x00\x58\x4f\x27\x9e\x33\x73\xc9\xdc\xcb\x56\x4c\xba\x9a\xe0\x78\x58\x69\xc3\x60\x37\x56\xdf\x5f\x43\x81\x7e\x2f\x48\xcb\x1a\x94\x0d\x2d\x6b\xf5\x15\x7d\xb0\xd4\xb6\xde\x60\x11\x8a\x41\x45\xab\x96\xe6\x8d\x11\xe4\x48\xf6\xcc\x25\x0d\x8d\x49\xe9\x50\x7c\xa8\x20\x8d\xd1\x81\xff\x1b\xab\x86\xde\x67\x7b\xe1\x3f\xdb\x4d\x19\x64\x1d\x20\x36\x11\x96\x2a\xd1\x6c\x44\x98\x80\xb3\x3d\xf1\xd9\xab\xab\x65\xd0\x2b\xf1\x9c\x0c\xd5\x27\x1c\xfd\xc8\x8a\x6a\x26\x46\x78\xce\xca\xb6\x37\x58\x2d\x1e\xc3\xf1\x4d\x5c\x2c\x62\x3e\x69\x9b\x90\x1c\x7b\xd1\xf2\xa4\x7d\xac\x02\xd4\x53\x9f\x9a\x16\xa0\xba\x88\x4d\xd6\xaa\x52\x45\x03\x65\x89\x6e\x43\x73\x45\xb7\xd1\x67\x20\x64\xaa\x14\x03\xbd\xa3\xe5\x54\xa1\x7e\x41\xeb\x02\x8d\x81\xb5\x4c\x54\xf1\x46\xb6\x85\x6b\x33\xfb\x4d\x15\x66\xef\x33\x83\x7b\x9b\xe6\x13\x45\x21\xe9\x3f\x2a\xa5\x96\xb6\xb8\xa6\x9c\x82\xe2\x44\x89\x4a\x64\x28\xae\xaa\x1d\xf3\x1e\xdb\x1e\x58\xb1\x61\x21\xfb\x46\x59\xe7\x80\x1f\x3f\x0b\xb9\x26\x84\x21\x22\xf7\x55\xd6\xb7\xbc\xdf\x96\x5f\x58\xc5\x93\x9a\x30\x01\xe5\xd3\xa3\x4e\xb4\x65\xc4\xe1\xf2\xf2\xd1\x26\xbb\x39\x4a\x85\xaa\xab\xa2\x27\x12\x4e\x9c\x82\x16\x2b\x17\x26\xdc\xf2\xb2\x93\x28\x87\x2d\x03\x0d\x1f\x90\x5c\x4a\xb6\xdd\xf8\x0c\xe6\x1e\x0a\x95\xd3\x56\x02\xe7\x04\xbe\xc8\xb3\x4f\x33\x6d\xd2\x84\x6d\x2b\xe6\x9c\x97\x5b\xd1\xac\xc9\xaf\xfc\xb8\xca\xe8\x30\x5c\xd3\x7e\x36\x84\x7d\xc4\x8a\x8f\x35\x04\x0c\xc5\x57\x06\xa8\x06\x4f\x86\x15\xc2\x52\x7e\x36\x4d\x26\x11\x86\x6b\x68\x85\x68\x6b\x4f\xa6\x9f\x0e\x2c\xca\x5e\x18\x59\x17\x0e\x01\x8c\x5e\x4f\xc4\x22\x4e\xe2\xe3\x9c\x55\x92\x1e\x4a\x99\xd6\x30\x2a\x86\x67\x9a\xf1\xe3\xc5\x4f\xf7\xfb\x1f\xbf\xbd\xf8\x29\x50\xd6\xd5\x55\xb5\xfa\x20\xe8\x57\x37\x17\xed\x27\x88\xb4\x50\x91\x90\x34\xcd\x5b\xec\x7e\x99\x93\x88\xdb\x41\xa2\x22\x4a\x40\xc5\x68\xde\x39\x37\x59\x33\xea\x0b\x13\x0c\x3a\xd7\x56\xd8\x54\xc0\xef\x88\x8f\x8f\x39\x95\x31\x12\xe4\x3f\xa2\x24\xc6\xb1\xa9\xb7\xf5\x30\x41\x09\xa6\x2f\x85\xa2\x96\x6a\xc9\x6c\x8e\x50\x57\x1c\x25\x51\x69\xaa\x86\x0e\x55\x43\x93\xeb\x82\x44\xa8\xef\x73\x42\x8d\x3d\x9d\x4e\xdc\x59\x1a\x0f\x91\xe9\x82\x4f\x65\x12\x9f\x8a\x7e\xb9\x6f\x74\xba\xaa\xd2\x90\xe4\x65\x8d\xc3\x83\xdb\x35\x54\x76\x50\xa9\x18\x90\x7f\x1d\x66\xf2\x9b\x85\x2a\xb5\x50\x8a\x09\x3a\xf7\xa7\x66\x9e\xb5\x98\x5b\x13\xa2\x77\x4d\x25\x32\x2f\xc6\xcf\x60\xbc\x7c\x24\x38\xc5\x45\x21\xe9\xeb\x03\xa5\x60\x9e\x2f\xf6\xc3\xd0\xb2\x44\xb2\x61\x5c\x90\x32\xd6\xe7\xa7\x00\x84\x88\x15\xeb\xc3\x62\x8e\x67\x49\x85\x2a\x1c\xc7\x3d\xf6\xb3\xe8\xbb\x59\x90\x4b\x87\xa6\xc7\x5f\x80\x2a\x45\x83\x54\x34\x37\x51\xa9\x81\x3e\x70\x73\xc3\x7c\x4f\xbe\xee\xaa\x6f\x62\x5f\xc2\x3e\x40\x09\xed\x8f\x94\x76\x5b\xe4\x2d\x32\x45\xaf\x6a\x1b\xc9\x0e\x33\xd5\x4e\x46\xd4\xe8\xd2\xa9\x45\x3e\x63\x3b\xd1\x4c\x62\x27\x4b\xcc\x32\x0d\x02\xa5\x17\xa3\xb6\xa2\x24\x38\x9d\xbe\x21\xed\x71\x3c\x94\x86\xb6\x5d\xf6\x57\x22\x73\x5b\xf7\x48\x5e\x6f\xd6\x89\xb2\x0a\x77\x24\xc0\xb7\xff\xca\x27\x1f\x0f\xf4\x7d\xa6\x4b\x51\xb9\xfd\xa0\x88\x6a\x39\xb6\x64\xb2\x2d\x02\xbc\x31\x69\x7f\xaa\x3a\x16\xeb\x00\x94\xac\xd5\xa1\x49\x4c\xc7\x10\xa8\x61\x3c\xd5\xdf\xfa\xbd\xab\xc9\x97\xfb\xcd\x51\x7e\x2d\xc7\x7d\x2c\x13\x44\x4a\x65\x04\x18\x2b\xe5\x3e\x87\x86\xd7\x96\x05\x8d\xef\x06\x7a\xea\x3f\xd3\x99\xd4\xe0\x66\xa0\xcd\x28\x43\x0a\x1d\xe3\x83\x40\x59\x26\x7e\x9f\xf1\xa1\xff\x66\xc4\xcd\xf2\xa1\xa6\x69\x8e\xa3\x42\xd6\x2f\xfe\xe6\x23\x8c\xf9\x74\x86\xf1\x7d\x5b\xc5\x0b\x10\x7c\x85\xc1\x9f\x9d\xbd\x3c\x37\x21\xf7\xec\x65\xfe\xa1\xd2\xba\x5f\x0e\xc3\xae\x7f\x07\x6d\x87\xa8\x2e\x58\xcf\x71\x5a\xdc\x30\x97\x29\xc9\xfa\x03\x19\xe7\x55\xb1\xd5\x4e\xf2\xa7\x54\xf1\x98\xce\x5f\x4d\xe4\x4f\x3a\x96\x9d\x16\x2d\x03\xbf\xf5\x4b\xc2\x66\x0b\xe2\x07\x99\xa7\xd2\x2b\x91\xdf\x27\x9a\xbf\xdf\xb3\x62\xb3\x23\xb1\x8c\x19\x1e\x07\x06\x25\xd7\x85\x4a\x67\x39\x40\x80\xe8\xfb\x2d\x21\xc8\x0a\xd2\x28\x15\xf8\xfa\xe1\xf2\x1b\xa7\xf4\x4c\x2b\x2b\x69\xff\xff\x43\x15\xf2\x37\x33\xc5\xbe\xde\xbe\xfe\xab\x8d\x22\xa9\x8e\xd3\x89\x96\x12\x04\x58\xd0\x08\x15\x80\x70\x90\x33\x3b\x3a\xb0\xce\x8b\x12\x88\xe5\x4d\xaa\xde\x16\x9f\xee\x2a\xb8\x6d\x67\xca\x09\x95\x8b\x85\x8c\x98\xe9\x10\x93\xdd\x43\xe0\xac\xd4\x3a\x08\x4c\x0b\x4f\x20\x75\xb3\xda\xec\xcb\x83\x1d\xe9\xf7\x17\xb4\x91\x98\x95\x7e\x70\xbf\x7f\xc0\x55\x36\x1f\xe8\xd0\x6e\x02\xfc\x3b\xf9\x9d\xe3\xf7\x0f\x76\x33\x47\xb2\xae\xca\x17\x79\xb8\xa3\x23\xde\xa3\xe4\xf3\x03\x72\xc2\x22\x92\x1e\x2f\x3b\x04\xe4\x87\xc2\x42\x65\xbb\xb0\xff\x59\x4b\x01\x31\x8a\x10\x70\x11\x6f\x13\x97\xcc\x03\x2c\x99\x27\x6f\x3c\xe7\xcd\xf4\xd2\x4e\x58\x70\x09\x80\x90\xcb\xa3\xe5\xb4\xdc\x68\x77\x1e\x2c\x4e\x9c\xce\x4c\xe9\x93\xa9\x9a\xf9\x40\xf9\x81\x36\xd8\x4c\x05\x61\xdf\x1d\x2c\x28\x6b\x8f\x42\x34\xf2\x72\x4c\x38\xa6\xe5\x18\x8a\x84\xc2\xcd\xa6\x5a\xb3\x3e\xd2\xda\x4d\x1a\xd3\x75\xa6\x63\x51\xc0\x3c\xba\xc5\x09\x0e\x6b\xe5\x97\xd5\x8b\x38\x61\x89\x52\xe1\x92\x15\x35\x54\x55\x87\x0b\x61\x27\x62\x6a\x37\xf4\x98\xd8\xb2\x34\xd5\xef\xf9\x94\x62\xc9\x4b\x98\xaf\x74\x31\x98\xff\x40\x55\x15\x9a\x38\x5c\x3d\xa1\x22\x53\xf5\xbb\xea\x07\xd8\x17\x56\xed\x35\x12\xd3\x8a\xb5\xf2\x00\x74\xa8\xda\x20\x2e\x57\x9f\x6a\x28\x77\x5f\xd4\x1f\x2b\x15\x98\x83\x9e\x00\x79\x8b\x6c\x43\xa4\x83\x25\x33\x19\x95\x70\xe9\xed\x47\xde\x8c\xdc\x1e\xe7\x4a\x39\x51\xf6\xea\xa0\x78\x9d\x55\xf4\xc6\x05\x51\x55\x1e\x11\xb3\xc3\x25\xa8\x9f\xd8\xdb\xc5\xe6\xba\xb8\xe9\xa1\x46\x32\xfa\xc4\x6a\x6d\x29\xce\xc4\x87\x58\xa1\x35\x7a\xe5\x2f\x4f\x68\xc3\xd9\x4c\xf0\x2d\x00\x9f\x34\x81\x63\xb9\x86\xf0\x0c\xe2\xa2\x8a\xa9\x8f\xee\x4c\xd7\x83\x89\x05\x7f\x16\x93\x59\x82\x91\x6c\x57\x11\x6e\x25\xf5\x9c\x98\x29\x7b\xc4\x6c\x22\x35\xc3\x6c\x1b\x51\x6f\x99\x6b\xe2\x82\x69\x66\xd1\x25\xa7\x49\xd9\x53\xfd\x0f\x85\xed\xaf\x69\x0e\x59\x8a\x8c\xca\x05\x3e\xc8\x68\x55\x4c\xf9\x2f\xe9\x50\x0d\x64\xfd\x40\x5b\x80\x67\xda\x4c\x00\xfe\xec\x98\x96\x1c\xb9\xd8\x62\x98\xa6\xfe\xaa\xde\xe5\x2d\x74\xca\x7e\x0a\x23\xda\x3a\x46\x9b\xaf\x39\x2a\x88\x15\xac\x5b\xef\x8a\xa6\xbf\xac\xa0\x64\xdf\xe6\x97\x7c\x9b\xbc\xd0\xa6\x99\x6f\x97\x2b\xff\x03\x2d\x8b\x84\x86\xa6\xfd\xd9\x82\xb5\x73\x0b\x95\x36\x2d\x77\x2e\xd0\xe4\xa2\x0f\x98\xd5\x58\x53\x6f\x7d\x60\x34\x9b\x4c\x01\xd8\xe7\xe4\x06\x6d\x76\x1e\x2e\x13\xd1\x5e\xda\x07\xa6\xdd\x31\x6e\x37\xe7\x7a\x8b\x20\x17\x2f\xe9\x22\x51\x8a\xb4\x2a\x3a\x52\x56\x4f\x27\x63\xe7\xa2\xee\x4e\x9d\x76\x48\xa5\xad\xf0\xb6\xe0\x9d\x32\xaa\x10\x1a\x9c\x28\x2f\x65\x72\xff\xbe\xbc\xa0\x2e\xae\xae\x92\xbd\x79\x8e\x9c\x5c\x72\x26\xdb\x33\xfb\x8d\x9b\x7e\x9f\xc9\x0d\xfc\x32\xe8\xeb\x9f\xca\x8d\xbc\x30\xbd\xaa\x7f\x1f\x72\x53\xd2\xf3\x25\x8a\x15\x11\x95\xfc\xad\x25\xf9\x0c\x36\x7d\xe9\x7f\xb4\xc4\x6f\x40\xed\xfe\xaf\xf4\xc5\x62\x40\x93\x25\xd7\x8e\x23\x1d\x0a\x38\xed\x7a\xe0\xfd\x75\x4a\xdb\x82\x58\x9e\xc7\x9a\x42\x22\x3c\x68\x03\xd4\x3a\xcf\xed\x9b\xd6\xa3\x60\x92\xc7\x1b\x5b\xbf\x12\x9d\x8d\x14\x12\x7d\xdb\x73\xfb\xd6\xd4\x90\x44\x5b\x3c\xa4\xbc\xd3\xcf\x8c\x55\x06\xdb\x05\xce\x12\xe6\xe9\x71\xe5\xe1\x4e\x10\xe6\x2d\x78\x9d\x2d\x6f\xe1\xe0\x77\xc5\x40\x54\xb4\x11\xd1\x4e\x08\x9a\x2f\xaa\xd9\xa1\x8a\x70\x31\xce\xb5\xb0\x11\x89\xcc\xdd\xfb\x2c\xda\xb6\x98\x59\xcb\x9c\x8a\x59\x29\x52\xaf\xfc\xf4\xbf\xd1\xa7\xaa\x87\x40\xed\xf0\xa1\xf2\x3d\xae\xa4\xed\x1e\x11\x76\x36\xee\x67\xa6\x0a\xb5\x54\x9b\xa6\xfb\xe1\x51\xfe\x4c\x3e\x4c\x53\xb0\xaf\x31\xa6\x9a\xa4\x8e\x1d\x16\xca\x59\xe2\xe8\xca\x85\x4e\xab\x21\x56\xd4\xea\x77\x53\x01\x57\x2a\x01\xa2\xdb\x3d\x13\x58\x06\xbe\xe6\x70\x82\x2e\x2b\xaa\x21\x01\x37\xee\x0e\x8d\x6f\x86\x58\x6a\x27\xb0\xeb\xea\x22\x67\xd5\x31\x21\x1a\x09\x94\x3a\xce\x6d\x41\xb2\xe8\xc7\xba\x08\x5a\x2a\xc7\xca\x05\x86\xc1\xd4\x4c\x90\x97\x9a\x87\xb8\xdd\xca\x21\xb9\xc8\x2d\x87\x71\x72\xb6\xa0\xac\x7c\x11\xdc\xa7\x5a\x6b\xb9\x8b\x69\xc0\xe5\xb1\xbd\x8b\x9d\xe7\xcf\xd9\x84\x08\x17\xfe\x53\x13\x38\x6e\x42\xef\xa4\x5e\xeb\x67\xb6\xdf\xf1\x25\x8f\x9b\xcb\x77\x48\x08\x73\x99\xe6\x3b\xf9\x11\xb3\x6a\xc5\x82\x96\x49\xc0\x4b\x27\x50\xf2\x4d\x87\x6e\xe5\x19\xd3\x36\xdd\xce\xe5\x18\x24\xea\x82\x40\xee\x74\xe0\x58\x28\xb9\x73\xc6\xd4\xd2\x19\x9d\x5f\xd1\x2e\xda\xd4\xcd\x87\x5e\x57\x8a\xe7\xc9\xcb\xd2\xd0\x9d\x11\x7e\xef\xc5\xb6\x49\x3e\xa7\xa6\x54\x76\x1b\x36\xa2\x36\x76\x67\x26\xf7\x82\x8f\x91\x3c\x0b\x1b\x35\x0a\x76\x6f\x77\x59\x31\xbf\x0e\x02\x6b\x77\x8c\x34\xca\xb6\xed\x55\x53\x1b\x09\x1a\xa7\x41\x01\xa4\x50\x3a\xe7\x01\x42\x97\xe4\xb1\xdd\x6c\x62\xbb\x66\x76\x17\x69\x1d\xc0\xe6\x5f\xd6\x5b\xb1\x58\x7c\x67\x37\x95\x58\x9f\x20\xd6\x20\x1b\x86\x2f\x69\xef\xfd\xfd\xcc\x9b\xd6\xee\x41\x8d\x32\x5b\xe6\x91\xb1\x1f\x32\x03\x60\x1e\x92\xce\x8e\xf1\x43\x2b\xb0\xab\x86\x3b\xd0\xc4\x90\xc0\xdf\x5d\xc9\xc2\x07\xda\xd3\x6e\x12\x26\xf3\xa9\x5e\x9a\x84\x7c\x9e\x59\x97\xff\x06\xb7\x8c\x41\x09\xc2\xbb\x6b\x39\x02\x51\xbd\x41\x02\x39\xcb\xcb\x5b\x5b\x07\xf9\xf8\x51\xef\x27\x7b\xc5\xca\x5d\xd3\x2c\xf8\x81\x2b\x76\x97\x0b\xb3\x35\x62\x95\xaf\x5c\x59\xc2\x28\x44\x0c\x63\x1a\xdc\x77\x4a\x15\x8e\x9c\x68\xa3\xff\x2c\x31\x89\x35\x8b\x0c\xd5\x07\xd1\xe9\xb1\x90\x4c\xbe\x02\x11\x93\xcb\x90\xaf\x56\x97\x09\x65\xad\xcc\x74\xc3\xd3\xde\x5d\x47\x68\x47\xcc\x44\x4a\x83\x27\x54\x37\xa1\xb0\x20\xb0\x2d\x0c\x11\x22\x61\xa5\x71\x6b\x55\x7c\x42\xe1\xcb\x52\x82\xa6\x8c\xb6\x07\xf3\xf2\x9a\xac\xc7\x49\xc8\x95\x43\x25\xf4\x91\x7e\x08\x3d\x94\xb1\x3e\xd3\x84\x51\xbe\x0d\x46\xb2\x6d\x41\x66\x46\xa3\x9c\x95\x1d\x19\x75\x23\x76\x20\xe1\x66\x32\xa1\x4b\xf9\x33\x10\x2a\x42\x07\x51\xcc\x1b\x99\xfa\x79\xdc\x7a\xc4\xa3\x5f\x52\x95\xbe\x8c\x2d\xdd\x45\x5f\x65\xd4\x23\xe0\x78\xbc\xdf\x2d\x81\x3c\xa9\xda\x90\xa1\x3c\x84\x28\xa6\x42\xea\x32\xb9\x70\xc0\xdd\xc1\x97\x5c\x32\x30\xa7\xf1\x9f\x70\xbf\x90\x34\x15\xef\x17\x42\x27\x47\x3b\x6c\x32\xca\xe9\x56\xa3\x0c\x30\x3d\x8a\xcb\x8e\x95\x51\x6c\x0e\x1c\x0d\xb7\x22\x72\x17\x4f\x0f\x25\x81\xef\x51\x4c\xc0\xa1\xc4\x6c\x38\x8c\xa7\x60\xf9\x28\x42\x58\x3f\x51\x9a\xa7\x6b\xfe\x18\x52\x26\x4d\x8a\xc0\x82\x07\x24\x36\x42\x78\x74\x95\x5a\xb7\x3c\x0f\x62\x3d\x10\x0c\xd9\x26\x97\x83\x47\x2a\xda\x5d\xd5\xeb\x2b\x1a\x57\xbd\xe5\x4b\x73\x60\x92\xdd\xcc\x46\xc9\x9b\x7f\x11\x89\x6a\xd7\x0d\x6b\xe5\xb8\x05\xb1\x5c\x0b\x47\xd6\x8f\xfd\xd0\xb5\xcd\xfa\xa7\x67\x2d\x8b\xc4\xac\xac\xe2\x63\xf5\xe7\x1f\xbf\xd5\x74\x22\xc3\xbc\x84\x6c\xe6\xf8\xa2\x1e\x5e\xee\x2f\x1e\xf4\xf9\x9a\xed\x6e\x71\xa1\x54\x38\x6b\x5c\x35\x97\x10\xb3\xc2\xeb\x26\x4c\x0b\x6c\x73\x69\x8f\xf7\xed\x86\x36\x48\x5a\xa4\xdd\x6e\x65\x79\x89\x80\x6d\x05\x12\xfd\x87\x85\x45\xd5\x60\xe6\xaa\x4e\xe7\x87\x2a\x5c\x04\x14\x8f\xeb\xa3\xcb\x66\xbc\x69\xa2\x02\x52\xee\x90\x81\x71\x69\xdc\x0c\xee\x20\x82\xfe\xc7\x4a\x81\xf3\x98\x96\xc2\x3a\xb2\x42\x6d\xaa\x7c\x82\x98\xc3\x55\x58\x71\x2a\x49\xfd\x10\x0e\x8c\xd3\xac\x45\xe1\x3d\x2a\xd6\xed\x0b\x62\x39\xe4\xe5\xb3\xc7\x34\xd3\xe0\xd1\x43\xf7\x80\xae\xa3\xfd\xad\x14\x4d\xc6\xae\xf4\xcc\x06\xe0\x28\x9a\xce\x48\xa4\x69\x63\x98\x84\xaa\x55\x42\xd3\xac\x17\x9e\x9a\x89\x61\x96\x50\x34\x41\x48\x92\xa2\x98\x5e\x7f\x26\x35\x9b\xb4\x1b\x07\x6e\xcd\x7d\x06\x45\xc3\x98\x1e\x63\x3a\x68\x2c\xd0\xfa\xe8\x42\xbd\x56\x1d\x0f\x32\xd8\xa2\x37\x4a\x74\x6f\x5a\xbd\x19\xcc\x2d\x11\x6b\x42\x22\xdc\x50\x25\x5b\x99\x3b\x01\x1b\x4c\x31\x33\x82\xda\xe8\xbf\xe5\x65\x41\x74\x60\x68\x3f\x10\x2a\x4d\x8b\x20\xfd\x50\xa1\x40\x5f\x4c\x2c\x52\xea\xf2\x38\x12\x87\xb1\xa0\xa4\x17\xec\x07\x09\x8c\xa3\x2b\x5a\x6b\x30\xf5\x12\x9d\x17\xec\xdb\xd9\x20\xa6\x14\x3a\xa2\x64\x40\xed\x99\xc2\xfe\x27\x8e\xad\x61\x20\x88\x9e\xfc\xa1\xbf\xfd\xb2\x24\xf5\xbb\xcd\x42\xd4\x7b\xdf\x38\xf2\x29\xe8\xb0\x94\xa9\x08\x83\x3c\x25\x86\x03\xd6\x9c\x8f\xa5\xc2\x73\xce\xee\xd5\x92\x59\xed\x14\xac\xc8\x0b\x4d\xc4\x1e\x00\xa0\x4c\x78\x1f\x26\x02\xbf\xa2\xba\xc6\x6a\x51\x13\x14\x35\xd4\xc4\x1a\x10\xd6\x19\xc1\xbc\x12\x93\x94\xfc\xf1\xe9\x2b\x3a\x30\x42\x83\x56\xe9\x2f\x05\x71\xe6\xd2\x85\x6b\xd1\xd5\xc0\x70\x65\xb3\x19\x53\xdc\x20\x43\x48\x71\x53\x0d\xa3\x24\xb6\x78\x18\xd4\x64\x40\x32\x98\x34\x5f\xe6\xb8\xea\x9d\xfe\x4a\x5a\x43\x4f\xc6\x67\x55\x18\xea\x57\x34\xb3\x41\x8b\xca\x5b\x6b\x77\xc3\xd4\xdf\x99\xa0\x15\x32\x43\xd7\xa0\xdf\x23\xdb\x37\x82\x84\x16\x27\xe7\x2d\xdc\x05\xfa\x61\x1d\x56\x0a\xe2\x97\xd2\x93\x91\xd9\xc5\x8c\x44\x65\xb6\xd8\x1c\x65\xd9\x59\x3d\xe9\x98\xef\xa2\x33\x8c\xf8\x51\x65\x70\x0b\x95\xf1\xa3\x72\xa8\x7c\x3a\xdb\x6c\xc0\x68\x69\x7a\x44\x6f\x72\x39\x06\xc5\x82\x83\x5b\x11\x69\x45\x31\xc2\xd9\x45\x53\x2d\xd7\xd5\x86\x2d\x9a\xb5\xf5\x78\xbb\xab\x43\x4f\x6c\x1d\x14\xc8\x49\xb6\x55\xe4\x6d\x65\x2a\xbc\x02\xd2\x2a\x23\x08\xda\x6e\x30\x6f\x10\xb5\x83\x9d\xd6\x4f\x1f\xbf\x79\x73\x72\x1e\x0f\x69\xde\x07\x4d\x49\xac\xc4\x57\xc1\x0a\x70\xd2\x2f\xb3\x05\x0c\x0b\x98\x42\x44\x6b\x44\x2d\x71\x08\xce\x93\x29\xab\x9d\x3e\xd7\x2d\x68\x4f\xcb\x7d\x31\x5a\x9e\xf4\xbf\x3c\xb4\x7e\xd9\x6f\xcc\xdd\xbc\xcf\x4c\x8d\x7f\xc2\x7f\x33\x7f\x13\xe2\x2e\x9f\xb0\xf5\xe2\x1d\x55\x74\x37\xa0\x0e\xb4\xe5\xe4\x66\x04\x44\x7a\x5f\x40\xd4\xa2\xb9\x6f\x71\x56\x5c\xe6\xb8\xcb\x3f\x62\x45\x6f\xdb\x61\xc3\xf0\xe4\xee\x9b\xfa\x2f\x7b\xb0\x67\x2c\x0e\x11\xf1\x60\xe3\xd2\x8b\x7a\x23\x07\xca\x9f\xc2\x0f\x49\xe7\xaf\x91\x49\xbc\x6b\x9c\x7e\xfd\xd8\xef\xd8\x36\x97\xce\x86\xfe\xd1\xbd\x7d\x9d\xb3\xbe\x90\x6d\xd3\xee\xfd\x44\xf2\x0b\xdf\xf0\xd3\xf2\x11\xc4\x4f\x93\xea\xd8\x2d\x6e\x25\x6a\xc6\x60\xe5\x04\xbc\xd5\x74\xde\x2d\xcc\xef\x26\xba\x4d\x99\xf8\x7f\xa0\x4d\xf6\xc1\x8b\xe3\xf8\x5a\xa5\x6e\x9a\x23\xec\xdd\x8f\xc5\x66\x9f\x2a\x5f\xb8\x75\x2e\xd3\x7f\x93\xc1\xde\x3f\x96\x85\x19\x13\xbc\x3a\x39\x83\xb0\xe1\x67\x4c\xda\x70\xbb\x13\x17\xfb\x7f\x32\xe3\xf7\x55\x86\x9e\xa8\x6a\x7d\xec\x0e\x88\x3c\xb3\xec\xe7\x3c\x98\xf7\x23\x75\x66\x35\x9c\xe3\x4e\xb1\x19\x44\xad\x9e\xbb\xd5\x64\xd2\x82\x41\x78\x15\xee\x8d\xde\x7d\x06\x0a\xd6\xaf\xba\x1a\xde\x09\x92\xce\x3e\xa1\xb9\xf3\x07\x0d\x89\xb1\xdd\x33\xc2\x7b\x9a\xa2\xc5\xba\x1e\x48\x84\x67\x17\x34\x58\xb3\x67\x44\x36\xe8\x24\x83\x37\xa9\x7c\x59\xca\xa4\x28\x1f\xfa\x02\x0b\x15\x1c\x73\x9a\xba\x03\xf8\x43\x7f\xcf\x94\x52\x40\xf3\x65\xe5\x7b\x9d\x76\x59\x37\x35\x6f\xfc\x57\xf4\x87\x0e\x75\x11\x00\x52\x34\x15\xf6\x16\x95\xa8\xbe\x48\xa4\xef\x50\x8f\xda\x17\xea\xaa\xa8\x61\xa1\x5b\x17\x35\x80\xd7\xdb\x01\x4c\x1b\x12\xf2\x27\x48\x50\x1f\x52\xea\x09\xad\xc2\x47\x61\x87\xc4\x17\xf4\x95\xa5\x7c\xcd\xf2\xdf\x37\x06\x68\xd2\x5b\x80\x53\x1d\xc4\x28\xdf\x16\x49\x6f\x1a\xf5\x96\x9e\x76\x05\x93\x72\x56\x12\xe0\xc2\x84\x3a\x5f\xf2\xc5\x46\xb1\xe9\x73\x15\x3a\xed\xf2\x3f\xbb\xe6\x2b\x75\x51\xf0\xff\xaa\x9f\xd0\xef\xaf\x8b\xbf\x4a\xea\x59\xf8\x01\x34\xeb\x15\xf1\x7a\x55\xd6\xd3\x4c\xac\xae\xd4\x78\xad\xbd\x5c\x8a\x0b\x18\x8e\xcd\xf3\x70\x81\xca\x7b\x16\x70\x34\xb7\xdb\xe2\x53\xbd\xdd\x6f\xf3\x00\x88\xa2\x8c\x89\xf7\xd3\x6b\x84\xc5\xfc\x65\xc0\xf8\xfe\xfd\xcb\xef\x04\xc6\x35\xdc\x7e\x35\xc0\x56\x6a\x4b\xbe\x19\xb2\x8d\x9d\x18\xb9\x64\xea\xed\x6b\xce\x8d\xc1\xdd\x57\xbc\x1b\x7d\xee\x61\x1a\x69\x5a\xa0\x22\x25\x5b\x30\xed\xbd\x20\xb2\x73\xef\x27\x59\x74\xa3\x59\x56\xab\x22\xe3\xb1\x3a\x1c\x3b\x6c\x54\x88\x85\x10\xa6\x88\x4b\x4f\xe1\x98\x14\x51\x69\x06\x2a\x39\xd6\x94\xb5\x2c\x9c\x73\xd3\xb7\x2f\x5e\x9d\xc3\xb5\x89\x70\x52\x54\x6c\xea\xbf\xc5\x86\xdf\x8b\x50\x27\x9f\x78\x75\xdf\x0b\x27\xd4\xd4\x98\x78\xa6\x46\x33\x4a\x38\x91\xdb\xb5\xb2\x14\x03\xac\x36\xbb\x51\x06\x8c\x59\x9e\xbf\x92\x44\x2d\xc8\x89\x50\x08\xa4\xd7\x6f\x66\x02\x57\x78\xaf\x3a\xab\x36\xdc\xf7\xc6\x65\xf3\x57\xbd\xba\xd5\x94\xda\xaa\xef\xf6\xa5\xd1\x5b\x42\x0b\xcd\x51\x02\x1a\x72\xc4\xd1\x8a\x5d\x44\x52\x12\x0c\x2f\xef\xc2\xaf\xbc\xb7\xee\xa4\xad\xc2\x4c\xcb\xee\x66\xc9\xaa\x7c\xf0\x29\xbb\x9b\x98\xe0\x18\x3a\xca\xa0\x09\x75\xc0\xc1\xca\xe6\x14\xeb\xfc\x7f\xff\xf7\xff\x79\xf8\x94\x07\xfe\x74\xe8\x36\xf4\xa5\xfc\x32\xc3\xcb\x42\x48\x05\xf9\xc9\xbf\x91\xdc\x73\xad\x26\x35\xef\xe4\x2b\xb3\xdf\x20\x06\x94\xdf\xab\xfe\x1d\x1f\x99\xfe\x62\x9a\x90\xa9\xd3\x3a\x13\x83\x8c\x85\x4e\x45\x1c\x12\x38\xfd\x91\xf1\x97\x7d\xbd\xfa\xb0\x14\x4d\xc9\xa3\xfc\xdf\xf9\x57\x0e\x7f\x65\x3d\x35\x99\x12\x07\xb2\x0a\xf4\x1c\xd1\x66\x6f\xda\x8d\xa3\x46\xfd\x2b\x22\x19\x2e\x52\x2e\xe0\xc6\x4c\x46\x0d\x90\xbd\xb1\xb2\xdd\x9e\x8d\xc8\x18\x25\xac\xb5\x53\x4a\x81\x67\x1b\x27\x32\xcf\xe6\x6a\x08\x77\xc2\x49\x1d\x68\x9e\xba\x2b\x7e\x89\xb3\xcc\x0e\xb2\xa2\xda\x8f\x4d\x05\x2f\x0a\x1a\xb2\x0a\x1e\x89\x83\x79\x38\x2b\xf4\x8c\x18\xba\x0a\xa2\x15\xfd\xc9\xe8\x08\x62\xbb\x43\xbd\x6c\x66\xdf\xdc\xa1\xc0\x7d\x2a\xd2\xed\xaa\x99\x6f\xcc\x8b\xb5\x56\x04\x99\xea\x89\x7e\x66\x94\xce\xbf\xcf\xe9\xcf\xc4\x8b\x9e\x7d\xee\xa7\xbe\xf6\x9b\xe2\xa2\x42\xf2\x6b\x7c\x10\xfa\xd3\x29\x38\xd0\x8a\xc8\x29\x64\x3f\x32\x9e\x92\x7a\x10\x44\xc4\x57\xa6\x8e\x2c\x72\xb1\x2c\x9f\x19\xae\xca\xba\x82\xaf\x77\xdf\x16\xd7\xf2\x93\xa6\x4b\x9d\xf1\x5f\xca\x97\x24\xc3\x49\x40\x40\xe1\x23\x10\xe0\xc1\x36\xeb\x6e\x38\xb5\xef\xcc\x3a\xb0\x98\x76\xc4\x72\x46\xb1\x00\xf2\xd5\x28\xff\x52\x84\xff\xe7\x2c\xfa\x5b\x5a\x01\xba\x9e\x9b\x15\x63\x48\xdf\xf2\x49\x8a\xfb\xa4\x63\xf9\x0a\x39\xa5\x18\x0f\x3f\x03\x7f\xa0\x69\xe6\xb4\x71\xc2\x7f\x43\x2a\xe1\xa7\x72\x86\xf4\x37\x38\x40\x48\x04\x0d\x96\xfa\x25\xf8\x40\x4c\x5e\x8c\xd7\xc2\x65\x35\xcc\x6c\x5d\xe0\xe2\x8e\xb6\x1a\xf2\x7d\xf6\x8a\xe6\xbf\x5b\x86\xf2\x4f\xf9\x67\xbe\x99\xd4\x12\x16\xd7\xaf\xed\xa8\x19\x0f\x43\x4d\xcd\x82\x49\x73\x1e\x52\x5a\xdc\xce\x01\x93\xa4\xd7\x24\xb0\x27\x94\xe0\x51\x2b\xa9\x98\x65\x94\x51\xcd\x10\x5b\xe6\xe1\xe9\xc8\x64\x17\x39\x08\x6e\xfa\x39\xed\xa7\x03\x92\x6e\x16\x33\xa0\xac\x3f\x8b\x70\x34\xf0\x31\x90\x2a\x78\x03\xfd\x19\xaf\x5e\x5c\x1f\x5a\xda\xf1\x02\x49\xe6\x92\xb8\xca\x55\x15\x5c\x7c\x00\x04\x6e\x84\xc3\x56\x24\xcd\x84\xca\xb4\xb1\xa4\x3e\x4c\xe8\x50\x5c\x50\x36\x71\x4f\x3c\x9b\xa1\x30\xcf\x55\xcc\x92\xa9\xb3\x4c\x25\x2e\x56\x73\x52\xa5\xcf\x23\xc6\x69\x29\x4c\xb1\x4c\x44\x60\x90\x37\x33\x25\x6e\xc5\xa8\x31\xcc\xc1\x9a\x27\x78\xa3\x25\x6f\x59\xde\x08\xc1\x81\x1e\x0e\x57\x7d\xa0\x9c\x72\x6e\xe0\xd7\xa6\x39\x0b\xf6\x03\x0b\xf4\x93\x7d\xf9\xe5\xc7\x2c\x68\xaf\x51\x6d\x48\xe4\xe0\x93\x3d\x74\xb5\x54\x65\xda\x5c\x21\x59\xe5\x72\x79\x71\xa3\x65\x64\x9d\xe1\x5e\x7b\xa0\xc8\x96\x79\x79\x08\x96\x5a\xe4\x38\x24\xcc\x14\xe9\xd5\x37\x9f\x9d\xe3\xa7\x39\x0b\x3e\x98\x60\xc4\xc4\xb4\xa9\x9f\x05\x61\x2c\x05\xc8\x09\x3e\xe6\x40\x44\xc5\xac\x4a\x22\x3e\x05\xc4\x17\xc5\x2e\xb9\x67\x1b\x66\xcb\xac\x50\xe2\x35\xec\xb4\xba\xcf\x28\xc7\x06\xcf\x4c\x57\xe5\x46\xe1\xb8\x85\x15\x32\x7e\xde\xd2\x4e\x2c\x20\x0d\x4d\x4a\xf0\x4e\xc2\x2a\x10\x88\x7c\xe7\xf7\x7f\xfb\xee\x7d\xcf\xcb\x10\xaf\x6a\x7e\xfb\xe3\x7b\x92\xd4\xef\xff\xf6\xfd\x7b\xdc\xd1\x4c\x0a\x2f\x2f\x59\x49\x39\xad\x01\x05\x0d\x7a\xd7\x55\x1f\xeb\x76\xdf\x0b\xbf\x86\xcf\x48\x1f\x3e\xc9\x52\x7c\x1a\xd2\x2d\x1e\x82\x04\x8c\x76\x78\x19\xb2\xd2\x1d\xde\xec\xb7\x4b\x1d\x63\x2f\x14\xc0\x7e\x85\xe2\x36\x03\xcb\x82\x9b\xfc\x3d\xfc\xe6\xe1\xd6\x25\x0f\x96\x3a\x6f\x0a\x8a\x3f\xc8\xaf\x9f\x30\x10\x1e\xfa\xef\xa1\xa5\xd6\xdd\xef\x9c\x4b\x98\x03\xe6\xbf\xc3\x3d\xd3\x4d\x35\x2c\x52\xaa\x64\x21\x77\xd0\xe5\x34\x4b\x7b\x11\x41\x74\xdd\x60\xe7\xed\xc1\xbb\x0a\x13\x63\x70\x6f\xf1\x73\x94\x79\x5b\x65\x5d\x52\x40\x49\x6d\xc4\x12\x05\x1d\xcd\xb5\xce\x94\x1c\x43\x5f\x36\x4d\xd2\x5e\xa8\xc3\x7e\x7e\x61\x2d\xc2\x4f\x10\x03\x7b\x19\xea\xb9\xa4\x19\x6f\x56\xb8\x0b\xc0\x75\x09\x0f\x55\x0d\x7d\x05\xfa\x0b\x9b\xd8\xb5\x1a\x47\xec\x14\x1f\x96\x2c\xca\x37\x75\xe1\x08\xb8\x99\x28\x2a\x35\xd1\x5c\xfa\x2e\x21\x3a\x81\x62\x9b\x1b\xdf\x25\xe4\xa7\x48\x81\xcd\xdd\xdd\x5c\x41\x54\x82\x20\x62\xc9\x26\x8c\x32\x22\x42\x23\x76\x5c\x56\xdd\xf7\x41\x2f\xcb\xe4\x3a\xd5\xbc\x36\xe5\x2e\x9d\x17\xd2\xef\xd6\xaa\x84\x36\xe8\x17\xfa\x13\xe6\x75\x64\x0a\x65\xfd\xe3\x56\xa8\xfb\xf4\xc7\x92\xe4\x5c\xb4\x4d\x17\xcf\xed\x34\x7f\xd5\x6e\xda\x78\xae\xe3\xd7\x18\x40\x74\xd1\xf7\xcb\x11\x6f\x26\xd9\x11\xb7\x75\xf7\x72\xc2\xe8\xe4\x11\xc8\x99\xc1\x48\xc6\xc8\x86\x30\xcd\x0c\x9e\x49\xd2\x41\xf8\x27\x59\x6c\x8c\x69\x2d\x6a\x2e\x07\xd0\xa0\x0c\x9f\x05\x9b\xb7\x12\x11\x3e\xc3\xdf\x73\x30\xd7\xee\x2d\x43\xf8\x9e\xdf\x5d\x7d\x68\xdd\x87\x6f\x3a\xe6\x1b\x8f\x12\xb2\xf4\xf5\x8e\x2b\x55\x11\x83\x1c\x17\xee\xc5\x21\xcd\x64\x5d\x79\x41\x98\x29\x86\x42\x2a\x6a\x70\x8a\x5a\x65\xf5\xf3\x70\x36\x0f\x06\x3c\x5c\xb7\x79\x10\xd2\x10\x03\x8f\xcf\x89\x22\xe7\xc2\xe6\xd6\x89\xdd\xa1\xe5\x17\xa3\x6a\xe1\x98\xff\x08\x46\x96\xe3\x06\xb5\x85\x47\xb9\x7e\x69\x7e\x22\x3f\x8e\xe5\x46\x1b\x79\xcb\x8a\xb5\xfd\x06\x47\x04\xee\x89\xe5\xc7\xa5\xdc\x70\x1a\x10\xe2\x85\x31\x4f\x13\xdb\x72\x74\x5e\xa2\x89\xa9\xd5\x0a\xe7\x5e\x54\xab\x02\xf6\xd7\x70\xed\x6b\x58\x13\x5e\x94\x6e\xf4\x04\xc2\x01\x50\xac\x7e\x36\x67\xf7\x31\xe0\x98\xaa\x85\xea\x4d\x37\x32\x9a\xa9\x8b\x6a\xb8\x86\xc7\x0b\xcc\x48\x78\x72\x45\xad\xde\xff\xe0\xcf\x6a\x22\x70\xdf\xa2\x8d\x6f\xf9\xc0\x2e\x95\xd8\xfd\x01\x3f\x84\xe4\xe9\x54\x8e\xd8\xf9\x19\x34\xc0\x7e\xb7\x45\x65\x74\xc4\x3d\xc3\xb6\xa2\x46\x71\xc8\x97\x26\x61\x0a\xe9\xfd\x91\xa5\x7c\xa3\xad\xf8\x26\x0c\x67\x33\x11\x4d\xff\x3e\xa4\x6b\xfd\xa8\x49\xcf\x72\x6b\x46\xd2\xfe\xb9\xea\xa9\xf4\xbf\xbc\x37\x1c\x25\x61\x60\xe9\xa9\x29\xf0\x33\xfe\x4c\xa0\xc6\x82\x75\xcc\x13\xdd\x38\x10\xaa\x32\xa3\xd4\x52\xf3\xf5\xdc\x25\x54\x91\xa9\x09\x7a\x69\xc9\xd0\x5b\x50\xbf\x92\xd4\x6b\x12\xf2\x99\x10\xe8\x6c\x86\xcb\xc0\x45\x32\x35\x60\x72\xbb\xd8\x12\x63\x4d\xc8\x39\x9f\x54\x1b\x76\xbe\xc2\xa4\x1b\x5f\xaa\xe0\x68\x69\xb4\x3f\xec\x0a\x98\x7e\x85\xcb\x9e\xf9\xba\x14\xb6\xdc\x47\x5f\x0d\x9e\x45\x2a\x04\x4d\x98\xa3\x67\xd6\xf7\xba\x5f\xc2\xf0\x4b\x4c\xe1\xcf\xd5\x9a\x6b\x53\xaf\x86\x3c\xa4\x7b\xb7\x85\x5d\xd7\xae\x25\xbc\x52\x70\x53\xa0\xe3\xb2\xbf\x42\xc0\x16\x06\xb8\x24\x2a\xb5\x6d\xc1\xc7\x05\x12\x51\x34\x4b\x5c\x72\x60\xa8\x89\xf6\x36\x19\x86\xaa\x72\x75\x42\x46\x61\x58\x42\x55\xd0\x94\x7f\x5e\x6d\x72\xcb\x3e\x57\x5f\x20\x01\xe2\x4c\xc4\x3b\xde\xc6\xdd\x1f\x6e\x6b\x1c\xc2\x4f\xf0\x61\x5b\x34\x72\x6b\x59\xb3\x9b\x11\x4b\xcb\xe2\xa2\x0c\x1b\xaa\xe1\x6a\xa6\x66\xa9\x6d\x44\x52\x80\x3c\x73\x3b\x1b\x08\xbb\x6f\x74\x03\xa2\x14\xf4\x81\x8c\xe2\xbf\xab\xee\xf6\xc1\x10\x90\x54\x11\x39\x5e\x59\xa7\x43\xf5\x24\xab\x91\x43\x3b\x99\xb6\xaf\xff\x70\xbf\xfc\x46\x36\x31\x6c\xa9\x26\x37\x50\x9c\x28\x03\xf7\xc7\x23\x53\xd1\xba\x87\x43\x3f\xa3\x0c\x1f\x14\x0c\x44\xdf\x8b\xdf\x33\xa7\xa7\x73\x67\x59\x94\xc0\x5d\xf6\x8c\xba\xc0\xe5\xce\xab\x0c\xc6\x00\x65\x54\xc4\xdc\xef\x93\xb6\xdb\x25\x6d\x8d\xa5\xca\x73\x74\x9c\xf0\x46\xe1\x5f\xe3\x1e\x98\x1c\x33\xae\x39\x48\x04\xe9\x80\xe8\x58\xbf\xe0\x23\x44\x5c\xd5\x85\x44\x3b\xd5\x24\xa1\x83\x7a\x1e\xa9\xcd\x80\xf2\x06\x49\xf5\x23\x0a\x3f\x3b\x39\xc6\xd3\xc1\x4f\xda\x67\xcc\xdc\x83\xfa\xdc\x38\xe6\x67\x34\x60\x56\x06\xe6\x5f\x5b\x74\xb7\x6f\xd2\x41\x56\x62\xec\xce\x7f\x7d\x46\x88\xc7\xa3\x55\x2d\x65\xe5\xb5\x46\x54\xae\x29\x31\x4e\xcd\x51\x70\x33\x7e\x70\x43\xff\x1e\x6e\xb7\x0f\xcb\xf2\xc1\xcc\xa8\x1d\x57\x14\x86\x3d\xb2\xb0\x53\x15\xc4\x88\x4a\xba\x9a\x1c\x93\x39\x3f\x77\x0c\x90\xac\xd3\x3b\x3e\xfb\xf9\x9c\x66\xa6\xa3\x8c\x33\x27\xb8\x1b\x57\xaf\x67\xfa\xdf\x12\xb5\x8b\x76\x3b\xbc\xa1\xc5\x24\xd1\x8f\x65\xc4\xa0\xbb\xac\x91\x97\xfd\xad\x1d\x0c\x37\x28\xca\xce\x11\xed\xde\x1e\x98\x14\x09\xc9\x78\x70\x4a\x1c\x63\x1c\xa7\x35\x30\xc7\x33\x80\xf3\xac\x71\x6c\xfd\x3f\x93\x3d\x9e\x6b\x7e\x0e\x0d\xee\x62\x90\xaf\xeb\x0f\x35\x15\xf8\x95\xfe\xe0\x7b\xa1\x71\x11\xf2\x18\x07\x81\xda\xe5\xec\xaf\x92\x7c\x1b\x2b\xe7\x30\xce\x32\x9d\x86\xc2\x33\x97\x38\x88\x62\xa7\xb5\xdf\xf0\xb5\xca\x07\x39\x4d\xdb\xd5\x1e\xa2\xf7\x8d\xba\xd4\xfc\x07\xfc\x5b\x5a\x62\xea\xae\x34\x22\x1f\x58\xe6\x7a\x50\xa4\x5a\x48\x83\x8a\xe3\x70\x14\x5c\x6a\x30\x6b\xdd\xe4\x03\x02\xb3\x52\x3a\x4e\x4f\x01\xf7\xe1\xae\x91\xa0\x6c\xb2\xa6\x2b\x93\x1c\xe1\xc5\x4f\xc2\xd7\xfa\x46\x63\xb6\x49\xbe\xdd\xfa\xab\x5c\x1e\xaf\x0a\x7e\xed\x6a\xb9\x98\xe2\x90\x9f\xc5\x05\x5b\x0d\x63\xbd\x55\xdf\x15\x09\x84\x8e\x03\x21\xae\xb4\x25\x16\x37\x5d\x1b\xb0\xf3\xd4\x06\x18\x29\x98\x3a\xf7\x39\x23\xb4\x09\xfd\x28\x47\xc4\x18\xe0\xc0\x74\x4e\x59\x6a\xc4\x14\x15\x0e\x93\xf1\xc4\xbc\x74\x3c\xc8\xd3\x13\x2c\x9e\x83\x58\x46\x34\x32\xb2\x02\x4e\x2c\x80\xfb\x45\xac\xa3\xd7\x49\xee\xdd\x10\xcc\xdf\xc5\xac\x55\xf5\x27\x07\x84\x9a\x0b\x34\x6d\x69\x0b\x99\x2a\x38\xc9\xc9\x57\xcc\x72\x11\xac\x94\x9d\x75\xbf\x23\xd8\x55\xdb\x7e\x90\x20\x5e\x17\xf8\x8c\x39\x6b\x0e\x5c\x2b\x99\x1c\xa2\xf5\x65\x9a\x4b\x12\x4c\xbd\xf2\x01\xad\x9f\x70\xc2\x4c\x17\xd5\xc7\xec\xc4\x22\xb2\xb1\xb9\x52\xcc\x55\xef\x20\x57\x8f\x3a\x33\x4d\x2b\x52\x4f\x16\x66\x0b\x3e\xcf\x03\x6c\xce\xf3\x2b\x75\x8c\x5f\xc4\xda\x8b\xf2\x23\x53\xcf\x32\x09\xfa\xad\x69\x33\x9d\xe1\xa5\x0b\xd6\xa2\xe2\xec\x04\x82\xc0\x36\xa6\x30\xda\x37\xca\x0d\x5c\xb7\x1d\xec\x2a\x20\x2a\x4e\x48\xc4\xb6\x15\xc5\x66\xa9\xb4\x84\x0f\x06\x4b\x43\x75\x11\x3c\x01\xd5\x10\xac\xbf\x18\x28\x70\x90\x63\x90\x1c\x06\xb7\xbe\xfe\x29\x09\x85\x78\xc1\x93\x21\x77\xff\xa2\x87\x67\xdb\x85\xeb\x2b\x91\x1e\x6f\xd2\x18\x43\xc4\xfb\xb8\xe9\x12\x32\x3b\x9a\x01\x0e\xa5\x37\xb0\x21\x29\x1b\x9e\x5e\x57\x30\x3f\x15\xa5\xdb\xd0\x15\x1c\xb6\xfb\xc0\xf0\x01\xb3\x54\x98\xf1\x3c\x1c\xa8\x40\x13\x30\xb6\xc0\x12\x84\x19\xc1\xad\x53\x7e\xae\x35\xf2\xa8\x9e\x03\xe6\xb6\xf2\x3e\xc8\x23\x0b\x04\xcc\xb9\xfa\x9b\x28\x91\x20\xff\xc6\x46\x43\x7f\xcf\xff\xc6\x48\x44\x7f\xea\xa6\xac\x3e\xfd\xdd\x24\xca\x10\x02\x93\x11\xf4\x68\x62\x67\x28\xac\x2a\xf7\x0c\xc5\xdc\x74\x82\xdf\x1e\xcd\xa6\x67\x8e\x7b\x33\x5e\x26\x84\x57\xc7\x54\x3e\xd1\xba\x9a\x68\x55\xba\xed\x4b\xde\x06\xdd\xf2\xaf\x72\xd7\xf4\x0c\xbf\xf2\xff\xc5\x27\xbe\x1f\xba\xf8\x91\xf3\x75\xba\x7e\x9e\x98\x27\xfa\x14\x2c\x08\x3a\xd1\xfd\x3c\xbd\xd9\xe7\xae\x35\xe2\x8a\x85\xc1\xb7\x9d\x24\xa5\x5e\xef\x84\x17\x21\xb6\xb1\xaa\x28\xa1\x36\x85\x95\x72\xef\xe6\x02\x41\xfd\x11\x82\x82\x05\xd9\x5e\x4c\x9c\xd4\x95\x5e\xdc\x20\x45\xb5\x5a\x04\x75\x67\x9f\x1a\x8e\xa4\x84\x38\x46\x86\x13\x3f\x4a\xeb\xaa\xb8\xc6\xc6\x79\x1b\xb9\x15\x83\xa8\x38\xab\xa1\x11\xa0\x4d\xca\x09\xd1\x07\x31\xa3\x97\x62\x45\x12\xbf\x60\x70\x2a\x7f\x31\x7d\x65\x7b\x87\xd0\x23\x66\xe8\xaa\x6e\x80\x07\xfd\x74\xda\xd9\xdd\x8d\x18\x8e\xe5\x77\xd4\xcc\x43\x60\xa5\x44\x63\xc6\x20\x84\x5f\xa9\x2f\xdd\x7c\xc0\x1b\x80\xad\xfb\x3f\xd6\x25\x89\x85\x58\x8b\xdb\xea\xfd\x63\x5a\x2f\xe1\x13\x8c\x95\x0e\xd6\x3d\x5a\x4f\x20\x73\x08\xd5\x8f\x00\x0a\x97\x31\x2e\x48\x3f\xd7\x32\xef\xb3\xa0\x1e\xd6\x39\x40\x7c\x8f\x3c\x7a\xc5\x7b\xd6\x4e\xf8\x36\xd8\x23\x8b\xc3\x90\x49\x96\x3f\x4c\x96\x23\x9d\x2c\x89\xb9\x10\xe4\xd0\x3b\x0d\xa2\x27\x78\x30\x9a\xa4\x51\x7d\x98\x2f\x67\xb6\x6c\x8b\xcf\xa3\xe7\x20\xaf\xfa\x8a\x80\x69\x4c\x3c\x46\x88\x11\x22\x1e\x35\x60\x73\xac\x62\x28\x8e\x94\x65\x3d\x0a\xb7\x50\xe2\x3b\xee\x2c\xdc\xe3\x51\xde\x26\x13\x3b\xea\x2b\xcc\xab\x64\x02\x5e\x4d\x9a\x8e\x2e\xed\x47\xd1\x3a\x37\x9c\x02\x2c\xa9\x6f\x85\x2c\xed\x38\xca\x34\x5f\x04\x5d\x8a\x78\x22\x2c\xf2\x1d\xad\xfe\xf1\xb6\x56\xc5\xa8\x78\xae\x59\x33\xaf\xd7\x88\x32\xd8\xb3\xfc\x2e\xc4\x1d\xad\x7d\x6f\xad\x79\x0e\xff\x43\x55\xed\x5c\x13\x69\xf7\x9d\xaf\x21\xd8\x84\xd4\xcc\x77\x86\xa0\x29\x91\xb5\xe0\x22\x49\x6f\x52\x89\xc1\x59\x4c\xde\x21\x32\x1c\x62\x7a\xe6\x2b\x33\xd6\xee\x0e\x9f\xe8\xe9\x2e\xb3\x8b\x27\x3c\x89\x82\xcb\xa7\x00\xc3\x62\xc2\xd2\x91\x7f\xb8\x8d\x18\x5d\x9f\xa9\x4a\xdc\x51\x46\x76\xa1\x31\x68\x49\xe8\x9a\x15\xe8\x0e\x77\x2f\xf5\x38\xc8\x67\x3c\x0d\x1c\x2b\xc6\xd1\xfc\x22\xca\xe7\xe2\xc2\xc7\xe3\x79\xea\x92\x0f\x17\x18\xb9\xce\x25\x75\xa5\xae\x73\xae\x83\x82\x8b\x87\xea\x79\x3a\x5b\x87\xe2\xaf\xab\x45\x8c\xab\x24\xa0\x6f\x6a\xc6\xa2\xd6\x56\xa0\xca\x8b\x45\xc2\x09\x75\x6c\x37\xc7\xc1\x63\x34\x7e\xa8\xbe\x0b\x34\x8e\x1b\xa3\xb9\xd7\x57\xad\x8b\x06\x27\x1e\x80\x38\x02\x7d\xd7\x17\xe9\xec\x5c\x0b\x77\xaf\x33\xa9\xbc\xfe\x48\x08\x08\x82\xa9\x4a\x02\xd0\x4d\x6e\xf7\xd4\x67\x08\xa2\x60\xf8\xf5\x2d\x81\x93\xb3\x73\xdc\x53\xd0\xc6\xa3\xe3\x7b\xcd\xe4\x3e\xff\x95\xd8\x46\x44\xb8\xe6\x90\xfe\x4a\x00\x57\x2b\xf6\xda\xad\x1b\x8d\xff\x7b\x5d\x99\x3b\x55\x53\x6e\x84\x5c\x7a\x9f\x6e\xe3\xcf\xe5\xbe\x22\x47\xe0\x7e\xde\xe1\xfd\xae\x5a\xd5\x97\x37\x0b\x36\x4f\xe8\x1a\x3c\x91\x14\x5e\x68\xb9\xd5\x6b\x20\x8c\x04\x36\x95\x7c\xad\xe1\xa6\x45\xa7\xc4\xdf\xe2\xe9\xd1\x3f\x99\x9e\x31\xe8\x9c\xff\x92\xcd\xf0\x6d\xaa\x0a\xd0\x75\xf1\xe2\xa9\xf9\x98\xc8\xd5\xe6\xef\x36\xe7\xc8\x83\x7d\xf0\xf1\x97\xa5\xe9\xcf\x25\x3f\x5a\xd5\x02\x01\xbb\x43\x5f\x38\xa2\x59\x0f\x87\x1e\xfc\xbe\x03\xdc\xa6\xe0\x4c\xa2\x93\xc2\xb4\x83\xad\x48\x15\x2d\x42\xad\x16\xfd\x1b\xe7\xb7\xcd\x51\x3f\x15\xa7\x66\xdb\x88\x43\x44\xd7\xae\xc7\xe3\x14\xdc\x97\xfb\x06\x69\x8e\x98\xe5\x7d\x85\x17\x1a\xb6\xc5\x8d\x84\x98\xe6\x6b\x81\xbe\xa2\x19\x2d\x7b\x7b\xf2\x87\x1f\x25\x23\xe1\x90\x35\x0e\x66\xf2\x3f\x59\x92\x69\xdf\xa2\xc2\xdc\xb4\xe4\x33\x20\xfd\xae\x15\x1f\x8e\xb7\xfa\x39\x05\x12\x3d\x20\x8f\xea\xa5\x7c\x4d\x41\x76\x1a\x57\x32\x44\x98\x9c\x82\x5c\xb4\x25\xaf\xd9\x13\xfa\x33\x15\xd9\xc3\x3b\x45\x26\xb7\x63\x2f\xef\x38\x40\x91\x18\x4f\x71\x06\x61\x67\xb5\xb9\x94\x48\x53\x2c\xef\x40\x91\x29\x37\x58\xec\xfc\x24\x61\xd6\xd9\x59\x07\x15\xe8\x3c\xc1\xdb\x14\x71\x66\xfd\xf5\x94\x86\x03\xf1\x81\x18\xc6\x7d\xc2\x65\xbc\xf5\xeb\x95\x70\x8a\x58\x4d\xa8\x6d\x25\x24\xf0\x11\x73\x00\x2c\x35\x9b\x79\x8c\xf1\x09\x3b\x09\x03\xcc\x21\x30\x88\x06\x20\x7a\x9b\x81\x88\xa4\x21\x46\xc7\xce\x0f\xc9\x1e\x45\xc1\xde\xc4\x84\x4d\x7b\xa4\x7e\x63\x3c\x41\xe2\x31\x36\x81\x88\xc6\x3b\x00\x32\x0f\xed\xf1\x41\xae\xe0\x51\x79\xf1\x32\x21\x1f\x8e\x00\x27\x0f\x48\xa1\xa3\x1a\xde\x57\x84\x4b\x26\xac\x26\x4b\xba\x5b\x40\x9e\x2b\x96\x61\x1d\x31\x64\x6e\x8a\x78\x58\x91\x75\xba\x6a\x5d\x74\xa5\xc5\xb4\x53\xc2\xcc\xde\xaf\x20\xc0\x3e\x70\x48\xb1\xe9\x5b\xab\x82\x0e\x12\x02\xf9\xc0\xd6\xbe\xb4\xde\xcc\x8a\x9a\x26\x9d\x79\xfa\xa8\x7e\x64\x5a\xbc\xdf\x31\x79\x16\x5a\x6f\xed\x60\xc8\x5f\xff\xeb\xd9\xc9\x9b\xa3\xfc\xd3\xc3\xeb\xeb\xeb\x87\x5c\xfc\x21\x09\xd4\xec\x93\x5f\x72\xcc\xbc\xff\x79\xfc\xfa\x28\xaf\x86\xd5\x37\x8b\xfc\x58\xa8\x76\x24\x86\x7a\xe7\x86\xfb\x74\x5c\x60\x11\x81\xf8\xc7\xa9\xb9\xee\x18\xd5\x8c\xf8\xb8\xac\x9e\x03\xe1\xd5\x33\x9b\x46\x5d\x4c\xb1\x6d\x74\xe7\xf7\xaa\xab\x60\x12\x88\x0f\x97\x41\x87\xf9\x87\xb9\x08\x45\x63\x90\x9a\xda\xd1\x6e\xbc\x5a\xe9\xe3\x38\x23\x10\xb3\x80\x79\x0a\xdb\x97\xa8\xb4\xe1\x85\x0b\xa7\x30\x6b\x61\x88\x4a\xb1\x22\x38\x39\x60\x2e\x2a\x5b\x88\xaa\xfc\x79\x5c\x18\x86\xfc\x78\xe0\xe2\x51\xfe\xaf\x7c\x07\xc2\x0b\x25\xb8\xc5\x59\x86\x5b\x00\x5e\x8c\x0b\x23\x62\xb3\x93\x5f\x68\x00\x12\x87\xda\xe4\xa7\x98\x17\x64\xa8\x49\x25\x2a\x65\xb3\x2d\x21\x11\xe1\x20\x75\x03\xd7\xa4\xba\x69\x91\xf4\x06\x6a\x3e\xdb\xe6\x45\x6c\xf8\x8f\xd4\xba\xdf\xae\x67\xe6\xe6\x21\x17\x2f\x86\xd9\x29\x72\xf4\x11\xa0\x4c\x45\xbc\x5b\x45\xdc\xbb\x20\x4c\xb9\x86\x27\xaf\xc6\x19\x2e\xaa\x53\x35\x20\xec\xcd\xdc\x5e\x14\xbd\x47\x58\xb5\xb8\x7b\x8c\xbe\xe9\xe9\x23\x8c\x9c\xb8\x0c\x27\xd4\x03\xa4\x23\x65\x6a\xe7\x0f\xc3\xc5\x84\x36\x45\xce\x4f\x69\xd3\x84\xbb\x51\xc0\x51\x1b\x13\xa6\x42\xc5\x8f\xa9\x68\x16\x5b\x38\xc4\x3f\x89\xe5\xaa\x9d\xeb\x16\x64\x0f\x71\x17\x9e\x85\xb4\x94\x1b\xb5\x5d\x0a\xba\x9b\x6e\x51\x9e\x10\xd9\x47\x9e\xa2\x32\x5f\x9b\xda\xb9\x31\x08\x82\x85\xb0\x5f\xa1\xb9\x30\x4d\x42\xa5\xf8\x93\x5e\x6a\x35\xc7\x77\x71\xd0\x1f\x65\x8e\x5f\x03\x1b\xef\x6c\x62\x6d\xe5\x3d\xc9\xa7\xf2\xe5\x67\x6b\xb7\x69\x6f\x2c\x9a\xcc\x33\xfc\xd2\xd8\x78\x7e\x64\x11\x4c\x07\x15\x21\xe7\xea\x8a\xac\x28\xa0\xb8\x18\xb6\xbf\x7a\x15\x96\x0f\xe5\x15\x20\xac\x2a\xf8\x22\xf5\xe1\x83\xa8\x5d\xa4\x6e\xf7\xf2\xb0\x8c\x06\x64\xf1\x0a\xb9\x76\x99\x76\xfe\xcf\x2e\x92\xbd\xca\x1f\x0d\x2b\x41\xac\x0b\x5e\x2a\x4d\x2e\x8e\xe7\x06\x30\x0d\x80\x12\xa0\xc6\x81\x5a\xdc\x20\x0f\x05\x6a\xf1\x45\x7d\xb4\x16\x57\x14\x47\x66\x50\x37\xcc\xde\xd5\x24\x2b\x32\x8d\xc5\x12\x47\xfa\x19\xe1\x58\xe6\x17\x6d\x2c\x73\xdc\xb9\xca\xb7\x5d\x94\x96\x7e\x70\x9f\x11\x98\x65\xa4\xef\xf8\x1c\xf1\x63\xae\x2f\x71\x52\xdc\xec\xde\x75\x6d\x5a\xd6\x97\x97\x8b\x8b\x8e\xb8\x6f\x8e\x7e\x82\xc7\xbc\x98\xa8\xf3\xef\xfc\x0c\xbf\x05\x84\xcd\xe5\x80\x15\xf2\x21\x89\x6a\xb4\xfb\x48\x4d\xbe\x24\x11\xb6\x4a\xe3\x37\x84\x9e\x51\x8e\xd8\x2d\xbd\x21\x6c\x7f\x6c\x39\x0b\x29\xc2\xdc\xff\x92\xbf\x10\xb7\x05\x57\x6b\x7c\x59\x84\x42\x67\x9c\xe2\xc0\xfa\xdd\x86\x18\x57\x7d\xb0\xea\x8c\x7f\xc0\x11\xcb\x41\xec\x1b\x12\x61\xab\xd2\x60\xde\xc9\x4f\x0f\xc5\x55\xda\xd2\xd9\x61\x0a\xbb\x73\xb1\x10\x13\xae\x3b\xea\x25\x81\xa1\x06\x47\x60\x84\x56\x35\xd8\xea\x08\xe2\xe3\x3c\x10\x84\xad\x49\x84\xd0\x89\x06\xad\x7a\xf2\xea\x8d\xfc\x84\x33\x99\xc6\x71\x84\x37\x19\x1b\xaa\x65\xe6\xa2\xb6\x98\x73\x55\xb3\x3c\xf1\x30\x14\x25\x9a\x3d\xed\x8b\x5f\x01\xa2\xec\x8a\x4b\xd8\x65\xf0\xdf\x90\x4a\xac\x7b\x2c\x76\xda\x55\x0f\xc7\xc5\x68\x72\x64\xc9\xce\xf0\x11\xd2\xd5\xae\x82\xff\x84\xb4\x02\xe6\x92\x8f\xdc\xc8\xe3\x8c\x98\x5d\x1e\xe1\xef\xfd\x3e\xef\x6b\x56\xcc\x2b\xa2\x8f\x1a\x04\x96\xc5\xf7\x22\x80\x83\xf0\x39\xf4\x63\xf5\x06\x1b\x08\xf5\xd4\x5f\xe5\x61\x7e\xd8\x31\x77\x90\x30\x2e\xfa\x4e\xdd\x22\xe9\x77\x52\x5a\x38\x83\xca\x56\x3b\xdf\xb4\x6b\x30\xbf\x08\x82\x20\xd1\xf7\xf6\xfc\xb0\x1f\x4d\x04\xc7\x1a\x65\x46\x29\x6c\xa2\x7a\x4b\xf5\x7f\x94\xa7\x66\xa4\x7a\x62\x7a\x42\x98\x19\xe2\x7f\x1a\x89\x74\x61\x79\x50\x9c\x58\xcc\xdd\xa4\x4c\x7c\xd0\xc2\xae\x41\xa2\x6f\x27\xe5\x83\xa1\x5a\x79\x97\x51\xe6\xae\x38\xec\x96\x8c\xdd\x75\x20\xa1\xe8\x96\x3a\xa5\xe2\x96\x23\x37\xa0\x7a\xeb\xef\xd1\x42\xb7\xcb\xa9\x7c\x85\x1c\x66\xdc\x85\xfb\x7c\x2d\x5f\xf2\x58\xf1\x18\x9b\xa6\x81\x90\x28\xef\xe1\x78\xad\x1d\x7c\x98\x80\x5f\xab\x07\xac\xbe\x6f\x89\x2d\xc8\xc5\xf6\xa0\x18\x12\x4c\xb1\x33\x32\x3e\x41\xf8\x10\xc7\x43\xec\xc6\xd8\xe2\x26\x34\xa7\x88\x12\x51\x66\x82\xed\x6c\xcb\x60\x3b\x05\xc6\x0c\xe9\x76\x01\xf6\xc4\x0d\x03\xab\xa2\xc9\x46\x13\xbe\x2b\x42\xa5\x57\x56\x33\xc0\x72\xd4\x68\x56\xd4\xb8\x8e\x61\xe6\x4f\x17\x6b\xc7\x07\xa0\x11\xe3\xc2\x4e\xf4\x1d\xe1\x3a\x83\x50\xe6\x96\xb3\x64\xd2\x9a\x57\x7b\x4b\x13\x77\x1c\x1e\xe3\x3d\x90\x5a\x63\xb8\x7a\xf4\x88\x67\xeb\x1a\xdd\x23\x93\x23\x3e\xf4\x46\x9f\x8d\xc3\x31\x66\xdf\x59\xf6\x5b\xdb\xad\xdf\xc7\x77\x0a\x82\x16\x37\x79\xa3\x00\x4a\x03\x86\x09\x01\x76\x0f\x00\xc6\xa0\xbb\xb1\x46\x43\xc7\x17\xbc\xe9\xa6\x4f\xec\x8a\xca\x46\x9e\x93\x81\x85\x8f\x45\xa1\x59\x98\xcf\xb7\xc4\x39\x57\xd3\x9b\xe4\xed\x73\xb8\x62\x47\x93\x92\x77\xea\x2f\xa6\x26\x09\xec\x2e\xcc\x1f\x1c\x8a\x9e\x5f\x6b\x66\x7d\xad\xdc\x16\xbf\x42\x02\x91\x44\x24\xe0\x95\x05\x51\xbe\xd1\xdf\x0c\xe1\xad\x55\x43\xcd\xa9\xfa\xa5\xe9\xa3\x10\xda\x49\xc8\x6b\xe7\xa3\x8e\xc0\xfa\x89\xbd\x10\x57\x8e\x59\x99\xb1\x24\x9c\x3c\xb7\x80\x29\x44\xea\x6d\xd0\x49\x88\x17\xde\xeb\x62\x83\xca\xbb\xba\x10\xab\x2c\x75\x12\x54\x14\x41\xb0\xff\x26\x71\xa6\xe9\x17\xb1\x19\x47\x39\xae\xc4\xcc\x30\x16\xc3\xfb\x9f\x6c\xc1\xf4\xb3\xc0\x27\x91\x1d\x54\x8e\x2f\x24\x44\x93\x24\xe7\x1b\x12\x09\x37\x89\x60\x8f\x8a\x98\x9d\xfe\xf9\x40\x88\xef\xe9\xbb\x18\x5f\x1e\xd7\x63\x5a\xc7\xed\x91\x3d\xfe\x51\xab\xa3\xf9\x50\xd3\x5e\x7b\x39\x8a\x39\x1d\xb2\xe6\x82\x4f\xff\x23\x66\x42\x29\xa8\x23\x32\xc9\x14\x84\x9a\x3e\xf7\x7a\x4d\xad\x8f\x08\x53\xff\x39\xe3\xa3\xf4\x39\x88\x71\xaf\x27\x51\x92\x93\x4e\x7f\x59\xb4\xe4\x83\xa6\x0d\x09\xad\x18\x4b\xf3\x93\x10\x65\x18\xe0\xad\x45\xd2\x80\x65\xbe\xc3\x41\x7f\xeb\xee\xca\xf5\xce\x4c\x42\x95\xc9\x1d\xce\xdd\xf1\xca\x0e\x5c\x23\xde\x16\xb8\x6c\xdc\x4b\xa6\x31\xc1\x55\xd4\x77\xf2\xd6\x12\x9e\xcb\x48\xcd\x59\xfe\x99\x60\x66\xf3\x17\x6f\x2c\xed\x5f\x9b\x92\x13\x5c\x89\xcd\x5f\x54\x1d\xb1\xf8\x66\xf3\x25\xf2\x5d\x24\xb4\x71\xe6\xc0\x4f\xca\xe4\x8e\x9e\x1f\x51\xaa\xbd\x88\xaf\x57\x2c\x93\x00\x66\xc7\xf1\x7d\x8c\x18\xcb\xec\x87\x50\x4c\xaf\xc5\x2d\xfa\xe9\x28\x3d\x52\x4a\xd8\xa3\xea\xc5\x7f\x04\x92\xdf\xe0\xf9\x66\x73\xc6\xe5\xd3\x36\xf4\xa9\xc5\xae\xdd\x54\xa1\xa3\xf9\x5b\xfa\x15\xbb\x97\xfa\x5c\xa6\x05\x43\x99\x90\xae\x62\xb2\x3e\x09\x13\x7b\x23\xcf\x7d\xc0\x1b\xda\xa5\xea\x69\xe9\xd6\x4a\xf8\x64\xad\x1d\x62\xc7\x0f\x63\x68\x79\xba\x51\xcf\xd5\x37\xfc\x88\x03\x0e\xd5\x05\x5c\x38\xe5\x09\x0a\x4d\x49\x1b\x95\x34\xe6\x58\x34\x86\x66\x2e\xd1\xbd\x34\xca\xe2\x34\x7f\x14\x40\x09\x67\x4a\x08\x9d\x64\xef\xc9\x30\xc3\xad\xce\xc2\x8d\xdc\x4e\xa6\x11\x85\xa4\x56\x30\xec\xb1\x59\xb1\xd6\x4d\xda\xf5\x10\x9f\xd3\x30\xf7\x73\xd2\xdc\x91\xe9\x3a\xa1\x86\x52\x25\xac\xc4\x1e\x96\x56\xe4\x75\xda\xd0\x8f\xf0\xfe\x71\xec\x87\x87\xf8\x9c\x7e\x70\x2b\xf0\x7a\x13\x01\xee\x96\xfe\x90\xc4\xad\xc1\xc5\x13\xdb\x9b\x71\x17\x63\x60\x9f\x73\x77\x92\xc3\xdc\xab\x1c\x71\x26\x7c\xb5\x30\x3d\x52\x25\x47\x2c\x2a\x66\x98\x07\xb1\xca\x9b\x0d\x3f\x7a\x37\x11\x80\x7b\x21\x97\x0c\xa0\xce\xde\x2e\x82\xcd\x9e\x4b\xd2\xaf\xc8\xec\x81\xfb\x52\xda\xa0\x99\x77\x1f\xc9\x02\x67\x81\x37\x85\xf3\xf3\x87\x0a\x58\x3f\x5b\xc9\x52\x1e\xd7\x0a\x7b\x95\x37\x98\x6b\x75\x5a\x59\x20\xe6\x80\x0a\x44\x7c\x0a\x67\x3b\xd6\xf3\x6d\x4e\xf1\xce\x64\xfb\xc8\xb8\xd9\x60\x0d\x04\x28\xbe\x43\xf6\xe6\x76\x1c\x30\xb5\xf5\x9e\x49\xf5\xad\x9e\x06\xd3\xae\xc4\x73\x5d\x5e\xac\x0a\x08\x73\x50\xe8\x59\xf8\xad\x3e\x45\x90\x88\x76\xeb\x0e\x9e\x97\xb6\xd6\x4c\x2c\x1c\x2a\xa0\xc2\x1f\xc2\x28\xc3\x03\xe9\x91\x1a\xc0\xf0\x82\x2a\x7a\x70\x1b\x51\xf8\x82\x0e\x80\x6c\xdc\xde\x03\x90\x05\x71\xc7\xa7\x6e\x38\x12\x70\x5b\x47\xf4\x65\xf3\xcf\xef\x08\xe8\xc6\x67\x76\xe4\xc8\x7a\xa1\xef\xb7\x94\xe5\xec\xfe\xbf\xad\x7f\x23\x41\x08\xc8\x99\x3c\x28\x64\xc4\x00\x76\x42\xf2\x58\xf8\x9c\x9d\x90\x53\xcf\x2e\x16\xe3\x5d\xe2\x6c\xd5\xdc\x4e\x71\xd6\xaa\xd6\x17\x98\x34\xa9\xf5\xac\x9e\x72\xb1\xaa\x86\xd6\x1d\xe1\xc9\x9b\xc1\x5b\xd8\xa6\x21\xd8\xd8\xb8\x73\xe8\x6e\x94\xd3\xe1\x19\x49\x63\xc8\x45\xcb\x3a\x91\xe9\x60\x43\x20\x2f\x53\xfd\x86\xb5\x7a\x9f\x85\x37\xb9\x79\xff\xdb\x77\x26\x9a\x2f\xb9\x47\xc5\x53\x3f\xf1\x8d\x9f\x7c\xfc\xe6\xcf\xad\x0f\x34\xa5\x0f\x53\x8d\xdf\x27\xeb\x25\xd6\xed\xda\x58\x44\x7b\x08\x3d\x53\x8b\x42\x9e\xf1\x1b\x9a\x83\x2d\x2b\x8a\x39\x21\xdb\xb6\x4d\x2d\x56\x67\xc7\xf2\x55\xf3\x03\x4d\xde\x89\xe6\x39\xff\x90\x18\xe3\x9a\xc2\x5e\x1b\xd9\xd0\x0e\x08\x5e\x79\xce\x7f\x7f\xc8\xef\x97\x59\x1c\x3a\x74\xc0\xac\x6e\x5b\x89\xa6\x53\xbe\x5d\xbe\x7b\x1d\x08\x2e\x80\x9d\x3d\x77\x14\x6b\x40\x37\xa1\xb1\xde\xbb\x6e\x6b\x27\x51\xe9\xbe\x9f\x6b\xd1\x3c\x63\x60\x74\x50\xda\x53\xf6\x4c\x76\xf8\x85\xe2\x92\x5f\x28\x16\x3d\xe4\x91\x4b\x48\x16\xc4\x67\xec\x42\xdc\xfb\x24\x39\x3d\x4a\x63\xba\x84\xd0\x4c\x92\x38\x4e\x5e\x92\x50\xac\x26\xad\xd8\x7d\x85\x4f\x33\x3b\xd9\x98\x62\x16\xb3\x49\xed\x69\xf0\x73\x9f\x25\x56\xc6\x49\x92\x3e\xcc\x9e\x8e\x44\xb4\xbc\x3e\x6d\xd3\xae\xf9\x11\x31\xe8\x8a\xd3\xe1\x29\xbf\x9e\xd6\x69\x1e\x66\x49\x15\x08\x65\xe1\x53\x70\x6b\x3a\x14\x7d\x5a\x1a\xfb\xd3\x27\xa8\x5b\xd4\x04\x90\xe4\xf7\x62\x75\xa5\xfe\xce\x33\x88\x64\x62\x78\x40\x26\x91\xc5\xe7\x20\xe5\xf1\xfc\xdc\x9e\xca\x9f\x85\xe9\xf6\xd0\x21\xee\x1b\x97\xcb\x5e\x9b\xec\x21\x8c\xf8\xf0\xad\x06\x02\x65\x17\xce\x10\x0b\x3e\x3f\xc1\x76\xec\x6f\x2d\xe4\xce\x45\x0e\x22\xa5\xf1\xe7\xb5\xa4\xf0\x30\xb7\x1c\x90\xb1\x66\x3d\x6a\xd5\x9c\xc8\x3d\xa7\xdc\x47\xce\xa3\x80\x37\xb9\x5e\xeb\x5b\xf6\x67\xd5\x31\xea\x65\x84\x08\xd5\x7c\x79\x57\x41\xff\x99\xde\x53\x6f\x46\x9d\x4c\x68\x9e\x81\xdc\x51\xc3\xa8\x8b\xb3\x55\x7c\x79\x27\x71\xd2\x36\x6b\x39\x75\x0e\x74\xf2\x06\x0f\x08\x74\xa5\x0a\xae\x1b\xb6\xdd\x7c\x61\xf6\x64\x77\x54\x79\xa8\xd7\xb7\xd6\xf9\x05\xc3\x58\xd7\xc3\x72\xbd\x8a\xdd\xe7\xc7\x53\xba\x0b\x26\xdc\x7c\xb8\x57\x2b\x89\x54\xd0\xa4\x4a\xcb\xf9\xe2\xb7\x4d\x30\x3a\xc4\xea\x8a\xb9\xea\x0f\xf5\xad\xab\xfa\x9b\x66\xc5\x8a\x3a\x7e\x6b\x46\xef\xd7\xdf\x56\x72\x69\xf2\x60\x41\x69\xdf\x16\x1a\x53\xb7\xc2\x55\x74\xff\x40\x5e\xec\xfa\x7a\x55\xc0\xf5\xe7\x07\x3a\x8a\x9b\x87\x20\xed\x28\x6d\x9c\x2d\xcf\xd6\x37\xb7\x36\x34\x1a\x8b\xa3\xeb\x6e\x6e\x3b\x74\x65\xa8\x3e\x6b\x04\xce\x92\xc4\x0f\x83\x11\x45\x89\x18\x48\xde\xe8\xad\xcb\xfc\x6b\xb6\x0a\xe2\xe7\x70\xd8\xe4\x49\x4d\x09\xf5\xd0\x46\x34\xdb\xa0\x60\x2b\x0f\x0c\xc8\xb7\x7b\xcb\x0a\x3d\x48\x7a\x71\xf7\x18\xfd\x59\x8a\x30\xbe\xd4\x10\x7b\x27\x80\x49\x43\x58\xdf\x77\xf8\xed\x69\x9b\xbc\x01\xb6\x5c\xb7\x5d\x4b\xcb\x23\x91\x19\xf5\x5d\xb0\x17\x96\xd6\xcf\x14\x80\x7a\xff\x66\xb9\x57\x17\x59\x2b\x73\x8c\x64\xe2\x91\xd8\x0b\x35\x96\x02\xa7\x61\x65\x58\x69\xbb\x52\x55\x3f\x58\x0f\x2b\xf5\xd8\x32\x5c\x49\x2d\xd3\x5e\xb0\xd7\x91\x86\x0e\x01\xf0\x89\xa6\x38\x58\x5c\x91\x71\xb8\x43\x9a\xae\xfd\x6e\xc9\x43\x85\xef\xaa\x24\xe7\xaf\x91\x9c\x9f\x73\xf2\xb4\x05\xeb\x55\x28\x36\xea\xd4\xa1\x72\x1c\x02\x6b\x5c\xe6\x39\x47\xca\x1a\xc3\xdb\xcc\x5d\x55\xc5\x6e\x32\x6f\x2f\x29\x71\x32\x6b\x80\x9c\x4e\x00\x60\x0f\xcf\x82\x2f\x55\x97\x90\x38\x7d\x89\x57\x94\x74\x08\x1a\x86\x2b\x63\xf8\x86\x39\xde\x03\x25\x94\xf5\x18\xf7\x4a\xaf\xb5\x26\xbd\x6a\x2f\xd8\x13\xbc\x37\xe8\x13\xf9\xe9\xa0\x2e\xda\x76\xe0\x37\xfc\x77\xcc\x35\xc2\x7c\x51\xa6\xe9\x89\xa5\x33\xd7\xb8\xfa\x30\x99\x29\x81\x9e\x4e\x95\x40\x1f\x9e\xab\x2d\xc7\xe0\xa6\xb6\xba\xfd\x6a\xd8\xd3\x06\x0d\x0d\x1e\x9f\x71\xec\xee\xb3\x90\x31\x69\x71\x52\xd2\x63\xe8\xb8\xf0\x5c\xcb\x2b\x8e\xa0\x3e\xdb\xf4\x53\xce\xb9\xb5\xed\x49\x59\xdf\xf8\xa4\xf8\xdc\x4e\xc1\x33\x97\x7c\xa0\x5d\xec\x57\x1f\xaa\x81\x3d\x17\xaf\x96\xb0\x67\xf0\x75\x9d\x1a\x58\xfe\x04\x60\xf9\x4b\x02\xcb\xcf\xa1\x9e\x9a\xa9\x95\x0e\x9d\x6d\x35\x14\xb0\x6f\x71\xb5\xbc\x78\x4a\x2b\x20\xc9\x73\xa5\xa0\xb6\x5a\xaa\xb0\xa0\xbb\x90\xf9\x37\x57\xc3\x09\x34\x5b\x2a\x3f\x3c\x0e\x20\x73\xb5\x71\xd0\x45\x39\xfd\x56\x37\x2b\x79\xfd\x91\xc3\x30\x52\x1f\xde\x4a\x8a\x83\x85\x40\x44\xb0\x46\x23\x61\x82\x01\x7f\x76\x02\x3f\x4f\x09\xa5\x50\xb0\x08\x2c\x84\x8b\xe0\x4e\x39\x62\xcc\x1c\xe0\xae\x90\xcd\x74\x10\xd2\x9a\x37\x40\x6b\x79\x0c\xa7\x8d\xf6\x32\x95\x42\x56\x44\x1a\x15\x5f\x1c\x7d\xbb\x88\x70\x0e\x57\xfc\x70\xc5\xb1\x97\x8b\x38\x4d\x61\xf1\x46\x67\xbc\x7e\x88\x37\x9a\xe1\x41\x5a\x01\x13\x26\x1c\xac\xb7\xa4\x18\xdb\x88\xb7\xb4\xed\xdb\xf2\x92\x48\x82\x92\x66\x7c\x0b\xa4\x5e\x4d\xb3\xa8\x24\x21\x22\xaa\xa6\xc3\x84\xb7\xab\xd6\x2c\xd5\x8b\xa7\x27\xa2\x7f\xc0\x4b\xe3\x2d\x92\x4d\x14\xf0\x7e\x37\xe7\x2d\x46\xe9\x06\x96\xda\xbb\xd9\x30\xef\x8e\x8c\xb2\xd0\x3a\x7c\xe4\x3d\x1d\x19\xf8\x7c\x33\xf8\x1a\xbd\x21\xae\x86\x5f\x02\x29\x21\xeb\xe5\x16\x70\xe3\x4b\x43\x08\x33\xa9\x66\x54\xc3\x6b\x08\x68\x6e\x96\xc3\x03\x98\x41\x2f\x0c\xcd\x3a\xeb\x27\xc4\x59\x00\x7a\x69\x18\x73\xee\x1b\x7b\x60\xd3\xd0\xe0\xd0\x9b\xb6\xf6\xea\xcd\x67\x3e\x6b\x1b\xe7\xc2\x61\x0a\x4c\x3a\x52\x1c\xd9\x16\x9f\x34\x7a\x7b\x7c\x20\xe2\x58\x9f\x82\x70\x8e\x77\x4f\x2d\xf7\x35\xbf\x0a\x71\xa8\xac\x29\xc4\xbe\x3e\x23\x02\xf3\xf0\x3b\xbc\x4f\x44\xfb\x61\xbd\x69\x2f\x0a\xb6\xdf\x90\x97\x37\xf0\xb0\xc4\x37\x5a\x47\xdd\x2f\x3d\x52\x8e\x1f\xed\x29\x46\x48\xca\xe0\x8a\xa7\x09\x28\x1c\xb1\x39\x43\xd0\xac\xed\xdc\xbd\xb7\x21\x2e\x6e\x98\xd9\x61\x62\xa9\x36\xc3\x93\x1a\x5c\x19\xa8\x53\x65\x63\x31\xdf\x2f\xf1\x29\x7c\x3d\xf2\x3a\xc2\xd2\x30\xe6\xae\xba\x0e\x3e\xa6\x30\xbb\xee\x51\xa3\x6d\xcb\x1e\xde\x3c\x06\xf4\xad\x17\xa6\xe9\x02\xcf\x3f\x0a\xff\xff\xe5\x5d\x7c\xdf\x81\xf8\x3a\xfe\x81\xf6\xff\x53\x5e\xc7\x1f\xdf\x26\xf4\x69\x57\x66\xcc\x7f\x1e\x8f\x1f\x92\x3b\x60\x3b\xca\xef\x81\x2f\xe0\x27\x99\x92\xe8\xe4\x3a\x37\x21\xd5\x28\xe1\x49\x30\x12\x52\xc3\x16\x24\xc5\xab\x0e\xbb\xe5\x10\xa5\x23\xa8\xef\xb8\x3d\xb7\x27\x93\xd6\xa4\xc4\xf4\x85\xaa\xb4\x0b\x92\x32\xbd\x0c\x95\x74\xd5\x97\xe5\xf6\xe2\x8c\x2a\x3f\x17\x50\x9a\x09\x0b\xd6\x59\xda\xf8\xe9\x02\xe8\x42\x95\x58\x8e\xba\x3c\x22\x97\x49\xb7\xa5\x94\x84\x47\x33\x47\x5b\xa5\xc8\x9a\xe5\x7a\x2f\x29\x3e\x2e\xb8\xa4\xc8\x8b\xcf\x4c\x3e\x24\x7c\x45\xa9\xe9\x53\x33\x24\xd7\x49\xad\x66\xd4\x39\x57\x2b\xa0\xe6\x29\xbe\xeb\xcd\xd8\x28\x5f\x52\xe1\x3f\xca\x1e\x04\xfd\xa0\x29\x3b\x89\xf6\x7d\xca\xd1\xbe\x25\x05\x3a\xa8\x12\x36\xb2\xac\x72\x7a\xf6\xc6\xa7\xbb\x47\xa0\x91\x1b\x9e\x7f\x9e\x81\x71\x46\x42\x45\xc7\xc1\xc6\x7f\xd0\xc0\x80\xee\x31\x68\x76\x2c\x94\xa7\x20\x77\x1b\xee\x2f\xbf\x61\x83\xeb\x23\x56\xa6\xef\x11\x14\x8c\x5f\x6b\xc5\xbd\x39\x91\x99\xb5\x98\x6d\xcb\xfb\x82\x3a\x99\xcc\x9f\x68\xbc\x53\xf0\x25\x7a\x59\xf0\x84\x2d\xfe\x1c\x08\x46\x04\x80\x30\xa2\x62\x90\x68\x21\xf3\xaf\xac\x87\xdc\x83\xd0\xe3\xa0\xfc\xd8\xf4\xe1\x24\xe5\xde\x73\xc0\xe2\x87\x35\xa2\x98\x31\xf5\xa9\x36\xa5\x3a\xe4\x25\x51\x51\x16\x93\x16\xcc\x5a\x08\xe1\xa8\xee\xe8\x4d\xbf\xb7\xae\x9f\xed\xef\xea\xb9\x3e\x5e\x2c\x6f\x22\x8f\xc1\x24\xb6\x95\xcd\x92\xc4\xb6\xb2\x1a\x70\xc3\x14\x00\xe4\xde\x39\x81\xd8\xf2\x01\xb8\xec\x0b\xa6\x16\x44\xea\xcb\xfc\xec\xb1\xe6\xf4\xdb\x61\x67\x0f\x22\x9d\x1d\x9f\x9f\xde\x82\xda\x0c\xaa\x28\x0a\x48\x87\xa7\x9c\xa5\xb8\x8a\x2c\x87\xb0\x6a\xa1\xa5\x7e\x28\xaa\xe5\x80\x8d\x97\xe0\x7e\x3f\x0f\x77\x1b\x17\x24\xaf\x7f\xd2\x91\xcd\xa1\x37\xe1\xc8\x21\x65\x16\xf9\x31\x71\x0a\x35\x9b\x0c\x5a\x6b\x6a\xb6\x76\x41\x8b\x5d\xed\x8a\xce\x42\xf1\xe3\x1d\x98\xfc\xc1\xd1\x83\x45\x42\x0c\x96\x83\x3c\x13\x2e\xe1\x6c\xce\x5f\x9f\xd1\xe7\xaa\xbb\x91\x3b\x71\x1d\xe9\x87\x7a\xc7\x60\x4b\xf6\x01\x12\x56\x95\x52\x00\xfb\x27\xa4\xd8\xce\xe5\xcb\xd3\xaa\xfb\x58\xaf\x02\xbe\x9c\x3e\x3e\x86\x1a\x86\x92\x3c\x2d\xd0\xa6\x11\x3b\xd3\x18\xe1\xd8\x09\x5a\x8e\x36\x61\x84\x8d\x9e\xd5\x3b\x1c\x08\xf4\xc7\xea\x71\x61\xfd\xc6\xdc\xaa\x5c\x70\xdb\x4c\x4f\x38\xa7\x14\xda\x31\x50\x91\xd2\x8e\x19\xec\xb4\xc8\x5d\x4e\x25\x8b\x84\xb6\xfa\x83\x34\xad\xe7\x33\x0d\xc5\x7c\x65\x8e\xe9\xb9\x6d\xd0\xb3\xd1\x72\xd2\x12\x09\xe4\x52\xc8\xbd\x3d\x1e\x99\x56\x1d\x1f\x0b\x9d\x94\x48\x9e\x91\x9c\xcc\xeb\x8c\x01\xd6\x2d\x46\x57\xae\xf6\x11\xfb\x91\x56\x7c\x17\x17\x22\xaa\x49\x53\x09\x86\xdb\x45\x55\x09\xa6\x97\x8c\x0a\x5b\xec\x76\xe1\x14\x73\xef\x83\x02\x6d\x1d\xc8\x47\x21\x38\x0e\x82\x36\x41\x3f\xaa\x47\x5c\x4b\x3d\x10\x7b\x98\x2a\xc0\xf8\x24\xd4\xe4\xf6\xf2\x92\xdf\x68\xe2\xd0\xe6\x1a\x8b\x8d\x7f\x72\x50\xc8\xd0\xbe\x3a\x4c\x2f\x59\x47\x09\x9d\x1f\x8f\xe9\x99\x7a\x51\xbf\x45\x22\x0b\x59\x06\xde\xed\xa1\xdc\xe2\xfe\xbe\xdd\x37\x22\x3e\xba\x2c\x6d\x88\xb3\x7c\x23\x60\xa6\xba\xb6\x1d\xec\x99\x32\xc7\x49\xbd\xa5\x64\x3a\x62\x87\xab\x30\xc1\x7c\x7f\xb9\x5a\xca\x5b\x49\xae\x0c\x6e\x4f\x57\x70\x5d\x99\x16\xa2\x7e\x4f\x4b\x50\xbf\x0f\x80\x8b\x8d\x8e\xf1\x21\x67\xf8\x25\x44\x3a\xf4\x98\x6d\x82\x15\x1b\x6d\xc0\x92\x36\xc6\x1b\x3f\x07\xe5\x45\x44\x8c\x67\x76\xe3\x3a\x8b\x1a\x04\xe9\x99\xa9\x98\xea\xd9\x97\x98\xea\x59\xb1\x98\xaa\x1d\x1b\xf5\xa0\xef\x37\xb6\x10\x67\x67\xaf\xd3\xd5\x8e\xb9\xee\x59\x4f\x3e\xa8\xef\xf1\x1b\x07\x1c\x68\xf9\x1e\x1c\x09\xbf\x71\x25\x74\x36\xfd\xfc\x69\xea\xb8\x8e\xfe\x2f\x9b\x7a\xa8\xbe\xbf\x07\x2b\x8a\x7b\x43\x5d\x5e\xdc\xfb\xc6\xef\x9b\x1a\xfe\x37\x6e\xe3\xd4\xab\x03\xd3\x13\x74\x19\xf2\xa0\xbf\x85\x83\x92\x18\x0c\x75\x57\xe9\xf1\xae\xd6\x9f\xe9\xcc\x1a\x46\xc7\x53\x20\xe0\xb3\x3f\x01\xac\x5f\xec\xca\xd5\xb9\x8c\x18\x07\x12\xce\x61\x6f\xad\x9a\x27\x48\x8e\x1d\x94\xe7\x19\xec\xb9\x06\xf5\x6a\xb1\xee\xe1\xb5\x85\x57\x8d\x38\x83\x69\x11\x3d\xa2\x44\xeb\xa8\x36\xbd\xe1\x84\x12\x75\xe3\x63\xa4\x5a\x01\x0c\x3d\x28\x73\x8e\x79\xc0\x5e\x7f\x33\x1e\x30\x1c\x16\xeb\xbf\x56\x12\x5f\xdb\x0d\xfb\x98\x44\x73\xd6\x29\xf0\xb3\xef\x67\x1c\x13\x18\xcf\xf6\x4f\xba\xb5\x23\xb9\xa3\xf0\x3d\x42\x42\xa0\x41\xe2\xf8\xcc\xee\x53\xcb\x8d\x5e\x5b\x8a\x73\x34\x9c\xa8\xf2\xd7\xb8\xa7\x0c\xb3\x43\x67\x50\x64\x92\x93\x42\x6f\x39\x2f\x30\xd5\x33\x85\x2d\x66\x42\xc0\x14\xf3\x49\x9e\xc5\x14\x84\xfe\x58\x6e\xaa\x66\x0d\x2c\xfd\x77\xfe\x49\xdc\x0e\xff\x0c\x13\x24\xce\xc6\x50\xff\xb1\xe7\xcf\x23\x73\x3f\x86\x16\x90\x52\x02\x2e\xdc\xc9\x96\xb8\x95\xf1\x87\xc0\x31\x7e\xcf\x77\x50\x61\xa7\x82\x52\x9a\x6f\xab\x48\x5b\xaa\x75\x6b\xf7\xf2\x97\xd7\x27\x23\xc8\x19\x5a\xa0\x39\x33\xb4\x43\x73\x66\x28\x85\x5c\xc1\x87\x21\xe0\xda\x7d\x7e\x04\x02\x79\x70\x00\x82\xd0\xd1\xdc\x06\x98\x3c\x5b\x91\xa2\x7e\x49\x98\x25\x3e\x69\x82\xf4\xf2\x3b\x05\x72\x8f\xc2\x0a\x94\xbd\x09\x3b\x69\xb5\xf1\x6d\x36\x72\xef\x1a\x89\x8e\x18\x8b\x39\xa2\x23\xee\x18\xb3\xdd\x33\x68\xf6\xbd\xab\xcd\x2a\x4b\xe0\x4f\x35\xc9\x40\x0d\x24\xd6\x6c\x10\x5a\x75\xe8\x26\x21\x6e\x1d\x98\xd7\xa7\xf8\x95\x2c\x9d\x6e\x3f\xde\x2f\x02\x1b\x77\x20\x6b\xf2\xa4\x84\x01\xaf\x57\x61\x62\x4c\x83\xfe\xe2\x69\x7c\x2e\x17\xca\xf6\xd1\x60\x36\xf5\x65\x15\x54\xf3\x3a\x9a\xd7\x94\x96\x00\x5f\x0d\xc3\xae\xb7\x00\x12\x78\xd2\x34\x3f\xa1\x1f\xa3\x41\xf8\xaa\x74\x24\x93\x9a\x76\x35\xae\x4b\xdc\xbc\x48\xc2\xfc\x8c\x1b\xb4\x1e\x0e\x0e\x5c\x4f\x87\x31\x8d\x5b\x77\x81\x70\xda\x0e\x79\xa1\x49\x9e\x15\x08\xad\x33\x0b\x30\xdb\x32\x43\xe9\x21\xc9\x30\x38\x24\xcd\x04\x6c\xb1\xea\x24\x74\x2e\xff\x39\x67\xfb\x9b\x90\xe3\xf7\x9e\xa5\xf5\xfc\x86\xef\x5e\x7c\x59\xf5\x33\xc2\xc7\xc7\xab\x64\x9a\x2c\x63\xe6\xc1\xab\x14\xa0\xfa\x54\xad\xf6\xee\x1e\xf5\x17\xf9\xad\x17\x17\xb1\x9a\xd6\xcc\xc4\xf7\x0d\x1e\x3b\x3b\x95\x14\x07\x33\x17\xab\xdd\xba\x4e\xf3\x36\xa8\x76\x69\x38\xdc\x7e\x68\x1e\xb2\x2c\x43\x99\x19\x9d\x59\xa7\xc9\xcf\xe5\x46\xfc\xf1\x46\x96\x75\x06\x0b\x37\xe4\x12\x6e\xb1\xcb\xe0\x26\x0b\x7f\x64\x81\x54\x97\xd9\x00\xaf\xf6\x61\x7a\xd0\xb0\x32\x39\xb4\x5a\xb1\x81\x05\x5f\x73\xe5\xe1\x9d\x6b\x12\x88\x43\x3e\x0d\xd9\x43\x3c\xd3\x9f\x09\x4c\xdd\x08\x8b\x27\x59\xa2\x7d\x7f\x25\x69\x5a\xa5\x33\x17\x34\xe9\x24\x3c\x9c\x17\x44\xa0\x33\x4d\x19\x43\x5a\xcb\x00\x62\x93\x84\xf1\x6c\x78\xf6\xcf\xa7\x21\x94\xa3\xb3\xe9\x74\x63\x1a\x2f\xa3\x65\xb5\x3b\x26\xe0\xbb\xc5\xa4\xb7\x41\xd6\xd1\x15\x31\xe3\xc7\xbb\x8c\x68\xb2\xdf\x64\xee\xdf\x8f\xde\xf8\xb6\xbb\x1f\x67\xab\x93\x04\xdf\xb8\x2f\x4f\xc0\x75\x55\xe3\xc2\xb7\xca\xaf\x72\xf2\x94\xac\x3d\xcd\xf2\x5d\x7c\x9a\x85\x0d\xdc\x0f\x3e\x2c\x17\x1e\xfa\x42\xad\x6c\xb1\x2b\x51\xc0\x46\xcf\xdb\xf4\xdd\xea\xdb\x71\x59\xd6\x69\xa7\x60\x9c\xf9\x2f\x56\xb1\x8c\xd1\x9e\x44\xfb\x5d\x9f\x21\x93\xdf\x6e\x7c\xdf\x8a\xe2\xf5\x5b\x19\xe9\x1f\xdc\x3b\x61\x5a\xc3\xf8\xcd\x1e\x9b\xae\xe4\xbd\x0b\x5f\xa1\x3e\xc5\x33\xad\x6f\xf4\x4a\x9b\x7b\x89\xae\x6d\xbe\xa4\x63\xb3\x0f\x7f\xfc\xae\x0f\x94\x7c\x71\xb7\x42\x80\x48\x5d\x03\xfb\x3d\xc2\x08\x59\xd7\xf9\x45\x8d\x48\x82\x80\x3c\xf2\x80\xaf\xad\x25\xfd\xf0\xdd\xc0\x4a\xfa\x07\xd9\xa6\xab\x3d\xc2\x0f\x7b\xfe\x49\x5f\xea\x01\x6d\x91\xe4\xba\xd7\x87\x16\xe4\x7d\xa4\xfb\xe1\xf9\x20\xc2\xf5\xa1\x6d\x37\xef\xb3\x62\xcd\x43\xa2\xff\x33\x3c\x55\x2d\x2e\x3c\x40\x54\xfa\xcc\xe4\x27\x7f\x7d\xc7\x35\x7f\xa7\xb1\xe5\x38\x54\xfb\x77\x5b\x24\x6c\xeb\x86\xe9\x33\x27\x5c\x21\x81\xdf\xae\xc7\xcf\x12\x3f\xcb\xe2\x06\xbf\xae\xf1\xeb\xba\xaa\x3e\x48\x61\x10\x1e\x2a\xde\x36\xc4\x7f\x71\xca\x0d\x7e\xdf\xf0\xc3\x18\xf7\xd9\xc1\x51\x62\xd8\xe1\xfd\x11\xfb\x81\x57\x46\xb8\x39\x4d\xb7\x1f\x94\xce\xad\x6a\xaa\x7c\xde\x67\xcb\x90\x1b\x4d\xc2\x17\x87\xc5\xa7\xe6\x35\x49\x3e\xef\xe3\xbc\x18\xae\xac\x42\xf9\xa6\x54\xee\x87\x26\xca\x27\xa5\x75\xc5\xf5\x32\xf6\x4b\xbf\x90\x1a\x7b\xa5\x5f\x34\xbd\x65\xd7\xee\x38\x2e\xf5\xfb\xcc\x9e\x06\x88\x6f\x02\x3c\xa3\x3c\x33\xec\xe3\x98\xc9\x1c\x8d\x00\xd1\xc7\x59\xb9\xbc\x63\xa7\xec\x45\x66\x4f\x81\xd4\xcd\x6e\x1f\x64\xf6\xf8\x0c\x8d\x80\xc5\x08\x76\xe2\xc7\xc1\x6f\x82\xca\x83\xc9\xb4\xba\xcb\x8b\x5a\xdf\x89\x66\x75\x35\x09\x40\x5f\xff\xed\x6f\x80\xa7\xef\xbf\xff\x3d\x3f\x7e\xf2\x4d\x5e\x7d\xe2\x88\xa7\x7d\x78\x8a\xdf\xc0\xe8\xf7\xf3\x04\x92\x5d\xc8\x61\x5e\xaf\x77\x85\x62\x5e\x8f\xe6\xb3\xff\x17\x00\x00\xff\xff\xea\x40\x3f\xb5\x19\xbd\x00\x00")
+var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xeb\x72\xdc\x48\xae\x27\xfe\x9d\x4f\xc1\xf6\x84\xc3\x76\x84\x5c\x8e\x9e\x3e\xff\xff\x6e\x74\xb4\xdd\x2b\x4b\xed\xcb\x39\x96\xa5\x23\xc9\xdd\x3b\xeb\x70\xb0\x59\x45\xaa\x8a\xe3\x2a\xb2\x86\x64\x49\xd6\x4c\xcc\x1b\xec\x03\xec\xf3\xed\x93\x2c\xf0\x03\x90\x17\x92\x25\xd9\x3d\xc7\x1f\x2c\x56\x26\xf2\x86\x44\x22\x01\x24\x12\x99\x6f\xb7\x59\x51\x76\x8b\xf4\x79\x7a\x98\x6e\xf3\xaa\x5e\x97\x5d\x97\x76\xe5\xfa\xea\xe9\xaa\xe9\xfa\xb2\x48\x5f\x57\x3d\xfd\x6e\xaf\xab\x45\x99\x24\xab\x66\x53\x12\xe8\x1b\xfa\x93\x14\x79\xb7\x9a\x37\x79\x5b\x50\xc2\xb1\x7d\x27\xe5\x97\xed\xba\x69\x19\xe8\x17\xf9\x4a\x56\xe5\x7a\xcb\x65\xe8\x4f\xd2\x55\xcb\x3a\xab\x6a\xfa\x79\x41\x5f\xe9\xdb\x5a\x52\x9a\x5d\x6f\x49\xa7\xbb\x5e\xd2\x76\x5b\x4b\xfa\xb0\x4d\xda\x72\x59\x51\x6f\x5a\x4a\x3a\xd7\xcf\xe4\xa6\x9c\x77\x55\xcf\x2d\xfd\x26\x5f\xc9\x75\xd9\x76\x55\xc3\xb5\xff\x2a\x5f\xc9\x36\x5f\x32\xc0\x19\xfd\x49\xfa\x72\xb3\x5d\xe7\x28\x70\xa9\x9f\xc9\x3a\xaf\x97\x3b\x81\x79\xa7\x9f\xc9\xa2\x2d\x29\x2b\xab\xcb\x1b\x4a\x3d\xc2\x8f\xd9\x6c\x96\xec\x08\x09\xd9\xb6\x6d\xae\xaa\x75\x99\xe5\x75\x91\x6d\x64\x98\x1f\x28\x3d\xd5\xf4\x94\xd2\x53\x4e\xc7\x10\xca\x82\x86\x9a\xe5\x9d\x8e\x83\x70\x49\x23\xcf\xbb\x04\x55\xd5\xf9\xc6\x4a\xf3\x67\x52\x6e\xf2\x6a\xcd\x58\xe3\xbf\xd4\xef\xae\xbb\x69\x80\xda\x33\xfd\x24\x1c\x64\xfd\xed\xb6\x04\x0a\x9e\x5e\xd2\x57\xb2\xc8\xb7\xfd\x62\x95\x73\x37\xe5\x2b\x21\xa0\x6d\x43\xb8\x68\xda\x5b\xc0\xd9\x8f\xa4\x69\x97\x79\x5d\xfd\x3d\xef\x05\x3f\xa7\xc1\xcf\x64\x53\xb5\x6d\xc3\xa8\x3d\xc1\x47\x42\x23\xcf\xb8\x1e\x4a\x79\x4f\x48\x08\x6a\xe1\x9c\x4d\xb5\x6c\x05\x8b\x9c\x79\x82\x5f\x5c\x8b\xe4\x69\x4d\x92\xe5\x6a\xbb\x6a\xda\xcf\x9a\xfa\x8a\x3f\x07\x55\x52\xe7\x34\x37\xee\x57\x5e\xd3\x7c\x68\xee\x09\x7e\x44\x00\x5d\x92\x17\x1b\xc2\xf0\x36\xaf\x4b\x46\xdd\x21\xff\x22\x7c\xd1\xaf\x24\x5f\x2c\x9a\x5d\xdd\x67\x5d\xd9\xf7\x55\xbd\xe4\x39\x38\x94\xa4\xf4\x42\x93\x92\x20\xcf\xa5\xdd\x36\x3b\x37\xcb\x94\xfe\x17\xfa\x99\x9e\xc9\x4f\xc9\x0b\x0a\x21\xd3\x95\xa4\x26\xfb\xea\xba\xea\xab\x52\x1a\xb3\x1f\xc9\x76\xb7\x5e\x13\x3e\xff\xb6\x2b\xbb\x9e\xb3\xce\xe8\x37\x61\x40\x7e\x27\x55\xd7\xed\x50\xe2\x2d\x3e\x12\x9a\xd4\x7a\x81\xe1\x1c\xe1\x23\x49\x3e\x56\x75\xd7\xe7\xeb\xf5\xa7\x44\x3f\x18\x58\xbe\x04\x4f\x7d\xd5\xa3\xb3\x9a\x98\x5e\xf4\xe5\xb6\x63\x44\xa7\xaf\xaa\xb6\xeb\x9f\xf6\x15\x91\xda\xf9\xae\x4e\x8a\x66\xf1\x99\x88\x98\x17\x24\x96\xd2\xdb\xab\x94\xc6\xf4\x88\xc8\xb8\xdd\xd5\x35\x8d\x22\x7d\xdd\xd0\xc8\xa8\x99\xaa\x28\xd3\x63\x40\x1f\xa4\xdb\x75\x99\x77\x04\x52\xe6\x45\xfa\x53\x9e\xf6\x79\xbb\x2c\xfb\xe7\x0f\xb2\x39\x2d\x9e\xcf\x0f\xd2\x55\x5b\x5e\x3d\x7f\xf0\xb0\x7b\xf0\xe2\xf5\x8e\x8a\xad\xab\xba\xec\x7e\x7a\x96\xbf\x48\x17\x39\xe5\xd0\x58\x6f\xd3\x79\x79\xc5\x6b\x85\xda\x4a\x89\x48\xeb\x25\xaf\x93\xdb\x7e\xc5\x0d\xd2\x84\xd1\x47\x97\xf2\x42\xfd\x2e\x61\x2c\xd1\x42\xce\x8a\xb9\x31\x25\x74\x08\xc9\x2d\x61\xe9\xe4\xf6\xe2\x3f\xdf\x1d\xa4\x67\xc4\x99\x96\x6d\x89\x6f\xfa\x8f\x4a\xfc\x90\xd2\x68\x2f\xab\xe3\x97\xb3\x84\xca\x1a\x42\x8e\xf3\x3e\x9f\x73\xdf\xdd\x24\x71\xa6\xac\x21\x97\x87\x95\xc4\xbc\x0e\x7c\xad\xeb\xb1\x3a\x75\x65\x4e\xae\x43\xaa\x43\x17\xaf\xab\xe3\x3d\xaf\x60\x4a\x77\x98\x3d\x13\x9c\x51\x55\xe9\xdb\xf7\xef\x4f\x8f\x5f\xa6\x65\xbd\x24\xcc\xa4\x37\x55\xbf\x4a\x77\xfd\xd5\x7f\xcf\x96\x65\x5d\xb6\xf9\x3a\x5b\x54\x8c\x94\x96\xe8\x2a\x25\x2c\xc9\x10\x67\x49\xd7\xad\x89\xc1\x14\xdc\xca\xc5\xc5\xbb\xf4\x84\x3e\xa9\x33\x54\x96\x3b\xd2\xaf\x92\xee\x6f\x6b\x46\x94\x6b\xf0\x72\x55\xa6\xa0\x59\x00\x35\x57\x43\xbc\xa4\x85\xf6\x75\x96\xfe\x34\x6f\x5f\x04\xfd\xcb\xe7\x5d\xb3\xde\xf5\x5a\xf2\x66\x55\xd6\x98\x28\x22\xa5\xb6\x27\x6e\x65\xbc\x7f\x96\x94\x6d\x9b\x11\xdf\xec\x6f\x79\x7a\xb4\x2f\xfb\x5a\x91\xca\x88\x94\xeb\xa6\xa7\xe9\x4f\x51\x4e\xaa\xa8\xea\xeb\x7c\x5d\x15\x34\x49\x1e\x91\x71\x59\x24\x16\x0d\xcd\x37\x97\x26\x8a\x6e\x6e\x80\x22\x5a\x60\xc4\xd6\xd3\x07\xb3\x07\xe0\xb3\x0f\x9e\x3e\x98\x25\x75\x93\x09\x13\x60\x8e\x5c\x54\x5d\x3e\x27\xee\x2c\xbb\x45\x6b\xcc\xee\x2f\x4c\x77\xd2\x15\x85\x48\x23\x08\x9e\x13\xde\x81\xc0\xf8\x99\x28\x73\x62\xd3\xe0\x25\xca\x45\xc2\xb1\x1b\xcb\x71\x74\x21\x5c\xc7\x25\x8c\xc6\x9c\xd8\x44\x1b\x55\x1e\x6e\xb7\xeb\x6a\x21\x4d\xbf\x96\x3c\x4f\xa0\xbc\x1f\x2b\x52\x42\x38\x10\x98\xe5\x05\x64\x46\xbd\x66\xae\x94\x46\xec\x1d\xe5\x57\x25\xad\xb8\xd5\x6e\x29\x7b\xd2\xba\xd9\x15\xdf\x61\x73\xb0\x99\xf3\x2c\x38\x3d\x6f\xa8\xc3\xa0\x2a\x07\xe0\x9b\x38\x24\x86\xc2\x22\x40\x5b\x6e\x9a\x9e\x11\xa7\xc5\x98\xcd\xdd\x54\x94\x49\x23\xed\xf2\x6b\xda\xdc\xfa\x46\x96\x72\x41\x4b\x75\xc1\x15\xcf\x12\x62\x2b\x99\x2e\x27\xe2\x3f\xb2\xa4\x2c\x2d\xa6\x5d\x40\x6d\x76\xb4\x0a\x57\x54\x19\x23\x9e\xe5\x10\xaa\x72\xaa\x9f\x18\x12\xd5\x03\xee\x40\x2b\xbe\xa1\x3d\x93\x27\xfa\x18\x1f\xfa\x3b\xac\x9f\x7a\x95\x5f\x5d\x51\xaf\x3a\x5a\x4d\x6f\xd2\xc5\xba\xa1\xa5\xf8\xe1\xfc\x5d\xc7\x0b\x6d\x95\x6d\x9b\x16\xf2\x07\x65\x9d\xd1\xa7\x4b\x0b\x10\xcd\x10\xf5\x6e\x33\xa7\x5f\x37\xab\x6a\xb1\x12\xb4\x73\x09\x5e\x1f\x94\x4a\x4d\xec\x3a\x9a\xc2\x83\x94\x96\x16\x8d\x80\x50\x06\x02\xe0\x31\x18\xd5\x31\xf8\x15\xd1\xd8\xae\xa5\xe5\xb4\xea\xfb\xad\xb5\xfc\xe6\xf2\xf2\x4c\x9a\x76\xa9\x77\xb5\x9d\x07\x94\x81\x39\x58\xb3\x44\x54\xa7\x4d\x3d\x03\x91\xec\xda\xf5\x80\x7e\x68\xac\x96\xb3\x07\x2f\xdc\x85\x67\xfc\xdf\x85\x47\x0f\xf0\xdc\x91\xac\x77\x03\x6a\x22\x1c\x43\x4a\x99\x25\xeb\x66\x99\xb5\x34\x1b\x46\x4c\xef\x9a\xa5\x10\x50\x94\xe1\x5b\x3a\x36\x92\x60\x6c\xdc\xb4\x2c\xb5\x11\x24\x18\x16\x4f\x32\x2d\x92\x66\xcb\xfd\x0c\x56\xc9\xa9\x26\xf8\xa5\x81\xb6\x5d\x3e\xe4\x24\xca\x04\x73\x0a\xf6\xf4\x0d\xe1\x4f\xb9\xf9\xc5\x09\x61\x15\x2c\x1d\xa9\x57\x6d\xb3\xa1\xd4\x57\xf4\xc7\x27\xf8\x3e\x9e\x70\x7d\x80\xc9\x8b\x82\x36\x9b\xee\x20\x3d\x7f\x75\x94\xfe\x7f\x3f\xfc\xf9\xcf\xb3\xf4\x6d\xcf\x0b\x9b\x69\xfd\xaf\x4c\xa3\xb9\x62\xc2\x83\x12\x03\xec\x89\x8c\x1f\xf0\x42\x7d\x90\xfe\x84\xdc\xff\x51\x7e\xc9\x49\xce\x2c\x67\x8b\x66\xf3\x82\x99\xfb\x26\x27\x56\xc2\x39\x44\xfd\xba\x2c\x2e\xca\xba\xa0\x0f\x91\xfa\x34\x2b\x60\x2e\x9a\x1d\xc8\x80\x22\xfc\x66\x8b\xa6\xbe\xaa\x5a\x1e\xcf\x2f\x35\x68\xcb\xc4\xe2\xf4\x48\x72\x4c\x84\x22\x94\x11\x3f\xaa\xae\x6e\x3d\x28\x46\xfa\x9e\x13\x95\x3c\x12\xa1\xe1\x4c\x59\xbd\xc3\xf1\x85\x90\x36\x53\xc1\x29\x8d\xae\x35\x74\x77\x1e\xdf\xcd\xd5\x15\xef\xf8\xb6\x57\x69\x0b\xa7\x92\x2a\xdb\x56\x08\x42\xa4\xbd\x85\x60\x7f\xac\x4b\xe2\xe8\xf8\x7d\x5a\x5e\x13\xed\x32\x0f\x6d\x9b\x62\xb7\x00\xbd\x32\xec\x01\xb3\x7e\x62\x38\x1d\xad\xb4\x45\xa9\xc4\xe2\x58\x0e\x77\x8d\xf9\xda\x82\x80\x88\xd3\x18\xeb\x27\x69\xf4\x9a\xf6\x91\x36\x68\xe2\xb5\x25\x69\xef\x47\xb0\xa3\x4e\xb9\x12\x3c\xf2\x05\x4d\x38\x11\x85\xf4\xa2\x93\x4e\x49\x36\x2d\x1e\x5a\x15\x3b\xd2\x72\xf2\x82\xfa\x32\xbf\x05\x17\xeb\x98\x16\x8a\xf2\x2a\xdf\xad\x7b\xdf\xaf\xc1\x96\x64\x2d\x5d\xb0\xa2\x15\xe6\x4d\x16\x18\x75\x10\xc4\xd3\x0d\xcb\x12\x15\xd6\x24\x6d\xc9\xd6\xc5\xe4\x2a\x9a\x8c\xed\x62\xc4\xec\x4a\x4c\x4f\xe6\xf5\x06\x9d\x2f\x53\x1f\xe2\x7c\xd7\xec\xb9\xc8\x5f\x29\x36\x6e\xae\xd1\x2a\x60\x81\x65\xba\x2f\xb3\x44\x85\xb6\x4c\x55\xbe\xec\xba\x82\x42\xe5\xc8\x55\xaa\x54\x35\x90\xf9\xc2\xaf\x0c\xc0\x9a\x5a\x37\x59\xd6\xf5\xe6\x94\x07\xd9\x39\x85\x4a\x70\xce\xc3\x45\x0b\x2c\x48\xd2\x2c\x5d\x57\xd8\x34\x94\x60\x80\x97\x39\xcb\x3a\xd4\x34\x35\xd5\x95\x25\x6a\xa0\xf2\xcf\xa8\x4e\x94\x99\xa9\x36\xa1\x02\xbe\x09\xa0\x2c\x3c\x14\x0d\x24\x11\xec\x4c\x54\xda\xd0\x3a\x90\x12\xd2\xb6\x5a\xae\x88\x53\x37\x37\x07\x82\x94\x9b\x55\x53\xf2\xfa\x79\x7b\xfc\xfc\x7b\xe9\xc7\x92\xf7\x29\x57\x88\x77\xb8\x7c\x47\xc4\x45\x18\x53\x32\x96\x2e\x38\x49\x01\x90\x23\xbd\x45\x80\x86\x0a\xe4\x48\x30\x71\x4c\x43\x79\x45\x98\xa7\x4c\xc2\xc3\x48\x69\x53\x42\xa5\x61\x61\x4a\xaa\x74\x64\xcb\x06\x4a\x8f\x29\x19\xbc\xf5\x92\x4a\xdd\xf5\xd9\xb2\xea\xb3\x2b\xe6\x5c\x5c\xf1\x2b\xae\x80\x25\x01\xca\x49\x1f\x51\xd6\xa3\x94\xb8\x1f\x69\x72\xc5\x8f\xe9\xc3\x6b\x15\x5b\x7f\x60\x96\x94\xd1\x22\xaa\xd6\x98\x11\x55\xa5\xda\x52\xa4\x52\x53\xe3\x9d\x08\xd8\xed\xb6\xd8\x28\x55\xda\x74\x2a\x49\xd1\xdc\xd4\xbc\xf8\xc0\x7a\x89\xcd\x54\x8b\x8a\x36\x8c\x79\x55\xe7\xb4\xd3\x58\x2d\x60\xe9\x0f\x89\x24\xde\x9f\x5e\x02\x70\xd9\xcc\x77\xd5\xba\x30\x80\x59\x62\x12\x29\xc9\xa3\x3a\xf9\xa1\x6c\x6f\x49\x95\xf4\x65\xd1\xb4\xbc\x97\x61\x34\x56\x70\x8f\x5c\xc5\x1b\xa1\x08\xc2\x15\x2b\x55\x80\x45\x39\x27\x02\x31\x1a\x68\xf6\x17\x2b\x15\x90\x40\x36\x55\x57\x3f\xea\xd1\xd3\xc5\x8e\xda\xa2\x99\xe7\x64\x2a\xd8\xa5\x4f\x5f\xd0\xff\x09\x8b\x5b\xb2\x01\x2c\xc7\x88\xe7\xcc\x54\x32\x77\xb2\x14\xa3\xae\x46\x34\xee\x66\xda\x28\x38\x18\x6b\xd8\x5f\x23\x81\x6e\x27\x44\xcb\x16\x97\x35\x4d\x6b\xf9\x1d\x7d\xb0\xfa\xb8\x5c\x63\x12\xf2\x5e\x75\xbc\x86\xf0\xc6\x04\x72\x20\x6b\xe6\x8a\x86\xc6\xac\xb4\xcf\x3f\x97\x50\x0b\x3d\xce\xa7\x24\x89\xbd\x78\x4b\x3e\xb2\xfd\xe9\x53\xb2\x13\x29\xb8\x59\x17\x4e\x53\xc3\x6a\x20\x6e\x54\x46\xe6\x13\x0f\xe3\x08\xbd\x23\x69\x7f\xb1\xca\x9c\xf1\x8a\x11\xd9\x97\x5f\x20\x2f\x20\xcb\xdb\xb2\x78\x95\x70\x56\xb2\xb9\xc5\x14\xf3\xc0\x4f\x6e\xfd\x0c\xb3\x72\xbf\x68\x48\x0b\x9f\x37\x8c\xe9\xeb\xd2\x41\x1d\x85\xa9\x71\x01\xaa\x8b\x84\x75\xad\x2a\xb6\x66\x50\x96\x18\x50\x34\x57\x0c\x28\x5d\x02\xee\xa7\x96\x37\x30\x49\xa2\x01\xb5\x1b\xcc\x68\x32\x61\x96\xb0\x96\xdf\xd6\x22\x99\x86\x72\x3a\xe1\x4d\xad\x72\x9f\x12\x83\x8b\xfa\x24\x2c\x54\x10\xc9\x66\x91\xbc\x05\x45\x5e\xe0\x83\x4a\x13\x93\x5a\x7d\x0a\xec\x62\x99\xd1\x8b\xd9\xc7\x60\xbb\x51\x3e\xe5\x65\x94\x55\xb9\x65\x71\x66\xd3\x81\xd0\xd6\x6c\x40\xb8\x55\xf1\xde\x91\xdc\xcf\xb2\x03\x10\x0d\x12\xdf\xfc\x2e\xe9\x1a\x5e\xc2\xd9\x37\x56\xf1\xb2\x22\xe2\x42\xf9\x78\xf7\x14\x83\x1d\x49\xe1\x3c\x18\x5a\xb7\xb7\x07\xb1\xe2\xb7\x22\xf5\x76\x5e\x92\xf0\xa1\xc5\x8a\x99\x29\xee\x4c\x14\xa4\x6e\x62\x15\xc2\xc8\x88\x75\x23\x25\x9b\x76\xb8\xad\x73\x0f\x85\x71\x6a\x2b\x4e\x18\x83\xa8\x15\x4a\x64\x13\x6d\x12\xc2\x36\x25\x4b\xf7\xd9\x46\x8c\x7b\xf2\x2b\x3d\x29\x13\xda\x5f\x97\x58\x1b\x42\xbc\xcf\xd9\xa8\xb3\x84\x12\xa4\xd4\xcc\x00\x65\x1f\x72\x76\x85\xb0\x94\x9f\xcd\x98\x4a\xbc\xe6\x06\x46\x36\xe2\x16\x23\xf4\xd3\x1e\x48\xd9\x33\xdb\x29\x44\xe8\x80\xec\xd8\x11\xff\xf1\x48\x3c\x4c\xd9\x2a\x1a\x42\xa9\x1c\xec\x46\xc5\xf0\xcc\x86\x7e\x9a\xbf\x78\xd8\xfd\xf4\x6c\xfe\xc2\x31\xeb\xc5\xaa\x5c\x7c\x16\xe2\xac\xea\x79\xf3\x05\x6a\x37\xcc\x3f\xa4\xf1\xf3\x02\x7c\x58\xa4\xa4\x86\xb7\xd0\xfa\x88\xb9\x50\x31\xc2\x3b\xe7\x46\x73\x46\x7d\x61\x1e\x34\x13\x73\x5b\x29\xd4\xef\xe9\x11\x76\x37\xa6\x48\xec\x28\x9e\x24\x31\x8e\x75\xb5\xa9\xfa\x11\x49\x30\xcb\xca\x95\xb4\xd4\x4c\x67\x38\x42\x5d\x7e\x94\xc4\xf8\xa9\x1a\xda\xa7\x8d\x4c\x6e\x72\x52\xf3\x7e\x48\x89\x34\x76\x3d\x6b\x32\x6c\x3c\xe9\x89\xf3\xe7\xbc\xd1\x93\x8a\x97\x77\xd9\xae\x56\x74\x95\x85\x11\xc9\x9b\x0a\xfb\x11\xb7\x6b\xa4\x1c\x40\xc5\x9a\x45\xfa\xd8\x61\xf2\xc9\x4c\x0d\x76\x28\xc5\x7b\x04\xf7\xa7\x62\x31\x38\x9f\x9a\x13\xe2\x86\x75\x29\x7a\x39\xc6\xcf\x60\x3c\x7d\xa4\xdc\xf9\x49\x21\x0d\xf1\x33\xa5\x00\xcf\xf3\x5d\xdf\x37\xac\xe4\xac\x99\x16\xa4\x8c\xf5\xf9\x08\x80\x50\x03\x7d\x7d\x98\xcc\x21\x96\x54\x4f\xc3\x0e\xdf\x61\x3d\x8b\xc9\x9d\x95\xcd\x78\x68\xba\xa3\x3a\xa8\x42\xac\x63\x79\x7d\xeb\x0d\x2f\xe8\x03\x37\xd7\x4f\xf7\xe4\x71\x5b\x3e\xf1\x7d\x71\xeb\x00\x25\xb4\x3f\x52\x3a\x58\x22\xe7\xc8\x14\xd3\xae\x2d\x24\xdb\x8f\x16\x6a\x73\x73\xa4\xd1\xc6\xa8\x45\x3e\x53\x3b\x71\x54\x92\x50\x0b\x60\x99\x06\x81\xd2\xb3\x41\x5b\x5e\xb9\x1c\xa3\xaf\x8f\x7b\xec\xb7\xac\xbe\x69\xb2\x6e\x25\x76\x01\xeb\x5e\xba\x2e\xeb\x65\x64\x50\xc3\x31\x0d\xe8\xed\xff\x67\x23\x58\x9d\x41\x13\x0a\x16\xc2\xfb\xa6\x7e\x8a\x34\x27\xfe\x5b\x69\x35\xc1\x5a\x83\x5c\x4d\xdb\xec\x96\x2b\xb5\xa6\x24\x1f\x19\x6b\x9f\x12\x9d\xd7\x32\xa8\x53\xa9\xde\x72\x6c\xfe\x65\x8d\x39\x78\x13\x22\x7f\x2d\x5b\x56\x3b\x01\x14\x4d\xfc\xbe\x19\x89\x11\xe2\x58\xab\x97\x3a\xce\x43\x46\xa0\xc9\x57\xbb\xf5\x41\x7a\x23\xe2\x88\x2f\xe3\x54\x5e\x15\x54\x98\xc4\xe5\x7c\x8a\x86\xd7\x14\x39\x8d\xef\x16\x56\xf7\xbf\xd0\xf6\x57\xe3\xa4\xa3\x49\x28\x43\x0a\x9d\xe0\x83\x40\x59\x67\xff\x94\xf0\xb6\xf8\x7e\x20\x6d\xf3\xfe\xa9\x69\x81\xc4\x87\xac\x5f\xc2\x93\x1c\x37\xe6\xb3\x09\xc1\xfc\xbc\xf4\x07\x3a\xf8\x72\x83\xbf\xb8\x78\x73\x69\x4a\xf8\xc5\x9b\xf4\x73\xa9\x75\xbf\xe9\xfb\x6d\xf7\x01\xe6\x1d\xb1\xd5\xb0\x61\xe7\x2c\xbf\x65\x29\x58\x92\xf5\x07\x32\x2e\xcb\x7c\xa3\x9d\xe4\x4f\xa9\xe2\x90\x36\x73\x4d\xe4\x4f\x92\x00\x02\xb3\x61\x02\x79\xf0\x97\x48\x0d\x90\x55\xe4\x74\xb2\x52\x8f\x78\x7e\x1f\x99\x3a\x7f\x4f\xf2\xf5\x96\xd4\x46\x96\xad\x02\x30\x58\xf5\xe6\xaa\x3d\xa6\x00\xc1\xaa\xd9\x6d\x88\x40\x16\xd0\x96\xa9\xc0\xe3\xa7\xd9\x93\xc0\xca\x1b\x57\x56\x10\x33\xf9\x43\x15\xf2\xb7\x90\xbc\xaf\xb7\xab\xfe\x6e\xa3\x88\xaa\xe3\x74\x62\xcc\x04\x01\x11\xd9\x43\x39\x20\x48\x05\x2c\x2e\xf7\x6c\xe4\xa3\x04\x12\xc9\xa3\xaa\x37\xf9\x97\xfb\x0a\x6e\x9a\x89\x72\xc2\x32\x7d\x21\xe3\x8c\x3a\xc4\x68\xf5\x10\x38\x5b\xf1\xf6\x02\xd3\xc4\x13\x48\x55\x2f\xd6\xbb\x62\x6f\x47\xba\xdd\x9c\x16\x12\x8b\xfa\x8f\x1e\x76\x8f\xb8\xca\xfa\x33\x49\x00\xb5\x83\xff\x20\xbf\x53\xfc\xfe\xd1\x4e\x1a\x49\x17\x57\xfd\x27\x75\x67\x8e\x24\xc8\x14\xbc\x19\x41\x8f\x99\x79\x3e\x16\xea\x36\x8e\xf8\x61\x50\x51\xdd\xd3\xad\x7f\xb6\xa2\x40\xcd\x23\x02\x9c\xf9\xd3\xd1\x8c\x05\x8a\x8c\x75\x86\x3a\x14\xf2\x99\xf9\xda\x76\x0d\x91\x03\x10\x33\xb1\x5d\x8f\xcb\x0d\x56\xe7\xde\xe2\x24\x36\x4d\x94\x3e\x1d\xdb\xd5\xf7\x94\xef\x69\x81\x4d\x54\xe0\xd6\xdd\xde\x82\x32\xf7\x28\x44\x23\x2f\x86\x8c\x63\x5c\x8e\xa1\x66\x1e\x4b\x0e\xe1\xe1\xdc\x84\x2a\x91\xc3\x73\xac\xc1\xb2\x35\x88\xc8\xaf\xc5\x29\x75\xa0\xc7\xaa\x5d\x41\x79\xfd\x86\x55\xb6\x6e\xc7\xfb\x16\xab\x77\x22\x8e\xc5\x18\x65\x89\x04\x55\x95\x68\x62\x7f\xf5\x44\x4f\xcc\x9a\xef\xab\x1f\x60\xdf\x58\x75\x68\xf6\x18\x57\xac\x95\x3b\xa0\x7d\xd5\x3a\x9d\xbc\xfc\x52\xc1\x82\xfc\xba\xba\x2e\x55\x2b\x77\xc6\x08\xe4\xcd\x92\x35\xad\x7f\xd6\xe4\x64\x54\x22\xb7\x37\xd7\xbc\xa2\xb8\x3d\xce\x95\x72\x62\x51\xd6\x41\x31\x91\xa8\x7e\x8f\x63\xad\xb2\x38\xe0\x23\xb6\x1e\x82\x01\x16\x68\xbe\xbe\xc9\x6f\x3b\xd8\xaa\x8c\xc9\xb0\x31\x5e\x8a\x33\x07\x21\xe1\x68\x89\x5e\x85\x47\x3e\xb4\x6a\x0c\x13\x7c\x76\xc1\xdb\x85\x93\x61\x6e\xa0\xa1\x83\x43\xa8\xf5\xeb\x3a\xd8\x98\x75\x77\x61\xeb\x02\xab\xd5\xac\xd3\x48\x76\x50\x11\xce\x60\x95\xd9\x4f\x94\x3d\x60\xc1\x91\x9a\x61\x41\x8e\x58\xb0\xe0\x9a\xe4\x62\xc2\x2c\xba\x14\x98\x6b\x76\x54\xff\x53\x51\x04\x2a\xc2\x21\xeb\x95\xde\x82\xc1\xbb\x11\xcd\x8a\x1d\x59\x48\xba\xe8\xfd\x5d\x5f\xad\xd7\x8c\x69\xf3\x4b\xf8\x4b\x20\x79\xa4\xc8\xc5\x3a\x01\x9a\xba\x55\xb5\x4d\x1b\x18\xae\x43\x14\x7a\xb2\x0d\x44\x6f\x3e\x9c\x29\xa1\x68\xb0\x01\xbf\xcd\xeb\xee\xaa\x84\x25\x7f\x93\x5e\xf1\xd9\xf9\x4c\x9b\x66\x49\x5e\xfc\x10\xf6\xb4\x2c\x3a\x1b\x9a\x0e\x37\x08\xcc\x5d\x30\x51\x71\xd3\x72\x52\x04\x73\x31\xfa\x00\xac\xfa\x9a\x3a\xeb\x03\x93\xd9\x08\x05\x10\xa8\xa3\x73\xbf\x49\x3c\x5c\x45\xa6\x00\x69\x1f\x94\x76\xcf\xb8\x13\x39\xe7\xcf\xe6\x94\xb9\x58\x45\xab\xe2\x12\x39\xa9\xe4\x8c\x16\x46\xf2\x91\xe9\xfe\x53\x22\x62\x66\xe6\xcc\xf1\x47\x22\x76\x8a\xcc\xa8\xe6\xf5\x3e\x35\x1b\x3c\x9f\x91\x58\x11\xb1\xb8\xdf\x59\x92\xb7\x30\x33\x87\xfe\xb5\xa1\xed\x1a\x56\xf5\x7f\xa7\x2f\x16\xc9\xeb\x24\x3a\xa6\x1c\x58\x3b\xd4\x4f\x83\x29\xfb\x8c\x08\x92\x24\x06\x75\xd6\xb8\x25\x75\x1a\xab\x12\xc6\x90\x57\xf6\x9d\xf0\x51\x78\x0b\x12\xbd\xd0\xaf\xc8\xba\x22\x85\xc4\x9c\xf6\xca\xbe\x35\xd5\x25\xd1\xe2\x72\x29\x1f\xf4\x33\x61\xf5\x7d\x33\x03\x17\x67\x91\x18\x27\x1a\x01\xef\xe6\xad\x99\x57\x91\xe5\xcd\x02\xf8\x6d\xde\x13\xff\xaa\x45\xcd\x12\x56\x12\x16\xd5\x6c\x57\x85\x3b\x48\xe7\x5a\x92\x8f\x86\xbb\x4f\x89\x77\x75\x31\x2f\x97\x29\x0b\xb2\xf2\x82\x4e\xc5\xd1\xff\xa0\x4f\x35\xd5\x80\xcf\xe0\x43\x75\x6d\x1c\x61\xdb\xb9\x23\x3c\x61\x82\x9f\x89\x9a\xbe\x62\xbb\x97\x52\xe2\xf3\xf4\x58\x3e\x4c\x6b\xdf\x55\x18\x53\x45\x42\xfb\x16\x13\x15\x38\xe6\xe8\xcc\xb9\x4e\xab\x5f\x96\x37\xda\xb7\x63\x65\x53\x2a\x81\x0c\x62\xc7\x48\xd8\x71\xf9\x14\x23\x50\x3a\xd9\x0e\x0d\x6d\xb4\x0e\x8e\xc8\xf8\xe0\x87\x35\x68\x02\xbb\x29\xe7\x29\x5b\x86\x89\xd0\x48\xb9\xd3\x71\x6e\x72\xd2\x0b\xaf\xab\xdc\x59\x8c\x02\x49\xc8\x6d\xd5\x66\xf2\x89\xd4\x33\x08\xfe\x62\x81\x33\x41\xc8\x26\x94\x0d\x21\x42\xfb\x54\x6b\x25\x47\x2d\x35\x84\x24\xf6\xab\xb1\x9d\xf4\x15\xfb\x13\xc1\x41\x60\xec\x11\xc7\x4d\xe8\x91\xd3\x3b\xfd\x4c\x76\x5b\x3e\xc3\x09\x70\xf9\x01\x09\x0e\x97\x71\x7e\xa0\x7e\x01\xab\x56\xcc\x59\x7c\x04\xbc\x08\xf4\x31\x3e\xc8\xd0\xa5\x3c\xe1\xe9\xa6\xcb\xb9\x18\x82\x78\xbb\x0c\x38\x9b\x0e\x1c\x13\x25\x67\xd4\x40\x2d\xed\x8e\xe9\x8a\x56\xd1\xba\xaa\x3f\x77\x3a\x53\x8c\xa7\x50\x15\x85\x1d\x8b\xe8\x7b\x57\xca\x49\x07\x3e\xc7\x7e\x55\x76\xd8\x35\xe0\x36\x76\x24\x26\xc7\x7e\x87\x48\xa6\xbe\x36\x4d\xa7\xb6\x4f\xcf\x96\x38\x0d\x26\x15\x49\x33\xcc\x39\x08\x45\xec\xa1\x1d\x3f\x62\xd1\x29\xb9\x67\x6a\xdc\xf7\xd0\x4a\xfd\x47\x6a\xf4\x3f\xb4\x3a\xe5\x78\x51\xe1\x64\xc1\x67\xd5\x46\x9c\x16\x3f\xd8\xe1\x23\xe6\xc4\x69\x02\xc8\x9e\xc5\xfd\x19\x4e\xa4\xb6\x6b\x26\xff\x7b\xe6\xd3\x66\x2b\x3c\x43\x92\x19\x72\x4c\xa2\x59\x47\x72\x98\x8d\xc3\xe5\x33\xf2\x82\xfc\xf7\x38\xed\x73\xca\x3e\x2f\x83\x6c\x00\xa2\xfa\x71\x04\x39\x29\xee\x5a\x5b\x7b\x45\xdd\x41\xef\x47\x44\x6d\xe5\x6e\xd8\xe1\x29\x18\xb8\x92\x61\x31\x33\x27\x22\xb6\x93\xca\xd1\x21\xbc\x3d\xc4\xe3\xa5\xc6\xb9\xa3\x54\x11\xac\x7b\x6d\xf4\x5f\x5d\xf5\xbe\x66\xd1\x15\x3a\xa7\x22\x1c\x0a\x6f\xe3\x53\x05\x71\x95\x74\xf9\xea\x2d\x19\xb1\xc0\xd2\x5c\x28\x42\x26\xb9\x6d\x89\x56\x48\x92\x8f\x99\xe5\x88\x3d\x46\xac\x10\x9c\xb0\x81\x43\x80\xe7\x80\x34\x6e\xad\x8a\xb7\x12\x7c\x59\x8a\xb3\x08\xd1\x0a\x60\x71\x57\x93\x6d\x21\x58\xae\xd0\xbf\xeb\x23\xfd\x10\xc6\x25\x63\x3d\xd6\x84\x41\xbe\x0d\x46\xb2\x6d\x42\x26\x46\xc3\xfe\x4b\xd7\xa5\xe3\xed\x55\x2d\xfe\x18\xee\x84\x30\x62\x20\xe9\x31\x38\x0a\x91\x83\x58\xb3\x8d\x9f\xfc\x3c\x6c\xdd\xd3\xd1\x2f\xb1\x1d\x5c\xc6\x16\xaf\xa2\xef\x12\xea\x11\x68\xdc\x9f\xb3\x16\x20\x9e\xd8\x3c\xc6\x50\x21\x84\x18\x60\x5c\x6a\x16\x59\xe9\x61\x70\xff\x16\xcb\x3c\x8b\x04\xff\x05\x46\xf9\xa8\x29\x6f\x94\x77\x9d\x1c\xac\xb0\xd1\x28\xc7\x4b\x8d\x32\x20\x9d\x28\x2d\x07\x32\x87\x52\xb3\x13\x3d\xb8\x15\x51\x4d\x18\x3d\x94\x04\x01\x45\x29\x01\xbb\x07\x3b\x36\xc1\x2b\x0a\xae\x90\xa2\xa7\x74\x23\x4b\x73\x3c\xe7\x87\x50\xc4\x08\x29\x02\x0b\x61\x8d\xf6\x7b\x16\xe1\x6d\xad\x93\x78\x4c\x78\x90\x53\x7c\xe7\xa1\x36\x3a\x6f\x3b\x50\xed\x67\x55\x2d\x57\x34\xae\x6a\xc3\x87\xd7\xa0\x24\x3b\x21\xf5\xca\x29\xff\x22\x16\xd5\x2c\x6b\xb6\x3e\x71\x0b\xe2\x92\xe6\x2c\xc7\x3f\x75\x7d\xdb\xd4\xcb\x17\xc7\x0d\x6b\x8d\x6c\x94\xe1\xfd\xef\xe7\x9f\x9e\x69\x3a\xb1\x61\x9e\x42\xf6\x5f\x7c\x5d\xf5\x6f\x76\xf3\x47\x5d\xba\x64\x47\x5c\x9c\xc2\xe4\x81\x7b\xae\xba\x2d\x88\xbf\xe0\x4d\xed\xd0\x02\x67\x5d\x5a\xe3\x5d\xb3\xa6\x05\x12\x17\x69\x36\x1b\x99\x5e\x62\x60\x1b\x81\x44\xff\xe1\xe9\x50\xd6\xc0\x5c\xd9\x2a\x7e\xa8\xc2\x99\x23\x71\x3f\x3f\x3a\x6d\x26\x44\x46\xa6\x0e\x15\xe3\x18\x18\xe7\xb0\x75\x1f\x6c\x44\xb0\x73\x58\x29\x88\x08\xe3\x52\x98\x47\x36\x1c\x8d\x8d\x2c\xd0\x47\xb8\x0a\x2b\x4e\x25\xa9\x1f\x22\x2a\x71\x9a\xb5\x28\x42\x42\xc9\x36\x6c\x21\xac\x80\x78\x79\xef\x31\x0b\x2c\x84\x69\xd7\x3d\x90\xeb\x60\x7d\x2b\x47\x93\xb1\x2b\x3f\xb3\x01\x04\x1c\x4d\x31\xe2\x79\xda\x10\x26\xe2\x6a\xa5\xf0\x34\xeb\x45\xc8\xcd\xc4\x41\x4a\x38\x9a\x10\x24\xa9\x3b\xcc\xaf\xbf\x92\x9b\x8d\xda\xf5\x03\xb7\xe6\xbe\x82\xa3\x61\x4c\x87\x40\x07\x8d\x05\x86\x11\x9d\xa8\x77\x6a\x06\x41\x06\xbb\xea\x7a\xd5\xeb\x7d\xa3\xc7\x69\xa9\x25\x62\x4e\x48\xd7\xea\xcb\x68\x29\x73\x27\xe0\x5c\x29\xee\x3e\xb0\xac\xfc\xb7\xb4\xc8\x89\x0f\xf4\xcd\x67\x22\xa5\x71\x11\xa4\xef\x2b\xe4\xf8\x8b\xe9\x2f\xca\x5d\x0e\x3d\x73\x18\x6a\x34\x7a\x2a\xbd\x97\xc1\x04\x7c\x45\x6b\x75\x2e\x57\x62\x16\x82\xc3\x3b\x3b\xa6\x14\xc2\x47\x94\x0d\xa8\x5f\x91\x5b\xff\x24\xb1\xd5\x0c\x04\x1d\x91\x3f\xf4\x77\x38\x2d\x51\xfd\xc1\x62\x21\xee\xbd\xab\x03\xf6\x29\xe4\x90\x09\x2a\xdc\x20\xcf\x48\xe0\x80\x57\xe5\xa1\x54\x78\xc9\xd9\x9d\xba\x28\xeb\xe1\xbe\x15\x79\xad\x89\x58\x03\x00\x14\x84\x77\x0e\x11\xf8\xe5\x2d\x1a\x56\x8b\xba\x82\xa8\xc3\x24\xe6\x80\xa8\xce\x18\xe6\x4a\x5c\x43\xd2\xc3\xb3\xb7\xb4\x61\xb8\x06\xad\xd2\x5f\xf2\xc5\x4a\x27\xf0\x46\xcc\x19\x70\x20\x59\xaf\x87\x1c\xd7\x09\xfb\x52\xdc\x3c\xc9\x51\x12\x4b\xdc\x0d\x6a\x34\x20\x19\x4c\x9c\x2f\x38\x2e\xbb\xc0\xc4\x23\xad\xa1\x27\xc3\xbd\xca\x0d\xf5\x3b\xc2\xac\x33\x34\xf2\xd2\xda\xde\x32\xf7\x0f\x5c\xc1\x72\xc1\xd0\x0d\xf8\xf7\xc0\x07\x8d\x20\x71\x54\x9c\xf2\x12\x6e\x1d\xff\xb0\x0e\x2b\x07\x09\xa7\x32\x64\x23\x93\x93\xe9\x99\xca\x64\xb1\x29\xce\xb2\xb5\x7a\xe2\x31\xdf\xc7\x67\x98\xf0\xbd\x6e\x7f\x07\x97\x09\x47\x15\x90\xf2\xd9\x64\xb3\x8e\xa2\xa5\xe9\x01\xbf\x49\x65\x1b\x14\xb7\x07\x6e\x45\xb4\x15\xa5\x88\xc0\xe1\x99\x6a\xb9\x29\xd7\x6b\x5a\x0f\xda\xba\x3f\xc5\xd4\xa1\x47\x0e\x02\x0a\x14\xa8\xa0\xa5\x97\x6d\x05\x15\xa1\x8d\xce\x2a\x23\x08\x5a\x6e\xf0\x09\x10\xfb\x80\xed\xd6\x47\x87\xef\xdf\x9f\x5e\xfa\x4d\x9a\xd7\x41\x5d\x90\x28\xf1\x9d\xf3\xc6\x1b\xf5\xcb\x7c\xf2\xdc\x04\xc6\x10\xde\x2b\x50\x4b\xec\x83\x0b\xd9\x94\xd5\x4e\x9f\xcb\x06\xbc\xa7\xe1\xbe\x18\x2f\x8f\xfa\x5f\xec\x9b\xbf\xe4\x23\x4b\x37\x9f\x12\xb3\x74\x9f\xf2\xdf\x24\x3c\x2c\x08\x0e\x59\xb0\xf4\xfc\x59\x8c\xbf\x47\x40\x1d\x68\x8a\xd1\xe1\x01\x98\xf4\x2e\x87\xaa\x45\xb8\x6f\xb0\x57\x5c\xa5\x38\x00\x3f\x60\x5b\x68\xd3\x62\xc1\x30\x72\x77\x75\xf5\xb7\x1d\xc4\x33\x9c\x5b\xcf\x12\x76\xf2\x9c\x57\x6b\xd9\x50\x7e\x75\x3f\x24\x9d\xbf\x06\xbe\xee\x41\xe3\xf4\xeb\xa7\x6e\xcb\x3e\xb2\xb4\x37\x74\xcf\x1f\xec\xaa\x94\x0d\x7b\xec\xee\xf5\xe0\x05\xe9\x2f\x7c\x92\x4d\xd3\x47\x10\x2f\x46\xd5\xf1\x75\xb6\x85\xd8\x03\x9d\x6b\x10\xe8\x56\xd3\x79\xb5\xb0\xbc\x1b\x19\x21\x05\xf1\x7f\xa0\x4d\xbe\x3b\xe7\xc7\xf1\x58\xb5\x6e\xc2\x11\xd6\xee\x75\xbe\xde\xc5\x56\x12\x6e\x9d\xcb\x74\x4f\x12\x38\xf2\xfb\xb2\xf0\xfd\xc1\x6d\x4c\xce\x20\x6a\xf8\x19\x48\xeb\xef\xbe\xd5\xc5\xf7\x36\x59\xf0\xfb\x2e\x41\x4f\xd4\xfa\x3c\xbc\xc6\x87\x3c\xf3\xb0\xe7\x3c\xb8\xd9\x23\x75\x62\x36\x82\x1b\x39\xf9\xba\x17\xcb\x73\x1a\xcc\x26\xb3\x16\x0c\x22\xb4\xb5\xde\xea\x19\x9f\xe3\x60\xdd\xa2\xad\x70\x4b\x40\xd2\xf9\x2e\x67\x1a\xdc\xe3\x74\x89\xbe\xdd\x0b\xa2\x7b\x42\xd1\x6c\x59\xf5\xa4\xc2\xf3\x9d\x34\x78\x95\x27\xc4\x36\x68\x27\xc3\x2d\x50\xf9\xb2\x94\x51\x51\xde\xf4\x05\x16\xb6\x32\x96\x34\x75\x05\xf0\x87\xfe\x9e\x28\xa5\x80\x76\x07\x95\x8f\x3e\x9a\xac\xaa\x2b\x5e\xf8\x6f\xe9\x0f\x6d\xea\xa2\x00\xc4\x64\x2a\xe2\x2d\x2a\x51\x23\x8f\x68\xdf\xae\x1e\x75\xca\xd3\x59\x51\x6f\xbc\x60\x5e\xd4\x11\x5d\xcd\xf8\x40\x1b\x12\xd2\x97\x48\xd0\xbb\x9f\xd4\x13\x9a\x85\x6b\x11\x87\xe4\x0e\xe7\x5b\x4b\x79\xcc\xfa\xdf\x13\x03\x34\xed\xcd\xc1\xa9\x0d\x62\x90\x6f\x93\xa4\x87\x71\x7a\x1a\x4d\xab\x82\x59\x39\x1b\x09\x70\x36\x46\x9d\x2f\xf8\xc4\x27\x5f\x77\xa9\x2a\x9d\x76\xc8\x9d\xdc\xf0\xd1\xb1\x58\xe2\x7f\xd3\x4f\x18\xe2\x97\xf9\xdf\x25\xf5\xc2\xfd\x00\x99\x75\x4a\x78\x9d\x5a\xd5\x09\x13\x8b\x95\x7a\x7c\x35\x57\x99\xdc\xed\xc2\xb6\x79\xe9\xce\x18\x79\xcd\x02\x8e\x70\xbb\xc9\xbf\x54\x9b\xdd\x26\x75\x80\x28\xca\x94\xf8\x30\xb6\xf7\xcf\xa6\xad\xf6\xc3\x73\xe6\x6f\x37\xde\x0f\x6b\xb8\xdb\x86\xcf\xae\x5d\x19\x1f\xa0\xd9\xc2\x8e\x9c\x39\x12\xbd\xa5\x6b\xb7\x1d\xdd\x35\x5d\xb9\xee\x18\xe6\xee\xe7\x91\x66\x05\xca\x63\xb6\x05\x6f\xd9\x39\xb1\x9d\x07\x2f\x64\xd2\x8d\x67\x59\xad\x4a\x8c\x27\x7a\x51\x38\xa0\x46\x85\x98\x09\x63\xf2\xb4\x74\x84\x1b\x47\x9e\x94\x26\xa0\xa2\x6d\x4d\x45\xcb\x3c\xb8\xb5\xf4\xec\xf5\xdb\x4b\xdc\x59\x22\x9a\x14\x13\x9b\x5e\xcc\x62\x47\xe2\x99\xab\x93\x77\xbc\xaa\xeb\x44\x12\xaa\x2b\x20\x9e\xb9\xd1\x84\x11\x4e\xf4\x76\xad\x2c\xa6\x00\xab\xcd\x7b\x31\xb3\xf3\x95\xba\x30\xbf\x95\x44\x2d\xc8\x89\x30\x08\xc4\xe7\x64\xe6\x37\x96\x87\xd7\xe5\xac\x5a\x77\x24\xea\xa7\x2d\x3c\x0d\xd5\xa5\xa6\xdc\x56\xef\x5c\x37\x57\x89\x30\x4c\x4b\x57\xf6\x79\xe5\xf8\x30\xae\x3b\xf1\x45\x8d\x98\x01\xe3\x6e\x76\x1e\xce\x7b\xe8\x10\x49\x0b\x85\x45\x96\xed\x6d\xc6\x16\x77\x48\x29\xdb\x5b\x9f\x10\x88\x73\x94\x41\xe8\x0c\x80\x9d\x2f\xc9\x19\x66\xf9\xff\xfe\xef\xff\xf3\xf4\x88\x87\x7d\xd4\xb7\x6b\xfa\x52\x69\x99\xe1\x65\x1a\xa4\x82\xf4\xf4\x3f\x48\xeb\xb9\x51\xc7\x91\x0f\xf2\x95\xd8\x6f\xb0\x02\xca\xef\xd4\xc0\x8e\x8f\x44\x7f\x31\x47\x48\xf4\xaa\x39\xb3\x82\x84\x55\x4e\x25\x1b\x52\x37\xc3\x0d\xe3\x6f\xbb\x6a\xf1\x39\x13\x3b\xc9\xf3\xf4\x3f\xf9\x57\x8a\xeb\xcb\xba\x67\x32\x1f\x76\x4c\x15\xc4\x39\xe0\xcc\xa1\x37\x34\x36\x1a\xbd\xe5\xe0\x99\x70\x1e\xcb\x00\xb7\xe6\x65\x69\x80\x7c\x27\x2a\xd9\xee\xd8\x55\x8a\x09\xc2\x5a\x3b\xa3\x14\xdc\x2f\xe3\x44\x96\xd8\x82\x1a\x30\xb3\xa3\x3a\xd0\x3c\x75\x57\xae\x1b\x4e\x8a\x3a\xc8\xf2\x46\x3f\x76\x88\x9b\xe7\x34\x64\x55\x3b\x12\xf5\x7a\x3c\xe2\xeb\x5a\x6e\xa7\xd0\x1d\xa2\x6f\x4b\x28\x56\xf4\x27\xa1\x0d\x88\xbd\xeb\xf4\x4c\x98\xaf\xdc\xf6\x39\x8e\x3d\x91\x6e\x27\xc2\x7c\xa4\x9c\x2f\xb5\x22\x68\x54\x2f\xf5\x33\xa1\x74\xfe\x7d\x49\x7f\x46\x37\xdf\xf9\x9e\xfc\xf8\x7e\xfc\x3a\x9f\x97\x48\x7e\x87\x0f\x22\x7e\xda\x03\x7b\x9a\x11\xd9\x83\xec\x47\xc2\x28\xa9\x7a\x21\x44\x7c\x25\x7a\x9d\x44\xce\x7f\xe5\x33\xc1\x89\x56\x9b\xf3\x29\xec\x79\x7e\x23\x3f\x09\x5d\x1a\x2f\xe1\x8d\x7c\x49\x32\xbc\xee\x05\x14\x4e\xf7\x0e\x1e\x42\xb3\xae\x86\x33\xfb\x4e\xac\x03\xb3\x71\x47\x2c\x67\xe0\x58\x9f\x2e\x06\xf9\x57\xa2\xfa\xbf\x62\xc5\xdf\xd2\x72\x70\xf5\xd4\x7c\xf5\x5c\xfa\x86\xf7\x51\x1c\x01\x9d\xc8\x97\xcb\x29\xc4\xdf\xf6\x18\xd2\x81\xa6\xd9\x2d\x88\x53\xfe\xeb\x52\x89\x3e\x55\x2e\xa4\xbf\xee\x46\x81\xc4\xbd\x60\x9d\x1f\xf3\x12\x24\xcf\x86\x73\x11\x64\xd5\x2c\x6a\xcd\x71\xbe\x46\x4b\x0d\xf9\x61\xf6\x82\xf0\xdf\x66\xae\xfc\x11\xff\x4c\xd7\xa3\x5a\xdc\xe4\x86\x73\x3b\x68\x26\x84\xa1\xa6\x26\xc1\xa4\xb9\x10\x52\x5a\xdc\x4c\x01\x93\x9e\x57\x47\xb0\xa7\x94\x10\x92\x56\x54\x31\x6b\x28\x83\x9a\xa1\xb4\x4c\xc3\xd3\x86\xc9\x17\xd5\xa0\xb6\xe9\xe7\xb8\x9f\x01\x90\x74\x33\x9f\x00\x65\xeb\x99\x87\xa3\x81\x0f\x81\xd4\xbc\xeb\xf8\xcf\x70\xf6\xfc\xfc\xd0\xd4\x0e\x27\x48\x32\x33\x92\x29\x17\xa5\xbb\x33\x03\x20\xc8\x22\x1c\xff\x24\x6a\xc6\x55\xa6\x8d\x45\xf5\x01\xa1\x7d\x3e\xa7\x6c\x92\x9d\x18\x9b\xae\x30\xe3\xca\x67\x09\xea\x2c\x53\x99\x8b\xd5\x1c\x55\x19\xe6\x91\xd8\x94\x89\x48\x2c\x88\x70\xe2\xf1\x7a\xa2\xc4\x9d\x14\x35\x84\xd9\x5b\xf3\x88\x6e\xb4\xe4\x1d\xd3\xeb\x21\x38\xee\xc3\xfe\xaa\xf7\x94\x53\xb9\x0d\xd2\xda\x38\x67\xc6\xb7\xb1\x1c\xff\xe4\x2b\xfa\xf2\x63\x12\xb4\xd3\x58\x34\xa4\x70\xf0\xce\xee\xba\x5a\xa8\x29\x6d\xaa\x90\xcc\x72\x91\xcd\x6f\xb5\x8c\xcc\x33\x2e\xb9\xee\x29\xb2\x61\x49\x1e\x6a\xa5\x16\x39\x71\x09\x13\x45\x3a\xbd\x72\xcf\x77\xde\xc7\x39\x33\xde\x98\xe0\x6b\xc4\xbc\xa9\x9b\x04\x61\x2a\x05\xc8\x29\x3e\xa6\x40\xc4\xc0\xac\x26\x22\xde\x05\xe4\xfa\x86\x1d\x71\x4f\x36\xcc\x6e\x5b\xae\xc4\x3b\x38\x71\xb5\x5f\x51\x8e\xdd\x7a\x99\xaf\xca\x79\xc2\x49\x03\x5f\x5b\xfc\xbc\xa3\x1d\x5f\x40\x1a\x1a\x95\xe0\x95\x84\x59\x20\x10\xf9\x4e\x1f\x7e\xfc\xfe\x53\xc7\xd3\xe0\x0f\x6a\x3e\xfe\xf9\x13\xe9\xe9\x0f\x3f\xfe\xf0\x09\x27\x34\xa3\xc2\xd9\x15\x9b\x28\xc7\x35\xa0\xa0\x41\x6f\xdb\xf2\xba\x6a\x76\x9d\xc8\x6b\xf8\xf4\xfc\xe1\x8b\x4c\xc5\x97\x3e\x5e\xe2\xee\xaa\xfe\x60\x85\x17\x2e\x2b\x5e\xe1\xf5\x6e\x93\xe9\x18\x3b\xe1\x00\xf6\xcb\x15\x37\x0c\x64\x39\x37\xf9\xbb\xfb\xcd\xc3\xad\x0a\x1e\x2c\x75\xde\xcc\x13\x7f\x92\x5f\x2f\x30\x10\x1e\xfa\xef\xae\xa5\x26\x38\xdd\xb9\x94\xe8\x05\x2c\x7d\xbb\x53\xa6\xdb\xb2\x9f\xc5\x5c\x09\x3f\xac\xcb\x71\x96\xf6\xc2\x83\xe8\xbc\xc1\x9b\x39\x04\x6f\x4b\x20\xc6\xe0\xce\xf1\x73\x90\x79\x57\x65\x6d\x54\x40\x59\xad\xa7\x12\x05\x1d\xe0\x5a\x31\x25\xdb\xd0\xb7\xa1\x49\xda\x73\x75\xd8\xcf\x6f\xac\x45\xe4\x09\x12\x60\xaf\x5c\x3d\x57\x84\xf1\x7a\x81\x93\x00\x1c\x96\xf0\x50\xd5\x13\x56\xa0\xbf\xb1\x89\x6d\xa3\xd1\xbf\xce\xf0\xe1\x5b\xb6\x7b\x96\x90\x91\x8e\x82\x9f\x8e\x52\x23\xa3\xa5\x26\xda\x9d\xb8\x2b\xa8\x51\xe0\xdf\x76\x0f\x8e\x4f\xcf\x38\x29\x02\xad\xea\xcc\xae\x3f\xa8\x3e\x41\xac\x93\xfd\x0e\x65\x7c\x44\x54\x7c\x99\x58\xed\xe0\x7b\xaf\x29\x46\x47\xab\x76\xed\x51\xce\xd5\x79\x5a\xc3\xb5\x5b\x16\xb0\x0c\xfd\x42\x7f\xdc\x58\x07\xfe\x4b\xd6\x3f\x6e\x85\xba\x4f\x7f\x2c\x49\x76\x49\x5b\x82\x7e\x17\x8f\xf3\x09\x77\x8d\xdf\xe5\xf1\x6b\x08\x20\x76\xe9\x87\xc5\x40\x52\x93\x6c\x4f\xe9\xba\x96\x39\x61\xb0\x0f\x09\xe4\xc4\x60\x24\x63\xe0\xf8\x17\x67\xba\xdb\x38\xd2\x41\xdc\xc9\xb1\x78\x15\xe3\x5a\xd4\xc7\x0d\xa0\xce\x30\x3e\x09\x36\xed\x31\x22\x52\x47\x78\xe6\xc1\x32\x7c\xe8\x25\xc2\x67\xfe\xc1\x31\x88\xd6\xbd\xff\xd4\x63\xba\x71\xaf\x2f\x4b\x5f\xef\x39\x5e\x0d\x18\xe7\x36\x6f\xfb\x6a\x51\x6d\x73\xc7\x3c\xcf\x82\x94\x44\xd4\xa7\x40\x7a\x0f\xd5\x28\xcd\x64\x0b\x7b\x4e\x34\x2c\xee\x45\xaa\xa2\x70\x8a\xfa\x72\x75\xd3\x70\x86\x31\x03\xee\x6f\x9a\xd4\x29\x77\x88\x78\xc7\xfb\x4b\x9e\x72\x61\xbb\x41\x89\x75\xa4\xe5\x67\x83\x6a\x71\xad\xfe\x39\x7c\x28\x87\x0d\x6a\x0b\xcf\x53\xfd\xd2\xfc\x48\xef\x1c\xea\x9b\x36\xf2\x86\xcd\x71\xbb\x35\xb0\x83\xd3\x65\xf9\x71\x25\xe7\xa2\x06\x84\xb0\x63\x2c\x0b\xf9\xb6\x82\xfd\x41\x82\x92\xa9\xaf\x0b\xe7\xce\xcb\x45\xce\x51\xb2\xd0\x67\x1e\xeb\x8a\xc3\xa0\xf9\xd1\x13\x08\x87\x2f\xb1\xfa\xd9\x4f\x3c\x8c\xf7\xc6\xdc\xd0\x55\x6f\x36\x95\x01\xa6\xe6\x65\x7f\x83\xfb\x20\x70\x3e\x61\xe4\x8a\x31\xbe\xfb\x31\xdc\xe3\x89\x31\x3e\x43\x1b\xcf\x78\xa3\x2f\x94\x49\xfe\x09\x3f\x84\x55\x2a\x2a\x07\x6a\xc0\x04\x19\x80\x33\xd8\xa4\xde\x80\x9e\x68\xc4\x9b\x92\x1a\x85\x70\x50\x98\x66\x2a\x2c\xfb\x27\xb6\x0e\x18\x4f\xc6\x37\xad\x05\x76\x2e\xd1\xf4\x1f\x5c\xba\xd6\x8f\x9a\x54\x06\xb0\x66\x24\xed\x5f\xab\x9e\x4a\xff\xdb\x27\xa3\x51\x52\x22\xb2\x90\xef\x82\x3e\xfd\xcf\x08\x6a\xa8\x90\xfb\x3c\xb1\xa8\x83\xa0\x4a\xf3\x39\x2d\x34\x5f\xf7\x6b\x22\x15\x41\x8d\xb3\x66\x4b\x86\x9e\x9d\x86\x33\x49\xbd\xde\x96\x2d\xb3\x0c\xc5\xa6\x3b\x42\x9c\x45\xa8\x81\x70\xdc\xfa\x96\x98\x6a\x5c\xce\xe5\xa8\x5a\xc7\x23\x14\x26\x66\x11\x52\x05\x07\x4f\xa3\xf5\x61\x07\xc7\xf4\xcb\x1d\x11\x4d\xd7\xa5\xb0\xc5\xce\x5f\x82\x60\x2c\x52\x21\x58\xd0\x02\xce\x67\x7d\xaf\xba\x0c\xee\x62\xe2\xe9\x7e\xa9\x3e\x60\xeb\x6a\xd1\xa7\x2e\x9d\x9a\x93\x5b\x08\x12\xce\x67\x29\xc1\x91\x5c\x04\x41\xda\x58\xbb\x15\xc2\xad\x30\xc0\x15\x71\xa9\x4d\x03\xf9\xcf\xb1\x88\xbc\xce\x70\x34\x82\xa1\x46\x36\xdf\x68\x18\x6a\x00\x56\x84\x0c\x82\xa8\xb8\xaa\x60\x5f\xff\xba\xda\xe4\x6c\x7e\xaa\x3e\xc7\x02\xe4\x96\x0e\xaf\x78\x1b\x77\xb7\xbf\xad\x61\x24\x40\xa1\x87\x4d\x5e\xcb\x59\x67\xc5\xf7\x77\x58\xcb\x96\xdb\xc0\xf0\xbc\xea\x57\x13\x35\x4b\x6d\x03\x96\x02\xe2\x99\x5a\xd9\x20\xd8\x5d\xad\x0b\x10\xa5\x60\x47\x64\x12\xff\x5d\x6d\xbe\x8f\x7a\x47\xa4\x4a\xc8\xfe\xa0\x3b\x1e\x6a\xc8\xb2\x6a\xd9\xde\x23\xb4\x3d\xfe\xd3\xc3\xe2\x89\x2c\x62\x78\x60\x8d\xce\xad\x38\x51\x06\x1e\x6e\xa4\xcc\x45\xab\x0e\x77\xe7\x99\x64\x78\xa3\x60\x20\xfa\x9e\xfd\x9e\x04\xf6\xbd\x60\x2f\xf3\x9a\x7b\x90\x3d\x61\x66\x08\x72\xa7\x4d\x0d\x43\x80\xc2\x1b\x70\x1e\x76\x51\xdb\x4d\x46\x4b\x23\x53\x3d\x90\xb6\x13\x5e\x28\xfc\x6b\xd8\x03\xd3\x7f\x86\x35\x3b\x4d\x22\x1e\x10\x09\x00\x73\xde\x42\xe4\x56\xb8\xb0\xe8\xc0\xa4\x49\xe4\xa0\x57\x7a\xd4\xd3\x40\x05\x80\xa8\xfa\x01\x87\x9f\x44\x8e\x49\x7f\xb8\x45\x1c\x66\x4c\x9c\x9e\x86\xb9\x7e\xcc\xc7\x34\x60\x36\x22\xa6\x8f\x2d\x36\xdb\x93\x78\x90\xa5\x78\xc1\xf3\xdf\x30\xc3\x45\xd3\xd1\xaa\x32\x99\x79\xad\x11\x95\x6b\x8a\x8f\xee\x72\xe0\x2e\xe1\x3e\xba\xa5\x7f\x4f\x37\x9b\xa7\x45\xf1\x68\x62\xd4\x81\xfc\xe4\x86\x3d\xf0\xcb\x53\xd3\xc5\x80\x4b\x06\x35\x05\xe2\xe8\x34\xee\x18\x20\x9a\xa7\x0f\xbc\xf7\xf3\x3e\xcd\x42\x47\xe1\x31\x27\xb4\xeb\x67\xaf\x63\xfe\xdf\x10\xb7\xf3\xde\x3e\xbc\xa0\xc5\x91\x31\x1c\xcb\x40\x94\x0f\xb2\x06\x77\xd0\xef\xec\xa0\x3b\x79\x51\x71\x8e\x78\xf7\x66\x0f\x52\x24\x42\xe3\x5e\x94\x04\x22\xb4\x47\xab\x13\xa3\x27\x00\xa7\x85\x68\xdf\xfa\x7f\xa5\x20\x3d\xd5\xfc\x14\x19\xdc\x23\x4a\x27\x37\xd5\xe7\x8a\x0a\xfc\x46\x7f\xf0\x3d\xd3\xa8\x01\xa9\x8f\x12\x40\xed\x72\xf6\x77\x51\xbe\x8d\x95\x73\x98\x66\x99\x4f\xc3\x50\x9a\x4a\x58\x44\xf1\xee\xda\xad\xf9\x38\xe6\xb3\xec\xa6\xcd\x62\x07\x95\xfd\x56\x6f\xcc\xfc\x15\xd7\x57\x1a\x12\xea\x56\x1a\x4f\x0f\x22\x73\xd5\x2b\x51\xcd\xa4\x41\xa5\x71\xdc\xc0\xcb\x34\x74\xb5\x2e\xf2\x1e\xf1\x5d\x29\x1d\xbb\xa7\x80\x87\xc1\xad\x91\xa0\x62\xb2\xa6\xab\x90\xec\xe1\xe5\x76\x45\x58\xeb\x7b\x8d\xb8\x26\xf9\xe6\x2b\xa0\xfa\xbc\x3f\x62\xf8\x0d\x11\x1b\x73\x96\x8f\xd9\x7f\x8d\x7d\x8d\x31\xdf\x6a\x27\xf3\x0c\x42\xc7\x81\x00\x55\xda\x12\x2b\xa6\x41\x1b\xf0\x0e\xd5\x06\x98\x28\x98\x3b\x77\x29\x13\xb4\x19\x0b\x50\x8e\x98\x31\xc0\x41\xe9\x9c\x92\x69\x70\x12\x55\x23\xa3\xf1\xf8\xbc\xe1\x78\xc4\xa9\x2b\x02\x51\xef\xaf\x69\x28\xbe\xe6\xb0\x28\xb3\xef\x4d\x4a\x08\x1d\xbf\x30\xed\xdc\x37\x11\x4c\x59\x89\x57\xb9\xd4\x85\x83\xe1\xf5\x5e\xb6\x3d\x62\xbf\xb8\x19\xca\x74\x0f\xf5\x3b\x31\x08\x09\x55\x0d\xbc\x97\x23\xcf\xe5\x2e\xa8\xa3\xd3\x69\xee\x02\x24\xda\x3d\x1d\xf3\xb2\xd5\x9f\x1c\x1b\x6a\x2a\xb0\xb5\xa5\xcd\x64\xb2\x70\x0b\x4f\xbe\x7c\x56\x10\xcc\x4a\x05\xea\xe0\xb7\x07\x5b\x35\xcd\x67\x09\x02\x36\xc7\xa7\xcf\x59\x72\x24\x5d\xc9\xe4\x98\xb1\x6f\xe2\x5c\xd2\xa1\xaa\x45\x18\x40\xfb\x25\x27\x4c\x74\x51\x2f\xb1\x9d\x5a\x44\x37\x76\xb3\xf2\xb9\x7a\xab\x29\xa8\x47\xef\x59\x8d\x2b\xd2\x1b\x38\x2c\x98\x7c\xdd\x15\xb3\xa9\xab\x65\xf1\x9d\xf7\x99\xaf\x3d\x2f\xae\x99\x7f\x17\x51\x90\x71\x4d\x9b\xe8\x0c\x4f\x9d\xf3\x72\x95\x4b\x66\x60\x49\xec\x1b\x8b\xcb\x06\xb6\x77\x60\xb5\x19\x0f\x09\x2a\xa0\x7d\x84\x88\x88\x7d\x42\xf2\x75\xa6\xdc\x8c\xb7\x26\x4b\x43\x75\x1e\x3c\x02\xd5\x98\xb0\xbf\x18\x28\x68\x90\x63\x84\xec\x07\xb7\xbe\xfe\x1a\x85\x52\x9c\x33\x32\xc4\x67\x41\x4e\x10\xd8\xe7\x02\x51\xa3\x09\x4f\xb7\x71\x40\x21\x92\xbe\x02\x74\x09\xa3\x1f\x60\x80\x43\xf1\xf5\xec\x00\xcb\x0e\xb3\x37\x25\xdc\x66\xc5\x5c\xd8\xb7\x39\xc7\x1f\xdf\x33\x7c\xc0\x64\x0a\x33\xc4\xc3\x9e\x0a\x34\x01\x63\x73\x42\x89\xc3\x08\xce\xcb\xd2\x4b\xad\x91\x47\xf5\x0a\x30\x77\x95\x0f\x83\x44\xb2\x4a\xc2\xb2\x73\x78\x86\x26\xac\xe2\x1f\xec\xec\xf4\xcf\xf4\x1f\x4c\x44\xf4\xa7\xaa\x8b\xf2\xcb\x3f\x4d\xa7\x75\x21\x34\x99\x40\x0f\x46\xfe\x91\x22\x2c\x73\xcf\x50\x2c\x40\x27\x24\xfe\x01\x36\x43\xf1\xbc\x33\xa7\x6b\x22\x78\xbd\xf9\xca\x7b\x6a\x5b\x11\x2b\x8c\x97\x7d\xc1\xcb\xa0\xcd\xfe\x2e\xa7\x64\xc7\xf8\x95\xfe\x2f\x96\x39\x1c\x08\xa2\xf4\x23\x7c\x03\xeb\xaa\x9d\xf8\x3e\xe9\x35\x74\xb9\x02\x29\x76\xd6\xdc\xd9\x3e\xbb\xd8\xa7\x24\xe6\x74\x3e\xce\x9a\xdc\xa1\xcc\x6b\xb9\x4e\x26\x97\x5b\x03\x7e\xc4\x0a\x7d\xef\x54\xfb\x3e\xbd\xe4\x80\xd0\xcb\xdd\x9a\x44\xcf\xc0\xad\x68\x58\x60\x38\x2d\x56\x8f\x0a\x29\x70\x4b\x61\xe4\x70\x64\x31\xd4\x15\x2c\x6f\xe7\x60\xa4\xa1\x6d\x5a\x0e\xe1\x29\x37\x51\x86\xad\xc8\x6e\xd1\x61\xbb\x78\xaa\xf7\xf1\x63\x9f\xe1\xa8\xe1\x00\x1b\xda\x07\xd8\x39\xa6\x7a\x21\x27\x0b\xae\x0f\xe2\x3a\x3c\xd1\x03\x1f\x05\xd8\x9c\x87\xd5\x06\x12\xf1\x6b\x83\x16\x0f\xf7\x81\xab\x99\x97\x9b\x05\xca\x02\x86\x49\x97\x70\x0c\x19\xdf\x04\x0d\x97\x83\x84\x0d\x60\xe7\x10\xfd\x3c\xb5\xc0\x03\x63\x30\xa7\x7e\xfb\x68\x03\x31\x52\x18\x17\x4a\x07\x58\x10\x3a\x49\x71\xa4\x0b\x96\x1e\x5d\x00\x6e\x35\xb1\xc3\xff\x16\x1e\xf7\xdd\x44\xf7\x06\xd3\xc4\x34\x21\x31\xb3\x41\x78\x22\x46\x56\x57\x01\x0d\xe3\x6a\x07\x5f\xd5\xb8\xae\x0a\xd2\xd6\xd1\x99\xbb\xea\xfd\x73\x5c\x2f\xe1\x11\x9e\x67\x7b\xeb\x1e\x0c\x08\x2b\xdc\x3d\xc4\x80\x80\x11\x57\x3e\x0e\xca\xe4\x88\x98\xf9\x38\xfb\xbe\xae\x24\xc4\x33\x49\x7d\x2c\x82\x50\xe2\x16\x71\x1a\xf4\x21\xb7\xbf\x8c\x4a\x7f\x1c\xed\x4e\x6a\x90\xff\xa5\xe5\x3a\xb1\x49\xb0\x2d\x69\x12\xcc\x26\xf4\x94\xf6\x3b\x09\xa9\x82\x42\xd8\x98\xd8\x1c\xe5\xad\x08\x75\xa3\xde\xe7\xec\x74\x34\x29\x2d\x4d\xd6\x3f\xb1\xbe\x42\x81\x8c\x11\x67\x91\xd5\x71\x35\x9c\x1b\x66\x76\xfa\x70\xbc\xe9\x8e\xd4\x86\xf3\x90\x35\x59\x87\x41\x4e\x58\x0c\x18\xca\xf0\x0e\xb4\x67\x98\x83\x80\x05\xe8\xda\x14\x3f\xda\x83\x28\x1b\x40\x14\x93\xe4\x8f\x60\x6b\x3f\xa2\x3c\x23\xba\xf7\x4a\xc2\xfe\xfa\xfe\xbc\x97\xb1\x05\x17\x07\x42\xf9\x98\x79\xa5\x3e\xec\x61\xd6\xc7\x70\x88\xe2\x06\x8c\x77\x46\xd8\x21\x92\x50\x7e\xa0\xea\xdf\x81\x3b\x09\x96\x30\x0b\xc1\x1d\x93\xf0\x8c\xaf\xdb\xdf\x57\xb8\x38\x0a\x02\xde\x8e\x9a\xf6\xd1\x1f\x0e\xbc\x7f\xbc\xc9\x33\xd0\xfc\x78\x77\xdd\x72\xb0\x75\x3e\x89\xbd\x12\x3d\x5f\x88\xe6\x9e\x26\xff\x7c\x57\x93\xe2\xd3\x3f\xd1\xa6\xbb\xdd\xa2\x31\x8f\xb0\x33\xf2\x3b\x2d\xf7\xb4\xf6\x83\xb5\x16\xaa\xca\x9f\xcb\x72\x1b\x34\x11\x77\x3f\xb8\xea\x0b\x69\x37\xf6\xb2\x9f\xe0\xc1\x2a\x2b\x58\xf8\x9b\xa8\x37\x7b\xd7\xd0\x3d\xba\xf7\x3e\xd9\x7d\xba\x32\xd3\x50\xee\x09\x49\x30\xe6\x8b\x76\xd6\x8b\x97\x84\x70\xde\xeb\x60\x58\xdf\xce\x82\x1d\x0b\xb7\xb6\x6c\x2b\x9a\xa8\x6a\x72\xaf\xf4\x61\x75\x5c\xd7\xac\x40\xbb\xbf\x7b\xf1\x85\x9f\x74\xe2\xa2\x4f\xa0\x51\x70\x04\xca\xe8\x4c\x9b\x6f\xd0\xf2\x78\xa2\xb3\xed\xbd\x05\x06\x37\x57\xa3\xba\xe2\x9b\xab\x63\x42\x1b\x34\x6c\xd7\x57\xc7\xca\x61\xd3\x86\x67\xae\x61\xc7\x26\x86\x34\x59\x2c\x32\xc5\x4b\xac\x74\x5e\x17\xc4\xf9\xd6\x0d\xa4\xcf\x95\x44\xb1\x0e\xd5\x51\x7f\xfd\x6f\x48\xb4\x83\xf5\x7a\xc7\x75\x57\xeb\x94\xac\xbe\x7d\x98\x3b\x9a\xc4\x9a\xae\xd8\x00\x6f\xe2\xcf\x29\x91\xbc\x63\xcf\x39\x75\xf0\x84\xe4\x30\x0b\x4a\x20\xc8\x9c\x77\xfa\xe7\xb3\xa5\xf9\x08\xf1\x51\xcc\xb9\xd8\xef\x5f\x6f\x11\xc9\xd5\x63\x88\xd8\x61\xd9\x59\xa4\x2b\xb5\xec\x13\xcc\x0d\x6a\x38\x61\x7d\xa9\x6c\x18\x34\x4a\x73\x6f\x56\x4d\x20\x70\xde\xdf\x00\x13\xde\x8d\xe8\xff\x4a\xa4\x6a\x0d\x18\x98\x09\x9c\xf1\x4c\x6d\x05\x38\x3f\xd9\xec\x08\x39\x30\x96\xc1\x24\xa0\xcf\x9f\x9c\x5e\x5c\xe2\x2c\x95\x26\x8d\x84\xb9\x25\xcb\x3e\xe9\x6f\xa4\x58\x22\x86\x3e\xbf\x42\xa2\x1b\xcb\x62\xc1\xf1\x08\xaa\x5a\x23\x8c\xdf\x94\x76\x51\xb4\x2e\x54\x12\x08\xa3\x55\x98\x06\x2f\x67\xaa\x29\x9e\x06\xc1\xfb\x46\xdb\x72\x51\x5d\x91\xbc\xff\x8e\xe6\xaa\xc6\xa3\x6d\xee\x31\xaa\x3b\xef\x43\xb9\x91\xc0\x5f\x9c\x8f\x5e\x43\xf1\x45\x32\xc3\xf5\xa1\x32\xc2\x08\x3d\x43\xd0\xa9\x9b\x99\x86\xe1\xbb\xcc\xa9\xd8\x2f\x45\x2a\xaa\x78\xfb\x4d\xd5\x9f\xf9\x6b\xd6\xc1\xa8\x0f\x61\x84\x77\x69\xfa\x6b\x39\xbb\x56\x35\xc3\x93\x00\xae\x2f\x1c\x00\xb1\xc3\x55\x45\xfc\xbe\x07\xdc\x50\x70\x21\xc1\x8a\xe1\xb6\xc6\x1e\xf2\x4a\x16\xae\x56\x7b\x5f\x00\xc2\xac\xe1\xa8\x1b\x1b\x5c\x26\xdb\xf0\x43\x44\xd7\x6e\x86\xe3\x14\xda\x97\x33\x51\x69\x8e\xd4\xe9\x5d\x89\x37\x60\x36\xf9\xad\x04\xb1\xe7\xa3\xcb\x8e\x24\x87\xba\xe8\xec\x75\x33\x7e\x26\x71\xd5\xdc\xb0\x55\xd4\x2e\x33\x8d\xa6\x64\xdc\x37\x7f\xa8\x67\x27\x79\x13\x20\xdd\xb6\x91\xdb\x69\xe7\xfa\x39\x06\x92\xb3\x0a\x1e\xd5\x1b\xf9\x1a\x83\x6c\x35\x32\xac\x8b\x11\x3b\x06\x99\x37\x05\xcf\xd9\x4b\xfa\x33\x36\xea\xb9\x27\xd9\xcc\xb2\x87\xb5\xbc\xe5\x18\x69\xe2\x18\xca\x19\x44\x9d\xe5\xfa\x4a\xc2\xcc\xb1\xea\x8d\xc3\x16\x39\x65\xe7\x6b\x9d\xf2\x90\x03\x5f\x43\x44\x05\x8a\x27\xdc\xa3\x47\xd8\xe9\xf0\x08\x5d\x1f\x5e\x09\x43\xcc\x0c\xfb\x04\xd7\x22\xeb\xd7\x5b\x51\x9b\x30\x9b\x38\x5a\x92\x08\xe1\x07\x2c\x5c\xb1\x5d\xcd\x5c\xff\x4c\x04\xdb\x4a\x54\x70\x0e\xee\x43\x3c\x00\xa1\x1b\x0d\x44\xf4\x4e\xb9\x50\x11\xdc\xb0\xf4\xda\x06\x47\xf7\x60\x84\x8d\x7b\xa4\x37\x62\x19\x41\x72\x17\x76\x04\xe1\x1d\x13\x01\x64\xb1\x27\x86\x32\x92\x82\x7b\xf3\xe6\x9b\x88\x7d\x04\x0c\x38\x7a\x2b\x0f\x1d\xd5\x68\xdf\x62\x7e\x62\xc6\x6a\xd6\xa6\xc0\x53\x81\x71\xc5\x56\xae\x80\x19\xb2\xa0\x4a\xfb\xaf\x18\x6b\xda\x72\x99\xb7\x85\x05\xb4\x54\xc6\xcc\xf7\xfa\xc1\x80\xc3\x90\x48\xf9\xba\x6b\xac\x0a\xda\x48\x08\xe4\x33\xdf\x64\xa0\xf9\x86\x56\xa5\xa6\x36\x56\x70\xfd\x11\x09\xf3\xe2\xdd\x96\xd9\xb3\xf0\x7a\x6b\x07\x43\x7e\xfc\xef\x17\xa7\xef\x0f\xd2\x2f\x4f\x6f\x6e\x6e\x9e\x72\xf1\xa7\xbb\x76\xcd\xd1\x46\x0a\x0e\x98\xf9\x3f\x4f\xde\x1d\xa4\x65\xbf\x78\x32\x4b\x4f\x84\x6b\x7b\x66\xa8\x7e\x01\xf0\xf9\xc1\x21\x3b\x31\x88\x3f\xce\xcd\x75\xc5\xa8\xed\x34\x8c\xac\x1c\x0a\x77\x3c\x7b\xe6\xaf\xad\x93\x29\x7e\xdb\x81\xa0\xb0\x68\x4b\xb8\x3b\xe3\x23\xc8\x20\xa9\xe1\xf3\x54\x90\xb4\x21\x48\x45\xed\x68\x37\xde\x2e\xf4\x3d\xaf\x01\x88\xf9\xf3\x1d\xc1\x93\xcf\x9b\x75\x79\xe2\xdc\x2e\xcc\x76\x5a\xe2\x52\x7c\x58\x15\x6d\x30\xf3\xd2\x26\xa2\x2c\x7e\x1e\x16\xc6\x25\x25\x3c\xa1\xf3\x3c\xfd\x77\x3e\xa7\xe5\x89\x12\xda\xe2\x2c\xa3\x2d\x00\xcf\x86\x85\x11\xc0\x3d\xd0\x0b\x69\x00\x12\x96\xde\xf4\x52\x9f\xe7\x74\xd3\x51\x25\x6a\x26\x64\x3f\x69\x62\xc2\xce\x6c\x08\x5a\x93\xea\xc6\x45\xe2\x53\xf2\xe9\x6c\xc3\x8b\xdc\x4f\x3a\xd0\x9b\x4b\x76\x84\x3c\x85\x87\x54\x6e\x68\x4d\xa2\x28\xe0\x8f\x00\x55\xe3\xde\xd8\x2c\x20\x8c\x29\xd5\xd7\x0a\xca\x61\x46\xf0\x6e\x5a\xd9\x23\xa0\xd7\xd4\x5a\x14\x2b\x98\x9b\x35\xbf\x7a\x8c\xbf\xe9\xee\x23\x82\x9c\x04\x43\x88\xb8\x07\x58\x47\xac\x2f\x4c\x6f\x86\xb3\x11\x6f\xf2\x92\x9f\xf2\xa6\x91\x74\xa3\x80\x83\x36\x46\x42\x85\x6a\x76\x63\x65\xc4\xb7\xb0\x4f\x7e\x12\xaf\x7c\xdb\xd7\x2d\xce\x27\x22\xca\x1c\xbb\xb4\x58\x1a\xb5\x55\x0a\xbe\x1b\x2f\x51\x46\x88\xac\xa3\x90\xa3\xb2\x5c\x1b\x7b\xed\x32\x08\xc2\x20\xf1\x8d\x69\xbb\x9c\x39\x0a\x02\x15\xee\xf4\x52\xab\x85\xf4\x90\xd0\x23\x83\xcc\xe1\x03\x86\xc3\x95\x4d\xa2\xad\xbc\x70\x7b\x24\x5f\x21\xb6\xb6\xeb\xe6\xd6\xe2\x64\x1d\xe3\x97\x86\xe7\x0c\x47\xe6\xc1\x74\x50\x1e\x72\xaa\x2e\x2f\x8a\x02\x0a\xb5\x43\x23\x63\xe3\xfe\x53\x79\x64\x0c\x53\xca\xd6\x72\xaa\xd3\x2e\xcf\x3a\x4b\x46\x1e\x07\x15\x91\xe7\xab\x34\xdc\x54\x80\x1a\x5c\xcf\x0c\x07\xf0\x97\xe0\x71\x0b\xd5\x41\x6a\x36\x30\xb9\x6e\x84\x5a\x7f\xe4\xe1\x32\x35\x8a\x71\x7c\x27\x07\x35\x8c\x43\xe5\x47\xba\x37\x0e\x55\x58\x34\x0c\x46\x15\x14\xc5\xbe\xe9\x90\x30\x79\xa4\x1b\x4d\xcb\x38\xd4\x94\x1f\xea\x57\x44\x9b\x9a\x9e\xb9\xa1\xe2\x71\xef\x54\xdf\xe5\xd1\x51\x84\x83\xfb\x8a\xb8\x53\x03\xd5\xfc\x6b\x74\x90\xa9\xbe\x78\xa4\x04\xd8\xbd\xcf\xbf\xa3\xa8\xae\xae\x66\xf3\x96\x44\x70\x0e\xee\x84\x37\x03\x99\xb3\xf3\xef\xf4\x02\xbf\x05\x84\xfd\x7a\x41\x15\xf2\x21\x89\x7a\x2b\xe1\xb9\xfa\xa6\x4a\x22\x9c\x2a\x87\x4f\x95\x1d\x53\x8e\x38\x58\xbe\x6f\x10\xa5\x53\x72\x66\x52\x84\x55\x80\x8c\xbf\x10\x96\x0a\x27\xf0\x7c\xa6\x8c\x42\x17\x9c\x12\x80\x75\xdb\x35\x49\xaf\xfa\x2e\xde\x05\xff\xc0\x4d\xd3\x00\x62\x57\x93\x1e\x5b\x16\x06\xf3\x41\x7e\x86\x50\x5c\xa5\x4d\x9d\xed\xa8\xb8\x58\x23\xae\xac\x22\x7a\x7b\xa3\x2f\x28\xd4\xe0\x08\x8c\xc8\xaa\x82\x6c\xed\x41\xc2\x30\x36\x04\x61\x73\xe2\x21\x14\xd1\x60\x58\x2f\xdf\xbe\x97\x9f\xb8\x2d\xab\xf1\x64\x71\x5d\x96\x3d\x6a\x13\xbb\x83\x3b\x9b\xba\x8b\x6b\x79\x72\x85\x5a\x8c\x94\xf6\xe2\x38\x7e\x39\x88\xa2\xcd\xaf\xe0\x40\xc6\x7f\x5d\x2a\xc9\xef\xbe\xd8\x59\x5b\x3e\x1d\x16\x23\xe4\xc8\x94\x5d\xe0\xc3\xa5\xab\x03\x18\xff\x71\x69\x39\xfc\xba\x9f\x07\x23\xf7\x18\x31\x07\x62\xa2\xdf\x87\x5d\xda\x55\x6c\xc6\x57\x42\x1f\x34\x08\x2a\xf3\x6f\xc8\x80\x06\x71\xa9\x3a\x1c\x6b\xe8\x59\x86\x48\x76\xdd\x2a\x75\xf8\xe1\xb8\x03\xbd\x44\xa9\xd2\xe7\x30\x67\x51\xbf\xa3\xd2\x22\x1e\x94\x36\xdb\x78\x53\x95\x25\x60\xc4\x78\x91\xe0\xa2\x3b\x7e\x3f\x94\x10\xc1\x31\x8f\x59\x5a\x72\x8b\xa8\xda\x50\xfd\xd7\xf2\xfc\x94\x54\x4f\x92\x8f\x8b\xa2\x45\x42\x50\x2d\x81\x7c\x2c\x0f\xd6\x13\x8b\xfd\x1d\x95\xf1\x8f\xdc\xd8\x61\xae\xbf\xbc\x4e\xf9\x90\xaa\x16\xe1\x9d\x78\x16\xb1\x38\xaa\xa0\x8c\x3d\xe8\x40\xc4\xd1\x2d\x75\xcc\xc5\x2d\x47\x1c\x25\xd4\x3d\x29\x24\x0b\x5d\x2e\x67\xf2\xe5\x72\x58\x7a\x17\x11\xf4\x9d\x7c\xb1\x6d\x6e\x4c\x4d\xe3\x38\x6f\x94\xf7\x74\x38\xd7\x01\xbc\x43\xc0\x6f\xe5\x23\x3e\x1b\x69\x48\x36\x48\xc5\x49\x2a\xef\x23\x4a\x31\x73\x9e\x7f\xe9\xf4\x29\xb6\x07\xdf\x8d\xa1\x6b\xa0\x6b\x4e\x09\xc5\x93\xcc\x88\xda\xd9\xe9\xca\x56\x0a\xbc\xae\xe2\xe5\x02\xea\xf1\x0b\x06\xee\x8f\xa3\x85\x26\xc2\x97\x87\x8a\x0f\xb8\x26\x80\x65\xab\xd1\x2c\x6f\xfe\x1d\xc2\x4c\xef\x2e\xd6\xce\xd0\xcd\x0a\x61\x7b\xd9\xd2\xe1\xce\x8a\x88\x64\xee\xd8\x4b\x46\xad\x85\xc7\x0a\xd2\xc4\x3d\x9b\xc7\x70\x0d\xc4\x4e\x5b\x41\x3d\xba\xc5\xb3\x1b\xa0\xae\x91\xd1\x16\xef\x7a\xa3\xaf\x53\x62\x1b\xb3\xef\x24\xf9\xd8\xb4\xcb\x4f\xfe\xb9\x11\x67\x33\x8e\xcc\xbe\xb0\x1c\x30\x8c\x0b\xf4\xbd\x07\xd0\x07\xff\xf6\x35\x1a\x39\xbe\xe6\x45\x37\x7e\x1a\x5c\xec\x36\xf2\xc4\x14\x5c\x11\x2d\xc8\xd6\xcc\x82\x5a\xc8\x4b\x07\xea\x23\x18\x36\x27\xb1\x26\xbc\xe7\xd9\x07\xbd\x10\xab\x9e\x4b\x1c\x0f\x81\x3f\xf8\x31\x0a\x7e\x9d\x9e\x8d\xb6\xe2\x54\xf2\x16\x09\xc4\x12\x91\x80\xc7\x52\xc4\x02\x47\x7f\x13\x84\xd9\x57\x33\x35\xa7\xea\x97\xa6\x0f\x42\xf9\x47\xa1\xf7\x83\x20\x1c\x78\x5a\x23\x72\x6c\xe4\xca\x81\x95\x09\x97\x67\xf7\x5a\x8b\x76\x42\x50\x88\xd4\xbb\xa0\xa3\x08\x56\xbc\xd6\xc5\x59\x9e\x57\x75\x2e\xee\xa3\x7a\x0b\x5a\x49\x04\xcf\x7d\xd4\xd1\xfd\xc0\x6e\xe6\x9b\x09\x38\xc7\x4a\xfc\xa1\x7d\x31\x3c\x33\xcc\xae\x96\x3f\x0b\x7c\x14\xb8\x46\x95\xf9\x5c\x22\xd0\x49\x72\xba\x26\xbd\x70\x1d\x69\xf7\xa8\x88\xe5\xe9\x9f\xf7\x3c\x35\x30\x7e\xde\xe6\xdb\xc3\x16\x8d\xeb\xb8\x3b\x70\xd1\x1f\x75\x4e\x9c\x0e\x79\x1f\x9a\x30\x07\xb1\xef\x5d\xd6\x54\x10\xfc\x3f\xe2\x4d\x18\x83\x06\x4c\x26\x42\x81\xab\xe9\x6b\x8f\x2f\xd5\x49\x91\x28\xf5\x5f\xf3\x51\x8c\x1f\x84\x19\xf6\x7a\x14\x04\x3e\xea\xf4\xb7\x05\x83\xdf\xeb\x08\x11\xf1\x8a\xa1\x4a\x3f\x8a\xc0\x88\x01\xde\x59\x24\x8e\xc7\x18\x76\xd8\x19\x71\x03\x47\x04\x3d\xa1\x93\x48\x8c\x72\x90\x73\x7f\x38\xc6\x3d\xc7\xb4\x77\xc5\x65\x1c\xf6\x92\x79\x8c\xbb\x0b\x1f\x76\xf2\xce\x12\xa1\x94\xd1\x0c\x8e\xfc\xfe\x78\xac\xc6\xe9\xd3\x37\x56\xf9\x6f\xcc\xd2\x09\xa9\xc4\xf0\xe7\xed\x47\xac\xbe\x19\xbe\x44\xbf\xf3\x8c\xd6\x63\x0e\xf2\xa4\x20\x77\xf0\x00\x91\x72\xed\x99\x7f\xbf\x26\x8b\xe2\x33\x9e\xf8\x17\x72\x7c\xa8\xc6\x1f\x5d\x31\x75\x3b\xb0\xe0\xce\x83\x74\xcf\x29\xe1\x38\xaf\x8e\x15\x1e\x48\x7e\x43\xe6\x9b\xcc\x19\x96\x8f\xdb\xd0\xe7\x57\xdb\x66\x5d\xba\x8e\xa6\xe7\xf4\xcb\x77\x2f\xbe\x46\x1e\x17\x74\x65\x5c\xba\xaa\xc9\xfa\x28\x94\xef\x8d\x3c\xf8\x83\x70\x0f\x41\xaa\xee\x96\xc1\x5c\x89\x9c\xac\xb5\x43\xed\xf8\x71\x08\x2d\xcf\xb9\xea\xbe\xfa\x9e\x1f\x93\xc1\xa6\x3a\xc3\xad\x74\x79\x0a\x47\x53\xe2\x46\x25\x8d\x25\x16\x0d\x11\x9c\x4a\xf0\x42\x0d\x22\x3b\xce\x1f\xc4\x87\xc3\x9e\xe2\x22\xc3\xd9\x8b\x52\x2c\x70\x6b\x34\x84\x5a\x8e\x28\xe3\x80\x69\x52\x2b\x04\x76\xdf\xac\x5c\x2b\x88\xda\x0d\x21\xbe\xa6\x61\xee\xe7\xa8\xb9\x03\x33\x78\xc2\x0e\xa5\x96\x58\x09\xad\x2e\xad\xc8\x23\xd8\xae\x1f\xee\x99\x75\xdf\x8f\x10\xe2\x6b\xfa\xc1\xad\xe0\x7a\xae\x28\x70\x77\xf4\x87\x34\x6e\x7d\x3b\x21\x72\x6c\x1a\x76\xd1\x47\x2e\xbb\x0c\x76\x72\x38\x87\x15\x03\xc9\x84\xcf\x17\xc6\x5b\xaa\xe4\x88\xc7\xca\x84\xf0\x20\x8e\x9a\x93\xd1\x95\xef\x67\x02\xb8\x07\xcd\x25\x1d\x68\xe0\x82\xe9\xc1\x26\xf7\x25\xe9\x97\x17\xf6\x20\x7d\x29\x6f\xd0\xcc\xfb\xb7\x64\x81\xb3\xb8\xc2\x22\xf9\x85\x9b\x0a\x44\x3f\x9b\xc9\x02\x10\xde\x0d\x82\x17\x58\xd0\xea\xb8\x32\xc7\xcc\x01\xe5\x98\xf8\x18\xce\x56\x6c\x28\xb7\x05\xd6\x77\x66\xdb\x07\x26\xcd\x3a\x6f\x2b\x40\xf1\x41\x72\xe8\x80\xca\xf1\xa0\x9b\xf0\x0a\x65\x75\xe7\x95\xa8\x71\x57\xfc\xbe\x2e\x6f\xd6\x39\x82\xd9\xab\xf4\xcc\xc2\xa5\x3e\x26\x10\x4f\x76\xcb\x16\x57\xc4\x6d\xae\x99\x59\x04\xa4\x80\x0a\x7f\x74\xa3\x64\xf3\xc3\x80\x1b\xc0\xfb\x82\x2a\x7a\x74\x17\x53\xf8\x86\x0e\x80\x6d\xdc\xdd\x03\xb0\x05\x89\x37\x42\xdd\x08\x58\xc0\x5d\x1d\x91\x35\xff\x0d\x1d\x01\xdf\xf8\xca\x8e\x1c\x58\x2f\xf4\x1d\xa9\xa2\x98\x5c\xff\x77\xf5\x6f\xa0\x08\x81\x38\xa3\x87\xcd\x8c\x19\xc0\x2b\x09\x9a\xda\xa4\x57\x52\x60\x9e\x9d\xcd\x86\xab\x24\x70\xab\x0a\x56\x4a\xe0\xdb\x6a\x7d\x81\x03\x95\xde\x01\xd0\x5d\xce\x57\x55\xd3\xbc\xe3\xf5\x85\xba\x0f\xef\x09\xc4\x31\x26\xd9\xdd\xb9\x6f\x6f\x55\xd2\x61\x8c\xc4\x21\x32\xbd\xe7\xa2\xe8\x74\x70\x24\x90\xb7\xe9\x3e\x62\xae\x3e\x25\xee\x15\x7f\x5e\xff\xf6\x3d\x78\xce\x3e\x64\x3f\xe3\xb7\xc7\xee\x7c\x28\x2e\x7e\x90\x70\xf8\x42\x61\x27\xa1\xbc\x97\x26\x22\x2e\x77\x7a\x51\x4a\x3d\x36\x19\xe3\xb7\x84\x83\x0d\x1b\x8a\x39\x21\xd9\x34\x75\x25\x3e\x5e\x27\xf2\x55\xf1\x43\x71\xe1\x6d\xbf\x57\xfc\x43\x9e\x50\xd0\x14\xbe\xdc\x95\xf4\x4d\x8f\xd8\xbc\x97\xfc\xf7\xc7\xf4\x61\x91\xf8\xa1\xc3\x06\xcc\xe6\xb6\x85\x58\x3a\xe5\x3b\xc8\x0f\x5e\x29\xc3\x5d\xe5\xd6\x9e\x5d\xf3\x35\xa0\x9b\xb0\x58\xef\x82\x6e\x6b\x27\x51\xe9\xae\x9b\x6a\xd1\xae\xf0\xc1\xf3\x80\xad\xe5\x73\xb3\xb5\xf0\xab\xe5\x05\xbf\x5a\x2e\x76\xc8\x83\x20\x21\x9a\x90\x30\x63\xeb\x9e\xf5\x88\x92\xe3\xad\xd4\xa7\x4b\x84\xe0\x28\x89\x03\x81\x46\x09\xf9\x62\xd4\x8a\x9d\x57\x84\x69\xe6\x84\xec\x53\xcc\x1d\x39\xaa\x3d\x7e\xdb\x21\xcc\x12\xbf\xfb\x28\x49\xee\x78\x0c\x46\x22\x56\xde\x30\x6d\xdd\x2c\xf9\x31\x43\xd8\x8a\xe3\xe1\xa9\xbc\x1e\xd7\x69\x57\x61\xa3\x2a\x10\x9d\x27\x4c\xc1\xd1\x69\x9f\x77\x71\x69\xac\xcf\x30\x41\xef\x6f\x8e\x00\x49\x7f\xcf\x17\x2b\x0d\xcc\x30\x41\x48\xa6\x86\x3b\x62\x12\x5d\x7c\x0a\xb2\xbb\xa9\x24\x72\xeb\x05\x3e\x26\x61\xda\x1d\x6c\x88\xbb\x3a\xc8\xe5\xeb\xe5\x1c\xca\x00\xcf\x5f\x34\x1a\xe7\x98\xef\x9a\xbb\xa7\x2e\xd2\x53\x2c\xc7\xee\xce\x42\xc1\xbe\xc8\x51\xf2\xf4\x79\x0d\x2d\x19\xf8\xfb\x4f\x6f\x90\xbe\x66\xdd\x6a\xd5\xa7\x28\x78\x15\xbd\xf3\x92\x47\x8e\xb0\x17\x7a\xb6\x6f\xd9\x5f\x55\xc7\xa0\x97\x1e\xc2\xbf\xdd\xfe\xcd\x5d\x05\xff\x67\x7e\x4f\xbd\x19\x74\x32\xe2\x79\x06\x72\x4f\x0d\x83\x2e\x4e\x56\xf1\xed\x9d\xc4\x4e\x5b\x2f\x65\xd7\xd9\xd3\xc9\x5b\xbc\x8f\x22\xef\xd4\xf3\xbb\xaa\xec\xc0\xf9\xda\x9c\xca\xee\xa9\x72\x5f\xaf\xef\xac\xf3\x1b\x86\xb1\xac\xfa\x6c\xb9\xf0\xdd\xe7\xb7\xa1\xda\x39\x33\x6e\xde\xdc\xcb\x85\x84\x54\xa9\x63\xa3\xe5\x74\xf1\xbb\x10\x8c\x0e\xb1\xb9\x62\xaa\xfa\x7d\x7d\x6b\xcb\xee\xb6\x5e\xb0\xa1\x8e\x9f\xd2\xd2\x03\xf6\xf3\x52\x0e\x4d\x1e\xcd\x28\xed\x59\xae\x21\xc3\x4b\x1c\x45\x77\x8f\xe4\x15\xc1\xc7\x8b\x1c\x37\x04\x7f\xa4\xad\xb8\x7e\x0a\xd6\x8e\xd2\x26\xd9\x32\xb6\x9e\xdc\xd9\xd0\x60\x2c\x01\x5f\x0f\x70\xdb\xa2\x2b\x7d\xf9\x55\x23\x08\xdc\x49\xc2\x61\x30\xa1\x28\x13\x03\xcb\x1b\xbc\x76\x9b\x3e\x66\xd7\x20\x7e\xed\x8b\xfd\x9e\xd4\x9f\x50\x37\x6d\x04\xeb\x76\x06\xb6\x62\xcf\x80\xc2\x76\xef\x98\xa1\x47\x51\x2f\xbe\x6d\x8c\xfc\x08\xc0\x68\x21\x9c\x23\x59\x1f\x05\xf8\x43\xcb\x61\xaa\xe2\x7f\x75\x39\xb4\x41\xaf\x46\x0f\x44\x06\xe2\x01\x02\xaf\x13\xee\xf8\x42\x0b\xe4\x4e\x04\x62\xff\x80\xdf\x21\xbb\xd6\x17\x30\x97\x4d\xdb\x10\xc5\x49\x34\x5d\x7d\xc9\xf1\xb5\xa5\x75\x13\x05\x70\x62\x71\x9b\xed\x34\x3c\x81\x95\x39\x41\x32\x89\x7d\x7c\xb7\xdf\x97\x82\xf0\x64\x65\xd8\x0e\xbd\xd0\xd3\x0b\x48\x53\x56\xea\xd0\x32\x82\x92\x5a\xa6\x99\xf3\xb5\x2b\x0d\xdb\x04\xe0\x53\x4d\x09\x60\x71\xea\xc7\x21\x6a\x89\x02\x76\xdb\x8c\x87\x8a\x5b\xfb\x92\x9c\xbe\x43\x72\x7a\xc9\xc9\xe3\x16\xac\x57\xae\xd8\xa0\x53\xfb\xca\x71\xa0\xc2\x61\x99\x57\x1c\xcf\x70\x08\x6f\x98\x5b\x95\xf9\x76\x84\xb7\x37\x94\x38\xc2\x1a\x20\xc7\x08\x00\xec\x7e\x2c\x84\xa5\xaa\x02\x4a\x74\x58\xe2\x2d\x25\xed\x83\x86\x2f\xce\x10\xbe\x66\x21\x7e\x4f\x09\x95\xa6\x86\xbd\xd2\x93\xba\x51\xaf\x9a\x39\x47\xe1\xe8\x0c\xfa\x54\x7e\x06\x50\xf3\xa6\xe9\x49\x97\x23\x50\x12\x23\xe1\x96\x29\x68\x7a\x69\xe9\x2c\x08\x2f\x3e\x8f\x30\x25\xd0\x63\x54\x09\xf4\x7e\x5c\x6d\xf8\xd5\x04\x6a\xab\xdd\x2d\xfa\x1d\xf1\x1c\xd7\xe0\xc9\x05\xbf\xb6\x70\xe1\x32\x46\x2d\x8e\x4a\x86\x14\x3a\x2c\x3c\xd5\xf2\x82\xdf\xbc\x98\x6c\xfa\x88\x73\xee\x6c\x7b\x54\x36\x6c\x7c\x54\x7c\x6a\xa5\xe0\x05\x61\x66\x4a\xf3\xdd\xe2\x73\xd9\xf3\x95\xf2\x55\x06\x17\x8d\xb0\xae\x33\x03\x4b\x5f\x02\x2c\x7d\x43\x60\xe9\x25\x2c\x6e\x13\xb5\xd2\x3e\xba\x29\xfb\x1c\x2e\x3b\x41\x2d\xaf\x8f\x68\x06\x24\x79\xaa\x14\x2c\x71\x99\xea\x3f\xba\x0a\x59\x24\x0d\x6a\x38\x85\xb1\x4e\x55\xa2\x43\x07\x32\x55\x1b\x07\xca\x95\x0d\x7d\x71\xbb\x58\x8b\x37\xcb\x97\x9e\xfb\x70\x2e\x29\x01\x2c\x74\x3c\x82\x35\x1e\x09\xaf\x12\x44\xf2\x20\xf0\xcb\x98\x51\x0a\x07\xf3\xc0\xc2\xb8\x08\xee\x8c\xa3\x75\x4d\x01\x6e\x73\x59\x4c\x7b\x21\xad\x79\x03\xb4\x96\x87\x70\xda\x68\x27\xa8\x14\xb6\x22\x0a\xb6\xdc\x31\xd2\xd7\xe6\x88\xe6\xe0\xb5\x80\x2b\x46\xf6\xd6\x1c\xa7\x29\x2c\x1e\x4e\xf6\x27\x2a\xfe\x90\xd6\xbd\xf5\x2d\x60\xa2\x57\x40\x9b\x90\x14\x93\x84\x79\x26\x0e\xed\xdb\xf2\x60\x75\x54\xfb\xad\xa6\xf9\x0d\x94\xfe\x6a\x9a\x45\x84\x72\x51\xac\x35\x1d\xae\xc9\x6d\xb9\x64\x43\x85\x5c\xe7\x46\xe4\x25\xdc\x3e\x39\x47\xb2\x69\x37\xe1\x7d\xa2\xcb\x06\xa3\x0c\x06\x16\xbb\xf0\xd9\x30\xef\x8f\x4a\x35\xd3\x3a\xc2\xf8\xa8\x3a\x32\xa8\x2e\xe6\xc3\x16\x9b\x1d\xcc\x97\x4d\x20\xe5\x91\x11\x39\xd8\x5c\x87\xa5\xa1\x57\x9a\xa2\x36\xa8\xe1\x1d\x74\xce\x00\xcb\xee\xc9\x62\x67\xea\xc6\x61\x01\x9b\x5c\xe4\x12\x04\x4c\xed\x70\x52\xdd\xd5\xf6\x24\xb2\x91\xc1\xbe\xe7\xc2\xed\x9d\xb2\xaf\x7c\x31\xdc\xe3\x22\xa0\x14\x78\xa9\xc4\x34\xb2\xc9\xbf\xe8\x8b\x1b\xfe\x49\x9f\x13\x7d\xbc\x27\xb8\xab\x79\x64\xb9\xef\xf8\x1d\x9f\x7d\x65\xcd\xc6\xf7\xf8\x82\x18\xcc\xd3\xef\xf1\xa2\x1c\xad\x87\xe5\xba\x99\xe7\xec\x92\x22\x6f\x25\xe1\x29\xa0\x27\x5a\x47\xd5\x65\x21\x51\x0e\x9f\x59\xcb\x07\x44\xca\xe0\x4a\xa7\x11\x28\x22\x64\x70\x86\x90\x59\xd3\x06\x47\xf9\x46\xb8\x38\x34\xe7\x8b\x20\x99\xfa\x42\x8f\x6a\x08\xca\xc0\x42\x2c\x0b\x8b\x65\x37\x89\xcc\x13\xd6\x23\xef\xd9\x64\x46\x31\xf7\xd5\xb5\xf7\xf9\x9b\xc9\x79\xf7\x46\x7a\x9b\x76\xf7\x9c\x3c\xa0\xef\x3c\x03\x8e\x27\x18\x01\x24\xf9\x2e\xaf\x37\x1d\x06\x3d\x95\xf0\x92\xdc\x5f\x7f\x1b\xb7\x61\xf1\x92\x05\x57\x44\x51\x67\x3d\x29\xbc\x75\xee\x02\x45\x58\x9c\xcb\x12\x7e\xfe\x3e\x0c\x05\xf1\x75\x35\x2c\x86\x1d\xe0\x40\x27\xe2\x08\xb3\xa7\x7d\x7f\xd0\x89\x90\x66\x61\xf3\xa1\x89\x2b\xee\x80\x1c\xc6\x35\x6d\xe8\xee\x14\x5b\x28\xa3\xae\x4c\x78\x34\x1d\x0e\x9f\xfe\xdc\xe3\x0e\x4b\xb5\xca\x85\xd3\x01\x8b\x8e\x4e\xa8\x23\x56\x8d\x12\x21\x0b\x46\x42\xec\xab\x83\x24\x7f\x7a\x63\x07\x37\x62\x47\x05\xf7\x1d\xb6\x17\xac\xc9\xa8\x35\x29\x31\x7e\x53\x30\xee\x82\xa4\x8c\xcf\x77\x25\x5d\x4d\x80\xa9\xbd\x11\xa6\xf6\xdc\x19\xec\x80\x22\x82\xb5\x96\x36\x7c\x6e\x06\xe6\x5d\x65\x96\x83\x2e\x0f\xd8\x65\xd4\x6d\x29\x25\xa1\x29\xed\x6e\xb6\x72\x64\xcd\x0a\x7a\x2f\x29\xe1\x5b\x0e\x92\x52\xd6\xf6\x22\xbc\x04\xee\x29\x34\x7d\xec\x59\x15\x74\x52\xab\x19\x74\x2e\xa8\x15\x50\xd3\x1c\x3f\xe8\xcd\xf0\xb2\x81\xa4\xe2\x5e\x2c\xdf\x8c\xe8\x7a\x4d\xd9\xca\x0b\x0d\x67\xfc\x42\x83\xa4\xc0\xac\x56\xc0\xed\x97\xad\x68\xc7\xef\xc3\xf4\xe0\xd9\x7e\xe4\xba\x07\xfb\x27\x60\x02\xbf\xa7\xbc\xe5\x07\x22\x7e\xd4\xa0\xac\xc1\xf3\xfd\x7c\x61\xb2\xc4\x1d\xae\xed\x9a\xfb\xcb\xaf\x8e\xe1\x44\x8c\xcf\x07\x76\x08\xc8\xc8\xef\x6b\xc3\x15\x80\xd8\xcc\x52\x3c\xd1\xe5\x45\x58\x45\x26\xcb\x27\x1a\x6b\x1a\x72\x89\x9e\x7f\xbc\x64\x27\xc6\x00\x04\x23\x02\x80\x1b\x51\xde\x4b\x9c\xa4\x72\xea\x6e\x56\xea\x72\xf7\x42\x0f\x1f\x52\xc1\xa2\x77\x3b\x29\xf7\x9e\xc3\xca\x3f\xad\x10\x41\x92\xb9\x4f\xb9\x2e\xf4\xa2\x61\x14\x0f\x6a\x36\x6a\xc1\x1c\xa0\x10\x0a\xf0\x9e\xde\x74\x3b\xeb\xfa\xc5\xee\xbe\x9e\xeb\x73\xf3\xf2\x8a\xfd\x5e\xb0\x8e\xd5\x34\x7d\xa1\xf8\x55\xc9\x86\x5d\x9f\xc5\x53\xa5\x74\x21\x77\x28\xbe\x18\xdd\x48\x58\x42\x43\xb2\x84\x25\xb4\x9a\x71\xe6\xe6\x00\xe4\x24\x3e\x82\xd8\xf0\xfe\x99\x75\x39\x33\x1b\xda\x29\x8a\xf4\xe2\x50\x73\xba\x4d\xbf\xb5\x17\xf0\x2e\x4e\x2e\xcf\xee\x58\x19\x0c\xaa\x14\x0e\xc8\x80\xcc\x39\x4b\x49\x1d\x59\x01\xbd\xdb\x2d\x7d\x59\x31\x6a\x35\x81\xd7\x9b\x2c\x9d\x6e\x1a\xee\x2e\x21\x4a\x9e\x7b\xa6\x1d\x9f\xa3\x26\xe3\x6e\x8b\x94\x99\xa5\x27\x24\x68\x54\xec\x44\x69\xad\xa9\x23\xdf\x9c\x68\xa5\xdc\xe6\xad\xbd\xbe\x82\xa7\xbf\xd2\x47\x07\x8f\x66\x11\x2f\xc9\x7a\x3c\xac\xa4\x71\xc0\x2e\xdf\x5d\xd0\xe7\xa2\xbd\x15\x2f\x01\x1d\xe9\xe7\x6a\xcb\x60\x19\x5f\x8d\x12\x49\x97\x52\x00\xfb\x2b\x52\x6c\xe1\xf3\x71\x72\xd9\x5e\x73\x24\x44\xa5\x9f\xb3\xc3\x13\x58\x71\x28\x29\x64\x25\xda\x34\xc2\x1e\x9b\x1c\xed\x3b\x41\xd3\xd1\x44\x72\xb4\xb1\xc3\x6a\x8b\xfd\x84\xfe\x58\x3d\x41\x44\xd6\xa1\xb0\x2b\x47\xfe\x86\xe9\x91\xe0\x15\x43\x07\xf2\x97\x67\xd4\x43\xf9\x3c\x2e\x72\xdf\x35\x9b\x59\xc4\x9a\xc3\x7d\x38\xae\xe7\x2b\x5d\xe7\xc2\xca\x02\x99\xe9\xae\x41\x4f\x46\x1b\x8a\x4b\x44\x90\x99\xec\x16\xf6\x5a\x70\x5c\xb5\xf3\x66\x18\x97\x88\xde\x0d\x1e\xe1\x75\xc2\x25\xed\x0e\x37\x34\xa5\x38\x08\x52\x95\xbb\x65\xb5\xa7\x6a\x11\xa9\x00\x43\x04\x0e\x3f\x08\x3d\x34\xd4\x03\x60\x2f\xb5\xf9\x80\x6a\x1c\x2b\x5f\x0e\x7a\x83\xb8\x61\x72\x98\x86\x8d\x52\xc5\xa8\x60\x98\x03\x31\x2a\xee\xc6\x7d\xd2\x94\x58\x8d\xcd\xb4\xe9\x0e\x7e\xd5\xb4\x19\x9f\xff\x2a\x6c\xbe\xdd\xba\xdd\x38\x78\x99\x1a\xeb\x27\x00\xb9\x16\xce\x17\x40\xfc\xaa\x01\xdc\x02\x20\xb9\xfa\x1b\x02\xf1\x0d\x60\x05\x18\xee\xe8\x9a\xdc\x5c\x5d\xf1\xfb\x80\xfc\x90\x86\x46\xd3\xe4\x9f\x1c\x58\xd8\xb5\xaf\x17\xda\x33\xb6\xb5\xc2\x76\xc9\x63\x3a\xd6\x5b\xee\xe7\x48\x64\x65\xd1\xc0\xdb\x1d\xa6\x92\xfb\x7b\xbe\xab\x45\x0d\x0e\xb2\xb4\x21\xce\x0a\x1b\x81\x50\xd8\x36\x4d\x6f\x0f\x64\x06\x12\xe1\x39\x25\x93\xa8\xd0\xaf\x1c\x82\xf9\x68\x79\x91\xc9\x3b\x7d\x41\x19\x1c\x6c\x2f\x70\xab\x68\x5c\x88\xfa\x3d\x2e\x41\xfd\xde\x03\x2e\xee\x53\x26\x4f\x5d\xe0\x97\xec\x16\xae\xc7\x88\xf9\x27\xcb\xc2\x06\x2c\x69\x43\xba\x01\x0e\x5c\xc5\xdd\x2a\x20\x8d\x8b\x37\xd3\x74\xc1\x50\x63\x01\x30\xc8\x64\xe9\xb5\xcf\x34\x32\x66\xa6\xcf\x98\x8a\x30\xdb\xa7\x2f\x35\x60\xa6\x50\x5e\x58\x6c\x0f\x19\x70\x56\x28\xcb\x05\xc9\x6b\xb8\x68\x58\xee\x3b\xfc\x1a\x01\x45\x33\x37\x42\x25\x01\xf0\xcd\x3d\x84\xd8\x50\xa0\xff\x28\x6f\x25\xb4\xc6\x04\xe0\x92\x9b\x73\x60\xf4\x2b\x7d\xfc\x88\xb2\x9e\x4a\xd6\xa3\x27\xa3\x32\xac\x20\x93\x66\x2f\x57\x25\xab\xbf\x97\xf2\x04\x01\x0b\x03\x92\x81\xd6\x2e\xf8\x94\xe4\x88\x33\xee\x2a\xda\x4d\x94\xea\xdc\xdc\x15\x73\x3f\x75\xc7\xe6\xc9\x30\x39\x7f\x04\x19\x4a\xf4\x3e\x35\x94\xa1\x7d\x6a\xa8\x0f\xf8\x54\xa5\xaa\x70\x09\x51\x6a\xd7\xad\x6d\x15\x5d\x5c\xbc\x8b\x97\xaa\xcf\x0d\x5e\x03\x67\x69\xf1\x01\x3f\x8e\xc4\x2f\x2d\x3c\x48\xf9\x6a\xee\x93\xa0\x84\xa2\x3a\x44\xaa\xa6\x0e\xeb\xe8\xfe\xb6\xae\xfa\xf2\x87\x07\xf0\x4e\x7a\xd0\x57\xc5\xfc\xc1\x93\x90\xe9\x55\xb8\xd7\x16\x70\xbd\x6a\xb1\x07\x3d\xce\xa0\xc6\xf6\xa2\x75\x10\xa2\xf2\x5c\x5e\x50\x52\x19\x53\xbd\xaa\x63\xcc\x1a\x3b\xf2\xb2\x84\x63\x46\xa1\x1c\x61\xfd\xe2\x2b\x92\x6d\x90\xe1\xa3\x3c\xe3\xd2\xe5\xb9\x55\xf3\x12\xc9\xbe\x83\xf2\x92\x93\xbd\xec\xa4\xb7\xc5\xac\x7b\x78\x98\xe9\x6d\x2d\x97\x2c\xb5\x08\x46\xe2\x0c\x84\x27\xdc\xff\xd0\x26\x38\xec\xff\x88\x58\x6d\x14\x77\x13\xad\x8a\x53\x8b\x7c\x4b\x92\x75\xee\x05\xa9\x23\x49\x70\xfb\x81\x04\x09\xe0\x5b\x86\xd9\x5a\x4f\xf7\x25\x90\x00\xee\x1a\xd2\x3a\xbe\x2e\x3b\x3f\x58\x12\x4c\xbc\xe2\x15\x15\x3a\xe7\x3c\xa7\xa8\x4d\x14\xb6\xf8\x22\x6e\xe2\xed\xfe\xfe\xe4\xc4\x23\x4c\x4e\xb6\x2e\xeb\x25\x88\xee\x3f\xf9\x27\x89\xc0\xfc\xd3\x21\x48\x2e\xe6\xc3\xa4\xcc\x17\xe4\x9e\xdb\x55\x7d\x58\x96\x29\xc5\x4d\xed\xbd\xb2\x6a\x30\x33\xe1\x86\x7c\x82\xdf\xd3\x1d\x54\xd8\xbd\xbc\x57\xf3\x6d\x16\x69\x85\x34\xc1\xdc\xbd\xf9\xe5\xdd\xe9\x00\x72\x62\x69\x6b\xce\x04\x2b\xd0\x9c\x89\x85\x0f\x3b\x34\x38\xa8\x6a\x61\xb0\x40\x83\x85\x62\xad\x18\x9c\x03\xc9\xdc\x03\xd1\xaf\xb8\x00\x3b\x8f\x96\x78\x14\xbe\x63\x55\x43\x93\x58\xb0\xc5\x7b\xd1\xa3\xd2\x9d\x3e\x8b\xe7\xc1\xfd\x3b\x01\x1a\xfd\x86\x0b\xcf\x9c\x20\x81\x7d\xd0\xa1\x18\xde\x33\xd3\x18\x16\xc8\xbd\x08\x96\xa3\x23\xef\x35\x87\xc3\xa2\xc9\x8a\x04\x32\x2f\x88\xf2\xe5\x6a\x29\x40\x0f\xe5\x77\x0c\x14\x3c\x5d\x2f\x50\xf6\x72\xfd\xa8\xd5\x3a\x6c\xb3\x16\xf7\x09\x3f\x07\xe2\xf3\x19\xf0\x38\xb9\x55\x35\xbd\x85\x2b\x34\x5f\xa1\xad\xcc\xb9\x52\xe0\xcf\x34\xc9\x40\x0d\xc4\xd7\x6c\x10\x5a\xb5\xeb\x26\x2d\xac\xca\x69\x5c\x47\xf8\x15\x91\x96\xb2\x07\x5e\xcf\x02\xeb\x39\x04\x5b\xaf\xa5\x84\x01\x2f\x17\x0e\x31\x76\x6a\xf4\xfa\xc8\x3f\xea\x8f\x03\xa6\xc1\x60\xd6\xd5\x55\xe9\x8e\xa3\x74\x34\xef\x28\x2d\x02\x5e\xf5\xfd\xb6\xb3\x60\x30\x78\x78\x3d\x3d\xa5\x1f\x83\x41\x84\x55\xe9\x48\x46\x35\x6d\x2b\x1c\x11\x06\x78\x91\x84\x69\x8c\x1b\xb4\xee\x45\x01\xb8\x6e\x46\x43\x1e\xbc\x6c\xf5\x4e\x93\x5f\xc1\xaf\x35\x29\x14\x1b\x5d\xeb\x2c\x2e\x4e\xb6\xcc\x50\xba\x27\x33\x0c\xf6\x64\xf3\xe4\x9c\x2d\x5a\x89\x81\xc8\x7f\x2e\xd9\x8d\xce\xe5\x84\xbc\xc1\xd2\x3a\xa2\xbd\x62\x27\x57\xd2\xf5\xd3\xc3\xfb\x47\x36\x05\x4d\x96\x31\xf1\x30\x67\x0c\x50\x7e\x29\x17\xbb\xc0\x77\xe0\x17\xf9\xad\x87\x75\xbe\x9a\xc6\x6e\x7b\xec\x6a\x3c\xca\x7a\x26\x29\x01\xcc\xd4\xdb\x30\xd6\x75\x08\x9f\x26\x84\xee\x6d\xdf\x35\x0f\x03\x0c\x43\x99\x37\xac\x39\x99\xea\x13\x0b\x6b\xb9\x56\x3b\x70\x90\x35\x58\x44\x13\x28\x70\xbb\x3d\x73\xb7\xdd\x11\x56\x40\x20\xf5\xe6\xbb\x83\x57\x37\x4f\xdd\x08\xf9\x00\xc5\xb5\x5a\xb2\x9f\x14\x1f\xed\x82\xaa\xf1\x00\xef\xe1\xda\x97\xa4\x21\x87\x10\xc7\xfa\x33\x82\xa9\x6a\x51\x07\x24\x4b\x4e\x9c\xde\x4a\x9a\x56\x19\x78\xfd\x9a\x4a\xed\x1e\xf8\x75\x7a\xfb\x85\xa6\x0c\x21\xad\x65\x00\xb1\x5f\xce\x10\x1b\xa1\xb4\x19\xa6\x21\xdc\x6d\xe0\x9a\x1d\x8c\x69\x38\x8d\x96\xd5\x6c\x99\x81\x6f\x67\xa3\xde\x3a\xbd\x58\x67\xc4\x7c\x98\xef\xf3\x85\x4b\x3e\x0a\xee\x3f\xd9\x5d\x5c\x3d\xb3\xb1\xf3\xce\xc0\xc7\x28\x0a\xa4\xf3\x50\x9e\xaa\x6d\xcb\x3a\x88\x25\x2f\xbf\x8a\xd1\x93\xf7\xf6\x14\xdc\xf7\xfe\x29\x38\xbe\xa7\xb2\xf7\x01\x5c\xf7\x20\x29\x6a\x65\xc7\x7b\x89\xe8\x37\x78\x4e\xaf\x6b\x17\xcf\x86\x65\xf9\x1c\x27\x06\xe3\xcc\x7f\xb3\x8a\x65\x8c\xf6\x74\xeb\xef\xfa\x5c\xaa\xfc\x0e\xc6\xf7\x4c\x0e\x1b\x9e\xc9\x48\xff\x14\xbc\x67\x1a\xbf\x35\x6b\xaf\xb6\x7e\x43\x05\x83\x27\x66\xfd\x9b\xad\xdf\xd2\x09\x19\xc6\xf0\xa1\x42\x9b\xb3\xe8\x91\xaf\xb0\x42\x7d\x7f\x70\xcf\xa0\x46\xd5\xc9\xd8\xbe\xb9\x36\x1d\xe1\xb0\x3a\x37\xd0\x6f\xef\xde\xe0\xc5\xdd\xe0\x55\xe1\xa6\xfe\x16\xbc\x4d\x3e\xc6\xf6\xbb\x3e\x1a\xf7\xcd\xdd\x72\xb1\x86\x95\x4e\xed\xf7\x60\xd5\x08\xed\x4f\x13\xbe\x5f\x48\x08\x40\xc6\x21\x09\x3c\xbd\xd3\x8f\xb0\x1b\xa0\xf6\xf0\x71\xdd\xf1\x8a\x18\xac\x21\x7b\x92\x53\x5f\x4f\x04\xff\x95\xe4\xaa\xd3\xc7\xaf\xc4\x0e\xf7\xd0\x3d\xe9\x48\xfc\xa0\x6f\x9a\xf5\xa7\x24\x5f\xf2\x90\xe8\xff\x84\x57\xb0\xde\x56\xc4\x62\xa6\xcf\x44\x7e\xf2\xd7\xf7\x5c\xf3\xf7\x1a\x4b\x93\x23\xb7\x7f\xbf\x41\x02\x29\xef\xbc\x87\x71\xc2\x0a\x09\x2b\x0e\xb0\xc5\x3f\x0b\xfc\x2c\xf2\x5b\xfc\xba\xc1\xaf\x9b\xb2\xfc\x2c\x85\xc1\x9c\xa9\x78\x53\x93\x8c\xca\x29\xb7\xf8\x7d\xcb\x8f\x95\x21\x2e\xfc\x02\x31\x3b\xf1\x26\x9c\xfd\xc0\xcb\x6f\x35\xce\x30\x90\x6e\x3f\x28\x9d\x5b\xd5\x54\xf9\x7c\xc8\x1e\x63\xb7\x9a\x84\x2f\x7e\xaa\x88\x9a\xd7\x24\xf9\x7c\x88\x3d\xb5\x5f\x59\x85\xf2\x4d\xa9\xdc\x0f\x4d\x94\x4f\x4a\x6b\xf3\x9b\xcc\xf7\x4b\xbf\x90\xea\x7b\xa5\x5f\x84\xde\xa2\x6d\xb6\xfc\x52\xc7\xa7\xc4\x9e\x6b\xf2\xef\x34\x1d\x53\x9e\x39\x6d\x72\x30\x79\x36\x98\xe2\x3d\x16\x3e\x74\xda\x72\xfc\x89\x59\x62\xcf\xb3\x55\xf5\x76\xe7\x6c\x60\xfe\x69\x40\x01\xf3\x11\x3b\xe5\xca\x1a\xbf\xef\x9e\xc0\xc2\x46\xb3\x9b\xcd\x21\x30\xc1\xb6\xc6\x5a\x6e\xfa\xf8\x1f\xff\x00\x3c\x7d\xff\xf3\x9f\xe9\xc9\xcb\x27\x69\xf9\x85\x83\x67\x77\xe9\x46\xfd\x32\x0c\x8c\x7e\xbf\x8a\x20\x39\x5a\x06\x6e\x12\xa9\x0f\x81\xdc\x24\x42\xf3\xc9\xff\x0b\x00\x00\xff\xff\x60\x74\x30\x51\x9b\xc6\x00\x00")
func confLocaleLocale_enUsIniBytes() ([]byte, error) {
return bindataRead(
@@ -4337,12 +4338,12 @@ func confLocaleLocale_enUsIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 48409, mode: os.FileMode(420), modTime: time.Unix(1453679601, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 50843, mode: os.FileMode(420), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_esEsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xcb\x8e\x1c\x47\xb2\x20\xba\x8f\xaf\x08\xb1\x41\x48\xc2\x2d\xa6\xa0\xd6\xb9\xf7\x0e\x04\x25\x7b\x8a\xc5\xa2\xa8\x01\x1f\x75\x58\xa4\x1a\x67\x04\x22\xe5\x99\xe1\x95\x15\x64\x64\x44\x76\x78\x44\x15\x93\x8d\x5e\xcc\x7e\x3e\x60\x30\x3b\x2e\xb5\xe0\xe2\xa0\x77\xbd\x69\x40\xf5\x27\xf3\x25\x63\x4f\x7f\x44\x44\x66\x51\xdd\xad\x85\x58\x19\x6e\xfe\x36\xb7\x97\x9b\x99\x9b\xed\x76\x51\x58\xb7\x9a\xbf\xaa\x73\x67\xdb\xab\x72\x55\x36\x79\x61\xf3\xef\xcb\x2e\x37\x7d\xd7\xe4\xa6\x6a\xde\x98\xa2\xc9\x77\xb9\x2b\xeb\x7c\xd5\x6c\xb6\x55\xb9\x32\x00\x55\x5b\x97\x65\x97\xcd\xc6\xce\x7f\xa8\xb1\x56\x56\x18\x77\xb9\x6c\x4c\x5b\xcc\xcf\x4c\x6d\x2b\x6c\x65\xd5\xd4\x5d\xdb\x54\x99\x7d\xb7\xad\x9a\xd6\xce\x4f\xe9\x5f\xd3\x66\x97\xb6\xda\xce\x8f\x77\x7d\x61\x32\x57\xae\xeb\x45\x59\x73\x2b\xa6\x85\x51\xb8\xf2\xe6\xaf\x35\x7f\x6f\xfa\x6e\x7e\x62\xdb\x76\xf8\xbd\xdf\xce\xcf\x7b\xb7\x6a\xcb\xed\x8a\x3e\xb6\x76\x5d\xba\xce\xb6\xf3\x17\xf4\x47\xdb\x64\xd7\x76\xe9\xca\xce\xce\xcf\x6e\x3e\xac\xcb\xda\xe4\x7f\xb4\xcb\xec\xca\xb6\x0e\x06\x3e\xff\x11\xff\xc5\x6a\x5b\xb3\xf6\x10\x59\x67\x61\x6e\x06\xab\x54\xa6\xee\xca\xaa\x32\x19\xfc\xb1\xee\x11\xe6\x87\xa2\x6c\x36\x26\x5b\xb5\x16\x00\x16\xb5\xbd\x9e\x9f\xc0\x9f\xed\x6c\x36\xcb\x7a\x58\xb6\xc5\xb6\x6d\x2e\xca\xca\x2e\x4c\x5d\x2c\x36\x38\xd3\x33\xdb\xc2\x07\x5c\x83\xde\xf5\xa6\x2d\x71\x01\x37\x37\x1f\x1c\x0d\xdf\x16\x30\xe1\x85\x71\xd0\xac\x85\x9e\x2e\x60\x41\x61\x85\x61\x6d\x9b\x8c\x9a\xab\x0d\xac\xea\xb3\x66\xb3\x6c\x6d\xd4\x42\x66\x37\xa6\xac\xe6\x27\x4d\xdb\xda\x26\xb7\x95\x5d\x75\x2d\x4c\xa2\x5c\x35\x30\x0f\xe7\xae\x1b\x58\xf9\x13\x5c\x70\xe3\xec\xcd\x7f\x1a\x58\x93\x45\xb7\xdb\xe2\xf6\xac\x5b\xeb\xa8\xa5\xba\xb7\x57\x4d\xb6\x32\xdb\x6e\x75\x69\xe6\x27\xfc\x6f\x06\x90\xdb\x06\x16\xab\x69\x77\xb0\x7e\xf2\x27\xf4\xd7\xb4\x6b\x53\x97\xef\x4d\x87\x6b\xf6\x5c\x7e\xf0\x7a\x6f\xca\xb6\x6d\xda\xf9\x53\xfa\x27\x83\xf5\x58\x60\x1b\xf3\x67\xd8\x7e\xde\x46\x6d\x60\xd1\xa6\x5c\xb7\xb8\xae\x58\x6a\xf2\xa7\xf8\x8b\x5b\xe1\x42\x6a\x89\xcb\xda\x9b\x5f\x08\xbd\xa8\xe4\xa2\x69\xdf\x4a\x8b\x8f\xe0\x4f\x18\x7f\x95\xbf\x18\x34\x0d\x43\x94\xaa\x4d\x3a\x3e\x53\xc3\xb6\x51\xf1\x71\xb1\x29\x6b\xc4\x09\xc0\xa1\x00\x44\xe8\x6b\xb0\x68\xb1\x45\x6c\x0d\x38\x6b\x3c\x3c\x37\x65\x56\xab\xa6\xaf\xbb\x85\xb3\x5d\x57\xd6\x6b\x87\x6b\x7c\x51\xae\xfb\x56\x5a\xc1\x3a\x95\xc9\x57\x3d\x6c\x25\x60\xf3\x1e\xa8\x6c\xd7\xf4\x1e\x4d\xe6\x2f\xfb\x7c\x4b\x08\xc2\x9f\x7d\x25\xf8\xbe\x0a\xf5\xb0\x77\x9c\xa5\x5b\x5c\x58\x5b\xcc\x1f\xc1\xff\x68\x13\x9b\x0e\x4f\x8a\xcb\xb6\x7d\x55\xc1\xba\xff\xa9\xb7\xae\x73\xf3\x33\xf8\x05\xeb\xc3\xbf\xb2\xd2\x39\xf8\x03\xf6\x7e\x55\x02\x8e\x11\x38\xec\x7b\xbd\x82\x99\x9e\xd0\x3f\x70\x08\xb3\x9f\x1c\xe0\xf0\xea\xf2\x75\xc6\xff\xce\x1f\xc0\x91\x62\xa4\xde\x83\x11\x88\x9c\xf3\x57\x82\x8e\xd4\x45\xd4\x43\xb6\x6a\x0a\x3b\x3f\xb9\xf9\x6b\x51\xae\x01\x91\x7f\x2a\x6b\xd7\x99\xaa\x7a\x9d\xc9\x1f\x00\x8a\xff\xca\xc4\xba\xb2\x83\x85\x38\x33\xae\xd1\x15\x2c\xa3\xe2\x7c\xdb\xb4\xf9\xb6\x2d\x37\xb6\x35\xf9\x95\x7d\x9f\x15\xcd\xea\x2d\x9c\x33\xa4\x1b\x30\x84\xf3\x32\x87\x59\xde\x7c\xc8\xed\x1b\xbb\xea\x3b\x38\x75\x4d\xfe\x7d\xb3\x76\x70\x54\xe8\xef\x87\x04\x7d\x44\xad\x5c\x98\x2b\xf8\x7f\x65\x4d\xfe\x9d\xc9\x3b\xd3\xae\x6d\x37\xbf\xb3\x58\xc2\xd1\x7e\x7b\x27\xbf\x6c\xed\xc5\xfc\xce\x5d\x77\xe7\x3e\x36\x68\x5c\xbe\x05\xa2\x67\xdc\x77\x5f\x99\xfb\x39\x10\x01\xde\xdd\x95\xd9\x2c\x91\x32\xd5\xa6\x30\xb9\xad\x09\x32\xdf\x32\xd5\xf8\x2c\xc3\x0d\x00\x42\xb3\x28\x96\x4c\x48\x69\x1c\xf4\xd1\xc2\xf1\xed\x81\xf4\x2c\x0d\x9f\xbe\xc2\x74\x30\xd9\xa7\xbb\xf3\x7f\x7f\x72\x94\x9f\x35\xae\x83\x73\x49\x7f\xc3\xff\xa0\x85\x6f\xf2\x26\x7f\x59\x3e\x7c\x30\xcb\xa0\x29\x5e\x9e\x93\x04\x19\xb0\x8d\xa4\x2d\x02\xc4\x23\xfe\xb2\xdc\x36\xe3\xd2\x4b\xe8\x62\xfe\x18\xfe\x97\xee\xdb\x24\xb1\x80\x96\x06\x54\xa7\x32\xe3\xce\x64\xf9\xcf\xfc\xb2\xf6\x40\x27\xcb\x95\x05\x6a\x94\x6f\x1a\xc0\x91\xfc\x87\x67\xcf\x9e\x3f\x7c\x80\x58\x4c\x87\x62\x34\x7e\xc0\x2f\xb3\x02\x42\x0d\x2b\xdb\x77\x17\xff\x65\xb1\xb6\x35\x6c\x71\xb5\x58\x95\xb0\xf4\xb0\xd7\xb4\x3a\xb3\xcc\xb9\x0a\xe8\x28\xa0\xd3\xd3\x06\xb6\xf3\xfc\xfc\x09\x8c\xba\xbb\x9c\xbf\xe8\xf1\x88\xfd\xa9\xc2\xf5\x96\xb1\xe0\x27\x22\x0d\x88\xc1\xe5\x55\xa3\x5d\xa7\x8b\x3e\x5c\x61\x60\x29\x0b\x20\xf7\xdd\x0e\xb7\x8d\x9a\x7e\x02\xd4\x07\x9b\x32\xb7\x55\x86\xf3\x97\x6f\x7b\x0b\xa5\x88\x07\x6d\x7e\x65\x56\x37\x1f\x0d\x37\x59\xd6\x57\xa6\x2a\x0b\xd8\x3d\x5d\xcf\xd3\x0a\xe0\xf7\x2d\xe9\xa0\x3d\xe4\x96\xb8\x1c\x79\x05\x45\xd1\x42\xdd\x99\xdd\xc9\xeb\x32\xbf\x73\xef\xce\x2c\xab\x9b\x05\x53\x2d\xe4\x34\x45\xe9\xcc\x12\xb8\x0e\x73\xbf\x96\x09\xf5\x33\x6d\x0e\xb0\xf1\xd2\x2c\x61\x7f\x70\x94\xb0\x40\x02\xd5\x30\x23\x47\xf6\x45\xd8\xc9\x84\x2b\xa5\x7c\x45\xd3\xc6\x6b\xa4\x74\x52\xf0\xe6\x89\x61\xc6\xce\xa8\x33\xaa\xb9\x6f\x81\x32\xdd\xeb\x49\xdc\xfe\x9e\x0b\x49\xf6\x80\x13\x94\xa1\x60\x32\xc6\xc8\x63\x91\x3e\x88\x30\x0b\x44\xc0\xca\x3a\x37\x7f\xea\x6f\x3e\xe2\x64\xc3\xa2\x77\x7d\xca\x1b\x8e\xf2\x5f\x3f\x98\xaa\x43\x86\xbc\x02\x2a\xd8\x7c\x46\xc4\x6e\xe1\xf1\x8b\x90\x29\x62\x61\xd8\xc6\x0b\x53\xbe\xcf\xbf\x78\xd1\x34\xdd\x97\x01\x5a\xfb\x7d\x09\x28\xea\x68\xcf\xa2\x5a\xf8\x03\x4f\x84\x53\x61\x0a\xb6\x1d\x44\x89\xb6\x30\xed\xcd\x87\x5a\xa8\x08\x8c\xaf\x6c\x81\x8d\x63\x05\xa0\xb9\x3d\xc8\x35\x78\x50\x4f\x99\xa8\xb5\x24\x11\xe4\x7a\x6c\xb5\x58\xbb\x05\xcc\x52\xd1\xa2\xb6\x2b\x10\x8e\x60\xe8\x8c\x3e\xc0\xb1\xac\x6b\x18\x93\x69\x46\x2f\xcc\xcd\xc7\xf7\x43\xfe\x09\xf3\xb7\xda\x11\xae\x38\x90\x1d\x10\x71\x40\x10\x7b\xd8\xe0\x66\x36\xf2\xd3\x77\xe7\x50\x18\xbc\x80\xd1\xf2\x19\x71\xf9\xab\x17\x4f\x1c\x1f\xda\x55\xd5\xd4\xd0\x0a\x52\xdb\xf3\xf3\xc7\x78\x7a\x2f\x17\xf0\xa3\x03\x9e\x64\xdb\x0e\xcf\xef\x63\xff\x4d\xdb\x7b\x76\xf3\x37\x20\xee\xb4\xba\x5b\x86\x82\xbf\x5c\xcf\x42\x68\xc1\x2d\x1d\xe5\xc5\xcd\x2f\x6f\x6c\xd5\xe0\x7a\x21\xc5\x5e\x35\xdc\x21\xa0\x36\x1c\x8e\xf2\xca\x48\x87\x97\x5d\xb7\x4d\x7a\x7c\xfc\xf2\xe5\x59\xf8\xea\x31\x84\x0b\x71\xf1\xab\x1c\x18\x25\xec\xc1\xaa\x07\x09\x08\xb6\x04\xd7\xca\x04\xe4\x9a\x11\x76\xf5\x6d\x35\x87\x59\x0a\xee\x99\x01\xee\x41\xe9\x6f\x5c\x1c\x1c\xd5\x57\xf8\xbf\x73\x58\x7c\x80\xac\xd6\x7d\x8d\x47\x9d\x24\x3a\x97\x88\x74\xb0\x1d\x59\xb3\xc5\x03\xbd\xef\xc0\x3c\xdf\xae\xa8\x94\xc5\xc2\x7d\x0c\xa3\xca\xcf\x23\xa9\x9e\x65\xc7\xcc\x6d\x60\x61\x88\x3b\x9c\x3f\x7d\x79\x96\x13\x8b\xa0\x6f\x17\x6d\xb3\x99\x3f\xb4\xae\xb0\xe1\xb7\x27\xb4\x76\x03\x54\xb0\x46\xa4\x85\x56\xa9\xd3\xa3\xfc\xc5\xa3\x93\xfc\xff\xfd\xe6\xf7\xbf\x9f\xe5\x67\x74\xe2\x61\xf7\x72\xd7\x54\x70\x2a\x11\x10\xc9\x0b\x61\x78\x20\xff\x63\xe1\xf5\x08\xe8\x2a\x13\x0a\xde\x17\x10\xfb\x36\x40\x1c\xf3\x3b\x7c\xf0\xef\xe4\xdf\x51\x5f\xff\xd5\xbe\x33\x20\x9f\xdb\x19\x1c\x8a\xfb\xb3\x0c\x3f\xc1\x59\xa0\xf3\x92\x8e\x4c\xe4\xe3\xd3\x58\x3e\x16\xe8\x29\xce\x27\xc7\x42\x5a\xf0\x8a\xc4\x82\x58\x57\xbb\x99\x3f\xf6\x24\x14\x50\xe0\x84\x3f\xca\xea\xf2\x78\xbd\xc6\x41\xdb\x80\xc2\xd9\xc5\x2e\xa9\xe5\xf2\x67\x0d\x0b\xf9\x41\x60\xd4\x8d\x80\xbd\xb1\x28\xff\xe1\x16\xd9\xbd\x4c\xff\x5c\xcf\xc4\x2e\x7f\x0e\x3d\x39\xbf\xa7\x2e\x6b\x2e\x2e\xaa\xb2\xb6\xcc\x2c\x8f\xe5\x4c\x10\x37\x46\xbe\x09\x84\x1e\x5a\xb3\xef\x08\x67\x63\x50\x38\x16\x5b\xd0\xa1\x1e\x86\x73\x84\x2b\xf7\xf0\x19\x08\x61\xab\xaa\x77\x7a\x46\xa8\x15\x3c\xa1\x6d\x53\xf4\x2b\x21\x9f\x5d\x44\xef\x56\x7d\x8b\x02\x9c\xb3\x7c\x6e\x89\xb6\x55\xcd\xca\x54\x84\x00\x40\x52\x84\x43\x81\xc8\x7f\x65\x60\x39\x06\x3d\x7a\xdc\xfc\x5e\xca\x47\x15\xc6\x03\x55\x50\xa4\xdf\xbd\xa9\x48\xce\xca\x1b\xd8\xce\xfc\xa2\x27\x24\x00\x64\x75\x78\x30\x80\xe0\x17\x66\x96\x07\xf2\xcc\xf5\x68\x03\x96\x96\xd4\x5d\xe4\xb2\x6b\x83\xe5\x78\x3c\x11\x46\x48\xaa\xcb\x69\x09\x80\x1e\x15\x16\x8f\x75\x83\x53\xdc\x34\xa4\x45\xa0\xd8\x59\x49\x63\xb0\x32\x80\xf6\x80\x2f\x40\x32\xa1\x9d\x30\xe1\x84\x25\x47\xa3\x3f\x06\x9d\xfa\x9e\x47\x99\x29\xe8\xf1\x8c\x51\x0f\xbf\xe7\xb9\x37\xe2\xab\x8c\xf2\x08\xcf\x5a\x43\xa3\x49\x18\xf0\xb6\x29\x70\x94\xcc\xe3\x99\xbf\x3b\xd2\xfd\x0c\x90\x15\x5b\x53\x97\xaa\x04\x2a\xce\x20\x76\x8b\x3e\x98\x42\xc8\x78\x5e\xa8\x44\x4b\x12\x0e\x57\x10\x08\xa6\x73\x38\x8a\xc1\x40\x75\x9c\x33\x16\x92\x41\x21\x15\x65\x7f\x71\x55\x82\x0a\x1d\xa1\x2b\x9b\x10\x18\xd7\x49\x35\xcf\x9b\x65\x55\xae\x0d\x73\x2a\x6a\x1f\x94\xf6\x5c\x54\x75\x37\xd9\x9e\x0c\xf4\x1c\x97\x24\xd9\xca\xaa\x91\x3d\x46\x12\x55\x83\x3a\xd1\xaa\xf4\xee\x8e\x08\xf2\xaa\x44\xee\x49\xe2\xbe\xa9\x91\x64\x6c\x10\xa7\xb1\x1d\x5e\x49\xae\x83\x27\x59\xeb\x11\x4b\x68\xe0\xcf\xaf\x74\xba\x33\xd1\x26\x45\x97\x63\x5d\xe0\x19\x92\x36\x66\xcf\xc4\xa8\x6f\x95\xba\x72\x73\xd9\xc0\x5c\x37\xa5\xdb\xc0\xee\x86\x9d\x26\x6e\x05\x14\x6a\x6d\xf2\x1f\x1e\xce\xbf\x86\xd5\x81\x1f\xb4\xc9\xa0\x24\x5d\x01\x71\x5b\x97\x2c\x6a\x0c\x5a\x83\x0d\xd9\xdc\x7c\x00\x7d\xd1\xc8\x81\xe4\x41\xee\x23\x34\x88\x04\x7e\x60\xc7\x71\x53\x52\x71\x8f\x65\x62\x20\x20\xc6\x8a\x85\xd0\xd1\xa4\x90\x68\x68\x9b\xc7\x60\xdc\xc2\x5e\x0b\x07\x4b\xf8\xc9\x80\x44\xab\x5c\xac\x41\x76\x51\xd5\x92\x25\x99\x0c\x36\xb2\x5b\xac\xcb\x6e\x71\x81\x74\x1f\x34\x67\x80\x43\x4b\x16\xd2\xb1\x25\x23\x1c\x70\x11\xd2\x14\x3f\x07\xb0\xcf\xbf\xcd\xef\x5e\x89\x5a\xf1\x0d\x52\xf0\x05\x1c\xee\xb2\xc2\x43\x80\x1a\xf9\x95\x58\x8b\x50\xae\x75\x0d\xca\x13\x46\x55\x82\x58\xc3\xc4\x0d\x47\x6a\x82\xad\x2f\x01\x47\x70\xd7\x40\xdb\x07\xc5\x18\x85\x5a\x60\xa9\xf9\x5d\x40\xb7\x67\xcf\x71\x91\x7d\x93\xf0\x75\xdd\x2c\xfb\xb2\x2a\x66\x99\x2a\x0f\xa0\x3a\x08\x12\x89\xa4\x3d\xde\xa4\x54\x8b\xa8\x09\xcb\x88\xb5\x82\x00\x42\x93\xd1\xb6\x82\x68\xab\xfa\x0d\x37\xd0\x7a\x89\x30\x96\x74\xa1\x15\xa8\x78\xf3\x01\x0f\x38\x35\xe3\x65\x4e\x5c\x14\xe0\xca\xab\xcb\x58\xec\x64\x09\x6a\xa0\x86\xa7\x82\x92\x8c\x2d\x42\x64\x20\x6a\x40\xb5\xa1\x75\x97\xdf\xbb\x0f\xff\xcf\x9c\xb9\xb2\xcc\x6d\xd7\xba\x5f\xa7\x68\x12\xc2\xfd\x12\x89\x79\xac\x4a\x26\x93\x4c\x0e\xde\xde\x35\x9b\x3a\x71\xc2\xc7\x87\xd3\x56\xd4\x72\x3d\x4a\xd2\x6e\xfe\xa0\xb4\xf5\x95\xad\x81\x05\x7f\x96\x83\xa8\x67\x90\x3c\xd8\x7a\x05\x14\x83\xe8\x0a\x34\x89\x4b\x71\x69\x76\x40\x18\x00\x0b\x80\x2e\x88\x3d\x02\x04\x58\x38\x9d\x37\xbf\xb4\x1d\xf0\x08\x62\x58\x37\x1f\x61\xcf\xe0\x1c\x66\x3f\xa1\xe9\xf4\x75\xd6\xb3\x06\xd3\x54\x05\xca\xc4\xc3\x83\x95\x37\x53\x12\x93\xd7\xe0\xb5\x5e\x7c\x90\xdc\x75\x09\xdb\xb4\xf0\xc6\xd8\x05\x69\x95\xef\xba\xf9\x89\x58\x31\x08\xf9\xe9\x13\x9f\xaa\x87\x0a\x99\x6d\x76\x84\x2f\x6e\xfe\xb4\x74\xb1\xa6\xe0\xe0\x10\x57\x70\x1c\x1a\x64\x50\x57\x56\x80\x62\x00\x38\xca\xbe\x1c\xc0\xa1\x21\x50\xb9\xb8\x9d\xe7\xa9\xc9\x0d\x8a\xd8\xe2\xc7\xa5\x6c\x40\x74\x19\xd1\x6f\x32\x26\x23\x99\x07\xac\x10\x03\xd6\x0c\x36\x96\x4c\x64\xdc\xe7\x69\x0d\xea\x5c\xaa\x67\xc1\x4a\x8a\x75\xf9\x75\x36\x1e\x18\x94\x02\x0d\xbc\x7c\x1d\x59\x6e\x17\x62\xd0\x63\x0b\x2e\x11\x63\xb6\x20\x32\xe5\x0b\x12\xe0\xa5\xdd\xa2\xd0\xb8\x71\xeb\xf9\xaf\x7f\xff\x0f\x50\xae\x00\x0b\xd0\x6c\xe1\xa9\xf7\x1f\x40\x93\x64\xab\xb5\x1a\xa7\x3f\xcb\x5c\x83\x07\x7e\xf1\xdb\x1a\x39\xad\xab\x9b\x0f\xef\x81\x7e\x7d\x36\x90\x08\xd8\xb2\x0c\x3a\xf8\xfc\x09\x4a\x20\x75\x87\x9c\xe9\x28\x51\xe6\xf9\x00\x46\xba\x3e\x48\x21\xb9\x37\xd0\x1c\xd1\x5e\x1b\xd4\x4b\xd0\x2e\x32\x92\x14\x10\x01\x60\xad\xca\x91\xe4\x82\x63\x46\x5a\x1c\xf5\x3b\xcb\x9f\x44\xca\x0a\x09\xb1\xb1\x34\x8c\x6a\x72\x32\xa8\x3a\x1d\x95\x43\x29\x60\x63\x37\x4b\x6c\xda\xc2\x2e\xc1\x61\xf8\x05\x4e\xf7\xc6\x66\x20\xf2\xaf\x81\xc0\x78\x16\xf1\xd8\xe6\x4d\x05\x12\x2f\x5a\xc5\x37\x65\x6c\x6c\x20\x50\x1b\x81\xfe\xfa\xf7\xc7\x70\xe8\x3c\x74\xd7\xc7\xd0\x7f\xd0\xcb\x02\xa0\x5f\xd7\x00\xfa\x4c\xf4\xe4\x74\xfd\x61\xd4\x37\x1f\x49\xfa\xb2\xcc\x7e\x67\xca\xb4\x58\x1e\x23\xb9\x1e\x17\x41\xf7\xe2\x55\xcd\x86\x74\x3d\x9b\x6c\xba\x89\x96\xc2\x21\x31\x00\x0a\x71\x55\xe2\x98\x4c\xfe\xdd\xf2\xfe\x5d\xf7\xdd\x57\xcb\xfb\x83\x9d\xd9\x6c\xdb\xde\x2e\x0d\x8e\x7a\x09\xc4\xd3\xbe\x21\xf2\x64\x71\xfc\x6c\x69\x44\x91\x03\xa6\x00\x82\x17\x09\x27\x77\x8b\x1c\xc7\xa7\x8a\x25\xde\xc5\x58\x31\xee\xc0\xd0\x48\xe9\x87\xfa\x91\x44\xb2\xa2\xf3\x4a\x07\x48\xb1\x9e\x85\x2e\x5a\x28\xc5\x77\x9a\x5b\x55\x82\x0a\x34\x8d\x6d\xb8\x99\x24\x0f\x01\xaa\x33\x91\x27\x04\x84\xf9\xdd\x7c\x64\x1a\x82\x4b\x44\x94\x95\x1a\xe7\x45\x40\x7c\x2b\x80\xa1\xbb\x12\x27\x73\x81\xba\x02\x99\x89\x93\x35\xb0\x6e\x8b\x16\xde\x6f\x60\x9b\x6b\x90\x55\x00\x47\x2e\x8d\x5b\xf4\xb5\xac\xa7\x2d\x18\x0b\x1f\x03\x79\x21\xf6\x49\xfb\x3b\x96\x0e\xbe\xf0\x2b\xfc\x25\x73\x1c\x3c\x13\xba\x27\x78\x20\xce\x4b\xfc\x0e\x6d\xa3\xce\x52\x2e\x91\x3e\xf7\xf5\xde\xfd\x0b\x16\x15\x47\x94\x9d\x0c\x10\x40\xa2\x36\x8c\xf7\xb4\xf9\x11\xeb\x3f\x82\x86\xdf\x83\x9e\x5f\xae\xde\x8a\xde\xe4\xf7\x2c\x5f\x36\x1d\x99\x13\x68\x95\x75\x36\x1e\x9a\xcd\x55\xb4\x9b\xb4\x9e\x48\x9f\xf7\x4c\x31\x5d\x5d\x51\xfa\x49\x56\x71\x44\x73\x3a\x8b\x56\x88\x4f\xd0\xb7\x65\x81\x80\x4d\x53\xbd\x02\x2d\x16\x35\x30\xce\x70\x24\x66\x19\x8d\x15\x87\xdc\xe9\x88\xd7\x86\x86\x1c\x8f\xf8\x8b\xd6\x7e\x29\x63\x26\x9e\x42\x3d\xa9\x2a\xd0\x62\x17\x40\x4e\x56\x80\x56\xd0\x66\xa3\x4c\x38\xb9\x9f\x72\xf1\x49\x7e\xa1\x35\xd0\x84\x90\x1c\x63\xcf\xe8\xe9\x82\x21\xc1\x4d\x04\xe4\x0b\x87\xf1\x2e\xe2\x11\x7c\xb7\x2d\x91\xd0\xe5\x32\x6b\x56\x5e\x9a\xd9\xa0\x6f\x35\x71\xd0\x34\x4f\x06\xd3\x6c\xf7\x8f\xcb\xd7\xef\x9a\x66\xe1\x2e\xd1\xfe\x04\xd2\x47\xd5\xd4\x20\x54\xf6\xc5\x78\xca\xc1\x32\x8a\xba\x27\x48\xe4\x28\xe5\xe4\xff\x1f\x4a\x03\xb8\xcc\xaf\xf9\xc0\x22\x9f\xd2\xd3\x1a\x1d\x15\x3e\xcc\x34\x04\x3e\xb8\x1e\x98\xa5\x66\x60\x9c\xe5\x45\x89\xe8\xea\x26\x31\x68\xdf\x7a\xbf\x5f\x99\xe1\xbc\x3c\x0b\x50\x01\xc8\x13\x76\xa5\x39\x05\xe0\xff\xd2\x4b\x45\xa1\x82\x98\x3f\x82\xc0\x04\xf3\x03\xb9\xa0\xc0\xfb\xa0\x4d\x53\x18\x98\xe3\xce\xba\xf9\xf9\xcd\xc7\xac\x6e\x40\xde\xc9\xe0\x23\x56\x38\x2d\xd0\x58\x02\x40\x68\xfd\x79\x9d\xbd\x82\xf5\x79\x36\xad\x6a\x20\x77\x4f\x8b\x12\x19\x36\x3b\xa5\xc5\x78\x78\xdb\x29\xc8\xce\xa6\x94\x95\x17\x96\xae\x53\x7e\xec\x6d\x75\x85\xe7\xc2\xe2\x15\xf3\xb2\x6c\x87\xa8\x7b\x7e\xfe\xf8\x25\xa9\x50\x89\x71\xfa\xa4\x02\x51\x96\x74\xd8\xf3\xc7\xd9\xe3\xae\xdb\xba\x57\x2d\x9c\x1d\xb2\xf7\xbd\x7a\xf1\x04\xba\xdc\x55\x8d\x29\x5e\x05\xab\x22\x29\x0c\xd9\x4b\x6b\x36\xc3\x29\xa1\x7e\xbb\x6d\xb2\x63\x10\x5e\x06\x0b\x81\x3a\x5d\xeb\x2f\x3a\x49\x49\x3b\xfd\x0d\x6a\x93\x57\x9d\x2d\xdd\xbb\xfe\x3c\x69\xad\x6f\x66\x3f\x67\xa6\xda\x82\xf2\x8f\x72\xa4\x07\x1d\xdc\x4b\x04\x33\xca\x71\x75\x61\xea\x7e\x03\x18\xb8\x22\xd3\x09\xd6\xfa\xe2\xde\xe2\xcb\xb4\x99\x02\xa8\x95\x36\x85\x75\xa9\x2a\x92\x61\x69\x12\x24\x7e\x6a\x06\xc4\x02\xbc\xc8\x61\x89\x1c\x10\x0d\x40\x80\x9c\xe2\x5e\x92\xdd\xbe\x01\x66\xf9\x06\x68\x3e\xb4\x9f\x13\x19\x47\x26\x2f\x86\xe4\x1a\x94\x0b\x36\xe0\xfe\x0c\xbc\xff\xbd\x1d\xf7\x87\x37\x02\x66\x63\x6e\xfe\xb3\x01\x86\x02\x50\xa4\x3a\x8c\x20\xfd\x55\x0c\x28\x21\x78\x4e\x1d\xea\x2b\x61\xea\x58\xcf\xbc\x3b\x54\x8f\x4c\xf7\xa0\x7a\xbf\x03\x3a\x35\xaa\xcb\xc4\x3b\xda\x00\x91\x08\x27\x69\xb7\x28\x26\x50\x0d\x0d\xce\xe3\x4a\x88\x4a\x01\x86\xec\x77\xc5\xbe\x51\x55\x78\xd4\x97\x2b\x53\x58\xa8\xf8\xf9\x5d\xf7\x39\xb6\x5a\xbf\x05\xe9\xa8\x96\x1a\xac\x7a\xa1\x2e\xdb\xd4\xc0\x1e\x8a\xe6\x5b\x75\x17\x58\x40\xd3\xac\x62\xa2\x0e\xa8\xa6\x1f\x21\xab\xbc\x55\xb3\x40\x11\x83\xc2\x38\xbe\x2d\x4a\xc9\x74\x8d\x54\xa5\xa4\x5b\xe4\x59\x70\x7f\x58\x2c\x81\x1f\x2e\x3a\xf3\xd6\xd6\xf3\xff\x40\x42\x8e\xf4\x05\x37\x5b\x35\x23\x12\x67\xf1\x1b\xdf\xf4\xf0\x95\xf5\xe2\x60\xd5\x58\xd5\x1d\x55\x07\xb9\xf2\x60\xed\x81\x87\xc1\xb8\x81\x0e\x4e\xf1\xe1\xfe\xf9\x4c\x8f\x6b\x32\x3a\x50\x2d\x98\x7e\xf1\xa9\x7c\x7c\x67\x54\xfb\xc6\x55\x81\xc5\x2f\xab\xca\xae\xf1\xba\x40\x47\x92\xdc\x3e\x56\x51\xff\xa4\x85\xc4\x47\x59\xf5\x5f\x94\xc0\xfc\x16\xf8\xcd\x0c\x3b\x3f\xad\xa1\x86\xdd\xf5\x90\x0d\x59\x1a\xa1\xf1\x96\x9c\x5d\x22\x6b\x04\x0d\x2c\xe6\x6b\x0e\xe4\xef\xbf\x91\xf4\xed\x15\x69\x1c\x50\x47\x36\xe7\xb2\x68\xbc\x65\x83\x2f\x15\x6c\x32\xa7\x68\x4f\x27\x3a\x04\xbc\x46\xa6\xf4\x2f\xed\x11\x44\xe4\x6d\x89\x62\xf7\x64\x8f\x9e\xbd\xfe\x13\xfd\xa5\x4a\x8c\x78\x18\xe1\x81\x22\x54\x8a\x2d\x30\x65\x5d\xb0\xef\x10\x1e\x43\xc2\xb3\x59\x06\x3a\x43\x87\xea\x37\x4f\x7e\x68\xaf\x01\xd5\xa4\x44\x62\xd0\xa1\x94\x56\xa2\xd5\xba\x15\x03\xcd\xcd\xdf\x2a\x14\xaa\x40\x12\x07\x1d\x4d\xec\xcc\x82\x31\x7c\x03\xa0\xb3\x06\x45\xf0\x21\x52\x15\xea\xb0\x24\xdb\x7b\x93\xae\x8a\x17\xd8\xf0\xd2\xef\xad\xdd\xa5\x32\x1b\x99\xd1\x36\xc4\x4a\xb6\x66\xc5\xf7\x21\x57\x24\xbc\xac\x44\xfc\x25\x3e\x0a\x4c\x14\xad\x44\x68\x21\x41\xb5\x94\x20\x76\xbe\x45\xf2\xb2\xf0\xac\xeb\x0a\xe6\x32\xae\x7e\x84\x57\x01\x20\x81\xb8\x7e\x43\x16\x5d\xb6\x57\x79\x62\x99\x1f\xdc\x22\xb4\x05\xbb\x9b\x8f\xa0\x44\x01\x0b\x4e\x0d\x53\xcc\x84\x71\x3e\xab\xc8\x1a\x95\x39\xf4\x19\xc3\x55\x67\x5f\xa8\x97\x2a\xa8\x61\x53\x40\x78\xc3\x0a\x11\x11\xec\x6b\x3c\x3b\xe8\x12\x96\x98\x33\x8e\xd4\x42\x80\x63\x00\xc9\xa9\x35\x6d\x45\x2c\x15\xd0\xa1\x76\x17\xb0\x08\xf4\x9b\x5d\x63\x60\xa9\xb9\x53\x54\x9a\xd0\xd7\x29\xe9\x33\x6c\x24\x93\x2f\xee\x2c\x75\x81\x4a\xba\x33\xa8\x84\xe2\x65\x25\xaa\x9d\x8d\xc7\x0f\xb2\x7b\x6b\x7f\x88\x58\x83\x89\x12\xb9\x4a\x89\x23\x6e\x6a\xaf\xe4\xfe\x53\x66\xea\xfb\x3a\x34\xd7\x68\x85\xf9\x9e\x9c\xb4\x98\x64\x27\x12\x8a\x48\x1a\x9a\x5e\xb2\xea\x6d\xc0\x11\xb1\x44\x58\x9d\x06\x30\x0a\x9b\xdf\x05\x47\x9f\x30\x63\xe8\x8c\x5d\x85\x16\x4b\x18\xcb\xea\x32\x3a\x7e\x68\x48\x05\x01\x22\x67\x0f\x8b\xae\xac\xa3\xd3\x07\x02\x2c\x8e\xec\x75\x06\xac\xb1\x5e\xdb\x85\x5c\x7a\xb1\xe9\x0d\x71\x53\x6e\x8d\x60\x7c\x7a\xc1\x85\xf7\x99\x0a\xbe\xea\x5d\xd7\x6c\x0e\xd5\x1a\x19\x42\xb3\x37\xc0\x3b\x17\x4d\xad\x22\x3a\x12\x03\x5b\x07\xff\xad\xd2\x0e\x0c\x62\xa4\x35\x94\xdd\x8e\x0d\x01\x68\x35\xc9\xb7\x37\x7f\x5b\x92\xd7\xdd\x45\x53\x55\xcd\xb5\x6d\x41\x40\xb7\x20\x71\x81\xb8\x68\x5d\x86\x52\x21\x50\x38\xbc\x90\xea\x0c\x12\x1b\x27\x70\x68\x6c\x3d\x67\x45\x17\xe4\x7b\xfe\xc6\x15\x5b\x38\xb4\xf2\xfb\xa1\x7d\x63\xe8\xc4\x38\x2e\x40\x03\xce\x66\x46\xec\x05\xf5\x91\xf6\x0a\x4f\x55\x20\x51\x28\x93\xc8\x1e\x72\x31\x5d\xaa\x85\x3a\x5b\xd3\x01\xc1\xad\x59\xf1\xa5\xc1\x52\x75\xf8\xdc\x0a\xa7\xac\x47\x1c\x8a\xda\xf4\x56\x81\x2d\xde\xd5\x75\x24\xac\xa0\xff\x1b\x3b\xde\xbd\xce\xd4\x33\x8f\xfd\x36\xa7\x7d\xa4\x84\xf6\xb8\x39\x09\xfa\x8e\xdd\x1a\xc8\xde\x07\x4b\x5c\xe0\x07\xfa\x61\xc9\x79\x05\x17\x14\xcd\x47\x6e\x7e\x1c\x7b\xcc\x92\x5d\x74\x60\x13\x05\x4a\x6b\x51\x7d\x57\x7a\x2c\xfa\x1d\x6c\xc0\xfc\xd5\xab\x1f\x1e\x66\xd9\xb6\xc7\xfd\x59\xa4\x63\xcc\xcf\x78\xdb\x1a\x1d\x3b\x5f\x39\xbd\x9c\x36\x1f\x58\xa7\xdb\x4c\xae\xbc\x16\xaf\x8e\x7a\x87\xd8\x42\x4a\x6e\x07\xba\x99\x23\x73\x53\x9d\xde\x55\xb7\xb6\xa2\x3f\x0d\x96\xa3\xe4\x12\xee\x5c\x85\xd2\x24\xd7\xb0\x68\xcd\x11\xed\xdb\xa2\x78\x68\xf0\x2c\x5f\xdd\xfc\xa2\x3e\x7e\xd7\x76\x19\x09\x89\x5e\xd2\x10\xdb\x63\x31\x7f\x12\xdf\xdb\x21\x61\x20\x66\x21\x77\xca\x96\x28\x3e\x51\x8d\x3a\xec\xa3\x77\xcf\x03\x25\x76\xb4\xf9\x80\x3b\xe8\x24\x19\x5f\x5b\x9d\xb0\x0a\x3b\xed\x21\x8c\xfd\xd0\x95\xed\x13\xec\xd0\x6b\x59\xfd\x16\xad\xf6\x7e\x03\x8e\xe9\x0e\x03\x4a\xdb\x5c\xf0\x25\x05\xf0\x7a\xb3\xf7\xf3\x14\x93\xa0\xd1\x8a\x43\x9e\x3f\x53\x12\xb0\xdf\xfd\x37\x27\x55\x99\xd8\xfd\x10\x58\xcd\x76\xa7\x28\x55\xd2\x72\xa8\x37\x0a\x6e\xb3\x21\xbd\xcd\xd6\x15\x31\x5b\x16\x3f\x56\x16\xc5\x61\x20\xb1\x64\x92\xcb\x4d\x30\x2b\x90\xf1\x13\x0e\x45\x4f\xf7\x83\xf8\x07\xe8\xe5\x23\xcf\x51\xbd\x22\x4e\x08\x96\xde\xe7\x1e\x33\xb9\x3a\x8b\xee\xe1\x9b\xc9\x1a\x6a\x77\x11\x9b\xa4\x45\x2f\x9a\xa1\x7f\xcf\xe0\xe2\x3e\x78\x0a\xac\x2e\x9b\xc6\x89\x45\x9f\xfb\x3f\x47\x8c\x27\x64\x15\xfb\xac\x40\xca\xe6\x84\x51\xea\xe6\x4d\x78\xcb\x1c\x6b\x15\xd4\xd4\x41\xae\x93\x81\x12\xbd\x59\x94\x1b\xf4\x05\x3f\x0d\xbe\x86\x6a\xe2\x0d\xda\x18\x81\xd4\xe4\xa7\x97\x4e\x35\x5c\x29\x3e\x43\x43\xe4\x8e\x6c\x6e\x37\x7f\xab\xbd\x23\x41\xbc\x5a\x20\xfd\xbb\x6d\x53\x97\x00\xce\xf2\x92\x15\x41\xc7\x3b\xf4\xcd\xd2\x59\x79\x8c\x9b\xbc\xfd\x0a\x2c\xe4\x56\x34\x54\xd4\x0a\x04\x50\x4e\x57\x6c\xfe\x68\xaa\x62\xda\x97\x86\x1b\x26\xcf\x6c\x5f\xce\x97\x2b\xa9\x79\x09\xad\x2c\x8b\x04\x2a\xdc\x0a\xd7\x23\xf8\x09\x3d\x64\xdc\x69\x50\x3d\xcc\x6c\x38\x89\xc1\xea\xf8\x9a\xbc\x1a\xe1\x5c\x0d\x16\x23\x07\xed\x8d\x96\x1d\x85\xf5\x24\x38\x81\x28\x21\xac\xea\x68\xac\x11\x71\x93\x31\xfc\xab\x48\x5b\xd2\x09\xab\x8c\x4e\xcd\x5c\xea\x55\x34\x65\xe7\x12\x4f\x78\xa9\xf0\x3d\x4a\x2c\xe4\x8f\x56\xdc\x5e\x95\xf5\x52\xe5\x2a\x93\x0a\x29\xc8\x66\x40\x40\xb6\x86\x08\x1c\x39\x03\xbf\x27\x9a\x43\xa7\x78\x82\x9d\xec\xc8\x53\xc7\x29\xa3\xc0\x6f\xb0\x64\x20\xe0\x99\x76\x37\x3f\xd3\xc6\xf4\x8b\x58\x36\x9f\xc2\x71\x53\x6f\x48\xdf\xa1\x70\x4d\x01\x51\xde\xe9\xc7\x0c\x65\x48\xc6\x03\x4f\x3d\x30\x3f\x86\xe5\x89\x1e\x57\xb1\x5e\xf4\x49\x7a\xb8\x0b\x82\x23\xcc\x1c\x39\x29\x7b\xb3\x93\x23\x1b\xd7\x8c\x4c\xed\xd8\xe8\x2c\xff\xf5\xef\x20\x4e\x59\x66\xa9\x4c\x63\xff\x30\x1c\x8e\xe2\xec\xaf\x1f\x4e\xab\xc9\x7e\x01\x75\x5d\x59\x78\x39\x7d\x88\xbe\x9f\x65\xa6\x28\xe8\x90\xf1\x12\x1d\x03\xe6\xc0\x64\x04\x67\x6f\x9d\x16\xd5\x4e\x6b\x1e\x84\x5a\x24\x77\x66\xa8\xed\xdd\x7e\x4f\xe6\x67\xe0\x6f\xca\xc8\x26\xf5\x0f\x5c\x92\x6d\x61\x3c\xef\x00\x67\x3e\xe5\x8e\x6c\x16\x0d\x3a\x62\xd4\xc9\x50\x87\x1b\x8c\x44\x93\x56\x61\x82\x62\xca\x09\xf3\xd2\x61\x38\x63\x91\x9c\x88\x5d\xa2\xde\xaa\x6b\x49\x45\x24\x51\x12\xda\x91\x2a\xc3\x7a\x62\x55\x3a\x76\x53\x58\xf9\xda\x1e\x7f\x9c\x12\x1e\xe1\xd5\xb9\xe0\x77\x2c\x95\x91\xf6\x2b\xf4\x05\xc6\xd9\xd4\xcd\xfb\x15\xfa\x7d\x61\x5f\xc2\x6f\xbf\x43\x5b\x7e\xbd\xbe\x1f\xdf\x88\x1a\x0c\xc6\xfa\xc3\x77\x5f\x49\x11\xf2\x46\xd7\x57\x1d\xe1\xf2\xba\xbf\xf9\x68\xc4\x91\xf9\x71\xbf\xe4\xa5\xfd\xce\x44\xd1\x13\xec\xda\xdd\x46\x63\xa6\x10\x0a\xa4\x70\x55\xbf\xe2\xd5\x48\x2a\xa0\x27\x4e\x85\xb7\x83\xb8\x45\x3d\x90\x01\x0e\xb9\x40\x4d\x40\x9d\x7a\x15\x7d\xe3\x65\xf3\xba\xbd\x0a\xe3\xb1\xd9\x4c\x1c\x1b\xe8\xda\x41\xee\x5e\x08\x5c\xf5\x1b\xd9\x48\x21\x53\xa8\x01\x68\x23\x24\x44\x51\x23\xa9\xc9\x6f\x50\x5f\xae\xd0\xc9\x3b\xcb\x5b\xef\xb4\xfe\xc4\x5d\x00\x95\xf1\x98\x98\x65\xf1\x6d\x89\xe0\x42\x74\xc2\x85\x47\xea\xe4\x58\x65\x11\x84\x33\xc3\x63\x2d\x84\x0f\x97\xc5\x93\x3d\x9d\x88\x27\x7c\x0f\xd0\x74\xc0\xeb\x70\x32\x5a\xb3\x94\xe4\x61\x30\x8d\xa0\x11\x51\xbc\x30\x8c\x5a\x1d\xe0\xf2\xab\xa6\x42\x17\x38\x43\xdb\x53\x89\xc7\x1f\xfa\x99\x17\xf4\x35\x48\x8f\x4a\xd9\x62\xc2\x36\xea\x36\x4c\xfc\x49\xdc\xdd\x90\xa0\xf1\x82\xdf\xfc\xf2\x0e\x74\x57\xa6\x66\x30\xb1\x63\x3d\x86\xa0\xe5\x92\xa9\x8b\xb6\xed\x95\xee\x29\xe9\xfc\x6c\xca\xa2\xc0\x21\x04\xc3\x98\x09\xd5\x7a\x45\xf8\x32\x5e\xf9\xc5\xfb\x60\xf2\xfc\xa5\x1d\xe9\x50\xa4\x0a\x27\x92\xc7\xa6\xe3\x42\x7d\x89\x29\x0e\x70\x70\x31\x97\xb9\xfc\xff\xcf\x0b\x38\x1d\x2e\xeb\x9a\xb7\x80\x89\x51\x0b\x2f\xf1\x83\x28\x59\xfb\x2a\x79\xe2\xc1\x6a\x64\x20\x1d\xa9\x42\x19\x08\x80\x3a\x98\x24\x54\x03\x51\xd5\x93\x0d\x24\x87\xfb\x6a\x4f\x11\x8c\xab\x9b\x8f\xf5\xaa\xaf\x9a\x29\x9a\xd1\xd7\xcb\xb2\x26\xd5\xff\xaa\x44\x20\x94\x8c\xe9\x53\x2c\x51\x41\x67\xd2\x95\x5f\xa9\xc2\x57\x28\x4c\xa0\x90\x14\x97\xe0\x16\xb4\x50\xd1\x54\x71\x61\x68\xad\x48\x10\x39\xe6\xe0\x05\x15\x87\x41\x3d\x66\xda\x22\xce\x3b\x5a\x99\xc9\x0d\xd3\x6c\xaa\xcc\xeb\xef\xa2\xa5\x77\xbc\xf6\x6e\x80\xac\x20\xe3\x9f\xfd\xa0\x61\x26\xb3\xcc\x37\xca\x35\xc9\xf9\x9d\xdd\x40\x62\x4f\x67\x6e\x3c\x17\xa7\xcb\x5a\x43\x2c\x84\xbd\x20\xe7\x0a\x44\x59\x30\xa1\x1e\xdc\xe8\xf1\x28\xfd\x64\xd2\x89\x4c\x15\xf2\x1a\x5b\x3a\x26\x0d\xfb\xef\x86\x91\x90\x3b\x00\x8d\x81\x88\x5a\x9d\x73\xdd\x91\x10\x90\x1f\x27\x96\xcd\x55\xb3\x15\x1f\x03\x5e\x3a\x6a\x2d\x6a\x4c\x97\x1d\xce\xf1\x87\x67\x7a\xfa\x5d\x4e\xa6\x32\xef\xfa\xe0\x49\x10\xcf\xc1\x13\xa1\x78\x7f\x27\x29\xd1\x4b\xed\x4d\x36\x59\x35\xc4\xe9\x9a\x53\xd4\xc9\xee\x1d\xf1\xd0\xf1\xd0\x8b\x5c\x00\x50\x58\x71\xda\x26\xc9\xda\x35\xa1\xfa\x24\xbd\x8a\x67\x97\x8a\x61\x7b\x3b\x9f\x92\xc5\x3c\xe9\xca\x9f\xd1\x2e\x91\x93\x92\x15\x47\x0e\x55\x41\x3b\x94\xf0\x6f\x7e\x61\x29\xc6\x44\x96\xa2\xe8\xd0\x66\x3a\x22\xf5\x0a\xd0\x43\x1c\x9c\x78\x04\x40\xdd\x77\x4c\x6c\x89\x89\x85\xd3\x3e\x72\x83\x24\xf9\x94\x96\xc4\xd4\x74\xef\xb0\x83\x4d\x57\xd1\xe0\xd9\xf3\x20\x0a\x78\xed\x93\xfc\xb9\x56\xb6\xfd\xcc\x7b\xf5\x0e\x06\x16\xb4\x38\x19\x22\x9b\x4f\x52\x28\xf1\x3e\x8e\x21\x88\x4d\x25\x33\x51\xd8\x88\x16\xf3\xc0\x1d\x7a\xa0\xe7\xd1\xed\x45\x98\x00\x61\xfc\x11\xec\x28\x7b\xaa\x27\xc2\x75\xf6\x13\x9a\x44\x5f\x67\x7c\x29\x72\x16\x6e\x2b\xc2\xbd\x61\x7c\x58\xe3\xa0\xd7\x70\xb1\x28\xe2\x13\x9e\xc6\x75\x8b\xb2\xa8\x13\x29\xc0\xb1\xdf\x55\xe4\x10\x89\x9a\x1d\x9c\xc4\x0e\x0d\xce\x1b\xbb\x01\x72\xb2\xac\x48\xff\xd1\x05\x06\xd5\x1f\x2f\xcb\xfd\x2a\xcf\x32\xf4\x42\x27\xed\x7e\x37\xff\x51\xfe\x04\x06\xc5\x9f\xf1\x6b\x14\x6c\x64\x87\x6e\xbb\xdf\xb9\x2d\xd0\x00\x60\x57\x80\xa9\x77\xfa\x12\x8a\x8b\x1c\x5d\x3c\xef\xdc\x07\xa5\x0a\x8d\xa8\xd0\x0f\x40\xdc\x1f\xb5\x86\x51\xd6\x2b\x16\x9e\x52\xcf\xc0\x6b\xbb\x44\xac\x66\x37\x7c\x92\xcd\xbb\xe9\x38\x37\xa1\x4b\x86\x6e\xd7\xf7\x8f\x83\x1c\xd5\x91\x1c\x8f\x47\x82\x81\xde\x3a\xb9\x2f\xf6\xd9\xb0\x42\xef\x08\xee\xbe\xcc\x30\xae\xca\x6f\xc9\x48\x92\x55\x59\x8d\xa0\xd0\xc7\x32\x96\x67\x0f\x06\x02\x53\x56\x02\x94\x46\x3f\xcb\x68\x60\x74\xc7\xf1\x18\xd1\x3e\x84\xa1\xc7\x0e\x27\x04\x44\x81\x53\xea\x50\xaa\x70\x18\x46\x45\xa5\xa3\x2d\xe4\xb8\x00\x6c\x03\xb0\xc2\x6b\xf9\xe8\x18\x1e\x36\x9e\xaf\x4e\xa8\x2d\x46\x41\xe5\x4f\x71\xd6\x03\xf8\x8c\x39\x0a\x34\x3f\x81\xff\xe0\x03\xa5\xd5\x24\x66\xbd\xcd\x6a\xb6\x2e\x3b\x74\x98\x68\x6d\x86\xa1\xbb\xb5\xb3\xf3\x27\xf8\x2f\x46\x70\xcb\x87\x51\x6d\x83\x23\x01\x35\xfe\x52\x22\xf6\x2a\xad\x00\x33\x2e\xc8\x99\x13\xff\x91\x5f\x13\x7d\xa3\x80\xb2\xd5\xac\x0a\x44\x01\x65\x30\x5c\x03\xef\xd8\x9a\x05\x20\x5f\x27\x59\x20\x98\x36\x92\xe9\x8f\x01\x31\xc4\x48\xc7\x52\xd0\xa5\x8d\x6f\x8e\x6f\x6e\x06\x67\x42\xfd\x7d\x69\xf3\x78\x5f\xe2\x23\x5d\xd8\x0b\x03\xc8\x20\x97\x3b\xf3\x17\x78\x9f\xb3\xa5\x9b\x3d\x0a\xf6\x91\xf4\x06\x0b\xbc\x29\x6d\xaf\x0c\x46\xae\xf3\x1f\x34\x79\x2e\xfc\x02\x18\x01\x29\x9a\x5f\x2a\x34\x08\xa8\x2d\x72\x8a\xd4\xf7\xa8\x8a\xb2\x1a\xa4\x80\xbc\xa1\x91\xae\x4b\xbe\x1b\x3b\xb6\x9b\xac\x30\xae\xa8\x16\xf9\x2d\x32\x02\x6b\x2c\x09\x7a\x9a\xd3\x75\x50\x50\xe4\x67\xd9\x35\x3a\x5c\x4c\x5c\xdf\xac\xcd\x7b\xfc\xfa\xc8\xd4\x8e\x10\x12\xfe\xc4\xff\xcb\x65\x0c\xac\xce\xea\x52\xfc\x3f\x9b\x8b\x05\xad\x1c\xdb\x4e\xe2\x5b\x5d\x52\x81\xab\x95\xa9\x49\xca\x86\x33\x50\xdd\x7c\xc4\xa0\x39\xef\xe4\x82\x01\x0e\x45\x4a\x1a\xb0\x29\x72\x29\x98\xbe\xf4\x99\xbe\xc6\xff\xe7\xef\x80\x0e\xb7\x3c\x79\x13\x54\x5b\xb4\xf5\xf6\x18\x02\xac\x71\x4e\xc7\x89\x9f\x95\xe4\xb0\x48\xc3\xed\xa3\x54\x16\x71\xf9\x5e\x42\x2d\xd7\x2e\x75\x4a\x26\x91\x3e\xe6\xcb\xaa\xb7\x77\xee\x33\x82\x28\x85\xd4\x36\x09\x89\xa9\xaf\x14\x8b\xa5\x7c\xc6\x94\x50\xd1\xef\x84\xe3\x4d\x03\x16\x4e\xc3\x09\xf6\x79\x6f\x44\x75\x25\x0a\x31\xaa\x5f\x7d\xff\xc3\x4b\x72\xb0\x92\xc8\x11\x32\x54\xb2\xc7\xb8\xc4\x23\xce\x7c\xd3\x2c\x58\x39\x96\xda\xea\x12\x76\x04\x48\x5c\x67\x87\x2b\x9d\x97\x1b\x8a\x9f\x69\x53\x3c\x11\x13\x68\x68\x4e\xfd\x07\xa8\x20\x84\x66\x57\x32\x06\x1f\xad\x71\x14\xae\x5e\xf3\x60\x85\x4f\xa2\xaa\xb5\x49\xb9\xc1\x0f\x5b\x06\xa7\xae\xf2\x11\x1f\x7a\x34\x89\x8e\xa3\x53\xf2\x1b\xdc\x60\x3a\x2c\x80\x18\xf4\x95\xff\xd6\xaf\x1c\x1a\x0b\x44\xe9\x62\x7e\xda\xb2\x03\x45\x7c\x58\x06\x98\x87\x31\xe7\xea\xac\xe0\xe8\xfa\xa5\x25\x36\x86\x82\xd4\x76\x07\x67\xaf\x7e\x0b\xb2\x13\x8a\xe6\xe1\x43\x24\x79\x52\x51\xd1\x44\xd0\xe2\xad\x75\x06\x5d\x13\x81\xfd\x3f\xff\xf3\x7f\xe5\xff\x4f\x7e\x02\x8b\x70\xd2\xb5\xd5\xbd\x13\xb5\x7e\x69\x93\xb8\x23\xd2\x4a\xaa\x20\x80\x3e\x47\x54\x23\x5c\xd4\x5e\x95\xeb\x12\x15\x3d\xfe\xfc\xa3\xfc\xea\x31\x24\xa6\x0d\xf6\xd4\x42\x6f\x83\x89\xc0\xe8\xe5\x70\x4b\x6b\x43\xd4\x25\x43\xb5\x5b\x24\xf8\x3a\x4f\xd8\x16\x1c\xb0\xd5\xdb\x05\x52\x28\x3b\xff\x9e\x4c\x4b\x2f\x6e\x3e\x6c\x61\x2b\x84\xa7\x77\x97\xa5\x13\xca\xcd\xb8\xbc\x8f\xba\x6b\xde\x99\x05\xe8\x61\x18\xce\x15\x38\x70\x3d\x4c\x44\xc3\xec\x18\x89\x56\x6d\xc5\x09\x8d\x02\xc0\x30\x8b\x0a\x7a\x38\x22\x0e\xc5\xac\xfe\x0c\xbe\x0a\x07\x4e\x44\x2d\xc2\x35\x0e\x35\xde\xd3\x1e\x0d\x08\x26\x40\xa9\x13\xa6\x84\x35\x3c\x11\xec\x65\x99\xf8\x90\xff\xfa\xe1\x8a\xdd\x4e\xc9\x53\x02\x16\xb5\xb0\x9f\x65\x69\x4e\x95\x88\x5d\x65\x5d\x6b\xed\xfc\xe6\x7f\xb4\xcb\xa6\xca\x2e\xca\x0a\x9d\x6f\xc5\x55\x01\x33\x43\x74\x66\x3d\x7f\x04\x5f\x5b\x89\x3c\x27\x8f\x05\xe8\xbc\x43\x07\x61\x90\xb2\x19\x14\x7d\x03\xa0\xc0\x65\x00\xee\xe6\xa7\x52\x38\x99\x3c\x06\x73\xcd\x0c\x73\xcc\x54\x66\x69\xab\xb8\xde\x06\x8e\x98\xeb\x50\x7b\x81\x73\xa6\x7f\x66\xb8\x39\x65\x87\x19\x71\xe8\x5f\x58\xa0\xca\x1a\x47\x7e\x09\xfc\x47\x46\x77\xa6\xad\xb9\x86\xd1\x5c\xf3\x0f\xc0\x00\x4a\x3e\xf3\x18\xfe\xbd\xf9\x2b\xba\x95\xf2\x77\x8a\x13\x42\x48\x0c\x13\xf2\xd0\xa4\x02\xd0\x21\x3a\xd3\xbf\x32\xed\x76\x36\xec\x5e\xbf\x27\x39\x6f\xf2\x61\xe9\x05\xda\x3d\xb8\xcc\x7f\x43\xfe\x00\x87\x8e\x18\x83\xff\xb8\x81\x23\x8a\xb7\x82\x4f\x41\x70\x32\x6f\xac\xff\x8e\x97\x73\xf3\x47\x78\x09\xee\x3f\x71\xb0\xd6\x31\xca\x12\x65\xd4\x02\x60\x31\x65\xaf\x70\xf2\x5d\x43\x9f\x30\xcb\x14\x1b\x06\xa3\x1c\x3b\xa1\x6c\x36\x5a\xfe\xa8\xac\x46\x31\x10\x8a\xe9\xf0\xd9\x29\x88\x15\xac\x7d\xbb\x90\x36\x9e\x00\x5d\x26\x3f\xfe\x29\x48\xbf\xab\x61\x53\x07\x5d\x05\x08\xec\x6e\x12\x8a\xbb\x0b\x80\xda\xe3\x24\x30\x28\xaf\xf5\x62\xa2\x5b\x10\x07\x97\xc0\x9b\x47\x33\x69\x1c\x06\x8a\x4c\xc1\xaf\x30\x77\x58\x91\xc2\x03\xd3\xc5\x1c\x5c\x76\x7e\x8c\xff\x92\x6e\x33\x1e\xa9\x07\xd2\x81\x1a\x01\x1e\x4c\xdd\xc3\xe1\xcc\x87\x30\x4c\xa6\x84\x2a\x95\x53\x9b\x28\xbb\xc4\xdb\xac\x3b\x39\x2a\x5f\x6c\xf1\xee\x3e\x0d\x12\xd4\xad\xc2\x6c\x4d\x49\x77\xd2\x24\x77\x6a\x07\x4d\xd2\xca\x76\x66\x39\x07\x51\x6d\xb8\x96\xb4\x8e\x5a\x38\x5c\x38\x21\x31\xdc\xf6\x70\xa0\x71\x21\x88\x65\x0b\x92\xd5\xbb\xf9\x33\x89\x2a\xd1\x41\xc4\x32\xfc\xb0\xee\x01\x24\x1b\x42\x0c\x7a\xc0\x3b\x74\x5f\x27\x51\x13\x06\x0d\x0c\xf7\xdd\xe4\xc3\x41\x00\xc4\xba\x04\x88\xa8\x87\xb0\xad\xed\x00\xd8\x4b\x82\x13\xdf\x67\x18\x3d\x2a\x54\xf4\xa5\x77\xad\x29\x23\x7a\x3a\x55\xc7\x49\x6e\x38\xd0\x85\x76\x4d\xef\x87\x89\xba\x75\x57\x4e\xd5\xe0\x0d\x2f\x16\xcb\x1d\x55\xc0\x2d\x47\x70\x24\xf8\xd3\x15\x90\xe5\xc3\xda\x60\x7c\x3a\x55\xa0\xc0\x3c\x34\x91\xa7\xb0\x0e\x23\x59\x9e\xb7\xe8\x25\x3e\x9c\x35\x16\xcd\x30\x4b\x9e\xeb\xe6\x4f\xd9\xa5\x8f\xed\xe7\xc3\x29\x11\x20\x62\xac\x02\xa2\xba\xb6\xee\x47\x53\x27\x38\x68\x04\xda\x60\x8f\x86\xe0\xa0\x51\x18\xdf\x3a\xcb\x2a\x53\x43\x01\x0e\x32\x55\x91\x9d\xf6\x6f\xad\x8e\x29\x1d\x90\x0e\xe3\x05\x0d\x8d\x12\x7e\xa0\x99\x69\x8c\xf9\xa1\x37\x0f\x6f\x39\x79\xcb\xb0\x02\x9e\x31\xda\x94\xb9\x9c\xb0\xfc\xee\x4f\x5f\xbf\xe6\x6d\x09\x77\x60\x3f\xfd\xfe\xb5\xbb\x73\xff\xee\x4f\xdf\xbc\xa6\xab\xaf\x51\xe5\xc5\x85\x79\x6b\x27\x5a\xa0\x8a\x0a\xbd\x6d\xed\x55\xd9\xf4\xce\xfb\x30\x79\xe6\xe2\x49\xc8\xbb\xce\x17\x9e\x6b\x54\x5a\x4a\x0d\xc8\x1a\x77\xcc\x1d\x25\xb4\xa0\xd0\x3c\x01\x4c\x0b\x7c\x9b\xfd\x66\x21\x6b\xe0\x88\x54\xf0\x0a\x90\x77\xa1\x56\xe7\x62\xd4\xa9\xba\xf9\xcf\x7e\x89\x70\xfa\x65\x81\x93\x87\xd9\xa8\xcd\xe5\x77\xfc\xeb\x3e\x4d\x0c\x97\xe2\x67\xdf\x51\xe3\x2f\xcf\x8e\xfb\x3a\x12\xf5\xfd\x35\xdf\x2c\xa5\x5d\x9c\x91\x8e\xf3\x45\xa6\x25\x32\x20\x85\x90\x11\xa3\xef\x5a\x02\xdc\x5a\x5a\x12\x86\x7a\x61\xcd\xb2\x2d\x87\x65\x7b\x5b\x6a\x53\x70\x21\xc6\x8a\x2c\x0a\x38\x58\x60\x5a\x1e\x5e\xde\xdf\xb8\x38\x3c\x1c\x69\x02\xfb\x66\x44\xf9\x6d\x8d\xb0\x08\x02\x72\xef\x05\x35\xb3\x41\xe2\xd4\x70\x9a\x3b\x34\xb9\x06\x82\x45\x1e\xb5\x94\xfe\x13\xe0\x7f\x63\x27\x5b\x92\x6c\x44\x6c\x92\x6f\x64\x6b\x9c\xa7\x19\x26\x14\x29\x47\x16\x5a\x29\xd0\x58\xde\x0b\xd2\xd3\xac\x0d\x51\x69\xa8\xe1\xf5\x20\x5f\x27\x90\x65\xbd\xd0\x50\x27\x52\x43\x48\x23\xea\xeb\xb2\x75\x36\xd7\x9b\xce\xa6\xc6\x4c\x0c\x12\x31\x94\x53\x80\x36\x7b\x5e\x59\xf5\x9a\xd6\x20\xe1\xe4\xf2\x9a\x8c\x54\xd6\x3b\x03\xa9\xa7\x01\x6d\x70\x7c\x98\x6d\x51\x76\x1a\xda\xa6\x2b\x3e\xf0\xa4\xd3\x11\x9b\x2b\xd4\x85\x28\xdb\x81\x7e\x63\x76\xda\xc5\x71\x66\x43\x76\xce\x20\xab\xa6\x6a\x30\x09\x00\xfc\x7f\x2f\x04\x5a\xe7\xe1\xac\x8e\x04\x3c\x2e\x0f\x58\x4f\x27\x3a\x62\x54\x23\x29\x81\x2b\x4c\xcc\x8c\x0b\xc4\x97\x95\x2e\x7d\x06\x45\x21\xd4\xcf\x1b\xc7\x86\x82\x44\xd4\xc6\xe0\xea\xe8\x30\xa4\xf7\xdd\x61\x8f\x79\xb4\x8b\x05\xa1\xa3\x4f\x7d\x71\x9c\x5c\x06\xe9\x1d\x33\xfa\xc7\x4d\xb1\xe8\xc4\xf5\x15\x43\x1e\x06\xb7\x44\xd3\x03\x51\xa5\x5d\xc7\xcb\x23\x1a\x5c\x65\xb3\x36\xe5\x05\xfc\x26\x8f\xf5\x2a\x29\xc4\xab\x45\x03\xb8\xcb\x6e\x64\xa4\xbe\x20\x9e\x81\xa6\x42\xb6\x71\x37\x0d\xc6\x0b\xe1\x61\xd1\x54\x8a\xaa\x1f\x1a\x4c\xd5\x45\x03\x8e\x31\x56\xcd\x25\x71\xa8\xe4\x4b\x74\x80\xf8\xea\x0e\x8a\x2e\x59\x49\xe3\x98\x6e\x64\x8e\xff\x1b\x76\xca\xff\xce\x57\xda\x1f\xb4\x25\x20\x89\x4a\xea\x55\x51\x1c\x8b\x4e\xbe\x41\x5b\x60\x5f\x01\x0f\x41\x19\x8b\xff\x66\x6b\xa1\x02\x74\x97\x28\xa8\x74\x8d\xef\xe7\x19\x2e\x24\x5e\x53\x6b\x87\xb3\xfc\x09\x8e\xdc\xcf\x52\x03\xc9\x6a\x6d\x04\x03\x23\xe2\x34\xa9\xf3\x9f\x93\x88\xac\x64\x21\xd0\xa5\xc8\x4a\x1a\x50\xdf\xe4\xb7\x31\xcb\x06\x02\xf7\x15\xb5\xfb\x15\xf2\xed\x42\x88\xdd\xef\xe8\x07\x93\x3c\x59\x9f\x58\xee\x9f\xd8\x5b\x3a\xd3\xbc\x55\x05\xa1\xd5\x45\xef\xf8\x2e\x1c\xfb\x28\x84\xcc\x92\xdd\xf7\x3b\x34\x00\x28\x51\xa5\xbf\x91\x14\xeb\xd7\x6f\xfc\x57\x69\x79\x63\xdb\xb5\xf2\x6d\xee\x40\x9a\xc6\x09\xfd\xc3\x8d\x43\xcd\x7f\x7b\xad\x18\x07\x0a\xc2\x42\x09\x27\x9d\xd2\x93\x98\x8a\x26\x40\xa9\xe2\x1d\x4a\x50\x69\x77\xf3\x63\x35\xed\x07\x07\x4c\x05\x12\x5e\x0b\x5b\x4f\x13\x8a\x12\x8e\x12\x97\x95\xab\xe0\x64\xf7\x88\x08\x93\x87\x57\x41\xe1\x97\x64\x1c\x8f\x6e\x41\xf1\xc2\x53\x97\x62\x96\xac\xd6\xfc\x51\x5f\x4a\x41\x84\x35\x52\xf6\xeb\x87\xd3\x51\x57\xec\x46\x14\x42\xa1\x93\xb3\xcd\x2d\x80\x3c\x6a\x00\xf9\xe9\x7e\x1c\xaf\x0b\x39\x51\x8f\x5e\x54\x24\xad\xed\x8c\x37\x49\xd7\x91\xdf\x2f\x49\x7b\x12\xb1\x75\x69\xa2\x8b\xe5\xa1\x6f\x61\xc1\x39\xf3\xde\xea\xa4\x4a\x07\xc4\xc0\xae\xde\x52\x78\x86\xb7\xc0\xd2\xc2\x50\xa4\x86\x64\x38\xbd\xf9\x9b\x83\xd6\x0b\x1f\x90\x59\x95\x2b\xba\xac\x0c\x09\x8d\xe4\x96\x7a\x45\x77\x18\x92\xf8\x8a\xe5\x00\xda\x33\x64\x77\xe1\xb4\x02\x5f\x5b\xd0\x2d\x0e\xad\x9b\xbf\xb6\xb5\x09\xfa\x47\xc1\xef\x7e\x2f\x26\x72\x54\xf9\x16\xc9\xc2\x7f\x6b\xa3\x49\x50\xfd\xfe\x76\x75\x3d\xd1\xfd\x27\x4c\x78\x7f\x6f\xc3\x5c\xb7\x47\xda\x76\xbe\x31\xc0\x01\x2a\x69\x54\x52\x04\xb0\x7f\x14\x05\x48\x8f\xda\xe6\xf6\x12\x32\xf4\x48\x0f\xfc\x04\x75\x20\xd4\xef\x6b\x39\xca\x54\x8d\x28\x96\x9b\xff\xfc\x0a\x26\x5f\x84\x09\xc3\x61\x90\x9b\xb2\x21\xaa\x43\x09\xfc\xee\xfa\xd6\xe8\xb4\x39\xe3\x68\xb4\x73\xb1\x9f\x9b\xe4\xf6\xe0\x9c\x05\x09\x76\x7e\xf1\xbb\xbb\xc5\x97\x3e\xab\x03\x7b\xbe\x0d\xe3\x68\x2b\x4e\x58\x36\xc0\x4b\xc1\x5d\xe0\x28\x3d\x39\x6b\x32\xde\x49\xc2\x0f\xbc\x02\xa4\x64\x5c\x04\xfb\x73\x16\x99\x0e\x23\xb6\x18\x4c\x01\x51\xf1\xa4\x09\x23\x2a\x9f\x36\x63\x0c\x01\x0a\xd5\x6a\x30\xc4\x30\xee\xbc\x59\x14\x3d\xa0\x1a\xd2\x6f\xe4\x4b\x17\x14\xc6\x22\x77\x5d\xc3\x61\x80\xd6\x84\x12\xff\xb0\x6d\xd5\x40\xd2\x39\x81\x68\xb0\xbc\x04\x05\x1d\xf3\x35\x81\xf4\x9a\x87\x52\x5e\x5e\x8d\xa0\x6b\x87\x82\xc8\x2c\xe9\x80\x59\xcb\x81\xf5\x61\x81\xf1\xe5\xcd\xc7\xae\xaf\x9a\xb8\x60\x7c\x7f\x1c\x17\xea\xa4\x1f\xc5\x13\xce\xbf\x68\x24\xcb\xe8\x97\xe9\x2c\x6d\x74\x17\x10\x97\xf8\x1c\x66\xd2\xdc\x82\xb3\x79\xe2\xfd\x9c\xe6\xf5\xe4\x3b\xd1\x64\x5d\xd3\x28\xf2\xa3\x10\xac\xff\xf9\x0e\xfe\xbb\xb7\xd9\xdc\x2b\x8a\xcf\x27\x96\x21\x75\xce\xf1\xc5\x7c\xcf\xa7\x2e\x39\x7c\x09\x99\xd0\xe8\xa8\xa1\x48\x90\x9d\x5e\x4e\x04\x88\xb6\xee\x95\x93\x9c\xde\x3d\x86\xd0\x17\xd1\x6a\x6a\xca\x4c\x3f\x0a\xda\x55\x8a\x6e\xaf\x2f\xfa\x1a\xbd\x57\x0d\xe7\x45\x89\x53\x23\x0e\x76\x77\xa0\x1d\x44\x45\x22\x3d\x3f\x15\x5e\x79\x78\xb4\xde\xbd\x92\xa2\x6c\x49\x5e\xa4\x4c\x06\xe9\x0a\xa9\xe7\x18\xa9\x1d\xfb\x97\x28\x15\xc7\xdb\xd0\xca\x14\x90\x10\xe9\xc8\x85\xde\x46\xd6\xb9\xc8\x15\x69\x28\x96\xef\x46\xf2\x77\xe4\xb5\x38\xe1\xa4\x35\xd5\xf7\x1e\x74\x38\xe8\x9c\x95\x65\xd7\xe5\xdb\x72\xfe\x47\xf8\x1f\xfd\x35\xbb\xb6\x15\xea\x72\xd0\x48\x92\xc5\x04\x70\x16\x61\x3e\x4b\x80\x78\xb6\x4f\xb8\x48\xe2\xa8\xab\x7e\x4d\x92\x77\x0d\x9b\x8c\x8e\x42\x3d\x5e\x90\x91\xff\x74\xb3\xea\xc5\x5a\xf0\xa6\x27\x0a\x7c\x85\x24\x96\x83\xa7\x77\x94\x64\x74\xc7\x77\x83\x55\x93\x6f\xec\x1b\xbc\x5f\xa5\xce\x04\xd9\x2f\x40\x75\xc5\xfc\x2d\x6b\x95\x2c\x29\xa8\x98\x53\xe4\x0b\x7b\x66\xf8\xe4\x55\x0b\xfa\x22\xd2\x38\x15\xf8\x6b\xa1\x18\x80\x63\x71\x7c\xcb\x1c\x23\x90\x40\xa8\xcb\x84\x98\x0c\xf4\xda\xe3\x94\x32\xa4\xf0\x99\x00\x06\x8a\xac\x64\x29\x52\x74\x70\x73\xe3\x1d\x0e\xb4\x44\xe6\x45\x99\xff\xa8\x57\xd1\x7c\xd3\x1e\xc9\xbb\x57\xba\x43\x54\x99\xdf\x85\xf5\x05\xfc\xbe\xf9\x6b\x92\x81\x1f\x09\x38\xc1\x13\xee\x63\x73\x8b\x65\xdf\x75\xe8\xc0\xc0\xfa\x69\x32\x41\x2d\x7b\x36\x9e\x21\x15\x9b\x0a\xc9\xc5\x4e\x39\x6e\xea\x0e\xae\x3d\x4e\xfa\x81\xfb\x36\xbc\x35\xce\x45\xf3\x60\x13\x65\x31\xbf\xf9\xdf\xec\x9a\x3c\x58\x1b\xcc\x78\x37\xf5\x74\x04\x3d\x78\x22\xdf\x67\x9c\x0f\xda\xcd\x39\xf3\x33\xfa\x76\x68\x49\x94\x9f\x8f\x04\x72\xfe\x31\xa8\x7e\xd9\x34\x6f\xdd\xfc\x8f\x76\x49\x7f\x84\xef\xeb\xb2\xe3\x22\x4c\x53\xfe\x38\x2d\x03\xa5\xaf\x5c\x4d\x3e\x7d\x81\xa3\x7e\x70\xf3\xc1\xa1\x5f\x8b\x07\xa7\x78\xca\x73\xcc\x27\x97\x3f\xe7\xd4\x97\xa1\x4c\xe2\xd5\x7c\x5b\x51\x1c\xde\x6a\xcf\x84\x25\x84\x0a\xe5\x8d\xdf\x1a\xe6\x68\x06\xa9\x21\x7c\x9b\xa6\xb8\x42\xea\x5a\x44\x03\x79\x03\x47\xd4\x52\x94\x21\x39\xb7\x44\xd3\xc7\xfd\xe3\x33\x9e\xa4\x81\xa6\xd3\x4e\xe4\x9d\xb3\x83\xa1\xd0\xc7\x4b\x4e\x3e\x37\xfe\xa4\xdb\x68\x2e\x3d\x08\x25\xf6\x1d\x3a\xae\x98\x6a\x41\x24\xe7\x15\x46\x3a\x30\xe1\xe0\xef\x01\x38\x01\xf4\x69\xc8\xe5\xab\x70\x50\xa2\x58\xfb\x6b\x08\x69\x4a\xb3\xdb\x92\xed\x03\x95\x6d\x1f\xfd\x45\x8a\x21\x51\x37\xec\x61\xd5\x53\x7a\xb7\x4b\xb3\x26\xf7\x14\x49\x68\x46\x09\x47\xdb\xd6\x44\xab\xc8\xc6\x8f\xe1\xd2\x60\x46\xcd\xb7\x28\x06\x97\x6b\x71\x14\x8b\xaf\x3c\xa6\x97\x82\x5a\x5a\x48\x4d\x5e\x13\x6d\x86\x61\xf6\xb7\x23\x70\x34\x5b\x91\x33\x1e\x89\x90\xc1\xf9\x95\x2a\xdf\x54\xda\x84\xb6\x7c\xa8\xa9\xc8\x3f\xc6\x71\x50\x0a\xc5\x19\x05\xaf\x33\x56\x93\xff\x8c\x31\xb8\x7f\xc9\xff\x8c\xc8\x06\xff\x94\x40\xf5\xdf\xfd\x45\xd5\x66\x15\x9b\x47\x61\xc9\x47\xfb\x3c\x94\x6c\x7e\xf3\x11\x73\x7a\x68\x18\x49\x18\x74\xb4\xf8\xa4\x26\x0c\xd7\x3e\xb9\x9a\x57\x97\x77\xbb\xed\x34\x74\xb3\x5c\xf6\xe2\x58\xac\xe1\x2c\xd1\x4a\x16\x78\xce\xda\xc5\x7b\xbc\x7f\xfb\xef\x0d\xa3\xd8\x19\xb0\xcb\x75\x9b\xae\x11\x65\x65\x98\xbf\xf4\xe9\x19\x70\x88\x6c\xa9\x45\x4f\xd5\x11\xa4\x38\xe3\x07\xf0\xa1\x23\x07\x60\x1e\x65\x0f\x51\xef\xb6\xc1\x53\x0d\xc2\x45\x29\xef\xb1\x53\xe7\xed\x41\x9a\x63\x71\x7d\xf3\x7d\xd3\xab\x40\x94\xf6\x05\xb5\x78\xc7\x3e\x67\x98\xa5\xa2\x12\xa7\x90\xd8\x4d\x87\xf3\xe0\x4c\xa5\x06\x1a\x52\xf7\xb0\x54\x83\x60\x7d\x9a\x52\xec\x95\x35\x80\xd4\xd7\xb5\x38\x1a\x05\x13\xbf\x04\x31\x24\xed\xf8\x88\x53\x14\xee\x50\x2c\x40\x47\x55\xf4\x67\xfb\xe0\x6e\x4f\x53\x22\xa1\x1b\xe2\xf4\x3c\x9b\xd8\x06\x7a\x31\x08\x8e\xeb\xd7\xf3\x7b\xe8\x73\xbf\xdf\x1d\x1e\xe4\x24\xc2\xd7\xd1\x42\x41\x37\xf1\x46\x1d\xea\xe4\xf7\xd0\x09\x3a\xdb\xa2\xe3\x9e\xf6\xe3\x73\x54\x7f\x5a\x57\xe3\x6c\x4b\xbb\xbc\x27\xd5\x97\x0a\x59\x87\xa0\xcc\x20\x21\x29\x0d\xe5\xe3\x28\x51\xa9\x48\x6a\x4e\x8d\x14\x0f\xb8\xd8\xd5\x83\x61\x49\xd2\xf1\x60\x36\x3c\xb9\xfb\x88\x84\x53\xb1\xf0\xab\x73\x7b\xa2\x6e\x7f\x3b\xda\xf1\x78\xb9\x39\x39\x4a\xd0\xcd\x83\x7f\x7d\x7e\xf6\xea\xf4\xe1\x69\xf0\xb2\x6f\xed\x15\xe8\xb2\x78\x3d\x31\xc2\xb6\x64\x6d\x87\x2d\x46\x32\x35\x3a\xa7\x9a\x9a\xe4\xc1\xe0\xd5\x8f\x8e\xd3\x3e\xe9\xaf\xc6\xc6\x0d\x0f\xa2\x3a\x9f\x92\x81\xa8\x8a\x0d\x56\x20\x1d\x1c\x0d\x45\xf3\x23\xe1\x79\xfe\xde\x0f\xa5\xf7\x66\x70\x42\x57\x9a\x8f\x74\xc4\x1f\xf7\xcf\x8f\x3c\xeb\x70\xd9\xf8\x81\xa7\x91\x9b\xbb\xa6\xb0\x38\x1a\xba\x83\xa3\x2e\xc3\x46\xc9\xae\xd4\x07\x56\x12\x17\x43\x24\xcc\xa0\xb1\x17\x92\x49\x95\x82\x90\xad\xdc\x17\x14\xcd\x2d\x23\xfa\xfd\x81\x11\xb1\x57\xfb\xd4\x80\x78\x1c\x7a\xd8\x31\x91\xeb\x06\x04\x68\xf8\x68\xd5\xd0\x75\xb0\xd3\x6f\xb8\x53\x36\x10\x6f\x4c\xf4\x34\x10\x77\x30\x98\x42\x6c\xb9\xc3\x95\xe0\xeb\xc0\xf1\x90\xeb\x90\x07\xc4\xe7\xbd\x51\xb3\xe9\x70\x44\x23\x9d\x0a\x36\x2f\x34\x35\x56\xab\xd0\x20\xec\x2e\x0c\xb9\x5e\x6a\xb4\xe2\x3e\xf9\x2f\x8a\x20\xc3\x70\x70\x1f\x89\x5e\x0d\x3c\x66\x49\x45\x3d\x90\xb0\x60\x7c\xbc\xf9\x02\x51\x2e\x56\xa2\x6b\x44\x0f\xb9\x31\x6f\x49\xe2\x18\x72\xb3\x89\xb6\x38\x04\x8b\x9e\x3c\xda\x2a\x9f\x1b\x0d\x52\x17\xc2\xa7\x2d\x2a\x48\x6b\x80\x03\x34\x1a\x64\x1a\x37\x13\xc5\xcb\xd8\x38\x5e\x26\x12\x56\x31\xe9\xa9\xca\xf6\xe8\x7b\x26\x71\xb0\x3c\xbb\x93\x70\xaa\xf6\xd7\xf1\x0b\x7d\x9e\x86\x31\x7b\xe2\x1b\x9d\xcd\x68\xa4\xf8\x7c\x11\x25\x66\xdf\xdb\x52\xd8\x77\xa2\x2e\x53\x8d\xb0\x8f\x1d\xa7\x90\x8f\x7d\x98\xc4\xe9\x4e\xb9\xc9\x6c\x96\x08\x87\x2d\xba\x4f\x62\xa2\x29\xce\x16\x1d\xe7\x07\x4a\xd3\x5a\x55\x66\xf8\xb4\x53\x62\x0b\x8e\x22\xb6\x37\xfb\xa6\x89\xab\x75\xcd\x2a\x91\x5f\x5c\x51\x91\x06\x9a\x53\x10\xa8\x55\x85\x12\xbf\x66\x38\x52\xc6\xbf\x9d\xe9\x65\x4b\xcd\x34\xdc\x0e\x53\x20\x88\x8c\x0d\x6b\x09\xc8\x04\x52\x36\x1e\x54\xac\x76\x25\x56\xd9\x9a\x03\x13\xf3\x93\x14\xae\x8a\x61\xdc\x16\xda\x96\x2b\x93\x23\x0e\x9f\x6f\x29\x3b\x31\x69\xa9\xb6\x93\x1b\xd6\xb3\xe7\xe7\x2f\x73\x7c\xa6\xa3\x30\x9c\x5f\xd2\x86\xb7\x89\x24\x75\x1c\x5a\x57\xce\xc8\xfc\xb8\x64\x02\x43\xde\xa7\x31\xf3\xa3\x14\xe2\x1c\x3a\x53\x93\xbd\xe2\x96\xf8\x99\xef\x35\x58\x5c\x97\x09\x6f\xc6\xa2\x15\x97\xd5\x9e\xc8\xd1\x30\x5a\xf7\x21\xe8\xf0\x9a\x97\xa8\x9b\x00\x0d\xd2\x30\x8c\xcd\x4b\xc4\x07\xe1\x33\xbb\x96\x96\x14\xe3\x38\x11\xab\xbc\xb7\xef\x40\x08\x65\x9c\x7b\xec\x49\xc3\x16\x66\xf4\x1a\x05\x34\x53\x02\x77\xda\xcd\x5f\xa2\x55\x5d\x12\x18\xd8\xb5\xb9\x05\x5c\xcc\x69\x9c\x65\xb9\x27\x9f\x75\x7c\x9c\x87\xf0\xc0\xfb\x28\x4b\x53\xfe\x0a\x6c\x49\x11\x9e\xa0\xd6\x89\x62\x5b\xf8\x45\xba\xad\x37\x9d\xe3\x19\x37\xa2\xda\xad\x2e\x31\x92\x62\xa2\x74\x7a\xb2\x44\x75\xc4\xa3\x15\x0d\x64\x86\x32\x8a\x1e\xc4\xae\x41\xf2\xa6\x59\xd8\x30\x0b\x58\x4d\xf5\x94\xf7\x18\xbc\xd9\x45\x8f\x6b\x36\x9f\xfa\xdd\x89\xda\x73\x63\xec\x99\xe9\x45\xca\x99\x22\xfb\x14\x08\xde\xa5\x39\xf4\x13\x71\x5b\x04\x9e\x58\x6c\xb6\xea\xe2\xc3\x02\x2b\xb3\xb4\x94\xa8\x68\x04\xb3\xe5\xb4\xbd\x73\x49\xdf\x3b\x06\x58\x36\xc5\x6e\x7e\xd2\xdb\x76\x2b\xd9\xd0\xc5\x15\x78\x64\x61\x09\x24\xc4\x9b\x5a\x28\x50\x10\xcf\xe6\x45\xcf\xbe\x37\x1a\xfb\x25\xf1\x04\x0d\x82\x1e\x69\xe4\x80\x65\x43\x35\x09\x01\x1c\x8d\xe5\x54\xc2\xba\x94\xd6\x28\xbe\xa2\x68\x34\x3c\x28\x64\x22\xe7\x00\x71\x56\x0c\x29\x1c\xa9\x8d\xb3\xb0\xa4\xaf\x26\xc5\x2b\x2e\x83\x27\x97\x8f\x28\x24\x97\x3a\x0c\xc1\x34\x14\x50\x8f\x0f\x12\xc5\xcf\x24\xa5\x22\xe7\x1b\x7c\x5f\xb7\x41\x4f\x8a\x37\xd1\x33\x14\x54\xcc\xee\xf0\x79\xfc\x62\x21\x6a\x0e\x78\xbc\x69\x85\xc7\xa3\x19\x06\x6c\x3e\x4e\xb0\x5b\xa1\x46\xb9\x17\x26\x60\x45\x2e\x91\x2a\xb1\x59\x2a\x85\x8b\x38\x45\x7c\x2a\x27\xc8\x2e\x5b\x06\x90\xf8\xaa\x21\xc0\xa4\x5b\x41\xa6\x96\x86\x69\x7a\x61\xf1\xa9\x11\x49\xc2\xe3\x83\xf2\xe5\x84\x3b\x7a\xe3\xb8\x83\x45\x7b\xa9\x71\xc2\x8a\x09\x9e\x05\xe0\x31\xbd\xf9\x25\xbe\x5e\x61\xd9\xbd\xb3\x91\xed\x59\x79\xd1\x17\xff\xed\xfc\xf9\xb3\x23\x19\xe1\xbb\x7b\xd7\xd7\xd7\xf7\xb0\xe2\xbd\xbe\xad\x40\xb4\x87\x8f\x85\x0c\xf9\x08\x9f\x5d\xbb\x6f\xbb\xd5\x77\x5f\xc1\xbf\x5f\xca\xfb\x6e\xf4\xec\x09\x25\x22\x9a\x60\x14\x82\x71\xff\x14\x73\x90\xb3\x16\xbf\xbc\x37\x3a\x76\xb2\xa9\x69\x28\x56\xc8\xae\x11\x09\x1f\xab\x16\x46\x71\x4e\xff\xc4\xdf\x41\x10\x79\x7b\x20\xd1\xda\x10\x12\x44\xe5\x3a\x1e\x10\xfe\x1e\x01\x45\x3e\x58\x91\x51\x0e\x77\x91\x91\xe5\xd7\xbf\xff\x3b\xee\x92\x72\xf0\x64\x73\x90\xcc\xa2\x98\x5f\x73\x62\x66\xa7\x8f\x43\x0a\xb6\xfd\x61\xd8\x20\x45\xac\x34\x75\xb5\xe3\xb7\xae\x30\x4f\x2b\xa3\x0b\x6f\x2b\x16\xcb\x2e\xce\x86\x55\x29\xb1\x3f\x2a\x9a\x3b\x72\xae\x99\x4b\xd4\x6c\xe3\xf5\x52\xe4\x92\x51\x4c\xf2\xa0\x3a\xe7\x5c\x9b\x3f\xc4\x57\x19\x37\xc8\x6f\x41\xa7\x6f\xd5\x00\x21\x6f\x26\x34\xe3\x5a\x91\x3b\xcc\x74\x19\xaf\xd1\x8b\x34\x48\x85\x6f\xee\xcc\xd4\xec\xe7\xc8\xfa\x26\x97\x85\x9f\xe0\x2d\xd1\xd5\x00\x98\xa3\x19\x98\x58\xa2\xd3\x4c\xd9\xf4\x39\xf3\xdc\xe8\xb3\x0f\xe0\x0b\x27\x3c\x3a\xa6\x7e\xb9\x45\x92\xf3\x64\x0a\x89\x1f\x3a\x70\x98\xc4\x60\x84\x74\x83\x88\xc6\x1e\x39\xdc\x47\x2b\x29\x3b\x19\x91\x26\x2f\x9f\x06\xd2\x34\x12\x95\x04\x74\xaa\xa3\x48\x77\x82\xb1\xff\x71\xd4\x8b\x28\x9f\xda\x8b\xdc\xf2\x8d\x7a\x60\x1f\x6d\x95\x15\x30\xaf\xe8\x29\x3d\x00\x82\xd9\x46\xd4\x05\x3c\x91\x98\xd3\x03\x3a\x26\xa6\x7c\x70\x02\x3d\x25\xf1\x9b\xd3\x13\xfb\x18\x3d\xa4\x92\x89\xeb\xe5\x39\x56\xe2\x5c\x41\x98\xcd\x60\xda\xc6\xcf\x2d\x73\x76\x0a\xce\xac\x31\x28\x1a\xbc\x74\x3a\x3c\xcb\x20\xe7\xd4\x7c\x0d\x1b\x5f\x60\x14\x16\xd8\xd7\x2e\xc9\x00\x0a\xc3\x05\x09\x12\xb8\x29\x88\x35\x36\x9d\x5d\x80\x4e\x73\x3e\xed\xab\x13\xe0\xfd\xa5\xe2\x4a\xe1\x31\x1d\x62\xdb\x62\x42\x55\xb1\x58\xba\x9b\xbf\xe2\x83\x66\xc1\xc4\x02\x0a\x71\xdf\x82\xe0\xc5\x81\xe5\xe8\x67\xcf\x0f\x9c\x52\x28\x71\xc8\x23\x25\x0a\x80\x3e\x09\x18\x92\xac\xc4\x06\xd4\x66\x11\xcf\xf4\x19\x3f\x9b\xe2\xd1\xd5\x3f\x15\x12\x0d\x4e\x26\x13\x2b\xe3\x89\x13\xc2\xd4\x24\xc7\x69\x91\x3c\x54\x9a\xd6\x89\xb1\x98\xd3\xe8\x54\xb7\xf5\x7b\x7b\x32\xa7\xa4\xe6\x2d\xb6\xde\x71\xa2\xa6\x27\x46\x73\xfe\x0d\x1a\xc3\xc5\x1e\xbb\x1d\x98\x69\xcd\x20\xd9\xeb\xa1\x16\xf4\xe9\x58\x72\x30\x6f\xdd\xd4\x6c\x9d\xf5\xd9\x50\xea\x69\xfb\xef\x84\xc5\x88\xde\xf1\x21\xc3\x2a\x35\x39\x9d\xbb\xee\xe0\x00\xa3\x40\xd6\x89\x41\x4d\x67\x7b\xca\x8a\xf2\xe2\x62\x06\x7a\xfe\xb5\xc3\xec\x48\x7d\xbb\xb2\xf3\x53\x7a\xe7\x4b\xde\x2a\x95\x90\x48\x02\x43\x8a\x0b\xa8\xb4\x35\x45\x6b\xf9\x0b\x5f\x1b\xcf\xf9\x1f\xfe\x44\x2e\x79\xe9\xe3\x7e\xb1\x67\x5e\x95\x3f\x04\xa8\x69\x57\xbc\x19\xb7\xe0\x2e\x9b\xeb\x05\xfe\x45\x59\x9e\xdc\xfc\x29\x0b\xba\x64\x91\x2d\xf0\x09\x29\xbc\x54\xa1\x9d\x03\x98\xa8\x0a\x4e\xb5\xe3\x27\x2f\x1f\x62\xd6\x29\x20\x05\x57\x28\x8c\x47\x20\x7d\x0d\xb2\x9c\x2d\x18\xe8\x55\x2d\x82\x5d\x0c\x85\x3d\x8a\xf8\xcd\x36\x31\xe5\xd8\x51\xfa\xca\xbb\x85\x57\x0b\x82\x5d\x99\x48\xa8\xfc\x40\x97\x29\x74\xbf\x6e\x28\xe1\x9a\x42\xec\xe2\x72\x31\x27\x86\x62\xd9\x09\x20\x97\x0f\x7e\x78\xc6\x3f\x28\x0a\x93\x32\xe1\x62\x18\xe6\x23\xee\x32\xd3\xc0\xce\xd9\x38\xc0\x53\x4b\x38\x60\x97\xfe\x96\x1b\x78\x01\xf1\x10\x45\x6b\x2e\x3a\x75\xfc\x6e\xfd\xe7\x6d\x6b\xb5\xde\x59\x6b\xef\x0d\x6b\xf1\x4b\x36\x94\x27\x06\xfe\xf5\x9f\xc9\xb9\x87\x75\x26\xff\xcd\xa0\xca\x37\x0f\x13\x8e\x17\x8a\x1d\x63\x2d\x5e\xc7\x4b\x7c\x2f\x1d\xa5\x76\xd8\x1b\xa1\xe3\x22\x0e\xcd\xcd\x1f\xd1\xdb\xb3\xc9\x44\x83\xd3\xd0\x19\xe5\x6f\xa6\xa8\x77\x5e\x10\xd5\xef\xc8\xeb\x63\x96\x8c\x37\xf6\x35\xaa\xf3\xf8\x31\x55\x75\xe4\x61\x51\x84\x5c\x1c\x31\x55\x49\xb8\xfb\xf6\xd9\x45\xd9\x39\x15\xce\x44\x61\xbd\x74\x26\xb9\x4e\xd1\xad\xc4\x14\x51\x9f\x9d\x59\x4f\xa4\xaf\xf3\x61\x04\x01\x8c\x44\x7a\x8c\xf3\x2e\xeb\x26\xa9\xed\xb3\x1d\xac\x9a\x35\x53\x5a\x2f\xc1\x31\x19\x64\xe7\x10\xda\x6e\x7c\x83\x53\x16\x23\x1a\x42\xc2\x2c\xf4\xeb\x98\x41\x68\xc9\x75\x5b\x76\xea\x79\x52\x26\x38\x42\xc7\xe7\x47\x52\x74\xcf\xf0\x57\x18\x3f\xaa\x10\x28\xf0\x9e\x60\x36\x0c\x90\xda\xd0\xe6\x38\x46\xae\x71\x5a\x35\x28\xbb\x37\xdc\xff\x08\x3e\x64\x7a\xf0\x68\x22\x0a\xf1\x06\x93\x96\x12\x51\x23\xce\x02\x3a\x77\x17\x2c\x34\xfa\x98\x72\x18\xc3\xd0\xf3\xcb\xf7\x85\xab\x45\x02\xaf\xa0\xd0\x08\xf5\xd1\x89\x86\x4f\x8d\x7a\xd1\x2c\x87\xa7\x87\xf0\x4a\xcf\x8f\x38\xbb\x8d\x0e\x1e\x4b\x81\x0a\xf5\x20\xb2\xb0\x4d\x82\x26\x3c\x6b\x1f\xc4\x94\x37\xd8\x0b\x5d\xa6\x60\xac\x8b\xc3\x35\xc8\xbc\x8f\x94\x97\xaf\x6a\x26\x8d\x74\xa3\x6e\x06\x97\x14\xdc\xc1\xad\xf9\x51\x87\x47\x20\x75\xfe\x19\x48\x0f\x3a\x6c\x79\xbd\x25\x8c\x38\xec\x61\xd1\x5c\xd7\x88\x67\x8e\xbc\x2c\x11\xd1\xf0\xfd\xc9\xa6\x5d\xbf\x0e\xaf\xcb\x8c\x5e\xfa\x84\xb9\x3f\x8f\x6d\xd8\x04\xea\x93\x96\x4f\xc2\x37\x23\xf8\x4f\xc8\x4e\x95\xbe\xfb\x10\xe5\xa7\x02\xf2\x1f\x12\x54\xcd\x34\xb5\x02\xbe\x26\xc1\xbe\x60\xe9\xe8\x28\xbb\x81\x3a\x33\x85\x80\xcb\x26\xdb\xda\x66\xcb\xb9\xe9\x51\xa4\x74\xf8\x04\x48\x89\xd7\x3d\xcd\xc6\xa2\x57\xc1\x0f\xf8\x13\x0d\x81\x64\x0a\x2c\x31\x5f\x9f\x35\x1b\xd0\x21\xe8\x85\x11\x97\xd1\xbb\x03\x62\xf0\x77\x73\xb1\xf1\xeb\xe7\xe4\x35\x83\xe4\xf1\xcf\x28\x11\x04\xb6\x17\x12\x40\xf0\x05\x09\xb7\x4e\x4b\x34\xf6\x7e\x0d\xcf\xe4\x44\x76\x24\xa9\x41\x65\x07\xaa\xe8\x62\x4b\xde\xc9\xf8\x3d\x1f\x3e\xe4\x1a\x4a\xd7\xaa\x48\x25\x4f\xa9\x48\xbe\xda\x10\x79\xc6\x29\x90\x7d\x7f\x21\xa1\xd5\x69\xcd\x86\x1d\xb4\xbe\x13\x16\x46\xcd\xfc\x81\x2b\x24\x59\x57\x82\x91\xa1\x06\x05\x8d\xec\xa7\xd1\x7d\x2c\x2c\x2b\x9a\x1a\xd8\xc6\x9f\xb4\x74\x5b\x72\x9e\x11\xc6\xfd\x4b\x1f\x69\x98\x6e\x7c\x32\x47\xcf\x3f\xe1\x1f\xb7\xff\x11\x80\xd8\x98\x3b\x7a\x0d\xc0\x17\xee\x79\x16\xe0\x9f\xf1\x6d\x4b\xab\x1c\xce\xdf\x3e\x5a\xa4\x5b\xd3\xb8\x0f\x5d\xe8\xa0\xfa\xbf\xe8\xa1\x80\xe1\x58\xc6\xe6\x8a\x4f\xc9\x48\x2f\xe9\xe8\xa7\xe6\xa6\x64\xdb\x44\xd1\xdc\x41\x33\x38\xe0\x89\x93\x92\xc5\xa1\x79\x63\x90\x3b\x51\xb4\xa4\xc3\x75\xc2\x6a\xed\xf3\xb8\x18\x37\x32\xe9\x84\x71\x34\xc8\xad\x38\xf4\xfd\xd0\xc4\x8a\x2e\xbe\x30\xbf\x35\xc7\xe2\xf4\x9d\xb1\x80\x23\xcd\x9b\x4e\xb4\x38\xe2\x20\x53\x55\x83\x20\x34\xc2\xbc\x7f\x24\xfd\xe2\xd4\x55\xaa\x9a\x45\xae\xf5\x3a\x95\xc5\x54\x56\x4e\xf9\x41\x71\x9f\xbd\x35\x36\x4f\x8e\x73\x10\xc6\x0b\x39\xb1\x25\x98\x81\x96\x19\xcb\x4c\xfe\xbd\x2c\xb7\x8b\xe9\x74\x8b\x94\xd6\xcb\x12\xd7\x04\x7a\xf9\xad\xaf\xc8\x52\xeb\xdc\xbf\xb9\x92\x7e\x57\xaa\xed\x5d\x50\xc8\xcf\x82\x5d\x43\x02\x68\x4b\xcf\x75\xce\xcf\xa6\xbf\x4f\xb7\x31\xec\x4f\x1e\x50\x6e\x1b\xd8\xd8\x17\x0d\xa7\xe3\x12\x6e\x19\x06\x3b\x0e\xa1\x4e\xab\xcf\x9f\x72\x0d\xff\x99\x2f\xfb\xa3\x88\x0e\xf9\x0e\x72\x0d\x1a\x49\xf5\x5d\x28\xff\x5d\x98\x7b\xb2\x8d\xc0\x74\xf5\x6a\x5e\x5e\xdf\x00\x35\xea\xdb\x61\x15\x7c\x88\x59\x64\x81\x8c\x45\x80\x19\xbe\x60\x84\x3a\x2f\x60\xbf\x7c\x19\x76\xcb\x5f\x51\x36\x93\x1c\xc2\xf3\x63\x6f\xfa\x7a\xc2\xa6\xaf\x31\x4c\x92\x85\x4d\xb8\xaf\x66\xb3\xb6\x14\xfa\xcf\xc9\xa5\xdc\xe0\x41\xf1\x99\x34\x45\x5a\xc6\xb8\x3f\x52\x3b\xa2\x1e\x63\xb0\x03\x5d\x56\xd6\x8e\xbb\x3a\xa2\x27\xc6\x58\x45\xe0\xa4\x60\x64\xb5\xa6\x9b\xd0\x2a\x8c\x84\xdf\xb7\x1f\x8d\x24\x8d\x9e\x1f\x83\x1e\x18\x4d\xe8\x8c\xe2\x59\xb1\xc7\x43\x63\x33\xfe\x01\x80\xd8\xcb\xd9\xa4\xa3\xd4\x74\x5f\x71\x77\xfa\xa6\x45\x12\x28\x23\xf0\xfb\xd8\x39\x97\x12\x0a\xbb\x91\x84\xf3\x64\xe8\xf5\x27\x4f\x66\x8c\xf3\x31\x7f\x2a\xc5\xd8\x69\x13\x5a\x01\xc4\x6d\xbb\xba\x9c\x74\x33\x0d\xb5\xf8\xaa\x6b\x40\x65\x78\xe4\x2a\xc3\xca\x19\x73\x43\xb1\xf2\xb7\x48\x0b\x0c\xaf\xf9\x88\x51\xc0\x8d\xf5\xb2\xa4\x51\xb4\x55\x92\x50\x28\x47\x5c\x8f\xa5\x0c\x03\x35\xef\x04\x3e\x6a\x34\xe5\x13\xed\x7e\xb8\xd1\xfe\x12\x2b\x40\x57\x1b\xaf\x63\x21\xfd\xc7\x4b\xfe\x36\x71\x4a\x8d\x58\x01\x3d\x22\xbf\x09\x6b\x93\x48\xc7\x74\xb9\x59\x8b\x91\x32\xd8\x24\xd5\x7b\x60\xea\x98\xc6\xe3\xf3\xc1\xf7\x3a\xd7\x51\xf0\xec\x40\x4c\x8a\x88\xc6\x10\xd3\xe2\x69\x32\x0e\xc7\xde\x8d\x8a\x2c\x42\x7d\x3c\x62\x7c\x4b\xe7\xc8\x4f\x4f\xe6\x93\xd0\x9b\x51\x02\xdd\xf0\xd0\x62\x4a\x7a\xfe\xb1\x11\x79\xfa\x74\xcb\x98\x88\x20\xed\x62\xb2\x63\x3e\x65\x68\x4c\x60\xfe\xb1\xa1\x1d\xef\x39\x4d\xfb\x07\x78\x14\x8f\x6f\xb7\x97\x0e\x7d\xc2\xb8\xf7\x3e\x88\x37\x3e\x9e\xe2\xb4\x46\x9a\xee\x84\xd3\x5a\x7c\xe5\x34\x9b\x0d\x4f\x9f\x2f\x0d\xd7\x3e\x2f\x62\x7f\xf7\x41\x5f\xe2\x65\x27\x1e\xea\xc2\x7d\x43\x93\x35\xa8\x31\x92\x71\xd0\x7b\xb1\xc7\xb6\x79\xf6\x00\xef\xf8\x26\x9e\x5e\xf5\xac\x8b\x40\xae\x7d\xc2\x9c\x24\xcf\xe0\xaa\xbd\xf9\x05\x33\xd9\x86\x67\x15\x7f\xa2\x4d\x7d\x9d\xe1\x23\xcd\xcb\xc6\xb4\xc5\xfc\xa1\xfe\x45\x6f\x8f\xba\xf9\x2b\xb1\x2c\x66\x4a\xf1\x44\xd1\x4a\xdf\xb1\x3b\xf0\xe8\x60\xdf\x5d\xf2\x2b\x8d\xa4\x45\x1d\x87\x37\x1b\x25\x43\x20\x52\xbd\x21\x23\x10\x6f\xd8\xf9\xf1\x95\x20\x52\x95\x9f\xe3\x6c\x36\x26\xdb\x34\x35\x36\x3d\x7f\xca\xff\x7a\x49\x36\x0a\x91\x3b\xe3\xc8\x38\x7e\x23\x82\xbe\x48\xe8\x55\xd6\x35\x9d\xa9\xe6\x2f\xf1\xff\xdf\xe6\x77\x8b\x2c\xcc\x9b\xac\xec\xf8\xa8\x29\x8b\xbe\xde\xa6\x1f\x41\x90\x1a\xa0\x6a\xa6\xf7\x9e\x89\x9b\xd8\xe1\x10\xe9\x86\xa0\x77\xdc\x0c\x7b\x9d\xc8\x58\x93\x79\x4c\xf4\xcc\xa1\x6e\x4f\x30\xe4\xc6\xd9\xe0\xcd\x51\xf0\x7b\x05\xb9\x7f\xbc\xf7\xbb\x25\x19\xaf\x97\xf7\xa3\x97\x2d\xc3\xb7\xe1\x2b\x9f\xa1\x44\x6e\x03\x7d\x10\x48\x5c\x96\xf2\xff\xf0\x9d\x53\x82\x16\xe9\x47\x9f\x01\x34\xf9\x6a\x56\xe3\x2e\x99\x8e\x27\x9f\x12\x67\xf2\x68\x70\xc1\xa5\x3c\xf9\x2c\xf7\x95\x14\xd8\x5e\x90\xf5\x8a\x33\x23\xc7\x40\xce\xe7\x3c\x8e\xbf\x72\x5e\xd7\xc1\x2c\xd9\x08\x1f\x7f\xbb\xe8\xad\x3a\xa4\x55\x0d\xe8\xff\x71\x99\xea\x27\x69\xb3\x1a\x7d\x1a\x7f\xf5\xd9\x75\xe2\x8f\xa3\xba\x4c\x98\x92\x4f\xf8\xba\x1d\x5e\xb2\x06\x95\x37\x5d\xc0\x82\x03\x46\x67\x53\x88\x38\x61\xbd\x7f\xee\x75\xd5\xc9\x0a\xee\xba\xc4\xd4\xae\x94\xd4\xba\xed\xb7\x98\x96\x69\x0a\xac\xed\xeb\xf9\x29\xeb\x61\x31\x00\x06\x7f\x63\x7e\x02\x7a\x06\xa4\xa1\x9c\xc9\x9a\x23\xd1\xa7\x11\xe0\x95\x7c\x8e\xaf\xd7\x83\x32\x5f\x87\xd0\x89\x83\xed\x24\x2e\xe1\xb7\xb7\xa5\xce\xe1\x7b\xb9\x7b\xe8\x4b\x84\x04\xd4\x82\x3b\x56\xb6\x44\x9b\x76\x41\xea\x09\x49\x80\x14\xdd\x14\xdc\x7d\x52\x4b\xe1\x2d\xa9\xfd\x0d\xfd\xf6\x21\x13\x17\xe2\x24\xe8\x36\x1d\xac\x48\xb5\x3e\x41\xfa\xe0\x05\x82\x5b\x9a\x8a\x47\x7b\x4b\x4b\xbf\x7d\xd0\x24\x1b\xd4\x6b\x66\x86\x2a\xb2\xc6\x82\x38\x5f\x6a\x79\xdf\xc5\xa4\x37\x7e\x3a\xae\x61\x73\x00\x27\x47\x11\xbf\x1a\x49\xcb\x95\x8c\xf5\x7b\xbc\xde\x3d\xd8\xff\xc4\x4c\x93\x01\xfc\x73\x9d\xff\x86\xc5\x59\x97\xdd\x62\xbd\x92\x45\xd1\x83\x45\xf9\xe1\x2d\x08\x34\x51\xca\x78\xa0\xfc\x98\xb8\x43\xde\x0c\xda\xb3\xa9\x71\x6b\x93\x53\x8c\x66\x45\x03\x54\x8b\x4a\x3e\x7a\xdc\x5c\xfa\x67\xe6\x24\xbd\x27\xb4\x06\x68\xea\xae\x5e\xa1\x2d\x17\x5f\x39\x23\xb7\x90\x17\xd6\xca\xfd\x1b\xb6\xa0\x4f\x03\x7c\x3e\x83\xf2\xaf\x38\x4f\x6e\xf9\xde\x92\xf7\x84\xfb\xfc\x0b\x38\x26\xb5\x3c\x94\x9d\xb8\x20\x44\xde\x29\xf2\xf8\x10\x26\x2d\x01\xee\xf6\x7e\x85\x41\x1f\xc4\xf1\xbe\x3c\x38\x8e\xa9\x43\x37\x60\x70\xba\x43\x2d\x8f\xb8\x3b\xb0\x43\x51\xfb\x91\x3f\x55\x32\xd9\x80\xc5\x6c\xb3\x2a\xec\x30\x94\x7b\x0a\xa7\xbf\xd0\xb4\xfd\xde\x69\x8c\xfc\x64\xf9\xe2\x9e\x50\xa0\xef\x7c\x26\x9e\xc8\x52\x9a\x38\xe5\xee\x59\x89\x78\xa4\x13\x88\xf0\x5b\x86\x79\xdb\x4a\xc5\xf2\x0a\x5e\x14\xb4\xd0\x39\x88\x54\xe8\xe4\x65\x37\x5b\xf1\x23\xd1\x87\xb5\xe2\x44\xf1\x31\xd9\xef\x5b\x74\xd6\x58\xac\x9b\xb6\xe9\x41\x27\xb4\xf3\xef\x9b\x16\xff\xf0\xfc\x2f\x11\xa7\x14\x9c\xae\xa8\x76\x8b\x9e\x92\x0e\xbc\x62\x03\x08\x7d\x2b\xfd\xab\xa3\xa1\x12\x49\x78\x5a\x05\x6f\x20\x56\x74\x5d\x45\x22\x9f\x18\xf8\xa8\xe2\x0b\xb9\xbd\x88\x05\x31\xa9\xd5\x2c\x3b\x03\x83\x2b\xe6\x0a\xfb\x7c\x49\xb7\xd0\x31\xe8\xb6\xa1\x07\x22\x16\x15\x2c\x71\xbf\x5d\xe0\x4a\x38\x59\x0a\x5a\xf1\x07\x71\x8e\xa5\xb3\x1e\x61\x93\x23\x3c\x18\xe0\xb8\x01\x19\x5f\x34\xe4\x71\x6d\xcc\x84\x38\xae\xf9\xa4\x5c\x5a\x4d\x9d\x37\xae\xaa\x8b\x7a\x69\xcd\x36\x5d\xd2\xc7\xf0\x65\xbc\x9e\x04\xb7\x6f\x61\xb4\xd6\xc4\x02\xc5\xf5\xca\xa2\xb2\xa3\x3a\x3f\x08\x63\xdc\x57\x87\x5c\xc0\x46\xb5\x80\x30\xc2\x70\xf7\xd4\x11\xe9\x6e\x3c\x3e\x59\x92\x51\x5f\xcd\x12\x28\x23\x08\x02\xcf\xe1\x5f\x09\xc0\x41\x1f\x71\x28\x8a\x20\x97\x4d\xd3\xa1\xe2\xba\x45\xc1\x9e\xbc\x87\xa3\x45\xc3\x20\xe8\x92\x23\x20\x1e\x28\x5c\x2a\xda\x43\x8d\x03\xcb\x47\x95\x27\x96\x6f\x83\xcf\x40\x40\x87\x6d\x8f\x46\x06\xe0\xd9\x49\xaf\xa7\x5a\x00\x07\xe7\xe9\x39\x40\x1e\xaa\xe9\xbb\x1d\xd5\xf2\x1d\x27\x98\x09\xaa\xd9\xa5\xdd\xdb\xb5\x8d\x1b\x39\x41\xd0\x83\x75\xa7\x3b\xa7\x7a\x93\xbd\xf3\x2b\xda\xc8\xc0\x97\xfd\xea\xad\xed\x30\x92\xfb\x72\x41\xae\x3d\xa1\xad\x33\x05\xca\x1f\x10\x50\xfe\x18\x80\xf2\x97\x08\xa4\x8d\xc6\x28\x02\xac\x72\x83\xc9\xda\xd0\x09\x2c\xda\x03\xfa\x22\xca\xe5\x8b\x84\x0d\x3e\x60\x36\xe8\xdb\x4a\x94\x40\xd0\x66\xdb\x85\x68\x7a\x72\x7c\x51\x62\xf6\x0d\x3f\x27\xe1\x02\x1a\xec\xdb\x81\xea\x9a\x6b\xd2\xf1\xb8\x3d\xcc\xd2\xcb\xcc\x7c\xb5\x03\xb1\x78\xee\x13\xf5\x92\x6b\xed\xaa\x52\x15\x72\x72\x84\x51\x3b\xa4\xeb\x42\x3b\x29\x4d\x26\x3f\xa6\x2a\x67\xf5\xb7\xc9\xbf\x3f\x19\x51\x4a\xad\x72\x66\x60\x9b\x73\x26\x93\x68\x31\x98\x06\xdd\x1a\x3c\x94\x07\x61\x75\x20\x0c\xaa\x39\x4f\xb8\xca\x08\x58\x7a\x17\x99\x48\xfc\x13\x00\x82\x6d\x0f\x1c\x10\x28\x2f\x08\x02\xbe\xda\x0a\xba\xae\xf9\x7e\x9b\xde\x10\x14\x66\xe6\x4d\x14\x5c\x8b\x9e\x05\xd7\x1b\x33\x72\x0a\x60\x7f\x33\x79\x65\x4c\x80\x82\xe6\x24\x5f\x54\xaa\x2f\xe4\x4d\x72\xc0\x21\x29\x98\x48\x58\xcb\x25\x2c\xcf\x25\xe6\x0e\x2e\x90\xec\xdc\x9c\x96\x5b\xdb\x21\x07\x7c\x96\x3f\x25\x66\x1e\x53\xa2\x72\x7c\x57\x08\x14\xf4\x59\xdc\xc4\xfb\xcb\xf8\x08\xc8\x68\x7a\xf1\x05\x2b\xbf\x8d\x76\xd8\x01\x75\x26\x75\xe3\xdc\xad\x32\x39\x52\xbe\xd8\xc9\x92\x1d\xd9\xe8\x7e\x21\x58\x69\xe8\x0d\x7c\x02\xa5\x07\x58\xf8\x1a\x3c\xae\x4c\x4a\xf3\x50\x13\xa5\x34\xb9\x44\x30\xce\x25\x53\xee\xbe\x56\xfd\xa3\xd9\x72\x65\xf1\x10\xa4\x55\x8a\x10\x32\x9b\xad\x8f\x0e\x72\x65\x4e\xa1\xff\xe4\x0c\x14\x9e\xcc\x4a\x1e\xc6\x16\x94\x99\x7e\x8d\xff\xb4\xd2\xd7\xf8\x99\x68\x87\x17\xe5\x0e\x5f\xa6\x87\x65\x0b\xb7\xc8\xec\x44\x95\x60\xd3\xc6\xbc\x93\xd7\x48\xf4\x05\xa5\x27\xe3\x27\x92\xda\x31\x9e\x8c\xea\xb1\x4d\xf5\x0b\x6f\x0e\x03\x49\xf8\xde\xd7\xac\x9a\x50\x22\x92\xe8\xf1\xa5\x75\xd5\x2c\xe5\x00\xca\xdb\x55\x5f\x4a\xab\xa5\x5b\x04\x64\x3e\x8d\x1e\xd0\x8b\xe2\xb5\x90\x1b\x06\x68\xc2\xf0\x18\x72\x6c\xc9\x35\x13\xf8\x4f\x1e\x1e\x18\x3e\x45\x22\xe8\xa1\x06\x38\x8b\x02\x1d\x46\x2f\x95\xa2\xfe\x16\xb7\xc3\x0f\x04\xf1\xc3\x3f\x49\x5b\x91\x0e\x96\x36\x78\xf0\x49\xa1\x49\x84\x88\x2f\x5c\xce\x62\x84\x48\xb6\xf3\xa0\xdf\x40\x02\xe9\x30\x23\x0c\x86\x9d\x8b\x8d\x36\x59\xec\xe8\xba\x8a\x98\x3d\xa6\xaf\x68\x38\x78\x2a\x35\xb7\xd1\x62\xb1\x22\xc4\xe1\xad\x28\x9e\x47\x41\xe5\x2d\x67\xbc\x10\xa3\x6d\xdc\x33\x26\x3a\x41\x7f\xad\x41\xc7\x51\xa0\x34\x25\xd4\xe0\x4e\x87\x96\xc1\xa8\x5b\xa3\x17\xae\xa8\x46\x79\xbf\xb9\x96\xdf\xd7\x4e\xfa\x1d\x39\xde\x9d\xfb\x87\x25\xa7\x1e\xf1\x4d\xbc\xee\xd0\x86\xec\x66\x14\xde\x7d\x2b\x51\x1f\x79\xc6\xa5\x34\x9b\x3e\xa4\x7e\x64\xf4\x69\x78\x05\x97\xb1\x69\x9a\x48\xf5\x27\xf4\x9a\xd0\x72\xae\x39\xfd\x6c\x64\x3a\x1a\xfe\x32\xbc\xe5\xe7\xaf\xfc\x32\x9b\x93\xe7\x94\x28\x56\x86\x0b\x30\x06\x8c\xcc\xc4\x20\xb7\xc2\x42\xcb\xd7\x89\x07\x78\xc8\x86\x2e\xd4\x76\x7a\x0a\x83\xeb\x95\x09\x62\xcb\x4d\x60\x7e\xcd\x34\x8f\xc0\xf3\xb6\x5c\x5b\x5f\x1c\x4d\x89\xbf\x84\x97\x2e\xf8\xb7\xad\x51\xca\x2a\x34\x78\x8a\x3f\x4e\xf9\x04\x46\x43\x4e\x62\x81\x26\x87\x45\x60\x03\x0e\x32\x09\x38\x08\xde\xe1\x8f\x97\x8d\xeb\xe6\x8f\xe1\x7f\xf2\x1b\x69\x02\x66\x6f\x6a\x3b\x85\x20\x3b\x63\x51\xcf\x1f\xc0\xbf\xf9\xc3\x67\xf1\x57\x65\x3f\xe4\x6b\x2c\xbc\x24\x47\xb8\x29\x20\xe5\x51\xc7\xc5\x15\x19\x2b\x60\x77\xbe\xcd\x9f\x24\x7c\x08\x59\x8a\xa9\x36\xe8\x3c\x25\x0e\xc0\xf8\xc6\x5b\x43\xd9\xa3\x1a\x0a\xd2\xa1\x37\xc8\x57\x71\x8a\x79\x62\xd4\x21\x51\x0e\xa6\xf6\xb0\x57\x9c\x0f\x5b\x16\x18\xe5\x20\xca\xc4\xfd\x40\x6e\x06\x12\xfd\xd2\xcb\x3f\x11\x34\xcc\xf6\xe1\xb3\xa8\x50\x57\xba\xa3\x74\x50\x9d\x0d\x41\x90\xc7\xfc\xa5\x49\x9d\xf3\xfa\x5b\xaa\x25\xd7\x63\x1c\xd6\x2b\xbc\x3a\x61\x56\xcc\xc5\x29\xb4\x4b\x05\x02\x4d\x9d\x2f\xde\xd1\x83\x0e\x67\xa3\x1e\xd3\x41\xd6\x31\x76\x06\x20\x10\x87\x53\x38\xb3\xb5\xf8\xc4\xdb\x78\x02\xf8\xf6\x7f\x00\x9b\x78\xf3\x5f\x6a\x70\xde\x44\x4e\x99\xd8\x4c\x2c\x24\x5d\x86\x8e\x80\x8e\x63\x26\xc9\x90\x1b\xe4\xaf\x0b\x67\xe6\x4f\x1d\x9c\xd3\xfc\xfc\x58\xbe\xbb\x4d\xb7\xe5\x77\x07\xa7\xcf\x46\x7e\xfe\xf4\xe5\x59\x04\x4b\x68\x8e\xdf\xf2\x08\xd7\xb1\x20\xc2\xf7\xb8\x8e\xb8\x5f\x4a\xc0\x9b\xd3\x43\xe3\x90\xef\xb1\x63\xa5\x9b\x86\xfc\x64\x49\x0c\x13\x9a\xb6\xa0\x86\xe1\x7d\x63\xc9\xaf\xf1\x14\xdc\x89\x24\x96\x88\x00\x88\x01\x31\x0f\xc4\x48\x71\x0c\xdb\xe1\x18\x68\x1d\xd5\x4a\x82\xe1\xf1\x31\xb5\xfc\xf3\xa3\xcf\x67\x09\xc5\x59\x74\x95\x8b\x32\x9e\x9d\x94\x17\x64\xe2\x78\xf9\xe4\x5c\x17\xe2\x6d\xb9\x45\xa0\x05\x06\x28\x82\x5c\xfd\x1c\xa7\xc8\xef\xaa\xe2\x07\xbf\xa8\xa1\xc6\x16\xbd\x06\x28\x75\x87\x1d\xb9\x02\x9f\x4b\x4a\x8f\xfc\xec\xf8\x69\x3a\x0e\xca\x12\xad\x42\x3c\x8e\xa8\x92\x21\xe1\x1b\x17\xf7\xf4\x59\x0a\xa5\x9e\xe5\x96\x7c\x5c\x9c\x7d\xe3\x17\x3b\xce\x3a\x8b\x72\xc7\xc8\x3f\x72\x9a\x42\xa6\xf2\x9c\x49\x31\x25\xf2\x9b\x64\xc9\xce\x53\xfb\x34\x7e\x6d\x50\x2d\xd1\x19\x24\xca\x6f\xf0\xf0\x7e\x44\xdf\x6f\xf1\xea\xdc\x3b\xa2\x49\x4f\xce\xb8\xe1\x58\x26\xab\x6e\x6f\x5b\x59\xc1\xc0\x05\x74\x9a\x5f\x88\x20\x47\x6c\x88\x3c\x5d\xa2\x77\x25\x0e\x34\xcb\x35\x82\x23\xe4\x60\x76\x83\x77\x24\xa6\xe3\xe2\xa2\xf6\xd2\x38\x85\xf1\x46\x4c\x09\x4e\x51\x3c\x1c\xaf\x88\xda\x5d\x27\x6f\xcc\x03\xd6\x16\xf4\xbc\x1c\x55\x30\xdb\xed\xc4\x0d\xe1\x71\x78\x29\x3d\x06\x84\xa6\x31\xa4\xcb\x45\xae\xa2\x7b\x20\xa3\x78\xf8\x69\xa0\x01\x97\x96\xaf\xcd\xc5\x45\x55\xd6\x16\xdf\x02\xb1\x98\xcb\x18\x88\x55\x59\x23\xfe\xdb\x77\x49\xe5\xd2\xd1\x41\x43\x13\x31\x19\x58\xd7\xe8\x87\xef\x73\x43\xe4\x4f\x9a\x35\x1b\x44\xa8\x5c\x6b\xb5\x3d\xd9\x0b\x5b\xbd\x5c\xd1\xe8\x1b\x25\xda\x11\x58\xe8\xbf\xb0\x7c\x35\x92\x0c\x9e\x04\xc5\xb6\x69\xba\xf0\xf6\x68\x3e\x7c\x16\x5c\x37\x04\x2f\xee\x57\x0b\x7e\xc2\x70\x58\x83\xa8\xdb\x23\xcd\xd4\x71\x8a\x9a\x57\x87\xaf\x7e\x6b\x65\x98\xd8\x27\xd5\x44\x8b\x6e\xb3\xf6\x5d\xa2\x2b\xdd\x20\xff\xc1\x39\x7d\x0b\xe3\xc7\xe8\x02\xc1\x60\x5a\x92\x01\x5b\xf9\x81\xc3\x0f\x62\x96\xa6\x4b\xbf\xdc\x8b\x5c\xb8\xd3\x2a\x7b\x3c\x44\xb3\x59\x54\x27\xc8\x88\xe1\x5b\x90\xc9\xc2\xb7\x58\xba\x0c\x5f\x69\x88\xe3\x81\x38\x57\xc5\x98\x72\xfe\x64\xa2\xcc\x3f\x1c\xee\x30\x17\x02\xc9\x1d\x77\xf0\xc5\xa1\x35\xf0\x9d\x3b\x5f\x46\x15\xfc\xea\x0e\xbe\xf9\x06\xb8\xae\xfb\x13\xa0\x98\xfd\xe6\x4e\xbe\xcb\xef\x00\x7f\x5c\x86\x36\x94\x4f\xdc\x72\xf6\x56\x11\xa6\xa9\x9d\xc7\xa2\xc0\xb1\x90\x9b\x6b\xcc\xda\x80\x57\xdb\xf4\xea\x24\xdf\x65\xcb\x6d\x4f\x83\x5f\x48\x16\x39\x8d\x65\x91\xe1\xa1\x50\xc6\x93\x1c\x09\xc2\x4e\x61\x3c\x3a\x60\x8c\x2c\x15\x1b\x12\x1b\x16\x24\xf9\xb1\x06\xae\x3e\x68\x3a\xaf\xf2\xa4\x55\xf5\xe5\x24\x7d\x49\x89\x02\xeb\xc2\xb8\x01\x11\x38\xca\x6e\xca\xca\xa3\x6d\x08\xb3\x64\x73\x30\x3b\xfc\x8b\x55\x8d\x99\x1e\x7c\xbf\xf9\x85\x98\x1d\x95\x69\x35\x5a\x2a\x31\x8c\x3d\x4b\x2c\x62\x9f\xb8\x3e\x14\xb1\x5d\xbe\xb7\xfc\x0c\x46\xba\x4a\x95\x84\x46\xea\xcb\x03\xd8\xfd\x4b\xb3\x01\xbe\xd7\xe4\x4f\x6f\x3e\xd6\x62\xa5\xa1\x38\xe5\xd1\x3c\xb6\xa0\xc3\x19\x3f\x85\x13\xfe\xed\x89\x22\x67\x8e\xc0\xa0\xd0\x45\x45\x97\xf5\x41\x52\xf9\xb1\x2c\x98\x7e\x68\xd4\xb2\x5f\x65\x67\xbb\xa0\x58\x44\x75\x5f\x58\x0e\x65\x45\xe7\xb7\x58\x29\x81\xb1\xed\x6b\x4c\x73\xd3\xec\x3d\xbd\x3e\xf3\xb3\x54\x00\xd5\xa1\x87\xfe\x6c\xbd\x46\xf1\x53\x16\x01\x27\x2f\xd9\x9c\x38\xbd\x83\x5f\x5d\xce\xfb\x40\xa6\x5a\xa0\xba\x70\xd6\xe9\x5f\x06\xe4\x54\x56\x8a\x76\x7b\xa5\xb0\x1f\x47\x52\x58\xb4\xe7\x07\xb9\xda\x53\x02\x18\x80\x27\x7a\x28\xea\x9b\x69\xb1\xe2\x03\x9c\xef\x06\xb1\xc0\xc8\xc6\x3d\x3e\x7d\xf2\x7c\x00\x3a\x41\x95\xa4\x64\x44\xc3\xe4\xfb\x14\xc5\x62\x27\x96\xe9\x49\x90\xff\x4a\x0a\xb8\x6f\xf8\x7c\x60\x0e\x11\x61\x3e\x3a\x29\x3c\x70\xbb\x2d\x3d\xb3\x86\xff\xa2\xe6\x71\x00\x76\xfa\x5d\xfb\x3d\xc0\xf0\x83\xde\xf8\x61\x0e\x3d\x09\x08\xda\x1c\xf9\x82\x1e\x1a\xf3\x80\x38\x68\x15\x38\x8a\x20\xae\xb0\x6d\xe5\xca\xda\x30\xee\x01\xbc\xc2\x1d\xc0\x11\xdf\x82\x1f\x3f\x60\x7b\x39\x94\xeb\x59\xde\xc6\x82\xc1\xf9\xc6\xa3\xc8\x35\xfc\x11\x97\x78\xf2\x15\x08\x64\x94\xf0\x85\x0e\x47\x5c\x75\xbd\xf2\x6b\xc9\x37\x28\xc9\x82\x76\x7a\x03\x53\xe1\x75\xc6\x60\xe2\x55\x79\x61\x07\x17\x35\x7a\xb4\x27\xa6\x7f\xd9\x75\x5b\x27\x39\x7f\x28\xf7\x07\xbd\xd0\x3e\x98\xe8\x2d\x4d\xa6\x43\xdf\x96\x74\x3b\xb7\x7f\xcf\x7e\xd8\x18\x34\x0a\x0d\xc0\x85\x09\xce\xbd\x72\x44\x90\x37\x1f\x22\x50\x3d\x77\xeb\x56\x88\x7e\x74\xf6\xbe\x97\x6f\xb1\x00\xb4\x7f\x47\x23\x99\x07\x01\x63\xa1\x8d\x0b\xd5\x11\x74\xb6\x6a\x81\xad\xbd\x64\x2f\x3a\xdc\x25\xf8\xe9\xcb\xe2\xc3\xad\xdf\x1c\x60\x76\xd1\xa3\x29\x18\x06\x5e\x98\x00\x8b\xef\x65\x86\x77\x32\xf5\xb3\x7f\x67\xd3\xbf\xaf\xa9\x25\xf6\x1d\x8a\x9a\x76\x7c\x83\x15\xd5\x6d\x34\xa7\x1e\xb9\x41\xd2\x05\x73\x90\x38\x15\x6c\xe2\x75\x16\x1d\x2b\xac\x17\xd2\xa0\x36\x62\xb7\x93\xfd\x47\xdb\x1e\x75\xa0\x7e\xb4\xea\x99\xca\x3f\x17\x98\x0e\x2e\xe2\xaf\x3e\xfb\xaa\xba\xa6\x6a\x2d\xca\xf5\x80\x29\x07\x80\x2b\x4b\x5e\x82\x1f\x29\xa1\x7a\x48\x5b\x56\x99\xf4\xea\xca\xd7\xc5\x5d\x47\x4f\xd9\x63\x71\x0a\x0d\x43\x21\x5b\x0b\x5e\x9d\xce\xcf\xf5\xbd\x5e\xf6\xad\xf1\x20\x68\x5d\xf0\x40\x0f\x6d\x78\xd7\x77\x00\x57\xd6\x2c\xea\x32\x34\xde\xba\x9c\x5b\xef\x4c\xc5\x85\x26\x6a\x94\x14\x3b\x86\xa5\xa8\x54\x51\x1c\x93\x67\x83\x07\xd0\x38\x80\x09\x2f\xc1\x34\xad\xa7\xaf\x14\x04\xe1\xf8\xcb\xe2\xeb\xf8\x86\x30\x9e\xe4\x60\xd3\xb5\xa4\xd9\xce\x9f\x6f\x67\xa3\x81\x47\x0e\x92\xf5\x78\xef\x9c\xdc\x31\xfb\x3c\x8d\x5e\x97\x74\x13\xb9\x79\xc9\xf3\x9b\x96\xec\xb5\xc6\x51\xd3\xfd\x05\xfc\x8d\x4f\x6c\xa4\x9e\xe6\x49\x12\xa6\xbb\xfc\x64\x6d\x6b\x6b\x9f\x5e\x3d\x86\x85\xef\x78\xda\x44\xc3\xd6\xe7\xe4\xbe\x0e\xcf\xc9\x99\x03\xef\xe0\xfa\x27\x49\xa1\xd1\xcb\xf2\x7d\xa3\xb1\x09\x83\x67\xf8\x5c\xbb\xfa\x6a\x58\x97\x1e\xaf\x4b\xc0\xb0\xf0\xdf\xb4\x61\x9e\x22\xbf\xdb\xfa\x73\xf4\xb4\x69\xf4\x74\xaa\x4e\xf1\x2b\x36\xc0\x7f\xc5\x93\xfd\x5d\xf4\xa6\xa9\xb4\x92\xbe\x29\x28\x4f\x0c\x25\x0f\x67\xc5\xad\xc9\x9b\x81\xe3\xc6\x92\xb7\x64\xe5\x9d\x5c\x5c\xfb\x3a\xcd\xfd\xff\x69\x43\x9b\x78\x66\xec\xe7\xf0\x1c\xda\x6f\x1e\x9c\xcf\x81\x4c\x5b\xc1\xbf\xca\xb6\x9c\x40\x0d\xde\xe0\xc9\xdd\x0d\xc8\x42\xd9\xd9\x3a\xb3\x8e\x36\x95\x1e\x68\x30\xeb\x64\x34\xb4\xaf\xf1\x33\xb2\xa3\xad\x1f\x20\x8b\x3e\x44\x49\x4f\x0d\xfe\x48\x4f\xff\xd1\xdb\x90\x9e\x8f\x59\x7a\xf5\xec\xae\x7f\xf8\x10\xb0\xbe\x6b\x9a\xea\x75\x66\xd6\x80\x61\x66\x65\xb3\x8b\xb6\xd9\x50\x60\x22\xfb\x4a\x98\x4b\x20\xb5\x19\xfe\xe6\xbf\xbe\x76\xf8\xf2\xcc\xd7\x9a\xbb\x34\xfb\x7a\xc3\xbf\xe1\x64\xf5\x1d\xfc\xbc\xe4\x9f\x0c\x5b\xf0\x8f\xe2\xe6\x23\xfc\xb8\xd6\x8a\x78\x61\x03\xf5\x80\x38\x71\x4d\xa0\x17\x5f\xef\xf8\x6f\x94\xba\x33\x67\x81\xcd\x15\xd0\x0f\xce\x5a\xde\x69\xd4\x54\xa9\x19\xf5\x63\xd3\x42\xee\xdb\x65\x97\x4d\xdf\xa6\x25\x38\x0c\xf4\x09\xd9\xa5\x9f\x71\x40\x2e\xbb\xb6\xf6\xed\xb0\x17\x1c\x1b\x71\xab\xee\x72\xd0\x87\xc5\xd4\x3d\x3b\x8b\x17\x54\x77\x69\x05\x71\xac\x2e\x6b\xcd\xf5\x42\x07\xec\x07\x89\x1f\x75\xa0\x3a\xb8\xec\xa7\xa2\x6d\xb6\xf8\xa8\xc4\xeb\x4c\x9f\x0f\xd2\x77\x83\xce\xfb\x9b\x5f\xaa\xce\x92\x3b\xed\x9f\xfa\x9b\x8f\x39\x61\xa8\x93\xec\x09\x94\x3c\xa3\xf5\x8e\xb6\xb3\x4c\xdf\x15\x2b\xeb\x6d\x2f\x96\x8f\x67\xa3\x1c\x01\xc3\x6a\xb2\xfb\x28\x88\x61\x20\x10\x19\x5a\x60\xeb\x17\x4b\x90\x36\x4e\x11\xf5\x54\xe5\xa9\xb4\x4a\xfe\xc5\x9f\xff\x4c\x8f\x53\x82\xfa\xf8\x97\xbf\xe4\x4f\x1f\x7c\x99\xdb\x77\x98\x1a\x3d\xb7\x01\x5e\x6f\xf3\x01\x76\x63\xde\x3d\x4a\xc0\x31\x19\x08\x45\xf4\xd0\x3d\xb3\xe7\x1a\xd2\x7c\x96\xfd\xdf\x00\x00\x00\xff\xff\x0a\x57\x4a\xa9\x6f\xcd\x00\x00")
+var _confLocaleLocale_esEsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x7d\xcb\x6e\x1c\x47\xb6\xe0\x3e\xbf\x22\xad\x86\x60\x09\x43\x95\xe1\xf6\x9d\x07\x0c\x97\x7a\xa8\x97\xe5\x01\x25\xf1\x8a\x94\x2f\xee\x18\x42\x39\xaa\x32\x58\x4c\x29\x2b\xb3\x3a\x23\x93\x14\xd5\xe8\xc5\xec\xe7\x03\x06\xb3\xd3\xd2\x0b\x2d\x2e\x7a\xd7\x9b\x06\x5c\x7f\x32\x5f\x32\xe7\x19\x8f\xcc\x2c\x52\xb2\xdb\x0b\x8b\x95\x71\xe2\x7d\xe2\xc4\x79\x87\xd9\x6e\x17\x85\x75\xab\xf9\xab\x3a\x77\xb6\xbd\x28\x57\x65\x93\x17\x36\xff\xbe\xec\x72\xd3\x77\x4d\x6e\xaa\xe6\x8d\x29\x9a\xfc\x2a\x77\x65\x9d\xaf\x9a\xcd\xb6\x2a\x57\x06\xa0\x6a\xeb\xb2\xec\xbc\xd9\xd8\xf9\x0f\x35\xd6\xca\x0a\xe3\xce\x97\x8d\x69\x8b\xf9\xb1\xa9\x6d\x85\xad\xac\x9a\xba\x6b\x9b\x2a\xb3\xef\xb6\x55\xd3\xda\xf9\x63\xfa\xd7\xb4\xd9\xb9\xad\xb6\xf3\xc3\xab\xbe\x30\x99\x2b\xd7\xf5\xa2\xac\xb9\x15\xd3\xc2\x28\x5c\xb9\xfb\x5b\xcd\xdf\x9b\xbe\x9b\x3f\xb4\x6d\x3b\xfc\xde\x6f\xe7\x2f\xed\xba\x74\xd0\x7a\xd6\xd2\x1f\xb6\x0d\x5f\x2e\xed\xd2\x95\x9d\x9d\x1f\xef\x3e\xac\xcb\xda\xe4\xf0\x3b\xbb\xb0\xad\x83\x41\xcf\x7f\xc4\x7f\xb1\x9d\xad\x59\x7b\x88\xac\xb3\x30\x2f\x83\x55\x2a\x53\x77\x65\x55\x99\x0c\xfe\x58\xf7\x08\xf3\x43\x51\x36\x1b\x93\xad\x5a\x0b\x00\x8b\xda\x5e\xce\x1f\xc2\x9f\xed\x6c\x36\xcb\x7a\x58\xb2\xc5\xb6\x6d\xce\xca\xca\x2e\x4c\x5d\x2c\x36\x38\xcb\x63\xdb\xc2\x07\x9c\x7f\xef\x7a\xd3\x96\xb8\x78\x9b\xdd\x07\x47\x43\xb7\x05\x4c\x76\x61\x1c\x34\x6b\xa1\xa7\x33\x58\x4c\x58\x5d\x58\xd7\x26\xa3\xe6\x6a\x03\x2b\xfa\xbc\xd9\x2c\x5b\x1b\xb5\x90\xd9\x8d\x29\xab\xf9\xc3\xa6\x6d\x6d\x93\xdb\xca\xae\xba\x16\x26\x51\xae\x1a\x98\x87\x73\x97\x0d\xac\xfa\x43\x5c\x6c\xe3\xec\xee\x3f\x0c\xac\xc9\xa2\xbb\xda\xe2\xd6\xac\x5b\xeb\xa8\xa5\xba\xb7\x17\x4d\xb6\x32\xdb\x6e\x75\x6e\xe6\x0f\xf9\xdf\x0c\x20\xb7\x0d\x2c\x56\xd3\x5e\xc1\xfa\xc9\x9f\xd0\x5f\xd3\xae\x4d\x5d\xbe\x37\x1d\xae\xd9\x0b\xf9\xb1\xa2\x85\xdb\x94\x6d\xdb\xb4\xf3\x67\xf4\x4f\x06\xeb\xb1\xc0\x36\xe6\xcf\xb1\xfd\xbc\x8d\xda\xc0\xa2\x4d\xb9\x6e\x71\x5d\xb1\xd4\xe4\xf4\x8b\x5b\xe1\x42\x6a\x89\xcb\xda\xdd\x2f\x84\x5a\x54\x72\xd6\xb4\x6f\xa5\x45\xfc\x13\xc6\x5f\x8d\x9a\x86\x21\x4a\xd5\x26\x1d\x9f\xa9\x61\xdb\xa8\xf8\xb0\xd8\x94\x35\xe2\x04\xe0\x4f\x00\x22\xd4\x35\x58\xb4\xd8\x22\xa6\x06\x7c\x35\x1e\x9e\x9b\x32\xab\x55\xd3\xd7\xdd\xc2\xd9\xae\x2b\xeb\xb5\xc3\x35\x3e\x2b\xd7\x7d\x2b\xad\x60\x9d\xca\xe4\xab\x1e\xb6\x12\x30\x79\x0f\x54\x76\xd5\xf4\x1e\x4d\xe6\xa7\x7d\xbe\x25\x04\xe1\xcf\xbe\x12\x7c\x5f\x85\x7a\xd8\x3b\x74\xdf\x95\x17\x65\x57\x5a\x37\x3f\xa4\x3f\x0b\x53\x64\xdb\xbe\xaa\x60\xc5\xff\xdc\x5b\xd7\xb9\xf9\x31\xfc\xca\x5f\xca\xaf\xac\x74\x0e\xfe\x80\x5d\x5f\x95\x80\x5d\x70\x9c\xe0\x88\xae\x4c\xbd\x82\x39\x3e\xa4\x7f\xe0\xe8\x65\x3f\x95\xb5\xeb\x4c\x55\xbd\xce\xe4\x0f\x80\xc7\x7f\xa5\xd7\xae\xec\x60\x94\xc7\xc6\x35\x3a\xbd\x32\x2a\xce\xb7\x4d\x9b\x6f\xdb\x72\x63\x5b\x93\x5f\xd8\xf7\x59\xd1\xac\xde\xc2\x21\xc0\x03\x0d\x47\xf0\xa4\xcc\x61\x20\xbb\x0f\xb9\x7d\x63\x57\x7d\x07\x47\xa2\xc9\xbf\x6f\xd6\x0e\xf0\x98\xfe\x7e\x44\xd0\x07\xd4\xca\x99\xb9\x80\xff\x57\xd6\xe4\xdf\x99\xbc\x33\xed\xda\x76\xf3\x5b\x8b\x25\x9c\xbb\xb7\xb7\xf2\xf3\xd6\x9e\xcd\x6f\xdd\x76\xb7\xee\x63\x83\xc6\xe5\x5b\xa0\x46\xc6\x7d\xf7\x95\xb9\x9f\xc3\x09\xe5\xa5\x5f\x99\xcd\x12\x49\x46\x6d\x0a\x93\xdb\x9a\x20\xf3\x2d\x1f\xe9\x2f\x32\x5c\x23\xa0\x02\x8b\x62\xc9\x14\x8e\xc6\x41\x1f\x2d\x9c\xad\x1e\xe8\xc2\xd2\xf0\xd1\x28\x4c\x07\x93\x7d\x76\x75\xf2\xaf\x47\x07\xf9\x71\xe3\x3a\x38\x34\xf4\x37\xfc\x0f\x5a\xf8\x26\x6f\xf2\xd3\xf2\xd1\x83\x59\x06\x4d\xf1\xf2\x3c\x4c\x76\x0a\xdb\x48\xda\x22\x40\x3c\x7f\xa7\xe5\xb6\x19\x97\x9e\x43\x17\xf3\xa7\xf0\x3f\x3a\xf1\xf3\x57\x72\xc6\x27\x4f\x32\xb4\x34\x20\x09\x95\x19\x77\x26\xcb\x7f\xec\x97\xb5\x07\x22\x56\xae\x2c\x90\x8a\x7c\xd3\xc0\x99\xc9\x7f\x78\xfe\xfc\xc5\xa3\x07\x88\x62\x84\xb1\xa3\xf1\xaf\x0c\xfc\x00\x2a\x0a\x2b\xdb\x77\x67\xff\x6d\xb1\xb6\x35\x6c\x71\xb5\x58\x95\xb0\xf4\xb0\xd7\xb4\x3a\xb3\xcc\xb9\x0a\x88\x5c\x61\xe7\xcf\x1a\xd8\xce\x93\x93\x23\x18\x75\x77\x3e\x7f\xd9\x23\xfe\xff\xb9\xc2\xf5\x96\xb1\xe0\x27\xb8\x3d\x72\xd3\xae\xce\xcb\x8b\xf1\x2a\x0c\x17\x37\xff\x6e\xd9\xde\xf7\x13\x38\x40\x8c\xa1\x4d\x6a\xa9\x9d\xa5\x6b\x2a\xfc\x63\xd5\x13\x1e\x95\x78\x59\xc0\x50\x91\x6e\xfa\x7b\x6b\x96\xc1\x4d\xb1\x00\x4a\xde\x5d\xe1\xa6\xd3\xc0\x8e\xb4\x81\xd1\xb2\x0d\xfa\xcf\xeb\x26\xdf\xf6\x16\x4a\x11\x8b\xda\xfc\xc2\xac\x76\x1f\x0d\x37\x59\xd6\x17\xa6\x2a\x0b\xd8\x7b\xdd\x8d\xc7\x15\xc0\xef\xdb\x90\x41\x7b\x78\x09\xe2\x62\xe6\x15\x14\x45\xcb\x7c\x6b\x76\x2b\xaf\xcb\xfc\xd6\xbd\x5b\xb3\xac\x6e\x16\x4c\x90\xf0\x12\x29\x4a\x67\x96\x70\xa1\xf0\xc5\xd6\x32\x0d\x7e\xae\xcd\x01\x2e\x9f\x9b\x25\xec\x2e\x8e\x92\xc8\x22\xdf\x7a\x7c\x3f\xe3\xcd\x44\xcb\xc6\x34\x29\x25\x6a\x45\xd3\xc6\x6b\xa4\x24\x50\xb0\xee\xc8\xf0\x7d\xcd\x88\x37\xaa\xb9\x6f\x81\x32\xc5\x94\xc9\x93\xf1\x3d\x17\x12\x4b\x01\xe7\x2f\x43\x7e\x63\x8c\xcf\x87\xc2\x54\x10\xcd\x15\x88\x80\xd3\x75\x6e\xfe\xdc\xef\x3e\xe2\x64\xc3\xa2\x77\x7d\x4a\xf6\x0f\xf2\x5f\x3f\x98\xaa\xc3\xbb\x76\x05\x64\xae\xf9\x82\x6e\xb6\x85\xc7\xce\xe1\x15\x82\x6d\xbc\x34\xe5\xfb\xfc\xce\xcb\xa6\xe9\xee\x06\x68\xed\xf7\x14\x10\xdc\xd1\x9e\x45\xb5\xf0\x07\x9e\x27\xa7\x3c\x12\x6c\x3b\x70\x09\x6d\x61\xda\xdd\x87\x5a\x68\x10\x8c\xaf\x6c\xe1\x86\xc6\x0a\xb3\xac\xed\x81\x5d\xc1\x63\xfe\x98\x49\x62\xcb\x48\xab\x87\x5e\x8b\xb5\x5b\xc0\x2c\xe5\x1a\x6a\xbb\x02\x9e\x07\x86\xce\xe8\x03\x97\x91\x75\x0d\x63\x32\xcd\xe8\xa5\xd9\x7d\x7c\x4f\xf3\x8a\x6e\x6e\x98\xbf\xd5\x8e\x70\xc5\x81\x68\x01\xf7\x02\xfc\xd5\xa3\x06\x37\xb3\x91\x9f\xbe\x3b\x87\x3c\xde\x19\x8c\x96\xcf\x88\xcb\x5f\xbd\x3c\x72\x7c\xe4\x57\x55\x53\x43\x2b\x48\xab\x4f\x4e\x9e\xe2\xd9\x3f\x5f\xc0\x8f\x0e\x2e\x1d\xdb\x76\x78\xfa\x9f\xfa\x6f\xda\xde\xf3\xdd\xdf\xe1\x6a\xa0\xd5\xdd\x32\x14\xfc\xe5\x7a\x3e\xa3\x05\xb7\x74\x90\x17\xbb\x5f\xde\xd8\xaa\xc1\xf5\x42\x7a\xbf\x6a\xb8\x43\x40\x6d\xba\xf2\x8c\x74\x78\xde\x75\xdb\xa4\xc7\xa7\xa7\xa7\xc7\xe1\xab\xc7\x10\x2e\xc4\xc5\xaf\x72\xb8\x09\x61\x0f\x56\x3d\x30\x37\xb0\x25\xb8\x56\x26\x20\xd7\x8c\xb0\xab\x6f\xab\x39\xcc\x52\x70\xcf\x0c\x70\x0f\x4a\x3f\x73\x71\x70\x54\x5f\xe1\xff\x4e\x60\xf1\x91\xe6\xad\xfb\x1a\x8f\x3a\x31\x6b\x2e\xe1\xd6\x60\x3b\xaa\x66\xbd\x68\x01\xe5\x46\xa8\x29\xcc\x6b\x52\xae\x23\x79\xe4\x11\x2a\x2f\x9a\x1a\x8f\x66\xb5\x31\x2b\x8b\x23\x60\x0c\xe5\xca\xd0\x7c\xd6\x6c\x91\x5e\xec\x3b\x8f\xcd\x76\x45\xa5\xcc\x50\xee\xbb\xcd\xaa\x44\x16\xe0\x89\x64\x6e\x03\xeb\x4e\x57\xd7\xc9\xb3\xd3\xe3\x9c\xee\x2f\xfa\x76\xd6\x36\x9b\xf9\x23\xeb\x0a\x1b\x7e\xfb\x5b\xc0\x6e\x80\xc8\xd6\x78\x26\xa0\x55\xea\xf4\x20\x7f\xf9\xe4\x61\xfe\x9f\xbf\xf9\xe3\x1f\x67\xf9\x31\x11\x14\xe8\x2c\x07\xfa\x0e\x87\x1e\x01\x91\x7a\xd1\x01\x0a\x77\xd3\x98\xed\x3d\x00\xb2\xcd\x74\x88\xb7\x1d\xb8\xc4\x0d\xd0\xde\xfc\x16\xd3\x95\x5b\xf9\x77\xd4\xd7\x7f\xb7\xef\x0c\x70\xf6\x76\x06\x67\xee\xfe\x2c\xc3\x4f\x70\xd4\xe8\x38\xa6\x23\x13\xce\xfa\x71\xcc\x59\x0b\xf4\xd4\xb5\x2c\xa7\x4e\x5a\xf0\x22\xc8\x82\xee\xd5\x76\x33\x7f\xea\x29\x34\x60\xd8\x43\xfe\x28\xab\xcb\xe3\xf5\xb2\x0a\x6d\x43\xdd\x80\x24\x70\x95\xd4\x72\xf9\xf3\x86\xc5\x83\xc0\x6a\x3e\x94\x8d\x80\xbd\xb1\xc8\x39\xe2\x16\xd9\x1b\xf6\x10\xcf\xdc\x55\xde\x20\x72\xf8\x4d\x75\x59\x73\x76\x56\x95\xb5\xe5\xab\xfc\x50\xce\x1c\xf1\x0a\x78\xab\xc3\x45\x02\xcd\xd9\x77\x74\x26\x62\x50\x38\x76\x5b\x10\xbd\x1e\x85\x73\x8a\x4b\xf7\xe8\x39\xdc\xc7\xab\xaa\x77\x7a\x06\xa9\x15\xa4\x00\x6d\x53\xf4\x2b\x21\xcf\x5d\x44\x4f\x57\x7d\xeb\x68\x3c\x3c\x24\xa2\x9d\x55\xb3\x02\xa4\xc6\xe5\x04\x92\x25\x37\x20\x48\x0b\x17\x06\xd6\x63\xd0\xa3\x47\xce\xef\xa5\x7c\x54\x61\x3c\x50\x05\xc5\xfb\xa1\x37\x15\x71\x81\xb8\x2c\x26\x3f\xeb\x09\x0b\x00\x5b\x1d\x9e\x0c\xb8\x50\x0a\x33\xcb\x03\xf9\xe7\x7a\xb4\x03\x4b\x4b\x52\x32\xde\xe2\x6b\x83\xe5\x78\xfc\x11\x46\x48\xb6\xcb\x69\x09\x80\xde\x15\x16\xc9\x06\xf2\x26\xb0\x1a\x24\x80\x20\x53\x5c\x49\x63\xb0\x32\x80\xf7\x80\x30\x40\x92\xa1\x9d\x30\xe1\xe4\xca\x8f\x46\x7f\x08\xa2\xf8\x3d\x8f\x33\x53\xd0\xe3\x19\xa3\xf8\x7e\xcf\x73\x07\x88\x10\x32\xca\x03\x3c\x6c\x0d\x8d\x26\xb9\xe0\xb7\x4d\x81\xa3\x64\x1e\x82\xf9\x07\x47\x62\xa3\x01\xba\x02\xb4\x06\xbb\x54\xf9\x51\x71\x06\xd1\x5b\x44\xc9\x14\x42\xc6\xf3\x52\xf9\x6d\xe2\xa0\xb8\x82\x40\x30\x1d\xc5\x51\x0c\x06\xaa\xe3\x9c\x31\x0b\x0f\xb2\xac\xe8\x08\x16\x17\x25\x48\xdf\x11\xba\xb2\xe6\x01\xab\x9c\xb0\x76\x20\x6f\x96\x55\xb9\x36\x4c\x29\xa9\x7d\x90\xf7\x73\x91\xf2\xdd\x64\x7b\x32\xd0\x13\x5c\x92\x64\x2b\x81\x10\xf3\x1e\x23\x8d\xaa\x41\xd8\x69\x55\xb6\x70\x07\x04\x79\x51\xe2\xed\x4c\xc2\x88\xa9\x91\x66\x6c\x10\xa7\xb1\x1d\x5e\x49\xae\x83\x47\x59\xeb\xd1\x95\xd3\xc0\x9f\x5f\xe9\x74\x67\x22\x88\x8a\x18\xc8\x92\xca\x73\xa4\x6d\x7c\xfd\x13\x23\x70\x23\x57\x97\x9b\xf3\xa6\x45\xf1\xda\x6d\x60\x77\xc3\x4e\xd3\x6d\x08\x24\x6a\x6d\xf2\x1f\x1e\xcd\xbf\x86\xd5\x81\x1f\xb4\xc9\x20\xc2\x5d\x00\x75\x5b\x97\xcc\xca\x0c\x5a\x83\x0d\xd9\xec\x3e\x74\x40\x7c\xe4\x40\xf2\x20\xf7\xc9\x3e\xd5\xde\x81\x49\xc5\x3d\x4a\x8d\x01\x03\x1a\x8b\x3d\x42\x48\x93\x42\x22\xa2\x6d\x1e\x83\x71\x0b\x7b\x95\x23\x84\xf5\xe9\x80\x44\xe6\x5d\xac\x81\x37\x52\xc1\x97\x39\xa5\x0c\x36\xb2\x5b\xac\xcb\x6e\x71\x86\x84\xbf\x98\x3f\x01\x38\x54\x80\x21\x1d\x5b\x32\xc2\xc1\x35\x42\xf2\xc7\x97\x00\xf6\xe5\xb7\xf9\xed\x0b\x11\x7a\xbe\x41\x12\xbe\x80\xc3\x5d\x56\x78\x08\x50\x98\xbf\x10\x45\x13\xf2\xcd\xae\x41\x7e\xc5\xa8\xc8\x11\xcb\xbf\xb8\xe1\x48\x4d\xb0\xf5\x25\xe0\x08\xee\x5a\x73\x86\xaa\x30\x64\x9a\xe1\x4e\xcd\x6f\x03\xba\x3d\x7f\x81\x8b\xec\x9b\x84\xaf\xeb\x66\xd9\x97\x55\x31\xcb\x54\x38\x01\xd1\x44\x90\x48\x38\xf9\xf1\x26\xa5\x52\x4a\x4d\x58\x46\x77\x2b\x30\x38\x34\x19\x6d\x2b\xb0\xce\x2a\x3f\x71\x03\xad\xe7\x38\x63\x4e\x1a\x5a\x81\x8a\xbb\x0f\x78\xc0\xa9\x19\xcf\xd3\xe2\xa2\xc0\xb5\xbc\x3a\x8f\xd9\x5a\xe6\xd0\x06\x4a\x82\x94\x11\x93\xb1\x45\x88\x0c\x44\x0d\xa8\x36\xb4\xee\xf2\x7b\xf7\xe1\xff\x99\x33\x17\x96\xaf\xdb\xb5\xee\xd7\x63\xd4\x26\xe1\x7e\x09\x47\x3e\x16\x74\x93\x49\x26\x07\x6f\xef\x9a\x4d\x21\xb6\x5c\xe4\xc3\x69\x2b\x6a\xb9\x1e\x39\x75\x37\x7f\x50\xda\xfa\xc2\xd6\x70\x05\x7f\x91\x03\x2b\x69\x90\x3c\xd8\x7a\x05\x14\x83\xe8\x0a\x34\x89\x4b\x71\x6e\xae\x80\x30\x00\x16\x00\x5d\x10\x6d\x09\x30\xc8\x70\x3a\x77\xbf\xb4\x1d\xdc\x11\x74\x61\xed\x3e\xc2\x9e\xd9\xb0\xd9\x29\x13\xa9\x9b\x44\x04\x2f\xe1\x07\xc7\x83\xcc\x7e\x42\x9d\xed\xeb\xac\x67\x19\xab\xa9\x0a\xe4\xda\x87\x47\x33\x6f\xa6\x98\x2e\xaf\xa1\xd0\x7a\xf1\x51\x74\x97\x25\x6c\xf4\xc2\x6b\x81\x17\x24\xf7\xbe\xeb\xe6\x0f\x45\x4b\x43\xc7\x87\x3e\xf1\xb9\x7c\xa4\x90\xd9\xe6\x8a\x30\xce\xcd\x9f\x95\xa9\xb4\x05\x64\xa0\x82\x03\xd5\xe0\x15\x77\x61\x05\xe8\x65\x2c\x8e\x01\x80\x96\x03\x38\x34\x04\x42\x21\xb7\x33\xd0\xf7\x41\x11\xab\x1b\xa5\x17\xd1\x36\xba\x8c\xee\x00\xd2\x63\xe3\x55\x01\x98\x25\x5a\xb4\x19\x20\x07\x69\xe8\xb8\xd7\xc7\x35\x88\x9c\x83\xd1\x65\x3f\x89\x62\xfb\x75\x36\x1e\x1a\xe9\x76\x9c\x2a\x77\x00\x61\x2d\x6a\x42\xe6\x0f\x7a\x3c\xef\x50\x15\x88\xec\xf9\xeb\x48\xab\xbc\x10\x65\x23\x6b\x97\x89\xda\xd3\xdd\xab\xda\x45\xcf\x63\x9e\xdb\x2d\xb2\xa5\x1b\xb7\x9e\xff\xfa\x8f\x7f\x07\xe9\x10\xd0\x0c\xb5\x36\xfe\x7a\xf8\x13\x88\xc2\xac\x4d\x57\xa5\xf9\x17\x99\x6b\x90\xa2\x2c\x3e\xaf\x91\xc7\x75\xb5\xfb\xf0\x1e\x08\xe4\x17\x03\x96\x83\xb5\xde\x9b\x6d\x37\x3f\x42\x16\xa7\xee\xf0\xea\x3b\x48\xb4\x11\x7c\xc2\x23\x65\x05\xb0\x39\x79\xa4\xde\x41\x54\x30\x28\x58\xa1\x46\x6a\xc4\x8a\x10\xfb\x5a\x76\xe5\x88\x35\xc2\x31\x23\xb1\x8f\xfa\x9d\xe5\x47\x91\xb4\x45\x6c\x72\xcc\x6f\xa3\x9c\x9f\x0c\xaa\x4e\x47\xe5\x90\xcd\xd8\xd8\xcd\x12\x9b\xb6\xb0\x85\x70\xda\x7e\x01\xf2\xb1\xb1\x19\x08\x15\x6b\x3a\x63\x72\x07\x3d\xb5\x79\x53\x91\x16\xb6\x81\xbb\x36\xd6\x96\x10\xa8\x8d\x40\x7f\xfd\xc7\x53\x38\xd5\x1e\xba\xeb\x63\xe8\x3f\xa9\x11\x03\x08\xe4\x25\x80\x3e\x17\x41\x3f\x5d\x7f\x18\xf5\xee\x23\xb1\x77\x96\xef\xf7\x99\xde\x8a\xcc\xf0\x91\xe4\x80\x8b\xa0\x7b\xf1\xaa\x66\x25\xbf\x1e\x5d\xd6\x3d\x45\x4b\xe1\x90\xda\x00\x09\xba\x28\x71\x4c\x26\xff\x6e\x79\xff\xb6\xfb\xee\xab\xe5\xfd\xc1\xce\x6c\xb6\x6d\x6f\x97\x06\x47\xbd\x04\xea\x6c\xdf\x10\xfd\xb3\x38\x7e\x56\xb4\x22\x4f\x03\x53\x00\xce\x8e\xb8\x9f\xdb\x45\x8e\xe3\x53\xc9\x18\x6d\x44\x56\xb4\x53\x30\x34\xd2\x5a\x40\xfd\x88\xe5\x59\xd1\x71\xa6\xd3\xa5\x58\xcf\x5c\x1d\x2d\x94\xe2\x3b\xcd\xad\x2a\x41\xc8\x9a\xc6\x36\xdc\x4c\x62\xb8\x00\xd5\xf9\x16\x21\x04\x84\xf9\xed\x3e\x32\x89\xc1\x25\x22\xd2\x4d\x8d\xf3\x22\x20\xbe\x15\xc0\x31\xb8\x12\x27\x73\x86\xc2\x08\xa9\xca\x93\x35\xb0\x6e\x8b\x0a\xee\x6f\x60\x9b\x6b\x60\x86\x00\x47\xce\x8d\x5b\xf4\xb5\xac\xa7\x2d\x18\x0b\x9f\x02\xf5\xa1\xfb\x99\xf6\x77\xcc\x7e\xdc\xf1\x2b\x7c\x97\xaf\x34\x3c\x13\xba\x27\x78\x20\x4e\x4a\xfc\x0e\x6d\xa3\x50\x54\x2e\xf1\x02\xe8\xeb\xbd\xfb\x17\x54\x42\x8e\xae\x0e\xd2\xa0\x00\xfd\xda\x30\xde\xd3\xe6\x47\xbc\xc5\x01\x34\xfc\x3e\x5f\xc1\xf2\xbc\x15\xc1\xcc\xef\x59\xbe\x6c\x3a\xd2\x87\xd0\x2a\xeb\x6c\x3c\x34\xeb\xdb\x68\x37\x69\x3d\x91\x7c\xef\x99\x62\xba\xba\xa2\x56\x20\x66\xc8\x11\xcd\xe9\x2c\xaa\x51\x3e\x41\xa2\x97\x05\x02\x3e\x80\xea\x15\xa8\x72\xa9\xe1\x66\x0e\x47\x62\x96\xd1\x58\x71\xc8\x9d\x8e\x78\x6d\x68\xc8\xf1\x88\xef\xb4\xf6\xae\x8c\x99\xae\x1c\xea\x49\x65\x8d\x16\xbb\x00\x72\xb2\x02\xb4\x82\x36\x1b\xbd\xe5\x13\xdb\x99\x8b\x4f\xf2\x4b\xad\x81\x4a\x8a\xe4\x18\xfb\xdb\x78\x85\x52\x74\x82\x9b\x08\xb8\xfb\x5b\x51\xae\x27\x76\x11\x8f\xe0\xbb\x6d\x89\x84\x2e\x97\x59\xb3\x74\xd4\xcc\x06\x7d\xab\x12\x85\xa6\xf9\x70\x30\xcd\x76\xff\xb8\x7c\xfd\xae\x69\x16\xee\x1c\x15\x68\x47\xc8\x18\xd4\xc0\xb5\xf6\xc5\x78\xca\x41\xb5\x8b\xc2\x2d\xb0\xfc\xc8\x46\xe5\xff\x65\x06\xb7\x14\x2e\xf3\x6b\x3e\xb0\x78\x4f\xe9\x69\x8d\x8e\x0a\x1f\x66\x1a\x02\x1f\x5c\x0f\xcc\x6c\x39\xdc\xaa\xe5\x59\x89\xe8\xea\x26\x31\x68\xdf\x7a\xbf\x5f\x99\xe1\xbc\xfc\x15\xa0\x1c\x96\x27\xec\x4a\x73\x0a\xc0\xff\xa5\x67\xbb\x42\x05\x51\xb0\x04\x8e\x0c\xe6\x07\x6c\x03\x80\xc0\x14\x9b\xc2\xc0\x1c\xaf\xac\x9b\x9f\xec\x3e\x66\x75\x03\xec\x50\x06\x1f\xb1\xc2\xe3\x02\xd5\x31\x00\x84\xfa\xa5\xd7\xd9\x2b\x58\x9f\xe7\xd3\xb2\x0c\x5e\xfd\x69\x51\x6a\xb1\x7c\x4c\x8b\xf1\xe8\xa6\x53\x90\x1d\x4f\x49\x43\x2f\x2d\x59\x93\x7e\xec\x6d\x75\x81\xe7\x02\xb8\xc5\x16\xa8\x45\x3b\x44\xdd\x93\x93\xa7\xa7\x24\xa3\x25\xda\xf5\x87\x15\xf0\xca\x24\x24\x9f\x3c\xcd\x9e\x76\xdd\xd6\xbd\x6a\xe1\xec\x90\xc2\xf2\xd5\xcb\x23\xe8\xf2\xaa\x6a\x4c\xf1\x2a\xa8\x45\x49\x22\xc9\x4e\xad\xd9\x0c\xa7\x84\x02\xf4\xb6\xc9\x0e\x81\x79\x19\x2c\x04\x0a\x8d\xad\x37\xc2\x92\xe5\xf5\xf1\x67\xc8\x65\x5e\x36\xb7\x64\x13\xfe\x79\xd2\xdc\xd0\xcc\x7e\xce\x4c\xb5\x3d\x37\xc4\x66\x7a\xd0\x81\x61\x25\xe8\x69\x0e\xab\x33\x53\xf7\x1b\xc0\xc0\x15\xe9\x66\xb0\xd6\x9d\x7b\x8b\xbb\x69\x33\x05\x50\x2b\x6d\x0a\xeb\x52\x55\x24\xc3\xd2\x24\x88\x14\xd4\x0c\xb0\x05\x68\xc8\x62\x6e\x1a\x10\x0d\x40\x80\x9c\xe2\x5e\x92\xe1\xa1\x81\xcb\xf2\x0d\xd0\x7c\x68\x3f\x27\x32\x8e\x97\xbc\x68\xc2\x6b\x90\x5e\x58\x03\xfd\x33\xdc\xfd\xef\xed\xb8\x3f\x34\x69\x98\x8d\xd9\xfd\x47\x03\x17\x0a\x40\x91\x6c\x32\x82\xf4\xb6\x24\x90\x72\xf0\x9c\x3a\x14\x88\xc2\xd4\xb1\x9e\x79\x77\x5d\x3d\xb2\x3d\x80\x6c\xff\x0e\xe8\xd4\xa8\x2e\x13\xef\x68\x03\x84\x23\x9c\xa4\xdd\x22\x54\x40\x35\xd4\x98\x8f\x2b\x21\x2a\x05\x18\x52\x10\x16\xfb\x46\x55\xe1\x51\x5f\xae\x4c\x61\xa1\xe2\x97\xb7\xdd\x97\xd8\x6a\xfd\x16\xb8\xa3\x5a\x6a\xb0\x6c\x87\xc2\x72\x53\xc3\xf5\x50\x34\xdf\xaa\x2b\xc3\x02\x9a\x66\x19\x16\x85\x4c\xd5\x2d\x09\x59\xe5\xad\x9a\x05\x8a\x18\x24\xd2\xb1\xb9\x2b\x25\xd3\x35\x52\x95\x92\x2c\xe9\xb3\xe0\x9a\xb1\x58\xc2\x7d\xb8\xe8\xcc\x5b\x5b\xcf\xff\x1d\x09\x39\xd2\x17\xdc\x6c\x15\x9c\x88\x9d\xc5\x6f\x6c\xaa\x9a\xb1\x61\xe9\xda\xaa\xb1\x2c\x3d\xaa\x0e\x7c\xe5\xb5\xb5\x07\xde\x0f\xe3\x06\x3a\x38\xc5\xd7\xf7\xcf\x67\x7a\x5c\x93\xd1\x81\x6a\xc1\xf4\x8b\x4f\xbd\xc7\xaf\x8c\x8a\xf7\xb8\x2a\xcd\x2c\xac\x9d\xdf\x85\xb0\x65\xd3\x92\x67\xd8\x16\x0f\xd9\x90\x0e\x12\x30\xb5\x25\x0f\x9a\x48\x4f\x41\xca\xa5\xf8\x42\x72\xc0\x38\xff\x9d\xd8\x66\x2f\x62\xa3\x14\xdc\x91\x36\xba\x2c\x1a\xaf\xf3\x60\x7b\x43\x6c\x56\x4c\x68\xf6\x44\x87\x80\x90\x78\x9b\xfc\x53\x7b\x04\xde\x76\x5b\x22\xbf\x3c\xd9\xa3\xbf\x17\x7f\x47\x7f\xa9\xf4\x21\x6e\x4b\x78\x12\x08\x07\x62\xdd\x4c\x59\x17\xec\x90\x84\xe7\x87\x10\x64\x96\x01\xb3\xdf\xa1\x58\xcd\x93\x1f\x6a\x72\x40\xa6\x28\xf1\x14\x77\xc8\x5e\x95\xa8\xcf\x6e\x45\x75\xb3\xfb\x7b\x85\xdc\x10\xb0\xd0\x20\x5c\x89\x06\x5a\x50\x8d\x6d\x03\x3a\x6b\x90\xe0\x1e\x21\x39\xa0\x0e\x4b\xd2\xca\x37\xe9\xaa\x78\x4e\x0b\xcd\x8d\x6f\xed\x55\xca\x6c\x91\x82\x6d\x43\x77\xc0\xd6\xac\xd8\x54\x72\x41\x5c\xc7\x4a\xf8\x56\xba\x00\xe1\xf6\x43\xfd\x11\x6a\x3e\x50\x9e\x24\x88\x2b\xdf\x22\x79\x87\xf8\x3b\xe7\x02\xe6\x32\xae\x7e\x80\x46\x02\x60\x1d\x5c\xbf\x21\x5d\x2f\x6b\xb2\x3c\x95\xcb\xaf\xdd\x22\xd4\x12\xbb\xdd\x47\x90\x7e\xe0\xee\x4c\x55\x56\x7c\x7b\xe2\x7c\x56\x91\x9e\x2a\x73\xe8\x88\x86\xab\xce\x0e\x56\xa7\xca\x61\x61\x53\x40\x31\xc3\x0a\x11\xf5\xea\x6b\x3c\x3b\xe8\x67\x96\x28\x29\x0e\x54\xb4\xc7\x31\x00\xcb\xd3\x9a\xb6\xa2\xbb\x10\xd0\xa1\x76\x67\xb0\x08\xf4\x9b\x5d\x7a\x60\xa9\xb9\x53\x94\x76\xd0\x81\x2a\xe9\x33\x6c\x24\xd3\x1d\xee\x2c\xd5\xb3\x24\xdd\x19\x94\x1e\xd1\x4c\x8a\xf2\x62\xe3\xf1\x83\x34\xe2\xda\x1f\x22\xd6\x60\xa2\x44\x67\x52\xaa\x86\x9b\xda\x2b\x9d\xfe\x94\x99\xfa\xbe\xae\x9b\x6b\xc6\x5e\x47\x8b\x25\x14\xaf\xce\xa3\x13\x81\x0a\x35\xb8\x8c\x73\x76\xb7\xe8\xca\x3a\x3a\x10\xc0\x0c\xe2\xf9\x79\x9d\xc1\x35\x53\xaf\xed\x42\x2c\x54\xac\xe5\x42\x74\x11\x13\x0f\x50\x3f\xb5\x46\xa1\xf5\x51\xc1\x57\xbd\xeb\x9a\xcd\x75\xb5\x46\x5a\xcb\xec\x0d\xdc\x43\x8b\xa6\x56\x76\xd7\x90\xa4\x1b\x3c\xf7\xd0\x3f\x2c\xd1\x3c\x89\xdf\xd8\x55\xf0\x1a\xcb\xb7\xbb\xbf\x2f\xc9\xbb\xee\xac\xa9\xaa\xe6\x12\x35\x53\x27\x16\xb8\x17\x60\xbd\xac\xcb\x90\xc3\x02\xa2\x83\xd6\xa3\xce\xe0\xf9\x77\x02\x87\x9a\xd1\x13\x16\x1a\x81\x57\xe6\x6f\x5c\xb1\x85\x73\x24\xbf\x1f\xd9\x37\x86\x90\xd8\x71\x01\x2a\x43\x36\x33\xa2\xf8\xc8\xdb\xb7\x17\x88\xe8\x81\x6a\xe0\xfd\x2e\x37\x04\x17\x93\x05\x2c\xd4\xd9\x9a\x0e\x68\x60\xcd\x42\x24\x0d\x96\xaa\xc3\xe7\x56\x6e\x9d\x7a\x74\x69\x50\x9b\x5e\xc2\xde\xa2\x61\xad\xa3\x8b\x3f\xfb\x49\x1d\xec\x5e\x67\xea\x81\xc7\xfe\x99\xd3\xee\x56\x42\x0e\xdc\x9c\x98\x66\xc7\x3e\x0e\xa4\x3b\x83\x25\x2e\xf0\x03\xfd\xb0\xe4\xc9\x82\x0b\x8a\xaa\x18\x37\x3f\x8c\xbd\x62\x49\x05\xf9\x22\x55\x3f\x02\xf1\xb3\x28\x0a\x2b\x89\x14\x59\x09\x36\x60\xfe\xea\xd5\x0f\x8f\xb2\x6c\xdb\xe3\xfe\x2c\xd2\x31\xea\xb6\x35\x3a\x76\xb6\x0f\x9d\x4e\x8b\xe2\xd6\x79\x78\x74\xd7\xb5\x68\xe7\xe9\x1d\x62\x0b\x09\x8c\x1d\xc8\x39\x8e\x54\x37\x75\x6a\x59\x6e\x6d\x45\x7f\x1a\x2c\x47\x2e\x20\x18\x48\xe5\xf0\x27\x36\x53\xd4\x8c\x88\x24\x6b\x91\xd5\x32\x78\xbc\x2e\x76\xbf\xa8\xbb\xe0\xa5\x5d\x46\x0c\x97\xbf\xfc\x45\x8f\x57\xcc\x8f\x62\x23\x1b\x9e\x55\xa2\xdf\x62\x00\xb6\x44\x84\xe9\x20\xd7\x61\x1f\xbd\xa7\x1f\x08\x84\xa3\xcd\x07\xdc\x41\x97\xc8\xd8\xc6\x24\xe2\xe0\xb4\x27\x30\xf6\x43\xf6\xd5\x23\xec\xd0\x4b\x2c\xfd\x16\x55\xec\x7e\x03\x0e\xc9\xe0\x00\xa5\xad\xba\x6b\xa6\x00\x5e\x06\xf5\xfe\x9c\xa2\x5e\x33\x5a\x71\x78\x0d\xcf\x94\x04\xec\x77\xf3\xcd\x49\xec\xa4\x1b\x78\x08\xac\x2a\xb0\xc7\xc8\xa1\xd1\x72\xa8\x6b\x0a\x6e\x33\xab\xfd\x6d\x5d\xd1\xfd\xc7\x1c\xc1\xca\x22\x6b\x09\x54\x8f\xd4\x5b\xb9\x09\x22\x3a\x29\x12\xe1\x50\xf4\x64\xcc\xc3\x3f\x40\xc6\x1d\xf9\x89\xaa\x3d\x37\x21\x58\x6a\x7c\x55\x3b\x76\x64\x34\xc7\x21\x37\x8d\x13\x65\x36\x83\x9f\x20\x82\x12\x6e\x89\x6a\x52\xec\xf5\xb2\x96\xa1\x51\x5d\xeb\x91\x0d\x46\x4d\xe6\x72\x82\x60\x38\xb0\xa4\x75\xa7\x55\xfd\x81\xf2\x0d\xa3\x28\x0b\xfc\x93\xf8\x01\x10\x11\x59\x94\x1b\x74\xe4\x7e\x1c\x9c\x11\x55\x07\x1a\xc4\x15\x02\xa9\x67\xe9\xc8\xfc\x26\x4f\x5a\x87\x02\xd5\xbe\x71\xe7\x75\x37\x03\xcd\x11\x84\x8e\xa5\xf7\xa6\x2a\xa6\x9d\x4d\xb8\x61\x72\x7a\xf6\xe5\xec\xf9\x9c\x6a\x47\x50\x49\xb0\x48\xa0\x82\xd5\xb4\x1e\xc1\x4f\x70\xe3\xe3\x4e\x03\x03\x6e\x66\xc3\x49\x0c\x56\xc7\xd7\xe4\xd5\x08\xa8\x3c\x58\x8c\x1c\x84\x0f\xe2\xb2\x1c\xbb\x71\x06\xdf\x7e\x22\x3e\xb0\xaa\xa3\xb1\x46\xf4\x44\xc6\xf0\xcf\xa2\x26\x49\x27\x2c\xf1\x38\xd5\xd2\xa8\xdb\xcd\x94\x9a\x46\x9c\xcc\xa5\xc2\xf7\xc8\x24\x90\x3f\x58\x71\x73\x55\x16\xab\x94\x90\x4f\xca\x53\xc0\xa1\xc0\x99\xdd\x1a\xa2\x29\xe4\xca\xfb\x9e\x8e\x39\x1b\xf8\xc6\x14\x9c\x1c\x7c\x90\xc7\x62\xda\x8c\xdf\x60\xc9\x80\xcd\x31\xed\xd5\xfc\x58\x1b\xd3\x2f\xa2\x98\x7b\x06\x87\x41\xbd\x11\x7d\x87\x7a\xcc\x18\x44\x4f\x97\x1f\x33\x94\x21\xe5\x0c\xd7\xd8\x35\xf3\x63\x58\x9e\xe8\x61\x15\x4b\x07\x9f\x24\x46\xba\xc0\xc4\xc1\xcc\xf1\xf2\x62\x5f\x74\xf2\xf4\xe2\x9a\x91\xa6\x18\x1b\x9d\xe5\xbf\xfe\x03\x38\x18\xcb\xb7\x18\x93\xb5\x3f\x0d\x87\xa3\x38\xfb\xeb\x87\xc7\xd5\x64\xbf\x80\xba\xae\x2c\x3c\xb7\x3a\x44\xdf\x2f\x32\x53\x14\x74\xc8\x78\x89\x0e\x01\x73\x60\x32\x82\xb3\x37\x4e\x8b\x6a\xa7\x35\xaf\x85\x5a\x24\x26\x1f\x94\x79\x6e\x36\xf3\xf8\x19\x78\x43\x0f\xa9\x54\x7e\x83\x8d\x67\x0b\xe3\x79\x07\x38\xf3\x29\x26\x9e\x59\x34\xe8\xe8\x6e\x4c\x86\x3a\xdc\x60\x24\x9a\xb4\x0a\x13\x14\x53\x4e\x98\x67\xc8\xc2\x19\x8b\x58\x33\xec\x12\xa5\x37\x5d\x4b\x2a\x22\x26\x8e\xd0\x8e\x24\x09\x96\x96\xaa\xd2\xb1\x19\x7f\xe5\x6b\x7b\xfc\x71\x4a\x78\xe4\x7a\xcc\x05\xbf\x63\x46\x88\x64\x40\xa1\x2f\x30\xce\xa6\x6e\xde\xaf\xd0\x2f\x0a\xfb\x12\x35\xfd\x77\xa8\x8a\xae\xd7\xf7\x63\x83\x9e\xc1\x18\xa7\x3f\x7d\xf7\x95\x14\xa1\x6d\xd2\xf5\x55\x47\xb8\xbc\xee\x77\x1f\x8d\x38\x12\x3f\xed\x97\xbc\xb4\xdf\x99\x28\xf6\x81\x5d\xab\xdb\x68\xcc\x14\x00\x81\x14\xae\xea\x57\xbc\x1a\x49\x05\xf4\x54\xa9\xd0\xb8\x85\x5b\xd4\x03\x19\xe0\x80\x09\x64\xbe\xd5\xa9\x56\xd1\x37\x5e\x36\x2f\xe1\x2a\xff\x1b\x6b\x7d\xc4\x6c\x4f\x5a\x73\x31\x1d\x10\xb8\x8a\x14\xb2\x91\x42\xa6\x90\xe9\xd6\x46\x88\x6f\xa1\x46\x52\x8d\xd5\xa0\xbe\x58\x80\xc9\x7b\xc9\x2b\x9f\xb4\xfe\x84\x2a\x9b\xca\x78\x4c\x7c\x65\xb1\xb2\x5f\x70\x21\x3a\xe1\x72\x47\xea\xe4\x58\x4a\x10\x84\x33\xc3\x63\x2d\x84\x0f\x97\xc5\x93\x3d\x9d\x88\x27\x7c\x0f\x50\x80\xe6\x75\x78\x38\x5a\xb3\x94\xe4\x61\x28\x8c\xa0\x11\x51\xbc\x30\x8c\x5a\x1d\xc4\xf2\x8b\xa6\x42\x17\x31\x43\xdb\x53\x89\x03\x07\xfa\x79\x17\xf4\x35\x30\x6c\x4a\xd9\x62\xc2\x36\xea\x36\x4c\xfc\x28\xee\x6e\x48\xd0\x78\xc1\x77\xbf\xbc\x03\x71\x91\xa9\x19\x4c\xec\x50\x8f\xa1\xad\x59\xe1\x43\xdb\xf6\x4a\xf7\x94\x8c\x8a\xac\xd0\xa1\xb0\x1f\x04\xc3\x98\x05\x15\x34\x9f\x23\xdd\xbc\x62\x5b\x10\xc9\x9b\x68\xce\x24\xd7\x58\xda\x91\x0e\x59\xaa\x70\x22\x79\x6c\x3a\x2e\x14\x51\x98\xe2\xc0\x0d\x2e\x4a\x23\x97\xff\xd7\xbc\x80\xd3\xe1\xb2\xae\x79\x0b\x98\x18\xb5\x70\x8a\x1f\x44\xae\xd9\x57\xc9\x13\x0f\x96\xdc\x02\xe9\x48\x65\xb8\x40\x00\xd4\x3f\x22\xa1\x1a\x88\xaa\x9e\x6c\x20\x39\xdc\x57\x7b\x8a\x60\x5c\xec\x3e\xd6\xab\xbe\x6a\xa6\x68\x46\x5f\x2f\xcb\x9a\xa4\xed\x8b\x12\x81\x90\x6f\xa5\x4f\x31\x47\x05\x9d\x49\x57\x7e\xa5\x0a\x5f\xa1\x30\x81\x42\x52\x5c\x80\x5b\xd0\x42\x45\x53\xc5\x85\xa1\xb5\x22\x46\xe4\x90\x83\x07\x94\x5f\x07\x89\x94\x69\x8b\xf8\x9e\x68\x65\x26\x37\x4c\xb3\xa9\x32\xaf\xbf\x8b\x96\xde\xf1\xda\xbb\x01\xb2\x56\xf9\xe1\xf1\x0f\x1a\xe6\x31\xcb\x7c\xa3\x5c\x93\xbc\xc3\xd9\x8b\x21\xf6\x04\xe6\xc6\x73\x71\x4a\xac\x35\xc4\x41\xc5\xb7\x3c\xf2\x07\x98\x09\x26\xd4\x03\x83\x14\x8f\xd2\x4f\x26\x9d\xc8\x54\x21\xaf\xb1\xa5\x63\xd2\xb0\x7f\x6b\x18\x09\x59\xb3\x69\x0c\x44\xd4\xea\x9c\xeb\x8e\x98\x80\xfc\x30\xd1\xef\xad\x9a\xad\x98\xc8\x79\xe9\xa8\xb5\xa8\x31\x5d\x76\x38\xc7\x1f\x9e\xeb\xe9\x77\xa8\xa4\xac\x1a\x6f\xb9\xf7\x24\x88\xe7\xe0\x89\x50\xbc\xbf\x93\x94\xe8\x54\x7b\x93\x4d\x3e\x96\xde\xa6\x6b\x4e\x51\x27\xbb\x77\xc4\x43\xc7\x3c\xcf\x72\x01\x40\x61\xc5\xa9\x99\x38\x6b\xd7\x84\xea\x93\xf4\x2a\x9e\x5d\xca\x86\xed\xed\x7c\x8a\x17\xf3\xa4\x2b\x7f\x4e\xbb\x44\x3e\x36\x56\xfc\x10\x54\x8c\xec\x90\xc3\xdf\xfd\xc2\x5c\x8c\x89\x94\x33\xd1\xa1\xcd\x74\x44\x6a\xd4\xd6\x43\x1c\x7c\x50\x04\x40\xbd\x4f\x4c\xac\xfc\x88\x99\xd3\x3e\x72\x13\x24\xfe\x94\x96\xc4\xd4\xa4\x7d\xbf\x82\x4d\x57\xd6\xe0\xf9\x8b\xc0\x0a\x38\x1b\x47\x74\xad\x6c\xfb\x85\xf7\x7a\x1d\x0c\x2c\x48\x71\x32\x44\xd6\x58\xa4\x50\xe2\x9d\x1b\x43\xd0\x35\x95\xcc\x44\x61\x23\x5a\xcc\x03\x77\xe8\xa1\x9d\x47\x3a\xfc\x30\x01\xc2\xf8\x03\xd8\x51\xf6\xe4\x4e\x98\xeb\xec\x27\xd4\x42\xbe\xce\xd8\x34\x70\x1c\x74\xf6\xc1\xec\xb5\xcf\x20\x1e\xec\x62\xc2\x3e\xe1\x69\x5c\xb7\xc8\x8b\x3a\xe1\x02\x1c\xbb\x0d\x45\xee\x7e\x28\xd9\xc1\x49\xec\x50\xdb\xbb\xb1\x1b\x20\x27\xcb\x8a\xe4\x1f\x5d\xe0\xdd\xdf\x29\xcc\xc6\xaf\xf2\x2c\x43\x2f\x6d\xf2\xf5\xba\x9a\xff\x28\x7f\x62\x18\x2d\x7d\xc6\xaf\x51\xb0\x8f\x1d\xba\xb5\x7e\xe7\xb6\x40\x03\xe0\xba\x02\x4c\xbd\xd5\x97\x50\x5c\xe4\xe8\xc0\x88\x8c\x56\x89\x7a\x4b\xe8\x07\x20\xee\x8f\x5a\xc3\x00\xe6\x15\x33\x4f\xa9\x63\xdb\xa5\x5d\x22\x56\xb3\x9b\x3a\xf1\xe6\xdd\x74\x9c\x99\xd0\x25\x43\xc6\xe1\xfd\xe3\xc8\x65\x20\x6e\x3c\x12\x0c\x9c\xd6\xc9\xdd\xd9\xa7\x36\x0a\xbd\x23\xb8\xbb\x9b\x61\x5c\x93\xdf\x92\x11\x27\xab\xbc\x1a\x41\xa1\x8b\x60\xcc\xcf\x5e\x1b\xc6\x4b\xc1\xfe\xc8\x8d\x7e\x91\xd1\xc0\x48\xd3\xff\x14\xd1\x3e\x7f\x32\x15\xe1\x4d\x40\x14\x59\xa4\xfe\x90\x0a\x87\x71\x46\x54\x3a\xda\x42\xf6\x9b\xc7\x36\x00\x2b\xbc\x94\x8f\x8e\xd3\x61\xe3\xd9\x80\x40\x6d\x31\x0a\xea\xfd\xb4\x6a\xcb\x2d\x9f\x2b\xfa\x8c\xe1\xff\xf3\x23\x8b\x39\x00\xde\xd8\xf0\xc9\x07\x3a\xab\x62\xcb\x7a\x9d\xd2\x6c\x5d\x76\x68\xf1\x6f\x6d\x86\xa1\xb7\xb5\xb3\xf3\x23\xfc\x17\xc8\x8d\x7e\x18\xd5\xc6\x10\xd7\x1c\x04\xf9\x73\x89\x99\xab\xb4\x02\xcc\xb9\x20\x6f\x44\xfc\x47\x7e\x4d\xf4\x8d\x2c\xca\x56\x53\x16\x10\x0d\x94\xc1\x70\x0d\xb4\x35\x35\x0b\x40\xbf\x4e\xd2\x2b\x30\x75\xa4\xa8\x16\x06\xc4\x20\x1c\x1d\x0b\x62\xc2\x55\x68\x8e\x4e\x9f\x1d\x9c\x0a\x75\x58\xa5\xed\xe3\x9d\x89\x4b\x0b\x7b\x66\x00\x1d\xc4\xa2\x32\x7f\x89\x46\x94\x2d\x59\xb8\x28\x1c\x46\x72\x07\x2c\xd0\x62\xd8\x5e\x18\x8c\x3c\xe7\x3f\x54\xb2\x50\xb7\xdc\xfc\x0e\x5c\x08\x24\x70\xde\xd5\x3a\xc0\xa8\xb6\x78\x63\xa4\x2e\x34\x51\x9d\x01\x20\x6f\x6c\x24\xf3\x92\x0b\xc2\x15\xeb\x4f\x56\x18\x7f\x53\x0b\x1f\x17\xe9\x5f\x35\xe6\x02\x3d\xb2\xc9\x12\x13\x04\xfa\x59\x76\x89\x7e\x03\x13\x96\x93\xb5\x79\x8f\x5f\x9f\x98\xda\x11\x62\xc2\x9f\xf8\x7f\xb1\x83\xc0\x1a\xad\xce\xc5\x8d\xb1\x39\x5b\xd0\xfa\xb1\x0e\x25\xb6\x71\x92\x28\x5c\xad\x4c\xfd\x9e\xad\x3b\x79\xb5\xfb\x88\xd1\x65\xde\x57\x03\x03\x01\x8a\x94\x44\x60\x53\xe4\xbf\x3a\x6d\x6f\x99\x36\x6a\xff\x7e\xf3\xcb\xf5\x2d\x4f\x1a\x61\x6a\x8b\x1a\xd9\x1e\xe3\x1d\x35\x1e\x28\x75\x17\x92\x34\x11\x69\xd0\x7c\x94\x2d\x22\x2e\xdf\x4b\xb0\xc5\xe2\x01\x47\x22\xa1\x97\x48\x28\xf3\x65\xd5\xdb\x5b\xf7\x15\x55\x94\x58\x6a\xb3\x84\xcd\xcf\xf0\x47\x1b\xc7\xd2\x6a\xf9\x8c\x89\xa2\x62\xe0\xc3\x2a\x56\xf5\x45\xc3\x4b\xe1\x04\x01\xbd\x5f\x9d\x3a\xc5\x84\x70\xd1\xaf\xbe\xff\xe1\x94\x5c\x85\xc4\x7f\x9f\x74\x96\x79\x1c\xba\x37\xf3\x4d\x33\x8f\xe5\x98\x81\xab\x4b\xd8\x14\xa0\x76\x9d\x1d\x2e\x76\x5e\x6e\x28\xd4\xa4\x4d\x51\x45\xb4\xa1\xa1\xb9\x10\x48\x00\x05\x21\x14\xb5\x92\x31\xf8\x98\x81\x83\x60\xf8\xcc\x83\xba\x3c\x09\x70\xd6\x26\xc5\xa4\xfd\xcc\xef\x1a\x1c\xbc\x2a\xc4\x1d\xc8\xe9\x24\x92\x8e\xee\xb5\x6f\x70\x8f\xe9\xbc\x00\x6e\xd0\x57\xfe\x5b\xbf\x72\x18\x29\x50\xa7\xb3\x39\x33\xcd\xac\x32\xd6\x58\x28\xcd\x0b\x32\x74\xa0\x41\x71\x8b\x3c\x50\x80\x2b\xbb\x6a\x90\xa5\xda\x5e\xc1\xe9\xab\xdf\x02\x17\x85\x4c\x7a\xf8\x10\xf1\xa0\x54\x54\xc4\xd0\xe2\x76\x74\x0c\x1b\x49\x84\xf6\xff\xfd\xef\xff\x93\xff\xa7\xfc\x21\xac\xc1\xc3\xae\xad\xee\x3d\x54\x3d\x98\x36\x89\x1b\x22\xad\xa4\xa2\x02\x48\x76\x44\x37\x82\x95\xf4\xa2\x5c\x97\x28\xf2\xf1\xe7\x1f\xe5\x57\x8f\xc1\x23\x91\x3d\xa3\x50\x53\x2c\x91\x18\xb5\xcc\xb6\xb4\x34\x44\x5f\x32\x14\xc0\x85\x97\xaf\xf3\xe4\x02\x83\x23\xb6\x7a\xbb\x40\x1a\x65\xe7\xdf\x93\x92\xe9\xe5\xee\xc3\x16\x76\x42\x6e\xf7\xee\xbc\x74\x42\xc1\x19\x95\xf7\x51\x79\x4d\xee\xb2\x00\x89\x0c\x03\x9f\xc2\x5d\x5c\x0f\xb3\xbd\x48\xb0\x12\x90\xad\xda\x8a\x37\x15\x85\x4a\xb9\x6c\xdb\xa3\xab\x1e\xa2\x50\x7c\xe9\x1f\xc3\xd7\x89\xed\x63\x54\xe3\xa8\xdc\x3d\xed\xd1\x80\x60\x02\x94\xc4\x60\x8a\x6d\xc3\x03\xc1\xee\x82\x89\x33\xf4\xaf\x1f\x2e\xd8\x7f\x92\x3c\x07\x60\x51\x0b\xfb\x45\x96\x91\xef\xee\x43\xf6\xd5\xcd\xa2\x6b\x2b\xeb\x5a\x6b\xe7\xbb\xff\xd5\x2e\x9b\x2a\x3b\x2b\x2b\xf4\x22\x15\x3f\x01\xcc\xd1\xd0\x99\xf5\xfc\x09\x7c\x6d\x25\x06\x9c\xdc\x05\xa0\xf3\x0e\x3d\x5d\x81\xdf\x66\x50\x34\xcc\x43\x81\xcb\x00\xdc\xcd\x1f\x4b\xe1\x64\x9e\x16\x4c\xeb\x32\x4c\xe7\x52\x99\xa5\xad\xe2\x7a\x1b\x38\x61\xae\x43\x39\x06\x8e\x99\xfe\x99\xe1\xe6\x94\x1d\xa6\x9d\xa1\x7f\x61\x81\x2a\x6b\x1c\x39\x05\xf0\x1f\x19\x19\x2c\x5b\x73\x09\xa3\xb9\xe4\x1f\x80\x01\x94\xf3\xe7\x29\xfc\xbb\xfb\x1b\xfa\x47\xf2\x77\x8a\x86\x41\x48\x0c\x86\xf1\xd0\x24\x0c\xd0\x21\x3a\xd6\xbf\x32\xed\x76\x36\xec\x5e\xbf\x27\x01\x2f\xf9\xb0\xf4\x0c\x35\x20\x12\x0c\xa3\xdf\xf0\x86\x80\x43\x87\xc1\xae\xe1\xe3\x06\x8e\x28\x5a\xef\x9e\x01\x03\x85\xac\x98\x7e\x47\x33\xdd\xfc\x09\x5a\xa0\xfd\x27\x0e\x4a\x3a\x44\x9e\xa2\x8c\x5a\x00\x2c\xa6\x3c\x12\x4e\xbe\x6b\x80\x0f\xa6\x72\x62\x15\x61\xe9\x37\x22\x2a\x9b\x8d\x96\x3f\x2a\xab\x91\x1d\x84\x62\x3a\x7c\x76\x0a\x62\x05\x6b\xdf\x2e\xa4\x8d\x23\x20\xcb\xe4\x90\x3e\x05\xe9\x77\x35\x6c\xea\xa0\xab\x00\x81\xdd\x4d\x42\x71\x77\x01\x50\x7b\x9c\x04\x06\x31\xb6\x5e\x4c\x74\x0b\x6c\xe1\x12\x6e\xe7\xd1\x4c\x1a\x87\x11\x0f\x53\xf0\x2b\x4c\xce\x55\xa4\xf0\x70\xeb\x62\xa2\x2b\x3b\x3f\xc4\x7f\x49\xca\x19\x8f\xd4\x03\xe9\x40\x8d\x00\x0f\xa6\xee\xe1\x70\xe6\x43\x18\x26\x53\x42\x95\x26\x37\x51\x76\x89\xb7\x59\x77\x72\x54\xbe\xd8\xa2\xe1\x3c\x0d\x86\xd3\xad\xc2\x3c\x5f\x49\x77\xd2\x24\x77\x6a\x07\x4d\xd2\xca\x76\x66\x39\x07\x66\x6d\xb8\x96\xb4\x8e\x5a\x38\x5c\x38\x21\x31\xdc\xf6\x70\xa0\x71\x21\x30\x66\x0b\xe2\xd9\xbb\xf9\x73\x09\x8f\xd0\x41\xc4\xbc\xfc\xb0\xee\x35\x48\x36\x84\x18\xf4\x00\x22\x75\xc0\xa2\x44\x5c\x18\x34\x30\xdc\x77\x93\x0f\x07\x01\x10\xeb\x12\x20\xa2\x1e\xc2\xb6\xb6\x03\x60\xcf\x0b\x4e\x7c\x9f\x61\x9c\xa5\x50\xd1\x53\xef\xd7\x52\x46\xf4\x74\xaa\x8e\x93\x04\x6c\x20\x13\x5d\x35\xbd\x1f\x26\x4a\xd9\x5d\x39\x55\x83\x37\xbc\x58\x2c\xaf\xa8\x02\x6e\x39\x82\x23\xc1\x9f\xae\x80\x57\x3e\xac\x0d\x46\x72\x53\x05\x8a\x30\x43\x65\x79\x0a\xeb\x30\x24\xe3\x45\x8b\xee\xce\xc3\x59\x63\xd1\x0c\x53\xd1\xb9\x6e\xfe\x8c\x5d\xdc\x58\x93\x3e\x9c\x12\x01\x22\xc6\x2a\x20\x8a\x6d\x20\xad\x4e\xc2\x41\x23\xd0\x06\xfb\x36\x04\x77\x8b\xc2\xf8\xd6\x99\x57\x99\x1a\x0a\xdc\x20\x53\x15\xd9\xfb\xfc\xc6\xea\x98\xfc\x00\xe9\x30\x9a\x6a\x68\x94\xf0\x03\x15\x4e\x63\xcc\x0f\xbd\x79\x78\xcb\x69\x54\x86\x15\xf0\x8c\xd1\xa6\xcc\xe5\x84\xe5\xb7\x7f\xfa\xfa\x35\x6f\x4b\xb0\x86\xfd\xf4\xc7\xd7\xee\xd6\xfd\xdb\x3f\x7d\xf3\x9a\x8c\x60\xa3\xca\x8b\x33\xf3\xd6\x4e\xb4\x40\x15\x15\x7a\xdb\xda\x8b\xb2\xe9\x9d\x77\x20\xf2\x97\x8b\x27\x21\xef\x3a\x5f\x78\xa2\xe1\x55\x29\x35\x20\xbd\xdc\x21\x77\x94\xd0\x82\x42\x23\xea\x99\x16\xf8\x36\xfb\xcd\x42\xd6\xc0\x11\xa9\xe0\x15\x20\xd7\x3e\xad\xce\xc5\x28\x55\x75\xf3\x9f\xfd\x12\xe1\xf4\xcb\x02\x27\x0f\xb3\x51\xed\xcb\x1f\xf8\xd7\x7d\x9a\x18\x2e\xc5\xcf\xbe\xa3\xc6\x9b\xd1\x0e\xf1\x94\x07\x56\xdf\x5b\xfc\x66\x29\xf1\xa2\x1f\x92\x91\x31\x2d\x91\x11\x29\x84\x0c\x19\x3d\xc7\x12\xe0\xd6\xd2\x9a\x30\xd4\x4b\x6b\x96\x6d\x39\x2c\xdb\xdb\x52\x9b\x82\x0b\x35\x56\x6c\x51\xc0\xc1\x0a\xd3\xfa\xc0\x10\x76\x7f\xfb\xcc\xc5\xe1\xd1\x48\x0b\xdc\xf5\x67\xb7\xc1\x1c\x08\xb0\xbd\x67\xd4\xca\x06\x69\x53\xc3\xd9\xea\x50\xf7\x1a\xe8\x15\xf9\xca\x53\x7a\x4d\x80\xff\xcc\x4e\xb6\xc4\xd8\x08\xd7\xe4\x3b\xd6\xb8\xe9\x06\xa3\xb4\xf9\xef\x22\x94\x8f\xf5\xb5\x52\xa0\x81\xa9\x67\x24\xaa\x59\x1b\x42\xac\x50\xc8\xeb\x81\xc7\x4e\x20\xcb\x7a\xa1\x71\x3b\x24\x8a\x90\x54\xd4\xd7\x65\xeb\x6c\xae\x76\xcf\xa6\xc6\xbc\x05\x12\xfe\x92\x53\xb4\x71\x51\xba\x2d\x5e\x26\xe2\x49\xac\x11\xaf\x89\x29\x9b\x14\x56\xd6\xbb\x06\xa9\xdf\x01\xed\x71\x7c\xa0\x6d\x51\x76\x1a\xa7\xa5\xb3\x1f\xb8\xb2\xe9\x88\xcd\x05\xca\x43\x94\x1b\x40\xbf\xf1\x95\xda\xc5\x41\x53\xc3\x2b\x9d\x41\x60\x45\x79\x29\x9b\xf1\xa5\xaf\x10\xa8\xab\x87\xf3\x3a\x62\xf2\xb8\x3c\x20\x3e\x9d\xea\xe8\xb2\x1a\x71\x0a\x5c\x61\x62\x66\x5c\x20\xce\xa4\x64\x02\x1a\x14\x85\xb8\x35\xaf\x22\x1b\x32\x13\x51\x1b\x03\x43\xd2\xf5\x90\xde\x93\x87\xbd\xc8\x51\x3b\x16\x18\x8f\x3e\xf5\xcc\x71\x62\x1a\x52\x8b\x33\x7a\xcb\x4d\x5d\xd3\x89\xef\x29\x86\x01\x0c\x6c\x46\xd3\x03\x51\xc1\x5d\xc7\xcb\x23\x1a\x18\xb6\x23\x62\x0a\xb8\xd3\x95\xe8\xde\x24\x04\x35\xfa\x8d\x49\x6c\x49\xf4\xf2\xd2\x40\x93\xc7\x42\x98\x14\xa2\x45\xd2\x00\x92\xb3\xf7\x19\xc9\x3a\x88\x90\xad\xa8\xd4\xdd\x34\x18\xaf\x98\x87\x45\xfd\x2a\xca\x89\xa8\x65\x55\xcf\x0e\x38\xf4\x58\x35\x97\x84\x9e\x92\x9f\xd1\xc1\x09\x51\xc7\x4d\xf4\xe4\x4a\x1a\xc7\x2c\x1e\x73\xfc\xdf\xb0\x53\xfe\x77\xbe\xf2\x63\x6b\x6a\x01\x49\xe4\x57\x2f\xb7\xe2\x58\x74\xf2\x0d\xaa\x0e\xfb\x0a\xd6\x07\x19\x32\xfe\x9b\x95\x8b\x0a\xd0\x9d\x23\x57\xd3\x35\xbe\x9f\xe7\xb8\xe2\xa8\x6e\xd1\x0e\x67\xf9\x11\x8e\xdc\xcf\x52\xc3\xa7\x6a\x6d\x04\xa3\x0a\xe2\xf4\xa5\xf3\x9f\x93\x38\xa4\x64\x21\xd0\x13\xc9\x4a\xee\x4f\xdf\xe4\xb7\xf1\xfd\x0e\xe4\xf0\x2b\x6a\xf7\x2b\xbc\xe4\x0b\x21\x8d\x7f\xa0\x1f\x4c\x20\x65\x7d\x62\x21\x61\x62\x6f\xe9\xf0\xf3\x56\x15\x84\x7f\x67\xbd\x63\x13\x3a\xf6\x51\x08\x51\x26\x35\xf1\x77\xa8\x2d\x50\x12\x4c\x7f\x23\xe1\xd6\xaf\xdf\xf8\xaf\xd2\xf2\xc6\xb6\x6b\xbd\xe4\xb9\x03\x69\x1a\x27\xf4\x9b\x1b\x87\x9a\xff\xf2\x5a\x31\x0e\xa4\x89\x85\x52\x58\x3a\xce\x0f\x63\x72\x9b\x00\xa5\x52\x7a\x28\x41\x09\xdf\xcd\x0f\xd5\x1e\x10\xfc\x36\x15\x48\xee\x65\xd8\x7a\x9a\x50\x94\x65\x94\xae\x45\xb1\x20\xc7\x2b\xcb\xd4\x9a\x1c\xc3\x0a\x0a\x3a\x24\x5d\x7a\x64\x3c\x45\x3b\xa9\x2e\xc5\x2c\x59\xad\xf9\x93\xbe\x94\x82\x08\x6b\xa4\xec\xd7\x0f\xa4\xee\x49\x10\x85\xbd\x8f\x42\x00\x70\x42\x04\xb8\x05\x60\x5e\x0d\x20\x3f\x99\xd5\xd1\xca\xc8\xf9\x6f\xd4\xba\x91\xb4\x76\x65\xbc\x06\xbb\x96\x6b\xaa\x24\x13\x23\xb0\x86\x12\xee\x74\x6e\x22\x7b\xf4\xd0\x25\xb1\xe0\x5c\x74\x6f\x75\x52\xa5\x03\x62\x60\x57\x6f\x29\x90\xc2\x6b\x6b\x69\x61\x28\xa6\x42\x12\x93\xee\xfe\xee\xa0\xf5\xc2\x87\x21\x56\xe5\x8a\x6c\x9c\x21\x4f\x90\x18\xb7\x57\x64\xf2\x90\x7c\x52\xcc\x35\xd0\x9e\xe1\xbd\x18\x4e\x2b\x5c\x80\x0b\x32\xfd\xd0\xba\x79\x6b\xef\x70\x93\xbc\x6a\xda\xef\xc5\x44\xea\x27\xdf\x22\x19\x04\x6e\x6c\x34\x09\x25\xdf\xdf\xae\xae\x27\x7a\x0d\x85\x09\xef\xef\x6d\x98\xe0\xf6\x40\xdb\xce\x37\x06\xae\x8a\x4a\x1a\x95\xc0\x78\x76\xab\xa2\xb0\xe0\x51\xdb\xdc\x5e\x42\x86\x9e\xe8\x81\x9f\xa0\x0e\x84\xfa\x7d\x2d\x47\x99\xaa\x11\xc5\x72\xf3\x9f\x5f\xc1\xe4\x8b\x30\x61\x38\x0c\x62\x5e\x1b\xa2\x3a\x94\xc0\xef\xae\x6f\x8d\x4e\x9b\x13\x85\x46\x3b\x17\xbb\xc7\x49\x46\x0b\x8e\xd4\x4f\xb0\xf3\xce\x1f\x6e\x17\x77\x7d\x2e\x03\x76\x98\x1b\x46\x8f\x56\x9c\x07\x6c\x80\x97\x82\xbb\x70\xa3\xf4\xe4\xe3\xc9\x78\x27\x69\x2e\xd0\x6e\x48\x39\xae\x08\xf6\xe7\x2c\xd2\x33\x46\xd7\x62\xd0\x1b\x44\xc5\x93\xfa\x8e\xa8\x7c\x5a\xe7\x31\x04\x28\x54\x04\xc2\xf8\xbc\xb8\xf3\x66\x51\xf4\x80\x6a\x48\xbf\xf1\x5e\x3a\xa3\x80\x13\x31\x8d\x0d\x87\x01\x22\x16\x4a\x07\xc3\xb6\x55\x5a\x49\xe7\x04\x3c\xc4\xf2\x1c\xa4\x79\x4c\x62\x04\x6c\x6e\x1e\x4a\x79\x79\x35\xfc\xac\x1d\x72\x2c\xb3\xa4\x03\xbe\x5a\xae\x59\x1f\xe6\x2c\x4f\x77\x1f\xbb\xbe\x6a\xe2\x82\xb1\xd9\x39\x2e\xd4\x49\x3f\x89\x27\x9c\xdf\xd1\xec\x9d\x77\xd3\x59\xda\xc8\x70\x10\x97\xf8\xd4\x60\xd2\xdc\x82\xb3\x64\xa2\x39\x4f\xf3\x65\xb2\x09\x35\x59\xd7\x34\x76\xfa\x20\x84\xa8\x7f\x79\x05\xff\xdd\xdb\x6c\xee\x15\xc5\x97\x13\xcb\x90\xfa\xf4\xf8\x62\x36\x0b\xaa\x27\x0f\xdb\x2c\x13\x1a\x1d\x35\x14\x71\xbc\xd3\xcb\x89\x00\xd1\xd6\xbd\x72\x92\xc8\xbb\xc7\xc0\xf1\x22\x5a\x4d\xcd\x44\xe9\x47\x41\xbb\x4a\x31\xdd\xf5\x59\x5f\xa3\xd3\xab\xe1\x6c\x20\x71\xc6\xc1\xc1\xee\x0e\xc4\x88\xa8\x48\xd8\xec\x67\x72\x57\x5e\x3f\x5a\xef\x95\x49\x21\xaa\xc4\x2f\x52\xfc\x7e\xba\x42\xea\x70\x46\xf2\xc9\xfe\x25\x4a\xf9\xf6\x36\xb4\x32\x05\x24\x44\x3a\xf2\xbc\xb7\x91\x2a\x2f\xf2\x60\x1a\xf2\xef\x57\x23\x46\x3d\x72\x76\x9c\xf0\xed\x9a\xea\x7b\x0f\x3a\x5c\xeb\xd3\x95\x65\x97\xe5\xdb\x72\xfe\x6f\xf0\x3f\xfa\x6b\x76\x69\x2b\x14\xfa\xa0\x91\x24\x77\x07\xe0\x2c\xc2\x7c\x91\x00\xf1\x6c\x8f\xb8\x48\x82\x90\xab\x7e\x4d\x9c\x37\xe6\xcc\x45\xff\xa2\x1e\xad\x69\xe4\x76\xdd\xac\x7a\xd1\x2c\xbc\xe9\x89\x02\x5f\x20\x89\xe5\xc8\xe3\x2b\xca\xdd\x79\x45\x41\x54\xe8\xa2\xb7\xb1\x6f\xd0\x16\x4b\x9d\x09\xb2\x9f\x81\x8c\x8b\x59\x4b\xd6\xca\x59\x52\x44\x2e\xe7\xc5\x97\xeb\x99\xe1\x93\x77\x26\xe8\x8b\x70\xe3\x54\xe0\x6d\x48\x31\x00\x87\xf0\xf8\x96\x39\xb4\x20\x81\x50\x3f\x0b\x51\x30\xa8\x8d\xe4\x31\xe5\x05\xe1\x33\x01\x17\x28\x5e\x25\x4b\xe1\xa2\x83\x77\x1c\xef\x70\xa0\x25\x32\x2f\x4a\xa8\x47\xbd\x8a\x88\x9c\xf6\x48\x4e\xc1\xd2\x1d\xa2\xca\xfc\x36\xac\x2f\xe0\xf7\xee\x6f\x49\xda\x7d\x24\xe0\x04\x4f\xb8\x8f\xcd\x2d\x96\x7d\xd7\xa1\xbf\x03\x0b\xb2\xc9\x04\xb5\xec\xf9\xd4\x0c\xd9\xf5\x2e\x6e\xc1\xfb\xa6\xed\x03\xc4\xb0\x98\x95\x5d\x7c\xcd\x99\x9b\x23\xfc\x8e\x78\x26\x66\xa8\x51\xc5\x20\xfc\xf4\xcd\x71\xdb\xe2\xc5\x2b\xfe\x6f\xb3\xb0\xaf\x0b\x53\x21\x3d\xbb\x52\x96\x20\x75\x73\xd7\x1e\x27\xfd\xdb\x7d\x1b\x5e\xb7\xe8\xa2\x85\x66\x85\x6b\x31\xdf\xfd\x5f\x76\xb9\x1e\x6c\x1e\x66\xa9\x9b\x7a\x6d\x82\xde\x47\x91\xef\x33\x4e\x04\xed\xe6\x2f\xb6\x12\x83\xea\x4b\xa2\xac\x7a\x24\x31\xf0\x8f\x41\xf5\xf3\xa6\x79\xeb\xe6\xff\x66\x97\xf4\x47\xf8\xbe\x2e\x3b\x2e\xc2\xf4\xe7\x4f\xd3\x32\x90\x4a\xcb\xd5\xe4\x6b\x19\x38\xea\x07\xbb\x0f\x0e\xfd\x74\x3c\x38\x85\x66\x9e\x60\x9a\x37\x4d\x79\x19\xca\x24\x0e\xcf\xb7\xb5\x37\x46\x30\x9a\x16\x87\x86\x21\x43\xf4\xb9\x11\x93\x66\x90\xf8\xc1\xb7\x69\x8a\x0b\x24\xff\x45\x34\x90\x37\x40\x43\x2c\xa5\x05\x26\x67\x9d\x68\xfa\xb8\x7f\x4c\x84\x92\xfc\xcf\x44\x8e\xe8\xfe\xe1\xa4\x5d\x21\x6b\x21\xf9\x10\x79\x52\x64\xa3\xb9\xf4\xc0\x35\xd9\x77\xe8\x88\x63\xaa\x05\xd1\xc4\x57\x18\xc1\xc1\x94\x8d\xbf\x07\xe0\x04\xd0\xa7\x37\x97\xaf\x72\xc5\x13\x49\xdd\x5f\x43\x68\x67\x9a\xd5\x96\xb4\x38\xa8\x0d\xf0\x51\x6d\x24\xb9\x12\xf9\xc5\x1e\xe4\x31\x86\x73\xb3\x26\x6f\x1b\xc9\x33\x46\x89\x46\xdb\xd6\x44\xab\xc8\xba\x98\xe1\xd2\x60\x26\xcd\xb7\xc8\xa7\x97\x6b\x71\x7f\x8b\x0d\x38\xd3\x4b\x41\x2d\x2d\xa4\x26\xaf\x89\x36\xc3\x30\xfb\xdb\x11\x38\x9a\xad\x30\x42\x4f\x84\x0b\xe2\xb4\x47\x95\x6f\x2a\x6d\x42\x5b\xbe\xae\xa9\xc8\xd9\xc7\x71\xb0\x0d\xc5\x4f\x05\x5f\x3a\x26\x3b\x7f\xc1\x70\xde\xbf\xe6\x7f\x41\x64\x83\x7f\x4a\xb8\x96\xde\xfd\x55\xe5\x7a\xe5\xeb\x47\x11\xce\x07\xfb\x3c\xae\x6c\xbe\xfb\x88\x19\x3b\x34\x3c\x26\x0c\x3a\x5a\x7c\x92\x63\x86\x6b\x9f\x38\x1a\xa8\x2b\xbf\xdd\x76\x1a\x92\x5a\x2e\x7b\x71\x98\xd6\x30\x9d\x68\x25\x0b\x3c\x67\xed\xe2\x3d\x5a\x13\xff\x67\xc3\x28\x76\x0c\xd4\x76\xdd\x46\x6b\x44\x4f\xf4\x50\xba\x14\x14\xe0\x1d\x7b\xa7\x61\x76\x87\x4a\x9c\x47\x62\xef\x37\x0a\xd1\x9c\xcc\x85\x33\xa4\x9b\x11\x11\x43\x45\x47\x27\x0a\x0f\xcc\x1b\xc2\x3a\xf4\xb8\x85\x1a\xf7\xa6\x1a\xd5\x49\x36\x6b\x15\xea\x8f\x5c\x49\xf6\x34\x38\xcb\x63\x9a\x52\x37\x63\x57\xee\xf1\x38\xe5\x6e\x72\x70\x39\xdd\xcb\x39\xc3\x45\x90\x11\xfd\x18\x50\x69\x3a\x76\x68\x21\x67\xa9\x7d\x83\x01\x36\x25\x04\x14\x69\xff\x6e\x62\xa5\x7c\x72\xfa\xe0\x4e\x2e\x9a\xa3\x01\x19\x15\x70\x8e\x93\x20\xe7\xbf\xb8\x57\xcf\xc9\xcb\x98\x39\x0c\x47\xc6\x82\x4a\x28\x77\x66\xc8\x35\x4c\x15\x08\xf1\xa9\xa1\x2c\x1c\xf3\x53\x9f\x8e\x23\xe4\x31\x41\x9f\xec\x11\xa4\x84\x9d\x04\xf0\xd1\xe2\x18\xce\x16\xa3\xfe\x9b\x83\x47\x41\x84\xf1\xa3\x0c\xd8\x4e\xc3\x14\x06\x09\xaf\xc5\xb9\x73\xdc\x77\xbc\x61\xc7\xd7\x45\x3b\xc0\x7a\xd0\xb1\x1d\x61\x35\x60\x57\x3c\xba\xeb\x3a\xf9\x23\x74\x82\xbe\xd4\xe8\x8f\xa9\xfd\xf8\x14\xdd\x9f\xd6\xd5\x38\x17\xd4\x55\xde\x93\x8a\x82\x0a\x59\xd6\xa3\xf4\x27\x21\xf3\x0e\x65\x38\x29\x51\xf8\x4b\x6a\x4e\x8d\x14\xe9\x9c\x18\x4a\x82\x02\x50\x72\x0e\x61\xae\x3e\xb1\x68\x45\x42\x84\x98\x6c\x14\xd9\x12\xb5\xc8\xb7\xa3\x5b\x33\xcd\x8f\xe1\x55\x74\x98\x50\x22\xb9\xba\x22\x70\x7d\xb9\x8e\x43\xd2\xd8\x08\x20\xde\xec\xc3\xfa\x9c\x66\x73\x49\x41\x77\xbd\x45\x87\x75\xf4\x67\xfd\xe0\x3e\x9f\xf9\x9b\x1c\xc8\xe0\x70\x27\xbc\xe7\x55\x1e\x3f\xd9\xc3\xcc\xe8\xa5\x67\x09\x6e\x8f\xf9\x87\x81\xfc\x74\x34\x35\x9d\xe1\x4d\x80\xa2\x23\x1d\x4b\xbf\x0a\x83\x78\xda\x40\xbc\x07\x2b\x3d\xf2\xfd\x1b\x40\xa6\x8b\x8c\x89\xa6\x82\xe4\x96\x12\xa4\x03\x5e\xe4\xab\x7f\xda\x0a\x4f\x2f\x6e\x42\x39\x43\x60\x4d\x7e\xfc\xea\xf1\xa3\xc7\x21\xbc\xa6\xb5\x4c\x52\xdd\x78\xf2\xc9\xa9\x1b\xb6\x18\xed\x1c\xfa\x20\x9b\x9a\x24\xba\x10\xce\x83\x11\x13\x3e\x97\xb5\x06\xc5\x0e\x17\x51\xbd\xcd\x49\xc5\x9b\xe0\x23\xb0\xcf\x07\x43\xe1\xfa\x40\x98\x42\x6f\xe6\x47\xf9\xbb\x19\x10\xac\x95\xe6\xd1\x1d\x31\x90\xfb\xe7\x47\x7e\xb4\xb8\x6c\xfc\x2e\xdb\x28\xbe\x45\xd3\xc5\x1c\x0c\xe3\x40\xf0\x46\x8b\x2e\x25\x52\xa7\x24\x0e\xc5\xc8\xb9\x6c\x61\x76\x92\x01\x98\xb2\x0f\xd8\x4a\xb1\xef\x86\x11\xfd\xf1\x9a\x11\x71\x38\xcb\xd4\x80\x78\x1c\x8a\x7b\x98\x80\x78\x03\x22\x30\x7c\xb4\x7b\x70\x3c\xed\xf4\x1b\xee\x94\x4d\x3c\x1b\x13\xbd\xc9\xc5\x1d\x0c\xa6\x10\xeb\xde\x71\x25\xd8\x4d\x64\x8a\x45\xf0\x39\x77\xfc\xbb\x74\x6a\xf8\x18\x8e\x68\xa4\x15\x81\xcd\x1b\x5f\xac\xe1\x78\x8d\x6f\xd3\x2f\xf6\x0a\x48\x51\xe8\xa8\x93\x57\x7e\x68\x30\xd5\xc0\x45\x9e\x28\xc5\x35\x99\x4a\xc6\x84\x9f\x7d\x05\xc4\x34\x1a\x79\x0c\x78\xc8\x8d\x79\x4b\x2c\xf9\xf0\x72\x9f\x68\x4b\x79\x8a\xa3\xe8\xda\x9f\xa0\x65\xbc\x10\x3e\x6b\x57\x41\x62\x35\x1c\xa0\xd1\x20\xd3\x80\xb9\x88\xb3\xb1\x71\xa0\x5c\x24\xcd\x61\xb2\xde\xc8\x35\x22\xce\xde\xd0\xc4\xa7\x6a\x7f\x9d\x60\x7d\xae\xc6\xd5\xfc\xd8\x35\xad\xc1\x18\x29\x93\xfe\x43\xa4\xf9\x58\x36\x6f\xda\xc9\x84\x1b\x13\x43\x9c\xac\x13\x19\x68\x7c\x74\x8b\xe7\x13\xb5\x99\xd6\x3f\x59\x16\x6f\x80\x1c\x05\xcd\xa0\x36\x1d\x7d\xae\x9d\xe3\x83\x68\x17\x76\xef\x12\x4d\x2d\x8e\xc7\xf0\x68\x75\xd8\x5b\x98\x9f\x8d\x88\xbd\x31\xc5\x7d\x58\x59\xa8\x59\x54\x85\x52\x63\x86\x28\x15\x34\x50\x2e\x07\xeb\x4b\x87\x21\xc9\xc4\xe5\x13\xc2\x44\x31\x13\xa8\xdc\xd6\xb4\x00\xf2\xa6\xe0\x3e\x02\x4b\xe3\x2b\x29\x39\xde\x82\x93\xc6\xc7\xa9\xcd\xd2\x24\x79\x95\x19\x3e\x51\x97\x18\xc7\xa2\xcc\x17\x69\x87\xb3\x14\xf9\x2e\x59\x05\xe3\x71\x55\x54\x32\x03\x4d\x4d\x10\xe0\x55\x65\x23\x13\x84\x0d\x36\xe1\xe5\x27\x95\x65\x35\xe1\x78\x3b\x4c\x25\x23\x32\x3d\xec\x20\x9c\x4d\x90\x4c\x90\xee\x61\xb5\x0b\x31\x53\xd5\x1c\xe0\x9d\x3f\x4c\xe1\xaa\x18\x06\x04\x96\x95\xda\x90\x0f\x38\x0d\x49\x4b\x49\xca\x49\x2b\x66\x3b\xf1\x4d\x39\x7e\x71\x72\x9a\xe3\x73\x40\x05\xbf\xf4\x28\x51\xf6\xf4\xc6\x9a\x24\xa2\x44\x75\xf3\x31\xd9\x63\x96\x4c\xaf\xc9\x77\x3f\xe6\x32\xe9\x25\x01\x0e\x41\xac\x49\x81\x7b\x43\x1c\xe2\xf7\x9a\x74\x43\x97\x09\x5d\x05\x62\xae\x8e\x3f\x4f\x1c\xbd\xd1\xba\x0f\x41\x87\x0e\x32\x74\xae\x04\x68\x90\xce\x66\xac\x6f\x27\xb6\x02\x3e\xb3\x63\x7e\x49\xb1\xe2\xd7\x9c\xba\x51\xdf\xe1\x5e\x91\x71\xee\x51\xb0\x0f\x5b\x98\xd1\xab\x37\xd0\x4c\x09\x97\xfd\xd5\xfc\x14\xcd\x8c\x92\x08\xc6\xae\xcd\x0d\xe0\x42\x63\x38\xd9\x7a\x4f\x01\x3f\xf8\x08\x18\xe1\x81\x8f\xf0\x90\xa6\xbc\x4f\xc0\x92\x22\xe5\x5d\x6e\x44\x91\x56\xf8\x45\xba\xa9\x37\x9d\xe3\x31\x37\xa2\xda\x34\x5d\x62\xcf\x03\xeb\xc9\x12\x55\x15\x1e\xad\x68\x20\x33\xe6\xd0\xf9\x20\x76\x0d\xde\x16\xfa\x64\x1f\x26\x30\xac\xa9\x9e\x5e\xe5\x06\x5d\x5d\x30\x5e\x85\xed\x49\x7e\x77\xa2\xf6\xdc\x18\x7b\x66\x6a\x59\x3e\x56\x64\x9f\x02\x41\xe7\x02\x87\x1e\x76\x6e\x8b\xc0\x13\x8b\xcd\x66\x2e\x7c\x7c\x64\x65\x96\x96\x72\xac\x8d\x60\xb6\x9c\xbd\x7b\x2e\x59\xbc\xc7\x00\xcb\xa6\xb8\x9a\x3f\xec\x6d\xbb\x95\x47\x11\x24\x90\x62\xa4\xd1\x0d\x24\xc4\xab\x76\x29\xe0\x1a\xcf\xe6\x59\xcf\xae\x8b\x1a\x43\x2b\xc1\x8b\x0d\x82\x1e\x68\x6c\x96\x65\xcb\x1d\xf1\x54\x1c\xd3\xea\x94\x61\x3d\x97\xd6\x28\x38\xad\x68\x34\xbc\x32\x3c\x48\xc0\x89\x36\x58\x11\x45\x31\x7a\x6d\x9c\xcd\x2a\x7d\x9d\x2d\x5e\x71\x19\x3c\x39\xcb\x45\xa9\x0d\xa8\xc3\x10\x8c\x48\x89\x49\xf0\xe1\xb3\xf8\x39\xb6\x94\x83\x7f\x83\x4f\x80\x37\xe8\x83\xf6\x26\x7a\xac\x86\x8a\x39\x98\x68\x28\xc6\xd1\xf1\xa6\x15\x1e\x8f\x66\x18\xf8\xfe\x34\xc1\x6e\x85\x1a\xe5\xb0\x99\x80\x15\x36\x4f\xaa\xc4\x6a\xf0\x14\x2e\xba\x29\xe2\x53\x39\x41\x76\x59\x13\x89\xc4\x57\x15\x8f\x26\xdd\x0a\x52\xed\x36\x4c\xd3\x0b\x8b\x4f\x1a\x49\x32\x33\x9f\xdc\x44\x4e\xb8\xeb\xd1\xde\xd4\xc1\xa2\x9d\x6a\xbe\x05\xc5\x04\x7f\x05\xe0\x31\xdd\xfd\x12\xdb\x9b\x59\x14\xea\x6c\x64\x8c\xd3\xbb\xe8\xce\xff\x38\x79\xf1\xfc\x40\x46\xf8\xee\xde\xe5\xe5\xe5\x3d\xac\x78\xaf\x6f\x2b\x90\x94\xe0\x63\x21\x43\x3e\xc0\xf7\x1d\xef\xdb\x6e\xf5\xdd\x57\xf0\xef\x5d\x79\x48\x92\x9e\x57\xa2\x84\x6e\x13\x17\x85\x60\xdc\xef\xba\x1c\xe4\xac\xc5\x2f\x88\x8e\x8e\x9d\x6c\x6a\x1a\xca\xea\x71\x29\x66\x78\x56\x2d\x8c\xe2\x84\xfe\x89\xbf\x03\xf3\xf3\xf6\x9a\x1c\x91\x43\x48\x90\x3c\xea\x78\x40\xf8\x7b\x04\x14\x79\xaf\x46\x46\x00\xdc\x45\x46\x96\x5f\xff\xf1\xaf\xb8\x4b\x7a\x83\x27\x9b\x83\x64\x16\xa5\xa6\x9a\xf3\xb3\x3b\xe5\x18\x05\xdb\xfe\x34\x6c\x90\xe2\xfd\x9a\xba\xba\xe2\x37\xf5\x30\xeb\x33\xa3\x0b\x6f\x2b\x16\xab\xe5\x6d\x58\x95\xde\xf7\x40\xb9\xfd\x8a\xbc\x0d\xe7\x92\x7d\xa0\xf1\x62\x3e\xde\x92\x51\x6e\x87\x41\x75\xce\x3f\x39\x7f\x84\xaf\xcb\x6e\xf0\xbe\xb5\x6b\x54\x31\x4a\x0e\x1e\x69\x6b\x5c\x2b\xf2\x0f\x9c\x2e\xe3\x35\x7a\x99\x86\xf8\xb1\x2b\x83\x99\x9a\xfd\x1c\xaf\xbe\xc9\x65\xe1\x87\xc8\x4b\xf4\xbd\x82\xcb\xd1\x0c\x14\x28\xd1\x69\xa6\x47\x35\x38\xdb\xe6\xe8\xb3\x0f\x80\x0e\x27\x3c\x3a\xa6\x7e\xb9\x85\x93\xf3\x64\x0a\x89\x1f\x7a\xb4\x99\x44\x8d\x8e\x74\x83\x88\x86\x5e\xae\x27\x69\x5a\x36\x1f\xeb\xa9\xd7\xc9\x88\x34\x79\xfe\x34\x90\xa6\x11\xab\x24\xa0\x53\x1d\x45\xa2\x28\x8c\xfd\xdf\x46\xbd\x88\xd8\xa4\xbd\x88\xdb\xc3\xa8\x07\x8e\x70\x51\x5e\x01\x53\x22\x3f\xa6\x77\x80\x30\x6b\x93\x06\xd0\x24\x1c\x73\x7a\x40\xc7\xc4\x94\x0f\x4e\xa0\xa7\xc4\x7e\x73\xb2\xf3\x75\xa4\xb7\x4f\x9d\xd6\x4f\xb0\x12\xe7\x5c\xc3\xac\x30\xd3\x36\x45\x6e\x99\xb3\xfc\x70\x86\xa2\x41\xd1\xe0\xc5\xe6\xe1\x59\x06\x3e\xa7\x66\xbf\x94\xd8\xb6\x51\x58\xb8\xbe\xae\x92\xe4\xc5\x30\x5c\xe0\x20\xe1\x36\x05\xb6\xc6\xa6\xb3\x0b\xd0\x69\xee\xbc\x7d\x75\x02\xbc\xf7\xb2\x58\x29\x3c\x3e\xdb\xdc\xb6\x98\x0b\x5a\x24\x2b\xb7\xfb\x1b\x3e\x9c\x18\x34\x56\x76\x85\xce\x6f\xb3\x9c\x13\x74\x60\x94\x12\x3f\xd4\x4c\xa9\x18\x42\x3e\x3e\x11\x00\xf4\xe9\xd1\x90\xac\x2a\x5a\x3c\x0a\x7a\x0e\x33\x7d\xce\xaf\x27\x79\x74\xf5\x2f\x06\x45\x83\x93\xc9\xc4\xba\x8d\xc4\x2b\x6b\x6a\x92\xe3\xf4\x72\x1e\x2a\x4d\x8f\xc7\x58\xcc\xe9\xc8\xaa\x9b\xfa\xbd\x39\x29\x5e\x52\xf3\x06\x0b\xd8\x38\xe1\xdd\x91\x7f\x33\x6e\xd0\x18\x2e\xf6\xd8\x0f\xcb\x4c\x4b\x06\xc9\x5e\x0f\xa5\xa0\x4f\xc7\x92\x6b\xf3\x7f\x4e\xcd\xd6\x59\x9f\x55\xaa\x9e\x36\xb4\x4c\x28\xe0\xe8\x39\x2f\xb2\x60\x50\x93\xd3\x39\x40\xaf\x1d\x60\x94\x06\x60\x62\x50\xd3\x59\xf3\xb2\xa2\x3c\x3b\x9b\x81\x9c\x7f\xe9\x30\xcb\x5c\xdf\xae\xec\xfc\x31\xbd\x05\xc8\xbc\xa3\x06\x94\x13\x18\x52\x5c\x40\xa5\xad\x29\x5a\xcb\x5f\xd8\x8f\x66\xce\xff\xf0\x27\xf2\x51\x4e\x1f\x11\x8d\x15\xff\x55\xfe\x08\xa0\xa6\x7d\x93\x67\xdc\x82\x3b\x6f\x2e\x17\xf8\x17\x65\xcb\x73\xf3\x67\xcc\xe8\xd2\x7a\x17\xf8\x92\x1c\x1a\x71\xd9\xe0\x73\x76\x16\x55\xc1\xa9\x76\xfc\xb4\xee\x23\xcc\xde\x07\xa4\xe0\x02\x99\xf1\x08\xa4\xaf\x81\x97\xb3\x05\x03\xbd\xaa\x85\xb1\x8b\xa1\xb0\x47\x61\xbf\x59\xc5\xa8\x37\x76\x94\x06\xf8\x76\xe1\xc5\x82\xa0\xa6\x27\x12\x2a\x3f\xd0\x87\x14\x03\x57\x1a\x4a\x5c\xa9\x10\x57\x71\xb9\x9a\x37\x7c\xb1\xec\x04\x90\xcb\x07\x3f\x3c\xe7\x1f\x14\xc3\x4e\x49\xbc\x31\x88\x5d\xba\xcc\x34\x2c\x7e\x36\x0e\x8f\xd7\x12\x4e\x77\x40\x7f\x8b\x4b\x92\x80\x78\x88\xa2\x35\x67\x9d\x86\xcc\xb4\xfe\xf3\xb6\xb5\x5a\xef\xb8\xb5\xf7\x86\xb5\xf8\x41\x2b\xca\xb7\x05\xff\xfa\xcf\xe4\xed\xc8\x32\x93\xff\x66\x50\xe4\x9b\x87\x09\xc7\x0b\xc5\x91\x02\x16\xdd\x7f\x24\x3b\x02\x1d\xa5\x76\xd8\x1b\xa1\xe3\x22\x4e\x6c\x90\x3f\xa1\x37\xae\x93\x89\x06\x2f\xca\x63\x4a\x3d\x4f\x29\x43\x78\x41\x54\xbe\x23\x37\xb8\x59\x32\xde\xd8\xf9\xb2\xce\xe3\x47\x9b\xd5\xb3\x91\x59\x11\xf2\xf9\xc6\x94\x4f\xc1\xd7\xc6\x67\x69\x66\x6f\x7d\x38\x13\x85\xf5\xdc\x99\xe4\x8c\x46\x3f\x3b\x53\x44\x7d\x76\x66\x3d\x91\x06\xd4\x07\x60\x05\x30\x62\xe9\x31\x4b\x46\x59\x37\x49\x6d\x9f\x2d\x66\xd5\xac\x99\xd2\x7a\x0e\x8e\xc9\x60\xf4\xd4\x26\xbe\xf5\x2b\x8b\x11\x0d\x21\xb9\x2c\xf4\xeb\xf8\x82\xd0\x92\xcb\xb6\xec\xd4\x15\xaf\x4c\x70\x84\x8e\xcf\x8f\x2c\xe8\xe2\xaf\x30\x7e\x14\x21\x90\xe1\x7d\x88\xd9\x84\x80\x6b\x43\x3d\xe7\x18\xb9\xc6\xe9\x29\xa1\xec\xde\x70\xff\x23\xf8\x90\x29\xc7\xa3\x89\x08\xc4\x1b\x4c\xfe\x4c\x44\x8d\x6e\x16\x90\xb9\xbb\xa0\xa1\xd1\x47\xdb\xc3\x18\x86\xae\xb0\xbe\x2f\x5c\x2d\x62\x78\x05\x85\x46\xa8\x8f\x5e\x85\x7c\x6a\xd4\xad\x70\x39\x3c\x3d\x84\x57\x7a\x7e\xc4\xfb\x77\x74\xf0\x98\x0b\x54\xa8\x07\x91\x86\x6d\x12\x34\xb9\xb3\xf6\x41\x4c\xb9\xc7\xbe\xd4\x65\x4a\x9c\x07\x03\xd3\x8f\xd6\x12\xa4\xbc\x6c\xf9\x9a\x54\xd2\x8d\xba\x19\xd8\x7c\xb8\x83\x1b\xf3\x4c\x0f\x8f\x40\xea\x6c\x38\xe0\x1e\x74\xd8\xf2\x88\x53\x18\x71\xd8\xc3\xa2\xb9\xac\x11\xcf\x1c\xb9\x9d\x23\xa2\xe1\x0b\xb6\x4d\xbb\x7e\x1d\x1e\x99\x1a\xbd\x07\x3c\xd4\x61\x13\xa8\x7f\x6f\x61\x00\xef\xf3\x76\xee\xab\xf8\x09\xe9\xfe\x06\xda\xfa\x90\xf0\x0f\xee\x81\x90\xf1\x6f\xa6\x19\x6a\xf0\x91\x1a\xf6\x92\x7d\x91\xf4\x46\x49\x62\xd4\x8b\x32\xc4\xad\x37\xd9\xd6\x36\x5b\x7e\x5f\x03\x79\x4b\x87\x2f\x0b\x95\x68\x46\x6b\x36\x16\xdd\x99\x7e\xc0\x9f\xa8\x11\x24\x9d\x60\x89\x09\x50\xad\xd9\x80\x30\x41\x0f\x17\xb9\x8c\xde\x4e\x11\xcd\xbf\x9b\x8b\xb2\x5f\x3f\x27\x2f\xb2\xa4\xef\x18\x87\x7c\x3a\xd8\xde\x30\x8f\x8e\xbc\xaa\x87\x4b\x34\x8e\x0b\xf0\x0f\x78\x4d\xbc\xc3\x47\x65\xd7\x54\xd1\xc5\x96\x44\xbe\xf1\xfb\x5e\x7c\xda\x35\x24\xb9\x55\xde\x4a\x5e\x68\x92\x04\xe0\x21\x78\x97\x73\xca\xfb\xfe\x42\x86\xc0\xc7\x35\x6b\x78\x50\x0d\x4f\xe8\x18\x35\xf3\x27\xae\x90\xe4\xae\x0a\xda\x86\x1a\x24\x35\x52\xa4\x46\x76\x6e\x58\x56\xd4\x39\xb0\xb2\x3f\x69\xe9\xa6\x2c\x67\x23\x8c\xfb\xa7\x3e\x34\x33\xdd\xf8\x64\xb2\xb3\xdf\xe1\x98\xbb\xff\x21\x93\x58\xab\x3b\x7a\xd1\xc4\x17\xee\x79\xda\xe4\xf7\x38\xd5\xa6\x55\xae\x7f\x10\x63\xb4\x48\x37\xbe\x8b\x31\xf4\xdd\x85\xea\xff\xa4\xc7\x4e\x86\x63\x19\xeb\x2d\x3e\xe5\x89\x0f\x79\xdf\x63\x6a\x6e\xde\xd2\x1b\x25\xc5\x08\x22\xc2\x35\x0e\x37\x29\x59\x1c\xea\x39\x06\xc9\x68\x45\x5c\xba\xbe\x4e\x58\xad\x7d\x9e\x2c\xe3\x46\x26\x9d\x5b\x0e\x06\xc9\x6a\x87\x3e\x35\xc1\xbd\xf0\x8b\x7d\x36\xf8\x89\xa4\xb5\xd3\xb6\x78\x01\x47\x9a\x37\x9d\xb9\x76\x74\x83\x4c\x55\x0d\x1c\xd1\x08\xf3\x7e\x4b\x3e\xdb\x29\x9b\xaa\xea\x47\x2e\xd5\xae\xca\xfc\x2a\x4b\xa9\x6f\xec\xaa\xef\x42\x3a\xec\x58\x4f\x39\x4e\xea\x1a\x2f\xe4\xc4\x96\x60\x4a\x6f\xbe\x58\x66\xf2\xef\x79\xb9\x5d\x4c\xe7\xaf\xc5\x16\x9e\x59\xba\x35\x81\x5e\x7e\xeb\x2b\x32\xfb\x0a\xd4\x41\xde\x8d\x4a\xbf\x2b\xd5\x5e\xc5\x3e\xb3\xe2\x72\x13\x40\x5b\x7a\xbe\x17\xdf\x0d\x99\xfa\x3e\xdd\xc6\xb0\x3f\x79\x50\xbd\x6d\x60\x63\x5f\x36\x9c\xd4\x50\x6e\xcb\x30\xd8\x71\x16\x8a\xb4\xfa\xfc\x19\xd7\xf0\x9f\xd9\xd7\x20\x8a\x75\x93\xef\xc0\xe0\xa0\xb6\x54\x9f\x9b\xf3\xdf\xe5\x72\x4f\xb6\x11\x2e\x5d\xb5\xd1\xcb\x93\x44\x20\x4f\x7d\x3b\xac\x82\x0f\xb3\x0b\x2f\x90\x31\x0b\x30\xc3\x57\xd8\x50\xf8\x05\xec\x97\x2f\xc3\x6e\xf9\x2b\x32\x69\x92\x94\x7d\x7e\xe8\x75\x60\x47\xac\x03\x1b\xc3\x24\xe9\x2c\xe5\xf6\xd5\xe7\x01\x2c\x25\x50\xe1\x1c\x7d\xae\x4f\x91\x69\x26\x4d\x91\xb8\x31\xee\x8f\xe4\x8f\xa8\xc7\x18\xec\x9a\x2e\x2b\x6b\xc7\x5d\x1d\xd0\xcb\x85\x2c\x2b\xd0\xf9\x67\xf5\x35\x99\x44\xab\x30\x12\xf2\xa9\x1d\x8f\x24\x7d\xe7\x77\x0c\x7a\xcd\x68\x42\x67\x14\xe9\x8f\x3d\x5e\x37\x36\xe3\x5f\x54\x89\xc3\x2b\x4c\x3a\x4a\xcd\x9a\x18\x77\xe7\x7d\x42\x8a\x21\x17\x85\x76\x9a\xe9\xeb\x9c\x4b\x09\x85\xdd\x88\xc3\x39\x1a\xfa\xd9\xca\x1b\x44\xe3\x04\xf7\x9f\x4a\x31\xae\xb4\x09\xad\x00\x7c\xb7\x5d\x9d\x4f\x7a\x33\x87\x5a\x6c\xf3\x1a\x50\x19\x1e\xb9\xf2\xb0\x72\xc6\xdc\x90\xad\xfc\x1c\x6e\x81\xe1\x35\xc1\x3b\x32\xb8\xa9\x50\x95\x34\x8b\x6a\x4b\x62\x0b\xe5\x90\xeb\xc1\xd4\x53\x69\x06\xc3\x88\x9a\x4d\x6f\x8a\x76\x3f\xdc\x68\x87\xe9\x32\x40\xaf\x1b\x2f\x6e\xe1\x0d\x80\xf6\xfe\x36\xf1\x3e\x8d\x2e\x83\x1c\x37\x71\x13\x56\x27\xe1\x8f\xc9\xce\x59\x8b\xbe\x32\xa8\x27\xd5\x91\x60\xea\xa0\xc6\xe3\x8b\x1c\xa4\xa4\xc1\x1b\xc4\xc1\x59\x4c\x38\x86\xd8\x16\x4f\x34\xf2\x6d\x12\xcf\x51\x45\x18\xa1\x40\x1e\x39\xbe\xa5\xb3\xe4\x27\x28\x33\x4a\x68\xce\x28\x2b\x79\xc0\x91\x94\xfc\xfc\xb6\x11\x79\x1a\x75\xc3\x98\x88\x28\x5d\xc5\xa4\xc7\x7c\xca\xd0\x98\xc8\xfc\xb6\xa1\x1d\xee\x39\x51\xfb\x07\x78\x10\x8f\xef\x6a\x2f\x2d\xfa\x84\x71\xef\x7d\xd8\x73\x7c\x44\xc5\x6b\x8e\xa4\xdd\x09\xaf\xb9\xd8\xfe\x34\x9b\x0d\xcf\x9f\x2f\x0d\x36\xa0\x24\xb4\x62\xd0\x97\x38\xfa\x49\x10\x8f\xdc\xc0\xa1\xc9\x1a\x44\x19\x49\xde\xea\x03\x7d\x86\x89\x79\x49\x58\x72\xfa\x60\x70\x5d\x04\x92\xed\x53\x8f\x25\x29\x5b\x57\xed\xee\x17\x4c\x0e\x1e\x5e\x6c\xfd\x89\x36\xf5\x75\x86\x0f\xb7\x2f\x1b\xd3\x16\xf3\x47\xfa\x17\x3d\x6b\xec\xe6\xaf\x44\xcd\x98\x29\xd5\x13\x61\x2b\x7d\x8f\xf3\x9a\xc7\x53\xfb\xee\x9c\x9f\xe2\x25\x49\xea\x30\x3c\xcc\x2b\xc9\x56\x91\xf2\x0d\x2f\x03\xf1\x34\x06\xb1\x2d\x71\xa6\xa3\x54\xce\x38\xab\x8d\xc9\x36\x4d\x8d\x5d\xcc\x9f\xf1\xbf\x9e\xab\x8d\x02\x89\x8f\x39\x7e\x98\x1f\xe0\xa1\x2f\x12\xff\x99\x75\x4d\x67\xaa\xf9\x29\xfe\xff\xdb\xfc\x76\x91\x85\xf9\x93\xea\x1d\xdf\x4d\x66\x36\xd8\x2b\xfa\x23\x08\x12\x09\x54\xe4\xf4\x2e\x35\x71\x13\x57\x38\x44\x32\x1b\xf4\x8e\x9b\x61\x57\x14\x19\x2b\xfd\x7d\x22\xf3\x98\xe8\x99\x03\x82\x8f\x30\xee\xcf\xd9\xe0\xe2\x51\xf0\x63\x30\x4c\x52\xf1\xa0\x7d\xb7\x24\x8d\xf6\xf2\xbe\xd7\x05\x1f\x44\xdf\x86\x0f\x09\x87\x12\x31\x11\xfa\x48\xb4\xb8\x2c\xe5\x05\xc2\x77\xce\xb2\x5c\xa4\x1f\x7d\x52\xe5\xe4\xab\x59\x8d\xbb\x64\x8a\x9e\x7c\x4a\x1c\xf6\xa3\xc1\x05\xb7\xfd\xe4\xb3\x18\x31\x29\xfd\x47\x41\x9a\x2c\x4e\x37\x1f\x03\x39\x9f\x48\x3e\xfe\xca\x99\xb2\x07\xb3\x64\xcd\x7c\xfc\xed\xac\xb7\xea\xa5\x56\x35\xeb\xb2\x8e\xcb\x54\x56\x49\x9b\xd5\x18\xfd\xf8\xab\x4f\x56\x16\x7f\x1c\xd5\x65\x42\x90\x7c\x82\x29\xa3\x95\x2d\x12\x7f\xd3\x05\x2c\x38\xac\x7e\x36\x85\x88\x13\x2a\xfd\x20\xb7\x4e\x56\x70\x97\x25\x66\xcb\xa6\xf7\x02\xda\x7e\x8b\xa9\xee\xa6\xc0\xda\xbe\x9e\x3f\x66\x99\x2c\x06\xc0\x14\x19\x98\xc5\x85\xde\x58\x6a\x28\x11\xbd\xa6\x9d\xf5\xc9\x56\x78\x25\x5f\xc0\x79\x3f\x87\x33\x5b\x87\xc0\xa5\x6b\xdb\x49\xdc\xee\x6f\x6e\x4b\x1d\xf0\xf7\xde\xf2\xa1\x2f\x61\x17\x50\x22\xee\x58\xf0\x12\xc9\xda\x05\xfe\x27\xe4\x54\x53\x74\x53\x70\xf7\x49\x2d\x85\x87\xfa\xf6\x37\xf4\xf9\x43\xa6\xdb\x88\xdf\x97\xb0\xe9\x60\x85\xc3\xf5\x6f\x4f\x14\xe9\xf3\x2e\x37\x34\x15\x8f\xf6\x86\x96\x3e\x7f\xd0\xc4\x23\xd4\x6b\xbe\x14\xd5\xbe\x10\x33\xe5\x6c\xe9\xf2\x0e\x8d\x49\x6f\xfc\x2e\x67\xe3\x34\xfb\x3c\x87\x84\x46\x59\x0e\x93\xb1\x7e\x8f\x36\xdf\x6b\xfb\x9f\x98\x69\x32\x80\xdf\xd7\xf9\x67\x2c\xce\xba\xec\x16\xeb\x95\x2c\x8a\x1e\x2c\x7a\x74\xc3\x02\x63\x13\xbd\xc3\x01\x94\x1f\xd3\x1b\xc9\x83\x6c\x7b\x36\x35\x6e\x6d\x72\x8a\xd1\xac\x68\x80\xaa\x5d\x49\x07\x98\x53\xbc\x08\xf5\xcf\x97\x93\xf4\x9e\xd0\x1a\xa0\xa9\x57\xf5\x0a\xf5\xba\xf8\x84\x24\xf9\x8a\xbc\xb4\x56\x8c\x72\xd8\x82\xbe\xba\xf2\xe5\x0c\xca\xbf\xe2\xd4\xe3\xe5\x7b\x4b\x2e\x15\xee\xcb\x3b\x70\x4c\x6a\x79\x8b\x3f\xf1\x4b\x88\x5c\x56\xe4\x65\x37\x4c\xed\x04\xb7\xdb\xfb\x15\x06\xd6\xd0\x8d\x77\xf7\xda\x71\x4c\x1d\xba\xc1\x05\xa7\x3b\xd4\xf2\x88\xbb\x6b\x76\x28\x6a\x3f\x72\xb2\x4a\x26\x1b\xb0\x98\xf5\x57\x85\x1d\xe6\x93\x98\xc2\xe9\x3b\xfa\x16\x8a\xf7\x24\x23\xe7\x59\xb6\xe6\x13\x0a\xf4\x9d\xcf\x57\x16\x69\x4d\x13\x4f\xdd\x3d\x2b\x11\x8f\x74\x02\x11\x3e\x67\x98\x9f\xb3\x52\xf8\x10\xce\xe0\xa0\xbf\xb4\x65\xf4\x30\xce\xf4\x79\x1f\xf3\xb1\x2a\xcd\xc7\x87\x2a\x44\xa6\xdd\xd0\xe7\x0d\x87\xbb\x1a\xb9\xb7\xec\xe9\x26\xf8\xbb\xb7\xd1\x24\x38\xf4\x33\xa8\xa1\x63\x7e\x0d\x8d\x26\x2d\x2c\x3e\xb0\x94\xe8\xf9\x66\x37\x5b\x71\xae\xd1\x57\x1b\xe3\xa7\x47\xe2\x6b\x4f\xde\xdc\x5e\x37\x6d\xd3\x83\x74\x6c\xe7\xdf\x37\x2d\xfe\xe1\xef\xff\x84\x9d\x54\x70\x32\xd7\x5d\x2d\x7a\x4a\x4d\xf3\x8a\x95\x41\xf4\xad\xf4\x4f\x5a\x87\x4a\xc4\xe1\x6a\x15\xb4\xc6\xac\xc8\x74\x47\x2c\xaf\x28\x3b\xa9\xe2\x4b\xb1\xe4\xc4\x8c\xa8\xd4\x6a\x96\x9d\x81\xc1\x15\x73\x85\x7d\xb1\x24\xd3\x7c\x0c\xba\x6d\xe8\xed\xa1\x45\x05\x28\xd6\x6f\x17\xb8\x12\x4e\x96\x82\x30\x2e\xc9\xc4\xb7\xed\x11\x36\xd9\xd0\xc1\x00\xc7\x0d\xc8\xf8\xa2\x21\x8f\x6b\x63\x62\xdd\x71\xcd\xa3\x72\x69\x35\x13\xeb\xb8\xaa\x2e\xea\xb9\x35\xdb\x74\x49\x9f\xc2\x97\xf1\x7a\x12\xdc\xbe\x85\xd1\x5a\x13\x0b\x14\xd7\x2b\x8b\xca\x8e\xea\xfc\x20\x8c\xc1\xbe\x3a\xe4\x17\x37\xaa\x05\xa7\x05\x86\xbb\xa7\x8e\x70\xb7\xe3\xf1\xc9\x92\x8c\xfa\x6a\x96\x70\x33\x00\x23\xf4\x02\xfe\x95\xa8\x24\x74\x9c\x87\xa2\x08\x72\xd9\x34\x1d\x0a\xf0\x5b\x14\x6c\xc8\xa5\x3a\x5a\x34\xa0\x5f\xc7\x25\x87\x85\x3c\x50\xb8\x54\xb4\x81\x1a\xd7\x2c\x1f\x55\x9e\x58\xbe\x0d\x3e\x2c\x04\x1d\xb6\x3d\x2a\x5b\x80\x67\x49\x7a\x7d\xac\x05\x70\x70\x9e\x9d\x00\xe4\x75\x35\x7d\xb7\xa3\x5a\xbe\xe3\x04\x33\x41\xea\x3c\xb7\x7b\xbb\xb6\x71\x23\x0f\x11\xf4\xda\xba\xd3\x9d\x53\xbd\xc9\xde\xb7\x6d\x73\x56\x56\x48\xe3\x96\xfd\xea\xad\xed\x30\xe9\xc7\xf9\x82\xfc\x9d\x42\x5b\xc7\x0a\x94\x3f\x20\xa0\xfc\x29\x00\xe5\xa7\x08\xa4\x8d\xc6\x28\x02\xac\xc2\x06\x53\x7a\xa2\x67\x5c\xb4\x07\xf4\x45\x48\xe5\xcb\x84\x0d\x78\xc0\x6c\x80\x6f\x2b\x11\x82\x41\xaa\x6f\x17\x22\xe9\xca\xf1\x45\x89\xc1\x37\xfc\x82\xe8\x2f\x34\xd8\xb7\x4e\x5a\x17\x91\x37\xd7\x77\x2c\xe2\xf6\x30\xf1\x3b\x33\x33\xab\x2b\x10\x0b\xe6\x3e\xf7\x3b\xf9\x1b\xaf\x2a\x15\xa1\x27\x47\x18\xb5\x43\xb2\x3e\xb4\x93\xd2\x64\x72\xee\xaa\x72\x16\xff\x9b\xfc\xfb\x87\x23\x4a\xa9\x55\x8e\x0d\x6c\x73\xce\x64\x12\x35\x27\xd3\xa0\x5b\x83\x87\xf2\x5a\x58\x1d\x08\x83\x6a\xe2\x29\xae\x32\x02\x96\xde\x85\x27\x14\x6d\x07\x40\xb0\x0e\x86\xa3\x24\xe5\x79\x5a\xc0\x57\x5b\x41\xd7\x35\xdb\xfa\xe9\x81\x5a\xb9\xcc\xbd\xaa\x86\x6b\xa1\x77\x84\xb7\x1e\x92\x83\x04\x3b\xe1\xc9\x13\x96\x02\x14\x24\x47\xf9\xa2\x52\x4d\xc1\xee\xf2\x68\xb2\x92\x02\x54\x15\xcd\x0f\x13\xf3\x03\x97\xe8\xdd\x1f\x71\xa9\x5c\x20\x0f\x3e\xf0\x4b\x0f\xda\x0e\x45\x25\xf0\x15\x2d\x19\x3b\x30\xc3\x36\x07\xbd\x85\xe8\x49\x9f\xeb\x53\x5c\xe2\x8c\x0f\x0b\x8d\xa6\x17\x1b\x9b\xf9\xe1\xcd\xeb\xbd\x72\x67\x52\x37\x4e\x05\x2e\x93\x23\xe1\x93\x3d\x4f\xd9\xbb\x0f\x7b\x8f\xb4\x55\x28\x49\x33\x28\x3d\xe9\xc5\x2e\x01\x71\x65\x52\x1a\x0c\x25\x71\xca\xba\x4e\x04\x43\x13\xaf\x17\xf4\x56\xdb\xb8\xd5\xad\x71\xee\xb2\x69\x0b\x35\xdf\x3c\x02\x6e\x9d\xc2\xa6\xcc\x66\xeb\x43\xa6\x1c\x25\xde\xe0\x98\xfb\xe8\x3d\x46\x0e\xd2\x71\x76\xf7\x1f\x46\x67\x28\x2c\x21\xd3\x11\x1b\x2b\xc8\xa1\x71\xf8\x24\x44\x3b\x3c\x57\x7a\xbd\x63\x41\x58\xb6\x60\x51\x67\xcf\xb2\x04\x9b\x36\xe6\x9d\x3c\x70\xa5\xcf\xf2\x1d\x8d\xdf\xdd\x6b\xc7\x78\x32\xaa\xc7\xba\xe5\x3b\x5e\x2d\x08\x92\xc0\xbd\xaf\x59\x34\xa3\x6c\x50\xd1\x8b\x7e\xeb\xaa\x59\xca\x01\x94\x67\x11\xef\x4a\xab\xa5\x5b\x04\x64\x7e\x1c\xbd\xce\x1a\x05\xb1\xe1\x6d\x18\xa0\x09\xc3\x63\xc8\xb1\x46\xdb\x4c\xe0\x3f\x79\xbb\x60\x4c\x19\xb1\xe0\xd7\x35\xc0\x39\x5c\xe8\x30\x7a\xae\x1c\xe5\xd7\xb8\x1d\x7e\x72\x8e\x9f\x92\x4b\xda\x8a\x64\xd0\xb4\xc1\x6b\x1f\xa9\x9b\x44\x88\xd8\xf8\x74\x1c\x23\x44\xb2\x9d\xd7\xfa\x50\x24\x90\x0e\xd3\x72\x61\x6a\x03\xd1\x55\x27\x8b\x1d\x99\xee\xe8\xb2\xc7\xe4\x39\x0d\x47\x94\xa5\xea\x46\x5a\x2c\x16\x04\x39\xe6\x17\x99\xf9\x28\x71\x41\xcb\xf9\x76\x44\x79\x1d\xf7\x8c\x39\xb1\xd0\x77\x6d\xd0\x71\x14\x3d\x4e\xe9\x7c\xb8\xd3\xa1\x66\x34\xea\xd6\xa8\xf1\x19\xc5\xc8\x90\x76\x86\x92\x8f\xa5\xfd\x8e\xbc\x11\x4f\xfc\xab\xc5\x53\x2f\xc4\x27\xae\x88\xa8\x4b\xe7\x78\xfb\x9b\x89\xfa\x8b\xa1\xd7\x5f\x4a\xb3\xe9\x43\xea\x53\x47\x9f\x86\xe6\xc8\x8c\x55\xf4\x44\xaa\x3f\xa1\xd7\x84\x96\x73\xcd\xe9\x37\x89\xd3\xd1\xf0\x97\xa1\xc7\x03\x7f\xe5\xe7\x3e\x9d\xbc\xd0\x47\x01\x44\x5c\x80\x81\x71\xa4\x26\x07\xbe\x15\x16\x5a\xbe\x4e\xbc\xe9\x46\xb6\x04\xa1\xb6\xd3\x53\x18\x18\x6e\x27\x88\x2d\x37\x81\x59\x98\xd3\x5c\x15\x30\xd3\xb5\xf5\xc5\xd1\x94\xf8\x4b\x78\x3c\x89\x7f\xdb\x1a\xb9\xac\x42\x23\xca\xf8\xe3\x94\x7f\x64\x34\xe4\x24\x40\x6a\x72\x58\x04\x36\xb8\x41\x26\x01\x07\x11\x4d\xfc\xf1\xbc\x71\xdd\xfc\x29\xfc\x4f\x7e\x23\x4d\xc0\xac\x6c\x6d\xa7\x10\xa4\x67\x2d\xea\xf9\x03\xf8\x37\x7f\xf4\x3c\xfe\xaa\xd7\x0f\x39\x60\xcb\x5d\x92\x23\xdc\x14\x90\xde\x51\x87\xc5\x05\x29\x6b\x60\x77\xbe\xcd\x8f\x92\x7b\x08\xaf\x14\x53\x6d\xd0\x91\x4c\xbc\xa2\xf1\xdd\xd0\x86\x52\xf8\x35\x14\xb9\xd4\xa3\x0f\xe5\x2a\x7e\xb1\x84\x2e\xea\x90\xa6\x0b\x73\x66\xd8\x0b\x7e\x35\x41\x16\x18\xf9\x20\x7a\xaf\xe1\x81\x58\x46\x12\xf9\x52\xad\x20\x31\x34\xcc\xf6\xd1\xf3\x88\x39\xd2\x95\xee\x28\x27\x5f\x67\x43\x64\xe8\x21\x7f\x69\x52\x47\xc5\xfe\x86\x6a\x89\x99\x90\x63\x9d\xe5\xae\x4e\x2e\x2b\xbe\xc5\x29\xde\x6d\xc8\x10\x88\xcb\xf8\xa0\xc3\xd9\xa8\xc7\x74\x90\x75\x8c\x9d\x01\x08\xd8\xe1\x14\xce\x6c\x2d\x3e\x1a\x3a\x9e\x00\x20\x50\x15\xc0\x88\x40\x21\xc5\x02\x2a\x85\xde\x9a\xe8\x7b\x34\xa8\xe1\x50\x16\x5d\x86\x67\x06\x31\x1f\x15\x55\x56\x79\x91\x5c\xf8\xdf\x75\xcc\xa7\xa7\x28\xc6\x29\x7a\x39\x3b\x6f\x33\xb1\xac\x64\x59\x1e\x01\x99\xf8\xa6\x65\xc8\x0d\x5e\xd2\x0b\x67\xe6\xcf\x5c\x7e\x58\xe4\x27\x87\xf2\xdd\x6d\xba\x2d\xbf\x88\x3b\x7d\xc0\xf2\x93\x67\xa7\xc7\x11\x2c\x9d\x15\xfc\x96\x47\x07\x06\x0b\xa2\x43\x13\xd7\xd1\x9c\x28\x7c\xf0\x9c\x9e\x3c\x87\x97\x27\x7b\xaa\xba\x69\xc8\x4f\x66\xe7\x30\x77\x76\x0b\xb2\x1c\x52\xa4\x92\x5f\x89\x2b\xb8\x13\x49\xd9\x11\x01\xd0\x2d\xc6\x17\x29\xc6\xe0\x63\x40\x14\x47\x97\xeb\xa8\x56\x92\x66\x00\x1f\xf9\xcc\xbf\x3c\xf8\x72\x96\x90\xad\x45\x57\xb9\x28\x77\xe5\xaa\x3c\x23\x3d\xc9\xe9\xd1\x89\x2e\xc4\xdb\x72\x8b\x40\x0b\x0c\xfd\x04\xe6\xfc\x05\x4e\x91\x5f\xfe\xc6\x0f\x7e\x51\x43\x8d\x2d\x3a\x61\x50\x52\x14\x3b\xf2\xad\x3e\x91\x64\x29\xf9\xf1\xe1\xb3\x74\x1c\xf4\x20\x81\x4a\x02\x38\xa2\x4a\x86\x84\x8f\x2f\xdd\xd3\xa7\x92\x94\x04\x97\x5b\x72\x1a\x72\xf6\x8d\x5f\xec\x38\xc1\x39\x32\x2f\x23\x87\xd3\xc3\x49\x32\x9b\x32\x85\x03\x4c\x89\x1c\x51\x99\x3d\xf4\x57\x46\x1a\x19\x38\xa8\x96\x08\x1e\x9a\xfd\x26\x09\x72\x8b\x2f\x89\x1b\xdc\x64\xf7\x8e\x68\xd2\x35\x36\x6e\x38\x66\xec\xaa\x9b\xdb\xd6\xfb\x64\xe0\x53\x3b\xb9\x6c\xca\x0d\xd2\x5d\x46\x8e\x43\xd1\x5b\x47\xd7\x34\xcb\x35\x82\x67\xe9\x60\x76\x83\xb7\x8d\xa6\x23\x0e\x05\x2f\x89\xd7\x2b\x25\x54\x94\x3c\x4f\x36\xbb\x5f\x28\xd5\x4b\x18\x42\x40\x4f\x83\x87\x08\x23\x7b\xd8\x5b\xbf\x68\x48\x48\x50\x9f\xa2\x60\x33\x0f\x99\xc9\x78\x14\xf8\x34\x73\x92\xa3\x2c\x8d\xb6\xa2\x1c\x94\x5d\x4a\x66\x7c\xa7\xb3\x78\xea\x69\xb0\xca\x18\x67\xa6\x18\xc5\x28\x28\x92\x37\x4f\xf5\xcc\x93\x9e\x12\xa9\x8a\x59\x2a\x98\xed\x76\xc2\x22\x7c\x48\x69\x40\x78\x7b\x22\x40\x68\x1a\xe3\xfa\x5c\xe4\x26\xbc\x07\x32\x4a\x8a\x30\x0d\x34\xe0\x4a\xe4\x6b\x73\x76\x56\xc1\x9a\xe2\x53\x5a\x16\x33\xfc\x03\x5d\x2d\x6b\x3c\xaa\xf6\x5d\x52\xb9\x74\x44\x13\x50\x25\x4e\x0a\xe5\x35\xc6\x60\xf8\x04\x21\xf9\x51\xb3\x66\x05\x10\x95\x6b\xad\xb6\x27\x64\x68\xd5\x98\xa6\x21\x58\x7a\xdb\x47\x60\xa1\xff\xc2\xb2\x29\x2c\x19\x3c\x31\xc6\x6d\xd3\x74\xe1\xf5\x6e\x51\x38\x45\xcf\x38\xcb\x86\xa0\xa3\xc6\x6a\xc1\xaf\x00\x0f\x6b\x10\x21\x7e\xa2\xe9\x5a\x1e\xa3\xa4\x09\xc0\x8d\x7a\xba\xcc\x60\x62\x9f\x54\x13\x35\xd8\xcd\xda\x77\x89\x6e\x94\x83\x24\x18\x27\xf4\x2d\x8c\x1f\x23\x4b\xe4\xb0\xd1\x92\xa4\x87\x38\xff\x81\x43\x4f\x62\x5e\xc8\xb7\xee\xce\xf7\xa0\xd7\xc9\xc9\xd3\x18\x48\xd9\x5e\xbd\x3c\x8a\x26\x2e\x45\x46\xbe\x5b\x2c\x7b\xb8\xc0\xe1\x8c\x32\xda\xce\x49\x03\x42\x96\x7a\x46\x52\x8d\xf8\x4f\xab\x4e\xa3\x0e\x96\xc4\x5c\x6c\xf4\xb9\x22\xd7\xa8\xb8\x94\xb5\xb2\xb0\xab\xf4\x82\xb1\x07\x1c\x2c\x73\x6b\x76\x1f\xdf\xc7\xe5\x18\xbb\x4c\x69\x91\xd2\xad\x88\x42\xaa\xb7\x6d\x6f\x97\x66\x50\x67\x8d\x9d\x27\x88\xc2\x4f\x90\x15\xac\x98\x14\x0b\xe4\x9d\x2f\x01\xfc\x1e\x83\x7f\x79\x37\x6e\x02\xe7\xb9\xe9\x37\x1c\x70\x5e\xbe\xb7\xfc\xac\xd1\xfc\xd4\x6c\xe0\xee\x40\x39\xf5\x63\x2d\xea\x92\x78\x28\xc9\xf5\x7b\x5d\x73\x4e\x5b\x72\x7e\x34\xda\xa6\xf3\xdb\x5e\x2c\xf7\x12\x15\xec\x55\x79\xec\x47\xa8\x1e\x8e\xea\x04\x59\x28\x7c\x0b\xb2\x47\xf8\x16\x4b\x51\xe1\x2b\xa1\xe6\xe0\x78\xc2\x67\xe7\xaa\x98\x42\x9c\x1c\x4d\x94\x29\x2f\x75\x87\x13\x22\x10\x83\x7d\x0b\x9f\x6b\x5c\x03\x6f\x74\xeb\x6e\x54\xc3\xef\xcc\xe0\x9b\x6f\x81\xeb\xba\x3f\x03\x12\xdb\x6f\x6e\xe5\x57\xf9\x2d\xe0\xe1\x96\xa1\x0d\xe5\x65\x6e\x20\xba\xab\x88\xc4\xa8\x42\xd3\x22\x67\xed\x93\x43\x9f\xb0\x0f\x0b\xbd\xd8\xcd\x4e\x2b\x62\xd6\x6d\xf0\x0b\x31\xdd\x8f\x63\xa6\x7b\x48\x0d\x95\x39\x4a\x68\x21\x91\x25\x61\x8e\x74\xc0\x18\x57\x2e\xca\x52\xd6\xa0\xc9\x2b\x0f\x1a\xb6\xfe\xa0\xe9\xbc\x6c\x9f\x56\xd5\x17\x27\xf5\x05\x4a\x0a\xab\x0d\xe3\x06\x4c\xe0\x18\xdb\x44\x9d\x79\xc2\xd2\x8b\xb6\x41\x73\x16\x55\xee\xf3\x44\x87\xfb\x89\x13\x1d\x9c\x83\x64\xba\x95\x44\x38\xeb\x8b\x4a\xd8\xbf\x1e\x94\x67\xe1\xa0\x50\xba\x01\x6d\x57\x38\xcc\x95\xd9\x76\x40\x10\x44\x95\x0d\x23\xe1\xdf\xfe\x5a\xe3\x04\x30\x18\xdb\xbd\xa8\xc8\xbd\x26\xb0\xc5\x3f\x96\x05\x1f\x6c\x4d\x3e\xe0\x97\xcb\xd9\x2e\x88\xc2\x51\xdd\x97\x96\x23\xd2\xd1\x6d\x35\x16\xa3\x61\x6c\xfb\x1a\xd3\x14\x53\x7b\xcf\xa1\x7f\x30\x42\x2a\x80\xb0\xdb\x43\x7f\xb6\x5e\xa3\xac\x23\x8b\x80\x93\x97\xa4\x6c\x9c\xa5\xc5\xaf\x2e\xa7\x6f\x21\xe3\x02\xdc\x9b\x70\x6a\xe9\x5f\x06\xe4\x8c\x74\x8a\x3f\x7b\x59\xfe\x1f\x47\x2c\x7f\xb4\xe7\x9f\xc4\x97\xb0\x57\x03\xa2\xc0\xa0\x6a\xa2\x45\x89\x6e\x04\x29\x56\xdc\x80\x43\xdb\x20\x46\x18\xd9\xc4\xa7\x8f\x8f\x5e\x0c\x40\x27\x68\x8d\x94\x8c\x28\x93\x7c\x9f\xa2\x43\x64\x99\xa0\xcb\x80\xa4\x63\xb1\x49\xd0\x81\x1e\x5f\x04\x1e\x6e\x71\x86\x2d\x16\xf3\x27\x28\xfa\x91\x9b\xaf\xd4\xab\x86\x55\x73\xb6\x4f\x7c\x9b\xdf\xbe\x18\xb7\xe2\x2c\xa9\x58\x47\x75\x3c\x93\x88\xad\xd2\x6b\x3d\xd8\xc6\xcc\xb3\x57\x74\xe1\x4f\x6f\x02\x79\xcc\xa5\x80\xfb\x96\x9c\x2d\x96\xd7\x5d\x07\x68\xac\xdc\xfd\x92\xc2\x03\xbf\xb5\xa5\xc7\x72\xf1\x5f\xbd\xfb\xf6\xc0\x92\xa3\xc0\x85\xa9\xd8\xe9\xf0\x02\xfd\x90\xf7\x03\xc3\x0f\x7a\x7b\x91\x79\xc4\x49\x40\x67\xd9\x0b\xfd\xba\x31\x0f\xa8\x94\x56\x01\x52\x02\x88\xc9\xda\xcc\x0b\x6b\xc3\xb8\x07\xf0\x0a\x77\x0d\x8e\xfb\x16\xfc\xf8\xe1\xb4\x96\x43\x21\x98\x85\x53\x2c\x18\xd0\x27\x24\x25\x5c\xc3\x93\x28\x49\x6b\xb1\x02\x91\x80\xf2\x4e\xd1\xe1\x8e\xab\xae\x57\x7e\x2d\xd9\x66\x99\x2c\x68\xa7\x36\xcf\x0a\x0d\x88\x83\x89\x57\xe5\x99\x1d\x98\x46\x95\x34\x4d\x4c\xff\xbc\xeb\xb6\x4e\x52\x8f\xd1\x8d\xfb\xf4\xf4\xf4\xf8\x64\x30\xd1\x1b\x9a\x4c\x87\xbe\x2d\xc9\x1e\xbe\x7f\xcf\x7e\xd8\x18\x54\xc3\x0e\xc0\xe5\x36\x9e\x7b\x4d\x02\x41\xee\x3e\x44\xa0\x4a\x2b\x80\xb3\xa4\x18\xd3\x98\x5e\x7c\x2f\xdf\x62\x16\x7c\xff\x8e\x46\x5c\x37\x02\xc6\x62\x03\x17\xaa\xeb\xf9\x6c\xd5\xc2\xfd\x7a\xca\x7e\xbb\xb8\x4b\xf0\xd3\x97\xc5\x04\x49\xbf\x39\xc0\xec\xa2\x47\xe3\x0b\x0c\xbc\x30\x01\x16\x1f\x3d\x0f\x8f\x9d\xeb\x67\xff\x58\xba\x7f\x24\x5d\x4b\xec\x3b\x14\x76\xec\xd8\x66\x1c\xd5\x6d\x34\xb5\x27\x39\x5e\x93\x8a\x2e\xc8\x3c\x0a\x36\xf1\x6a\x9e\x8e\x15\x79\x79\xa0\x9b\x6d\x74\xef\x4f\xf6\x1f\x6d\x7b\xd4\x81\x7a\xf0\xab\x2f\xbc\xbc\x24\x85\x5c\xfb\x94\x53\xbf\x3a\xc3\x6b\x2d\x4a\x39\x83\x99\x4f\x80\x2e\x4a\x7a\x94\x1f\xe9\x1d\x99\x90\x3d\xb1\x32\xa9\xb1\xd8\xd7\xc5\x5d\x47\xdf\xfc\x43\x71\x43\x0f\x43\x21\xed\x26\x3a\x2b\xcc\x4f\x2a\x79\x7f\x87\x7d\xd4\x3c\x08\xaa\xe2\x3c\xd0\x23\xfe\x31\x05\x57\xd6\x2c\x6c\x31\x34\xda\x39\x4f\xac\x77\xdf\xe4\x42\x13\x35\x4a\x5a\x10\x86\xa5\x98\x78\xd1\xb2\x84\xe6\x93\x21\xb0\xce\x04\x06\x30\xe1\x97\x9c\x66\x17\xf6\x95\x02\x4b\x1e\x7f\x59\x7c\x1d\xdb\xe4\xe3\x49\x0e\x36\x5d\x4b\x9a\xed\xfc\xc5\x76\x36\x1a\x78\xe4\x92\x5d\xef\x0d\xc8\x08\xee\x73\x5e\x9b\xe1\x26\xdf\x2f\xc9\x7e\xe2\x1d\x7a\xad\x59\x1c\xc8\x62\x08\x7f\xe3\xd3\x67\xa9\xb7\x5e\x92\x0b\xee\x36\x65\x8f\xcc\x5a\x5b\xfb\xb7\x6f\x62\x58\xf8\x8e\xa7\x4d\xd4\x51\xfa\xcc\xef\xd7\xe1\x99\x5f\x13\x3f\x76\xfc\x47\x7e\xfb\xfd\x1b\x7e\xfb\x3d\xf3\x0f\xcb\x43\xa3\xe7\xe5\xfb\x46\xa3\xa2\x06\xcf\x23\xbb\x76\xf5\xd5\xb0\x2e\x3d\x2a\x9c\x80\x61\xe1\xbf\x68\xc3\x3c\x45\x7e\x7b\xff\xe7\xe8\x81\x7a\x79\xdc\x33\x9e\xe2\x57\x6c\xf2\xfa\x8a\x27\xfb\x87\xe8\x65\x7a\x7e\xf5\x53\x1a\x91\xd7\xf7\x93\xe7\x89\x3e\xad\x19\x79\x78\x58\xda\xf1\x6f\xf0\xff\x86\x96\x64\x5a\xe9\xe3\xd3\xf2\x16\x65\xf2\xc2\x6a\xdc\x9a\x3c\x2e\xbd\x67\x76\x83\xb6\x78\x92\x98\x37\xe9\x73\x9b\x93\x59\xa6\xed\xf9\xc9\xfe\x96\x16\x11\x3b\xd0\x57\x50\x37\x80\x22\x54\xb0\xad\xfa\xb7\xac\xdd\xc4\x83\xb9\x3f\x87\x87\x7d\x3f\x7b\x70\xfe\x2d\x00\x42\x5e\xfe\x55\xea\x54\x93\xc3\xc4\x47\x62\xf2\x3c\x84\xe3\x45\x69\x35\x3b\xb3\x8e\x8e\x01\xbd\xe4\x65\xd6\xc9\x68\xe8\x24\xb8\x5b\xf7\xfd\x40\x46\x87\x65\x70\xbc\xf4\x49\x75\x7a\x34\xfb\x47\x7a\xc4\x9a\x5e\x39\xf7\x37\x3f\xab\x59\x6f\xfb\x27\xbc\x81\x4e\x74\x4d\x53\xbd\xce\xcc\x1a\xce\xa4\x59\xd9\xec\xac\x6d\x36\x14\x48\xce\xfe\x5c\xe6\x1c\x2e\xa7\x0c\x7f\xf3\x5f\x5f\x3b\x7c\x43\xf1\x6b\x4d\x3a\x9d\x7d\xbd\xe1\xdf\x40\x8b\xfa\x0e\x7e\x9e\xf3\x4f\x86\x2d\xf8\x47\xb1\xfb\x08\x3f\x2e\xb5\x22\x1a\x95\xa1\x1e\x90\x73\xae\x09\x14\xf6\xeb\x2b\xfe\x1b\xe5\xac\xcc\x59\x60\x0c\x0a\xe8\x07\x67\x2d\x2f\x8e\x6b\x8e\xeb\x8c\xfa\xb1\x69\x21\xf7\xed\xb2\xf3\xa6\x6f\xd3\x12\x1c\x06\xfa\xad\x5d\xa5\x9f\x71\x40\x2e\xbb\xb4\xf6\xed\xb0\x17\x1c\x1b\xdd\xef\xdd\xf9\xa0\x0f\x8b\x39\xd7\xae\x2c\x1a\xd1\x6f\xd3\x0a\x92\xde\x27\x6b\xcd\xe5\x42\x07\xec\x07\x89\x1f\x75\xa0\x3a\xb8\xec\xa7\xa2\x6d\xb6\xf8\xfa\xd8\xeb\x4c\x1f\xc2\xd4\x17\x30\x4f\xfa\xdd\x2f\x55\x67\x29\xe4\xe1\xcf\xfd\xee\x63\x4e\x18\xea\x24\xdb\x0d\x65\x3d\x6a\xbd\x43\xf5\x2c\xd3\x17\x72\xcb\x7a\xdb\x8b\xb6\xf2\xf9\x28\xa7\xcb\xb0\x9a\xec\xbe\x25\x9d\xfa\x2c\x23\xe5\x28\x6c\xfd\x62\x09\xfc\xd9\x63\x44\x3d\x15\x72\x2b\xad\x92\xdf\xf9\xcb\x5f\xe8\x99\xf5\xf2\xbd\xfd\xeb\x5f\xf3\x67\x0f\xee\xe6\xf6\x1d\x3e\x11\x92\xdb\x00\xaf\x1e\x47\x00\xbb\x31\xef\x9e\x24\xe0\x98\xc5\x89\xa2\x2f\xc9\x17\xc6\xdf\xb3\xd2\x7c\x96\xfd\xff\x00\x00\x00\xff\xff\x80\x58\xdd\x5b\xc7\xd7\x00\x00")
func confLocaleLocale_esEsIniBytes() ([]byte, error) {
return bindataRead(
@@ -4357,12 +4358,32 @@ func confLocaleLocale_esEsIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 52591, mode: os.FileMode(493), modTime: time.Unix(1453724970, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 55239, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_frFrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xdb\x8e\x1c\x47\x92\x26\x7c\x9f\x4f\x11\x62\x83\x28\x12\xa8\x4a\x41\xad\xf9\x0f\x10\x94\xec\xbf\x58\xa4\x24\x36\x8a\x54\x35\x8b\x62\xff\x58\x81\x48\x45\x65\x78\x66\x05\x19\x19\x91\x0a\x8f\x28\xb2\xd8\x68\x60\x6f\x1b\xd8\x07\xd8\xcb\xc6\x5c\xec\x8a\x33\xc0\x5c\xcd\xcd\x62\xee\xba\xde\x64\x9e\x64\xed\x33\x33\x3f\x45\x44\x16\xa9\xc6\xcc\x0e\xa6\xc5\x4a\x0f\x3f\xbb\xb9\xb9\x9d\x2d\xdf\xed\x96\x85\xb1\xab\xc5\x0f\x75\x66\x4d\x7b\x55\xae\x4c\xf6\x6d\xd9\x65\x79\xdf\x35\x47\x97\x37\x1f\x2e\x4c\xbb\xb9\xf9\x90\xd9\xbc\xb6\xd9\xae\x2d\xad\xc9\x0a\x93\x75\x37\xff\xd4\x99\xd9\xec\xb2\xd9\x9a\xc5\xf1\x6a\xd5\x9b\xb2\x9a\x15\xb9\xbd\xbc\x68\xf2\xb6\x58\xbc\xc8\x2f\x2a\x93\xf7\xa8\x78\xd1\xb4\xc5\xcc\xbc\xdb\x55\x4d\x6b\x16\x8f\xe5\xdf\x76\x76\x69\xaa\xdd\xe2\xb8\x2c\xcc\xcc\x96\x9b\x7a\x59\xd6\x8b\x93\xa6\xae\xcd\xbb\xb2\xa9\xa5\xa4\xe9\xbb\xc5\xa3\x9b\x0f\xab\xb4\xb4\xdf\x2d\x9e\xd4\x76\xd5\x96\xbb\x0e\x65\xad\xd9\x94\xb6\x33\xed\xe2\xfc\xa0\xe4\xe2\xd6\xcc\xde\x9a\x0b\x5b\x76\x66\x71\x4e\xff\xc9\xe8\xc7\xec\xca\xb4\x96\x2a\x2f\x5e\xca\xbf\xb3\x5d\xbe\x31\x8b\x33\xfa\xcf\xac\x33\xdb\x5d\x95\x53\xdd\xa7\x4d\x71\xf3\x4b\x65\x66\x55\x5e\x6f\x7a\x7c\x3e\xc5\x1f\x66\xb6\x6a\x0d\x7d\x5e\xd6\xe6\xed\xe2\xa4\xbd\xf9\x60\xda\xf9\x7c\x3e\xeb\x69\x8f\x96\xbb\xb6\x59\x97\x95\x59\xe6\x75\xb1\xdc\x62\x65\x67\x5c\x90\xf5\x5d\x59\x95\x96\x1a\xf5\x6d\x66\xba\x6c\x57\xf5\x96\x67\x6e\x0a\x5a\xe3\x32\xb7\xb2\xcc\x55\x47\xfb\x69\xea\xac\xcb\xeb\x2e\xfb\x99\x06\xe2\x4e\xeb\x9c\xf6\xf2\x59\xb3\xcd\x8a\x83\xa8\x9b\x99\xd9\xe6\x65\xb5\x78\x7c\x84\x7f\x68\xf2\xd6\xbe\xa5\x1d\xa5\x29\x77\xd8\x5d\xfc\x36\xb4\x0f\xcb\xee\x7a\x67\xd0\xf9\xba\x6c\xb7\xe6\xfd\x6c\x95\xef\xba\xd5\x65\xbe\x38\x91\x7f\x67\x54\x65\xd7\xd0\xbe\x34\xed\x35\xb6\x75\x77\xf3\xaf\xdd\xac\x69\x37\x79\x5d\xbe\xcf\xb1\x95\x8b\xef\xf9\x87\xe5\x1f\xb3\x6d\xd9\xb6\x4d\xbb\x78\x5a\xb6\x4d\xd9\xce\x68\xf9\x4b\x34\xa7\xb9\xf5\x57\x38\x55\xd7\x01\x3e\x6c\xcb\x4d\x8b\x2d\xe4\x6f\x55\x65\x32\x29\x40\x2f\xf2\x99\x7b\x72\x2d\xb7\xa1\xc7\x75\xd3\xbe\xf1\xe5\xdf\xd0\x0f\x2e\xa5\x39\x85\xae\xd2\x39\xe5\x35\x9d\x0c\x57\xf8\xf6\xe6\x03\xc1\x50\x56\x19\x9b\x54\xb1\xb3\xbc\xd8\xd2\x2e\xef\xf2\xda\x54\x8b\x63\xfc\x4d\xd0\xa1\x93\xc9\x57\xab\xa6\xaf\xbb\xa5\x35\x5d\x57\xd6\x1b\x4b\x10\xd0\xe6\xdb\x9b\x5f\xba\x96\x7a\x29\xfa\xec\xa4\xd9\xee\x08\xa0\xa7\x3e\xcf\xae\x9b\xde\x9f\xf8\xe2\x65\x43\x65\x99\xfc\x92\x2f\xbe\xcd\xcb\x86\x2e\x48\xd4\x0e\x2b\xb2\xcb\xb5\x31\xc5\xe2\x9b\xaa\x7f\x47\xe7\x9a\xaf\xba\x3e\xaf\x4a\x3a\x7e\x3b\xdb\xf5\x55\x45\xfb\x4a\xc7\x6f\x3b\x1a\x8f\x7e\x65\xcf\xf5\xd7\xac\xb4\x96\xfe\x00\x50\x5d\x54\x37\xbf\x6c\xd1\xd7\x2a\xaf\x57\x58\x56\x5d\xf7\x15\x5d\xa0\xd9\x8f\xd6\xe4\xed\xea\xf2\xd5\x4c\xfe\x5d\x3c\x37\xab\x4b\xd3\xe2\x7f\x00\xd2\x89\xe3\x06\x88\x2d\x7e\x88\x00\x8b\x07\x09\x63\xcc\x56\x4d\x01\x10\xa2\x3b\x39\xfb\x91\xae\x53\x97\x57\xd5\xab\x99\xfe\x81\x6b\x87\x7f\x65\x33\xbb\xb2\xa3\x9d\x40\x51\xdb\xaf\x78\xeb\xb3\x1d\xed\x44\x56\xe5\xb4\x31\x66\x5b\xde\xfc\x42\x5b\x64\xde\xd1\xf5\xed\xb9\x7e\xd1\xac\xde\xd0\xa5\xc1\xa5\xc7\x65\x2d\xb3\xab\xa6\xb7\xae\x82\x79\x9f\x7d\xdb\x6c\x6c\xb6\x69\x6f\xfe\x91\x30\xcf\xcd\x5f\xb3\x47\x5c\xfd\x30\xdb\xd2\x7a\x4a\x40\x79\x45\x17\x1b\x9d\x7f\x9d\xd3\x95\x69\x37\xa6\x5b\xdc\x59\x5e\xd0\x65\x7d\x73\x27\xbb\x6c\xcd\x7a\x71\xe7\xae\xbd\xf3\x80\x8e\x64\x75\xf3\xa1\xe8\x5b\xf3\xf5\xe7\xf9\x83\x2c\xef\x3a\x53\x77\xe5\x95\xd9\xd2\x3f\x59\x7e\x85\xab\x46\x5d\x6d\x9b\xa2\x5c\x97\x04\x3d\x3f\xf7\x4d\x89\xbb\x97\xd1\x98\xb6\x21\x74\x67\x69\x01\x2b\x3a\x4a\x5c\xaa\x8d\xc9\x3e\x9b\xe1\x6c\x08\x89\x2c\x8b\x0b\x41\x8f\x3c\x4b\x2e\x34\x6d\x97\x3d\xbd\x3e\xff\xc3\xe9\x61\x76\xd6\xd8\x6e\xd3\x1a\xfe\x9b\xfe\x43\xf5\xbf\xcc\x9a\x3e\x7b\x51\x3e\x7a\x38\x9f\x51\x4b\xd9\xaa\x04\xd8\x78\x29\x17\xb9\xe0\xd1\x82\xf0\x01\x61\x16\xcb\x75\x71\x87\x5f\xd0\x7f\x18\x6f\x0e\x2b\x5c\xd2\x48\x8b\xef\xe8\x24\xcd\xf8\x28\xa7\xd1\x02\x75\x19\x70\xca\x44\x8f\xf4\x5d\x8f\xe4\xa5\xe9\x4b\xba\x71\xef\x15\x7f\xf1\xe5\xa2\xad\x62\x34\xf6\xe4\xd9\xb3\xef\x1f\x3d\xa4\x1d\x34\x2b\x94\xbe\x36\x8c\xd6\x57\xb4\x22\x42\x63\xbf\x60\x45\x7d\xb7\xfe\x7f\x97\x1b\x53\x9b\x36\xaf\x96\x74\x62\x0c\x0b\xbc\x3f\xf3\x99\xb5\x15\x21\xc8\x82\x71\xac\xc9\xce\xcf\x4f\x69\xae\xdd\xe5\xe2\xe4\x92\xc0\x84\x90\xfa\xcf\x15\x76\x58\x67\x71\x4a\xdd\x72\x39\x2e\xe4\xba\x5c\x5d\xe2\x9c\xa6\xb7\x6b\xbc\xd7\xa6\x6d\x97\x84\xcf\xbb\x6b\x9c\x17\x8f\x11\x75\xf7\x49\x7d\x64\x35\x6d\x9c\xe9\xbb\x8c\x9e\x36\x82\xb7\x2b\x7a\x9d\xa4\xdb\xb2\xbe\xa2\x4b\x5b\xd0\x59\xba\x1d\xa5\xae\x6b\xd9\xd4\xa9\x7e\x93\xce\xe8\x05\x23\x40\x2c\x05\x5d\xc5\xbb\x76\x67\x7e\x07\x23\xdf\x39\xba\x33\x9f\xd5\xcd\x52\x70\x17\xde\x93\x82\x4e\x95\x9e\xcf\xa5\xbc\x6e\x82\xbf\x08\xb7\xd0\x8d\x41\x9f\x40\x8e\xef\x71\xc0\x59\x41\x58\x84\x7a\x23\x10\xa7\xce\x0f\x4c\xad\xf5\x05\xe0\xf9\xb5\x5e\xf1\xa3\x95\xf5\x35\xcd\x02\xe8\x2d\xcb\x03\x52\xa4\xa3\x8d\x37\xcd\xa1\x4e\x85\xa3\x53\x3e\x7e\x0f\x4a\x38\x90\xc9\x2e\x26\xf7\x6c\xe6\x60\x61\x0c\xfc\x84\xba\x69\x8f\xda\x1c\xd8\xd0\xf0\xbd\x9f\x81\xfc\x88\xc1\xb4\x3a\xa0\x92\xaa\x5c\x29\xde\xd6\xaf\x0e\x46\xe4\xf9\xc7\x16\xac\x19\xcd\xf0\x62\x2b\x7f\x1c\x57\x8c\x9d\x9b\xe8\x55\xc8\x4a\x82\xc8\xcf\x18\x21\x0a\x58\x3c\xc6\xa3\xbf\x92\x86\xcf\xf3\x55\x59\xf3\xea\x1c\x96\xf4\xf5\xdc\x80\x2f\xb0\xf1\x38\xbb\x42\x6a\x58\xa6\x8d\xe8\x8c\xf0\x78\x5b\x10\x4c\x0d\x6f\x37\x1d\xcb\x86\x48\x1f\x3a\x13\x8c\x48\x18\xb8\x27\x72\x05\xf7\xf4\x71\xdd\xb5\x72\x08\xf1\x8d\x75\x9f\x3d\xec\xc7\x6f\x3e\x81\x12\xe8\xaf\x2b\x7a\x2b\x33\x7a\xb8\x6e\x7e\xb1\x40\x8b\x04\x6a\xad\xce\x37\x9e\x0e\x91\x19\x0e\x93\xb6\xbc\xa3\x84\x77\x1a\x22\x16\xea\xc5\x23\xfe\xc7\xe8\x4f\x37\xd2\x89\xa1\x8e\xf2\xf5\x9a\xa8\x10\x23\x0b\x6b\xfa\x8b\x0a\x38\xbc\x38\xf8\xe1\xf9\x29\xdd\xd1\xef\x70\x6d\x2f\x97\xbb\xa6\xed\x16\x67\xf4\x1f\x14\xf9\x12\xd7\xcd\xb3\x7e\x4b\x07\xd9\x30\x88\xa0\x8e\x4c\x9f\xe8\x1a\x7a\x01\xf5\x18\x40\x4c\x62\x35\xd4\xfc\x10\x67\x54\xe5\xf4\xe4\xd0\x24\x01\x25\x82\x24\x12\x10\xce\xb3\x75\x53\xf3\x73\x52\xcb\x1b\x39\x9f\x5d\x76\xdd\x2e\x9a\xc7\x77\x2f\x5e\x9c\x85\xb2\x7d\x33\x01\x52\x4f\x80\x28\x03\x1d\x89\xed\xc9\xe7\x0c\x4f\x7d\x5b\x2d\xb0\x52\x06\xb6\xe3\x01\xb0\xd1\xc7\x4f\xdd\x29\x4c\xe7\x73\xfc\xe7\x1c\x87\x40\x0b\x94\xbb\x4e\xf8\xf1\xc0\x30\xb9\x46\x57\xa1\x61\x4a\x75\xf2\x2e\xac\xf3\x55\x5f\x75\x34\xf2\xda\x0a\x91\x37\xf5\x58\xf4\xd9\xb9\x92\xe4\x34\xdb\xa7\xc6\x5a\x7a\x9b\xda\x92\x08\x95\x2d\xed\x42\x78\x12\xb2\xf3\xa7\xb4\x35\x5c\xb8\x6e\x9b\x2d\x5e\xf5\x2b\x53\xcb\x9b\x17\x8a\xdd\xc2\x8e\x0b\xea\x5b\x90\x16\x21\x8e\x77\x3b\x7a\x36\x4b\xc0\xdd\x61\xf6\xfc\x9b\x93\xec\xff\xfa\xf2\xb7\xbf\x9d\x67\xe7\x00\xc1\xbe\xc6\x85\x97\xca\xb4\x85\x2d\x8d\x5c\x65\xb6\xa4\x1b\x64\x0e\xe5\xd5\x24\xe2\x8d\x28\xb9\x6d\xde\x65\x77\xe8\xfe\xde\xc9\xbe\xe6\x95\xfc\x7f\xe6\x5d\x8e\x4a\x73\x42\x1a\x0f\xe6\x33\x14\x11\xa8\xcb\x75\xe0\x9d\x19\x0d\xed\xea\x4c\xbe\x64\xe3\xda\x8e\xf2\x5f\xae\x84\xe4\x25\x1e\xc4\x43\x91\x16\xc9\xd1\x73\xcb\x32\xe2\x19\x78\xa3\xeb\x86\x76\xfd\x3a\x6e\xc4\x25\x0e\x5e\x00\xc2\x72\x82\x33\x86\x61\xd0\x78\x7c\x08\xd3\x27\xe4\xe0\xdc\x74\x7c\x33\x89\x6f\xc2\x07\x6d\x62\x67\xcd\x7a\x5d\xd1\x35\x94\x67\xd0\x0f\xc9\xa4\x88\xc9\x2e\x9b\xd6\x66\x81\xcb\x89\xeb\x12\x90\xef\x88\xe1\x79\x14\xdf\x11\x93\x9d\x3c\x7a\x46\x94\xd1\xcd\x3f\x6d\x0d\x38\x08\x22\x7a\x0a\x21\xc1\xe6\xd9\x0b\xc0\xb8\xe0\x2a\x9c\x18\x1d\xd7\xca\x78\x04\x05\x84\xd5\x96\x17\x3d\x3f\x50\xd4\xb0\x6a\x56\x39\xc1\xa7\x7b\x6b\x88\x66\xbf\xca\x89\xb6\x1a\x8e\xe6\xf9\x41\xfd\x3e\x6a\x30\x31\x49\x57\x57\x2e\x05\xcd\x40\x67\x42\x90\x67\xe5\x6e\x5b\xcc\xe2\x30\xeb\x1c\x6a\x95\xfa\xa8\x49\x33\xa5\x8b\x5f\xd1\x85\xbd\xcc\xc1\x75\x32\x41\xcd\x75\x22\xf4\x68\xf1\x6e\xa2\x9c\xd0\xc7\x9a\x76\x3b\x2c\x23\x79\x32\x07\x4b\x01\x98\xf6\x84\x82\x08\x31\x15\x09\x44\x4c\x35\x9e\xde\xfb\x7d\x5d\xd0\x5d\x30\x7d\xa5\x6b\x49\xde\x47\xac\x9a\x5e\x06\x5a\x96\xbe\xc5\x00\x10\x79\x49\x09\x4f\xd3\x0d\xc5\xc0\x8e\x59\x13\xd8\x78\xcf\xa7\xac\x7c\x5b\x5a\xc3\xcd\x8a\xee\x58\x2d\xb4\x07\x13\x26\x02\xb4\xda\x44\x29\xf1\x03\xe6\xde\x07\x44\x01\x5f\x86\x68\x23\xe7\x42\xe3\x12\xfb\xa8\x5c\xf8\xf2\xaa\x24\x5e\x57\xfb\x6f\xf9\xfa\x7b\xd8\x94\x8e\x09\x1d\x96\x60\x32\x78\x21\x20\x94\xed\x64\x1f\x3a\xd3\x73\xda\x16\x05\x49\x3d\x7d\xa3\xd0\x0e\x16\xd8\x84\xdd\xe1\xa7\xae\x72\x5d\xce\xb3\x53\xfa\xf3\xaa\xb4\xa5\xec\x61\x5e\x37\xf5\x35\x71\x41\x4a\x00\xb5\x0c\xd1\xdc\x84\x71\xbd\x6b\xc6\x74\xa9\x9b\xee\xe7\xe9\xda\xe7\xca\x1c\x2a\xb3\x26\x14\xbd\x10\x55\x07\xb9\xa3\xa8\x2e\x0c\xe1\x34\xc6\x19\x1f\xa3\x9c\xb2\xf4\xbd\xce\xaf\x81\x6a\xab\x83\x27\x8f\xb2\x45\xf6\x05\x61\x80\x36\x67\xf1\x09\x90\x10\x4d\x51\x58\x90\xf0\x90\x1f\xe4\x09\x73\xea\xe6\x36\x89\x5c\x26\xc7\xd7\x06\x7b\x24\x06\x03\x5a\x2e\xe1\x09\x14\x39\x86\xaf\x5e\x66\xa0\x24\x7f\xa8\x2a\xdd\xc4\xe2\x07\x25\xcf\xd2\xa9\x28\x87\xb8\xdc\x10\xe9\xe1\xd8\x44\xa5\x44\x66\x04\xe5\xdd\x72\x53\x76\xcb\x35\xb0\x3b\x93\x95\x28\x52\xc2\x99\x96\x26\x80\x7c\x87\xaa\xdc\xc9\x72\xbc\xd3\x97\x0d\xa1\xa8\xec\xab\xec\xee\x95\x32\x07\x5f\x02\x59\x2f\x09\x43\x94\x15\xae\x82\xf2\xdf\x2a\xd4\xc9\x76\xf4\x20\x97\x74\x54\x0c\x19\xad\xa9\x0b\x3e\x47\xc2\x6f\x8c\x3f\x8c\x23\xf1\xe7\x99\xe7\x70\x22\xf4\x22\x98\xdf\x75\x75\x51\xd6\x7c\xb3\x1b\x40\x78\xc9\x02\x08\x3a\x2b\xe1\x08\xdd\x1b\x78\x97\x2e\xad\xe3\x06\x88\x17\x50\x60\x1a\xb2\x77\x23\x86\xa0\xac\x57\x4d\xdb\x12\xcc\x5b\x59\x99\xeb\x22\x10\xa5\xc2\x0f\xf1\x5c\x62\x3a\xaf\x77\x64\x5e\xa6\x4d\x8c\x74\xe0\xa9\x47\xec\x0d\x01\x19\xf1\xff\x29\x40\x12\xc0\x11\x04\x13\x6c\x63\xb7\xb1\x25\x55\x0a\xaf\xab\xae\xa7\x97\x9c\xfa\xb2\xd9\xd1\x03\xfa\xef\xcc\xd2\x25\x90\xc7\x74\xe3\x0f\x2b\x0f\x64\xad\xf1\x47\x86\x1a\xbd\xc0\xed\xe8\xc4\xdc\xba\x92\xab\xf6\x49\x00\xed\xd7\xe7\x77\x48\x80\xca\xf6\x2b\x7a\x3a\xec\xe2\x61\x69\x6a\x42\x14\x74\xdb\x3f\xcb\x9e\xe1\xd6\x5a\x82\x1d\xaa\x7c\x49\x6d\x0d\x31\x13\xc0\x03\x2c\x54\xc8\xaf\xe9\x8c\x69\x4e\x84\x3b\x18\x04\x0f\xb3\x7c\x4b\x3b\xf5\xfe\x48\x44\x0e\x1d\x43\x09\x55\x71\x17\x1d\xc5\x44\xa6\xfd\x08\x41\xe6\xab\x59\x2f\xac\x46\x53\x15\xa0\x2b\xf9\x62\x45\x44\x3b\x9e\x9d\x81\x1c\xce\xd5\xd5\x3b\x76\xc6\x17\xc7\xbe\x2d\xe9\x44\x96\x5e\x1c\xba\x64\xba\xf0\x5d\xb7\x78\x98\xdb\x15\xa4\x37\x8c\xe1\xa5\x8c\x0f\x39\x12\x97\x3e\x84\xb8\x74\x7b\xcd\xa0\x61\x17\x4f\x23\x42\x9f\xae\x6e\x45\x57\xa0\xc1\xde\x5f\x19\xad\xf0\x9c\x5e\x40\x48\xc3\xea\x8e\x20\x16\xa8\xd5\x57\x21\xa2\x92\xba\x21\x4e\x48\x7a\x49\x05\x65\xf4\x45\x24\x73\xf2\x51\x04\x7d\x76\xc6\x98\x9b\x45\xba\x2f\x81\x5c\x09\x2c\x54\x12\x35\xa7\xe3\x64\x59\x97\x8c\xfa\x08\xcc\xe5\x55\x13\xcd\x6d\xf6\xa3\x8a\x78\x5f\xcd\xa6\x26\x46\xdf\x09\x1d\x5e\xbe\x8a\x24\xaa\x4b\x95\xc8\xa9\x64\x15\xa8\xd6\x49\x03\x55\x16\xe7\x69\xbc\x4b\xb3\x03\x69\xb8\xb5\x1b\x3c\xc8\xaf\xe9\x56\x7a\xdc\x4e\x90\xf7\xbb\x4c\x65\xaa\xee\x90\x3f\x9b\xd9\x66\x55\xe6\xd5\x72\xaa\x83\xb3\x86\x4e\x88\xfe\x1f\xcc\xc7\x41\x40\xef\xbf\xcb\x8e\x2d\x5a\x51\x1f\x15\x64\x3f\x29\x4d\x20\x02\x5f\xaa\xc8\x04\x41\x43\xf8\xe3\x90\x5f\x9d\xf4\x89\x21\xb2\x84\xd0\xfc\xcd\x07\x08\x77\x3d\x63\x43\xff\x46\xc8\x07\x80\x40\xc5\xcc\xb0\x0f\x2e\x00\xe8\x48\x42\x55\x43\x5a\x06\xd3\x06\x02\x8e\x06\xce\xb3\x93\x98\xc2\x05\x21\xf4\x54\x90\xb3\xcd\x1e\x0f\x66\x94\x8f\xe7\x63\xf0\xea\x6f\xcd\xf6\x02\x5d\x1b\x7a\xa2\x41\xa0\x5d\xb1\x88\x82\xe5\x63\xe5\x8c\xc8\x9c\x0d\xe1\x95\xe1\x03\xc2\xc0\x9d\x35\x82\x71\xb9\x92\xf9\x48\xa5\xbf\xfd\xf5\x77\x4e\x6e\x4f\x98\xea\x2d\x61\x02\x7d\xa3\x75\xcf\xf5\xe8\xc1\x9d\x76\xcc\xad\xcc\x67\x31\xf1\xce\x2b\x27\x34\x52\x77\x6e\xfb\x7f\xa8\x89\x50\x57\x51\xb2\xbe\x47\x09\xb5\x4f\xa0\x21\xeb\x25\x6c\xd1\x5c\xd3\xbf\x54\xf0\xf5\xc5\x83\xbb\xf6\xeb\xcf\x2f\x1e\x44\xe7\x40\xdb\xd0\x8a\x18\x50\x38\xd5\x8b\xe6\xe6\x5f\x3a\xc6\x71\x34\xa3\x95\xd9\x09\xeb\x00\x28\x27\x10\xa1\xbd\x23\x9a\x0f\x1f\xef\x16\x82\x70\x54\xdc\x89\x75\xd0\x91\x74\xbe\x9b\x11\xc9\xc1\x04\x9d\xdc\x1c\x07\xee\x8e\x01\x90\x16\x1e\xd4\x79\x95\x55\xb9\x2d\xbb\x31\xa8\xe1\xa6\x41\x98\xc9\x17\xdf\x8a\x18\xb9\xbc\x92\x15\x0b\xc9\xdc\x36\xbb\x6c\x4d\x53\x27\x34\x58\x83\xb2\x0c\x2b\xc5\x0e\x13\xd3\x78\x0d\x8a\x0d\xeb\xf9\x32\x23\xa8\xeb\x99\xfa\xbc\xcc\xed\xb2\xaf\x75\xff\x4c\x21\x70\xf6\xb0\xa9\x5f\x63\x6d\x77\xed\xa1\x4e\x71\xc4\xff\xdd\xf3\x3b\x7a\x1f\xc4\x13\x3f\x2f\xb2\xeb\xda\x17\x60\x2c\x73\x52\x5e\x25\xaf\x5a\x73\xf3\x3f\x7b\xa2\x89\x56\x7c\xe7\xb4\xa7\xe1\xf1\x11\x7e\x25\x58\xbc\xcc\xcb\x8e\x5b\xf0\x51\x57\x2a\xdd\x22\x72\x8f\x70\xf9\x6e\xd7\x03\xc1\x43\x56\x5b\xe1\xd8\x88\xc6\xa2\xfe\xca\xa3\x82\x19\x1e\x3b\x97\x9d\xd4\xb5\x9c\x54\x20\xbe\xde\xb3\x04\x88\x0f\xac\x65\xb0\x10\x64\x33\x05\x3f\xca\x86\x33\xc1\xc1\xe8\x00\x9a\x8d\x93\x84\x02\x10\xb6\x50\x1f\x56\xa9\x04\xf2\x83\xe0\xcc\xad\x0d\x07\x3a\x9f\xf1\x2c\x30\x99\x6e\xcf\x5c\xee\xb5\xf7\xdd\x6c\x40\x78\xe9\x6c\xe8\xb8\x08\x29\x74\x65\x5e\x39\xf1\x15\xe1\x85\x6d\xaa\xeb\xb1\xf1\xb5\x7b\x1e\x35\x90\xae\x92\xa7\xc8\xbd\xc8\x2c\xdb\x0f\x10\x85\x9f\xa3\xdd\xf7\x24\x06\x1d\x03\x61\xf3\xb2\x85\x04\x26\x1d\xce\x4b\x46\x46\x3b\x9b\x4e\x43\x20\x27\x99\xb7\xef\xa2\x6b\x9a\xa5\xbd\x84\x4c\x67\x24\x64\x84\x40\xc1\xcb\x4b\xff\xef\x44\x5a\x0a\x5c\xb9\xed\xb7\x78\xaa\xb1\x57\xaf\x66\x7a\x07\x8c\xbf\x58\x1e\xe4\xf3\xe4\x86\xc9\x81\x84\xea\x42\xcf\xee\xc5\x04\xe9\x39\x7f\x64\xb7\x27\x96\xe9\xb1\xb6\xa3\x5c\xce\x7b\xa1\xfb\x45\x84\x91\x20\x88\xc3\xcc\x93\x35\xa1\x9d\x8a\x26\x02\xc1\x43\xa0\xc5\x3a\x54\x5a\x78\x53\xe4\xb4\xf2\x6b\x63\x17\xdf\xf7\xe5\xac\x86\x46\xae\x9e\xb1\x46\xe3\x1a\xf2\x75\x5e\x07\xd5\x03\x9b\xfa\x6a\xf6\x03\xcd\xf0\x59\x60\x10\x62\xe1\xe3\x73\x7a\xa2\xc3\x27\x4f\x64\xce\x1e\xf3\xde\x38\xe9\x90\x92\x3a\x67\x53\x18\x9e\xba\x48\x35\x8e\x23\xc8\x3b\x3f\xff\xee\x05\xf3\x33\xcf\xbc\xa0\x7c\x45\xb0\xc7\xb2\xc4\xef\xba\x6e\x67\x7f\x50\x29\x1c\x0b\xd0\x68\x94\xeb\xaa\xc9\x8b\x1f\xbc\x68\xce\x66\x8f\x1c\xf9\x8c\xa9\x13\x9f\xf9\xc2\xe4\xdb\x68\x41\xc0\x76\xe5\xce\xcc\x8e\x89\xb0\x88\x8a\xc1\x76\xb5\x4e\x69\xc8\x4a\xc0\xc7\x1f\xe3\x60\x3c\x07\x6b\x58\x59\xf9\x53\xf6\x6c\x24\xd4\xce\x7e\x9a\xe5\xd5\x8e\x38\x70\x10\x75\xbe\x1e\x01\x2c\x73\xaf\x52\xaf\x18\x08\xf8\xb9\xc1\x61\x56\xf7\x5b\xd3\xe2\xba\xb0\xd8\x82\xc0\x9b\xee\xa0\xc9\xee\x1d\x2d\xef\x67\x8e\xe4\x4d\x3a\x2f\x08\xfb\xfc\x9d\x03\x1c\x4e\x77\xdf\xf4\xc2\xad\x13\xc9\xdb\x61\x30\x5b\xbe\x37\xf1\x10\xae\x7f\x91\x31\x77\x39\x6e\x06\x3f\x77\x76\xfe\xd3\x8c\x29\xf9\xb8\xc1\x5d\x3b\x75\x31\xa9\xdb\x6d\xfe\xee\xf6\x9a\xf9\x3b\xad\x29\x68\xd6\x55\x1b\xa0\x56\x8f\x86\x7e\x9a\x41\x16\xeb\x6a\x01\x2a\xa2\x4f\xc4\x52\x55\x7d\xe1\xc7\x4a\x51\x07\xad\x02\xaf\xc1\x11\x71\x79\x37\xff\x42\x7c\xd4\xc1\x5d\x7b\x40\x4b\xe9\xeb\x37\x44\x85\xd4\xda\xe6\x31\x71\x64\xcc\x78\x40\x64\x40\xf7\xec\x2b\xa7\x34\x5f\x7a\x76\x0d\x18\xca\x89\x55\x58\x14\x42\xa5\x76\xd7\x08\x97\x39\x0f\x28\x2d\xe2\xc2\x06\x28\x0d\x22\xb0\xb1\x44\x32\xa9\x92\x74\x8c\xc3\xe6\xbe\xbd\x45\xc0\xf2\xc2\x98\x7a\xd9\xe5\x6f\x4c\x3d\x66\xf5\x71\x73\x41\x0f\xc3\x2c\x43\x94\xbe\xcb\xc9\x36\xc6\xf3\x91\xda\xc0\x49\xeb\xe7\xb0\x02\x98\x6e\x73\x90\x68\x51\x92\x81\x3a\xba\x89\x7b\x1a\xe9\xad\x4c\xeb\xcb\x79\x73\x5d\x5a\x56\xe1\x31\x8c\x9e\xf8\x60\x4e\xf4\x7a\x02\x02\x37\x10\x9a\xbb\x81\x62\x8d\x9b\x1f\x03\xe7\x5d\x8a\x5c\x2b\x85\x34\x90\x93\x6d\x51\x76\x76\x1e\xb6\xd1\x1f\x56\x38\xdd\xf1\x76\x36\xe9\x63\x1b\x18\x77\xc8\xea\xa8\xcf\x96\xed\x38\x22\xe6\x9d\xe7\x36\xf1\x98\x88\x5c\x8a\xa7\x6c\x73\xf0\xa2\x11\x2b\x6f\x05\x56\xf7\xf5\x4b\x10\x8a\x67\xe0\xe3\x1d\x53\x97\x44\x2a\xd2\x0e\x13\xf1\xc5\x92\x0b\x19\xe9\x23\xdd\xfb\xb7\x6c\x7f\xe7\xc9\x16\x4c\x75\xea\x45\x0f\xe6\x1d\x61\x51\x50\x48\x89\xe1\x0b\x11\x47\x28\x37\x02\xc9\x55\x6e\x3b\xf0\xa1\xb2\xb0\x81\x9c\x02\xbc\xdc\x3b\xba\xc9\x20\x9e\x2d\xeb\x50\x88\x9b\xae\x31\x17\x70\x28\xad\x49\x0f\x3c\x59\xee\x3c\x7b\x52\x09\xf6\xba\x56\x55\x19\x91\x5f\x2c\x7b\x1f\xd4\x9b\x79\x2a\x08\x3a\xac\x37\xe6\x3a\x22\x84\xca\x2d\x31\xab\xb6\xbc\x10\x84\x27\xd8\xc5\x53\x0e\xfa\x5c\xb1\x98\x04\xa2\x01\x70\x65\x44\x58\xd0\x6b\xeb\x7b\x62\x9b\x00\x26\x82\xfb\x68\x1f\x9d\x60\xb6\x64\xd6\xcb\x0c\xfa\x73\xe2\x7b\xda\xd6\x1a\x14\x32\x31\x70\x1d\x2b\x95\x70\x9e\x04\x71\x58\xe9\xcf\xfd\x01\x4b\xa0\x2a\x31\x4e\x98\x67\xd0\x45\x1d\x51\x87\x44\x95\xfb\x73\x63\x89\x46\x0d\x2a\x94\xf6\xaf\x25\x76\x83\x5e\x42\x27\xbc\xb9\xf9\xcb\xea\xd2\xac\xe4\x3d\xbc\x04\x17\xee\x95\x1b\xbc\x9a\x99\xa5\x43\xa8\x70\x24\x62\xda\xf3\x32\xa2\x95\xf8\x1f\xa2\xcf\x0c\x04\xf4\x60\x06\xac\x3c\x1f\x6e\x53\x21\x95\x0f\xe0\x4c\xbc\x06\xe6\x51\x18\x50\xf9\x34\x1c\x68\x15\x11\xfb\xf7\x3b\xaa\x4f\x4f\x13\x6e\x15\x0a\xe8\xb9\xad\x2d\x0b\x05\x68\xae\x32\x3e\x58\x10\x58\xf4\x0c\x86\xd7\x6b\xed\x87\x07\xbb\x47\x8f\x97\x55\x7d\xd4\x25\xcd\x40\xb9\x3d\x14\xc4\x78\xea\x50\x76\x45\x66\x03\xf3\x8d\x4e\xc6\x0f\x93\x71\x64\x9e\x76\x22\x08\x70\xb0\x1b\x42\xf2\x27\xf8\xef\xff\xc4\x9e\x44\x87\xc2\xaa\x32\xe5\x3c\x86\x07\x98\x3b\x84\xc9\xca\x19\xec\x02\x9f\x72\x3b\x50\x92\x44\x4c\xa0\x53\x5f\x43\xef\xdd\x12\xa8\x96\x61\x26\xef\xd1\x5e\x79\x6a\x9a\x81\x98\xd7\x2c\x2f\x68\x5a\xab\xcb\xe8\x8a\x9f\xe6\x99\x94\xd1\xf1\xf0\x6d\x49\xef\xf8\xec\x47\x4c\xf8\xd5\x8c\x1e\xca\x7a\x63\x96\xaa\x4b\x3a\xe1\x5f\xbc\x03\xa2\x10\xba\x2a\xf3\xcc\x29\x8e\xa0\x1a\x74\xf5\x57\xbd\xed\x9a\x6d\xda\xcc\x9f\x94\x34\x65\xe6\x55\x24\xfd\xc1\xc0\xea\x35\x01\xc5\xb2\xa9\xe9\x3d\xa1\xd3\x84\x2c\xa8\x32\xc1\xf2\xa9\x34\x23\x29\x14\x33\x01\x65\xa7\x8a\x3f\x36\xc3\x12\x09\x32\x88\xa7\xd9\xba\xa9\xaa\xe6\xad\x69\xed\xe2\xf8\x82\x49\x4f\x4b\x07\x92\x03\x79\x02\x3e\xf1\x53\x6a\x40\xa6\xc9\x35\x44\xc6\xa2\xa5\x44\xe8\x97\x57\xad\x21\x3c\xa1\xbf\x41\x44\x56\x90\x54\x4a\x39\x04\x26\xdb\x39\x3f\x45\x60\x2a\xda\x2b\x11\x87\x03\x91\x83\x3c\x61\xf4\x47\x4b\xc0\x17\x3c\xcb\xa1\xf6\x0e\x96\x4c\x6d\x2d\x5c\x29\xcf\x90\x49\xf1\x72\x2d\xed\xdc\x5b\xa7\x7a\x1f\x28\x49\x9a\xad\x4d\xdf\xb5\x39\x9b\x8b\x89\x95\xda\xab\x99\xb3\x64\x13\x93\xc5\x91\xed\x90\xca\x30\x05\xc1\x59\x62\xf5\xb0\x4b\x6c\x01\xc0\x52\x35\xec\xa9\x35\x30\xe0\x38\xc7\xef\xfe\xdd\x2c\xd2\xb4\xd3\xd6\x45\x3f\x66\x2c\x7d\x4c\x25\x8f\x05\x31\xf4\xb0\xce\xf4\x17\xa1\xf2\x42\x90\xbe\x2c\x16\x4f\x1e\x0d\x58\x95\x19\x9f\xcf\x6a\x99\x4e\x3a\x3b\xe3\x52\xb7\x14\xa7\xcd\x19\x33\x70\xbc\xad\xee\x88\x41\x8d\xd1\xfe\xe6\x81\xd2\x88\x37\x2d\xdc\x30\xe8\x4f\x2b\x15\xb6\xe4\x4e\x60\x7d\x98\xe5\x84\x81\xc4\x64\x8c\x5b\x75\x50\xb7\x66\xcd\x0e\xe6\x2c\x7c\x2f\xff\x68\x2e\x32\xc3\xd6\x02\xd0\xb2\x32\xb0\x03\x7d\xb3\x50\xcf\x53\x1f\x9e\x1e\x51\x31\x1f\x80\x60\xa0\xdc\xac\x9b\xfa\x08\xea\x59\xda\xe2\xfa\xa0\xa9\x55\x7e\x4f\x0f\x54\x8b\xc7\x2e\xb6\x61\xab\xf8\xb5\x1d\x52\x31\x04\x3c\x30\x2d\xf4\xca\x21\x6c\x2f\x6d\x7a\x6a\x19\x4b\x93\x9d\x61\x10\xd6\x94\x9e\x42\x19\xec\x78\xa6\x7e\x57\x80\x4f\xf6\xf6\x8e\xfa\x26\x62\x93\x64\x60\x77\xba\x69\x45\xcf\xf0\xea\x09\x6d\x4b\xd6\x75\xb1\x30\x89\x6d\xc7\xac\x30\xc2\x73\x77\xe9\x23\x93\xd7\x7a\x40\x86\xc9\x38\x37\x1f\x86\x55\x9d\x68\x4c\x10\x63\x3c\x1b\x67\xa6\x41\x87\x4b\x8f\xef\x96\x00\x8e\x6d\x10\x8b\xa6\x16\x1d\x74\x45\x0f\x0a\x74\xe1\x59\x4b\xd0\x0a\x3c\x0e\xa6\xea\xaf\x89\x88\x80\x65\x8f\x74\x45\x7a\xe6\x6a\xf9\x8f\x76\x64\x75\xe9\xf4\xb1\x09\xc2\xf2\x3a\xfd\x83\x63\x41\x56\x89\xa6\x7b\xb2\x4d\x30\x31\xe1\x97\x66\xe7\x68\x6c\xd5\x36\x83\x47\x65\x45\x2b\x2c\x11\x01\x48\x5e\xff\xbe\xba\x6c\x1a\xab\x02\x74\x19\xfd\xfc\xe6\x43\x65\xc4\x6c\x46\x24\x5b\x22\x36\x53\xc4\xe9\x4e\x49\x2b\x3f\xa5\xf1\x84\xd3\x7b\xad\x6a\x62\x57\x0b\xdc\x37\x91\x89\x3a\x3d\x46\x36\xcb\x72\xcb\xc6\xd0\xc6\x1b\xe3\x25\xba\xf9\x48\xbb\x84\x67\x98\x2b\xb3\x29\x5b\xba\xd2\xa0\xba\x3b\x66\x09\x59\x3e\xb1\x47\x30\x4f\x20\xf6\x07\x2f\xcb\x61\x16\x49\x37\x03\x79\x36\x4f\x17\xe2\xa1\xed\x65\xfc\x48\x38\x69\xf7\x7e\xd8\x73\x10\x15\x21\x3d\x7f\x97\x52\xf9\x45\x53\x15\x7b\x84\xdb\xa2\x3c\x63\x73\x65\x5f\xc1\xa9\x2e\x92\x2e\x5a\x96\x91\x2c\x93\x8a\xcf\x4d\x97\xef\x44\x5c\xe2\x25\xd9\x93\x62\xb2\xc0\xa6\x24\x96\x30\xaa\xb9\x8b\x18\x93\xc1\x8a\xfc\xce\x24\xcd\xdc\x8d\x4a\xb7\x43\xc8\x14\x35\x29\x64\x6e\x0d\xb8\x9d\x75\xeb\xbd\xd7\xd3\x9b\xd6\xdb\x7e\x4e\xcd\x38\xc2\x6d\x3a\x93\xff\x30\xcc\x96\x0e\x23\x5c\xa4\x75\xcc\xa3\x75\xf2\x29\x35\x0c\xd7\xaf\x91\x6d\x78\xee\x2a\xaa\x2c\x4f\xb8\xd0\xfd\x4f\x85\x12\xdf\xb9\x98\xbd\x7c\xc2\x2b\x01\x7b\x1f\x47\x79\x85\x77\x00\x82\x01\x7a\xda\xf2\xf6\x9a\x50\xa1\xeb\xd1\x15\xa9\xf8\x91\x18\x90\x75\x09\x49\x05\x54\xe0\x26\x1a\x59\xdf\x47\xad\xe6\x5f\x49\x3f\x77\xfa\x08\x84\xcd\x1f\x68\xee\xde\xc2\xc9\x2d\x65\x4b\x17\x74\x50\x59\x56\x1c\x1e\xdc\x54\xa3\x8d\x06\x81\x2c\xcd\x79\x95\x65\x2d\x26\x5d\xbc\x48\x2f\xe3\xb6\x23\x84\x09\xf0\xa9\x9c\xd6\xcd\x21\xcf\x36\xfb\xdd\x70\x02\x0e\x22\x4f\x93\x69\xfa\xdb\xaa\xa3\x63\xa3\x63\xe8\xcc\x3e\x9b\xe5\x45\xc1\xb7\x47\x76\xe3\xf8\x35\x1b\xf1\x31\xb2\xa9\x9d\x8f\xc0\x50\x3b\xc1\x6d\x86\xf5\x27\xbe\x2e\x13\x45\x13\x80\x7e\xf1\x43\xdc\x6f\x2a\xb2\x39\x18\x80\x4a\x3e\x56\x33\x81\x18\x8b\x99\xb3\xff\x10\x0d\x13\x4d\x7f\x5b\xd6\x82\x9d\x60\xdf\x4e\x73\xe8\xed\x50\x70\x3f\x8f\x56\x95\xa2\x45\xaf\x68\x71\xf3\xcd\xb1\x25\x43\x2c\x30\x73\x57\xc8\xd3\x7c\xd1\x25\x5a\x79\xf2\x0f\x83\x80\xe5\x8d\x8f\x01\xc4\x21\x93\x8a\x0c\x63\x27\x66\x55\x32\xc1\x85\x4f\x15\x73\x07\x45\xdc\xc5\xad\xb0\x74\xee\x19\x92\x15\x0e\xc0\x06\x95\x3e\x75\x46\x98\x0e\x6f\x05\xcc\x47\xdf\x0b\xc7\x81\x41\xf5\x0d\xfd\xda\x76\x6d\x53\x6f\x1e\x3c\x54\xeb\x9d\x83\x9c\x08\x96\xdf\x7d\xfd\xb9\x16\x43\x5b\x6a\xfb\x0a\x2a\xa5\x9a\x47\xdc\xf4\xde\xfe\xf4\xeb\x3c\x72\x20\xc8\x36\x62\x9c\xec\xac\xb4\xdc\xb4\xd9\x9d\x80\xf8\x35\x20\xc7\xa6\x2f\x5a\xb1\x38\x4a\x9b\xee\xbc\xa7\x06\x6f\x3a\x9b\x06\xb3\xbd\x3b\xb7\x9e\x7b\x48\x9e\xda\x40\x6f\x5e\x4b\x1f\x23\x21\xd9\x69\x64\x4f\x1a\xc4\xe7\x9e\x96\x75\x47\x1a\x49\xcd\x5c\x1f\x4c\x2a\x71\x1f\x3f\xd4\xc3\x56\x8a\xc9\x45\x02\x01\xd2\x51\xd9\x38\x61\x29\xe7\x33\xd7\x3e\x12\xdb\xf3\x21\xa3\x5c\xa6\xd3\x31\x79\x44\xd3\x72\x10\x11\xee\x77\x1e\xdd\x1f\x27\x3c\x61\x26\x65\x00\x7f\xa3\x8b\xae\x58\x0f\xbb\x13\x70\x9e\x5b\xce\x5e\xac\x17\x69\x14\x86\x75\xa7\x91\x9e\x9f\x54\x84\xf0\x82\x11\xa2\xb7\xcf\xfa\x34\x24\x37\x1a\xd2\x6d\xc3\xc9\x60\x94\x3d\x88\x0d\x7c\xab\x5e\x47\x76\x3d\xb3\x9d\x9c\xd9\x23\x08\xc0\x98\x7a\x75\x6f\x27\xd6\x4b\x55\xe0\x24\xe0\x19\x58\x90\x52\x26\xcb\x1d\x1f\x2b\x58\x85\x8e\x85\x0f\x8a\xd8\xd6\xce\xb8\x3b\xe9\x17\x3e\x82\x98\xac\x60\x48\xe5\xd5\xff\x3f\x4e\xf0\x66\x99\x6c\xb2\xb3\xae\x79\x43\x90\x98\xf4\x94\xbd\x36\x9d\x5a\xfd\xc4\xfd\xdc\xda\x8d\xc7\x2d\xc2\x3c\x46\x98\xa5\x75\x7c\xa4\x15\x3e\xd2\x63\x07\xeb\xec\x37\x52\xa4\x42\xc7\x1d\xe1\x14\x31\xa1\x54\x7c\xba\xa7\x9f\x14\xa9\xc4\x56\x42\x93\x28\xa5\xaf\x2f\xca\x9a\xf6\xbf\x14\x4b\x90\x56\x0b\xc2\xb9\x8a\x78\x2a\x0c\x29\x23\x56\x20\x5e\x65\xc4\x80\x4a\x73\x6e\xb2\xe4\x4d\x8c\x17\xcd\x3b\x28\x2a\x7c\x06\x05\x67\x15\x59\x59\x75\x9a\x50\xe3\x18\xdf\xb0\x76\x6d\x3d\xf1\xc5\x5d\xc8\xf1\x58\xd9\xa2\xdf\x73\xa7\x87\x91\x11\x14\xe8\x39\xc5\x66\x90\x72\xfe\xdc\x97\xde\xd2\x52\x54\x3d\xee\xec\xf4\x9d\xc1\x6c\x3e\x80\xcb\x63\xeb\xc4\xe3\xb3\x27\xea\x48\xe0\xa7\xa2\x67\x71\x99\x63\x0c\x1e\x8f\xad\xdb\x98\x4c\xaa\xdd\xd5\x59\x09\xa3\x39\x66\xac\xa4\x8b\x3a\xd2\x38\xca\x22\xfc\x92\x27\x96\x3b\x55\x43\x8e\xc2\x58\x4f\x6e\x0b\x40\xfa\xdd\x74\x90\xe9\x97\x3e\xb8\x77\x30\xf2\xa1\xc7\x55\x2f\x33\x3f\xa3\xbb\xf0\x44\xd7\xd3\x9d\xfa\x23\x8a\xed\x54\x32\xe7\x8f\x43\x94\xa2\x1a\x8f\x9a\x3a\x23\xf4\xdf\xab\xcc\x1a\x00\xc6\x42\x69\x8f\xdc\x64\x8d\x01\xbd\xc5\x20\xb2\x07\xc7\x0d\xe7\x32\xdd\x66\x8c\xeb\x86\x4b\xb8\x05\xdd\x0d\x1d\x6e\xf6\xe3\xbb\x78\x19\x01\xe5\x0f\xc7\x1a\x11\x75\xc3\x23\x78\x76\xc0\xc6\x41\xce\x87\x89\x9e\xa2\x94\x25\x85\xb1\x4b\x2c\x51\xa2\x3b\xa5\x23\x3b\x45\xff\xf9\x40\x96\xab\x1a\x7e\xad\xa5\x22\x82\x44\xa2\xcc\xe4\x7c\x21\x34\xb7\x77\x09\x0c\x33\x24\x90\x5d\x29\x1f\xee\x85\x39\xc0\x38\x8e\xb0\x28\x5b\x02\x25\x36\x13\x25\xb6\x26\xd0\x15\x9f\x79\x63\xda\xc1\x04\x9d\x52\x5c\x14\x91\xe1\x40\x07\x0b\x51\x7b\xdf\xc1\xab\x96\xae\xc6\x55\x75\x18\x38\x5e\x50\x58\xc0\x60\x69\xfb\xcf\x70\xf6\x23\xc4\xa3\xaf\x66\xa2\x8a\x39\x8b\xd5\x24\x41\x7b\xe8\xee\x68\xe2\x12\x95\xf8\x60\xd1\x78\xc4\xab\x88\x09\x83\x53\x46\x1d\x08\x1d\xbb\x63\x9e\xed\xaa\xcd\xbd\x56\x19\xf4\x50\x07\x9d\xc7\x87\x6d\xd3\x82\x31\xc4\x7e\xbb\xad\xed\x6b\x90\x25\x7e\x4f\xe7\x33\x18\x7d\x5f\x10\x6e\xa2\x37\xee\xa5\xfb\x93\xc8\x0f\x2e\x46\x69\x10\x9c\x78\x7d\x9a\x1c\xd5\x2e\x07\xad\x43\xb8\x7f\x71\x87\xb0\x5d\x6b\x8a\x0c\xe6\x95\x4c\x9a\xc1\xea\x8d\x86\xa0\x1a\x0f\x46\x1d\xc1\x0f\x79\x05\x6a\x6b\x8f\x3d\x5e\x06\xaf\xa4\x96\xb0\x63\xb8\x39\x8a\x27\xde\x05\x17\x2c\x98\x9d\xf1\x5a\xf7\x4f\x43\x66\x61\xc7\xd3\x80\x1f\xb4\x5b\xd4\x3d\x70\xcc\xc2\x45\x3b\x7b\x7d\x01\xcc\xab\x9c\x19\x62\x27\xe4\x6a\x44\x39\x22\xd3\x81\x9e\x8c\x25\xf3\x2c\x8d\xbe\x3f\x5b\x55\x4d\xed\x8f\x2a\xa1\x89\xd5\xe7\xaa\xdf\x31\x2d\x48\xf0\x90\xbd\x64\x13\xfb\xf7\xb7\x3b\xd6\x56\xdc\x98\xa9\xe0\xcf\x66\x3c\x5d\x51\x92\x78\xbb\x4d\x94\xc5\x66\x24\x5c\x87\xdd\x90\xce\x57\xa5\x03\x6c\x29\x1d\x9d\x23\xd1\x8c\x57\xe1\x9c\x05\x8c\xb8\x3f\xe7\x58\xc8\xd6\x65\xff\x24\x76\x36\x22\xc3\x30\xaa\xe9\xe6\x3b\xf1\xc8\xc4\xe1\x00\xa8\x14\x3e\xfc\xce\x7f\xdf\x17\x78\xd7\xe3\x48\x56\x26\x6a\x11\x95\x6c\xd9\x6c\xbe\xa1\xfb\xb3\xa9\x1b\xba\x09\x84\x7b\xe8\x6d\x35\x8b\x53\xfc\xbb\xf2\xbf\xa7\x3a\x91\xf5\x47\xae\xaa\xda\xa4\x35\x04\x4e\x66\xf1\x8d\x7e\x79\xce\x3f\xb5\x74\x7a\x32\x30\x49\x93\x30\x04\x4c\x61\x48\x03\x18\xb3\x2c\x71\xb3\x17\x4f\x22\xb3\xa3\x55\x80\x7d\x4f\xcf\x6b\x53\x75\xb9\xf1\xab\xb2\x61\x0c\x10\x56\x6a\x7e\x3b\x38\x3f\x77\x6e\x85\x59\xe7\xc4\x28\xa9\xf6\x67\xf1\x50\x15\x3e\x91\xa7\x8d\x46\x06\x58\xb2\xd2\x81\x80\x92\xa6\x25\x7f\x54\x6c\xc7\x2c\xee\xfd\xd9\x3d\x66\x61\xef\xbb\xca\x44\xec\x02\xbf\x05\xaf\x33\x1f\x07\x20\xad\xa0\xa2\x19\xc7\x41\xb3\x85\x87\x32\x5b\x89\x44\xa2\x38\x28\x8b\x44\x21\x56\x83\xf6\xb5\x16\x58\xcc\xaa\xa2\xc8\x31\xec\xf3\xd9\x5b\xd8\x65\x40\xa9\xf3\xfd\x05\x74\x2b\x22\x89\x62\xc5\xce\x26\x7f\x8f\xf2\x73\xff\x27\x83\xa8\x5d\x3c\x4e\x2e\x94\x2a\x6e\x68\xe3\x56\x97\x6a\xa0\xd9\xac\x97\xbc\x91\x2c\x3a\x1f\x68\x9b\x09\x5f\x40\x5f\x53\x7a\xaf\x54\x28\xb1\xd9\xf2\x25\xaf\x94\xc1\xf7\x68\x03\x4e\x26\x20\x53\x6f\x51\x0d\x45\x96\x1b\xff\x29\x5a\x22\xdf\xfd\x1c\xd1\x0a\x20\xff\xed\xbb\xcb\xc5\x33\xd9\x50\xa0\x3f\x70\x19\xc7\xb1\x49\x95\x06\x7c\x48\x9d\xd5\x9f\xfa\xa0\x0f\xf1\xe7\x09\x5c\x6d\x95\x62\x4c\x10\x25\x30\x64\x76\x51\xf5\x86\xb0\xb5\x40\x86\x43\x93\xae\x37\x06\x58\x0c\x22\xb4\xa1\x03\x58\xfd\x3c\x17\x94\x37\x01\x67\xfc\x61\xba\x9a\x7b\x52\x11\xb3\x20\xd8\x7a\x61\xb9\xa9\x6b\xe7\xe7\xdf\x3e\x79\x01\xee\x1f\x52\x24\xf5\x26\x77\x64\x95\xfa\xd0\xb9\xee\x77\x10\xd6\x30\xba\xa3\xbe\x89\x07\x2a\x9c\x7f\x11\x42\xa5\x58\x46\x64\x6a\x9c\x26\x12\xa3\x52\x34\xca\x6d\xea\xce\x2b\xf2\xd1\xd0\xab\xb3\x5d\xe0\xc1\x12\x67\x11\x2e\x81\x4c\x55\xed\x16\x0e\xf9\x6f\xe6\xe7\xc1\x8e\xd1\x9c\x69\xe8\x0f\xfc\xb7\xc8\xe8\x89\x64\xa7\xe9\x41\xd3\xec\x3a\x57\x63\x81\xc7\x62\x2b\x10\x05\xef\x60\x27\x0c\x77\x3f\x19\x95\xeb\xdd\x56\x44\x4e\x90\xc2\xa5\x76\x45\x1c\x12\x1b\x39\x40\xab\x1c\x30\xff\xd2\x9a\x6a\x3d\xe5\xb4\xce\x8d\x63\xac\x13\xb8\x16\x88\xfa\xc1\x85\xbc\x67\x61\x44\xce\xf4\xd5\xee\x9a\xee\x5c\xfd\x86\x48\x2a\x10\xea\xa1\x20\x62\xca\x76\x74\xf5\xa2\xaa\x6a\xdd\x75\x1c\x59\x0a\xff\xfb\x7f\xfb\xef\x47\x27\xd8\x8f\x93\xae\xad\xe8\x2f\x35\xde\x76\x3d\xe2\xa4\xa4\x1b\xe2\xf8\x18\x5d\x0c\x75\xb7\x52\xe8\x15\xbc\x40\x1e\x10\xe4\x97\x0a\x8e\x44\x86\x1a\xc6\x28\xa0\x3a\xa9\x4f\x0e\x6d\x92\x60\x91\x19\x98\x77\x06\x38\x65\xdc\x8b\xe8\xd9\x22\xee\x6c\xf5\x66\xc9\x52\x29\xe0\x53\xef\xd1\x09\x5d\x15\x22\xe4\x08\xd8\x76\x97\xa5\x55\xc4\x8d\xdf\xf1\x2b\x10\x7b\x55\xf0\x93\xa7\x8e\x55\x11\x8a\x77\xbc\x8d\xa7\x99\x08\x7c\x10\x96\x46\x29\x4e\x76\xc3\x9a\xed\x7a\xd8\x36\x02\x7e\x64\xa0\xf3\xa6\x57\xe2\x3c\x3a\x2e\x0f\x5f\xec\x98\x39\xea\x83\xc7\xa7\x99\x72\x54\x81\x21\x95\x76\xc5\x50\xea\x65\xa4\xc4\x21\xb1\xb9\x1e\x6f\x35\x6d\x5f\x41\x47\x1e\x45\x21\x49\x9f\xa1\x19\xcd\xc3\x40\xef\x4e\x97\x57\xde\xd8\x75\x59\xc1\x60\x56\x6d\x15\x10\x39\xa1\xcb\x37\xf4\xe4\x56\xea\x6f\x6f\xbc\xc9\x82\x5c\x5f\xfa\xaa\x7d\x12\x07\xa9\xbd\xda\x19\x95\xda\xc5\x0b\xfa\xcf\x44\xd0\x15\x84\x68\x19\x86\x66\xa9\xf2\x0b\xe2\xd6\x17\x8f\xd9\xb1\x8f\x70\xae\xa5\x5b\x42\xf8\x94\x78\x20\x6a\x7b\xf3\x17\x68\x77\xe0\xaa\xb3\xa5\x87\x82\x45\x06\xf8\x97\x76\xa5\x32\xb9\x45\xe7\xac\xb7\x56\x05\x2a\xab\x4d\xdb\xfc\xed\xe2\x79\xfe\x56\x7e\xd0\x19\x73\xcc\x96\xef\xf8\x5f\x8c\x20\xe5\xec\x98\x83\x9a\x2f\xc5\x4f\x32\xf3\x2d\x80\x74\x72\xbe\x22\xa7\x25\xfc\x81\xf1\xb3\x66\x88\xd3\x39\xcc\x87\x73\x71\xe5\xa3\xb8\x31\x4e\xb0\x92\xd4\x5a\x43\x24\xf2\xa2\x05\xf8\xb4\xbe\x10\x8f\x04\xee\x58\xcf\x2a\x7a\x57\xba\x15\xef\xf4\x85\x7a\xa9\xfb\x72\xa8\xed\x16\x8f\xe8\x3f\xbe\x44\x7c\xa6\xce\x20\xb3\xc2\x85\xdf\xf2\x15\x71\x1f\x09\x8a\xe9\xe3\x73\x3c\x41\xf2\xc1\xf9\x20\x21\x0c\x93\x63\xfc\x43\xd4\x9a\xf0\x71\x3e\x3e\x9a\xe8\x63\x0d\x4a\x90\xbe\x8b\x13\x0a\x10\xa3\xd6\x8a\x2b\xad\xe8\x98\xda\xa5\xeb\x67\xbd\x66\x7b\x19\xbc\x96\xa1\x7a\xd2\xa9\x3f\x7a\x3d\xf9\xc1\x80\xe1\xb3\x1f\x74\x50\x49\x06\x0c\xf5\xfc\x98\x13\x75\x9b\x1d\x31\xde\xa1\xea\xf7\xfd\x55\x5b\x4e\xd7\x24\x8c\x61\xe1\xd0\x31\x98\x1d\x61\x5f\xc3\xde\x19\xc9\x1a\xe8\x09\xc6\x2d\xa6\xbb\xc5\xdc\x05\xbf\x4d\xe3\x29\xfa\x5a\xb1\xe5\x06\x6b\x87\xa8\x38\x67\xd2\x67\xb8\xdd\xbe\x89\x2c\x3e\xae\xea\x6a\x0a\xe2\x8a\xf0\x94\xaa\xe7\x59\xed\x37\x71\xc4\x7a\x84\x3e\x42\xd4\xe4\x29\x4a\xa5\x25\x5b\x3b\xc5\xae\x7c\x62\x49\xe8\x1a\x20\x4a\x52\x32\x0b\xed\xdb\xcf\x65\xaa\x77\x3e\x82\x2e\xbf\x58\x10\x19\xf7\x3d\xae\x44\xe7\xfb\xc0\x96\xbb\x4f\xdf\xf0\x36\xbb\x4f\x8a\xa7\xa4\x7b\x3a\x89\x41\x9f\xf1\x67\x22\xdf\xf0\x72\x42\xeb\x2b\xca\xf2\x30\x85\x94\x94\x1f\xb6\xde\x07\x88\xc3\xcf\xa3\x01\x5e\xe7\x15\xbc\x88\xe2\xbe\x07\x6d\x03\x7c\xf0\x1f\x53\xdf\x37\x25\x7d\x8f\xba\x1e\x1f\x78\x26\x5f\x26\x07\xf0\x94\xe4\x44\xf9\x1c\x4e\xa0\x8a\x98\x7d\x24\x96\xa0\x6c\x99\x6c\x61\x35\xe0\x1a\xb1\x4e\xd7\x4d\xbf\xf8\x43\xaf\x9e\x48\xec\x2a\x95\xeb\x22\x26\x9b\x0a\x20\x14\xcb\x8b\x6b\x6e\x79\xc2\xf4\xf9\x3d\x63\xef\x6b\x50\x93\x7e\xb2\x15\x90\x14\x2d\x0c\x5e\xe5\x68\xc5\x44\x8f\x96\x41\x56\x38\x68\x62\xe1\xf9\xf2\xa2\x05\xed\x31\xfe\x30\x47\x38\x3a\x4b\x1b\x88\x17\x51\x45\xfa\x53\xd5\x00\xd5\xae\x1a\xbd\x63\x84\xf9\x3f\xaf\x87\xdb\xc7\x15\x5b\x83\x2e\xc4\x74\x82\x08\xe8\x60\x16\xd1\x06\xfc\x3a\x35\x0d\x7a\xad\x7c\x2b\xb6\xbc\x0c\xf5\x63\xeb\x8a\xa9\xb6\xdb\xc6\x76\xac\xd6\xae\x3b\xb6\x00\xe0\xd7\x5d\x0b\xc6\xfb\x1e\x86\x8b\xdb\x88\xb5\xe7\xb8\x11\xee\x1f\x9f\x8f\xc3\x7e\x77\x7f\xfc\xe2\x95\xcd\x2e\xae\x23\x75\xdc\x8f\xbf\x7d\x65\xef\x3c\xb8\xfb\xe3\x97\xaf\x2c\x64\x16\xa3\xa6\xcb\x75\xfe\xc6\x2c\xf8\x41\xeb\xb4\x3d\x4e\x97\xdb\xb9\xca\x3b\x22\x4d\x4a\x3a\x47\x8e\x13\x98\xf9\x87\xaa\x8e\xf1\xcc\xbb\x4e\xbe\x82\x2c\xcc\xeb\x21\x8e\x60\xd1\xde\x04\x8a\x28\xf4\x53\x8a\x22\xea\x7e\xbb\xd4\xd5\x5a\x20\x10\xfd\x3b\xc1\xaa\x5a\x06\x1e\xad\x5b\x1c\xf8\xbd\x61\x17\xc7\x3c\x2b\x0b\x2c\x9d\x16\xe3\x24\x37\xbf\x91\x5f\x0f\x64\x61\x07\xf1\x56\xc0\x44\x47\x55\x79\x4f\xaa\xc4\x92\x93\xe8\xc2\x55\xd3\x3a\xd7\x30\x28\xf9\xe6\x29\x82\x93\x98\x71\x98\x7c\x80\x5f\xf9\xa2\x13\xd2\x1a\x27\x3a\x59\x0e\x02\xb2\x4e\xaa\xb7\x86\x77\x48\xea\xd1\x33\xdf\xf0\x49\x0e\xbe\xde\xd2\x5b\x3b\x6c\xa2\xe8\xdb\xc1\xcf\x49\x1c\xba\xc1\xed\xe2\xe0\x0c\x68\x07\xef\xc8\x5b\x38\xda\xbe\xa9\xdd\xbb\x13\xef\x9e\xcc\x50\x8f\x41\x26\x03\x48\xfa\xf5\xc7\x20\x04\x0f\x91\xda\x6b\x74\xf5\x53\x8e\x95\x89\xb5\x2a\xc4\x8d\xab\xe8\x05\x64\xdb\x9c\xbc\xed\xca\xe0\xb4\x4c\x2d\x3f\x61\x3c\x0c\xf7\x93\x07\xea\x86\x63\x65\x32\x09\x1a\x8e\x83\xc5\x9e\x12\x2d\xd1\x43\xf0\x84\x74\x58\x3f\x39\x6f\xde\x35\xb3\x85\xc6\x84\x78\x5c\x22\x6c\x06\xfb\x88\xa0\x79\x31\x62\x71\x71\x41\x9c\x97\x15\xf3\x41\xea\x8f\x09\x0b\x5e\x68\xd4\x55\x3f\xdb\xd4\x10\xb3\x07\x45\x84\xaa\xb2\x9c\x83\x48\xe4\xae\x9d\xa8\xdf\x07\x0e\xe0\xee\xa6\xb4\xf1\x6e\x9b\xa2\xec\x82\x93\x9c\x3b\x82\xd4\xbc\xcf\x4d\x98\x06\x5d\x04\x4f\x6a\x5f\x2e\x4f\x74\x17\xbc\xda\xfa\xec\x14\x45\xe9\xf7\x55\x53\x11\x6d\x7c\x02\x09\xbc\x88\x91\x27\xeb\x40\x4f\x40\x17\x5d\x48\xcd\xf4\x63\xb8\x1e\x8c\x0b\x22\xd3\x02\x01\xb5\x41\x75\x5e\xd8\xcd\x5f\x10\x18\x69\x30\xd3\xa1\xad\x6d\xfa\x35\xf1\x1b\x5c\x79\x67\xd3\x89\xd9\xee\x53\x4e\xdd\x52\x35\x56\x3e\x47\x5a\x95\x48\x11\x75\xf3\x61\xa3\x3a\x04\xb1\xa4\xb5\x63\x41\x5f\x6c\x85\xfb\x2e\xda\x87\xfd\xfa\x8d\xe9\xb9\x04\xfb\x84\x0b\x53\xed\xd5\x4c\xcd\x84\xdd\x0b\x6c\x06\x08\xcc\x98\xf7\xd3\xef\x00\xc1\x9c\xc0\x58\xe4\xf4\xa2\x16\xce\xbd\xb9\x8c\x17\xde\xdb\xe9\xea\xba\x31\xae\x4d\x01\xb5\xb4\x63\x4a\x19\x57\x32\xb5\x24\x22\x02\x09\x8e\xa2\x26\x43\x7d\xd8\x45\x9e\x94\x17\xe4\x45\x43\xce\x07\x63\x22\x10\x09\x82\x4e\x98\xe1\x5c\xe4\x5f\x3f\x0d\xfd\x9c\x30\xd4\xca\x48\x73\x3c\x13\xe5\xc0\x75\x7f\x1a\x48\x29\xfb\x8a\x5e\x2a\x21\x21\x21\x8f\xe4\x40\x66\xf0\x43\xef\x59\x2e\xe9\x6a\x76\x97\xa0\x8a\xba\xc6\x8f\xc8\xef\xcd\x75\x46\xb8\x0e\xdc\xaa\xaa\xbb\x72\x51\x0b\xd1\xbf\x2b\xe3\x23\xfa\xa4\x3b\x63\x25\xb4\x02\x40\xc6\xaf\x12\xce\x23\x71\x10\xd5\xc5\x4f\xd4\xfb\x75\x70\x8f\x18\x6c\xa2\x88\x6b\x10\x18\x05\xe8\x46\x07\x60\x67\x06\xc4\x1c\x89\xe8\x07\xc2\x9f\x9f\xf3\x08\x9f\x83\x88\x28\x40\x4b\x10\x2a\xfd\x0d\xff\x10\x84\xaa\xbb\xe9\x98\x17\xa3\xfc\xc2\x04\xb0\x30\xb2\x90\x33\xbf\x82\x94\x71\xdd\x5b\xd5\x1b\x60\x9c\xc2\xb1\xdb\x31\x82\x37\xd9\xd7\x90\x81\x3c\x50\x04\xce\x7f\x4b\x60\x18\x57\xfe\xa5\x2f\xd7\x51\xe8\x42\x6d\x1c\x65\x21\x83\x51\x7f\x3a\x14\xc1\xf9\x7f\xc8\x50\xd4\xcb\x3f\xbc\x72\x40\x4d\x7c\xce\x32\x46\xd6\x50\x79\xfa\x1f\x49\x9d\x54\xf6\x10\xbe\x40\x78\x61\x9d\x7e\xc4\x7a\xdd\x8e\xab\xa2\x64\x00\x41\x0e\xaf\x2d\x68\x05\x5a\x79\xfb\xf5\xc1\x88\x8e\x37\xde\x7c\xb9\x1c\x6a\x8b\xcf\xdc\x74\x84\x83\xa8\xae\x6c\xcd\x3c\xd9\xbd\xc5\x37\x6e\xbf\x22\xf0\xd2\x4f\x82\xc7\x92\x11\x9c\x9e\xdb\xef\xf2\xc8\xc6\x47\x7a\x21\x12\x3a\xa7\x1b\xc5\xba\xff\x53\x0e\x21\xa8\x4e\xcd\x5e\xb7\x17\xdf\xf3\xbc\xeb\x72\x15\x19\x46\xc1\x44\x70\x47\xda\x66\x8b\xc8\xdb\x06\x2c\x72\x69\xbd\x01\x94\x8d\x31\xf2\x41\x82\x3d\x39\x46\xc2\x41\xa2\x1d\x74\x2b\x2e\xed\x12\x12\xdf\x37\x25\xab\xca\x60\x0a\x23\x22\x20\x67\x59\x58\x01\x4e\xb0\x4a\xef\xec\x64\xc4\x86\xd2\xc6\xd2\xbb\x7c\x4d\x53\xa1\xf3\x93\xb8\xbf\x20\x85\x59\xf7\x42\xfb\x53\xb1\xb7\x33\xc7\xf0\x89\xb1\x52\x5e\x2f\x59\xa1\xc5\xbb\x1a\xbf\x10\xf8\x9e\xb5\xee\xec\x82\x34\x3e\xde\xdc\x34\x9a\x56\xd4\x27\x6b\x3c\x3e\xde\x6d\x1a\xa8\x74\x7f\xcf\x1c\xf4\x29\xef\x6d\xb2\x19\xfb\x87\x53\x15\xc7\x37\xfe\x5e\xd3\x61\xf6\x78\x3a\x24\xe6\xd7\x5a\xa2\x0c\xa5\xa6\x83\xc3\x5e\xa5\xa7\x04\x95\x85\xfe\x68\x6f\x27\xf0\x0a\xdf\x8e\xbe\xd6\x8b\xcf\x4d\x99\x8a\xb7\x8b\x9f\x06\x42\xf7\x70\x0b\x80\xa2\x3c\xbd\x0a\xcd\xda\x8a\xd8\x9e\x72\x84\x32\xd1\xd9\x91\xdb\x35\xa9\x6c\xb2\x7b\xbf\xb9\x5b\xdc\x57\x29\x7f\xb0\x1f\x1c\x68\x21\xad\x14\x0f\xd5\x75\x6e\xb7\x39\x52\xa9\x65\xd9\xb3\x04\x67\x36\xd1\x5d\xfc\x69\x16\xc9\x51\x13\x51\xdf\xef\x21\xa1\x88\x3f\x4e\x08\x61\xa2\xaf\x53\x82\x98\xe1\xe7\x62\x71\xd7\xc9\xc2\x92\x51\x9b\x65\xd1\x13\x04\x01\xab\x3b\x39\x7d\x8e\x59\x1e\xc0\xe7\xe1\xe6\x03\x88\xc5\xe1\x44\x94\x11\x1d\x0d\xe1\x78\xa4\x74\x51\x44\x8a\x5c\x5c\x9a\x1c\x22\x29\x66\x53\xde\xb3\xcc\x95\x65\x30\x6a\x89\xa5\x4e\x87\x46\x0c\x61\x22\x9a\x27\x19\x61\x28\x36\x1b\xed\x91\x10\xa9\x2f\x4a\x82\xf5\xb8\x78\xa4\x32\x8f\xbf\xb9\xa5\x3f\x1a\xae\x39\xbb\x17\x42\x95\xde\x4f\x57\x6a\xf2\xd6\xc9\x2c\xe3\x0f\x3e\x46\x9a\xf6\xb9\x14\x78\x60\x57\x12\x89\x16\x2a\xe8\x6b\xb4\xbd\x0c\x20\xce\xcd\xff\x10\xd0\x19\xc5\x27\x10\x63\x79\x4b\xfc\x45\x76\x70\x4c\xff\x77\xb4\xdd\x1e\xbd\x7e\x7d\x30\xb1\x35\xb1\x7d\x12\xef\x4d\x6a\x86\xca\xd1\xfd\x86\xf8\x3a\xea\x24\x26\xa9\x01\xed\xa3\xed\x45\x85\xe8\x2c\xc5\x61\x8d\x95\xf8\x89\x6a\x07\x0a\x4e\x90\x73\x9e\x56\x8b\x4f\xba\x16\x8e\x9b\xf8\x9f\xbe\x54\xc4\xb0\x81\x93\x12\x5d\x0f\xc3\xa1\x09\xd2\x75\xa5\x9c\x4a\xf4\x65\x10\xff\xe3\xb6\xf9\xde\xb6\x27\x93\x1e\x22\xe9\xb6\xa4\x7c\x80\xf3\xde\x1b\x0d\x76\x8b\x5d\x9a\x8c\x6b\x04\x60\xe8\xf5\x1a\xe1\x0a\x3c\x20\xdd\x58\xce\xa7\xac\xc0\xfa\x16\xd2\x7f\x6a\x02\xa3\x15\x7f\xcc\x3a\x6d\x36\x7b\x5b\xbe\x29\x17\x7f\xa4\xff\xf0\x5f\xf3\xb7\xa6\x5a\x21\x1e\x5a\x08\xc7\xa2\xa1\x87\x50\x85\xea\xc7\x95\x64\xbd\xa7\xfa\x8d\x4d\x56\x0f\x4c\x2d\xbe\x2d\xcd\xcd\xff\x72\x4a\x4e\xc6\xca\x45\xb3\xea\x55\xa4\x71\xe5\x12\x0a\xbc\x06\x7e\xac\x2d\xbd\xd8\x6a\xc8\x71\x90\xc3\x4f\xa2\x6c\xd8\x39\x98\x47\x52\xe8\x5e\x97\xad\x45\x54\x9a\x8d\xc7\x01\x49\xe4\x7d\x7c\x90\xfa\x21\xd7\x05\xff\x54\x02\x9f\x4b\x9d\x9e\x4c\xdf\x6e\xa9\x20\xae\x4a\x1b\x13\x4b\xc1\xbd\x49\x77\xa8\xe6\x0c\x45\x54\x82\xe1\x14\x3f\x37\x7f\xe1\x14\x1c\xda\x4a\xf8\xf9\x15\x3c\xf7\x6a\x67\x60\xc7\x34\x8c\x13\x41\xde\x13\xb7\xb7\xda\x54\xf7\x75\x79\x1c\x84\x90\xc7\x8f\xb8\xef\x74\x86\x6c\x27\xad\xe3\x02\x74\x80\xc9\x71\xaa\xe2\x6b\x1f\xc5\xef\xbf\x6b\xa5\x01\x83\x3e\x4a\x96\x17\x7d\x47\xf0\x11\x64\x00\xc9\x8a\xdd\xd7\xc0\xf9\x25\x9b\xb8\xcc\x2b\x98\xe4\x5c\xbb\x57\xf6\x87\x5a\x87\x21\x3c\x86\x4a\x1f\x37\xac\xf7\x5d\x89\x50\xd1\x46\xcb\x11\x41\x6b\x6c\xf9\x1d\xef\x93\xfa\xeb\x4f\x25\xa6\x70\x85\x73\xd9\x49\xbb\xf8\x5e\xfe\x0d\x1f\xa2\x80\x80\x4c\xa5\x47\xbf\x42\xa5\xcb\xa6\x79\x63\x17\x7f\x34\x17\xfc\x47\x28\xdf\x94\x9d\x7c\x42\xc4\xf3\xef\xd2\x6f\xc4\x5a\x96\xab\x3d\xd9\x34\x24\x02\x66\xa8\x1b\xbc\x4e\x5d\x6c\xcd\xf0\x4d\xbd\xfa\x42\x0e\x0d\x71\x37\x8d\x56\x20\x4e\x65\xd0\x2b\xa7\x2e\xa0\xb1\xa1\x5c\xf0\xfe\x54\xd9\x4f\xec\xf4\x09\x42\x9a\xf0\x07\xb8\x0b\x7f\x4c\xde\xea\xc5\x8f\x93\x17\x57\x40\xb1\xc5\xf4\x9a\x8e\xf1\x91\x4d\xd3\x5d\x7d\x1c\x9f\xaa\xf4\x43\x80\x60\x06\x05\xc6\xee\x50\xc4\x8a\xee\x1c\x4a\x27\xba\x17\x9d\x5a\x06\xbb\x9b\x1f\x75\x45\xc4\xe6\x12\xa1\x20\x5b\xc4\x09\x67\x04\xf4\x83\x4b\xc3\x40\x6f\x3b\xf7\x29\x9f\xa3\x3d\x4d\xea\xfb\x88\xe6\x7f\xfc\xb4\xba\x0e\x53\xc5\x31\x76\x35\x4e\x74\x4b\xf7\xa5\x2d\x39\xf2\x32\x33\x82\x72\xa3\xd0\x77\xd5\xb4\xf6\xe7\xfe\xa0\x44\x98\x49\x31\x20\xe4\xc0\xf7\xcc\x65\x34\xf5\x86\x50\x6e\xb4\x9b\x22\x88\x19\xed\xcf\x45\xbf\x39\xea\xda\x1c\xe9\x3d\xb2\x8a\xd8\x79\x83\xf8\x3b\x74\x71\x37\x2d\xfc\x88\x26\xf7\x83\x7b\x5a\x6a\xa3\x64\x63\xe2\xce\x46\x6b\xd6\x0f\xbc\x5a\x25\x3e\xbe\x51\xca\x83\x63\xb7\x17\x3d\xda\x67\x5a\xed\xb6\x76\x51\xa8\x60\x45\xde\x21\x49\xc6\x81\xb1\x3b\x7a\xca\x82\x49\x96\x32\xce\x7f\x82\xc7\xf2\x9f\xb3\x3f\x01\x6a\xe9\x1f\x7a\xe3\xcd\xbb\x3f\x3b\x46\x5a\xa9\x81\xb1\xe3\xf6\x61\x14\xd9\xc5\x9b\x4d\x88\x1d\x59\x08\x71\x4f\xb3\x8e\xf6\x99\xb9\x81\xe1\x36\xdb\x84\xf3\x09\x26\xfe\x66\xd7\x39\x31\x15\x1d\x1d\xa2\x81\x6b\xee\x16\x1f\x02\xc1\xf7\x5b\x70\x08\x86\xe5\x7b\x68\x14\xff\x4b\x23\x36\x1e\x52\x96\x6c\x55\x6d\xd7\x48\x91\x10\x82\x58\xb8\x77\xdb\x47\xc5\x18\x57\x97\xd9\xc6\x6d\x22\x7b\x46\x91\xf2\x4a\x14\x97\x41\x60\x9e\x61\xa8\x0f\x71\xee\x1e\x5a\x0e\x01\xff\xe0\xc5\x65\x05\xe4\x20\xdb\x85\x9f\x0a\x67\x1a\xe2\x30\x3b\x60\xf2\xad\x18\xde\xed\x1a\x31\xba\x13\xae\x63\x68\xd4\x17\x44\xd0\x6e\xaa\x74\x50\x4c\x40\x20\x2a\x40\xd4\xf7\x28\xc0\x41\x64\xa7\x33\xa8\xa4\xe7\x26\x89\x6a\x10\xbb\x24\x17\xbb\x9f\xc4\xde\x1c\x91\xf8\xd9\x90\xe9\xe6\xdf\xda\xcc\x07\xac\x1d\xef\x2a\x5c\x53\x89\xd8\x59\x7e\xb1\x38\x12\x58\x35\x6d\x01\xd7\x84\xca\x3b\x01\x94\xb1\x17\x49\xba\x3e\x71\xda\x4b\x76\x9c\x60\xb6\xbc\x2a\x89\x80\xaf\x6e\x1b\xed\xb7\x6e\x34\xbd\x01\xe6\x57\x0e\x39\x38\x52\x04\x68\x50\x6d\xed\x35\xbc\x00\x72\x78\xea\x9b\xf7\x53\x33\xc0\xe5\x54\x59\x7c\x10\x0e\x19\x75\xe8\xa8\x4c\x26\xc1\x75\xad\x28\xe7\x3c\x23\xbe\xf2\xa6\xf9\x9a\x29\x24\xc8\x85\xbe\x1a\x1d\x4f\xb4\xa5\xd9\x48\x94\xed\x2c\xd8\x63\x3b\xe5\xe0\x1b\x20\x0c\x4b\x0e\x6a\x5d\x5c\xf3\xf6\x74\x4d\xfb\x77\x9b\x90\x7c\xe8\xb3\x10\x5e\xae\x43\xda\x20\x96\x0b\x95\x9a\x9d\xc4\xc9\x95\xbe\x45\x8c\xa0\x40\x39\x1f\x26\xba\x44\x6c\xb0\x77\xfc\x88\xc3\x05\x73\xc0\x98\xbd\xb3\x64\xb3\x3e\xec\xc2\x79\x19\x5f\x56\x1f\x5b\x63\x15\xc5\xf2\x67\x1b\x5a\xda\x5d\x36\x5f\x17\xfb\x2e\x36\x11\x24\x5e\xb9\xe0\x93\x20\x50\x01\x68\x24\xb2\xab\x8f\x0c\x4d\xbb\x34\x31\x32\x5b\xd4\x1f\xee\x33\x84\xf7\x99\x59\x1c\xa9\x2f\x1e\x3a\x4c\x9e\x21\xf1\xdb\xc7\x96\xfb\x25\x8f\xa9\x86\x03\x2e\x26\x29\xc2\xeb\x31\x94\xef\x1d\xd5\x2d\x2f\xac\x2d\x12\x99\x41\xd1\xe1\xe3\x01\x05\x5f\xf7\x81\x09\xbc\x49\x56\xaa\x31\xce\x57\xc3\xe9\x0e\xf8\x1b\x2f\x8a\xb9\x95\xc3\xf9\x6c\x2f\xe1\xe5\xfb\x52\x12\x92\x49\xd0\x7d\x51\x14\xc6\xb7\x51\x54\x86\xcf\xa6\x6e\x7a\xa8\xbd\xcd\xdf\xf0\x4b\x3e\x7a\x35\x26\x3a\x14\x4f\x2f\xef\x05\xdb\xde\xfc\x6b\x95\xc4\x43\x77\xeb\xf4\x01\x94\x46\x5e\xcd\x11\x0d\x1c\x7b\xe9\xec\xf7\xce\x89\x48\x41\x04\x4c\x75\x57\x03\x86\x6e\xb1\x27\x79\x74\x65\xf6\x37\xf1\xdb\xe9\xb6\x24\x69\xe7\xfc\x60\xa3\x49\x12\xf3\xd6\x70\x04\xf6\x89\x3e\x4e\x92\xb6\xfe\x64\xa3\xd6\x62\xcb\x27\x21\xe1\x63\xbb\xa7\xc8\xb8\x2f\x45\xef\xb0\x7e\x8a\xe9\xad\x16\x36\x9b\x88\x84\x25\x81\xa1\xc7\x21\xdd\x46\xde\x18\xce\x95\x3c\x4a\x63\x38\x58\xa4\x8a\x17\xd7\x70\x05\x62\x8d\x83\x61\xed\x75\x8a\xf2\xe7\xe9\x1e\xbe\x15\x26\x24\xde\x71\xe5\x4b\x06\xec\x4a\x20\x61\x1d\xdf\x22\x84\xbe\xda\x52\xaf\x2a\x83\x3b\x29\x71\xba\xb2\xb3\xef\xcf\x5f\xb0\x49\x77\x36\xcf\x4e\x99\x8c\xe5\x08\x6b\x6c\x5f\x45\x38\xa4\x56\x87\x30\x23\xe9\x54\x10\x8a\x02\x72\x08\x09\x1f\xaf\xcc\x6c\xd0\x91\xb2\x09\xbb\x3a\xfe\x1b\x8d\xd8\x7f\x70\xc9\x49\x78\x24\x34\x16\xde\xc2\x9c\x23\x9e\x48\xb7\x84\xd9\x57\x2c\x5a\x99\x67\xc7\x3b\x09\x3f\x7f\x04\xe5\x17\xe7\xa4\xf3\x62\x73\x6a\x78\xab\x17\xce\xb7\xec\xb5\x5e\x44\x0b\x16\xcf\xf2\xc0\x90\x48\xf1\x72\x5a\x4a\x33\xda\xc5\x61\xf5\x09\x69\x8d\x56\xc9\xae\xf2\x28\x70\xd9\x48\x66\xc3\x92\x8a\x4b\x6f\xb0\x2a\x5e\x30\x57\xa2\xa5\xb8\xc5\x7b\x7a\xef\x3c\x22\xa4\xe6\x26\xf0\x51\xb1\xcd\xb0\xb7\x39\x27\x9e\xa0\x2e\x41\x11\x5f\x2f\x5e\x18\xdb\xa9\x20\x21\xd8\xdf\x7e\xa4\x91\xec\xc7\xe3\x10\x30\x7a\xcd\x4a\xe8\xde\x5e\xba\xd0\x0c\xae\xcf\x34\x27\x02\x4e\xe8\xed\x88\x95\x9e\x1e\x62\x62\xa9\x85\x66\xc8\x18\x46\x6c\x90\xd8\xac\xd0\x9a\xe1\x01\x09\xe2\xf3\x68\xab\x4f\xa3\x98\x41\xea\x05\xb3\xe7\x58\xf4\x2e\x23\x5f\x46\x6b\x82\xc2\xc6\xc2\x25\xba\x30\x76\x0c\x54\x73\xa7\x97\x80\x16\x82\x33\xbf\x4e\xd4\x40\x04\x1f\xcb\x26\x3d\xfc\xc7\xb8\x8a\x48\x4b\x2d\x32\xa2\xb1\x4b\xc4\xdf\xfe\x3a\xae\xb3\x93\x38\xc0\x0b\x8d\x07\x3c\xae\x70\xd1\x14\xd7\x84\x11\xdb\xdd\x84\xa0\x22\x20\x05\x96\x56\x70\xa6\x36\xb1\xfa\xab\x4a\xb5\x24\x63\x5b\x2f\x94\x57\x7d\x29\xd4\x80\x24\x9b\x91\x06\xac\x8d\xee\x44\x27\xcc\x0d\xe5\x91\xce\xb9\x40\xf6\xd4\x79\xa1\x87\xa0\xe3\x43\x6d\x63\x91\x86\x83\x19\xe6\x3d\x9a\x8f\xe6\xcd\x26\x1c\x7a\xff\x4a\x80\x1a\x26\xa3\x92\x70\xb0\x04\x6b\x60\x21\x62\x71\x91\xae\x36\xb6\xcd\x52\xea\x04\xf8\x08\x2f\x6e\x83\x78\xae\x19\x42\x3e\xe8\x67\xce\xb7\x46\xb0\xc3\x01\x8c\x61\x85\x03\x7a\xc3\xf7\xaf\x7d\x4f\x4c\x27\x76\x02\xfd\x2e\x41\x1a\xae\xc6\x20\x12\xc4\xb8\xa2\x52\x17\x5a\xdf\x85\x9d\xa2\xd9\xf3\xd0\xce\x7a\x70\x0a\xf5\xbb\x54\xc4\x86\xf9\x57\xc0\x89\xf2\xd4\x40\xe2\x8e\x85\xe6\x35\xf3\xd3\xcf\x92\x32\x45\xc2\xe0\xeb\x03\xb6\x65\x9b\x53\x44\x4e\x38\x88\x91\xbc\x62\xf8\x41\xe8\xa3\x60\x8b\x22\xa9\x43\x7c\xb6\xa7\xbc\x73\xd4\x1f\xa2\x68\x68\x8e\xd3\x38\x82\x4b\x4c\x7a\xdf\xfb\xfd\xf9\xf7\xcf\x0e\xb3\x77\x47\x6f\xdf\xbe\x3d\x42\xeb\xa3\xbe\xc5\x3b\x44\x53\x2e\x0e\xb3\xff\xff\xe9\x29\xe1\xca\xd5\xfd\x79\x76\xc6\x02\x22\x98\x45\x8a\xca\x96\x5e\x19\x51\x1f\xfc\xaa\x37\xe0\xbb\x89\x37\x40\x6f\x4f\x94\xe1\x6e\x1c\x46\x3b\xa6\x8b\x70\x88\xa9\x27\x97\xc2\x4e\x4c\x5a\xac\x5a\xa3\x3e\xcd\x85\x04\x52\x8c\x3e\x12\xad\xf1\x66\x79\x4b\xf2\xe2\x41\xcd\x92\xba\x4f\xd3\xef\x95\xab\x9b\x7f\x8d\xe5\x36\x52\x2f\xb1\xa1\x8a\x04\x59\x88\x60\x20\x00\xf2\x07\x44\xc1\xc2\xc1\xfe\xa2\x07\xbb\xf2\x6f\x1c\xab\x8c\x8e\x24\xae\xb0\xd2\x01\xc9\x8b\x23\xbd\xb0\xb3\x4b\x53\x57\xd7\x04\x6b\x5e\xf7\xcb\x81\x5d\x18\xc4\xf0\xd9\x41\xdb\x3d\x02\x01\xf5\xec\xb2\xf7\xe7\xc3\x8e\x38\xd2\xbf\x01\x3e\x67\x6b\x97\xc5\xef\x0f\xf2\x32\xca\x24\xe5\xf8\x44\xd0\xfe\x91\x9f\xf3\xa0\x13\x09\xeb\xb6\x38\x13\xa9\x21\x3d\x98\xdb\x86\xe3\x01\x39\x70\x5c\x69\x2c\xbb\xd7\xa1\xf3\x71\x1f\xb1\x56\x70\xfa\xa3\xec\x9d\xfa\xbe\x1c\x72\xe2\xd3\x7c\xa3\x7e\x88\x53\x1b\xb4\x38\xa3\xff\x4c\xee\x9c\x64\xc4\x05\x65\x87\x17\x91\x2f\x60\xe4\x49\x1a\x2e\x36\x0b\xa5\x58\x36\xb5\x1e\x96\x86\xb4\xaf\x4c\xb2\x21\xee\x78\x48\x57\x07\xc5\xc7\x15\x84\x0a\x2a\x77\x64\xa6\x88\x91\x87\x73\xe6\x97\xa3\x4d\xc8\x60\xa0\x11\xc6\x21\x43\xea\xdb\x41\xc6\x98\xee\x56\x44\xe5\xe8\xce\x61\x7c\xbc\x09\xc2\x49\x5b\x24\xe3\xb8\xfe\x23\xd3\xe8\x31\x7b\xe9\xc6\xb8\x9d\x2e\x13\x8b\x6d\x47\x23\x20\x88\xe9\xa9\x7b\xb6\xbd\x49\x78\x7c\x8b\x79\x1e\xc9\x15\x4e\x31\x31\xf6\x44\x2e\x55\xc0\xae\x4f\x44\xe6\x6a\x86\x01\x90\xce\x51\x8f\x1d\xbd\x7d\x08\x8f\xb1\xa0\x5c\x3a\x93\x68\x16\x1c\x09\x64\xf8\x69\x90\x7d\x74\x78\xb5\x2f\x73\xa8\x7c\x16\x27\x39\xbd\x88\xf1\x1e\xed\xaa\xe6\x3a\x0e\x39\xaa\xbe\xa9\x55\x53\x8a\x35\x69\xb2\xa2\x50\x7d\x1c\x4e\x89\x1a\x3e\x9a\x6c\x18\x1a\xa9\xef\x38\xd7\xba\xd6\xb6\x1c\x23\xa7\x0f\xb8\x00\x2e\x72\x78\xd1\xd9\x79\xa1\xaf\x24\xde\x34\x22\x7e\x1c\xe4\x9b\xb2\xd3\xe8\x15\x2e\x4c\x94\xa5\x4b\x10\x32\xdb\xf8\x90\x21\xb1\xcc\xb1\x59\xc6\x6b\x8c\x53\xcf\xf9\xa8\x5c\x62\x73\xb0\xd2\x45\xc4\xab\x8f\x79\xee\x48\xb5\x3f\xb5\xb4\x61\x94\x26\x5f\xe7\x53\xc2\x4b\x0d\x86\x1d\xc5\xfa\x99\xa7\xdd\xc5\x91\xa6\xa6\x27\xfe\x71\xc5\x58\x72\xae\xb7\x86\x93\x1a\x76\xfd\x49\xa1\xa5\xa6\x4f\x7f\xcc\x22\xe5\xbf\x06\x78\x3e\x1a\x64\x6a\x38\x55\xaf\xf2\x1e\xc6\x5f\x71\x8a\x6d\x75\x4a\x35\xc1\x08\x1c\x2f\xed\x27\xf0\x4f\x53\xf3\x8a\x76\xf0\xd6\x53\xdd\x1f\xa0\x6a\x46\x64\xef\x7a\x7e\xd1\x36\x6f\x2d\x62\x37\x21\x81\x27\xf4\x61\xb0\x01\x13\x7b\xaf\x73\x2e\x93\x6a\xb0\xec\xac\xe1\x0d\x81\x7f\xa4\x48\x34\xb4\x0b\xf9\x47\x8a\xd8\x12\x2e\xcd\xe5\xe7\x49\x93\x47\x54\x81\x25\xce\x2e\x0a\x28\x92\x18\xa3\x91\xbd\x6c\xde\x2e\xf1\x17\x47\xa2\xb2\xf0\x51\x93\xf4\x93\x4c\xa1\xa3\x88\xdb\x46\x95\xed\xae\x22\x62\x9a\xf3\x58\xbe\xec\xd9\x6b\x8a\xa6\x07\x87\xa9\x50\xa5\x67\x42\xb8\x08\x95\xb8\x20\xd4\x41\xb7\x72\xb6\xee\xf1\x86\xdb\xfe\x7a\x64\xab\x18\xc4\xbd\xbc\x7b\xae\x32\xd5\x65\x60\x8c\xbe\x47\x11\x4f\xe8\x6b\x24\x74\x0a\x75\x74\xc7\x09\x71\x3e\x7c\xf2\x4c\x7e\xb0\xd7\xa7\x04\xe1\x55\xb7\x4f\x9d\xc3\xcc\x39\x94\xce\xbd\x63\xe9\x4b\xc9\x62\xe8\x5d\x4d\xe7\xe2\x0c\xcc\x7f\x07\xa5\xb6\xe6\x3a\xf4\x95\x8a\x36\x5f\x77\x44\x0f\x34\x10\x50\x46\xe5\x34\x3d\xd7\x16\xce\x2f\x47\x31\xdb\xec\xea\xd0\x36\xe1\x0c\xcf\xf9\x1f\x5f\x9a\x58\xa3\xbb\xc2\x1c\x9c\xdf\x22\xec\x40\xd8\x18\x67\x94\xfa\xba\x87\x6e\x91\x5e\x9d\xbb\xd6\x59\x99\xa9\x2e\x7f\x6a\x64\x86\xbd\xa5\xf7\x14\x76\xc0\x18\x2f\x3d\x18\xe7\xa8\xbf\x03\xe3\x78\x9f\x36\x12\x97\x0d\x34\x3d\xde\x40\xb5\xe8\x70\x9c\x41\xb2\x94\xd8\xc8\xa7\x56\x8d\x73\xd5\x6c\x1c\xbd\xc2\xb1\xf5\xc0\x4b\xe7\x3e\x46\x72\x12\xf0\x14\xb6\x84\x10\xd2\x1b\x75\x72\xe0\x48\x5c\x1e\x63\xa9\x75\x87\xa4\x59\x92\x31\xbb\x7c\x93\xb0\x5f\xf0\x59\x0e\xdf\x98\x2f\x38\xc1\xfd\x20\xd6\x39\x6e\xe2\x02\x2d\x30\xb5\x68\xc5\x12\x09\x6d\x93\x68\x00\x6c\xf5\xc4\xa2\xa7\xc8\x21\x1c\xd6\xc0\xb2\x41\xd1\x24\xa2\x17\xc6\x95\x0d\x5f\x15\x57\xfe\xb6\x85\x72\x5f\x2d\x3f\x62\xf8\xe1\xcb\x05\xe0\xb9\x2a\x6d\x2f\x81\x4b\xfc\x67\xf0\x28\x20\x95\x4f\x38\x0b\x27\x50\xd2\xbf\xff\xd7\xff\x31\x01\x7c\x4a\xad\x54\xee\xcd\x15\xf1\xa1\x3f\xc4\x16\xfb\xb7\x95\xb4\x9d\x53\xad\x5d\x7e\x70\x95\xe1\xb3\xb3\x7a\xdb\x88\x89\xaa\x0b\xac\xa3\x7d\x81\xd9\x86\x70\xbf\x2c\x58\x94\xec\x6c\xcd\x6a\x19\x06\x4c\xa8\x63\xfe\xa2\x8c\xcb\x61\x73\x52\xe3\x2c\x3f\x15\x6c\x2c\x13\xd1\xe2\x71\xe3\xe1\x17\x66\x2e\x72\xf5\xce\x7d\x82\x4d\x86\xc1\xf1\x4d\x64\x20\x74\x77\xd1\x9b\xa4\xe5\x93\xf7\x42\xe9\x4c\x57\x3b\x3c\x4c\xa2\x62\x7a\x39\xbc\xfc\xfb\xe3\x2a\xee\xab\x3a\xfd\xe2\xb9\x4d\x4c\xc2\xc8\x32\xf8\x7d\xeb\xb2\x86\x70\x72\x9b\xfc\xb6\xd0\x54\xa3\xa1\xa2\x47\xcc\x0d\xe0\xd3\xfb\xed\x7f\xb8\x86\x17\x29\x35\xdc\x11\xbb\x9d\xb0\x75\xd2\x7a\xe5\x63\xad\xf8\x2b\x13\xc8\x13\x3f\xaf\xe6\x6d\x0d\xb8\xb5\x8b\x17\x51\x06\x59\x0d\x11\xf3\x63\xd3\x6e\x5e\x85\x54\x3a\x49\x02\xd1\x58\xda\xcd\x55\x7c\x74\xf6\xb8\x9e\x8b\x9d\xc7\x4c\xf1\xa8\xc9\xde\xe8\x5b\x7c\x93\xc7\xc9\x7a\xc6\x01\xb8\xc4\xb7\x64\x55\xaa\x98\x43\xa2\x71\x49\xa0\xe6\xb9\x8b\x1f\x81\x4c\x1c\x91\xe1\x57\x32\x0b\x8e\xeb\xe0\x0c\x95\x22\x47\xd2\xd9\xce\x34\x34\x71\xc6\x0b\xc4\xd6\x59\xe4\x5a\x29\xa1\x57\x6a\xb6\x06\xc6\x03\x4f\xf8\x67\xab\x42\x46\xba\xbf\x9c\x3c\x08\x91\x12\x38\xa5\x8b\x9d\x71\xca\x05\x55\x3b\x20\x1b\x29\x02\xe6\xb8\xd2\xdb\x72\x39\x44\x31\x2f\xd0\x63\x3c\xf1\xe0\x1e\x2e\x83\xf0\x16\x8e\x4c\x5f\x43\x6e\x21\xcd\x5c\xa4\x95\xb9\x7c\x7f\xed\x28\xa8\x0d\x67\xf7\x89\x23\x45\x0b\x92\x70\xbe\xbf\xea\xc6\xaf\xf9\x90\x5c\xfe\x8a\xd8\x6d\xc2\xa5\x52\xc2\x68\xae\xdf\x33\x8d\xc1\x1d\xa5\xaf\x77\x99\xce\xb8\x6e\x12\x65\xc6\x09\x42\xea\x52\xa2\x7b\x38\xc5\xbb\xdc\x4b\x3f\xb6\x80\xc3\x91\x58\xf1\xa9\xad\x04\x87\x83\xbb\x25\xf0\x50\x0a\x51\xff\x39\x29\x2a\x52\x45\xd0\xdf\x6b\xe3\x16\x67\x3b\xa8\x7d\xb6\x83\x58\x70\x9c\xa6\x3d\xf0\x5f\xa6\xf3\x1f\x7c\xba\x69\x5a\x5a\x21\x24\x40\x88\x6d\xe1\xd2\x6d\xf4\xa4\xe3\x5e\x5d\xa5\x58\xbb\x51\xa3\x4f\xce\x77\xe0\x2c\xde\x8a\xfd\x69\x0e\xaa\x83\x3d\x2a\xb7\xe9\x98\xfa\xa7\x69\x9a\x15\x8d\x11\xa9\x79\x58\x86\xf8\x29\xf2\x53\xd9\x1f\x76\x7f\xbf\x75\xcc\x00\xd9\x0d\x65\x26\xe3\x98\x8f\x1a\xa9\xf1\xb6\x46\x7e\xd7\xaa\x3c\x7e\x93\xc6\x2d\xc7\x81\x13\x47\xc6\x18\x71\x1c\xc8\x27\xcf\x9f\xdf\xfc\xe5\xe5\xe3\xe7\xe7\x4f\x1e\x9e\x3e\x8e\xe3\x40\xee\x51\x35\x8f\x02\x42\xbe\xdf\xab\x72\xd6\x06\x40\x54\x13\x51\x21\x6f\xdf\x23\x8f\xdd\x26\xd2\x16\xdd\x1e\xf9\xd2\xcc\xb3\x93\x29\x9e\x32\x52\xa6\x88\x74\x25\xd1\x3b\x32\x11\xab\x72\x3a\x97\xe3\x58\xc3\x69\x07\x59\xa7\x20\xbb\x14\x67\x87\x2d\xf3\xce\x4f\x03\x0c\xa0\xcf\xc0\x5c\xff\xbd\x2c\x77\xcb\xe9\x80\x90\x3c\x21\x49\x11\x66\xbf\xf2\xcd\xe4\x65\xd7\x20\x3b\x83\x52\x87\x5f\x9f\x0b\x2d\x2e\xd6\x23\xa1\x4e\xcb\xd9\x41\x11\xb1\x7f\xa2\x78\xd8\x36\xed\x5f\x73\x29\xb7\x4d\x05\xe5\x97\xda\x29\x68\xfa\xb2\x30\xb7\x29\xa7\xea\xb4\x07\x7d\xfc\x7c\xa9\x98\x04\x2c\x1e\x4b\x7e\x34\x5f\x4c\xe4\x08\x95\xfe\x41\x72\x5b\xf9\x52\x7d\x76\xa3\x33\x4b\xe2\x3e\xe9\x74\x84\xc1\xfa\x6a\xd8\x0a\xb9\x99\x83\xa6\x13\x69\xef\xa8\x58\x80\x4d\x9e\xeb\x39\xfc\xb4\x69\xf9\xea\xae\xad\x85\xe9\x4c\xa4\x0c\xc4\x96\x46\x3f\x5e\x1c\xcb\x63\x44\x0c\xc7\xa9\x08\xd2\xc6\x75\xd2\x3c\x28\xee\xc1\xca\x7b\xc9\xe3\x22\xc9\x3f\x82\x5d\x0c\x07\xd4\x05\x91\xe4\x43\x58\xda\x11\x90\xcd\x75\x10\x66\x4c\xc6\x33\x61\x4e\x25\x9a\x4b\x5c\x6d\x7a\x32\xfc\x60\xfe\x52\xe0\x22\xe5\x3d\xcd\x27\xbb\x10\xd7\xd5\x60\x68\x68\xbc\xa0\x90\x15\xad\x91\xbd\x2f\x58\xcb\xfd\x53\x94\x34\xf9\xe9\x14\x8f\xd3\xd4\xa4\xe3\x8a\x1f\x9d\xe4\xe4\xcc\x0e\xe3\x69\xc5\xa9\x8c\x2a\x71\x14\xe3\xd0\x6e\x07\xb9\x02\xce\x94\x6d\x98\xcc\xe4\x96\x30\x66\x52\x61\xf2\x0d\x97\x4f\x7c\x03\xec\x88\x80\x39\x8d\x2d\x46\xc5\x4a\xcd\xad\xa6\x0e\xb8\xb7\xda\x6f\xd8\x99\x88\x59\x58\x84\xc4\x39\x4c\x38\x52\xc2\x38\x32\xf5\xaf\xc1\x51\xc3\x77\x53\xd6\x31\xa0\x55\x51\xf1\x34\xa1\x1e\xf7\x93\x0e\xf2\xd5\x45\x52\x06\xd9\x3a\x7c\xd8\xd2\x7e\x20\x12\x65\xaa\x4f\x31\x44\x74\xb3\x15\x59\x8c\x7a\x9c\x8e\x2a\x9c\x12\x91\x69\x83\xe8\xed\x70\xe0\x94\xc6\x17\x56\x15\xb9\xa2\x5b\x46\xf5\x44\x4f\xb2\x36\x95\x8d\x4c\x39\x5b\x4b\x1c\x40\x7f\x65\xda\x0e\x20\xe6\xa3\x1a\xce\x27\x86\x75\xd4\x86\xae\x78\x1f\x4f\x37\x8f\x91\xc6\x10\x76\x06\x97\x80\xb5\x67\xc1\xfc\xd4\xd4\x11\xf8\xf0\x35\x08\xa7\xfb\x95\xf8\x2b\xba\x25\x69\x70\xf4\x5f\x8f\x60\xfe\xee\x19\xf9\xdb\xf8\xb1\x39\xb1\xe9\x14\x92\x42\x72\x74\xf6\x8f\x61\x93\xbf\x7b\x3e\xfb\xee\xd4\xfe\x8d\x3a\x8c\xa7\x06\xc3\xd2\xbd\xd8\xe3\xf6\x89\xdf\xc2\xe5\x29\xe8\x26\x77\x42\x6d\xdd\x98\x21\xdd\x63\xeb\xe6\x0c\xaa\x9c\xf2\x6a\x3e\x1f\xde\x27\x3f\x66\xac\x3f\x72\x11\xaf\x85\x64\x4e\x47\x55\xfb\x3c\x89\x8b\xe8\x03\x6a\x84\x5e\x6b\x62\x76\x59\x70\x50\x6b\xf0\x44\xd7\x57\x59\x3b\x19\x5c\x64\x08\x1a\x72\x42\x8a\x54\x8e\x33\xf4\xf1\x09\xbc\x9a\x21\x09\xf4\x45\x93\xb7\xc5\xe2\x05\xb8\xf3\x9c\xf5\x33\x9c\x01\x1c\x7a\x76\xbb\x88\xb2\xe3\x71\x86\x3d\xc2\x4f\xef\x35\xf9\x5e\x9a\x6a\xef\xd6\x4c\x88\x9a\x54\x52\x19\xa0\xe3\x41\x8e\x49\x2b\xa1\xcd\x37\x42\xb9\x3a\xdb\xa6\x99\x1a\xc8\x12\x9f\x85\x78\x1d\xe7\xd7\xb6\x93\x28\x5c\xdb\xa6\xc6\x38\xd8\x18\xa4\xa4\x64\xd2\x36\xf2\x51\x3b\x73\x9e\x69\x92\xe5\x82\xcb\xbc\xaf\xd3\xac\x6b\xba\xbc\x5a\xbc\xc0\x7f\x91\x9b\xb4\x98\x85\x1d\x60\x51\x3c\x6d\x1e\xd1\x74\xe7\xfa\x17\xbb\x29\x84\x0a\xcd\xce\xb4\x6e\xf1\xc1\xe4\x26\xee\x81\x26\x69\xb6\xac\x3d\xe8\x25\x3e\x23\x6e\x77\xf6\x14\x33\x86\x91\xa2\x5b\xc4\xd4\xa0\xe2\x60\x86\xd4\x97\xb9\x55\xdf\x1d\x67\x64\x8d\xb4\xaf\x3e\x4f\xe9\xd7\x17\x2c\xd3\xbe\x78\x90\x08\x7f\x0f\xa3\xf2\xf8\x19\x49\x3e\x88\xf6\xd0\x3b\x60\xc4\x9f\xd2\x13\x8b\xbf\xc0\xa8\xbd\x4c\x4a\x10\x81\x34\x29\x10\x4f\x82\x41\x11\xae\x7c\x5c\x12\x5b\x89\x47\x53\x8a\xec\xc5\x07\xe5\xfb\x52\x6e\x24\xc3\x84\xcc\x98\x71\xb1\x84\x8f\x4d\x87\x8f\x62\x61\xa6\x03\xd5\xb8\x33\x12\xea\x99\xa0\x17\xd1\xe5\xe2\xef\xce\xba\x2e\xed\xde\x79\x7f\xc6\xa5\x12\x5d\x27\x2e\xe9\x6e\xfe\x91\xe3\x89\xa0\x83\xb8\x5c\x11\xe4\x64\xdd\x22\xf5\xc7\x8b\xab\x38\x9d\xd0\x7c\x0a\x24\xd3\x3c\x3a\x07\x01\x3e\x27\x2b\xdb\xb7\x25\x82\xcc\x3e\xcc\xed\x8a\x85\xc8\x53\x75\xda\xbe\x26\x76\x00\xc1\x60\xba\xa4\x06\xfc\xb0\x11\x0e\x80\xd3\x95\x34\x12\xc2\x99\xf0\x3e\xd3\xf3\x1a\xa5\x11\x07\x25\xe6\x68\xdf\xf3\x65\xb7\xb7\x36\xf7\x8f\x33\xc7\xdc\x93\x2f\xae\x61\xc4\xf0\x47\xb6\xf5\xe9\x93\x1d\xfa\xd6\x17\x5f\x8c\xcd\x98\x97\x52\xa6\xd8\x46\xa4\x8f\xa7\xc5\x1c\x8c\xa9\x6d\x9a\xfd\xa4\x8e\xd2\xc9\x4e\x75\xf3\x77\x4d\x99\x1f\x18\x3c\x35\x88\x40\x94\x4e\xd6\x45\x2b\x72\x5f\xf5\x4e\xc4\x08\xf6\xf6\xee\xe2\x29\x4f\x74\x66\x07\xbd\x4d\xcd\xdf\x7c\x74\x01\x4c\x07\xd4\x1b\x79\xeb\xa6\x76\xdb\xc7\x9c\xce\xaf\x73\x25\xe6\x7a\xa5\xe5\xbc\xb2\xf3\x5b\xa8\x6f\x6f\xed\x79\xbc\xfd\x9f\xd8\xef\xaf\x3b\x95\x4d\xd9\x2d\x37\x2b\x5d\x0c\x2c\xe2\x25\x35\xa1\x8e\x47\x17\xb5\x9b\xda\xb9\x3d\x1d\xdc\x32\xe7\x46\xb4\xf5\x92\xc5\x55\xcc\x7b\x65\xac\xbd\x33\x23\x3c\x79\x5d\xaf\x20\xf8\x44\x06\x35\xb6\xee\x20\xdc\x7d\xc4\x04\x9e\x18\x3d\xba\x04\x01\x07\x73\xaa\xf0\xb9\x44\xcf\x2d\xdf\x1b\x36\x77\xb0\x07\xd9\xbd\xdc\xb9\x80\x29\xb5\x25\xaf\x02\x55\xb2\x47\xfc\xd2\xb0\x37\x8d\x08\xf3\x79\x33\x8d\xbd\x7f\xeb\xf8\x53\xe0\x35\x78\x69\xa2\xcd\x6f\xdd\x64\xbb\x5b\x60\x2a\x1a\x24\x32\x80\x4a\x57\xea\x01\x4b\xc4\x44\x8a\x37\x83\x4c\x30\x89\x73\x7e\x8f\xc3\xc1\x41\x98\x94\xd7\x42\x08\x69\x74\x75\x33\xb6\xa9\x4e\x73\x85\x42\x24\xe7\x04\xa9\x7b\xf6\x21\x9e\x62\x22\xd6\x1c\x4e\x28\x53\xa3\xeb\xc9\x1b\xa7\x37\xdd\xef\xd2\x9e\x4d\x8a\x49\x07\x76\x0e\xa2\xe1\x3b\xba\x69\x8b\x47\x3d\xab\x12\x11\x1f\x3f\xe7\xf0\x3a\xe7\xf8\xdc\x27\x98\x9b\x58\x29\x90\x8c\x9b\xa6\xa5\xc1\xe8\xa1\x5b\x7c\xeb\xfe\xb2\x9a\xeb\xb3\x4a\x71\xb5\x36\x20\x82\x9c\x88\xd7\x65\xcf\x8e\xf7\x3f\x44\x89\xc2\x9e\x42\xb3\xc3\x3e\x8b\xda\x3a\x6a\xcc\xa4\x96\x6b\x0a\x41\xfd\x4a\xd4\x39\xae\x09\x7f\xa7\x96\xf4\xa5\x67\x73\x08\xdf\x52\xdb\x34\x17\xe0\xeb\xe2\x26\x54\x82\xb0\x08\x51\xd5\x5d\xc3\xf2\xfe\x65\x45\x3b\xdb\xef\x96\xd8\x09\x50\x8c\x2e\x9b\xbf\x66\xe3\xd3\xc7\xe8\x8c\x2b\x27\x5b\x32\x98\xde\xa0\x83\x83\xe3\xca\x89\xed\xfd\x52\xc7\x8d\x11\x9a\x70\x34\xf2\x69\x79\xe1\xc5\xba\x13\x4d\xdd\xce\x5e\x9a\x7c\x37\xb1\xaf\x2f\x72\x82\xd9\xef\xe8\x5b\x0c\x72\x5c\x77\xef\xde\x84\x26\x13\xdb\x14\x37\x2d\x0b\xe2\xd8\xa7\x9a\x11\xf1\xff\x1c\xf8\x6a\x5f\x3b\xb6\xe5\x9a\x3e\xfe\x8f\xce\x57\x15\x9b\xd3\xf3\xad\x78\xaf\x52\x18\xe0\xc6\xcd\xc5\x6b\x42\x86\xc8\xa6\xf1\x1a\x18\x77\x72\x94\x8b\xa6\xe9\xc0\x48\xee\x40\x76\xb3\x7d\xf0\x70\x33\xcf\xe0\xc7\xf0\xd0\x55\x4b\x69\x6f\x6a\xb0\x77\x47\xb9\xdd\x78\x2f\xb7\xc8\x16\x41\x83\xb5\x3d\x73\xf9\x76\x62\x44\x5c\xf1\x73\x5f\x21\x7b\x7a\x4e\x2d\x6e\xeb\xc1\x8f\x3d\x6c\xe4\x86\x8f\xcf\x64\xbb\x42\xd4\xae\x5f\x37\x81\x13\x34\xb9\xb5\x8f\xc9\x29\x70\xb3\xa9\x39\x48\x1a\x6e\xbc\xca\x17\xfd\xea\x8d\xe9\xe0\xda\x7c\xb9\x64\xe3\x9c\xd0\x93\xe4\xe6\xd6\xb8\x15\xe7\xca\x5b\x32\x9b\xc9\x86\xa3\xd4\x02\xdf\xa4\xf7\xf8\xe9\x5c\xd1\x91\x74\x39\x5b\x70\xc5\x87\x42\x45\x9e\x23\x3a\x99\x9a\x54\x43\x04\x63\xbb\x54\x1e\x2c\xf7\x37\x37\x74\x12\xdd\x66\xd1\x32\xb1\xe7\xb7\x63\xca\x26\x8e\x1a\x71\x77\xe5\x19\x5f\x5d\xaf\x60\xa5\x02\xcd\xa6\xa8\x35\x68\x0a\xea\xee\x1b\xd5\x67\x8e\x93\xea\x0b\x42\xf6\xf1\xab\x34\x4b\x21\xb5\x19\xa1\x47\x57\xf9\x8c\x83\x80\x51\xa7\x82\x15\xa7\xea\xed\x50\xc5\x57\x9c\x18\x55\x2a\x84\xb8\x1e\x13\x55\x75\x38\x87\xa8\xf8\xd9\xa4\x0a\xc2\xec\x8b\x6b\x9e\xe6\x14\x24\xe0\x33\xd5\xe2\x5b\x7a\xfe\x1c\x3c\x25\xa2\x00\x69\xc0\x89\xc1\x9d\xda\x69\x94\xfe\x41\x93\x8b\x69\x55\x65\x4f\xf4\xa7\xa3\xab\x0b\x89\x24\x00\xdf\x7d\xfd\x10\x22\xc4\x06\xc1\xb4\x7c\x12\x6a\x4c\x45\x1d\xae\xbe\x46\xd1\xd6\xf0\xd9\xae\x94\xcd\xe4\x25\xa8\x8b\xfa\x8f\xaf\xaf\x13\xa5\xc3\xb3\xd8\xc9\xae\x38\x30\x3e\x02\xcc\xd6\x6b\x31\x63\xcf\x82\xb0\xdc\xb1\xab\x25\x1b\xe1\x8e\x22\x3e\x8d\x3c\x44\xa5\x8b\xc4\x62\x4d\x57\xcc\x2c\x90\x58\x3d\x8a\x6d\x99\x95\x4c\xcf\x89\x90\x44\x2b\x73\x1a\x16\x51\x21\x1b\x1b\x77\x50\x35\xc4\xb9\x2e\xa7\x1d\x23\xf6\x77\xe7\xb3\x69\xfb\x04\x59\x6c\xd0\x75\x04\xeb\x3d\x9f\xc3\x4b\x63\x47\x89\xb6\xb8\x75\x2b\xf9\x7b\x13\xf2\x87\x7d\xf0\xa0\x13\x47\x93\x3a\x89\x81\x66\x9b\xbf\xd3\x1c\x23\x2e\x03\xd2\xb3\x28\xc7\x51\x1f\x67\x2c\xf2\x09\x8e\xf6\x35\x15\x09\xe5\xbd\x60\x73\x7f\xf4\x85\x2c\x2f\x04\xd8\x80\xb7\xd5\x16\x8a\xfb\x4d\xd5\x5c\xe4\x55\x92\x8c\xea\xbe\xf6\x5b\xda\x65\x80\xdd\x90\x23\x8f\xbd\xe8\x04\x92\xa3\x8a\x0c\xcb\xa1\x92\xd3\x34\xf0\x25\x19\x18\x51\xe4\x53\x10\xcf\xe6\x0d\xf0\x6b\x62\xe2\x32\xea\x49\x15\x0f\x7c\x2f\xf3\x28\x61\x92\xb3\xec\x95\xbb\xc8\xb2\xd1\xb6\x71\xec\x0a\xb3\x57\x71\xc7\x92\x13\x48\x92\xfd\xec\xe9\x3c\x48\x78\x6d\x9c\xf9\x4a\x6e\x88\xb4\xcf\x26\x32\x0a\x4d\xc2\xc8\x84\xbf\x83\x7c\xd1\xda\xb7\x68\xe1\x53\xb0\x20\x9c\x44\x64\x77\xf3\xb6\xd6\x14\x35\xe3\x0d\xf6\xa1\x24\xe3\xb9\xa9\x1b\x16\x02\x05\xc4\x42\xd1\x28\x63\x25\x0c\x17\x51\xd0\x05\x6f\xf1\x79\x32\x26\x22\x78\xb0\xe1\x92\x1f\x32\x0f\x63\x6d\x83\x8a\x26\xd5\xe5\x1c\x46\x89\x52\x69\xf1\x9b\xbc\xd7\x3c\x31\xd6\x67\x8c\x8d\x9d\xf5\xe7\xf1\x7e\x0c\x9c\x54\xfd\xa8\x1f\x0b\x2d\x46\xe3\xdb\x39\xfb\x58\xef\xc3\xe7\xa9\xfc\x96\xeb\x7b\x24\xcd\xbf\x06\xb6\x53\x5c\x36\x34\x9d\x12\xb9\x2f\xa3\xe6\xfd\x23\x79\x94\x2d\x95\xf7\xe5\x83\x8c\xc6\x97\x9f\x03\x3d\xb9\x14\x4a\x8a\x35\xcb\x09\x92\x4a\xdc\x50\x2d\x47\x4a\x24\x4e\x45\x6e\xdc\x38\xe3\x14\x3b\x2c\x89\x56\x84\x99\xcc\xf6\x0c\xff\x4d\x75\x7d\x6e\xf2\x43\xcc\x69\xb5\x13\x44\x8d\x9c\x4c\x12\x2f\xa8\x7c\x0a\xe7\x6a\x43\xb7\x48\xf9\x19\x12\x52\xc8\x6f\x53\x83\x42\xf2\xef\xa2\x96\x4e\x19\xc3\x45\x8b\x89\x5c\x72\xf6\x0d\xcb\xf5\x52\x21\xe1\x9e\x9a\x03\x97\x1a\x29\xbc\x6c\x6c\xb7\xf8\x0e\x8e\xe7\x5a\x80\xab\xbf\x38\xa3\xff\xe8\x6f\x96\xe7\x15\xf5\xe2\x21\xa4\x77\x8f\x9e\xc5\xa5\xee\x95\x91\x6f\xdb\x46\x32\xae\x50\xa1\x99\xaa\xe5\xde\xa2\x63\x04\xdb\xc4\x73\xc4\x4f\xf2\x57\xd9\x89\x49\x9a\x32\xca\xb5\x5d\xb3\x7a\x23\x71\x01\x38\xfa\xe1\x3c\x7b\xa6\x0f\x9f\x66\x00\xab\x06\x8d\x5c\x44\x7b\xc6\x73\x8d\x6a\xfa\x01\x67\x25\x81\xc8\x86\xf9\xef\xca\x5c\x71\x9e\x3c\xdd\x78\xd0\x44\x1c\xda\x3a\xa2\x7f\x40\xcd\x12\x8f\x9d\x71\xb4\xeb\xa8\x1e\x2d\x3f\xae\xe5\x77\x21\xef\x24\x00\x92\x09\xde\x8b\xc7\x5a\x34\x0e\xcc\xb4\xb7\x4d\xa2\x80\x92\x97\xba\x8d\x9e\xe9\xf8\x1d\xd3\x14\x9e\x45\xcf\x7e\xa5\xbd\x04\x86\x1c\x83\x86\x37\x3c\x1e\x4c\x61\x3e\x9a\x43\x3a\xe7\xa2\x67\x7b\xe8\xda\x03\x71\xa8\x68\xfb\x76\x54\x57\xed\x5d\xd7\xf9\x16\x0a\xa9\x51\x13\x02\xb3\x2a\xaa\x0f\xc8\x34\x47\x28\xd4\x9a\x12\x48\xd0\x85\x08\x9f\xd8\x29\xd6\x45\xa6\xb5\x06\xcf\xa9\x54\xdc\xe2\x49\x5e\xda\x7c\xf1\x14\xa6\x0f\xd9\xf9\xb1\x96\xdb\x6d\xb7\x93\x5c\x84\x7b\xae\x50\x76\xfe\xf4\xc5\x59\x54\x39\x5c\x86\xe1\x17\x7f\x2b\xe2\x0f\x6a\xa5\xa8\xbe\x6a\xd6\xdd\xac\x28\x43\x9f\x9d\xae\xf9\x29\x64\x19\x61\x61\x5a\xb0\x24\x36\x60\xad\x91\xf4\x3d\xcf\x90\xaf\xa5\x94\xa0\x14\x6e\xbc\xa2\x29\xa3\xb4\xdc\xce\x5b\x45\xdc\xd4\xd9\xd8\xbd\x6c\x37\x3d\x0d\xf2\xb7\x7f\x3e\xcc\xfe\xf6\x6f\xf3\x04\x23\x2d\xbb\xca\xc6\xd1\xd5\x4e\x2e\xcb\xf5\x5a\xe9\xe5\x17\xa7\xe7\x6e\x0f\xde\x94\x3b\xd4\x5c\xc2\x9d\x90\x68\xee\x67\x32\x49\xba\x51\xad\x90\x78\xa1\xea\x0e\x6a\x79\x68\xf0\x56\x26\xf1\x42\x38\x97\xb2\xec\xec\xf8\x69\x3a\x01\x0e\x84\xec\x88\xfa\xc5\x89\x53\xdc\x70\xc6\x48\x8d\xa9\xec\x70\x6a\xb9\x83\xd8\xb6\xb6\xa6\xac\xdc\xd6\x26\x29\x19\x24\x72\x58\x62\x3a\xb9\x0f\x6d\x06\x46\x65\x08\x14\x4a\xef\x99\xf0\x20\xa4\xdc\x01\x1e\x83\x11\x24\xfd\xed\x9f\xef\x5a\xda\xdb\xdb\x3d\xc9\xe6\x09\xd6\xdf\x63\x2a\x39\x05\xa7\xf9\x47\x8d\x23\xe3\x8e\xc7\x04\xd9\xc7\x36\xc5\x6d\xe6\x44\xdc\x31\x68\xfe\xf7\x3d\x28\x4a\xd8\xf1\x4b\x35\x6d\x30\xf2\x09\x2d\x23\x0b\x83\xd1\xba\xaf\x72\x07\xd3\x91\x19\xc9\xd5\x1e\xe3\xff\xa8\xeb\x84\xba\xda\xbf\x9d\xb7\xb8\xae\x89\xec\xd8\xc9\x62\xa7\x14\xd9\x0e\xa6\x25\x7b\x1d\xd7\xce\x77\xbb\xc1\x53\x7c\x1c\x92\x90\xc7\x95\xa8\x4f\xe7\x6c\x75\x6b\xbd\xc4\xcb\x7d\xa2\xce\xe0\x49\xd7\xd2\x66\xbd\xae\xe8\x27\x92\x73\x20\xf3\x12\x0b\xa8\x5b\x7b\xc4\xae\x2b\xbe\xa5\x98\xed\x2f\x5b\xa6\x74\xc0\x66\x82\x03\xb7\xb9\x43\x04\x79\xf6\xfb\x06\x28\x3f\x88\x9e\xfa\xec\x79\xe3\x72\xf5\x71\x17\x6d\xcf\x92\xc3\x16\xa1\x38\x24\x59\x62\x2c\x4b\x88\x6b\x85\x89\xc0\x42\x5e\x74\x8f\xd1\x2a\x98\xca\x6c\x9b\xa6\x93\xcc\xa4\x8f\xb7\xfc\x20\x7a\x7b\x64\x4f\x66\xba\x33\x81\xdc\x77\xb5\x94\xc4\x87\x93\xad\x9e\xe7\xab\xb2\x66\x0b\x4a\x97\x3b\x99\x35\xff\x40\x24\xda\x07\xad\xf7\xd7\x75\xa0\xbb\xe1\xe7\xc0\x16\x6b\xa9\xcb\xf4\x39\x97\x85\x45\xc1\x42\x5f\x61\x9c\xb7\x49\x3d\x7b\x70\x92\x43\x80\xe4\xf3\x9d\xd8\xbc\xe2\x62\x0f\xe8\xb1\x7e\xe3\xa1\x5a\x14\x38\x0f\xc8\xa8\x55\xa0\x3e\x43\x59\x44\xea\x85\x42\x4f\xb5\x86\x22\x9e\xec\xf4\x64\xac\xad\xa2\xc3\x3c\x3f\x3f\x9d\xf8\xe6\xf3\x90\xdf\x41\xae\xa0\x0d\xa1\x83\x3b\x91\x47\xf4\xfd\xa8\xc5\x70\xdb\x07\x9f\x7c\x47\xfc\x2c\xfe\xed\x9f\x33\xfb\x73\x45\x5c\xfc\x97\x40\xb3\xa6\x43\xc1\x8b\x27\x8f\x1e\xd2\xaf\xfb\xf1\x6d\x2d\xd9\xa9\x6f\xff\x75\xa5\xef\xe1\x88\x54\x90\x64\x40\x95\x2c\xd5\xee\x7a\x98\xb8\x58\x8b\x55\x89\x94\xb7\xec\x0a\xd3\x22\x82\xc5\xf0\x2a\xb9\x27\x2c\xb9\x48\x07\x8f\x13\x19\x94\x9f\x2a\x7c\x48\xf5\x83\xc8\x31\x34\x76\x70\xe4\x9c\x9a\x5d\xd0\x85\x9b\x90\x63\x85\xf9\x4b\x2e\x24\x97\x1b\x89\xbd\xe5\xc2\xfb\xf9\xfd\x05\xdd\xf8\xbc\x6b\x7c\xf0\xf0\x97\xc1\x89\x4e\x7b\xd0\x17\x58\xa4\xc6\x62\x9c\x9f\xd0\x02\x2c\x27\x2e\x0e\x8e\xf9\x8b\x6b\xc4\x9b\xa5\xb2\xb7\xa7\xc8\xfd\x2b\x2f\x4c\x2c\x7a\xb3\xc3\xbd\x61\x97\xec\xf2\xbd\x91\x94\x11\x43\x54\xa3\x64\xc4\x2a\x06\x6e\xf6\x8c\x94\x68\x22\x15\xbf\x7c\x35\xb2\x5f\x9b\xd1\xcc\x77\xc4\x36\xe6\x3a\xe9\xf7\x32\x69\x2e\xf2\x68\x54\xc2\x44\xc0\xcf\x73\x59\xb1\x16\xfe\x94\x85\x41\x56\xf4\x48\xf4\x1f\x89\x2b\xe1\xf7\xd4\x9a\x2e\xf0\x2c\x51\xb3\xe7\x37\x1f\xca\x28\x7f\x3a\x8d\xf4\x94\x38\x90\x47\x90\xc7\x5a\x95\xaa\x0c\x7a\x76\x7d\xba\xa0\x34\x93\x60\xe9\x62\x37\x68\x5d\xba\x26\x3d\x8d\x68\xea\x0d\xdd\x8d\xd3\x06\x19\xe8\x45\xc7\x38\x0a\xdc\xe4\xb7\x58\x82\x3c\xb0\x00\x98\xe0\x65\xf1\xf8\xdd\xae\x74\x20\x7f\x00\xd9\x68\xe9\x61\xee\x53\x88\xb8\xe8\x90\x6f\x79\xf8\xf8\xdc\xfb\x76\x50\x7b\xc8\xe3\xa6\x5f\x1d\x2c\xd0\xb5\x6e\x12\x08\xf8\xee\xf1\xe9\xf7\x83\xba\x43\xb4\xa4\xc5\x63\x14\xa6\x1f\xf6\xe1\x2c\x31\x44\x99\x5c\x05\x5b\xa2\xa4\xf5\xf6\xcc\x5f\xae\xc7\xbe\xad\x10\x1d\x4c\x52\x35\x2f\x72\x44\xc9\x5d\x1c\xe3\x5f\x15\xd5\x4e\x56\x1c\xa5\xc0\x07\xf0\x4c\xd6\x84\x3d\x13\x41\xae\xa6\x6d\x19\x54\xb1\x42\x72\xed\x7d\x2b\xce\xd5\x53\x64\x50\x7d\xd7\x36\x60\x3b\x88\xb9\xc2\xe3\x06\x56\x44\x40\x6d\x50\xdd\x55\x1b\x76\x2f\x97\x20\x6a\xeb\x67\x4c\xf0\x5c\xa6\xc4\xff\x09\x17\x0d\x2e\x2f\x6e\x9a\xd4\x4d\xe2\x0e\x4b\x5d\x8f\x42\x36\x2b\xbf\x4d\xa2\x53\x71\x7b\x05\x7d\xd1\x70\x49\x55\xb9\x36\xcb\x81\xde\x7c\xb0\x9c\xcb\xae\xdb\x59\x09\xda\xc3\xb9\xd9\xa3\xc7\x69\xb0\x80\xd0\x59\x7c\xa7\x86\x8b\xd9\x95\xac\x56\xdb\xb3\xf9\x07\x4f\xb6\x92\xc6\x38\xa9\xab\x0f\xd5\xc2\xf1\x44\x5a\xad\x2d\x47\xf4\xd9\xa6\x55\xb4\x1c\x5f\x98\x6f\xb5\x30\xa6\x66\xf6\x81\xe7\x80\x70\x41\xd5\x88\x1c\x0b\xdf\x9d\xfd\xe5\x7c\xd5\xd2\x2b\xf4\x42\xcd\xd6\x4e\x5a\xa4\x65\xd0\x2f\xfe\x52\xba\x02\x4b\x75\x0a\xa2\x69\x16\x67\x55\x5e\x07\x1a\xdf\xd7\x47\x7a\x4b\xcd\x6c\xe9\x0b\x43\x56\xcc\x90\x10\xd3\x7f\x34\xef\x0c\xcc\xd2\x86\xea\xfa\x88\x66\xb4\x51\x47\x8d\xd3\x4c\xe0\xdf\x3e\xe4\x17\x1a\x50\x99\xae\xc1\x38\x6f\x89\x5b\x06\x6d\x25\xa1\x15\xa3\xc1\xd5\x69\xa7\xb7\x79\xdb\xe2\xd8\xa6\xe6\xe5\x2a\x26\x63\x38\xab\x56\x67\x2a\x2a\x3f\x97\x88\xf2\x36\x32\x74\x75\x55\x39\x32\x43\x61\xf0\xd0\x2d\x35\x3c\x80\x86\x68\x88\x42\x19\x09\xe6\x8f\x63\x47\xfa\xf6\x6a\x9e\xc9\x77\x07\x1b\xe3\xa7\xc0\x59\x72\xa1\x29\x65\xd3\x9d\xec\x3c\xe4\xe5\xa5\x97\xdf\xd5\xa2\xdd\x48\xea\xf1\x98\x21\xc1\x6e\x54\xb3\xac\x85\x92\xf5\x1f\xe1\x8f\x8b\x12\x09\x7e\xea\x7b\x8f\xba\x66\xee\x4e\xea\x43\xf5\xec\xa5\xd9\x92\x05\x9b\xde\x73\x8d\xae\x1b\x67\x0c\xb6\xc3\xf6\x98\xd8\xa4\xc5\x5c\x9d\x50\x1a\xae\x55\x20\x79\xe3\x92\xe5\x17\x4e\xb3\x18\xaf\x3c\x85\x03\xf7\xa1\xd9\x45\xf6\xbf\xa3\xd5\x78\x11\x40\x34\x78\x66\x9d\x92\x79\xbf\x49\xdd\xec\x47\x39\xa8\x57\xce\xdb\x98\x95\x1b\xb9\xd3\x26\x06\x0b\xf3\x34\x8e\xd2\x5d\x49\x3c\xdb\x9a\xda\x47\x16\x6f\xcd\x05\xbd\x27\x6c\xbe\x14\xb5\x8a\x12\xb0\x7d\x11\x12\xad\x49\x26\xd1\x3d\xd9\x6c\x7d\xd2\x50\x9e\x88\x04\x26\x1b\xb4\x40\xfe\x3a\xdb\xae\x3e\x1f\xb6\x65\x6f\xa4\xb4\x1e\xbe\xfe\x83\xeb\x59\x96\x28\x19\x57\x7f\xca\x35\xf5\x13\x58\xc3\x90\x87\x34\x5a\xe6\xe7\x22\xcb\xff\x5c\x16\xfc\x9b\x28\xdd\xa8\x76\x94\xa6\xe6\x4b\x72\x71\xc9\xfe\x19\x8d\x77\xe7\x7b\xd4\xa4\x7b\xe3\x0e\x93\x64\xb0\x3f\xe5\x21\x31\xb0\x2a\xac\x7e\xcd\xec\x26\x92\x6d\xa5\x93\x0b\x79\xf3\x3e\x71\x7a\x3e\x66\xb1\x1e\x4a\x1c\x92\x38\x06\x11\x39\xe9\xe9\x63\x0e\x50\xc3\xd1\xd5\xba\x7c\x13\x4e\x57\x63\x29\xc4\x53\xe1\xe3\xb5\x77\x1e\xf8\x59\xec\x39\xdb\x08\x6a\x5c\xe2\x47\x97\x8f\x4f\xf2\x4f\x42\xb3\x7d\xd7\xe7\x06\x24\x80\xef\x9a\xa6\x7a\x35\xcb\x37\xb4\x90\x1e\x82\x27\x7e\x00\xd6\x6d\xb3\x65\x27\xc1\x24\x77\x20\x04\x17\x44\xce\xa2\x02\xbe\x45\x3f\xbf\xb0\x8b\x2f\x5c\x34\x51\x64\x2f\xf9\x62\x4b\xbf\x89\x0d\x80\x27\x29\x7e\x5e\xd2\xcf\x4b\x46\xc5\xf8\x55\xd0\x2f\x16\x76\xe1\xc7\x5b\x6e\xc9\x32\x11\x69\x49\x38\xeb\x0b\xe4\x83\xb6\xfc\xf3\x9a\x7e\xe4\x35\xfe\x94\xee\x39\x43\xaa\x8b\x5b\x8a\x62\x19\x85\x8b\xf5\x4f\x94\x5e\xe2\x6d\x41\x19\x8f\xca\x45\x45\x7e\xcd\x25\xa2\x28\x44\xb6\x18\x63\xde\x68\x77\x2a\x9b\xbd\xcb\x2f\x56\x77\x29\xbd\xe9\x14\xae\x4d\x2e\x5d\xc1\xc7\x84\x7e\xb7\xf9\xdb\xa5\x9b\x8b\x9b\x08\x17\xba\x99\xe8\xbf\xb4\xb7\x45\xdb\xec\x90\x51\xe1\xd5\xcc\x25\xd0\x71\x99\x73\x80\xe7\x1a\x89\x00\x19\xd9\xc8\x96\xab\x92\xe3\xb6\xb0\xc5\xe6\x7b\x0d\x3b\x1b\x05\x9f\x68\xe7\x33\x97\x68\xab\xac\x77\xbd\xca\x34\x06\xf9\xdf\xc0\x26\x24\x8d\x98\xdd\xf1\x63\x48\xb4\x71\xce\x63\x3e\x63\xa9\x0a\x01\xc0\xf2\x82\xa8\x91\xd3\x60\xb6\xca\x81\x31\x98\xa5\xbb\xf7\xa7\x3f\x71\xe2\x46\x62\x07\xff\xfc\x67\x62\xa2\xee\x33\x74\x33\x13\x15\xf8\x3e\xb6\x04\xc8\xa5\x36\xfd\xfd\x4d\xd4\xe0\xe1\x7d\x04\xd4\x60\x4f\x1a\x56\x3f\x27\xa1\xf0\x7c\x70\xa3\xff\x1d\x00\x00\xff\xff\x9d\x98\x20\x71\x91\xcc\x00\x00")
+var _confLocaleLocale_fiFiIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xeb\x8e\x1c\xc7\xb1\xe6\xff\x7e\x8a\x12\x0d\x42\x12\x30\x6c\x41\xd6\xd9\x0b\x04\xb5\xbc\x94\xc4\xa3\x0b\xaf\xab\x19\xd1\x6b\x08\x44\x2b\xa7\x3b\x67\xba\xa6\xaa\xab\xda\x55\x59\x4d\xb5\x0d\xff\x3b\x3f\xf7\x01\xf6\x01\xf4\x0c\x7a\x01\xbe\xc9\x3e\xc9\xc6\x17\x11\x79\xab\xaa\x19\x92\x3e\xc6\x1a\xb0\x38\x5d\x19\x79\xcf\x8c\x8c\x7b\x98\xc3\x61\xbd\xb5\xfd\x66\xf5\xb8\x3c\x0e\xae\x6d\x8a\xd2\xf5\xf6\xc1\xae\xed\x9d\x71\x6e\x28\xbe\x2d\x5d\x71\x30\xf5\xd1\xd6\xc3\x62\xb1\x6b\xf7\x76\xf5\xc8\x0d\x3d\x81\x2e\xb6\xa6\xdf\x5d\xb6\xa6\xdb\xae\x1e\xb7\x37\xb6\x36\x83\x33\x0b\xfb\xeb\xa1\x6e\x3b\xbb\xba\x18\x5c\x55\x2e\x76\xb6\x3e\xac\x1e\x1e\x06\xb3\xe8\xcb\xeb\x66\x5d\x36\xd4\x47\x77\x63\x86\xed\x50\xf4\x65\xff\xe6\xb7\x37\xbf\x35\x52\xd2\x0e\x2e\x16\x0d\x75\xdb\xcb\xe7\xe1\xb0\xfa\xd1\x56\x65\xef\x6c\xf7\xe6\xf7\x72\x7b\x5a\x74\xf6\x9a\x7f\x8d\x3e\xbf\xb6\x97\x7d\xe9\xec\xea\x99\x75\xae\xc4\xd8\xdc\xe2\x68\xbb\xbe\x6c\x9b\xd5\x4b\xfe\x77\x71\x30\xd7\x76\x75\x8e\x51\x3b\xbb\x3f\xd4\x86\x80\x9f\x9a\xba\x2e\x17\xb5\x69\xae\x07\x14\x3e\x2e\x2d\xfd\xdc\x74\x96\xca\xd6\x8d\x7d\xbd\x7a\x32\xb4\xcb\xe5\x72\x31\xf4\xb6\x5b\x1f\xba\xf6\xaa\xac\xed\xda\x34\xdb\xf5\x1e\xf3\x7b\xfc\xe6\xb7\x93\x73\x6f\x7e\xbb\x79\xf3\x1b\x97\x95\x75\x59\xdc\x98\xa2\x96\x59\xf1\xe8\xed\x96\x26\xbc\x36\xbd\x4e\xcc\x0d\x8d\xb5\x8d\x29\xaa\x58\xb3\x21\x48\x6e\xbf\x31\xfb\xac\x49\x82\x6d\x86\x7e\x61\xf7\xa6\xac\x57\xe7\x6f\x7e\xdb\x55\x6f\x7e\x3f\xd0\x86\x94\x34\x8f\xbe\x7f\xdd\xd2\x92\x9f\x9b\xda\xf4\xa6\x31\xb4\x24\x6b\x77\x3a\x58\xee\xa5\x2d\x9d\x29\x86\x61\x6b\xeb\x9a\xfa\x5a\x6c\xcc\xc1\x6d\x76\x66\xf5\xb5\xfc\xbb\x20\x58\x6a\xa5\x74\x6d\x77\xa2\x05\x3c\xb4\x8b\xb6\xbb\x36\x4d\xf9\x37\xe3\xb0\x52\xcf\xf9\x47\x6f\xf0\x6b\xb1\x2f\xbb\xae\xed\x56\x2f\x2c\x4d\x6c\x41\xab\xb1\x46\xd5\xd5\x4f\xb4\xf1\x05\xfe\xe2\x4f\xfb\xf2\xba\xc3\x42\xf2\x57\xfe\xc1\x55\xa5\x88\xab\x73\xc9\x81\xda\x30\x34\x1b\x7c\xbf\x6a\xbb\x4a\xbe\xee\x8c\xe9\x0c\xb7\x45\xe7\x8c\xcb\x68\x30\x52\xd4\x66\x03\xa1\x39\x5e\x5b\x2e\xfc\x4b\x5d\xd3\x6a\x97\xdb\x37\xbf\x65\x20\x34\xe7\x85\xd9\xee\x69\xad\x0f\xa6\xb1\xb5\x07\x73\x6d\x81\xdf\xd8\x54\xb3\xd9\xb4\x43\xe3\xd6\x3d\x8e\x47\x73\xdd\xaf\x2e\x68\x56\x4d\x61\xe8\xf7\x50\xd1\x7f\x16\xa1\xe0\x61\xf8\x74\x6a\x87\xb0\xed\xab\x17\xba\xc5\x7d\x29\xdf\x27\xf0\x54\x40\xbd\xb8\xf2\x58\xba\xd2\x52\xfb\x6d\xb9\xa7\x36\x0e\x43\x5d\xd3\xc2\xfd\x75\xb0\xbd\xeb\x57\x2f\xe8\x57\xa1\xbf\x4a\xb7\x28\xfb\x9e\xfe\x5a\x3d\x6f\xae\x6d\xbd\x37\x6e\x41\xbb\xd5\x6c\x68\xf8\x2f\x6c\x37\xe0\x26\x2d\x7e\x2e\x1b\x5a\x9a\xba\x7e\xb5\xd0\x3f\xd0\x1b\x9f\x0b\xaa\x4e\x83\xd2\x5f\x47\x53\xee\xac\x75\x45\xeb\x9c\xb1\x7d\x6f\x0a\xdb\xd0\x1a\x56\xb6\x73\x26\x1c\xb6\xdf\xdf\xfc\xde\x2c\xb6\xed\x86\xbe\xae\x71\x27\xe9\x02\xfd\xd0\xf6\x52\x4a\xa7\xad\xf8\xb6\xbd\xee\x4b\x53\x7c\xc3\x10\xb4\x32\x7c\x39\xb1\x8c\x67\x45\x5b\xdb\x62\x77\x3a\xd2\x9a\xe3\x78\x0f\xb6\xf8\xc2\x14\xce\x74\xd7\xd6\xad\xee\xad\x2f\xe9\xf6\x54\xf7\x8a\x5d\x67\xaf\x56\xf7\xee\xf7\xf7\xbe\x6c\x77\x37\x34\x96\x2f\x3e\x31\x5f\x16\xbb\x81\xaa\xd2\x0d\xeb\x31\x5d\x1a\x54\x63\x9b\xa2\x1a\xa8\xf1\x3d\xa6\xe7\xe8\xc0\x38\x46\x00\x05\xfd\x53\xd3\xff\x0b\xdc\xdb\xda\x99\x0f\x16\x58\x23\xba\xcd\xeb\xed\xa5\xe0\x25\x8c\x0e\x7d\x1e\x81\x98\x6c\xf1\xf4\x74\xfe\x3f\x9f\x9c\x15\x2f\xe8\xe0\x5c\x77\x96\xff\xa6\xff\x50\x85\xcf\x08\xa8\x2c\x2e\xca\x6f\xbe\x5a\x2e\xa8\xae\xac\xd2\x45\x69\x5d\x5b\x99\x86\x2e\x46\xdc\x6f\x94\xe2\xce\x24\x85\xee\x74\x3a\x1c\x08\x63\x51\xab\xab\xef\x69\xf6\x0d\x0d\x89\xef\x66\x7a\x2f\x67\xae\x1f\x35\xc5\xb7\xd7\x37\xd5\x98\xa6\x68\xca\x7d\x89\x02\x5d\xea\xe7\xe9\x12\xea\x9a\x17\xdf\x3f\x7b\xf6\xfc\x9b\xaf\x8a\x7d\x4b\xfb\xd6\x76\xb4\xf8\x54\x36\xb8\xab\xff\xbe\xbe\xb6\x8d\xed\x4c\xbd\xde\xd0\x9d\xb2\x1d\xb0\x1c\x6d\xdf\x6f\x32\xeb\x9e\x06\xb6\x5c\xf4\x7d\x4d\x48\x68\x4b\xf8\xec\xfc\x49\xe1\xe8\x72\xd1\xb0\xdc\x6e\xf5\xa2\xad\xab\x61\xd1\xff\xb5\xc6\xda\x69\xd7\xe3\x85\x21\xf0\x30\xe3\x03\xe0\x97\xc5\x17\x97\xdd\x97\x8f\x75\x50\xe6\xb2\x6f\x6b\xda\x1e\x42\xa2\x1e\x80\x46\x3c\x34\x3c\xea\xa6\xc1\x58\x7e\x0b\xaf\x41\xb3\x5c\xd8\xae\x5b\x13\x3a\x75\x27\xec\x15\x0f\xe2\xad\x1d\x16\xb6\x2c\x8e\x2d\x5d\xf2\xba\xc6\xa2\xef\x6e\x30\x23\xb4\x53\x36\x47\x53\x97\x5b\xda\xb6\xb8\xa4\x49\x7d\x5d\x57\x8b\x25\xc8\xda\xc0\x22\x55\x96\x9a\x29\xee\x2d\xef\x61\x15\xef\x3d\xb8\xb7\x5c\x34\xed\x5a\x70\x02\x30\xf6\x96\x30\xc5\x25\x61\x6f\x79\x3d\x3a\x41\x77\x8f\x1c\xb7\x71\x68\x31\x57\xbf\x2f\xbf\x63\x86\x74\x49\xc3\xe3\xd2\xb8\x92\x3e\xd4\x43\x4b\x57\x94\xa6\x70\x0a\xb8\x85\xd6\xbd\xf4\x43\x97\x25\xf0\x38\x48\x4f\x48\x44\x43\xbd\x9e\x95\xd9\xa9\x2f\xfc\x7e\xcb\x71\x3d\x6f\x69\x69\xeb\xa1\xa7\x9e\x2c\x5d\x1d\x97\x1c\x5a\xbc\xd3\xbc\x2e\x01\x86\xcf\x99\xff\xec\xb7\xfc\x89\xc1\x23\x90\x22\x48\x42\x07\x80\xc4\x45\xdb\xe1\xc2\x95\x3d\x8f\x00\x87\xb1\x3d\x1a\xbe\x84\x72\x4b\x3f\xe0\x07\x42\x36\x12\xef\x43\x53\xdc\x0c\x43\x47\xf7\x96\x77\x2e\x16\xfa\xae\x1e\x9b\xb2\xaa\x4a\xa6\x10\xac\xac\xdb\xa1\x75\x85\x23\x3c\x67\x68\xb7\x80\xb2\x2c\xed\xfb\x9e\x7f\x68\xdf\x3b\x53\xd9\x3d\x2d\x6e\xdb\xd2\xf1\xe9\x06\x7a\xe2\x71\xc5\xce\x07\xba\x02\x6e\xf2\x36\xfa\xf2\xd0\x5f\x2c\xc6\xe2\xa2\xd1\x13\xdd\x5b\x59\xd0\x03\x26\xd2\x9f\x78\x10\x3c\xee\x52\x86\x4d\xa7\x97\x66\xda\x73\x0f\xd8\x68\x60\x13\xc2\x0f\xb4\xa1\x25\x53\x07\x55\xd5\xea\x73\x2b\xdf\x7c\x67\x17\x6f\x7e\xdb\x53\x1f\x84\x5e\xab\x81\x2b\x9e\x9f\x7f\x57\x54\x35\x0d\xbc\x2c\x7e\xfa\xf1\x89\x2d\x77\x65\x83\xbb\xb8\x5b\x1f\xda\xce\xad\x50\x8a\x3f\xe8\x8d\xf6\xdf\x7c\x4b\x2f\xf8\x73\xd1\x0c\x74\x54\x69\x68\xad\x93\xb6\xe4\x1a\xe1\x48\x97\x61\xe2\xc0\xb8\x78\xff\x31\x39\x3e\x20\x55\x1f\x8e\x28\x3f\x33\xd9\x39\x45\x2b\x8e\x9e\x9a\xb2\x69\xb0\x9c\x3b\xe7\x0e\x32\x98\xef\x2e\x2e\x5e\xf8\xd1\x84\xaf\x77\x0c\xa7\xf7\x27\x8a\xf6\x8e\x30\x2c\x16\xcd\xd9\xda\x62\xe7\x96\x7c\xc0\x86\xae\x8e\xc7\x8e\x66\xef\x3f\xde\xba\x58\x18\xc1\x27\xf8\xcf\xf9\x78\xcd\xb0\x1b\x44\xa8\xd0\x5f\x15\x5e\x9a\x48\xdc\xe8\x8a\xd6\xed\xf5\xba\x23\xac\x28\xc7\xf0\x49\x0b\x28\x39\x7f\x59\x49\x38\xee\x04\x60\xfd\x61\xa3\x5d\x0c\x07\x8c\xae\x56\x7b\xc0\x4d\x0f\x77\xeb\x25\xe1\x17\xc2\x23\xa3\x6b\xc5\x44\x96\xbf\x7d\x09\xa9\xe5\xd1\x5c\x4a\x26\xec\x69\x29\xf9\x85\x38\x7f\x4a\x0b\x5c\xfa\x67\x82\xbf\x5f\x75\xed\x7e\xf5\x84\x1a\xb0\xfe\xb1\x08\x9f\x03\x36\x4e\x9b\xaf\x13\xd0\xa6\x68\x7b\xa2\x63\xec\x59\xf1\xe3\xbf\x7f\x5d\xfc\x97\xcf\xfe\xf8\xc7\x65\x71\x6e\x23\xb2\x38\xd8\xba\xaa\xf0\x44\xa6\x0d\xf8\x2a\x40\xb5\xf7\x9e\xd1\x29\xb8\x57\x7c\xc1\x93\xf9\x1f\xf6\x57\x43\x34\xae\x5d\x6e\xda\xfd\x97\xf4\xdc\xb6\xdb\x96\xe8\x82\xe5\x02\x65\x74\x99\xf8\xc6\x3d\xc9\x7a\x4f\xdb\xf5\x60\x01\x91\x8d\x40\x23\xdd\x29\xa4\xf8\x7a\xd3\x36\x57\x65\xb7\x5f\x3d\x77\x19\xbd\x31\xc2\xa2\x74\x36\x3a\xec\x0b\xdd\x33\x5e\xf0\xa6\x75\xe5\xd5\x69\x52\x29\x9b\x61\x59\xef\x69\x8a\x9e\x44\xeb\x88\xa4\x5f\xe3\x9f\x72\x63\x75\xbf\x5e\xc8\x15\xe2\x33\x05\xb2\x62\x66\xcf\xda\xab\x2b\x02\xb0\xf2\x60\x8e\x7b\x7b\x2e\x85\xf2\x88\xa6\x90\x74\x61\x0e\xc4\x7c\xbc\xe0\x9b\x97\xdd\xb9\xaf\xbf\x79\x56\xec\x4f\xf4\x83\xee\x0a\x5d\x9d\x46\x9e\x02\x5a\x2b\x73\x56\x54\x82\x0f\x3b\xdb\x0f\x5d\x4f\x77\x95\xde\x2e\x5a\x7a\xd7\xfa\x71\x31\x5a\x3c\x10\x90\xf1\x74\x11\x21\x22\x7d\x9b\x88\x7a\x3e\x1a\x22\x72\xe6\xfa\xfc\x56\xcb\x02\x1f\x36\xae\x74\xfb\x70\x43\x55\x5e\xa1\x8a\xd8\x10\x5a\x18\xc7\x87\xcf\x11\xa5\x16\xc6\xec\x99\x98\x6a\x20\xf0\xa2\x6d\x22\x2a\xc6\xed\x0a\xa8\x8a\x2e\x59\x3c\xb8\x7b\x3c\x8d\x38\x7d\x44\xe8\xd1\xbe\xc6\xb9\x64\xef\xec\xcc\xa0\x98\xc1\xcc\x8f\xc7\x6c\xdd\x99\x69\xf9\x63\x88\x26\x46\x27\xec\x0c\xe8\xa7\x49\x9e\x68\x5c\x1f\x7a\xb9\xb7\x06\x3b\x64\x85\xd0\x68\xb8\x13\xcf\x18\x8d\xcf\x83\x67\x94\x72\x30\x3f\x0c\x53\xd1\x65\x2c\x41\xc7\x6a\xc1\xdd\x43\x72\x27\x2b\xf4\x1a\xd3\xb3\xc4\xa6\x29\x0f\xbc\x3e\x96\xc4\x5d\x8e\xbb\x3e\x1a\xb3\x2d\x03\x57\x5c\x29\xcb\xb8\xe7\xee\xe8\x2d\xdc\x6d\xf1\x16\xe0\x01\x10\xf6\x76\xae\x4d\x1d\xe7\x4b\xe3\x29\x78\x8c\xaa\x8a\xcc\xa7\x4b\xc7\xcb\xd4\x0f\xf6\x5a\x1b\x97\x76\x69\x0d\x4b\xa2\x46\xe8\x20\xdc\x18\x7e\xc9\xad\x82\x10\x52\x95\xf6\x78\x8d\xe3\xf0\xfa\x4f\x46\xd7\x9c\x9b\x59\x2a\x43\xa6\x7c\x92\x90\xf1\xe7\x65\x43\x6f\x31\xd1\x40\x9e\x94\xd7\xcd\x19\xd3\x54\x45\x73\xa2\x71\x80\x8b\xd9\x53\x9f\xbc\x00\xc9\xb8\x8b\xef\xbf\x59\x7d\x4a\x58\x28\xad\xd7\x96\x95\x25\xa6\x97\xb0\xfa\xe0\xe8\x0d\x37\xa0\x5f\xe5\x76\xc9\x30\x04\x59\xfc\x25\xeb\x27\x25\xac\x18\xe8\x16\x1e\x7c\x44\xd5\x05\xba\x5f\xb1\x5e\x2c\x79\x29\xf8\xcd\x44\x0c\x29\x55\x85\x89\x4f\xa8\xc1\x14\xd7\x2a\x67\xb7\xbe\x6e\x85\x99\xa4\xe7\x89\x09\x94\x85\xa3\xf1\xaf\xaf\x4b\xb7\xbe\x02\x36\xde\xae\x1e\x11\x79\xd3\x32\x05\x3e\xd0\x02\x5a\xc8\x66\x4c\xf1\x21\x01\x7c\x48\x44\xdc\x9e\xc8\xac\xd6\x7c\x5e\xdc\x3f\x2a\xf9\xff\x19\xd0\xeb\x9a\x6e\x3e\x61\x26\x3a\xc8\xab\x1f\x86\x9a\xee\x79\x3f\x14\x22\x15\xa1\x53\x84\x6d\x20\x66\x4e\xc9\xf5\x31\x9b\x67\xf0\x84\x1f\xcb\xce\xe8\x79\xbf\x2c\x1b\xec\x3e\x91\x54\xd2\x80\xbc\x3d\x84\x40\x30\xdf\xfb\xfd\x59\xf1\xe8\xfb\xe2\xba\xbd\x1c\xca\x7a\xab\x10\x8e\xde\x1b\x4f\xd1\x13\x3d\xaf\x07\x61\xc2\x8d\xf5\x18\x08\xfa\xc6\x16\xca\x0c\x7c\xad\x9c\x14\x4d\x29\x3a\xa0\x27\x1a\x1c\x71\xbd\x32\x3c\xae\x16\x68\x45\xcc\x9c\x88\xf5\xcd\x4e\xa9\xca\xa1\xcf\x8e\x8f\xf6\xd7\x9c\xaa\xd3\xf8\x68\x51\x3b\x7d\xf1\xe0\x4b\xfa\xef\xa2\x37\x47\x2b\x0f\xdb\xb5\xdf\x01\x65\xf5\x33\x62\xa3\xb0\xc9\xb6\x64\xa3\xcf\xce\xff\xec\xd1\xeb\xa7\x73\xf0\xa7\xa1\x1f\x36\x1b\xc2\x1d\xab\x0b\xbc\x79\x74\x09\x5b\xf3\x41\x41\x4c\xe4\x7e\x6f\xe9\x49\x24\x64\x48\xdc\x22\x23\xe0\x02\x7d\xb9\xbe\x14\x06\xfe\xac\x10\xd9\xc8\xce\x0c\x7d\x65\x98\xbe\xd7\x0f\xc4\x89\xd3\x82\xe3\xca\x01\xfd\xf6\x65\xdc\x9a\x29\xb1\x25\x0b\x1d\xa8\x28\xac\x57\x45\xd4\x8b\x91\xcd\x59\xfc\x0c\x09\xe0\xab\xc5\x20\x1c\x47\x5b\x6f\x73\xb2\x5c\x2e\x0d\x3f\x0a\xfd\x9c\xd8\xca\x57\x09\xd7\xa8\x7f\x5d\xd2\x56\xad\x83\x28\x11\x8b\xee\xec\xaf\x0e\x58\x6c\xb7\x05\x87\xc2\x92\xc5\x2d\x3d\x9c\x15\x4a\x2a\x6a\xcd\x2c\xf6\x27\x3e\x1e\xbd\x70\x29\x25\x5d\x46\x7a\x5b\x2f\x5b\xbc\x1a\x47\xab\x45\x7f\xa1\x07\x8e\x66\x40\x4f\xb5\xf0\x25\xa8\x44\x5c\x51\x9f\xc9\xb9\xa8\x2e\x7d\x16\x69\x55\x2f\xd2\x2e\xfa\xc4\xc8\x94\x45\x9d\xcf\x94\x31\xa6\x23\xa1\x02\x9b\x25\x6d\x2b\xcb\x80\xe2\x00\xa8\xc0\x40\x00\xf4\xb3\x0a\x3f\x5f\x2d\x62\x99\x63\x19\x42\xbf\xfa\x09\xff\x25\x22\xc6\x74\x38\x98\xfc\x0f\x55\x20\x7c\xb5\x7b\x95\xc8\x1c\xd7\x2a\xa9\x82\xec\xb1\x18\x06\x26\x21\xea\x32\x92\x5a\x3b\x7b\x00\x69\xb6\xef\xaf\x57\xcf\x89\xe8\x91\xe3\xf4\xa7\x62\x22\x54\x05\x0a\xfd\x60\xd1\xb7\x9b\xd2\xd4\xeb\xb7\xd5\x7e\x52\x42\x12\x23\x55\xf2\x57\x58\x04\x9f\xc4\xdc\x12\xed\xdf\xd1\xfb\x3a\x42\xf5\x6d\x23\xac\x89\x85\x98\x38\x79\xdf\x97\x45\x26\xf1\x00\x83\x71\xa2\xcd\xe0\x33\xc2\xef\x43\x0f\x29\x73\x40\xdf\x60\x5d\x26\xfd\x8a\xe4\x73\xae\xd7\xf4\x5c\x79\x9a\x12\x68\xfc\xf6\xe1\xd0\xfa\xed\xed\xfe\x12\xad\xda\xd5\xd3\x81\x91\x34\xdd\x4e\x7a\x45\xaf\xe8\x40\xf0\xe1\x57\x1c\xfe\x53\xd3\xee\xe8\x26\x57\x91\x67\x67\x10\x7b\x27\xc8\x9f\xbc\xac\x9a\x50\xcf\xeb\xd5\x85\x3e\x6e\xae\x92\xf5\x6d\xfe\x54\x64\xb2\x6a\xac\xf3\xd2\xbf\x1e\x42\xe5\x30\x3d\x4c\xb8\xdf\xf9\xd5\x66\x29\x68\xa0\x97\x47\x54\x7f\xa3\x04\x18\x4d\xf3\x14\xf1\xb0\x25\xb4\xf4\xc5\xe5\x97\xf7\xfb\x2f\x3e\xb9\xfc\x72\x84\xce\xe9\xbd\xad\xf4\x65\x32\x07\x21\x04\x7a\x3b\x74\x86\xde\x87\xa6\xb8\xbf\x2d\x70\x69\x53\xa1\x1f\xe0\xb6\xca\x6e\xe6\x8b\x4f\xe3\xa3\xaf\x7d\x09\x32\xa0\xde\x97\x65\x05\x5c\xc2\x72\x4f\x2b\x97\xc2\x9f\xdf\x87\x15\x7d\x6b\xe5\xf8\xf6\x38\xc0\x3c\x3d\xa2\x20\x4b\x97\x1f\x29\x90\x8e\x7a\x14\x0d\xa1\x0e\x7a\xc2\xa5\xe6\x78\xa7\x65\xd6\x25\x11\xab\x54\x66\xc6\x27\x6c\x8b\x33\xf6\x19\x6f\x2a\x84\x57\x8c\xfb\x4e\x5d\x29\xe7\x8d\xd6\xa7\x89\x42\x71\x62\x93\x4d\xbf\x1e\x1a\xdd\x01\xbb\x95\xa3\xf6\x1d\xe1\x39\x3c\x64\x34\x37\x88\x2f\xf8\x89\xd1\x07\x9d\x76\xa9\x6d\xe6\x58\xaf\xe2\xa3\xb0\xe2\x1f\x2f\x0b\x08\x54\x71\x0a\x69\x60\xb4\x7e\x98\xca\xfc\x0e\x1a\xc6\x8e\x9e\x06\x72\x71\x64\xb2\xad\x27\x5a\xf7\x66\xb4\x81\x15\xd1\xe5\xc0\xe8\xf4\x36\x98\x16\x24\x99\x01\x17\xd1\xd0\x93\xe9\xf0\xce\xf2\xea\xea\x3c\x1e\x2b\x28\xf0\x3c\xa6\x3f\x6a\x9d\x45\x0c\xb2\xb3\xb7\x2c\x34\xed\x96\xf5\x0c\xda\x9a\x0e\x3d\x70\x88\xb3\x60\xf0\xdd\x3c\x03\x0a\xb1\x98\x3e\xaa\x75\x59\xca\xb1\xdc\x33\x7b\xaf\xe2\x5d\x3a\x02\x2c\x29\xc1\x18\x31\x54\x37\x3f\xd2\x8f\xc2\x50\x3f\x9e\x8c\xd5\x5f\x35\x42\x6c\xc0\xf4\xa3\x15\x6d\x16\xd2\x6c\xb8\xa3\xcf\x00\x14\x09\xb1\xbe\x0c\xef\xdd\x86\xc5\xa6\x7c\xf2\xc2\xee\x54\x6d\x4b\xe8\xa7\x94\x2d\x6f\x76\x74\x50\x07\xec\x1e\x76\xe9\xc8\x54\x8f\xa0\x90\xb4\x87\x20\x90\x1a\xcd\x81\x47\xe7\x4c\x3e\xe8\x3e\x79\xfe\x08\xdb\xad\xfb\x1d\xcb\x8b\xc2\x94\x08\x07\x0e\x42\x08\x05\x7e\xff\x88\x05\x00\xf5\xab\x22\xf3\xff\x2a\x52\x4e\x16\x38\x2e\x7e\xc6\xf2\xbd\x92\x6b\x87\x77\xc3\xdf\xb9\xec\x4a\x98\xfc\x02\x06\x60\xa1\x46\x5f\x9a\xdd\x51\x30\x42\xb2\x8c\x01\x97\x94\xe3\xf5\xbc\x38\xed\x6e\x88\xde\x61\xcc\x30\xe6\xfe\x3d\xad\xf2\xe3\xf8\x6d\x60\xa2\xa8\x01\x4b\xe1\x02\x19\x13\xab\x29\xfb\x1f\x29\x1c\xe6\x4e\x4d\x83\xe9\x11\x53\x40\xf3\x23\xee\x69\xf5\x98\x1f\x89\x45\xd3\xae\x1e\xd1\x43\x4d\xdb\x44\x55\x9e\x0e\x2d\xd6\x9c\x00\x09\x35\xef\x5f\x2d\xf0\xb2\x3e\x9b\xa7\xdd\xf1\x00\x73\x91\x08\x33\x59\x5c\xfa\x68\xa2\x53\xd3\x73\xbc\x78\x31\xa1\xf1\x7f\xb4\xb9\x66\x2d\x08\x72\xa3\x8a\xed\xfc\xfc\xbb\x0b\x11\x1d\x9d\x7f\x57\x18\x66\x8e\xb8\x9b\xef\x9c\x3b\xf4\x3f\x75\xf5\x4a\x64\x60\x10\x99\xbd\x30\x27\x9a\xe7\x16\x1f\xf5\x4f\xfe\x7c\x61\xcd\xfe\x99\x88\xbb\x21\xc9\x93\xea\x0f\x89\x30\xe0\x8f\x4f\x86\xa3\x57\x28\x3c\x04\x49\xf9\xe8\x2e\x6e\x22\x70\x85\x96\xb5\x6f\xbf\xcc\x09\x9c\x7f\x59\x98\xfa\x40\x3c\x2d\x28\xae\x00\x97\x09\x52\x99\xb9\xa3\x0e\x05\x51\x89\x98\x10\xb3\xd7\x0b\x51\x97\xc7\x92\xce\xd2\x47\x0f\xd6\x1f\x47\xd9\x7b\xde\x2c\xa1\xe3\xff\x74\xd3\xf8\x74\xc0\x59\xc9\x3a\xe9\xcb\xbf\xd9\x5b\x9a\x6e\xab\x16\xbc\x08\x01\x31\xe5\x3d\x07\x28\x2f\x1c\xe3\x15\xbe\x62\x65\xa3\x2a\x28\xa2\xfb\xc3\x05\xa3\xfa\xe6\xd7\xb7\xd7\xb7\xcd\x2d\xb5\x05\x7b\x26\x3b\x00\xcc\x48\x24\xf4\xd1\x0b\x0f\x26\x77\xce\x52\x2d\xc8\x52\xef\xa8\x43\x07\x85\x80\xca\x66\x53\xd3\xc9\xbb\x73\x5c\x42\x22\xb7\x3d\x71\x87\xf7\xfb\x0f\xd1\x72\x53\x11\x5d\xd2\x68\xa5\x0b\x48\x76\xe5\x45\x63\xf6\xe3\x73\xaf\x24\x5e\x53\xe3\x6d\xd7\xd9\x8d\xf3\xea\x62\x19\x47\x4d\xa8\x10\xcc\x19\x50\x78\x40\x63\x09\x8f\xe5\xaf\xc4\x8d\x49\xb0\x74\x7c\xf9\x6c\x79\x84\xac\x41\x5e\xc5\x7d\x7b\x43\xcf\x55\xd0\x78\xaf\x2f\xe9\x06\xad\x09\x5d\xda\x66\x86\x87\x68\x99\x44\xf5\x74\x9c\x0a\x52\x88\x25\x1c\xd7\x8c\x77\x7b\xae\x0a\x51\x6f\x93\x1a\x19\x03\x70\x6b\x4d\x47\xf7\x72\x52\x35\xb9\xa3\x73\x75\x64\xef\x19\x9e\x26\xb9\xcd\xd0\x8c\xd2\x0c\x33\xb5\xc2\x7a\x84\xf5\x8d\x7b\x71\x0b\x6f\x95\x68\x94\x3c\xf7\x8c\x0d\xa2\xb7\x8b\xb6\x99\x0d\x0f\x12\x26\x9a\x25\x1b\xd9\xeb\xe0\x49\x1b\x65\x23\x2b\x41\x70\x20\x75\x54\xbf\x1f\xa7\x78\x6b\xd3\x74\xa6\x80\xc7\xdf\xaf\xed\x96\x8b\x6e\xcc\x3b\xb4\x1f\x5e\x9f\x77\x6f\x3d\x2c\x4b\xd2\x6e\x90\x09\xd8\x5f\xa9\x5e\xba\x9e\x51\x18\xd0\x42\xd5\xc1\x22\x72\xaa\xef\xc0\x25\xca\xec\x56\x2f\x69\xbb\xa1\x86\x6b\x72\x49\x9f\x28\x64\x44\x36\xe7\x67\x44\x2f\x6d\xb9\x67\x05\xa9\x6f\xb5\x87\xf4\x84\x78\x91\x33\xc2\x4d\xc4\x90\xe7\x2a\x39\xba\x9f\xa2\x6b\x61\xe4\x45\xcf\x86\x81\x9e\xe3\x54\x25\x6b\x44\x37\xc5\xaf\x05\x34\x4a\x95\x3d\x29\xe5\xc2\x82\x80\xc3\x89\x78\x5b\xa6\xe5\x23\x9d\x4a\xcb\x1a\x9e\x21\x07\x86\xbd\x07\xa3\x0e\xbe\xea\x68\x3b\x7a\x3b\x43\x3b\xac\x51\xd7\xc7\xc1\x57\x37\x69\xdd\x9e\xba\xd9\x43\x93\xc3\x04\xba\x41\x87\xb2\xe0\x3d\x9f\x60\x56\x3a\x1d\xcd\xad\x7c\x86\x25\xae\x80\x5e\x30\x2f\x3a\xb9\x20\xaa\x6b\x5e\x5c\xb2\xa0\x8b\x51\xd7\x58\x6d\x31\x30\x81\x61\x06\xde\x36\x21\xc7\x4e\x3b\x98\x7a\xc8\x72\x80\x44\x0a\xcb\x04\xd9\x75\xc3\x07\xb5\x6d\x84\x66\x6f\x02\x32\xf4\x0a\x5d\xbe\x27\x65\xd9\x09\x5a\x6c\x2c\x4b\x14\x41\x87\x72\x8f\x60\x02\x60\x53\x32\xd3\x21\x6d\x31\xed\xf8\xe9\x34\xe9\x2f\xdd\xc0\x69\xbf\x7c\xa2\x20\x6e\xc1\x00\xe4\xf9\xd2\x91\xf8\x06\x69\x73\xf9\xe1\xe0\x61\xe0\x90\x8d\x27\xaf\xec\x57\xda\x8f\xf2\x22\xe3\x95\xf8\xe7\xa6\xbe\x10\xc3\x8d\xf5\x65\x67\x9a\xcd\x2e\xbd\x15\xed\x6e\x6b\x0b\xf9\x5c\x9a\xe9\xb5\x58\xfc\x8c\x6b\xf4\x6a\x41\xaf\x42\x73\x6d\xd7\xaa\xa9\x50\x11\x8d\xfc\x62\x0a\x5a\x29\x48\x36\x43\xf1\xba\x09\x68\xa1\x7c\xc5\x0d\x58\xff\xfd\x6c\x7d\x2f\x8f\x85\x30\x65\x41\x77\xba\x59\xb7\xcd\x0a\xa2\x09\xba\x76\xa7\x68\xb8\x04\xeb\x1a\x91\xab\xa8\xb9\xcd\x89\x85\x9b\x7c\x15\x45\x15\xea\xc0\xb3\xd7\x75\xfb\x1a\x62\x97\x73\xe6\x73\x6f\x8c\xa3\x6d\x37\x40\x2f\xab\x37\xff\x41\x37\xd8\xb2\x94\xe0\xa4\x80\x90\xd0\x31\xa0\x03\x01\x2a\xdf\xb4\x26\xdd\x1f\xfd\xfd\xa4\x3d\x58\x3e\xda\xf8\xcc\x57\x7f\x01\xd9\xc0\x7e\xc9\x98\x1b\x04\x33\x51\xb2\xdb\x19\x7c\x8d\x67\x58\xd9\x49\xd8\xd3\x2d\x93\x5a\x07\xfa\x40\xa8\x5f\x58\x2d\x1e\xf2\x5c\x03\x7b\xe0\x11\x79\xce\xc7\xa8\x05\x3b\xe3\x6d\x91\x5e\x2d\xc6\xd6\x4a\x33\xd6\x2a\x8a\x00\xfa\x40\xae\xc2\x4c\x49\xe4\x44\x84\x5c\xfa\xd2\x98\x9a\xd5\xa3\x60\x1b\xd8\xe2\xa0\x2e\x37\xfc\x4c\xf6\x5e\xfd\x2b\x4a\xb5\xb1\x1c\xcd\x2d\x88\x20\xb6\xc4\x27\xaa\xae\x86\xc5\x56\x43\x99\x4d\xa7\xf8\xfe\x9b\xc5\xe2\x30\x5c\x52\x93\xc1\xb0\x2a\xec\xdd\x21\x8c\x59\x2d\xed\x44\x65\x30\x21\xd3\x99\x3f\xe1\x47\xd4\xd7\xf4\x36\x35\xd6\xa5\xfc\x26\xf3\xa2\xee\x74\xc4\x9f\x41\x8d\x48\x3f\xce\x00\xdf\x60\xc9\x0e\xed\x8e\x68\x51\x7c\xf3\x07\xa7\x15\xf5\x34\x53\xa4\x40\x72\x76\xe7\x4e\x2c\xaf\xba\xc1\x03\x60\x06\x66\xb6\xc3\x1b\x1d\x5e\x6d\x95\x5d\x6d\x89\x47\x79\xe0\x95\x7b\x7c\x1c\xd9\xa2\xa8\x77\x76\xa4\x4c\xb3\xa5\xee\x1f\x5e\xb3\x72\xe7\x58\x0c\x93\xbe\x2f\xb4\x29\x20\x0b\xae\x60\x3d\x26\x5a\x09\xa2\x6d\x99\x05\x98\xb1\x73\xac\x5b\xd9\xa0\xd5\x79\x79\x63\x58\x93\x36\x1c\xb6\xe0\xf4\xc2\x69\x78\xf3\x1b\xee\x09\x10\x93\x5f\xe3\x1c\x22\xb0\x70\xd1\xca\x8d\x65\x69\x52\x4f\xc4\x4c\xca\xcd\x59\xd1\xaa\xe8\x6d\xbe\xdd\x72\x91\x27\xb6\x85\x20\x6e\x0c\xeb\xa5\x3f\x6a\x30\x00\xa5\x6d\xdb\x27\x76\x03\xce\x1c\xf0\x8c\x81\xeb\xad\x60\x4e\xd9\x54\xa5\xf3\x7b\x09\x42\x92\x77\x17\x52\x27\xc8\x89\x09\xf9\xd1\x11\x32\xae\x32\x13\xe3\x39\xaf\xc1\xcb\x10\xce\x58\xe7\xe6\x15\xa2\x6e\xc8\xf4\x9f\x34\xe6\xb6\xed\x55\x20\xeb\x51\x55\xcd\x1a\x2b\x96\xc9\x66\xb0\xba\x96\x5e\x79\x3b\x59\x6c\x00\xa9\xc0\x5f\xef\x08\x0d\x8a\x30\x51\xe3\xd6\xb9\xc2\x37\x68\x24\x46\xcd\x83\x51\x24\xb2\x48\x15\xbd\x8c\x2a\xd6\xe5\x1e\x16\xab\x2f\xa6\x5a\x59\xde\x2d\xaf\x76\x0e\x8c\x04\x35\xb4\xcc\x07\x3a\xd9\x73\xc0\xf4\x41\x33\x71\xf7\xf6\xfb\x3d\x4d\x54\x5f\x8c\xc8\x83\x70\xa0\xad\x13\xf2\xed\x99\x9f\x57\x28\xc6\xba\x46\x79\xea\x90\x10\x6e\x84\xe7\xc1\x71\xaf\x33\x88\xa9\x61\xab\x6c\x43\xa8\x34\x43\x36\x4f\x3a\xcd\xf4\x4c\xcb\xf1\x0c\xc2\x72\x9c\x07\x99\x0d\xd3\x90\xe9\xbc\xe3\x99\x5e\x16\x2f\x69\x3c\x10\xe4\x06\x45\xa8\x49\x14\xae\x7a\x19\x2c\xbf\xcb\x22\x83\x73\x89\xf0\x20\xc5\x21\x3a\x8c\x7f\x09\x06\x49\xda\x17\x3e\xa4\x9f\x47\x9f\xce\x9b\xd4\x2a\xd0\x77\xdc\x12\x9d\xed\xa9\x6c\xcf\x59\xd8\xd6\x0a\x53\xc3\xf8\xf8\x11\xd1\x11\x3d\xf0\xcc\xac\xec\x08\xa2\x40\x6f\xa1\xe4\xb1\x71\x8a\x7b\xc5\x06\x81\x91\x6c\x8a\x71\x69\x3d\x3a\x3a\xd0\xdd\x29\x36\x8f\xd7\x55\x3f\xaa\xc4\x0a\xda\x37\x31\x6d\x95\xfe\x89\xcb\x2d\xfd\x7d\x12\x08\xb9\x46\x61\xb4\x54\xc2\x58\x31\x93\x21\x27\x84\xfb\x08\x50\xe6\x27\x58\x69\x4e\xd8\xcb\x04\x60\x4a\xf7\x7b\x5a\x8b\x26\xb6\xb3\x4d\x8e\xa2\xe8\xfa\x09\xa6\xaa\x45\xdd\x56\xd0\x1a\x0f\x06\x1a\x81\x1b\x20\x2b\xf3\xa7\x71\xe7\xe1\xf8\x8d\x24\xfd\x51\x9f\x91\x1d\xc5\x0f\x16\x66\xbb\xe5\x4b\x22\x53\x7f\x22\x67\x4f\xaf\xc5\x64\x5b\x18\x3a\x87\xcc\xc4\x46\xa1\x78\x9d\xa9\x25\x20\xb2\xff\x67\x55\x11\x20\x56\xfe\x3f\x6b\x21\xc2\x24\xfc\x62\xfe\x34\xbb\x1a\x81\x80\x60\x53\xfd\x39\xec\xa6\xd7\x23\x90\x4a\xe1\x82\x04\x9a\xa9\x34\xdc\x1d\x38\x29\xbf\xa0\xcc\x37\x31\x79\x95\x1c\x24\xee\x66\xa0\xd5\xb1\x75\xeb\x5f\x2e\x15\x92\x9f\xca\x60\xc1\x27\x4d\xd2\xca\x2c\x8b\xc7\xcc\x28\x36\x52\x59\xc9\x33\xb9\xea\x30\xc3\xa8\x2c\x23\x05\x43\x48\x83\xe8\xeb\x46\xd4\x76\x1e\x31\x1c\x99\x31\x65\x1b\x48\xcb\x7f\x83\x64\xa6\xeb\x05\x4e\x8e\x86\x61\x61\xfd\x08\x6b\x0a\x20\xa5\xae\xb2\xc2\xfe\x32\x4b\xc7\x0b\x0f\x83\x02\xa2\x8b\xc4\xa0\x51\xa5\xdb\x5f\xf4\xae\x6b\x9b\xeb\x2f\x1f\x39\x5a\x41\x3e\xd6\x78\xb1\x69\xf4\xcd\x9f\xbe\xf8\x44\xcb\x2e\xfc\xae\x7e\x5b\xba\xdd\x70\x49\xed\xb7\x84\xdd\x60\x24\x1e\x8d\xc2\xeb\xa1\x25\xde\x25\xe1\x2f\xd9\x3e\x1c\x4c\x4a\x87\xeb\x40\x97\x39\x87\x67\xd3\xd7\x92\x97\x0f\xb6\xf1\xa5\x61\x78\x79\x03\x8e\xc0\xbc\x15\xb1\x2b\x46\xac\x28\x13\xbb\x20\xb5\xb6\xf1\x57\x23\xdd\x9d\xd0\xb3\x27\x80\x13\x19\x0d\x93\xa0\x60\xf1\x65\xbd\x9b\x20\x4d\xfb\x3d\x98\x41\xe1\x7c\x2f\x43\x55\x26\x63\x44\xbc\x43\x3c\x77\x03\xc2\x8c\xe9\x50\x4f\x90\x8a\x14\x58\xe4\x3c\x91\x85\xf2\x35\x57\x0f\xb5\x1b\x26\xe8\xf0\x95\x35\xde\x74\xd5\xce\x7d\xbf\xfe\x70\xe5\x27\x39\x0a\x98\x3d\x47\x31\x7f\x82\x3f\xf0\x68\x11\x0b\xa0\x48\xd1\x0f\x3d\xa2\xc5\x40\xfe\xe7\x48\x71\x0c\x98\xa3\xc5\x5b\x6a\x45\x1b\x6a\xb1\x25\x9b\xa2\x44\x35\x2a\x1a\xde\x82\x15\x27\xbd\x07\xbc\x18\xe6\xfe\x36\xa4\xc8\x4c\xa3\x2c\x8b\x08\x73\x78\xa3\x1e\xfb\x5d\xa4\x91\xd0\xe8\xf1\x76\xc0\x40\xdc\x73\x90\x8f\x4a\xf9\x8e\xa7\x57\xd8\x17\xe5\x24\x0d\x6f\x10\xee\x86\x0d\x2b\xe1\xfc\x6d\x17\x2e\x21\x1c\x90\xe2\xbf\x09\xcd\xc4\xef\x87\x47\x62\x0b\xd7\xd2\xad\x9d\x69\x41\xad\x95\xbd\xdc\xf8\x1d\x5a\x0a\x78\x49\xb8\xb5\x80\x95\xbc\xd2\x0d\x1c\x56\xef\x59\xb8\x32\xd8\xbc\x79\x2b\x80\xdb\xd0\x52\x86\x8e\x62\x7d\x65\xe2\x6c\x29\x0a\x7d\x6f\x82\x27\x1b\x8c\x3a\x2d\xeb\xdc\xe5\x52\x82\x61\x54\x24\x42\x74\x66\x43\x58\x60\xeb\xa9\x5a\x06\xed\xf5\x63\xdc\xcf\xc0\x6a\x0a\xbf\xd6\x28\x5c\xb6\xbd\x11\x15\x1b\xae\xb5\xe6\xb5\x8c\x13\xa7\x33\x56\x95\xf5\x9b\xdf\x09\x1b\x38\xc3\x53\x4e\x17\x95\xe7\x2e\xb6\xf5\x6a\x5b\x21\xd5\x83\x65\x45\xb6\x03\xb2\x4f\xbd\xac\x12\x81\x10\xd2\x19\x81\xb0\x87\x01\x61\x9f\xad\x49\xb8\x35\x18\x58\x42\x94\xf6\xf0\xc5\xf7\xe0\x10\x1b\xbe\xe9\xa1\x2f\x69\xed\x87\xb6\xca\x46\x56\x8a\x8c\x47\xa4\x36\xb1\x93\xc8\xd9\x48\x5d\xc6\x15\x2f\x92\x6a\x8a\x31\xc2\x94\xe2\x74\xf2\x99\xe4\x00\xb2\xe4\xb6\x4f\x9b\xaa\xf8\x19\x1a\x5a\x57\x96\x23\x1a\xf7\x83\xe2\xe5\x48\xbe\xda\x1e\xe0\x60\x55\xf4\xb6\x51\x0b\x2c\x36\xce\x13\x81\xa6\x15\x0f\x8a\x68\x40\x98\x29\x9c\xd9\x4a\x16\x5a\xcc\xb2\x09\x28\x49\xc6\xac\x48\x29\xdd\xd5\x88\x99\xbe\xcb\x77\xd5\x36\xd9\xda\xe9\xf1\x68\xe7\x2b\xe7\xd8\x6a\xf7\x2e\x2d\xbd\x2b\x06\xd3\xaa\xce\x9b\xca\x57\x20\x73\x66\x50\x58\x3a\xd1\x70\xdc\xf3\x39\x35\xf9\x48\xaa\x3b\x29\xbd\xe2\xcd\x7f\xe0\xb8\x0c\x0d\x9e\x3c\xcf\x94\xc9\xc9\xf3\x46\xfb\x4c\x74\xb3\x49\x32\xdd\x18\xed\xdf\xeb\x84\x13\x71\x4c\xa4\x97\x3d\x0b\xae\x34\x78\x14\x1b\x0a\xef\x7f\x38\xf5\x98\x33\x28\xbc\x1b\xe3\x79\x98\x40\x0b\x7c\x5f\xbc\x7c\xfe\x7d\x78\xfe\x8b\x03\x33\xdc\xa8\x9d\x6e\xb7\x37\x8e\x1c\x8d\x26\x1c\x2e\xdd\xc4\xbc\x38\x38\x6c\xd5\x71\x9b\x47\x10\x29\x12\x63\x4b\x3a\x5d\x36\xdc\xc9\xba\x85\xbb\x9d\x18\x7e\x9e\x15\xbb\xf1\xc6\x2c\x7e\x06\x41\xf4\x6a\x21\x82\xfd\xe7\x2a\x63\x8f\x2a\xa5\x54\x47\x1c\xf5\x4c\x4a\x09\x7d\xc7\x44\x6c\xa2\x18\x39\xe1\x84\xf7\x7c\x41\x88\xb2\x1c\x86\xa2\x3e\xed\x04\x87\x9e\x11\x85\x64\x51\x0a\x0b\x8d\x41\xb4\xec\x37\x2c\xe1\x1f\x5c\x6d\x8c\x1b\x14\xb9\xf2\x13\x42\xfc\x5a\x2b\x58\x93\x00\xcb\x4b\x08\xdd\x4e\xb0\x39\xab\x4e\xc7\xd3\xa9\x97\x8f\xf8\x36\x72\xb3\x60\x17\x17\x1a\xca\x17\xfd\x81\x26\xbe\x81\xf5\xf9\xea\xde\x00\x32\x99\xc8\x68\xfb\xab\x23\x12\x8a\x9e\x38\xc7\x1c\x30\x6d\x15\x01\x7d\x39\x69\x0b\xae\x98\x1b\xd0\x30\x13\x7b\x2c\x3e\x8e\xa6\x82\x3f\x21\xec\x20\xe4\x4a\x28\xd3\xad\x52\x77\x08\xc4\xd8\x10\xe5\x1d\xc6\x00\x4a\x6e\x3a\x08\x38\x82\xfa\x59\x7d\xf4\xb0\x3b\xb2\x80\x14\xac\xac\xdc\xc7\x28\x10\x92\xee\xe9\x44\xa0\x46\xc5\x3e\x22\x1f\x2f\x36\x75\xdb\x84\xcd\x49\x2d\xae\x88\xb3\x30\xe2\x70\x62\xd8\x2d\xb3\x37\x7f\x2a\x5e\x0a\xf1\x61\x23\x87\x42\xd4\xf3\x9d\x5e\x8c\xf0\x58\x06\xcd\xf9\xc1\x82\x87\xc9\xc2\xf9\x7f\x47\xf7\x46\x3c\x56\xe5\x33\x3b\x7c\xf8\xcf\x6a\x50\x8f\x13\x20\xa5\x93\xbd\x53\x7f\xb3\xbd\x5e\x17\x00\xd1\x69\x68\xfc\xa9\xd2\x4d\x77\x2e\x28\x3a\xc5\x27\x7b\x38\xc2\x77\x96\x3f\xc0\x55\x59\xdd\x94\xc3\x6f\xdf\xba\x17\x50\x2d\xaf\x4b\x57\x5e\x37\x6d\x67\xa3\xf7\xc1\xa2\x2e\x37\x74\x5a\x2d\x28\x23\xfa\x97\x10\x81\x7e\x18\x57\xae\xb5\xdc\xd7\xa4\x6e\xcc\x96\x8d\x10\x2c\xdb\xcb\x3d\x18\x15\x8c\xeb\x07\x38\x16\x59\x43\x05\xd4\xae\xcb\xa6\x74\xab\x87\x8c\xa6\x80\x4b\xc2\xf1\x65\xd3\xd5\xa1\x64\xcb\x04\x6d\xb5\x54\xaf\x34\xae\x4d\x7f\x7b\xc3\x48\x5e\x7f\x3c\x74\xbc\xf6\x5b\x7b\x65\x86\xda\x2b\x31\xa0\x1d\x04\x63\x2a\xbf\xd4\x6d\x99\x3a\x85\xcd\x89\xa9\xc5\xa2\xb3\x00\x5d\xc7\xe6\x05\xc5\x47\xb4\xe2\xae\x34\x1f\x7b\x40\x22\x19\x3b\x16\x83\x31\x9c\xb2\xcb\x79\x99\xec\x43\xa6\x84\xac\x85\xf5\xca\x38\x5e\x31\xe8\x82\x28\x26\x37\xb3\x87\x3c\x14\xa4\xd2\x72\xf1\x1a\x0a\x73\x28\x25\xc0\x33\x55\x6a\x63\xcf\x7a\x89\x6b\xf3\x37\xfe\x8e\x33\x54\xee\x4c\xd7\x19\x46\x4e\x6c\x9f\x58\x81\x01\x85\xea\x40\xd5\x0d\xb4\x24\x9b\x9d\x5a\xd2\xb5\x57\x6b\x5e\x22\xf6\xde\xf6\x7a\x48\xd8\xaa\x11\x53\x3d\xe8\xf5\xdd\x13\x0b\x0d\x8c\x45\xef\x3d\xcd\xbc\x63\xdd\x2b\x71\xdb\x58\x4a\xb3\x9c\xd3\x60\x24\xfa\xf4\xf7\x54\x5d\x24\x35\xef\xd6\x59\xd0\xdb\xb6\x5d\x43\x41\xa8\x77\x97\xd1\xf7\x70\x30\x0b\xf5\x28\x17\xe7\xdc\x73\x68\xb0\x5a\xf5\xcb\x4d\x4b\xe6\xb0\xa1\x57\xa6\xb2\xcf\x5a\x8e\x94\x80\x8d\x8a\x4b\x22\x78\xef\x7d\x09\x57\xf4\xd2\x23\x23\xdf\x24\x1f\x2f\x74\xd6\x69\x63\xbe\x64\x29\x68\xc6\x9f\x91\xc7\x8c\x56\x4c\x3c\x25\x33\x40\xd9\x0b\x15\x4c\x6f\xa2\x33\xdc\x27\xdf\x7e\x7f\x01\x63\x0e\xd1\x0f\x06\x4f\xa0\xc4\xc3\x46\x9d\xdd\x96\xa1\x7d\x9a\x29\x6d\x6d\x2f\xe4\x4d\x53\x32\xca\x56\x47\x0a\x2f\x04\x74\x43\x7b\x4c\x3d\x8b\x4a\x41\x53\x50\x21\xfb\x56\xa2\xc1\xf7\x86\x98\x01\xb6\xf6\x7e\x99\x98\x9f\x17\xa9\xd8\x91\x07\x70\x36\xd6\x02\xf2\x90\xf5\x5b\xe2\x64\xe7\x3b\x50\x55\xaf\x6c\xda\x8c\xa2\x57\x2f\x15\x23\x4d\x8d\x08\x50\x98\xba\x32\xb6\xe1\x53\x4e\x07\x82\x8b\x04\x2d\x12\x19\x34\x41\xa8\xec\x48\xd7\xdb\xfa\xca\x63\x52\x01\x95\xa9\xc2\xa5\x10\x0a\x03\xb0\xdc\x7c\x11\x1c\x88\x90\xc3\x69\x0d\x0d\xc2\xea\x31\x53\xb1\xf1\x43\x20\xcc\xa4\xc0\x0d\x09\xb0\xda\xc9\xbc\x80\xee\xb7\xf8\xbf\xff\xfb\xff\x3c\xf8\x9a\x27\xfe\xb5\xeb\x6a\xfa\x53\xe8\x61\x15\x4b\xa1\x12\xf6\xc3\xb7\x52\x3c\x7f\x4c\x8c\x0e\x5f\x73\xaf\x2e\x74\x7a\xd5\x07\xb9\xfd\xe1\xea\x5b\x02\xec\x59\xf8\x4f\xf4\x53\x21\x2e\xb8\x8c\x0a\x82\x7e\x52\xa7\xcd\x0f\xcc\x02\xdc\xaa\x08\x60\x4b\x96\xe6\x03\x9b\x2e\xfe\x3a\x94\x9b\x6a\x7d\x3d\x94\x5b\x62\x14\x68\xf7\x20\x78\xd1\x97\xd1\xed\xca\x5e\xce\xb5\x3f\xb4\x09\xea\x4d\xed\xcd\xf9\x1d\xd9\xb4\x7b\x62\xb4\xb6\x91\x35\xe2\x1b\xa5\x6e\x25\x1d\x11\x9c\x60\xd8\x17\x87\x01\x06\x63\x50\x17\xab\xb6\x9a\xe8\x3d\xb6\x09\xf4\x07\x84\x09\x82\xf9\xba\xdc\x0d\x0d\x89\x1d\xa5\xc7\x54\x8c\x18\xa6\x8d\xa5\x85\x74\x9f\x69\xf5\xc0\x8f\x97\x39\x2b\xb1\x60\x1b\xce\xc7\x30\xda\x5c\xe8\x1b\xf0\x95\x20\x7f\xd7\x59\x5a\x89\x61\x58\x5c\x51\xaf\x44\xe1\xa8\x9a\x1b\x1e\xe0\xce\x5c\xc3\x1d\x84\xa5\x46\x12\x79\x42\x8c\x70\xaf\x7d\x1b\xc4\x21\x49\x2b\xa5\x5b\xd0\x67\x20\xe9\xeb\x99\x20\x0d\x20\x31\x25\x92\xc3\x83\xc3\xe9\x44\xd3\xff\x9d\x5e\x57\x73\x69\xe9\xe3\x85\x70\xc0\x2c\x60\xa7\x0d\x06\x4d\x45\x35\x9f\x32\x85\x7f\x20\x66\x77\x70\x0b\x2c\x34\x3d\x94\xab\xaf\xf9\xdf\x12\x5e\x5c\xb5\x35\x74\x94\x82\x83\x8e\x5b\xb0\x46\xae\x33\xaf\x57\x3f\x1a\x9a\xbd\xfc\xdc\xe1\xaa\x75\xa7\xd5\x77\xfc\x6f\xa9\x5f\xd9\x4b\x01\x90\xde\x49\xa1\x8b\x35\x80\x34\x0c\x9f\xfd\x17\x42\xcd\xb3\x2a\x8d\xb8\x43\x3f\x86\xe5\x64\x2c\xbe\x40\x7d\x14\x1e\x39\x3a\x08\xf2\xcd\x32\xbb\xe6\xcb\xaf\xc0\xdd\xa3\x34\x7c\x01\x26\x87\x69\x99\xad\x4a\x30\xdd\xfe\x33\x7c\xf5\xa1\xa6\x22\xfa\x0b\x52\x66\xff\x19\x5a\x28\xd1\x93\xf1\x31\x60\xfb\xda\x50\x28\xde\x21\x2f\x61\x86\xbb\xc7\x7a\xfb\xef\x74\x56\x2d\xc2\x89\x6c\xe5\xb3\xf7\xc5\x40\x98\x16\x09\x19\x22\x1b\x94\x7c\x5f\x4e\xb7\x25\x29\x6c\x40\x3d\x51\x39\x2e\x94\x8a\x2e\xa0\xbd\x48\x41\x36\xb4\x35\xdd\xda\xb7\x12\x2c\x60\xdd\x6c\x7b\x61\xc7\xd3\x0d\x1f\x75\x18\x61\x1e\x95\x6a\x30\xc8\x60\x33\xbd\x46\xd0\xd8\xf1\x7e\xbe\x61\xc2\x33\x4d\x02\xff\xf0\xc8\xa1\x47\x52\x68\x97\xb7\xdf\xf6\xb0\x79\x0f\x15\xce\x87\xfa\x86\x5d\x42\x6f\xab\x41\x57\x1b\xc1\x6c\xec\xea\xb9\xea\x78\x86\xe9\x78\x03\x4c\x1c\x6e\x3b\x07\x0d\xa1\x9b\x07\x7d\x14\x0d\xc8\xe3\x12\x08\x6a\x5a\x7d\xcf\x5a\x23\x33\xb3\xad\xba\x6d\xbc\xe9\x7e\x2b\x26\xc5\xeb\x43\x6d\x36\x56\x5d\x8d\xc2\x01\x10\xd2\x04\x21\x7d\xb2\xce\xb4\x45\x20\xbf\x71\x83\xbc\xb6\xce\x5c\xae\x88\x60\x32\xb0\x95\x6f\xe2\x40\xb1\x8e\xbe\xac\xe7\x35\x8c\x53\x55\xfc\x23\x0d\x5f\x8c\x1a\x4d\x0b\x89\x7c\xc2\x93\x06\x8d\x25\x64\x90\x86\x09\x24\x33\x77\x22\xb5\xd6\x9d\xe7\x6c\x0c\x73\x4b\xeb\x73\x47\x4f\xab\xde\xbe\xd7\x11\xe0\x9a\x68\x84\xdb\x9a\x9e\x6e\xa8\xd6\x93\x68\x2b\x42\xca\x4d\x4b\x96\x70\x7a\x53\x54\xab\x31\x25\x5a\x8f\x71\xe7\xa0\x7b\x0d\xaf\x44\xec\xc5\xa9\x1d\xe2\x60\xd5\x7b\x63\xbc\xd4\x5c\x49\x36\x7b\xbb\xbe\x3c\x71\x1d\x39\x61\x62\x37\x38\x07\x8e\xf7\x0b\xee\x61\xc4\x61\x01\xfc\x87\xd6\x55\x60\x4c\xc0\xcd\x20\x06\x4d\xcf\xee\x43\x79\xbd\x1e\x66\xfd\x4f\xcc\x0d\x78\x82\xc9\x18\x50\xb8\x44\xd8\xa9\x5e\x74\x6a\xcd\x5c\x39\x0e\x6c\xef\x18\xfd\xcd\x03\x74\x76\x03\xf7\x04\xd6\xe4\x13\xa5\xd0\x57\x56\x95\x3a\x89\xb6\x7e\xb6\x63\x7a\x65\x7c\xb5\xc7\x06\xc1\x75\x1a\x66\x8a\x8c\x77\x8f\x79\x4b\xfd\x3d\xb1\x67\x40\xc5\x50\x53\x3c\x6a\xb8\x7a\x25\x3f\x89\x18\x9a\x5d\x08\xe9\xd2\xd7\x79\x09\x63\xeb\xdb\x6a\xe1\x96\xf1\xc6\xac\xee\xff\xfc\xe9\xab\x1e\x92\x11\xba\xdc\x51\x23\xf4\xf3\x1f\x5f\x11\x4f\x7e\xff\xe7\xcf\x5e\xf5\x60\xca\x27\xd5\xd6\x57\x44\x8d\x66\x75\xb9\x8a\x87\x3b\x74\xf6\x58\xb6\x43\xbf\x7a\xb4\x55\x62\x37\xe2\x8b\x5f\x9d\xda\x79\x1d\x4d\x7e\xe7\x25\xc0\xd2\xcc\x95\xdf\xfa\x48\x11\xa3\x2b\xdf\x0c\xfb\xb5\xce\xb6\x07\x4a\xd0\x89\xc2\x59\xd1\x57\x97\x2f\xe0\x7c\xdc\xea\x97\xb0\x10\x98\x68\xb9\xc5\x34\x69\xfc\x5e\x08\xf1\x07\xf9\xf5\x25\x4f\x04\x93\xfe\x25\xf4\xd3\x4e\xf5\x45\x1a\x10\xa7\xb4\xb5\x50\x63\xcb\x1c\x49\xf1\x0f\x19\x70\x5e\xa0\x23\x52\x80\xc7\x61\x44\x1c\x2e\x25\x81\xee\x2c\x2f\x8a\x80\x3d\x84\xf7\x51\xf4\x7f\xc8\x41\xee\x68\xd1\xcc\xd6\x53\x14\xec\xcf\x49\xa8\x31\x5a\x73\xac\x98\x47\xb2\xef\xb9\x60\x32\x32\x6d\x03\xdc\x39\xb5\x10\x65\xd4\xef\xd7\x96\x50\x23\x44\xfe\x5e\x71\x6b\x47\x88\x87\x71\xde\x9c\x06\xb7\x51\xa4\x05\xd6\x53\xa8\x2a\x95\x34\xbd\x47\x17\x1c\x08\x25\xd2\x52\xa1\x63\xef\xdf\x4a\x74\x56\x74\x6c\xad\x86\xfd\x81\x58\xd9\xb0\x5a\x23\xd9\xa6\x7e\xf5\xde\x89\x57\xcc\x7e\x59\x9b\xc7\xce\x83\x85\x86\xb7\xa7\x48\x2b\x94\xcd\xda\x7b\x93\x30\xe7\x21\xb2\x70\xef\x90\xe5\x67\x5c\xd9\xbe\x22\x66\xc4\xd6\xc3\xb0\x2c\x9e\x37\xf0\x8a\x54\x07\xba\xe0\x5e\x9a\xa9\x76\xa7\x9e\xaa\x11\x23\x08\x53\x95\x5e\x71\xbb\x2d\x5d\xf0\xf7\xf1\x4b\x91\x1b\x7a\xf9\x21\x9b\x23\xbd\x2f\xe2\x96\x1d\x3e\xca\x13\xab\x52\xe5\x9c\x0a\xc8\x41\x68\x79\xdb\x8c\x50\x38\xc2\xd7\x7d\x0c\x03\x09\xb6\xb7\x53\xc8\x1f\x67\x81\x88\x97\xa4\x0f\x04\x43\xa4\x61\x46\xc0\x73\x53\x93\x92\xcc\x90\x32\x2f\x52\x0f\xa8\x64\xa0\x7b\x6e\x61\xe8\x67\x9a\x80\x50\x28\x81\x4c\xb5\xbc\xb3\xc0\xb9\xf2\xc4\xcd\xd6\x8c\x56\x2f\xac\xb8\x63\x3b\x17\x08\x68\xc5\xae\x23\x53\x9a\x88\x42\x51\x35\xf8\x6c\xdc\x30\xd1\x95\xcc\x0f\x23\x38\xbf\xeb\x08\xee\x54\xf9\x26\xd8\xf7\x60\x3a\x57\x6e\x88\xae\x51\x0c\xdc\xb2\x74\x84\x60\x6f\xe0\x2c\xc6\x8c\x5b\xe4\x17\xf0\xb3\x00\x07\x07\x75\xbb\x94\xd1\x95\xa5\x26\xac\xda\x64\xf5\x08\x0d\xc5\x6a\x0d\x58\x28\xd2\xe5\x30\xf3\x60\xb2\x6a\x0a\x5b\x99\x1d\xad\x43\x30\xa3\x06\x1b\x4b\xb4\xc2\xc1\x73\x8b\x30\x29\xf0\xcd\xb1\xd0\x3f\x6f\xf1\x92\x38\xc1\x15\xfe\x33\xee\x49\xfe\x5d\x1d\xb9\x13\x2d\xcc\x58\xdc\xc0\xda\xaa\x14\x54\x27\xdb\x42\xa8\x37\xd4\x0e\x6b\x59\xf3\x1c\xf0\x4e\xd4\x6f\x7e\x3f\xb9\x13\x7b\x21\x7b\x38\xb7\x03\x9d\xe3\xda\xd0\xd5\x23\x11\xf3\x84\x10\x7d\xd4\x35\x24\x80\x8c\xc3\x45\xf7\x87\x71\x62\x82\x3b\x6b\xb6\x7e\xc6\xae\x68\x21\xfd\x24\x94\xc8\x2e\xf1\xbe\x7d\x98\xda\xa7\x91\x10\x57\xbf\x3c\x6f\xa2\x54\x89\xf0\x44\xba\x19\x10\x84\x97\x5b\xa6\x14\x80\xe6\xb6\x72\x19\xc5\x46\xff\xf3\x94\x28\x20\xfc\xf9\x09\xb7\xff\x09\x28\x83\xad\xe2\xd2\x3f\xf0\x0f\xc1\xa8\xba\x8a\xc2\x51\x80\xbc\x7f\x91\x6c\x84\x96\x32\x72\x90\x3d\x64\x8d\x11\x3c\xd5\xb7\x7c\x74\xe1\xf4\x4f\x9d\x6c\x15\x95\xc3\x6f\x37\x11\x49\x15\x5f\x40\x0a\xe1\xf1\x37\xff\x2d\x23\x56\x4f\x6c\x2d\xfd\x2c\x94\x6a\x7f\x44\x7b\x5f\x7b\x1a\x42\xba\x95\xfe\x58\xed\xff\xaf\xec\x8f\x1a\xfb\x37\xa2\x81\x74\x96\xe6\x12\x54\x03\x22\x73\x88\xb0\xf8\x71\x40\xdb\x19\xc4\x48\x22\x10\x8b\x20\x53\xe8\x09\x5d\x0d\x4e\x03\xc9\x44\xdd\x82\x00\xe9\xfb\x4f\x47\x88\x67\x38\xf2\x45\xcd\x9e\x7e\x2f\x8a\xca\xae\x45\x08\xcf\x26\xcf\x8b\xdf\x84\x3d\x64\xa3\xcb\x6c\xed\xe8\xf9\xf3\x0b\x96\x9c\x2f\x2d\xbb\x98\x69\x9a\xbd\x27\xc2\x1a\x8f\xf0\x87\xb4\x80\xbb\x43\x57\x89\x95\xd3\x1e\x01\x1e\x12\x19\x4f\xc0\x75\x7c\xbe\x3b\x62\x50\xda\x10\x51\x87\x6f\x03\x24\x75\x01\x26\x33\x61\x90\x0e\xca\x9e\xf0\x85\xdd\x54\xf0\x34\x78\xdc\x36\x57\x75\x59\xc1\x1c\x51\x4d\xe2\xc4\xe0\x96\x5d\x3c\xe8\x29\xb4\x7c\xd6\x69\x08\x23\x89\xd8\x21\x98\x16\xc3\xf0\x9b\x2e\x9e\xab\x38\xa2\x66\x8d\x4d\x89\xc8\xc4\x34\x6b\xd6\xbb\xf0\x8a\x64\xe2\xe8\x6c\x55\xbc\x25\x43\x72\xdc\x27\xc1\x73\x42\x8b\x2c\xe4\x9f\x36\xea\x46\x8d\xc6\xc0\x8c\xb7\xb7\xea\x7d\xa1\x38\x9c\x07\xaf\x83\xbd\x31\xb7\x77\x35\x17\x41\xd3\x37\x4e\xec\x58\x33\x88\x15\x89\x34\xac\xeb\x0a\x1d\xa5\xda\x95\xed\x85\xb0\xc9\x4e\x50\x8e\x8b\xfe\xe2\x1b\x9b\x41\x0e\x7c\xa4\x87\x46\xef\x2c\x57\x63\xf9\x67\xbf\xfa\x45\x45\xd0\x31\xaa\x60\x38\xde\x06\xd2\xd9\x60\xdf\x6a\xe2\x7c\x13\x6b\xb0\x7c\x2b\x3e\xfa\xc3\xfd\xed\xc7\xf0\x8e\x84\xd6\xc7\x47\xc4\x65\x6f\x49\x56\x88\x25\x77\x81\x4f\x98\xd7\x92\x21\xe8\x81\x33\x79\x39\x3b\xa0\x26\xe2\xc7\xf8\xe0\xa5\xd2\xa3\xa4\x7c\x4e\xc2\x91\x14\xcf\x4b\x39\xc6\x00\xdb\xc0\x0d\xc1\xe3\x2c\xed\xbd\x5d\x6f\x07\x3a\x2f\x40\xc0\x90\x79\xa9\xb4\x4f\x8d\x9b\x88\xbc\x1d\x8d\x64\xcc\x5c\x8c\x3b\x52\x26\x26\x9f\x1f\x11\x0c\x97\x78\x85\x10\xd4\x8e\x90\x7c\x2a\xc6\x82\xe7\x55\x77\x63\xfb\x24\x92\x80\x52\x63\x38\x13\x69\xeb\xf1\x91\xb8\x65\xa1\x84\x8a\x7c\xee\x7a\x5c\xfe\xb4\x20\xd5\xd2\xa6\x9f\xfd\xbc\x9f\xe6\x93\x2e\x3e\x3a\x6a\x14\x42\x22\xa7\x3e\xce\x67\x68\x4d\x17\x05\x68\x69\x51\x08\xa4\xa4\x8d\x82\x94\xdf\x13\x07\x32\x6a\x9b\xc9\x41\xd1\xdf\xa7\xa1\x85\xce\x72\x47\xe9\x0f\x8f\xf4\xbf\x07\x55\xf5\xe0\x70\xf8\x70\x66\x11\x02\xfd\x95\x08\x98\xa2\xc5\x21\xb5\x3f\xa1\xc1\x92\x26\x52\xaa\x36\x97\x33\x8d\x80\x92\x4d\xf3\xb1\x67\x41\x78\x10\xf5\x61\x82\x82\x23\x6d\xa0\x84\x8b\xc3\x0d\x0e\x7c\x51\xee\xf6\xec\xa2\xa4\x9e\xc5\x84\x35\xc1\x40\x34\xa7\x7c\x2e\x39\x97\x90\x94\xe4\x51\x04\xde\x36\x48\x5d\x0a\x21\xda\x72\xb1\xea\x10\x0d\x31\x35\x1e\xd4\x1c\x81\x9a\x9d\x14\xa5\xca\x93\x95\xcd\xe9\xf2\x19\xe0\x9c\x2a\xdf\xdf\x52\xf3\x76\xba\xbc\x9f\xd2\xe5\x7d\x42\x97\xf7\x73\x74\xf9\xdc\x30\xe6\x4e\xc5\x5d\x84\xf9\xe2\x35\xf5\xbe\xfa\x33\xfd\x87\xff\x5a\xbe\xb6\xf5\x06\x01\x95\x92\x80\x0f\x28\x84\x42\x27\x2d\x97\xe9\xa2\x44\xac\x50\x10\x5e\xe3\x8c\x36\x7e\x87\x33\xcd\xda\xf6\x62\xdb\x12\xdb\xab\x1c\x23\x7c\x65\x6e\x6c\x05\x62\x89\xd0\xa0\xc4\x06\x66\xaa\x5b\x0d\xd2\xca\x70\xb0\xf6\x88\x64\xca\x3d\xe9\x31\xbf\x2a\xbb\x1e\x21\x2e\xae\xe5\xda\x67\xe1\xe6\x38\xba\x3d\x03\xc7\xb0\xf1\xfc\x53\xa9\x6e\xf9\xca\x34\x77\x99\x42\x8b\xdb\x8a\xb6\x28\xc6\xf8\xa1\xcc\x9b\x2d\xa8\x0c\xc1\x2b\x47\x82\x73\xcb\x0e\x21\x86\x07\xd0\x02\x9e\xb7\xd6\x07\xff\xc4\xa6\x66\x39\xde\xd0\xa9\x70\x94\x32\xee\xd0\xb3\xbe\x49\x87\x6c\xfd\xaa\xbd\x95\xcd\x55\xbb\x42\x98\x02\x3e\xf5\xc2\xbf\x7b\x4a\x02\x41\x13\xa4\x06\x9f\x79\x34\xb7\xbe\x24\x9a\x02\x07\x55\xf9\xd3\x6c\x72\xbe\xf0\xa7\xf1\xfc\xc4\xb6\x2c\x81\x50\xe3\xb3\x79\x18\x04\x00\xd9\xd8\xf5\xa7\x81\x3a\x09\xfe\x14\xc7\xc1\x13\xb4\x10\x19\x28\x3d\xbb\x1c\x5b\x26\x8a\x81\x17\x3d\xb4\x78\x2c\xc2\x96\x0b\x6d\xe9\xb7\x9a\x3b\x32\x35\x8c\x55\x4e\xfe\xe9\xc6\xd9\x7a\x80\x4e\x70\xac\xd4\xbb\x16\x6f\x6f\xea\xd3\x1f\xad\xb6\x43\x33\x3d\x9f\x02\x97\x2c\xad\x88\x53\xb7\xe2\x23\x5e\x89\x21\xa7\x97\xa1\xb2\xeb\xf5\x5c\x54\x79\xff\x69\x29\xa1\x69\xfb\x34\x26\x6d\x2c\x4c\xc2\x99\xd1\x32\x46\x79\x4f\x84\xd8\xb5\x84\x8f\x56\x7f\xb6\x97\x44\x89\x56\x43\x52\xf5\xba\x74\x52\xf6\x2d\xdb\xc9\xe7\x85\xc4\xb4\x95\x9b\x18\xbc\x1e\xd8\xb1\x9f\x06\xc1\x5f\xb2\x8b\xe1\xcb\x18\xfd\x4f\x43\x76\x45\x00\x75\x25\x8b\x0d\x05\xd2\x74\xa6\x35\xf5\x71\x62\x33\xa7\x77\x70\x00\x54\x6c\xc5\x6e\x06\x33\xfe\x7f\xe2\xf8\xbc\x8c\xcd\x9b\xed\x11\xb8\x7e\x1b\x47\xc3\xf6\xdf\x33\x03\xc1\xd6\xa9\x31\xcf\xc8\x0f\x10\x25\x62\x4c\xa1\xfc\x07\xbf\x31\x2c\xaf\xf6\xf1\x05\xe0\xc3\x47\xa5\xf8\x79\x63\x92\x95\x20\xf2\xc8\xfe\x0a\x4b\x18\x53\xaf\x19\xe5\xf9\xe7\x6c\xa8\x2b\x39\xfe\xf8\x0a\x33\x6c\x5f\x25\x03\xe7\xc0\xca\x3f\x01\x14\x0b\xcd\x78\x0f\x31\x61\x6e\x07\x56\x79\x43\x12\xa4\x33\x90\x4b\xf0\x67\x65\x53\x1a\x6a\xe1\x41\x66\x9b\x84\x08\xee\x3b\xeb\xc3\x48\x81\x87\x11\x9e\xda\xd2\xc9\xe2\x80\xf2\xbe\x3b\x11\xa7\xcc\x2f\x92\x97\xd8\x75\x08\x84\x21\x6f\x5d\x65\x8f\x27\x18\xf7\x13\x4a\x81\x14\x1d\xae\xd7\xf3\x2b\xc3\xed\xae\x5d\x67\x90\x5f\x60\xba\x44\x69\x0b\x49\x13\x0a\xcf\xd3\x56\x8a\x87\x97\x0a\x8f\x5c\xac\xd2\xc8\x8c\x85\xf6\xb9\xab\xb2\x2e\x1d\x3b\x90\x44\xfb\x6d\x79\x63\x82\x1d\xbe\x20\x9e\xbf\xc3\x5d\xf5\x1f\xc5\xdf\x71\xda\xe8\x9f\xb2\xd9\xda\x5f\xff\x11\xf8\xee\xdc\x55\x97\xd6\xfe\x4c\x8c\xf8\xd4\x13\xf3\x46\x26\x24\xd1\x6d\x6a\x88\xe3\xc3\xa0\x98\xaf\x98\x5f\xde\x94\xdf\x74\xd9\x61\xbc\x11\x07\x15\x5c\x67\xa2\x5d\x6a\xb3\xbb\x49\x82\x22\x6b\xc3\x5b\xdc\xb1\x6e\xfd\x37\x68\x06\x5f\xc2\xbe\xe1\x08\x8b\x89\x53\x65\x23\x08\xa7\xd8\xe0\x98\x1d\x60\x98\x7b\xb1\xf9\xe2\x9c\x1e\x82\x41\x7d\xd8\x09\xc5\x89\x37\x2d\xa3\xc5\xe0\xde\x02\xd8\x51\xd8\xb5\xa3\x9a\xfd\x39\x39\xbd\xac\x5d\x4d\x91\x18\x04\x0e\x20\x07\x07\x3c\x4c\x10\x1e\xb1\xad\x53\xa5\x06\x26\x10\x38\x8f\x81\x93\x2d\xda\x23\x06\x79\x30\x5c\x69\x38\x8b\x08\xb3\xcc\xd3\x66\x96\x85\x32\xa3\xca\x7d\x06\x9b\xe4\xe9\x68\xf4\xd9\xe9\xe9\xdd\x79\x50\x78\x43\x62\x6f\x07\x3d\xee\x52\x2c\x33\xef\xe8\x98\x35\x25\xe5\x3b\xf6\xec\xc3\x64\x87\xd8\x5b\xe8\xae\x41\xa6\x9b\x31\xa4\x98\xec\x8b\x3d\x1d\xb6\x82\x01\xad\x90\x59\x61\x18\xc1\x3b\x94\x07\x34\xf2\x61\x4b\x6f\x41\xd3\x5f\x21\xe0\xa6\xda\xb7\xc5\x18\x12\x53\xa0\x9c\xd6\x94\xd9\x6b\x18\x89\xbd\x0f\xb0\xd0\xf3\x11\xaf\xd2\x40\xfc\x56\x62\x40\x67\x41\x2b\xac\xd2\x6c\x49\x38\xbd\x69\xb8\xde\x99\x71\x66\xfb\x23\xe7\xc0\x36\xd6\x5f\x55\x31\x9a\xc7\xd9\xec\x85\xbc\x6a\x13\xa3\x47\x36\x37\x76\xd3\x80\xc1\x77\xf5\xf2\x47\xdf\xcb\x41\x24\x9d\x32\x34\xc7\xb7\x6e\xae\x8f\x74\x92\xcc\x83\x23\x7a\x61\x1a\xb4\x45\xe4\xba\xd3\x0e\x81\x81\x54\x13\x11\xa3\x89\xa9\xe6\x31\x78\x8c\x86\x48\x2c\xaa\x63\xd1\x73\xd9\x97\x9f\x4f\x1e\xb1\x34\xd6\x02\xbf\x5e\xd2\xc4\x2c\x9c\x37\x24\xf6\x5c\x82\x4b\x6b\x9c\xc1\x8f\xb0\xf1\x76\x7d\x07\xf0\x35\x90\xd5\xbf\x1f\xb1\x35\xdb\xeb\xcc\x4d\x0b\x01\x51\x4c\x21\xb2\x0b\x0e\x95\x92\x46\x06\x27\x1a\x15\x6d\x34\x73\x4d\xa6\x6c\x08\x5f\x8d\x64\x1a\x77\xf0\x22\xc9\xf0\x46\x31\x2a\x12\x93\xb8\x11\x88\x2c\xd9\x77\xf0\x03\x6a\xcf\x24\x01\x0a\x24\xe0\x71\x05\xf9\x72\xfc\x6b\xd7\x6e\x7e\xd9\x5c\x82\xa0\xcc\x7b\x79\x61\xdc\xde\xf4\x1f\x67\x70\x9f\xdf\x9a\xc4\xf9\x43\x7d\x61\x9c\xc6\x36\x54\xc1\xd4\x99\x06\xea\xab\x07\x76\x0a\x00\x99\xe9\x4f\x92\xb7\xd9\x38\xf3\x4a\x3d\x2a\xbb\x91\xd8\xaf\xb9\xbe\x32\x3a\xc0\xcc\xa0\x82\xd1\x60\xd9\xf6\x13\x8b\x81\xf8\x9a\x2e\xb7\x1c\xf4\x2e\x97\x21\x8a\x3d\x80\xcb\x18\xb7\x1c\xaf\x13\xf4\x09\x82\x23\xc5\xa5\xa4\x81\x50\xa8\xae\x38\x12\xe8\x9d\x7d\xfe\x71\xbe\xcf\xe8\x59\x31\xee\x35\xf1\x45\xc1\xcb\x49\x9b\xfd\x96\x1e\x3e\xd3\x1e\xf4\x84\x78\x1c\x34\xd3\xaa\x61\x41\x78\x18\xf9\x48\x32\xcc\x09\x95\x46\xaf\x96\xf7\x27\xe8\x3d\xf9\x80\x15\xf0\x11\x90\xb2\x41\x4d\xae\xd5\x5d\x6c\xfd\x6d\x2c\x40\xd6\xc2\x3e\xb2\x01\x6f\x89\x24\x31\x45\x94\xa2\xc2\xfe\x29\x45\xbc\x11\x6a\x4f\xa4\xe7\x3a\x3c\x69\x17\x6c\x87\x03\x73\xe3\x99\x76\xfc\x1b\xfa\x90\x25\xec\xad\xc6\xe9\x1a\x7a\x3e\x70\x2c\x6f\x47\xd5\xee\xce\x41\xe5\x5e\x4c\xf1\xe1\x56\xdf\xa4\x84\x05\x41\x60\xd1\x44\x43\x9f\xf9\xe3\x4f\x8f\xff\xed\x35\x73\x8f\xdf\x69\xcd\xd4\xeb\x77\x7a\xb8\xb2\x31\x78\xcf\xdf\x29\x4f\xd9\x76\x51\x41\x3c\xb5\x25\x18\xf9\x03\xdf\x59\x3d\x10\x0c\xec\xd2\x58\x8d\xb2\xf3\x70\x88\xf9\x1a\xc1\xa7\xe4\x69\x55\xdb\xfc\x38\x2b\x8f\x04\x04\x1d\xee\xfc\xe1\x6d\x9b\xd9\x43\x3f\xe7\x2f\xec\x47\xd7\xd9\x7d\x7b\xb4\xf3\x4b\x39\x9d\xe2\x48\x45\x13\xf9\x5e\xb6\x7c\x95\x28\xf2\xa9\x05\x21\x9b\xc2\xa6\x14\xc5\x32\xa9\xc4\x01\x06\xa3\x13\x04\x54\x60\x97\xa3\xad\x98\x8e\xa0\x92\x08\xfc\x9c\xa0\x82\xb7\x73\x14\xf5\x2b\x23\x22\x78\x3c\x25\x87\x2b\x5b\x4b\x1c\xeb\x2c\xaa\xd2\x88\x2c\x69\x34\xdc\xd8\x99\x64\xf6\x19\xf7\x32\x3d\x53\xac\x1f\xc9\x4e\xe4\x6b\x7b\x09\x19\x42\x38\xc6\xaf\x45\xcc\x80\xe4\x62\x99\xfc\x41\x85\x75\x5e\x08\x81\xd8\x1e\x74\x8d\xd4\x07\x86\x9e\xc3\x1b\xa6\x9e\x3b\xba\x6e\x9c\x8f\xe8\xc5\xf3\xf3\x0b\x8e\xef\xb3\x73\xc3\x1e\x49\x06\x06\xb6\xee\xde\x97\xf4\x66\x3e\x84\xb5\x3d\xde\x59\x0c\x9a\xa9\x6d\x06\x1b\x24\x33\x9d\x24\x57\x81\xd3\x38\x9b\xd6\x49\x1c\x7c\x9f\x1a\xa6\x51\xbd\x82\xba\x45\xf2\x0f\xec\x57\xd0\x8e\x2e\x0b\xf1\x08\x47\xea\x81\x9b\xb7\x78\x7e\x85\xa9\x16\x2d\x2d\x0e\x64\x40\xd0\x25\xa7\x14\x8e\xac\x4d\xbc\x41\x9e\x08\x9b\xae\xd1\x18\x34\x27\xaf\xb5\xc2\xdb\xe5\xb8\x37\xe2\x03\xe7\xe3\x9b\x11\x0e\xdb\xa9\x19\xf8\x9d\x57\x62\xd2\xbb\xbf\x0f\x7f\x8e\x53\x7c\x17\x44\xaf\xed\x2c\x39\x21\x05\x35\x56\x12\x8b\x82\xb8\xbd\xc8\x61\xa8\xe3\x79\x0b\xb0\x3a\x55\x73\xa4\x90\x37\xbf\x69\x4c\x65\x11\x21\x9c\x0a\x78\x15\x84\x89\xdd\x10\x7e\xaf\x07\x9f\xde\x42\xa8\xe0\xb8\x23\x3e\x40\x9c\x79\x5b\x7f\x31\x7d\x02\xc8\x98\xd7\xe9\x7c\x43\xc8\x84\xd0\x65\xdb\x40\x9e\x54\x40\xc4\x0f\x29\x20\x3d\x94\x03\x67\x2b\x82\xab\x9e\x58\x32\x73\xea\x42\x0e\xc3\x4c\xbc\x2e\xbf\xab\xa7\xc9\x56\xb0\xb0\x70\x32\x2c\xaf\x64\x7c\xa1\x6a\xc5\x19\x80\x9e\x1e\xeb\x1e\x6f\x0b\x4d\x79\x6e\x25\x45\x49\xd2\x8b\xe6\x29\x23\xf0\x15\xe0\x20\xa1\x84\x7d\x48\xe1\x29\xc0\x65\xbb\x3d\xad\xbe\xa2\xff\x4c\x85\x84\x9a\x5e\x51\x25\x85\x15\xc7\x39\x83\xfd\xb8\x69\xd4\xf4\xa0\x11\xfc\x02\x08\xd0\x52\x67\x12\x7e\x03\x52\x64\xc3\x6e\x47\x38\x39\x1c\x1c\x2d\x54\xf7\x86\x01\x37\x49\xb4\x72\x28\x21\x7c\xbc\x01\x56\x48\xe4\xca\xfe\x18\x85\xeb\x26\x44\x5e\x60\xdf\xa5\xf1\x78\xd9\x68\xca\x3b\xd5\xf7\xda\x69\x08\x72\x15\x23\xaa\x9e\x15\x16\x22\x4c\x55\xa3\xe3\x87\xf7\x7a\x57\x83\xc9\x65\x71\xae\x61\x15\x7e\x67\x74\xe9\x22\x87\x1b\x92\xae\x99\xee\xd8\x26\xc9\xd7\x02\x79\xa5\x97\x36\xcb\x2f\x30\x19\xa8\x46\x6d\x63\x48\x36\x37\x9b\x40\x78\x23\x4e\x05\x0a\x43\x9b\x50\x58\x5a\xc1\xcb\x58\x4f\x7e\xde\xb3\x28\x3b\xc9\x97\x99\xc4\x50\x57\xa1\x16\xf0\xaf\x97\x61\xf9\x34\xa4\x19\xf2\xf4\xa8\xf3\xa7\x1f\x9f\x70\xa4\xbc\x8c\xd0\x57\x8c\x8c\x1c\xb6\x85\x3d\x82\xb8\x6f\x34\x0e\x96\x64\xc3\xca\x90\x70\xb1\x87\x96\xba\xec\x93\x03\xc1\x69\xc8\x1a\x4f\xeb\x72\x6c\x1f\xbf\x96\xf4\x12\xb0\xcd\x78\xf1\xd1\x0f\xe7\xcf\x9f\x9d\x15\xbf\x3e\x78\xfd\xfa\xf5\x03\xb0\xcc\x0f\x86\xae\xb6\x0d\x86\xbc\x3d\x2b\xfe\xd7\xd3\x27\xf4\xa8\x35\xf6\xe3\x14\xa1\x1b\xb5\x67\x3a\xd1\x6d\x45\xb2\x93\xe6\x6e\xfc\xae\x2f\x95\x20\x77\x37\x46\xee\x7a\x97\x58\x28\x9b\x86\xe8\x4e\x29\x42\xec\x9a\xf7\x4f\xd4\x3d\x53\x17\xc5\x84\x8e\xd8\x10\x61\xc9\xb1\xc4\xd2\x2b\xdd\x13\x49\x51\xdd\x11\x34\x6f\x0c\x59\x52\x6f\x3c\x14\x68\x97\x2b\x90\x40\xf9\x60\x04\x4a\x6c\x17\x5f\xb2\xc1\x62\x14\x1b\x63\x83\xe4\x30\x3c\xa5\x9d\x68\xcb\x46\xb8\x8b\x52\x54\x3f\xa3\x07\x88\xd7\x3f\x7d\x3b\xa4\x3a\x3b\x7c\xb5\x4d\x7d\x92\x8c\x52\x72\x88\xf0\xd1\x1f\x22\xce\xd9\x20\xfe\xd4\xcb\x71\x65\x8e\xf6\x6f\x81\x8e\xd9\xb8\x2c\x38\x69\x37\x81\x87\x95\x47\x2d\xf0\xb0\x93\x16\x24\x08\xdf\x8a\x5f\xb8\x46\x64\x8d\x60\x3e\x59\xdc\xe6\xb3\x27\x34\xd3\x5a\x41\x93\x3f\x5f\x22\x8b\x22\xae\x5e\x67\xc1\x09\x4c\x14\xdb\x73\x0b\xb0\x7a\x41\xff\x99\x5d\x99\x80\x3b\xf9\x09\x13\xc2\x35\xb9\x94\x9c\x14\x83\xf3\x60\xd0\xb5\xcd\x48\x69\xcd\x97\xa1\xa6\x2d\x7f\x51\x2f\x79\x89\x69\xc4\xe6\x22\xc9\x75\xdb\x43\x5a\x82\x00\x22\x9e\x5a\xf2\x77\x46\x1e\x20\xe1\x36\x35\xf6\x43\x86\x10\x18\x1b\x64\xdc\xc4\xec\x3b\xb8\x9c\xe0\x1b\x4f\xfc\x45\x9d\xce\x0c\x69\xa3\xb0\x59\x27\x39\x5d\x11\x79\xbe\x29\x9f\x12\xba\xb8\x95\x74\x12\x3f\x07\xff\xa2\x23\xe6\xab\x46\x62\x66\x1d\xad\xf3\xcf\x6f\x2e\x03\xe7\xd1\x48\xc0\x7e\x6e\x6e\x7c\x2d\xb1\x2c\x72\x67\x22\xaa\xf4\x24\x6e\x66\xa4\x7c\x0e\x20\x8e\x39\x05\x3f\x72\x4d\x6b\x2d\x3b\x9c\xd1\xca\xd2\x98\xc6\x34\xc9\x62\xb0\x8c\x40\xe6\x92\x8d\x8e\xaf\xf1\xce\x34\x48\x5e\xfd\xd8\xc0\x82\x28\x5d\xb2\x43\xdd\x9e\x24\x10\xd9\x37\xfc\x77\x0c\xdb\x9a\x4e\x2c\xc2\x85\x39\x6d\x23\x78\x33\xd7\xa0\xac\x40\xda\x68\x19\x32\x9f\x20\x22\x0f\x9d\xb3\x07\x41\x3e\x53\x3c\xb3\xa3\x58\xee\xa2\x11\x93\xfc\x14\xe3\x50\x2b\x2e\x09\x15\x95\xca\x76\xd8\x8d\x35\x4e\xe8\x91\xd3\xb4\x21\x48\xa4\x89\x70\x8a\xc4\x9d\xc8\x9b\x9d\x8e\x3d\x97\xa8\x66\x76\x38\x73\xb3\x9a\x86\xd3\x0a\x50\x79\xe0\xaf\x64\xe6\x77\x04\xfd\x4a\xeb\xc6\xc8\x5f\x79\x5d\x91\xf6\x14\xa2\x00\x12\x92\x29\xd3\x22\x67\x3b\x35\x09\xec\x95\xce\xf5\xad\xb1\xbd\xe6\xf7\x31\xe7\x45\xde\x61\xe3\x53\x8e\x24\x3b\x56\xf3\xec\x88\x3c\xf1\x49\xf4\x27\xeb\x4e\x41\x8b\xf6\xbb\x0f\x78\x98\x0b\x0a\xef\x62\x4e\xe6\xc6\xe2\xd7\x24\x5b\xda\x3b\x4d\x4c\xb6\xe5\xd5\xd5\xf2\xb2\x6b\x5f\xf7\x88\x8a\x35\x74\x1b\x7a\x93\x6d\xad\xc1\x38\xb6\x96\xd5\x65\x46\xa0\x60\x03\x42\x67\x82\xf3\xbb\xec\x0f\xa5\x7c\x14\xe3\x88\x95\xfc\x23\x9f\xd8\x12\x34\xcf\x9d\xf7\x0d\x7d\xf7\xbc\x58\x76\x03\x08\xf4\x58\xb2\x94\x8f\xab\xf6\xbb\xf6\xf5\x1a\x7f\x71\xb4\xaf\x3e\x78\xe5\x6e\xa5\x3e\x6c\x06\x5a\x97\x80\xf6\x07\x7a\xd1\x24\x17\xe4\x0f\x86\xe7\xc7\xbc\x05\xe1\xb7\x04\x68\x68\xca\x2b\xea\x5a\xc0\xa2\xe5\xeb\x18\x14\x1d\xca\x66\xfa\xd7\xf5\xfe\x96\xc5\x82\x42\x57\x79\x1a\xcc\x44\x89\xf1\x0d\x53\xe2\x09\x34\x1f\xb8\x13\x36\x30\x01\xca\x20\x44\xec\x15\xdb\xd0\xf5\x27\xc4\xf6\xd5\xf7\xcf\xe4\x07\xbb\x24\x73\xd4\x61\x3f\xfb\x10\x31\xc4\xfb\x3a\x2f\x67\x7c\x9e\x7d\x91\x78\xa4\xf3\xdf\x72\x35\x6e\x14\x24\x40\x6c\x3b\x73\xe5\xd8\xf5\x5c\xd2\x0c\x86\x82\x43\x67\x7d\xcd\x47\x7d\x39\x2a\xa4\xf5\xb9\xe4\xfc\xbf\x30\x66\xf1\x1f\xd9\x56\x6d\xaf\x16\x2e\xfe\xa3\x01\xbf\x95\x2c\x62\x5c\x8b\x68\x96\x9d\xd8\x5d\xdf\xef\x35\xdd\x61\x14\x53\xc5\x4e\xf9\x44\x4a\xc6\xa1\x27\xf1\x40\x66\x93\x8d\x56\x70\xba\x18\x56\xdb\x2b\x39\x5f\x1f\xb2\xa3\xf8\x10\x98\xc8\x36\x6b\x35\xdd\x53\x9c\x40\xd2\x82\x10\x12\x7d\x8c\x31\x25\xa6\x15\x35\x72\xfa\x19\x8d\xa5\x13\x82\xc8\x42\x12\x84\xa7\xb4\xf3\x64\x7f\xa3\x94\x15\x5b\x5d\x41\xab\x2e\xb2\x31\xdf\x17\x11\x49\x9a\x93\x9d\xa8\x25\x8d\x91\xe4\x4b\x98\xd6\xe6\x08\xf2\x19\xf8\x28\x36\x4c\x1e\x25\x00\x44\x97\x90\x5f\x75\xc8\x74\x07\x3a\x4c\x37\xdc\x19\x21\x2a\x43\x7b\x19\xd6\xf7\x5f\xa7\x98\xde\x97\xbc\xee\x60\xc2\xe2\x35\x6d\xe9\x21\xe1\x8b\x44\x27\x84\x18\xd8\x1e\xe6\xef\xbe\x08\xb4\x3e\xe8\xd4\x27\x66\xcb\x46\x14\x90\xf1\x4d\xcf\xd6\x38\x8a\x9e\x9d\x1c\xb5\x04\xd6\xc7\x8e\x12\xc3\xae\x24\x87\x82\x6a\x14\x34\x95\xa6\xf2\xaf\x3e\x9b\x30\x87\x34\xed\x63\xe7\x23\x4b\xc6\xd0\x0f\xe2\xa8\x13\x79\x3a\x3a\x37\xf1\xf4\xc1\x34\x4c\x6f\x8b\xb7\x0d\x43\x08\x18\x28\x9c\xb3\x03\xe4\x6f\x8d\x37\x88\xf4\xe9\x3b\xe3\x95\x13\xa2\xcd\xc3\xe5\xca\xb3\x51\xaf\xe1\x25\x7a\xa9\xb7\x42\x45\xe5\xe3\xf2\x5c\x14\x76\x4c\x81\x47\x2f\xcf\x11\x6c\x1a\x87\x88\x65\x4d\x13\x4e\xdf\xcc\xc3\x32\x69\xdf\x3f\x26\x2f\x35\x5d\xe9\x1d\xcf\xc8\xf8\x88\xe7\x06\x63\xbe\x05\xe7\x53\xce\xcb\xf9\x9f\x7f\xe7\xc3\x30\xda\xd7\x0d\x0e\x54\x4f\xc7\xc9\x19\x21\x53\x17\x3f\xb7\xdd\xf5\xab\x98\x8f\x46\x65\xcb\x69\x10\x7d\x2e\x0c\x51\xdf\xe7\x20\x24\x68\xa0\xf7\x63\x15\xd1\x42\x6c\x51\xd3\xbb\x9b\x6e\x67\x90\xc3\x39\x4b\x73\x89\x98\x00\xec\xbd\xc0\x81\xca\x9c\x2a\x8e\xb2\x48\x65\x08\x8b\x2d\x3c\x12\x12\x63\xc0\x84\x31\x6d\x42\x62\x78\x78\xa3\xb7\x17\x89\xbf\xf0\xc1\xb6\x07\xba\x9d\xdf\x8b\x5d\x2e\x72\x96\x94\xd0\x0c\xb5\x7b\x0b\x6b\x94\xc7\x83\xeb\x07\xf0\x30\x03\x67\xd4\xe9\x25\x85\x0e\xe2\xd6\xbf\xe6\x84\x8c\x90\x67\xf7\x2b\x91\x59\x5b\xff\x39\x4b\xf7\x20\xd9\x3b\x93\xa0\x25\x68\x27\xcd\x90\xe9\x57\x21\x35\xc5\x0e\xd9\x7b\xb2\xb4\x5a\xfc\x75\x16\x2c\x64\x74\x93\x77\xcb\x79\x0b\x49\x09\xc6\xaf\x9e\xdf\x96\x13\x7d\x06\x0e\xda\x49\xcb\xd1\x07\x52\xbc\x9e\x42\x27\xbe\xcd\xa7\xde\x17\xae\xa8\x4e\x30\x97\xa1\xb9\xf6\xfc\x34\x22\xec\x2f\xfd\xf5\x27\xa9\x92\x05\xfa\x61\xce\xbd\x8a\x5a\x95\xdf\x45\x71\x05\xdf\x2a\x68\x55\x4a\x57\xc6\x23\x59\x32\xe5\xce\x2a\x96\x1a\x91\xee\x66\x82\x3a\xcd\xa4\x3c\x7a\xcf\xe0\x4e\x33\x2d\xdc\x1d\xe4\x29\xd8\xe3\xbd\xaf\xf5\xe3\x4c\xde\x83\x54\xa8\x99\x27\x40\x88\x45\xd3\x44\x08\xb7\x29\x2b\xef\xb6\x57\xcc\x81\x03\x26\x49\xe7\xff\xde\xea\x4d\xb5\x81\xa4\x43\xfa\x2f\x30\x81\xcc\xd3\xd0\x4c\x39\xf8\x51\x84\xff\x7c\xe3\x66\xd2\x12\xbc\xeb\x24\x72\xeb\x89\x0c\x37\x8c\x39\xfc\x71\xf8\x49\x7d\x30\xef\xaa\xa2\x6b\x92\x8e\x36\xd5\xa8\x47\xbb\x84\xb3\x7f\x3a\x2a\xe5\x2d\x8a\xdd\x24\x3c\xe5\x2d\x0a\x5e\x85\x03\x8e\x51\x4a\x24\x5f\xd3\x39\x85\x69\x52\x27\x23\x1a\x6e\x99\xdf\x5b\xa2\x57\xce\x29\xde\x26\xea\xb9\x1b\xc8\x8a\x9c\x0a\x8b\x2c\x6b\xe1\x52\x61\x1b\x3b\x03\x74\x9a\xaf\x38\xae\x95\x47\x47\xa3\xf4\x54\x88\xbe\x2b\xc8\x79\xa9\xff\xee\xca\xc3\x3a\x09\x53\xf9\x83\x66\x35\xda\xda\xc4\xda\xe0\xf3\x50\x49\x12\xbd\x84\x04\x2f\xa3\xef\x1e\x35\x8a\xe9\x82\x8f\x14\xc9\x4e\xe8\x01\xb0\xe3\x8c\x95\x5e\x40\x96\xb5\x21\x45\x79\x23\xd1\xce\x61\x34\xf0\x75\xd7\x22\xd3\x8c\xbc\x30\x4d\xd1\xb5\x6d\x5d\xc6\x71\x8e\x7c\xe6\xf3\xaa\x5a\x2b\x7c\x15\x3d\xb3\xd7\xad\xfb\xaf\xf4\xe8\xfb\x8f\x43\xf8\xa8\xcf\x60\xb6\x53\xfc\x5e\xc9\x53\x47\xac\xc3\xe7\x63\x58\xa4\x0f\x96\xe7\xb2\x39\x11\xc1\xc0\xcf\xe5\x12\xa9\x90\x24\x0f\x92\x7e\xc8\x7a\x93\x4f\xa0\x57\x34\x48\x32\xbd\x8b\xd5\x20\x6f\xc5\xb4\x70\x14\x38\x8f\x1f\x0e\x8d\x9c\xc7\x6a\x1f\x44\x36\x66\xba\x58\x3c\xcc\x24\x8e\xa6\xfa\xa4\x35\xfe\x69\xeb\x85\xba\xf6\xfd\x29\x91\xed\x2d\x2b\x66\x40\xde\xa7\x57\x09\x5b\x67\x90\xd9\xca\xe2\xf5\x83\xa2\x5a\xd2\x2c\xc2\xd6\x8a\x93\x45\x48\x07\x92\x5f\x5d\xc7\x10\xd3\x61\xaa\x45\xc1\x0c\xd0\x3b\x8c\x42\x4d\xb3\x20\xcf\x65\xd7\x62\x1f\x42\xbf\x61\xf5\xf3\xe0\x34\xa6\x71\x2f\xbc\x72\x60\x9c\x64\x60\xd0\x7e\x03\xd5\x11\x00\x11\xf1\xc4\x04\x94\x2e\x2c\x98\x8f\xde\x76\x31\x79\xb1\x93\x0c\x2d\x1c\xd3\x4d\xe0\x67\x9e\x4e\x29\xe0\xc3\xda\x4f\x28\x05\x3d\xbd\x5e\x7c\xe7\xf2\xc0\xd2\x29\x0e\xe0\x48\xaa\x7e\x5a\x19\xa3\x0f\x27\xcd\x14\x63\x4c\xcd\x35\x23\xf8\xf8\x05\x92\xc1\x79\x5a\xee\xc7\xd3\x8e\xc9\xa3\x40\xd3\x49\xf1\xbb\x3c\xc2\x02\xe9\x63\x28\x83\xcc\x1b\xd9\xea\x71\xd3\x61\x77\xb7\x0c\xe3\x8d\x22\xfc\x2d\x53\xb2\x4c\xba\x9f\x36\xa9\x28\xdc\x8f\x32\x45\xde\x53\xd8\x60\x3a\xe9\xd2\x63\x13\xf1\xf6\x59\xde\x9b\x44\xc4\xc6\x32\xce\x9b\xad\x72\x5a\xe4\x64\x07\x66\x58\x99\xe9\x18\x02\x2f\x23\x51\x96\x74\x0c\x77\x19\x3c\x26\x17\x7f\x7c\x54\xb2\xe3\xbf\x8f\xb7\xcb\x6f\x7b\xed\xd1\xc7\x36\xd1\xcd\x7c\x3e\x99\xde\x2c\x9a\xd0\xa5\x60\x7a\x3d\xc7\x15\xef\x3b\x8a\x2a\x43\x2a\x77\x0f\xa5\xc6\x5b\xc7\x0e\xd2\x74\x6f\x47\xc3\x98\x62\x8c\xf7\x1d\x49\xb8\x06\x0f\xde\x75\x28\x67\x7e\x20\x67\x12\x2a\xf6\x36\xc3\x1b\x5b\xde\x3e\xd6\x8c\xff\xb9\x48\x96\x35\x20\x08\xb6\x54\x62\x96\x6c\x62\xa9\xc4\x96\xfa\xcb\xe5\xf8\x96\x84\x36\x4f\xf9\x4d\x61\xfb\x57\xdf\x2d\x9b\x51\xb1\x5b\x80\xbe\x71\xb1\x91\x86\xb8\xb9\x5f\xd9\x2b\x46\x03\x40\xb2\xb1\x20\x1b\x19\x49\xaa\x75\x17\x27\xab\x68\x2d\x86\x24\x62\x06\x79\x64\xb6\x08\xc9\x4f\x1f\x73\x13\xfe\xcc\x1b\xf4\x6a\x81\x0c\xc2\x97\xad\x41\xe2\xa7\xf6\xc6\xd6\x10\x9d\x70\x12\xcf\x3e\xd3\x98\x2e\x04\x07\xfd\x4d\x93\xd3\xe5\xb9\xe8\xe6\xb2\x05\x0e\x0e\x99\xbd\x35\x9b\x9d\xcf\x48\xc9\x48\x87\xa9\xc1\xeb\x04\xd7\xaa\x91\x26\x1e\x7f\xf6\x1e\xb6\xf5\x3e\x4b\x65\x84\x08\x8f\xc4\x97\xc0\xb4\x8b\xee\xe4\xb1\xe5\x94\x83\xd1\x9d\xf0\x51\xe2\x4a\x28\x39\x28\x0e\x12\x06\x51\x34\x58\x84\x66\x68\xcd\x6a\xb6\x0a\xe3\x18\xe2\x9f\x17\xf7\xb7\x8b\x38\x6d\x96\xe6\xc2\xd7\x7b\xb3\x3a\xd7\xbf\xe0\xa1\x92\x00\xb4\x07\xdb\xe9\xbc\x25\x86\x7b\x03\xc1\x72\xac\x7f\xa2\x21\xef\x59\x0a\x3d\x8c\x27\x71\xe4\xf1\xc2\x65\x06\x12\xe9\xb9\x4e\xc5\x57\x90\x4d\x08\x58\xc1\x5e\xc1\xc3\x06\x94\x23\xe2\x8d\x5f\xb2\x48\xf4\x32\xf3\x81\x81\xbd\x45\x2c\xc8\xad\xd8\xd2\x12\xa1\xcf\x7c\xe4\xf3\xbc\x8c\x43\xb8\xa6\x1f\x5c\x0c\x91\x9c\x7f\x67\xbb\x94\xbc\x4b\x28\x03\x6d\x06\xe5\x5d\x95\x7c\x76\xae\x06\xbc\x40\x36\x4a\x8d\xc9\x93\x7e\x8b\x11\xbb\xb2\xa6\x7c\xa6\x0a\x8d\xa2\x9f\x77\xdd\x6b\x7a\xc9\xac\x0a\x3b\x8c\xe4\x70\x5e\x8e\x9d\x77\xa8\xa3\x23\x7c\xa4\x1a\x0b\xac\x68\x0a\x11\x28\xfb\xac\x5e\xea\xb2\x9c\xad\x43\x0c\x4c\x94\xcf\x8b\x95\xb2\xc8\x66\xc8\x59\x82\x46\x8b\x07\x14\x90\x7f\x3a\x04\x4b\x93\x5b\xea\x88\x02\xc8\xeb\x14\x96\x73\x27\x53\x45\x2f\x7a\x3a\x55\xfa\x32\x07\xd7\xbf\x2e\x11\x17\x57\x32\xc8\xcd\x42\x74\x43\x03\x5f\xdb\x0e\x82\xdc\x58\x0e\x6f\x79\x04\x67\xe0\xb4\x22\x2d\xc7\x92\x7e\x31\xb0\x7e\x04\x36\x8f\x0f\x82\x8e\xea\x39\x32\xa9\x97\xee\xce\x9a\x31\x1c\xb0\x28\xb8\x66\xea\xdf\xf9\xdc\xc6\xb6\xf5\xd9\x2e\x9b\x71\x72\xfe\x7e\x95\x67\x50\x41\x06\x38\x18\x06\xf4\x9a\x3a\x45\xb0\xca\xbb\x34\x34\x33\x58\x23\x46\x06\xbd\xcf\xdb\xf9\x7e\x83\xe5\x47\x04\xcf\x49\x79\xb4\xe3\x61\xb2\xd1\xbb\x04\x29\x69\x67\x86\x97\x55\x1d\x0f\x2c\xab\xfb\x7e\x43\xe2\x17\xba\xb9\x96\x27\x6b\x6e\x48\xc0\x4c\x83\xe5\xfc\x33\x1c\x97\x91\x89\x2d\xd1\xcd\x05\x87\x04\x36\x42\x7b\x4b\xdb\xb3\x63\x7e\xe7\xc6\xdf\x71\x52\xd7\xa5\x5b\x5f\x6f\x74\x32\x7a\x92\x89\x0b\x65\x3b\x8f\x0a\x82\x0a\x79\xfe\x11\xb7\x72\xbe\xd2\xdc\x28\x7d\xac\x25\xbb\xe3\x30\x34\x69\x73\xcd\xed\x43\xe9\x2c\xd1\xa1\x1b\xc8\xf4\x90\xde\x8c\x75\xf0\x3f\x79\xf7\xd1\xca\xfb\x25\x7d\xb8\xa4\xb2\x4f\x24\xa8\x6f\xf9\x37\xcb\x1a\xeb\xfe\xc3\x98\x55\xf2\xa3\xa3\xe9\x98\x38\xfb\x1c\x87\x8f\x5f\x0a\x9f\xaa\x8c\xd7\x4a\x53\xff\x7d\x7c\x67\xbf\xe3\x39\x05\x27\x47\xdf\x54\xdb\x44\xcf\x56\x1d\xda\xdd\xcb\x9c\xf4\x91\x98\xa7\xcc\x4d\xd0\xdf\x41\x8f\xe7\xd4\x28\x4c\x44\x23\x54\xfe\x91\x0b\x51\xe9\xbd\x6d\x22\x2d\xaa\x08\xcb\x0e\x2d\x42\x2f\x70\x12\x87\x01\xe2\xe0\x5b\x66\x99\x8e\x60\x6e\xfb\x6e\x62\xcc\xcd\xd0\xff\x3f\x31\x63\x08\xa5\x47\xb7\xe5\x47\x4b\xe3\x6c\xcb\xff\xf4\x75\x99\x6b\xfc\x3f\x7f\x5d\x3a\x19\xdd\x74\x56\x29\x29\x02\x91\x75\x47\x4b\xe8\xca\x7d\x92\xe4\xb4\x29\x7e\xe2\x2f\x29\x2a\xd7\x44\xaa\xd7\x6d\xd7\x0e\xc4\x55\x5a\xc9\xfb\x89\x63\xf4\xad\xff\xe4\x66\xe0\x89\x61\x24\x32\x78\x3d\x70\x04\x86\x90\x2a\x94\xcd\xd7\x89\x3f\x53\x81\x7b\x52\x8f\x09\x36\x5f\x0b\x02\xf1\x0d\x2b\x41\x02\x05\xa7\x55\x8d\x97\xa5\x27\x55\xb5\x52\x7b\xc9\x4a\xd9\xed\xea\xa9\x42\x82\x42\x4a\xe1\x0e\x2d\xe7\xac\x58\x13\x2f\x55\x0d\x87\x35\x26\xca\x98\xaf\x81\x24\xbe\x2c\xe4\x73\xc1\x49\x21\x26\x8d\xfb\x11\x69\x2d\xe9\x42\x04\xfb\x34\xc5\xd9\x2a\x88\x03\x39\x01\x3f\x70\xfc\x89\x51\x05\xbf\x66\x3b\x6b\x0e\xe3\x15\xc3\xb7\x62\x66\xbd\x18\x76\x3c\xf3\xef\x00\xbc\xbf\x65\xfa\x69\x8d\x72\x4b\xec\x79\x06\xad\x56\xb9\xd4\x11\x1d\x1a\x4e\x86\x76\x4b\x4d\xb6\xec\xc9\xeb\x26\x76\xc1\xb7\xd4\x52\xad\x5d\x36\x42\x5d\x0d\xeb\xa6\xa3\x6c\x2f\x6f\xec\xc6\xf5\x02\x8d\x1f\x1c\xc2\x2a\x81\xba\x6c\x5b\x47\x2c\x22\x81\x12\x32\x61\x8b\x4f\x2c\xda\x57\xfe\x6b\x71\x28\x9b\xb6\x99\x5b\x36\x01\x1f\xaf\xdb\x0b\x02\xbf\x75\xdd\xf6\x48\x65\x41\xfd\x74\xc3\xc6\x0d\x74\xb9\xb4\xb3\xa7\xe7\xc8\x7f\xc1\x9e\xfa\x1a\x44\x6f\xa6\xbb\x49\xdd\x78\x48\xb3\xea\x6e\xa6\xdb\x8d\xd9\xec\xec\x4c\xbf\x5f\xe3\xfb\x5b\x3b\x9e\xd4\x8e\x3d\xe7\x0d\xcc\x74\x2d\x49\xab\x81\x92\x2e\x87\x4d\x65\x1d\xbc\xd9\x77\x6b\x36\xf0\x48\xd6\x8c\x81\x70\x7b\xca\xe2\x2b\x06\x2b\xbe\x23\xb0\xe2\x02\x60\x93\x26\xe9\x9d\xa5\x17\x87\x15\xff\xb1\x89\x6f\xbf\x2e\xf0\xd1\x7b\x8d\x8c\xeb\xb4\xc4\x4e\x76\x6b\x65\xb5\xf4\x02\x82\x5a\x4d\x2f\xba\x33\x21\x00\x55\xe4\x22\xf9\x56\x72\x2c\xc6\x71\x93\x08\x47\x2c\x6f\xfe\xe6\xb4\x41\x88\x61\xf5\x0f\x2e\x68\x28\xf4\xb8\xc3\x7d\x9b\x1e\x8b\xa4\x02\xf3\x96\x54\x81\xf1\xa4\x44\x37\x86\x64\x99\xc0\x39\xcb\x4b\xb0\x48\x19\x23\x32\x5f\x25\xe2\xaf\x6f\x91\xe4\x62\xa8\xda\x39\x50\xba\x07\xfd\x5b\x60\xfd\x40\x04\x94\x19\xdd\x39\x30\xed\xb7\xc7\xda\xd2\x03\x82\xf7\x46\x38\x7b\x71\x71\xd2\x64\x7f\x10\x8d\xd4\x29\xaf\xcf\x46\xe3\x9c\xe7\x04\x45\xc8\x7e\x24\x95\x38\x3d\xb7\xaa\x6e\x12\x6d\x70\x2c\x07\x0b\xf2\x0c\x8c\x87\xfc\xf6\xa4\xf4\x96\xad\x72\xe1\xc9\x30\xf8\x12\x48\x1e\xa2\x14\x59\xbf\xfa\xf7\x14\xe2\x03\xf9\xa2\x31\xc4\xd1\x5b\xa8\xcb\x86\xce\x9d\xbd\x06\x19\x28\x8e\xe5\x57\xa7\xe8\xec\x92\x27\xae\x7d\xa0\x22\x84\x7e\xe4\x40\x9f\x4c\x28\xb3\x0c\xe4\x14\x67\x77\xc4\xde\x5a\x6a\xc5\x2c\x98\xac\x4e\x89\xf9\x1a\x31\x8a\x53\x61\x47\x2f\x4c\xa6\x02\x70\x22\x18\xa4\x39\xf1\x69\x5f\xd2\x8a\x75\x7b\x5d\x2a\x0f\xa7\x4a\x31\xf1\xb4\xca\x43\x5f\xf8\x85\x0d\xe9\xac\x55\xc4\xfe\x83\x06\x17\xb2\x89\x3b\x05\x9d\x9c\xb2\xd6\x98\x1b\x62\xd0\x04\x93\x94\xba\x86\xa9\x8d\x3f\x04\xf3\x59\xe9\x2f\x34\x2b\x9d\x2a\x2e\xdf\xa2\xad\x8c\x0b\x12\xce\x86\xb7\x6c\x11\xf6\x5d\x21\xf6\xe6\x57\x4d\x7e\xe2\x13\x28\x3d\xd5\x44\x49\x9e\x3c\xf3\xd1\xea\x34\xb3\x0c\x7b\xd1\x21\xe4\xd3\x6d\x0d\x88\x3c\xf1\x23\x49\x54\xfd\xe0\xd3\x24\xc6\x88\xcc\xf7\xba\x6e\x2f\x21\x49\x90\xa8\x01\x43\x8f\x54\x4c\x44\x3e\x4a\x6b\x65\xbf\x8e\xc7\xf3\x22\x49\x70\x47\xb3\x35\xa3\xd3\x0a\x58\x3e\xb0\x51\x9d\x50\x87\xa4\x92\x13\x79\xa5\x3f\xbb\xac\xc7\x87\x37\x09\x13\xa5\xb3\x75\x7d\x0d\x99\x67\x91\xf8\x05\x99\xac\x91\x72\x7f\x68\x3b\x27\xa9\x84\xee\x6e\xc8\x71\x43\xd3\xbc\x44\xb3\x3b\x9e\x68\x04\xda\x7d\x88\x8a\xa0\xa0\x77\x2a\x96\x93\x4b\x4f\x87\x80\xc8\xef\xf6\x75\xa3\x49\x6a\xe6\x96\x68\x97\xc5\xc1\x40\x6a\x3e\x03\xa1\xfc\x89\x51\x9c\x5a\xf2\x9f\x71\xe8\x8a\x26\x84\xce\x0b\x6e\x40\xa6\xf4\x31\x31\xa0\x93\x0a\xe2\xcb\xb4\x77\xc4\x57\x81\x09\xcd\xad\x9d\xdf\xa8\xea\x74\xd2\x77\xae\x58\x19\x8f\x81\x85\x6d\x5b\x8d\xa3\x20\x19\xa4\x74\x54\x99\xd4\x2d\x1f\xd2\x34\xae\xb2\xbf\x44\xb7\xda\xd5\x52\x6b\xe2\xd7\x9a\x61\xe4\x4c\x33\xcf\x18\xb9\x81\x93\x82\x60\x64\xae\x12\x11\x2e\xff\xcc\xcc\x7d\xf8\x8b\xd7\x10\xfd\xe0\x35\x43\x22\xa9\x65\x4c\x9b\x77\xc6\xb2\xe5\x71\x27\x02\x3c\x93\xc0\x31\xed\x5a\x7e\xcf\x28\x8f\xa5\x40\x92\xb0\x8d\x72\xb0\x49\x11\xd2\x2f\xf5\x9a\x7f\xc9\x7f\x1b\xe7\xff\x61\x39\xb2\x22\xc9\x6c\xc0\x1e\xc7\x4e\x06\x2d\x15\x10\x87\x33\xd3\x02\x2b\x2e\xd6\xd2\x30\x7a\xf9\x9d\x66\xcb\x90\x2f\xb6\x01\xe5\xa2\x89\x8c\x95\x9a\x95\x92\x39\x8b\xac\x64\x90\xd2\x94\x0e\xce\xa5\x4d\x72\xb1\x8a\xe9\xa4\xb8\x89\x23\x98\xf3\x58\x90\x92\x1d\x31\x73\xab\xef\x61\xb0\xef\xc2\x18\x80\x0e\xe8\x4a\x76\xce\xf9\xfa\x2c\x5c\xdb\x8a\xe2\x9a\xa6\xfc\xcd\xb3\xf4\xbb\x7f\x2f\x7c\x69\x6f\x88\x80\xa0\xc5\x9c\x83\x89\x66\xa4\x5e\xe6\xa0\xd8\xd1\x57\x8a\xc1\x17\x59\x85\x1b\xc2\xe3\x20\xd2\x46\x05\xc6\x06\xe9\x8b\x25\x89\x6a\xa5\x36\xc9\x15\xf2\x8d\x19\x50\xf9\x84\x87\x35\xe2\x8b\x1b\x24\x13\xa1\xdc\xd4\xa5\x5f\x5c\xd0\x25\x1c\x97\x3b\xf5\xb8\xde\x19\xe2\xc5\xe0\xd7\xec\x6c\x0a\x47\xd3\x4d\xa1\xc2\x9c\x89\x23\xec\xca\x4b\xea\x63\xd6\xf7\xab\x61\xd6\xd6\x7b\xcf\xd9\x5b\xeb\x64\x7a\x1e\x7d\x61\xe3\xf3\x3a\x7e\x6c\x12\xd9\x72\x4d\x5b\x29\xde\x63\xa3\xc0\x55\x71\x9a\xb1\x37\x1e\xdd\x23\xda\xf0\xb7\x8c\xaa\x1f\x64\x22\xe7\x70\x46\x7a\x0b\x2c\x92\xf2\xaf\xce\x93\x3c\xfc\xb7\xc3\xf6\x60\xe1\x38\x7d\xf4\xb3\x76\xa0\x97\x23\x38\x15\x42\xbe\x50\xfb\xb3\x14\x92\x62\xb3\xfb\xa5\xb6\x21\xa1\x19\xd3\x95\xed\x35\x40\xa3\xef\x84\xf5\x7f\x0a\x16\x68\xbd\x11\xd0\x1e\x6f\xeb\xba\x37\xc4\x02\x15\x0f\xb7\xc5\xf9\x43\xfd\xde\xef\xdd\x41\x32\x16\x9e\x3f\xbd\x78\xc1\xc1\x5c\x26\x17\x0a\x30\x7c\x3b\x18\xa4\xcc\xaf\x08\x0a\xf9\x9a\x70\xe1\x21\xbd\x2b\x3e\x72\x80\xdc\xb9\x1e\x7e\x83\x48\x8d\xe9\x60\x17\xeb\x6f\x1f\x8b\x87\x67\xc1\x47\x44\x57\x3c\x12\x08\x60\x04\xc9\xa0\x11\xa1\x57\x70\xad\x49\x5a\x65\x2f\x8d\x9f\x7a\x6b\x26\x7d\x15\xb6\x6b\xbd\xe5\x55\x59\x57\x7c\x39\x3e\x3c\xfb\x70\x99\xa1\xa3\xb5\xab\xfb\x49\x1c\xb3\x8b\x27\xe7\x0f\x7a\xf1\x7c\xd4\x99\x57\xe5\x01\x90\x6b\x78\x72\x11\x6d\xfc\x7c\x87\xe1\x10\x98\x0f\x7f\xad\xca\x77\x45\x25\x50\x78\xdb\xee\x88\xd8\x90\x92\x02\xfb\xe1\x53\x4d\x8e\xe8\x7d\x69\xb3\x21\x70\xac\x68\x4f\x7e\x4f\x06\x13\x83\x4f\x4b\x08\xb3\x94\x18\xf7\xb8\xb6\x3c\xc0\xbb\x0c\x46\x76\xbe\xe5\x34\x88\xad\xdf\x69\x91\xfe\x39\x8f\xa3\xa6\xc4\x9a\xc7\xff\x19\xc1\x16\x90\xff\x88\xae\xf7\xc0\x77\xd2\xf6\x29\x7e\x8f\xaf\x77\x36\x9e\xb7\x10\xc3\x69\x0b\x09\x75\x95\xcf\xc9\x63\xfc\xb9\xd8\x48\x1e\x32\x83\x59\xcb\xc3\x22\x69\x35\x82\x1e\x35\xb7\xa4\x98\xc2\x67\xda\x76\x3f\xff\xd4\x90\x62\x62\xf3\xa6\xc7\x87\x49\xaa\x52\x7d\xb6\x66\x56\x5b\x28\xaa\x16\xc2\x06\x50\x52\xd1\xc7\xc1\x36\xb9\x53\x78\x1e\x4d\x5d\xe7\x69\x4a\x09\xaf\x66\x60\xc3\xb6\xcf\xa3\x98\xb8\x24\xe0\x99\xe2\x53\xc6\xa8\xb8\xf5\x1c\x90\x58\x09\xad\x64\xb2\x19\xa1\x95\x0c\xf2\x76\x62\x4b\xb4\xcf\x5e\xe8\xa9\xba\x68\x15\x7a\x36\x89\x69\x8c\xc2\x99\xc3\x41\xee\xc5\xb9\x66\xff\x96\x3b\x91\x94\x1e\x11\xed\xcd\x17\xaa\x7d\x7e\x52\x0c\x87\xe2\x50\x0c\x7f\x62\x2d\x9b\x7b\xf1\xb5\xa8\xbd\xba\x02\x87\x88\xf4\x23\x76\xf5\x5c\x7e\x3c\x60\xfd\xb1\xaf\x4b\x64\x21\x2e\x23\x44\xae\x2c\xc3\xbc\x0e\x4a\x9b\x24\xb6\x17\x4c\xa2\xe0\x41\x83\xd7\x02\x5e\x29\xbe\x76\x37\xf0\xe6\x76\x41\x37\x92\xbe\x53\x9c\x1b\x30\x80\xf1\x08\x04\x6c\xe8\xd3\x11\x30\x05\xd9\xb5\xad\x93\xd4\xa6\x92\x89\x16\x09\xeb\x7d\x3a\xd3\xb0\xce\x10\xe9\x6c\xd6\x92\x65\x31\xc0\x9f\x3b\x8d\x50\x1f\xfd\xd5\xe7\xab\xd3\xd4\xc6\x75\x9f\xd0\x54\xee\xae\xd4\x6f\xba\xf2\xe0\xbc\x6b\x2a\xc7\x2e\xee\x4d\x07\x11\x8d\xbe\x1f\x61\x12\xd8\x2e\xbd\x2f\xbc\x22\x8f\x19\x65\x3b\xab\xd1\xf7\xf4\x3c\x25\xeb\x13\xcf\x4f\xbf\xf3\x87\x87\x5d\x2f\xc7\xe7\x06\xe5\x73\x44\x64\x52\x0c\xfa\xd7\xad\x2f\x07\x7a\x21\xe9\xba\xc9\x81\x64\x58\x3e\xb1\x20\xb9\xa6\x11\x40\x35\x6d\x6d\x93\xb6\x73\xc7\x49\x42\x71\x4a\x2c\x26\x9f\x6b\x36\x2d\x91\xd2\xc7\x08\xc4\x68\x11\x53\x8d\xc1\x4c\x0a\x17\x17\xfe\x87\xb9\xa5\x26\x08\x78\x15\x72\x40\x10\x86\x7a\x81\x62\x75\x77\xf3\xba\x25\x0d\x30\x62\x9a\x51\xb5\x6b\x0c\x00\x95\x1e\xf3\xdf\xc5\x47\x1f\x52\xc1\x03\x29\xf8\xf0\xe3\x69\x4f\x7b\xb8\x82\x0c\x7b\x71\xe9\x2c\xff\x66\x25\xc9\x03\xa2\xd8\xf3\x21\x3f\x22\xeb\x19\x5b\x82\xf4\x55\x4b\x88\x2d\xa4\x7b\xb8\xab\x8d\x7e\xbe\x3a\x31\xc2\xe1\xb6\x5d\xfa\x9d\xbe\x08\x06\x1a\x33\x98\x82\xc0\x52\x3e\x22\x7e\xcd\x29\xf8\xf8\x3d\x72\x21\xf1\x9b\x3f\x85\xe1\xbc\xc5\xa2\xbe\xaf\xf5\x3e\x9e\x3f\x29\x32\x6c\x10\xcb\x42\x86\x77\x76\xe6\xbc\x07\xea\xef\xba\xb3\xfd\xbd\x8f\x13\xd8\xb8\x4b\xa3\x8f\xa1\xf2\xbd\xfe\xaf\x44\x10\xd9\xcf\xee\x01\x71\xdf\x73\xe5\xf6\x32\x36\xe0\x69\x85\x0c\x71\x0e\xd3\xd5\x08\x12\x3a\x0b\x72\x34\x09\xc6\x69\xb6\x2c\x9c\x0a\xc4\xe9\x51\xe5\x5d\xfd\x04\xb9\x79\x22\x63\x16\xb5\x65\x94\x85\x1f\x1b\x3c\x38\xa5\x9a\xda\x32\x68\x60\xec\x90\xb0\x35\x4b\xc4\x05\x37\x1c\x62\x46\xe2\x88\x25\xfb\x96\xcf\xc6\xc5\x9e\x6b\x3a\xde\x91\x7d\x8b\xb8\x4c\x35\x60\x29\x95\x01\xf0\x8d\xf0\x64\x55\x28\x99\x91\xe0\xa9\x31\xd3\x68\xa2\xa3\xd3\x3c\x33\x5d\xf3\xae\x07\x5c\x89\xb4\x8d\x39\x10\xd7\x6d\x26\xe4\xd9\xd7\xf2\x3d\x3c\x4f\x12\x18\x01\x1e\x93\xeb\x9a\xad\x11\x62\xf8\x04\x09\x7e\x5b\xc0\x9e\x8c\x23\x00\x70\x50\x9e\x82\xfd\x79\x1b\x4e\x45\x9d\x3c\x05\x34\xa7\xc8\x3f\x26\xad\x3d\x83\x7f\x8c\x89\x9c\x63\xde\xa4\xaf\xef\x43\xa9\xe8\x89\xfa\xf3\x38\xfe\x50\x5c\xb0\xbf\x0e\x76\xa0\xb6\x6d\x73\x0d\x6c\xd4\x42\xab\x43\x2c\xc5\x90\x1c\x1d\x89\x5f\xc0\x52\x6f\x7a\x1a\xc5\x1e\xc6\xb1\xc8\xa9\x32\x95\xe4\x28\x89\x08\xe5\x1d\xe9\xe4\x64\x67\x23\xc1\x90\xee\xed\xe1\x56\xe2\x41\xeb\xdc\xf1\x0e\x28\x84\x3f\x0a\x74\x03\xdb\xb9\x03\xf0\xdd\xa3\x27\xcf\x47\x55\x26\xd8\x43\xbf\xcf\x62\x1b\x2d\xbb\x0d\xbb\xb0\x4c\x9d\x51\x38\xf3\x8e\x41\x9a\xee\x38\xa0\x53\x7a\x5b\x7d\x8d\x00\xbc\xd6\x3c\xe4\x17\x13\xd0\x26\x86\xc4\x91\xfb\x22\xae\x85\x0d\x22\x91\x22\xea\xb1\x65\x6a\x1c\xc9\xca\xb3\xec\xe5\xd3\x1e\x7a\xf8\x9c\x4e\xdb\x67\x3a\x9e\x7b\x60\x52\x7c\xb6\xf5\x65\x20\xa9\xf8\x8d\xd7\xcd\x63\x1b\xa3\xe9\x6e\x09\xcc\x1d\x9b\x25\x6a\x34\x6d\xe4\x25\x22\x7a\xab\x0a\x7b\xda\x96\x80\x9a\x2d\x5d\x38\xdb\xe5\xb0\x7d\x4b\x5c\x41\x7c\xc1\x05\x92\x95\xd1\x47\x53\x8f\x9a\xa5\x63\xcb\x91\xc3\x27\x23\x68\x72\x40\x88\x33\x4f\xbd\x5a\xaa\x21\xc4\x56\xdc\x59\xb1\xbd\xd5\x41\x7f\x0f\x4a\x18\xf7\x66\x4a\xaf\x28\xe0\xa1\xa3\xe1\x41\xe4\x11\x40\x25\xf6\x07\xcb\xfe\x14\xd6\xc3\x84\x67\x31\x40\xcc\xad\x04\xdd\xed\xd2\x0b\x3a\xd8\xa3\xc8\xa6\x14\xb4\x62\x2c\xa0\x10\x81\x9c\xf2\x94\x2c\xe0\xb7\x52\xd5\x57\xbb\xde\x84\x25\x13\xdd\x9a\xa8\xb8\x64\xb5\xf8\xaf\xf1\xc4\xea\xf2\x4a\x34\xf0\x71\x66\xb8\xb4\xf0\xf9\xf3\xa0\x3b\xe7\x0e\x7d\x12\x81\x07\x51\xf4\xce\x47\xf3\x88\xcd\xe8\x64\xec\xb4\x9d\x43\xc9\x6a\x56\xbf\x3c\x8f\x83\xeb\x57\xba\x2e\x1e\x48\x1f\x54\x81\x52\xc6\x7b\xfc\x42\x5c\x77\xe2\x63\x36\x87\x1a\xbe\xd5\xb2\x94\x62\xd6\x8e\x9f\xb0\x2b\xfa\xb8\x63\x00\x30\x1d\xc1\xc5\x4c\x48\x78\xf3\xda\xe5\xa6\xa3\xd7\xf2\xeb\xae\x6d\xa2\x29\x62\xb0\xbd\x4d\xa4\xa6\xfe\x4b\x4f\xa7\x71\x3b\x20\x73\x2b\xfc\xbb\xcd\x80\x14\x3e\x1e\x38\xcd\xf5\x2a\x1b\xe2\x8b\xa6\x09\x62\xf3\x72\xfb\xab\xdd\x0c\xc1\xba\xc2\x73\x1f\x6c\x26\x11\x9b\x68\xc5\x2e\x46\xa9\xe5\x5e\xac\x9e\x39\x0e\x62\xd7\xf2\x96\x47\xe0\x2c\x63\x90\x1f\x39\x68\xef\xd5\xc3\xba\x42\xd0\xcb\x5b\x7b\x8f\x9d\x03\xc2\xdb\x29\x7b\x83\x5f\xcd\xa8\x01\x42\xfa\x2e\xd3\x65\x5f\x8b\x63\x35\x6c\xe9\x2c\x13\x4a\xd3\x10\x02\x9e\x2e\x49\x83\x2b\xaa\x16\xc6\xd7\xc2\x1b\x9d\x1b\x1e\x87\x51\x70\x3a\x68\xe8\xc2\x83\xcf\xbf\xd8\x20\x05\x08\x9a\x78\x84\xc9\xad\xfa\x34\xb9\x49\x6c\xad\x6c\x84\x17\x92\x1a\x9c\xb3\x2e\xe5\x85\x18\x9e\xde\xfc\xd8\x34\x4b\x1a\x04\x1a\xd2\x70\x4d\x2c\x60\x58\x92\x36\x06\x9b\xf6\x3f\xb7\x40\x29\xf5\x9c\x7e\x5b\x7f\xca\xfc\x65\x3a\xad\xb0\x9f\xfe\x5b\x7b\xd0\x15\x9a\x19\xa3\x8a\x07\x6e\xdf\xa2\x3b\xed\x0a\x17\x3f\xcb\x16\xbc\xf2\x1e\xd1\xac\xe7\x12\x01\x12\xdb\x63\x65\xa1\x8c\xee\x4b\xca\x64\xe2\x93\x42\xbc\xff\x60\x63\xc6\x4e\xe1\xf4\x52\x49\x2d\xcd\x20\xf8\x69\xcc\x20\xe8\xf3\x19\xdc\x9e\x89\x39\xe4\xc3\xa5\x66\xc5\xe9\x01\x49\x21\x92\xb4\x84\x79\xba\xc6\xbe\xdb\x7c\x32\x6e\x43\x94\x83\x9a\x27\x37\x01\x06\xc8\xbf\xf9\x6e\x64\xa2\x92\x54\xf8\x17\x49\xf1\xac\x16\xdc\x69\x1f\xfd\x27\xa2\xad\xf9\x44\x26\xfe\x87\x24\xb9\x6e\x9a\x08\x19\x89\x84\xab\xf7\x6d\x20\x4b\x81\xac\x43\x88\x19\x0d\xdf\x73\x30\x32\x9d\x3c\x25\xa6\x6c\x60\x96\x17\x2e\x6d\x4c\x33\x5d\xde\x32\xb1\xbc\x29\x99\x5f\x9e\xbf\xf0\x5d\xda\xd2\x39\xe6\x8d\x8d\xa7\xfa\xfe\xcd\xe6\x39\xa1\x93\xc4\xd7\xde\x08\xff\xdd\x56\x6d\x26\x77\xdf\x2f\x49\x5e\xc7\xf7\x5e\xb9\x10\x29\x9a\x4f\x6f\x0c\x06\x9d\xde\x86\xd9\x54\x9b\x33\xd7\x8b\xe3\xc1\x39\x73\x1d\x2f\x01\x07\x33\x49\x87\xc1\x67\x3f\xcd\xf8\x7c\xfb\x3d\x19\xdd\x30\x9f\x03\x96\x73\x73\x7a\x0c\xcd\xb9\x60\xcb\x9a\x63\x06\xb1\x28\xf2\xbe\x4f\x1c\x6a\xd9\x90\x78\xf1\xb3\x6b\xdb\xfa\xd5\xc2\x5c\x63\x6e\x48\xf1\xbe\xb8\xea\xda\x3d\xbb\x98\x1a\x7a\x65\xc0\x2e\x9e\x80\xea\x5e\xaf\xf0\xef\xa7\xfd\xea\xd3\x10\xfa\xf4\x7e\xbf\xf8\x74\x4f\xbf\x09\x7b\xc1\xcc\x55\x3e\xec\xe8\x83\x0b\xc5\x5b\xfa\xe5\x13\xda\xe1\xf7\x6b\xfa\x7d\x84\x9b\x4a\x2b\xb5\x09\x5d\x7f\x5a\x54\x03\x8c\x67\x7b\xa9\x71\x02\xc4\xd0\xca\xaf\xde\xd2\xdb\xbf\xe5\x2c\xbd\xda\xa9\x91\xcc\x81\x0d\x74\x40\xf8\xec\xfb\xe6\xef\xbb\x76\xe8\x7a\x4d\xbd\xac\x9f\xb6\xe6\xc4\x5f\x42\x2a\x41\x4e\x62\x65\x6d\xc5\x5f\x65\x28\xd2\x66\xdb\xb8\x9d\x64\x64\xe7\xe1\x20\x83\x1c\x7d\x3e\x59\x23\x4d\xd2\x98\xf4\x53\x67\x5e\xaf\xfd\xc0\xfc\xa8\xf8\xa3\x1f\x56\x18\x13\xad\xee\xb6\x6b\x0f\x48\xb6\xf2\x6a\xe1\xf3\x7a\xf9\x84\x5e\x2f\x86\x6d\xeb\x62\xc8\x25\x17\x42\x5b\x43\xd4\xac\x19\x78\x8a\x1a\xd2\xa7\xbd\x3e\x51\x9d\x43\x1c\x43\x9f\xe3\xaf\x6c\x0e\x83\xca\x0a\x35\x3e\x8a\xe6\xf9\x28\x93\x68\x4a\x37\x31\xb0\x33\x9b\xad\x2d\x17\x2c\x94\xa4\x3d\x5f\x5f\x8a\x5c\x88\xc1\x98\x29\xff\xe8\xef\x7f\xe7\xf4\xad\xc4\xd1\xff\xe3\x1f\xc5\xd3\xaf\x3e\x2e\xf8\xf3\xa9\xf6\xb1\x3a\x41\xff\x7a\x29\x53\x03\xf0\xbd\xf9\xf5\xdf\xb3\x1a\x88\x6c\xc2\x9e\x61\x62\xa6\xa1\xa2\xf3\x10\xd9\xe9\xff\x05\x00\x00\xff\xff\x02\x64\x8b\x16\x41\xcc\x00\x00")
+
+func confLocaleLocale_fiFiIniBytes() ([]byte, error) {
+ return bindataRead(
+ _confLocaleLocale_fiFiIni,
+ "conf/locale/locale_fi-FI.ini",
+ )
+}
+
+func confLocaleLocale_fiFiIni() (*asset, error) {
+ bytes, err := confLocaleLocale_fiFiIniBytes()
+ if err != nil {
+ return nil, err
+ }
+
+ info := bindataFileInfo{name: "conf/locale/locale_fi-FI.ini", size: 52289, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
+ a := &asset{bytes: bytes, info: info}
+ return a, nil
+}
+
+var _confLocaleLocale_frFrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xdd\x8e\x1c\xc7\x95\xe6\x7d\x3d\x45\x8a\x06\xd1\x24\xd0\x2c\x41\xd6\xec\x0f\x04\x95\xbc\x64\x93\x12\x69\x34\xa9\x36\x9b\xa2\x17\x2b\x10\xa5\xac\xac\xa8\xea\x24\xb3\x32\xcb\x19\x99\x4d\x36\x0d\x03\x7b\x6b\x60\x1f\x60\x2f\x8d\xb9\xd8\x15\x67\x80\xb9\x9a\x9b\xc5\xdc\xb9\xdf\x64\x9e\x64\xcf\x77\xce\x89\xbf\xcc\xac\x26\xe5\x9d\x59\x03\x16\xbb\x22\xe3\x3f\x4e\x9c\x38\xff\x27\xdf\xef\x97\x6b\x63\x8b\xc5\x0f\x75\x66\x4d\x7b\x59\x16\x26\xfb\xae\xec\xb2\xbc\xef\x9a\x7b\x17\xd7\x1f\x56\xa6\xdd\x5e\x7f\xc8\x6c\x5e\xdb\x6c\xdf\x96\xd6\x64\x6b\x93\x75\xd7\xff\xd0\x99\xd9\xec\xa2\xd9\x99\xc5\xfd\xa2\xe8\x4d\x59\xcd\xd6\xb9\xbd\x58\x35\x79\xbb\x5e\xbc\xc8\x57\x95\xc9\x7b\x54\x5c\x35\xed\x7a\x66\xde\xed\xab\xa6\x35\x8b\x47\xf2\x6f\x3b\xbb\x30\xd5\x7e\x71\xbf\x5c\x9b\x99\x2d\xb7\xf5\xb2\xac\x17\x27\x4d\x5d\x9b\x77\x65\x53\x4b\x49\xd3\x77\x8b\x87\xd7\x1f\x8a\xb4\xb4\xdf\x2f\x9e\xd4\xb6\x68\xcb\x7d\x87\xb2\xd6\x6c\x4b\xdb\x99\x76\x71\x7e\x54\x72\x71\x6b\x66\x6f\xcd\xca\x96\x9d\x59\x9c\xd3\x7f\x32\xfa\x31\xbb\x34\xad\xa5\xca\x8b\x97\xf2\xef\x6c\x9f\x6f\xcd\xe2\x8c\xfe\x33\xeb\xcc\x6e\x5f\xe5\x54\xf7\x69\xb3\xbe\xfe\xb9\x32\xb3\x2a\xaf\xb7\x3d\x3e\x9f\xe2\x0f\x33\x2b\x5a\x43\x9f\x97\xb5\x79\xbb\x38\x69\xaf\x3f\x98\x76\x3e\x9f\xcf\x7a\xda\xa3\xe5\xbe\x6d\x36\x65\x65\x96\x79\xbd\x5e\xee\xb0\xb2\x33\x2e\xc8\xfa\xae\xac\x4a\x4b\x8d\xfa\x36\x33\x5d\xb6\xaf\x7a\xcb\x33\x37\x6b\x5a\xe3\x32\xb7\xb2\xcc\xa2\xa3\xfd\x34\x75\xd6\xe5\x75\x97\xfd\x81\x06\xe2\x4e\xeb\x9c\xf6\xf2\x59\xb3\xcb\xd6\x47\x51\x37\x33\xb3\xcb\xcb\x6a\xf1\xe8\x1e\xfe\xa1\xc9\x5b\xfb\x96\x76\x94\xa6\xdc\x61\x77\xf1\xdb\xd0\x3e\x2c\xbb\xab\xbd\x41\xe7\x9b\xb2\xdd\x99\xf7\xb3\x22\xdf\x77\xc5\x45\xbe\x38\x91\x7f\x67\x54\x65\xdf\xd0\xbe\x34\xed\x15\xb6\x75\x7f\xfd\xcf\xdd\xac\x69\xb7\x79\x5d\xbe\xcf\xb1\x95\x8b\xef\xf9\x87\xe5\x1f\xb3\x5d\xd9\xb6\x4d\xbb\x78\x5a\xb6\x4d\xd9\xce\x68\xf9\x4b\x34\xa7\xb9\xf5\x97\x7c\xaa\xda\x01\x3e\xec\xca\x6d\x8b\x2d\xe4\x6f\x55\x65\x32\x29\x40\x2f\xf2\x99\x7b\x72\x2d\x77\xa1\xc7\x4d\xd3\xbe\xf1\xe5\xf8\xc1\xa5\x34\xa7\xd0\x55\x93\xcc\x29\xaf\xe9\x64\xb8\xc2\x77\xd7\x1f\x08\x86\xb2\xca\xd8\xa4\x8a\x9d\xe5\xeb\x1d\xed\xf2\x3e\xaf\x4d\xb5\xb8\x8f\xbf\x09\x3a\x74\x32\x79\x51\x34\x7d\xdd\x2d\xad\xe9\xba\xb2\xde\x5a\x82\x80\x36\xdf\x5d\xff\xdc\xb5\xd4\xcb\xba\xcf\x8a\x66\xb7\x27\x80\x9e\xfa\x3c\xbb\x6a\x7a\x7f\xe2\x8b\x97\x0d\x95\x65\xf2\x4b\xbe\xf8\x36\x2f\x1b\xba\x20\x51\x3b\x1a\xb4\x2b\x2f\xcb\xae\x34\x96\xee\x08\xff\x79\xfd\xc1\xce\xf6\x7d\x55\xd1\x86\xd2\xb9\xdb\x8e\x06\xa2\x5f\xd9\x73\xfd\x35\x2b\xad\xa5\x3f\x16\x2f\xca\xe2\x8d\xa1\x9f\x74\x8e\x75\x81\xc5\xd4\x75\x5f\xd1\xb5\x99\xfd\x48\x70\xde\xe5\x55\xf5\x6a\xa6\x7f\xe0\x3e\xe0\x5f\x59\x65\x57\x76\x34\x45\x14\xb5\x7d\xc1\x7b\x92\xed\x69\x8a\x59\x95\xd3\x8c\xcd\xae\xbc\xfe\x99\xe6\x6e\xde\xd1\xbd\xea\xb9\xfe\xba\xa1\x71\xda\x25\x6e\x23\x6e\x51\x99\x5d\x36\xbd\x75\x15\xcc\xfb\xec\xbb\x66\x6b\xb3\x6d\x7b\xfd\xf7\x84\x12\xae\xff\x92\x3d\xe4\xea\xc7\xd9\xce\xb4\x45\x09\xf0\xab\xe8\xc6\xa1\xf3\xaf\x73\x82\xe5\x76\x6b\xba\xc5\xad\xe5\x8a\x6e\xd1\x9b\x5b\xd9\x45\x6b\x36\x8b\x5b\xb7\xed\xad\x6f\x68\xaf\x8a\xeb\x0f\xeb\xbe\x35\x5f\x7f\x9e\x7f\x93\xe5\x5d\x67\x6a\xda\x0c\xb3\xa3\x7f\xb2\xfc\x12\x77\x80\xba\xda\x35\xeb\x72\x53\xd2\xb1\xfe\xa1\x6f\x4a\x5c\x8a\x8c\xc6\xb4\x0d\xe1\x21\x4b\x0b\x28\x68\x8f\x01\xed\x5b\x93\x7d\x36\xc3\xde\xd1\xed\x5e\xae\x57\x82\xb7\x78\x96\x5c\x68\xda\x2e\x7b\x7a\x75\xfe\xbb\xd3\xe3\xec\xac\xb1\xdd\xb6\x35\xfc\x37\xfd\x87\xea\x7f\x99\x35\x7d\xf6\xa2\x7c\xf8\x60\x3e\xa3\x96\xb2\x55\x09\x14\xf0\x52\x56\xb9\x20\xb8\x35\x5d\x54\xba\xf2\x96\xeb\xe2\x72\xbd\xa0\xff\x30\x42\x1b\x56\xb8\xa0\x91\x16\x8f\xe9\x42\x18\xbe\xc6\x8b\x1f\xa2\xcb\x3b\x7d\x5f\xa9\xcb\x70\xd9\x27\x7a\xa4\xef\x7a\x24\x2f\x4d\x5f\xd2\x55\x78\xaf\x88\x85\xa1\x9e\xb6\x8a\xf1\xcb\x93\x67\xcf\xbe\x7f\xf8\x80\x76\xd0\x14\x28\x7d\x6d\x18\xdf\x16\xb4\x22\xc2\x2f\x3f\x63\x45\x7d\xb7\xf9\xcf\xcb\xad\xa9\x4d\x9b\x57\x4b\x3a\x31\x86\x05\xde\x9f\xf9\xcc\xda\x8a\x30\xd7\x9a\x91\x9f\xc9\xce\xcf\x4f\x69\xae\xdd\xc5\xe2\xe4\x82\xc0\x84\xb0\xed\x1f\x2a\xec\xb0\xce\xe2\x94\xba\xe5\x72\xdc\x94\x4d\x59\x5c\xe0\x9c\x26\x26\x3e\xda\xe8\xec\xeb\x55\xfb\x8d\xec\x07\xd6\x50\xbb\x6e\xf2\x95\x6d\xaa\x3e\xa3\xb7\xc0\xe2\xa4\x19\xea\x08\xab\xec\xf2\xb6\xa5\x7a\x11\x66\x74\x0f\xd2\x7c\x66\xda\x76\x49\xf8\xba\xbb\xc2\xb1\xf3\x54\xa3\x59\x4d\x9e\xdc\x70\x36\x59\x4d\xfb\x6f\xfa\x2e\xa3\xa7\x8b\xc0\xf6\x92\x5e\x1f\xe9\xb6\xac\x2f\xf3\xaa\x5c\x13\x48\xb8\x83\xa1\xae\x6b\x39\x9b\xa9\x7e\x93\xce\xe8\x85\x22\x78\x2e\x05\x1d\xc5\x9b\x7f\x6b\x7e\x0b\x23\xdf\xba\x77\x6b\x3e\xab\x9b\xa5\xe0\x26\xbc\x17\x6b\x02\x0e\x7a\x1e\x97\xf2\x7a\x09\x7e\x22\xdc\x41\x5b\x80\x3e\x81\xfc\xde\x03\x4e\xb0\x21\x96\x31\x08\x4e\xfd\xc8\xd4\x5a\x5f\xee\x0d\xbf\xc6\x05\x3f\x4a\xbc\xaf\x8c\xbe\xb2\x3c\x20\x3d\x82\x90\x78\xd3\x1c\x6a\x54\x70\x3c\x65\x28\xf2\x10\x19\x30\xe0\xa0\x8b\xc9\x3d\x9b\x39\x90\x1a\xdf\x21\x22\x14\x68\x8f\xda\xbc\x7f\x87\xbe\x71\x31\x67\x20\x2f\x62\x68\xaf\x8e\xa8\xa4\x2a\x0b\xc5\xcb\xfa\xd5\x81\x9a\x3c\xef\xd8\x82\x0d\x63\x2b\x5e\x6c\xe5\x8f\xe3\x92\xb1\x6f\x8c\xf5\xb3\x92\x00\xfb\x33\x7e\xdf\x04\x2c\x1e\xe1\x51\x2f\xa4\x21\x9d\x46\x59\xe3\xf0\xac\x7b\xb4\x6c\xa8\xe9\x86\x7c\x81\xad\xaf\xa2\x2a\x4c\xfd\xd0\x29\x01\x08\x2d\x20\xb0\xe1\x0d\xa7\x83\xd9\x12\x71\x43\xa7\x82\x31\xe7\xb3\xb6\x27\x82\x64\x70\xe1\x33\x7b\x65\xe9\xfc\x77\xc6\x7f\xf5\x77\x28\x7e\xd4\x09\x96\x40\x60\x5d\xd2\x63\x98\xd1\xcb\x74\xfd\xb3\x05\x7a\x25\x58\x9b\x98\x30\xe8\x08\x87\x91\x5b\xde\x52\xc2\x5f\x0d\x51\x03\xf5\xe2\x21\xff\x63\xf4\xa7\x1b\xe9\xc4\x50\x47\xf9\x66\x43\x64\x86\x91\x75\x35\xfd\xaa\xc2\x5b\xb0\x3e\xfa\xe1\xf9\x29\xdd\xf5\xc7\xb8\xfe\x17\xcb\x7d\xd3\x76\x8b\x33\xfa\x0f\x8a\x7c\x89\xeb\xe6\x59\xbf\xa3\x93\x6c\x18\x46\x50\x47\xa6\x4f\x84\x0b\x3d\x71\x7a\x0e\xb8\x9c\x58\x0d\x35\x3f\xc6\x21\x55\x39\xbd\x5f\x34\x49\x80\x89\x20\x9b\x04\x86\x73\x7a\xe7\x6b\x7e\x96\x6a\xba\x6f\xf4\x16\xce\x67\x17\x5d\xb7\x8f\xe6\xf1\xf8\xc5\x8b\xb3\x50\x76\x68\x26\xc0\x0b\x09\x14\x65\x20\x14\xb1\x3d\xf9\x9c\x01\xaa\x6f\xab\x05\x56\x3a\x09\x6d\xf4\xf1\x53\x77\x0a\xd3\xf9\x1c\xff\x39\xc7\x21\xd0\x02\xe5\xb2\x13\x9e\x3d\x32\x4c\x8f\xcd\x67\x55\xb3\x5d\xb6\x4d\xd3\x2d\x23\xec\xc9\xc7\xa7\x68\x92\x20\xab\xd9\xa6\xb5\xdc\xe8\xcf\xe9\x80\xe9\xc1\x6a\xf0\x86\xae\x8f\x68\x09\x6d\xd9\xf5\xad\x49\x5b\x63\x09\xcd\x96\xee\x5c\xc3\x24\xef\xe4\xa5\xdb\xe4\x45\x5f\x75\xb4\xc2\x8d\x15\x6a\x71\xea\x71\xeb\xb3\x73\xa5\xed\xa9\xcb\xa7\xc6\x5a\x7a\x4b\xdb\x92\x28\x9e\x1d\xed\x76\x78\xc2\xb2\xf3\xa7\x74\x04\x5c\xb8\x69\x9b\x1d\xe8\xda\x4b\x53\xcb\x1b\x1d\x8a\xdd\x12\xee\xaf\xa9\x6f\xc1\x8e\x84\xa1\xde\xed\xe9\x99\x2f\x01\xdf\xc7\xd9\xf3\x6f\x4f\xb2\xff\xf0\xe5\xaf\x7f\x3d\xcf\xce\x01\xea\x7d\x0d\xcc\x22\x95\xe9\xa8\x5a\x1a\xb9\xca\x6c\x49\x57\xd5\x1c\xcb\x2b\x2f\x54\xe0\x2e\xef\xb2\x5b\x84\x28\x6e\x65\x5f\xf3\x4a\xfe\x8b\x79\x97\xa3\xd2\x9c\xb0\xd3\x37\xf3\x19\x8a\xe8\x4a\xf1\xad\x13\x8a\x78\x34\xb4\xab\x33\xf9\xf2\x8e\x6b\x3b\x16\x62\x59\x08\xed\x2c\x84\x9a\x40\xab\x16\x09\x88\x71\xcb\x32\x62\x3e\x78\xa3\xeb\x86\x76\xfd\x2a\x6e\xc4\x25\x0e\x2e\x71\x55\x04\x52\x66\x7c\x57\x40\x2c\xf2\x21\x4c\x9f\x90\xbb\x4f\xa6\x63\x20\x20\x06\x0c\x1f\xb4\x89\x9d\x35\x9b\x4d\x45\xd7\x5d\x9e\x6d\x3f\x24\x93\x4e\x26\xbb\xa0\xb7\x34\x0b\xec\x52\x5c\x97\x2e\xd3\x9e\x38\xa7\x87\xf1\x5d\x34\xd9\xc9\xc3\x67\x44\xc9\x5d\xff\xc3\xce\xe0\xc1\x25\x22\x6d\x2d\x24\xe3\x3c\x7b\x81\xbb\x24\x28\x11\x27\x46\xc7\x55\x18\x8f\x07\x81\x17\xdb\x72\xd5\xf3\x4b\x48\x0d\xab\xa6\xc8\xe9\x1e\xb8\x47\x8d\x88\xff\xcb\x9c\x68\xc1\xe1\x68\x9e\xb1\xd4\xef\xa3\x06\x13\x93\x74\x75\xe5\xf2\xd1\x0c\x74\x26\x04\x79\x56\x70\x88\xc5\x2c\x8e\xb3\xce\x61\x70\xa9\x8f\x9a\x34\x53\x42\x30\x15\xdd\xaa\x8b\x1c\xec\x2b\x53\xe6\x5c\x27\x42\xc3\x16\x0f\x34\xca\x09\x4d\x6d\x68\xb7\xc3\x32\x92\xb7\x79\xb0\x14\x80\x69\x4f\xa8\x8e\xaf\x6d\x0c\x11\x53\x8d\xa7\xf7\xfe\x50\x17\x74\x17\x4c\x5f\xe9\x5a\x92\x87\x18\xab\xa6\x07\x88\x96\xa5\x8f\x3e\x00\x44\x9e\x6c\x7a\x0f\xe8\x86\x62\x60\xc7\xf5\x09\x6c\xbc\xe7\x53\x56\x06\x30\xad\xe1\x66\x45\x77\xac\x16\x22\x87\x29\x20\x01\x5a\x6d\xa2\x9c\xc3\x11\x8b\x01\x06\xd4\x07\x5f\x86\x68\x23\xe7\x42\x93\x13\x1f\xaa\xec\xfc\xf2\xb2\x24\xa6\x59\xfb\x6f\xf9\xfa\x7b\xd8\x94\x8e\x09\xed\x12\x8e\xd3\x85\x80\xb0\xb7\x93\x7d\xe8\x4c\xcf\x69\x5b\x14\x24\xf5\xf4\x8d\x42\x3b\x78\x69\x13\x76\x87\x9f\xd4\xca\x75\x39\xcf\x4e\xe9\xcf\xcb\xd2\x96\xb2\x87\x79\xdd\xd4\x57\x3b\xe3\x28\xad\x96\x21\x9a\x9b\xf0\x9b\xe2\x9a\x31\x1d\xed\xa6\xfb\x79\xba\xf6\xb9\x72\x99\xca\xf5\x09\x07\x22\xd4\xdb\x51\xee\x48\xb7\x95\x21\x9c\xc6\x38\xe3\x63\x24\x5a\x96\xd2\x05\xf9\x15\x50\x6d\x75\xf4\xe4\x61\xb6\xc8\xbe\x20\x0c\xd0\xe6\x2c\x87\x01\x12\xa2\x29\x0a\xcb\x14\x08\x86\xa3\x3c\xe1\x72\xdd\xdc\x26\x91\xcb\xe4\xf8\xda\xe0\x80\xe8\x61\x40\x34\x26\x3c\x8c\x22\xc7\xf0\xd5\x0b\x1f\x94\x45\x09\x55\xa5\x9b\x58\x8e\xa1\x2f\x73\x3a\x15\xe5\x68\x97\x5b\x22\x71\x1c\x5b\xab\x14\xcf\x8c\xa0\xbc\x5b\x6e\xcb\x6e\xb9\x01\x76\x67\xfa\x15\x45\x4a\xa1\xd3\xd2\x04\x90\x6f\x51\x95\x5b\x59\x0e\x7a\xe0\xa2\x21\x14\x95\x7d\x95\xdd\xbe\x54\x66\xe6\x4b\x20\xeb\x25\x61\x88\xb2\xc2\x55\x50\x46\x5e\xa5\x43\xd9\x9e\x1e\xfe\x92\x8e\x8a\x21\xa3\x35\xf5\x9a\xcf\xd1\x80\x63\x01\x63\xeb\x78\x89\x79\xe6\x39\xb2\x08\xbd\x08\xe6\x77\x5d\xad\xca\x9a\x6f\x76\x03\x08\x2f\x59\x92\x41\x67\x25\x1c\xac\x7b\x03\x6f\xd3\xa5\x75\x6c\x07\x31\x1d\x0a\x4c\x43\x76\x74\xc4\x79\x94\x75\xd1\x10\x8b\x54\x10\x55\xc8\x2b\x73\x5d\x04\xea\x57\x29\x90\x4b\xa6\x3c\x02\x3d\xe9\x85\x36\x99\x36\x31\xd2\x81\xa7\x52\xb1\x37\x04\x64\xc5\xc5\x80\x50\x25\x80\x23\x08\x26\xd8\xc6\x6e\x63\x4b\xaa\x14\x5e\x8b\xae\xa7\x97\x9c\xfa\xb2\xd9\xbd\x6f\xe8\xbf\x33\x4b\x97\x40\x1e\xd3\xad\x3f\xac\x3c\x50\xcf\xc6\x1f\x19\x6a\xf4\x02\xb7\xa3\x13\x73\xeb\x4a\xae\xda\x27\x01\xb4\x5f\x9f\xdf\x21\x01\x2a\xdb\x17\xf4\x74\xd8\xc5\x83\xd2\xd4\x84\x28\xe8\xb6\x7f\x96\x3d\xc3\xad\xb5\x04\x3b\x54\xf9\x82\xda\x1a\xe2\x5a\x3c\x3b\x9a\x5f\xd1\x19\xd3\x9c\x08\x77\x30\x08\x1e\x67\xf9\x8e\x76\xea\xfd\x3d\x11\x91\x74\x0c\x25\x54\xc5\x5d\x74\x14\x87\x33\x4d\xc9\xc2\xc0\xa9\xee\x5b\x3a\xc2\x72\x9f\x57\x23\x1a\x91\xfa\xb4\xe1\x74\x78\xee\xb3\x1f\x21\x5e\x7d\x35\xeb\x85\x41\x6a\xaa\x35\x88\x61\xbe\xa5\x31\xcb\x41\x6f\xd8\x40\x3a\xe8\xea\x26\x17\xd6\xbe\x2d\xe9\x78\x97\x5e\x48\xbb\x64\x62\xf6\x5d\xb7\x78\x90\xdb\x02\xd2\x25\x7e\x2e\xa4\x8c\x21\x26\x12\xe2\x3e\x80\x10\x77\x77\xc5\x70\x66\x17\x4f\x63\x76\xaa\x68\x2a\xba\x4f\x0d\x0e\xf2\xd2\x68\x85\x87\x8e\x75\x89\x3e\x12\x6d\x4a\x1d\x10\xe7\x26\xed\xbf\x4f\x04\x77\xf4\x45\x24\x85\xf2\x51\x04\x8f\x76\xc6\x0f\x00\x8b\x98\x5f\x02\x47\x13\x74\xa9\x80\x6c\x4e\x50\xc1\xb2\x37\x1d\x0f\xcc\xf0\x65\x13\xcd\x6a\xf6\xa3\x8a\x9c\x5f\xcd\xd2\x29\xb1\x88\xc6\xc6\x2c\x1b\x81\xac\xc9\x5b\x02\xfc\xe7\x06\xef\x11\xfe\x4f\xcd\x09\xe9\x5e\xbc\x8a\x04\xc0\x4b\x15\x20\xaa\x20\x18\x08\xbd\x56\xe1\xa5\x8a\x0e\x3d\x25\x79\x61\xf6\x20\x40\x77\x76\x8b\x51\x5f\xd3\xdd\xf7\x2f\x08\xc1\xf7\x6f\x32\x15\x01\x3b\x50\xfa\x6c\x66\x9b\xa2\xcc\xab\xe5\x27\x77\x70\xdf\xa2\x05\xb5\xaf\x20\x0d\x4b\xa9\x0e\x91\x4d\xd3\x84\x98\xe4\x68\x08\x43\x1d\xf3\xbb\x96\x3e\x62\x44\xf8\xd0\x43\x72\xfd\x01\x72\x68\xcf\xa2\xd1\xbf\x11\x7a\x03\x74\x50\x31\xcb\x1e\x06\x57\x0c\x94\x2a\x21\xc3\x21\xb5\x84\x29\x03\xc5\x47\x03\xe7\xd9\x49\x4c\x43\x83\xd4\x7a\x2a\xe8\xdf\x66\x8f\x06\x33\xca\xc7\xf3\x31\xa0\x2b\x76\x66\xb7\x42\xd7\x86\x88\x00\x90\x80\x97\x2c\x6d\x61\x89\x61\x39\x23\x42\x6a\xcb\xb7\x2c\x7d\xa2\xce\x98\xd8\x6f\x04\xa7\x73\x25\xf3\x91\x4a\x7f\xfd\xcb\x6f\x9c\x8a\x81\x70\xe1\x5b\xc2\x35\x4a\x05\x30\x8e\xf9\x4d\xe6\xe5\x12\x72\x68\xe0\xb7\x3b\xe6\x8b\xe6\xb3\x98\x4d\xe0\x1d\x20\x84\x55\x77\xee\x18\x7e\x08\x80\xe2\x5e\xbe\x84\xaf\xa0\xd3\x95\x75\x13\x5e\x6a\xae\xe8\x5f\x2a\xf8\x7a\xf5\xcd\x6d\xfb\xf5\xe7\xab\x6f\xa2\xf3\xa0\xed\x68\x45\x40\x2a\xbc\xf7\xaa\xb9\xfe\xa7\x8e\xb1\x29\x01\x45\x61\xf6\xc2\xa4\xe0\x22\x10\x68\xd2\x1e\x12\x75\x89\x8f\xb7\xd7\x82\xda\x54\x10\x8c\xf5\xd0\xd1\x74\xbe\x9b\x11\x71\xc3\xa4\xa3\x5c\x2e\x07\xf2\x8e\xd5\x90\x16\x27\x0e\xdc\x79\x95\x55\xb9\x2b\xbb\x31\xc8\xe1\x32\x42\xcc\xcb\x58\x01\xec\x34\xf7\x2b\x2b\x16\xe2\xbc\x6d\xf6\xd9\x86\xa6\x4e\x08\xb7\x06\x0d\x1b\x56\x8a\x0b\x46\xec\xe9\x15\x68\x43\xac\xe7\xcb\x8c\xa0\xaf\x67\x3a\xf7\x22\xb7\xcb\xbe\xd6\xfd\x33\x6b\x81\xb7\x07\x4d\xfd\x1a\x6b\xbb\x6d\x8f\x75\x8a\xee\x95\x15\xd6\x2b\xbb\xe3\xf7\xf3\x2e\x88\x34\x7e\xc6\x64\xcf\xb5\x27\x40\x5a\xe6\xa4\xdf\x4a\xc6\xb5\xe6\xfa\x7f\xf7\x44\x7b\x15\xb4\x9d\x93\x07\x47\x68\x97\xa0\xf1\x22\x2f\x3b\xae\xcd\x87\x5c\xa9\xa8\x8e\x48\xca\xe3\xac\xa8\x40\xb2\xbd\x67\xf9\x75\x85\x03\x23\x3a\x8e\xe8\x89\xf2\xde\x9a\x99\x2a\x3b\x97\x3d\xd4\x55\x9c\x68\xed\xd2\xc9\x69\x5b\x06\x08\x41\x35\x53\x13\x50\x56\x9f\x89\x1a\x46\x08\x50\xc3\x9c\x24\x54\x86\xae\x5f\x1e\x6f\xa9\x04\x12\x87\x20\x4c\xd6\x25\xd0\x3d\x9f\xf1\x2c\x30\x99\xee\xc0\x5c\xee\xb4\x77\xdd\x6c\x40\xdc\xe9\x6c\xe8\xa0\x08\x2d\x74\x65\x5e\x39\x59\x1c\x61\x86\x5d\xaa\x98\xb2\xf1\xc5\x7b\x1e\x35\xf0\xa2\xec\x50\xdb\x3d\x9e\x05\xf8\xdb\x18\x96\x70\xa6\x28\x1c\x9d\x41\xfc\x64\xe2\x40\xf2\x8c\xd0\x7e\xd9\x42\xb2\x94\x0e\xed\x25\x3e\xa3\x5d\x4e\xa7\x24\x63\x25\xb3\xf2\x5d\x74\x4d\xb3\xb4\x17\x90\x55\x8d\xa4\xa7\x10\x60\x78\x41\xf0\x7f\x4c\xc4\xc0\xc0\x9c\xbb\x7e\x37\xa7\x37\x05\xfb\xf6\x6a\xa6\x37\xc1\xf8\xeb\xe5\x01\x3f\x4f\xee\x99\x3e\x2b\xbe\xba\xd0\xcf\x07\xf1\x41\x7a\xe6\x1f\xd9\xf9\x89\x65\x7a\x1c\xee\x28\xa5\xf3\x5e\xf8\x0c\x11\x99\x24\x68\xe2\x38\xf3\x64\x54\x68\xa7\xa2\x90\x40\x60\x11\x98\xb1\xf2\x97\x16\xde\xac\x73\x5a\xf9\x95\xb1\x8b\xef\xfb\x72\x56\x43\x95\x58\xcf\x58\xe3\x73\x05\xfd\x03\xaf\x83\xea\x81\x2d\x7e\x35\xfb\x81\x66\xf8\x6c\x9a\x21\x79\x4e\x6f\x79\xf8\x14\x34\x91\x8f\x78\x6f\x9c\x34\x4a\xa9\xa1\xb3\x49\xbe\xe5\xb9\x49\x55\xa5\x23\x28\x3c\x3f\x7f\xfc\x82\xf9\xa7\x67\x5e\x03\x50\x10\x1c\xb2\x8c\xf4\x71\xd7\xed\xed\x0f\x2a\x5d\x64\xc1\x20\x8d\x72\x55\x35\xf9\xfa\x07\x2f\x72\xb4\xd9\x43\x47\xae\x83\xca\x20\xbe\xf6\x85\xc9\x77\xd1\x82\x80\xf3\xca\xbd\x99\xdd\x27\x12\x23\x2a\x06\x9b\xd7\x3a\x6d\x27\x6b\x2f\x1f\x7d\x8c\x63\xf2\x1c\xb3\x61\x2d\xeb\x4f\xd9\xb3\x91\xb4\x3e\xfb\x69\x96\x57\x7b\xe2\xf8\x41\xf7\xf9\x7a\x04\xb0\xcc\x2d\x4b\xbd\xf5\x40\x73\xc1\x0d\x8e\xb3\xba\xdf\x99\x16\xd7\x85\xc5\x24\x04\xde\x74\x1f\x4d\x76\xe7\xde\xf2\x6e\xe6\x48\xec\xa4\xf3\x35\x61\xa2\xbf\x71\x80\xe3\xe9\xee\x9b\x5e\xa4\x03\x44\x62\x77\x18\xcc\x96\xef\x4d\x3c\x84\xeb\x5f\x64\xe7\x5d\x8e\x9b\xc1\x8f\x9e\x9d\xff\x34\x63\xce\x21\x6e\x70\xdb\x4e\x5d\x4c\xea\x76\x97\xbf\xbb\xb9\x66\xfe\x4e\x6b\x0a\xca\x75\xd5\x06\x68\xd6\x23\xa2\x9f\x66\x90\x31\xbb\x5a\x80\x8a\xe8\x13\xd1\xff\x55\xbf\xf6\x63\xa5\xa8\x83\x56\x81\x97\xe1\x1e\x71\x95\xd7\xff\x44\x7c\xdb\xd1\x6d\x7b\x44\x4b\xe9\xeb\x37\x44\x93\xd4\xda\xe6\x11\x71\x80\xcc\xe8\x40\x44\x41\xf7\xec\x2b\xa7\xed\x5f\x7a\xf6\x10\x18\xca\x89\x71\x58\xf4\x42\xa5\x76\xdf\x08\x57\x3b\x0f\x28\x2d\xe2\xfa\x06\x28\x0d\x22\xb7\xb1\x04\x34\xa9\x92\x74\x8c\xc3\xe6\xbe\xbd\x29\xc3\x72\x65\x4c\xbd\xec\xf2\x37\xa6\x1e\xdf\x64\xdc\x5c\x10\xb6\xb0\x27\x99\x8b\x4a\x66\xb2\x8d\xf1\x7c\xab\x36\x70\x5a\x88\x39\xcc\x17\xa6\xdb\x1c\x25\xea\xa1\x64\xa0\x8e\x6e\xe2\x81\x46\x7a\x2b\xd3\xfa\x72\xde\x5c\x97\x96\xb5\xf6\x18\x46\x4f\x7c\x30\x27\x33\x0f\x8b\xf7\x5b\x1c\xce\x64\xbc\x09\x4d\xfa\x5c\x06\xf6\x1e\x12\x3d\xc2\xa9\x2d\x9b\x8d\x44\x2c\x3e\xcb\x69\x26\x9e\x00\x91\x5e\xb1\x92\xcc\xe6\xe0\x58\x23\x86\xdf\x0a\x84\x1d\xea\x97\xe0\x0a\xc8\xfb\xe3\x1d\x53\x97\x44\xe6\xd1\xbe\x10\xe9\xc4\xf2\x0d\x19\xe9\x23\xdd\xfb\x17\xe8\x70\xe7\xc9\x16\x4c\x75\xea\x05\x14\xe6\x1d\xe1\x3e\xd0\x38\x89\x9d\x0d\x91\x37\x28\x37\x02\x7f\x55\x6e\x3b\xb0\x99\xb2\xb0\x81\x34\x03\xac\xd4\x3b\xba\x7f\x20\x7c\x2d\x6b\x74\x88\x4d\xae\x31\x17\x70\x19\xad\xea\x07\x1c\x28\x24\xcb\x9d\x67\x4f\x2a\xc1\x39\x57\xaa\xb8\x23\x02\x8a\x25\xf4\x83\x7a\x33\x4f\xc7\x40\xa3\xf6\xc6\x5c\x45\xa4\x4c\xb9\x23\x5e\xd4\x96\x2b\x41\x53\x82\x13\xfc\x7b\xaf\x8f\x0c\x0b\x53\xc0\xf3\x83\xb3\x22\x72\x80\xde\x48\xdf\x13\x5b\x3a\x30\x09\xdb\x47\xfb\xe8\xc4\xb7\x25\xb3\x4f\x66\xd0\x9f\x13\xf2\xd3\xb6\xd6\xa0\x6f\x89\x09\xeb\x58\xc5\xd5\x3b\x69\x84\xa1\x93\x38\x62\x39\x55\x25\x26\x17\xf3\x0c\x9a\xb1\x7b\xd4\x21\x51\x5f\xfe\xdc\x58\xee\x51\x83\x8e\xa4\xfd\x6b\x89\x55\xa0\xf7\xcb\x89\x78\xae\xff\x4c\x7c\x73\x21\xaf\xd8\x05\xcc\x3b\xbc\x0a\x84\x57\x33\xb3\x74\x08\x15\x8e\x44\x2c\x89\x5e\x46\x14\x0e\xff\x43\x54\x95\x81\x18\x1f\x84\xbc\x15\xa4\xef\x36\x15\xb2\xfb\x00\xce\xc4\x27\xb0\xb1\x80\x01\x8d\x4e\xc3\x81\xc2\x10\xe5\x40\xbf\xa7\xfa\xf4\xa0\xe0\x56\xa1\x80\x1e\xc9\xda\x6e\xd8\x54\x68\xae\xe3\x83\x7d\x80\x01\xd1\x60\x78\x9a\x2e\xd0\x97\x1f\x1e\xac\x1a\x3d\x39\x56\xb5\x56\x17\x34\x03\xe5\xd4\x50\x10\x63\x97\x63\x35\x5d\xe0\xd9\xc0\x28\xa5\x93\xf1\xc3\x64\x1c\x71\xa6\x9d\x08\xda\x1a\xec\x86\x10\xed\x09\xd6\xfa\xff\xb1\x27\x33\x31\xd9\x59\xae\xa8\xb0\xb8\x88\x2e\xd8\x69\x9e\x49\x19\x6d\x0e\xc3\x6a\x7a\xc3\x66\x3f\xe2\x42\xbe\x9a\xd1\xe3\x52\x6f\xcd\x52\xf5\x3d\x27\xfc\x8b\xc7\x17\xa5\xcd\x65\x99\x67\x4e\xb9\x03\xf5\x9d\xab\x5f\xf4\xb6\x6b\x76\xc3\x66\xba\x4f\xd2\x94\xd9\x3e\x91\xc6\x07\x6b\xaa\xd7\x74\x24\xcb\xa6\x56\x0b\x01\x5c\xde\x60\xd4\x06\x0b\x2b\x2f\xe1\x51\xab\xab\xab\x60\x73\x25\xd2\x5d\x18\xda\x6d\x9a\xaa\x6a\xde\x42\x02\x44\xbb\x04\x2a\xcd\x12\x68\xc0\xea\x64\x0d\xa0\xc0\x4f\xa9\x01\x71\xe3\x7d\xd4\x10\xe1\x84\x96\x12\x4d\x5c\x5e\xb6\x86\x2e\xa7\xfe\x06\xbd\x55\x41\x88\x28\xe5\x90\x34\xec\xe6\x8c\xff\x41\x7f\xb7\x97\x22\xa9\x06\xf6\xc4\x4b\xce\x38\x87\x18\x0e\x7c\xc1\x0b\x16\x6a\xef\x61\x14\xd5\xd6\xc2\xcc\xf1\x0c\x99\x6a\x2d\x37\xd2\x0e\xb2\x86\x96\x6e\xa3\xaa\x64\xa0\xbf\x68\x76\x36\x7d\x4c\x70\x2e\xce\x12\xed\xd5\xcc\x59\xab\x89\x59\xe2\xc8\x0c\xe9\x4c\x24\x82\x82\x55\x2c\x71\x45\x00\x28\x36\x02\x60\x51\x14\xd8\x05\x6b\x60\xc4\x71\x8e\xdf\xfd\xbb\x59\xa4\x44\xb7\x8b\xfb\xd1\x8f\x19\x4b\xf4\x52\x69\xde\x9a\xf8\x60\x58\x60\x7a\xe8\xab\xbc\xd4\xa0\x2f\xd7\x8b\x27\x0f\x53\x01\xe6\x6c\xc6\xc7\x53\x2c\xd3\x49\xcb\xa1\x15\x6e\x29\x4e\xd1\x32\xc1\xdf\xb3\x68\x5a\x4f\x18\x84\x0b\xed\x6f\x1e\x1e\xe5\x78\xd3\x02\x5e\x82\x6a\xb3\x52\xe9\x84\x97\xe1\x1d\x67\x39\x5d\x7b\xb1\x3e\xe3\x56\x1d\x34\xa1\x59\xb3\x87\x49\x0b\xdf\xcb\xdf\x9b\x55\x66\xd8\x60\x00\x0a\x50\x86\x71\xe0\x4c\x96\x86\xf9\x27\xdf\x13\x01\x2a\x1f\x03\x10\x0c\xf4\x8e\x75\x53\xdf\x83\xe6\x94\xb6\xb8\x3e\x6a\x6a\x15\xad\xd3\xab\xd0\xe2\x85\x89\xcd\xe1\x2a\x7e\xe2\x86\xa4\x03\x01\x0f\xac\x08\xbd\xde\x86\xe5\x3a\xa6\x4b\xad\x5f\x69\xb2\x33\x0c\xc2\x4a\xcc\x53\xe8\x69\x1d\x7b\xd1\xef\xd7\x60\x29\xbd\x4d\xa3\x3e\x44\xd8\x24\x19\xd8\x9d\x6e\x5a\xd1\xf3\x86\x7a\x42\xbb\x92\xd5\x50\x2c\x7d\x61\x33\x34\x2b\x3c\xe3\xdc\xdd\xf5\xc8\xac\xb5\x1e\xd0\x3e\x32\xce\xf5\x87\x61\x55\x27\x4b\x12\xa4\x18\xcf\xc6\x59\x6a\xd0\xe1\xd2\x8b\xb7\x23\x80\x63\x73\xc6\x75\x53\x8b\x7a\xb8\x22\x2c\x0e\x35\x75\xd6\x12\xb4\x02\x79\x82\xff\xf8\x4b\xc2\x4d\xb3\xb0\x8e\xae\x48\xcf\x0c\x20\xff\xd1\x8e\x6c\x2c\x9d\xaa\x34\xc1\x53\x5e\xdd\x7e\x74\x5f\x70\x54\xa2\x84\xa6\x45\x34\x8d\x55\x41\xb1\x34\x38\xbf\xfe\x50\x19\x31\x76\x89\xc4\xc5\x95\xa2\x38\xb7\xb1\x5a\xf9\x29\x2d\x56\xf8\x98\xd7\xaa\x74\x55\x25\x39\xdf\x24\x9a\x0a\x61\xa8\xba\xf3\x5d\x87\x8b\xe5\x90\xad\xe8\x61\xa8\x57\xf0\xa2\x44\x7e\xa9\x4e\x9d\xf1\xc9\xb2\xdc\xb1\x4d\xb3\xf1\xa6\x7b\x89\x66\x3c\xd2\xed\xe0\x79\xe3\xca\xf3\x74\x7e\xfe\xdc\x5f\xc6\x58\xda\x09\x6c\x0f\x43\x81\x3b\xdb\x08\xfd\x78\xa8\x4e\x99\xee\xa6\x5a\x1f\xb0\xd8\xd0\x95\x61\x67\x7d\x05\x67\x36\x9c\x60\xb3\x96\x19\xfb\x65\x52\x91\x98\xfd\x7c\x2f\x3c\xbe\x17\xc2\x4e\xca\x76\x02\x95\x3e\x31\x78\x4c\x97\x0f\x56\xe4\x77\x26\x69\xe6\x60\x3b\xdd\x0e\x79\xa5\xd5\xc0\x8f\x59\x0c\x60\x59\x56\x40\xf7\x5e\x99\x6d\x5a\x6f\xd0\x39\x35\xe3\x08\xcb\xe8\x4c\xfe\xcd\x70\x4c\x3a\x8c\xb0\x3e\xd6\x71\x3c\xd6\x09\x55\xd4\x0c\x5b\xbf\x46\x96\xd8\xb9\xab\xa8\x02\x28\x61\x9d\x0e\x23\x6d\xaf\x09\x33\x9f\x88\xaf\x61\x14\x73\xa4\x26\x31\x01\x23\x83\x9b\xa5\xbb\x90\xb7\x57\x84\x94\x5c\x8f\xae\x48\x65\x66\x44\x19\x6c\x4a\xb0\xd7\xd0\x13\x9b\x68\x64\x77\xbf\xa4\x9a\xbf\x56\x7e\xee\xf4\x11\xa8\x93\x3f\xd0\xdc\xbd\x19\x90\x5b\xca\x8e\xee\xd1\xa0\xb2\xac\x38\xdc\xd0\x62\x4a\x20\xeb\xe9\xb2\x9c\xd7\x59\xd6\x62\xf9\xc4\xcb\xf4\x62\x5a\x3b\x42\x5e\x00\xa0\xca\x69\x20\x1c\x22\x6b\xb3\xdf\x0c\xa7\xe0\x60\xf2\x34\x99\xa8\xbf\xaf\x3a\x3a\xb6\x3a\x86\xcf\xec\xb3\x59\xbe\x5e\xf3\xfd\x91\xfd\xb8\xff\x9a\x6d\xea\x18\x2b\xd4\xce\x26\x7f\x20\x66\x44\x8b\x61\xed\xd1\xb7\x65\xa2\x21\x01\xc8\x2f\x7e\x88\xfb\x4c\xa5\x0c\x47\x83\xcd\xca\xc7\xfa\x11\x10\x45\x31\x67\xf2\x6f\xa2\x1a\xa1\xc9\xef\xca\x5a\x70\x13\x4c\xd6\x69\x0e\xbd\x1d\x4a\x9c\xe7\xd1\xaa\x52\xa4\x78\x60\x87\xfc\xf4\x73\xec\xcf\x70\xcf\xe9\x9e\xe9\x85\xf2\xb4\x58\x74\xa5\x0a\x4f\x96\x61\x50\xf0\x7f\xf1\x91\x80\x68\x63\x12\x8e\x21\xee\xc4\x14\x25\x13\x42\xf8\x54\x31\xb1\xbe\x8e\xbb\xb8\x11\xae\x1c\xb8\xbe\x27\x70\xad\x30\xb2\xd7\x82\x53\x67\x84\xf7\xf0\xce\xc1\xb2\xf3\xbd\x30\x00\x18\x54\xe5\xe9\x5f\xdb\xae\x6d\xea\xed\x37\x0f\xd4\xe0\xe5\x28\x27\x42\xe2\x37\x5f\x7f\xae\xc5\x50\xff\xd9\xbe\x82\x86\xa4\xe6\x11\xb7\xbd\x37\x0d\xfd\x3a\x8f\x7c\x04\x9c\xe1\xb0\x33\x6c\x72\xd3\x66\x8f\x01\x62\x5e\x80\x2a\x9b\x7e\xdd\x8a\x91\x4e\xda\x94\x0e\x6b\x55\xc1\xe6\xd6\xb2\x69\x21\x1b\xed\xb2\x49\x3b\xb7\x9e\x7b\xa8\x9e\xda\x40\x6f\xf9\x4a\x1f\x23\x39\xcf\x69\x64\xea\x19\x24\xc0\x9e\xc6\x74\x67\x1a\x09\x7e\x5c\x1f\x4c\xc2\x70\x1f\x3f\xd4\xc3\x56\x8a\xd7\x85\x1d\x07\x49\xa7\x5c\x95\x88\x91\xe6\x33\xd7\x3e\x92\x3c\xf3\x21\xa3\x5c\xa6\xd3\x31\xd9\x42\xd3\x72\x10\x11\xee\x7a\x1e\xdd\x27\x27\x49\x60\xe6\xe1\x46\x00\x84\xfe\x58\x70\x20\x76\x27\x60\x40\xb7\x9c\x83\x38\x30\x12\x8a\x0f\xeb\x4e\xa3\x40\x3f\xa9\x08\xf9\x05\xbb\x3d\x6f\xd2\xf4\x69\x08\x6f\x34\xa4\xdb\x86\x93\xc1\x28\x07\x90\x1c\x2d\xe8\xbe\x6c\x47\xc6\x6e\x5f\xb6\x93\x33\x7b\x08\x69\x10\x53\x95\xee\x25\xc5\x7a\xa9\x0a\x0c\xf8\x3d\x5b\x09\xdd\x99\xc9\x72\xcf\x5d\x32\x96\xa1\x63\xe1\x83\x22\x76\xb2\x33\xee\x4e\xfa\x85\x8f\x20\x86\xd8\xf7\x36\x57\xc2\xf5\x3f\x39\x29\x94\x65\x22\xca\xce\xba\xe6\x0d\x41\x62\xd2\x53\xf6\xda\x74\x6a\x28\x13\xf7\x73\x63\x37\x1e\xb7\x08\x53\x17\x61\x96\xd6\xf1\x77\x56\xf8\x3b\x8f\x1d\xac\x33\x46\x48\x91\x0a\x1d\x77\x84\x53\xc4\xea\x50\xf1\xeb\x81\x7e\x52\xa4\x12\x1b\xd6\x4c\xa2\x94\xbe\x5e\x95\x35\xed\x7f\x29\xa6\x0d\xad\x16\x84\x73\x15\x59\x4d\x18\x52\x46\xac\x60\x8e\x2a\x23\x06\x54\x9a\x73\x93\x25\x6f\x62\xbc\x68\xde\x41\xd1\x45\x33\x28\x38\x43\xc2\xca\xaa\x43\x83\x5a\x7a\xf8\x86\xb5\x6b\xeb\x49\x31\xee\x42\x8e\xc7\xca\x16\xfd\x96\x3b\x3d\x8e\xec\x86\x40\xdd\x29\x36\x83\xc8\xef\x0f\x7d\xe9\x8d\x13\x45\x5b\xe1\xce\x4e\xdf\x1d\xcc\xe6\x03\xb8\x2f\x36\xe8\xbb\x7f\xf6\x44\x6d\xfc\xfd\x54\xf4\x2c\x2e\x72\x8c\xc1\xe3\xb1\x41\x18\x13\x4d\xb5\xbb\x3a\xca\x00\x8e\x19\x1e\xe9\xa2\x8e\x94\x66\xb2\x08\xbf\xe4\x89\xe5\x4e\xd5\x90\xa3\x30\xd6\x13\xdf\x02\x90\x7e\x37\x1d\x64\xfa\xa5\x0f\xee\x1d\xac\x56\xe8\xb1\xd5\xcb\xcc\xcf\xea\x3e\x3c\xd9\xf5\x74\xa7\xfe\x88\x62\x83\x8b\xcc\xf9\xca\x10\xdd\xa8\xf6\x96\xa6\xce\x08\xfd\xf7\x2a\xc0\x05\x80\xb1\x84\xd6\x23\x37\x59\x63\x40\x6f\x31\x88\x1c\xc0\x71\xc3\xb9\x4c\xb7\x19\xe3\xba\xe1\x12\x6e\x40\x77\x43\xf7\x84\xc3\xf8\x2e\x5e\x46\x40\xf9\xc3\xb1\x46\x04\xde\xf0\x08\x9e\x1d\xb1\xb5\x8b\xf3\x2f\xa2\xa7\x28\xe5\x3b\x61\xb5\x11\x4b\x7a\xe8\x4e\xe9\xc8\x4e\x57\x7d\x3e\x10\x6c\xaa\x92\x5a\x6b\x29\xeb\x9e\x88\x57\x99\xb8\x5f\x0b\x05\xee\xbd\xfe\xc2\x0c\x09\x64\xe5\x7d\x88\x84\x2c\xc0\x38\x8e\xb0\x28\x5b\x02\x25\xb6\xac\x24\x26\x27\xd0\x15\x9f\x79\xfb\xd3\xc1\x04\x9d\x5e\x57\x74\x69\xe1\x40\x07\x0b\x51\x13\xd9\xc1\xab\x96\xae\xc6\x55\x75\x18\x38\x5e\x50\x58\xc0\x60\x69\x87\xcf\x70\xf6\x23\xc4\x95\xaf\x66\xa2\x97\x38\x8b\x75\x06\x41\x01\xe6\xee\xa8\xf3\xd1\x0d\x9a\x31\xe7\x1f\x45\xe3\x11\xe7\x22\x5a\x78\xa7\x99\x39\x12\xba\x76\xcf\x1c\xdc\x65\x9b\x7b\xc5\x28\xe8\xa1\x0e\x0a\x80\x0f\xbb\xa6\x05\x9b\x88\xfd\x76\x5b\xdb\xd7\x20\x4b\xfc\x9e\xce\x67\xb0\x93\x5e\x11\x6e\xa2\x37\xee\xa5\xfb\x93\xc8\x0f\x2e\x46\x69\x70\x9b\xf1\xca\x25\x39\xaa\x7d\x0e\x5a\x87\x70\xff\xe2\x16\x61\xbb\xd6\xac\x33\x18\x11\x32\x69\x06\x33\x2e\x1a\x82\x6a\x7c\x33\xea\x08\x3e\xc0\x05\xa8\xad\x03\x06\x66\x19\x1c\x86\x5a\xc2\x8e\xe1\xe6\x28\x9e\x78\x17\xbc\xa3\x60\x3f\xc5\x6b\x3d\x3c\x0d\x99\x85\x1d\x4f\x03\x6e\xc7\x6e\x51\x77\xc0\x3f\x0b\x4f\xed\x4c\xdc\x05\x30\x2f\x73\x66\x8f\x9d\xf0\xa9\x11\x4d\x81\x4c\x07\x1d\xd8\xbb\xb3\xa2\x6a\x6a\x7f\x42\x09\x29\xac\x5e\x50\xfd\x9e\x49\x40\x02\x83\xec\x25\x1b\xa3\xbf\xbf\xd9\x65\xb6\xe2\xc6\x4c\xfc\x7e\x36\xe3\x59\x8a\xa2\xc0\xdb\x1e\xa2\x2c\x36\x80\xe0\x3a\xec\xb0\xf3\x2d\x7f\x31\x52\x32\x3a\x3a\x22\x13\x2f\xc3\xd1\x0a\xe4\x70\x5f\xce\xcf\x8f\x6d\xa3\xfe\x41\xac\x43\x44\x88\x61\x54\x3f\xcb\xd7\xe0\xa1\x89\xbd\xef\xa9\x14\x2e\xf3\xce\x5d\xde\x17\x78\x87\xe2\x48\x06\xf6\x5e\x36\xcc\x59\xbc\xce\xb7\x74\x65\xb6\x75\x43\xc0\x4f\xe8\x86\x9e\x53\xb3\x38\xc5\xbf\x85\xff\x3d\xd5\x89\xac\x3d\x38\xa0\x56\xda\xa4\x35\x04\x41\x66\xf1\xad\x7e\x79\xce\x3f\xb5\x74\x7a\x32\x30\xaa\x12\xaf\x7f\x26\x2a\xa4\x01\x4c\x30\x96\xb8\xcc\x8b\x27\x91\xb1\x4c\x11\xc0\xdd\x93\xf0\xda\x54\x1d\x53\xfc\xaa\x6c\x18\x03\xb4\x94\x9a\x8f\x0e\xce\xce\x9d\xd9\xda\x6c\x72\xe2\x8d\x54\xff\xb2\x78\xa0\x2a\x97\xc8\x1f\x45\x1d\xf1\x97\x2c\xff\x27\x38\xa4\x69\xc9\x1f\x15\x1b\xe8\x8a\x37\x7d\x76\x87\xb9\xd8\xbb\xae\x32\xd1\xb7\x40\x69\xc1\x37\xcb\xbb\xdd\xa7\x15\x54\x36\xe3\x98\x68\xb6\x4b\x50\xfe\x2a\x11\x48\xac\x8f\xca\x75\xa2\xd1\xab\x41\xee\x5a\x0b\xc4\x65\x55\x55\xe3\x78\xf6\xf9\xec\x2d\xac\x09\xa0\x5f\xf9\x7e\x05\x35\x87\xb3\xb0\x05\xa8\xe7\xef\x51\x7e\xee\xff\x64\x10\xb5\x0c\xb0\x56\x55\x27\xb4\x5f\xc5\x85\xda\x14\x36\x9b\x25\xef\x1f\x0b\xaf\x07\x4a\x56\xc2\x0c\xd0\x98\x94\xde\x37\x14\xba\x5b\x36\xd3\x60\xcb\x6a\xb0\xf6\x1e\x41\xc0\x03\x03\x04\xe9\x0d\xca\x99\xc8\xcc\xe0\xdf\x45\x4f\xe3\xbb\xa7\x07\xb5\x36\x10\xcf\xf6\xdd\xc5\xe2\x99\xec\x23\x10\x1d\xf8\x89\xfb\xb1\xfd\x8f\x86\x55\x48\x3d\xcf\x43\x68\x85\xf8\xf3\x04\x56\xb6\x4a\x1b\x26\x28\x11\xb8\x30\x5b\x55\xbd\x21\xbc\x2c\x00\xe1\x10\xa2\xeb\x8d\xe1\xf4\x29\xfd\x10\x2a\xd0\xc1\xa9\x7e\x9e\x0b\x96\x9b\x00\x2f\xfe\x30\x5d\xcd\x3d\x9e\x08\x40\x10\x0c\x93\xb0\xdc\xd4\xbf\xf2\xf3\xef\x9e\xbc\x00\x9f\x1f\x5c\xc4\x3d\x01\xa5\x0e\x66\xae\xfb\x3d\xc4\x34\xfc\x62\x53\xdf\xc4\xed\xac\x9d\xf3\x0d\x02\x92\x58\xc6\x5f\x6a\x49\x25\xb2\xa2\x52\x14\xa9\x6d\xea\x53\x2b\x72\xd1\xd0\x6b\xb0\xdb\xa7\xc1\x12\x4f\x0a\x2e\x81\x2c\x55\xd5\xf5\xc7\xfc\x37\x73\xee\x60\xbc\x68\xce\x34\xf4\x07\xfe\x5b\x44\xe8\x44\x9c\xd3\xf4\xa0\x60\x75\x9d\xab\x8e\xfc\x91\xa8\xc8\xa3\x73\x14\x2b\x7f\xbd\x96\x8c\xbd\xf5\x4a\x2b\xfe\x26\x48\xe1\x52\x5b\x10\x2f\xc4\xba\xfd\x7d\x5f\xda\x80\xec\x97\xd6\x54\x9b\x29\xd7\x71\x6e\x1c\x23\x9b\xc0\x9f\xc0\x00\x01\xfc\xc6\x7b\x16\x3b\xe4\x4c\x49\xed\xaf\xe8\xce\xd5\x6f\x88\x78\x02\x49\x1e\x0a\x22\xf6\x6b\x4f\x57\x2f\xaa\xaa\xa6\x48\xf7\xf7\xfb\xfe\x4a\x4d\x5c\xff\xf5\x7f\xfc\xcf\x7b\x27\xd8\x8f\x93\xae\xad\xe8\x2f\xb5\x37\x76\x3d\xe2\xa4\xa4\x1b\xe2\xed\x18\x4b\x0c\xb5\xa7\x52\xe8\x55\xac\xc0\x19\x10\xe0\x97\x0a\x8e\x44\x70\x1a\x46\x24\xa0\x2f\xa9\x4f\x0e\x20\x02\xe4\x31\x03\x77\xce\x70\xa6\x9c\xf9\x3a\x7a\xa4\x88\xfd\x2a\xde\x2c\x59\xec\x04\xec\xe9\xbd\x1c\xa1\x24\x42\xf8\x19\x81\xd6\xee\xa2\xb4\x8a\xa6\xf1\x3b\xc6\xf9\xb1\x0f\x00\x3f\x70\xea\x6c\x34\xe1\x08\xe0\x89\x22\x82\x1a\xc4\x7c\x51\x92\x92\x5d\x93\x66\xfb\x1e\xf6\x77\x00\x1b\x19\xe8\xbc\xe9\x95\xfa\x8e\x4e\xc9\x83\x15\x3b\x2b\x8e\xfa\xe0\xf1\x69\xa6\xec\xd2\x3f\x24\xc3\x2e\x19\x38\xbd\x50\x94\x58\x20\x36\x29\xe3\x1d\xa6\x5d\x5b\xd3\x49\xcf\xd8\xb2\xf6\x84\xfe\x33\x4b\x1f\x9d\x19\xcd\xc3\x40\xe1\x4d\x77\x56\x5e\xd4\x4d\x59\xc1\xa8\x53\x6d\x03\x10\xb6\xa0\xcb\xb7\xf4\xc0\x56\x5d\xab\xe2\x33\x67\x22\x20\xb7\x96\xbe\x6a\x9f\xc4\x22\x6a\xaf\x76\x46\xa5\x76\xf1\x82\xfe\x33\x0c\x6c\x82\x18\x28\xc3\xd8\x27\x55\xbe\x22\x5e\x7c\xf1\x88\x3d\xdd\x08\xcf\x5a\xba\x19\x84\x43\x89\xc3\xa1\x86\xd7\x7f\x86\x26\x07\xee\x26\x3b\x7a\x1c\x58\x20\x80\x7f\x69\x4b\x2a\x93\x5b\x83\xbe\x56\x41\x29\xcd\xca\xca\x36\x7f\xbb\x78\x9e\xbf\x95\x1f\x74\xc0\x1c\xfc\xe6\x31\xff\x2b\xb6\x00\x28\x67\x17\x13\xd4\x7c\x29\x8e\x83\x99\x6f\x01\x44\x93\xf3\xb5\x38\x2d\xe1\x20\x8b\x9f\x35\x3d\x84\x33\x37\x87\xf9\x70\x2e\xae\x7c\xe4\x4f\xe2\xc4\x26\x49\xad\x0d\x04\x1e\x2f\x5a\xc0\x4e\xeb\x0b\xf1\x30\xe0\x5e\xf5\xac\x18\x77\xa5\x3b\x71\xd7\x5e\xa8\xdb\xb6\x2f\x87\x8a\x6e\xf1\x90\xfe\xe3\x4b\xc4\xef\xe7\x0c\x12\x29\x5c\xf2\x1d\x48\x59\xff\x91\x40\x58\xdc\xce\x0b\xfd\xe0\xbc\x69\x10\xe0\xc8\xb1\xf5\x1d\x9f\x50\xf4\x65\x3e\x3e\x97\xe8\x63\x0d\x8a\x8f\xbe\x8b\xc3\x04\x30\xa1\xd6\x8a\x2b\x15\x74\x46\xed\xd2\xf5\xb3\xd9\xe4\x85\x8a\x64\x42\xf5\xa4\x53\x7f\xee\x7a\xec\x83\x01\xc3\x67\x3f\xe8\xa0\x92\x0c\x18\xea\xf9\x31\x27\xea\x36\x7b\xe2\xa9\x43\xd5\xef\xfb\xcb\xb6\x9c\xae\x49\xb8\xc2\xc2\xe9\x60\x30\x3b\x42\xb7\x86\x7d\x08\x92\x35\xd0\x9b\x8b\xfb\x4b\xb7\x8a\x19\x07\x7e\x8c\xc6\x53\xf4\xb5\x62\x63\x09\x56\x02\x51\x71\xce\xb4\xce\x70\xbb\x7d\x13\x59\x7c\x5c\xd5\xd5\x14\x94\x15\x61\x28\xd5\x88\xb3\x7e\xcf\x49\xcb\xa3\x6e\xf5\x08\x7d\xe0\xa5\xc9\x53\x94\x4a\x4b\x0e\xae\x11\xfb\xa2\x89\xc5\x9c\x6b\x80\x08\x59\xc9\x2c\xb4\x6f\x3f\x97\xa9\xde\xf9\x08\xba\x7c\xb5\x20\xba\xed\x7b\xdc\x07\x0f\x7f\xbc\xe5\xee\xd3\xb7\xbc\xcd\xee\x93\x62\x28\xe9\x9e\x4e\x62\xd0\x67\xfc\x99\xe8\x35\x3c\x95\x50\xef\xf2\x13\x11\x4d\x21\x25\xd9\x87\xad\x0f\x01\xe2\xf0\xf3\x68\x80\xd7\x79\x05\x4f\x97\xb8\xef\x41\xdb\x00\x1f\xfc\xc7\xd4\xf7\x6d\x49\xdf\xa3\xae\xc7\x07\x9e\xc9\x97\xc9\x01\x3c\xe9\x38\x51\x3e\x87\x4b\xa4\x43\xc9\x8e\x99\xed\x14\x37\x4f\x55\xb7\x1a\xc4\x8c\xf8\xa3\xab\xa6\x5f\xfc\xae\x57\x67\x19\xf6\xe5\xc9\x75\x05\x93\x4d\x05\x0a\xd6\xcb\xd5\x15\xb7\x64\x38\xb0\x1a\x43\xa4\x9f\x6c\x01\xd4\x44\x2b\x82\x73\x35\x5a\x30\x79\xa3\x65\x90\xff\x0d\x9a\x58\x38\x64\xbc\x68\x41\x65\x8c\x3f\xcc\x11\xde\xcd\xd2\xce\xe1\x11\x54\x31\xfd\x54\x35\x80\xb3\xab\x46\x4f\x17\xe1\xfb\xcf\xeb\xe1\xbe\x71\xc5\xd6\xa0\x0b\x31\x8e\x20\x52\x39\x18\x3e\xb4\x01\xab\x4e\x4d\x83\xde\x28\xdf\x8a\x4d\x0b\x43\xfd\xd8\x7e\x62\xaa\xed\xae\xb1\x1d\x2b\xae\xeb\x8e\x75\xfc\xfc\xa0\x6b\xc1\x78\xcf\xc3\x70\x71\x1b\x31\x67\x1c\x37\xc2\xc5\xe3\xb3\xe1\x73\x21\x1c\x75\xfb\xc7\x2f\x5e\xc9\xe9\x04\x1d\xdb\x8f\xbf\x7e\x65\x6f\x7d\x73\xfb\xc7\x2f\x5f\x59\x48\x24\x46\x6d\x97\x9b\xfc\x8d\x59\xf0\x3b\xd6\x45\x1d\x70\x3b\x57\x79\x4f\xe4\x48\x49\x07\xc9\x81\xf7\x32\xff\x3e\xd5\x31\x86\x79\xd7\xc9\x57\x50\x80\x79\x3d\xc4\x0e\x2c\xaf\x9b\x40\x0e\x6b\xfd\x94\x22\x87\xba\xdf\x2d\x75\xb9\x16\xa8\x43\xff\x4e\xf0\xa9\x96\x81\x1d\xeb\x16\x3f\xf9\xcd\x61\x07\xbc\x3c\x2b\xd7\x58\x3a\x2d\xc6\xc9\x65\x7e\x25\xbf\xbe\x91\x85\x61\x27\x7e\xf2\xa3\x35\x5e\x3f\xf7\xa4\x4a\xac\x25\x89\x16\x2c\x9a\xd6\x39\x2e\x41\x73\x37\x4f\x51\x1b\xff\xe0\xc9\x07\x00\x96\x2f\x3a\x21\xad\x71\xa2\x93\xe5\x60\x18\x9b\xa4\x7a\x6b\x78\x87\xa4\x1e\xbd\xee\x0d\xbf\x60\x83\xaf\x37\xf4\xd6\x0e\x9b\x28\xe2\x76\x00\x74\x12\x87\x30\x70\xbb\x38\x38\x03\xec\xa0\xbc\x82\xa3\xed\x9b\xda\xbd\x5b\xc9\xf6\xc9\x14\xb5\x17\x99\x0d\x40\xe9\x97\x9f\x83\x10\x3a\x44\x5f\x6f\xb8\xab\x1c\x4b\x63\x6b\xd7\x1a\x42\xc4\x22\x7a\xfc\xd8\xfe\x26\x6f\x3b\xf0\x5a\x47\xba\x32\xe2\xdb\x7f\xe1\x78\xc4\x4b\x21\xfa\x24\x93\x9e\xd1\xf1\x79\xa7\x67\xa2\xe4\x4e\xfc\x0f\x13\xae\xf7\x94\x08\x58\x3f\x39\x1f\xd4\x0d\x73\x84\xc6\x2c\x06\x8e\xa7\xe0\x1c\x11\xfc\x2e\xc6\x34\x2e\x5e\x86\xf3\x06\x62\x5e\x48\x7d\x08\x61\x35\x0b\xb5\xb9\x2a\x61\x9b\x1a\xb2\xf4\xa0\x6d\x50\x7d\x95\x73\x64\xa8\x83\xc3\x6b\xa2\x63\x1f\xb8\x2c\xbb\x9b\xd3\xc6\xf8\xc0\xac\xcb\x2e\x38\x73\xb9\xbd\x48\x6d\xeb\xdc\x84\x69\xd0\x45\xf0\xff\xf5\xe5\xf2\x58\x77\xc1\xfb\xaa\xcf\x4e\x51\x94\x7e\xa7\xfd\xe5\x8d\xed\x2b\x95\x15\x4f\xd6\x81\x32\x80\x2e\xbe\x10\x9d\xe9\xc7\x70\x5d\x18\x37\xe8\xbb\x97\x09\xd8\x0d\xea\xf2\xaa\xae\xff\x8c\x68\x41\x83\x69\x0e\xad\x5c\xd3\xaf\x89\x73\x5b\xe1\xbd\x23\x27\xa6\x7a\x48\xfd\x74\x43\xd5\x58\xbd\x1c\xe9\x4d\x22\x55\xd3\xf5\x87\xad\x6a\x09\xc4\x86\xd5\x8e\xe5\x7a\xb1\xfd\xeb\x3b\xb7\x09\x87\xd5\x17\xd3\x13\x09\xe6\x07\x2b\x53\x1d\x54\x3c\xc5\x58\x99\x6f\x1d\xcc\xaf\x14\x33\x9f\x45\xbf\x67\xc2\x17\x06\x7e\x04\xc4\x68\xcc\x24\xea\x77\x00\x69\x4e\x80\x2e\xe2\x7a\xd1\x0e\xe7\xde\x6a\xc6\xcb\xf0\xed\x74\x75\xdd\x3d\xd7\x66\x0d\xed\xb4\x63\x5d\x19\xbb\x32\x65\x25\x82\x04\x09\x2b\xa2\x96\x44\x7d\xd8\x6a\x9e\x94\x97\xf2\x45\x43\xce\x07\x63\x22\x84\x07\x22\x2c\x98\xe1\x5c\xe4\x5f\x3f\x0d\xfd\x9c\xb0\xdd\xca\x6e\x73\x24\x10\xe5\xd3\x75\x7f\x1a\x88\x30\xfb\x8a\x76\x50\xc8\x4d\x08\x2b\x39\x04\x18\xfc\xaa\x7b\x16\x5a\xba\x9a\xdd\x05\x08\xa9\xae\xf1\x23\xf2\x0b\x75\x95\x11\x72\x04\x5b\xab\x5a\xaf\x5c\xb4\x43\xf4\x6f\x61\x7c\x2c\x9c\x74\x67\xac\x84\x0c\x00\x5c\xf9\x55\xc2\xa1\x22\x0e\x67\xba\xf8\x89\x7a\x47\xdf\x1e\xa1\x24\x9b\x28\xb2\x1c\x84\x14\x01\x42\xd2\x01\xd8\xc5\x00\xd1\x3a\x22\x8a\x83\x10\xee\xe7\x3c\xc2\xe7\x20\x3b\xd6\xa0\x3e\x08\xf7\xfe\x8a\x7f\x08\x06\xd6\xdd\x74\x8c\x8e\x51\xde\x62\x02\x58\x18\x9d\xc8\x99\x5f\x42\x04\xb9\xe9\xad\xea\x12\x30\xce\xda\xf1\xe5\xf1\x8b\x60\xb2\xaf\x21\x29\xf9\x46\x31\x3e\xff\x2d\x21\x55\x5c\xf9\x97\xbe\x5c\x47\xa1\x5b\xb7\x75\xb4\x88\x0c\x46\xfd\xe9\x50\x4a\x57\xfd\x3f\x0f\x45\xbd\xfc\xdd\x2b\x07\xd4\xc4\x13\x2d\x63\x74\x0e\xcd\xa7\xff\x91\xd4\x49\x85\x14\xe1\x0b\xa4\x1c\xd6\xe9\x4c\xac\xd7\xf7\xb8\x2a\x4a\x38\x10\xe4\xf0\xda\x82\xa6\xa0\x15\x6a\x41\x9f\x94\xe8\x78\xe3\xcd\x97\xcb\xa1\xa6\xf2\xcc\x79\x47\x88\x8a\xea\xca\xd6\xcc\x93\xdd\x5b\x7c\xeb\xf6\x2b\x02\x2f\xfd\x24\xc8\x2e\x19\xc1\xa9\xbb\xfd\x2e\x8f\x4c\x7d\xa4\x17\xa2\xba\x73\xba\x51\x6c\x02\x70\xca\x41\xfe\xd4\x3d\xd7\xab\xf8\x50\x2f\x53\x10\x8e\x22\x63\xe0\x62\xb4\x0d\x91\xe7\x12\xe9\xac\xcd\x4b\xeb\xad\x9f\x6c\x8c\xac\x8f\x12\xc4\xaa\xfe\xfe\x90\x4f\xba\xf5\x95\x76\x09\xe1\xef\x9b\x92\x95\x65\xb0\x7f\x11\xc9\x90\x33\x2f\xac\x00\x15\x18\xdc\xbb\xfb\x20\xf2\x10\xfe\x88\x25\x7a\xf9\x86\xa6\x40\xa7\x25\xf1\x7c\x41\x2a\xb3\xf6\x85\xa6\x5d\xb1\x97\x2e\xc7\xba\x89\x71\x50\x5e\x2f\x59\xa5\xc5\x7b\x18\x3f\x1a\xc9\x82\x23\xc1\x7c\xbc\x95\x69\xd4\xa9\xa8\x4f\x56\x7e\x7c\xbc\xdb\x34\x72\xe8\xe1\x9e\x39\x38\x52\xde\xdb\x64\x33\x0e\x0f\xa7\xda\x8e\x6f\xfd\x2d\x26\xf0\xeb\xf1\x50\x48\x6c\xac\x8d\x44\xe3\x49\xed\x05\x87\xbd\x4a\x4f\x09\xe2\x0a\xfd\xd1\xde\x4e\x60\x11\xbe\x0b\x7d\xad\xd7\x9c\x9b\x32\x95\x6f\x17\x3f\x0d\xe4\xef\x01\xe6\x81\x90\x3c\x39\x0b\xdd\x5a\x41\x6c\x51\x39\x42\x90\xe8\xec\x9e\x87\x3e\xae\x6c\xb2\x3b\xbf\xba\xbd\xbe\xab\x02\xff\x60\x34\x38\xd0\x43\x5a\x29\x1e\x2a\xec\xdc\x6e\x73\xe4\x50\xcb\xf2\x68\x09\xba\x6c\xa2\x9b\xf7\xd3\x2c\x12\xaf\x26\x12\xc0\xdf\x42\x76\x11\x7f\x9c\x10\xcf\x44\x5f\xa7\x44\x34\xc3\xcf\xeb\xc5\x6d\x27\x25\x4b\x46\x6d\x96\xeb\x9e\x20\x08\x38\xdc\xc9\xee\xf3\x4e\xa3\x61\x5e\x5c\x7f\x00\xf1\x38\x9c\x88\x0a\xe8\x46\x43\x38\x1e\x2a\x5d\x14\x11\x28\xab\x0b\x93\x43\x58\xc5\x6c\xcc\x7b\x16\xc5\xb2\x74\x46\xcd\xaf\xd4\xed\xce\x88\xf5\x8b\x23\x83\x92\xee\x87\xd2\xb4\xd1\x06\x09\xc5\xfa\xa2\x24\x40\x8f\x8b\x47\x1a\xf3\xf8\x9b\x5b\xf7\xc3\xe1\x82\xb3\x3b\x21\x9e\xe7\xdd\x74\x99\x26\x6f\x9d\x28\x33\xfe\xe0\x03\x89\x69\x9f\x4b\x01\x06\xf6\xf8\x90\x90\x9a\x82\xb3\x46\x7b\x9b\xc4\xcf\x38\x06\x68\x46\x4e\xf5\x62\x2c\x6f\x89\xd9\xc8\x8e\xee\xd3\xff\xee\xed\x76\xf7\x5e\xbf\x3e\x9a\xd8\x9a\xd8\x22\x89\xf7\x26\x35\x3c\xe5\x10\x78\x43\xd4\x1c\x75\x12\x93\xd8\x00\xf5\xd1\xf6\xa2\x42\x74\x90\x51\x3c\xe9\x44\xd7\x03\x45\x27\x28\x37\x4f\x96\xc5\xc7\x5c\x0b\x3b\x4e\xcc\x50\x5f\x2a\x56\xd8\xc2\x5d\x88\xee\x86\x61\x7f\xfa\x74\x5d\x29\xdb\x12\x7d\x19\x04\xad\xb8\x69\xbe\x37\xed\xc9\xa4\x87\x48\xba\x2d\x29\x5f\xe0\xfc\xe8\x46\x83\xdd\x64\x89\xc6\xe3\x1a\x01\x18\x7a\xb2\x46\x88\x02\xaf\x47\x37\x10\xff\x29\x5f\xb0\xb9\x81\x15\x98\x1a\x7d\xb4\xdc\x8f\x19\xa3\xcd\x66\x6f\xcb\x37\xe5\xe2\xf7\xf4\x1f\xfe\x6b\xfe\xd6\x54\x05\x42\x7d\x85\x00\x22\xfa\x90\xa2\x0a\xd5\x8f\x2b\xc9\x62\x4f\xf5\x1b\x5b\xa8\x1e\x99\x5a\x1c\x5b\x9a\xeb\xff\xe3\x34\x9d\x8c\x8f\xd7\x4d\xd1\xab\xb0\xe3\xd2\xc5\xee\x7f\x0d\xcc\x58\x5b\xb3\x53\x93\xa8\xea\x28\x87\x8b\x44\xd9\xb0\x63\x2c\x8f\xa4\xa0\xbd\x29\x5b\x8b\x38\x2a\x5b\x8f\x00\x92\x58\xfa\xf8\x20\xf5\x43\x5a\x09\xfe\xa9\x84\x3c\x97\x3a\xad\x99\xbe\xda\x52\x41\xfc\x94\xb6\x26\x96\x8c\x7b\x0b\xee\x50\xcd\x19\x89\xa8\x68\xc3\x69\x82\xae\xff\xcc\xd9\x2e\xb4\x95\x70\xf6\x05\x1c\xe8\x6a\x67\x4f\x07\xb2\xc5\x4b\x27\xef\x48\xf4\xe0\xda\x54\x77\x75\x79\x1c\xa6\x8f\xc7\x8f\xf8\xf0\x74\x86\x6c\x16\xad\xe3\x02\x6e\x80\xc3\x71\xaa\xe2\x67\x1e\x45\xe4\xbf\x6d\xa5\x01\xc3\x3d\x4a\x96\xab\xbe\x23\xf8\x08\xd2\x80\x64\xc5\xee\x6b\xe0\xf0\xa2\xd5\x8a\x1d\x61\x54\x2b\x82\xfe\x3c\xd9\x97\x50\x13\x7e\x42\x85\x59\x7e\x21\x76\x06\xb1\x73\x8d\x92\x49\x42\x4a\x43\x92\xa1\x94\x34\xa2\x12\x5f\x11\x68\x1b\xc8\xe8\xff\xc5\x1d\x39\x77\x96\x57\x30\x06\xba\x72\xaf\xfb\x0f\xb5\x2e\x92\x50\x28\x2a\x7d\xdc\x8a\xdf\x77\x25\xc2\x4e\x1b\x6d\xa6\x48\x80\x63\x33\xf3\xf8\x94\xd4\x53\x7e\x2a\x03\x85\x2b\x9c\xcb\x39\xda\xc5\xf7\xf2\x6f\xf8\x10\x45\xda\x63\x5e\x20\xfa\x15\x2a\x5d\x34\xcd\x1b\xbb\xf8\xbd\x59\xf1\x1f\xa1\x7c\x5b\x76\xf2\x09\x81\xcf\x1f\xa7\xdf\x88\x81\x2d\x8b\x03\x69\x33\x24\x42\x65\xa8\x1b\x5c\x4f\x5d\xec\xcb\xf0\x4d\x1d\x0a\x43\xb2\x0c\xf1\x39\x8d\x56\x20\xfe\x6c\xd0\x71\xa7\x7e\xa0\xb1\x55\x5e\x70\x01\x55\x19\x54\xec\xf9\x09\xca\x9d\xb0\x17\x78\x18\x7f\x4c\xde\xf0\xc6\x8f\x93\xaf\x2f\x81\xdd\xd7\xd3\x6b\x42\x3e\x8a\x82\xed\xe0\x5d\x7d\x1c\x9f\x9a\x17\x84\x00\xbe\x0c\x0a\xfc\xb0\x40\x2f\x2c\x7a\xfc\x2a\x89\xe1\xed\xf1\x4e\xd4\x15\x11\xb9\x4b\x44\x57\x6c\x11\xc7\x9b\xd1\xdf\x0f\x2e\xad\x03\x91\x15\xdc\xa7\x7c\x8e\xf6\x34\xa9\xef\x23\x9b\xff\xfe\xd3\xea\x3a\x3c\x19\xc7\xc0\xd5\x38\xce\x2d\xdd\xd6\xb6\xe4\xc8\xc8\xcc\x6e\xca\x7d\x46\xdf\x92\x95\xe1\xa8\xac\xac\x86\x30\x93\xf8\xf7\xec\x97\xda\xd4\x5b\xba\x77\xd1\x6e\x8a\x64\x67\xb4\x3f\xab\x7e\x7b\xaf\x6b\x73\xa4\x0b\xc9\xaa\xeb\x0f\x88\x90\x5a\x42\xb8\xbe\x6d\xe1\xb4\x34\xb9\x1f\xdc\xd3\x52\x1b\x25\x1b\x13\x77\x36\x5a\xb3\x7e\xe0\xd5\x2a\xdd\xf3\xad\x12\x3d\x1c\xc3\x7d\xdd\xa3\x7d\xa6\xd5\x6e\x6a\x17\x85\xf2\xd5\xa7\x23\x24\xdd\x38\x32\x76\x4f\xaf\x68\xb0\x0a\x53\x9c\xf2\x47\xb8\x2d\xff\x29\xfb\x23\xa0\x96\xfe\x21\xf2\xc2\xbc\xfb\x93\x63\xd7\x95\x10\x19\x7b\x6f\x1f\x47\x31\x55\xbc\x09\x87\x98\xb2\x85\x50\xf7\x34\xeb\x68\x9f\x99\x0b\x19\x6e\xb3\x4d\x38\xae\xe0\x4f\x60\xf6\x9d\x13\x86\xd1\xd1\x21\x5a\xb7\xe6\x82\x51\x57\xa4\x08\x24\xd7\xb8\x5a\xed\xf2\x3d\x74\x9c\xff\xad\x11\x7b\x13\x29\x0b\x75\x38\x31\x0f\x87\x89\x01\x43\x6e\xc5\x82\x6e\xdf\x88\xf5\x9c\xf0\x0c\x43\xeb\xbc\x20\x50\x76\xeb\xa3\xe5\x32\x11\x00\x07\xfb\x79\x8c\xb7\x20\xb5\xe8\x54\x7a\x01\x91\x88\x09\x6d\x9a\x76\x2d\xb1\x74\x47\xf5\xc7\x67\x55\xf8\x0e\x0a\xe3\x2c\x23\xa7\xba\x92\xd8\x26\x13\xf6\xae\x25\x8b\x4f\xc4\x99\x6b\x38\x9a\xbc\x30\x96\x9e\x98\x7b\xd9\x48\xec\x7a\x99\xa7\x83\xbb\x21\xc3\x24\xa2\x6d\x00\x87\xbe\x86\x35\x8e\x19\x72\xc8\x39\x88\xcd\xe9\xe1\x5d\x6c\xfa\xc4\xb8\x5d\x85\x3f\x09\x82\x77\x0d\xc4\x57\x83\xed\x1b\x3d\xcb\x18\x42\x1e\xf2\x54\x53\x72\x6c\x72\xa7\x92\xcb\x52\xdb\x8d\x71\xe1\x3a\x5a\x35\x24\x88\xd4\x17\xa3\xaa\x72\x42\x2f\x42\xc0\x91\x78\x6b\x04\x34\x24\x7a\xce\x20\x20\xd2\x30\xc4\x8a\xf8\xf7\x0f\x4d\xd7\xf0\xfa\x80\xda\x63\x85\xf8\x20\xe9\xc9\x78\x2a\xd1\xf1\x09\xc8\x98\x76\x0d\xd7\x91\xca\x3b\x69\x94\xb1\x97\x4f\x0a\xcc\xe2\x54\x99\x4c\x93\xae\x79\x79\x59\x12\xbb\x55\xdd\x34\xda\xaf\x09\x58\x5e\x2a\xed\x2c\xd1\xff\x7f\xd9\x90\x83\x7d\x30\x91\x11\xdf\x15\xdc\x34\x72\x84\x38\x30\xef\xa7\xa6\x00\x84\xa6\x7a\x94\x20\xb6\x33\xea\x71\x53\x99\x4c\x62\xfc\x5a\x51\xb4\x7a\xa1\x49\xe1\xc1\x4b\xd3\xac\x04\x18\xff\x6a\xf4\x1e\xb2\xf2\x23\xb6\xe5\x09\x62\xb5\x9e\x9f\xa7\xc9\x16\x2e\xd1\x1c\x38\xd3\x32\xf2\x33\x15\x26\xe5\xfd\xa8\x23\x34\x3d\xce\x60\x74\xac\x77\xc5\x99\xb5\x41\xa6\xd1\xb6\x4c\x44\x8d\x88\xb9\xc9\x81\xd3\x2b\xcc\x21\x93\xa2\xf8\x38\xa6\x4b\x53\x95\xc4\x2f\xfc\xed\x31\x31\x30\x66\x7a\x7c\x98\xb2\x28\x5a\x37\x77\x11\xc4\x89\xbc\x46\x4f\x9b\x78\x0f\xe0\x80\x8a\x87\x61\x53\x22\x23\xc4\x41\x25\x7d\x08\x24\x93\x16\xc2\x10\xa9\x9b\x79\xe1\xfd\x67\xf4\xcf\xc4\x7d\x46\x37\x8a\x77\x29\xf3\x21\xab\x87\x5d\xdf\x88\xeb\x9c\xef\x48\x8c\x3e\x83\x57\xce\x41\x44\x36\xe8\xfa\xd7\x53\x5d\x47\x74\xfb\xd0\x5d\x28\xd0\x71\xc7\x04\xfa\x2c\x96\x2d\x6d\x0a\x2b\xdf\x95\xdd\x71\xcc\xc6\x1e\xeb\xf3\x17\xd4\xfe\xce\x58\xdf\x3b\x5f\xc5\xe1\xa9\x41\x19\x1d\x9e\x2f\x1b\xdc\x62\x3f\xce\xcb\x18\x8b\xf9\xb8\x33\xc5\xf1\xc0\x25\x84\xb6\x96\x5d\x48\x04\x56\xd9\x78\x77\x4f\xfc\x29\x5f\xb6\x7d\xcb\xd7\x3f\x11\x21\x7f\x64\x68\xda\xaf\x89\x91\xd9\xab\x65\x34\xb2\x4b\x57\xe4\xd8\x6e\x71\x8e\x63\x66\x05\xf9\x0e\x3f\xb6\xca\x2f\x79\x28\xb5\xed\x71\xd1\x6d\x3d\x02\x1b\x0e\xe6\x16\x13\x56\x12\xc9\xab\xa1\x78\xf4\xe1\xa8\x42\xac\x89\x81\x07\x8a\x49\xd6\xa5\x81\xf8\x8b\xe1\x2c\x0f\xdc\xb6\x9b\x85\x0c\x9f\x1d\xe4\x3e\x7c\x5f\xca\x47\x65\x22\xe4\x9f\x8e\x62\x32\x46\xaf\xa2\xbf\x7f\x36\x85\xbb\x43\xed\x5d\xfe\x86\xc9\x59\x79\x38\xa3\x87\x70\xa2\xc3\xe8\xbd\x66\x8a\xed\xfa\x9f\xab\x24\x68\xbf\x5b\xa7\x8f\xdf\x35\x8c\x2d\x92\x90\x00\x91\x5f\xdc\x61\x7f\xb8\x88\x1f\x42\xc4\xdd\xc8\x64\x21\x8a\xe4\x90\x5c\x90\xc3\x4d\xfc\x76\x3e\xf3\x21\xd1\xa3\x76\xce\xf3\x7c\x0c\x79\xc9\xb0\x91\xf3\xf9\x98\xa9\x6d\xda\x03\x7a\xf2\xa3\xc3\xb3\x9c\x6c\xed\xd5\x15\x83\x10\x82\x9c\x69\x83\x4d\xab\x9c\xeb\xa9\x98\xaf\x4b\x17\xe2\x9d\x1b\x3b\x02\x4d\xde\xe2\x69\x89\xd9\x6f\xc2\x94\x5a\xb3\x6b\x2e\xcd\xf4\xde\x25\x96\x22\x01\xa2\xa3\x5d\x13\xbb\x62\xc9\xd7\x10\x9b\x61\x46\x86\xc6\x29\xa1\x02\x63\xcc\x20\x3a\x40\xbc\xcc\xe0\xb7\x02\xc5\xde\x6a\x70\x04\x3f\x0c\x69\x8e\x10\x1a\xc8\xfb\x54\x98\xe0\x71\xe7\x23\x0a\xc4\x09\xfb\x92\xc3\x98\x27\xbc\x5e\x0b\xdb\x75\x4c\x43\x42\xba\x8f\x4f\x61\x44\x93\xeb\x08\x87\x07\x70\x2a\x95\x0d\x7c\x1e\x59\xa7\x6a\x18\x26\xd2\x75\xcc\x53\xd0\x7d\x2b\x02\x90\x18\xd0\x55\x26\x32\x10\x95\x04\xf6\xd9\xc9\x4c\x44\xc8\xa0\xae\x24\x45\x65\xa0\x1a\x97\xe8\x7c\xd9\xd9\xf7\xe7\x2f\xd8\xa3\x25\x9b\x67\xa7\x9a\xd8\x90\xd8\x68\xb6\x36\x25\x44\x5d\xab\xe7\xab\x91\x54\x4b\x88\xc0\x03\xf1\xab\xa4\x96\x50\x31\x5e\x30\x15\x61\x0f\x1e\x8d\x78\x62\x34\x9b\xc7\xd1\x05\x27\xe8\x92\x90\x7c\x08\x1e\x94\x73\x22\x13\xe9\x96\xde\xd1\x82\x25\xca\xf3\xec\xfe\x5e\x52\x53\x80\x20\x5a\x73\x7e\x4d\xaf\x2a\xa4\x86\x37\xfa\x1d\x7e\xc7\xe1\x39\xd6\xd1\x82\x25\x84\x46\xa0\x7f\xa4\x78\x39\x2d\x9c\x1e\xed\xe2\xb0\xfa\x84\x90\x5a\xab\xa4\xe4\xd8\x48\x54\xcd\x32\xda\x0b\x6f\xbb\x2f\xbe\x7f\x97\xa2\x91\xbd\x21\x4c\xc4\xc1\x79\x44\x6f\x89\x9b\xc0\x47\x05\xd6\xc3\xde\xe6\x9c\x94\x86\xba\x04\xc9\x78\xb5\x78\x61\x6c\x67\xe2\x44\x30\x1f\x69\x20\x7b\xf1\x28\x04\x79\xdf\xc0\x0e\x07\x6e\x22\x2e\x1e\x8d\xeb\x2f\xcd\x95\x82\xd3\x79\x3b\x12\xe1\x4d\x0f\x31\xb1\xcc\xb5\x66\xce\x19\x84\x05\xd1\x18\xca\xb0\x09\xc0\x9b\x1d\xd4\x85\xd1\x36\x9f\x1e\x49\xd2\xa6\x00\x4e\x87\x8e\x44\xef\x31\xf2\xe8\xb4\x26\x28\xa8\x2d\xe2\x3e\xac\x8d\x1d\x03\xd4\xdc\xe9\x61\xa1\x75\xe5\xd4\xd2\x13\x35\x10\x68\xd8\xb2\x89\x23\xff\x31\xae\x22\x0a\x22\x4b\x9b\xca\xe9\xa9\xed\x5f\xff\x32\xae\xb3\x97\x78\xdd\x0b\x8d\xdb\x3d\xae\xb0\x6a\xd6\x57\x84\x8c\xdb\xfd\x84\x80\x34\x20\x04\x96\x92\x72\xa2\x48\x31\x81\xae\x4a\x35\xad\x65\xdb\x57\x94\x57\x7d\x29\x74\x97\x24\xa1\x92\x06\x6c\x6b\xd3\x89\xc5\x0b\x37\x14\xba\x28\xe7\x02\xd9\x53\x17\x6a\x23\x24\x0a\x18\xda\x52\xac\xd3\x08\x58\xc3\x7c\x68\xf3\xd1\xbc\xd9\x8a\x4d\xef\x5e\x09\x50\xc3\x64\x54\xf9\x07\x46\x61\x73\xcc\x61\x9b\xde\x21\x1f\x76\x6c\xab\xaa\x74\x20\x70\x11\x88\x9c\x06\x71\x97\x33\xc4\xb5\xd1\xcf\x9c\xef\x91\x60\x87\x03\x8d\xc3\x0a\x11\x24\x9e\xef\x5f\xfb\x9e\x98\x4e\xec\xe9\xfe\x38\x41\x18\xae\xc6\x20\xdc\xcd\xb8\xa2\x12\x74\x5a\xdf\x05\xd0\xa3\xd9\xf3\xd0\xce\x9c\x7a\x0a\xed\x07\x16\xb4\x55\x58\x53\x59\x1e\x10\xb8\x13\xdd\xf1\x9a\x99\xda\x62\x09\xbd\x22\x60\xc8\x13\x03\xa6\x65\xeb\x7b\x84\x87\x39\x8a\x11\xbc\x62\xf7\x41\xb4\xb7\x60\x8e\x27\x29\x85\x7c\x16\xb8\xbc\x73\x74\x36\x42\x05\x69\xae\xe6\x38\x6c\x55\xcc\xe4\xdc\xf9\xed\xf9\xf7\xcf\x8e\xb3\x77\xf7\xde\xbe\x7d\x7b\x0f\xad\xef\xf5\x2d\xde\x20\x9a\xf2\xfa\x38\xfb\xaf\x4f\x4f\x09\x4f\x16\x77\xe7\xd9\x19\x0b\xa6\x41\xcc\x88\x69\x0a\xb8\x21\xd6\x98\xfe\x22\xfc\xff\x78\x02\xff\xeb\xed\x89\x32\x6c\x8e\xc3\xdd\xc7\xa4\x28\x0e\x31\x75\x62\x55\xd8\x89\xa9\x9a\xa2\x35\x1a\xb8\x81\x1d\x8d\x63\xad\x81\x25\x32\xe7\xcd\xf2\x86\xec\xe8\x83\x9a\x25\x75\x9f\xa6\xff\x2c\x8b\xeb\x7f\x8e\xe5\xc5\x52\x2f\xb1\x21\x8d\x04\xe8\x08\xd3\x22\x00\xf2\x3b\x04\xfe\xc3\xc1\xfe\xac\x07\x5b\xf8\xf7\x8d\xb5\xe4\xf7\x24\xfe\xb7\xd2\x00\xc9\x6b\x23\xbd\xb0\xc3\x5f\x53\x57\x57\x04\x6b\xde\xd6\x85\xa3\x57\x31\x88\xe1\xb3\x83\xb6\x3b\x04\x02\xea\xd4\x6a\xef\xce\x87\x1d\x71\x76\x0e\x03\x7c\xce\xb6\x7c\x8b\xdf\x1e\xe5\x65\x94\x61\xce\xb1\xe4\x60\xb7\xa2\x60\x0e\x83\x4e\x24\x40\xe5\xe2\x4c\xb4\x15\xf4\x58\xee\x1a\x0e\x82\xe6\xc0\xb1\xd0\x40\x9a\xaf\x43\xe7\xe3\x3e\x62\x43\x88\xe9\x8f\xb2\x77\xea\xff\x77\xcc\x99\x97\xf3\xad\xba\x60\x4f\x6d\xd0\xe2\x8c\xfe\x33\xb9\x73\x92\xd9\x1b\x54\x1d\x5e\x44\xbe\x80\x91\xef\x7c\xb8\xd8\x2c\xb1\x61\x99\xf8\x66\x58\x1a\xd2\x57\x33\xb9\x86\xfc\x00\x21\x8d\x25\xd4\xbd\x97\x10\xe7\xfb\x2c\xd4\x85\x22\x0f\x17\xb1\x44\x8e\x36\xa1\xc0\x81\x46\x18\x87\x0c\x19\x1e\x07\x19\x63\x56\x47\x11\x95\xa3\x39\x87\x91\x3e\x27\x88\x26\x6d\x91\x8c\xe3\xfa\x8f\x7c\x45\xc6\xec\x94\x1b\xe3\x66\x9a\x4c\x5c\x58\x1c\x8d\x80\xc8\xc9\xa7\xee\xd9\xf6\x3e\x32\xf1\x2d\xe6\x79\x24\x57\x38\xc5\xc4\xd8\x13\xb9\x54\x01\xbb\x3e\x11\x5d\x8f\x19\x46\x79\x3b\x47\x3d\x0e\x6b\xe1\xe3\x14\x8d\x15\x74\xd2\x99\x84\xec\xe1\x70\x47\xc3\x4f\x83\xec\xc7\xc3\xab\x7d\x91\x43\xd1\xbd\x38\xc9\xe9\x45\x8c\xf7\x68\x5f\x35\x57\x71\xbc\x63\x75\xcb\xaf\x9a\x52\xac\xe9\x93\x15\x85\xea\xe3\x98\x71\xd4\xf0\xe1\x64\xc3\xd0\x48\xa3\x65\x70\xad\x2b\x6d\xcb\x81\xc0\xfa\x80\x0b\xe0\x26\x8c\x17\x9d\xdd\xb8\xfa\x4a\x22\xcc\x23\xac\xd1\x51\xbe\x2d\x3b\x0d\xd1\xe3\x62\xe1\x59\xba\x04\x21\x1f\x95\x8f\x8b\x14\x6d\x1b\x3b\x41\x87\x35\xc6\x29\x29\x1d\x8d\x97\x8b\x8d\x55\xa1\x8b\x88\x57\x1f\x8b\x39\x22\x6b\xa6\xa9\xa5\x0d\x43\xd1\xf9\x3a\x9f\x12\x43\x6f\x30\xec\x28\xa0\xd9\x3c\xed\x2e\x0e\xa7\x37\x3d\xf1\x8f\x2b\xe4\x93\x73\xbd\x31\x66\xde\xb0\xeb\x4f\x8a\x9f\x37\x7d\xfa\x63\xf6\x28\xff\x25\xc0\xf3\xd1\x48\x7a\xc3\xa9\x7a\x2b\x9f\x61\x90\x29\x67\xce\xa3\x02\x0d\x13\x7c\x62\xf0\xd2\x7e\x02\xef\x34\x35\xaf\x68\x07\x6f\x3c\xd5\xc3\x51\xf8\x66\x44\xf6\x6e\xe6\xab\xb6\x79\x6b\x11\xa0\x0e\x89\x7d\xa1\x87\x87\xcd\xab\xd8\xb7\x9e\x73\x99\x54\x83\xdd\x7a\x0d\xef\x30\xfc\x23\x45\x62\x97\xb2\x90\x7f\xa4\x88\xed\x7c\xd3\x1c\x9f\x9e\x34\x79\x48\x15\x58\x6d\x03\x1e\x82\xc9\xef\xb9\x34\xb2\x17\xcd\xdb\x25\xfe\xe2\x70\x7b\x16\xde\xba\x92\x96\x96\x29\x74\x14\x71\xdb\xa8\xb2\xdd\x57\x44\x4c\x73\x7e\xdb\x97\x3d\xfb\x8f\xd2\xf4\xe0\x3a\x1a\xaa\xf4\x4c\x08\xaf\x43\x25\x2e\x08\x75\xd0\xad\x9c\xad\x7b\xbc\x11\xb1\x64\x33\xb2\xc4\x0e\x92\x75\xde\x3d\x57\x99\xea\x32\x30\x46\xdf\xa3\xb0\x4e\xf4\x35\x92\x49\x85\x3a\xba\xe3\x84\x38\x1f\x3c\x79\x26\x3f\xd8\xf9\x5d\x22\x80\xab\xf7\xbb\xce\x61\xe6\xfc\xea\xe7\xde\xbf\xfe\xa5\x30\xb5\xde\xe3\x7e\x2e\x01\x11\xf8\xef\x60\xca\xe3\x58\x5f\x57\x69\xdd\xe6\x9b\x8e\xe8\x81\x06\x32\xe1\xa8\x9c\xa6\xe7\xda\xc2\x19\xf0\xde\x3e\x78\xef\xfb\x3a\xb4\x4d\x38\xc3\x73\xfe\xc7\x97\x26\x0e\x39\xae\x30\x07\xe7\xb7\x08\x3b\x10\x36\xc6\x99\xdc\xbf\xee\x61\xd3\x40\xaf\xce\x6d\xeb\xac\x6a\x9d\xed\xf7\xc4\xc8\x0c\x7b\x4b\x1f\x2d\x41\x33\x4f\x27\x4b\x0f\xf6\x88\xea\xfe\xc5\x38\xde\xa7\x93\xc5\x65\x03\x4d\x8f\x37\x50\xed\xd8\x1c\x67\x90\x2c\x25\xb6\x6b\xac\xd5\xd2\xa5\x6a\xb6\x8e\x5e\xe1\x00\xa2\xe0\xa5\x73\x1f\xa0\x3d\x89\xf1\x0c\xa9\x24\xd4\x21\x46\x9d\xbc\x38\xdc\xa0\xc7\x58\x6a\xd3\x26\xe9\xd0\x64\xcc\x2e\xdf\x26\xec\x17\xe2\x36\x84\x6f\xcc\x17\x9c\xe0\x7e\x10\xeb\x1c\x37\x71\x31\x66\x98\x5a\xb4\x62\x7c\x89\xb6\x49\x20\x14\x36\xf4\x64\xb1\x53\x14\x14\x03\xbe\x0e\xb2\x41\xd1\x24\xa2\x17\xc6\x95\x0d\x5f\x15\x57\xfe\xb6\x85\x51\x91\xda\xbb\xc5\xf0\xc3\x97\x0b\xc0\x73\x59\xda\x5e\x42\x35\xf9\xcf\xe0\x51\x40\x2a\x9f\x70\x76\x5e\xa0\xa4\x7f\xfd\xef\xff\x6b\x02\xf8\x94\x5a\xa9\xdc\x9b\x2b\xa2\x43\x7f\x88\x2d\xf6\x6f\xa7\x26\x08\x13\xad\x75\x57\x34\x8f\x6c\xcf\x01\x3b\xda\x46\x4c\xf2\x5d\xf4\x30\xed\x0b\xcc\x36\xd4\x28\xe5\x9a\xa5\xf7\xce\xbc\xb6\x96\x61\xc0\x84\x3a\xe6\x2f\xca\xc4\x1e\x36\x27\xb5\x47\xf5\x53\xc1\xc6\x32\x11\x2d\x0e\x88\x1e\x7e\x61\xdc\x27\x57\xef\xdc\x27\xde\x65\x18\x1c\xdf\x44\x06\x42\x77\x17\x9f\xc6\x5a\x9a\xe1\x55\x16\x22\xd3\x55\x0d\xaf\x92\x68\xf2\x5e\x4e\x55\x9f\x8e\x1c\x7b\xa8\xea\xf4\x73\xe7\x76\x30\x09\x9a\xcd\xb0\xf7\x9d\x4b\x12\xc4\x19\xa8\xf2\x9b\x82\xef\x8d\x86\x8a\x5e\x30\x37\x80\xcf\xc4\x79\xf8\xd5\x1a\xde\xa2\xd4\x5a\x90\x69\x14\xd7\x1b\xb7\x2c\x7c\x7c\x29\x7f\x57\x02\x5d\xe2\xe7\xd4\xbc\xad\x01\xb0\x76\xf1\x22\x4a\x29\x2d\xa6\x63\xb3\x1f\x9b\x76\xfb\x2a\xe4\xba\x4a\x92\x00\xc7\x22\x6e\xae\xe2\x73\x42\xc4\xf5\x5c\x64\x50\xe6\x86\x47\x4d\x0e\xc6\x16\xe4\x2b\x3c\xce\xa6\x35\x0e\x2f\x28\x2e\x73\x45\xa9\xf2\x0d\x89\x35\x28\x41\xe9\xe7\x2e\x78\x0e\x92\xee\x44\x76\xae\xc9\x2c\x38\xa8\x8d\xb3\x8c\x8c\x5c\xea\x67\x7b\xd3\xd0\xc4\x19\x21\x10\x3f\x67\x91\x56\xa9\x84\x0e\xaf\xd9\x19\x58\x2b\x3d\xe1\x9f\xad\x4a\x17\xe9\xe2\x72\x76\x2f\x44\x8a\xe1\xec\x4d\x76\xc6\x89\x5e\x54\xd7\x80\xbc\xc2\x08\x12\xe6\x4a\x93\xcc\x31\x21\x97\x71\x08\xf5\x83\xbe\xe2\x29\x87\xd8\x18\xd2\x3d\x6f\xde\xc8\xc0\xdf\xe7\x17\x73\x49\xc5\xb4\x32\x97\x1f\xae\x1d\x85\xf0\xe2\x14\x5e\x71\x3c\x7c\xc1\x0b\x2e\xfe\x81\xc6\x30\xd1\x54\x65\x2e\x4d\x4e\xec\x07\xe6\xb2\x9c\x61\x34\xd7\xef\x99\x66\x1a\xf0\xde\x57\xbe\x0f\xa9\x9b\xc4\xd4\x72\xb2\x8f\xba\x94\xa0\x46\xce\x60\x45\x6e\xa3\x1f\x5b\x00\xe1\x9e\x98\x2b\xab\x61\x0e\x87\xb9\xbc\x21\xcc\x5a\x0a\x4b\xff\x3e\x29\x71\x52\xbd\xcf\xdf\x6a\x4e\x1b\x67\x57\xa9\x39\x79\x0d\xb2\xab\xc4\xb2\xe2\x34\xcd\x8a\xff\x32\x9d\x6f\xe5\xd3\xad\x60\xd3\x0a\x21\xe1\x4a\x6c\x76\x9b\x6e\xa3\xa7\x16\x0f\x6a\x84\xc5\xb0\x96\x1a\x7d\x72\x7e\x15\x67\x5c\xbb\x3e\x9c\x56\xa5\x3a\x3a\xa0\x61\x9b\xce\x1c\x72\x9a\x66\x73\xd2\xd8\xb7\x9a\xee\x69\x88\x99\x22\xa3\x99\xc3\xc9\x45\x0e\xdb\xcd\x0c\xd0\xdc\x50\x4c\x32\x8e\x65\xab\x11\x68\x6f\x6a\xe4\x77\x2d\xb5\x30\x1f\xb7\x1c\x07\x84\x1d\x59\xba\xc4\xf1\x6d\x9f\x3c\x7f\x7e\xfd\xe7\x97\x8f\x9e\x9f\x3f\x79\x70\xfa\x28\x8e\x6f\x7b\x40\xa1\x3f\x0a\x74\xfb\xfe\xa0\x62\x5f\x1b\x00\x51\x4d\x44\xbb\xbd\x79\x8f\x3c\x76\x9b\xc8\x4d\x76\x73\x44\x5f\x18\x58\x4e\xb1\x91\x91\xfe\x44\x04\x2a\x0c\x5c\x97\x4e\xaf\x0a\xba\x55\x45\x73\x2e\x19\xb9\xa6\x09\x08\xe2\x4d\x35\xf9\x51\x6c\x1d\x36\xcb\xfb\x71\x0e\xee\xbe\xa2\xfe\xb9\xfe\x7b\x51\xee\x97\xd3\x21\x6e\x79\x2a\x92\x01\xd0\x7e\xe5\x9b\x09\x67\xa0\x81\xc5\x06\xa5\x0e\xb3\x3e\x17\xc2\x5b\x6c\x71\x42\x9d\x96\x53\xf6\x22\x23\xc9\x44\xf1\xb0\x6d\xda\xbf\xa6\x3b\x6f\x9b\x0a\x9a\x2e\xb5\x03\xd1\xec\x84\x61\x6e\x53\x11\x24\xd2\x1e\xf4\xc1\xf3\xa5\x62\x7a\xb0\x78\x24\xe9\x0f\x7d\x31\x91\x20\x54\xfa\x3b\x49\x5d\xe7\x4b\xf5\xa9\x8d\x4e\x2b\x09\x74\xa7\xd3\x11\x6e\xea\xab\x61\x2b\xa4\x4f\x0f\x6a\x4d\x36\xac\x2d\xe5\xe9\x99\xc9\x13\x3d\x47\x50\x0a\x5a\xbe\xc6\xa6\xd0\xc2\x74\x26\x52\x06\xe2\x4a\xe3\xb9\x2f\xee\x7b\x4b\xd5\x53\x91\x9a\x8d\xeb\x84\x77\x34\x7e\xaa\xd8\xb4\x03\x84\x35\xa7\x5e\x0c\x76\x47\x1c\x22\x1c\xf1\xa7\x25\xe4\x9f\x8d\x60\x6b\xae\x7d\x33\xf3\x31\x9e\x00\x73\x23\xd1\x14\xe2\x6a\xd3\x73\xe0\x17\xf2\xe7\x35\x6e\x4e\xde\xd3\x34\xb2\x95\x38\xdf\x07\x33\x56\xe3\x85\x81\xac\x4c\x8d\x7c\x09\xc0\x3e\x4e\x4d\x8e\xed\x5e\x07\x93\xbb\x9f\x26\x08\x1e\x57\xfc\xe8\xf4\x26\xe7\x74\x1c\x4f\x28\xce\x92\x56\x89\xdb\x2b\xc7\xac\x3c\xca\x15\x52\xa6\x4c\xeb\x64\x26\x37\x04\x6a\x94\x0a\x93\xcf\xb5\x7c\x62\x90\xb7\x23\x5a\x85\x1f\x96\xf8\x1e\x58\xbf\x9a\x3a\xa0\xd9\xea\xb0\xc1\x70\x22\x44\x61\x01\x11\x27\x65\x62\xcb\xa2\x71\x70\xfd\x4f\x43\x47\xc3\xc7\x51\x56\x30\x20\x45\x51\xf1\x34\x21\x11\x0f\xd3\x07\xf2\xd5\x85\x81\x07\x6d\x3a\x7c\xbd\xd2\x7e\x20\xea\x64\xd2\x4e\x91\x41\x74\x89\x15\x2f\x8c\x7a\x9c\x0e\x89\x9e\x52\x8a\x69\x83\xe8\x81\x70\x80\x94\x06\x47\x57\xd5\xb7\x62\x56\xc6\xe7\x44\x34\xb2\x96\x94\x2d\xb0\x39\xf1\x54\x9c\xfd\xa3\x30\x6d\x07\xe0\x1a\xc1\x7a\x3c\xac\x23\x29\x74\xc5\x87\xd8\xb5\x79\x8c\x1f\x86\x50\x33\x00\x7f\xd6\x8a\x05\xdb\x6c\x53\x47\x80\xc3\x17\x20\x9c\xee\x57\xe2\x77\xed\x96\xa4\x99\x1d\x1c\x2e\x09\x91\xbe\x0f\xa3\x93\xbf\x79\x2e\xfe\x06\x7e\x6c\x36\x2e\xc6\x8a\x98\xad\x1d\xc6\x1d\x7f\xf3\x4c\x0e\xdd\xa0\xc3\x9b\x73\x1c\x4f\x8a\x7a\x3d\x8c\x2b\x0e\x4d\x79\x32\xd9\xa7\x82\x68\x02\xfb\x6a\x26\xc7\x7c\xe5\x01\x33\x39\x67\x0c\xe5\x94\x4f\xf3\xf9\xf0\xde\xf8\xd1\x62\xfd\x8f\x0b\xcb\x2f\xf4\x6f\x3a\xaa\x9a\xf6\x49\x6c\x57\x6f\xca\x18\x7a\xad\xe9\x91\x61\xfe\xbf\xd6\x00\xb0\xae\xaf\xb2\x76\x32\xb4\xc8\x76\x36\x64\x71\x15\xa9\x1a\xa7\xf7\xe4\x5d\x7f\x35\x43\xb2\xf5\x55\x93\xb7\xeb\xc5\x0b\x30\xd9\x39\xeb\x57\x38\xd3\x3e\xf4\xe4\x76\x11\xa5\xd6\xe4\xf4\x9c\x84\x87\xde\x6b\xe6\xce\x34\x4f\xe7\x81\xf4\xa9\x9a\xc1\x57\xf9\x98\xfb\x83\x84\xbe\x56\x32\x2f\x6c\x85\x00\x75\x56\x49\x33\x35\x22\x26\x76\x09\xc1\x86\xce\xaf\x6c\xc7\x19\x99\x66\xbb\xa6\x2e\xc5\xba\x93\x38\x41\x5a\x5b\x2e\xc1\x65\xbd\x53\xed\x99\x73\xa5\x95\x2c\x3c\x5c\xe6\xdd\x23\x67\x5d\xd3\xe5\xd5\xe2\x05\xfe\x8b\x44\xc2\xeb\x59\x58\x3c\x4b\xd1\x69\xdf\x88\x42\x3b\xd7\xbf\xd8\xb3\x29\x54\x68\xf6\xa6\x75\xeb\x0e\xd6\x32\x71\x0f\x34\x4b\xb3\x63\xc1\x7f\x2f\x11\x66\x3b\x4e\x3d\xa0\x93\x9f\x1a\x4b\x1c\x61\x91\x20\x37\xb7\x26\x31\xf6\xe7\xd4\xcc\x3e\x97\xf0\xd7\x2b\x96\x42\xaf\xbe\x49\xc4\xb5\xc7\x51\x79\xfc\x40\x24\x1f\x44\xdf\xe7\x5d\xb5\xe2\x4f\xee\x4a\xc4\x65\x36\xda\xd8\x38\xd4\x78\x52\x09\xb1\x93\x93\x02\x71\x0f\x18\x14\xe1\x96\xc7\x25\xde\x94\x3e\x9a\x5c\x64\x50\x3f\x28\x3f\x94\x13\x28\x19\x23\xa4\xd4\x8d\x8b\xc5\x53\x2a\x9d\xb1\xaa\x1b\xd2\x41\x6a\xdc\x15\x09\x4a\x4f\x50\x8b\xf8\x98\xf1\x77\x67\x15\xf7\xb1\x7e\x24\x26\x58\xb2\xd2\xeb\xbf\xe7\x18\x47\x68\x1e\x97\x2b\x2a\x9c\xac\xbb\x4e\xbd\x77\xe3\x2a\x4e\x93\x33\x9f\x82\xc6\x34\xc5\xd7\x51\x00\xcd\xc9\xca\xf6\x6d\x89\xa8\xd8\x0f\x72\x5b\xb0\xe8\x77\xaa\x4e\xdb\xd7\x44\xd7\x23\x40\x55\x97\xd4\x40\xc0\x08\x04\x2d\xe1\x4c\x4a\x8d\xc4\x9c\x27\x0c\xcf\x84\xb9\x46\x99\xc5\x11\x89\x11\xd9\xf7\x7c\xd1\xed\x8d\xcd\xfd\xd3\xcb\x31\x43\xe5\x8b\x6b\x18\xf1\xec\x91\xef\x41\xfa\x20\x87\xbe\xf5\x3d\x17\x13\x31\x66\x8a\x94\xaf\xb5\x11\x61\xe3\x69\x2c\x07\x5d\x6a\x51\x66\x3f\xa9\xa3\x74\xb2\x53\xdd\xfc\x4d\x53\xe6\x67\x05\x0f\x0c\x42\xa7\xa5\x93\x75\x61\xd6\xdc\xd7\x24\xe4\xfc\x47\x7a\x8a\x67\x7b\x63\x3f\x53\x93\x36\x1f\x9d\x35\x3f\xf3\xf5\x56\x9e\xb5\xa9\x2d\xf6\xdd\xe7\x57\xb9\xd2\x67\xbd\x92\x67\x5e\x2f\xf9\x1d\x34\xad\x37\xf6\x3c\xde\xf3\x4f\xec\xf7\x97\x1d\xc5\xb6\xec\x96\xdb\x42\x17\x03\xbb\x79\x49\x9c\xaa\xe3\xd1\xed\xec\x0e\xee\x7d\xdc\xf4\x86\xd9\x36\xa2\x52\x97\x3c\xcf\x62\x83\x2b\xa3\x1c\x9c\x13\x21\xc4\xab\xba\x80\xa8\x12\xb9\x1c\xd9\x04\xe3\xf9\xf5\x87\x7b\x4c\xb3\x89\x65\xa2\xcb\x5b\x72\x34\xa7\x0a\x9f\x4b\xa4\xef\xf2\xbd\x61\x9b\x04\x7b\x94\xdd\xc9\x9d\x3b\x97\x92\x51\xf2\x10\x50\x25\x7b\x8f\x1f\x17\xf6\x29\x12\xc1\x3b\x6f\xa3\xb1\x77\x6f\x1c\x7f\x0a\xa4\x06\x8f\x4b\xb4\xed\xad\x9b\x6c\x77\x03\x34\x45\x83\x44\x56\x4a\xe9\x4a\x3d\x48\x89\x60\x47\xd1\x64\x90\xe2\x25\xc0\x7c\x87\x63\x56\x42\xfc\x93\xd7\x42\xed\x68\xf6\x07\x33\x36\x7c\x4e\xcc\x5c\x59\x88\xe6\x44\x9f\x07\xf6\x21\x9e\xe2\xf8\xac\x3f\x65\x7a\x13\xdb\x73\xd3\xe6\x40\x20\x36\xb8\x6a\xb4\x33\x65\x94\x4b\x66\x7c\xdf\x20\xf8\x6a\xfc\xcd\xc0\xe8\x07\xee\xdb\x54\xf7\xe3\x55\x19\x1f\xcd\x83\x5f\xd9\x98\x20\xf8\xc8\x50\xe9\x62\xfd\xa4\xc7\xf7\x30\xa6\x8b\xd8\x2b\x8c\x36\xba\x23\x6c\xb2\x78\xd8\xb3\x66\x93\x86\x7c\x9a\x73\x74\xb3\x73\x7c\xee\x93\x27\x49\x33\x59\x6f\x9b\x96\x80\x92\xde\xef\xc5\x77\xee\x2f\xab\xd9\x96\xab\xf4\x11\xd2\x06\xc4\x53\x10\x2d\xbe\xec\x39\xfa\xc9\x0f\x51\x72\xc6\xa7\xd0\x37\xb1\xd3\xb9\xb6\x8e\x1a\x33\xf9\xe8\x9a\x42\x89\x50\x88\x92\xc9\x35\xe1\xef\xd4\x92\xbe\xf4\x6c\x9d\xe1\x5b\x6a\x9b\x66\x05\x76\x34\x6e\x42\x25\x88\x4d\x13\x55\xdd\x37\xac\x8b\x58\x56\x04\x4f\xfd\x7e\x89\x9d\x00\x19\xcc\x12\xb2\xb5\x71\x19\x50\xf5\x95\x3d\xe3\xca\xc9\x96\x0c\xa6\x37\xe8\xe0\xe8\x7e\xe5\x54\x0a\x7e\xa9\xe3\xc6\x88\x14\x3b\x1a\xf9\xb4\x5c\x79\x91\xf3\x44\x53\xb7\xb3\x17\x26\xdf\x4f\xec\xeb\x8b\x9c\x6e\xe7\x63\xfa\x16\x5f\x2e\xae\x7b\x70\x6f\x42\x93\x89\x6d\x8a\x9b\x96\xeb\xca\x4c\x36\x23\x5e\xe6\x39\xe0\xfa\x50\x3b\x36\x2d\x9b\x3e\xfe\x8f\xce\x57\xd5\xad\xd3\xf3\xad\x78\xaf\x52\x18\xe0\xc6\xcd\xea\x35\xa1\x7d\xa4\x33\x7a\x8d\x57\x65\x72\x94\x55\xd3\x74\xe0\x85\xf7\x60\x25\xd8\x5c\x79\xb8\x99\x67\x70\xab\x78\xe0\xaa\xa5\x8c\x05\x35\x38\xb8\xa3\xdc\x6e\xbc\x97\x3b\xe4\xed\xa1\xc1\xda\x9e\x85\x13\x76\x62\x44\xdc\xee\x73\x5f\x21\x7b\x7a\x4e\x2d\x6e\xea\xc1\x8f\x3d\x6c\xe4\x86\x8f\xcf\x64\x57\xe4\x74\xbd\x7f\xd9\x04\x4e\xd0\xe4\xc6\x3e\x26\xa7\xc0\xcd\xa6\xe6\xb0\x6f\x9b\x0d\x8d\x46\x98\x70\xd5\x83\x4d\x41\x6c\x8a\x8b\x25\xdb\x0a\x85\x9e\xce\xb8\x92\x86\xef\x39\x57\x56\x99\xb9\x66\xb6\x63\xa5\x16\xf8\x26\xbd\xc7\x44\x42\x41\x47\xd2\xe5\x6c\x50\x16\x1f\x0a\x15\x79\x76\xef\x64\x6a\x52\x0d\x51\xc2\xed\x52\xf9\xca\xdc\xdf\xdc\xd0\x49\x74\x9b\x45\x03\xc6\x21\x10\x1c\xbb\x3c\x71\xd4\x08\x8b\x2e\x04\x4b\x71\x55\xc0\x68\x06\x5a\x57\x51\xb9\xd0\x14\xd4\x83\x3f\xaa\xcf\x5c\x34\xd5\x17\x84\xec\xc3\x07\x6a\x66\x58\x6a\x33\x42\x8f\xae\xf2\x19\xc7\x60\xa4\x4e\x05\x2b\x4e\xd5\xdb\xa3\x8a\xaf\x38\x31\xaa\x54\x08\xe1\x8d\x26\xaa\xea\x70\x0e\x51\xf1\x0b\x45\x15\x44\x76\x21\x5e\x82\x9a\xc7\x95\x80\xcf\x54\x8b\xef\xe8\xa1\x77\xf0\x94\x48\x36\xa4\x01\x74\xf5\x5e\x25\x36\xca\xc8\xa3\x09\x1d\xb5\xaa\xf2\x5d\xfa\xd3\x31\x0c\x6b\x09\xa8\x82\x98\x3f\xfa\x01\x62\x96\xc5\x40\x92\x2e\x9f\xe4\x4d\xf7\xa2\x12\x29\xd4\x0c\x07\x1a\x42\xdf\x95\xb2\xd5\xbe\xbc\xc5\x1a\x13\x62\x73\x95\xa8\x45\x9e\xc5\xfe\x7e\xeb\xa3\xf4\xe1\x16\x09\x53\xec\xe8\x10\x96\x3b\x76\xb6\x65\x9b\xe0\x51\xcc\xbd\x91\x8f\xb0\x74\x91\x18\xd0\xe9\x8a\x99\xb7\x13\x23\x4c\xb1\xbb\xb4\x92\x6b\x3f\x91\xfc\x68\x65\x4e\x88\x25\xea\x6d\x63\xe3\x0e\xaa\x86\x18\xf2\xe5\xb4\x9f\xc6\xe1\xee\xf6\xc4\x85\xbe\x6d\xda\x75\xc8\x50\xc8\xf6\x65\xf7\x60\x4c\xe8\x13\x28\x6a\xf4\x3e\xd1\x64\xb7\x6e\x25\x4a\xdf\x09\x26\x08\x51\x08\xe5\xd2\xdf\xa0\x39\x0e\xfb\xe0\x41\x27\x8e\xe7\x77\x12\x03\xcd\x2e\x7f\xa7\x69\x9f\x5c\x2e\xba\x67\x51\xb6\xb9\x7e\x97\x10\x58\x45\x02\x01\xa3\xa6\x22\x64\xbd\x13\x5c\x00\xee\x7d\x21\xcb\x0b\x71\x86\xe0\xfc\xb5\x83\x51\xc1\xb6\x6a\x56\x79\x95\x64\x03\xbc\xab\xfd\x96\x76\x19\x60\x37\xe4\x25\x75\x51\x1f\xa0\x71\x0c\x15\x19\x96\x43\x25\xa7\x1a\xe1\x4b\x32\x30\xf0\xc8\xa7\x20\x9e\x4d\x2f\xe0\x66\xc5\x64\x74\xd4\x93\x6a\x4a\xf8\x5e\xe6\x51\xea\x3a\x67\x68\x2c\x77\x91\xc5\xbb\x6d\xe3\x58\x32\x26\x69\xe3\x8e\x25\x3b\x9b\xa4\x5d\x3b\xd0\x79\x10\x52\xdb\x38\xf5\xa0\xdc\x10\x69\x9f\x4d\xe4\x76\x9b\x84\x91\x09\xf7\x0b\xf9\xa2\xb5\x6f\xb0\x10\x48\xc1\x82\x70\x12\x31\x18\xcd\xdb\x5a\xb3\x86\x8d\x37\xd8\x47\xf2\x8d\xe7\xa6\x5e\x61\x08\x0c\x11\xcb\x78\xa3\x2c\xc1\xb0\xa3\xe4\x30\x16\x21\x5e\xc0\x3c\x19\x13\x21\x98\xd8\x9c\x2a\x39\x78\x3f\x9a\xaa\x66\xd5\x07\xba\x67\x2f\xb0\x92\xd9\xed\x44\xe0\xf8\x69\x13\x41\xd0\x63\x4d\xc0\x56\x84\x8c\xd2\xd1\x56\x0d\x5c\x69\x75\x42\x1f\x0f\xfd\x48\x73\x11\x87\xf4\x83\xa8\x3e\x95\x54\x73\x7d\x8f\xbf\xf9\xd7\xc0\xd8\x8b\xcb\x86\xb6\x5e\x22\xe1\x66\xac\x7d\x78\x24\x8f\xcd\xa5\xf2\xa1\xf4\xbc\xd1\xf8\xf2\x73\xa0\xe4\x97\x42\x49\x7f\x69\x39\x8b\x5d\x89\xcb\xab\xe5\xc8\x5b\x67\x39\x71\x9d\x1b\x67\x90\x10\x8d\xc5\xee\x8a\x48\x93\xa9\x9e\xe1\xbf\xa9\xd2\xd2\xcd\x7c\x88\x51\xad\x76\x82\x60\xbe\xb1\xd3\x8a\x77\x72\x10\x14\x3f\x85\x8b\xb5\xa1\x5b\xa1\xfc\x0c\x19\x84\xe4\xb7\xa9\x41\x39\xf9\xf7\x52\x4b\xa7\x4c\xf7\xa2\xc5\x44\x9e\x43\x87\x86\xe5\x7a\xa9\x54\xf4\x40\xcd\x81\xe7\x8f\x14\x5e\x34\xb6\x5b\x3c\x86\x6f\xbc\x16\x00\x25\x2c\xce\xe8\x3f\xfa\x9b\x05\x98\xeb\x7a\xf1\x00\xe2\xca\x87\xcf\xe2\x52\xf7\xfa\xc8\xb7\x5d\x23\x29\xb2\xa8\xd0\x4c\xd5\x72\x6f\xd4\x7d\x8e\xa0\x45\x95\xf8\xa9\xfe\x2a\x3b\x31\x49\x53\xbe\x91\xb6\x6b\x8a\x37\x12\xba\x80\xe3\xd2\xce\xb3\x67\xfa\x20\x6a\x8e\xc6\x6a\xd0\xc8\xe5\x21\x61\xfc\xd7\xa8\x8d\x02\x80\xac\xac\xae\x7f\xde\x42\x42\xf1\xa1\x32\x97\x9c\xc9\x54\x37\x1e\xb4\x12\xe7\x17\x88\xe8\x22\x50\xb9\xc4\x7b\x67\x9c\x72\x20\xaa\x47\xcb\x8f\x6b\xf9\x5d\xc8\x3b\x89\x0f\x67\x82\x93\xe5\x7d\x2d\x1a\xc7\xad\x3b\xd8\x26\xd1\xb3\xc9\x0b\xde\x46\xcf\x77\xfc\xbe\x69\x3a\xe5\x75\xcf\xee\xaf\xbd\x84\xec\x1d\x83\x86\xb7\x8f\x1e\x4c\x61\x3e\x9a\x43\x3a\xe7\x75\xcf\x66\xdb\xb5\x07\xe2\x50\xd1\xf6\xed\xa8\xae\x5a\xe7\x6e\xf2\x1d\xf4\x6e\xa3\x26\x04\x66\x55\x54\x1f\x90\x69\xee\xa1\x70\x58\xd3\x82\x37\x05\xac\x80\xc2\x07\xba\x74\x9a\x46\x96\xe3\x6a\x2d\xeb\xf5\x8e\x6c\xec\xfe\xce\x39\xd8\x8b\xcb\xbc\x3f\x12\x09\x1d\xeb\x92\x3f\x4c\x6c\x3f\xeb\x6e\xd3\x5a\x83\xb7\x5b\x2a\xee\xf0\xfe\x2f\x6d\xbe\x78\x0a\xc3\x90\xec\xfc\xbe\x96\xdb\x5d\xb7\x97\x14\xb4\x07\xee\x65\x76\xfe\xf4\xc5\x59\x54\x39\xdc\xb0\xe1\x17\x7f\xd5\xe2\x0f\x2e\xc2\x88\xdc\x56\xeb\xae\x6b\x14\x44\xc4\x4e\xd7\xfc\x14\x1a\x90\xf0\x7a\x07\x51\xd8\xda\x45\xd9\x94\xbe\xe7\xd9\x99\x7f\xe9\x5c\x19\xfc\x74\x59\x01\x2d\x42\x53\xe7\xa9\x23\x2e\xfa\x6c\xe8\x5f\xb6\xdb\x9e\x06\xf9\xeb\x3f\x1e\x67\x7f\xfd\x97\x79\x82\xe6\x96\x5d\x65\xe3\x88\x96\x27\x17\xe5\x66\xa3\xc4\xf9\x8b\xd3\x73\xb7\x07\x6f\xca\x3d\x6a\x2e\xe1\x4a\x49\x04\xfe\x33\x99\x24\x5d\xd3\x56\xe8\xc9\x50\x75\x0f\xd3\x05\xd3\x5e\x22\x54\x6d\xec\x81\x71\x2e\x65\xd9\xd9\xfd\xa7\xe9\x04\x38\xe8\xbd\xe3\x20\x16\x27\x4e\xf9\xc5\x89\x82\x35\x7e\xbe\x43\xd4\xe5\x1e\x72\xf0\xda\x9a\xb2\x72\x5b\x9b\xa4\xe3\x91\x58\x91\x89\x0d\xe9\x21\x5c\x1c\xb8\xa2\x21\x50\x28\x71\x69\xc2\x2b\x93\xb2\x22\x78\x61\x46\x90\xf4\xd7\x7f\xbc\x6d\x69\x6f\x6f\xf6\xa2\x9b\x27\x4f\xc9\x01\x9b\xd1\x29\x38\xcd\x3f\x6a\x25\x1a\x77\x3c\xa6\xfe\x3e\xb6\x29\x6e\x33\x27\x42\xb3\x71\xbc\xb5\x03\xaf\x94\x52\x91\xfc\xfc\x4d\x1b\xd5\x7c\x42\xcb\xc8\x22\x63\xb4\xee\xcb\xdc\xc1\x74\x64\x6a\x73\x79\xc0\xf7\x41\x21\x95\xa9\xc7\x52\x9d\x33\x0f\xf4\x2b\xd9\x02\x38\x63\x99\xb3\x3f\x57\x16\x44\x24\x15\x76\xa0\xce\x76\xd4\x22\xae\xaa\x65\x17\xa0\x28\x10\xe6\xc0\x55\xc9\xb9\x70\x8b\xc8\xa3\x53\x5f\x62\xeb\xc2\x86\x71\xa0\x9a\x79\xbc\x0f\x09\x71\x79\xf8\xec\x6f\xf0\x31\x14\xfd\x81\x93\x52\x4f\xd9\x2d\xb8\x0b\x28\xd9\x56\xb9\x76\xbe\xdf\x0f\x89\x91\xfd\xde\xbb\x88\x45\x95\xa8\x4f\xe7\x15\x77\x63\xbd\x24\x1c\xc1\x44\x9d\x01\x51\xa3\xa5\xcd\x66\x53\xd1\x4f\x24\x92\x62\xbf\x1c\x23\x9a\x20\xf6\x31\xf2\x2d\xc5\xcd\x62\xd9\x32\xad\x07\x06\x1c\xb2\x89\x10\xc5\x30\xcf\x7e\xdb\xe0\xd1\x0b\x42\xb9\x3e\x7b\xde\xb8\xdc\xb2\xdc\x45\xdb\x33\x44\xb4\x09\x75\xe0\x2d\x20\xa2\x4a\x61\x1e\x70\x6b\x10\x6d\x73\xb4\x08\xa6\xb1\xdb\xa6\xe9\x24\x79\xf6\xa3\x1d\x53\x04\xde\x88\xdc\x13\xd9\xee\x48\x20\x10\x2f\x96\x92\xa7\xd7\xb7\xd2\x94\xdb\xfc\x51\x42\xca\x44\x2a\x8a\x36\x2f\x80\xd4\x5d\x0f\xb4\xd8\x61\xf3\x78\xd0\xe7\x5c\x1b\x0b\xd6\x04\x37\x6e\x2b\xfc\x0c\xd8\xf2\x30\x75\x6c\x3f\xe7\xb2\xb0\x24\x80\xac\xde\x46\xde\x23\xf5\xbf\xa2\x63\x1c\x21\x47\x3e\xdc\x68\x0f\x03\xf0\xd9\x8b\x69\xc8\x3b\x3f\x7f\x1c\xd7\x19\x12\xd7\xd1\x27\x30\x0f\xdd\x72\xd5\xd3\x53\x4f\xf7\x57\xa0\x19\x07\xbd\xcb\x5b\xcd\x8d\x6d\x05\x84\xa3\x18\xcb\x51\xf3\x69\xf8\xc2\x97\x40\x28\x47\x85\x1c\x7d\xa6\x0e\xdf\xc4\xf4\x13\x50\x13\xd7\x9a\xde\x75\x39\xa3\xb8\x1e\xdc\x86\x39\x26\x51\x7c\xc0\x2e\x06\x91\x77\x6f\x1f\xb4\xd8\x62\xfc\xa8\xbe\x84\x5f\x31\xd9\x96\x08\x3b\x56\x69\x30\x05\x09\x4f\x68\xb3\xb1\xd9\x9d\x5b\xd4\xec\x9e\x34\xbb\x75\x37\xee\x0a\x34\xd1\xae\xdf\x89\xd3\x77\xf9\xde\x48\x12\x9e\xc5\x4b\x79\x9d\xa3\x93\xcb\xb3\xaa\xa9\xb7\xbd\xef\x96\x9f\x14\x6a\x0b\x39\xe8\x0d\xfd\x21\xb7\x35\xe8\x46\x3b\x6a\x65\xfd\xf9\xaf\x57\x07\x10\x0f\x0f\xfb\x40\xcd\x88\x9c\xa3\x72\xd4\x2a\x70\x5f\xa1\x2c\x62\x75\x42\xa1\xe7\xda\x42\xd1\xf0\x46\x47\x9f\xac\xad\xa2\xbb\x7c\x7e\x7e\x3a\xf1\xcd\xd1\x61\x77\x6e\x21\xc3\xe1\x96\xf0\xfe\xad\x28\x70\xc1\xdd\xa8\xc5\x10\x02\x06\x9f\x7c\x47\x4c\xc1\xfd\xf5\x1f\x33\xfb\x87\xaa\xec\xcc\x97\xa0\x08\x4c\x87\x82\x17\x4f\x1e\x3e\xa0\x5f\x77\x63\x5c\x5d\xb2\xef\xed\x61\x64\x4d\xdf\xc3\x1d\x55\x01\xab\x01\x55\xee\x03\x25\x3f\x13\x39\x11\x04\x69\x1c\xf0\x40\x8a\x55\x8d\x4c\xcf\x99\x12\xf1\x43\x34\xea\x68\xad\x04\x89\xb2\xc1\x88\xb7\x53\x0e\xa0\x0a\x47\x6f\x15\xd9\x8a\x74\x4f\x13\x16\x44\x1e\xe4\xd9\x8a\xae\xcd\x84\x74\x37\xcc\x5e\x12\x36\xba\x04\x8e\xec\xd2\x1a\x08\xbd\x66\x45\xd8\x3e\xef\x1a\x9f\xd4\x24\xf2\x74\xd5\x1e\x78\xd5\x2a\x5c\x16\x81\x32\x0d\x8c\x15\x4e\xad\x6f\x70\x0d\x06\x4f\xc5\xe5\xc4\xad\x60\x17\x64\x73\xf0\x4e\x28\xa1\x5a\xe4\xfb\xae\xb8\xc8\x95\x5a\xe6\x28\x43\x27\x52\xe4\x9f\x41\x89\xc7\x02\x87\xea\x65\xc5\x86\x33\xa7\x2c\xe6\xb4\xa2\x21\xa5\xff\x48\x00\x17\xbf\x2f\xd6\x74\x81\xeb\x8e\x9a\x0d\xd4\xe9\x34\xd2\x53\xe2\xa1\x1f\x42\xd3\x60\x55\x5e\x38\xe8\xd9\xf5\xe9\xa2\x3f\x4d\x02\x96\x0b\x92\xa2\x75\x09\xd0\x7b\x1a\xd1\xd4\x5b\x82\xee\xd3\x08\x33\x8c\x22\xa4\xf9\x2d\x96\x68\x2a\xac\xda\xa0\x33\x5f\x3c\x7a\xb7\x2f\x1d\xd0\x1e\x41\xea\x5f\x7a\xb8\xf9\x14\x8e\x21\x3a\xdd\x1b\x08\x17\xbd\x2b\x6c\xc3\x10\x1d\xb7\xb6\x3a\xf0\xa0\xe8\x57\x07\x13\x74\x41\x9b\x04\x12\x1e\x3f\x3a\xfd\x7e\x50\x77\x88\x60\xb4\x78\x8c\x8c\xf4\xc3\x21\xec\xc3\x2a\x11\x7e\x0c\x98\xaf\x76\xca\x10\x78\x91\xb6\x25\x84\x5c\x26\x43\x10\x3d\x57\xdd\xd7\x5c\x6e\xd0\xef\x7a\xf1\x64\x27\x2e\x1c\x7c\x00\x26\x04\xce\x93\xdb\xec\x5f\x15\x22\xef\xa1\x0b\xf9\x2a\xbb\x7d\x39\xee\x0a\xb6\xfd\xf0\xb4\x1f\xb7\xd1\x20\xcd\x12\x73\xd1\x75\x32\xf7\xe4\x18\x53\x01\x93\x27\xc1\x06\x70\x69\xbd\x03\x7b\x2f\x2a\xcf\x43\xc7\x29\x1a\xd2\xa4\x6a\xbe\xce\x11\xca\x7f\x71\x1f\xff\xea\xb3\x37\x59\x91\x4d\x10\x2e\xf3\x0a\x91\x77\xf8\x0f\x63\x0f\xd4\x84\x11\x25\xdd\x3e\xcd\x65\x37\xa8\xa2\xd4\xf8\xc1\x17\x4b\xbf\x0f\xab\xef\xdb\x06\x7c\x7a\xbb\xf8\x16\x34\x16\x78\x77\xb9\x2e\x83\xea\xae\xda\xc1\x1d\xd8\x84\xe6\x7e\xd2\x74\x2d\xcb\x94\x61\x96\xa2\x01\x0e\x02\xc2\x90\x0f\x49\x7e\x04\x29\xf2\x48\x7b\x5b\xf8\x9d\x12\xa5\xa7\xdb\x2e\x28\x74\x87\xab\xaa\xca\x8d\x59\xa6\x86\x2d\xd6\x2d\xc9\xf7\x78\xd1\x75\x7b\x2b\x61\xbe\x10\xfb\xf3\x3c\x7a\x27\x07\x4b\x08\xdd\xc5\xc8\x61\xb8\x9c\x7d\xc9\x9a\xef\x03\x5b\x74\xf4\x64\x87\x0c\x38\x83\xba\x8a\x07\x16\x4e\x92\xa0\xd5\xda\x72\xc4\x28\x6c\x5b\x71\xb9\x4c\x6e\xfc\x77\x5a\x18\x53\xd6\x87\x4e\x68\x40\x44\xa3\x6a\xc4\x18\xf4\xcc\x57\xe3\xbb\xb3\xfb\x9e\x17\x2d\x3d\x89\x2f\xd4\x64\xf6\xa4\x45\xee\x2a\xfd\xe2\xb1\x8a\x2b\xb0\x54\x67\x4d\xf4\xf5\xe2\xac\xca\xeb\xc0\x19\xfb\xfa\x48\x10\xae\xb9\xc1\x7d\x61\xc8\x2b\x1e\x52\x8a\xfb\x8f\xe6\x9d\x81\x49\xec\xd0\xa2\x26\xe2\x5e\x6c\xd4\x51\xe3\x94\x87\xf8\xb7\x0f\x19\x18\x99\xfe\x0d\xfc\x8e\x6b\x30\x4e\xee\xe6\x96\x01\x6a\x7d\xf1\xd8\x68\x1a\x18\xa5\xd3\x71\x6c\x53\xf3\x72\x15\x13\x9e\xca\x59\xd3\x3b\x0b\x75\x4d\x70\x04\xca\x7c\x64\x60\xef\xaa\x72\x2c\x97\xb5\xc1\x8b\xbd\xd4\x80\x22\x1a\xd4\x25\x0a\x7e\x26\x4f\x58\x1c\x69\xd6\xb7\x57\x8b\x70\xbe\x3d\xd8\x18\x3f\x05\x03\xbb\x47\x18\x33\xb0\x1d\x61\x76\x0e\x31\x74\xa1\xce\xe8\xbe\x16\xed\x46\x52\x8f\xc7\x94\xa2\x41\x4d\x49\xb3\x01\xa0\xd5\x8f\x70\xe4\x47\x89\x44\xa8\xf6\xbd\x47\x5d\xb3\x4c\x44\xea\xc3\x3a\xc4\x6b\x95\x2a\x11\x8a\xd3\x06\xb3\xa9\x5b\x68\x5b\x83\xa5\x18\xb4\xc7\xc4\x26\xad\x75\xe3\xdd\x08\xad\x02\xf5\x1d\x97\x2c\xbf\x70\xca\xff\x78\xe5\x29\x1c\xb8\x0f\xcd\x3e\x72\x3b\x18\xad\xc6\x0b\xce\xa2\xc1\x3d\xdf\x7d\x83\x65\xef\xec\x47\x39\xa8\x57\x2e\x58\x01\xeb\x1f\x73\xa7\xf0\x0f\x3e\x2d\x69\xe4\xb5\xdb\x92\xba\xbf\x35\xb5\xcf\xde\xd2\x9a\x15\x3d\x2a\x6c\x4b\x59\x25\xf9\x0b\x5c\xe2\xd9\x2f\x42\xe2\x59\x49\xc5\xee\xb2\xf3\x22\x81\xbb\x4b\x4c\x4b\x9d\xfa\xac\xeb\x3c\x11\x09\x65\x38\x68\x81\x7c\xbe\xb6\x2d\x3e\x1f\xb6\x65\xdf\xc6\xb4\x1e\xbe\xfe\x9d\xeb\x59\x96\x28\x39\xeb\x7f\xca\x35\x39\x26\x9e\xfc\x90\xc8\x3d\x5a\xe6\xe7\xa2\x53\xfb\x5c\x16\xfc\xab\x28\x5f\x7b\x9c\x6b\xff\x27\x97\xe8\x0e\x85\x9f\xd6\x3c\xc9\xb0\xef\xdb\xc3\x24\x54\x73\x86\x7f\xe2\x2c\x64\x39\x69\xc2\xe4\x24\x67\xaa\x9c\xa2\xd1\x38\x9d\xbe\x47\x4d\x85\x7c\x60\x59\x37\xf4\xa7\x29\xf9\x3f\xa5\x2f\x5d\xe3\x0d\x9d\x85\xf5\x7e\xe2\xec\xc4\x57\x24\x1c\x9f\x16\x08\xc0\xfd\xc2\x13\x9c\x48\xd9\x3a\x58\xaa\xcf\xb5\xfc\x89\x9b\xe7\x83\xef\x2b\xe0\xc6\xb1\xf5\xe3\x6b\x24\xb7\x61\xfa\x2a\x84\x9b\xc5\x31\x2b\xbb\x7c\x1b\x6e\x80\x06\xa9\x89\xa7\xc2\x57\xc0\xde\xfa\xc6\xcf\xe2\x00\xfc\x47\x37\xcb\x25\x0b\x77\x39\x9c\x25\x67\x39\x84\xab\xb7\x7d\x3e\x69\x42\x0a\x5d\xd3\x54\xaf\x66\xf9\x96\x16\xd2\x43\xa4\xcd\x8f\xe4\xa6\x6d\x76\xec\x8d\x9d\xe4\x9b\x86\x14\x88\x78\x17\x54\xc0\xb7\xe8\xe7\x17\x76\xf1\x85\x8b\xd1\x8c\xac\x27\x5f\xec\xe8\x37\xf1\x7c\x70\xd6\xc7\xcf\x0b\xfa\x79\xc1\xcf\x15\x7e\xad\xe9\xd7\x6b\xcd\x8f\xf2\xc5\x5b\x6e\xc9\x02\x26\x69\x49\x78\x9d\xda\x22\xc7\x0b\x7e\x5e\xd1\x8f\xbc\x96\x4c\x2a\xe8\x9e\x33\xbf\xbb\x68\xd0\x28\x96\x51\xb8\x58\xff\x44\xe9\x05\xde\x5f\x94\xf1\xa8\x5c\xb4\xce\xaf\xb8\x44\xac\x1d\x90\x79\xd0\x98\x37\xda\x9d\x6a\x7d\x6e\xf3\xab\xde\x5d\x48\x6f\x3a\x85\x2b\x93\x4b\x57\xd0\xc0\xd1\xef\x36\x7f\xbb\x74\x73\x71\x13\xe1\x42\x37\x13\xfd\x97\xf6\x76\xdd\x36\x7b\xe4\xc7\x7a\x35\x73\xc9\x18\x5d\x16\x46\xbc\x05\x8d\xd5\xb4\x35\x5e\x50\x59\x16\x25\x8b\xc2\xd9\xc4\xfe\xbd\x06\xf3\x8e\x22\xfb\xb4\xf3\x99\xcb\xd8\x5a\xd6\xfb\x5e\x65\x90\x83\x2c\xc2\xe0\x09\x93\x46\xa9\x30\x54\xd2\x66\xa0\xe1\x7c\xc6\x52\x50\x02\x80\xe5\x8a\x28\xb6\xd3\xe0\x67\xc0\x51\x87\x98\x7f\xbf\xf3\xc7\x3f\x72\xb2\x6f\xe2\xfd\xff\xf4\x27\xe2\x98\xef\x32\x74\x33\xc7\x1c\x98\x7c\x36\x68\xca\xa5\x36\xfd\xfd\x6d\xd4\xe0\xc1\x5d\x44\x2b\x62\xff\x46\xb6\xa2\x49\x02\x8c\xfa\x90\x71\xff\x37\x00\x00\xff\xff\x61\x69\xd0\xbb\x48\xd6\x00\x00")
func confLocaleLocale_frFrIniBytes() ([]byte, error) {
return bindataRead(
@@ -4377,12 +4398,12 @@ func confLocaleLocale_frFrIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 52369, mode: os.FileMode(493), modTime: time.Unix(1453724970, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 54856, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_itItIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x7d\x4b\x8f\x1c\xc7\x96\xde\xbe\x7e\x45\x8a\x17\x04\x29\xa0\x59\x82\xae\xc6\x0f\x08\x2a\xc9\x2d\x92\x12\xe9\xe1\xa3\x87\xdd\xd4\xb5\x2d\x10\xa5\xe8\xca\xa8\xea\x18\x66\x65\x96\xf2\xd1\xad\xd6\xc5\x05\xbc\xf4\xc2\x2b\xaf\xbc\x9c\xa5\x0d\xcc\xca\x3b\xaf\xf5\x4f\xfc\x4b\x7c\xbe\x73\x4e\xbc\x32\xb3\x9a\x94\x66\xb8\x60\x57\xc6\xfb\x71\xe2\xc4\x79\x87\x39\x1c\xd6\xa5\xed\x36\xab\xb7\x75\xd1\xd9\xf6\xda\xfd\xea\x9a\xe2\x7b\xd7\x17\x66\xe8\x9b\x47\x4d\x77\x70\xbd\xe9\x9b\xe2\xd0\x36\x35\xfd\x31\x55\xf5\x60\xe8\x9a\xc5\xe2\xaa\xd9\xdb\xd5\x33\xfa\x6f\x51\x9a\xee\xea\xb2\x31\x6d\xb9\x3a\x33\x75\x6d\xab\xaa\x29\x4a\x57\x6c\xa8\x78\xdb\xd0\xc7\xc2\xfe\x72\xa8\x9a\xd6\xae\x9e\x76\xf8\x6b\x16\x57\xb6\x3a\xac\x4e\x1d\xb5\xbe\xe8\xdc\xae\x5e\xbb\x7a\x75\xba\xd9\xd8\xd2\xc9\x67\x33\xf4\x54\x74\xa3\x5f\xc3\x61\xf5\xc6\xee\x5c\xd7\xb7\xa6\x77\x8b\x96\x7f\xda\x36\x4d\xbb\xb1\x97\x9d\xeb\xed\xea\xdc\xd1\xf0\xfe\x62\x2f\x17\xd7\xb6\xed\x5c\x53\xaf\x7e\x90\xbf\x76\x71\x30\x3b\x4b\x63\xdb\xb9\xda\x2c\x7a\xbb\x3f\x54\x86\x8a\x5f\xe8\x8f\x45\x65\xea\xdd\x80\x12\x2f\x1c\x7e\x2c\x36\xad\xa5\xe4\x75\x6d\x6f\x56\x8f\xe9\xe7\x72\xb9\x5c\x0c\xb4\x2e\x6b\x5a\x80\xad\xab\xec\xda\xd4\xe5\x7a\x8f\xf9\x9c\x71\x42\x53\x0c\xbd\xad\x7b\x5b\x58\x5a\x1b\x9a\x31\x0f\xdb\x96\x34\xab\xb5\xe9\x78\x62\x5d\xd7\x14\x76\xbb\xb5\x7d\x3f\x60\x21\x37\x58\x33\x6e\xb2\x36\xb4\x84\xaf\xe8\x53\x9b\x58\xd8\xbd\x71\xd5\xea\xe9\x23\xfc\xa1\x51\x77\xdd\x4d\xc3\xab\x2a\x3f\x68\xf6\xeb\xfe\xf6\x60\x57\x8f\x9b\x7a\x6b\xdb\x3d\x0d\xd5\x1c\xfa\xcd\x95\x59\x3d\x96\xbf\x0b\x2a\x71\x68\x68\x31\x9a\xf6\x96\x56\xc8\xff\x5c\x34\xed\xce\xd4\xee\x57\x5a\x2c\x5a\x95\xd7\xf2\xf1\xab\xf9\x95\xd7\x66\xef\xda\xb6\x69\x57\x2f\xf9\xcf\x82\x26\xbd\x46\x1b\xab\x57\x43\x73\xdd\x14\x49\x1b\xc8\xd9\xbb\x5d\x8b\xa5\x43\xa6\x29\x5e\xe2\x4b\x1a\x91\x4c\x6e\x48\x2a\x26\xcd\x6d\x9b\xf6\xbd\xa6\x7e\x47\x3f\xc7\x6d\xd2\xd8\xb4\xbd\x66\x34\x30\x53\xd3\xa6\x70\xfe\xf7\xb6\xeb\x1d\x41\x44\x51\xd9\xbc\x94\x5b\x98\x72\x4f\x0b\x7d\x30\x04\x76\x19\xf4\x99\x3d\xa5\x33\x84\x48\x6b\x66\xb3\x69\x86\xba\x5f\x77\xb4\x0b\xb4\xcd\xdd\xea\xf9\x9e\x86\xd1\x4b\x2b\x45\x49\xd5\x1e\x68\x91\xc5\x6c\x91\xc5\x6d\x33\x04\x10\x58\x3d\xaf\x8a\x7e\xe0\x23\x01\x00\x90\xbc\xf9\x6a\x98\x63\xb7\xde\x5a\x5b\xd2\x46\xf7\x74\xb4\x08\x1a\x87\xaa\xa2\x45\xfe\x79\xa0\x59\x75\xab\x33\xfa\xa2\x35\xe1\xaf\x85\xeb\x3a\xfa\x0b\xc0\xba\xac\xec\x9e\x6a\x6f\x4c\xbd\xa1\x99\x9d\xd6\x35\x15\xa3\xfd\xfd\xb1\xb3\xa6\xdd\x5c\xbd\x5b\xc8\xdf\xd5\x1b\xb7\xb1\xed\x86\x61\x74\x7e\xeb\x01\x66\xab\xb7\x02\x5d\xdc\xba\x6f\x9c\x80\xa7\x29\x01\x4a\x25\x35\x41\x0d\xbb\x9a\xc6\x5c\x55\xef\x16\xfa\x63\xf5\x5c\xfe\xea\xfa\xf5\xae\xaf\x2c\x43\x22\xad\xd6\x03\x97\xe6\x15\x07\xdb\x16\xae\xa2\xd5\x70\x7b\xc2\x0f\xd7\xd7\xae\x59\x94\xcd\xe6\x3d\x1d\x19\x9c\x74\xea\xff\xdc\x16\x54\xde\x11\x94\xbb\x0a\x5b\x57\x97\x84\x60\x9a\x5d\x57\x74\x43\xf1\x84\x4b\x9e\x70\x23\x5b\x73\x4d\xe7\x8a\x76\x79\xb7\xe3\xbd\xfe\xca\x14\xbd\x69\x77\xb6\x5f\xdd\x5b\x5f\xd2\x31\x7d\x7f\xaf\xb8\x6a\xed\x76\x75\xef\x7e\x77\xef\x6b\x3a\xad\xd6\x16\xbb\xc1\x95\xe6\xab\xcf\xcc\xd7\xc0\x37\x85\xe9\x69\xa6\x3a\x28\x1a\x8d\x61\x3c\x64\xf6\x97\xce\x50\xb3\x3f\x0f\xa6\xda\x34\x9d\x41\xaf\xbc\xdc\xa6\x38\x30\x4e\xf8\x64\x81\xdd\x20\x14\xb2\x2e\x2f\x05\x13\xf2\xe0\x6a\x8b\xa3\x4b\xc8\xaf\x78\x79\x7b\xfe\x0f\x2f\x4e\x8a\x33\xda\xd6\x5d\x6b\xf9\x37\xfd\x47\x15\xbe\x28\x9a\xe2\xc2\x3d\xf9\x76\xb9\xa0\x9a\xb2\x44\x19\x5c\x3d\x31\xbd\xb9\x34\x9d\xe5\x6c\x9c\xdc\x0b\x77\x60\xf0\x2c\x7d\xc6\x15\x15\x26\x2c\x4a\x7b\x9f\xee\xd4\xf4\xe8\x53\x03\x11\x5b\x10\xb8\xc6\x16\x28\x47\x97\xf9\xad\x2e\x2f\x36\x63\xdf\xf4\x58\xca\xe7\xaf\x5e\xbd\x7e\xf2\x2d\xaf\x0d\x6d\xb7\xdb\xba\x8d\xa1\x5d\xd8\xfe\xfb\xf5\xce\xd6\xb6\x35\xd5\x9a\x0e\x15\x56\x9e\x67\xb8\x5c\x74\x5d\x45\xa8\x8d\xc0\xe2\x65\x53\x9a\xca\xf5\xbf\xfd\x53\x71\x7e\xfe\x82\x86\xd3\x5f\xad\xce\x08\xd0\x9a\x96\x30\x7f\xf7\x73\x85\xb5\xd2\x4e\xe9\x28\x1c\x34\xa7\xc0\xd9\xc8\x06\x37\x59\x26\xdb\xb6\x6b\xc2\xbb\xfd\x2d\x96\x9a\x9b\xfd\x3d\xf5\x8b\x9a\xe6\x71\x18\x7e\xfb\x3f\x05\x6d\x8c\xa5\xe9\x5d\x0f\x34\x4d\x69\xd5\xd5\xd7\x34\xe2\x92\x76\xc1\x2f\x15\xb5\x5c\x8f\x57\x2b\x36\x43\x08\x82\x0e\xac\x25\xf0\x68\x01\x35\xad\x2b\xee\x2d\xef\x11\x0e\xbf\xf7\xe8\xde\x72\x51\x37\x6b\x41\x2c\xc0\xf5\xa5\xeb\x0c\x9d\x98\x75\x1b\xae\x1c\xc2\xa2\xaf\x78\x24\x0d\xed\x24\x72\x69\xdd\x7b\x80\x58\x65\x0a\x5f\x4a\xa0\xb0\x23\x70\x34\x74\x26\x68\x89\xf9\x5a\xa1\xcb\xa2\x4e\x70\x13\xf6\x28\x5d\x14\x8f\xcd\x74\xf7\x5f\x00\x42\xe5\xb7\xa2\xa8\xac\xa6\x2e\x47\xf3\x20\x5d\x0e\xb3\x5c\x2c\xfc\xe6\xce\x40\x24\xc1\xde\xb7\x58\x07\x6e\xee\xf4\x70\xa8\x08\x22\x14\x43\x12\x19\x10\x41\x6c\x36\x2b\x9c\xe7\x4d\xeb\xae\x1d\x1d\x22\x07\x50\xf3\x8b\x4c\x93\xa7\x0b\x6e\x84\xc6\x0b\x42\xff\x7c\x37\x6e\xae\xe8\x10\x36\x9f\x30\x9a\x5a\x67\x00\x55\xbc\x69\x9a\x9e\x77\x29\xc1\x5b\xa1\x98\xef\xf3\x62\x20\xf4\x5a\xb8\x22\xa2\x39\xa6\x51\x5a\x4b\x90\xee\x8a\x8e\x76\xb1\xae\x1b\xfa\x5b\x5d\x1b\x94\xab\xfd\x11\x2f\x5d\x6b\x37\x28\x4e\x18\x72\x20\x72\x02\xa7\xec\x69\x67\x09\x6f\xf0\xa9\x20\x62\x46\x8e\x9c\xcf\xf4\xfd\xbd\xd0\x0c\x1a\xd8\xb5\xe5\x1d\xa4\xff\xf5\x32\x37\x09\xcc\xb6\x7e\xf0\xc9\xc0\x2c\x63\x41\x00\x04\x10\x09\x21\x87\x86\x2e\xf4\x7a\xf5\xa4\xc1\xee\x35\xfa\xe9\x3b\xfa\x07\x8c\xb3\xa1\x03\xab\xc7\x93\xee\xaf\xf3\xf3\x67\xc5\xa6\xc2\xea\xbd\x7d\xf3\xa2\xc3\xb1\xbc\x5a\x1f\x68\x1d\x57\x67\xf4\x9f\x41\x76\x48\xf2\xad\xbc\x1a\xf6\xb6\x65\xd4\x72\xe0\x32\x1e\xd5\x52\xcb\x74\x92\x99\xae\x23\x18\xa4\x9a\x27\x04\xa4\x74\x95\x1a\x7f\x7a\xf8\xf8\xe7\x40\x4c\xe8\xbd\xb7\xfe\x6e\x47\x9d\xe5\xe2\xaa\xef\x0f\xe9\x10\x9e\x5d\x5c\x9c\xc5\x44\x3f\x08\xc9\xc3\xed\xdb\x6d\x9a\x0a\x5d\x33\xd0\x26\xa0\xb4\x64\x58\x1a\xda\x6a\x45\x33\x9b\x02\x19\x65\x8c\x96\xc5\xd5\xdb\x6a\xa0\xbb\x9f\x8e\xd2\xb0\xab\x1c\x16\xc4\xdf\x37\x58\x21\x43\x37\x45\x53\xd0\x5a\xf3\x88\x3e\xc3\x7f\xe7\xb4\xfc\xa5\x11\x6c\x7f\x45\xf7\x80\x01\xfc\xd5\x0c\x9e\x7c\x0e\x0a\x5b\xd1\xc1\x27\x62\x96\x7a\xa6\xb3\xd2\x1c\x70\x9e\xe7\x0f\xcb\x77\x06\xd3\x20\x78\xba\x56\xd2\x6c\xae\x90\x52\x6b\xdd\x9e\x16\x23\x60\xf3\xe2\xfc\x25\x2d\x10\xa7\x6d\xdb\x66\xbf\x7a\x62\xe2\x87\x9f\xe1\x4b\xaa\x86\x91\xba\x9a\x60\x94\xf6\xaa\x39\x29\xde\x7c\xf7\xb8\xf8\x37\x5f\xfc\xf9\xcf\xcb\xe2\x2c\xc1\x72\x5d\x53\x31\xde\x08\x05\x0b\x1e\x0c\x21\x45\xfa\x8f\xce\xd7\x1e\xbb\x7c\x0f\xc7\xf6\x5e\xf1\x15\x67\xfd\x07\xdb\x11\x42\x71\xcd\x92\x68\xcd\xaf\x97\x0b\x24\x11\x64\x0b\xec\xf3\x70\x19\x62\x5f\xba\x5e\x60\x5f\xf3\x27\xb7\x4e\x5e\xca\xd3\xde\x6b\x3a\x37\x5b\xd7\xee\x57\xa7\x02\x32\x85\x27\x47\xb1\xf3\x6f\x52\xf4\xc7\x0d\xaf\x6b\x3a\xa0\xdb\xdb\x50\x1a\x64\x10\x01\x3a\x6d\x0d\xb6\xed\xa9\x2c\x1e\x83\xe7\x9a\xb9\x8f\x8d\x9d\xc5\x5b\x34\x92\x73\x01\x62\x42\x4e\x44\x67\x3b\xfe\x24\x82\x6a\xd1\x6c\xb7\x15\xd1\x02\x72\x71\xf9\x5e\xe2\x05\xf6\x5a\xb2\xb3\x62\x04\xb5\x07\x62\x2c\x9e\x04\xb0\xc7\x4a\x3e\x7e\xf2\xaa\x20\x72\x8b\x06\x46\xd8\x63\x1f\xea\x13\x91\x57\x02\xf7\x5c\x9b\x13\xc2\x6f\xb8\x32\xe8\x92\x6a\x5d\x47\xa7\xdf\x46\xbc\x83\xb1\x20\xab\xd9\x98\x6a\x8f\xe5\xa2\x53\xaf\xf7\x06\x9d\x24\xc2\x49\xa6\xe5\xee\xb8\x21\xf4\x16\x39\x2d\xcd\x9e\x94\x9f\x0e\xd2\x17\x2d\x00\x13\x44\x17\xd5\x84\xe9\x36\x03\x1d\x93\x3d\x1f\x75\x2b\x03\x74\x05\x0e\x8a\x96\xbc\xb6\xf5\xae\xa1\x01\xd2\x35\x47\xf0\xde\x83\xf2\x40\x2e\xe3\x36\x57\x08\x33\x42\x53\xb4\xa5\xdd\x12\x6e\xc2\x65\x3a\x7b\xdd\x25\x83\xc8\x76\xb8\x78\x69\x6a\x3a\x68\x76\xb6\xd6\x74\x02\x93\xfb\x71\x2f\xd5\x69\x7b\xe3\xa8\x4e\x04\xe0\x79\x12\xe9\x7d\x07\xd4\x46\xd8\x17\x93\xa1\xab\x54\xd0\x31\x08\x76\xba\x40\x6b\xee\xdb\x73\x43\x01\x2e\x95\x2b\xca\xb3\x75\x54\x44\x39\x5f\x39\x2b\x7c\x2a\x53\x0e\xa6\xd0\x02\x82\x5f\x8a\x9a\x98\x12\x3f\xa4\xa5\x50\x88\xc4\x7f\x29\xc3\xba\xbe\x76\xc4\x1e\xfa\x8e\xa4\x2d\xb9\x6d\x0a\xcf\xf1\xa1\x95\x1f\x68\x5d\x99\xa0\x2d\x98\xfb\xb4\xb3\xcd\xe8\x80\xce\xfd\xa4\x75\x6f\xaa\x66\xb7\xc3\x86\xf9\x49\x5f\x87\xb6\x98\x6a\xa5\xcd\x76\x74\x82\x3a\x66\xce\x79\x6d\x7a\x01\x45\x2d\xc7\x6b\x18\x0a\x33\x52\xf6\xac\x68\xbe\x07\x4b\xe5\xa1\x94\x7f\x11\x02\x18\xe4\x0d\x5d\x7c\x42\x1c\x12\x8a\x21\x22\x46\x17\x1d\xf4\x8b\xac\x7b\xc1\xf5\x70\x3e\x88\xd6\xa6\x4b\xb1\x44\xeb\x27\xb4\xa5\x00\xaa\xa1\xa6\xfb\x37\xdc\xae\xc5\xf3\x27\xab\xcf\x8b\x06\x74\x56\x4b\x47\x8a\x79\x2d\x1e\x0b\xad\xfa\x88\xa6\x81\xd0\x81\x10\x1a\x01\xab\x1e\x23\x19\xdd\x0c\x4a\x38\xd5\x61\x9c\x66\x0d\x68\xf9\x09\x6b\x3d\x22\xad\x02\x61\xad\xc8\x2c\xe6\x04\x6c\x16\x8a\x48\xd5\x94\x37\x57\xf2\x09\xe9\x9e\x5f\x5a\xef\x1a\xf0\x7e\xca\x18\xe9\xd5\xbf\xe8\x09\x2a\xd6\x3b\xd7\xaf\xb7\x40\xb1\xe5\xea\x3b\xca\x84\x98\x82\x9a\x40\x16\xa3\x35\x5a\x2d\xe6\x88\xa8\xd8\x97\xc5\xfd\x6b\xa5\xaf\xbf\x00\xde\x5c\xd3\x29\x76\x15\xa0\x57\xee\x43\x53\xa8\x6c\x43\x68\xbf\x6e\x38\xc8\x6d\xaf\x64\x32\x9d\x1c\x87\xc3\xbc\x63\x40\xec\xe4\xcc\x0b\x59\x1a\xea\x5d\x12\xc3\xd3\x12\xe2\x1d\xb6\x84\x84\x1d\x9f\x3d\x53\xdc\xef\x4e\x8a\x57\xaf\x5f\x65\x05\x77\xcd\xe5\xe0\xaa\x72\xb9\xf0\x94\x35\xd1\xd5\x0a\x23\x20\x4c\x79\xdd\x76\x83\x3f\xc8\x19\x91\x8d\xb1\xfd\xf6\xbf\xa8\x48\xdb\x52\x05\xc3\xb3\xf2\xad\xcc\xd0\x7f\x73\x24\x94\x16\x6f\xb8\x6e\xa0\xcd\xb0\x24\x04\x1c\x60\x7c\x09\x0e\x91\xe4\xfb\x0a\x90\xc6\x9d\xd2\x8f\x2f\x0b\x9a\x55\xf1\xe8\x6b\xfa\x7f\xd1\x11\xf9\x26\xb7\xd6\x6e\x66\x23\x84\x66\x14\x4a\x42\xc8\xd8\x7c\x6e\xd9\xf0\xb3\xb3\x92\xc3\xa3\x3f\x16\x0c\x16\x3c\x2e\xae\xe2\xeb\x0b\x94\x74\x03\x43\xfe\xea\x5b\x5b\x13\x6a\x26\x58\xff\xa4\x38\x77\x86\xf8\xe6\xad\x25\x52\x88\xb0\x11\x5d\x3f\xfd\x50\x98\x4b\xe2\x59\x69\x07\x2d\xa8\x28\x40\xd2\x49\x71\x39\xe0\x4c\x12\x29\xd2\xf6\x0e\x47\x83\x50\xf5\xe2\x47\x08\xe1\xde\x2d\x06\x21\xce\x9b\xaa\x04\x25\x08\xa0\x17\x3e\x92\xf0\xfb\x48\x96\xe4\x0b\x05\xd8\xee\x6e\x1c\x2d\xe7\x3a\x88\xf0\xb0\x4c\xbd\xfd\xa5\x5f\x3d\x66\xb6\x99\x38\x58\xcd\xc0\x2d\x8f\x8c\xc5\xfe\x96\xf7\x90\x60\xbd\xd8\x3b\xeb\x52\xa2\x9d\xa8\x25\x02\xd6\xa6\x65\x8a\x49\x4b\xc5\x6c\xb4\x40\xe3\x27\x94\x85\x36\xe8\xfe\xea\x56\x2f\x2c\xda\x28\x5e\xe7\x32\x1d\xca\x15\x61\x52\xe8\x43\xc5\x49\x8c\x2d\x59\xee\xf8\x03\x30\x37\xed\xac\x4a\x4c\x96\xb4\x27\x2c\x84\x91\x3e\x5f\x51\x95\x1e\xcc\x59\x04\x28\x5a\x2b\x15\x43\xbe\x5b\x8c\x07\x46\x79\x84\x75\xae\xde\x25\x92\xbf\xb5\x6e\x26\x4b\x00\x81\xf3\x6a\x16\x60\x29\xca\x89\xa4\xd0\x95\x3d\x80\x72\xda\x77\xbb\xd5\x33\x43\x17\xaf\x23\xec\x16\x31\xe4\x37\x85\xc8\x35\x89\x27\x32\x9f\x2c\xba\x06\xe7\x6d\xfd\xf1\x75\x3b\xa9\xd1\x48\xf5\xfc\x86\x15\x79\x24\x31\x8d\x2b\x01\x9f\xee\xe0\xcc\x46\x6e\xcf\xfc\x86\xa5\xb3\x41\x90\xc7\x57\x93\xbf\x86\x89\x47\x24\xa0\x8b\x88\x02\x5b\x4e\x84\x89\xd0\xfe\x23\x74\x8c\x63\xd9\xcd\xd0\x05\x18\x38\xf0\xe1\xa4\x77\x3d\x3e\x9e\x1e\xcc\x07\x03\x8a\x8f\xc9\xde\x6c\x54\x4c\x13\x81\x71\x25\x66\xce\xee\x2f\xd1\xb4\xc5\xfd\x4c\xf0\x69\xf6\x6e\x41\xd7\xcf\x8e\xce\xfd\x0c\x75\xca\xe7\x00\x64\x8d\xe1\x42\xf6\x03\x85\xbe\xf1\x12\x65\xc2\x23\x37\xab\x6f\x89\x84\xdb\xd5\xcc\x32\xa5\xab\xfe\xbc\x63\xe6\xb6\xe7\x4d\x5b\xfa\xeb\x41\xe8\x19\x26\x67\x89\xa5\xef\xfd\xda\xbf\xad\x0d\x43\x86\x51\x8a\x5c\x16\x53\x26\x1f\xa6\x48\xa8\xc3\xe1\xaf\x29\xbe\xba\xfc\xfa\x7e\xf7\xd5\x67\x97\x5f\x9f\x00\xcd\x2a\xbb\x27\x5c\xf3\x86\xf0\x26\x50\x0f\x33\x70\xcc\xa5\x40\x7a\xce\x17\x78\x4b\x04\x00\x4d\xa2\xb8\x5f\x16\xd8\x11\xdc\xc8\x74\x65\x10\xec\xcc\x8a\x1c\xe8\xc2\xdc\xf0\xf1\xe3\xf3\xe0\xc1\xf8\x34\xd0\x9d\x90\x5b\x46\x30\xe6\xc9\x54\x6e\xef\xfa\xa3\xe0\x44\x57\x0a\x8d\x07\x94\x05\x4f\x04\x37\x95\x7d\xe4\x67\x2b\x7b\x27\x9b\x4b\xe3\xa5\xeb\x88\xaa\xe2\x66\xcf\x21\x8c\xe5\x72\x4c\x96\x7c\x41\x07\x9a\xd0\x1e\x51\x54\x57\xa6\x5b\x0f\xb5\xae\xaf\x2d\x05\x9c\x1e\x3b\xd3\xf0\x6d\x74\x65\x5c\xce\xf2\xc4\x85\x89\xec\x1b\x23\x59\xbf\xe0\x84\x28\x1f\x86\x05\xfe\x94\xfa\x97\x7b\x08\x0d\xd1\x35\x68\xaf\x07\x16\xbe\x98\x64\xf0\x61\xab\x1a\xb0\xc2\x5a\xcc\xb6\x95\xee\x29\xd3\x1f\x27\xc5\x16\xab\xbc\x21\xe4\x4c\xd7\x2d\xf1\xfd\x43\xd5\x19\xa0\x56\x08\x3f\x3a\xa2\x68\x9a\xa5\x2c\xa3\x9f\x00\x15\xdc\x18\xce\x65\x32\xb2\x16\x39\x40\x6c\x90\x8e\xd8\xec\xf2\x29\x83\xc9\x97\xbe\x1c\xfc\xde\x46\x26\x38\x30\x7e\x52\x55\x2f\x3d\x5f\x10\xc4\x57\x41\xec\x6e\x84\xe3\xe5\x82\x87\x84\x91\xf5\xb3\x03\x7b\xd8\xba\x4f\xfd\xe0\x14\x04\xe3\xb0\x5a\xeb\xe2\xc5\x66\x83\x0c\x6a\x21\xcd\x85\x33\xf6\xc6\x17\xf3\x2d\x84\x5b\xc5\xdf\x96\x2c\x62\x9e\x40\x14\x78\x77\x16\x3b\x4f\xce\xcb\xc6\x94\xd8\xa6\x26\xde\x9e\xba\xbc\xb1\x57\xcf\x3d\x8f\xe6\x13\x86\x2c\xf3\x09\x43\x0e\xd5\xfa\xa6\x59\x77\x57\x90\x60\x10\xf1\x52\x0d\xf5\xee\xca\x42\x54\x2a\x17\x7e\x90\xb2\x8d\x05\x8c\xb4\x65\x4d\xf1\x6f\xa3\x90\x10\x77\x2e\x56\xe9\x9d\x9c\x32\xdc\x16\xfe\x88\x9d\x45\x01\xb6\xc9\x4e\x9b\xd7\x2b\x84\x1a\x42\x49\xfe\xe0\x31\x80\x16\x1b\x6f\xf2\x07\x57\x3b\xd9\x16\xc5\xc8\x9e\xb8\xc8\x59\x34\x8f\x2c\x7a\xc6\xcc\x85\x16\x22\x4a\x3d\xd0\x20\xb1\x05\xe5\xd5\x7d\x0e\x41\x68\x41\xf7\x79\xd9\x60\xda\xe0\x88\xdf\x2d\x6e\x6d\xb7\x3a\xff\xed\x9f\x17\x75\x43\x94\xc6\x82\xa5\x56\xb7\x10\x17\xf3\x5c\xa8\x18\xe4\x11\xef\x16\x6f\x69\xf5\x5e\x8d\x49\x70\xdc\xb8\x31\x31\xb9\x7f\x59\x08\x40\xb4\xb3\x5f\x00\x25\x5a\xce\x26\xc4\xfa\x1b\xcb\x52\x74\x5a\x8a\x9a\x3a\x60\x95\x50\x58\x85\xf3\xf3\x67\x17\xcc\x24\x70\xeb\x10\x37\x5e\xb3\xf0\x6a\xf1\xac\xef\x0f\xdd\x5b\x15\x39\xb1\x84\x88\x5a\xbe\xad\x1a\x53\xfa\x44\xfd\x5c\x5c\x58\xb3\x8f\x03\xc4\xd7\xe2\x94\x08\x83\x98\x04\xe6\xa4\x8d\x2a\x2a\xa6\xf4\x64\xf0\x4f\xc7\x6c\x41\x60\xf5\x2c\xab\xc5\x7e\x3a\x22\xbb\xfe\x69\x61\xaa\x03\x31\xa5\x20\xc0\x42\x51\xc8\xa6\xa1\x68\x61\x1e\x2e\x0a\xa8\x4d\xb5\x25\x76\x79\x4f\x3f\x37\x60\xdd\x71\x45\x13\x15\xea\x1e\x3e\x5a\x7f\x9a\xb7\x53\x12\x12\xf9\xe3\x6d\xd1\xe7\x61\x00\xd3\xfb\x13\xdd\x97\xbf\xfa\x09\x3c\x60\x39\xa8\x8e\xfd\x7e\xb7\x7c\xb0\x60\x42\x38\x16\xf8\x49\x24\xa5\x4c\x3f\xd6\x2c\x2d\xad\xf8\xf4\x10\x15\x1e\x8f\xcf\x4f\x8b\xbd\xf9\xe5\xce\x5a\x7b\xa8\x98\xf6\x93\x6a\x82\x1d\xd3\xb5\x24\x7c\x91\xcb\xc4\x04\x7d\x29\xd6\xf8\x69\x01\x59\xe2\xb4\x3c\xb6\x3b\x14\x71\xf5\xa6\x1a\xca\xa3\x43\xa1\x73\x46\xa7\x88\xe8\x7c\x53\x3c\xb8\xdf\x3d\x40\x9b\xf5\x7b\x22\x1d\x6a\xad\xf0\x14\xff\x13\xa7\x4d\x35\x1a\x02\x45\x82\x8d\x2f\xbd\x46\x96\x78\x7b\x66\x44\x36\x3d\xd4\x10\x2a\x88\xd0\xeb\xaa\x25\xc0\x3d\x10\x29\x4c\x57\x75\xc0\x4e\x91\xb1\x21\x92\xb8\x1c\x6c\x8e\x91\x62\x1d\xea\x69\x19\x75\xc7\xeb\x4b\x6b\x89\x35\x36\xef\x6d\x1d\xb4\x1d\xca\x06\xd1\x6c\x85\xa0\x0c\x72\x60\xd1\x10\xae\x8f\xd5\xcb\xe5\xef\xb3\xf5\x89\xc4\xba\xab\x7a\xf5\x20\x57\x2d\x27\x6d\x84\x26\x7a\x3a\x53\x77\x0e\x01\x87\x6e\xb6\x73\x01\x00\xae\x45\xd3\x2f\x57\x2f\x1e\xb8\x11\xbe\x98\xad\xe6\xaa\x8a\x68\x90\x6a\x1d\x3a\x9e\xf6\x86\x0d\x77\xb6\x4e\x55\x41\xe1\xfa\x71\xcb\xb8\xd8\x61\xb3\xe2\xde\x26\xd8\x0d\xa7\xc6\xef\x99\x16\xe8\x41\xe6\x20\x8f\x7e\x97\xeb\x8c\x01\xe6\x91\x64\x14\x12\x41\xfd\x86\x38\x4e\x62\xbe\x99\x07\x4c\xf4\x2a\x39\x5b\x0c\xbc\x47\x57\x64\xe7\x8c\xe7\xaf\x9b\x99\x4e\x08\x48\x81\xcd\x7f\x4f\x2f\x22\xc7\x01\x51\xe9\x9a\x8f\xee\x27\xdc\x4e\xfe\x36\x03\xad\x74\xc5\x47\x27\x5d\x0e\x6e\xcc\xa4\x8d\x19\x35\xaa\x00\xe0\xdb\x5f\xe8\xf2\x89\x0a\x97\xd0\x37\x76\xc1\x76\xb8\x98\x96\x8b\xca\x74\x3d\x78\x46\x99\x59\x2c\x8c\xce\x68\x32\x84\x4c\x59\x2a\xbb\x27\x3a\x0b\x47\x57\x24\x02\x55\x0f\x4c\x02\x9e\xa2\x6d\x54\x5a\x85\x99\x02\x16\x96\xc5\x63\x57\xa4\x28\x0d\xb4\x13\xcc\x37\xb2\x75\xa0\xb3\xe6\x67\x0a\x85\xcb\x7b\x7b\x3b\xa5\x66\x58\x10\xc3\x89\xd4\xfc\xae\x35\x25\xd3\xaa\xd7\x71\x3d\xc0\x11\x85\xdb\xe8\x4b\x70\xad\x83\x08\x24\xb9\xcc\x6d\x68\x59\x94\xce\xfe\x96\x38\xd6\x00\x0b\xd8\x68\x65\x87\x3d\xf7\x29\xf3\x37\x02\xad\x26\x17\x00\x25\x4d\x5c\x37\xa0\xe2\x71\x11\x10\x7f\x40\x57\x9a\x17\x83\x9c\x8a\xb0\x51\x75\x30\xdc\x7b\xeb\x06\x42\x66\x2a\xb5\x59\x74\x74\x96\x2a\x2c\xba\x98\x85\x3c\xcf\x48\x1a\x96\x4d\x3a\x5b\x5a\xc8\xcd\x89\x5d\xf2\x28\x9f\xd6\x32\xc2\xec\x49\x51\xd2\x9e\xf4\x5e\x23\x2f\x16\x0d\x95\x69\x2b\xbd\x77\x3a\x22\xff\x5c\x5b\x0b\xd9\xa6\x6b\xff\xdb\x3f\x2d\xb5\x67\x70\x09\x30\x01\x19\x75\x0c\xe2\x57\xbb\xcc\x69\x60\xed\xff\x41\xae\x85\x3c\x61\x3e\x53\x4a\xb6\xbc\x44\x34\x14\x41\x68\xa3\x09\xaa\x98\x6d\xa4\xc4\x24\xdc\xad\xdd\x65\x83\x1c\x9d\xce\x30\xd3\x38\x47\x93\xce\xb1\x0a\x1d\x27\xcb\xca\x4a\x19\xed\xd5\xe4\xbb\x11\x27\xe9\x20\xec\x12\x69\x69\x58\x61\x39\x00\x99\xe1\x84\xc0\x3f\x21\x3f\xe8\xfc\x88\x95\xcf\x9b\x43\x3e\x8d\xfd\x1a\xfd\x8b\x59\xc5\xfa\xb2\x85\xc2\x23\x39\x84\xb4\xcc\x2d\xc0\xea\xa1\xe4\x7c\xca\xb6\x0a\xb0\xbe\xa9\x13\x08\xf1\x67\x72\xf1\x23\x06\xff\x6e\x41\x57\x5b\xbd\xb3\x6b\xd5\x72\xa8\xe0\xc8\x13\xbf\xa2\x86\xe8\x86\xc2\xab\x35\xa0\x93\xf2\x55\x44\x79\x71\x67\x4d\x68\xee\x08\x27\xa4\x36\x35\xff\xd8\x10\xe5\xd1\xd4\xc0\x6c\x7c\xa9\x8b\x1c\x2f\x1a\xc0\x38\x9b\x49\x77\x98\xee\x76\xfd\xad\x30\xc1\xa2\xd3\x19\x2e\x2f\xa1\x79\x5c\x6c\x61\xa0\x76\x63\x5b\xa2\x69\xed\x6e\x30\x30\x3a\xa3\x4e\x09\xc3\xad\x7e\x68\x7a\x18\x87\x49\x01\xc8\xfa\x50\xc0\xf5\x4e\x53\xe4\x93\x4e\xb2\x7e\x42\x60\xce\x5a\x65\x70\xe8\xee\xb7\xff\xbb\x80\x44\x62\xbf\xe4\x8b\x03\x84\x7c\x7b\xcd\x77\x96\xbf\x4c\x98\xa0\xc0\xe8\xe9\x5e\xa7\x3c\xbe\xaa\x62\x85\x03\x5f\x43\xb5\x30\x83\x3c\x40\xb6\x05\x20\x62\x64\xe8\x7b\x42\xdf\x0c\x77\xe9\x6d\xcf\xad\x05\xa9\x6b\x0d\xae\xde\xb1\x25\xc0\x8f\xde\x2a\xe9\xdd\xc2\xdb\x2e\xa9\xd5\xda\x8c\x8d\x89\x22\xa2\x6e\xf5\x18\xd8\xc6\x89\x9e\x99\x45\x50\x2b\x2f\x6b\x3f\xe7\x4f\xb7\x50\x9d\x2e\xa4\x22\xdd\x2a\x51\xe3\xba\x05\xcb\xf5\x46\x02\xbd\x12\x3c\xbb\x5d\x3d\x85\xa0\x81\x38\x70\xcf\x10\x0d\xae\x5c\xbd\x75\xe5\x62\x41\xdb\x41\x0d\xac\x47\x23\xf4\xbb\xd4\xf8\xa1\x8b\x6a\xe2\xf9\x3c\xbb\x84\xa9\xfb\x0a\x05\x2b\xe6\x40\x09\x74\x46\x35\xdc\xcd\xae\xc6\xb5\xde\x2b\xcb\x05\xfa\x0e\x0b\x67\x32\xb4\x72\x52\x88\x78\x05\xba\x63\x42\xaa\x84\x28\x1a\xfa\x54\xc8\xbf\xb1\x97\xd1\x8a\xcf\x80\xc7\x6b\x61\x15\xd0\x89\x0c\x99\x45\x64\x81\x42\x08\x34\x83\x0a\xcd\xca\xd5\xf7\x51\xb1\x83\x7d\x62\x3d\xa1\xfc\x0c\x4a\x2d\x6f\xa7\xe4\xaa\xa0\x53\x49\xf6\x98\xe0\x03\x76\x63\x51\xaf\xf1\x58\xd8\xba\x26\xb7\x7f\xa4\x8f\x05\x1a\x67\xad\xdd\x19\x1d\x01\xe1\x54\x86\x43\x09\xce\xd3\xaf\xf0\x29\x84\xdd\x34\xc2\xc2\x03\x43\x9e\x1f\x18\xc9\xdc\xce\xcd\x8b\xb4\x68\xbd\xb4\x3e\x5b\x33\x46\x96\x72\xe9\xcf\x75\x30\x6e\x7c\xeb\xe1\x5d\xce\x36\x8d\x76\x54\xc2\x8b\x9d\x14\x03\x06\x2b\x08\xd6\xfb\xdb\xfa\x57\x8b\x6d\x64\x7b\xa6\x92\x2f\xd8\x0d\x6c\x4e\x8a\xca\xd5\xef\x71\xd5\xd1\xfd\xc6\x6c\x20\xd6\x2f\xdf\x4a\x96\xdc\x11\xe4\x0f\x6c\x2d\x89\x1f\x66\x62\x4c\xe7\xf5\x82\x19\x12\xf2\x3a\x3d\x45\x3f\x07\xec\x70\x6d\x94\x9e\x9c\xad\x12\xad\xdc\x2a\x8b\xd5\x36\x53\x93\x0a\xe8\xe9\x2d\x51\xf7\xc0\xe0\x41\xdf\xbb\xb9\x6a\x9a\x4e\xa5\xcd\xd2\xf7\xf9\x46\xd4\xa0\x5e\xdc\xac\x05\x75\x73\xfc\x00\xfd\xde\x8d\xd0\x62\x2c\x0d\x5e\x96\x68\x34\x1d\x1d\x23\x91\x35\x5d\x3b\x3b\xa6\x7d\xd9\xc6\x4a\xb5\xc1\x4d\x64\x8c\x1e\xb8\xfd\x9e\x35\x85\x6c\xfc\x94\xcf\x2f\x2a\xa1\x5e\xd1\x2e\x83\x50\x9a\x5b\x1b\xcc\x98\x58\x14\x47\x93\x86\x6e\x72\xcf\xb4\x01\x3e\x0a\xbf\x0e\x15\x01\x48\x36\x97\x00\x67\x2f\xa0\xf4\x98\x9d\x4e\xc1\x67\x03\x50\x67\x23\xd4\xd9\x11\xd4\x79\xa0\x8a\x3a\x3c\xb9\x49\x02\x66\x6b\xaa\x72\x46\x34\x6c\x70\x94\x2b\xb1\x5e\x0d\xb9\x62\x8b\x9a\x98\xdc\x42\xe2\xb0\xce\x8a\xbc\xb1\x8f\xa2\xfc\x61\x56\xd8\x14\x39\x84\x17\xb1\x2d\xdf\xdf\x58\x3d\xb6\x1c\x0f\x3f\x2e\x4b\x2e\xe8\x89\x22\x65\xc1\x15\x23\x81\xce\xb2\x78\x4d\x57\x03\x1b\xa5\x41\xbd\xca\xe2\x56\x42\x80\x10\xd8\x7a\x91\x66\x68\x2a\xc1\x55\xda\xf9\x1f\xc1\x54\x81\x18\x4a\x1b\x16\x4e\xad\x0b\xe2\x1c\xe7\xe5\x59\x6a\xd0\xab\xd9\xc1\xa6\xd7\xc5\x72\x5c\x4c\x18\xbd\x3b\x51\x3d\x53\x51\xc0\x8f\x63\x2c\xcf\x8b\xeb\xcd\x4b\xc4\x1e\xdb\x46\x1c\x4e\xb4\xaf\xd4\xbc\xa5\x2b\x46\x5a\xf0\x09\x2a\x93\x53\x7d\x9e\xb7\x8a\xd0\x32\x72\x7d\x79\x05\xb0\x5c\x62\x61\x98\x94\x05\x54\xab\xc9\x4a\x69\x3d\xca\x66\x22\x45\x64\x4a\x2f\x78\xc9\x68\x77\xf8\x1a\x07\x06\xdb\x37\x52\x69\x6c\xdd\x63\xb9\x45\xc6\x7f\xc1\xec\x84\xb0\x22\xcc\x7d\xe4\x80\x30\xfc\xc0\x82\x9d\x2d\xbc\x52\xdc\x07\xd9\x3b\xf5\xe6\x08\x04\x4c\xa1\x78\x90\xf6\xeb\x9b\xf1\x88\x02\x9a\x1f\x2f\xb0\xf4\x3d\x46\xef\x9f\x2c\x4c\x59\xf2\x51\x90\xa5\x00\x26\x1a\xea\x5d\x82\xb0\xc6\x2c\x39\x57\x18\x15\x1e\xe7\xac\x33\x15\x0b\x48\x97\xdf\xab\x56\x01\xf5\x93\xd1\xc1\xde\xf5\x20\x8a\x4a\x79\x57\xe9\xfa\x20\xda\xce\xd1\x38\x85\xa8\xfc\x80\x66\x45\xee\x61\xb5\x53\x70\x53\xa3\x09\x3f\xfe\xd1\x65\x39\x5e\x89\x48\x9e\xc4\xbb\x73\xa8\x27\x37\xa7\x3f\x1e\x81\x08\x0b\x07\x64\x13\xa9\x31\x74\x0a\x56\x31\x2c\x26\x53\x6a\x96\x29\x37\x06\x2f\xbd\x46\x19\xa5\xd3\xec\x9d\xda\xa4\xc4\x26\x02\xbf\x34\xa6\x7d\x96\xc5\x59\x43\xc7\xe6\xb7\xff\x2d\x86\x93\xd6\xd7\x51\x72\x92\x6f\x58\xa4\x89\x61\x07\x74\x9a\xbd\x97\xf3\x05\xab\xc8\x4a\xd0\x78\xca\x11\xd1\x48\xf6\x6c\x0a\x08\xdc\xde\xf6\xc6\xf3\xec\xfd\x20\x66\x54\x22\x3b\x33\x62\xe3\xa8\x17\xe9\x57\x1d\xf4\x3b\xbb\xaf\x99\xa6\x36\x8e\x4f\xe3\x37\x5f\x7d\xa6\xa9\xac\x88\x0e\xbb\xcb\xf6\xdf\x18\xce\xf7\xae\x7f\x36\x5c\xb2\x8e\xe6\x2b\x93\x98\x89\xab\xd9\x8a\x0e\x2d\x2e\x04\xdb\x8c\x37\x5c\x1e\xc6\x5c\x15\x8b\x0d\xb2\x9a\x07\xb5\xc2\x2f\xb6\x6c\xac\x4f\xa7\x48\xec\xcc\x61\x54\xd8\x10\x62\xe9\xd8\xce\x94\x61\xcd\x44\x54\xcb\xe6\x92\xfe\x9c\xcc\xec\x55\xb0\xde\xa4\xbc\x44\x9c\xf5\xdb\x7f\x53\xf0\x48\x0c\x37\x59\x4f\x02\x61\xe4\xd0\x07\xcb\x04\x69\xc3\xf3\x2f\xcb\xd0\x12\xd3\x52\xdc\xd2\xe3\xbc\x88\x58\xb9\x36\xc2\xfd\x2b\x45\x29\x0c\x1c\x0b\xcb\x96\x0b\x5f\x3b\x98\x96\x53\x37\x0a\x56\xc8\x92\x11\xf4\x4c\x45\x89\xb2\x40\x81\x30\xbd\xa5\xe4\xb0\x46\x21\x45\x60\x6f\xe4\xa8\x2a\xc8\x9b\x11\x36\x51\xbc\x8a\x45\xf2\x58\xd5\x4f\x67\x1e\xaf\x6e\xa6\x2b\x98\x63\xd7\xc7\x9e\xf1\x1e\x09\x4d\x82\x64\x48\x91\xa9\x18\x12\x57\xb0\x53\xf0\x76\x51\xce\x9b\x95\x66\x67\xe2\x07\xdc\xa6\x29\x06\x9d\xf4\x9b\xac\x42\xd2\x9f\x7d\x10\x6e\x6a\x19\xd1\x64\xf2\x58\x45\x9a\xdf\xa9\xc7\x06\x84\x12\x59\xc6\xc5\x7b\xf8\x56\x24\x57\xfe\x64\x51\x1e\x2c\xd2\x3d\x1f\x2b\x54\x98\x11\x35\x13\xf3\xb3\x44\x6a\xb0\x86\x85\xb7\x05\xb4\x92\x2c\xc7\xb3\xc4\xe7\x82\xba\x50\x8b\x68\x1d\x66\x2d\xb4\x26\x7a\x72\xc5\xbf\x2b\x98\xb4\x72\x8b\xbe\x79\x4f\x20\x99\xb4\xa1\x2a\x48\x4e\xe7\x69\x99\x31\x98\xce\x37\x14\xf0\x99\x30\x90\x01\x9b\xa1\xec\x88\x9b\xf4\x96\x0e\xc4\x5c\xab\x8d\xc4\x04\x97\x41\xeb\x4b\x47\x4d\xed\x04\xbd\x14\xa8\xd3\xfa\x1e\xa7\xb9\x65\xf1\x26\x88\x00\x23\x13\xe7\x8b\xe3\xe4\x8a\xb4\x2e\x20\x1e\x42\xe4\x43\x7d\x49\xc8\x9a\xad\x14\xa5\x19\x4d\x09\x3b\x7b\x9a\xf5\x66\x13\x51\x52\x9f\xe0\x6d\xd9\xab\x35\xaf\x53\x42\xdc\x14\x17\xbc\x70\x89\x5d\xe0\x99\x52\xcd\x56\xcd\xf4\xd5\xe0\xc4\x57\x44\x52\x21\xee\x52\x5c\x55\x76\xa4\x53\x82\x48\x9b\xc3\x4c\xa0\xd8\xd6\x16\x9a\xc2\x2a\x5a\x12\x02\xcd\x8b\x34\xfd\x1e\x09\x6c\x07\xa2\x90\x11\xf5\xe9\xd9\x73\xb5\x4e\x0f\xbd\x4b\x1f\x4f\x8c\x00\x0a\x4c\xd2\xd9\xce\xe8\x44\x98\x67\x81\x00\x73\x8d\x33\x74\x70\x10\x42\x25\xe6\xf0\x19\xe7\x25\x8d\x45\x9c\x22\xf3\x08\xb3\xcd\x66\x3a\x97\x27\x2b\x6f\x3b\xf5\x1a\xeb\xfd\x0a\xfa\xfe\xc2\xac\xb3\x13\x05\x28\x0a\xc2\x6d\xa6\x18\x0e\x9e\x9d\xae\xe7\xdb\xf1\xfc\x0b\x9c\xca\xcc\x97\x02\x1a\x4c\x50\x46\xd6\xe5\xda\x75\x83\x30\x38\xc4\xbd\x24\x5a\xfc\x80\xbc\x64\x32\x1e\x7d\xa5\x40\x70\x04\x87\x5d\x1c\x1d\xc5\x7c\x6d\xd9\x14\x6d\x82\xc1\x3a\x39\x8f\xb3\x93\xf9\x18\x5c\x87\x8a\xa9\x59\xfe\x51\x8a\x31\x9d\x66\x46\xe9\x1c\xef\x3f\x50\x3a\x81\x8a\xfc\xa4\x60\x7b\x52\x6f\x89\xd3\x8a\x39\xaa\x72\x73\xad\x55\xab\xeb\xb1\xa7\x80\xef\xdb\x2b\xd8\xbd\xf8\xc8\x5b\xaf\x68\xb6\x0a\x10\x5e\x3c\x48\x64\x35\x09\xed\x7c\x00\xd5\x58\x63\xcf\xbc\xf9\x85\x47\x07\x74\xdd\x7b\x42\xe3\xf5\xab\xe2\xec\xf5\xc5\x9b\xdf\xfe\x6b\xa4\x32\xf4\x0c\x19\x11\x16\xf4\xe6\x93\x60\x29\x3a\x1a\x56\xb0\x17\x4d\xb7\x79\x34\x76\x35\x5f\xcd\x00\xc1\xe4\xd3\xf0\x25\x53\xa4\x1b\xf0\x5c\x2f\x32\x05\x1d\x53\xa4\xce\xc5\x50\x1d\x68\x91\xad\xb7\x89\xb4\x3d\x11\x53\x96\x74\x0b\x17\x3f\x82\x20\x7b\xb7\x10\xcd\xc9\x59\xa2\xde\x88\x1a\xc1\x89\x4a\x3e\xea\x0a\xbd\x9f\x57\xb1\x77\x84\x7b\x1b\xd6\x8e\xed\x01\x2d\x99\x2f\x0e\xe3\x9d\xcb\xd6\x5e\x3b\x58\xcc\x6c\x44\x06\x0d\xd5\x8b\xe8\xcb\x31\xea\xb0\xdc\x43\x4d\x03\xdd\xb8\xb0\xd6\xcb\x05\x8c\x02\x59\x48\x70\xbb\xfa\xc1\xff\xfc\xed\x9f\x24\x19\xa9\x23\xa7\x90\x36\xd3\x53\x7e\xd5\x1d\x0c\xa1\x44\xba\x3d\xbb\xd5\xbd\x01\xa3\x2a\x0b\x58\x2a\xde\xfb\x1a\x2c\x1c\x64\xab\xd4\x13\x15\xf9\x7a\xd2\x1e\x7c\x53\x37\x2c\x97\x3d\x62\xf5\x06\xc1\x7f\x69\x37\x44\x1f\x2a\xd1\x2a\xc7\x49\x4c\xc3\x93\x51\x94\xf6\x3a\xc1\xbb\xc7\x07\x24\xe3\x71\xd3\xf1\xc0\x49\xd6\x4f\xf2\xe1\x8b\x44\x0e\x56\x3a\x7f\xe2\xaf\x4d\xc5\xb6\x25\x8c\x80\x45\x10\x09\xf2\x35\x0c\x0a\x4d\x7c\xba\x60\xb7\x21\xdf\x12\xee\xff\xcb\x68\xe6\x66\xa0\xa2\x16\x3e\xd9\x88\xf7\x0c\x43\xe2\x37\xc5\x0f\x6c\x46\x7e\xb7\xbb\x25\xfb\x6b\x83\x00\xfe\x64\xc1\x83\x65\x6d\x09\x1c\x7a\x4d\x0a\x36\x9c\xc5\x1e\x2f\x92\x55\x1a\x49\x9a\xec\x64\xf0\x9f\x4b\x85\x09\xd7\x71\xef\xd5\x2c\x2f\x59\x63\xb4\x13\xd5\xd8\x72\x55\x59\x18\xeb\xc9\x81\xe3\x54\xb8\x72\x7b\x37\xee\x90\x30\x95\xcf\xb1\x0c\x6c\xb9\xa3\x03\x43\x2b\xd3\xda\x05\x21\x1d\xba\x62\xe1\x00\xbe\x81\xbf\x9e\xff\x9e\x54\x14\x35\xa1\x78\x29\x42\x08\x29\xa5\x89\xc1\x28\x61\xb0\xc8\x7f\xf4\x6b\xda\x27\x55\xf4\xae\xe7\x9e\xd2\x94\xa2\xd0\xc7\x35\x6b\x1c\x5f\xe2\xc3\x69\x32\x7a\xdd\x04\x4c\x9f\x2c\x01\xee\x3b\x27\xfd\x5b\x15\x8a\xb2\xbf\x73\xe7\x7b\x21\x0a\x4a\x6d\x58\x79\x7b\xd8\x78\x35\xd9\x1d\x42\x13\x86\xe8\x34\x55\xfb\xac\xde\xb0\xa6\xe7\x5b\xd5\xf4\x24\x4e\x20\xea\x14\xbe\x86\x1f\x58\x4b\x70\x47\x03\x93\x1f\x95\xf7\xec\x2e\x1e\x12\xea\xa1\xa5\xfb\xd4\x17\x25\x72\xb6\xcd\x45\x09\x38\x43\x92\x39\x2a\x23\x7b\x97\xaa\xa5\xd5\x0e\xa3\x15\x3f\xad\x44\xb1\x0f\x51\x25\x86\x55\xf3\xb2\x78\x6d\x87\x38\xe6\x12\x02\xa3\x4b\xe2\x06\x46\x13\xd0\xdf\xbc\xee\x54\x91\xd2\x8a\x0e\x67\x67\x7e\x45\xf2\x77\xa6\x66\x08\xec\x18\x20\x55\x2b\x43\xcb\xb2\xb9\x52\xb3\xc7\x66\xbb\xe6\x25\xc3\x45\xfd\x7c\xa4\x05\xa7\xd3\xdf\x9a\x48\xa0\x17\x5c\x23\x9a\xa8\xc0\x04\xb9\xcc\xf6\x87\x1b\x5a\xce\xa9\x7e\xbc\xd5\x41\x52\xfa\x7e\xf7\xaf\xa0\x00\x1a\xd9\x07\xdc\xef\x66\xd5\x40\xb5\x85\x3c\x78\xe8\xaf\x56\x99\xab\xca\xc8\x9c\x49\xdd\xfb\x73\x4f\xe5\x7d\xf4\xf2\x4f\xf3\x8f\x63\x64\x95\xc9\xd5\x39\x1a\x04\xfe\x2b\x2e\xab\xc1\xde\xfb\x5a\xa0\xc1\xe3\x40\xdf\x28\x03\x2c\x87\x14\x48\x21\x56\x73\x97\x82\xd6\x3c\x90\x3d\x19\x98\x4e\x28\x02\xb0\xcd\x97\x13\x40\x4b\x3d\xe9\xd4\x00\x28\xfa\x0a\x7e\xf6\xfd\xf3\x0b\xf1\xa3\x0b\x0e\x9d\x8c\xfb\xc5\xd3\x8c\x65\x9f\x04\x64\xbe\x75\xd0\x12\xae\xeb\x84\x2a\xab\x1d\xfb\xf4\xe7\x8b\x1d\xe4\x1c\x6d\xb6\xd5\x22\x44\x8d\x0d\x79\xa3\x02\x4e\x1f\x79\x43\x48\xa7\x89\x05\xe4\x49\xa2\x74\x2d\x12\x91\x3d\x98\xcb\xb6\x07\x73\x19\x1b\x56\xb5\x7e\x0c\xcd\x30\xa3\xd2\xd7\xd3\xc8\x58\x5a\x7e\x7b\x34\x4d\x40\xc2\xa9\x8a\x6a\x03\xf6\x66\xaf\x45\x42\x32\xdb\x88\xb6\xb9\x88\x50\xd7\xa0\xfd\x55\xba\x10\xa7\x0c\x72\xe9\x70\xbb\x86\xa2\x86\x28\x24\xa2\xc4\xe3\x77\x20\x23\x39\x9d\xa8\xc3\x24\x4b\x0c\xab\xce\x60\x08\x4e\x8d\xff\xbf\xff\xfe\x3f\x1f\x3d\xa6\x29\x3f\xee\xdb\x8a\x7e\x88\x7c\x8e\xa9\x7a\x54\xc1\xfa\xbf\xfe\x7b\x49\x21\x9c\x35\xd4\x8c\x0b\xa6\x9a\x58\x49\xf6\xfa\x5a\xe0\x86\xd5\x45\x03\x36\x12\xd6\x62\x0d\x82\x90\x20\x09\xfa\x5e\x9e\xad\xdc\x5c\x0b\x70\xdc\xe2\x0a\xa5\xdc\x76\x99\x5c\x36\x3f\x0f\x6e\xf3\x7e\x0d\xd9\x93\x5d\x7d\xcf\x12\xa8\xd6\x1c\xe8\x8f\x5e\xbf\xfd\x95\xeb\x14\x03\xe3\x96\x9d\x62\xf2\xd4\xd3\x80\xef\xa9\x4d\xb3\x87\x13\x90\x60\x6c\x61\x57\x52\xf2\x82\xda\x77\xde\x56\x9f\x9d\x85\x16\x87\x01\xf6\x82\xd0\xd9\x4b\x47\x67\xf4\xed\x2f\x4c\x85\x95\x5a\x24\xc3\xd5\xb4\x32\x77\x49\x43\x64\xa7\xf3\x79\xa2\x8a\xad\x13\x73\x73\x92\x5e\xa9\x75\x2c\x2a\x08\x85\xd2\x7d\xb2\xc8\x82\x48\xcc\x5d\x2b\x8b\xbe\xb5\x76\x75\x5a\x5d\xc2\x3b\xf9\xe1\x05\x7d\x7c\xba\xa0\x0b\x0c\xb6\xa6\x6a\x7c\x00\x17\xfb\xde\xec\x56\xdf\x51\x6a\x2b\x74\xae\xe4\xc0\x74\xc2\xec\xb4\x55\xa8\xf4\x0d\x91\x9d\xb1\x5d\xb3\xeb\x56\x17\x94\x3f\x8e\x99\x81\xf0\x1a\x79\x58\x8d\x6e\x51\x99\x4b\x4b\x89\x4f\x7b\x28\x06\x7a\x78\xbc\xd2\x31\xa1\x49\xd7\x54\xf1\x82\x50\xfc\x80\xd9\x2c\xb0\x09\xae\x07\x5c\xe2\x2f\xad\x52\x65\x4d\x87\x8e\x1d\xbb\x4c\x2f\x58\x35\xda\x9a\x9b\xd5\x6b\x5a\x50\xc7\x2c\x1b\x27\xd1\x6e\x73\xd8\x8d\xc7\x44\xcd\x36\x55\xb3\x23\x60\xe7\x74\x76\x57\x41\xf9\x1f\xc4\x07\x24\xab\xc4\x7c\x09\x1f\x8f\x33\xff\x6b\xe1\x47\xb0\xcc\x47\xd2\x85\xf4\x3c\xea\x07\xe3\x00\xef\xaf\x15\xca\x6c\x21\xcd\x78\x8c\xfc\x90\x04\xcc\x4f\xc7\xea\x74\x60\x07\x39\x9f\x0a\xbb\x50\x28\x05\x5f\xf2\x5f\x62\xc6\x42\x0e\x54\x74\x2b\xc4\xae\x08\x29\xea\x35\x84\x9d\xbf\xb6\x1b\xba\x42\x62\x61\x82\x61\x9f\xe5\xc5\x50\xde\x2b\x07\x21\x74\x84\x87\x0f\x41\x47\x62\xce\x72\xb2\x29\x49\x5e\x0d\xd2\x8d\xb2\xc3\xe9\xb3\x5a\x2a\x6b\x61\x43\x1b\xd4\xae\xb5\x1d\xda\x71\x1f\x23\xc6\xce\x35\x19\xb6\x3c\xec\x78\x33\xea\x31\x96\xf0\xbd\x86\x94\x69\xaf\xb1\xf0\x4b\xff\x0b\xce\x01\x2e\x1f\x21\xf1\xa4\x75\x52\xf4\x94\x68\x8b\xe2\xe5\x7c\xa3\x4d\x07\x27\x88\x99\x56\x21\x74\xef\xb2\xc2\xa0\x3f\x76\x35\xce\x15\x5d\x6b\xbb\xda\x08\x33\x37\x19\x62\x28\xe6\xc5\xa2\x60\x7e\x8f\xd4\x80\x7c\xd1\x17\xf7\x5a\xde\x99\xa2\x82\xb7\x04\x4d\xcd\xec\xa9\xdf\x34\xd1\xdd\xcc\x6c\x99\x14\x58\x13\x19\xbc\xb1\xa9\xbf\x1a\x9b\x8f\x86\x0a\x08\x67\x93\x75\xa8\xed\x72\xb7\x4f\xc7\xcd\xf2\x1a\xf7\xe6\x72\x45\xc4\xd8\xe9\x01\xee\x71\xa1\x32\x16\xd5\x67\x3d\xc6\x32\x86\x2c\xc5\x41\xd2\xee\xa4\xc9\x34\x97\x88\x30\xdc\x7d\x6c\xee\x39\x06\xc6\x84\xf2\x1e\xd7\xbd\x03\xdc\xc6\x25\x66\x7a\x88\xbb\x7f\xbc\x87\x3b\xa1\x20\x96\x81\x52\x7f\xda\x45\x91\x56\x4a\x3a\x19\x37\x10\x68\xc1\x99\xf4\x25\x1c\x1a\x15\xfd\xfa\xf0\x1c\x5e\x69\x32\x5b\xbc\xd3\xd0\x58\xc4\xef\xdc\x36\x43\x18\x37\xbc\x0c\xe2\x59\x4d\x6b\xc8\xee\x97\xeb\xcb\x5b\xae\xf0\x98\xe9\x6b\x5c\x87\xf3\xc5\x59\xbe\xd4\xd4\xf0\x62\xe6\xe2\x60\xd9\x21\xeb\xe5\xe5\x37\xf5\x78\x0e\x1d\xbc\x41\x5e\x13\xe6\xaf\xc7\x4b\x8b\x9c\x25\x58\xb5\xae\x4f\x31\xdb\x78\x56\x5c\x0c\x50\xec\x8b\x09\x6e\x9c\x2b\x25\x0d\x88\xf5\x43\x30\xe1\xe8\x9d\x28\x16\x37\x31\x3c\xd3\x68\x08\x74\x01\xcd\x54\x02\x23\xd9\x14\xdb\xd9\x51\xef\x9b\xae\x07\x6a\x86\xce\xe6\xb9\xdc\xd5\xfa\x69\xe6\xc7\xcf\x7d\xc4\x1a\x6c\x5e\x38\xad\x81\x43\xc6\x1b\xb1\x32\x38\x62\x4d\x71\xff\xc7\xcf\xdf\x75\xd8\x8a\xa0\x33\xfb\xec\xfe\x8f\x7f\x7e\xd7\xdd\xfb\xfa\xfe\x8f\x5f\xbc\xeb\x20\x29\x98\xd4\x5d\x6f\xcd\x7b\x3b\x69\x80\xab\xf9\xb2\x07\x88\x90\x9a\xa1\xd3\x70\x6d\xa0\x3e\x20\xb5\xae\x53\x5c\xfe\x4b\xef\x73\x95\x92\x74\xd7\x23\x64\xc0\xd2\x36\xc6\x05\x4d\x86\x0b\x4a\xcd\x62\x5c\x10\xf1\xdf\xb0\x5f\xeb\x8c\x3b\x60\x0a\xfd\x1d\xd1\x88\x7c\x83\x85\xea\x57\x3f\x85\x2f\xcc\xdc\x95\xab\x7b\x3c\x11\x2f\x2a\xf9\x93\x7c\x7d\xcd\x93\xc2\x22\xfc\x14\x7a\x69\x82\x2e\xed\xe2\x0a\xd4\xad\x03\xaf\xa6\x1a\xbe\xbe\xb8\xb5\xfd\x32\xc7\x5b\x12\xae\x0b\x43\x2d\x47\x18\x4d\x87\xe0\x4b\xe8\x66\x49\x90\x9d\xa4\x70\x6b\x79\x35\xa4\xd4\x1b\x67\xe8\xf2\x19\x65\x1d\x6d\xa8\xcd\x4a\x2b\x12\xf6\x40\xa2\xe5\xc6\x4b\xcb\x8b\xc3\x3f\x7f\xe7\xca\xc8\x60\xb4\x05\xff\xf1\x3b\xdb\x10\x6a\x84\x68\xe1\xad\xb6\xb2\x85\x85\xdf\x06\x92\x37\x22\xcf\x0a\x2e\x55\x80\x8f\x29\xd8\xba\x83\xca\xfe\xce\x0e\x60\x42\x60\x03\x0d\xa5\x89\x6c\x53\xbe\x1a\x05\x20\xf0\x90\x38\x15\xb7\x6a\x8e\xf7\x42\xdd\x32\x17\x66\x6d\x12\xcc\x10\x56\xb2\xfd\x40\x44\xc4\x3e\x05\x79\x1f\x2d\xc2\xbb\x14\x31\x5f\x42\x47\x08\x86\xb0\x32\x3f\x04\xb1\x20\x42\x90\xc5\x18\xcb\xe2\xb4\x82\x68\xe9\xb6\xb8\x82\x9e\xcf\x24\xce\xad\x99\x7e\xfb\x9c\x5a\x85\x04\xb9\x0f\xe7\x3d\x3d\xb4\x44\xb2\xf6\xd1\xaf\xcb\xaf\xb2\x58\xd0\x09\x3d\x11\x46\x47\xbd\xac\xce\xe1\x44\xef\x53\xe4\xde\xec\xa3\x37\xd6\x84\x14\x90\x12\x1b\xa2\x96\x5b\x02\x27\x16\x6c\x1e\x2d\x03\x21\x3b\x9d\xca\x09\x51\x27\xf9\x11\xc4\xf9\xec\x06\xa5\xbd\xc9\x28\x01\x29\x3b\x3b\x27\xc9\xca\x4d\x54\xf3\xbc\x91\x93\xdb\x94\x02\x49\x9a\x48\xf4\x3d\x1f\x2a\x37\xd6\xec\x24\x04\x50\xd0\xe1\xb0\x95\x1f\x40\x37\xb3\xfc\xc1\xa6\x8d\xee\xdb\x60\x0d\xe4\x66\x94\xd6\xf3\xdd\x7b\x36\x3c\x0c\x33\x28\x16\xc6\xba\x6a\xe1\xa9\x02\x39\x4f\xa4\x5f\x1a\xb4\x50\x32\x61\x38\x43\x9d\xa9\x39\x59\xc7\x6a\x11\x44\x0c\xe5\x19\xa8\x38\xfb\xca\xce\x17\x56\xe5\x7d\xa8\x01\x07\x28\xe5\x01\xe9\xd0\xb2\x27\x30\x0c\xdb\x2a\x88\xba\xb8\x4f\x6f\xec\x15\xda\x5d\x8e\x1a\x46\x18\x8a\x15\x87\xc7\x1b\x75\x28\x7f\x57\x1b\xdf\x97\xe6\x67\x2c\x29\xb3\xa2\x81\x0d\xf5\x93\x6f\x20\xcc\x1b\xaa\xbe\xf3\x14\x54\xeb\xf0\x09\x39\x49\x0f\xab\x7a\x36\x00\xd6\xa2\x74\x26\x89\x06\xe9\x9b\xd0\x5f\x82\xf1\x39\x4f\x0f\x1d\xf2\x8a\x4b\xbb\x31\x44\xe0\x17\x1c\x3a\x83\xb8\xe1\xe2\x8a\x0e\x6f\xe1\xd9\xde\x82\x75\x27\xd7\xb6\xf6\xad\xc3\x23\x22\x0d\x21\xb9\xfa\x29\x34\x6e\xf4\xdc\x8f\x16\xeb\xd2\xf6\x37\xd6\x02\x53\x58\xea\xa1\xbf\x69\x54\xcc\xdf\x7d\x99\x20\x04\xe0\xbd\xcf\xb8\x87\xcf\x70\x81\x97\x8a\x03\xff\xc4\x1f\x82\x09\x75\x29\x53\x16\x60\x0a\x07\x7c\xea\x65\x43\x6f\x0c\x5d\xa8\x98\xe9\xde\x52\x77\x7c\xe1\x97\x8a\x7c\x3b\xc1\xc5\x5f\x41\x7c\xe0\x91\x2d\xff\x26\xd8\xa6\x0a\x3e\xfd\x8b\x90\xae\xad\x73\x4b\x7a\x8b\x4b\x27\x92\xf2\x2f\x6b\x9c\x6a\xff\x1d\x91\x20\x3a\x01\x73\xb9\x4e\xd1\x29\xe0\x92\x3f\x44\xf4\x93\x16\xca\x99\xf4\x98\x03\x06\xbf\x03\x14\x05\x08\x05\x25\x25\xf9\x7a\xf3\x12\x6c\xf0\xc8\xf5\x5e\x0e\x01\x29\xc7\x40\xee\x2d\xce\x45\xd4\xc6\x55\x96\xd9\x5a\x10\xfb\x8e\x3f\x09\x70\x68\xfa\x05\xee\x85\xac\x3d\xca\x2c\x60\x71\x54\xe8\x9a\xe9\x01\x87\x5d\xf9\xed\x27\xda\x00\x62\xb8\xd0\x31\x60\xad\x36\x24\x00\x45\xb3\x95\x1b\x66\xbe\x25\x29\xc9\x07\x56\x6c\x94\x18\xb5\xa0\x12\x44\x69\x1e\x6b\xf1\xad\xa4\x1d\xb8\x8e\x4e\xbd\xdd\xbc\x87\x4b\x05\x01\x2e\x1b\xf6\x55\x6e\xc3\xd6\x19\x9c\x0a\x40\x66\xf7\x98\x42\x82\x0b\xed\x20\xca\x3d\x29\x0e\x2c\x8c\xa1\x11\xd0\x8d\xd9\x5d\x21\xac\x11\xc7\xe9\xda\xda\x1b\xb5\x53\xe8\x02\x0e\x30\xf5\x9a\x75\x2a\x3c\x4d\x81\x92\xe9\x62\x50\x29\x9a\x82\x5f\x8a\x18\x75\x88\xd6\x22\x69\x88\x05\xf0\x1f\xd3\xd6\x83\xfe\x58\x6b\xe1\x7c\xf7\x7c\x4c\x4d\x1b\xe7\xdc\x1d\xef\x49\xc5\xeb\x4f\x75\xfb\xc3\xe6\x6b\xc4\x2c\xd1\x65\xb3\xe3\x7b\x30\x5e\x73\xda\x2e\xbb\x1d\x26\x20\x92\x63\x8b\xb7\x35\x4b\x49\x66\x4e\x2e\xc3\xe5\x50\xeb\x11\xe3\x4a\x2c\x60\xec\x56\x3f\xfd\xe7\x66\xd0\x49\x52\x97\xd8\xd2\x42\xc0\x58\x6c\x6b\x79\xcb\xf3\x59\xa6\xc8\x88\x4b\xd5\xf9\x8a\x3d\xfc\xd3\xfd\xf2\x53\x39\xa6\x9d\xc9\xd5\x22\x37\xae\xbf\x92\x44\x99\x70\x02\x43\x8c\x1d\xa9\xe9\x1b\xe3\xe0\xd4\x02\x18\xe3\x42\xf4\x7b\xf9\xd3\x22\x11\xea\x25\x57\x55\x94\xb6\x24\xd9\xa9\xc8\xe0\x35\xfd\x4e\xf3\x72\xa1\x01\xd3\xb3\x93\xec\x72\x25\x19\x70\xe6\x4b\x7b\x6d\xd6\x74\x12\xd6\xcc\xae\xbd\x6a\xf8\x54\xe0\xf7\xb8\xe7\xd5\x6c\x97\xd2\xe4\x68\x12\x74\x49\x5f\xe2\x3a\x40\xc0\x03\xc6\xbb\x51\x24\xc5\x98\x55\xfd\xd4\x6c\x81\x68\x1f\x85\xde\xf3\x59\xd3\x09\xb6\x9e\x5d\x0a\xa1\xd2\x2e\x68\xed\xab\x26\x4d\x9f\x28\x58\xd3\x3c\x3f\xc9\x27\x12\xc2\x85\x03\x37\x70\xa4\xd3\x87\xcd\x81\xe5\x08\x15\x6b\x06\x93\x09\x5a\xf8\x77\xe1\xff\x34\x39\x44\x96\xd2\xf6\xd6\xb2\xd3\xec\xa6\xa0\x61\x0d\xc5\x1e\xb1\x1c\xf7\xa3\x4a\x10\xaf\x20\x49\x1d\x39\x1f\xdc\xd2\xbf\x47\xfb\xfd\xa3\xb2\x7c\x30\xb3\x14\xa9\xc1\x5e\x94\xb2\xe4\xf6\x8a\x5c\x72\x4c\x04\x25\x2d\x65\x74\xe4\xfc\xb2\xa2\x48\xb2\x79\x1a\x31\x75\xa4\x47\xd0\xd9\x85\x06\x4e\xa8\xcb\xee\xb7\x7f\x66\xbb\x56\xd1\x74\x8a\xb5\x1a\xce\x35\x1c\xc6\x5b\xd8\x6b\xa6\x33\xca\x1d\x5a\x92\x9c\x31\xc9\x7a\xd7\x18\x83\x0b\x46\xa0\xa6\x0a\xd6\x1a\xec\xf3\xd5\x49\x1c\x31\x24\x62\x96\x3d\xbe\x40\x81\x14\xf6\x92\x47\x0d\x16\x38\x37\x8a\x91\x7d\xfc\x03\x9b\x1a\xc9\x94\xe1\x66\x8c\x7b\x95\xd8\x37\xfd\x01\xe2\xf8\x98\xa1\xd3\xdc\x88\x12\x50\x89\x8b\x91\x38\x61\x1c\x31\xed\x5c\xdc\xb8\xf7\x6e\xf5\x17\xfa\x8f\x7f\x2d\x6f\x6c\x05\x13\xe6\x18\xf3\x0b\x6a\xee\x02\xf9\x9f\x64\x05\x64\x05\x90\x8e\x4e\xa0\x93\x6c\xa0\x98\x81\x53\xa9\xc6\x1a\x6e\x36\x03\x73\xe8\x7c\x87\xc4\x58\x5b\x1a\x59\xc6\x05\x6f\xad\x1d\x1b\x87\x08\x30\x41\x79\xc4\xc1\x77\xaa\xc6\x9b\xf0\x40\x6f\x8e\x7e\xf5\x44\x6c\x5d\xdb\x21\xd0\xc8\x4e\xf1\x04\xbb\x75\xc0\x57\x57\xc2\x63\x4b\xd9\x34\x86\x3e\x27\x28\xc9\xcc\xe9\x5e\x77\x93\x64\x8b\xc7\x8c\x6f\xd2\x7b\x9f\xc4\x7c\x6f\x8b\xa0\x8c\xbb\x57\x46\xf0\x41\x11\x55\x2d\x4e\x79\x1f\xa3\x75\x47\xaf\x33\x16\x3e\xa4\xa8\x46\xa7\xc3\x61\xde\xb8\x4f\xe6\x46\xb3\xee\xd8\xb6\x56\xfb\x02\xb8\xac\xee\x77\x50\xef\x07\xf2\xac\xc9\x43\x82\x03\xb1\x73\x3d\x3e\x23\x68\x73\x7d\x49\x40\x45\x10\x1d\xd8\xc7\x6c\x96\x3e\xf7\xd5\x64\x9e\x9c\xab\x77\xa1\xbf\x4f\x9f\x46\xfb\x6b\x61\x6d\xa4\x4f\xde\x79\x80\x92\xce\x37\x31\xd9\x5e\xc6\xc6\x54\x34\x66\x93\x79\x89\x84\x30\x9a\x0d\xa7\xeb\xc4\x0e\xe7\x47\x62\xda\xfb\xd4\xa5\x04\xc1\xed\xe8\x62\x1a\x65\x24\x50\xc6\x94\xb0\x7e\xc9\x8d\x10\x4a\x5d\x35\xcd\xfb\x6e\xf5\x17\x7b\xc9\x3f\x62\xfa\x8e\xae\x72\xce\x42\xa4\xe6\x67\x79\x1e\x71\x3b\x6e\x73\x2c\x1c\xbf\x04\xa9\x8e\x85\xa3\x7f\xe3\x5b\x1f\xb6\x30\x66\xaa\x4b\x59\x68\x2a\x38\xc8\xcd\xcf\x55\xfd\x9d\x40\x71\x7c\xd0\x01\xd1\xb1\xf7\xa1\xb8\x1b\x9a\xd4\xd0\x62\x19\xdb\x33\xe5\x35\x10\x41\x19\x07\xa0\xab\x08\x0f\xb6\x1a\x61\x59\x63\x59\x6c\x99\x9c\xf2\xd3\xd4\x37\x10\xc9\xaa\xdd\x16\x3b\x02\x6f\xa4\x2b\x46\x95\x56\xae\x3e\x3d\x18\x1e\x09\x24\x53\x22\xba\x8b\x40\x0b\x16\x23\xa6\x5a\x33\xf2\x79\xdb\x29\x38\xc1\x95\xa3\xad\x9b\x58\x36\x2b\x17\x22\x31\x7f\x64\x59\x6f\x85\x9c\xc4\x1d\xa5\x31\x49\xdc\xd1\xd6\x7a\xbb\x1d\x96\xe8\x57\xd5\x03\x34\xfc\xf3\xc0\x5e\x11\x1b\x8e\xd6\x54\xb3\xbf\x05\xc2\xaa\xd0\x25\x53\x9a\x64\x11\x85\x72\x51\x89\x08\xfb\x58\x16\x88\x3e\x49\x99\xb4\xf8\xbb\x2b\xe2\x5f\xf1\xbf\x8a\xf1\x08\xd5\xe0\xcd\x80\x23\xf3\xe7\x32\x6b\x2d\x13\x63\xe2\xef\x70\xa4\xc4\xf2\x34\x5c\x0b\x93\x09\x6b\x2d\x9e\xaa\xd2\x22\x4f\xb5\xdd\xe2\x39\xf7\x7d\x21\x25\xd8\x8c\xe4\x3b\x2e\x71\x57\x6d\x99\x90\x52\xcf\x88\x57\x59\x24\x9a\x2f\x65\x44\xff\x0a\x57\xd8\xbf\x15\x7f\x05\x70\xd1\x1f\x5a\x44\xfb\xcb\xdf\x3c\x63\x0a\x0a\x57\xc2\x5c\x12\xa8\x9e\xa4\x64\x32\x7b\xd5\x0a\x3d\x2c\x57\x20\x55\x4b\x16\x94\x49\xfa\x6c\x3d\x53\xfa\x9b\x69\x47\x58\xee\x1e\xfa\x42\x9c\xaf\xc5\x67\xca\x11\x1a\x03\x22\x88\xed\x94\x38\x2c\xed\xfa\x57\x28\xb2\xfe\x0b\x6c\x19\xce\x10\x32\x88\x68\xc5\xce\x64\x13\xaf\x11\xe2\x00\xaa\xae\x6e\xeb\x03\x33\x85\x30\x09\xd3\x82\xca\x48\x25\xa5\x15\xfb\x26\x13\x34\x31\x24\x47\x88\xb0\x62\xa6\xa1\x1d\x34\xb4\xf7\xcf\xec\x59\x09\x9b\x78\xc0\x20\xae\xff\xf2\xc1\x38\xce\x7e\x18\x06\xbf\x3b\xc2\x11\x52\xc0\x2f\x77\x62\xa8\x25\xd1\x2d\xc4\xf6\x62\x6c\x05\xe6\x63\x33\x8e\x6c\xf1\x72\xb7\x9a\x65\x91\x84\x00\xeb\x82\x2b\xaf\x4c\x41\x90\x78\x5c\xd6\xdc\x23\x7e\x6a\x20\x32\x2a\xe9\x1f\xe8\x31\xc5\x35\x22\x92\x07\x07\x80\x40\x83\x34\x62\x50\x18\x1d\xaf\x6a\x6f\xa9\xe3\xcd\x36\x70\x3a\x2d\x0d\x25\x8f\xcc\xc7\xd1\xed\xe2\xb3\x19\xcb\x99\xbd\x82\x47\x25\x51\x36\xeb\xcf\x57\x8f\x0a\x80\xf2\x0d\x78\x73\xf0\x2a\x6a\xfb\x5d\xb8\x2d\x6d\xc2\x4d\xc1\x2b\xca\x9c\x1f\xf7\x75\xed\x4a\xda\x13\x86\xde\xbb\x5a\xfd\x73\xda\x2a\xe3\xbf\xf6\xfa\x78\xcb\x75\x91\xbe\x65\x23\xf0\xbf\x05\xf3\xf3\x00\x8e\x9e\x04\x0d\x2c\xae\xb0\x52\xa3\x9b\xeb\x17\x07\x53\x45\xd3\xc9\x76\x25\xfe\xbc\x23\x72\x12\xa6\x44\xec\x0c\xab\xf8\x99\x6d\xbd\x59\x5a\x1b\xed\xcd\xbf\x9c\x6c\x57\xb2\x66\x3e\xa2\x48\xb4\x4e\xcf\xcc\xce\xdf\xfe\xf6\x3f\x8e\x1b\x9d\x4f\x20\x26\x5d\xb6\x69\xc3\x89\xd9\x7b\xb0\x08\x4f\x69\xc3\x7e\xc6\xa9\x2c\x03\x1a\x36\xc4\xec\x40\x3a\x97\xaa\x9c\xa4\x9b\x9b\x93\x5d\x29\xd1\x6e\xbc\x6e\xac\xb0\xd1\x97\xc0\xba\x84\x1a\x6d\x10\x24\xef\xd8\xa8\xd9\x9a\x8c\xd6\xe4\x7c\xce\xba\x35\x09\xe0\x70\x92\x59\x35\x73\xd4\x5b\x58\xa0\x6a\x14\xca\xd2\x1d\x40\xd0\x62\x14\x65\x73\x60\xef\xe6\x6e\x88\xf4\xf8\x18\x90\xe7\xc6\xf0\xe7\x3b\xc6\x20\x36\xe3\x7e\x08\x3c\x80\x78\xc9\x11\x7d\x85\x39\x43\x95\x6d\x81\x80\xcb\x42\xdc\x37\xef\xec\xed\x0b\x82\xf1\xe7\x0c\xa6\x05\x64\xa2\x40\xbe\xef\xad\x3d\xe0\x92\xe4\xf6\x09\xb0\xb7\x10\x38\x7b\xc6\x23\x48\xbb\x84\x56\x89\x76\xd1\xb7\x41\x1c\x97\x8c\xb9\x6f\x3c\x0e\x67\x42\x7e\x3c\x96\xcc\xd1\xb7\x1a\x4d\x76\xe4\xa8\x31\x62\x64\x8e\x91\x58\x29\xd3\xd8\x28\xb1\x33\xf6\x05\xf8\x80\xcb\xfe\xf4\x60\x8a\xbe\x2c\x98\x0b\x45\xad\x59\x28\xba\x37\xef\xf9\x62\x9f\xdc\x35\x33\xad\x89\x0b\x51\x19\xf4\x6f\x93\x60\x3d\x21\x2c\xcf\xd8\x8b\x3e\x25\x7e\x53\x87\x8f\xe8\xe8\x91\x72\xa8\x29\x1d\x88\x78\x97\xf1\x18\x44\xc7\x4f\xb9\x53\xd2\xbc\x3b\xaa\xa5\x7b\x35\x53\x71\xea\x47\x9c\x0c\x18\x8f\xa1\x70\xa4\xeb\xf9\xe6\x8e\x34\x24\x30\x9d\xb6\x23\x66\x66\x12\x72\x3b\x35\xd5\x79\x2c\x56\x67\x12\x8f\x64\xb9\xcc\x08\xb0\x16\x06\x85\x08\xa8\x24\x21\x7c\x63\x84\x2e\xf1\xdf\xd3\x20\x5c\x6c\xe7\x33\xba\xc0\xbd\x5b\x5e\x1a\x1c\x31\x71\x92\xde\xdb\x7c\xe0\xcb\x7c\xed\x6e\x84\xeb\x88\xab\xad\x6c\xc8\x88\x3b\xf1\x94\xab\x67\x52\x04\x48\xc5\x35\xb9\xa3\xed\x84\x17\x21\xc6\x09\xb6\xa4\xf2\x2a\x17\x56\xed\xb8\x1d\x11\x40\x6c\x32\x5c\x9c\xbd\x3e\xbf\x58\x16\xaf\xe1\x0d\x17\xaf\xe1\xf8\xac\x54\x8c\xb8\x05\x21\x84\x44\xed\xee\x25\xa4\x1c\x6d\x0c\x07\x61\xf0\x01\x68\x40\x1e\xe3\xb1\x90\x49\x7c\xa5\xee\x60\x37\xca\x91\x2e\x8b\xb7\xe0\xb0\xd9\xe5\x66\x2c\xe1\x50\x72\xe9\x4e\x8f\x0d\x31\x4c\x35\x61\x45\x58\x9f\x9d\xac\x9e\xae\xdc\x54\x6f\x39\x59\xc1\x71\x49\xef\x7d\x81\x63\x21\xe8\x48\x4b\xc8\x2d\x2e\x60\x58\x40\x11\x33\x16\xde\x02\xe3\x51\x2b\xe0\x64\x6e\x0b\xb5\x9b\x5c\x16\x4f\x9a\x0c\x37\xfa\xc8\x2d\xdf\xdc\x31\x02\x0f\xd6\x3a\xd6\xa8\x91\x90\xc3\x3a\x56\x6e\x8c\x1b\x5a\x72\x60\x7e\x3f\x92\xd5\x05\x64\xd2\x4f\xf4\xeb\x03\x85\xd5\x7d\xc1\x62\x36\x05\x0c\x5a\x0a\xd8\xe2\x0a\xbc\xc4\xb9\x01\x74\xd0\x28\xcb\x65\xfd\xea\xf8\x86\x3f\xd4\x83\x9f\x1c\x0f\xeb\x66\x3c\x43\x82\x7a\x98\x35\x34\xb1\x33\x82\x86\x81\xc8\xcf\xe7\x7d\xb1\x37\xd4\x35\xc6\x04\xbd\x48\x67\x69\x25\x4b\xd4\xda\x32\x8d\xd3\x17\xdd\x55\x73\xd3\x15\xc3\x81\x85\x64\x57\x76\xba\x15\xd3\x91\x79\xbd\x81\xd7\x15\xcc\x14\x40\xd8\x97\x0e\x56\x0c\xf2\x63\x5a\x44\x84\xa0\xdd\xea\x99\xfc\x9d\x16\x38\x48\x00\xd6\x95\x0f\xc4\x3a\x29\x70\xd9\x94\xb7\xab\x6f\xe9\xbf\xa9\x70\x41\x5f\x6c\xa3\x03\xcc\x12\x06\x25\x5a\xe4\x7c\x43\xb8\xb2\x1d\x6a\x91\x13\x79\xb7\x22\xce\xed\x25\x04\x2e\x53\xc8\x9e\xe7\x67\x1d\x8a\xbe\x41\x06\xe2\x5d\x11\x85\x3e\xb2\x80\x78\x28\x6c\xa5\x28\x9e\xc8\x21\xfe\x73\x08\x1b\xe1\x18\x71\xc9\x11\xcd\x42\xe3\xa4\x28\x4b\x47\xcd\xa6\x08\x1e\x92\x0a\xe0\x02\xda\x61\x08\xfd\x6a\x76\xea\x86\xe5\xb5\x78\xa2\x4a\x88\x6e\x7d\x38\x2c\x12\x6e\xfe\x7d\x9f\xe2\x05\x3f\xe6\x04\x16\x3b\x23\xec\xe4\x69\x27\x1f\x5c\x9d\x28\xa7\xe0\x46\xc6\xcb\x39\x1d\x4f\x74\x02\xcc\x8f\xbe\xcf\x9f\x84\x01\x18\x95\x53\x0a\x41\x8b\x47\x19\xcc\xb3\xac\x54\x82\xb0\x93\x87\xf6\x60\x94\x6e\x5b\x95\x85\xb5\xc1\x41\x45\xd8\x63\xe0\x5c\xcf\x0d\x7b\xa1\x42\x44\x92\x06\xc4\xa9\x92\x62\xd5\x84\x74\x1f\xb0\x5d\x82\xc7\xcd\xb5\x88\x5e\xf1\xb2\x12\x02\xe4\xb0\xc7\x69\x68\x47\xdd\xc5\x61\x2e\x28\x5e\x2f\x41\xfd\x80\x6d\xbf\x86\xf4\x18\xd1\x1e\x62\xc8\x0b\xf6\x52\xaa\x69\x06\x7a\xa5\xf1\xfe\x3d\xfc\x8f\xe7\xaf\x5f\x9d\x14\xbf\x3c\xba\xb9\xb9\x79\x84\x16\x1e\x0d\x2d\x03\x0b\x9d\xd7\x93\xe2\x3f\xbd\x7c\x71\x52\xd8\xcd\xe6\x53\x1d\x02\x1b\x0d\x78\x73\xfa\x6c\xdc\xc2\xd1\xd6\x0d\x38\xd7\xdf\x87\xe2\x47\x18\x5e\x8f\x15\x4b\x79\xf4\x68\x41\x70\x91\x51\x38\xd8\xd5\xf0\xaa\x28\x5b\xa2\x5d\xd0\x47\x4a\x0b\x6c\x5a\xea\xfc\x9c\xff\x24\xc9\x44\x16\xbc\x9f\xc6\xf9\x1a\x17\x80\x9b\x7d\x10\x32\xe1\xc3\x8c\x4b\x24\x36\x40\x89\xe0\x09\x9b\xe6\x5d\x61\xe1\xf9\xc5\x09\x20\xf7\xaf\x5b\x7b\xc9\xbe\x04\xb2\xfc\x89\x9f\x9c\xc2\xd5\x37\xe3\x56\xd8\x53\xa2\xa9\xab\x5b\x79\x61\x27\x40\x84\x80\x17\x72\x15\xbc\x96\xe3\x9a\x1c\x42\x1d\x11\xe1\x6f\xd9\x66\x83\xa8\x07\xf8\x51\x05\xf6\x2d\xe6\x24\x9e\xac\xa3\x26\x24\xc6\x17\xd1\xc9\x84\x9a\x41\xe9\xe0\xab\xb8\xb9\x32\x7d\x21\x8d\x4d\x2b\x44\x7d\x5d\x2a\x38\x4c\x33\x65\x5d\xc4\x0f\xe2\x84\xf8\x61\x78\x49\x14\x6a\x29\x3b\x37\x79\xf6\x0d\x99\x5d\x15\x39\x82\xae\x97\x1b\x0c\xa7\x64\x56\x04\x21\x0f\x0a\x48\xf8\xc4\x66\x9c\xec\x35\xd5\xa7\xf2\x72\x16\x1d\x87\xbe\xe7\x27\xa6\x82\xd9\x2d\xde\x32\xf2\x8b\x2e\x72\x0b\xbf\x79\x7d\xe3\x51\x9f\x7f\x47\x4b\x82\xfa\xb8\x11\x8d\xc7\xf8\x62\x42\x17\xfb\x8b\xf1\x2e\x8a\x58\xd1\x52\x4a\x24\x32\x5a\x9a\x90\x38\x5a\x70\xdc\xd3\x6c\x1f\x12\xf9\x6e\xca\xf3\xf9\x5e\xa2\x49\xd7\xa4\x1b\xb1\xf5\xf5\x37\xbd\x04\xaa\x64\xcb\x62\x4f\x7d\x50\x52\x4e\xb9\xe6\xde\x78\x53\x74\x2a\xa7\x28\x62\xd4\x40\x07\x67\xb6\x7e\xc5\x39\x8a\x71\xfc\x9a\xec\x71\x3f\x0d\xdd\x30\x2b\xd8\x96\x96\x25\xc0\x81\x84\x69\x18\x65\x8d\x9e\x35\x1c\x1f\xec\x2b\x7e\x8e\x17\x2a\xc0\x4c\x5c\x5f\xda\x43\xd5\xdc\x4a\x8c\xa3\x27\xae\xa3\x6b\x73\xa7\x01\x67\x5c\x3e\xb3\x58\x70\x75\x5a\x96\xb4\x40\xf8\x2c\xfe\xde\xde\xce\xb5\xe5\x49\x52\x2e\x43\xdf\x05\x4e\x3c\xd3\x4c\xd0\xbc\x3c\xe2\x2f\x11\x58\x30\x9d\x24\x96\x58\x62\x66\x40\x65\xfc\x75\x1d\x3c\xee\x11\xc3\x05\x23\x4c\x85\x86\xcd\x3a\x1d\x3a\x64\x56\xb0\xaf\x84\x51\x84\x50\x64\xa6\x86\x23\xb8\x1f\x40\xca\xe2\x7a\x15\xfb\xfc\x32\x8c\xee\xd6\x04\xc9\xe6\x21\x82\x92\xc9\x79\xa3\xe1\x40\x13\xa2\xc0\x32\xaf\x18\x23\x02\x25\x15\xd9\xb8\x02\x94\x1f\xcf\x5c\x64\xc8\x6a\xa7\x21\xba\xa9\xd1\xc9\x4b\xe3\xfc\xbc\x22\x92\x32\xce\x4f\x94\xc2\x23\xa2\xf4\x08\xd1\x9d\x6d\x93\x32\x1b\xca\x3d\x7c\x70\x57\x27\x1c\x07\x5b\xcf\x81\xe7\x28\xd3\x69\x45\xb6\xc3\xf0\x4f\x18\xef\x97\xba\xe3\xb6\x63\x39\xfa\x48\x6e\xf2\x31\x6c\xc7\xdc\x48\xfc\x72\x24\xab\xfa\x01\xe6\x63\x41\xe4\xe5\x76\x49\xec\xef\x4d\x87\x78\x38\x43\xbb\xb1\xab\xf3\x2d\x5c\x10\x4d\xf2\x16\x86\xbe\xe8\x67\xa5\x34\x2c\x03\x09\x24\xe4\x8f\x24\x89\xf6\x72\x25\x7f\x24\x89\xad\xb5\xf2\x77\xc2\x9e\x50\x3a\xbf\x3b\xcc\x3c\x75\x12\x93\x71\x29\x55\xc0\x02\xac\xf1\x8b\x83\xfc\x74\xab\x97\x42\x66\x70\xb5\x73\xa4\x24\xc5\xba\x03\x11\xcd\xf2\xd4\xdd\x39\x7e\x16\x3f\xd0\xcf\x24\x7f\xa8\x89\x7a\xb2\xa5\x94\x78\x2b\x1f\x69\x19\x34\x27\x3b\xe7\xef\xcc\xfb\x25\xd0\xbf\x86\x2f\x6c\x94\xdc\x8e\xf2\x4f\x08\x62\x92\xa2\x8a\xd0\x93\x02\x36\xcd\x4e\xe4\x30\x31\x98\x84\x2e\x36\xe1\xa5\x6f\x9f\xbf\x92\x0f\xf6\xc3\xe3\xb8\xa7\xec\x88\x07\xbb\xbc\x85\xf7\xee\x5b\x4e\xbc\xfc\x7c\x86\xf8\x66\xf2\x6f\xff\x1a\xba\x94\x68\x42\x91\xb2\x35\xdb\x9e\xd8\x92\x5f\x39\x0a\x80\xa4\x11\xc5\xee\x6b\x9d\xb5\xf6\xd1\xa4\x0e\x2d\x0a\xb6\x89\x96\x1a\x9b\x12\x92\xd9\xa4\xc4\x33\x22\x21\xd5\x80\x73\x4a\x16\x2f\x5d\x29\xb1\x74\xe4\xc7\xdb\xe4\xbd\x53\x91\x65\x4e\xfa\x63\x78\x5b\x27\x7e\x9a\xc5\xb9\x87\xb4\x74\xaa\xd1\x56\xe5\x0c\xc2\x44\xa2\x07\xfc\xca\xe0\x6c\xb8\x9e\xe3\xf3\xc8\x63\x98\x9b\x7e\x99\x8d\x3b\xa9\xfb\xc4\xf6\xec\x81\xec\x25\x97\x55\xb3\x63\xd5\x17\x88\x04\x56\x05\x10\xf7\x09\x62\x1f\x2f\x0a\x95\x42\x08\x85\xc3\xe3\xf6\x88\x4e\x0d\x3c\xe6\x1b\x27\x42\x22\x61\x4c\xe0\x0c\x1a\x73\x98\x24\x7e\x7d\x79\xe9\xac\x90\x25\x69\x9d\xf0\x4c\xb1\xd7\xc1\x80\x42\x8a\x4e\xb1\xf2\x80\x64\x8c\x5a\x88\xdc\x21\xa8\x56\x7c\xe0\x34\x09\x35\xa1\x8d\x26\x18\xdc\xa7\x8d\xb1\xb6\x4f\xbf\x69\x59\x59\xcd\x06\x3f\x29\x54\xc8\x8b\x91\x54\x96\x6d\x2b\x42\x0e\x88\x72\x10\x97\x8f\x39\x24\xab\x3c\xec\xb6\x5c\xce\x80\x53\x16\x19\x46\x84\x6a\x94\xf9\x68\xb2\xe1\x49\x0d\xff\x2c\x6f\x8b\x10\x26\x21\x5c\xfc\x08\x52\xbc\x2d\xd5\x41\x6c\xaf\x35\x3c\x08\x6f\xb4\x4a\xd2\xc3\x8c\x33\xeb\xff\xd0\x9f\x80\x0b\xc0\x46\x02\xce\x4d\x41\x1e\x76\x19\x72\x56\xc4\x30\x23\x3f\x31\x0c\x42\xfe\xcc\x04\x8b\xa5\xe9\x61\x13\x22\xcb\x17\xd4\xfb\x83\x8d\x31\xdf\x48\x5a\x5e\x14\x97\x8c\x66\x14\x4f\x34\x61\x52\x62\xee\x5e\xd1\x32\x72\xa9\x94\x5e\xc8\xa5\x2f\x0b\xf2\x2b\x1c\x28\x0a\xb2\x99\x00\xe7\x8e\x5b\x64\xd2\x57\x7c\x9e\x47\x3a\xf8\xc0\xb5\x31\x3e\x05\xb9\x15\x09\xe1\xdb\xb8\x85\x89\xd1\x48\x04\x75\x8d\xef\x17\x86\xd1\xdc\xd4\x00\x36\xba\xb9\xf4\xd7\x62\xf1\x23\x61\x82\x77\xf1\x5d\x8f\x89\x47\x66\xfe\xa0\x07\x17\x0c\x51\xa8\x7d\xe9\xd7\xa9\x42\xee\x3b\x28\x99\xf1\x5e\x4e\xd2\xa8\xbe\xa7\x6d\x63\x00\xa1\x4c\x00\xec\x8a\x2b\x26\xfd\x39\xaa\x10\x47\x10\x2a\xac\x04\x0e\xe2\xb8\xc1\x4b\xef\x2b\x8f\x57\x00\xd8\x96\x68\x34\x28\x76\x66\xf7\x16\x30\xc1\x49\xae\x59\x1c\x6c\x73\xa0\x43\xcb\x2f\x21\x3a\x3c\xe3\x80\x47\xeb\x3b\x9a\x1a\x54\xd9\xcf\xf1\x69\x0a\x30\x97\x9b\xa1\x6e\xf8\x5d\x12\xc8\xdb\xcc\x7e\xc1\xf1\xe0\x55\x8a\xdd\xad\x58\x6e\xed\x34\x31\x8b\x30\x3f\xef\xcd\x8f\x86\x64\x98\x1a\xc3\x0d\x4d\x62\x2d\x26\xf6\x94\xf1\x45\x92\xf8\xda\x10\xa7\x1d\x2f\xe9\xd7\xf2\x07\x79\x46\x55\xe2\xde\xea\xbe\x73\x34\x10\x31\x08\xe6\xc7\x06\xa0\xa4\x0a\x30\x81\x67\x4e\x6a\xff\xb4\x65\x30\x66\x77\xcb\xd8\x61\x08\xf3\x04\x29\x53\xc7\xe5\x04\x88\x92\x26\xbe\x91\xe2\x59\x14\x0c\xe5\xd0\x09\xd3\x13\xf7\x82\xf8\x30\x93\xb0\x22\x81\x69\xd7\x47\xd4\x55\x74\xdd\xfd\x3c\x18\xc2\x09\xdf\xcc\x06\xca\xf7\xd1\x52\x46\x9a\x82\x7f\xa5\xa0\xf9\x73\x4a\x88\xa3\x11\xf4\xff\xa8\xe5\xd4\xb1\x68\xed\xa9\x68\x33\x9a\x35\x11\xa3\x18\x73\x42\xfc\xf6\x37\x6c\xa8\x88\x18\x43\x7f\xd4\xd8\x29\x2f\x1e\x39\xdb\xd1\xd3\xda\x93\xe5\xf8\xb0\xde\x4e\xcd\xa8\xa8\x5e\x6a\x45\xc5\xe8\x58\xef\x7e\xc6\x9f\x66\xbb\xb5\x1b\xba\xe4\x9b\x1b\xb6\xa2\xea\x94\x34\x67\xf9\xf8\x95\xcd\xb4\xf9\x53\xb6\x7d\x14\x25\x3c\xc3\x34\x3e\x3c\xb8\x54\x49\x38\x21\xc1\x04\x19\x2e\x3d\x6e\x78\x91\x4f\x7b\xc2\xd1\x8f\x43\xcf\x29\xec\x7e\xa0\x56\x8c\x48\x97\x2f\xea\xb5\x1c\x5b\xd1\xb7\x99\xb1\x8a\x1e\x8f\x0f\xfc\xfc\x2f\xb0\x15\xf8\xe4\x98\xe2\xf2\x03\x91\xea\xc6\xa3\x07\xb2\x9a\x09\x57\xf7\xfa\xee\x39\x07\x14\x37\xff\x80\xca\x07\x23\xd8\xc5\x30\x7d\x33\x11\xec\xe6\x54\x79\x41\xce\xe1\xbc\x90\xa6\x63\xea\x26\xa8\xea\xf5\x59\x51\x31\xdc\xf0\xcb\x18\x03\x22\x7a\xe4\x1d\x17\x54\xa4\xf9\xb3\x5b\x8c\x30\x9f\x72\x21\x2c\xf5\xef\x95\x3b\xac\x93\xa8\x75\x2f\x43\x6a\x11\x02\xd8\xdd\x7e\x19\x2a\x89\x7e\xde\x93\x48\xcd\x28\xdd\xe3\x5e\x98\xe9\x3a\x6f\x7f\x10\xcb\xf0\x37\xb8\x89\xd9\xf4\x51\xe5\x71\x0f\xfa\xa0\x6a\xdb\x54\x56\x07\x59\xbc\xa1\xdf\x71\x68\x33\x6e\xaa\x79\x5d\xae\xd6\xc6\x54\x61\xb3\x57\x21\xd0\x6a\xc8\x20\x32\x03\x52\xc2\xcb\x4b\xa8\x23\x6a\x13\xd2\xf5\xea\xcd\x77\x2d\x10\xdf\xfe\x75\x26\x62\x63\xbe\x1c\x57\xc1\x33\xad\x7a\x53\x13\x35\xb0\x90\x5b\x7a\x09\xaf\xd7\x55\x78\xa6\x55\x13\xc7\x9d\x4b\x2a\xe8\x25\x8d\xcc\xba\xf2\xf1\x57\x69\x95\x5e\x58\xbe\x11\xa6\x85\x46\x51\xad\xf8\xde\x14\x45\x4c\xf6\xb6\x53\x0c\x0a\x8a\x40\x6c\x1c\x49\x8f\x75\x47\x5d\xfe\xe6\xf0\x52\x3b\x60\x8e\x60\x66\x18\xe0\x11\xd2\x81\xa4\xe5\x3e\x6e\x24\x95\x85\x72\x7a\xa6\xeb\x13\x0d\x61\x3f\xb4\xa2\x9e\xc4\x73\x4b\x7e\x38\xf2\x84\xf5\x68\x38\x23\x1f\xe6\x69\xc9\x8f\x1b\x90\xf4\x65\xd9\x91\x50\xd6\x44\x4c\xe9\x78\x68\xde\xbd\x81\x87\x26\xbc\xfd\x4e\xb4\x29\x7d\x3b\x31\x21\x92\x11\xf8\x20\x4c\x69\xaf\xf2\xaa\xab\xbc\x77\x9a\x87\x65\x92\x3a\xf3\x37\xb6\xe4\x89\x5d\xd8\x84\x84\x79\x9e\x5a\x9c\x28\x3d\x3a\x8a\x71\xfb\x51\x28\xc4\x6a\x5d\x5f\x36\xd8\x22\xba\xf0\xcc\x3d\xaf\x6f\xac\x51\x4f\x2f\x5f\x3f\x77\x4f\x82\xf2\xf9\x73\xe1\xbd\x3a\xcd\xfd\x38\x42\x40\xca\xfa\x20\xae\xa0\x4d\x47\x26\x87\x49\x8b\x90\xf7\x31\x81\xa7\xe7\xfe\x34\xee\x10\x9d\xd6\x97\x7a\x4e\xb3\x41\x24\x0d\xcf\xdd\x19\x47\x4a\x7a\xaa\x11\x5a\xcb\x94\x42\xd5\xfb\x31\x5c\x0e\x27\xb4\xca\x7b\x9d\xbc\x1b\xd1\x8d\x12\x82\x5d\x54\x41\xb4\x9b\x1c\x3c\x90\x43\xbb\xca\x6e\xe9\x73\xb8\xd9\x69\x3c\xea\xfa\x31\x1d\x61\x54\xc0\xd3\xb0\xe6\xad\xa3\x96\x29\xf6\x98\x92\xc4\x61\x71\x51\x69\xc3\x4f\xa4\xc5\x83\xef\xc1\x43\xf1\x50\x80\x86\x2f\xe3\x84\x7d\x28\xe7\xa3\xb8\x26\x8b\x3e\x2a\x9b\x92\xe3\x9b\x3f\x38\xa6\x80\x94\xee\x1a\x95\xc7\x3b\x1e\xb9\x7c\x60\x40\x82\x47\xfe\xe0\x80\x72\xcc\xf4\x31\xa3\x72\x27\x61\x58\x06\x54\x55\x82\x6a\x32\x24\x03\xc5\xe9\x1d\xa3\x3e\xf2\x9e\x18\x63\x6e\x01\xc2\x80\x70\xd8\x5c\x8a\x19\xd1\xd4\x5c\xea\x9c\xd3\x53\x10\x5c\x2e\xc7\x67\x2d\x66\xa6\xe7\xed\xae\xde\xd4\xc8\x8b\x0d\x96\xe5\x12\x76\x49\xa3\x84\x1c\x59\x3c\x00\x2d\x93\xb7\x69\x4e\xad\x96\xaf\x98\x16\x43\x08\x99\xba\xe7\x03\xa8\x91\x98\xb5\xe3\x18\x69\xf0\x84\x85\x64\x78\x85\x4b\x9f\xac\xfb\x91\x77\xf1\xdd\x02\x2f\xcc\x5e\x36\x86\x1f\xd2\x81\x82\x47\x78\x3e\xff\x28\x43\xc3\xcf\x3a\x76\x9e\xed\x4e\xe9\xfb\xc9\xb3\x60\x47\x1f\x6c\x1b\x88\x35\x90\x37\xdb\xc1\x05\x65\x6f\x14\x3a\x09\xc3\xbc\x63\x62\xd6\xed\x06\xef\x8b\xa2\xf6\x96\xab\xd3\x6b\x50\x65\xec\x30\x81\x59\xec\x89\x0c\x69\x10\xd2\x94\xc8\x18\xf9\x2b\x91\xce\x12\x97\xa7\xef\xf0\x53\x62\xef\xf3\xf7\x0b\xfa\xb5\xe8\x9b\xde\x54\xab\x0b\xfc\x6f\xbf\x2c\xee\x97\x8b\x38\x6d\x16\x6b\x53\xdb\x44\xcf\x9d\xfb\x5f\x57\x36\xc9\x0f\x3e\xb1\xe0\x0a\xfd\xd3\x33\x69\xfd\x5b\x0c\x8c\xc5\xef\x43\xc7\x6d\x88\x21\xae\x0e\x90\x77\x5c\xc7\x3e\xd3\xa9\x78\x2f\xd1\xae\x42\xf6\xcf\x21\x03\x60\xd2\x02\x33\x8a\x2b\x79\x60\xbe\xc4\xfb\xe7\xfa\x82\xcf\x49\x92\x92\x0b\x5d\xd2\x1c\x7d\x14\x43\x69\xc7\x2b\x9b\xe6\xa5\x24\xc5\xb8\x75\x81\x26\xbb\x1b\xe8\xf0\xa5\xb9\xd7\x4d\xde\xf3\xb4\x47\x35\x1d\x4e\x93\xbc\x53\x46\x36\x30\x35\x36\x1e\x55\x4d\x63\xff\xcf\x8c\xaa\x93\x87\xfa\xd2\x1c\x09\x73\x99\xcd\x4b\x44\x67\x69\xd2\xb6\xa9\xf5\xaa\xf6\x0f\x64\xc7\x3c\x65\x31\xd2\xa4\xde\xc7\x0d\x4c\x13\x43\x90\x92\x34\xd1\xd5\xfc\xde\xd6\x95\x58\x14\x65\x6d\xd0\xb9\xcd\x26\xd7\xfb\x17\x1d\x92\x00\xe9\x1a\x84\x3f\x29\xc5\x6f\xda\x42\x4b\x3e\x03\x74\x89\xcc\x21\x40\xdf\x2c\x74\xae\xbb\x1b\x87\xc0\x98\xf2\x56\xd6\x6c\x89\x76\xa8\x57\x4f\x79\x39\x93\x6c\xf8\xf2\xc2\x4f\x9c\xdf\x48\x68\x38\xa8\x2c\x42\xef\x11\xf2\x78\x8d\xc7\xb2\xad\x44\xa0\x0d\x4f\x32\xdc\x59\x33\x5e\xb4\x4c\x54\x41\x5a\x3f\xdb\x48\xb8\x83\xdd\xe8\x0e\x8e\x8d\xeb\xf5\x4d\x85\x46\x0f\xb3\x77\x81\xe4\xe9\x43\x27\x1e\x88\xd4\xdc\xca\x7d\x54\x3b\x33\x83\x1d\xb7\xf3\xf1\xe3\xe4\xcb\x02\xd7\x83\xbb\xb6\xb3\x23\xe4\xac\x71\x98\xf5\x0f\xb4\x33\x37\xc2\xd0\x4e\x35\x6b\xa2\xfd\x3b\x86\xcc\x97\x77\xbd\x93\x2b\xcb\xcb\xdf\x45\xdb\x1a\xda\x6d\xed\xa6\x69\xcb\xae\xe8\xa1\xd9\xa9\x60\xe0\x0a\x39\x39\xc7\xc3\xf8\x40\x83\xf1\xb9\x8d\x8f\x6e\x51\xe2\x1b\x1d\x95\xa0\xa7\x53\xd8\xb9\x7e\xbd\xdb\xe8\xd0\xbf\x8b\x6f\x97\xc5\x87\xb8\x76\xa6\xbd\x44\x4c\x09\x50\x08\x76\xc3\x22\xa6\x6e\x38\xb2\xf6\x69\x6b\xa3\x35\xcf\x28\x0a\x61\x06\xb6\x06\x72\x85\x8f\xe8\xef\xd8\xfa\xb7\xb6\xbb\xad\x37\x10\x6a\xe2\x75\x28\xb6\x3e\x78\xe3\x84\xff\xe5\x97\x05\x61\xb1\xf8\x60\x49\x59\x9f\x49\xa0\x4f\xf7\xab\x65\xcd\x7d\xf7\xa0\x78\x18\x5d\x7b\xbe\xe4\x68\xda\x82\xea\xf9\x70\x1d\x0e\x08\x1f\x5c\x33\xce\x34\x72\x85\x78\x33\x1c\xd8\x43\xd8\x4f\xef\x1c\x42\x36\x6f\x9b\xb4\x1d\xae\x11\x88\x69\x99\x98\x1c\xcb\x10\x67\x9b\x4d\x0c\x70\xc2\xf4\x40\x91\xc4\x23\x21\x25\x18\x87\x8e\x5f\x1f\x78\x18\x42\x82\x37\xde\xe3\x30\x0b\xe9\x2c\x2e\xf4\x91\x5c\xc8\xed\x33\x11\x78\x1e\xef\x7f\x47\x67\xe0\x23\x53\x4f\xc7\x38\x73\xd6\xee\x18\xa0\x5f\x8a\xf1\x21\x4b\x6f\x78\x8e\x39\x4d\x7d\xf4\x8e\x10\xf8\x05\x87\xf8\x23\xd6\x3a\x3e\x5a\x8b\x23\x7c\xce\x85\x52\x9c\x3a\xb4\xb0\x10\x58\xef\x9a\xb6\x19\x88\xa3\xb1\xab\xef\xfd\x2f\xa2\xc9\x38\xcf\xcd\x14\x67\xfd\xca\xed\x7a\x60\x9f\x6b\xf5\x91\xe4\x75\x7a\xc9\x2f\x36\x18\x5f\x37\xbd\x39\x98\x26\xf2\x35\x21\x61\xdf\xb0\xca\xc5\xd7\x38\x95\x14\x3c\xe9\x02\xaa\x29\xa9\xa8\x55\x9a\x4b\x22\x3c\xeb\xa4\xc6\xeb\x9e\x4d\x49\xd3\xbb\xe7\xd0\x70\xcc\xf9\x75\x45\x6b\x38\x1c\xd6\x58\x8a\x4e\xc3\xdd\x8a\xb9\x72\x71\x36\xd4\xc2\x43\x4f\x3b\xf0\x63\xd2\x6a\x32\x20\x91\x71\x6b\x97\xd3\x3a\x88\xbf\xa6\xe5\xcf\x61\x34\x6b\xc4\xbb\xa9\x9c\xab\xe2\x17\xef\xca\x9a\xc3\x78\xe9\x9e\x51\xda\xdc\xa2\x71\xd9\x63\x0b\xc0\x95\x66\x56\x21\xad\xe4\x4a\x91\xdc\xc5\x0a\xcf\xe5\xb2\x39\x5a\x81\xcd\x85\xc6\x55\x8a\xb7\x5d\x73\xa4\x82\x2a\x08\x47\xc3\x52\xfd\xab\x99\x0e\xac\xb9\xfc\x47\x42\x58\x44\xdc\xee\x10\x66\x40\xf5\x07\xa8\x93\x14\xbc\x6c\x9a\x1e\x2c\xdb\x01\x64\x2e\x1b\x8a\x66\xab\x75\xe6\x2a\x46\x82\xdf\xfa\x62\x39\xa5\x4b\x15\x8e\x2d\xd9\x39\x72\xe7\xd6\x6c\x8f\x70\xf2\x6b\x68\x7b\x36\xc4\xbd\xd2\x5d\x38\xea\xf2\x5c\xf5\x40\xb6\x78\x79\x4e\x25\xef\xaa\x19\x3a\x1d\xd5\xf1\xdd\x66\xa0\xb7\x31\x04\x99\x77\xf4\x0b\x6a\x3e\x36\xf3\xd8\xe4\xbc\xc2\xb4\xfa\x5c\xe7\x5c\x6b\xae\x77\x79\x98\x17\x77\xe8\xe5\xb0\x79\x6f\x7b\xf8\xb3\x5e\xad\xd9\xc2\x24\x36\x74\x81\xb0\x6f\xb2\xde\xcf\x28\x9b\x4f\xd1\xb7\x5c\x7c\x6e\x1d\xe9\x5e\xdb\xdb\xde\xb0\x65\x51\xb2\xfa\x92\xa2\x01\x4b\xbe\x7f\x2c\xa6\xd0\x79\xcd\x06\xa1\x7f\xd6\xca\xdd\xe8\x59\x04\x15\x19\x5a\x39\xe5\xe7\x38\xd3\x63\x19\x59\x9d\xb9\xd9\x21\xd2\xa7\xdc\xb3\x9b\xdb\x8d\xbc\x0b\x2d\x0f\x2f\x10\x42\x70\x9b\x8a\xe9\x63\x1a\x4b\x52\x83\xb9\x38\xaa\xc1\x28\xf4\x09\x9b\x8b\x4b\x48\x84\xac\x94\x20\x32\x5f\xec\xcc\xd0\x8e\x29\xd2\x0a\xf3\x9b\x2b\x7d\x40\x7c\xa3\x0f\x16\xf7\x43\x90\xd2\xdc\x3d\x02\x3c\x0c\x9d\x99\x2b\xad\x83\x40\x48\x08\xbb\x19\x64\x51\xa8\x80\x30\xd1\xe2\x56\xa5\xef\x8b\x11\xfc\xd9\x2a\xb2\xdc\xfc\xc2\x18\x6e\x32\x65\xb4\xa5\x02\xbf\x25\xec\xb5\x3d\x51\x09\xed\x5f\x4c\xd2\x42\x9e\x41\xd0\x6f\x4f\xe8\x96\x62\xe1\xcb\xb1\xf4\x25\x63\x2e\xba\xa5\x64\x09\x21\x05\x9e\x5d\x13\xd4\xfe\x58\x0c\x97\x7d\x22\x1b\x50\xcb\xbb\x99\xea\xf1\xbb\xbd\x15\xcf\x99\x18\xf1\x92\xae\xc3\x57\xea\x15\xc5\x1f\x17\x4d\x01\x63\xf2\x64\x42\x13\xc3\x5f\x4f\x75\xa7\x41\x7b\xc4\xa6\x87\x65\x74\xf2\xaa\xee\x5e\x1e\xcd\x96\x66\xf2\xc0\x8f\x3a\x3b\xe6\x3f\xc4\x1a\xef\x34\x93\x38\x14\xe7\x9c\xaa\xe5\xf8\x3d\x86\xd5\x0b\x7e\x95\x21\xad\x8a\x40\xef\xca\x6d\x8d\xaa\xbf\x40\x8e\x58\x41\x48\xf9\xf0\xd6\x6e\xb0\x85\x30\xec\x1f\x55\x70\x00\xfe\x82\x5d\x50\x61\x4a\x5b\x0c\xb5\xe8\x4e\x4b\x3f\xf0\x23\xef\x72\xfb\x17\xd2\x19\xf5\xfa\xe5\x38\xfa\x28\x77\x5c\x83\x00\x1c\xc1\xcc\x26\x07\x8d\xbd\xf9\x45\xdf\x23\xf0\x4f\xa2\xbc\x34\xbf\xb8\xfd\xb0\x4f\x25\x52\x8f\x35\xaf\x78\x81\xe7\x50\x8e\xd5\x14\x19\xdf\xc3\x73\xc2\x32\x8f\x3e\xc7\x14\x11\xfd\x60\x57\x35\x97\x06\x46\x35\x1c\xfb\x45\xde\x53\xf9\x54\x5b\x70\xdd\x3a\x42\xe2\xe8\x01\x2c\xda\x64\x93\xc3\x26\x4a\x33\x78\x8e\x4a\x5e\xb1\x9e\x71\x1f\x1e\x39\x9b\x03\x5e\xb6\x0e\x80\xab\x0a\x53\x72\x33\x2d\x08\xed\xb8\xf7\x92\x48\x7d\x42\xf4\x2a\x71\x2f\xca\x5a\x92\x27\x3f\xe4\x31\x8f\x71\x6b\x62\x80\x29\x98\xc2\xe6\x96\x11\xfa\xe2\xe4\xf1\xf7\x42\x66\x61\x20\x08\xfa\xa9\x86\x07\x83\x7c\x13\x8f\xe8\xae\x75\x60\x79\x59\x0e\xb4\x07\xd7\x5b\x11\x16\x8e\x06\xcf\xef\xe0\xb1\x58\x16\xef\x59\x43\xe5\xc2\xd1\xa1\xb3\x40\x08\x1c\x7c\xcb\x69\xc0\x20\xef\x82\xdd\x12\x35\xdc\x04\x0f\x5b\xd6\x3d\xa5\xfd\x21\xea\x02\xcc\x79\x46\xdd\x09\x47\xc2\xa4\xb8\xef\xb0\x8c\x7d\x8e\xb4\x24\xfc\xb4\x6c\x42\xf6\xcb\x00\x8c\x57\x00\xb6\x78\xd5\xcf\xf3\xb6\x55\x40\x04\x13\x5b\x2c\xff\xb8\x63\x2a\xe4\x4f\x10\xc8\x27\x0b\x88\x30\xbb\x25\x3b\xb6\xde\x8d\x88\x47\xc2\x4d\xae\x16\x51\x2d\x7f\x26\x56\x46\xfc\x9d\x6b\x78\x16\x22\x10\x65\xdc\x7a\xa4\xb3\x5c\x09\x3f\x7e\xaf\x6d\x56\x99\x2b\x19\x71\x20\xf2\x9d\x2b\x95\x55\x14\xbb\x94\xc7\x94\x3a\x7e\x2b\xc5\x97\xc4\xe3\x28\x1d\x5e\x47\xf1\x85\xc6\xef\x6d\xb0\xb8\x56\x71\x62\x36\xea\x11\x56\x7c\xc9\x79\xc5\x19\xf2\xb4\x0e\xa2\xf4\xc1\xb4\x1f\x96\xe5\x8a\x73\x35\x23\x0c\x57\xbe\x63\x14\x7a\xf9\x96\x67\xf8\x4b\xef\x92\x22\x89\x33\x36\x60\xc9\xd0\xb8\x89\xd1\x90\xd8\xd3\x29\x29\x33\x87\xcc\x19\x8d\x4b\x99\x91\xbf\x83\x24\xc2\x8b\x77\xf5\x8c\xfe\xd3\x6f\x9c\xe6\xd5\x19\x8e\xb4\x26\xb0\xb4\xab\xac\x57\xdf\xd2\xdf\xe2\xc9\xab\x34\x35\xbc\x28\xcf\x79\xe1\xcd\xf9\x99\x12\xfe\xe6\xf8\x8b\x69\x11\xde\xfe\x4b\xb1\x7b\x0c\x0f\xc3\x73\xc8\xcc\x06\xef\xcc\x21\x66\x66\x85\xab\x04\x0f\x2e\xb1\x71\x22\xfc\x1c\x80\x7b\x4d\x71\xe5\x76\x57\x6c\x5e\x40\x68\x64\x27\xd6\xf1\xf2\x60\xa7\xae\x1f\xa8\x0d\x0e\x9c\x8b\x0b\xb8\x50\xed\x05\x07\x62\x4a\x0a\xd0\x4c\x38\x3b\xcc\x84\x10\x33\xc7\x8d\xb1\x53\x6f\xb0\x22\xe4\x1d\x2d\x9b\x29\x4c\xe4\x5e\x0c\x97\x22\x46\x8d\xd0\xd7\x8f\x10\xe7\x13\x41\x27\xb7\xce\x56\x25\x82\xfe\x21\x96\x77\x1a\x19\x67\x39\x69\x5f\xb6\x52\x3f\x9b\x22\x81\xa5\x58\xa6\x1b\xda\x51\xb1\xc7\x78\x2a\x6f\xa6\xa4\xbc\x60\x1e\x8a\x3d\x95\x17\xcc\xb9\x90\x84\x41\x93\x35\x91\xb8\xc1\xbe\x36\x2b\xbd\x34\xfb\x14\x1f\x79\xfe\x1e\x37\xd8\xba\x33\xab\x97\x5d\x71\x5a\x16\xe7\xa7\x9a\xde\xed\xfb\x83\xbc\xd5\x75\xfe\xf2\xe2\xac\x38\x0e\xb2\x28\x18\xa0\xaf\x40\xe1\x24\x23\x82\x61\x9a\xa3\x76\x71\xea\xb9\x23\x2c\x32\x7d\x13\x98\xf0\xf7\x7c\xa9\xe3\x54\x0b\x40\x0b\x9e\x91\x2d\xe2\xb7\xb2\xfb\x8b\xd4\x58\x16\x2f\xf1\x1c\xf0\x01\x14\xb2\xa4\xc0\xf3\x78\xa0\xbd\xbb\x84\xc2\x80\xb0\x3c\x9b\x68\x5d\xde\xb2\x84\xdf\x14\x0f\x4e\x1e\x2c\xb3\x93\xbd\xee\xab\x2e\x09\x91\xf5\x18\xa2\x93\x66\xd7\x9a\x2d\x71\x80\x17\x2f\xce\xfd\x3c\xdf\xbb\x03\x4a\xae\xd9\xed\xfe\x16\xc6\xc5\xbd\x89\x3e\xf8\xb1\xe0\x01\x2a\x5d\xdb\x5e\xbb\x8d\xcd\x9f\xba\x66\x79\x0a\x8c\x07\x8a\xb3\xd3\x97\xf9\x08\x38\x16\xab\xa7\x5d\x93\xb1\xbc\x49\x9f\x81\xc7\xee\x68\xa4\x57\x8f\xa9\xdc\x81\x63\x5f\x77\xb0\x75\xf5\x2d\x82\xfa\x7c\x4a\xff\x8d\x37\xf3\x5c\x94\xf7\x7e\xd9\x73\xea\xc7\x14\x99\xe2\x2b\x09\x3c\xa8\xa4\x90\x89\x58\x34\xf3\xd1\xc9\xd5\x67\x1f\xf4\xd3\x59\x66\xe8\x33\x5e\x8c\x79\x2b\x1f\x69\x67\x97\x36\xb5\x7a\x2b\xf2\xb0\x3b\x27\xad\xf6\x78\xa9\x35\x77\x5e\x3e\x2b\xb7\x16\x54\x2e\xcf\x3b\xe4\xcd\x06\x13\xef\x69\xf9\x18\xb5\x77\xb4\x34\x94\xb2\x6b\x9c\x44\xe3\xbe\xb4\x5e\x88\x4c\x14\xcd\x31\x93\xee\xa4\xed\x8c\x88\xc8\x9b\xfd\x90\x3b\x90\xc8\x22\xbd\xc0\x6f\x56\x9f\xe9\x05\x7d\x5a\x94\x28\xa3\x04\x70\x4f\x93\x67\x72\xd3\x12\xd7\x62\x1a\xdc\x09\x64\x1e\x29\xe4\x9d\x71\xe7\xf2\x47\x17\x9c\xa6\x36\xdb\x6d\x45\xfc\x3b\xc2\xe0\xb3\x7d\xbe\x7a\xd2\xbf\x96\xe4\x50\xd7\x75\x7c\x6e\x20\x7c\x64\x01\xde\x8e\x9f\xd4\x66\x50\xa5\x63\x43\x3c\x11\x1f\xb8\x37\x9c\xed\x2b\xb5\x03\x0b\xab\x5a\x51\x17\xdb\x82\xb9\x60\x7d\xa4\x2a\x14\x18\xf5\x1b\x38\xe5\x58\x08\x04\x53\xdb\x34\xfd\xe8\x25\xbd\x37\x94\x24\x9d\x26\xa6\xda\xba\xf6\x50\x7d\x6c\xd6\xf2\xa2\xd7\x1d\x35\x39\x86\x37\xab\x79\x37\x61\x3d\x68\x6a\x1f\x59\x11\xa6\x66\xcd\x2e\xf4\xb9\x69\xdd\xa1\xcf\xfd\x39\xcf\x39\x2d\x4e\x04\xb6\xd9\x0a\xb5\xbc\x2e\x23\x14\xa0\xcb\xf4\x5c\x6c\xb8\xc3\xd2\x5f\x1e\x01\xa2\x27\xaa\x22\x4e\x0a\x46\x4a\x2a\xa6\x45\x12\x26\xa6\x45\x0a\x2c\xa6\x25\x3b\x95\xa4\x76\x5d\x35\xde\xa2\xf3\xf3\x17\x33\x05\xc2\xfb\xb6\x1d\xfc\xb0\xc1\xfb\xdc\x83\xa5\x12\xe2\x7b\xdf\xfb\x34\x29\x9f\xad\xe8\x28\x3d\xb4\x81\xeb\xff\x5e\xf7\x33\xf5\x67\xbf\xb8\xc7\xa1\x45\xee\xf5\xae\xbc\x8c\x0d\x79\x7c\x7f\xfc\x78\x01\xef\xc7\x95\x57\x21\x05\xf8\xf0\x6a\xad\x06\xb4\xfa\x5a\x66\x09\x65\x59\x30\x9e\x65\x9e\x5b\x28\x80\x31\xe8\xfb\xdb\x02\x80\x2f\x17\x46\x7e\x5d\x84\xb1\xc1\x79\xae\x4d\x44\x20\x31\xb8\x28\x3b\xe3\x9d\x0d\x55\x67\x6a\x3b\x5f\xd9\x3f\x02\xe2\x1f\x05\x61\xbf\x22\xff\xac\x67\x13\x9e\x99\xc7\xfa\xfe\xc0\xef\xbd\xfb\x8a\x7a\xb1\x89\xc4\x51\xcc\xa7\xd3\x3b\xd6\xa8\x84\xbd\x7a\x70\xca\x79\xbe\x1a\x2f\x88\xca\x6e\x78\xda\x80\x5b\x2f\xb2\x19\x2f\x01\xfb\x8b\xba\x5f\xad\xc4\x78\x97\x85\xa8\x10\xf8\xb7\x66\x29\xc2\xdf\xdb\xdb\xe2\x1c\xe1\xaa\x1f\x23\x7b\x32\xb0\x03\xb1\x1f\xc6\x8f\x89\x46\xc4\xdf\x01\x79\x89\xbb\x39\x1c\xd9\xd6\x15\x6b\x4d\x45\x5c\x55\xfc\xe0\x44\x30\x59\xe8\x33\x84\x61\x9d\xe8\xce\x8a\x04\x74\x52\xef\x8d\x75\x62\x23\x07\x16\xda\x93\xd0\x22\x9c\x3b\xd2\x96\x8f\x59\x31\x0f\x4c\xde\xcb\x5b\x0b\x73\x34\x96\x75\x65\xeb\x1d\xc1\xf1\x3f\xe0\xa3\x78\xc1\x1f\x61\xb1\xc4\xd5\x9b\x25\x7f\x84\x0e\x55\xd7\xf3\x42\x1e\x97\x15\x5b\x1a\x7e\x18\x2b\x80\xcb\x5d\x74\x0e\x6d\x1a\x08\x9d\x64\xb3\x8e\xde\x29\x2f\x39\x73\x54\x74\xc4\x4a\xe5\x99\x7e\x5b\xe9\xd4\x35\x11\x9d\x17\xcf\x9e\xbe\x78\x3d\x2a\x39\xc1\x17\x9a\x3e\xc1\x2d\x9a\x3e\x83\x4b\xc4\x22\x60\x7e\xe8\x6c\x15\x90\x17\x9c\x1f\xb8\x40\xf7\x7c\x23\x22\x7c\xcf\x0a\x9a\x92\x80\x8c\xe9\x73\x9a\x9a\xc4\xc5\x9a\x29\x35\xf7\x0e\xf2\x4c\x31\xfa\xe0\xd7\x22\x6a\xdb\x75\xd3\x0e\x3b\x49\x3d\x8a\x90\xba\x2e\x43\x11\x5a\x1a\x2e\x91\xb0\x58\xc4\xab\xa4\x6c\x1e\x34\x2d\xea\x8b\xf8\x96\x33\xe7\x8e\x33\xcd\x0c\x23\x25\x40\x75\x63\x2a\xf8\x31\x27\x8e\x8e\x23\x4e\x8f\x94\x0e\x27\xf2\x2d\x3f\x8f\xeb\x46\xe5\x77\x9b\xb0\x40\x22\x51\x4f\x56\xa9\xf4\x8f\x95\x05\xd9\xf7\x68\x7e\x95\xdb\x5a\x15\xd7\xd3\x5a\x80\x5b\x19\xcd\xee\xaa\xef\x0f\x5d\x12\xbf\x83\x9f\xed\x1d\xcd\x66\xd2\x48\x3e\xc0\x83\x63\xdd\xca\x91\x95\xff\x0e\x4f\xc0\x8e\x4a\xea\xe5\xb1\x0a\xec\xc1\x36\x29\xe4\x0f\x05\xf1\x23\x82\x44\x13\x74\xff\xbd\xa6\xa5\xb4\xc2\x7c\xb7\x09\x61\x80\x42\xa3\x1b\x14\xb9\xde\x72\x6d\xb9\x69\xf1\x36\xb5\x18\x11\x39\x11\x48\x12\x9d\xeb\x73\xe3\xc9\xf3\x29\x1c\x5d\x77\x60\x51\xa1\xad\x4b\x13\x4b\xe2\xe5\xb4\x17\xfc\x70\x23\xf4\x28\x84\xed\xe0\xf0\x1a\xb2\xc3\xd3\x6b\x54\xe4\x1c\x97\xef\xb8\x80\xfd\x05\xd4\x99\x57\x97\xbe\x1a\xf6\x30\xbe\xa5\xe1\x44\xdd\x45\xd2\x56\xe3\x05\xd5\x12\x24\x92\xb8\xdf\x84\x70\xf3\xc5\xa6\x8f\x0c\xf8\x29\xd0\x1a\xe2\x6d\x3e\x16\xed\xc1\xa6\xaf\x99\x1d\x85\xa2\xce\x74\x0c\x76\xe1\x6d\x01\xbd\xa1\x9d\x7c\x12\x90\x10\x26\x8a\xe6\x81\xde\xc4\xce\x17\x66\x27\xf1\x92\xdd\x97\xd7\xea\xcc\x0c\x4f\x76\xbe\xe9\x36\xf0\x20\x45\x4e\x28\x6d\x36\x62\xe0\x77\x2a\x7f\x63\x97\xfc\xc6\x22\xb4\x5f\xfc\xf4\x3b\xb1\xc5\xc4\x62\x87\x5c\x9a\x6e\xcc\x7f\xa2\x1f\x59\x09\x57\x0b\x05\x28\x59\x8e\xf7\x9d\x53\x8a\x73\x9f\x92\xb4\xc6\x2c\x8e\x14\xe5\x30\x0f\xcc\x43\x9d\xeb\xf7\xb8\x9c\xf4\xc9\x45\x60\x62\x23\xf3\x8a\x23\x8f\x84\x61\x9a\xb2\xfe\x3c\x35\xcc\x4c\xe6\x91\x6f\x9b\xcf\x68\x0e\xab\xd7\x87\xe5\x64\x84\xca\x26\x9d\xf3\x7e\x14\x9a\xfb\x41\xeb\x9d\xc5\x8f\xb2\xca\xef\xb2\x37\xed\xaf\x8c\xd7\xf4\x64\x01\x6f\xf3\x70\x27\xf7\xe5\xfd\xc1\xd6\xd6\x21\xb6\x6f\x66\x8c\x01\x5f\xd3\x5a\xe2\x3b\x85\xe7\x80\x3e\x8f\xcf\x01\x99\xf4\x5d\x24\x7e\xd3\x30\x3c\x69\x18\xde\x99\x93\xa1\xb0\x9d\xb1\x06\xf4\x1f\xbd\xa5\xd4\xb5\x9b\xc9\x8b\x88\x38\x06\x79\x31\x64\xfe\x9d\x6f\x5b\xa6\x29\x8f\xf1\xfd\x04\x17\x07\x79\x29\xd1\x55\xde\x3a\x32\x1d\x58\xf7\x99\x48\x62\x3f\x93\x09\xff\x29\x79\xb2\x4e\x1b\xca\x5f\x89\xd2\x47\x2d\xb2\x67\x58\xd2\xd6\xf4\xed\xa7\x69\x63\xd9\x1b\x81\x18\x56\x78\x1d\xf2\x0f\x0c\x6d\xe6\x45\x9a\x9f\xf4\xd5\x9c\xdf\x3d\xb2\x10\xec\xd3\xef\x46\x08\xe9\x39\x01\x0e\xd9\xe3\xd9\x0d\x8e\xe0\xc2\x31\x91\xf0\x14\x75\xb2\xb1\x88\x9b\x6b\x76\xd9\x70\x78\x63\xd3\x37\x02\x73\x78\xf9\x3c\x7f\x03\x33\x79\x79\x8c\x5f\x8b\x62\xa4\x22\x89\xae\x6b\x6a\x8d\x4c\x82\x87\xb9\xee\x87\xf7\xab\x08\xf4\xfb\xa6\xa9\xde\x2d\xcc\xae\x59\x6d\xcd\x82\xdf\x5f\x87\x33\x14\x82\x7d\x95\x20\xef\x17\xf8\x82\x4f\xd4\xe7\xdd\xea\x73\x0d\xf4\xd7\x20\xd2\xff\xe7\x7b\xfa\x26\xe0\x86\x98\x12\x9f\x57\xf4\x09\x4d\x0a\x7e\x97\xf4\x9b\x45\xe3\x92\x75\xc3\x35\x7b\x28\xa8\xe5\xc1\x83\xcf\x09\xc5\xa2\x36\x0f\x86\x3e\x6f\xe9\x83\xcd\xc1\xee\x23\x26\x11\xba\xe0\x27\xf6\xe4\xa7\x93\xb7\x6f\xa0\xb2\xe7\x54\xfe\xc9\x89\x57\xcd\xd0\x72\x12\x88\x95\xfb\xb0\xfb\xbb\xe5\x4f\xee\x9a\x4b\xdc\x58\xfb\x5e\x9b\x92\xee\xb9\x1c\xf5\xde\x5f\x49\x5b\xb6\xe3\x72\xb7\xd6\x48\x4b\x34\x0a\x4e\x68\xcd\xcd\xda\x8f\x44\x87\xc1\x69\x7e\x1c\x32\x08\x5a\xbe\xb2\x6d\x0e\x88\x59\xfe\x6e\xe1\xdf\x99\xf0\x0f\x4c\x3c\xa1\x1c\x6f\x3e\x08\xfb\x32\x5a\x7e\x04\xa7\x7f\xcf\x02\xe7\x03\xdc\xe2\x97\x0b\xff\x2e\x8d\xab\x0f\x83\x32\xec\xf1\x05\x24\x29\xa4\x4d\xf8\x70\xbc\xfc\xfc\xac\x3c\xec\x4d\x3b\xb7\xbe\x74\x3b\x79\xfe\x0b\xbc\x50\xf1\xf0\xaf\x7f\xe5\xd2\xf4\xfb\x6f\x7f\x2b\x5e\x7e\xfb\x69\x61\x7f\x41\x70\x5a\x44\xbe\x13\xed\xaa\x2f\x46\xdf\xdf\x65\x25\xe1\xbe\xcf\xe6\xfe\xac\xfa\x7b\x23\x11\x6e\xb6\x1c\xc0\xe4\xff\x07\x00\x00\xff\xff\x56\xa9\x52\xea\xb7\xc3\x00\x00")
+var _confLocaleLocale_itItIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\x4b\x8f\x1c\xc7\xb2\x1f\xbe\xef\x4f\x51\xe2\x01\x41\x0a\x18\xb6\xa0\xa3\xfb\x7f\x40\x50\x4b\xff\xd1\x90\x12\xf9\xbf\x7c\xcc\xe1\x90\xba\xb6\x05\xa2\x95\xdd\x95\xd3\x93\x97\xd5\x55\xad\x7a\xcc\x68\x74\x70\x00\x2f\xbd\xf0\xca\x2b\x2f\x8f\x77\x36\x70\x57\xde\x79\xad\x6f\xe2\x4f\xe2\xf8\x45\x44\xbe\xaa\xaa\x87\x94\xee\xd5\x42\x9c\xae\x8c\x7c\x47\x46\xc6\x3b\xcd\xe1\xb0\x2e\x6d\xb7\x5d\xbd\xad\x8b\xce\xb6\xd7\xee\x57\xd7\x14\xdf\xbb\xbe\x30\x43\xdf\x3c\x6a\xba\x83\xeb\x4d\xdf\x14\x87\xb6\xa9\xe9\x1f\x53\x55\x0f\x86\xae\x59\x2c\xae\x9a\xbd\x5d\x3d\xa5\xff\x2d\x4a\xd3\x5d\x6d\x1a\xd3\x96\xab\x73\x53\xd7\xb6\xaa\x9a\xa2\x74\xc5\x96\xc0\xdb\x86\x7e\x2c\xec\x2f\x87\xaa\x69\xed\xea\x49\x87\x7f\xcd\xe2\xca\x56\x87\xd5\xa9\xa3\xd6\x17\x9d\xdb\xd5\x6b\x57\xaf\x4e\xb7\x5b\x5b\x3a\xf9\xd9\x0c\x3d\x81\x6e\xf5\xd7\x70\x58\xbd\xb6\x3b\xd7\xf5\xad\xe9\xdd\xa2\xe5\x3f\x6d\x9b\x7e\xbb\xb1\x9b\xce\xf5\x76\x75\xe1\x68\x78\xff\x64\x37\x8b\x6b\xdb\x76\xae\xa9\x57\x3f\xc8\xbf\x76\x71\x30\x3b\x4b\x63\xdb\xb9\xda\x2c\x7a\xbb\x3f\x54\x86\xc0\xdf\xe8\x1f\x8b\xca\xd4\xbb\x01\x10\xcf\x1d\xfe\x58\x6c\x5b\x4b\x9f\xd7\xb5\xbd\x59\x9d\xd1\x9f\xcb\xe5\x72\x31\xd0\xba\xac\x69\x01\x2e\x5d\x65\xd7\xa6\x2e\xd7\x7b\xcc\xe7\x9c\x3f\x34\xc5\xd0\xdb\xba\xb7\x85\xa5\xb5\xa1\x19\xf3\xb0\x6d\x49\xb3\x5a\x9b\x8e\x27\xd6\x75\x4d\x61\x2f\x2f\x6d\xdf\x0f\x58\xc8\x2d\xd6\x8c\x9b\xac\x0d\x2d\xe1\x4b\xfa\xa9\x4d\x2c\xec\xde\xb8\x6a\xf5\xe4\x11\xfe\xa1\x51\x77\xdd\x4d\xc3\xab\x2a\x7f\xd0\xec\xd7\xfd\xed\xc1\xae\xce\x9a\xfa\xd2\xb6\x7b\x1a\xaa\x39\xf4\xdb\x2b\xb3\x3a\x93\x7f\x17\x04\x71\x68\x68\x31\x9a\xf6\x96\x56\xc8\xff\xb9\x68\xda\x9d\xa9\xdd\xaf\xb4\x58\xb4\x2a\xaf\xe4\xc7\xaf\xe6\x57\x5e\x9b\xbd\x6b\xdb\xa6\x5d\xbd\xe0\x7f\x16\x34\xe9\x35\xda\x58\xbd\x1c\x9a\xeb\xa6\x48\xda\x40\xc9\xde\xed\x5a\x2c\x1d\x0a\x4d\xf1\x02\xbf\xa4\x11\x29\xe4\x86\xa4\x62\xd2\xdc\x65\xd3\xbe\xd7\xaf\xdf\xd1\x9f\xe3\x36\x69\x6c\xda\x5e\x33\x1a\x98\xa9\x69\x53\xb8\xfc\x7b\xdb\xf5\x8e\x30\xa2\xa8\x6c\x0e\xe5\x16\xa6\xdc\xd3\x42\x1f\x0c\xa1\x5d\x86\x7d\x66\x4f\xdf\x19\x43\xa4\x35\xb3\xdd\x36\x43\xdd\xaf\x3b\xda\x05\xda\xe6\x6e\xf5\x6c\x4f\xc3\xe8\xa5\x95\xa2\xa4\x6a\x0f\x14\x64\x31\x0b\xb2\xb8\x6d\x86\x80\x02\xab\x67\x55\xd1\x0f\x7c\x24\x80\x00\x52\x36\x5f\x8d\x3a\xee\xdd\xb5\xeb\x9d\x25\x5c\xe8\xf9\xcf\xdf\xfe\xdb\xe2\x30\x54\x15\xad\xf3\xcf\x03\x4d\xac\x5b\x9d\xd3\x2f\x5a\x16\xfe\xb5\x70\x5d\x47\xff\x02\xb7\x36\x95\xdd\x53\x03\x5b\x53\x6f\x69\x72\xa7\x75\x4d\x60\xb4\xc5\x3f\xba\x9a\x5a\xaf\xaa\x77\x0b\xfd\x63\xf5\x4c\xfe\xd5\x99\xf6\xae\xaf\x2c\xe3\x0c\xcd\xeb\x81\x4b\xcb\x8a\x83\x6d\x0b\x57\xd1\xb8\xdd\x9e\x4e\xf2\xf5\xb5\x6b\x16\x65\xb3\x7d\x4f\xc8\x8d\x33\x49\xc7\xea\xc2\x16\x04\xef\x08\x1f\x5d\x85\x45\xae\x4b\x22\x05\xcd\xae\x2b\xba\xa1\x78\xcc\x90\x27\xdc\xc8\xa5\xb9\xa6\x13\x40\xfb\xb1\xdb\xf1\xae\x7c\x65\x8a\xde\xb4\x3b\xdb\xaf\xee\xad\x37\x74\xa0\xde\xdf\x2b\xae\x5a\x7b\xb9\xba\x77\xbf\xbb\xf7\x35\x9d\x2b\x6b\x8b\xdd\xe0\x4a\xf3\xd5\x67\xe6\x6b\x50\x86\xc2\xf4\x84\xf1\x3a\x28\x1a\x8d\x61\x8a\x61\xf6\x1b\x67\xa8\xd9\x9f\x07\x53\x6d\x9b\xce\xa0\x57\x5e\x15\x53\x1c\xf8\xf4\x7e\xb2\xc0\xa2\xd1\x61\x5f\x97\x1b\xa1\x59\x3c\xb8\xda\xe2\x90\x11\x99\x2a\x5e\xdc\x5e\xfc\xe5\xf9\x49\x71\x4e\x1b\xb0\x6b\x2d\xff\x4d\xff\xa3\x0a\x5f\x14\x4d\xf1\xc6\x3d\xfe\x76\xb9\xa0\x9a\xb2\x44\x19\x06\x3c\x36\xbd\xd9\x98\xce\x72\x31\xce\xd8\x1b\x77\x60\x44\x2a\x7d\xc1\x15\x01\x13\xbd\xa3\x2d\xc2\xd1\x5d\xbd\x95\x13\x3b\x3d\xa4\xd4\x40\x3c\xd7\x84\x58\xb1\x05\x2a\xd1\x65\x7e\xab\xcb\x8b\xcd\xd8\x37\x3d\x96\xf2\xd9\xcb\x97\xaf\x1e\x7f\xcb\x6b\xb3\x6d\x4a\x77\xe9\xb6\x86\x76\xe1\xf2\xff\x5d\xef\x6c\x6d\x5b\x53\xad\x09\xfd\xb1\xf2\x3c\xc3\xe5\xa2\xeb\x2a\x22\x42\xa5\x5d\xbd\x68\x4a\x53\x11\x52\xfd\xbd\xb8\xb8\x78\x4e\xc3\xe9\xaf\x56\xe7\xb6\xdd\x36\x2d\xd1\xe8\xee\xe7\x0a\x6b\xa5\x9d\x12\xd2\xa2\xb8\xa0\x81\x36\xd5\x00\x8a\x2e\xd8\xe0\xc7\x37\x5e\xa9\xe2\xab\x4d\xfb\xf5\x79\xdc\xec\xa1\xe3\xf1\xe6\x6d\xd0\x56\x01\x47\x2a\x41\x27\xc7\xc4\x2d\xdc\x22\xcb\x85\x6d\xdb\x35\xd1\xd9\xfe\x16\x1b\xc6\x83\xc3\x28\x74\x7c\x05\xce\x52\xb6\x44\xa3\x21\x14\x35\xad\xc6\x61\xf8\xed\x7f\x16\xb4\xbd\x96\x86\x70\x3d\xd0\x62\x49\xab\xae\xbe\xa6\x79\x97\xb4\x97\x7e\xc1\xa9\xe5\x7a\xbc\xe6\xb1\x19\x22\x08\x74\x40\x2d\x21\x59\x0b\xdc\x6b\x5d\x71\x6f\x79\x8f\x68\xf6\xbd\x47\xf7\x96\x8b\xba\x59\x0b\x21\x01\x6d\x2f\x5d\x67\xe8\xec\xad\xdb\x70\xc5\x10\xd5\x7c\xc9\x23\x69\x08\x1f\x50\x4a\xbb\xd7\x03\x51\x2b\x53\x78\x28\xc1\xe5\x8e\x90\xda\xd0\x52\xd0\xaa\xf1\x35\x42\x97\x43\x9d\xd0\x22\xec\x74\xba\x28\x9e\x7a\x29\x0e\x3d\x07\x9e\xcb\xdf\x4a\x92\xb2\x9a\xba\x1c\xcd\x83\x74\x39\xcc\x72\xb1\xf0\x28\x32\x83\xd7\x84\xc1\xdf\x62\x1d\xb8\xb9\xd3\xc3\xa1\x22\xbc\x52\x8a\x48\xd7\x7e\x44\xd4\xd9\xa2\x40\x15\xb6\x2d\x11\x2e\xda\x6b\x07\x04\xf0\x8b\x4c\x93\xa7\x0b\x6d\x44\xb6\x0b\x22\xf7\x7c\x17\x6e\xaf\xe8\x28\x37\x9f\xf0\x8d\xb4\xce\xd0\xb2\x78\xdd\x34\x3d\xef\x52\x72\x15\x04\x30\xdf\xe7\x9b\x81\xa8\x65\xe1\x8a\x78\xa3\x31\x4f\xd2\x5a\x3a\x2f\xae\xe8\x68\x17\xeb\xba\xa1\x7f\xab\x6b\x03\xb8\xda\x13\x8a\xd2\xb5\x76\x0b\xf0\xe5\xa2\x1d\x88\x7d\xc0\x59\x7d\xd2\x59\xa2\x3e\x7c\xb6\x88\x79\x91\x83\xeb\x0b\x7d\x7f\xcf\xb5\x80\x06\x76\x6d\x79\x07\xe9\xff\x7a\x79\x9b\x04\x67\x5b\x3f\xf8\x64\x60\x96\x91\x1f\x08\x01\x72\x44\x24\xa6\xa1\x0b\xbc\x5e\x3d\x6e\xb0\x7b\x8d\xfe\xf4\x1d\xfd\x05\xe3\x6c\x68\xc4\x97\xd5\x40\x97\x1a\xe1\xcc\xb0\xab\x5c\xf1\xf6\xf5\x73\x7f\x20\xb7\x55\x43\x57\xdf\x8e\xb8\x30\x6a\x94\x8e\xf5\x53\x1c\xf7\xab\xf5\x81\x56\x76\x75\x4e\xff\xe3\x6f\xe1\x93\x6f\xf7\xe5\xb0\xb7\x2d\x93\xac\x03\xc3\x78\x12\x4e\x7d\x11\x85\xe0\x33\x49\xcd\x53\xcd\x13\x42\x5b\xba\x4c\x8d\x3f\x4f\xdc\x6d\x8e\xd6\x74\x6d\xf4\xd6\xdf\xee\x32\x82\xab\xbe\x3f\xa4\x43\x78\xfa\xe6\xcd\x79\xfc\xe8\x07\x21\x65\xb8\x7f\xbb\x6d\x53\xa1\x6b\x46\xe3\x04\xb9\x96\x8c\x5d\x43\x5b\xad\x30\xe3\x09\xda\x51\xc1\x1f\x5d\x28\x8c\xe8\x33\xfc\xef\x82\x36\xa4\x34\x72\x8b\x5c\xd1\xfd\x62\x80\x91\x35\x23\x2c\x9f\x8c\xc2\x56\x44\x0a\x88\x9d\xa5\x9e\x97\x8b\xaa\xd9\xad\xb1\xa9\x23\x24\x2d\x2d\x5d\x6c\xcd\x2e\x2f\xf6\x43\x7b\xec\x91\x0c\x88\xb7\x25\xd4\xea\x70\x42\x80\x32\x4e\x89\x1a\x57\xa6\xa3\xd9\x1c\x40\x3e\xe6\xcf\xe6\x77\x06\x6b\x44\xe8\x7b\xad\x9c\xdf\x1c\x90\x32\x83\xdd\x9e\x56\x3a\x5c\x41\xc5\xc5\x0b\x5a\x7d\xfe\x76\xd9\x36\xfb\xd5\x63\x13\x7f\xf8\x31\xbe\x30\x4c\xdb\x69\x84\x74\x24\x08\x11\x9a\x93\xe2\xf5\x77\x67\xc5\xff\xf5\xc5\x9f\xff\xbc\x2c\xce\x13\xa2\x4a\x94\x9c\xc9\x54\x00\x2c\x78\x30\x44\x83\xe9\x7f\x74\x9c\xf7\x40\xa1\x7b\xa0\x12\xf7\x8a\xaf\xb8\xe8\xff\xb3\x1d\xd1\x2f\xa2\xef\x44\xed\xbf\x5e\x2e\xf0\x89\x0e\x92\x1c\x35\x1e\x2e\x1f\x90\x17\xae\x97\xa3\xa6\xe5\x93\xab\x32\x87\xf2\xac\xfd\x9a\x8e\xe9\xa5\x6b\xf7\xab\x53\xc1\xc7\xc2\x73\xbb\x58\xd4\xd7\x29\xb5\xe5\x86\xd7\x35\xd1\x83\xcb\xdb\x00\xfd\x12\x3f\x1d\xf6\x1d\x38\xf1\x44\x16\x8f\x71\x7f\xcd\xd7\xd2\xd6\xce\x92\x49\x1a\xc9\x85\x9c\x10\xa2\x85\xc4\xc6\x3b\xfe\x49\x97\xd8\xa2\xb9\xbc\xac\x88\x81\x91\xdb\xd6\xf7\x12\x6f\xdd\x57\x52\x9c\x81\xd1\x91\x38\x90\xdc\xf2\x38\x9c\x29\xac\xe4\xd9\xe3\x97\x05\xb1\x72\x34\x30\xc2\x99\x7d\xa8\x4f\x3c\x64\x09\x52\x77\x6d\x4e\x88\x9c\xe2\x86\x22\xf4\x69\x5d\x47\x48\x68\x23\x99\xc3\x58\x50\xd4\x6c\x4d\xb5\xc7\x72\x11\x91\xd1\x6b\x8a\x8e\x29\x91\x40\xd3\x72\x77\xdc\x10\x7a\x8b\x82\x9c\x16\x4f\xe0\xa7\x83\xf4\xa0\x05\x70\x82\x98\xb9\x9a\x08\xeb\x76\xa0\x33\xb8\x67\x3a\x62\x65\x80\xae\xc0\x29\x54\xc8\x6b\x5b\xef\x1a\x1a\x20\xdd\xaa\x74\x98\x7a\xb0\x4b\x28\x65\x52\xea\x0a\x91\x75\x68\x8a\xb6\xb4\x97\x44\x0a\x71\x77\xcf\xde\xae\xc9\x20\xb2\x1d\x2e\x5e\x98\x9a\x4e\xb1\x9d\xad\x35\x9d\xc0\xe4\x3a\xde\x4b\x75\xda\xde\x38\xaa\x13\x41\x78\x9e\x44\x7a\xbd\x82\x6e\x12\xb1\xc7\x64\xe8\xe6\x16\xea\x0f\x79\x80\xee\xeb\x9a\xfb\xf6\xc2\x56\xc0\x4b\x15\xba\xf2\x62\x1d\xd5\x6b\x42\x41\x67\x45\x0c\x66\x46\xc5\x14\x0a\x20\xc4\xab\xa8\x49\xe6\xf1\x43\x5a\x0a\x5b\x4b\xe2\x9d\xca\xc3\xeb\x6b\x47\xd2\xa7\xef\x48\xda\x92\xcb\xad\xf0\x02\x25\x5a\xf9\x81\xd6\x95\xb9\xf0\x82\x85\x5b\x3b\xdb\x8c\x0e\xe8\xc2\x4f\x5a\xf7\x86\xc8\xd3\x0e\x1b\xe6\x27\x7d\x1d\xda\x62\x56\x9b\x36\xdb\xd1\x09\xea\x58\xf6\xe7\xb5\xe9\x05\x15\x15\x8e\xd7\x30\x00\x33\xc5\xf7\x92\x6e\xbe\x07\x4b\x15\xd1\x54\x3c\x12\xae\x1d\xdc\x14\xdd\xb3\xc2\xd1\x12\x89\x21\x9e\x49\x17\x1d\xec\x92\xac\x7b\xc1\xf5\x70\x3e\x48\x40\xa0\x3b\xb8\x44\xeb\x27\xb4\xa5\x40\xaa\xa1\xa6\xeb\x3e\x5c\xe6\xc5\xb3\xc7\xab\xcf\x8b\x06\x6c\x5d\x4b\x47\x8a\x45\x39\x1e\x0b\xad\xfa\x88\x85\x82\x4e\x83\x08\x1a\x21\xab\x1e\x23\x19\xdd\x0c\x49\x38\xd5\x61\x9c\x66\x0d\x28\xfc\x44\x72\x1f\x71\x72\x41\x1a\x50\x62\x16\x4b\x02\x35\x0b\x20\x52\x35\x15\xfd\x95\x5b\xc3\x77\x2f\xe4\xad\x77\x0d\x44\x4b\x95\xe6\x94\xd3\x58\xf4\x84\x15\xeb\x9d\xeb\xd7\x97\x20\xb1\xe5\xea\x3b\x2a\x84\x16\x84\x9a\x40\x11\x93\x35\x5a\x2d\x66\xd1\x09\xec\xcb\xe2\xfe\xb5\x0a\x05\x5f\x80\x6e\xae\xe9\x14\xbb\x0a\xd8\x2b\x97\xad\x29\x54\x75\x22\xac\x66\x37\x1c\x84\x95\x50\xae\x9c\x4e\x8e\xc3\x61\xde\x31\x22\x76\x72\xe6\x85\x0b\x0e\xf5\x36\x24\xa5\xb5\x44\x78\x87\x4b\x22\xc2\x8e\xcf\x9e\x29\xee\x77\x27\xc5\xcb\x57\x2f\x33\xc0\x5d\xb3\x19\x5c\x55\x2e\x17\x9e\x91\x27\x36\x5e\x71\x04\x7c\x30\xaf\xdb\x6e\xf0\x07\x39\xe3\xe9\x31\xb6\xdf\xfe\x3b\x81\xb4\x2d\x55\x30\x3c\x2b\xdf\xca\x0c\xbb\x39\xc7\xb1\x29\x78\xc3\x75\x03\x2b\x88\x25\x21\xe4\xd8\x5e\xad\x5e\x13\x1e\xe2\x93\xef\x2b\x60\x1a\x77\x4a\x7f\x7c\x59\xd0\xac\x8a\x47\x5f\xd3\xff\x17\x1d\x71\x8b\x72\x6b\xed\x66\x36\x42\x58\x54\x61\x53\x84\x6b\xce\xe7\x96\x0d\x3f\x3b\x2b\x39\x3e\xfa\x63\xc1\x68\xc1\xe3\xe2\x2a\xbe\xbe\x60\x49\x37\x30\xe6\xaf\xbe\xb5\x35\x91\x66\xc2\xf5\x4f\x8a\x0b\x67\x48\xd8\xbf\xb4\xc4\x67\x11\x35\xa2\xeb\xa7\x1f\x0a\xb3\x21\x41\x9b\x76\xd0\x82\x45\x03\x26\x9d\x14\x9b\x01\x67\x12\x4c\x4c\xef\x70\x34\x9a\xb8\x33\x39\x87\xf4\xbc\xd9\xc9\x92\xb2\x20\xe8\x3a\xbf\x96\x3c\x8e\xc5\x8f\x50\x0b\xbe\x5b\x0c\x22\x3e\x34\x55\x09\xce\x14\xe7\x44\xe4\x65\xba\x12\x46\xda\x2d\x0f\x14\x8e\x43\x77\xe3\x68\x07\xd6\x41\xa9\x88\x95\xed\xed\x2f\xfd\xea\x8c\xd5\x03\x24\xa9\x6b\x01\x18\x03\x14\x2c\xf6\xb7\xbc\xed\x74\x3c\x8a\xbd\xb3\x2e\x15\x2b\x88\xc1\x22\xfc\x6e\x5a\x66\xb2\x14\x2a\x16\xa3\x05\x9a\x32\x51\x39\xb4\x41\x57\x5e\xb7\x7a\x6e\xd1\x46\xf1\x2a\xd7\x32\x51\xa9\xa8\xb7\x42\x1f\xaa\xe0\x62\x02\xcb\x9a\xd0\x1f\x40\xec\x09\x19\x54\x81\xb3\xa4\x6d\x64\xb5\x90\xf4\xf9\x92\xaa\xf4\x10\x1f\x23\x0e\xd2\x5a\xa9\x62\xf4\xdd\x62\x3c\x30\x56\x31\x74\xa2\x63\x70\xc4\xbe\x98\x96\x70\xf2\x8c\x10\x1a\xfa\x1f\x22\x61\x57\xef\x12\x2d\xe5\x5a\x31\x83\xb5\x95\x20\xa0\x35\x2b\xdb\x94\x7e\x45\xbe\xea\xca\x1e\xc0\x86\xed\xbb\xdd\xea\xa9\xa1\x5b\xdc\x11\xa9\x8c\xe4\xf6\x9b\x42\x74\xb0\x24\xcf\x99\x4f\x16\x5d\x83\xc3\xbb\xfe\xf8\xba\x9d\xd4\x68\xa4\x7a\x7e\x5d\x8b\xee\x94\x04\xde\x95\xe0\x62\x77\x70\x66\x2b\x57\x71\x7e\x5d\xd3\x41\x23\x34\xe6\x7b\xce\xdf\xe9\x24\xdf\x12\x06\x47\xaa\x03\x64\x20\x2e\x47\xa4\x94\x11\x6d\xc7\x19\xef\x66\x98\x0c\x0c\x1c\xc4\x75\xd2\xbb\x9e\x45\xcf\x5c\xe6\x83\x01\xfb\xc8\x3c\x74\x36\x2a\x66\xb0\x20\x74\x93\x20\x6a\xf7\x1b\x34\x6d\x71\xd9\x13\xe6\x9a\xbd\x5b\xd0\x5d\xb6\xe3\x83\x32\x61\x75\xf9\x50\x81\x47\x32\x0c\x64\x3f\x00\xf4\x8d\xd7\x7e\x13\x51\xba\x59\x7d\x4b\xfc\xe0\xae\x66\xe1\x2e\x5d\xf5\x67\x2c\x76\xb8\x9e\x37\x6d\xe9\xef\x1a\x61\x8e\x98\x37\xee\xa8\x39\xbf\xf6\x6f\x6b\xc3\x98\x61\x94\xbd\x97\xc5\x94\xc9\x87\x29\xd2\x59\x76\xf8\xd7\x14\x5f\x6d\xbe\xbe\xdf\x7d\xf5\xd9\xe6\xeb\x13\xd0\x6c\xd1\x47\xa9\xc4\xbf\x25\x22\x0c\x3a\xc6\xa2\x26\xcb\x53\xd0\xf4\x33\x37\xd0\x12\x37\x41\x93\x28\xee\x97\x05\x76\x04\xd7\x3b\xdd\x3f\x84\x3b\xb3\xea\x92\xa5\x68\x47\xad\x9c\x14\x8f\xc6\xa7\x81\x89\x85\x8e\x35\xa2\x31\x4f\xa6\x72\x7b\xd7\x1f\x45\x27\xba\x9f\x68\x3c\x60\x53\x78\x22\xb8\xf6\xec\x23\x3f\x5b\xd9\x3b\xd9\x5c\x1a\x2f\xdd\x6d\x54\x15\x6c\x42\x8e\x61\xac\x99\x64\x1e\xe7\x0b\x3a\xea\x44\x43\x89\x3d\xbb\x32\xdd\x7a\xa8\x75\x7d\x6d\x29\xe8\x74\xe6\x4c\xc3\x57\xdb\x95\x71\xb9\xfc\x14\x17\x26\x0a\x9a\x4c\xb1\xfd\x82\x13\xd5\x7d\x18\x16\xf8\x53\xea\x5f\x2e\x35\x34\x44\x77\xaa\xbd\x1e\x58\x71\x64\x92\xc1\x87\xad\x6a\x20\xb4\x2b\x98\x6d\x2b\xdd\x53\x66\x66\x4e\x8a\x4b\xac\xf2\x96\x28\x3d\xdd\xdd\x55\x71\x18\xaa\xce\x80\xe8\x42\x71\xd3\x11\x7b\xd4\x2c\x65\x19\xfd\x04\x08\x70\x6b\xb8\x94\x79\xd2\x5a\x74\x18\xb1\x41\x3a\x62\xb3\xcb\xa7\xd2\x2a\x73\x10\x72\xf0\x7b\x1b\xc5\xf5\x20\x45\x4a\x55\xbd\x41\x3d\x20\x38\xb9\x82\x04\xf3\x88\xc7\xcb\x05\x0f\x09\x23\xeb\x67\x07\xf6\xb0\x75\x9f\xfa\xc1\x29\x0a\xc6\x61\xb5\xd6\xc5\x5b\xd2\x06\xfd\xd9\x42\x9a\x0b\x67\xec\xb5\x07\xf3\x2d\x84\xfb\xc6\xdf\x72\x5b\xc8\x77\x13\x8c\x82\x96\xa1\x29\x69\xb1\x27\xe7\x65\x6b\x4a\x6c\x53\x13\xaf\x62\x5d\xde\xd8\xab\x17\xc5\x47\xf3\x09\x43\x96\xf9\x84\x21\x87\x6a\x7d\xd3\xac\xbb\x2b\xe8\x5a\x88\x13\xaa\x86\x7a\x77\x65\xa1\x2c\x16\xee\x21\x68\x08\xc7\xca\x51\xda\xb2\xa6\xf8\xbf\xa3\x82\x73\x49\x77\x05\x56\xe9\x9d\x9c\x32\xdc\x16\xfe\x88\x25\x5a\x5d\x93\x9d\x36\x6f\x03\x09\x35\x84\x2d\xfd\xc1\x53\x00\x05\x1b\x6f\xf2\x07\x57\x3b\xd9\x16\xa5\xc8\x9e\x53\xc9\xe5\x3d\x4f\x2c\x7a\xa6\xcc\x85\x02\x11\xdb\x1f\x18\x9a\xd8\x82\x0a\xfe\xbe\x84\x30\xb4\xa0\x9b\xbe\x6c\x30\x6d\x88\xd7\xef\x16\xb7\xb6\x5b\x5d\xfc\xf6\x2f\x8b\xba\x21\x1e\x64\xb1\x87\x5a\xfd\x16\x0a\x73\x9e\x0b\x81\x41\xb9\xf1\x6e\xf1\x96\x56\xef\xe5\x98\x9f\xc7\x5d\x1c\x3f\x26\x37\x33\x6b\x14\x88\x11\xf7\x0b\xa0\xec\xcc\xf9\x84\xf3\x7f\x6d\xd9\x8e\x40\x4b\x51\x53\x07\x6c\xbe\x0a\xab\x70\x71\xf1\xf4\x0d\x4b\x1c\xdc\x3a\x54\xa5\xd7\xac\x66\x5b\x3c\xed\xfb\x43\xf7\x56\x95\x63\xac\xcb\xa2\x96\x6f\xab\xc6\x94\xfe\xa3\xfe\x5c\xbc\xb1\x66\x1f\x07\x88\x5f\x8b\x53\x62\x0c\xe2\x27\x48\x3a\x6d\x34\xa7\x31\xdb\x28\x83\x7f\x32\x96\x31\x82\xdc\x68\xd9\x84\xf7\xd3\x11\xbd\xfb\x4f\x0b\x53\x1d\x48\xc2\x05\x6b\x16\x40\xa1\x57\x87\xa9\x89\x05\xc2\xa8\x5c\x37\xd5\x25\xc9\xde\x7b\xfa\x73\x0b\x3d\x00\xae\x68\x62\x69\xdd\xc3\x47\xeb\x4f\xf3\x76\x4a\x22\x22\x7f\xbc\x2d\xfa\x79\x18\x20\x41\xff\x44\xf7\xe5\xaf\x7e\x02\x0f\x58\x87\xab\x63\xbf\xdf\x2d\x1f\x2c\x98\xab\x8e\x00\x3f\x89\x96\x97\x39\xcb\x9a\x35\xbd\x15\x9f\x1e\x62\xe9\xe3\xf1\xf9\x69\xb1\x37\xbf\xdc\x59\x6b\x0f\x23\xdb\x7e\x52\x4d\xa8\x63\xba\x96\x44\x2f\x72\x05\x9b\x90\x2f\xa5\x1a\x3f\x2d\xa0\xf5\x9c\xc2\x63\xbb\x03\x88\xab\xb7\xd5\x50\x1e\x1d\x0a\x9d\x33\x3a\x45\x24\x34\x98\xe2\xc1\xfd\xee\x01\xda\xac\xdf\x13\xeb\x50\x6b\x85\x27\xf8\x3f\x89\xed\x54\xa3\x21\x54\x24\xdc\xf8\xd2\x5b\x8f\xd7\xd4\x34\xa4\x9a\x6d\x0f\x13\x8a\x6a\x35\xf4\xba\x6a\x09\x71\x0f\xc4\x24\xd3\x55\x1d\xa8\x53\x94\x92\x88\x59\x2e\x07\x9b\x53\xa4\x58\x87\x7a\x5a\x46\x3b\xf7\x7a\x63\x2d\xc9\xd9\xe6\xbd\xad\x83\xa5\x46\x65\x2a\x9a\xad\x30\x94\x41\x63\xbd\x14\x7b\xc0\xb1\x7a\xb9\xed\x60\xb6\x3e\xb1\x58\x77\x55\xaf\x1e\xe4\x66\xf0\xa4\x8d\xd0\x44\x4f\x67\xea\xce\x21\xe0\xd0\xcd\x76\x2e\x08\xc0\xb5\x68\xfa\xe5\xea\xf9\x03\x37\xa2\x17\xb3\xd5\xc2\x52\x85\xa5\x8e\x3b\x93\xd0\x26\xe0\xbc\x5f\x71\x05\xe8\xc1\xa4\xa0\x8c\xfe\x2e\xd7\x99\x2c\xcc\x9a\x8a\x8c\xbf\x21\x9c\xdd\x92\xf0\x49\x72\x38\x8b\x83\x89\x45\x27\x97\x90\x41\xb5\xe8\x82\xeb\x9c\xf1\xa2\x76\x33\xd3\x09\xa1\x18\x68\xf1\xef\xe9\x45\x54\x3a\x60\x09\x5d\xf3\xd1\xfd\x84\xbb\xc5\xdf\x45\xe0\x74\xae\x18\xf1\xd3\xe5\xe0\xc6\x4c\xda\x98\x51\xf7\x0d\xa0\xad\xfd\x85\xae\x8e\x68\xea\x09\x7d\x03\x71\x6d\x87\x6b\x65\xb9\xa8\x4c\xd7\x43\x16\x94\x99\x45\x60\x74\x46\x93\x21\x52\xc8\x0a\xda\x3d\x71\x49\x38\x78\xa2\x1c\xa8\x7a\xd0\x01\x48\x04\x6d\xa3\x8a\x2b\xcc\x14\x28\xb4\x2c\xce\x5c\x91\x12\x24\x70\x3e\x70\x14\xc9\xd6\x81\x4e\x8a\x9f\x29\x0c\x3b\xef\xed\xed\x94\x17\x61\x9d\x0c\x7f\xa4\xe6\x77\xad\x29\x99\xd3\xbc\x8e\xeb\x01\x79\x26\xdc\x25\x5f\x42\x1a\x1d\x44\x37\xc9\x30\xb7\xa1\x65\x31\x9a\x7b\x1a\x7f\xac\x01\xd6\xb5\xd1\xca\x0e\x7b\xee\x53\xe6\x6f\x84\x22\x99\x5c\x17\x94\x34\x71\xdd\x80\x07\x07\x19\x27\xee\x9e\x2e\x24\xaf\x11\x39\x15\xbd\xa3\xda\x7a\xb8\xf7\xd6\x0d\x44\x8a\x54\x81\xb3\xe8\xe8\x24\x54\x58\x74\x71\x40\x79\x96\x31\x24\xac\xa6\x74\xb6\xb4\x50\xa1\x93\xb0\xe3\x09\x36\xad\x65\xc4\xd9\x93\xa2\xa4\x3d\xe9\xbd\x47\x81\x38\x4e\x54\xa6\xad\xf4\xd6\xe8\x88\x79\x73\x6d\x2d\x4c\x97\xae\xfd\x6f\x7f\x5f\x6a\xcf\xe0\xf1\xe1\x6c\x32\xea\x18\xac\xab\x76\x99\x73\xb0\xda\xff\x83\xdc\xfe\x79\xc2\x52\xa2\x40\xb6\xbc\x44\x34\x14\x21\x47\xa3\x09\xaa\xc6\x6d\x64\x3e\x25\xca\xab\xdd\x65\x83\x1c\x9d\xce\x30\xd3\x38\x47\x93\xce\xb1\x0a\x1d\x2f\xc4\x2d\x63\xbd\x69\x61\x7b\x48\x0e\x01\x4d\xb3\xc5\xb6\x3e\x94\x92\x4f\xd9\xd7\x01\x7e\x36\x75\xb2\x43\xfe\x4c\x2c\x7e\xc4\x11\x7a\xb7\xa0\x8b\xa1\xde\xd9\xb5\x1a\x1c\x54\x21\xe3\x59\x47\xb1\x08\x74\x43\xe1\x2d\x0c\x30\x0f\xf9\x2a\x62\x47\xb8\xb3\x26\x2c\x74\x74\x26\x53\xef\x99\x7f\x6e\xe8\xde\x6e\x6a\x50\x16\xbe\x12\x45\xa5\x16\xbd\x9c\xe0\x55\x93\xf0\x66\xea\x6b\x73\x1b\x3c\x6d\xfe\x4e\x18\xbe\xd9\xc0\xc2\x48\x42\x77\x55\x35\x37\xd0\xaa\x5c\xd8\xdd\x60\xe0\x5e\x46\x9d\x12\x85\x59\xfd\xd0\xf4\x70\x03\x13\x00\xa8\xdd\x00\x40\x42\xb5\x7e\x91\x9f\x74\x92\xf4\x27\x74\xd7\x6c\x4f\x86\x7c\xeb\x7e\xfb\x5f\x0b\xc8\xf3\xfb\x25\x13\x6e\xb0\xc1\xed\x35\x53\x7c\x4f\xcc\xf9\x3a\xc6\xe8\xe9\x56\xa4\x32\x26\xf4\xb1\xc2\x81\x99\x86\x5a\x44\x29\x1e\x20\x7b\x01\xd0\x55\x3e\xf4\x3d\x91\x4f\xde\xf7\xf4\xae\xe4\xd6\x82\x02\xb4\x86\x4c\xec\xd8\x07\xe0\x47\xef\x7f\xf4\x6e\xe1\xbd\x94\xd4\x3f\x6d\xc6\x47\x45\x09\x41\xb7\x3a\xc3\x69\x77\x62\x4f\x66\x05\xce\xca\xab\xbd\x2f\xf8\xa7\x5b\xa8\xed\x16\x3a\x85\x6e\x95\x98\x6b\xdd\x82\xf5\x65\x23\x45\x59\x09\x89\xd7\xae\x9e\x40\x4c\x27\xf9\xd5\x8b\x13\x83\x2b\x57\x6f\x5d\xb9\x58\xd0\x76\x50\x03\xeb\xd1\x08\xfd\x2e\x35\x7e\xe8\x62\x25\x78\x36\x2f\x6c\x60\xea\xbe\x42\xc1\x36\x32\xdc\xa3\x9d\x51\x4b\x76\xb3\xab\x5d\x51\x8b\x15\x10\x0a\x0d\xcb\xfa\x5a\xd8\xf0\x93\x63\x7d\x52\x88\x72\x02\x36\x62\x22\x6a\x74\x50\x1b\xfa\xa9\x98\x7f\x63\x37\xd1\x5f\xcf\x40\x42\x6a\xe1\x0f\xd0\x89\x3a\x97\x15\x4c\xe1\x86\x0e\x77\xb6\xaa\x9c\xca\xd5\xf7\xd1\xc6\x82\x7d\x62\x93\x9d\xfc\x19\xec\x4b\xde\xcf\xc9\x55\xc1\xbc\x91\xec\x31\xe1\x07\xdc\xc3\xa2\x89\xe1\x4c\x84\xa2\x26\xf7\x74\xa4\x1f\x0b\x34\xce\x06\xb4\x73\x3a\x02\xc2\xe7\x0f\x87\x12\x72\x9b\x5f\xe1\x53\xe8\x9d\x69\x84\x85\x47\x86\xbc\x3c\x88\x61\xb9\x47\x9b\x57\x08\xd1\x7a\x69\x7d\xf6\x5b\x8c\x02\xd9\xd2\x9f\xeb\xe0\xc6\xf8\xd6\xe3\xbb\x9c\x6d\x1a\xed\x08\xc2\x2b\x6d\x94\xee\xed\xbd\x93\x13\xdb\xf7\x6d\xfd\xab\xc5\x36\xb2\x3f\x54\xd9\x78\xb3\xba\x2b\x2a\x57\xbf\xc7\x55\x43\xf7\x0b\x0b\x51\x58\xbf\x7c\x2b\x59\xef\x45\x98\x3f\xb0\x5f\x24\xfe\x30\x13\x9f\x39\x6f\xa2\xcb\x88\x90\x37\xaf\x29\xf9\x39\x60\x87\x6b\xa3\xdc\x18\x8d\xbe\x69\x3a\xd5\xaf\x0a\xfc\xc5\x56\xac\x88\x5e\xc1\xaa\x76\x55\x5d\x50\xdf\xa8\x5f\xef\x11\x29\xf3\xd0\x72\x40\x68\x24\x6c\x46\xf0\xb5\xfc\x79\x39\x95\xa1\x18\x60\x5e\x85\xbd\x84\xa8\x47\x4c\x90\x5a\x6c\x99\x4a\xac\x89\xae\xef\xd8\xdb\x89\x3d\x0d\xd4\xf2\xda\x44\xb9\xe1\x81\xdb\xef\xd9\x2a\xb7\xcc\xc7\x16\xf6\xfa\x39\x6c\x00\xb3\xc3\x2b\x18\x3f\xb1\xf3\x36\xee\xbc\x1d\xed\xbc\xdf\xd8\x68\xd2\x12\x6a\x1e\xa8\x4b\x53\x95\x33\xca\x4d\x3f\x29\xac\x68\x28\x15\xcf\xcf\xc4\xc1\x15\x32\xf3\x3a\x03\x79\x6d\x1f\x45\x09\x7a\x56\x5d\x12\xb9\xe4\xe7\xb1\x2d\xdf\xdf\xd8\x5a\xb4\x1c\x0f\x3f\x2e\x4b\xae\xaa\x88\x4a\x51\x39\xaf\x23\x95\xc4\xb2\x78\x45\xe4\x99\x5d\xc2\x60\x6d\x64\x85\x21\x11\x21\x76\x86\xf3\x8a\x56\xdf\x54\x42\x2f\xb4\xf3\x3f\x42\x2d\x02\x43\x90\x36\x2c\xb2\x46\x17\x14\x12\xce\x6b\x64\xd4\x7d\x56\x8b\x83\x07\xad\x8b\x70\x0c\x26\xa2\xca\x9d\xe4\x96\x39\x09\xd0\xa8\x31\xa5\xe5\xc5\xf5\xde\x16\xe2\xfd\x6c\x23\x1d\x25\xfe\x4f\x6a\xde\x12\x99\x97\x16\xfc\x07\xd5\x2a\xa9\x79\xcb\x3b\x09\x28\x8c\x9e\x10\xb5\x87\xca\xc1\x08\xc3\xa4\x22\x90\x3b\xfd\x2c\xe4\x5a\x27\x9c\x83\xc8\x94\x9e\xf3\x92\xd1\xee\xf0\x55\x0a\x2a\xb2\x6f\xa4\xd2\xd8\xd9\xc5\x72\x8b\x4c\x83\x82\x17\x06\x51\x26\x78\xbf\xc8\x01\x61\xfc\x81\xbf\x38\x7b\x53\xa5\xf4\x07\xda\x63\xea\xcd\x11\x0a\x30\x8a\x30\x09\x6a\xed\x37\xe3\x11\x05\x52\x3b\x5e\x60\xe9\x7b\x4c\x62\x3f\x59\x98\xb2\xe4\xa3\x20\x4b\x01\xca\x32\xd4\xbb\x84\x00\x8d\x85\x4a\xae\x30\x02\x1e\x97\xac\x33\x23\x01\xd8\x87\xdf\x6b\x18\x00\x07\x92\x39\x01\x7b\x47\xff\xa8\xec\xe3\x5d\x25\x12\x4e\xfc\x95\xa3\x71\x0a\x63\xf7\x01\xdb\x80\xdc\x85\x6a\xb6\x77\x53\x1f\x02\x3f\xfe\xd1\x85\x35\x5e\x89\xc8\x22\xc4\xfb\x6b\xa8\x27\xb7\x97\x3f\x1e\x81\x11\x0a\x07\x64\x1b\x39\x22\x74\x0a\x71\x29\x2c\x26\x73\x4b\x96\xb9\x27\x46\x2f\xbd\xca\x98\xea\xd2\xec\x9d\xba\x68\xc4\x26\x82\xcc\x30\xe6\x3f\x96\xc5\x79\x43\xc7\xe6\xb7\xff\x21\x6e\x8b\xd6\xd7\x51\x96\x8e\x6f\x39\x7c\x13\x3f\x07\x58\xe5\x7a\xaf\xa9\x0a\x3e\x89\x95\x90\xf1\x54\x2a\xa0\x91\xec\xd9\xed\x0e\xb4\xbd\xed\x8d\x97\x5b\xfb\x41\xbc\x8a\x44\xfb\x63\xc4\x9f\x50\x95\xd3\x5f\x75\xb0\x50\xec\xbe\x66\xbe\xd6\x88\x07\xef\x37\x5f\x7d\xa6\x5f\xd9\xc8\x1a\x76\x97\x7d\xb8\x31\x9c\xef\x5d\xff\x74\xd8\xb0\x95\xe1\x2b\x93\xb8\x7a\xab\x17\x87\x0e\x2d\x2e\x04\xfb\x7d\x37\x0c\x0f\xdf\xa6\x8a\x45\xe7\xac\xe6\x41\x1d\xde\x8b\x4b\xf6\x8b\xa7\x53\x24\xbe\xe2\x70\xe0\x6b\x88\xb0\x74\xec\xe5\xc9\xb8\x66\x22\xa9\x65\xd7\x44\x7f\x4e\x66\xf6\x2a\x78\x4a\x52\x59\xa2\x90\xf9\xed\x3f\x29\x7a\x24\x4e\x92\xac\xe9\x87\x3a\x6d\xe8\x83\xa1\x5e\xda\xf0\x32\xc4\x32\xb4\xc4\xfc\x0c\xb7\x74\x96\x83\x88\x8f\x69\x23\x12\xb0\x72\x75\x22\x44\xb1\xba\x67\xb9\xf0\xb5\x83\x7b\x38\x75\xa3\x68\x85\x22\x19\x41\xcf\x9c\x8c\xa8\xbb\x15\x09\xd3\x5b\x4a\x0e\x6b\x14\xd4\x83\x88\x21\x47\x55\x51\xde\x8c\xa8\x89\xd2\x55\x2c\x92\xa7\xaa\x7e\x3a\xf3\x74\x75\x3b\x5d\xc1\x9c\xba\x9e\x79\xe1\x73\xa4\x38\x08\xda\x11\x25\xa6\xe2\xc6\x5b\xc1\x06\xef\xdd\x84\x9c\x77\xe1\xcc\xce\xc4\x0f\xb8\x4d\x53\x0a\x3a\xe9\x37\x59\x85\xa4\x3f\xfb\x20\xdc\xd4\x32\xa2\xc9\xe4\xb1\x8a\x34\xbf\x53\x4f\x0d\x88\x24\xb2\x9e\x87\xf7\xf0\xad\x68\x6f\xfc\xc9\xa2\x32\xf8\x83\x7b\x59\xf2\x25\x7d\xc4\xf1\x36\x41\xa6\x24\x56\x83\x6d\x04\xbc\x2d\xe0\x95\x64\x39\x9e\x26\x71\x13\xec\x19\xcf\xc4\x41\x87\x59\x0b\xef\x88\x9e\x5c\xf1\xff\x14\xcc\x5a\xb9\x45\xdf\xbc\x27\x94\x4c\xda\x50\x23\x1a\x7f\xe7\x69\x99\x31\x9a\xce\x37\x14\xe8\x99\x08\x71\x81\x9a\x01\x76\x24\xd1\x79\x5b\x3d\x1c\x0b\xc4\xca\x3f\xa1\x65\xb0\x5b\xd2\x51\x53\xb7\x39\xaf\x09\xe9\xb4\xbe\xa7\x69\x6e\x59\xbc\x0e\x6a\xb0\x28\x48\x79\x70\x9c\x5c\xd1\x58\x05\xc2\x03\x8e\xb4\xde\x10\xb1\x66\xa7\x3d\x69\x46\xbf\x84\x9d\x3d\xcd\x7a\xb3\x89\x3a\xa5\x4f\xe8\xb6\xec\xd5\x9a\xd7\x29\x61\x6e\x8a\x37\xbc\x70\x89\x9b\xdc\xb9\x72\xf5\x56\x9d\xe4\xd5\x65\xc2\x57\xc4\xa7\x42\x82\x93\xb8\xaa\xec\x48\xa7\x0c\x91\x36\x87\x99\xc0\x34\xab\x2d\x34\x85\x55\xb2\x24\x0c\x9a\x57\xeb\xf9\x3d\x12\xdc\x0e\x4c\x21\x13\xea\xd3\xf3\x67\xea\x1b\x1e\x7a\x97\x3e\x1e\x1b\x41\x94\x86\x08\x37\xbb\xdd\x9c\x88\x00\x2b\x18\x60\xae\x71\x86\x0e\x0e\xaa\xa6\xc4\x19\x3d\x93\x7e\xa4\xb1\x48\x53\x64\x1e\x61\xb6\xd9\x4c\xe7\xca\x64\xe5\x6d\xa7\x31\x5a\xbd\x5f\x41\xdf\x5f\x98\x75\x76\xa2\x80\x45\x41\xc1\xcb\x1c\xc3\xc1\x8b\xb4\xf5\x7c\x3b\x5e\xbe\x42\x08\x97\xf9\x52\x50\x83\x19\x4a\x56\xed\x6d\x20\xcb\x5c\xbb\x6e\x10\x01\xac\xad\x9a\xc4\x0e\x1d\x88\x97\x4c\xc6\x93\xaf\x14\x09\x8e\xd0\xb0\x37\x47\x47\x31\x5f\x5b\x36\x45\x9b\x60\xb4\x4e\xce\xe3\xec\x64\x3e\x86\xd6\xa1\x62\xea\x02\x7f\x94\x63\x4c\xa7\x99\x71\x3a\xc7\xfb\x0f\x9c\x4e\xe0\x22\x3f\x29\xd8\xbd\xd2\xfb\x92\xb4\xe2\x9d\xa9\xd2\x5c\x6b\xd5\x09\x79\xec\x95\xef\xfb\xf6\x26\xe2\x20\x92\xaa\x0a\x47\x8b\x55\x88\x7f\xfe\x20\xd1\x97\x24\xbc\xf3\x01\x5c\x63\x8d\x3d\xf3\x0e\x04\x9e\x1c\xd0\x75\xef\x19\x8d\x57\x2f\x8b\xf3\x57\x6f\x5e\xff\xf6\x1f\x23\x97\xa1\x67\xc8\x88\xc0\xde\x9b\x4f\x82\xe3\xe4\x68\x58\xc1\x7d\x32\xdd\xe6\xd1\xd8\xd5\x9b\x33\x43\x04\x93\x4f\xc3\x43\xa6\x44\x37\xd0\xb9\x5e\x7c\x74\x75\x4c\x91\x3b\x17\xbf\x6d\x90\x45\x76\x66\x26\xd6\xf6\x44\x9c\x31\xd2\x2d\x5c\xfc\x08\x86\xec\xdd\x42\xac\x07\xe7\x89\x8a\x3f\xda\xb4\x26\x46\xe5\x68\xed\xf2\xb1\x5a\xc5\xde\x11\xed\x85\xe7\x2d\xf1\x10\x8e\xa3\x11\x12\xe3\x0c\xd3\x9d\x4d\x6b\xaf\x1d\x7c\x3e\xb6\x44\x78\xe0\x66\xb9\xb7\x7b\xb1\xf8\x62\xd4\x61\xb9\x87\x9a\x06\xba\x75\x61\xad\x97\x0b\x38\xbc\xb1\xee\xe3\x76\xf5\x83\xff\xf3\xb7\xbf\xcb\x67\x7c\x1d\x05\x60\xb4\x99\xa5\xed\xab\xee\x60\x88\x24\xd2\xed\xd9\xad\xee\x0d\x18\x55\x59\xc0\x0b\xef\xde\xd7\x10\xe1\xa0\xdf\xa4\x9e\x08\xe4\xeb\x49\x7b\x88\x04\xdd\xb2\x6e\xf4\x88\xdf\x16\x94\xdf\xa5\xdd\x12\x7f\xa8\x4c\xab\x1c\x27\xf1\x94\x4e\x46\x51\xda\xeb\x84\xee\x1e\x1f\x90\x8c\xc7\x4d\xc7\x83\x90\x54\x3f\xc9\x87\xcf\x13\x5d\x54\xe9\xfc\x89\xbf\x36\x15\x7b\x47\x30\x01\x16\x65\x20\xd8\xd7\x30\x28\x34\xf1\xe9\x02\x01\x28\x61\xcf\x70\xff\x6f\xa2\xa3\x96\x71\x3e\xc6\x0e\xcc\x11\x22\x55\x18\x13\xbf\x29\x7e\x60\xaf\xea\xbb\x43\x26\x39\x3a\x1a\x0c\xf0\x27\x0b\x1e\x2c\x5b\x0c\x10\x3e\x6b\x52\xb4\xe1\x22\x0e\x00\x91\xa2\xd2\xc8\xa7\xc9\x4e\x86\xe8\xb5\x54\x99\x70\x1d\xf7\x5e\x1d\xcb\x92\x35\x46\x3b\xd1\x10\x2b\x57\x95\x85\xbb\x99\x1c\x38\xfe\x8a\xc0\x69\x1f\x34\x1d\x3e\xc4\x48\xd2\xca\x02\xd6\x88\x9a\x6a\xb9\xa3\x03\x43\x2b\xd3\xda\x05\x11\x1d\xba\x62\x11\x6e\xbd\x45\xb4\x9c\xff\x3d\xa9\x28\xa6\xb2\x10\x4e\xa3\xd0\x24\x60\x94\x70\xb9\xe3\x7f\xf4\xd7\xb4\x4f\xaa\xe8\x03\xbd\x3d\xa7\x29\xa0\xb0\x49\x35\x6b\x1c\x5f\x92\xc3\x69\x32\x7a\xdd\x04\x4a\x9f\x2c\x01\xee\x3b\x0d\xe7\xb1\xaa\x98\xe4\xe8\xe2\xce\xf7\x42\x1c\x94\x7a\x61\xf2\xf6\xb0\xfb\x65\xb2\x3b\x44\x26\x0c\xf1\x69\x6a\x7a\x59\xbd\x66\x6b\xcb\xb7\x6a\x6d\x49\x62\x22\x34\x04\x7b\x8d\x98\xab\x96\xf0\x8e\x06\x26\x7f\x54\x3e\x8e\xba\x78\x48\xa4\x87\x96\xee\x53\x0f\x4a\xec\x6c\x9b\xab\x12\x70\x86\xa4\x70\x04\x23\x7b\x97\x9a\x66\xd5\x93\xa0\x95\x98\xa8\xc4\x34\x0d\x6d\x22\x86\x55\xf3\xb2\x78\x8b\x83\x04\xd7\x12\x01\xa3\x4b\xe2\x06\x66\x7f\xd8\x50\x5e\x75\x6a\xcc\x68\xc5\x8e\xb2\x33\xbf\xe2\xf3\x77\xa6\x66\x0c\xec\x18\x21\xd5\x32\x42\xcb\xb2\xbd\x52\xc7\xbd\xe6\x72\xcd\x4b\x86\x8b\xfa\xd9\xc8\x12\x4c\xa7\xbf\x35\x91\x41\x2f\xb8\x46\x74\xb2\x80\x7b\x6d\x99\xed\x0f\x37\xb4\x9c\x33\xbf\x78\x2b\x7d\x02\x7d\xbf\xfb\x37\x30\xc2\x8c\x6c\xe4\xf7\xbb\x59\x53\x4c\x6d\xa1\xb2\x1d\xfa\xab\x55\x16\xb9\x31\x72\xc8\xd1\x60\xfa\x3c\xda\x78\x1f\x63\xea\xd3\xf2\xe3\x14\x59\x75\x72\x75\x4e\x06\x41\xff\x8a\x4d\x35\xd8\x7b\x5f\x0b\x36\x78\x1a\xe8\x1b\x65\x84\xe5\x00\xfe\x14\x63\xb5\x74\x29\x64\xcd\x23\xd9\xe3\x81\xf9\x84\x22\x20\xdb\x3c\x9c\x20\x5a\x1a\x58\xa6\x2e\x2c\x31\x2e\xef\xb3\xef\x9f\xbd\x91\xb0\xb2\x43\x0c\xb3\x0b\xa1\x89\xac\xfb\x24\x24\xf3\xad\x83\x97\x70\x5d\x27\x5c\x59\xed\x68\x53\x5e\x8e\x16\x3b\xe8\x39\xda\x6c\xab\x45\x89\x1a\x1b\x8a\x7e\xec\xf4\x7d\x14\x1c\x20\x9d\x26\x3e\x7c\x27\x89\xe1\xb3\x48\xb4\xea\x10\x2e\xdb\x1e\xc2\x65\x6c\x58\x4d\xdb\x31\x11\xc2\x8c\x59\x5b\x4f\x23\x53\x69\xf9\xdb\x93\x69\x42\x12\xfe\xaa\xa4\x36\x50\x6f\x0e\xe2\x23\x22\x73\x19\xc9\x36\x83\x08\x77\x0d\xde\x5f\xb5\x0b\x71\xca\x60\x97\x0e\xb7\x6b\x18\x4b\x88\x43\x22\x4e\x3c\xfe\x0e\x6c\x24\x7f\x27\xee\x30\x29\x12\xd7\xa0\x73\xb8\x32\x53\xe3\xff\xfb\x3f\xff\xd7\x47\x67\x34\xe5\xb3\xbe\xad\xe8\x0f\xd1\xcf\x31\x57\x8f\x2a\x58\xff\x57\xff\x28\x5f\x88\x66\x0d\x35\xd3\x82\xa9\x35\x54\x3e\x7b\x9b\x29\x68\xc3\xea\x4d\x03\x31\x12\xfe\x4e\x0d\x52\x7e\xe0\x13\x6c\xae\x3c\x5b\xb9\xb9\x16\x90\xb8\x25\x32\x48\xa5\xed\x32\xb9\x6c\x7e\x1e\xdc\xf6\xfd\x1a\xba\x27\xbb\xfa\x9e\x35\x50\xad\x39\xd0\x3f\x7a\xfd\xf6\x57\xae\x53\x0a\x8c\x5b\x76\x4a\xc9\x53\x5f\x79\xbe\xa7\xb6\xcd\x1e\x31\x31\x42\xb1\x45\x5c\x49\xd9\x0b\x6a\xdf\x79\x6f\x73\x8e\x9d\x59\x1c\x06\x78\xbc\xc1\x6e\x2e\x1d\x9d\xd3\x6f\x7f\x61\x2a\xae\xd4\xa2\x19\xae\xa6\x95\xb9\x4b\x1a\x22\x87\x7c\xcf\x33\x55\xec\x5f\x97\xbb\x54\xf4\xca\xad\x63\x51\xc1\x28\x94\xee\x93\xc5\x82\x7d\x54\xcf\xd8\x1f\x75\x31\x77\xad\x2c\xfa\xd6\xda\xd5\x69\xb5\x41\x24\xf0\xc3\x37\xf4\xe3\xd3\x05\x5d\x60\xf0\x96\x54\x07\x00\x04\xb8\xf7\x66\xb7\xfa\x8e\xbe\xb6\xc2\xe7\x4a\x09\xdc\x07\xcc\x4e\x5b\x85\x59\xdd\x10\xdb\x19\xdb\x35\xbb\x6e\xf5\x86\xca\xc7\xe9\x29\x90\xc9\x22\xcf\x60\xd1\x2d\x2a\xb3\xb1\xf4\xf1\x49\x0f\xc3\x40\x8f\x00\x50\x3a\x26\x34\xe9\x9a\x2a\xbe\x21\x12\x3f\x60\x36\x0b\x6c\x82\xeb\x81\x97\xf8\x97\x56\xa9\xb2\xa6\x43\xc7\x8e\xc3\x93\x17\x6c\x9e\x6c\xcd\xcd\xea\x15\x2d\xa8\x63\x91\x8d\x3f\xd1\x6e\x73\x7e\x93\x33\xe2\x66\x9b\xaa\xd9\x11\xb2\xf3\x77\x0e\xc5\x00\xfc\x0f\x12\xc5\x90\x55\x62\xb9\x84\x8f\xc7\xb9\xff\x6b\xe1\x47\xb0\xcc\x47\xd2\x85\xef\x1a\x77\x41\x44\x1c\x91\x17\x4c\x03\x7c\xf8\x52\x80\xb9\x84\x36\x43\x22\x33\xfc\x27\x50\x7e\x3a\x56\xa7\x03\xc7\x8b\xf9\xaf\xf0\x6c\x84\xdd\xee\x05\xff\x4b\xc2\x58\x28\x81\x89\x6e\x85\xfc\x13\xe1\x8b\x46\xc4\x60\xe7\xaf\xed\x96\xae\x90\x08\x4c\x38\xec\x8b\xbc\x1a\xca\x47\x9c\x20\x61\x8d\xc8\xf0\xba\x3b\x26\x29\x59\x4e\x36\x25\x29\xab\xc1\xba\x51\x71\x38\x7d\x56\xa1\xb2\x16\xb6\xb4\x41\xed\x5a\xdb\xa1\x1d\xf7\x19\x59\xec\x5c\x93\x61\xcb\xc3\x8e\x37\xa3\x1e\x23\x84\xef\x35\x7c\x99\xf6\x1a\x81\x5f\xf8\xbf\xe0\xde\xee\xf2\x11\x92\x4c\x5a\x27\xa0\xa7\xc4\x5b\x14\x2f\xe6\x1b\x6d\x3a\xb8\xf1\xcf\xb4\x0a\xa5\x7b\x97\x01\x83\xff\xd8\xd5\x38\x57\x74\xad\xed\x6a\x23\xc2\xdc\x64\x88\x01\xcc\xab\x45\x21\xfc\x1e\xa9\x01\xfd\xa2\x07\x97\xd9\x17\x73\xa0\x42\xb7\x84\x4c\xcd\xec\xa9\xdf\x34\xb1\xdd\xcc\x6c\x99\x00\xac\x89\x0d\xde\xda\x34\x16\x8b\x1d\x20\x43\x05\x24\x38\xca\x3a\xd4\x76\xb9\xdb\x27\xe3\x66\x79\x8d\x7b\xb3\x59\x11\x33\x76\x7a\x40\xb4\x58\xa8\x8c\x45\xf5\x45\x67\x58\xc6\x50\xa4\x34\x48\xda\x9d\x34\x99\x96\x12\x13\x86\xbb\x8f\x5d\x1e\xc7\xc8\x98\x70\xde\xe3\xba\x77\xa0\xdb\x18\x62\xa6\x87\xb8\xfb\xc7\x7b\xb8\x13\x0b\x22\x0c\xec\xee\xd3\x2e\x8a\xb4\x52\xd2\xc9\xb8\x81\xc0\x0b\xce\x7c\x5f\x22\xbe\x4f\xc9\xaf\x4f\x8e\xe1\x8d\x26\xb3\xe0\x9d\x26\xa2\x22\x79\xe7\xb6\x19\xc2\xb8\xe1\x27\x1f\xcf\x6a\x5a\x43\x76\xbf\x5c\x6f\x6e\xb9\xc2\x19\xf3\xd7\xb8\x0e\xe7\xc1\x59\xbf\xd4\xd4\x08\xea\x65\x70\x88\xec\xd0\xf5\xf2\xf2\x9b\x7a\x3c\x87\x0e\xf1\x0c\xaf\x88\xf2\xd7\xe3\xa5\x45\xc9\x12\xa2\x5a\xd7\xa7\x94\x6d\x3c\x2b\x06\x03\x16\x7b\x30\xa1\x8d\x73\x50\xd2\x80\x78\x3f\x04\x97\x8c\xde\x89\x61\x51\xa8\xe6\xdc\x10\xe8\x02\x9a\xa9\x04\x41\xb2\x29\x2e\x67\x47\xbd\x6f\xba\x1e\xa4\x19\x36\x9b\x67\x72\x57\xeb\x4f\x33\x3f\x7e\xee\x23\xd6\x60\x27\xc2\x69\x0d\x1c\x32\xde\x88\x95\xc1\x11\x6b\x8a\xfb\x3f\x7e\xfe\xae\xc3\x56\x04\x9b\xd9\x67\xf7\x7f\xfc\xf3\xbb\xee\xde\xd7\xf7\x7f\xfc\xe2\x5d\x07\x4d\xc1\xa4\xee\xfa\xd2\xbc\xb7\x93\x06\xb8\x9a\x87\x3d\x40\x85\xd4\x0c\x9d\x26\x47\x03\xf7\x01\xad\x75\x9d\xd2\xf2\x5f\x7a\x5f\xaa\x9c\xa4\xbb\x1e\x11\x03\xd6\xb6\x31\x2d\x68\x32\x5a\x50\x6a\x11\xd3\x82\x48\xff\x86\xfd\x5a\x67\xdc\x81\x52\xe8\xdf\x91\x8c\xc8\x6f\x88\x50\xfd\xea\xa7\xf0\x0b\x33\x77\xe5\xea\x1e\x4f\xc4\xab\x4a\xfe\x24\xbf\xbe\xe6\x49\x61\x11\x7e\x0a\xbd\x34\xc1\x96\x06\x16\x75\xeb\x44\x67\xa6\xbe\x95\xde\xd0\xe7\x96\x39\xf1\xe2\x1f\x3c\xde\x72\x44\xd6\x74\x1c\x1e\x42\x77\x4c\xf2\xdc\x24\xc0\xad\xe5\x25\x11\xa8\xd7\xce\xd0\x0d\x34\x2a\x3a\xda\x50\x9b\x41\x2b\x25\xf6\x98\xa2\x70\xe3\xf5\xe5\x15\xe2\x3f\x7f\xe7\xf2\xc8\x60\xb4\x05\xff\xe3\x77\xb6\x21\x2c\x09\x31\xc4\x97\xda\xca\x25\x5c\xed\xb6\x50\xbf\x5d\x21\x2c\x18\x50\x05\x84\x99\x82\x5d\x3c\x08\xf6\x77\x76\x00\x3f\x02\x1b\x18\xa9\xd0\xab\x8f\xe8\x25\x1e\xeb\x2c\xf9\x11\x0f\xcf\x54\xf3\xaa\x25\x3e\xa4\xf2\x92\x05\x32\x6b\x93\x2c\x82\x70\x5a\xed\x07\xe2\x27\xf6\x29\xf6\xfb\x3c\x0a\x3e\x3e\x86\x45\x14\xf0\xcc\x9c\x53\x66\xeb\x0e\xac\x4f\x0f\xa6\xbe\xa6\x06\x7f\xe8\x95\xfc\xe7\xe2\xb2\x3c\x8d\x96\xcd\xec\xde\xdf\x19\x16\x8d\xc0\xc8\xd6\xde\x27\x82\x51\xa2\xb5\xe9\xa9\xa6\x76\xfa\x18\xba\xe4\xd7\x22\x77\x73\xf3\x83\x36\xd7\x76\x75\x81\xa8\x73\xff\x45\x6e\xd6\x3e\x46\x1c\x4d\x98\x05\x81\xa0\xb5\x95\x45\x85\xea\xf3\x28\x0c\xd4\xf0\x74\x6e\x27\x6c\x9f\x94\x47\xfc\xe7\xd3\x1d\xcc\xfa\x26\xe3\x15\x04\x76\x76\x52\x52\x94\x3b\x92\xe6\x65\xa3\x40\xae\x29\x8f\x92\x34\x91\x58\x84\x3e\x04\x37\xb6\xfd\x24\x2c\x52\xb0\xf2\xb0\x5f\x1f\xf0\x3a\xf3\x0d\xa2\x9d\xeb\x47\x37\x72\xf0\x17\x72\x33\x66\xed\xf9\xee\xbd\xa0\x1e\x86\x19\x4c\x0f\x63\x6b\x76\x42\x49\x81\x88\x0e\x88\xa8\xd4\xf4\xdc\x23\x26\x28\xaa\x48\x67\x41\x30\x20\x26\x32\xcd\x34\x28\x85\x70\xc1\xa1\x41\xa9\x63\x5a\xc7\x06\x16\x64\xfa\xe4\x99\xaa\x62\xfc\xca\xce\x03\xab\x1b\x40\xa8\x81\x60\x20\x95\x26\xe9\xe4\x73\x54\x2c\x5c\xe4\x2a\x28\xcd\xb8\x4f\xef\x36\x16\xda\x5d\x8e\x1a\x46\x7e\x87\x15\x27\xcb\x1b\x75\x28\xff\xae\xb6\xbe\x2f\x2d\xcf\x84\x5b\x2f\xd4\xca\x2f\x3f\xf9\x06\x6a\xc1\xa1\xea\x3b\xcf\x8b\xb5\x0e\x3f\xa1\x71\xe9\xdb\x46\x74\x81\x1e\x94\x08\x17\x71\x33\x7d\x13\xfa\xe3\xbb\xe3\x01\x49\xe8\xb5\x53\x09\xbf\x08\x43\x10\x1f\xa6\xed\x15\x95\x3a\x3f\x6d\xce\x4f\x61\x8b\x2b\x6b\xca\x62\xd8\x0d\xac\x86\x92\xc6\x11\x5e\x90\xa6\x7d\x5c\xfd\xf4\xe4\x81\x50\x86\x83\x84\x36\xdb\xe9\x6a\x61\x32\xfc\x97\xe3\xa5\x85\xe7\xcb\xce\xf6\xdd\x97\x89\xe7\x0c\x68\xe7\x67\xdc\xc3\x67\xe0\x04\x4a\xa5\xa3\x7f\xe2\x1f\x42\x4d\x75\x25\x53\x59\x62\x8a\x06\x4c\x1c\x64\x3f\x6f\x80\x4b\x05\x2c\xd2\x96\xba\x63\xce\xa1\x54\x02\xde\x09\x3d\xff\x0a\x7a\x08\x4f\xb0\xf9\x6f\x3a\x02\x54\xc1\x7f\xff\x22\x7c\xd7\xd6\xb9\x25\x65\x07\xa4\x13\xf9\xf2\xaf\x6b\x9c\x6a\xff\x03\xf1\x32\x3a\x01\xb3\x59\x7b\x02\xcc\xa7\xfe\x2c\xa5\xc6\x19\x50\xa6\x77\x88\x05\x50\x14\x74\xc0\xa1\x80\x9f\xe0\xc8\xa4\x5c\x2f\x6f\xc2\x0c\x1e\xb8\x5e\xed\x21\x39\xe5\x18\xc5\xbd\xf7\xb8\xa8\xec\xb8\xca\x32\x5b\x8a\xd5\x5b\xd6\xfc\x47\xd4\xd0\xcf\x7f\xc9\x1b\xb4\x43\xd7\x47\xc7\x1e\xc0\x4c\xfc\x50\x3f\xd1\x46\x90\x1d\x85\xce\x01\x1b\xc8\x9f\x21\x57\x8a\x0b\xd6\xac\xd1\x00\x3b\xe5\x85\xda\x06\x24\x6b\x6b\x90\xd7\x51\x24\xc2\xd4\x60\x5a\x4a\x34\x46\x4a\xe6\x4a\x51\x44\xfa\x99\xb8\x8e\xe8\x80\xdd\xbe\xe7\x4c\x25\x55\xcc\xf7\xcb\xc6\x4a\x9c\x12\x12\xcf\x7b\x97\x04\xd0\x38\x8e\x0e\x44\x34\x6f\xe2\x3d\xe8\x0d\xd3\x9a\xe1\x53\x71\x5e\x32\xb7\xc1\xa1\x8e\x1d\xe2\x15\x85\x4d\xbd\x66\xf3\x0d\x2f\x56\xf4\xf0\x4c\x27\x37\x0d\x8a\xd6\x35\x9b\x24\xfe\x09\x6d\xb2\xda\x7f\xd4\xec\x5f\x66\xd6\xed\x63\x9b\x0e\x54\xc1\x33\x9d\xd9\x7a\x1c\xef\x58\x75\xfc\x4f\x14\x77\x02\xe6\x68\x16\xab\xd0\x76\xe2\x41\x37\xd3\xae\xb4\x95\x51\x1a\xc2\x35\xa8\x6a\x66\x4e\x3d\x23\xf5\x50\xeb\xf1\xe4\x4a\xac\xe5\xec\x56\x3f\xfd\xfb\x66\x80\x3b\xd5\x03\x46\x68\x20\x41\x21\x67\x40\x1c\x7c\x71\xc2\x8a\x8d\x05\xf2\x10\x5d\xba\xe2\xb1\x74\x85\xa9\x60\x64\xbb\xa5\xfd\x2e\x18\x34\x5b\xbe\x87\x7f\xba\x5f\x7e\x2a\x47\xbc\x33\xb9\x6d\xe6\xc6\xf5\x57\xf2\x51\x26\xac\x58\xc7\x9d\x98\xba\x44\xd3\x37\xc6\x21\xba\x05\x08\x28\x0b\x5f\xef\x96\x3f\x2d\x12\xcd\x62\x72\xcb\x45\x95\x4f\x52\x3c\xa3\xb7\x48\x4a\xe7\x74\x17\xe3\xe2\x52\x05\x19\xc4\xd5\xa5\xfd\x36\x6b\x22\xce\x6b\x96\x1a\x83\xf6\x5a\xd2\x85\x70\x92\x00\xb6\x5a\x8e\x06\xc2\xaa\xa9\x49\x07\x5e\xf0\xc8\x27\x45\x7c\xc1\x06\xf7\x09\xf2\x08\x80\x78\xcb\xc1\x8c\x30\x12\xf4\xe2\xc3\x70\xa2\xf3\xa5\x32\x09\x59\x2f\xc9\x1d\x30\xbb\x48\xc2\x22\xbe\xa1\x5d\xa9\x9a\xf4\xfb\xc4\xfe\x9b\x96\xf9\xc9\x3f\x1e\x4d\xba\x78\xd8\x1c\x58\xcd\x51\xb1\xe1\x32\x99\xab\x35\xad\x57\x20\xa6\x05\x21\x13\x94\xb6\xb8\x16\x2c\xe0\x50\x07\x4d\x43\x28\x0e\x93\xe3\xe5\xf5\x56\x1a\x6f\xc1\x49\xa3\x2d\x1f\xdc\xd2\x7f\x8f\xf6\xfb\x47\x65\xf9\x60\x66\x31\x52\x8f\xc2\xa8\x06\xca\x1d\x2a\x19\x72\x4c\x75\x93\x96\x32\x36\x76\x7e\x61\x01\x92\x6c\xa4\x26\x54\x1d\x19\x3a\x74\x76\xa1\x81\x13\xea\xb2\xfb\xed\x5f\xd8\xf1\x56\x4c\xb1\xe2\x4e\x87\x33\x8f\x98\xec\x16\x0e\xa5\xe9\x8c\x72\x71\x20\x29\x19\x73\xcc\x77\x8d\x31\xc4\x88\x04\x26\xad\x60\xb3\xc6\x3e\x5f\x9d\x24\x52\x44\x32\x5c\xd9\xe3\x0b\x14\x38\x71\xaf\x1a\xd5\xe4\x7e\x73\xa3\x18\x39\xf0\x8f\x2e\xa5\x70\xa3\xc5\xbd\x4a\x1c\xb0\xfe\x00\x6f\x7e\xcc\x13\x6b\x6e\x44\x09\xaa\xc4\xc5\x48\xa2\x44\x8e\xf8\x9e\x2e\x6e\xdc\x7b\xb7\xfa\x27\xfa\x1f\xff\xb5\xbc\xb1\x15\x7c\xac\x63\x8e\x2e\xd8\xe1\x0b\x94\x7f\x92\x01\xc8\x0a\xe0\x3b\x3a\x81\xd1\xb4\x81\xe5\x08\x91\x9f\x9a\x8a\xb8\xd9\x0e\x2a\x2a\x16\x69\xa2\x2b\xbd\x86\x5c\x08\xe9\xda\xb1\xf7\x8a\x20\x13\xac\x5b\x9c\xdf\x86\x2e\x6a\xf5\x31\x82\x61\x1f\xfd\xea\x89\xb8\x74\x6d\x87\x5c\x1e\x3b\xa5\x14\x1c\x77\x82\x80\x5a\xb9\xa1\x05\x36\x4d\xa9\xcf\x1f\x94\x13\xe7\xef\xde\xb8\x94\x14\x4b\x48\x8f\x6f\xd2\x87\xc7\xc4\x72\xef\x2c\xa1\x4a\x05\x6f\x2d\xb9\xf0\x79\x55\x71\x54\xe8\xbe\x8c\x29\xc1\x63\x68\x1a\x2b\x46\x52\x62\xa3\xd3\xe1\xb4\x6c\xdc\x27\x0b\xc3\x59\x77\xec\xfc\xab\x7d\x01\x5d\x56\xf7\x3b\xf8\x1f\x04\xbe\xaf\xc9\xf3\x8e\x83\xe4\x73\x3d\x3e\x23\x68\x73\xbd\x21\xa4\x22\x8c\x0e\xd2\x6b\x36\x4b\x5f\xfa\x72\x66\x9e\xe2\x46\x97\x00\x05\x7b\xc1\xf9\x11\x38\x04\xd9\x6c\xed\xfa\x73\x6f\x3b\x54\x4c\x13\x94\x37\x3a\x42\x61\x8f\xa1\x52\x50\xee\x38\xcf\x6a\xc4\xd4\x10\xe6\x0d\xdc\x7c\xcb\xb8\x87\x6b\xbd\xb3\xfd\xbd\xff\x24\x3a\xab\x8b\x3c\x22\xad\x33\x16\x02\xad\x75\xed\x13\xff\xf6\xa4\x31\xd5\x23\xda\x64\x8d\x45\x9d\x1a\x7d\xac\xd3\x3d\xe3\x08\xf5\x23\xe9\xf6\xfd\xd7\xa5\x24\xd0\xed\x56\xaf\x0e\xa3\x82\x04\xe3\x99\xdb\xd7\x5f\x72\x3f\x05\xa8\xab\xa6\x79\xdf\xad\xfe\xc9\x6e\xf8\x8f\xf8\x7d\x47\x2c\x07\x17\x21\xa9\xf4\xd3\xbc\x8c\x84\x38\xb7\x3d\xf6\x52\x80\xe4\xd3\x8e\xc0\x31\x20\xf3\xad\x4f\x79\x18\x0b\x35\xfe\x2e\x34\x15\xa2\x03\xe7\xe7\xaa\xc1\x61\xe0\x8c\x3e\x18\x31\xe9\x38\x5c\x52\xe2\x23\x4d\xea\x95\xb2\x8c\xed\x99\xf2\x1a\xa8\x52\xc6\x01\xe8\x2a\x22\xdc\xaf\x46\x4a\xd7\x08\x8b\x2d\x13\x8a\x73\x1a\xf2\x40\x13\x05\xc1\x67\x55\x4b\x89\xd3\x85\xf7\x68\x16\x0f\x54\x2b\xd7\xb0\x1e\x52\x4f\x90\x92\x29\x11\x7f\x48\xa8\x05\xf7\x1a\x53\xad\x99\x10\xbe\xed\x14\x9d\x10\xf7\xd2\xd6\x4d\x84\xcd\xe0\x42\x8a\xe8\x8f\x84\xf5\x2e\xdb\x49\xce\x52\x1a\x93\xe4\x2c\x6d\xad\x77\x72\x62\xf3\x07\x89\x3a\x68\x58\x53\xd7\x6f\x39\x39\x53\xcd\xc1\x29\xc8\xa2\x42\x17\x5e\x69\x92\x45\x14\x3e\x2a\x5b\x1a\x24\xc8\x66\xed\x26\x51\x39\xbc\x89\x50\x20\x95\x25\x41\xf3\x7b\x08\xb6\x6d\x8e\x4c\x9f\xeb\xac\xb5\x4e\x7c\x03\x60\x87\x13\x25\x5e\xba\xe1\x86\x9a\xcc\x57\x6b\xf1\x4c\x95\x2d\x7a\xa2\xed\x16\xcf\x78\x2c\x6f\x74\x2c\x98\xda\x77\x0c\x71\x57\x6d\x99\x8f\x32\xf9\x48\x75\x59\x24\x56\x42\x25\x26\x7f\x45\xe8\xee\xdf\x8a\xbf\x02\xb7\xe8\x1f\x5a\x43\xfb\xcb\xdf\xbc\xec\x0d\x46\x5c\x32\x64\x12\xa6\x9e\xa4\xdc\x3c\x47\x01\x0b\xdb\x2e\xb7\x31\x55\x4b\xd6\x93\x25\x8f\xd1\x72\xda\x4c\x54\xe8\x82\x03\x7d\xaf\x77\x1b\x49\x96\x6e\x83\x14\x4f\x1a\x67\x93\x20\x58\x89\x23\xd3\xae\x7f\x85\xed\xef\x3f\xc0\xfd\xe3\x1c\x79\x82\x88\x7f\xed\x4c\x04\xe2\x87\x46\x38\x51\x09\x64\xed\x4e\x7c\xc5\x24\xc9\x84\xb8\x7f\x8c\x1d\xd1\xbc\xca\x76\xe4\x0e\x98\x47\xf6\x2c\x8b\x24\x8f\x56\x17\xa2\x83\x25\xb9\x87\x90\xc6\x84\x5a\x41\x1b\xd1\xab\x56\x42\x32\xd6\x27\x29\x6c\x5e\xdb\x5d\x83\x40\x9a\x49\x05\xef\x55\x25\x1a\x44\xae\x1a\x9d\x15\xd5\x9f\x88\x9a\xca\x87\xda\x6a\x6b\xcb\xc2\x27\x99\x88\xce\xda\x63\x29\x36\xb8\x5c\x4f\x07\xab\x17\x4f\x47\x37\xcf\xa3\x63\x2d\x35\x3d\x3b\xc8\x8e\xda\x2a\x6c\x1c\x2d\x15\x7f\xec\x70\xa7\x23\xf0\xb9\xc0\x83\xdb\x77\x15\xd4\xec\x39\x9d\xf7\x15\x24\x98\xa1\x4c\x93\x7c\xd2\x96\x17\x08\xfd\xf2\x43\x82\x81\x02\x34\x61\x37\x50\xa7\x05\x4c\x99\x9e\x59\x43\xdc\x7d\x4a\x3f\x91\xf2\x18\x09\x35\x60\x54\xee\x2e\x7d\x12\xaf\x90\x94\x63\x0a\x28\xbb\x95\x42\x2b\x1b\x91\xcc\xd6\x44\x1c\x09\xf9\x7c\xcc\x34\x91\x88\x26\xac\xff\x99\x63\x98\x11\x7d\x02\x02\x06\x3e\xb6\x7c\x30\x7e\x4f\x62\x3a\x8c\x74\xe3\x70\xc6\x6f\x5c\x05\x13\x43\xe7\xc3\x07\x0b\x77\x49\xed\xdf\x14\x7c\x26\x58\x72\xe7\x10\xca\x6b\x57\x52\x77\x7c\xac\xef\x6a\xf5\xcf\x69\xab\x7c\x2f\xb4\xd7\xc7\x5b\xae\x8b\xf4\xf9\x21\x21\x0c\x97\xc5\x6d\x33\x3c\x40\xb4\x30\x4d\xb4\xb9\x84\x06\x41\x6a\x74\x73\xfd\x82\x62\xa9\xf5\x22\x39\x70\x49\x50\xf8\x88\xe5\x87\x3f\x1a\x47\x54\xeb\xbd\xc5\x98\xc3\x0a\xfd\x88\xbd\x5f\x4e\x6e\xbe\x2c\x71\x85\x53\x0d\x1a\xef\x01\xb3\xee\x73\xe0\xb2\xdd\xaf\xe8\x8a\xc5\x7c\x0a\x6a\x9b\x56\x98\x6f\x4c\x96\x50\x83\x5e\x84\x2e\x97\x5d\x03\xed\xc5\x86\xc8\x30\x51\x0d\xf6\x74\x22\x9c\x64\x6e\xcc\xb8\x7a\x39\xdf\x7a\xba\x8b\x6f\x60\x52\xe3\x05\x97\x42\x5e\x47\x8d\x22\xe7\xe5\xe3\x6e\x41\x94\xef\x77\x73\xad\x65\x01\xc8\xe9\xe4\x64\xb8\xb9\x5f\x6b\x90\xed\x5c\x30\x41\xb8\x51\x00\x6d\xa4\xbf\xf9\xc2\x4d\x9d\xef\x46\x90\xfe\xa9\x31\x53\x5c\xe3\xf1\x83\x10\x5c\x15\xc4\xa7\x46\x9c\xb5\x63\x50\x6b\xed\xbd\x20\xbd\x4b\x1c\x50\xd5\xd2\xf9\xc9\x39\x5c\xce\x7d\x19\x9f\x15\x9a\x0c\x31\x5d\xce\x29\x31\xcb\x82\x53\xde\xfe\xf6\x5f\x8e\x87\xa6\x1c\x6f\xf8\xcf\x73\x0d\x27\xc1\x31\x21\x6e\x24\x15\xd0\xfa\x99\xd0\xd3\x6c\xfa\xec\xae\xdd\xb9\x80\x92\x1c\x7c\xcb\x9f\x5d\x29\x79\xa1\xbc\x05\xbd\xb0\x31\xe2\x88\x55\x8e\x89\x71\xf4\xf8\xa8\xd9\xe7\x94\xd6\xe4\x62\xce\x07\x3e\x49\xb5\x72\x92\xc5\x3e\x70\xaa\x68\xf8\xa9\x6b\xb6\xd5\xd2\x1d\x20\x55\x62\x14\x65\x73\xe0\x1c\x08\xdd\x10\x85\xe2\x0f\x6c\x09\x8f\xe1\xcf\x77\x8c\x41\x22\x4b\xfc\x10\x78\x00\x91\xbb\x23\xc1\x02\x73\x86\xc3\x8b\x05\xeb\x51\x16\xb3\x38\x9a\xf7\xf6\x05\x1d\xaa\x0b\x2b\xf1\x3b\x7b\xe3\xd3\xe8\x49\xdb\x5d\x98\x43\x36\x7e\xd1\x5b\x73\x3e\x2e\x70\x25\x92\xf5\x62\x1a\x48\x31\x9d\x01\x2c\xbb\x31\x86\x38\x1b\x55\x76\x2e\xab\xd1\xb4\x47\x81\x5d\x23\xbd\xc2\x31\x29\x23\xd5\xe1\x34\xca\xef\xcf\x1d\xee\x3b\x52\x7c\x4c\x69\xb0\x18\xd5\x83\x7b\x61\x34\xad\x07\xd0\xbd\x79\xcf\xcc\xed\xe4\xc6\x9c\x69\xcd\xdf\xd2\xe7\xc7\x12\x5c\x85\x54\x56\xe3\xac\x1b\xd9\x8d\x9f\x04\x88\x45\x0e\x21\x55\x18\xa5\xa2\x10\x32\xbc\x26\xae\x03\x21\x50\x5c\x18\xc0\xb4\xec\x8e\x6a\xe9\x5e\xcd\x54\x9c\xe6\x1d\x98\x62\x61\x36\x8a\x10\x89\x3d\x95\x6a\x9b\xf6\x58\x5c\xf6\xfc\x50\x67\x6b\x66\x01\x6e\x3e\xa0\x23\xf2\x6d\xea\xb0\xa4\x15\xa3\x2f\x43\xee\x0f\xcd\x67\x21\x53\xc4\x1d\xd7\x9b\x85\xe1\xe0\xa1\xa6\x6b\x7b\x74\xf1\x8e\x2c\x9b\x9c\xe5\x74\xd5\xc4\x09\x57\xf2\xf3\xa7\x8e\x8c\x67\xe2\x93\x2b\x19\x93\x96\x49\x05\xce\xfc\x18\x23\x39\x60\xb3\xdb\x8c\x56\xfd\xed\x94\xd9\x1a\x73\xc5\x31\x86\x7e\x3f\x5a\xf1\x65\x26\xdd\xb5\xf0\xec\x46\x97\x92\x0d\x3c\xa6\x0b\x94\x40\x6a\xcd\x08\xc8\xe6\xb5\x51\x97\x3e\x3e\x7a\xa6\xdb\xe6\xee\x6e\x81\x94\x37\xa2\xd1\x88\x68\xac\x2a\x8e\x91\xe6\xc3\x4b\xc5\x5e\x01\x22\xa7\x5f\x72\x44\x74\xb4\x9f\x08\xe7\xc6\x38\xa1\xf2\xe0\x40\x7e\x7b\xcd\xda\x34\x92\xb7\x20\xc9\x72\xec\x46\x71\xfe\xea\xe2\xcd\xb2\x78\x85\xb0\xe4\x78\x67\xc7\x37\xfa\x62\xfa\x3f\x10\x3a\x79\x4d\xa0\x97\x6c\xa8\x84\x03\x9c\x0d\xc7\x67\xe3\x82\xe8\x8d\x47\x8c\x26\xc9\xe6\xba\x83\xdd\xaa\xe6\x6d\x59\xbc\x85\x26\x91\x63\x1f\xc7\x9a\x5c\xe5\xa6\xef\x0c\x9d\x93\x08\x01\x13\x56\x84\x7d\x8a\x52\x0e\x4b\x3e\x4f\xdd\x43\x26\x2b\x38\x86\xf4\x61\x70\xcc\x7f\xb1\x8f\x93\x42\x08\x63\x26\x18\x5f\xc0\x90\x3d\x36\x60\x19\xe1\xdb\xa0\x25\x21\x79\x44\x1c\xd8\x97\xc5\xe3\x86\xd9\x46\xd8\xdb\x0b\xa1\xee\x9c\xc6\xea\x9b\x3b\x46\xe0\x4f\x90\x8e\x35\xca\x36\x42\x5c\xca\x4c\x92\xf9\x64\xd2\xd0\x92\x1f\x0c\xf1\x23\x59\xbd\xb1\xb2\x15\xcc\xc3\xef\x52\x32\x34\x0b\xaf\xa1\x64\x16\x13\x2a\xe0\x5c\x58\x20\x2e\x42\x50\x26\x4e\x0f\xd8\x83\x76\x91\xd3\x3d\x2c\x90\x6f\xf8\x43\x3d\xf8\xf9\xf1\xc8\x6e\xc6\x93\x24\xc4\x17\xe1\x2d\x74\x46\x08\x31\x10\x35\x7a\xd6\xd3\x1d\x4e\x5d\x63\x4c\x97\x24\x7d\x74\x96\xa6\x54\xa2\xd6\x25\x8b\x0a\x7d\xd1\x5d\x35\x37\x5d\x31\x1c\xd8\x1e\x70\x65\xa7\xbb\x31\x1d\x99\x37\x9f\x86\x20\xae\x39\x10\x64\xba\xed\xe0\x0f\xd0\xb1\x42\x6f\x0a\x22\x16\x9f\x6e\xf5\x54\xfe\x9d\x02\x1c\x24\xa1\xf3\xca\x27\x76\x9e\x00\x6c\x9a\xf2\x76\xf5\x2d\xfd\x6f\xaa\xbd\xd4\x37\x30\xe9\x14\xb3\x0a\x53\x99\x43\x39\xe4\xd0\xde\x5e\x0e\xb5\x28\xc5\x3d\x6f\xc2\xa5\xbd\xa4\xd4\x66\x9e\xda\x2b\x15\x93\xa7\xcb\x58\x8f\xa1\xd4\x42\x5f\x80\x41\x76\x2a\xf1\x10\xe0\xbc\x10\x21\x9f\x7c\x48\xe2\xe3\x98\x7a\xc9\x39\xcd\x12\xa9\xa5\x74\x4b\x47\xcd\x6e\x5f\x1e\x97\x0a\x10\x04\xda\x63\x58\x38\x6a\x4e\xb1\x81\x38\x18\xc9\x0b\x20\x7e\x31\xfa\x88\x62\x64\x90\xfd\xe3\x63\xc5\x73\x7e\xc6\x0e\x3a\xbc\x8c\x81\x96\x47\xed\xfc\x63\x0d\x74\x41\x05\x96\x8c\x97\x73\x3a\x9e\x18\x92\x9d\x9f\x7f\x5f\x3e\x49\xca\x32\x82\x53\xfe\x4b\xc1\xa3\x92\xf7\x69\x06\x95\x50\xed\xe4\xe9\x52\x84\x08\xd9\x56\x95\xed\x6d\x08\x17\x14\x05\x1c\x08\xaf\xd7\xb7\x79\xad\x65\xa4\x94\x06\x42\x80\xb2\xbc\x13\x5f\x0d\x28\x33\x1f\x28\x31\x37\xd7\x62\x67\xc2\xb3\x6f\x48\x57\xc6\xf1\xff\xa1\x1d\x4d\xde\x01\xe7\x6d\x89\x41\x0c\xb6\x56\x6c\xfb\x35\x4c\x65\x70\x40\x8a\x09\x88\x38\x66\xb4\xa6\x19\xe8\xbd\xc6\xfb\xf7\xf0\xff\xbf\x78\xf5\xf2\xa4\xf8\xe5\xd1\xcd\xcd\xcd\x23\xb4\xf0\x68\x68\x19\x59\xe8\xc4\x9e\x14\xff\xee\xc5\xf3\x93\xc2\x6e\xb7\x9f\xea\x10\xd8\xf1\xca\x07\x37\x65\xe3\x16\xad\x47\xdd\x40\xbb\xf1\xfb\xe8\xfc\x88\xcc\xeb\xb1\x62\x35\xb2\x1e\x2d\xa8\x46\x33\xfe\x11\xbb\x1a\x5e\x54\xc6\x8f\xe2\x0d\xfd\x48\x79\x8f\x6d\x4b\x9d\x5f\xf0\x3f\xc9\x67\x62\x43\xde\xaf\x67\x1f\x70\x1e\xc1\x20\xef\x49\x50\x64\xe3\x87\x19\x43\xa4\x2e\x97\x89\x76\x1b\x1b\xe7\x79\x37\xc4\xe2\xf2\x07\x88\x56\xd7\xad\xdd\x70\x74\x97\x6c\x41\x12\xb9\xac\xb8\xf5\xcd\xb8\x15\x8e\x5d\x6b\xea\xea\x56\x9e\x00\x0b\x58\x21\x28\x86\x52\x6f\x30\x1a\xd7\xe4\x67\x19\xf0\xca\xc4\x2d\xfb\xc5\xad\x9e\x36\x69\x7c\xbb\x97\x98\x59\x84\x4d\xb2\x0b\x8c\x1a\x91\x3c\x8a\x2b\x39\xab\x7b\xa7\x7a\x52\x16\xa0\x1c\x31\x3e\xb8\x7d\x06\x90\x1b\xdf\xf4\xb4\x81\xe8\xb4\x30\x5f\x24\xeb\x24\x91\x6a\x27\x12\xc6\xa6\x8f\xaf\xce\x2d\x05\xc7\xee\xcd\xae\x91\x1c\x4a\x22\x90\x7c\xab\x8d\xb5\x94\xc9\x41\xe6\x37\x4b\x24\xc7\x6c\x33\xfe\xec\xbd\x78\x4e\xe5\xa5\x3f\x3a\x21\x7d\xcf\x4f\xe2\x85\xb8\x08\xbc\xbd\xe6\xf7\x40\x94\x1f\x7e\x2f\xfb\xc6\x53\x43\xff\xee\x9f\x64\x5d\x73\x23\xde\x8f\x49\xc8\x44\x10\xf1\xb7\xe5\x5d\x22\x88\x52\xaa\x94\x79\x64\x4a\x35\x61\x7d\x14\x70\xdc\xd3\x6c\x1f\x92\x1e\x74\x2a\xe8\xf8\x5e\xa2\x47\xed\xa4\x1b\x09\xc6\xf0\xd7\xbf\x64\xf3\xe5\xd0\x8f\xe2\x71\xf8\x94\x73\xb4\x79\xb8\xf4\x94\xc2\xca\xa9\x8a\x44\x36\xf0\xc7\x99\xd3\x75\x71\x01\x30\x4e\x30\x96\xbd\x74\xaa\xb9\x75\x66\x8d\x69\xd2\xb2\x64\xa0\x91\x3c\x3a\xa3\xa2\xd1\xab\xaf\xe3\x83\x7e\xc5\xaf\x93\xc3\xda\x9b\x99\x08\x4b\x7b\xa8\x9a\x5b\x49\x42\xf7\x98\xb8\x08\x07\x75\x96\xa4\xe5\xcd\x67\x16\x01\xe3\xa4\x1e\xf3\xb7\xe2\x1f\xed\xed\x5c\x83\xea\x42\x81\x2b\x9d\xc1\xd0\x47\x71\xc5\x88\x15\x72\x5d\xd5\x78\x6c\x01\x16\x18\x8e\x74\x5f\x72\xea\x18\x38\xbb\x5f\x9b\x6a\x27\xb9\x56\xab\x34\x8f\x5b\xbc\xdc\x93\x95\xe1\xd8\xdd\x38\x8b\x97\xfa\x92\x4d\x10\x66\xf8\xb5\x17\x93\x8c\x22\x55\x30\xa4\x1e\x47\x73\x73\x98\x66\x44\x0b\x50\x79\x4e\xb7\xe7\x69\x0f\x21\xbf\x3e\x8e\x71\x26\x4f\xe6\xe9\xdb\xc6\xe6\xee\xa4\x85\xc4\xda\x3d\xb2\xe5\x1c\x4d\xc9\x96\xd4\xfe\xa8\x94\x6c\xf3\x7b\x36\x12\x4b\x3e\xb8\xc7\x73\x29\xd9\xc0\x14\xf9\x07\x91\xe3\xa0\xae\xe5\x7d\xc4\xd6\x75\x2c\x65\x4b\xa6\x29\x8f\x0a\x9a\xb5\xa8\x89\xf1\x0c\xc9\x31\x98\x49\xcd\x76\xd7\x58\xfc\xca\x3c\x8e\x7d\x1f\xf3\x65\x5f\x10\xff\x79\xb9\x24\x21\xf9\xa6\x43\xfa\xb2\xa1\xdd\xda\xd5\xc5\x25\x22\xc6\x4d\xf2\xf8\x8e\xbe\x47\x6a\x05\x1a\xae\xd9\x84\x12\xf2\x8f\x7c\x12\x5f\x8e\x95\xfc\x23\x9f\xd8\x23\x36\x7f\xe5\xf0\x31\x7d\xe7\xa7\xde\x59\xf2\x2e\xf9\x9d\x0a\x4e\x3d\xb5\x94\x2a\x90\x12\xd6\xf8\x8b\x73\xb2\x75\xab\x17\xc2\x87\x70\xb5\x0b\x7c\x49\xc0\xba\x03\x71\xd5\xf2\x50\xe7\x0f\x21\x6f\x95\x7f\x05\xfc\x80\xe7\x40\x4c\x02\x3d\xd4\xc4\x6c\xd9\x72\x1e\x9e\x0b\xb7\xb1\x02\x7a\x92\xfd\xf4\x97\xec\xfd\x12\xf7\x84\x26\xa2\x6d\x94\x55\x8f\x3a\x6a\x2c\x69\x02\xaa\xe8\x96\x00\xd8\xb4\x38\xd1\xe4\xc4\xb4\x40\xba\x0f\x44\xc0\xbe\x7d\xf6\x52\x7e\x70\x44\x35\x67\x91\xe6\x90\x6a\x78\x46\x2f\x7c\x9c\xf6\x72\x12\xaf\xed\x0b\x24\xca\x9e\xff\x56\x7d\xa1\x42\x34\x01\xa4\x6c\xcd\x65\x4f\x22\xcd\xaf\x9c\xcf\x45\xbe\x11\xb7\xef\x6b\x9d\xb7\xf6\xd1\xa4\x0e\x2d\x0a\x76\x90\x76\x01\xfb\x15\x3e\xb3\xef\x9d\x17\x62\xc2\x57\x03\xa9\x2b\x59\xbc\x74\xa5\xc4\xd5\x9c\x5f\xa5\x94\x57\xa2\x45\xdf\x35\xe9\x8f\x51\x71\x9d\x44\xdc\x17\x17\x1e\x09\xd3\xa9\x46\xa7\xbe\x73\xe4\x36\x27\xce\xc1\xaf\x0c\x04\x55\xd7\x73\xa6\x35\x79\xe5\x77\xdb\x2f\xb3\x71\x27\x75\x1f\xdb\x9e\x73\x49\x14\xe2\x02\x82\x70\x20\x36\xcc\x83\x9b\x60\x7b\x1c\xc9\xae\x10\x14\xe0\x10\x5d\x16\x37\x57\xa6\x8f\x52\xb1\xdb\x53\xeb\xd7\xb6\x8c\x8d\x13\xc7\x91\x08\x35\x08\xeb\x8f\x25\xcc\x4e\xbf\xda\x6c\x9c\x15\xfe\x25\xad\x13\x9e\x7b\xf7\xa6\x6c\xb0\x52\x31\xbd\x81\xbc\x8c\x1b\xf3\xcf\xa2\x74\x08\x86\x1c\xaf\xe1\x96\xa4\x41\xda\x68\x4a\xdd\xfd\xc7\x29\x45\xf7\x25\x37\x2d\x3b\xd3\xb0\x73\x64\x8a\x18\xf2\x1a\x2e\x41\xb3\x1f\x5a\x28\x01\x4f\x0f\xbe\xf4\x8c\x53\x60\xcb\xa3\x95\xcb\xe5\x0c\x46\x65\x5a\x50\x51\xcc\x51\xe1\xa3\xc9\x9e\x27\x35\xfc\x7b\xe6\x2d\xf2\x51\x85\xf7\x2f\x46\xc8\xe2\xfd\x4e\x0f\x12\xfe\xa2\xb9\x9e\x78\xaf\xd5\xe0\x11\xe6\x9c\xbb\x66\x86\x0e\x05\x65\x80\x3a\x92\x3e\x74\x8a\xf6\x70\x62\x93\xf3\x22\x5e\x6c\xf9\xa9\x61\x34\xf2\xe7\x26\xb8\x77\x4e\x0f\x9c\x70\x64\x1e\x50\x6e\x89\x40\xe7\x5f\xcb\xe7\x1c\x7a\xa2\x76\x3e\x06\x95\x85\x4d\x25\xf7\x8e\xc2\xc5\x27\x2a\x8c\x17\x3d\x1d\x63\x0e\x38\xed\xe4\x81\xa1\x7a\x36\x52\x6a\xd2\x59\x72\xe7\xfa\x0e\xc2\x2d\x7b\xec\x8a\x19\x1f\x8b\xdc\xe7\x6d\xf5\xb6\x8e\x1b\x9a\x5c\xfa\x11\xf7\x35\x75\x6b\x18\x4b\x73\x53\x03\xf5\xe8\x7a\xd3\xbf\x16\x8b\x1f\x89\x34\xbc\x8b\x8f\x0e\x4d\x82\xed\xf3\xd7\x86\x18\x30\x24\xf9\xcf\xa0\x35\x23\xf2\xac\xca\x38\x69\x5f\xb0\x93\x1f\x2b\xd5\x34\x71\x19\xa8\x53\x36\x8f\x73\xc7\x71\x9e\xb8\xc2\x4a\x7a\x38\x7e\x56\x73\xe9\x33\xa2\xe0\xbd\x13\x76\xc8\x1c\x8d\x8f\x53\x96\x78\xd7\xbd\x10\x0a\xdd\x2c\x0e\xb6\xa1\xd1\xf9\x77\x49\x21\x9d\xc0\xee\x44\xe3\x86\xf7\xcd\x33\xfc\x34\x05\x04\x56\xe2\xf7\x1a\x7e\x3f\x09\x9a\x3c\xb3\x5f\xf0\xcb\x1b\xaa\x22\xef\x56\xac\x14\x77\xfa\x31\x7b\xcb\x63\x3e\x67\x0b\x1a\x92\x61\x6a\xa6\x4e\x34\x89\xb5\x98\xb8\xa5\x87\x27\x9b\x92\x57\xd1\xf8\xdb\x71\x48\xbf\x96\x3f\x08\x6f\x24\xd9\xcd\x13\xbe\x4f\x23\x2e\xf8\x59\x15\x18\x19\x03\x7a\xe0\xf1\xa7\xda\xbf\xe7\x1b\x22\x8d\xdc\x32\x76\x18\x92\xf9\x41\x7b\xd5\x31\x9c\xe0\x53\xd2\xc4\x37\x02\x9e\xe5\x3a\x52\xa9\x9f\x6e\x01\x12\x81\x38\xa0\x66\x9c\x3c\x2a\x28\x02\x0a\xa3\xd9\x57\xf9\xc8\x75\x3f\x0f\x86\x68\xc5\x37\xb3\x4f\x92\xf8\x9c\x58\x23\x33\xc4\xbf\xd1\xf3\x24\x73\x16\x8e\xa3\x6f\x95\xfc\x51\x97\xcf\x63\xef\x62\xa4\x2a\xd3\xe8\x8f\x49\xd2\x66\x2c\x09\x2f\x65\xbc\x66\xab\x15\x62\x32\xfe\xa8\x97\x66\x0e\x1e\xc5\xe3\xcc\x4d\x74\x66\x39\x3e\x6c\x6d\x55\xff\x4f\xaa\x37\xe3\xfe\x99\xf8\x14\x04\xcf\xfc\xa3\x4f\x66\xa8\xa1\xc7\xd5\xcc\xd6\x7b\xbb\x61\x5d\x8c\x07\x35\xd5\x0d\x8c\xde\x8a\x78\x95\xf9\xee\xe8\x23\x11\x52\x25\x72\x20\x4a\x29\x8e\xb9\x51\x8d\x5c\x44\x46\x44\x6d\xac\x36\x18\x27\x20\x55\xdc\xfe\x40\xad\x98\x97\x34\x5f\xf4\x20\xf2\x40\xe2\x31\x63\x17\x0c\x3c\x03\xf3\xf3\xbf\xc2\x17\xe4\x93\x63\xe6\xe8\x0f\xe4\x2b\x1d\x8f\x1e\xc4\x6c\x26\x69\xe9\xab\xbb\xe7\x1c\x48\xe0\xfc\x53\x52\x1f\xcc\x63\x1a\x93\xb5\xce\xe4\x31\x9d\xb3\x23\x06\xbd\x83\xf3\x9a\xa0\x8e\xd9\xa2\xe0\x8a\xa1\xcf\x23\x8b\xe7\x55\xaa\x20\x94\xb4\xb8\x9e\xb8\xc7\x05\x15\x2b\xc2\xec\x16\x23\xd9\xb3\x5c\x18\x4b\xfd\xf7\xca\x1d\xd6\x49\xee\xd2\x17\xe1\x6b\x11\xd2\x98\xde\x7e\x19\x2a\xc9\x53\x43\x9e\xb5\x6a\x46\xdf\x3d\x6d\x46\x2c\x84\xf3\xfe\x25\x11\x86\x7f\x43\x12\x99\xfd\x3e\xaa\x3c\xee\x41\x1f\x86\x6e\x1b\xda\xcf\xd7\x43\x53\x69\x76\x46\x36\x05\xc7\xf1\xcd\xa4\x29\xc8\x1b\xe0\x09\xb6\xf1\xab\xd8\x17\x57\x21\xe7\x76\x28\x20\xb6\x04\xfa\xc8\xcd\x06\xec\x57\x6d\xc2\x77\xbd\x9f\xf3\xad\x0b\xdc\xbb\x7f\xac\x8e\xe4\xa0\x2f\xc7\x55\xf0\xe6\xb4\x5e\xe7\xc4\x32\x2c\xe4\x2a\x5f\xe2\x35\xae\x55\x78\x73\x5a\x3f\x8e\x3b\x97\xaf\xe0\xaf\x34\x49\xf7\xca\xa7\xe2\xa6\xa5\x7a\x2e\x6a\xa6\x29\xd0\x28\xc1\x21\x5f\xae\x62\x05\xca\x9e\xba\x8b\xf9\xa1\x11\x65\xcd\x49\x55\xd9\x70\xd5\xe5\x4f\xab\x2f\xb5\x03\x96\x27\x66\x86\x01\x09\x23\x1d\x48\x0a\xf7\x71\x23\x11\x47\xef\x99\xae\x4f\xf4\x35\x93\xa1\x15\xeb\x28\x5e\x9f\xf3\xc3\x91\xc7\xfd\x47\xc3\x39\xcd\x9c\x39\x67\x20\x3f\x6e\x40\xd2\x97\xe5\x50\x70\x59\x13\xf1\x53\xe5\xa1\xf9\x40\x32\x1e\x9a\x28\x07\x76\x62\xca\xe9\xdb\x89\x9f\x98\x8c\xc0\xe7\xe3\x4b\x7b\x95\x27\xaa\xa3\x3a\x2f\xe7\xa6\x60\x2e\x99\xbb\xd6\xa5\x4c\xbc\x3b\x27\x7c\xce\xb3\xd4\x99\x48\x99\xd6\x51\xba\xf3\x8f\xa2\x23\x56\xeb\x7a\xd8\xe0\x2c\xeb\x0a\xef\x2d\xcb\xeb\x1b\x6b\xd4\xd3\x1b\xda\xcf\xdd\xf3\xa9\x7c\xfe\x5c\x78\xea\x53\x4b\x3f\x8e\x5b\x10\x58\x9f\xcf\x1b\x0c\xec\xc8\x43\x32\x69\x11\xfa\x44\xe6\x02\xf5\xdc\x9f\xc6\x1d\xa2\xd3\xfa\x42\xcf\x69\x36\x88\xa4\xe1\xb9\x8b\xe3\x08\xa4\x67\x2d\x83\x94\xa6\x1b\xab\x97\x64\xb8\x21\x4e\x68\x95\xf7\x3a\x79\x37\x62\x2e\xe5\x35\x0e\xb1\x41\xd1\x6e\x72\x1e\x59\xce\xf2\x2d\xbb\xa5\x6f\x7b\x67\xa7\xf1\xa8\xb3\xd0\x74\x84\xd1\xfe\x4f\xc3\x9a\x77\x7c\x5b\xa6\xd4\x63\xca\x37\x87\xc5\x45\xa5\x2d\xbf\x18\x19\x0f\xbe\x47\x0f\xa5\x43\x01\x1b\xbe\x8c\x13\xf6\x59\xfd\x8f\xd2\x9a\x2c\x11\xb5\x6c\x4a\x4e\x6f\xfe\xe0\x98\x02\x51\xba\x6b\x54\x9e\xee\x78\xe2\xf2\x81\x01\x09\x1d\xf9\x83\x03\xca\x29\xd3\xc7\x8c\xca\x9d\x84\x61\x19\xb0\x56\x09\xa9\xc9\x88\x0c\xac\xb6\x77\x8c\xfa\xc8\xf3\x8e\x4c\xb9\x05\x09\x03\xc1\x61\xdf\x30\x96\x56\xa7\xbe\x61\x09\x06\x2e\x97\xe3\xa3\x16\x0b\xd3\xe3\x76\x57\x67\xea\xd0\xc6\x71\x23\x72\x07\xbb\xa4\x51\xa2\x8d\xac\x4d\x80\x39\xcb\x87\x96\xa4\xc1\x23\x57\xcc\x8f\x21\x99\x58\xdd\xf3\xf9\x2b\x5d\xba\x3c\x31\xe7\xec\x09\x2b\xd9\xf0\x26\xa2\x3e\xe0\xf9\x23\x6f\xe2\xbb\x05\x5e\xcb\xde\x34\x86\x9f\x54\x83\x25\x49\xe4\x42\xff\x3c\x4f\xc3\x8f\xdc\x76\x5e\x34\x4f\x5d\xee\x27\x8f\x34\x1e\x7d\x3e\x73\xe8\xaf\xe4\xcd\x00\x96\x94\xb2\x17\x5b\x9d\x24\xe4\xdf\x31\x43\xeb\x76\x83\x0f\xb4\x53\x9f\xda\xd5\xe9\x35\x38\x33\x8e\x06\xc3\x2c\xf6\xc4\x85\x34\x48\x71\x41\x5c\x8c\xfc\x2b\x39\x2f\x93\xd8\x52\x7e\x14\x4c\x5e\x61\xe1\xdf\x1c\x21\x48\x8b\xdd\xf4\xa6\x5a\xbd\xc1\xff\xed\x97\xc5\xfd\x72\x11\x27\xce\x8a\x71\x6a\x9d\xb8\xba\x0b\xff\xd7\x95\x4d\xca\x43\x6a\x02\xc8\x8e\xfe\x19\xb2\xb4\xfe\x2d\x86\xc6\xba\xfd\xa1\xe3\x36\x84\x35\xd3\x21\xf2\x9e\xeb\xe8\x67\x3a\x95\x40\x51\xda\x57\x18\x16\x38\xd1\x0b\x1c\x6a\xe0\xc4\x41\x97\xe2\x57\x1b\x56\x33\x6f\xbe\xd6\xd7\xdc\x4e\x92\x2f\xb9\x6a\x26\x2d\x51\xc3\x9a\x72\x90\x57\x36\x2d\x4b\x79\x8a\x71\xeb\x82\x4f\x76\x37\xd0\xe9\x4b\x4b\xaf\x9b\xbc\xe7\x69\x8f\xea\x20\x9e\x7e\xf2\x41\x67\xd9\xc0\xd4\xa5\x7c\x54\x35\x7d\x07\x66\x66\x54\x9d\x3c\x9c\x9a\x96\x48\xcc\x4f\x36\x2f\xd1\xb5\xa5\x9f\x2e\x9b\x5a\xef\x6a\xff\xdc\x7f\x2c\x53\x41\x23\xfd\xd4\xfb\x1c\xb2\xe9\xc7\x90\x8e\x2a\xfd\xe8\x6a\x7e\x1e\xf1\x4a\xfc\x99\xb2\x36\xe8\xe4\x66\x93\xeb\xfd\xeb\x3e\xc9\x63\x19\xfa\x20\x4b\x02\x55\x11\xa9\x63\x83\xfc\x0c\xd2\x25\x9a\x89\x80\x7d\xb3\xd8\xb9\xee\x6e\x1c\x92\x24\xcb\xbb\x89\xb3\x10\xed\x50\xaf\x9e\xf0\x72\x26\xc5\x48\x9c\x80\x74\x1d\xfc\x5e\x4e\xc3\x09\xc6\x91\x45\x81\xc8\xc7\x2b\x3c\xfd\x6f\x25\x1b\x79\x78\x9e\xe7\xce\x9a\xf1\xa6\x65\xae\x0a\xfa\xfe\xd9\x46\x8e\x06\x80\xc4\xc6\xf5\xfe\x26\xa0\x6d\x2f\xe2\x91\x62\x4a\x17\x78\x9e\x3e\x74\xe2\x91\x48\x9d\xbd\xdc\x47\xb5\x33\x33\xd8\x71\x3b\x1f\x3f\x4e\xbe\x2d\x70\x6f\xb8\x6b\x3b\x3b\x42\x2e\x1a\x3f\xb9\xf1\x81\x76\xe6\x46\x18\xda\xf9\xbd\xb1\x35\x93\xae\xf8\xf6\xae\x77\x72\x69\x79\x07\x54\x53\x55\x79\x10\xdd\xb6\x69\xcb\xae\xe8\x61\x1b\xaa\xe0\x63\x0b\x05\x3b\xe7\x34\xfa\x40\x83\xf1\xe9\xa5\x8f\x6e\x91\x28\xde\xb5\x3d\xee\x78\x9a\x4e\x61\xe7\xfa\xf5\x6e\xab\x43\xff\x2e\xbe\x63\x19\x1f\x65\xdc\x99\x76\x43\x17\x00\xb3\x08\x76\xcb\x8a\xa6\x6e\x38\xb2\xf6\x69\x6b\xa3\x35\xcf\x58\x0a\x91\x06\x2e\x0d\xb4\x0b\x1f\xd1\xdf\xb1\xf5\x6f\x6d\x77\x5b\x6f\xa1\xfa\xc4\x4b\x81\xec\xdd\xf0\xda\x89\x00\x0c\xbd\x1b\xfb\x4b\x3e\x58\x52\xd1\x67\x92\xf4\xd9\xfd\x6a\xd9\x35\xa0\x7b\x50\x3c\x8c\xa1\x48\x5f\x16\xd1\x87\x82\x0f\xd7\x81\xd3\x07\xd6\x4c\x33\x8d\x5c\x21\xde\xe3\x07\xfe\x15\xf6\xd3\x3b\x87\x90\xcd\xdb\x26\x6d\x87\x6b\x04\xca\x5c\xe6\x26\xc7\x9a\xc6\xd9\x66\x13\x5f\x9f\x30\x3d\xf0\x24\xf1\x48\x08\x04\xd3\xd0\xf1\x4b\x34\x0f\xc3\xf3\x10\x8d\x0f\xa8\xce\xd2\xfb\x4b\xb6\x92\xc8\x30\xe4\xde\xa1\x88\x9d\xb1\x75\x92\x6f\xab\x39\x32\xf5\x74\x8c\x33\x67\xed\x8e\x01\xfa\xa5\x38\x7e\xc8\x10\x1d\x8e\x94\x13\xd9\x21\x7b\xcd\x1f\xf9\x79\x90\x3f\x78\xd4\xe6\x9a\xfd\xd7\x1d\xb5\x36\x19\xd3\xf8\xc0\xa5\x0c\x0b\x3f\xa7\x40\x4b\x46\xfc\x94\x25\x49\x0a\xd9\x6b\x5d\x5d\xc4\x37\xd1\x41\x91\x2e\x18\x28\xbd\x22\xf4\x45\xe2\x5d\xd3\x36\x03\x49\x68\x76\xf5\xbd\xff\x8b\x98\x4c\x2e\x73\x33\xe0\x6c\x54\xba\x5d\x0f\x9c\xad\x43\x43\xda\x79\xdb\x5f\xf0\x63\x44\xc6\xd7\x4d\x2f\x42\x66\xf1\x7c\x4d\x98\x15\xb6\x6c\x67\xf2\x35\x4e\xe5\x0b\x5e\x2b\x03\x13\x98\x54\xd4\x2a\xcd\x06\x41\x93\x49\x8d\x57\x3d\x1b\x92\xd3\xab\xf4\xd0\xf0\x73\x2a\xeb\x8a\x50\x62\x38\xac\xb1\x14\x9d\x66\x72\x17\xef\xef\xe2\x7c\xa8\x45\x27\x30\xed\xc0\x8f\x49\xab\xc9\x80\x44\xb1\xaf\x5d\x4e\xeb\x20\x9f\xa8\xc2\x5f\xc0\x03\xd9\x48\x48\x5e\x39\x57\xc5\x2f\xde\x95\x35\x87\xf1\xd2\x3d\xa5\x6f\x73\x8b\xc6\xb0\xc7\x16\x80\x2b\xcd\xac\x42\x5a\xc9\x95\x95\xcd\x2b\x3c\x93\xbb\xf3\x68\x05\x76\xac\x1a\x57\x29\xde\x76\xcd\x91\x0a\x6a\x20\x1d\x0d\x4b\x8d\xd1\x66\x3a\xb0\x66\xf3\xcf\x44\x7f\x89\x57\xdf\x21\x41\x8d\x1a\x4d\x50\x27\x01\xdc\x34\x4d\x0f\x11\xf4\x00\xae\x9d\xbd\x6e\xb3\xd5\x3a\x77\x15\xd3\xf4\x6f\x3d\x58\xce\xb8\x53\x85\x63\x4b\x76\x81\xd2\xb9\x35\xdb\xe3\xa5\x94\x35\x4c\x5c\x5b\x92\xc6\xe9\x6a\x1f\x75\x79\xa1\xc6\x2f\x5b\xbc\xb8\x20\xc8\xbb\x6a\x86\x4e\x47\x75\x7c\xb7\x19\xea\x6d\x0d\x61\xe6\x1d\xfd\x42\x38\x89\xcd\x9c\x99\x5c\xf4\x99\x56\x9f\xeb\x9c\x6b\xcd\xf5\x2e\xef\xbe\x83\x4e\x6d\x86\xed\x7b\xdb\x23\x4f\xc2\xd5\x9a\x5d\x6e\x62\x43\x6f\x90\xaf\x54\xd6\xfb\x29\x15\xf3\x29\xfa\x96\xc1\xe7\xd6\x91\xae\xe9\xbd\xed\x0d\x7b\x61\x25\xab\x2f\x5f\x34\xf8\xf8\xfb\x33\xf1\x2b\xcf\x6b\x36\x08\x9c\x5e\xab\xb0\xa6\x67\x11\x4c\x71\x68\xe5\x94\x5f\x9a\x4e\x8f\x65\x94\xdc\xe6\x66\x87\x24\xd6\xc2\x36\x6c\x6f\xb7\x88\x22\x97\xa7\x88\xe1\x99\xb4\x75\xdb\x8a\xd9\x7d\x1a\x4b\x52\x83\xc5\x52\xaa\xc1\x24\xf4\x31\xfb\xde\x4b\x02\x9b\x0c\x4a\x08\x99\x07\x3b\xe7\x4c\x8a\x42\xb4\xc2\xfc\xe6\xa0\x0f\xc8\x9a\xf7\x41\x70\x3f\x04\x81\x16\xe9\xb8\x38\x84\x6c\x8d\x23\x68\x1d\x04\x12\xf8\xd8\xed\x20\x8b\x42\x00\xa2\x15\x90\x40\x35\x7d\x3a\x93\xf0\xcf\x56\x51\x87\xc0\x8f\x67\xe2\x62\x56\xcd\x81\x54\xe0\x67\xef\xbd\x09\x2b\x5a\xde\xfd\x63\x80\x0a\xe4\xe5\x1d\xfd\xed\xf9\xf6\x52\x7c\xa3\xf9\x99\x18\x29\x80\x06\x63\x35\xd2\x74\x4b\x91\xbf\x6d\x0f\x1e\x56\x93\xd0\x4b\xf6\x79\xff\x91\x3d\xd1\xe5\x49\x68\xcd\x43\x70\x79\x2b\x81\x48\x31\x83\x33\xdd\xee\x2f\x35\xce\x8c\x7f\xbc\x69\x88\x54\xd1\x15\x17\x27\x34\x71\x99\xf6\x42\x44\xea\xac\xd9\xa8\xef\x78\x78\x30\x5e\xd3\x45\x4a\x33\x79\xc6\x62\x9d\x1d\x8b\x53\xe2\xb9\x78\x9a\xa9\x50\x8a\x0b\xfe\xaa\x70\xfc\xd4\xd0\xea\x39\x3f\x38\x94\x56\xe5\xd4\xcf\x22\x3c\x8e\xaa\x3f\xe7\xa4\xd0\x2f\x4d\x58\xe1\xf0\x8c\x7c\x70\x00\x31\x1c\x71\x56\xf0\xdb\x32\x92\xd6\x02\x4e\xc8\xc5\x50\x8b\x2d\xb9\xf4\x03\x57\x06\x4a\xce\x79\xcc\x7a\x77\xce\xbf\xd5\xdb\xc4\x2f\x47\x74\xea\x1e\xf1\x4c\x71\x0d\x02\x72\x04\x9f\xa3\x1c\x35\xf6\xe6\x17\x7d\x6a\xc7\xbf\xf6\xf5\x3c\x7f\xcd\xcb\xbf\x8b\x47\xc5\x21\xb5\x5b\xa2\x8a\x3a\xd2\x8a\xe8\x2f\x1f\x3e\xe3\xd4\x0f\x44\x02\x1e\x7d\xce\x0d\xd1\x99\x90\x6c\x45\xfa\x64\xd8\xae\x6a\x36\xf2\x76\x6c\xa1\x79\xc5\x3e\xd5\x16\x5d\xb7\x8e\x58\x3a\x7a\xf7\x11\x89\x4a\x73\xbc\x05\x34\xa3\xee\x08\xf2\x8a\x0d\xab\xfb\xf0\xb6\xe7\x1c\x62\xb3\xbb\x04\x62\x82\x98\x69\x9d\x69\x41\xd8\xe4\xbd\xd7\xba\xea\xcb\xd9\x57\x49\x1c\x57\xd6\x92\xbc\x74\x25\x6f\x58\x8d\x5b\x13\x47\x56\x9f\xb3\x35\x73\x15\xd1\x87\x96\x8f\x3f\x93\x35\x8b\x1f\xc1\xa8\x41\x35\x3c\x8a\xe4\x1b\x7c\xc4\x58\xaf\x03\xcb\x61\x89\xc0\x10\x0b\xdf\xdc\xd4\xa2\x19\x1d\x0d\xfe\x20\x69\xd2\xad\xcf\x12\xcb\x99\x4e\x9b\x3c\xf8\x82\x53\x3a\x3a\x4d\x43\x17\x1c\xca\x88\xf1\x6f\x42\xa0\x38\xdb\xd9\xd2\xfe\x90\xe9\x07\xfe\x4d\xa3\xee\x44\xf8\x62\xa9\xc3\x77\x58\xc6\x3e\x47\x16\x21\x7e\x51\x3d\x91\x70\x64\x00\xc6\x1b\x3b\x5b\x3c\x66\xeb\xc5\xf8\x2a\x10\x89\x89\xb3\x9a\x7f\xd3\x38\x35\x68\x24\xc4\xe5\x93\x05\xf4\xb5\x12\xb9\xfc\x01\x22\x3d\xd2\xe4\x72\xb5\x48\x86\xf9\x67\xe2\x76\xc5\xbf\x73\x6b\xd6\x42\xb4\xbf\x4c\x77\x8f\x74\x96\x7b\x1d\x8c\x9f\x29\x9d\x35\x5c\x4b\x41\x1c\x88\xfc\xce\xad\xe8\xaa\x77\x5e\xca\x1b\x82\x1d\x3f\x11\xe6\x21\xf1\x26\x58\x87\x47\xc1\x3c\xd0\xf8\x99\x29\xd6\x4d\x2b\xbd\xcc\x46\x3d\xa2\x98\x2f\xb8\xac\x38\x47\x99\xd6\x41\x5e\xd8\x60\xfd\x96\x84\x7c\xf2\xa2\x94\xf5\x00\x61\xd8\xf2\x3b\x3e\xc2\x22\xbf\x6d\x0d\x36\xa8\xf4\x01\x3f\xf2\x71\xc6\x39\x2e\x19\x62\x16\xa4\x62\x52\x3d\xba\x4d\xc1\x92\x87\xe0\x8f\x80\x8d\x62\x4a\xe4\x23\x22\xa8\x57\x4f\xe9\x7f\xfa\x1b\x67\x7b\x75\x8e\x03\xae\x1f\x58\xcd\x57\xd6\xab\x6f\xe9\x5f\x53\x3c\x7e\x99\x7e\xf6\x57\x88\x16\x9e\xeb\xcf\x39\x90\x10\xcb\x94\x68\x32\x7c\x62\x64\x05\xe1\x5b\x93\xd3\x7f\x4a\x7a\xe7\x2b\x67\x90\x97\x05\x21\x20\x42\x94\xbb\x41\x5e\x3e\x90\x27\xc1\x1b\xce\x7c\x24\xfe\x16\x44\x66\x76\x74\x64\x75\x39\xc1\xa0\x70\xf2\x77\xdc\xd9\x24\x9d\x42\x7b\x26\x99\xf6\x12\x00\x9a\xd2\xe3\x97\x72\x57\x69\xbc\x9d\x2e\x66\x2f\xf9\xc1\x6c\x0c\xca\x3b\xd5\x4f\x4d\xe1\x3f\x1d\x85\xcd\x4c\x47\x72\xa3\x86\xeb\x14\x89\xd1\xf0\x08\xc4\x23\x9a\x1c\x27\x41\xbe\x74\xb6\x2a\x91\x68\x16\x6f\x5b\xa4\x29\xd0\x96\x93\xf6\x47\xe3\x48\x30\x2c\xc2\x74\xc3\x78\xb8\x67\x08\x82\x9b\x81\x24\x3c\xa8\x12\xb0\x27\xf8\x3d\x06\xea\x20\xb3\xf1\xfb\xea\xdf\x59\x3a\x64\x45\x2c\xc0\xe6\x60\xc3\x09\x19\x24\x52\xf6\x17\x8f\x3c\x92\xb7\x73\xf5\x9d\x8b\x09\xa9\x7c\xb3\x6c\x3c\x0c\xe5\x9c\xb1\x6a\xc4\xc3\x09\xe0\x1e\xd7\xe4\xba\x33\xab\x17\x5d\x71\x5a\x16\x17\xa7\xfa\xbd\xdb\xf7\x07\x79\x07\x73\xfe\x28\x14\x17\x2f\xde\x9c\x27\xb0\x01\xaf\xc7\x05\x11\xc1\xd3\x12\x9f\xe0\x41\xce\x48\xa7\x87\x24\x7a\x1a\xba\x79\xb8\xe3\xbc\x13\xf1\x95\x05\x82\x5d\x5b\xb7\xa5\x7b\xa2\x46\xe6\x0b\xae\xb1\x2c\x5e\xe0\xbd\xfd\x03\x38\x0a\xf9\x82\x70\xf2\x81\xf0\x60\x13\x62\x3d\x2c\xfd\xb8\x65\xb3\x89\x29\x1e\x9c\x3c\x58\x66\xb4\x63\xdd\x57\x5d\x92\x56\xf1\x0c\xfa\xa8\x66\xd7\x9a\x4b\x92\x43\xdf\x3c\xbf\xf0\x33\x7d\xef\x0e\x80\x5c\x73\x3a\x85\x5b\xf8\x7b\xf7\x26\xe6\x56\x88\x80\x07\x18\xca\x6d\x7b\x8d\xa4\xa0\x09\x09\x51\xad\x0e\x5c\x32\x8a\xf3\xd3\x17\xf9\x08\x38\xcf\xb8\xe7\xa0\x93\xb1\x78\xfe\x59\x36\xe4\x34\x64\x32\xf7\xb4\xd0\x1d\xf8\x49\x88\x0e\x6e\xc6\xbe\xc5\x2c\xdd\xb1\x1b\x65\xc7\x9c\xa7\x76\x39\xcf\x65\x8a\xd3\x1c\x11\x62\xa0\x94\x30\x60\x26\xd2\xee\x70\x89\xbe\xb4\x37\x45\x6e\xa1\x14\xbe\x7d\x94\x1d\x20\x57\x8b\xa5\xc4\x3a\x5e\xc7\x79\x2b\x1f\xe9\xce\x98\x36\x95\xf2\x47\x88\xbc\xfe\x98\x35\x98\x4b\x94\x65\xee\x02\x5d\xcb\x55\x22\xaf\x2b\xe5\x43\x7e\xac\x1c\xc6\x0c\xbc\x64\xa0\x43\x72\x8a\xd1\x62\xd1\x17\x49\x42\x46\x98\xbe\xb1\x5e\x6f\x4f\x9c\xd5\xb1\x2c\x14\x8a\x95\xcc\x4c\x39\x0d\xb2\x3b\xd2\x30\x03\x81\x16\xf2\x29\xe8\x38\x20\x1a\xac\xd0\x49\x71\x10\x1f\x7d\x4d\x5a\xd6\xb4\x3e\x09\x1f\x92\x30\x74\x0a\x85\x6e\x4d\xcd\x52\xbf\xbe\x83\xc3\x49\xf9\xd8\x56\xbc\x4c\xa7\x98\xf1\x54\xf9\x20\x3e\x90\x08\x43\xad\xd7\x5e\x37\x3a\x6b\xcb\xf6\x3a\x51\x05\x25\x46\x31\x39\x5d\xa7\xc9\x63\xf9\x29\xc4\xb5\xb8\x8e\x77\x72\x7c\x8e\x00\xf9\x08\xf0\xb9\xf2\xd1\x0d\xaf\x5f\x9b\xcb\xcb\x8a\x38\x14\x3c\x75\xc3\x71\x1d\x9a\xc1\xe1\x95\x7c\x0e\x75\x25\xff\xdb\x1a\x7a\x5a\xd6\x75\xee\x10\x42\x2a\x67\x88\x30\x93\xc4\x47\xa6\x0a\xaf\xb9\xd8\x57\x6a\x07\xde\xcb\x56\x5c\x05\x6c\xc1\x0a\x03\x7d\xaa\x32\x00\x8c\xfa\x0d\x4a\x85\x08\x04\xfe\xb1\x6d\x9a\x7e\xf4\x9e\xee\x6b\xfa\x24\x9d\x26\xae\xfc\xba\xf6\x30\x7a\x6d\xd7\xf2\xae\xe7\x1d\x35\xf9\x05\x0e\x36\xf0\x6f\xc3\x7a\xd0\xd4\x3e\xb2\x22\xbc\x0c\x9b\x5d\xe8\x73\xdb\xba\x43\x9f\xf3\x63\x17\xfc\x2d\x4e\x04\xbe\xfb\x7a\x78\x78\x5d\x46\xb4\x49\x97\xe9\x99\xf8\xf8\x47\x4c\xea\xae\x8e\xa1\xd1\xc5\xd3\x14\x68\xc4\x3e\x26\x25\xe0\x7a\xfb\xb5\xe6\x8e\x5d\x0b\x6a\xb2\x23\x85\xf1\x4f\x22\x6b\x59\x5a\x69\x1e\x5f\x50\x92\xb0\x81\xc9\xd7\x8a\x9d\x52\x92\x42\xb0\x02\xa6\xdb\x22\x05\x50\x0a\x77\x64\x61\x53\x10\x84\x78\x72\xba\x96\x1c\x8c\xad\x4f\xbc\xf0\x28\x1c\x55\xd8\xa1\xef\x0c\xfc\x1f\xf9\x63\xf1\xf0\x01\x41\x3c\x12\x88\x07\x9f\xa6\xb5\x30\xb1\xfd\xb0\x97\x10\x5b\xf7\xab\x95\x57\x46\x70\xca\xf4\x91\x7e\x96\x72\x4b\x47\xb2\x53\xc7\x14\x97\x2b\x78\x1d\x9a\x8c\xe6\xae\xf6\x10\x67\x7d\x67\xdd\x70\xbc\x36\x47\x76\xf8\xb1\x3a\x80\x24\x80\x51\x68\x88\xdf\x22\x9f\x1e\xbf\x45\x61\x23\x7e\x4b\x4e\x63\xf2\xb5\xeb\xaa\xf1\x31\xbc\xb8\x78\x3e\x03\xe0\x19\x9a\x87\x1d\x5c\x8d\x21\xee\xdf\xc3\x75\xb4\x23\x56\xe6\xde\xa7\x09\x7c\xb6\x0d\xa3\xef\xa1\x0d\xae\xde\xfd\x4c\xfd\xd9\x2f\xee\x15\xb6\xb8\xd7\xbb\x72\x13\x9b\xf1\x6c\xc7\x71\x02\x0a\xf6\x23\x9e\x2d\xd5\xd8\x41\x29\x55\x85\x64\xae\x92\x50\xa7\x84\x21\x3c\xb8\xc7\x33\x53\x2f\x4c\xed\x98\xb8\x79\xa6\x05\xa4\x4d\x13\x06\x67\x5c\x4b\x18\x1b\xe2\x6c\xdb\x44\x1f\x18\x73\xb4\x73\x14\xef\xf9\x50\x75\xa6\xb6\xf3\x95\xfd\x0b\x6f\xfe\xc5\x37\x0e\x39\xf4\x99\x7f\x58\xa1\xc1\x8a\x1a\x2c\xcf\x0f\x16\x4e\x8f\xbe\x22\xcf\x4c\x35\x92\x3c\x7e\x1c\x04\xaf\x88\x1c\xcf\x65\x84\xd2\xc9\x8c\xb6\xe1\xf5\x1c\x64\x6e\xf9\x58\xf4\x56\xe6\x6e\x6b\x0e\xc4\xee\x9b\x90\x4f\xf9\x4c\x7e\x87\x2b\x48\x32\x53\x20\x94\x75\x5d\xb1\xd7\x83\xe8\x67\x8b\x1f\x9c\x68\xe2\x0b\x7d\x52\x3a\xac\x05\xb1\x44\x51\x0a\x4c\xea\xbd\xb6\xca\xea\x40\x2f\xe4\x45\x40\x19\xd8\x91\xb6\x7c\xc6\x9b\x79\x84\xf1\x09\x21\x14\x98\xb3\x39\xad\x2b\x5b\xef\x08\x53\x9f\x93\xc0\x7e\x65\x91\x20\x5b\x67\xde\x94\x71\x3d\x25\x3b\x04\xab\xbc\xe9\x72\x53\x23\xa7\xaa\x18\xc5\x2b\x4e\x12\x5a\x79\xd4\xb8\x8b\xb5\xbe\xb2\xcc\x5b\x27\xfb\x79\x94\x43\x78\xc1\x85\x23\xd0\x79\x02\xaf\x85\x7e\xe7\xe9\x7c\x35\xf1\x72\x2e\x9e\x3e\x79\xfe\x6a\x04\x39\xa1\x0c\xfa\x7d\x42\x45\xf4\xfb\x0c\xd5\x60\x35\x39\x53\x68\x96\x16\xe1\xc1\x6f\x0a\xeb\x91\x32\xa5\xce\x01\x68\xad\x6f\xd8\xb3\xf3\x32\x07\x51\x58\xc9\x3a\x82\x07\x8e\x50\xd1\x30\x97\xcd\x6f\xd9\x4f\xea\x42\xce\xe2\x54\xae\xbe\x0b\x04\x22\x9b\xc8\xcd\x4b\xfa\x12\xa3\x6d\x2c\x03\x73\xc3\x77\xed\xfc\x0a\xb3\x13\x52\x0e\x38\xbf\xbe\x62\xef\x9a\x6f\x44\x8c\x63\x19\xa0\x29\xe9\x4c\xe0\x7a\x25\xf6\x5d\xcc\xbe\x73\x50\x6c\x33\x26\xe1\x9e\x96\x4e\xfe\xa0\xf3\x38\x03\x46\x3f\xf8\x7d\xb1\xda\x76\xdd\xb4\xc3\x4e\xbe\x1e\xa5\x91\x5d\x97\x51\x2d\x85\xc6\xd2\xc1\x43\x1a\x0f\xe2\xb3\x37\xe2\x14\xd4\x83\xf8\x96\xb3\x88\xb3\x73\x2d\x0c\x23\xa5\x73\xe5\xc6\xf2\xe1\x19\x7f\x1c\x51\x0f\x1c\x76\x81\x0e\x04\xe4\x6d\x27\xaf\x56\xe5\xf0\xbb\x6d\x58\x20\xb1\x78\x25\xab\x54\xfa\x77\x72\x83\x6d\x6a\x34\xbf\xca\x5d\x5a\x35\xa7\x0d\xc8\x8d\x30\x99\xdd\x55\xdf\x1f\xba\x24\x51\x11\x52\x0f\x5e\x8c\x66\x33\x69\x24\x1f\xe0\xc1\xb1\xed\xf3\xc8\xca\x7f\xd7\x44\x8e\xc7\x43\xea\x7d\xb6\x0a\x82\xf3\x65\x02\xe4\xcf\x2e\x49\xea\x1c\xf8\x96\xd2\xeb\xef\xf5\x5b\xca\xa0\xce\x77\x9b\x70\xa3\x00\x1a\x5d\xe9\x28\xf5\xae\xb2\xcb\x6d\x4b\xb7\xd5\x33\xf1\x59\x74\x62\x14\x20\x19\xcf\x97\x46\x02\xe1\xbf\xf0\x5b\x05\x03\xab\xeb\xe9\xe4\x9b\x08\x89\x47\x7b\x9f\xf3\x9b\xe1\xb0\xb6\x10\x71\x46\x84\x7e\x28\x0e\xaf\xfe\x12\xc8\x05\xb8\x81\x31\x80\xfd\x05\x22\x81\x77\x67\x78\x39\xec\xe1\xec\x4f\xc3\x89\xb6\xc5\xa4\xad\xc6\x1b\x92\x24\xf3\x30\x71\x97\x89\xb4\xe0\xc1\xa6\x0f\x48\xf9\x29\x80\x07\x5e\xbd\x6a\x59\xbd\x0e\xde\xb7\x99\x1d\x85\x52\xf8\x74\x0c\xc4\xa7\xa9\xf3\xb1\xf7\xeb\xd5\x77\x52\xc0\xf1\x26\xfe\xc8\xde\xa3\xd7\x03\x73\x56\x8b\x92\xf3\x2d\xac\x35\xfb\x42\xcc\xc7\x11\xf3\x35\x89\x45\x0c\xad\x34\xa1\xaa\xd9\x8a\x73\xf1\xa9\xac\x41\xe8\x9e\x9f\xfa\x86\xa5\x9a\xf0\x48\x9f\xf6\x96\xcc\xce\x01\x84\xe6\x1f\x81\x1e\xdb\xee\x08\x98\xab\x45\x18\x11\x60\xc7\xd8\x20\xcf\x05\xf8\x1a\x36\x69\x92\x85\x7e\x01\x45\x2a\x1b\x55\x2c\xc4\xd7\xc5\xdd\x18\x16\x9d\xcf\x38\x3c\xf2\x52\x05\xd8\xc8\xc9\xa6\x5f\xd6\x9f\xa7\x9e\xe2\xc9\xb4\xf2\x6d\xf5\x05\xcd\x61\xf5\xea\xb0\x9c\x8c\x55\x65\xf7\xef\x43\xaf\x89\xc3\x78\xea\x19\x19\x5f\x9a\x96\x4c\xd9\xc1\x53\x92\xfd\xe1\x79\x65\xde\xf9\x08\x71\xb6\x29\x5d\x19\x6f\xb6\xcd\x92\x87\xe7\x59\x9f\xee\xcb\x3b\xd9\xad\xad\xc3\x03\x10\x99\xa3\x18\xa2\xe5\x6b\xc9\x7c\x17\x5e\x9b\xfc\x3c\xbe\x36\x69\xd2\x67\x37\xf9\xed\xed\xf0\xf4\x76\x78\x0a\x59\x86\xc2\x41\x10\xfa\xae\xd3\xe8\xa9\xce\xae\xdd\x4e\x5e\xee\xc6\x99\xc9\xc1\x50\xf8\x0f\xbe\x6d\x99\xa6\xbc\x17\xfd\x13\xe2\xaf\xe4\x45\x6f\xd8\x0f\xc5\x3c\x92\x0e\xac\xfb\x4c\x4c\x27\x9f\xc9\x84\xff\x94\xbc\xaa\x9c\x3e\x71\xed\x5f\x8d\x96\x27\x3a\x3e\xaa\x7a\xf6\xb4\x75\x7c\x33\xfa\x77\xb4\xa0\x33\xc9\x5f\x41\xd5\xc7\xd5\xb2\xa7\x02\xd3\xd6\xf4\x6d\xd3\x23\xb3\x19\xb5\x25\x93\xfa\xdd\x6d\xe9\xd4\xf2\xc6\xc2\x0c\x7f\xff\xd0\xb2\x27\xbe\xb1\x65\xe1\x85\xf7\x3f\xb0\x6d\x33\x0f\x3a\xfe\xa4\xaf\xa7\xfe\xee\x91\x85\x04\xdc\x1e\x53\x43\x9a\xed\xc9\xc1\x11\xfc\x9f\x45\xfe\x78\x94\x38\x6f\x1e\xd1\xcb\x14\xe9\x91\xd5\xde\xec\xb2\xe1\x30\xd2\xa7\x4f\x7c\xe7\x67\xe9\xf3\xfc\x1d\xfb\xe4\xcd\x5f\x7e\xa8\xf5\x07\x22\xd8\x85\x7c\x24\x62\xcc\x76\x18\xd5\x1e\xde\x0f\x4f\xc7\x12\x59\xe8\x9b\xa6\x7a\xb7\x30\xbb\x66\x75\x69\x16\x78\x66\x92\xa3\x58\x91\x22\xb2\x84\xe8\xb6\xc0\x2f\x04\xb3\x7e\xde\xad\x3e\xd7\x04\xb1\xfc\x94\xe3\xe7\x7b\xfa\x4d\x07\x1f\x56\x15\xfc\xbc\xa2\x9f\x30\x0b\xe3\xef\x92\xfe\x66\x45\xaf\x14\xdd\x70\xcd\x1e\x9e\x38\xf2\x26\xd8\xe7\x74\x57\xa1\x36\x0f\x86\x7e\xde\xd2\x0f\x76\xe3\xe5\x47\x18\xd0\x05\x3f\xca\x2c\x7f\x3a\x79\x38\x12\xbe\x49\xfc\x95\xff\xe4\x8f\x57\xcd\xd0\xf2\x27\x70\x7d\xf7\xe1\x44\x7a\xcb\x3f\xb9\x6b\x86\xb8\xb1\xf6\xbd\x36\x25\xdd\x33\x1c\xf5\xde\x5f\x49\x5b\xb6\x63\xb8\x5b\x6b\xa4\x25\x1a\x05\x7f\x68\xcd\xcd\xda\x8f\x44\x87\xc1\xdf\xfc\x38\x64\x10\xb4\x7c\x65\xdb\x1c\xf0\x88\xce\xbb\x85\x7f\x8a\xcd\xbf\xc1\xf6\x98\x4a\xbc\x2f\x2a\xfc\x82\xa1\xc4\xad\xdc\xf6\x3d\xdb\xc7\x0e\xc8\x7f\xb2\x5c\xf8\xa7\x1b\x5d\x7d\x18\x54\xdd\x16\x1f\x10\x15\x20\x6d\x82\x5f\xfb\x70\x1d\xab\x78\x97\x0b\xd6\xe9\xd1\xce\xad\x37\xc4\x38\xb1\xfe\x0e\xe2\x71\xf1\xf0\xaf\x7f\x65\x68\xfa\xfb\x6f\x7f\x2b\x5e\x7c\xfb\x69\x61\x7f\x41\xc2\x78\xe4\x4b\xfd\x05\xca\x9c\x00\x46\xbf\xbf\xcb\x20\x91\xa7\x85\x03\xb5\xd8\x8f\x41\x03\xb5\xb8\xef\xc5\xe2\xff\x04\x00\x00\xff\xff\x7b\x14\xd5\x3f\xea\xce\x00\x00")
func confLocaleLocale_itItIniBytes() ([]byte, error) {
return bindataRead(
@@ -4397,12 +4418,12 @@ func confLocaleLocale_itItIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 50103, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 52970, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_jaJpIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\x7b\x6f\x1c\x55\xb6\x38\xfa\x7f\x7f\x8a\x9a\x1c\x45\x80\x04\x46\x0c\xbf\x2b\x5d\x21\x9a\x73\x19\x60\x60\xae\x80\xe1\x12\x38\xa3\x2b\x14\x35\xed\xee\xb2\xdd\xbf\xb4\xbb\x7a\xba\xaa\x63\x3c\xa3\x91\xdc\x76\x1e\x4e\xec\x8c\x43\x42\xe2\xbc\x88\x49\x48\x62\xc7\x26\x76\x42\x80\xbc\x9c\x44\xba\x1f\xe5\xb4\xbb\x6d\xff\xc5\x57\xb8\xeb\xb5\x9f\x55\x65\x9b\x39\x33\x1a\x91\x76\xed\xf7\xde\x6b\xaf\xd7\x5e\x8f\x72\xb3\x59\xaa\x86\x71\xa5\xf8\x7e\xb4\xb5\x34\xb1\xb5\x7c\xb5\xdb\x59\xec\xad\x2e\x6c\x7d\x7f\xb4\xdb\x99\xef\x76\x16\xba\x93\x4f\xba\x53\x2b\xdd\xa9\x73\xdd\xa9\xcb\xdd\xc9\x47\xdd\xa9\xe9\xf7\x6b\x49\x77\xf2\xe7\xee\xd4\x7a\x77\xea\x2c\x7c\x29\x14\x46\xa2\xd1\xb0\x88\xc5\xf8\xe9\xbb\x42\xb5\x1c\x8f\x0c\x46\xe5\x56\x15\xbe\x4d\x74\xa7\xa6\xba\x93\x0f\xba\x53\x37\xbb\x53\x57\xa8\xfc\x44\x21\xfc\xaa\x59\x8f\x5a\xd0\x62\x72\x09\x3b\x9c\x5c\xeb\x4e\xcd\x77\xa7\xee\x50\xe9\xed\xc2\x48\x58\x6f\x42\xc3\x0b\x34\xe8\x7c\x21\xae\x0d\x37\x4a\xb5\x46\x11\x47\x9c\xbc\xd1\x9d\xba\xcf\xff\xe5\xef\x51\x3b\xb1\x0b\xae\x77\x27\x6f\xc1\xfc\xb8\xac\xdd\x74\x8b\x60\x1e\xd0\x5d\x2b\x1c\xae\xc5\x49\xd8\x2a\x6e\x5e\x7c\xb2\x3d\xfb\x63\x61\x2c\x1c\x8c\x6b\x49\x58\xfc\xcb\x7b\x7f\x50\xb5\xa7\x0b\x87\xc3\x56\x5c\x8b\x60\xcc\xa9\xd3\x38\xa9\xc9\x87\xdd\xa9\x45\x1c\xb3\x59\x1e\xc6\x75\x5e\xe2\x8f\x85\x24\x1c\x6d\xd6\xcb\x09\x7e\x3a\x86\x83\xe0\x2a\x7e\xa0\x55\x4c\x17\xea\xe5\xc6\x70\x1b\xab\xf3\x9e\x16\x2a\xad\x10\x6a\x96\x1a\xe1\x58\x71\xe3\xe9\x95\xfe\xf4\xe9\x81\x81\x81\x42\x3b\x0e\x5b\xa5\x66\x2b\x1a\xaa\xd5\xc3\x52\xb9\x51\x2d\x8d\xd2\xb6\x4c\xdd\xa2\x01\x7e\xa1\xae\x78\x67\xce\x75\x27\xaf\xd1\xe4\x56\xba\x9d\xe5\x6e\xe7\x36\x2d\x31\xac\xc2\xc6\x94\xca\xb1\xbf\x37\xfd\x87\xd3\xdd\xce\xf3\x02\x75\xdf\x28\x8f\x5a\x3d\xf6\x4e\x9f\x2a\x84\xa3\xe5\x5a\xbd\xf8\xde\x2b\xf8\x0f\xac\x28\x8e\xc7\x22\x3a\xa9\xaf\xe9\x70\xd7\xe4\x8c\x5a\x61\x29\x19\x6f\x86\xc5\xde\xb1\x53\xbd\xa3\x37\x7b\x27\x2f\x17\x2a\xe5\x66\x52\x19\x29\xc3\x60\x30\x9f\xef\x69\x62\x1d\xf8\x51\x80\xaa\xcd\x08\xf6\x30\x6a\x8d\x43\x2f\xcb\xdd\xa9\x6f\x69\xc3\xa6\xe1\x77\x21\x6a\x0d\x97\x1b\xb5\xbf\x95\x13\xdc\xcd\xcd\x9f\x8f\x6c\x3e\xfa\xa6\x30\x5a\x6b\xb5\xa2\x16\x54\x5d\x80\xd3\x86\xd1\x0a\xb0\x27\x25\xec\xa3\xd8\x3f\x7f\x97\x40\xee\x88\xdf\x0d\xd6\x18\xad\x0d\xb7\x70\xaf\x75\xa5\xcd\xc5\x27\x5b\xd7\x66\xa5\x8c\xba\xb4\xda\xdb\x7d\x0f\x45\xad\x43\x76\x19\xec\xe5\x6d\xda\x8e\xb5\x6e\x67\x35\x6b\x28\x98\xb5\x35\x8c\xcc\xba\xdc\x80\xd3\xa4\x22\xfe\xd2\x9d\x3c\xb3\xb9\x7a\x6d\xf3\xf4\xb1\x42\xb9\x3a\x0a\xc7\xd0\x2c\x37\xc2\x7a\x91\x3f\x6d\x4d\x1c\xc5\xfd\x9c\x3a\x05\xe7\x55\x28\x57\x2a\x51\xbb\x91\x94\xe2\x30\x49\x6a\x8d\x61\x3c\x2d\x80\xd3\x15\x02\x55\x80\x99\xe9\xad\xa5\x3b\xbd\xd5\x4b\x05\x5d\x2c\x7f\x8f\x47\x6d\x0d\x1b\xc5\x6e\x67\x92\xce\x7d\x81\x66\xec\x83\x04\xd7\x35\xfd\x5b\x95\xa5\x33\x5c\x56\x5c\x1a\x0a\x43\x3c\xe8\x19\xba\x8c\xeb\x78\xdc\xd8\x1b\xf4\xf3\xbd\x1c\x7a\xb3\x5d\xaf\xc3\x51\xfc\xb5\x1d\xc6\x09\xf4\x83\x03\xad\xe0\x06\xc1\x4e\xf1\x55\x05\xc0\xae\xc5\x31\x14\x17\xb7\x96\x7f\xdc\x86\xdd\x07\xa8\x68\x54\x60\xdd\x0a\x28\xee\x33\xb6\x28\x14\xbe\x88\xc3\x72\xab\x32\x72\xb0\xc0\xff\x16\xfb\x37\xae\x6c\xfe\x74\x1d\x81\x7e\x07\x70\x41\x80\x35\xc0\xca\x43\xa9\x91\x2a\x51\x15\x31\xc6\x7d\x99\x6a\xe1\x8b\x5a\x23\x4e\xca\xf5\xfa\xc1\x82\xfc\x28\xaa\x2b\xf0\x88\x7a\x5b\xc7\x69\x24\xb5\x04\x76\xaf\x37\xfd\x6d\xef\xf2\x55\xc4\x69\xd7\x66\x71\xc9\xa9\x7a\xfd\x13\x33\xdb\xdf\x1d\x2b\x54\xa3\xca\x21\xb8\x90\x88\x80\x60\x1e\xef\xd2\x5f\x80\x0c\xdf\x8f\x86\x63\x3c\xed\xa5\xf5\xde\xcc\xb9\x6e\xe7\x62\x77\x72\xa6\xf7\xdd\x4f\xbd\xd3\xd3\xdd\x89\x4e\xb7\x73\x96\x36\x51\x50\x42\xb7\xb3\xd2\xbb\x71\xa2\x7f\xf9\x27\xa8\xdf\x3b\xf9\x5d\xb7\x33\x0d\x95\xbb\x9d\x67\xf8\xa3\xb3\x02\xf5\x83\x37\xcb\x41\x52\x6e\x0d\x87\x49\x71\x5f\x69\x10\x90\xc4\xa1\x7d\xc1\x48\x2b\x1c\x2a\xee\xdb\x1f\xef\x7b\xeb\xfd\x76\xad\x1a\xd6\x6b\x8d\x30\x7e\xf3\xd5\xf2\x5b\xd0\x47\x77\x12\xda\xcd\x6d\x2d\xdf\xe9\x4e\xc2\x38\x8b\xf0\xbb\xdb\x81\x5e\x61\x16\x47\x7e\x5d\xef\x14\xf0\xa8\x00\x79\x95\xaa\x83\x0a\x83\x0f\xc7\x41\xb7\xb3\x06\x03\x7d\x34\x7e\xe0\xff\xf9\x10\xfe\xfd\x24\x8a\x93\xe1\x56\xc8\x7f\xc0\x7f\xa1\xfa\xeb\x01\xcd\x08\xc0\x63\x2d\xf8\xac\xf6\xee\x1f\xe0\xcf\xd9\xde\xf3\xa3\x5b\xb7\x3a\x34\xc4\xc5\xee\xc4\x64\x01\x7a\xe4\xbd\xeb\x4e\x1d\xa7\xa5\x3d\xef\x4e\x5d\x64\xa0\x11\x90\xc2\x1a\x88\x20\xd2\x15\x60\x43\x36\x97\x56\xb7\xaf\x5d\x05\xba\x10\x27\x45\x4d\x36\xfc\xe3\xcd\xc5\x3d\xd0\xb5\xa0\x2d\xbf\x6b\xc4\x5f\x50\x2a\x27\xf4\xd1\x78\xfc\xd7\x7a\xf0\xa7\x8f\x3f\xfe\x33\x2e\x02\x20\x14\x4f\x15\x60\xe9\x7e\xd0\x4e\x86\xfe\xcf\xd2\x70\xd8\x08\x5b\xe5\x7a\xa9\x52\x83\x15\xae\xf6\xcf\x1f\xef\xdd\x99\x27\xf0\x9c\xc2\x83\x9f\x3c\xb3\xf1\xf4\xf9\xe6\x37\x4b\x74\xcb\x6f\xd9\x3b\x8b\xeb\x8f\xe3\x3a\x20\x63\x80\xb8\x03\x07\x3e\x0c\xba\x53\xd7\xd5\x05\x29\x27\x23\x32\xdd\x02\x8c\x8d\x7b\x2f\x73\xc9\xdd\xda\xd5\xcc\x0d\xb2\xaf\x6f\x20\xeb\x87\x61\xc3\x56\xab\x04\x44\x25\x19\xc7\x23\xa5\xc1\xf2\xfa\xcd\xee\x94\xfa\x01\x50\xbd\xfd\x18\xc1\x8d\x40\x95\x20\x74\x09\x81\x02\x0f\xf7\x14\xf5\x73\x19\xc1\x49\x86\xab\x35\x0e\x97\xeb\xb5\x2a\x1c\xb7\xda\xf6\x9c\x01\x60\xef\xa1\x17\xde\xc6\x7d\x03\xfb\xa0\xd3\x7d\xaf\xec\x83\xc1\xb6\x96\xee\xf5\xe6\xd6\x68\x1b\x97\x65\xf7\x1a\x51\x89\x91\x22\xd2\xb4\x6a\x2d\x2e\x0f\x02\x7d\x63\xca\xdb\x12\x5a\xa0\xf1\xa4\x8b\x0c\xe9\x58\x90\x3c\xe2\x24\x3b\x97\x60\x15\x4c\xa7\x71\x51\x47\xae\xf5\x4e\x3e\xda\xf3\xba\x78\x1b\x15\x6e\x16\x48\x73\xd0\xb3\x05\x72\xd0\x0d\xec\xd9\xe6\xc5\xa7\xd4\x7d\xaa\xbf\x82\x02\x25\xbe\x13\x72\xcd\x56\x7b\x47\x97\xb6\xa6\x7f\x90\xfb\x80\x6c\x14\x43\x2d\xf2\x1a\xf3\x84\x36\xef\xd1\xce\x3d\x60\xee\x01\x61\x57\x55\x52\x50\xb3\xf9\xd3\x77\xfd\x8b\x80\x2c\x4e\xd8\xb4\x06\x37\x1a\xd0\xc7\xd1\x9b\xdd\xc9\x59\x0f\x34\xf9\xd2\x37\xa3\x92\x00\xa2\x83\x3e\x09\x02\x56\x98\xff\x10\x18\xd5\x75\xd5\x80\xb8\x77\x9d\x47\xd4\xeb\x6a\x00\x7c\x5c\x40\x7d\x30\x78\x4f\x07\xa9\x0e\xd7\x14\x7e\x3b\x4e\x44\xe2\x07\xe2\xd5\xb8\x68\x65\xe3\xf9\xb7\xbd\x3b\x17\x70\x5e\x38\xcd\x67\x82\x38\x5a\x6d\xe0\xbc\xf0\x9e\x0b\xba\xd5\xb7\x5d\x15\xe8\x99\xd8\x5c\x0e\x0c\xe4\x0e\x1d\x78\x2b\xe9\x76\x1e\x12\xe6\xbe\x4e\xb4\xe8\x09\x5d\x97\x4e\x6f\xee\x64\xb7\x73\x9f\x4f\x03\x36\x4c\xf0\x3b\x02\x47\x7f\xe9\xf6\xf6\xc5\xd3\xf0\xb1\x7f\x62\xa2\x7f\xe5\x84\x20\x6d\xc1\x71\xb3\x48\x20\x27\x4f\x9a\x39\x57\x23\xe0\x85\x90\xdb\x3b\xd1\x9d\xba\x26\xec\x25\x7f\x33\xdb\x76\x96\x56\xb9\x76\xe0\xc0\x07\xb4\x07\xcc\xac\xde\xff\xfc\xd3\x0f\x11\xe5\x3f\xbd\xb7\xbd\xf0\x5c\xc0\x92\x90\xc7\x48\xa9\x19\xb5\x12\x40\x1e\x1f\x04\xb8\x2a\x66\x09\xd5\x67\xd3\x29\xd1\x69\x3c\xfc\x55\xea\x97\x59\x6a\x00\xfd\x93\xba\xd1\xe6\xb9\xe5\xde\xdc\x03\x44\xdd\x07\x3e\xe8\xdf\x5e\xd8\x9a\x7a\x6a\xdd\x04\xbe\x06\x2b\xea\x98\xce\xf2\xcd\x27\x28\x5e\xa5\xd5\x3d\xa3\xd2\x2c\xfc\x36\x92\x24\x4d\x9e\xe3\x07\x9f\x7d\xf6\x89\x35\x49\x5d\xa0\x67\x99\x03\xce\x48\x34\x9e\x81\x88\x70\xad\x37\x07\x03\x7c\x2d\xb3\xf1\xe7\x3d\x49\x20\xdf\x6e\xd5\x77\xe8\x67\x35\x80\x6d\x54\xf5\xec\x1d\x57\xec\x0b\x53\x34\x9a\xe8\xab\x01\xfe\x73\x80\x60\xc1\x3b\x86\x93\x44\x2c\xef\x43\xcd\x8d\x87\x13\xdb\x53\x4b\x04\xb7\xd7\x98\xc0\x93\xec\x31\x45\xb0\xa3\x40\x09\xe1\xed\x3e\xf1\x80\xea\xfc\x00\xf5\x3c\xfc\x27\x51\x6a\x05\x18\x85\xa8\x89\xd8\x4a\x5f\xfc\xee\xe4\x32\xae\x41\x4d\x5d\x6e\x3e\x31\xd4\x52\x83\xd9\x6a\x5b\x3a\x52\xec\xdd\x28\xec\x2b\xd1\xc3\x03\x1f\xd1\x86\x2b\xa2\x48\x05\x43\xad\x68\xb4\xd8\x7b\xb0\xda\x3b\xfe\x78\xe3\xf1\x63\xf3\x4d\xed\xc6\x36\x2c\xea\xf9\x35\xc2\x5b\x6a\x45\xb8\x9d\x27\xe8\x4a\xe2\x55\xf8\xf4\x8f\xef\x04\xff\xc7\xeb\xbf\xff\x3d\xcc\xda\x30\xb8\x53\x57\x85\xd6\xe1\xf5\xca\x6a\x87\x60\xf2\x9c\xb8\x18\x21\x2e\xfb\x3e\x06\xe4\xb4\x2f\x78\x93\x96\xf4\x7f\x85\x5f\x95\x41\xc0\x09\x07\x2a\xd1\xe8\x5b\xb8\x1d\xf8\x11\x2e\x30\x5d\x6f\x33\xa3\xce\xea\xf6\xe5\x27\xbd\x3b\xa7\xf5\x10\xaa\x9e\xc6\xba\x76\xdd\xb4\x9c\xc1\xf2\x58\xa9\x12\x35\x86\x6a\xad\x51\x91\xcb\x90\x87\xb8\xfe\x78\x6b\x19\x31\x21\x5c\x60\x1b\xf1\x53\xf7\xa5\x46\x94\xd4\x86\x90\x83\x94\x41\xb7\x27\x2e\x6d\x2e\xdc\xcc\xa8\x0d\x93\x05\x71\xae\x84\xff\xd4\x2a\xa1\x3e\x48\x75\xd7\x10\xf9\x00\xa8\x7c\x0b\x03\x6e\x3c\x39\x4f\x70\x65\xce\xce\x30\xd0\xd1\xd0\x10\xf2\x65\xcc\x13\x10\x18\x9c\x43\x09\x83\x39\x49\xc5\x1e\xf0\xd0\xbd\xd9\xf3\x4e\x75\xb8\x4d\x4d\x94\x45\x85\x6d\x9f\x20\x28\x14\x08\x32\xac\x05\x50\x9d\x77\xde\xfd\x38\x70\xe9\xdc\x3c\x9d\x8d\xc1\xd8\x74\x7b\x9e\x0a\xbd\xb7\x65\x42\xe0\x14\xf9\x2e\x00\x29\x45\x11\x71\xb1\x3f\x77\x7a\xe3\xd9\x65\xba\xfb\x08\xcc\x01\xa1\x39\x21\xc4\x20\x47\x1d\x2e\x03\x13\x5a\x7c\x5f\x7e\xf8\xab\xf6\xe6\x40\x3d\xa4\x5a\xcb\xb2\xde\xe5\xcf\x81\xea\x2b\x00\x92\x1f\x54\xda\x71\x12\x8d\x06\x31\x88\x25\x95\x30\x7e\x39\x00\xee\x3c\xe0\xe2\x38\x28\xb7\xc2\xa0\x0d\xf2\x7f\xb9\x1a\x56\x83\xc1\xf1\x00\xa1\x29\x0e\xa2\x56\x50\x0d\x87\xca\xed\x7a\x32\x50\xc8\x64\x18\xb6\x8e\x2f\xf7\x1e\xdc\xcb\x63\x06\x32\xdb\xc8\x0c\xf3\x5b\xe2\xf6\x1a\x8e\x80\x2f\x03\x50\x07\x97\x23\x51\xec\x08\x31\x05\x30\x52\xd8\xa0\x81\x94\x34\xfc\x0e\xff\x9b\x01\x78\x6e\x45\x0d\x05\x8a\xea\x41\xbd\x49\x94\x0e\x9c\xe9\xe1\x1c\x16\xba\x93\x1d\x98\x98\xea\x6e\x59\x3a\xc8\x60\xd2\x89\xfd\x07\x41\x5d\x54\x24\xa5\xc3\xb5\x70\xcc\xd7\x05\x88\x0e\xc7\x0c\x4b\xab\x54\xf2\xca\xf6\xf9\x1f\xb7\x6e\x2d\x6a\x26\x2e\xb3\x47\x35\xf3\xbd\xf4\x0b\xbb\xa7\x45\xa1\xc9\x33\xd2\xbb\xe1\xa7\x2e\x12\x7a\x3a\x4b\xa5\xcf\x85\xee\x7b\xdd\x4e\x4e\x52\xcf\x73\x6e\x91\x68\x6f\x2c\x39\x0b\x87\xdb\xba\x35\x83\xd4\xd3\x66\x3f\x98\xdf\x13\x51\x98\x85\xa2\x8d\x27\x27\xf7\xc0\x6d\xda\x0c\xc2\x9a\xc5\x20\x08\x0b\xf8\xa7\x77\x83\x62\xf0\x1a\x5d\x41\x59\x31\xca\x59\x78\x76\x33\xe7\x36\x2f\x1d\x41\x3e\xd5\x02\x24\xcd\x7e\x6c\x9e\xfa\xb1\xf7\x6c\x5e\x5f\x22\x33\x43\x46\x43\xb9\xf3\xd2\x78\x87\x6b\xa7\x95\x38\x1e\x5f\xeb\x63\x55\x41\xa6\xb9\x15\x18\xb7\x4a\x2f\xac\x10\xb2\xe7\xef\x23\x74\x91\xb0\x4b\xc3\xc0\x6a\x15\x15\xbf\x95\x25\x6e\x87\x71\x52\x1a\xae\x25\xa5\x21\xa4\x00\xd5\xe2\x0b\xc0\x61\xbe\x10\x90\xd0\x7e\x95\x56\x76\x02\x35\x65\xdc\x02\x25\xe5\x7b\xfd\x73\xf3\x6f\x04\xfb\x0f\x8b\x2c\xf5\x3a\x62\xf5\x12\x20\x8a\x5a\x1d\xaf\x4e\x51\x31\x9f\xcb\xf4\x7f\x44\x7a\x81\xa7\x91\x43\x79\x48\x4b\x48\x38\xa5\x9f\x35\x07\xa2\xf8\x9e\x23\xf6\x31\x0e\x47\x83\xed\x5a\xbd\x9a\xee\x66\x91\x4e\x9d\xe5\x97\x4e\xef\xe8\x0f\xbd\xf5\x39\x1a\xfa\x34\xad\xf2\x24\x73\xa4\x6e\x9b\xc9\x33\xc1\x7e\x14\x03\x08\x06\x11\xad\xf3\xe1\xdd\x51\xf8\x3c\x8b\xed\x52\xc2\x16\x88\x5a\x02\xa3\xd9\xf2\xb3\xe2\x7b\x66\xfb\x77\xbe\x57\xf7\xc1\x01\x49\xda\x35\xd5\xdb\x9e\x24\x02\x25\x65\x76\x66\x15\x06\x44\x34\x42\xfd\x68\xd6\x1c\xb7\x7f\xb4\x0c\xd8\xc6\xe7\xde\xe5\xae\x02\xba\x9c\x7b\xd6\xbb\xb2\x64\xdf\x03\x2a\x32\xdb\x07\x1d\xc6\xaf\xbc\x05\xff\x29\xc4\xe5\xc3\x21\x53\xf5\x61\x05\x0f\xfd\xc5\x19\xba\x6c\xab\x4a\x76\x10\x18\x60\x64\xe2\xac\xc9\xb9\xc8\xbb\x5f\x94\xac\x65\x29\xa8\x8d\xdb\x15\xa0\x42\xa8\x77\x83\xfa\xc7\x08\xa8\xbe\x05\x41\xaa\x3f\xfd\x75\x17\xa1\x7d\xcd\xd2\x97\xcd\x06\x0a\xba\xb7\x81\x4b\xd4\x3a\x17\x92\xc3\x7a\x3f\x88\x94\xc6\x43\x60\x0f\x37\x9f\xd2\x97\xe7\x74\x2c\xc0\x17\x1e\x87\xfe\x51\x44\x2b\x7c\x81\x1a\xf1\x83\x85\x36\xcb\x7a\x51\xbd\xea\x09\x3c\x24\x4b\x0b\xcf\xf5\x9e\xb9\x67\xea\xba\x9a\x26\xee\xb5\x8e\xc7\x6a\x70\x38\x25\xad\x5f\xc7\xed\x4d\xc2\xaf\x12\x47\xcf\x1e\x68\x45\x3b\xd1\xf5\xfb\xb4\x53\xc7\x50\x41\xc7\x17\x0f\x24\xa5\xe9\xe3\xfd\xcb\xcf\x0b\xa3\xe3\x04\x39\x71\x71\x73\xb1\x93\xa1\x09\xad\x44\x75\xb8\x86\x11\xd2\xd2\xc3\xa1\xd4\xec\x1d\xbd\xd7\x3b\x3d\xeb\xd7\x84\x8e\xa2\xd6\xb0\xea\x47\x29\x4c\xc7\x45\x2d\x6b\xfa\x57\x4a\x59\xa2\x2a\xf2\x66\x70\x96\x95\x91\x08\x30\xa2\x5a\x1c\x80\x73\x27\x85\x26\x0f\xe9\xaa\x3e\xdd\x81\x0b\x5f\xc8\x53\xc2\xc1\x82\x54\x4e\x55\x28\xb7\x93\x91\x83\x96\xf6\xbd\x24\xea\x58\x54\xf0\x6e\xdd\x9a\xcb\x23\x08\x86\x2f\x1d\x09\x9b\xc8\xcc\x8e\xc6\xc3\x2c\x3c\x2f\x12\xe5\xf6\x5b\x81\xf8\xd1\x9f\x85\x55\x5e\x13\xea\xdc\x99\xf9\x75\x7d\x01\x28\x0f\xfd\x3e\x8d\x58\x61\xf2\x2e\x23\xcc\x00\x01\x24\x8e\x2a\xb5\x72\xbd\xf4\x6f\x1e\xe4\xb4\xe2\x47\x4f\xd0\x20\x2e\x4f\xc4\x2f\x0d\xa3\xcd\xa4\xb8\xf9\x0d\x52\xef\xad\xa5\xfb\x3e\x99\x03\xea\x0d\x37\x5c\x38\x91\x59\x8b\x51\x82\xed\xff\xde\x42\xa6\x44\xc6\xd5\x63\x89\x45\x37\x56\x7a\xe7\x00\x4f\x1d\x41\xcd\xe8\xe4\x1c\x29\x70\x52\x08\x30\x35\x27\xa6\x3d\x7b\x99\x91\x96\x60\x94\x68\x20\xf2\xf0\x6e\x33\x85\xa3\x1c\x0d\x47\x07\x71\x2c\x04\x38\x73\x12\x9b\x27\x7f\xe9\x1f\x9d\xc1\x23\x7f\xfe\x2d\xed\x2b\xb1\x6d\x43\x00\xca\x80\x06\xf3\x28\x27\x5e\x9f\xe7\x17\x08\x23\x2c\x50\xdd\x70\x6f\x75\xe1\xa4\xd4\xb3\x14\xa0\xd9\x31\xff\x11\xc0\xe7\xee\xbc\xa3\x4d\xbf\x63\x09\x85\x67\x46\x97\x24\xa2\x38\x6c\x24\xea\x88\xcd\xeb\x05\x0b\x51\x46\xfa\x3b\x13\xbc\x39\xf8\xd6\xfe\xf8\xcd\x57\x07\xdf\x02\xda\x05\x62\x53\x47\x6d\x38\xf1\x73\x13\x93\x9a\x51\xee\xad\xce\x6e\x3c\x3e\x46\x47\x77\x99\x14\x0d\xc4\x98\x92\x16\x7b\x7f\xb5\x7f\x71\x72\xfb\xfc\xd9\x8d\x27\x37\x7b\xc7\x8e\xd2\xc6\xdb\x97\x34\x4b\xe8\x06\x5e\x88\xa7\x92\x49\x17\xcb\x15\x42\x32\x74\xed\xd5\x05\xcd\x80\x7f\x56\xff\x20\x32\xfb\xbe\x3b\x75\x1e\x0e\x96\xd6\x5c\xaf\x8d\xd6\x92\xbd\x01\xb7\xdb\xc3\x45\x47\x0f\x61\xe0\x6b\x6d\xfb\xbb\x27\x9b\x8f\x3a\xbc\x3d\x20\xb9\xba\xac\x04\xc2\xd4\xeb\x41\x6f\x1a\xb6\xe6\x24\x6b\x40\x52\xca\x95\x72\x5c\x6a\x37\xe4\x84\xc2\x2a\xc3\x38\xe9\x67\xce\xd2\x5e\x5d\x43\xb6\x85\x78\x87\x73\xc4\x96\x74\xec\xed\xf3\x78\xaf\xc0\x16\xd8\x83\x17\xf5\xe1\xbd\x84\xfc\x67\xff\xca\xb2\xda\xd5\x45\x75\x2d\x91\x7f\x4e\x9f\x3a\xcd\xfc\x3b\xab\xf2\x29\xb5\x22\xe2\x79\x80\x89\x01\x89\xe3\x9b\x47\x74\xc2\xb7\x7a\xc7\x4e\xa9\x85\x5b\x8f\x1d\x44\xff\x37\x1e\xce\xd0\x11\x5f\x21\x86\xe5\x3e\x1d\x0a\xeb\xee\xe8\xa0\x33\x0f\x97\x8e\x49\xed\xc2\x5e\x0e\x00\x60\xcf\x9d\x81\xa7\xe4\xb2\x87\x14\xed\x0b\x31\x8e\x31\xa1\xd5\x44\x31\x8e\x3b\xed\x24\xaf\x26\x75\x09\xe9\xf0\xcf\x5f\xdf\x9e\xf8\x7e\xe3\xc9\x05\xd4\x6a\x19\xf1\x42\xe9\x82\x69\x2d\xb8\xa4\x44\x56\xe4\xdd\x79\x14\xd1\xd5\x1b\x83\x7d\x19\xd4\xa2\x76\x5f\x11\x77\x9e\x8b\x54\xac\x01\x34\xb7\x44\x8f\x63\xbb\x60\x51\x3a\x7b\x7c\xf0\x50\x6f\x68\xc8\x5e\x5e\x59\x00\x41\x05\xf8\x01\xb5\x4a\x64\x48\x6c\x46\x4a\x9d\x9f\x99\x8f\xd1\xdf\xfa\xb8\xce\x5d\xfa\x6e\xab\xd4\xfd\x25\x51\x54\x8a\x47\x50\x15\xf9\xeb\xfa\x79\x7e\x5e\x00\xb8\xee\x3f\x9e\x48\x6b\x8b\x50\xe4\x12\x76\x2f\xad\xa3\xff\x02\x8f\xe3\x20\xa3\x12\x24\xf6\x1a\x8f\xd8\xb8\x29\x85\x53\x2c\xa9\x3d\x17\x31\x61\x6f\x2c\x24\xed\x08\x52\x0e\x8a\x7b\x96\xb9\x79\xbb\xee\x9a\xb4\x1c\x30\xfc\x47\x16\xf7\xaa\x89\x22\x70\x2a\xbd\x93\x0b\xa6\xb2\x68\xc5\xfe\x12\xd6\x2b\xc0\x5e\x05\x51\x23\x20\x3e\x11\x37\x27\xaa\x96\x61\x77\xc6\x43\xe4\xa8\xe0\x48\x8e\x14\x1a\x51\x91\xae\x3e\xfc\x7f\xba\x00\xc5\xd8\x90\x1f\x2f\xa1\x3a\x50\xb6\xd1\x83\x85\xcf\x41\x28\xf8\x38\x25\x7b\x7e\x0a\xac\x96\x7c\x75\xb8\x2d\x2c\x7b\x8f\x8d\x0b\x32\xd5\x8d\x85\x4f\xf2\xc4\xd5\x4f\x43\x79\x4a\x4c\x91\x4f\x6d\x7d\x70\xe0\xc0\x07\x9f\x91\xcc\x4c\x3a\xf5\x49\x92\xb2\x3a\xab\x30\x64\xef\xc4\xa9\xc2\x07\x49\xd2\x8c\x3f\x6f\xd5\x49\x99\x7d\x80\xd4\xc9\x9f\x94\xc7\x51\xc7\x84\x1f\x51\x6b\x80\xd4\x53\x4b\x66\xac\x70\xfe\x2c\x2c\x8f\xca\x32\x3a\x6c\xb8\x82\x0b\x78\x1b\xf8\x45\xfa\xda\x3f\xf1\x1c\xce\x92\x3e\xa1\x28\xf2\xde\xae\x42\xb2\x56\x9e\x84\x64\x8c\xa0\xde\xe0\x1c\x40\x2d\x94\xeb\xcd\x91\x32\x31\xf0\x52\x8d\x36\x68\x45\x94\x79\x88\x10\x09\x0e\x00\x19\x9f\xbb\x8b\xcf\x95\x80\x2f\xa6\xe6\x68\xf6\xe7\x00\x64\xf1\xc1\x8d\xb1\x16\x82\xef\x84\x88\x8b\x93\xc8\x16\xec\x2b\xed\x23\xa5\xc8\x11\x7c\x35\xc3\xcb\x8c\x78\x3a\xf3\xc5\xc3\x9e\x43\x15\xd0\x26\xcf\xe3\x85\x60\xa7\x99\x4c\xdc\xa0\x99\x18\x21\xe3\xc5\x57\x5e\xca\x9b\xc9\x8b\x25\xa0\x4d\x58\xfb\x04\x77\xf1\xe2\xc0\x4b\xfe\xcc\xe8\x75\x0b\x4e\x75\xe7\x77\x99\xe0\x05\xe0\x98\xfe\xa6\xf6\xf3\x4b\x61\x82\x26\x1f\x6b\xea\xb9\x48\x0d\xb2\xdb\x7f\x59\x20\xf9\xd1\xb4\x7f\x21\xe8\xdd\xfd\x9a\x10\xc1\x1c\x6a\x7c\x27\x27\xb1\x0f\x79\x14\xce\xd9\x29\x98\xc0\x68\xf9\x2b\xb7\x13\xdd\x08\x78\x1f\x26\x86\x79\x4d\x99\x30\xe9\xdd\x45\x6a\x2d\x1a\xbd\x9d\x09\x93\x91\xa5\xa1\x13\x7c\x11\xc9\xea\x02\x21\x38\xc8\xd4\x54\x41\xa3\x5a\xa3\x52\x6f\x57\xcd\x9c\x79\xc2\xbd\xe9\xf9\xe0\x85\xfd\xf1\x0b\xf4\x56\x76\x7a\x05\x49\xfd\x8e\x7b\xdf\x6e\x1c\x02\x46\xb5\x21\xbd\x6c\x3c\x3c\xd5\xbf\xf0\x4f\x7a\xaf\x5a\x62\x31\xee\x0d\x65\x11\x54\x82\xf1\xa2\x56\x2b\xac\x24\x4a\x1b\x8a\x16\x05\x1b\x0f\x27\xb6\x8e\xff\xa4\x30\xda\x65\x25\x4c\x0b\x97\x69\xd0\xbf\xd1\x39\xa4\x90\xfd\x92\xa1\x59\x7e\x91\x74\x8f\xc2\x68\x96\x9e\xc7\xd8\x3e\x95\x06\xc3\xb0\x51\x4a\xca\x87\xc2\x46\x5a\x02\x5f\xeb\xcf\x5f\xc7\x97\x4c\x31\x04\x38\xa7\x1e\x5c\x1d\xe1\xa1\x19\x95\xd2\x1d\xf9\x88\x6f\x4f\x7d\x81\xb4\x90\xea\xca\x3c\xf9\xee\xa5\x87\x04\x70\x56\xc6\x6c\x0c\xfe\xda\x53\x2f\x0c\x99\xd4\x03\x6c\x53\x75\x67\xaa\xb6\x97\x0e\x6b\xf5\x7a\x38\x8c\xaf\x64\x6a\x7a\xde\x9c\x56\x14\x4b\xb1\xac\x2e\xdc\x2c\x42\x20\xb4\x4f\xf7\xa5\x0f\x4e\x43\x88\x01\xaf\x3c\x15\x4a\x1a\x3c\xf2\xf4\x66\xb4\xfc\x06\x90\xca\x16\x19\xcf\x59\xfa\x33\x9a\xb6\x42\x4b\xac\xdb\xf6\x75\x69\x4c\x6d\xac\xde\x89\x71\xee\xdc\x26\xba\x3c\xb3\x8b\x88\x93\x1a\x15\xee\x16\x52\x6c\x7b\x58\xde\xdb\x05\x7e\xb4\x06\x2a\x43\x6b\xfc\xf7\x8c\xa6\x39\x10\x77\x89\x79\xfb\x76\x64\xf7\x21\xb4\xc6\x30\xfc\x0a\x98\x8f\x62\x7f\xf6\x38\x31\x66\xb2\x06\x4f\x75\xd8\xbb\x73\x81\xf4\x86\xf3\xce\x49\xd4\xcb\x71\x82\xaa\x23\xde\x8b\x62\xef\xc4\xc9\xed\x8b\x37\xd4\x4b\xb2\x67\x1e\x20\xf0\x84\xda\xf5\x2b\x13\xbd\x67\xb3\x8a\xb9\xbe\xaf\x5e\xf1\x84\x5d\xed\x4d\xdf\xc4\x3a\x6a\x0b\xb5\x7a\xd0\x7f\x3c\xd1\xbc\x33\x3e\xcb\x1f\x0a\xc7\x8b\xf4\x04\x7f\xc6\x15\x91\x94\xb6\x75\x7f\x8c\xba\x3c\x54\x5c\x1c\x0e\x5b\xc0\x28\xe9\x46\x64\x1b\xe6\xa8\x10\xf1\x29\x3f\x80\xa2\xbc\xbe\x50\x48\xc3\x6d\x98\xe1\xf7\x27\xad\x85\x54\xa8\x7d\x89\xf4\x89\xcb\x86\x89\x44\xda\xb9\x08\x35\xf1\xb1\x61\xfa\x18\xfc\x77\xeb\x31\xb2\x15\x3b\x8a\xd3\xc0\xc4\x28\x9d\x2b\x54\xda\x5a\x5a\x77\x55\xad\xcf\x2c\x85\x6b\x21\x4e\xe0\xfa\xe2\x09\xb0\x11\xa6\xc7\x22\x2b\x03\x0a\x5f\xf7\x66\x48\x06\x92\xfa\xd4\x4d\x91\x93\x94\xfb\xa9\x4f\x03\x75\x37\x8b\x4f\xb6\xee\xfc\x98\x71\x20\x3c\x0f\x94\x9d\xd1\xc8\x32\x25\x9a\xad\x89\x08\xcb\xc6\x97\x19\x87\x2f\x93\x51\x15\x50\x2d\xbf\x3d\x31\xd1\x3b\xfe\x58\xc9\x22\x33\x36\x7c\xe5\x1a\x83\x20\x38\xfa\x5b\x42\xe2\xa4\xea\x58\x26\x92\x5e\xb4\xda\x2a\x4f\x59\x90\xda\x1e\x20\xbf\xee\xf6\x6c\x3d\xb9\xae\x05\xc3\xdc\x79\x59\xe7\xc4\x76\x74\x6c\x20\x21\xa7\x2b\x93\xb2\x2c\x1f\xec\xeb\x43\x4f\x8d\xa4\x18\xdb\x01\x8b\x67\xb4\x05\x10\x5e\x7c\x42\x46\x8f\xe7\x94\x3a\x8f\x5e\x3b\x90\xf3\x03\x28\x3e\x06\x4d\x7a\x8f\x6f\xa9\xd5\x64\x41\x62\x81\x8d\x1d\x4b\x83\xad\x72\xa3\x32\x62\xa1\x0b\x79\x00\x9c\xfc\x51\xf8\xcc\xa9\xf3\xc4\x55\xdc\xc7\x8b\x0e\xb0\x61\xd0\x05\x32\x42\x20\x90\xe0\x9a\x0f\x16\x80\xb7\x68\x0c\x87\x25\x79\xbf\x56\x4f\xd1\x68\xa0\x80\xec\x20\xdf\x10\x11\xf3\x50\x1b\xca\x43\x9c\x11\xa9\x46\x1a\xf3\xe3\xb4\xea\x43\xcb\x93\xbb\x34\xfe\xdf\x11\xb0\x93\x51\xa3\xd8\x9b\x9b\x24\xc3\x4e\x73\x8b\x8c\x41\x6b\x2d\x4c\x6b\xa0\x49\x80\xac\x25\xe3\xc4\xdd\xe0\x22\x95\xaa\x64\xea\x89\xab\x0b\x39\xcb\x3f\x0a\x43\x51\xbd\x1e\x8d\x85\x2d\xec\x8a\x0d\x39\xee\x30\x82\x06\x00\x28\x23\x4a\x2f\x12\xa7\x8d\xb3\x93\xba\xfc\x8a\xa4\xeb\xaa\xcf\xee\xb7\x76\x23\xe3\xeb\xd6\xe2\xf7\x70\x72\x05\xd4\x63\x8e\x0e\x10\xd1\x45\x71\xb5\x75\x98\xcc\x84\x1d\x52\x2b\x9c\x63\x67\x6d\xe3\xf1\xf4\xe6\x4f\x47\xb2\xd9\x00\xd3\x4d\xb3\x9c\x00\xfd\x69\xb0\x5a\x86\xd6\x53\x75\x64\x48\x25\xda\x3f\x67\xfb\x1d\xdd\xbb\xb2\x25\xf4\x7a\x37\x32\xbe\x32\x72\x3e\x58\xd0\xa6\xd1\xc6\x1c\xfa\x7b\xef\x19\x25\xfd\x7e\xc2\x58\x3b\xb6\x84\x48\x51\xc5\x17\x0f\x7c\x7c\xc0\x43\x39\x68\x91\x54\xaf\x55\x48\xc3\x1a\xe7\x9a\x2f\x15\xf8\xe5\x83\xdf\x3c\xaa\x61\x3d\x4c\xc2\x0c\xcd\x25\x5f\x91\x42\xbb\x56\x2d\x7e\x5e\x03\x71\xbc\xd9\x1e\x84\xae\x8d\x79\xb7\x0b\x1b\x41\xd6\x9a\xc4\x4b\x80\x9e\xb4\xb3\xd5\xad\x2e\xd7\xd6\x3b\xfa\xc3\xf6\xf9\x19\xd9\xca\x89\xce\xc6\x93\x27\xfd\x23\x73\x69\x15\x08\x6b\xbb\x50\x9c\x65\x03\x1a\x9f\xd1\x53\xea\x7e\xc6\x55\x13\x9d\xbf\x84\x83\xf6\x43\x65\xff\xec\xa9\x8d\xa7\x57\xac\xc7\x7a\x7a\x42\x79\x32\xc3\xd8\x80\xec\xf1\x2c\x00\xd1\x2c\x9d\x66\xf2\xe4\x3d\xa0\x5a\x74\xec\x57\x14\xa4\xa0\x7e\xf9\xc6\x79\x22\xff\x16\xec\xa8\x3b\x99\xa1\x04\x1a\x42\x03\x76\x61\x40\xcf\x51\x4f\xa7\x98\x6d\xc8\xf6\xf3\xa8\x47\x7c\xbc\xfc\x2c\xe0\x9e\x6b\xbb\x59\x45\xbd\x4f\x06\x98\x89\xd1\x0d\xcc\xa0\x7f\xfe\xae\x57\xcf\xa8\x6b\xb2\x2d\xf6\xbf\x57\x3a\xe6\x59\x6e\x6e\x6d\xb3\x92\x8c\x04\x4d\xa5\x9d\x37\x14\xd3\x3b\xab\x96\xef\x34\xf5\xdb\x29\x85\x38\xd3\x09\xd5\x64\xcd\xd8\xbd\x89\x3e\xdd\x51\x7f\xba\xba\xcf\x99\xfe\xf9\x47\xfd\xfb\xe7\x2c\x0b\x47\x4b\xb1\x85\x4f\x8f\xb5\x46\x3b\x2c\x6e\xfe\x72\x09\xfd\x30\xf2\x1c\x01\x94\x19\x8c\x83\x75\x69\x58\xc6\x62\xdf\xa5\x51\x6e\x9e\x25\x8d\xdd\x85\x52\x43\x1a\x1b\xa6\x19\xb6\xa4\xa4\x6d\x5e\x24\xaa\xd2\xc9\xb2\x1a\x5e\xc5\x85\x1b\xf3\x1a\xcb\xc2\xa9\x32\x12\x45\xb1\x3c\x12\xf2\x34\x8d\xd3\x88\x3b\xc1\xed\xce\xc3\xfe\xc9\xab\xea\xe8\xf5\x9a\xac\x3a\xfa\x5d\x1a\x56\xa3\xe0\x84\x6d\x9e\xd4\xfc\x09\x35\x96\x6a\xa3\xe4\x52\x64\x0c\x5c\xb4\x92\x4a\xf3\xd1\xb6\xeb\xcf\xda\xe6\x37\x4f\x7a\x53\x73\xae\xbd\x02\xd9\x5b\xbb\x9b\x63\x6c\x28\x7a\xd3\xb7\xe1\x36\x03\x52\xa5\xa7\xb2\x65\x7b\xe3\x03\x77\xc6\xb3\xea\x2d\xc0\x33\x40\xca\x32\x88\x76\x56\x9e\x0d\xf3\x99\xbb\xb1\x03\xd8\x2b\xf8\xdd\xe9\x31\x8d\x49\x71\x54\xb7\xc4\x19\xcb\x20\xc1\xc5\xf5\x78\x8c\xba\x96\xe5\xfd\xe3\x9b\x1f\xa2\xe6\xb1\xb4\xa7\xca\xb6\x3e\xd2\xb9\x0a\x19\x92\x6a\xde\xb4\x76\x11\x4d\xbd\x3d\x30\x3b\x9b\xd5\x4b\xef\xa1\xe5\x6f\x92\xda\x50\xfd\x78\x98\xb7\x9c\xcd\x9f\x67\x37\xbf\xb9\x87\x87\xeb\x5b\x76\xd9\xe6\xf5\xb3\x9e\xf9\x96\x59\xac\xcc\x75\xcf\x18\x3c\xfb\x34\xb3\x34\xf9\xa4\x9f\x88\xc5\x96\xd6\xd1\x46\x28\x37\xac\xfc\x1a\xc6\x2d\x8b\xb5\x1c\x19\xf4\x72\x5e\x59\x6e\x5e\x25\x64\x98\x4d\x3e\xe1\x02\x28\x93\xd2\x23\xb6\x79\xa8\x22\x78\xd9\x64\x12\xc8\x34\xdc\x68\xf2\x6c\xf2\x46\x59\x57\x45\xf2\x92\xe0\x57\xe8\xac\x28\xbf\x1a\xe2\x21\xa4\x96\xf0\x0d\x6a\x29\x50\x82\xd4\xca\xd3\xd7\x68\x79\xcb\xab\xa7\xd6\xbe\xeb\x5b\x98\x11\x48\xf8\xe4\x97\xbc\x27\xc9\xb4\xd1\x0d\xd3\x89\xfe\xd4\xd1\xde\x77\xf7\x40\x14\x50\xcd\x9d\xbd\x60\xba\x60\xc9\xb1\x33\x46\xf7\xa4\xa7\xa8\x00\x3c\xb5\x24\x0b\xc0\xfd\xce\x15\xc6\x28\x57\xab\x74\x71\x79\xab\x34\x98\x87\x62\x82\xed\x2c\x70\xeb\xf9\x53\x60\xdb\xa9\x49\xe6\x4b\x8e\xae\xe2\xd9\xea\x49\xf5\x92\xf3\xdc\x8e\xaf\xce\x45\x61\x59\x57\x76\x78\x6a\xb7\x5e\x8f\xf5\xb4\x3b\xfd\x1f\xae\xe1\x0b\xc4\xfe\x6a\xe0\xbd\xa1\xf7\xe6\xe6\xb1\x36\x8a\x0d\x3f\x90\xa2\xdb\xd2\xbe\xa8\xe7\x3b\x21\x11\xec\x00\x61\x9e\xe8\x33\x75\x00\x7a\xee\x6a\x8f\xbd\x1d\xf2\xd4\x7c\xb3\x6a\xfd\x69\xcc\x2c\x97\x2e\x83\x7b\xb6\x9d\x20\xab\xa4\x10\xd1\xdf\x65\xc7\xb1\x91\x86\x43\x72\xa1\xd8\x11\xb2\x56\xb2\x5e\x5f\x49\x0e\x98\x9c\x09\x9c\xa7\x1f\x54\x00\x8b\x71\x29\x33\xa8\xc6\x88\x0b\x85\x62\xb4\x2e\x9b\x77\xde\xb8\xd5\xc4\x2c\x71\x55\x9d\x33\x4e\x52\xf8\x89\x37\xe3\xa4\x15\x35\x86\xdf\xd2\x0e\xc8\x99\x96\x19\x6f\xbe\x2a\xd5\x02\xa5\xbf\x81\xa5\xd0\xa9\xf1\x9b\x5e\xe7\x1b\x9a\x9b\x73\x22\xe8\xfa\x67\x5c\xfd\x02\x77\x13\xbf\x59\xe8\x4f\x9f\x46\xa7\xbf\x20\xab\x1a\xaf\x76\xfa\x07\xb2\x34\x5d\xee\x9d\x9b\xdb\xbe\x36\x8b\x95\xf5\x15\x10\xfd\x55\x90\xb5\xfb\x50\x66\xe9\x7a\x59\x2c\xd8\x3e\xf5\x33\xca\x72\x3b\xa8\x74\x55\x4b\x62\x25\xb9\x25\xea\xda\x2f\x28\x1d\xe8\xaa\xdd\x11\x6b\x88\x2d\xa1\xdd\xed\x4b\xf5\x53\xf4\xdf\xed\xb0\x80\x4c\xd8\xc8\xdc\x43\x59\xaa\xe1\x7f\x8f\x28\x80\x4a\x43\x2f\xe9\xe9\xb0\x1f\x25\x35\x1a\x54\x91\x09\xc2\x64\x0a\xc5\x48\x15\xb7\x49\x50\xa5\x5a\x9f\x46\xaa\xee\xbb\x62\x76\x25\x1b\xa3\xea\x69\xfc\x76\xf4\xb9\xa2\x84\x2e\xae\x6f\xd9\xf7\xdb\xfe\x4d\x00\x77\x7b\x43\xab\x64\x5a\xe4\xcf\x54\x6d\x9b\xbd\xac\xb5\x9d\x71\xea\xef\x68\xcf\xd1\xd6\xde\xd9\xc6\x05\x56\xd3\x12\x0c\xf4\xaf\x4c\x6c\xfe\x3c\xc9\x70\xd3\x9f\xbf\x49\x8e\x7e\x4a\xc1\x01\x65\x5b\xcf\xbf\x46\x12\xf9\x13\xeb\x8c\x50\x87\x49\x47\x1c\x27\xc8\x2c\xda\xd4\x88\xa0\xe6\xd7\xf5\x79\xe8\xc3\x46\x81\xd0\x31\x5a\x8e\x65\xbc\x7b\x44\x87\x00\x80\xff\xe7\xfd\x68\x54\xc6\x42\xff\x0e\xc8\x26\xad\x0f\x30\xb8\x4e\xac\xf7\x5c\xb4\x96\xd5\xd7\x82\xf2\xd6\x78\x40\x32\x51\xca\xa4\x4f\x3c\x3a\xd8\x1e\x7a\xaf\x88\x6c\xf3\xe7\xd3\xdd\xce\x7d\x35\x50\x16\x3a\x6b\x37\x06\x6b\x8d\x6a\xd1\x36\x08\x14\x4d\x0f\x97\x18\xe0\x48\x2f\x12\x2d\xf8\x4d\x33\x17\x37\x28\x71\x43\xed\x62\x99\x7a\x29\xd1\xe1\x14\x7b\x13\x33\x1b\x8f\x1f\x7b\x40\x1c\x88\x6d\x38\xaa\xb9\xee\x9b\x0d\x64\x77\x4a\x31\xc8\xe4\xe6\x16\x97\xea\xb6\x20\xcc\xc8\x00\x10\xf3\x96\xf3\x27\xf5\x82\xe1\xd4\x66\x69\x87\x37\x2c\x50\x6e\x9a\xc1\xdb\x9f\xfc\x29\x50\x06\x95\xfa\x76\xed\xc8\xe4\xea\x79\x69\x17\x02\x52\xc3\x2f\xd1\x69\x9f\x22\x13\xf1\x25\xe5\x92\x63\x4d\x60\x37\xe2\x26\x4a\x09\x67\x1e\xee\xc0\x3c\xa8\xc8\xfd\xa6\x67\x34\x43\xd0\x9b\xc6\x1b\x96\xbd\x4f\x6e\x25\x3e\xe8\x30\x76\x05\xd9\xec\xc3\xb1\xb0\x83\xda\x60\x07\x3b\xa0\x49\xa9\x31\x48\xb4\x96\xb9\x87\xbe\x51\xd5\x00\x5b\xf0\x0d\x61\x21\x06\xe6\x93\x04\x51\x3e\xd7\xb2\xf1\x78\xb6\xf7\x18\x3e\x2e\x91\x6b\x47\xbe\x8f\x2f\xbd\x89\xe4\xbd\x80\x58\x08\x5f\x40\x93\xb1\xb9\x0d\xae\x06\xef\x93\xee\x6d\x9d\x2e\xea\x49\xff\x70\x9c\xfd\x59\xdd\xa9\x1b\x41\x06\x7b\xec\x2b\x8b\x62\x38\x34\x21\xdf\x57\xf2\xdf\x43\x2e\xec\xed\x71\x84\xcc\x3d\xed\xc4\x2e\x74\x04\xf6\x1f\x78\x05\xe0\x6e\x7d\xc3\xd0\xbc\x55\x29\x1d\x89\x73\x29\x8d\xed\xec\xb2\xb2\xb9\xf7\x9e\x16\x64\x11\xf9\xf6\xa2\x72\x60\x52\xcf\xd1\x87\x19\xbd\xe5\x8e\xd6\x61\xc0\x60\xd3\x4d\x5f\x31\x58\x16\xee\xfe\xb3\xdb\xfd\xf9\x45\xcd\x28\x0a\x68\xe2\x2c\x0d\x5b\x88\x30\xa8\x9c\x70\xbc\x79\xaa\xae\xc4\x8a\xd9\x5b\x86\x76\x50\xf4\x29\x85\xbb\x18\x55\xdb\x22\x86\xe9\x17\xb3\xfe\xdd\x87\x1b\x8f\x8e\x3a\xb3\x17\x23\x32\x8b\x4b\x43\x97\xe5\xce\xe6\x2f\x17\x01\x50\x6c\x28\xf9\xcf\x42\xe1\x0b\x7c\xd8\x38\x58\xe0\xb7\x59\xf2\x79\x5c\x27\xc8\x58\x37\x46\x11\x59\x26\x60\xc6\x62\x42\x58\xea\x5e\xe7\x44\xef\xc6\x22\xee\x50\x96\xd9\xc4\xe6\xc2\x1d\x3e\xd0\xfe\xc4\xb7\x68\x3c\x8e\xef\x75\x2b\xfd\xd5\x19\x79\x5a\x44\xd1\x1b\xa7\xaa\xb6\x1b\x18\xe1\xfe\x91\x39\xbd\xd1\x08\x11\x00\x0b\x87\x6b\x71\x6d\xb0\x56\xe7\x77\x16\xf2\x2f\xc3\xf7\x94\x65\x79\x52\xa1\x52\x2c\x74\x9d\x8b\xd3\xde\xee\x6f\xc6\xcd\x72\x23\xa8\x00\xbf\x13\x17\xf7\xb5\x6b\x41\x2b\xac\x06\xe8\x5f\xb1\xef\x2d\x4b\x5c\x27\xe5\xf7\xd4\x34\x4c\x01\x2a\xbf\x65\xde\x2f\xfd\x51\x30\xee\x4c\x85\x9e\x6b\xd2\x96\xf2\xa8\x5e\xe8\xad\x3f\xe8\x4d\xff\xc2\xce\x63\xf6\xad\xce\x8b\x82\x03\xe0\x98\x3f\xbf\x20\x77\x82\x81\x65\xdb\x68\x71\x42\x66\xb6\x18\x1e\x47\x6d\xcc\x8b\xa2\x2d\x9e\xb8\xe1\xe8\x8c\x1d\x17\x54\x3b\x7c\xce\xca\x76\xe7\xb6\xa7\x05\x79\xa9\x50\xa9\x47\x8d\xd0\xb8\x8f\x6b\x37\xed\x19\xba\xeb\x77\xa9\x93\x1d\x85\xab\x54\x88\x14\x4b\x1e\xd2\x4d\x49\x58\xc2\x2b\x3a\x37\xb9\x79\x74\x31\x9b\x0a\xd0\xd2\xf8\x09\x77\xe7\xa8\x3f\x54\x91\x9c\xb0\xed\x8a\xbd\xa3\x53\x5c\x92\x06\x20\xa7\x3b\xad\xaa\xf5\xe1\x09\xd5\xae\xb7\xce\x6b\x3f\x83\x4c\x8d\x17\xdf\x17\xba\xc7\x5b\xcb\x3f\xf4\x2f\xfc\x93\x3f\x60\xfc\x28\x15\x3b\x4a\x7f\x50\xc3\x0f\x0c\xd7\x92\xda\x70\x23\x6a\x85\x9e\x17\xb0\x28\xa6\xeb\xb5\x0a\x70\x4b\x78\x3b\x09\x22\x50\x13\x8f\x8e\x7a\xea\xbb\x59\x85\x53\x1c\x64\x77\xd6\x0a\xcb\x55\xb8\xe9\x9f\xd2\x3f\xf2\x97\xea\x81\x3f\xba\x0d\x71\x77\xfd\x70\x58\xa6\xb7\x72\x3b\x89\x4a\xb5\x46\x2d\x29\xf2\x87\x1c\x45\xb7\x72\xe6\x4f\xf7\x04\xbb\x97\x7e\x4f\x9f\xfe\xb6\x7f\x65\x01\x1d\xaf\xc5\xd1\x47\xce\xdc\xaf\x27\xbe\x3d\xe2\x69\x2c\x8f\xd2\xec\x81\xc7\xe7\xb9\xa2\xb8\x72\xf3\x1a\x2d\xf1\xaa\x60\xce\x49\xd8\x3a\x5c\xae\x9b\xc0\x55\x01\x88\x1c\xdb\x97\xbe\x79\x11\x28\xdd\x4b\xaa\x16\x48\x50\x2d\xa6\xa5\xaa\x92\xab\xbe\x74\x6a\xf1\xa9\x7f\x52\x0f\xcb\x71\x18\x88\xd1\x5e\xd0\x08\x91\x18\x97\x5b\xec\x19\x1d\xc0\x82\xaa\x20\x1e\x83\xbc\x11\x43\x95\x20\x19\x09\x03\x69\x3d\x50\x18\x43\xb3\x39\x7a\x29\x06\xa4\x8f\xd3\x9f\xe2\x90\x5c\xea\xb1\x78\xb8\xfc\x37\x2c\x3d\xa0\x7f\x12\x34\xc7\x0e\xf4\xca\xe3\x2f\x6c\x5b\x65\x44\x3c\x29\xa2\xa1\x12\x6d\x23\x72\x47\x9f\xc1\x78\x44\x00\x82\x91\x72\x1c\x50\x2d\xc0\x39\xa3\xe5\xaf\x6a\xa3\xed\xd1\x40\x55\x0b\xa8\x61\x10\x0d\xa1\x5a\xcb\x7e\x0e\x1f\xc8\x7e\x5a\xf6\xc9\xc0\xbf\xe5\x75\x39\x4d\x5b\xfe\xb5\x37\xe6\x46\x88\x8f\x34\xed\x64\x44\x9b\xce\x08\x8e\x2a\x48\x08\x32\x15\xf7\xe8\x2a\x5d\x9e\xbb\x02\x9a\x16\x8f\x26\xd1\x8f\xec\xea\xbb\x51\x1e\xa0\x07\x0e\x72\x47\xac\x1e\x0c\xd6\xdb\x21\xa1\x3c\x81\x25\x07\xa3\x2f\x1b\x83\x5e\x35\x50\x0e\xd4\x4b\xa0\x34\xa9\x35\xc0\xe8\x59\x03\xaa\x15\x46\xc3\x03\xd5\x8c\xea\xbe\x2a\x8f\xa3\x72\xbc\x4a\x66\xd7\xaf\xbe\xff\xa7\xcf\xc4\x2c\x55\x9b\xe5\x99\x17\x81\xc0\x0e\xb9\x10\xe8\x48\x45\x29\x73\x7e\x3a\x6a\x35\x36\xec\xd8\x68\x2d\x8e\x99\xbf\x6e\xd4\xbc\x47\x86\x54\xb8\x1a\xed\x93\x6c\x7c\x80\x77\x8b\x14\xa4\x46\x52\xc6\x60\xf8\x22\x5c\x57\xbe\xb4\xf6\x7b\x46\x86\xef\x2c\x1a\x9b\xb9\x76\x2a\xa8\xe3\xce\x08\x95\xb3\x98\x69\xa8\xab\xc7\x16\x43\x2d\x3e\xa6\x1d\x0c\xb5\x04\x79\x10\x99\xe2\xdf\x01\xfe\xa6\x4b\x0d\x20\x9b\x4f\xbe\x28\x92\x48\x1c\xd6\x87\x2c\xe7\x42\x5b\x80\xf3\xec\x96\xd0\xf8\x2e\x05\x9f\x0e\xc1\x73\x09\x58\x25\x6a\x8e\x03\xea\x68\x1c\x2a\x6a\x29\xcf\x7c\xb3\xfc\x17\xb4\x04\x98\x52\xcf\x99\xda\x6c\x6c\xfc\xdf\xb3\x17\x82\x77\xac\x90\x57\xef\x24\xad\xfa\x2b\xef\x18\xed\x66\xff\xa4\x92\x23\xed\x01\x09\x3e\xd4\x07\xf1\x8c\x68\x37\x08\x49\x16\x3f\xe7\x7f\x19\x65\x16\xff\x42\xbf\xdb\xe8\x1f\xdc\x82\x22\xfc\x87\x10\x26\xa1\x4a\xda\xb3\xe2\x1f\xe1\x3f\x05\xd4\x6f\x59\x94\x59\x54\x5a\x7f\x6d\xd7\x2a\x87\x4a\xc3\x18\xab\x8d\xae\x0f\xc2\x1c\x9b\x6d\x28\x15\xb0\xb0\x40\xc9\x48\x2d\xb6\x2d\xc8\x32\xbc\xb3\x9d\xdb\xa7\xe8\x93\xe5\xad\x4a\xa4\xbf\x12\x8d\x8e\x96\x1b\xb2\x38\xed\x48\xaf\xa2\x8f\x74\x16\x77\xe0\x18\x55\x78\x03\xfb\xb5\xb2\x8d\xce\x07\x68\x84\xa5\x0c\xfe\x4c\xaf\x70\xa5\x9e\x04\x56\xd7\xf8\xa6\xde\x9f\xbf\x4e\xbe\xda\xa9\xe9\xa3\xef\xca\xbc\xf6\x08\x60\x2e\x05\x16\x4c\x81\xb7\x72\x11\x1d\xb9\x45\xf0\xed\xe9\x90\x15\xe7\x62\x7f\xfa\x09\xdb\xa6\xf5\xbf\xbd\x89\x16\x6a\x0f\x67\x98\x81\xfb\x5d\xc1\x8f\xf9\xa7\xe9\xb5\x45\x9d\x93\x56\x88\xb8\xf8\x88\x3c\xb2\x0d\xd5\xea\xe8\x07\x23\xe6\x66\x18\x7e\x2c\x29\x0f\x17\x5d\xeb\x32\x85\x9d\x80\x32\xa0\x2b\xe8\x19\x65\x98\xb1\x42\xb4\x82\xcd\x23\xee\xca\x60\x64\xd1\x65\x0f\x57\xa6\x00\x8e\xd8\xd2\x8b\x84\x88\xb1\x13\xf3\x62\x26\xd6\xcb\x83\x21\x15\xde\x26\xee\x7c\x05\xae\x72\x3d\x8c\x13\x80\x91\x58\xd1\x91\xa9\x15\x2b\x92\xc2\xfd\x02\x1e\x79\x2d\x91\x5b\xb3\x20\xde\x5e\xad\x90\x58\x05\x31\x32\x93\x90\x08\x05\x32\x3b\x69\x95\xc7\x50\x2f\xa6\x83\x09\xf0\x57\x80\x3f\x8a\xb3\xd8\xbb\x77\xb3\x7f\xe7\x27\xfe\x46\xce\xd7\x7e\x75\xc4\xc4\xa4\x71\xe1\x3a\x88\x77\xcb\x7c\xa3\x59\x27\x20\x8f\x98\xf7\x89\x61\x90\xb9\x0d\x64\xce\x51\x15\x4a\xd8\x47\xbb\x0c\x51\x0d\x45\x81\xd4\x95\x86\x50\x4d\xe9\x7d\x43\xca\x8b\xfe\x06\x4f\xaf\x80\xa4\xa4\xbf\x8e\x22\x4f\x44\xc1\x57\xaf\x11\xc4\x3d\xa1\x79\x3f\xd4\xe5\x55\x0a\x0d\x3a\x7f\x73\xe3\xc9\x05\xfd\x8d\x7d\xe8\x7b\x73\x37\xd0\x82\x50\x7d\x84\x4b\x15\x5a\x86\x1d\xda\xe9\x1c\x03\xb3\xea\xaf\xfc\xc2\x62\x15\x0d\xa4\x4e\xd0\x2a\x6b\x20\x73\x3e\x88\xb6\x2f\xaa\x54\x10\x85\x55\xa7\x02\x27\xd7\x2a\xf9\xbd\x18\x9f\xb8\xc9\xeb\x76\x6d\x0d\x1e\x39\xd0\xe1\x0e\xbe\x4b\xed\xbc\xc9\xec\xd6\x2c\x67\x6e\x51\x33\x6c\xd8\x6d\x45\x2f\x00\x60\x7f\x7f\xe3\xe1\x1d\xba\xf3\xbb\x4c\x19\x90\x63\x8c\x5e\xb1\x56\x1f\x9a\x55\x78\x6c\xc9\x03\xbb\x74\x03\x7c\x12\xc6\xc0\x85\x63\x9f\x39\xda\x7b\x7a\x16\xa1\x25\xb5\xc6\x74\x9d\xbc\x65\xe1\x4b\x46\xba\xb2\xb3\x75\x8c\x96\x8b\x0c\x1c\x06\x5b\x9b\x4e\x04\x0c\x2c\x74\x9c\x86\x16\xae\x53\x6a\xd6\xcb\x95\x50\x47\x79\x90\x6a\xc0\xb4\x62\x80\x54\x67\xb8\x14\x68\xf9\xe3\xd2\x79\x24\xe5\xc1\x22\xb0\xde\xf6\x61\xe8\x6e\x70\xb7\x4d\x05\xb3\xd3\xaa\x82\xa0\x4c\x6f\x9c\xac\x52\x60\xb8\x91\x8d\x40\xfb\x16\x25\xbc\xb1\x0e\x5e\x83\xfd\x6c\x06\x9b\xe3\x76\xb4\x47\xd0\xf6\x6b\x67\x0c\xbd\x13\x9c\xb8\x07\x27\x9d\xe9\xf3\x25\x4d\x99\xb2\x79\x51\xfd\x60\xdc\xb5\x54\xfd\xe1\x1a\xd4\x4f\x8d\xad\xad\xa9\x2c\x40\x99\xd5\x2f\x24\x5e\x2f\x2c\x2c\x20\x8a\xbd\x81\x7e\xfb\xe9\xc2\x01\x8c\x51\x22\xb4\xc4\xd6\xb4\xb8\x48\xc8\x69\x10\x4b\xf4\x67\x10\xa5\xc7\xa3\xb6\x6d\xde\xb2\xd2\x3b\xf1\x23\x1c\x00\xcc\x8a\xb8\xa3\x13\xfe\x5b\x7e\x46\x6f\x0c\x67\xd5\xd2\xe0\xb8\xdf\xd9\xac\xcb\x3d\xec\xd0\xc7\x28\x8a\xa8\x51\x03\x63\x2e\xf9\x13\xda\x58\xff\x96\xc3\xe0\x7a\xed\x62\xf4\xf8\xdd\x78\x08\x2b\x7d\xd4\xbf\xfc\x1c\x7d\x50\xd3\xe5\x03\x18\x5d\x1b\x7d\x4b\xae\x4c\xa0\x09\x5d\x46\x05\xbc\x41\x5c\x01\xcd\x50\x18\xd5\x67\x54\x6b\x81\x50\xdd\x48\xd8\x6a\x4d\x1e\x2a\x5d\x43\xb4\x85\xcc\xd1\x81\xda\xaa\x46\xdd\x0e\xf6\x6d\x37\xcd\x6a\x31\x1a\xc5\x09\x52\x1a\x7c\xd0\xde\x78\x38\x81\x51\x10\x6f\x5c\x22\x9e\xfa\xbe\xf2\x57\xc8\x5e\x27\x8e\xe4\x35\x14\x6f\xc5\xcc\xb6\x78\xe9\xe9\xc8\x8a\xfc\x2b\xd8\xff\xc5\x6b\x07\x63\x0c\xa7\x66\xac\x07\xbe\xf8\xfd\xc1\x78\xdf\x5b\xfb\xbf\x78\xfd\x20\x45\x13\x4e\x35\x2d\x0d\x95\x0f\x85\xa9\xf6\xd4\x4c\xd5\x6d\xb6\xc2\xc3\xb5\xa8\x1d\x17\xf1\xc9\x5f\x87\x3d\xd7\xc8\xec\x2b\xd8\xf8\x1f\xae\xa5\x0a\x18\x23\x99\x80\x89\x59\x08\xa9\xaa\x2b\xa4\x11\x52\xa3\x3d\x5a\x92\xbd\x88\x19\x69\xa5\x37\x40\xca\x51\x52\x4f\xd0\x35\xd4\xd4\xc0\x1d\xa8\x55\x71\xfd\xb0\x22\x15\x5c\xf9\x3f\xf8\xaf\xb7\x68\x75\xb8\x1b\x5f\xea\xc1\x22\x63\x81\xc0\x7e\x1d\xae\x1d\x42\x1a\xa7\xb9\x88\x95\x63\x54\x6f\x9f\x07\xf9\xe9\x82\x05\xe4\x5c\x28\xb3\x94\x4a\xf6\x2c\x41\x20\x4d\xb5\x69\x85\xb4\x73\x5c\xf9\x53\xfa\xc3\x2b\xda\xb1\x3f\x0c\x2f\x70\x7e\xc6\xa3\x1e\x0a\xa6\xec\xba\xff\xdf\x77\xde\x51\xe0\x16\xf2\xcf\xdf\xb8\x79\x3c\x2d\xe9\x41\xfd\xf1\x1b\xfb\x60\xc6\x0c\x44\x91\x21\xe9\x65\x28\x6c\x85\x8d\x0a\x6a\xb6\x81\x7d\x0d\xa8\x16\xc9\xb9\x41\x39\xe0\xba\xbf\x71\x80\x66\x44\xf1\xfe\x49\x0e\x51\x8e\x13\x52\x44\x41\xa6\x8a\x4a\xed\xb1\x60\x01\x69\xc6\xa3\x87\x94\xa8\x20\x2e\x43\x24\x8a\x03\x35\xd9\x3c\x72\xad\x7f\xfe\xa2\x6b\x47\xa9\xa2\xb4\xd8\x6d\x6a\x8d\x92\xf2\x10\x27\x99\x32\x89\x02\x74\x2a\xe1\x65\x02\x0c\x62\xd2\x01\xd2\xa6\x0d\x04\x6f\xd7\x51\xcd\x3a\x1e\x8c\x94\x0f\x87\x41\xb9\x11\xc8\x6b\xcf\x7f\xba\xb6\x41\x07\xa0\x57\xd2\x09\x46\x81\x1c\xb3\x7d\xcf\xc3\x6a\x2d\x29\x6e\x3e\x58\xda\xbe\x7c\x4c\x6f\x75\xb6\x89\xb6\x9a\x24\x0c\x56\xe4\xc0\x5c\xea\x13\x53\x7d\x15\x08\xdc\x70\x29\x6e\x79\x25\xaa\x47\x2d\x9b\xf9\x5d\xdd\x3a\xf1\xa3\x5f\x05\x5f\xbe\xf0\x2e\xfb\xfc\x05\x97\x1b\xc0\xa7\x1b\xdf\xbf\xb2\xbc\xb5\xf8\x7d\xff\xde\xe3\x14\x19\xe4\xea\x19\x6b\xe3\x02\x71\xc0\x90\xb7\x32\xa7\x48\x22\x1c\xd8\xd3\x14\x7b\xe2\x74\x0f\xfc\x2e\x6c\x55\xcc\xe8\xcf\x7f\xf9\x35\xfc\xd9\x2e\x6f\xbb\x29\x12\x8f\x72\x11\x5b\x52\xee\xf9\x0d\xd7\x22\xc3\xde\x6c\xcc\x63\xae\x9e\xfe\x2e\xcf\xb5\xa4\xf4\x24\xe9\xd5\x15\x82\xb2\x45\x59\xae\x08\xf0\xd6\x2c\x03\x20\xb3\x0d\x70\x5c\xd4\x41\xef\xfb\x6b\xdf\x6c\xad\x4f\x65\xd7\xe2\x9d\xfa\x75\xfd\x0c\xd1\x52\x47\xc9\xae\x5b\x4a\xcc\xd3\xac\xa1\xf3\xb4\x19\xf6\x48\x83\x65\x7a\xf5\x10\xff\x14\x7f\x1a\xfc\x6f\xd1\x99\xa3\xa3\x30\x28\xba\xaa\x80\x75\x47\xf4\x97\x2d\x8a\x50\x91\xdd\xae\x27\xe8\xf4\x73\xba\x7f\xf5\x0a\x9a\xe9\x80\xe8\x8c\x4b\x9a\x71\xa3\xae\xd8\xde\xee\xd2\x16\xee\x3a\xb0\x48\x49\xa4\xe7\xf2\xd9\x08\x60\x3b\x40\x72\x81\x94\xc9\x65\xc6\xb2\x60\x30\xac\x94\xdb\x31\xfc\x8b\xcf\x03\x18\x56\x75\x04\x90\x42\xa0\xf4\x12\x14\x48\x35\x3c\x1c\x36\x06\xa4\x77\xf4\x9c\xb4\x13\x38\x14\xbf\xd4\x9d\x97\x05\x9f\x94\x03\xac\x10\x48\x05\x18\x20\x19\x0b\x43\x7a\x54\x80\x11\x92\xb1\x48\xde\xdd\xe2\x37\x6c\x36\x02\xd0\xea\xab\x34\xc2\xab\xc8\x4b\x54\x05\xc5\xfe\x07\xfd\xc1\x88\x56\xb6\x99\xc5\xa3\xdf\x7c\x76\x84\x5e\x18\x36\xc6\xca\x40\xf2\x71\x0b\x46\x43\x98\x07\x31\x25\x55\x41\xfa\x31\xd3\x80\x37\x51\x25\xa4\x90\x3c\xfd\x06\x0c\x08\x0d\xd4\xf7\xd7\xf5\x77\xe9\x9d\x7a\x12\x6e\x83\x07\xe1\x2f\xff\xb3\xce\xa1\xf5\xff\x02\x36\x49\x16\x50\x1e\x2c\xd9\xf8\xbb\xb8\xb1\x7e\x69\xeb\xf6\x3d\xa7\x34\x43\x53\x62\x8a\x51\xe7\x22\xaf\x32\xfa\x01\xcc\x73\xf2\x59\x90\xea\xc2\x08\x00\x04\xd1\x32\xd4\xe3\x11\x7f\x66\x52\xe2\x1c\x31\xcc\xbe\x19\xb6\xf0\xe9\x44\xf6\x14\xea\x71\x74\xdc\x01\x67\x83\x48\x1a\x9b\xe2\xd0\xaa\xee\x88\x08\x56\xaa\x8e\xe8\xf4\xe6\xe5\xf1\x36\x7d\xcc\x16\xae\x49\x75\xa8\xad\x0c\xb9\x5f\xe0\xaa\xcb\x70\xed\xc8\x40\xe7\x5d\xf8\x8d\xaf\x47\xe9\xf9\xe3\xab\x13\x1a\xaf\x06\x5c\x33\xa8\x02\x33\x00\x6b\x52\xe8\x0e\x1b\xa1\xba\x16\xce\x09\xd7\xe8\x2c\xac\x16\x03\xe2\x09\x2b\x87\xd0\x3d\x12\x9f\xb1\xd0\x1c\xa3\x5e\xab\x24\x81\xfa\x8a\x37\x83\x9c\x6a\x91\x88\x36\x5b\xd1\x30\xbe\x70\xbc\x1c\x34\xd5\x96\x02\x75\x8f\x47\x02\xcc\xf9\x83\x15\x86\xc2\xb1\x60\x34\x22\xa6\x54\x8d\x00\xf4\xb4\x44\xef\x99\xb4\x3f\x0c\x5d\x9f\xa5\x96\x00\xb5\x60\x09\x81\x80\x1d\xd6\xc7\x79\x56\x40\xea\x1b\xb7\x3a\xa2\xb7\xac\xbd\xf4\xf5\x42\x92\xd7\x9b\x46\x18\x09\xdd\x7b\xc4\x0f\x6a\xcd\x71\xfe\x48\x2a\x13\xc1\xca\x2f\x14\xb7\xef\x8c\x22\xbc\x17\x9d\x98\x6f\xf4\xd6\xd3\x3f\x31\x43\x86\x9d\x8b\xd6\xd9\xee\xe8\xb3\x6c\x41\x98\x8b\x9a\xf2\x90\x84\xd5\x71\x0a\x4f\x10\xe0\xb7\x1b\x72\xa1\xa9\x3b\xd2\x62\xc7\xc5\x2f\xff\xdf\xa8\x2d\x5b\xa3\x80\x5d\x2e\x84\x86\x76\x6f\x6f\x6c\x9c\x48\xb5\x1a\xee\x3e\xbf\xf8\x1f\xfb\xab\x2f\x31\x52\x88\xcb\xa3\xa1\x79\xd3\x1c\x0f\xc6\x6a\xc9\x08\x7f\xe4\x0b\x65\x41\x1e\x21\x69\xe8\x7a\xac\x5c\x43\x27\x55\x84\x4c\xaa\x04\xbf\x07\xbe\x2c\x58\x4a\x5f\x9f\xd0\x66\x29\x42\xac\xda\xb9\x2a\x1e\xab\x4e\xbe\x9a\xc7\xaf\x54\x2d\xee\xe7\x08\xa7\x2c\x7f\x68\xff\x41\x7b\x7a\x51\x09\x2e\x5a\x49\xa4\x65\x0c\x11\x26\x0a\x15\x6f\x52\x45\xf2\x30\x9d\x4b\x0d\x61\xc9\x43\xee\xa2\x81\x3d\x19\x44\x2a\x66\xb2\x1f\x70\x96\x22\x52\xa1\x23\x13\x70\xee\xa7\xcd\xd3\xc7\x1c\xe0\xb3\x36\x27\xb0\x95\x93\x19\xf4\xc4\x9e\x86\x22\x46\x3b\xb6\xb6\x5b\x28\x79\xf4\xb9\xb8\xb1\x3a\x5a\xfa\x01\xdb\x3e\xc3\xfe\x6c\xed\x52\x7f\xfe\x66\xf0\xa2\x97\x21\xe0\x25\x77\x6b\x42\xf4\x29\xfc\x65\xba\xf7\xcf\x27\xf6\x77\x1d\x14\x58\x3a\x2b\x31\x40\xc9\xce\xb3\x52\xdb\xb1\xbc\x31\x71\xfd\xd5\x7b\xe4\x44\xe7\x85\x71\xf8\xdf\x2b\xa3\xa3\xaf\x54\xab\x2f\x04\x79\xb5\xfd\x90\x0b\xa9\x0d\xb3\xd8\xc7\xac\x8d\x4b\x5b\xdc\xab\x53\xf0\x50\xbc\xd5\x31\xf1\xea\xb9\xe7\x20\x4c\xbc\x57\xdf\x02\x13\xb4\x29\x26\xad\x6d\xff\xc1\x83\x8d\x47\xf7\x54\x24\x02\xc7\x53\x31\xa7\x77\x89\xb0\x7e\x72\xeb\x04\xc6\x3b\x93\x27\x3c\x27\xed\x4f\x16\xe0\x64\xcb\x48\x56\x0d\x2d\x48\xe4\x2c\x49\x11\xee\xec\xfe\x65\x79\x7b\xd9\x65\x6d\x80\x65\x6d\xb7\x9f\x73\x45\x31\x98\x0e\xa8\x6a\x09\x26\x7b\x5b\x94\x38\x93\xd1\xc6\xb1\x27\xcc\x5d\x60\x8e\x7c\x23\xb7\xb8\xb3\xb2\x75\xfb\xc7\xde\xd3\xb3\xff\x8a\x4c\x93\x35\xa5\x9d\x37\x6b\x6f\xe2\xcd\x58\xed\x50\xad\xf8\x17\xf8\x0f\xfd\x1a\x18\xe3\xf8\x78\xf4\x25\xc0\x7c\x20\x6e\x64\x68\xa7\x12\x6f\x09\xd6\x14\x23\x02\xcf\xb9\x43\x3c\xb2\x1e\xa2\xd3\x31\x3f\xf9\x03\xac\x9e\x3f\xde\xbf\xfc\xb0\x37\x7b\x9e\xc5\x99\xad\x1b\xc7\xfb\xe7\xee\x92\x75\xfc\x22\x2a\xf7\x1e\x9c\x41\x23\x6b\x82\x7c\x1d\x61\xb3\x7f\x62\xc2\xdc\x4b\x1a\x5f\x6e\xe4\x50\xad\x15\x63\x00\xc1\x61\x52\x5c\xf6\xa6\xbf\xed\xda\xf9\xc6\xdc\x00\xf6\xba\xad\x97\xa8\x90\xbe\x89\xa4\x23\x45\x9e\x9c\xe3\xd4\x64\x6f\xd8\xe1\xd0\x26\x51\xfe\x80\x5c\x53\x59\x52\x89\x12\x47\xbf\xd2\x69\x83\x54\xf1\x6a\x3e\xae\xec\x31\x56\x58\x8f\x8a\xe2\x2f\xaa\xa3\xae\x93\xed\x2f\x9c\xdd\x5c\x1a\x73\xd2\x00\x14\x44\xdc\x5d\x0d\x07\xec\x45\x2d\x05\xd5\x20\xe7\x14\x19\x1f\x69\x31\x51\x37\x2f\x2b\x9b\xc2\x33\x18\x65\x9a\x1a\xd1\x2d\xc4\x6e\x4b\x83\xed\x24\xc1\x7c\x54\x8c\x87\x9c\xe5\xab\x32\x89\x14\xed\xee\x11\x55\x10\x1e\x42\xf1\x21\xe2\x06\xe5\xfa\x49\x31\x8c\x99\xc4\x05\xb3\x6e\x28\xa4\x8b\xce\x99\xc5\xfe\xa1\xb1\xeb\x0d\xa9\xa0\x95\xf7\x0d\x6b\x9f\x29\x60\xb6\x9f\x33\x50\xfd\x3d\xc0\x79\x6b\x62\x3f\x61\x8d\xa9\x60\x05\xf7\x46\x4c\x81\x72\xc9\x6d\x8a\xd7\xeb\xd8\x32\x99\xfa\x23\x51\x74\x28\x2e\xfe\x25\x1c\xa4\x1f\xe6\xfb\x30\x70\x43\x54\x44\xb9\xa4\x98\xec\x70\x7c\x4f\x5d\x05\xc4\xd7\x5a\xc5\x64\x27\xec\x2d\x3c\xee\x5f\xf9\xc1\x9f\x30\xc5\x66\x90\xb8\xfb\x3a\x3c\x83\x2e\x15\x77\x73\x6f\xb9\xa8\x37\x61\x4d\xbc\x59\x16\xfb\x24\x23\xbb\xb6\xa7\x18\x08\x1d\x3f\x96\xf9\x6f\x8b\x81\xa0\xc7\x2d\x57\x0f\x23\xdd\xa8\x9a\x29\xf6\x67\xae\xf5\xd6\x7f\xf6\x97\x89\x67\x6a\x23\x94\x45\xf2\x17\xbc\x43\x31\xd0\xb5\x26\x77\x55\xae\xb4\xce\xca\x61\xf6\x01\x58\xbc\xf0\x2b\xb4\x7d\x2b\xd7\x4b\x84\xd3\x7a\x37\xce\x6f\x4f\x2d\x05\x63\x04\x64\x99\xb4\x4d\x37\x76\x1a\x52\x4a\x26\x69\x2c\x58\x90\xa3\x62\xe6\x57\xe7\x79\xff\x57\x8d\xf8\x60\x60\x72\x51\x70\x1a\x44\xd6\xb8\x5a\x43\x97\x77\x54\xd8\x46\x64\xff\x35\x36\xc2\x3a\x85\xf1\xa0\x02\xb2\xc7\x21\x8c\x42\x8a\x66\x8b\xc0\x9b\x0e\x98\xee\x59\x7b\x25\x0e\x3d\x3f\x1f\xc1\x6c\x1e\xcf\xd6\xe1\xbf\x9b\x77\xaf\xf5\x2f\x9c\x15\x52\x82\x47\x42\x66\x8d\x93\x2b\x62\xf8\x43\x31\x09\x72\x36\x84\xba\x2c\x25\xad\x32\xe6\x6d\x94\xc5\xa5\x3a\xba\x23\x46\xc8\x00\xe2\xc8\x6d\x1f\xc3\x00\x14\x6a\xdf\x4c\xbf\xd2\x09\x2d\x5b\xb8\xb1\x5d\xfa\x43\x0b\x14\xf2\xac\xa6\x5c\x54\x19\xec\xd7\x4e\x9d\xf3\x36\x88\x14\x83\x76\x9f\x81\xf5\x3e\x2c\xea\x87\xbf\xa3\x39\xe8\x3f\x82\xbf\x23\x6c\xc3\x3f\xb5\x46\x35\xfc\xea\x1f\x4a\x1d\x81\x92\x06\x99\x8b\x22\xd4\xbf\x6c\x8b\x2b\xf8\x41\xe4\x12\x54\xa4\x53\x33\xeb\x18\x48\xb4\xe2\xe1\xdf\xa3\x28\x1b\x8e\x1c\x44\xba\x18\xf4\x77\x69\x82\x64\x45\x21\x6b\x50\xa2\x4c\x5a\x35\xc0\x8c\x88\x5f\x4c\x3f\x55\xbc\x77\xad\xd2\xdf\xf0\x61\xb7\x77\xea\xde\xf6\xc5\xc7\xbd\x2b\x77\x7b\x0f\xd7\x9c\x55\x37\xe2\x21\x4f\xa9\x8e\x36\x6f\x4f\xae\xa7\x2b\x29\xa5\x6a\xca\xe0\xc8\x7a\x9c\xd4\xe6\xf4\x26\xd9\x1b\x06\x71\xff\x5e\x5b\xb1\x71\x24\x38\x37\x12\x16\xda\xfe\xa8\x40\x5e\x2b\x2a\x14\x59\xd6\x6d\xa1\x3c\xb0\x14\xa1\x0f\x15\x20\x31\x1b\xb0\x3a\x39\x6a\xad\x65\x88\x78\x9c\x85\xfe\xd3\x6b\x70\x66\x99\x1e\x58\xc5\x10\xca\xb4\x9f\xd2\x3e\x2d\x5e\xf5\xbc\xfd\xf2\x58\xb5\xde\xd1\x29\x74\xae\x40\x83\xab\xcb\xf6\x1b\xfd\xe6\xf5\xc7\xbd\x55\x7c\xac\xdd\x29\xa8\x5c\xfa\x90\x30\xda\x30\xb0\x66\xa5\xd7\x8a\xaf\xe8\x6d\xb1\x42\xbd\xcd\x8a\x4b\xa0\x73\x00\xab\x56\xea\x54\x73\x96\x59\x2e\x71\x1c\xa9\x75\xd9\x51\x28\xe4\xcf\xe1\xf7\xc5\x57\x02\xbc\x40\x84\x96\x00\x48\xc9\xd6\x38\x60\x5f\xad\xa0\x36\x14\xc0\x79\x8a\x21\x33\xca\xfe\x20\xf3\x5b\x99\x89\xf9\x7e\x0c\x05\xe3\x51\xfb\x85\x16\x46\x4d\x0e\x59\x19\x25\xa6\xcf\xf1\x40\xc6\xb8\x78\x71\xe5\x65\x44\x7c\x89\x8c\xbf\xfe\x45\x2f\x5c\xbe\x0e\x15\xab\x02\x26\x9c\xb1\x82\x88\xe4\xef\xb3\x1c\xad\xb5\xcb\x9e\xef\x92\xf2\x89\xc9\x3c\x56\xe3\x8b\xb4\x53\xa7\xb8\x6d\xa4\x66\x32\x9a\x12\xda\x41\xb2\x00\x6b\x84\x8d\xa4\x3e\xce\xca\x36\xd2\x9c\xa0\xbe\xb9\x35\xce\x8a\x6a\xa5\xae\x33\xb8\xe6\x65\xb1\x61\xc7\x52\x64\x07\x50\xc3\xf7\x32\xe3\x9d\xf8\x65\xf5\x44\x15\xd3\x66\xf3\xb9\x84\x31\xf6\x62\x58\x91\xc8\xd9\x6a\x6f\xa6\x64\xc9\x0a\x7b\x10\xfc\x29\x35\x70\x40\x6a\x32\x44\x4f\x9c\x6a\x8c\xac\xdc\x35\x81\x42\xcd\xcf\x28\x63\xbe\x66\xd8\x40\x63\xfa\xa0\x3c\x04\x24\x43\x2b\x11\x77\x19\xf3\xf7\xf9\x63\xb6\x28\x36\x78\xd6\xa0\xad\x70\x34\x3a\x8c\x0a\xba\x84\xf6\x8d\xf4\x45\x49\x6d\x34\xdc\x65\xac\xd7\x79\xac\x71\x04\xe4\x72\x83\xd4\xb7\x87\xc2\xb0\x69\x0d\xe0\x4e\x5d\x6b\x2b\x99\xf1\x09\x8c\x1f\x54\xc6\xf9\x90\x32\x98\xb1\x38\x09\x15\xfe\x5c\x6c\x61\xeb\x53\xd3\x4a\xab\x60\x79\xc2\xd5\x40\xea\x60\xac\xad\xf1\xdf\xe5\x32\x69\x96\xdc\xe6\x65\xf6\x74\x79\xd2\x9d\x62\x02\xa5\xaf\x1d\xbf\xcb\x66\x22\x61\x53\x7b\xb4\x7c\x88\xf8\x00\xa6\x37\x1c\x5d\x31\xa3\x2f\x76\x8e\x4d\xb9\x0e\x68\x8b\x68\xa0\x2b\xb6\x74\xa9\xa2\x34\xe6\xcf\xd2\x75\xf8\x4b\x39\xfa\x59\xdc\x22\x46\xec\x37\x50\x6f\x19\x1e\x52\x7e\x1d\x16\x46\xd8\x58\x4d\x05\x72\xc8\x6b\x9b\x8e\x8f\xe0\xf7\xb1\x43\x64\x0f\xdd\x2b\x83\x6b\x76\xc7\xe9\xfe\x72\xe5\x6c\xc3\xce\x93\xf5\x27\x27\x95\xb2\x4d\xdd\x0e\xd0\x77\xce\xf9\xe7\x70\x71\x2d\xb4\x1c\xc6\xd0\x9b\x9c\xaa\xa5\xe8\x85\x7f\xd5\x51\x3f\x31\xe2\xe4\xd9\x6b\x44\x1c\x24\x2c\x6a\x6a\x7a\xe2\xdb\xa8\x16\xbd\x9b\x07\x80\xb3\xb3\x63\x2c\xe0\x28\x41\x27\xc8\x38\x00\x12\x77\x84\x87\x17\x71\x88\xc9\x3f\x87\x82\x5d\xdc\x3c\xf1\x88\x65\x13\xe5\x8b\x27\x4c\xfd\xe6\xc5\xc7\xe8\x57\x4d\x5e\xb1\x5e\xac\x5c\x66\x2d\xdd\xc4\x93\x26\xa1\xa5\x95\x5f\x59\x05\xe3\x73\x7a\x9e\xe5\x9e\xdd\xe8\x13\xdf\x52\xcf\x57\xe1\xbf\xde\x58\x9f\xb7\xea\x4c\x94\x3e\xf9\xf3\x81\xcf\x52\xcf\x37\xb3\x94\x0f\xc6\x49\xa9\xb7\x75\xfb\xfe\xe6\x4f\x77\x55\x1a\x87\x6b\x12\x64\x0d\xa4\x85\x1d\xdd\xf4\xd4\xd6\x18\x9b\x78\x95\xd1\x3c\x2b\x34\x8a\x25\x20\x71\x3b\xf3\x0c\x6f\x9d\x84\xcf\xfa\xf8\x75\x6d\xe5\x95\x94\xe5\xc4\xe6\xb0\x9c\x2d\x45\x49\xb5\xb4\x7d\xf4\xd4\xc6\xf3\x6b\x6c\x28\xfd\x1b\x43\x6f\xe4\xce\x47\xdd\x20\xbd\x86\xbd\x44\x35\xf2\xbb\x1b\xa0\xa4\x7a\x98\x16\x1e\x69\x6f\x51\x27\xd0\xe3\x09\xef\x52\x9d\xb7\xe4\x40\x88\x24\x37\x40\x7b\xaf\x00\xad\xff\xe9\xd9\x38\x09\x54\x25\xa4\x0b\xd8\x0a\xc9\x4e\x2b\x90\x7e\x02\xd5\xf1\x6e\x23\xa8\x45\x7e\x86\x3d\xa8\xc6\x9a\x66\xc0\xa5\x62\xc1\x50\x0f\x06\x82\x45\x3b\x1c\x08\xfe\x94\x04\xa3\x65\x18\x1a\xe7\x84\x4f\x6b\x71\x08\xd8\xb3\x8a\xad\x80\xce\x01\xb5\x4e\x82\x78\x24\x1a\x8b\x83\x76\x53\xb9\xbd\xe9\x1e\xc4\xaa\x7d\x20\x3d\x33\xf3\xbc\xe4\x1a\x2d\x64\x54\x8c\x9b\x11\x7b\x48\x52\xf4\x23\x74\x18\x22\x0f\xc9\x54\x4d\x56\x43\x23\x15\xbb\x40\x72\xdc\x44\xba\x4a\x93\x53\x4d\xf8\x79\x26\xd2\x15\x07\xa3\x2a\x1e\xe0\x15\xf6\x11\x4a\x2b\x51\x24\x89\xbf\xa7\x49\x41\x07\x18\xfc\xb6\x75\x7c\x79\xe3\xe9\x59\x3b\x98\xaf\x4a\xf2\x9a\x15\xcc\x57\xb1\x9c\x56\x80\x91\x55\xcf\xbf\x53\x69\x20\x89\x09\xc5\x7b\x6f\x27\x4f\x3c\x67\x07\x43\xb1\xe6\xb2\x6a\x47\x10\xd4\x9c\xaf\x72\x03\xde\x31\xa8\x86\xbf\x5e\x32\xe3\x91\x4b\xcb\x69\x3f\xcd\x30\xb3\x5e\xae\x27\x3b\xe2\xa1\x9d\x8f\x88\x26\x7d\x5f\x9e\x13\x53\x96\x7b\x5b\xd7\x96\x36\x6f\x3c\xf6\x43\x99\x7a\xd5\x4c\xd2\xec\x95\x54\xd6\x1a\xeb\x14\xb2\x92\xe2\x66\xae\xca\x84\x1f\x95\x1d\x93\x60\x47\xa9\x8a\x39\x91\x8f\xc4\x23\xc5\xd3\xa2\x09\x77\x25\x6d\x8b\xf6\xbc\x7c\x25\x98\x45\xc8\x44\xbf\x82\xf9\xf7\x16\x38\xef\x14\xca\xa9\x1e\x45\xa0\x1c\xe6\x5b\xf7\xd7\xb7\x96\xef\x18\xab\x6a\x97\x78\x09\x11\xc0\xec\x61\xa4\x70\x40\xe2\x21\xba\x87\x14\x0d\x11\xfa\xeb\x06\x3f\xf3\x22\xdb\x50\x2a\xc9\x73\x77\x49\xbc\x9b\xd1\x5e\x28\x2a\x02\x9a\xa4\x44\x7e\xf1\xff\x3e\xf0\xe7\x8f\xb5\xbb\xce\xcb\x32\xf4\x57\xaf\x8c\x8d\x8d\xbd\x82\xe2\xd7\x2b\xed\x56\x3d\x6c\xe0\xc7\xaa\xcc\xe5\x65\xcc\x5c\xfd\x96\x0e\xd7\xf7\xe6\xab\xf0\xd7\x4b\x81\xe5\x66\xb8\x13\x7c\x2a\x42\x67\xa9\xa8\xd9\x2f\x33\x45\xe7\x2c\x1b\xbc\xbf\x28\x3a\xe3\x52\xb9\x3c\xa7\x74\x07\x60\x04\x6f\x70\x76\xf4\xec\x1c\x35\x36\x6b\x89\xb0\xa2\xac\xc9\x1d\x80\x09\x8c\x75\xb9\xc5\x80\x55\x5a\x30\xe3\xcd\xc5\x0b\xbd\xb5\x63\xd6\x67\xe0\xc5\x0e\x65\x84\x96\x45\x9b\x3e\xaf\x52\x0d\x86\xd4\x89\xdb\xd1\xd1\x15\xc7\x74\x27\xc5\x15\xc5\xfc\x0f\x55\x74\xb7\x1d\x36\x9c\xa8\x8c\x22\xca\xb7\x7d\x8e\x08\x59\x01\xbc\x61\x18\x90\xd7\x46\x2f\xa2\xba\x20\x3d\xb4\x7d\xd5\x3c\x62\xcb\x9d\x93\x2f\x5b\xd4\xa8\x8f\x17\x19\x38\xf0\x6f\xa5\x13\xf3\x40\xb8\xdb\x79\xee\xb7\xa6\x54\x5e\x46\xa4\x35\xb1\xdf\x14\x83\x60\xc9\xd0\x19\xf1\xea\xdd\xce\x38\x7a\x6c\x51\xd5\x5a\x26\x94\xb6\xaa\x1d\xdf\x8d\x11\x3d\x65\x09\xcd\xea\x80\x9f\xac\xdf\xa1\x7f\xb2\x0b\x95\x9a\xc7\x32\x9c\x9b\xc8\x70\x68\x93\x17\x9a\x8c\xbd\x2a\x3a\x1e\x7b\x59\x9b\x69\x48\x50\x4a\x31\x9e\xdd\x96\x53\xf7\x15\xfd\xdc\x7c\x5e\xb9\xef\xff\x9c\x77\xe0\xb3\xbd\xf5\x73\x64\x48\x47\x79\x30\x38\x84\x0c\x62\xf9\x6c\x6c\xc4\x3c\x50\x9e\x4a\x1e\xd3\xa8\x46\x87\xd2\x02\x92\xe6\x52\xf6\x24\x1a\x09\xe2\xf5\x24\x83\x0c\xb4\x2b\x15\x9d\x31\x2d\xee\x55\x09\xb9\xf3\xd9\xc3\x88\x36\x20\x43\x00\xf1\xd9\x5e\xf6\x65\x50\x0c\x18\xc6\x9c\xd7\x91\xd7\x08\x93\x2e\x93\x8f\xf5\xb2\x73\x15\x69\x52\xe2\xb6\xae\x09\x47\x0a\x69\xe0\x96\xf1\x9d\x36\xb4\xc3\x8b\x46\x88\xa5\x12\x79\xe3\x86\xe0\xa0\xb4\x07\x3c\x27\x35\x73\x81\x27\x23\xba\xa6\x87\x47\xd2\x61\xad\xfc\x1a\xd5\x68\xb4\x8c\xf6\xda\x68\xac\xcd\x6c\x4c\xaa\x0a\xea\x41\x1a\xe4\xc7\xd4\x91\xf7\x7b\x8c\x00\xbe\x62\xef\x73\xb3\x1e\x8d\x73\x1c\x4b\xda\x2e\x7e\xbe\xbd\xa1\xa2\xc1\xdb\x7b\x61\xea\x66\x54\xcd\x10\x0d\x4d\x7d\xde\x3b\xd1\x7f\xa6\x42\xf9\x98\xd0\x81\x24\x94\x2a\x42\xc8\xa9\x34\x52\xe3\x74\xd6\x88\x30\x03\x75\x3c\x8f\x9e\x3d\x77\x27\x29\x87\x9f\xad\x2f\x5d\xca\x55\x93\x92\xff\xb2\xb5\x60\x7c\x70\xe2\xde\xa5\xeb\x5f\xd7\xbf\x46\x72\x37\x39\xe9\x5e\x84\x54\x54\x04\xa3\x3d\x49\x9b\xc9\x64\xad\x3f\x9b\xb7\xb1\x38\x71\x37\x2a\x65\xd6\xb2\x67\x77\x0c\x4f\x69\xf7\x93\x1b\xa3\x32\xb3\xdb\x5d\x82\x55\x3a\x10\x90\x19\x80\x32\xdd\x2b\x59\x6c\xec\x1a\x88\xf2\x77\x39\x90\xa2\xcd\x35\x32\x40\x2c\xad\xee\x4f\x35\x74\x6d\x36\x72\xfb\x70\x25\xe0\x4c\xe7\xec\x3d\xc5\xa5\x44\xad\xd8\x6f\x8a\xf8\xbb\xe3\xdc\x8d\x92\x30\xeb\xa4\xb2\x85\x65\xd8\xc8\x42\xb5\x36\x34\x34\x30\xd8\x02\x09\x11\x83\x39\xb6\x5b\x15\x84\x49\x8e\xb5\xf8\x48\xf3\x5f\x5c\x0b\x6d\xa9\x01\x12\xb7\x6e\x2d\xf3\xdf\x6c\x2b\xe0\xda\xe2\x52\x01\x59\xa4\xba\x19\xe8\x7b\x0f\x56\x31\x29\x88\x76\x93\xee\xac\xa9\x08\x83\x29\x3d\x12\x75\x81\x32\x6b\x09\x7f\x51\xac\xca\x58\xda\x6b\xb5\x3f\xcb\x23\x56\xd5\xb8\x59\x07\x11\x08\x5d\xb2\x8b\x07\xf0\x67\xf0\x5f\xf0\xd3\x2a\x6f\x37\x6a\x43\xb5\xb0\xca\x35\x3e\xe7\x3f\xec\x3a\x38\x88\xe0\x9a\xa3\xf7\xfa\x57\x4e\x28\x0e\x66\x7f\x35\x00\xe4\x93\x16\xf9\x2c\xdb\x24\x13\xc3\x96\x62\x8f\x78\xed\x18\x80\x6d\xfe\x67\x29\x48\x55\xe2\x63\x31\xfd\x48\x5e\xb9\x09\x39\x1d\x40\xd5\x7f\xf8\xd3\xc7\xfc\x07\x79\x9d\x4b\x22\x05\x27\x56\x90\x6c\x89\xf2\x6d\x1f\xc8\xf6\x71\x57\xa5\x1c\x12\x81\x7e\x17\xdd\xa8\x07\x7e\xcd\x6a\xab\x3c\x94\x14\x25\x50\x02\xd2\x3c\xed\x3e\x8f\x5e\x6d\xaa\x0f\x15\x59\x28\xa3\x03\xd8\x5b\x82\x80\xd5\x13\xf8\x82\xaf\xbe\xda\x9e\x27\xea\x5b\x19\x75\x04\xf6\x83\x9d\x74\x05\x32\xf8\xf6\xc5\x53\x9c\xaa\xf0\xa1\xb5\x7b\xd6\xae\x66\x78\xf7\x0f\x30\x38\x97\x24\xf6\x81\xc0\x74\x60\xa2\x20\xd8\x7b\x61\xec\xe4\x3e\x41\xc5\x7e\x3c\x12\xa8\xfd\x43\x9d\x4b\x2d\xa1\x58\x90\x68\xdb\x5c\x6d\x57\x92\x01\x67\x15\x56\x5b\x25\xf9\x2c\x0b\x78\x70\x8e\x6c\x96\xaf\xdd\x3c\x42\x1b\x4f\xcf\xe1\xbd\xfc\xe6\x51\xef\xfc\x11\x23\x2b\x52\xae\x49\x7c\x8b\x5d\xfc\x1e\x61\xe0\xe4\x6d\xb6\x9c\xc8\x55\x04\xa8\x69\x24\xe5\x61\x15\x17\x18\x39\x57\x0e\x1e\xa7\x8a\x48\xe2\xf2\xb2\x04\x39\x2d\x85\xa3\x34\xe1\x29\x14\xfb\xab\x18\x6e\xc9\xfa\x84\x12\xaf\x79\x2f\x70\x58\x64\xf8\xb8\x79\xf1\xb1\x83\xb3\xec\xe9\xa5\x49\x9d\x2a\xca\x23\x6f\xaa\x7c\xac\x85\xf6\x2c\xfd\xcb\x0f\xd9\xa8\xc1\x06\x3d\xba\xca\x0a\xee\x24\xfb\xbd\x2e\x47\x79\x10\x25\x11\xa6\xf8\xdc\x78\xe3\xe1\x9d\xff\x9e\xb8\x95\x01\xbd\x7e\x30\x1e\x0b\xf4\x84\xfc\xb1\x08\x42\x12\x4b\x56\xfb\x74\x4c\x22\x69\x8e\xe1\x6c\xbf\xbd\xaa\xf2\x51\x4c\x10\xee\x17\xe6\x4e\xe1\x3f\xa5\x65\x07\x32\x8a\xcf\xec\x19\xdb\x97\x63\x49\xa9\xe7\xc1\x00\xeb\xdc\x73\x54\xb2\xd0\x79\x98\xcb\x80\xf6\x5f\x7c\x97\x37\x1e\xce\x90\xa9\xd8\x29\x63\x00\xe6\xc0\xb3\xb9\xd3\x6e\x87\xee\x65\x15\x3e\x5b\x57\x4e\xaf\x5d\x13\x5d\xa7\x09\x53\x68\x7b\x8b\x56\x73\xaa\xf1\xb1\xbc\x4b\x7f\xa1\x43\x0f\x3f\xc2\xf1\x33\x1d\x3d\x0f\x5a\xef\xa9\x94\x2e\x02\x55\x91\xfa\xd1\x14\x20\x7b\x20\x78\x37\x72\x9e\x00\x55\xaa\x95\xff\x4c\x8f\xe5\x3c\xb2\xe9\xa9\xed\x41\xcd\xec\xdf\x41\xd7\x96\x4d\x5b\xf0\xc9\xbd\x64\x95\x18\x73\x4e\xde\x50\x19\xe6\x6c\x7a\x96\xd1\x58\x03\x21\x3a\x2e\xbe\xab\x7e\x15\x0a\x5f\x44\xad\xe1\x83\x26\x15\xa6\x3c\x0c\xe9\x34\x98\x54\xa2\xd3\xf8\xb8\xc5\x4a\x72\xb4\xd2\xfa\x98\x7e\xbc\x58\x93\xba\x85\x15\x65\x72\x6e\xeb\xd6\x25\xf2\x45\x3f\x42\xdc\xc9\x11\x23\xcb\x8b\x78\x8d\x89\xe7\xa4\xa1\x96\xa2\x29\xac\x8d\xb6\xc0\x33\x42\xdc\x42\xa1\x19\x46\x4d\x40\x10\x6c\xa1\x8c\xe9\x04\x6b\xf8\xfc\x19\x8d\x86\x68\x04\xb3\xb5\x7c\x97\x53\x28\xf6\x67\x2e\xf7\x9e\x1d\xa5\xcc\x9d\x71\x51\xa7\x31\x2c\x50\x8e\x2f\x79\xed\x8a\x8b\x76\x32\x3b\x29\xda\x31\xab\x98\x15\x21\x08\x3b\xb6\x69\xa1\xca\x93\xa8\x17\x80\x5b\x64\x9b\xaf\x67\x27\xe9\xe4\xcf\x99\xf5\xd4\xde\xb2\x5b\x13\x3e\x9a\x80\x5c\xae\x98\x48\xe1\xb5\x6d\xd3\x33\x3b\xf5\x27\xf1\x3c\x14\x3a\xc9\x82\x0f\x3d\x94\x8f\x81\x74\x8e\x47\xe4\x44\xc5\x34\x56\x05\x5a\x56\x2f\x35\x6b\xa8\x06\xa2\x1e\x9c\xe8\x60\x16\x0b\x6c\x7a\xd1\xca\x18\x31\x11\x42\x94\x2b\x3e\x91\xd8\x4b\x56\x70\x3a\x0d\x88\xff\x86\x98\x74\x56\x6e\xd7\x7f\x2d\x14\xdd\xbf\x6e\xdf\x99\x9f\x08\xcb\x7e\x95\x48\x67\xc4\xd2\xa5\x3b\xa5\xc6\xfa\xed\x76\x99\x6e\x45\x8d\xb5\xf4\x25\xdd\x3d\x3d\x90\x6f\xe2\x09\x50\x6d\x5b\x78\x92\x0d\x8b\x18\x41\x10\x92\x2d\x0f\x0d\x85\x95\x24\x00\x26\x3a\xc0\x40\x46\x84\x82\x91\x17\xc2\xb7\x2e\x34\xec\xb1\xcc\x7f\x06\x52\xf3\xf4\xf2\x1a\x19\xec\x63\x25\x35\x52\x99\x98\x0c\xae\xdd\x7d\xee\x62\x18\xa0\x51\x4c\x8e\x31\x97\xc9\x5c\x6f\xe5\x9d\xcc\xad\x2d\x3b\x60\x45\x34\x76\x5b\xfd\x8b\x21\x8c\xd1\x0e\x3e\xc7\xb2\x21\x37\x94\xb1\x3f\x35\x44\x3d\xcc\x45\x19\x74\x9c\xbd\x08\x8d\xa4\xbc\x5c\x9b\xa9\xd9\xdb\x02\x67\x66\xd8\xe2\xac\x87\x7a\xb7\x53\xe6\x8b\x50\x86\x0b\x52\x1a\xdf\xb4\x58\x6c\xcb\x40\x2b\xbd\xb5\x67\xa2\x32\x70\xb4\x96\x34\xa9\xc9\x19\xa3\x58\xcc\xcc\x26\x53\x10\x6c\x3f\x20\xff\x8e\xd4\x9a\x25\x2b\x70\xf1\x47\xfa\x6b\xf0\x5f\xfa\xeb\x1b\xba\x11\x5b\xee\x14\xbd\x54\x81\x5e\xb1\x89\xec\xea\x47\x03\x36\xd9\xd4\x74\x0b\xb6\x5e\xca\xa8\xeb\x57\xd1\xc4\x55\x52\x0a\x3a\xdd\xf0\xbf\xa5\x56\x54\x0f\x8b\x6e\x4e\xd6\xd5\xde\x53\x60\x44\x7f\x34\x4b\xc8\x08\xaa\xe0\xf6\xe2\xd2\x41\x55\xc6\xc6\x29\xca\xa9\x5f\x7d\x05\x16\x03\x3e\x72\x86\x57\xfd\x51\x88\x30\x1d\x3a\xc9\x5d\x2b\x16\x65\xb4\xe6\xa6\x75\x77\x5e\xc3\x46\x34\x56\x34\x89\xb3\x98\x72\x33\xe9\x1e\xc0\x58\x0d\x92\xfd\x53\xbe\x38\x33\xe0\x4f\xc8\x42\x49\x5a\x84\xa2\xad\xb5\xf3\x14\x28\xe9\xda\xb9\x94\x70\x2d\x6d\x9d\xb4\x7d\xfe\x47\x32\xa1\x58\xf2\xa2\x07\xee\xf2\xfc\xca\x63\x92\x64\xa2\xa6\xc8\xfc\x34\x8b\x19\xd9\x53\xb4\xab\xef\x7d\x8e\xb0\xbd\xb0\xf8\xc9\x09\x7a\xf7\xfa\xda\x7a\xbb\x9d\x53\xce\xfd\xf2\x8c\xe0\x46\x7c\x9f\xcc\x9e\x32\x45\xe9\x50\x53\xb6\x82\x68\xfb\x6a\xa9\x8c\xea\xbf\x61\x5b\x9d\xe7\x8d\x57\xe5\x45\x19\x30\xe5\xdc\x49\xca\xb6\x81\xb9\xbf\xf2\xac\xb3\xf6\xb4\xf1\x2a\x94\x64\x7a\x2a\x2a\xb8\x64\x56\xf0\x2c\x6e\xeb\xf3\x01\xfc\x95\x8d\x53\xd3\x6c\x90\x6b\x98\xfc\x1b\x51\xdc\x43\xc3\x64\x7b\x4a\x3f\x93\x5a\x79\x55\xe3\x4d\x3e\x0d\xe6\xae\x6c\x3d\x10\xd9\x38\x5f\xf3\xb7\xc0\x70\xbb\xb2\xf8\xc0\xb9\xef\x5c\x69\x37\x9e\x82\x6b\xa9\x04\x06\xc8\xfc\xfa\x3b\xaa\x29\xa5\x82\x87\x2a\x27\xa6\xd7\x38\x26\x6b\x74\x83\x12\x52\x03\xe8\x00\x28\x26\x05\xb9\x33\x80\x5d\x35\xf3\x88\x33\x92\xb4\x64\x91\xae\x14\x64\x78\x39\xae\xd7\x88\x3f\x9c\x93\x50\x13\x19\xfa\xdb\x87\xde\x9d\x20\x85\x1f\xb0\xcc\xc7\x38\x60\x59\x7f\x62\x31\xc3\x47\x3b\xbd\x06\xad\xf0\x16\x3b\x01\x7b\x4a\x7b\x90\x2c\x2d\xdc\xb6\x2b\x87\xae\xa1\xd3\x46\x96\x1a\x90\x5c\xc3\xfe\x6b\x6f\x04\xfe\x7e\xa4\x50\x23\x6b\x13\xf9\xce\x3a\xd8\x51\x3b\xd5\xec\x8c\x17\xf7\x3e\x61\x1b\x75\xfe\x5b\x26\x9c\x79\x98\x0e\xaa\xcc\x99\x39\xe3\xbb\xbd\xcf\x5c\x63\x50\x2b\x89\xc2\xea\xee\x33\xb7\xa1\xd2\x47\x9d\x86\x2d\x9a\xe8\x38\x64\xcf\xc3\xf6\x93\x69\xe3\xd4\x55\x85\x42\x73\x56\xe7\x89\xc1\xb9\xb3\xd0\x98\x92\x0c\x4f\x49\x68\x77\x63\x2c\xa6\xdc\x30\x38\xec\xa8\x87\x23\x8c\xb5\xf4\x4e\x83\xf9\xc8\x42\xcc\x67\xc9\x41\x84\xef\xc5\x8b\x9f\xd2\xa7\x97\xac\xfe\x1b\x51\x83\x74\x2b\xf8\x78\x4b\x35\x0d\x8b\x98\x99\x95\x23\x9d\x4d\xc0\xd1\xb4\x08\x85\xa0\xdf\x97\x08\x39\x5c\x60\x87\x03\xcb\x31\x3e\x9d\x8e\xfd\x0b\x82\x96\x83\x85\x6a\x39\x1e\x19\x8c\xca\x94\x66\x75\xc2\x1c\x10\xda\xa6\x91\x92\x99\x2c\x74\x8d\x7d\x48\xc1\x96\x97\x74\xba\xeb\x9d\x13\x9f\xb7\x41\xce\x6a\x24\x92\x40\x5b\x62\xa9\x73\x4e\x94\x61\xad\x37\x25\x2f\xd4\xc9\x55\x1a\xda\xf5\x3c\x14\xb3\xf8\xa2\xed\xa8\xc5\x26\xb1\x85\xd1\xa8\x81\x83\x16\xc9\x50\x68\xc6\x09\xda\x6b\x39\xcb\xfe\x11\x7f\x72\xea\x32\xfa\xfb\x43\xf8\x55\x48\xa2\xa4\x5c\x2f\xf6\x4e\x4f\x6f\x2d\x4d\xbf\x11\xec\xaf\x16\xcc\x46\xd0\x63\x0a\x1c\x4f\x0d\xfd\xd1\xee\x41\xb9\x55\xa4\x9d\x23\x62\x11\xb3\xec\x66\xe3\x70\xa4\xa3\xf4\xde\xd3\x76\xa7\x1b\x58\x13\x5c\x27\xd4\xcc\x05\x1c\x70\xf7\x51\xd6\xd0\xec\xc1\xca\x89\xab\xf4\xa3\x93\x49\xb7\xbd\x16\xbc\x39\x48\x0f\x08\x83\x18\x15\x5e\xce\xe6\x65\xeb\x23\x1f\x8c\xfd\x45\xa7\xe9\x7b\xd9\x69\xeb\x9c\x95\x53\x64\xa5\x12\x70\xbf\x4b\xec\x34\xfb\xe3\xd6\xb5\xd9\xde\xcc\x39\xb7\x9a\x21\x3f\xce\x34\x28\xd2\x95\x5b\xd3\x44\xa4\x73\xbf\x3f\x55\x80\x90\x91\x32\xcd\x5d\x85\xc9\x64\xef\x7e\x97\x78\xf9\xa9\x25\x8b\xd6\xd2\xfd\x4e\x8f\x1d\x64\x4c\xd0\x3b\x3a\x65\x17\x89\x34\xe7\xd6\xce\x08\xd5\xe1\x56\x90\xb0\x5b\xfe\x44\x8d\xcd\x05\xec\xe3\x9a\x5b\x2a\x78\xc6\xdf\x47\xcf\x77\x3a\xab\x6d\xff\xc1\x13\x74\x54\xb5\x9e\xd4\x02\xdb\xcd\x28\xdb\xd5\x2c\x03\xae\x59\x55\xa4\x54\x08\xca\x62\x31\xab\x62\x3c\x56\x4b\x28\xae\xf3\x23\x89\x7b\x3e\xd5\xc9\xac\xd7\x6a\x83\xb4\xb4\xba\x80\xba\x7c\x53\x8c\x11\x30\x30\x86\x0b\x25\xa1\x8b\x28\xc7\x82\x9b\xcd\xee\x84\x97\x6d\x2e\xf8\xf3\xdb\x50\x29\x30\x41\x7b\x69\xc3\x77\xec\xd1\xd2\xda\xec\xd4\xb3\xd6\x2b\x9a\x21\x52\xac\x8d\x6b\xaa\x63\x06\x15\x66\xa9\xd6\x20\xdb\xa6\xb2\x51\x88\xc4\x45\x7c\x36\xf1\x2d\x57\x33\xf2\x4a\x69\x66\x5c\x65\x75\xda\x43\xdf\x56\x9a\x6d\xc3\xc9\x67\x8c\x97\x4e\x03\xb5\x2b\xcb\x96\x1a\x9e\xe8\x27\x52\xd2\xda\xe1\x34\x6a\xef\xa6\xb3\x90\x4d\x51\x9e\x04\x04\x88\xf3\x56\xde\xad\x1d\x7b\xcd\xf3\x0f\xda\xa5\xf7\xbd\x70\xa0\xa9\x81\x89\x33\x6a\x0c\x33\x75\x47\xeb\xb6\x54\xac\xad\x7b\x2a\x5f\x64\x3a\x8b\x8f\x3b\x1d\xb4\x17\x97\x97\xd8\x1d\x56\xea\x0c\xa8\x57\xfa\x36\x79\xd6\x6a\xc7\xaa\x56\x58\x89\x5a\xd5\x38\x48\x46\xca\x49\x50\x8f\xe2\x84\x1e\x80\x28\x18\x18\x47\x7e\xcc\xf5\xba\x1a\xb0\x46\x1c\xae\x25\xa5\xe1\x8a\x2c\x2d\x35\xf9\xc5\x2e\x67\xa6\x15\x1a\xf2\x90\x26\xff\x83\xfd\xa0\x47\x2a\xc2\x05\xff\x0d\x34\xbb\xff\x4c\x10\x4c\x33\x2a\x26\x06\x98\x35\x72\x90\x39\x34\x8d\x7b\x24\xe7\xf4\x5a\x61\x3c\xde\xa8\xa0\x3a\x1d\x73\x0f\x93\x05\xd3\x0b\x03\xf0\xeb\xd5\x80\x83\xc4\xd7\xfe\x16\x92\x89\x0e\x2a\xd3\x3d\x3b\x87\x63\xa7\xac\x2c\x91\xb2\xa8\x5f\xd7\xa7\xb7\xee\xdc\xea\x7d\x7d\xf2\xd7\xf5\x4b\xe4\xac\x43\x76\x26\x3a\x43\xb9\x05\x04\xd8\xe0\xd7\xf5\x13\x3b\x4e\x25\x73\x2f\xac\xa4\xb8\xb6\x5e\x18\x45\x85\xfe\xdc\x65\x7a\x7b\x4a\x85\x64\xce\x1c\xc4\x32\x26\xcc\xba\x21\x01\x97\xdb\x94\xc5\xc2\x29\xc7\x4e\xd9\xf9\xf4\x60\xd9\xb6\xcd\xbe\xd1\xb6\xab\x9c\x26\x5e\xa4\x39\xe2\x43\x4f\xe9\xd7\x93\xdc\x7d\xb0\xa7\xb8\xc3\x65\x4e\x4f\x15\x59\x7d\x99\xaa\xb9\xcb\x66\xce\xe9\xe8\x2d\x16\xa3\x84\x8f\x34\x2d\x18\x1a\x7d\x29\x8b\x76\x4a\x19\xd4\xef\x2e\xad\xf7\xa6\x4e\x71\x56\x6d\x9b\x44\xb4\x5b\x68\x00\x54\x1a\x8e\x5a\x51\x3b\xa9\x35\x42\x93\x9c\xff\x7d\xf5\x29\xa3\xfa\x28\x30\xf0\xad\xf1\x52\x9b\x02\x9a\x58\xe9\xfc\xd9\x3e\x7d\x99\x9f\xbb\xb6\x8f\xcf\x59\x4d\x89\xbb\x54\x0d\xf1\x11\xa8\x42\x8f\x86\x59\x21\xb9\x17\x74\x47\x44\x6e\xa7\x5d\x7e\x53\xba\x88\x06\x93\x32\x4c\xae\x5a\xdc\x3e\x7a\x0a\xcd\x90\x4c\xc8\x73\x69\xeb\x0e\xdf\x8c\x28\x47\x55\xa9\x0e\x27\xd2\x6e\x96\x70\x8b\x62\x0e\x7b\xcb\x41\x69\x9f\xb3\x55\x54\xef\xf2\xd5\xfe\xb9\xbb\xe9\xd1\xd4\x84\x75\x43\x19\x04\xa6\x0f\x73\xcf\x6b\x85\x21\x70\xfd\x16\x18\x42\xee\x9b\x67\xa9\x16\x6a\x67\x47\xc2\x72\x33\xbd\xaf\x67\xe8\x28\xe7\xb3\xf6\x95\x1a\xec\xba\x27\xd2\x41\x90\xb3\x3b\x76\x27\xb5\xaa\x4a\xb1\x48\x09\xbb\x25\x69\xd9\x6f\xe9\x80\xec\x16\x8b\x3c\x59\x95\xf6\x20\xd5\x3e\xa7\xb1\x3c\x8f\xa3\xe8\x95\x6a\x82\x26\xc9\xb4\x7b\xde\x3d\xf0\xbb\x8a\x06\xff\x77\x58\xc1\x88\x92\xa6\x0b\x54\xfb\x9d\xb7\x03\x11\x59\x6d\x06\xa3\x28\x01\x61\x1f\x1a\x82\xa8\x41\x1e\x00\x1c\x52\xe7\xbc\xe2\x2d\x1f\x99\x90\x16\xf8\x9e\xc8\xb8\x02\x6f\x6b\xd6\x79\x70\x1f\xbb\x1d\x88\xd5\x49\xde\x96\x8e\x62\x3e\x2b\x98\x52\xab\x5d\x49\xda\x80\x5a\x64\x5e\x1f\x1d\xc0\x4c\x58\xfd\xc5\x99\xed\x89\xef\xc8\xe5\x69\x35\x6b\x16\xa9\xc6\x79\x33\xf1\xba\xb3\xbb\xa8\x60\x3e\xb3\x8c\x09\xbc\x83\xdf\x77\x9f\x41\xaa\xb9\x9e\x02\x8c\x0f\xb3\x30\x53\xf0\x3a\xb4\x6f\x6d\x2b\x02\x92\x8f\xcc\xc2\x60\xbb\x72\x28\x4c\x30\xde\xc4\x48\x89\x8c\xcf\x4c\x77\xdd\xa9\x39\x4b\x48\x27\x19\x12\xcf\x6e\x05\x8d\x0b\xaf\x9e\xce\x09\xfb\xbf\x90\x05\x88\x40\xca\x47\xc3\xa4\x4c\xb6\x8e\xba\xfb\xf7\xdf\x21\x83\xea\xe7\x96\x27\xce\xf9\xde\xb3\x79\x9b\xb1\xc7\xb8\x89\x25\x91\x75\x05\x53\x20\x9b\xaf\xbb\x60\x0d\xb9\x13\x56\xe5\x37\xcc\x0a\x63\xc9\x33\x97\x51\x19\xaf\x60\x48\x85\x1f\xae\x01\xfa\x40\x0c\xfd\x0e\xa9\x5b\xe8\x79\x1a\x81\x7a\xc5\x6a\x44\xb2\x3d\x34\x22\x5a\x00\xf2\x0a\xb4\x80\xea\x94\xb3\x88\x8d\x14\x5c\x3a\xc0\xd8\x59\xd5\x7f\xff\x1d\xcc\x24\x7a\x71\xb2\xd7\xb9\xd2\xbf\x73\x3d\x0b\x09\xeb\xfa\x4d\x0c\x1c\xb9\x87\x06\x6a\x3e\x5c\x7f\xf3\xf2\x4f\x6c\x94\xef\x36\x74\x8f\x82\x11\xe7\xfb\xef\x30\x07\x26\x18\x93\x95\x2f\xec\x15\x2d\x99\xb6\x01\x80\xc9\xa8\xdd\x18\xe3\xb1\x16\x8f\x5e\x03\xc9\xc0\x9d\xdb\xa0\x41\x88\x7a\x9c\x95\xb0\x55\x29\xd9\x43\xcc\x42\xa4\x01\xca\x7d\x22\xee\xf1\x17\x25\x77\x54\x7d\x97\x0e\x4c\xaf\x28\x55\xd2\x61\xd3\xb9\x20\x93\x09\x95\x32\x49\x33\x51\xcc\x8c\x18\x28\x75\xc8\x21\xa7\x15\x0e\xa3\x96\x8c\x43\x7b\x0c\x8d\x17\x37\x2f\x3e\xd9\x9e\xfd\x51\xbb\x43\x7b\x16\x89\xec\x66\x66\x2d\xdf\x32\xd7\x4e\x2f\x7f\x8f\x01\x0c\x29\x89\x3a\xf5\x68\xdb\x7b\xca\xe2\x49\xc6\x64\x93\x63\x49\x10\xa8\x8c\x34\xa5\x06\xe5\x90\x73\xd2\xc7\xd9\x4d\xeb\xd1\x70\x4d\xe4\x6d\x69\x6e\x6b\x20\x4e\xab\x63\x68\x96\xe3\x78\x0c\xc4\x03\xf3\x82\x45\x2e\xdd\xc8\xe6\x51\x04\x38\x9c\xea\x33\x4a\xa6\x25\xbf\x7d\xbf\x44\x01\x22\x66\xd2\x18\xc9\x58\xe1\x1d\x33\x12\xd1\xb3\xb1\x9f\x23\x17\xe5\xb2\x64\x66\x73\x72\xd3\x2f\x03\x3f\x66\x6f\xdb\x68\xf9\x2b\x49\x66\xa6\x52\x4b\x7e\x24\x49\x24\xad\x50\x13\xef\xa8\x7c\x92\x1f\x62\x3e\xc9\xbc\x96\xac\xe0\x7e\xf1\x40\x98\x04\xaf\xbc\x86\x06\x1d\x18\x30\x69\xb8\x1e\x0d\x96\xd1\xb6\x8e\x02\xd2\x71\x42\xca\x97\xa4\x87\x5a\x5c\xf2\xa0\xda\x4d\x78\xef\x0b\xec\x59\xa0\x89\x7d\x30\xd8\x67\x27\x5b\x46\x9b\x22\xfb\x6d\xd2\x55\xa8\xdf\x50\x10\x80\x96\x41\xe8\xc4\x59\x62\x2f\xce\xfc\xbe\x82\x94\x1b\xb0\x1b\xea\x6f\xa7\xfe\x6b\xa3\xcd\xa8\x95\x70\x2e\x43\xb6\x8c\x91\x43\x22\xbf\x6c\xf3\x52\xc0\x46\xc2\x54\x39\xa0\xca\x4e\xee\xce\x4c\x08\xf2\xb7\x4f\x12\xc6\xa5\x60\x47\xbb\x47\x71\x27\x99\x86\x2d\xb9\x09\xbb\x05\x19\x60\x68\x66\x0c\xf8\xa1\xd2\xd4\x39\xb5\x55\xd2\xc2\xb4\xf8\xa9\x5e\xb8\xf0\xed\xc1\x17\x46\x94\xca\x40\x3c\xe6\xac\x60\x45\xab\x2a\x18\x54\xca\xcf\xcf\x9e\x0d\xc6\x82\x42\x23\xc1\xb4\x92\x85\x93\x87\x58\x76\x8a\xf6\xf3\xc9\xa2\x9e\x92\xaa\x80\x44\x8a\x2d\x07\xb4\x9d\xb2\xed\xa6\x91\x1b\x51\xd9\xda\x4e\xc7\xfc\x33\x05\xd4\x7b\x08\x8a\x09\x0b\x89\x07\x28\xe6\x86\x4d\x64\xf4\x12\x7c\x0a\x43\xd5\x6d\x7a\x41\x1f\x7c\xbb\x46\xfa\x98\x69\xd6\xc8\xcf\x05\x44\x23\x7c\xb2\xe6\x1f\x93\x3f\x34\xb7\xcc\x49\x44\xee\x4e\x8a\xbf\xec\x60\xdb\xc2\x15\x38\x75\x6e\xcc\x99\x20\x01\xd6\xf9\x2b\xe6\x80\xe4\x7c\xb9\xea\x8b\x9b\xe3\x8f\x1e\x35\x04\x8f\x3b\x4b\x60\x4c\xee\x4f\x9b\x6b\xbb\xb1\x9e\x2d\x27\x15\x79\x42\x92\x5a\xd6\x1a\xf8\x8b\x97\x38\x8a\x3f\x86\x14\xa4\xad\x2a\xc1\xda\xaa\xf2\x55\x99\xa7\x7e\xce\xff\xda\xd3\xa4\x5e\x14\x9d\x72\xfb\xa2\x72\x8b\x10\x21\xf1\xe1\x92\x2c\x47\x3b\x2e\x19\x89\x28\xbc\xc2\x65\x09\xac\xc0\x1f\x11\x81\x14\x75\xec\x00\xf9\x48\x1a\xd9\x2a\x76\x72\x5a\xf9\x0a\x9e\x08\xde\xfd\xd8\x2e\x55\x34\xce\xad\x23\x7a\x89\xa9\x35\x79\x8a\xca\x68\xa0\x88\x22\xab\x73\xde\xd0\xf1\x3e\x9d\x86\x78\xbf\x2f\xcd\xf7\xe6\x1e\x50\x1c\x56\x06\xff\x4b\xa8\x8e\xf9\x6e\x7d\xf3\xa7\x53\xbe\xeb\xd2\x09\x76\x6c\x12\x74\x9a\x46\xc9\x56\x64\xc5\x65\x65\x3a\xec\xbe\xad\xc9\x51\x20\xd7\x26\x69\x28\x84\x51\xe1\x97\x46\x93\x95\xc2\xaa\x08\xfb\xf3\x39\x86\xed\xd3\xfb\x52\x4e\x38\xba\x5e\x68\x9c\xb4\x3f\x97\x1f\x81\x2e\xcb\xad\xeb\x3c\x79\x7e\x88\xe6\x49\x01\x65\xe3\x54\x44\x12\xf3\xd0\xbc\x82\xb1\xec\x31\x44\xfa\x50\x2d\xac\x57\x83\xc3\xe5\x3a\xe6\xd7\xb1\xe3\x07\x0e\xa4\xfa\xb7\x80\xb3\x77\xef\x6a\x7f\x62\x31\x55\x23\x6e\xb7\x74\xa5\x3b\xf3\x39\x95\x00\xa8\xea\xc5\xf7\x08\x29\x60\xa8\x44\xa7\x16\x47\xa7\xe5\xdd\xf0\xa2\xd3\xaa\x7e\xe8\x9d\x5b\xea\xbd\x8d\x7f\xe4\x54\x1c\x45\x52\x5d\x8a\xcb\xc5\x8f\xe2\xe0\xed\x6a\x70\xe0\x6d\xf9\x1e\x8f\x26\x4d\x4e\xec\x7c\xe0\xa3\xcf\x3e\x09\x54\x76\x67\x95\xae\xd9\x54\x22\x20\xa7\x3a\x3e\xa4\x63\x29\x41\xbb\x94\xba\x20\x2f\x76\xbf\xe2\xa7\x8a\xa6\x2b\x29\xf3\x5e\x7c\xd7\x4d\x5d\x2a\xaf\x9d\x82\x6e\x3e\x40\x60\x03\xf4\x19\x02\x47\x0c\x24\x1a\xe4\x4d\x4c\x63\x50\x6e\x8c\x07\xd2\x62\x20\xf8\x08\x98\x9e\x5a\xb3\x1e\xaa\x2f\x18\x3d\xa5\x0d\xc7\x3b\x08\x87\x1e\x36\xcb\xe8\x06\x54\xc5\xf4\x5e\x94\x4a\x36\x78\xe1\xe5\x17\x06\x1c\x84\x52\x4a\xea\x71\xf1\xb3\x0f\x0f\x04\xe6\xc6\xa8\x60\x9b\xc6\x70\x50\xb6\xe0\x50\xad\x89\xd5\x4b\xe8\x7c\x0c\xec\x39\xb4\x22\xd0\x5e\x36\xf4\x7f\xf2\xcc\xe6\x95\xce\xe6\xb9\x9b\x0a\x3d\xa0\x4d\x49\xd8\x3a\x5c\xab\x08\x24\x7d\xf2\xf6\x47\x76\xb0\x23\x83\x77\x64\x32\x94\x9d\x40\x89\x01\xc5\xad\xe3\xcb\xbd\x99\x73\x2c\x05\xe4\xce\x0a\x16\x2f\xca\x90\xfb\xe6\x3c\x88\x79\xe7\x63\x16\x95\xa7\x76\x07\x91\x8d\xd7\x5c\xa1\x4e\xf5\xbd\x0b\x33\xa8\x51\x7a\xda\x2d\x94\xbb\x48\x4b\x18\xb9\x2e\xe6\x36\xee\xd6\xdd\x69\xa8\x34\x26\xd1\xbb\xda\x17\xdb\x1d\xf9\xeb\x15\x36\x4c\xf0\xba\x1d\x5b\x52\x11\x05\xc5\x75\xd9\x55\x4a\x4c\x3b\xc8\xee\x49\x88\x43\x5e\x25\x71\x19\x70\xfa\xda\xc5\xd0\xc9\xee\xc5\xe6\x62\xf4\x21\xec\x81\x79\x61\x43\x02\xa5\x10\xd6\x66\x05\x8e\x42\xb8\xbf\x38\x43\xe9\x94\xb9\x6a\xb9\xd9\x54\xde\x66\xd7\x89\x2f\x58\xf6\xec\xda\x11\x0e\xad\xba\x87\x89\xd9\xc8\xae\x4a\xd4\xe6\xb4\x3c\xa9\xb0\xc1\x82\xd5\x52\x45\xcd\xc8\x69\x49\x41\x34\xa4\x7a\x16\xa5\x95\xa2\x68\x68\xa8\x5e\x6b\x84\x98\xb8\x4a\x12\xe9\x9d\x33\x99\x99\x55\x8c\x14\xdd\x4f\x2d\xa6\xab\x83\xfa\x6c\x52\x01\x63\xd2\xe3\x15\x65\x40\x40\xd6\x07\x22\x66\xda\x61\x6c\xe8\x02\x49\x0f\xad\x36\xe9\x34\x5b\xf2\x6a\x6b\x4c\x3f\xac\x72\x9a\x8a\x2a\xf7\x66\x40\x7c\x5d\x2b\x8a\x12\x95\x3d\x3d\xf5\x8c\xc6\xf3\xc1\x3f\x91\x4e\xeb\x13\x44\xdb\x87\x4a\x89\xb3\x18\xeb\xe6\xdb\xdf\x5e\xdc\xbc\x74\xc4\xf3\x15\xcd\xe9\x01\x16\xeb\x37\xe7\xc5\x06\x79\xed\x03\x6f\x0a\x95\x56\xad\xa9\x63\xab\x3c\x52\x4f\xcd\xf3\x22\xc6\x32\x79\xd0\xcb\xc4\x3c\x3f\x02\xfb\xb4\x5f\x2a\xe2\x02\xd2\x76\x25\xd1\x7b\x7b\x57\x1d\xd4\x10\x9a\x61\xd5\xe1\xc1\x29\x54\xf6\x58\x3f\x53\xe0\xb1\x5f\xa6\xc0\x66\x1f\xcd\x57\x99\x5f\x7a\x36\x71\x5c\xe7\xc3\x3c\x70\xe0\xc3\x20\x0d\x4c\xa6\x82\xa2\x45\x2f\x76\x27\x66\x31\x91\x1e\xe6\xc8\xe9\x4e\x90\x43\x4b\xe7\x39\x3e\x0d\x99\x26\xb2\xf1\xf6\xc6\xca\x57\xdd\x09\xb2\x19\xfb\xe2\xbf\xd6\x6b\x49\xf8\xfa\x3e\x0a\x04\xba\x2f\xa9\x55\x07\xf7\xbd\x64\x5f\xe7\x1a\x39\xbf\x3a\xf7\xf9\x6c\xd6\x3e\x69\x3d\x51\x88\x7c\x45\x49\x5c\x14\x8a\xdb\x97\x9f\xf4\xee\x9c\xd6\x4c\x86\x76\x4e\x40\xe4\x44\x52\x55\xea\xca\x28\x42\xa3\x49\x4c\xce\x0d\x21\x8f\x6c\xae\x2d\x46\x0e\x2a\x78\x3c\x37\x9c\xba\x42\xe7\x7a\x5f\x3b\x7a\x3b\xfa\x18\x3d\x6b\x4e\x01\xa8\x52\x02\xb2\x3b\xa8\xc9\x1c\x78\x43\x3a\xb8\xd5\xe9\xdf\xd3\x8d\x84\x2e\xb2\xba\x99\x9d\x53\x8a\xb6\x2f\x0a\x09\xd3\xec\x66\xa9\x4d\xed\x6c\x42\x99\x9e\x06\x6d\x99\x28\xd8\xf4\x5e\x89\x7d\x95\xb7\x3f\x14\x03\xa1\xf6\xb7\x90\xb3\x29\x51\x12\x82\xbb\x73\x12\xf7\x40\x69\x66\x1f\x93\x15\xcb\xe4\xe2\x0e\xb1\xb2\x52\x6b\x69\x82\xe4\x55\x2e\xbe\xc3\xff\x66\x10\x76\x85\x50\x39\x7e\x0c\xba\x43\x97\xea\x6c\x8e\xa0\x1f\xe0\x4d\x1c\xf7\x55\x6e\x2d\xc9\x6a\xd0\x5c\xc4\x0d\x47\xa3\x77\x3f\x0e\x13\x23\x46\xd8\x9d\x7a\xc2\xc3\x0e\x5d\x23\x4e\x7f\xa2\xd3\x9d\x53\xbf\x2a\xdc\x96\xc0\xad\x44\x6f\x11\x6b\x6d\xa9\x43\x81\xef\x4a\xf5\xb0\x31\x8c\xf7\x44\x82\xbe\xe3\xd1\x6d\x9f\x7b\x00\x14\x4e\x6f\x3b\xc7\x75\x21\xd5\x30\x20\xf3\xa2\xc4\xd1\x12\x64\xf0\x1d\x2d\xec\x96\x35\x74\x16\x3f\x66\xc1\xbc\x70\x62\xd6\xb1\x5b\xe4\x52\x0e\xfe\x76\x16\xb9\x94\xaa\x4a\xe0\x74\xa1\x69\xc1\xab\xa5\x60\x05\x2e\x7a\x54\xfc\xe0\xbd\x0f\xff\x4c\x67\x74\x95\x25\x3a\x86\x05\xaf\x45\x06\xc2\x92\x92\x6c\x1c\x27\x85\xd9\x18\x8d\x0d\x7f\x64\x55\x6c\xcf\xe3\x2e\x86\x2b\xf8\xc2\xb3\x14\xf2\xb5\xd2\x28\xc7\xbd\x47\xfe\xb6\xc8\x1d\xac\x02\xd8\x12\x7f\xe0\xd4\x66\xb3\xad\x09\x7a\x42\x23\x81\xc4\x69\x44\xaf\xb3\x87\xcb\x75\xbf\xd5\xf6\xf9\xb3\xdb\x97\xbe\x49\xcd\xa6\xe1\xd7\xeb\xff\xf3\x26\x70\x52\x06\x55\xb2\xb5\xaf\x9e\xf7\x13\x55\x51\xd8\x0c\x77\xde\xaa\x7a\xb3\x15\x1d\xae\x91\x45\xac\xdb\x40\x2b\xf1\x58\x12\x9f\xb0\x66\xaf\x9a\x18\xb0\xf1\x6b\xa6\x77\x09\xa0\xbf\x16\x2a\x76\x6b\x4d\x45\xca\x5f\xb7\x58\x2c\xc1\x03\x78\x1f\xb9\xb6\x53\xd1\x30\xc0\xb9\x88\x61\xb8\xa2\x77\x54\x3d\xe9\x04\xee\x56\xaa\x35\xd7\x6b\x43\xfc\x46\x9d\xb1\x4b\x8a\xa5\x3a\xa7\x6f\x98\x6a\x3d\x92\x24\xcd\x98\x83\x8b\x7d\xf0\xd9\x67\x9f\x1c\x08\x98\xe8\x79\x4b\xb4\xfb\x76\xa6\x9f\xdf\x71\xb3\x46\xaf\x85\x6a\x3b\xd9\x91\xd0\xdd\x3f\x55\x45\xe8\xa1\xd4\xb1\xc9\xa1\x8f\xa5\x87\x5b\x9a\x2e\xdc\xa5\x1b\xad\x48\x43\x2e\x39\x43\xb6\x49\x9f\x28\x47\x7c\xf0\x4e\x11\x6b\x30\xf7\xa9\xd8\x29\xc5\x28\x28\x1b\xdc\x81\x4a\x0b\xe8\xdf\x3b\xf0\x9f\x40\xdb\x27\xea\x32\xfb\x8a\xab\x6f\x31\x00\x77\xb5\x5d\x17\x3e\xeb\x1e\xf1\x87\x37\x99\xfa\x98\x76\x92\x58\xba\x77\xf9\xaa\xfe\x66\x67\xa2\xb6\xbf\x87\x5f\x85\x95\xb6\xb6\x59\x70\x9e\xd1\x4c\xd3\x88\xe3\x18\x53\xa1\x7a\xac\xe7\x58\x33\x68\xa6\xaa\x2b\x3a\x39\xbe\xd4\x7c\x61\x4b\x13\x4c\x73\xd6\x83\x9d\x99\xbf\xd9\xbf\x38\x99\x39\xb4\x74\xce\x6f\x8e\x6f\x14\x94\xf5\xb2\x32\x0e\xe6\x3f\x01\x56\x10\xb3\xa5\x0d\x9a\x55\x6d\x0a\x92\x52\x0d\x13\xa4\xcd\x3a\x4b\xda\x49\x7a\xf6\x3a\x41\xa1\xdd\x4d\xe4\x33\x09\x9b\xa2\x5a\x22\x91\x64\x7f\xe0\xeb\xb6\x81\x95\x99\x07\xa5\xaf\xc7\x87\xdb\x22\x1b\x3e\x72\x8c\x0c\x5d\x0e\x4b\x37\x35\xb4\x75\x0e\x57\xda\x5a\xfc\x1e\x25\x3f\x55\xb5\xd6\x60\x06\x98\x1b\xe0\x43\x4e\x6f\xee\x14\x26\x71\x30\x7d\x91\x70\xc8\xe5\xf8\x1a\x4f\xbd\x6c\x7f\x77\x74\xf3\xf2\xaa\x91\x36\xbd\xda\xce\xb8\x48\x13\xd5\x73\x9f\x57\xdd\xe3\x8c\xed\xcf\xa5\xd7\x52\x2f\x8f\xd6\xf2\xf4\xc9\xaa\x6f\x51\xb3\xf8\xe7\x26\x72\x44\xfe\xbc\xb5\x4a\xdd\x3f\xa7\xbd\x09\xa6\x5f\xf0\x59\x1c\x54\x3e\xfa\xfc\x78\xe1\xc5\x40\x77\xa3\xaa\xed\x8f\x25\x6c\x64\x3a\xdf\x7e\xa1\x15\x36\x74\xee\x09\x95\x87\xf4\x35\x93\x87\x94\x5f\x12\x52\x59\xdf\x55\xd2\xf7\x40\xc5\x6b\x30\x63\xb3\x57\xbe\x1d\x08\xa8\xa0\x53\x70\xe3\x18\x4e\xe2\x57\x4c\xf6\xfa\xbf\x0e\xaa\xe9\x79\x49\x61\xe3\x56\xe5\x55\x3f\xcb\xbc\xe7\x47\xe7\x2c\x45\x36\x84\x93\x97\x7f\xc9\x16\xe1\xf6\x4e\xbc\xca\xca\xf6\x57\x71\x4f\xf6\x63\x82\xd9\xdf\xab\x45\x60\xb2\xc2\x19\xe5\x1c\x82\x7d\x7d\xa9\x3a\x73\x13\xde\x66\xa6\x95\x74\x86\x90\x44\xb6\xbc\xeb\x6a\x00\xbd\xf3\x5f\x16\xdc\x0c\xeb\xbf\x69\x92\xc8\x83\x1b\x93\xf6\x2f\x0b\x19\x69\x2f\xff\x07\x13\x4c\x65\xc6\xe4\x6d\xd0\xc1\xec\xb3\xc1\x8c\x01\xc6\x40\x0b\x06\x70\xb5\x41\x6f\xbf\x9a\xfb\x43\x15\xdd\xde\x3a\x2f\x8a\x07\x99\x94\x87\x33\x60\xc2\x02\x2f\x46\xfc\x77\xfd\x8c\xc1\x0e\x70\x58\x07\x99\x0f\x1d\x26\x4b\x33\xe7\xca\xe5\xb8\x36\x64\xcb\x11\x50\x4e\x4b\x13\x2b\x09\x29\x15\xa7\x8b\xd6\x98\xb0\xf0\x45\x12\x45\xf5\x83\x85\xf2\x30\xba\xe0\x9c\x2a\x60\xee\x4e\xe3\xce\x8b\x97\xa4\x20\x7f\x15\x5e\x8b\x8b\xaf\x05\x9b\x8b\x67\x30\x85\xd6\x6b\xa3\xf0\xbb\x37\x4d\x99\xc1\x5e\x1b\x81\xdf\x8c\xc2\xe9\xcf\x2a\xfe\x39\x7f\x93\x7e\x8f\xc1\xef\xed\x89\x7b\xaa\x08\x68\x00\x7c\xe8\x4e\xfd\xd2\xbf\x32\x4d\x1f\xc6\xb1\x9b\x47\x3f\x49\xb9\x04\xb3\xc6\x54\x9c\x32\xce\x68\xad\x01\xb4\x82\xbe\x90\x69\xd2\x2a\x7e\x1c\x89\xda\x2d\xce\x77\xae\x07\xad\x96\xc7\xf9\x0b\x8f\x3b\x16\x86\x87\xe8\x6f\x33\x36\x0c\x9d\x8c\xc4\x9c\x4b\x5d\x0d\x3f\x1e\x96\xb9\x23\x98\x02\xfe\xdd\x2a\x8f\x95\xd4\x1c\x60\x02\xf4\xb7\x9a\x01\x0c\x0f\x9b\x55\x6d\x45\x4d\x4c\xd6\x73\xb0\xa0\x52\xb8\x39\xb9\xdb\x28\xcc\xb4\xfb\x9e\x4b\x42\xd1\x1d\x31\x10\x33\x21\x47\xd7\xb4\x2b\xba\x78\x1c\x19\xc7\x05\x1d\xcb\xd6\x12\x3f\x55\xae\xcb\x5a\xa3\xd9\x56\x1a\x17\x13\x6a\xe6\x06\xf5\xed\x06\x2d\xc3\x41\xd2\x5d\x3a\xe1\xd7\x7e\x5d\xff\x67\x81\x14\x40\x00\x02\xa5\x41\xe2\x67\x5c\xbd\x8f\x96\x52\x5f\xfc\xfb\xdf\xc9\xbe\x1a\xc4\xd9\x7f\xfc\x23\xf8\xe8\x0f\x2f\x05\xe2\x9c\x3c\xd1\x41\xb9\xf6\xc6\xa2\x53\x75\xb4\xfc\xd5\x1f\xbd\xda\x00\x6f\xbf\x1c\x45\x3b\x5e\xcf\xa7\x42\x3c\xc0\x52\x11\xce\x84\x7c\x15\xfe\xff\x00\x00\x00\xff\xff\xbb\xd0\xa1\xa2\x65\xe1\x00\x00")
+var _confLocaleLocale_jaJpIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\xbd\xfb\x6f\x1c\x55\xb6\x30\xfa\x7b\xff\x15\x75\x72\x14\x01\x12\x18\x01\xdf\x95\xae\x10\xcd\xb9\x4c\x60\x60\xee\x05\x86\x4b\xc2\x19\x5d\xa1\xa8\x29\x77\x97\xed\xfa\xd2\xee\xea\xe9\xaa\x8e\xf1\x1c\x1d\xc9\x6d\xe7\xe1\xc4\xce\x38\x10\x62\x93\x07\x84\x40\x12\x3b\x36\xb1\x13\xc2\x23\x0f\x93\x48\xf7\x4f\xf9\xec\x6e\xdb\x3f\xf1\x2f\x7c\xeb\xb5\x9f\x55\x6d\x9b\x99\x41\x28\xb6\x6b\xbf\xf7\x5e\x7b\xed\xf5\x5e\x61\xb3\x59\xa9\x45\x69\xb5\xfc\x76\xb2\xbd\x34\xb1\xbd\xfc\xf5\x46\x67\xb1\xbb\x7a\x6d\xfb\xbb\x93\x1b\x9d\x85\x8d\xce\xb5\x8d\xc9\xc7\x1b\x53\x2b\x1b\x53\x17\x37\xa6\xae\x6c\x4c\x3e\xdc\x98\x9a\x7e\x3b\xce\x36\x26\x7f\xda\x98\x5a\xdf\x98\xba\x00\x5f\x4a\xa5\x91\x64\x34\x2a\x63\x31\x7e\xfa\xa6\x54\x0b\xd3\x91\xc1\x24\x6c\xd5\xe0\xdb\xc4\xc6\xd4\xd4\xc6\xe4\x2f\x1b\x53\x37\x37\xa6\xae\x52\xf9\x99\x52\xf4\x69\xb3\x9e\xb4\xa0\xc5\xe4\x12\x76\x38\xb9\xb6\x31\xb5\xb0\x31\x75\x87\x4a\x6f\x97\x46\xa2\x7a\x13\x1a\x7e\x49\x83\x2e\x94\xd2\x78\xb8\x51\x89\x1b\x65\x1c\x71\xf2\xc6\xc6\xd4\x7d\xfe\x97\xbf\x27\xed\xcc\x2e\xf8\x76\x63\xf2\x16\xcc\x8f\xcb\xda\x4d\xb7\x08\xe6\x01\xdd\xb5\xa2\xe1\x38\xcd\xa2\x56\x79\xeb\xd2\xe3\x9d\xd9\x1f\x4a\x63\xd1\x60\x1a\x67\x51\xf9\x2f\x6f\xfd\x41\xd5\x9e\x2e\x1d\x8f\x5a\x69\x9c\xc0\x98\x53\xe7\x71\x52\x93\x0f\x36\xa6\x16\x71\xcc\x66\x38\x8c\xeb\xbc\xcc\x1f\x4b\x59\x34\xda\xac\x87\x19\x7e\x3a\x85\x83\xe0\x2a\xbe\xa7\x55\x4c\x97\xea\x61\x63\xb8\x8d\xd5\x79\x4f\x4b\xd5\x56\x04\x35\x2b\x8d\x68\xac\xbc\xf9\xeb\xd5\xde\xf4\xf9\x81\x81\x81\x52\x3b\x8d\x5a\x95\x66\x2b\x19\x8a\xeb\x51\x25\x6c\xd4\x2a\xa3\xb4\x2d\x53\xb7\x68\x80\x9f\xa9\x2b\xde\x99\x8b\x1b\x93\xd7\x69\x72\x2b\x1b\x9d\xe5\x8d\xce\x6d\x5a\x62\x54\x83\x8d\xa9\x84\xa9\xbf\x37\xbd\x07\xd3\x1b\x9d\xa7\x25\xea\xbe\x11\x8e\x5a\x3d\x76\xcf\x9f\x2b\x45\xa3\x61\x5c\x2f\xbf\xf5\x02\xfe\x80\x15\xa5\xe9\x58\x42\x27\xf5\x19\x1d\xee\x9a\x9c\x51\x2b\xaa\x64\xe3\xcd\xa8\xdc\x3d\x75\xae\x7b\xf2\x66\xf7\xec\x95\x52\x35\x6c\x66\xd5\x91\x10\x06\x83\xf9\x7c\x47\x13\xeb\xc0\x2f\x25\xa8\xda\x4c\x60\x0f\x93\xd6\x38\xf4\xb2\xbc\x31\xf5\x15\x6d\xd8\x34\xfc\x5e\x4a\x5a\xc3\x61\x23\xfe\x5b\x98\xe1\x6e\x6e\xfd\x74\x62\xeb\xe1\x17\xa5\xd1\xb8\xd5\x4a\x5a\x50\xf5\x1a\x9c\x36\x8c\x56\x82\x3d\xa9\x60\x1f\xe5\xde\xfc\x5d\x02\xb9\x13\x7e\x37\x58\x63\x34\x1e\x6e\xe1\x5e\xeb\x4a\x5b\x8b\x8f\xb7\xaf\xcf\x4a\x19\x75\x69\xb5\xb7\xfb\x1e\x4a\x5a\xc7\xec\x32\xd8\xcb\xdb\xb4\x1d\x6b\x1b\x9d\xd5\xa2\xa1\x60\xd6\xd6\x30\x32\xeb\xb0\x01\xa7\x49\x45\xfc\x65\x63\xf2\xf3\xad\xd5\xeb\x5b\xe7\x4f\x95\xc2\xda\x28\x1c\x43\x33\x6c\x44\xf5\x32\x7f\xda\x9e\x38\x89\xfb\x39\x75\x0e\xce\xab\x14\x56\xab\x49\xbb\x91\x55\xd2\x28\xcb\xe2\xc6\x30\x9e\x16\xc0\xe9\x0a\x81\x2a\xc0\xcc\xf4\xf6\xd2\x9d\xee\xea\xe5\x92\x2e\x96\xbf\xc7\x93\xb6\x86\x8d\xf2\x46\x67\x92\xce\xfd\x1a\xcd\xd8\x07\x09\xae\x6b\xfa\xb7\x2a\x4b\x67\x30\x89\x2c\x3e\x1e\x67\x71\x24\xc3\xaf\x21\xc8\x4e\x7e\x87\x17\x98\x7e\x29\x35\xdb\xf5\x3a\x9c\xc2\x5f\xdb\x51\x9a\x41\x1d\x1c\x63\x05\xf7\x06\x6a\xf2\x2d\x05\x98\x8e\xd3\x14\x8a\xcb\xdb\xcb\x3f\xec\xc0\xc6\x03\x40\x34\xaa\xb0\x64\x05\x0f\xf7\x19\x51\x94\x4a\x1f\xc7\x8d\x34\x0b\xeb\xf5\xa3\x25\xf9\xa5\xac\x80\xf3\x21\x6d\xf2\x3a\xd6\xca\xe2\x0c\xd7\x95\x2b\x80\x6d\xdd\xe8\x5c\xda\x98\x9c\xe9\x9e\x39\xb7\xd1\x59\xe9\x3e\x3d\xb9\x7d\xab\x03\xcb\xe9\x3d\x9a\xef\x4e\x5e\xa2\x52\x38\x95\x27\xf8\xef\xe4\xe9\x8d\xce\xa9\x52\x2d\xa9\x1e\x83\x5b\x84\x58\x03\x6e\xf5\x9b\xf4\x17\x60\xb0\xb7\x93\xe1\x14\x8f\x68\x69\xbd\x3b\x73\x51\x7a\xfc\xe6\xc7\xee\x79\xb8\x19\x6b\x1b\x13\xd0\xe3\x05\xda\x4a\xb9\xca\x38\xd2\x8d\x33\xbd\x2b\x3f\x42\x93\xee\xd9\x6f\x36\x3a\xd3\x7a\x06\x50\x39\x78\x2d\x0c\xb2\xb0\x35\x1c\x65\xe5\x03\x95\x41\xb8\xd9\xc7\x0e\x04\x23\xad\x68\xa8\x7c\xe0\x60\x7a\xe0\xf5\x8d\xc9\xef\x69\x19\x67\x10\xe4\x68\x3d\xaf\xbd\x18\xbe\x8e\x33\x9d\x84\xc1\xe6\xb6\x97\xef\x6c\x4c\xc2\x60\x8b\xf0\xfb\x46\x07\xba\x86\xd9\x9c\xf8\x6d\xbd\x53\xc2\xcd\x06\xcc\x53\xa9\x0d\x2a\xf4\x3b\x9c\x06\x3c\xbb\xf7\xc6\x0f\xff\xbf\xef\xc2\xcf\x0f\x92\x34\x1b\x6e\x45\xfc\x07\xfc\x0b\xd5\x5f\x09\x68\xf5\x70\xb6\x6b\xc1\x91\xf8\xcd\x3f\xc0\x9f\xb3\x6a\x93\x16\x71\x9d\x13\x93\x25\xe8\x51\xb6\x77\xea\x34\xad\xef\xe9\xc6\xd4\x25\xfa\xe5\xa1\xc0\x03\xd6\xc0\xdb\x9d\xaf\x00\xbb\xb2\xb5\xb4\xba\x73\xfd\x6b\x40\xea\x69\x56\xd6\x38\x9f\x90\x89\x41\x24\xfd\x11\x07\x74\x2d\x38\xc7\xef\x1a\x91\x0f\x94\xca\x49\xf1\x1a\x71\xce\x04\x61\x08\x05\x0f\xf0\xdf\xce\xec\x9f\xde\x7f\xff\xcf\x6f\xfe\x01\x56\xdc\x9b\x3f\xdd\xbd\xb3\x40\x60\x35\x85\x00\xd2\x99\x6d\x67\x43\xff\x67\x65\x38\x6a\x44\xad\xb0\x5e\xa9\xc6\xd4\x7c\x12\x8f\x4a\x76\x60\x96\xfe\x3c\x4b\x5b\x44\x5b\x91\xa6\x75\x40\xaa\xb5\xa8\x7c\xf8\xf0\xbb\xc1\xc6\xd4\xb7\x32\xc9\x66\x98\x8d\xc8\xcc\x4b\xe9\x5f\xeb\x78\x0c\x32\x2d\xd9\xe5\x8d\xce\x0c\xee\x2e\xc1\x48\xc1\x16\x39\x08\x99\x37\x60\x62\xf2\xb5\xc1\xd6\xeb\xf6\xbb\xb8\xd1\x59\x22\x60\xbd\xb5\x33\x3f\xd3\x5d\x9c\x61\x20\xdc\xb9\x7c\x05\x81\xaa\xb3\xb6\xf5\xd3\xcf\xdd\xb5\x27\xd2\x18\xa0\x6e\xfa\xf6\xd6\x17\x52\xdf\x86\x14\x5c\x44\xd4\x6a\x55\xe0\xa9\xc9\xc6\x11\x56\x68\xea\xfd\x60\xa1\x78\xae\x32\xc4\xd6\xed\x47\x34\x34\x4e\x83\xe0\x7f\x09\xf7\x1e\xb7\xf0\x1c\xf5\x73\x05\xe1\x54\x86\x8b\x1b\xc7\xc3\x7a\x5c\x03\x38\x52\xe7\xd9\x67\x00\x38\x54\xe8\x85\x4f\xea\xc0\xc0\x01\xe8\xf4\xc0\x0b\x07\x60\xb0\xed\xa5\x7b\xdd\xb9\x35\x5a\xcf\xb2\x2c\xa3\x91\x54\x18\x55\xe2\x4b\x57\x8b\xd3\x70\x10\x5e\x3d\x7e\x8f\x5b\xf2\x42\x68\xec\xe9\xa2\x48\xe8\x8f\x1f\x4d\x9c\x64\xe7\x32\xac\x82\x5f\x6f\x5c\xd4\x89\xeb\xdd\xb3\x0f\xf7\xbd\x2e\xde\x46\x85\xb1\x05\x84\x1d\xa4\x6d\xc1\x32\x9e\xd2\xed\x47\x5b\x97\x7e\xa5\xee\x73\xfd\x95\x14\x20\xf2\x65\x93\xfb\xbb\xda\x3d\xb9\xb4\x3d\xfd\xbd\x5c\x34\x24\xae\xf8\x3a\x20\x05\xb2\x40\x18\xf5\x1e\xed\xdc\x2f\x4c\x53\xe0\xa5\x50\x95\x14\x0c\x6e\xfd\xf8\x4d\xef\x12\xa0\xa2\x33\xf6\x0b\x84\x1b\x0d\x60\x72\xf2\xe6\xc6\xe4\xac\x07\x23\x8c\x4d\x9a\x49\x45\xc0\xda\x79\xd1\x08\x02\x56\x98\x2a\x11\x88\xd7\x75\xd5\x80\xb8\x77\x9d\x87\xd4\xeb\x6a\x00\xd4\x5d\x40\x7d\xf0\x65\x99\x0e\x72\x1d\xae\x29\xec\x79\x9a\x9e\x90\xef\xe9\x39\xe1\xa2\x95\xcd\xa7\x5f\x75\xef\x7c\x89\xf3\xc2\x69\xaa\x6b\xd8\x6a\x03\x3d\x86\x08\x04\x09\xcb\xeb\xb3\x06\x8d\xa8\x02\x3d\x13\x9b\xf6\x81\x81\xdc\xa1\x03\x6f\x25\x1b\x9d\x07\x38\x0f\x7e\xd0\x00\x4d\xe0\x35\xec\x74\xe7\xe0\xfe\xdf\xe7\xd3\x80\x0d\xe3\x01\x09\x38\x7a\x4b\xb7\x77\x2e\x9d\x87\x8f\xbd\x33\x13\xbd\xab\x67\xe4\x55\xe8\x87\x3a\x6a\x09\x50\x48\x48\x03\x02\x62\xbf\x2e\x44\x27\x7f\x33\xdb\x76\x81\x56\xb9\x76\xf8\xf0\x3b\xb4\x07\x4c\xc2\xde\xff\xe8\xc3\x77\xf1\x41\xf9\xf5\xde\xce\xb5\xa7\x02\x96\x84\x8a\x46\x2a\xcd\xa4\x95\x01\x2a\x7a\x27\xc0\x55\x31\xa1\xa8\x3e\x9b\x4e\xe9\xf5\xc6\xc3\x5f\xa5\x7e\x19\xa1\x00\xe8\x9f\xd5\x8d\xb6\x2e\x2e\x77\xe7\x7e\xc1\x37\xe1\xf0\x3b\xbd\xdb\xd7\xb6\xa7\x7e\xb5\x6e\x02\x5f\x83\x15\x75\x4c\x17\xf8\xe6\x13\x14\xaf\xd2\xea\x9e\x50\x69\x11\xa2\x19\xc9\xb2\x26\xcf\xf1\x9d\x23\x47\x3e\xb0\x26\xa9\x0b\xf4\x2c\xfb\x80\x33\xbe\x46\x4f\x80\x71\xb8\xde\x9d\x83\x01\x3e\x93\xd9\xf8\xf3\x9e\x24\x90\x6f\xb7\xea\xbb\xf4\xb3\x1a\xc0\x36\xaa\x7a\xf6\x8e\x2b\xa2\x86\x9f\x4a\x9a\xe8\x8b\x01\xfe\x38\x4c\xb0\xe0\x1d\xc3\x59\x7a\x85\xef\x43\xcd\xcd\x07\x13\x3b\x53\x4b\x04\xb7\xd7\x85\xd6\x40\x8e\x64\x8a\x60\x47\x81\x12\xc2\xdb\x7d\xa2\x0c\xd5\xf9\x01\xea\x79\xf0\x77\x24\x08\x34\x60\xd4\x93\xe1\x4a\x2b\x49\x32\x75\xdd\xe0\x7d\xbf\xab\xf1\xac\x5b\x6a\xc0\x9a\x2a\xd9\xaf\x06\x40\xe1\x15\x18\xf2\xdc\xf6\x13\x58\xf5\x44\xc1\x5d\x42\x0c\x93\x34\x11\x2f\x6a\x14\xb3\x31\xb9\x8c\xbb\xa5\x36\x49\x70\x0c\x11\xf4\x52\x83\xc9\x7a\xfb\x15\x52\xe4\xe5\x28\x9c\x20\x3d\xe9\x87\xdf\xa3\xa3\x55\xef\x3a\x15\x0c\xb5\x92\xd1\x72\xf7\x97\xd5\xee\xe9\x47\x9b\x8f\x1e\x99\x6f\x6a\xfe\x3b\xb0\x7d\x4f\xaf\x13\x86\x54\x7b\x87\x07\x77\x86\x26\x8c\x97\xee\xc3\x3f\x1e\x0a\xfe\x8f\x57\x5e\x7e\x19\x66\x6d\x08\xec\xa9\xaf\xd5\xc3\xbd\x56\xdc\x0e\x01\xf2\x29\x51\x63\xf2\x8c\x1d\x78\x1f\xd0\xe0\x81\xe0\x35\x5a\xd2\xff\x15\x7d\x1a\x02\x83\x15\x0d\x54\x93\xd1\xd7\x71\x3b\xf0\x23\xa0\x0a\x42\x24\x66\x46\x9d\xd5\x9d\x2b\x8f\xbb\x77\xce\xeb\x21\x54\x3d\x8d\xdf\xed\xba\x79\x3e\x87\xf9\xc1\x4a\x35\x69\x0c\xc5\xad\x51\xe1\x0b\x91\x0c\xfa\xf6\xd1\xf6\x32\xe2\x5c\x40\x15\xf6\x13\x43\xdd\x57\x1a\x49\x16\x0f\x21\xc3\x23\x83\xee\x4c\x5c\xde\xba\x76\xb3\xa0\x36\x4c\x16\xd8\xc9\x0a\xfe\x88\xab\x91\x3e\x48\x75\xab\x11\xcd\x01\x50\x7e\x05\x03\x6e\x3e\x9e\x27\x08\xb6\x29\x08\x45\xc0\x27\x43\x43\xf5\xb8\x11\x31\x2d\x43\x60\x70\x51\x93\x9b\x9a\xac\x29\x18\xdd\x6e\x07\x17\xb8\x89\x4c\xb1\xf0\x0f\x13\x04\xf8\xea\xbe\xe9\x3e\x98\x22\x9b\xe8\x1c\x7a\xf3\x7d\x7a\x76\x9f\x12\x59\x22\xcf\xae\xdc\x2d\x78\x9a\x91\x11\x9d\x41\x2c\x85\x57\xf7\x57\x21\x36\x5c\xf8\x56\x6d\x17\x2c\x9c\x2a\xaf\x3e\xb0\x72\xc7\x43\x20\xa9\xcb\x6f\xcb\x2f\xfe\xc2\x9d\x87\x5d\x3a\xc8\xb5\x96\x05\x99\x3e\x96\x88\x68\x78\x48\xf4\xc9\x37\x66\x5a\x7e\x67\xb7\xf0\x95\x38\xb9\xc4\xef\x1d\x01\xe4\x79\x6a\xb2\x8e\x44\xbb\xf3\x00\xad\x10\xf6\xf8\x0e\x6b\x2a\x09\x82\x42\x2f\x67\xd4\x1b\x77\x6d\x63\x72\x92\x20\x79\x86\xa8\x23\x06\xfe\x15\x02\xfb\x65\x55\xb4\x52\xb8\x0b\x0e\xed\xb3\x7d\x7a\xb9\xfb\xcb\xbd\x7e\x74\x4d\x61\x1b\x59\x7f\xff\x96\x0b\xb0\x50\x43\xdc\xf0\x6d\x83\x87\xce\x25\xae\x14\x65\x45\xf4\x0d\x8c\x14\x35\x68\x20\xc5\xee\x1f\xe2\x9f\x05\xb0\xe5\x56\xd4\xd0\xa5\xf6\x8f\x37\x6f\x72\xc6\x99\x1e\xce\x01\x36\xac\x83\xd4\xbd\x74\xb7\x2c\x1d\x14\x30\x32\xc4\x22\xb5\xa2\x8a\xc8\x80\x2a\xc7\xe3\x68\xcc\x17\x76\x88\x90\xca\x0c\x4b\xab\x54\x8c\xdd\xce\xfc\x0f\xdb\xb7\x16\x35\x3d\x5a\xd8\xa3\x9a\xf9\x7e\xfa\x85\xdd\xd3\x3c\xe3\xe4\xe7\xd2\xbb\x21\x0d\x2f\x11\xfe\xbb\x40\xa5\x4f\x85\x84\xf1\xba\x45\x88\x58\xa0\x87\x77\x2d\x2f\x9e\xb2\x18\x52\x1c\x6e\xfb\x16\x5d\x31\x9b\x92\x62\xd2\x55\x78\x7d\x66\x1c\x37\x1f\x9f\xdd\x07\xe1\x6c\xd3\x3a\x6b\x16\xad\x23\xd4\xec\x9f\xde\x0c\xca\xc1\x4b\x84\x20\x65\xc5\xc8\x8b\xe2\xd9\xcd\x5c\xdc\xba\x7c\x02\x49\x6e\x0b\x90\x34\x25\xb5\x75\xee\x87\xee\x93\x05\x07\xba\x79\x86\x8c\xe7\xfa\xce\x4b\x23\x36\xae\x9d\x97\x52\x79\x24\xba\x8f\xb6\x05\x5b\xf7\xad\xc0\xc8\x5b\x7a\x61\x89\x97\x3d\x7f\xff\xc5\x10\x41\x45\x65\x18\xa8\xc6\xb2\x22\x1d\x8b\xa4\x16\x51\x9a\x55\x86\xe3\xac\x32\x84\x4f\x4c\xad\xfc\x0c\x10\xcb\xcf\x40\xdd\xfb\xf4\xd6\xdd\xa7\x97\xed\x94\xb4\x40\x91\xc2\xbd\xde\xc5\x85\x57\x83\x83\xc7\x85\xc9\x7c\x05\x9f\x8d\x0a\x60\xab\xb8\x8e\x57\xa7\xac\xe8\xe8\x65\xfa\x1f\x71\x55\xe0\x89\x1c\x91\xb5\xd3\xcc\x1e\x4e\xe9\x27\x4d\x4c\x29\x12\xee\x84\x7d\x8c\xc3\xc9\x60\x3b\xae\xd7\xf2\xdd\x10\x56\x17\x56\x0c\x90\xdf\xf7\xdd\xf5\x39\x1a\xfa\x3c\xad\xf2\x2c\x13\xd7\x6e\x9b\xc9\xcf\x83\x83\xc8\xd1\x30\x9a\x9f\x50\x87\xa7\xd1\x5f\x11\x05\xa9\xf8\x46\xe0\x1a\x05\x46\x8b\x65\x0c\x8a\x84\x9b\xed\xdd\xf9\x4e\xdd\x07\x07\x24\x69\xd7\x54\x6f\xfb\x62\x6e\x02\xc5\x13\xcc\x2a\x0c\x88\x68\x84\xfa\xd1\x5c\x06\x6e\xff\x68\x08\xd8\xc6\x67\x44\xe4\xae\x02\xba\x9c\x7b\xd2\xbd\xba\x64\xdf\x03\x2a\x32\xdb\x07\x1d\xa6\x2f\xbc\x0e\xff\x94\xd2\xf0\x78\xc4\x64\xc3\xb0\x82\x87\xde\xe2\x0c\x5d\xb6\x55\xc5\x06\x09\x0c\x30\x32\x71\xd6\xe4\x5c\xe4\xbd\x2f\x4a\xd1\xb2\x14\xd4\xa6\xed\x6a\x35\x4a\x51\xb2\x07\xf5\x4f\x11\x50\x7d\x05\x3c\x61\x6f\xfa\xb3\x0d\x84\xf6\x35\x4b\x20\x38\x1b\x28\xe8\xde\x01\x82\x57\xcb\xa5\x88\xa5\xec\x7e\x2f\x0c\x27\x0f\x81\x3d\xdc\xfc\x95\xbe\x3c\xb5\x25\x6e\xc8\x6d\xaa\x45\xf4\x25\x85\x3d\x36\x6d\x16\x49\x5c\x9c\xd7\x29\x6b\xfa\xa5\x8f\x51\x6f\x70\xb4\xd4\x66\xde\x37\xa9\xd7\x3c\x06\x90\x64\x0b\x42\x19\xbe\x65\x2e\xab\xba\xf3\xa6\x89\x8b\x1b\xd2\xb1\x18\x4e\xb8\xa2\xb5\x10\x78\x46\x59\xf4\x69\xe6\x68\x23\x02\xad\x8e\x20\x1a\xe0\x3e\x6d\xf7\x29\x94\x65\xf2\xed\x45\x89\xcc\xe9\xde\x95\xa7\xa5\xd1\x71\x02\xbf\xb4\xbc\xb5\xd8\x29\x90\x17\x57\x93\x3a\xdc\xe5\x04\x1f\xe4\xe3\x91\xd4\xec\x9e\xbc\xd7\x3d\x3f\xeb\xd7\x84\x8e\x92\xd6\xb0\xea\x47\x89\x95\xc7\x45\x78\x6d\xfa\x57\xa2\x6b\x7a\x9a\x44\xb3\x72\x81\xf4\x27\xeb\x08\x75\x22\x85\x1d\x00\xe0\x21\xb1\x2f\x0f\xe9\x0a\x88\xdd\x81\x4b\x1f\x8b\xc2\xe5\x68\x49\x2a\x7b\x15\xf0\x6a\xa4\xe5\x8f\xf0\x5f\x20\x57\xc3\x16\x5c\x8f\xc3\xf4\x03\x9a\x86\xed\x6c\xe4\xa8\xa5\xbd\xa8\x88\x38\x1b\x05\xe4\xdb\xb7\xe6\xfa\xbd\x37\x86\xae\x1e\x89\x9a\x48\x8c\x8f\xa6\xc3\x2c\x66\x58\x24\xc2\xc0\x6f\x05\x8c\x5a\x6f\x16\xd6\x7f\x5d\x1e\xff\xce\xcc\x6f\xeb\xd7\xe0\x61\xa3\xdf\xcf\x0b\x60\x11\x3e\x0e\x10\xfe\xd2\xa4\x1a\x87\xf5\xca\xbf\x78\x90\xf3\x8a\x9e\x3e\x43\x83\xb8\x24\x17\x6b\x6a\x46\x9b\x59\x79\xeb\x0b\x24\x0e\xb6\x97\xee\xfb\xaf\x28\x80\x39\x20\x10\x21\x74\x66\x2d\x3a\x6c\x59\x68\x48\xc1\xd5\x44\x25\x28\x65\x93\xf5\x2c\xad\x74\x2f\x02\x1a\x3c\x81\x42\xea\xc9\x39\xa2\xb9\x73\xf8\x35\x37\x27\x7e\xda\xf6\x33\x23\xcd\x81\x29\xd6\x46\x24\x07\x7b\xcd\x14\x8e\x72\x34\x1a\x1d\xc4\xb1\xa2\xb2\x7d\x12\x5b\x67\x7f\xee\x9d\x9c\xc1\x23\x7f\xfa\x15\xed\x2b\x51\x85\x43\x00\xe4\x84\x10\x8a\x1f\x66\xbc\x58\x4f\xbf\x64\xc2\x99\xea\x46\xfb\xab\x0b\x27\xa5\xd4\x7a\x80\xc5\xc7\x7c\x25\x8a\x4f\x3c\x7a\x47\x9b\xd7\x03\x0a\x01\xc1\x74\x34\x71\x74\x69\xd4\xc8\xd4\x11\x1b\xed\x0f\x33\x81\x86\x7b\xfd\x3c\x78\x6d\xf0\xf5\x83\xe9\x6b\x2f\x0e\xbe\x0e\x4f\x23\xb0\x7d\x1d\xb5\xe1\x44\x2e\x4e\x4c\x6a\x3a\xbc\xbb\x3a\xbb\xf9\xe8\x14\x1d\xdd\x15\x12\xc9\x10\xdd\x4b\x0a\x85\x83\xb5\xde\xa5\xc9\x9d\xf9\x0b\x9b\x8f\x6f\x76\x4f\x9d\xa4\x8d\xb7\xaf\x6f\x91\x78\x02\x48\x2d\x9e\x4a\xe1\xb3\x4b\xea\x9d\x88\x11\x82\xba\xa0\x05\xf0\xef\x68\x7e\xe6\xe1\x60\x69\xcd\xf5\x78\x34\xce\xf6\x07\xdc\x6e\x0f\x97\x1c\x89\x8d\x81\xaf\xb5\x9d\x6f\x1e\x6f\x3d\xec\xf0\xf6\x00\xe7\xed\x52\x2a\x08\x53\xaf\x04\xdd\x69\xd8\x9a\xb3\x2c\x2b\xca\x89\xa1\xc2\xb4\xd2\x6e\xc8\x09\x45\x35\x86\x71\x92\x64\x5d\xa0\xbd\xba\x8e\x54\x11\x91\x26\x17\x89\xea\xe9\xd8\xdb\xe7\x91\x76\x81\x2d\x70\x08\x9e\xd5\x87\xf7\x1c\x92\xb7\xbd\xab\xcb\x6a\x57\x17\xd5\xb5\x44\xf2\x3c\x7f\xea\x34\xf3\x6f\xac\xca\xe7\xd4\x8a\x88\xa4\x02\x1a\x09\x18\x9a\x2f\x1e\xd2\x09\xdf\xea\x9e\x3a\xa7\x16\xee\xeb\x9d\x36\x1f\xcc\xd0\x11\x5f\x25\x7a\xe8\x3e\x1d\x0a\x4b\x39\xe9\xa0\x0b\x0f\x97\x8e\x49\xed\xc2\x7e\x0e\x00\x60\xcf\x9d\x81\x27\x0e\xb4\x87\x14\xe9\x11\xd1\xa5\x29\xa1\xd5\x4c\xd1\xa5\xbb\xed\xa4\x68\xd1\xfc\x4b\x48\x87\x3f\xff\xed\xce\xc4\x77\x9b\x8f\xbf\x44\xf9\x9f\xe1\x5e\x94\xd4\x9c\xd6\x82\x4b\xca\x64\x45\xde\x9d\x47\x79\x82\x56\xf8\xac\xe6\x17\xb5\xf7\x8a\xb8\xf3\xbe\x48\xc5\x1a\x40\xd3\x31\x55\x14\xab\xec\x81\x45\xe9\xec\x51\xa0\x81\xc4\x02\x13\x0e\xb3\xbd\xab\xd7\x80\x0f\x02\x4a\x41\xad\x12\x49\x15\x9b\x4e\x53\xe7\x67\xe6\x63\x44\x82\x3e\xae\x73\x97\xbe\xd7\x2a\x75\x7f\x59\x92\x54\xd2\x11\x14\xda\xfe\xb6\x3e\xcf\x8a\x18\x80\xeb\xde\xa3\x89\xbc\xb4\x0b\x39\x3a\xa1\x26\xf3\xda\x8c\x8f\xf1\x38\x8e\x32\x2a\xc1\xc7\x5e\xe3\x11\x1b\x37\xe5\x70\x8a\x25\x14\xe8\x8b\x98\xb0\x37\xe6\xc1\x76\x05\x29\x07\xc5\x3d\x29\xdc\xbc\x3d\x77\x4d\x5a\x0e\x18\xfa\xa3\x88\x38\xd6\x8f\x22\x50\x2a\xdd\xb3\xd7\x4c\x65\x2d\xd5\xd3\xb4\xe1\x03\xbb\x1d\x6e\x52\x52\x0b\x61\x97\xc6\x51\x91\x8e\x47\x73\xa2\xd4\x48\xca\x84\x02\xe0\xff\xe9\x12\x14\x63\x07\xac\x4c\x86\xea\xf0\xc2\x8d\x1e\x2d\x21\x69\xf5\x7e\x8e\xc5\xfd\x10\x88\x31\xf9\xea\xd0\x63\x58\xf6\x16\x1b\x69\x14\x8a\x4d\x4b\x1f\xf4\xe3\x8a\x3f\x8c\x44\xab\x9b\x7b\x46\xb5\x15\xc7\xe1\xc3\xef\x1c\x21\xd6\x9c\xb4\x10\x93\xc4\xcc\x75\x56\x61\xc8\xee\x99\x73\xa5\x77\xb2\xac\x99\x7e\xd4\xaa\x93\xf8\xff\x30\x09\xe0\x3f\x08\xc7\xeb\x49\x58\xc3\x8f\x28\x9c\xc0\x57\x54\x33\x80\x2c\xa2\x3f\x12\x85\xa3\xb2\x8c\x0e\x95\x7c\x83\x0b\x78\x03\xe8\x46\xfa\xda\x3b\xf3\x14\xce\x94\x3e\x21\xc7\xf3\xd6\x9e\xbc\xb8\x96\xd1\x44\x64\xd4\xa1\xb4\x96\x0e\xc0\x96\xc2\x7a\x73\x24\x24\x12\x5f\xaa\xd1\x06\xad\x88\x04\x12\x11\x23\xc1\x03\x20\xe5\x8b\x77\x51\x87\x0c\x78\x63\x6a\x8e\x66\x7f\x11\x40\x17\x55\x94\x8c\xbd\x10\x8c\x27\x94\x98\x10\xc9\x83\x03\x95\x03\x24\x7b\x39\x81\x02\x4f\xbc\xd4\x88\xaf\x0b\x75\x44\xf6\x1c\x6a\x80\x3e\x79\x1e\xcf\x04\xbb\xcd\x64\xe2\x06\xcd\xc4\xb0\x21\xcf\xbe\xf0\x5c\xbf\x99\x3c\x5b\x81\x37\x0a\x6b\x9f\xe1\x2e\x9e\x1d\x78\xce\x9f\x19\xe9\x03\xe1\x54\x77\xd7\x64\x05\xcf\x00\xe5\xf4\x37\xb5\x9f\x9f\x08\x31\x34\xf9\x48\xbf\xa2\xbb\x29\xd1\x3f\x29\x11\x9b\x6a\xda\x3f\x13\x74\xef\x7e\x46\x08\x61\x8e\x04\xae\x93\xd8\x87\x68\xea\xfb\xec\x14\x4c\x60\x34\xfc\xd4\xed\x44\x37\x02\x1a\x88\x1f\xc5\x7e\x4d\xf9\x81\xd2\xbb\x8b\xaf\xb6\x08\x0e\x77\x7f\xa0\x0c\xcb\x0e\x9d\xa0\x0e\xa9\xa8\x0b\x84\xe0\xa0\x50\x20\x06\x8d\xe2\x46\xb5\xde\xae\x99\x39\xf3\x84\xbb\xd3\x0b\xc1\x33\x07\xd3\x67\x48\xbb\x78\x7e\x05\x9f\xfc\x5d\xf7\xbe\xdd\x38\x06\x04\x6b\x43\x7a\xd9\x7c\x70\xae\xf7\xe5\xdf\x49\x34\xbc\xc4\x8c\xde\xab\xca\xb2\xaa\x02\xe3\x25\xad\x56\x54\xcd\x94\xd0\x15\x8d\x3b\x36\x1f\x4c\x6c\x9f\xfe\x51\x61\xb6\x2b\x8a\x67\x17\x6a\xd3\x3c\x03\x46\xb4\x91\x43\xfa\x4b\xe6\xed\xf2\x8b\xa4\x7b\x64\x57\x8b\xc4\x49\xc6\x86\xac\x32\x18\x45\x8d\x4a\x16\x1e\x8b\x1a\x79\x1e\x7d\xad\xb7\xf0\x2d\xea\x7e\x45\xe0\x7f\x51\xa9\xa8\x1d\x26\xa2\x99\x54\xf2\x1d\xf9\x88\x6f\x5f\x7d\x01\xd7\x90\xeb\xca\x28\xc9\xf7\xd3\x43\x06\x38\xab\x60\x36\x06\x7f\xed\xab\x17\x86\x4c\xea\x01\xb6\xa9\xb6\xfb\xeb\xb6\x9f\x0e\xf5\x66\xeb\x53\x35\x20\xd1\x4f\x30\x92\x3f\xd2\x7e\x22\x35\x9a\x72\x03\x9e\xb9\x16\x19\x0e\x5a\xa2\x35\x12\xbf\x2a\x54\xc2\x62\x6f\x5f\xcc\xc6\x2f\x84\xd5\x3b\x11\xbd\x9d\xdb\xf4\x36\xce\xec\xc1\x9e\xe4\x46\x85\xfb\x80\xaf\xad\x3d\xac\x28\x53\x58\x35\x0f\x2f\x03\xad\xf1\x5f\x33\x9a\xa6\x1e\xdc\x25\xf6\xdb\xb7\x13\x7b\x0f\xa1\x85\x89\xd1\xa7\x40\x38\x94\x7b\xb3\xa7\x89\xa8\x52\x0a\x21\x57\xaa\xd8\xbd\xf3\x25\x89\x14\x17\x9c\x93\xa8\x87\x69\x86\x02\x21\xde\x8b\x72\xf7\xcc\xd9\x9d\x4b\x37\x94\xbe\xdc\x33\x82\x10\xb8\x44\xc1\xfb\xd5\x89\xee\x93\x59\x45\x18\xdf\x57\x1a\x44\x21\x35\xbb\xd3\x37\xb1\x8e\xda\x42\x2d\x39\xf4\xf5\x2a\x9a\xee\x45\xe3\x83\x63\xd1\x78\x99\x0c\x0d\x3e\x77\xd9\x1b\x25\x88\x3d\x98\xa2\x84\x0e\x85\x0e\xc7\xa3\x16\x10\x37\xba\x11\x99\xd8\x39\xd2\x45\x34\x58\x08\xa0\xa8\x5f\x5f\xc8\x60\xe1\x36\xcc\xb0\x6a\x4a\x0b\x28\x15\x3a\x5e\x22\x51\xe3\xb2\x21\x00\xf1\xbd\x5b\x84\x9a\xa8\x87\x98\x3e\x05\xff\x6e\x3f\x42\x52\x60\x57\x56\x18\x08\x0f\x25\x8e\x85\x4a\xdb\x4b\xeb\xae\x14\xf6\x89\x25\x8b\x2d\xa5\x59\x5c\xaf\xe3\x09\xb0\x01\xaa\x47\xde\x2a\x33\x11\x5f\xa2\x66\xd0\x3c\x3e\xcf\xb9\x9b\x22\x27\x29\xf7\x53\x9f\x06\xca\x5d\x16\x1f\x6f\xdf\xf9\xa1\xe0\x40\x78\x1e\xc8\xf7\xa2\x81\x69\x8e\xad\x5a\x13\xf6\x93\x0d\x4f\x0b\x0e\x5f\x26\xa3\x2a\xa0\xc4\x7e\x67\x62\xa2\x7b\xfa\x91\xe2\x23\x66\x6c\xf8\xea\x6b\xf2\x82\xe0\xe8\x6f\x09\xb1\x82\xaa\x63\x99\x48\x7e\xd1\x6a\xab\x3c\x46\x3f\xb7\x3d\xf0\x64\xba\xdb\xb3\xfd\xf8\x5b\xcd\xd4\xf5\x9d\x57\x89\xad\x2f\x2b\x83\xad\xb0\x51\x1d\xb1\x2e\x9e\x52\xdb\xfe\x20\x54\xd6\xd4\x3c\xbd\xa9\xf7\xf1\xca\xc0\x2e\x9b\x8b\x87\x64\x00\x90\xe3\x78\x6f\x8f\x96\xe0\x65\x6d\x0c\x47\x15\x51\x41\x2b\x6d\x32\x9a\x19\x20\x31\xc4\xb0\x96\xd7\x0c\x0b\x4d\x2f\x8d\xab\xed\x34\x4b\x46\x55\x1f\x9a\xab\xda\xa3\xf1\xff\x4c\x80\x98\x4a\x1a\xe5\xee\xdc\x24\x99\x99\x1a\x78\x34\x56\xd4\x64\xa3\xeb\x49\x68\xc5\x7c\x77\x9c\xde\x76\x5c\xa4\x12\x18\x4c\x3d\x2e\x36\xe7\x1d\x4a\xea\xf5\x64\x0c\xc5\xba\x4a\x23\x7d\x87\x51\x1d\x80\x5a\x88\xc8\xb1\xac\xf4\xe4\xeb\x52\x97\x55\x35\xba\xae\xfa\xec\x7e\x6b\x37\x0a\xbe\x6e\x2f\x7e\x07\x27\x5a\x42\x69\xde\xe8\x00\x3d\x5f\xc8\xb4\xb5\x8e\xe3\x20\xee\xa3\x25\x74\x53\x67\x6d\xf3\xd1\xf4\xd6\x8f\x27\x8a\x1f\x41\xd3\x4d\x33\xcc\x00\x93\x37\x58\x38\x41\xeb\xa9\x39\x1c\x94\x62\x70\x9f\xb2\xbd\x8f\xee\x5d\xd9\x1e\x7a\xbd\x1b\x4e\x57\x99\x4a\x1f\x2d\x69\x03\x6b\x63\x54\xfd\x9d\xa7\x66\xc8\xeb\x17\x18\xff\xa5\x16\x0b\x25\x02\xe9\xf2\xe1\xf7\x0f\x7b\x97\x17\x2d\x98\xea\x71\x95\xe4\x8c\x69\x5f\x73\xa7\x12\x6b\x06\x58\x27\x50\x8b\xea\x51\x16\x15\xc8\xef\xf8\xea\x94\xda\x71\xad\xfc\x51\x5c\x2b\x95\x9a\xed\x41\xe8\xda\x18\x89\xbb\xb0\x11\x14\xad\x49\x7c\x0d\x48\x6f\x5c\x2c\x74\x74\x69\x96\xee\xc9\xef\x77\xe6\x67\x64\x2b\x27\x3a\x9b\x8f\x1f\xf7\x4e\xcc\xe5\x05\x01\x2c\xf3\x41\x66\x8e\xcd\x60\x7c\x32\x47\x09\xbd\xf9\xd6\x4f\x74\xfe\x12\x0d\xda\xda\xc0\xde\x85\x73\x9b\xbf\x5e\xb5\x34\xe2\xa4\x48\x78\x3c\xc3\xf8\x84\xec\xf7\x2c\x00\xd1\xc4\x91\x26\x97\x44\x2a\x5e\x2b\x3b\xf6\x29\x0a\x52\x50\xca\x7a\x63\x9e\x1e\x52\x0b\x76\xd4\x9d\x2c\x10\x85\x0c\xa1\x2d\xbc\xa8\xa4\x2f\x52\x4f\xe7\xf8\x01\x2e\xf6\x16\xa9\x27\x7c\xbc\x2c\x1c\x77\xcf\xb5\xdd\xac\xa1\xf4\xa3\x00\xcc\xc4\x4e\x06\x66\xd0\x9b\xbf\xeb\xd5\x33\x42\x8b\x62\xbb\xff\xef\x94\xa4\x75\x96\x9b\x5b\xdb\xac\xf8\x02\x41\x53\x79\x17\x10\x45\x3e\xce\xaa\xe5\x3b\x4d\xfd\x76\x4a\x2c\xcc\xcf\x80\x6a\xb2\x66\xec\xe4\x44\xaa\xec\x08\x01\x5d\x09\xe0\x4c\x6f\xfe\x61\xef\xfe\x45\xcb\x22\xd2\x12\xef\xa0\x6a\x2e\x6e\xb4\xa3\xf2\xd6\xcf\x97\xd1\x9b\xa3\x9f\x4f\x81\xb2\x35\x71\xb0\xae\x63\xed\x93\x43\xb9\xbe\xb9\x4a\x75\x24\x49\x52\xd1\x61\x71\x7b\xe3\x13\xe2\xb6\xdc\xe9\x3c\xe8\x9d\xfd\x5a\x9d\x89\x1e\xcc\xaa\xa3\xb5\xb2\x68\xc5\x47\x07\xc8\x97\x16\x26\x08\xc8\xb5\x91\xa9\x46\x46\x9b\xec\x3d\x07\x72\x93\x9b\x28\x5b\x01\x4a\x55\xec\x99\x08\xd1\x55\xe2\x51\x72\x33\xda\xc5\xe0\xc8\x71\x07\x5a\xdb\xfa\xe2\x71\x77\x6a\xce\x55\xf1\x4f\xba\xb3\x2f\x06\xa8\xc2\x15\xed\x02\x53\x0a\x38\x76\xd3\xd7\xf0\x3b\x97\xd4\x2d\xaa\xdb\x52\xa9\xbb\x88\x14\x8f\x42\xd7\xb2\x1c\x74\x7c\x0b\x3d\x14\x6a\x55\xf6\x55\xd9\x16\x75\x39\x70\x56\xc0\x50\xf5\x9b\xd6\x1e\x1c\x94\xb7\x07\x66\x67\x8b\x7a\xe9\x3e\xb0\x5c\x4b\x72\x1b\xaa\xf5\x53\xfd\x96\xb3\xf5\xd3\xec\xd6\x17\xf7\xf0\x64\x7d\xdb\x24\xdb\xd6\x7d\xd6\x33\x40\x32\x8b\x95\xb9\xee\x1b\x3d\x16\x9f\x66\x91\xb0\x98\x58\xdf\x54\xcc\x4d\x1d\x46\x57\x79\x4a\xf5\xaf\x61\x3c\xa7\x98\x81\x2e\x78\x8c\x16\x94\x71\xe3\xd7\x84\x69\x8a\xdf\x26\x78\x47\x94\xd5\xe5\x09\xdb\x82\x52\xbd\x26\xc5\x6f\x10\xbc\x81\x70\xc1\xc8\x57\xcd\x1b\x65\x5d\x15\x89\xb0\xda\xaf\xd0\x59\x51\xde\x33\x7c\xd7\xb9\x96\x5c\x65\xb5\x14\x28\xc1\xa7\xc0\x13\x05\x68\xb6\xc0\xab\xa7\xd6\xbe\xa7\xba\xc5\xd0\xcd\x7c\xf2\x4b\x9e\xd6\x2b\x6f\x36\xc2\x48\xb8\x37\x75\xb2\xfb\xcd\xbd\x8d\xc9\x49\xd5\xdc\xd9\x0b\x46\xba\x16\xbb\x35\x63\xc4\x1a\x7a\x8a\x0a\xc0\x73\x4b\xb2\x00\xdc\xef\x5c\x61\x8c\xb0\x56\xa3\x8b\xcb\x5b\xa5\xc1\x3c\x12\x2b\x65\x67\x81\xdb\x4f\x7f\x05\x9a\x98\x9a\x14\x2a\x0b\x74\x15\xcf\xda\x4c\xaa\x57\x1c\x8d\x2e\x2a\x36\xcb\x42\x0f\xae\xec\xa2\xcd\xb5\x14\x94\x7a\xda\x9d\xde\xf7\xd7\x51\xb8\x7d\xb0\x16\x78\x6a\xda\xee\xdc\x02\xd6\x46\x9a\x9c\x7c\xbe\x6c\x21\x81\xd2\x10\x09\xc6\x66\x6f\x04\xa3\x05\x2e\x64\x55\xf5\xdc\xd5\x1e\x7b\x3b\xe4\x49\x90\x66\xd5\xfa\xf3\x98\x59\x2e\x5d\x01\x69\x6a\xfb\x29\xd6\x88\x6f\xd7\xdf\x65\xc7\xb1\x91\x86\x43\xf2\x67\xd8\x15\xb2\x56\x8a\x14\x7c\x44\x64\x4f\xce\x04\x8e\x56\x01\x65\x8b\x62\x1e\xc9\xd4\x9f\x31\x43\x42\xce\x1c\xed\xa3\x16\x1c\x35\xaa\x9a\x98\x82\xa7\x05\xdb\x91\x4b\x1b\xd3\xbf\x96\x66\xad\xa4\x31\xfc\xba\xf6\x11\x2e\x54\xfe\xbf\xf6\xa2\x54\x0b\x94\x98\x61\xd5\x78\xea\xa1\x42\xf7\x0b\x9a\x9b\x73\x22\xe8\xe8\x67\x1c\xfb\x02\x77\x13\xbf\xb8\xd6\x9b\x3e\x8f\xae\x7d\x41\x51\x35\x5e\xed\xf4\xf7\x64\x2b\xb9\xdc\xbd\x38\xb7\x73\x7d\x16\x2b\xeb\x2b\x20\x62\x96\xa0\x68\xf7\xa1\xcc\x12\x23\x32\xcd\xbd\x73\xee\x27\x64\x94\x76\x91\x16\xaa\x96\x44\xa7\x71\x4b\x14\xe3\x7e\xa9\x44\x75\xab\x76\x47\x2c\x7c\xb4\x38\x62\xb7\x2f\xd5\x4f\xd9\x57\x09\x61\x01\xd9\x4f\x91\x45\x81\x32\x93\xc2\x7f\x4f\x28\x80\xca\x43\x2f\x89\x93\xb0\x1f\xc5\x92\x19\x54\x51\x08\xc2\x64\x6d\xc3\x48\x15\xb7\x49\x50\xa5\x5a\x9f\x46\xaa\xae\xca\xaa\xb8\x92\x8d\x51\xf5\x34\x7e\x3f\xfa\x5c\x51\x1c\x0d\xd7\x37\xee\x51\x8e\xb3\x11\xc0\xdd\xfe\xd0\x2a\x59\xaf\xf8\x33\x55\xdb\x66\x2f\x6b\x6d\x77\x9c\xfa\x6f\xb4\xe7\x68\x2d\xee\x6c\xe3\x35\x96\x26\x12\x0c\xf4\xae\x4e\x6c\xfd\x34\xc9\x70\xd3\x5b\xb8\x49\x5e\x77\x4a\x7a\x00\x65\xdb\x4f\x3f\xc3\x27\xf2\xc7\xc7\xe4\x16\x8b\xa2\x36\x3a\xe2\x34\x43\x62\xd1\x7e\x8d\x08\x6a\x7e\x5b\x5f\x80\x3e\x6c\x14\x08\x1d\xa3\x71\x52\x81\x48\x3d\x39\x06\x00\xfc\xcf\xf7\xa3\x51\x19\x73\xd4\xbb\x20\x9b\x3c\xb3\x6d\x70\x9d\x18\x88\xb9\x68\xad\xa8\xaf\x6b\xca\x4d\xe0\x17\x62\x38\x72\x56\x63\x2c\xfc\x13\x8b\xde\xfd\x22\xb2\xad\x9f\xce\x6f\x74\xee\xab\x81\x8a\xd0\x59\xbb\x31\x18\x37\x6a\x65\xdb\xe6\x4c\xc4\x28\x5c\x62\x80\x23\xbf\x48\xb4\x41\x37\xcd\x5c\xdc\xa0\xa8\x7f\xb5\x8b\x21\xf5\x52\xa1\xc3\x29\x77\x27\x66\x36\x1f\x3d\xf2\x80\x38\x10\xeb\x66\x94\x21\xdd\x37\x1b\xc8\xbe\x8d\x62\xf3\xc7\xcd\x2d\x2a\xd5\x6d\x41\x98\x91\x01\x20\xe5\x2d\xe7\x4f\x4a\xd0\xee\xd4\xb6\x1d\x5d\x03\xe5\x33\x19\xbc\xf1\xc1\x9f\x02\x65\xb3\xa7\x6f\xd7\xae\x44\xae\x9e\x97\x36\x82\x27\x69\xf1\x12\x9d\xf6\x39\xc7\xc3\xc3\x9e\xc0\x5e\x8f\x9b\x70\xfc\xce\x3c\xdc\x81\x79\x50\x61\xaa\x4d\xcf\xa8\xe1\xd6\x9b\xc6\x1b\x56\xbc\x4f\x6e\x25\x3e\xe8\x28\x75\x99\xd1\xe2\xc3\xb1\xb0\x83\xda\x60\x07\x3b\xa0\xd5\xa2\xb1\x79\xb3\x96\xb9\x8f\xbe\x91\x8f\x87\x2d\xf8\x82\xb0\x10\x03\xf3\x59\x82\x28\x9f\x6a\xd9\x7c\x34\xdb\x7d\x04\x1f\x97\xc8\x39\xa1\xbf\xc3\x2d\x89\xee\xfb\x09\xea\x2d\x84\x2f\xa0\xc9\xd8\xdc\x06\x57\x83\xf7\x49\xb0\xb5\x4e\x17\xf5\xac\x7f\x38\xce\xfe\xac\xee\xd6\x8d\x20\x83\x7d\xf6\x55\xf4\x62\x38\x6f\x42\x7f\xc7\xc5\x7f\xcd\x73\x61\x6f\x8f\xc3\x64\xee\x6b\x27\xf6\x78\x47\x60\xff\x81\x56\x00\xea\xd6\xb7\x3d\xec\xb7\x2a\x25\xe7\x70\x2e\xa5\x31\xcf\x5c\x56\x56\xe3\x2e\x81\xab\x16\xd1\xdf\x24\x51\x0e\x4c\xea\x39\xc2\x26\x23\x14\xdc\xd5\x00\x09\x08\x6c\xba\xe9\x2b\x06\xcb\xc2\xdd\x7f\x72\xbb\xb7\xb0\xa8\x09\x45\x01\x4d\x9c\xa5\x21\x0b\x11\x06\x95\x1b\x89\x37\x4f\xd5\x95\x18\xca\x7a\xcb\xd0\x3e\x7c\xfe\x4b\xe1\x2e\x46\xd5\xb6\x1e\xc3\xbc\x62\xa7\x77\xf7\xc1\xe6\xc3\x93\xce\xec\xc5\xde\xc8\xa2\xd2\xd0\x7f\xb8\xb3\xf5\xf3\x25\x00\x14\x1b\x4a\xfe\xa3\x54\xfa\x18\xb5\x06\x47\x4b\xac\x42\x24\xb7\xc0\x75\x82\x8c\x75\xa3\x6f\x2f\xb2\x2e\x32\xca\x78\x21\xa9\xbb\x9d\x33\xdd\x1b\x8b\xb8\x43\x45\x1a\xf9\xad\x6b\x77\xf8\x40\x7b\x13\x5f\xa1\x7d\x32\xaa\x95\x56\x7a\xab\x33\xa2\x01\x43\xd6\x1b\xa7\xaa\xb6\x1b\x08\xe1\xde\x89\x39\xbd\xd1\x08\x11\x00\x0b\xc7\xe3\x34\x1e\x8c\xeb\xac\xc4\x20\x0f\x29\x54\x56\x2c\x8b\xbe\x82\x4a\xb1\xd0\xf5\xf4\xcd\xbb\x9e\xbf\x96\x36\xc3\x46\x50\x05\x7a\x27\x2d\x1f\x68\xc7\x41\x2b\xaa\x05\x68\xdc\x7f\xe0\x75\x8b\x5d\x27\xc9\xf2\xd4\x34\x4c\x01\x2a\xbf\x6e\xd4\x6c\xfe\x28\x18\x1a\xa6\x4a\xba\x90\xbc\x31\x36\x8a\x17\xba\xeb\xbf\x74\xa7\x7f\x66\xf7\x27\xfb\x56\xf7\x0b\x54\x03\xe0\xd8\x7f\x7e\x41\xdf\x09\x06\x96\xf9\x9c\x45\x09\x99\xd9\x62\x04\x1b\xb5\x31\xcf\x8a\x28\x76\xe2\x86\x23\x90\xb5\x71\x8e\x13\xe1\x66\x65\xa7\x73\xdb\x93\x82\x3c\x57\xaa\xd6\x93\x46\x64\x7c\xb9\xb5\xcf\xf4\x0c\xdd\x75\x76\xe1\xd8\x95\xb9\xca\x05\x44\xb1\xf8\x21\xdd\x94\x98\x25\xbc\xa2\x73\x93\x5b\x27\x17\x8b\x5f\x01\x5a\x1a\x6b\x1a\x77\x0f\xcc\x43\x15\xc9\x4f\xd9\xae\xd8\x3d\x39\xc5\x25\x79\x00\x72\xba\xd3\x92\x53\x1f\x9e\xba\x73\x6b\xdb\xb7\xe6\xb5\x29\x7b\xa1\xc4\x8b\xef\x0b\xdd\xe3\xed\xe5\xef\x7b\x5f\xfe\x9d\x3f\x60\x88\x27\x15\xde\x49\x7f\x50\xc3\x0f\x0c\xc7\x59\x3c\xdc\x48\x5a\x91\xe7\x15\x2b\xc2\xe5\x7a\x5c\x05\x6a\x09\x6f\x27\x41\x04\x8a\xb9\xef\x93\xfb\x38\x7f\x37\xab\x70\x8a\x83\xe2\xce\x5a\x51\x58\x83\x9b\xfe\x21\xfd\x90\xbf\x54\x0f\xfc\xd1\x6d\x88\xbb\xeb\x47\xac\x32\xbd\x85\xed\x2c\xa9\xc4\x8d\x38\x2b\xf3\x87\x3e\x72\x67\xe5\x59\x9f\xef\x09\x76\x2f\xaf\xf6\x9d\xfe\xaa\x77\xf5\x5a\x77\x76\x5e\xf9\x92\xc8\x99\xfb\xf5\xc4\x7d\xa4\x16\x0d\x85\xed\xba\xd2\xf8\x96\x73\x9e\xb5\xab\xb6\xaa\x57\x42\x4a\xc1\x9c\xb3\xa8\x75\x3c\xac\x9b\xd8\x52\x01\xb0\x1c\x3b\x97\xbf\x78\x16\x5e\xba\xe7\x54\x2d\xe0\xa0\x5a\xfc\x96\xaa\x4a\xae\xf8\xd2\xa9\xc5\xa7\xfe\x41\x3d\x0a\xd3\x28\x10\x7b\xb0\xa0\x11\xe1\x63\x1c\xb6\xc6\x03\x54\x93\x04\xb0\xa0\x1a\xb0\xc7\xc0\x6f\xa4\x50\x25\xc8\x46\xa2\x40\x5a\x0f\x94\xc6\xd0\x22\x8b\xd4\xb0\x80\xf4\x71\xfa\x53\x1c\x35\x4b\x69\x62\x87\xc3\xbf\x61\xe9\x61\xfd\x2b\x41\x73\xea\x40\xaf\x68\x56\x61\xdb\xaa\x23\x62\xac\x9f\x0c\x55\x68\x1b\x91\x3a\x3a\x02\xe3\xd1\x03\x10\x8c\x84\x69\x40\xb5\x00\xe7\x8c\x86\x9f\xc6\xa3\xed\xd1\x40\x55\x0b\xa8\x61\x90\x0c\xa1\x58\xcb\xd6\x35\x0f\x14\xeb\x6d\xfd\x67\xe0\x5f\xa2\xba\xcd\xbf\x2d\xff\x98\x02\xb7\x11\xa1\xce\xa4\x9d\x8d\x68\x0b\x0f\xc1\x51\x25\x89\x12\xa6\xa2\x1b\x7d\x4d\x97\xe7\xae\x80\xa6\x45\xa3\x49\x8c\x23\xbb\xfa\x5e\x2f\x0f\xbc\x07\x0e\x72\x47\xac\x1e\x0c\xd6\xdb\x11\xa1\x3c\x81\x25\x07\xa3\x2f\x1b\x5b\x51\x35\x50\x1f\xa8\x97\x58\x66\x52\x6b\x80\xd1\xb3\x06\x54\x2b\xa6\x85\x07\xaa\x05\xd5\x7d\x51\x1e\x87\xc8\x78\x91\x2c\x7a\x5f\x7c\xfb\x4f\x47\xc4\xe2\x51\x5b\x8f\x19\x8d\x40\x60\x47\x25\x08\x74\xd8\xa0\x9c\xc5\x38\x1d\xb5\x1a\x1b\x76\x6c\x34\x4e\x53\xa6\xaf\x1b\xb1\xa7\x64\xc8\xc5\x8e\xd1\x5e\xb5\xc6\x8b\x75\xaf\xb0\x3d\x6a\x24\xe3\x73\x58\x05\xce\x5e\x3b\x1c\x1a\x7d\x46\x81\xf7\x27\xda\x44\xb9\x46\x20\xe2\xa6\xef\xc7\xad\x59\x2c\xb4\x01\xd5\x63\x8b\x3d\x11\x1f\xd3\x2e\xf6\x44\x82\x3c\xe8\x99\xe2\xdf\xe1\xc6\xd1\x95\x06\x80\xed\xff\x78\x51\xa8\x8d\x34\xaa\x0f\x59\xde\x6b\x36\xfb\xe6\x19\xd7\xa0\x85\x58\x0e\x3a\x9d\xe7\xce\x7d\xbe\xaa\x49\x73\x1c\x10\x47\xe3\x58\x59\xf3\x78\xe6\x9b\x65\x20\xaf\xf9\xbf\x9c\x70\xce\xd4\x66\x2b\xd6\xff\x35\xfb\x65\x70\xc8\x8a\x3e\x75\x28\x6b\xd5\x5f\x38\x64\x64\x9b\xbd\xb3\x8a\x8b\xb4\x07\x24\xe8\x50\x1f\xc4\xf4\xbe\xdd\x20\x14\x59\xfe\x88\x7f\x32\xc2\x2c\xff\x85\x7e\x6f\xa3\x7f\x6b\x0b\x8a\xf0\x07\xa1\x4b\x42\x94\xb4\x67\xe5\x3f\xc2\x3f\x25\x94\x6e\x59\xef\xb2\x08\xb4\xfe\xda\x8e\xab\xc7\x2a\xc3\xed\x98\x62\x65\xac\x11\xc4\xb1\x45\x84\x12\x00\x0b\x01\x94\x8d\xc4\xa9\x6d\xe6\x54\xe0\x5d\xec\xdc\x3d\xf5\x3a\x59\xee\x90\xf4\xf0\x57\x93\xd1\xd1\xb0\x21\x8b\xd3\x8e\xe0\x2a\x3c\x47\x67\x71\x17\x7a\x51\xb9\xe7\xdb\xba\xca\x36\x5a\xb5\xa3\x7d\x93\xb2\x4a\x33\xbd\xc2\x85\x7a\x1c\x58\x5d\xa3\xa5\x57\x6f\xe1\x5b\xf2\x35\xce\x4d\x1f\x9d\x23\x16\xb4\xa9\x39\xd3\x28\xb0\x60\x8a\x81\xd5\x17\xcd\x91\xbd\x3d\xdf\x9d\x0e\x99\x1a\x2e\xf6\xa6\x1f\xb3\x57\x60\xef\xab\x9b\xf0\x2f\x59\x6b\x23\xf9\xf6\x6f\xa5\x52\x95\xc3\x91\x88\x43\x4c\x49\xbf\xd6\xd6\xdb\x9c\xb5\x22\xc4\xc4\x27\x44\xc5\x36\x14\xd7\xd1\xd1\x42\x2c\xb9\x30\x12\x58\x16\x0e\x97\x5d\xc3\x2d\x85\x9b\xe0\x5d\x40\x5f\xc3\xcf\x95\xcd\xc3\x0a\xbd\x14\x6c\x79\x70\x57\x06\x23\x63\x29\x7b\xb8\x90\x22\x2c\x62\x4b\x2f\x5e\x21\x46\x38\xec\x17\xd9\xb0\x1e\x0e\x46\x54\x78\x9b\x68\xf3\x15\xb8\xc8\xf5\x28\xcd\x00\x46\x52\xf5\x8a\x4c\xad\x58\x91\x00\xee\x97\xf0\xc8\xe3\x4c\x6e\xcd\x35\x71\x27\x6a\x45\x44\x28\x88\xfd\x96\xb8\xf4\x97\xc8\xa2\xa3\x15\x8e\xa1\x54\x4c\x3b\xc3\xf3\x57\x80\x3f\x8a\x9b\xd9\xbd\x77\xb3\x77\xe7\x47\xfe\x46\x7e\xbf\x7e\x75\xc4\xc3\x24\x6f\xe1\x3a\x88\x75\x43\xbe\xd1\x2c\x11\x10\x15\xe6\x7d\x22\x17\x64\x6e\x03\x85\x73\x54\x85\xe2\xe8\x6b\x97\x21\xaa\xb9\x71\x75\xeb\xc7\x6f\x75\xa5\x21\x14\x52\x7a\xdf\xf0\xdd\x45\x43\xf6\x5f\xaf\x02\x9f\xa4\xbf\x8e\x22\x45\x44\xd1\x51\xaf\x13\xc4\x3d\xa6\x79\x3f\xd0\xe5\x35\x8a\xdd\xb9\x70\x73\xf3\xf1\x97\xfa\x1b\xbb\x6f\x77\xe7\x6e\xa0\x71\x9e\xfa\x08\x97\x2a\xb2\x4c\x33\xb4\xbf\x33\x46\x4e\xd5\x5f\x59\xbf\x62\x15\x0d\xe4\x4e\xd0\x2a\x6b\x20\x69\x3e\x88\x66\x25\xaa\x54\x10\x85\x55\xa7\x0a\x27\xd7\xaa\xf8\xbd\x18\xa7\xab\xc9\x6f\xed\xda\x1a\x3c\xfa\x40\x87\x3b\xf8\x1e\xb5\xfb\x4d\x66\xaf\x66\x7d\xe6\x96\x34\xa3\x86\xdd\x56\xa4\x02\x00\xf6\xf7\x37\x1f\xdc\xa1\x3b\xbf\xc7\x94\x01\x39\xa6\xe8\x76\x69\xf5\xa1\x09\x85\x47\x16\x37\xb0\x47\x37\x40\x25\x61\x90\x5a\x38\xf6\x99\x93\xdd\x5f\x2f\x20\xb4\xe4\xd6\x98\xaf\xd3\x6f\x59\xa8\xc7\xc8\x57\x76\xb6\x8e\xd1\x72\x99\x81\xc3\x60\x6b\xd3\x89\x80\x81\x85\x8e\xf3\xd0\xc2\x75\x2a\xcd\x7a\x58\x8d\x74\x80\x01\xa9\x06\x24\x2b\x86\xed\x75\x86\xcb\x81\x96\x3f\x2e\x9d\x47\x16\x0e\x96\x81\xf0\xb6\x0f\x43\x77\x83\xbb\x6d\x2a\x98\x9d\x56\x15\x04\x65\x7a\xe3\x14\x95\x02\xb9\x8d\x64\x04\x5a\xb7\x28\xd6\x8d\x25\xf0\x1a\xec\x67\x0b\x88\x1c\xb7\xa3\x7d\x82\xb6\x5f\xbb\x60\xe8\xdd\xe0\xc4\x3d\x38\xe9\x4c\x9f\x2f\xc9\xc9\x94\xc5\x8b\xea\x07\x03\x93\xe5\xea\x0f\xc7\x50\x3f\x37\x36\x32\xf5\xe8\xd9\xbe\x6c\x01\xca\xac\xd6\x8f\x78\xbd\x30\xab\x80\x28\xf6\x06\x3a\x86\xe7\x0b\x07\x30\xc6\x86\xbc\x25\xb6\x9c\xc5\x45\x42\x4e\x83\x54\xc2\x33\x03\x23\x3d\x9e\xb4\x6d\xe3\x96\x95\xee\x99\x1f\xe0\x00\x60\x56\x44\x1d\x9d\xf1\x35\xf9\x05\xbd\x31\x9c\xd5\x2a\x83\xe3\x7e\x67\xb3\x2e\xf5\xb0\x4b\x1f\xa3\xc8\xa0\x26\x0d\x8c\x19\xe4\x4f\x68\x73\xfd\x2b\x8e\x77\xeb\xb5\x4b\xd1\xa5\x74\xf3\x01\xac\xf4\x61\xef\xca\x53\x74\x6e\xcc\x97\x0f\x60\xf8\x6b\x74\x80\xb8\x3a\x81\x46\x70\x05\x15\xf0\x06\x71\x05\x34\x42\x61\x54\x5f\x50\xad\x05\x2c\x75\x23\x63\x9b\x35\x51\x53\xba\x66\x68\xd7\x0a\x47\x87\xd7\x56\x35\xda\xe8\x60\xdf\x76\xd3\xa2\x16\xa3\x49\x9a\xe1\x4b\x83\xea\xec\xcd\x07\x13\x18\x90\xf0\xc6\x65\xa2\xa9\xef\x2b\xa3\xfa\xe2\x75\xe2\x48\x5e\x43\x71\x83\x2b\x6c\x8b\x97\x9e\x8e\xac\xcc\xbf\x05\x07\x3f\x7e\xe9\x68\x1a\x0c\x8e\x5b\xb6\x03\x1f\xbf\x7c\x34\x3d\xf0\xfa\xc1\x8f\x5f\x39\x9a\x92\xa5\x80\xdf\xb4\x32\x14\x1e\x8b\x72\xed\xa9\x99\xaa\xdb\x6c\x45\xc7\xe3\xa4\x9d\x96\x51\xe1\xaf\xe3\x92\x6b\x64\xf6\x29\x6c\xfc\xf7\xd7\x73\x05\x8c\x91\x4c\x44\xc1\x22\x84\x54\xd3\x15\xf2\x08\xa9\xd1\x1e\xad\xc8\x5e\xa4\x8c\xb4\xf2\x1b\x20\xe5\xc8\xa7\x67\xe8\x73\x68\x6a\xe0\x0e\xc4\x35\x5c\x3f\xac\x48\x05\x52\xfe\x77\xfe\xeb\x75\x5a\x1d\xee\xc6\x27\x7a\xb0\xc4\xd8\x1f\xb0\xf3\x81\x6b\x85\x90\xc7\x69\x2e\x62\xa5\x3f\xca\x3b\xf3\xc0\x3f\x7d\x69\x01\x39\x17\xca\x2c\xa5\x92\x3d\x4b\x60\x47\x73\x6d\x5a\x11\xed\x1c\x57\xfe\x90\xfe\xf0\x8a\x76\xed\x0f\xfd\xd7\xe7\x67\xbc\xd7\x43\xc1\x94\x5d\xf7\xff\xff\xc6\x3b\x0a\xdc\x42\xfe\xf5\x77\x6e\x1e\x4f\x4b\x7a\x50\x7f\xfc\xce\x3e\x98\x30\x03\x56\x64\x48\x7a\x19\x8a\x5a\x51\xa3\x8a\x72\x6d\x20\x5f\x03\xaa\x15\x20\x07\x1b\x84\x01\xd7\xfd\x9d\x03\x34\x13\x0a\xc8\x4f\x7c\x88\xf2\x49\xd0\x63\xab\xe8\x3a\x40\x71\x1e\xb2\xfe\xd0\xa0\x9c\xd7\x7c\x48\x89\x0a\x16\x32\x44\xfc\x38\x3c\x2a\x5b\x27\xae\xf7\xe6\x2f\xb9\xc6\x94\x2a\x1a\x88\xdd\x26\x6e\x54\x94\x07\x32\xb1\x96\x59\x12\xa0\xdb\x06\xaf\x16\x40\x11\x93\x03\x90\x48\x6d\x20\x78\xa3\x8e\xb2\xd6\xf1\x60\x24\x3c\x1e\x05\x61\x23\x10\x95\xcf\x7f\xb8\x06\x42\x87\xa1\x57\x12\x0c\x26\x81\x9c\xb6\x7d\xdd\xa3\x5a\x9c\x95\xb7\x7e\x59\xda\xb9\x72\x4a\xaf\xba\xd8\x08\x5a\x4d\x12\x06\x2b\x73\x7c\x29\xf5\x89\x1f\x7f\x15\xf3\xdb\x10\x2b\x6e\x39\x6c\x66\xd2\xb2\x69\xe0\xd5\xed\x33\x3f\xf8\x55\x50\xfd\x85\x57\xda\x27\x33\xb8\xdc\xc0\x3f\x5d\xfc\xde\xd5\xe5\xed\xc5\xef\x7a\xf7\x1e\xe5\x5e\x43\xae\x5e\xb0\x36\x2e\x10\x17\x07\x51\x98\x39\x45\xe2\x41\x6f\x4f\x53\x8c\x8a\xf3\x3d\xb0\x72\xd8\xaa\x58\xd0\x9f\xaf\xfe\x35\x64\xda\x1e\x0a\xde\xdc\x4b\x8f\xec\x11\x9b\x53\xee\x5b\x91\x6b\xbd\xc6\xde\x6c\x8c\x46\x57\x4f\x7f\x0f\x9d\xad\xd5\x17\x22\xe0\x66\xd8\xca\xe2\x6a\xdc\x0c\x05\x09\x7f\x60\xfd\x5d\x62\x66\xd7\xe5\x99\x8a\x39\x5f\xae\x08\x70\x09\xfd\x45\x62\x30\x9c\x96\x75\x30\xfc\xde\xda\x17\xdb\xeb\x53\xc5\xb5\x78\x47\x7f\x5b\xff\x9c\x9e\x5e\x47\x22\xaf\x5b\xb2\x3a\xb6\x70\xe8\x7e\xc2\x0f\x7b\xa4\xc1\x90\x54\x24\xe2\x29\xe2\x4f\x83\x7f\x96\x9d\x39\x3a\xf2\x85\xb2\x2b\x39\x58\x77\x24\x05\xb2\x45\x09\x4a\xbd\xdb\xf5\x0c\xdd\x6f\xce\xf7\xbe\xbe\x8a\x36\x3d\xc0\x69\xe3\x92\x66\xdc\x28\x20\xb6\xd7\xb5\xb4\x05\x9c\x00\x14\x55\x96\xe8\xb9\x1c\x19\x01\xe4\x08\x38\x31\x90\x32\xb9\xf4\x58\x16\x0c\x46\xd5\xb0\x9d\xc2\x4f\xd4\x25\x84\x8d\x5a\x30\x02\xc8\x23\x50\x62\x8c\x00\xab\x44\xc7\xa3\xc6\x80\xf4\x8e\xde\x80\x76\x56\x86\xf2\x27\xba\xf3\x50\xf0\x4e\x18\x60\x85\x40\x2a\xc0\x00\xd9\x58\x14\x91\x06\x02\x46\xc8\xc6\x12\x51\xd2\xa5\xaf\xda\x54\x07\x60\xe1\x17\x69\x84\x17\x91\xf4\xa8\x09\x46\xfe\x77\xfa\x83\xf1\xb2\x6c\x33\x73\x53\xbf\xfb\xec\x08\x0d\x31\x6c\x8c\x21\x30\xe2\x16\x8c\x46\x30\x0f\xa2\x61\x6a\xf2\x46\xa4\xfc\x64\xbc\x86\x12\x24\xf5\x26\xd0\xef\x80\x29\xa1\x81\xfa\xfe\x8a\xfe\x2e\xbd\x53\x4f\x42\x9c\xf0\x20\xfc\xe5\x9f\xeb\x1c\x5a\xff\x0f\xa0\xaa\x64\x01\xe1\x60\xc5\xc6\xf3\xe5\xcd\xf5\xcb\xdb\xb7\xef\x39\xa5\x05\x82\x15\x53\x8c\x22\x1a\x51\xe1\x68\x6d\x99\xe7\x6e\x73\x4d\xaa\x0b\xdd\x00\x10\x44\xcb\x50\x9a\x26\xfe\xcc\x4f\x8e\x73\xc4\x30\xfb\x66\xd4\x42\x3d\x8b\xec\x29\xd4\xe3\x60\xb0\x03\xce\x06\x11\xf3\x36\xc5\x91\x44\xdd\x11\x11\xac\x54\x1d\x11\x01\x2e\x88\xa6\x37\x7f\xcc\x16\x4e\xca\x75\xa8\x4d\x12\xb9\x5f\x20\xc2\x43\xb8\x76\x64\xcd\xf3\x26\xfc\x8e\xaa\xa6\xfc\xfc\x51\x45\x85\x96\xae\x01\xd7\x0c\x6a\x40\x3b\xc0\x9a\x14\x5a\xc4\x46\x28\xdd\x85\x73\xc2\x35\x3a\x0b\x8b\x53\x40\x3c\x51\xf5\x18\x3a\x2a\xa2\xce\x0b\x6d\x37\xea\x71\x35\x0b\xd4\x57\xbc\x19\xe4\xbd\x8a\x8f\x6d\xb3\x95\x0c\xa3\x3a\xe4\xf9\xa0\xa9\xb6\x14\xa8\x80\x74\x24\xc0\x1c\x3e\x58\x61\x28\x1a\x0b\x46\x13\xa2\x61\xd5\x08\xf0\xee\x56\x48\xf9\x49\xfb\xc3\xd0\x75\x24\xb7\x04\xa8\x05\x4b\x08\x04\xec\xb0\x3e\xce\xb3\x0a\x4c\xe2\xb8\xd5\x11\x29\xbe\xf6\xd3\xd7\x33\x59\xbf\xde\x34\xc2\xc8\xe8\xde\x23\x7e\x50\x6b\x4e\xfb\x8f\xa4\x72\x08\xac\xfc\x4c\x71\xe4\x3e\x57\x0f\xf4\x25\x27\x06\x19\x29\x86\x7a\x67\x66\xc8\x0a\x74\xd1\x3a\xdb\x5d\xfd\x70\x2d\x08\x73\x51\x53\x3f\x24\x61\x75\x9c\xc3\x13\x04\xf8\xed\x86\x5c\x68\xea\x8e\x84\xde\x69\xf9\x93\xff\x2f\x69\xcb\xd6\x28\x60\x97\x0b\xa1\xa1\xdd\xdb\x1b\x1b\x27\x52\xad\x86\xbb\xcf\xcf\xfe\xfb\xc1\xda\x73\x8c\x14\xd2\x70\x34\x32\x0a\xd0\xf1\x60\x2c\xce\x46\xf8\x23\x5f\x28\x0b\xf2\x08\x49\x43\xd7\x63\x61\x8c\xee\xa2\x08\x99\x54\x09\x7e\x1f\xf8\xa4\x64\xc9\x88\xfd\x87\xb6\x48\x6e\x62\xd5\xee\x2b\x11\xb2\xea\xf4\x97\x0a\xf9\x95\x6a\xe5\x83\x1c\xd0\x93\xd9\x15\xed\xc9\x67\x4f\x2f\xa9\xc0\x45\xab\x08\x73\x8d\x21\xab\x44\xfe\xe2\x4d\xaa\x4c\xbe\x9e\x73\xb9\x21\x2c\xf6\xc9\x5d\x34\x90\x31\x83\xf8\x8a\x99\xbc\x05\x9c\x75\x88\x24\xee\x48\x04\x5c\xfc\x71\xeb\xfc\x29\x07\xf8\xac\xcd\x09\x6c\x59\x66\xc1\x7b\x62\x4f\x43\x3d\x46\xbb\xb6\xb6\x5b\x28\xf6\xf5\xa9\x38\x94\x3a\x42\xfd\x01\xdb\x98\xc3\xfe\x6c\xed\x52\x6f\xe1\x66\xf0\xac\x17\x71\xff\x39\x77\x6b\x22\x74\x22\xfc\x79\xba\xfb\xf7\xc7\xf6\x77\x1d\x03\x57\x3a\xab\x30\x40\xc9\xce\xb3\x0c\xdc\x31\xd3\x31\x71\xf2\x95\xf2\x72\xa2\xf3\xcc\x38\xfc\xf7\xc2\xe8\xe8\x0b\xb5\x1a\xaa\xc4\x8b\x6b\xfb\x61\x04\x72\x1b\x66\x91\x99\x45\x1b\x97\x37\xcf\x57\xa7\xe0\xa1\x78\xab\x63\xa2\xe9\xfb\x9e\x83\x10\xfb\x5e\x7d\x0b\x4c\xd0\x00\x99\x84\xbc\xbd\x5f\x7e\xd9\x7c\x78\x4f\xc2\x23\x8a\x6a\x56\x22\x83\xf7\xe9\x5d\x02\x8a\x9f\xdd\x3e\x83\x71\xb7\x44\xe3\x57\x18\x66\xde\xde\x87\x62\x5e\xca\xaa\xa1\x19\x8e\x3e\x4b\x52\x0f\x77\x71\xff\xb2\xbc\xfd\xec\xb2\xb6\xd6\xb2\xb6\xdb\xcf\x96\xa2\x08\x4c\x07\x54\x35\xa7\x53\xbc\x2d\x8a\xed\x29\x68\xe3\x18\x1f\xf6\x5d\x60\x1f\x3e\x48\x6e\x71\x67\x65\xfb\xf6\x0f\xdd\x5f\x2f\xfc\x23\xbc\x4f\xd1\x94\x76\xdf\xac\x7d\xb1\x41\xa5\xb1\xf8\x58\x5c\xfe\x0b\xfc\x43\xbf\x0d\x8c\x45\xf5\x2a\x06\xca\xc5\x2f\x81\x17\xb3\x0d\xd5\xd7\x76\x25\xde\x12\xac\x29\x16\x07\x9e\x27\x88\xb8\x6f\x41\x1f\x8b\x62\x1f\x00\xb0\x3a\x7f\xba\x77\xe5\x41\x77\x76\x9e\xd9\x99\xed\x1b\xa7\x7b\x17\xef\x92\x29\xfd\x22\xca\x02\x7f\xf9\x1c\x2d\xb2\x09\xf2\x75\xc4\xc7\xde\x99\x09\x73\x2f\x69\x7c\xb9\x91\x43\x71\x2b\xc5\x80\x76\xc3\x24\xe7\xec\x4e\x7f\xb5\x61\xe7\x21\x73\xe3\xb5\xeb\xb6\x5e\xe2\x41\xfa\x26\x9c\x8e\x14\x79\x7c\x8e\x53\x93\x5d\x67\x87\x23\xfb\x89\xf2\x07\xe4\x9a\xca\xec\x4a\x64\x3e\x5a\xa9\xa7\xad\x57\xc5\x23\xf9\xb4\x32\xde\x58\x61\xb1\x2b\xb2\xc9\x28\xbd\xfa\x76\x43\xd2\x9a\xcc\xe5\x31\x27\x0d\x40\x31\xb3\xdd\xd5\x70\x00\x59\x94\x66\x50\x0d\xf2\x64\x91\xf1\xf1\x2d\xa6\xd7\xcd\xcb\xd6\xa6\xf0\x0c\xc6\x43\xa6\x46\x74\x0b\xb1\xdb\xca\x60\x3b\xcb\x30\x93\x14\xe3\x21\x67\xf9\xaa\x4c\x22\x17\xbb\x7b\xa4\x2c\x90\xad\x7a\x6f\xd2\x27\x60\xac\x87\xa3\x7c\x1d\x8c\x14\x58\x8d\x2a\x2f\x31\x51\x37\x86\x54\x27\x17\x93\xfd\x17\x11\x99\xcc\x66\xa0\x08\x48\xb8\x8c\x81\x40\xc8\x7b\x20\xf8\xaa\x51\x2b\x0b\x63\x20\x6e\xf5\xf9\x56\x84\x82\x51\x54\x90\x78\x6c\xb9\x2e\x5d\x0c\xe1\x26\x4b\xc0\xac\x1b\x5c\xe8\x92\x03\x31\xa9\x0f\x32\xec\x25\x44\xf2\x72\xe5\x28\xc4\xa2\x72\x0a\x2c\xed\x67\x20\x54\x7f\x0f\x70\x16\x9a\xd4\x4f\x3f\x63\x2a\x58\x41\xb0\x11\x4f\x21\x57\x74\x9b\x62\x28\x3a\x66\x57\xa6\xfe\x48\x92\x1c\x4b\xcb\x7f\x89\x06\xe9\x17\xf3\x7d\x18\x68\x31\x2a\xa2\x1c\x54\xfc\xe8\x71\xb4\x4b\x5d\x05\x98\xe7\xb8\x6a\x72\x1d\x76\xaf\x3d\xea\x5d\xfd\xde\x9f\x30\xc5\x68\x90\x20\xf7\x3a\x4c\x83\x2e\x15\xcf\x78\x6f\xb9\x28\xdd\x61\xb5\x81\x59\x16\xbb\x4f\x23\xb1\xb8\xaf\x58\x08\x1d\x3f\xe6\xf7\xef\x8b\x85\xa0\xc7\x0d\x6b\xc7\xf1\xd5\xaa\x99\x29\xf6\x66\xae\x77\xd7\x7f\xf2\x97\x89\x67\x6a\xa3\xb3\x45\x72\x6d\xbc\x43\xb1\xc2\xb5\xd8\x79\x55\x10\x8a\x4e\x81\x61\xf6\x01\x08\xcc\xe8\x53\x34\xd3\x0b\xeb\x15\xc2\xa8\xdd\x1b\xf3\x3b\x53\x4b\xc1\x18\x01\x59\xe1\xcb\xaa\x1b\x3b\x0d\x29\x95\x93\x34\x16\x1c\xcc\xb1\x21\xfb\x57\xe7\x79\xff\x67\x4c\x54\xb8\x5c\xa0\x41\x24\xcc\x6b\x31\x7a\xe7\xa3\x74\x39\x21\x53\xb5\xb1\x11\x96\x68\x8c\x07\x55\xe0\x7c\x8e\x05\x09\x5b\x58\x02\x65\x3c\x60\xba\x67\xb9\x98\xf8\x1e\xfd\x74\x02\x53\x67\x3c\x59\x87\x7f\xb7\xee\x5e\xef\x7d\x79\x41\x1e\x32\x3c\x12\xb2\xc0\x9c\x5c\x11\x2b\x25\x8a\x10\xd1\x67\x43\xa8\xcb\x4a\xd6\x0a\x31\xa1\xa4\x2c\x2e\xd7\xd1\x1d\xb1\x97\x06\x10\x47\x5a\xff\x14\xa5\x9d\x91\x7d\x33\xfd\x4a\x27\xb4\x6c\xa1\x05\xf7\xe8\x0f\xcd\x65\xc8\x09\x9c\x72\x58\x15\x10\x7f\xbb\x75\xce\xdb\x20\x3c\x14\x9a\xa8\x06\x96\x32\x5b\xb0\xd2\x7f\xa1\xe5\xea\x7f\x07\xff\x85\xb0\x0d\x3f\xe2\x46\x2d\xfa\xf4\xbf\x95\x30\x04\xf9\x1c\xb2\x6c\x45\xa8\x7f\xde\x66\x96\xf0\x83\x70\x45\x28\xf5\xa7\x66\xd6\x31\x10\x63\xc7\xc3\xbf\x45\x01\x3b\x1c\x2e\x8c\x24\x41\xe8\x9a\xd3\x04\xbe\x8e\x42\xd7\x20\x3f\x9b\xb5\x62\xc0\xb7\x88\x5f\x4c\x3f\x35\xbc\x77\xad\xca\xdf\x50\x0b\xdd\x3d\x77\x6f\xe7\xd2\xa3\xee\xd5\xbb\xdd\x07\x16\xec\x52\x9a\x56\x0a\x22\x87\xf2\x8c\x94\x8d\x57\x9d\x14\xb2\x96\x4a\x40\xb8\xdd\x22\x7c\x9a\x37\x99\xa2\x48\xe6\xb9\x18\xe8\x16\xaa\x43\xc1\x50\x56\x3e\xc4\x3f\x83\x23\x49\xf0\x61\x34\xdc\xae\x87\xad\xe0\x43\xbd\x4f\xb9\xea\xee\x91\xc8\x47\x16\x8f\x88\x99\x20\x6e\x0d\x6c\x14\xf7\x64\x76\x7c\x20\xa0\xf7\x85\xd9\x7c\xbe\x20\x28\x97\x8a\x6a\x03\xf9\x31\xf8\x49\x4a\xe1\x4d\x7a\x81\x5b\x19\x6e\x99\xae\x97\x33\xac\x75\xa8\x32\x03\x12\x8d\x15\xcd\x81\x0e\xdc\xcc\xa0\xdd\xa8\xc1\xb9\x14\x8c\xaf\x32\x68\x1d\xe2\x9f\x01\x6f\x11\x9a\x86\xe6\xeb\xb2\xd7\x5b\xad\x6c\xf6\xcc\x88\x86\xa4\x0e\xa3\x00\x35\x1d\xd4\x62\x07\x42\x3a\x62\x7c\x9e\xf1\x01\xe7\x0a\x34\xd2\x21\x4f\x0f\x84\xb6\x9a\x8f\xbf\xcd\x57\x52\x7a\x80\x9c\xa9\x9c\xa5\x56\xd7\x6e\x20\x26\x63\xa0\x0d\x15\x40\xe0\x51\xa0\x3d\x37\x4e\x1f\x5a\xad\xa9\x38\x69\x2b\x2a\xd2\x5b\x11\xea\xd4\x33\xb1\x0e\x4c\xc3\xad\x15\x2e\x6e\x56\xfc\x35\x9d\x51\x56\x25\x9a\xb8\x43\xb5\xce\x16\xf9\x2b\x72\x84\xd6\x65\x37\x1d\x6a\xdf\x39\xbc\x0c\x40\x83\xf0\xa9\x20\x85\x0c\xc1\x03\x76\xa4\x0b\xe2\xa1\x00\x2e\x9c\x58\x99\xa3\xac\xa5\x11\xd8\x99\x9d\x19\x23\x0c\x05\xe3\x49\xfb\x99\x56\x04\x18\x3a\x62\xe1\x9f\xd8\xa5\xa7\x05\x47\x45\xa8\x4a\x34\x56\xe2\xe8\x65\x82\x29\x5c\xf2\xc2\xe5\xeb\x10\xb1\x2a\x9a\xc5\xe7\x56\x84\x97\x5c\x54\x05\xff\x79\x24\x4d\xd3\x5b\x2d\xa4\xbb\xe8\x6d\x42\xe1\x64\x61\x25\x86\x8c\x3f\xc3\xcb\x8b\x2b\x09\x22\x6a\x42\x6f\x21\xca\x36\x8d\xa4\xa9\x91\x04\xc3\x09\xca\x83\x06\x01\xf3\x16\xd2\x74\x85\xbd\xe7\xae\xa7\x4d\x34\xe2\x0e\x4a\x98\x16\xda\x38\x1a\x16\xf1\xf0\xc1\xb4\xa8\x37\x9b\x8f\xfa\xd0\x96\x65\xa9\xc9\x92\x46\x92\x6e\x13\x2d\xa3\xd6\xef\xea\xa8\x58\x63\x85\xc6\xa0\xda\x3d\xcf\xab\xde\xef\x0a\x79\x8c\x64\xf7\xe4\x14\xfa\x89\xa1\xf5\xe8\x15\xdb\xe0\x08\x8e\xb9\xbb\x8a\x96\x27\xbb\x85\x71\xf4\x87\xb4\x76\xcf\x73\x0f\x54\x6e\x67\x85\xc3\x19\x77\xbf\xdd\x3a\x7d\xb9\x0f\xc6\x24\x33\xcb\x46\xd4\xc8\xea\xe3\x36\x75\x8f\x28\x78\x9c\xd5\x3b\x4a\xc8\x6d\xb0\xe5\xf3\xe2\x26\x82\xa5\x48\xc6\xe2\x71\x3c\xcf\xef\x65\xfa\xbc\x52\x00\xa7\x74\xe0\x7c\xbb\xa2\x14\x7b\xb1\x35\xdd\x69\xee\x80\xf4\x4c\xc9\x5c\x1c\x21\xe8\x4f\xb9\x81\x03\x12\x2e\xe3\xb3\xfa\x7c\x10\xc2\xe4\xc9\x91\x44\x11\x56\xc8\xf9\xd2\x73\xdd\x8c\x1a\xe8\xac\x12\x84\x43\x40\xe7\x68\xb9\xfb\x1e\x03\xbe\x5c\x96\xb4\x65\xc6\x83\xed\xb2\x70\x80\xf9\xf0\x97\x0a\x3f\x59\xfe\xd7\x96\x69\xfa\xe4\xa4\x76\x3c\x2d\x94\x23\xec\x3e\x91\x57\x78\xe5\x78\x3d\x51\xb7\x84\x0f\xc4\xb1\x28\x6a\x5a\xeb\x75\xd7\xa5\xa5\xff\x4c\xca\x07\xc6\x09\xb1\xe0\xe4\x48\xb9\xc2\x74\x09\x31\xe9\xfe\xa6\xf4\xb9\x74\xfa\xdd\xe2\x09\xbb\x57\xed\xdf\xfa\xb2\x1d\x96\x1c\xc4\xcb\x71\xeb\x72\x59\xbb\x05\xe4\xca\xa3\x55\xb6\x87\x28\xa4\x82\x4c\xed\xd1\xf0\x18\x51\xb6\xfc\x68\x72\x04\xce\x82\xbe\xd4\x1b\xdd\x2f\xda\x27\x3c\x8e\xb6\xb4\x46\x45\xf2\xec\x3f\x4b\xd7\xdb\x36\xe7\x65\x6b\xf1\x3f\x98\x91\xc1\xb2\xfc\x30\x76\xbf\x94\x59\x89\x99\x7b\xb6\x15\x55\x51\x54\xfa\xb5\xcd\x07\x27\xf1\xfb\xd8\x25\xac\x8e\x0f\x8b\xce\xa4\x58\x3c\x50\xc4\x04\x27\x2d\x63\x9e\x60\x1b\xad\x04\x6f\xca\xd7\x3d\x1a\x59\xda\x22\x22\xc3\xe9\x0e\xc3\xab\x53\x4f\x90\x2c\x66\xdc\xee\xb0\xdc\xea\x9d\x06\x00\xf6\x61\xda\xbb\xe7\xc1\x9b\x89\x73\x7b\x54\xfc\xbd\xff\x30\x53\x6a\x45\xa3\xc9\xf1\xa8\x78\x13\xf3\x7b\xd7\x57\x46\x67\x98\x71\x32\x34\xe7\xfc\x6b\xb6\x55\x2d\xa7\x98\xa2\x15\x5a\x6f\x1c\xc5\xf6\x36\x4e\x63\xa8\x19\x1d\xf4\x36\x5e\x88\x2c\xa4\x02\xbc\xd9\x88\xcf\xb4\x3a\xcf\xbd\x3c\x8b\x6c\xc6\xaf\x85\x9e\x11\x38\x38\xe7\x3a\x2a\x7b\x31\x98\x75\xe8\xdd\xcd\x07\x13\xdd\x0b\xd7\x89\xba\x92\xd8\xc4\xff\xb2\x59\x20\xe8\x8e\xb1\x4c\x44\xc9\x46\x82\x02\x08\x27\x09\x89\xb0\xfd\x22\x41\x61\x06\x87\xe3\x31\x2f\x6e\x9d\x79\xc8\xe2\x0c\xe5\x69\x2c\x72\x80\xad\x4b\x8f\x30\x6a\x04\xa1\x5e\x2f\x60\x35\x73\xa3\x6e\xe6\x59\x93\xd1\xd6\x4a\xe5\xae\xe2\x78\x3a\x3d\xcf\x72\xcf\x6e\x6c\x9d\xaf\xa8\xe7\xaf\xe1\x5f\x6f\xac\x8f\x5a\x75\xa6\xea\x3e\xf8\xf3\xe1\x23\x39\x7d\xf3\x2c\x25\x54\x72\x52\x5e\x6e\xdf\xbe\xbf\xf5\xe3\x5d\x95\x07\xe5\x3a\x67\xc6\x46\x01\xc3\xae\x4e\xc8\x6a\x6b\x8c\xcf\x0f\xda\x36\xf4\x0b\xfc\x64\xd1\x58\xdc\xce\x5c\x60\xeb\x24\x7c\x6a\xc8\xaf\x6b\x4b\xdb\xa5\xac\x4f\xe4\x21\xcb\x95\x5c\xa4\xea\x4b\x3b\x27\xcf\x6d\x3e\xbd\xce\x8e\x20\xbf\x33\xb0\x50\xdf\xf9\xa8\x6b\xab\xd7\xb0\x9f\x98\x6d\x7e\x77\x03\x94\xf4\x12\xfa\x8c\x91\xec\x29\xeb\x04\x97\x3c\xe1\x3d\xaa\xf3\x96\x1c\x8e\x90\xda\x09\xd0\x9e\x35\x40\xef\x26\xb2\x73\xc9\x02\x55\x89\xf0\x16\xaa\x69\x31\x7f\x55\x20\xfd\x04\xaa\xe3\xbd\x46\x50\x8b\x3c\x82\x3d\xa8\xc6\xfa\x51\x86\x4b\xc5\x8c\xa4\x1e\xec\xaf\xed\xa8\x1d\x0d\x04\x7f\xca\x82\xd1\x10\x86\xc6\x39\xa1\x2d\x40\x0a\x34\x52\xa3\x86\xad\x80\x90\x00\x5a\x29\x0b\xd2\x91\x64\x0c\x30\x70\x53\x39\xf5\xea\x1e\xc4\x6b\x67\x20\x3f\x33\xa3\x0f\x77\xad\xac\x0a\x2a\xa6\xcd\x84\xfd\xbf\x29\xb6\x1b\xba\x43\x92\xff\x77\xae\x26\xeb\xcd\x90\x4c\xf8\x92\x44\x3f\x13\xf9\x2a\x4d\xce\xd1\xe2\x27\x68\xc9\x57\x1c\x4c\x6a\x92\xdc\x06\x3d\x20\xf3\x72\x57\x3e\x2d\x5f\xf8\x8a\x0e\x7e\xf8\x6d\xfb\xf4\xf2\xe6\xaf\x17\xec\xa4\xc8\xbd\xb9\xf3\x9b\x4f\xae\x14\xfa\x02\x6b\x9e\xcd\x0a\x9f\xb4\xea\x79\xaf\x2b\x95\xc9\x02\xa7\x64\x76\x93\x9b\x5e\xb4\x43\x3d\x59\x73\x59\xb5\xa3\xbe\x6a\xd6\x51\x05\x39\xd8\x35\x64\x90\xbf\x5e\xb2\x4f\x94\x4b\x2b\xf4\xad\x1e\x66\xd6\x4b\x96\x66\x87\x57\xb5\x13\x7a\xd1\xa4\xef\x8b\xfd\x43\xce\x32\x79\xfb\xfa\xd2\xd6\x8d\x47\x7e\x14\x64\xaf\x9a\xc9\xcf\xbf\x92\x4b\xfb\x64\x9d\x42\x51\x4a\xec\xc2\x55\x99\xc8\xc5\xb2\x63\x12\xca\x2d\x57\xb1\x4f\x5c\x37\xf1\xb8\xf3\x04\xef\x42\xbe\x4a\xdb\xb2\x3d\x2f\x5f\x6e\x6e\x3d\x64\x22\x92\xc5\xd4\x96\xd7\x38\x71\x1b\x4a\xe2\xbc\x17\x01\x65\x9c\x2b\xdb\xf7\xd7\xb7\x97\xef\x58\x49\xb5\x9d\xc7\x4b\x1e\x01\x4c\xbf\x47\x32\x4a\x7c\x3c\x44\x5c\x99\x7b\x43\xe4\xfd\x75\x43\x3b\x7a\x71\xbb\x28\xd5\xeb\xc5\xbb\x24\x1f\x99\xd1\x5e\x76\x2a\xbe\xa3\xe4\x42\x7f\xf6\xff\x3e\xfc\xe7\xf7\xb5\x3b\xe2\xf3\x32\xf4\xa7\x2f\x8c\x8d\x8d\xbd\x80\xf2\x8b\x17\xda\xad\x7a\xd4\xc0\x8f\x35\x99\xcb\xf3\x98\xba\xfe\x75\x1d\x8c\xf4\xb5\x17\xe1\xaf\xe7\x02\xcb\x89\x7a\x37\xf8\x54\x0f\x9d\xa5\x53\x63\xaf\xf3\xdc\x3b\x67\x19\x17\xff\x45\xbd\x33\xee\x2b\xd7\x2f\xe4\x86\x03\x30\x82\x37\x48\x7a\xdf\x27\xb9\x93\x4d\xbb\x23\xac\x28\x6f\x19\x07\x60\x02\xe3\x3d\x63\x51\x7d\xd5\x16\xcc\x78\x6b\xf1\xcb\xee\xda\x29\xeb\x33\x10\x80\xc7\x0a\xa2\x52\xa3\xb1\xb2\x57\x29\x86\x21\x79\x6a\x78\x13\x6f\xf0\x98\xee\xa4\xb8\xa2\xd8\x35\xa3\x54\xff\xb6\xc3\xe7\xd0\x2b\xa3\x1e\xe5\xdb\x3e\x45\x84\xa4\x00\xde\x30\x8c\xe5\x6d\xa3\x17\x91\x66\x90\xea\xca\xbe\x6a\xde\x63\xcb\x9d\x93\xaf\x6e\xd2\xa8\x8f\x97\x19\x38\xf0\x6f\x25\x46\xf7\x40\x78\xa3\xf3\xd4\x6f\x4d\xb9\xf0\x8c\x34\xc1\x44\xb6\x54\x04\x82\x25\xbe\x28\x48\x1a\xe1\x76\xc6\xf1\xad\xcb\xaa\x96\xca\x3d\xaf\xc2\x7a\x18\x27\x21\xca\xe2\x5b\xd4\x01\xdb\xd8\x1c\xa2\x1f\xc5\x85\x4a\xf2\x63\x59\xfa\x4e\x14\x38\xec\x8a\x4a\xb9\x60\xaf\xca\x8e\x47\x72\xd1\x66\x9a\x27\x28\xa7\x4b\x2b\x6e\xcb\xb9\x2f\xcb\x7e\x72\x4b\xaf\xdc\x8f\xee\xd0\xef\xc0\x67\xbb\xeb\x17\xc9\xf2\x97\x92\xd1\x70\x80\x2c\xc4\xf2\xc5\xd8\x88\x69\xa0\x7e\x5a\x3c\xcc\x50\x9c\x1c\xcb\x73\xa0\x9a\x4a\xd9\x17\xef\x29\x88\xd7\xe3\x0c\x0a\xd0\xae\x54\x74\xc6\xb4\xa8\x57\x25\x45\x58\xd8\x95\xc5\x2d\x60\x40\x7c\xb2\x97\x7d\xb5\x14\x01\x86\xe9\x2a\x74\x5c\x49\xc2\xa4\xcb\x14\x41\x62\xd9\xb9\x8a\x34\x29\x09\xca\xa1\x1f\x8e\x1c\xd2\xc0\x2d\xe3\x3b\x6d\xde\x0e\x2f\xd6\x2a\x96\x4a\x5c\xa1\x1b\x82\x83\xf2\xf1\x3d\x38\x2b\xa0\x0b\x3c\x05\xb1\x83\x3d\x3c\x92\x0f\xda\xe7\xd7\xa8\x25\xa3\x61\x8c\x55\xce\xa0\x82\x95\x26\x90\x43\x46\x23\x61\xa3\x41\x7e\x9a\x1d\x31\x38\xc2\xe4\x01\x2b\xf6\x3e\x37\xeb\xc9\x38\x47\xe9\xa5\xed\x62\x7b\x93\x1b\x2a\x91\x84\xbd\x17\xa6\x6e\x41\xd5\x02\xd6\xd0\xd4\xe7\xbd\x13\x05\x42\x2e\x50\x99\x09\x8c\x4a\x4c\xa9\x7a\x08\x39\x9f\x4d\x6e\x9c\xce\x1a\x3d\xcc\xf0\x3a\xce\xa3\xe7\xe2\xdd\x49\x4a\x82\x69\x2b\x1c\x96\xfa\xea\x19\x28\x3e\x83\xb5\x60\xd4\x51\x73\xef\xd2\xf5\x6f\xeb\x9f\xe1\x73\x37\x39\xe9\x5e\x84\x5c\xcc\x17\x23\x9e\xca\xdb\xf5\x15\xad\xbf\x98\xb6\xb1\x28\x71\x37\xe6\x6e\xd1\xb2\x67\x77\x0d\xbe\x6b\xf7\xd3\x37\x02\x6f\x61\xb7\x7b\x84\xe2\x75\x20\xa0\x30\xbc\x6e\xbe\x57\x32\x31\xdb\x33\xcc\xee\xbf\xf5\x81\x14\x6d\x5f\x56\x00\x62\x79\x0d\x40\xae\xa1\x6b\x64\xd6\xb7\x0f\x97\x03\x2e\x0c\x3e\xb1\xaf\xa8\xbb\x28\x76\xfc\x5d\xf1\xcc\x77\x9d\xbb\x91\xc2\x16\x9d\x54\x31\xb3\x0c\x1b\x59\xaa\xc5\x43\x43\x03\x83\x2d\xe0\x10\x31\x54\x6d\xbb\x55\x45\x98\xe4\x48\xb2\x0f\x35\xfd\xc5\xb5\xd0\xf9\x03\x20\x71\xfb\xd6\x32\xff\xcd\xc6\x4d\xae\xf3\x00\x15\x90\x09\x3d\x09\xbf\x8e\x87\x71\x1d\x75\x41\xe5\xee\x2f\xab\x98\x4f\x48\x87\x81\xe8\xac\xa9\xf8\xa9\x39\x39\x12\x75\x81\x3c\x6b\x05\x7f\xa3\x48\xbc\xa9\xb4\xd7\x7a\x33\xe6\x47\xac\xaa\x69\xb3\x0e\x2c\x10\x86\x9c\x28\x43\xbd\xee\x99\x1f\x72\x35\xda\x8d\x78\x28\x8e\x6a\x5c\xe7\x23\xfe\x23\xf8\x4f\xf8\x43\xea\xe0\x30\x82\x6d\x4e\xde\xeb\x5d\x3d\xa3\x68\x98\x83\xb5\x00\xd0\x4f\x9e\xe9\xb3\xcc\x29\x4d\x8c\x6e\x8a\xad\xe4\xb5\x63\x10\xb6\x29\xa0\xa5\x20\x57\x89\x0f\xc6\xf4\x23\x29\x19\x27\xe4\x7c\x00\x59\xff\xe1\x4f\xef\xf3\x1f\x14\x57\x43\xb2\xb0\x38\xb1\xd0\x64\xc9\x2a\x7a\xc7\x40\x71\x14\x0f\x55\xca\x41\x5f\xe8\xf7\xb2\x1b\xd7\xc5\xaf\x59\x6b\x85\x43\x59\x59\x42\xc1\xe0\xab\xa7\x03\x84\xa0\xdf\xae\xea\x43\x45\x4e\x2b\xe8\x00\xf6\x96\x60\x60\xf5\x0c\x9a\xfd\xa8\xaf\xb6\x53\x9d\xfa\x16\xa2\x94\xc0\xd6\xe2\x49\x57\xc0\x85\xef\x5c\x3a\xc7\x59\x3e\x1f\x58\xbb\x67\xed\x6a\x41\xfc\x92\x01\x06\xe8\x8a\x44\x77\x11\xa8\x0e\x4c\x9c\x17\x7b\x2f\x8c\x69\xef\x07\xa8\x3b\x49\x47\x02\xb5\x7f\x28\x75\x89\x33\x8a\x75\x8b\xee\x18\xb5\x76\x35\x1b\x70\x56\x61\xb5\x55\xbc\xcf\xb2\x80\x07\xa7\x99\x67\x0e\xdb\x91\xc4\xae\x6c\xfe\x7a\x11\x6f\xe6\x17\x0f\xbb\xf3\x27\x0c\xb7\x48\x69\x5a\x51\x67\xbf\xf8\x1d\xc2\xc0\xd9\xdb\x6c\x6e\xd5\x57\x14\xa0\xa6\x91\x85\xc3\x2a\xee\x39\xd2\xae\x1c\x1c\x53\x15\x11\xcf\xe5\xa5\x18\x73\x5a\x0a\x4d\x69\x02\xf0\x28\x02\x58\x91\xdc\x92\x7c\x0d\x79\x5e\xa3\x92\x71\x88\x64\xf8\xb8\x75\xe9\x91\x83\xb5\xec\xe9\xe5\x1f\x3b\x55\xd4\xef\x81\x53\xe5\x63\x2d\x34\x82\xeb\x5d\x79\xc0\x96\x50\x36\xe8\xd1\x55\x56\x70\x77\x81\xcc\xc5\xd6\x75\x39\x72\x84\xc8\x8b\xf0\x9b\xcf\x8d\x37\x1f\xdc\xf9\x5f\x13\xb7\x0a\xa0\xd7\x0f\x36\x66\x81\x9e\x3c\x80\xcc\x84\x10\xcf\x52\xd4\x3e\x1f\x73\x4d\x9a\x63\xb8\xee\xaf\xbe\x56\xe9\x6f\x26\x08\xfb\x0b\x79\xa7\x30\xa0\x92\xb3\xc3\x43\x8a\xe6\x18\x05\xdb\xd7\xc7\xf8\x5b\xcf\x83\x01\xd6\xb9\xe7\x28\x66\xa1\xf3\x30\x97\x01\x4d\x56\xf9\x2e\x6f\x3e\x98\x21\xeb\xd6\x73\xc6\x66\xd5\x81\x67\x73\xa7\xdd\x0e\xdd\xcb\x2a\x94\xb6\xae\x9c\x5f\xbb\x7e\x76\x9d\x26\xfc\x46\xdb\x5b\xb4\xda\xa7\x9a\xfb\x22\x17\x74\x6c\xbf\xc5\xdd\xb5\x27\xdd\xa7\x57\xf9\x0b\xf0\x5d\x16\x18\x17\x3f\xb2\x64\x84\x7f\x4e\x80\xd9\x8a\x09\x9a\x9f\x85\xa3\xe1\xd4\x93\xde\x87\x08\xda\xbf\x9d\xae\x69\xac\x36\x47\x96\x1b\xcb\xe2\x32\xa6\xaa\xbc\xa1\x0a\xac\x63\xf5\x2c\x93\xb1\x06\xc2\x7a\x5a\x7e\x53\xfd\x56\x2a\x7d\x9c\xb4\x86\x8f\x9a\xfc\xb2\xa2\xa9\xd2\xb9\x65\xa9\x44\x67\x07\x73\x8b\x15\x57\x69\x65\x0b\x33\xfd\x78\x51\x76\x75\x0b\x2b\xbe\xee\xdc\xf6\xad\xcb\x14\x87\xe3\x04\xed\xe8\x09\xc3\xe7\x0b\xeb\x8d\x99\x21\xb5\xea\x4b\x38\x6c\x0a\xe9\xa5\x0d\x7a\x0d\x83\x77\xad\xd4\x8c\x92\x26\xa0\x0e\x76\xb7\xc0\x7c\x9f\x31\xea\x9e\x93\xd1\x08\x6d\xea\xb6\x97\xef\x72\x8e\xd3\xde\xcc\x95\xee\x93\x93\x94\x0e\x37\x2d\xeb\x3c\xa3\x25\x4a\x1d\x28\x9a\xb0\xb4\x6c\x67\x9b\x94\xa2\x5d\x93\x15\x5a\xd1\xd1\xb0\x63\xfb\x95\x54\x89\x4c\xf5\x02\x70\x8b\x6c\x5f\x1c\x9d\x98\xb7\xec\x64\x13\xa7\xcf\x85\xf5\xd4\xde\xb2\x8f\x26\x2a\x54\x80\x67\x57\x04\xa6\xd0\xe1\xb6\x25\xab\x9d\xe3\x97\xe8\x21\x0a\x1b\x67\xc1\x87\x1e\xca\xc7\x4d\x3a\x09\x2b\x52\xa9\x62\xe7\xaf\x4c\x1c\x94\x16\x67\x0d\xef\x01\xf5\xe0\xc4\x45\xb4\x2e\xa3\xe9\x45\x0b\x6a\xc4\xc8\x0c\x91\xb1\x38\x82\x63\x2f\x45\x61\x39\x35\x20\xfe\x0b\xa2\x71\x5a\x09\x93\xff\xb1\x20\x9c\xff\xb8\xb9\x78\xff\xfc\x7a\xb6\xc6\x22\x9f\x68\x4f\x97\xee\x96\x71\xef\xf7\x9b\x79\xbb\x15\x35\xd6\xd2\x97\x74\xef\xc4\x68\xbe\xc5\x38\x40\xb5\x6d\x30\xce\x26\x9c\x6c\x81\x42\xba\xfc\x70\x68\x28\xaa\x66\x01\x90\xd7\x01\x06\x71\x43\x85\x3d\x06\xd2\x61\xfd\x7d\xe4\xd8\xd6\x0d\xe4\xe6\xe9\x65\x74\x33\xd8\xc7\x4a\xe7\xa6\x52\xc2\x19\x5c\xbb\xf7\xdc\xc5\x2a\xc3\x68\xd7\x8b\x6d\xbf\x74\x2c\x77\x3b\x31\x6c\xdf\xda\xb2\x03\x56\x2c\x77\xb7\xd5\x3f\x18\xbc\x1d\x9d\x7a\xfa\x98\x95\xf4\x0d\xe2\xee\x4f\x0d\x51\x0f\xd3\x57\x06\x1d\x17\x2f\x42\x23\x29\x2f\x19\x6e\x6e\xf6\xf6\x3b\x59\x18\xb0\xbd\x48\x89\xef\x76\xca\x14\x13\xf2\x77\x41\x4e\x1a\x9c\x67\x99\x6d\xee\x68\x05\x1e\x72\x11\x27\x38\x12\x4d\x9a\xd4\xe4\x8c\x11\x3a\x16\xe6\xd1\x2a\x09\xb6\x1f\x90\x9f\x23\x71\xb3\x62\x85\x6c\x7f\x4f\x7f\x0d\xfe\x53\x7f\x7d\x55\x37\x62\xb3\xa9\xb2\x97\x81\xd4\x2b\x36\x31\xad\xfd\x38\xe8\x26\x49\xa3\x6e\xd1\x8a\x8f\xeb\xe8\x03\x4e\x5d\xbf\x8a\x7e\x5c\x25\x53\xa9\xd3\x0d\xff\xac\xb4\x92\x7a\x54\x76\x93\x26\xaf\x76\x7f\x05\x12\xf5\x07\xb3\x84\x82\x48\x32\x6e\x2f\xee\x3b\xa8\xca\xd8\x5a\x46\x45\x32\x51\x5f\x81\xc4\x80\x8f\x9c\x82\x59\x7f\x94\x47\x98\x0e\x9d\x38\xb2\x15\xeb\x65\xb4\xe6\xa6\xe5\x7a\x5e\xc3\x46\x32\x56\x36\x29\x03\xf9\xe5\xe6\xa7\x7b\x00\x03\xd4\x48\x52\x61\xf9\xe2\xcc\x80\x3f\x21\x09\x25\x09\x61\xca\xb6\x44\xcf\x13\xae\xe4\x6b\xf7\x7d\x09\xd7\xf2\xa6\x61\x3b\xf3\x3f\x90\x79\xc5\x92\x17\x39\x75\x0f\xd5\x2c\x8f\x49\x3c\x8b\x9a\x22\x53\xda\xcc\x80\x14\x4f\xd1\xae\xbe\xff\x39\xc2\xf6\xc2\xe2\x27\x27\x48\x27\xf6\x99\xa5\xd7\x9d\x53\x91\x4a\x44\xc5\xe0\xe6\xba\x98\x2c\x9e\x72\x58\x1b\x8d\x1b\x6a\xca\x56\xfa\x00\x5f\x64\x55\x50\xfd\x77\x6c\xab\xa3\xfa\x78\x51\xb4\xcd\x80\x29\xe7\xce\x52\x9e\x21\xcc\x7a\xd8\xcf\x34\x6e\x5f\x1b\xaf\xc2\xe8\xe6\xa7\xa2\x02\xeb\x16\x05\x0e\xe4\xb6\x3e\x1d\xc0\x5f\xd9\xf2\x3b\x4f\x06\xb9\x6e\x19\xbf\x13\xc5\x3d\x30\x44\xb6\x27\x10\x34\xb9\xcf\x57\x35\xde\xe4\xd3\x60\xea\xca\x96\x10\x91\x2d\xff\x75\x7f\x0b\x0c\xb5\x2b\x8b\x0f\x9c\xfb\xce\x95\xf6\xa2\x29\xb8\x96\x4a\xdd\x82\xc4\xaf\xbf\xa3\xfa\xa5\x54\xf0\x50\xa3\x7a\xc6\xec\xac\x68\x74\x83\x12\x72\x03\xe8\xa8\x4f\xfa\xc8\x56\x9d\x01\xec\xaa\x85\x47\x5c\x90\x9e\xaa\xe8\xe9\xca\x41\x86\x97\x84\x7e\x8d\xe8\xc3\x39\x89\x9b\x53\x20\xdb\x7d\xe0\xdd\x09\x12\x05\x02\xc9\x7c\x8a\x83\x35\xf6\x26\x16\x0b\x02\x4e\xe4\xd7\xa0\x85\xe1\x62\x43\x60\x4f\x69\x1f\x9c\xa5\x85\xdb\xf6\xa4\xd0\x35\x74\xda\xc8\x52\x03\x92\xeb\x1a\x72\xfd\xd5\xc0\xdf\x8f\x1c\x6a\x64\x39\x23\xdf\x59\x07\x3b\x6a\x1f\xbd\xdd\xf1\xe2\xfe\x27\x6c\xa3\xce\x7f\xc9\x84\x0b\x0f\xd3\x41\x95\x7d\x66\xce\xf8\x6e\xff\x33\xd7\x18\xd4\x4a\x1f\xb3\xba\xf7\xcc\x6d\xa8\xf4\x51\xa7\x21\x8b\x26\x3a\xce\xb3\xe7\x61\xfb\xc9\xbc\x65\xf0\xaa\x42\xa1\x7d\x56\xe7\xb1\xc1\x7d\x67\xa1\x31\x25\x59\xc2\x12\xd3\xee\xc6\x97\xcd\x39\xa1\x71\xc8\x65\x0f\x47\x18\xb3\xde\xdd\x06\xf3\x91\x85\xd8\xf3\x92\x7b\x1c\xdf\x8b\x67\x3f\xa4\x4f\xcf\x59\xfd\x37\x92\x06\xc9\x56\x50\xb1\x4b\x35\x0d\x89\x58\x98\x8f\x28\x9f\x47\xc5\x91\xb4\xc8\x0b\x41\xbf\x5f\x26\xe4\xf0\x25\x7b\xf3\x58\x51\x3e\x72\x76\x29\xa5\x8f\x09\x5a\x8e\x96\x6a\x61\x3a\x32\x98\x84\x94\x60\x7a\xc2\x1c\x10\xda\xad\x91\xf8\x99\x4c\x86\x8d\xed\x48\xc9\xe6\x97\x74\x16\xfd\x5d\x45\x14\x18\xc3\x1a\x23\xa2\x0a\x1b\xc9\x59\x24\x38\x1b\xd4\xb0\x96\xa8\x92\x4b\xfd\xe4\x2a\x0d\xed\x3a\x32\x8b\x4f\x42\xd9\xf6\xfb\x64\x73\xd9\xd2\x68\xd2\xc0\x41\xcb\x64\x44\x34\xe3\x04\x2c\xb7\x3c\xff\xff\x88\xbf\x72\xd2\x46\xfa\xfb\x5d\xf8\xad\x94\x25\x59\x58\x2f\x77\xcf\x4f\x6f\x2f\x4d\xbf\x1a\x1c\xac\x95\xcc\x46\x90\x9a\x05\x8e\x27\x46\xf7\xd6\x7b\x50\x6e\x15\x69\x9f\x95\x54\xd8\x2c\xbb\xd9\x38\x1c\xe9\x28\xe9\x82\xda\xee\x74\x03\x6b\x82\xeb\x84\x9a\xb9\x80\x83\x8d\x3f\x2c\x1a\x9a\xdd\xf1\x39\x65\x9f\x56\x48\x99\x2c\xfe\x6b\xc1\x6b\x83\xa4\x5a\x18\xc4\x7c\x18\x72\x36\xcf\x5b\x1f\xf9\x60\xec\x2f\x3a\x41\xe9\xf3\x4e\x5b\xe7\xac\x9c\x22\x2b\x89\x8a\xfb\x5d\xe2\x46\xda\x1f\xb7\xaf\xcf\x76\x67\x2e\xba\xd5\xcc\xf3\xe3\x4c\x83\xc2\xfb\xb9\x35\x4d\x34\x4e\xf7\xfb\xaf\x0a\x10\x0a\x92\x45\xba\xab\x60\xa7\x97\x3b\xde\xac\x74\xa6\x90\xdc\x92\x45\x6a\xe9\x7e\x27\x35\x08\x19\x1a\x74\x4f\x4e\xd9\x45\xc2\xcd\xb9\xb5\x0b\xe2\x0e\xb9\x15\x24\xd6\xa0\x3f\x51\x63\x8f\x01\xfb\xb8\xe6\x96\x0a\x9e\xf1\xf7\xd1\x0b\x04\x51\xd4\xb6\xf7\xcb\x63\xf4\x7b\xb7\x94\x6d\x81\xed\xc3\x57\xec\x68\x5b\x00\xd7\x2c\x2a\x52\x22\x04\x65\xcd\x58\x54\x31\x1d\x8b\x33\x8a\x69\xff\x50\x72\x3e\x4c\x75\x0a\xeb\xb5\xda\xc0\x2d\xad\x5e\x43\x29\xbf\x29\xc6\x70\x3e\x18\x90\x8a\xd2\x6f\x26\x94\x5d\xc6\xcd\xe3\x79\xc6\xcb\xb3\x19\xfc\xf9\x0d\xa8\x14\x98\x80\xe5\xb4\xe1\xbb\xf6\x68\x49\x6d\x76\xeb\x59\xcb\x15\xcd\x10\x39\xd2\xc6\x35\xe3\x31\x83\x0a\xb1\x14\x37\xc8\xee\x29\x34\x02\x91\xb4\x8c\x0a\x15\xdf\xaa\xb5\x20\xa3\x9e\x26\xc6\x55\x3e\xbb\x7d\xf4\x6d\x64\xfd\x16\x25\x5f\x30\x5e\x3e\x01\xde\x9e\x24\x5b\x6e\x78\x7a\x3f\xf1\x25\x8d\x8f\xe7\x51\xfb\x46\x3e\xff\xe2\x14\x65\x88\x41\x80\x98\xb7\x32\x0e\xee\xda\x6b\x3f\xe7\xac\x3d\x7a\xdf\x0f\x05\x9a\x1b\x98\x28\xa3\xc6\x30\xbf\xee\x68\xf9\x96\x0b\x1c\x78\x4f\x65\xca\xcd\xe7\x2f\x73\xa7\x83\xb6\xe4\xa2\xa3\xdd\x65\xa5\xce\x80\x7a\xa5\x6f\x90\xa3\xbe\xf6\x1b\x6a\x45\xd5\xa4\x55\x4b\x83\x6c\x24\xcc\x82\x7a\x92\x66\x64\x02\x4e\x91\x0d\x2d\xe7\xd2\x22\x97\xb7\x01\x6b\xc4\xe1\x38\xab\x0c\x57\x65\x69\xb9\xc9\x2f\x6e\x70\x4e\x6e\x79\x43\x1e\xd0\xe4\xbf\xb7\x55\x7d\x24\x22\xbc\xe6\x6b\x47\x8b\xfb\x2f\x04\xc1\x3c\xa1\x62\x02\x1a\x5a\x23\x07\x85\x43\xd3\xb8\x27\xfa\x9c\x5e\x2b\x4a\xc7\x1b\x55\x14\xa7\x63\xd6\x75\xb2\x6e\x7a\x66\x00\x7e\x7b\x31\xe0\x04\x19\xf1\xdf\x22\x32\xdf\x41\x61\xba\x67\x01\x71\xea\x9c\x95\x1f\x57\x16\xf5\xdb\xfa\xf4\xf6\x9d\x5b\xdd\xcf\xce\xfe\xb6\x7e\x99\x1c\x79\xc8\x06\x05\xd3\x25\xdf\x98\x47\xf2\xca\x00\x01\x36\xf8\x6d\xfd\xcc\xae\x53\x29\xdc\x0b\x2b\x1d\xb8\x2d\x17\x46\x56\xa1\x37\x77\x85\x74\x4f\xb9\x70\xf4\x85\x83\x58\x86\x86\x45\x37\x24\xe0\x72\xfb\x65\xb1\x70\xca\xa9\x73\x76\x26\x51\x58\xb6\x6d\xcf\x6f\xa4\xed\x2a\x9b\x93\x17\x36\x93\xe8\xd0\x73\x5a\x7b\xd2\x77\x1f\xec\x29\xee\x72\x99\xf3\x53\x45\x52\x5f\xa6\x6a\xee\xb2\x99\xf3\x2e\xd7\xb9\x15\x61\xce\x3c\xef\x3a\x7f\x48\x1f\xe3\xb0\x0e\xe0\x40\x5e\xaa\xfb\xbb\x62\x7b\x74\xfb\xcf\x5d\xda\x96\x35\x27\xff\xea\xda\x74\x1f\xea\x9c\x5a\xb0\x93\x59\x4c\xf6\x11\x26\x37\x18\x8a\xab\x97\xd6\xbb\x53\xe7\x7a\x97\x26\x77\xe6\x2f\xd8\x2f\x5e\xbb\x85\xb6\x4e\x95\xe1\xa4\x95\xb4\xb3\xb8\x11\x95\xb7\xe6\x9e\x10\x5f\xb0\xfa\xb6\xfa\x54\x50\x7d\x14\xf8\x91\xd6\x78\xa5\x4d\xc1\xa6\x74\x0b\x89\x28\x35\xb5\xcc\xda\xbb\x9d\xd3\x73\x56\x53\x22\x96\x55\x43\xd4\x69\x55\x49\x07\x5a\x94\x5d\xe1\x9a\xee\x88\xa8\x87\x69\x97\x7c\x96\x2e\x92\x41\x74\xdd\x87\x1e\x76\x4e\x9e\x43\x8b\x2b\x93\xbd\x42\xda\xba\xc3\x37\x13\x4a\x36\x58\xa9\x03\x80\xb5\x9b\x15\xdc\xa2\x94\x23\x98\x73\x60\xf1\xa7\x6c\x00\xd6\xbd\xf2\x75\xef\xe2\xdd\xfc\x68\x6a\xc2\xba\xa1\x0c\x02\xd3\x87\xb9\xf7\x6b\x85\x61\xcc\xfd\x16\x18\xde\xf3\x8b\x27\xb9\x16\x6a\x67\x47\xa2\xb0\x99\xdf\xd7\xcf\xe9\x28\x17\x8a\xf6\x95\x1a\xec\xb9\x27\xd2\x41\xd0\x67\x77\xec\x4e\xe2\x9a\xca\x95\x7b\x83\x4c\xa1\x56\xec\x19\xec\xab\x03\x32\xd1\x2c\xf3\x64\x55\x06\x9b\x5c\xfb\x3e\x8d\x45\xdb\x8f\x9c\x64\xae\x09\x5a\x5f\xd3\xee\x79\xd7\xda\xef\x2a\x19\xfc\x9f\x51\x15\xa3\xfd\x9a\x2e\x50\x8a\x39\x6f\x07\x89\xb3\xda\x0c\x26\x49\x96\x66\x2d\x68\x08\x9c\x13\x39\x3b\x70\xb8\xb3\x79\x45\x2a\x3f\x34\x01\x7f\x50\x3d\xca\xa8\x0f\x91\x4f\xd1\x79\x70\x1f\x7b\x1d\x88\xd5\x49\xbf\x2d\x1d\xc5\xc4\x84\x30\xa5\x56\xbb\x9a\xb5\x01\x53\xca\xbc\xde\x3b\x8c\x29\x0d\x7b\x8b\x33\x3b\x13\xdf\x90\x77\xd7\x6a\xd1\x2c\x72\x8d\xfb\xcd\xc4\xeb\xce\xee\xa2\x8a\x89\x29\x0b\x26\x70\x08\xbf\xef\x3d\x83\x5c\x73\x3d\x05\x18\x1f\x66\x61\xa6\xe0\x75\x68\xdf\xda\x56\x02\xc8\x10\xd1\xe8\x60\xbb\x7a\x2c\xca\x30\x78\xd0\x48\x85\xac\xec\x4c\x77\x1b\x53\x73\x96\xcc\x81\x58\x62\x3c\xbb\x15\xb4\xa3\xfc\xfa\x7c\x9f\x0c\x2e\xd7\x8a\x00\x11\x28\x93\xd1\x28\x0b\xc9\xac\x53\x77\xff\xf6\x21\xb2\x1d\x7f\x6a\x39\x1d\xcd\x77\x9f\x2c\xd8\x7c\x0a\x46\x1a\xa9\x08\xeb\x2e\x98\x02\xb9\x16\xdd\x05\x0b\xfc\x9d\xa0\x53\xbf\x63\x56\x98\x16\x84\x89\xa6\xea\x78\x15\xc3\xaf\x7c\x7f\x1d\xd0\x07\x62\xe8\x43\x24\x3d\x22\x6d\x3b\x02\xf5\x8a\xd5\x88\x44\x15\xd0\x88\xde\x02\x60\xbf\xa0\x05\x54\xa7\xf4\x73\x6c\x73\xe1\xbe\x03\x8c\x9d\x55\xfd\xb7\x0f\x61\x4a\xe8\x4b\x93\xdd\xce\xd5\xde\x9d\x6f\x8b\x90\xb0\xae\xdf\xc4\xa0\xbe\xfb\x68\xa0\xe6\xc3\xf5\xb7\xae\xfc\xc8\xfe\x07\x6e\x43\xf7\x28\x18\x71\xbe\x7d\x88\x09\x4a\xc1\x98\x2c\x4b\x62\x07\xf0\xd1\xb0\x81\x61\xf8\x00\x80\xc9\x7e\xdf\x58\x1d\xb2\x50\x92\x94\x9b\x64\xcb\xcf\x6d\xd0\xbe\x45\xe9\x9a\x25\xa4\x60\x8e\x95\x12\x2b\x17\x69\x80\x6c\xac\x70\xaf\xfc\x45\xb1\x51\x35\xdf\x7b\x05\xf3\xe4\x4a\x15\x14\x89\x95\x55\xda\xcf\x6b\xc8\x60\x72\x41\x21\x4d\x2d\x65\x92\x31\xa8\x5c\x18\xcd\x55\xea\x90\xef\x51\x2b\x1a\x46\xa1\x1f\x87\x01\x1a\x1a\x2f\x6f\x5d\x7a\xbc\x33\xfb\x83\xf6\xfc\xf6\x4c\x2f\xd9\xa3\xce\x5a\xbe\x65\x99\x9e\x5f\xfe\x3e\x83\xcb\x22\x11\xc5\x3d\xda\x86\xad\xb2\x78\x62\x99\xd9\xba\x5a\x32\xbd\x2a\x6b\x54\xa9\x41\xc9\x40\x9d\x3c\xa0\x76\xd3\x7a\x32\x1c\x8b\xf8\x40\x9a\xdb\x02\x95\xf3\xea\x18\x9a\x61\x9a\x8e\x01\xe1\x64\x14\x72\xe4\xbd\x8e\x54\x2b\x45\xe7\xc4\xa9\x3e\xa1\xbc\x88\xf2\xbb\xef\x82\x29\x40\xc4\x34\x27\x23\x19\x2b\xf4\x6e\xce\xfd\x42\x59\x35\x3a\x6c\x5e\x5f\x0a\xd3\x6c\x4e\xdf\x3c\xfa\x40\x8f\xd9\xdb\x36\x1a\x7e\x2a\x79\x29\x55\x8e\xe0\xf7\x24\x1b\xb0\x15\xb6\xe4\x90\x4a\x0c\xfc\x2e\x26\x06\xee\xd7\x92\xe5\xf5\xcf\x1e\x8e\xb2\xe0\x85\x97\xd0\x3e\x05\xc3\xc9\x0d\xd7\x93\xc1\x10\x43\x17\x51\xb0\x50\xce\x2c\xfc\x9c\xf4\x10\xa7\x15\x0f\xaa\xed\x79\xe6\xbd\x6a\x8b\x40\x13\xfb\x60\xb0\x2f\xce\x9a\x8f\x26\x52\xb6\xaa\xd5\xd5\x0f\xdc\x50\x10\x80\x86\x4e\xe8\xaf\x5a\x61\x87\xd5\xfe\x7d\x05\x39\x8f\x67\x37\x0c\xeb\x6e\xfd\xc7\xa3\xcd\xa4\x95\x71\x52\x5a\x36\xf4\x91\x43\x22\x17\x74\xa3\xf8\x60\x6b\x68\xaa\x1c\x50\x65\x27\x09\x73\x21\x04\xf9\xdb\x27\xb9\x3f\x73\xb0\xa3\x3d\xc1\xb8\x93\x42\x3b\x9d\x3c\x6a\x12\xe9\x80\x20\x03\x0c\x9b\x8f\xc1\x63\x54\xc6\x51\xa7\xb6\xca\x3f\x9b\xe7\xa6\x95\xc2\x0e\x55\x29\xb9\x40\x40\x22\x01\x11\xe7\x40\x2b\xb0\xd9\xaa\x8a\x8e\x96\x73\x69\xb4\x67\x83\x81\xfd\xd0\xe6\x31\x2f\x33\xe2\x3c\x50\x96\xd9\xa5\xad\x0d\x5a\xd4\x53\x52\x15\xf0\x91\x62\x43\x08\x6d\x90\x6d\x5b\xc1\xf6\x8d\x76\x6f\x6d\xa7\x63\xcd\x9a\x03\xea\x7d\x04\x2c\x86\x85\x70\x6c\x13\xe7\x91\xd1\x4b\xf0\x5f\x18\xaa\x6e\xbf\x17\xf4\xc1\x37\xd3\xa4\x8f\x85\x56\x9a\xac\xfd\xa0\x37\xc2\x7f\xd6\xfc\x63\xf2\x87\xe6\x96\x05\xd6\x30\x5c\x60\x4f\x8a\xbf\xec\x62\xaa\xc3\x15\x38\x07\x7a\xca\x49\x7d\x01\xd6\xf9\x2b\xa6\xf3\xe5\xc4\xe7\xea\x8b\x9b\xae\x95\x74\x34\x82\xc7\x9d\x25\x30\x26\xf7\xa7\xcd\xb5\xdd\x38\xfc\x96\x3f\x8e\x68\xc4\xa4\x96\xb5\x06\xfe\xe2\xe5\x00\xe4\x8f\x11\x85\xb0\xac\x49\x28\xcb\x9a\x7c\x55\xd6\xb6\x1f\xf1\x4f\x7b\x9a\xd4\x8b\x7a\xa7\xdc\xbe\xa8\xdc\x7a\x88\xf0\xf1\xe1\x92\x22\x9f\x42\x2e\x19\x49\x28\x92\xc4\x15\x89\x21\xc1\x1f\x11\x81\x94\x75\x98\x04\xf9\x48\x02\xe6\x1a\x76\x72\x5e\xb9\x45\x9e\x09\xde\x7c\xdf\x2e\x55\x6f\x9c\x5b\x47\xc4\x2c\x53\x6b\xa2\x59\x2b\x68\xa0\x1e\x45\x96\x4e\xbd\xaa\x63\x31\x3b\x0d\xf1\x7e\x5f\x5e\xe8\xce\xfd\x42\x31\xb2\x19\xfc\x2f\xa3\x74\xe9\x9b\xf5\xad\x1f\xcf\xf9\x5e\x5a\x67\xd8\x87\x4b\xd0\x69\x1e\x25\x5b\x71\x67\x97\x95\x25\xb4\xab\x2a\x94\xa3\x40\xaa\x4d\x52\x04\x09\xa1\xc2\x8a\x53\x93\x31\xc8\xaa\x08\xfb\xf3\x11\x46\x53\xd2\xfb\x12\x66\x1c\x7b\x34\x32\xfe\xe8\x1f\xc9\x2f\x81\x2e\xeb\x5b\xd7\xd1\xe0\xbe\x8b\xd6\x56\x01\x25\x56\x56\x8f\x24\xe6\x12\x7b\x01\xf3\x8c\x60\xfa\x8a\xa1\x38\xaa\xd7\x82\xe3\x61\x1d\x53\xa5\xd9\xd1\x55\x07\x72\xfd\x5b\xc0\xd9\xbd\xf7\x75\x6f\x62\x31\x57\x23\x6d\xb7\x74\xa5\x3b\x0b\x7d\x2a\x01\x50\xd5\xcb\x6f\x11\x52\xc0\x40\xb2\xc5\xb5\x52\x64\xae\xf1\xb4\xcb\x7f\x8c\xe0\x6e\x9a\x55\xa7\x18\xf3\xe4\x0f\x50\x00\xbb\x45\x31\xa2\x80\x67\x90\xc6\x1c\x76\x9c\xb7\xd2\x0b\x3b\xae\xba\x27\x9d\xbf\xd4\x7b\x03\xff\xe8\x53\x71\x14\xdf\xf9\x4a\x1a\x96\xdf\x4b\x83\x37\x6a\xc1\xe1\x37\xe4\x7b\x3a\x9a\x35\x39\xbd\xff\xe1\xf7\x8e\x7c\x10\xa8\x1c\xff\x2a\x69\xbf\xa9\x44\x37\x84\xea\xf8\xd7\x04\x4b\xe9\xaa\x48\xa9\x7b\x5f\x54\x70\x29\xbe\x7b\x68\xc6\x93\x33\x75\x46\x1d\x77\xee\x46\x7a\xed\xd4\xd5\xe0\xd3\x07\x1a\x42\x03\x00\x86\x4a\x05\x1e\x15\x76\xb3\x9a\x05\x61\x63\x3c\x90\x16\x03\xc1\x7b\x40\x31\xc5\xcd\x7a\xa4\xbe\x60\x94\x99\x36\xc0\xc6\x20\x40\x4c\xd4\x0c\xd1\x59\xaa\x86\x69\x1e\x29\xa5\x78\xf0\xcc\xf3\xcf\x0c\x38\xd8\xa8\x92\xd5\xd3\xf2\x91\x77\x0f\x07\xe6\xba\xa9\x38\xc6\xc6\x88\x52\xb6\xe0\x58\xdc\xc4\xea\x15\x74\xd2\x06\xda\x1e\x5a\xd1\xbd\x58\x36\xc4\xc3\xe4\xe7\x5b\x57\x3b\x5b\x17\x6f\x2a\xdc\x82\xf6\x35\x51\xeb\x38\x06\x36\x27\x08\xfb\xe0\x8d\xf7\xec\xa0\x50\x06\x69\xc9\x64\x28\xed\x8c\xe2\x21\xca\xdb\xa7\x97\xbb\x33\x17\x99\x85\xe8\x3b\x2b\x58\xbc\x48\x52\xee\x9b\xf3\x20\xca\x9f\x8f\x59\xc4\xbf\xda\x69\x46\x36\x5e\x93\x94\x0a\x18\xf6\xa2\x24\xf5\x7b\x90\x77\x9f\xe5\x2e\xf2\xec\x49\x5f\x57\x7c\x1b\xf1\xeb\xee\x34\x54\x1a\xf3\xf0\x3d\x6d\xad\xed\x8e\xfc\xf5\x0a\x0d\x27\x8f\x82\x1d\x96\x53\xbd\x28\x8a\x64\xb3\xab\x54\xf8\xe1\x21\x1b\x30\x79\x59\xfa\x55\x12\xf7\x09\xa7\xaf\x3d\x8c\xbe\x14\x24\x11\x3d\x16\x8b\xab\x34\x13\xb9\x8e\x01\x85\xc9\xbc\x84\x35\x10\x7c\xd1\xd3\x84\x43\xbb\xe9\x10\x8c\x12\x40\x13\xb0\x9f\x09\x44\x8c\x79\xca\xa8\x16\xc5\x3f\x6e\x90\xe4\x23\x20\xae\x8d\x03\xfe\x4a\x1c\x46\x6b\x31\x36\x25\xa6\x61\x61\x1f\x04\x18\xdb\x76\x28\xa1\xb6\xb6\xf4\x70\x84\xda\xbd\xc5\x19\xca\xee\xcf\x55\xc3\x66\x53\xb9\x06\x7e\x4b\xb4\xcd\xb2\xe7\x6a\x80\xd7\xc1\xaa\x7b\x9c\x08\xa6\xe2\xaa\xf4\x62\x9e\x17\x2d\x17\xdb\x90\x58\x2d\x55\x90\x93\x3e\x2d\x29\xe6\x89\x54\x2f\xa2\x16\xa4\x28\x19\x1a\xaa\xc7\x8d\x08\x13\x28\x4a\x5e\xd7\x8b\x8a\x1e\xbb\xaf\x43\xda\xe8\x7e\x38\xd6\x6c\x05\x65\xf2\x24\xc6\xc6\x1c\xfc\x2b\xca\xa6\x83\x0c\x42\x84\x55\xb6\xa3\x0e\xd1\x3d\x96\x1e\x5a\x6d\x82\x87\x96\x28\xd2\x8d\x35\x8e\x55\x4e\x53\x51\xe5\xde\x0c\x88\x36\x6d\x25\x09\x5a\xc0\x64\x23\x45\x8a\x56\x9e\x0f\xfe\x89\xb4\x86\x3e\x41\x34\x47\xa9\x56\x38\xa9\xbe\x6e\xbe\xf3\xd5\xa5\xad\xcb\x27\x3c\xc7\xde\x3e\x3d\xc0\x62\xfd\xe6\xbc\xd8\xa0\x5f\xfb\xc0\x9b\x42\xb5\x15\x37\x75\x28\x9c\x87\x4a\xfb\xbf\x20\xac\x38\xbf\x52\x7a\x99\x14\xaf\x9b\xaf\x20\xed\x97\x0a\x90\x81\xf4\x89\x92\x4a\xa8\xbd\xd3\x23\xa4\x23\x0a\x46\x0f\x1f\x7e\x27\xa0\x88\xda\xc3\x6d\xb6\x5e\xb0\xeb\xf8\x24\xaa\x55\x84\xf4\x75\x56\x19\x6c\xc3\x33\x0c\x37\x97\xe1\x9e\xc8\xed\x2c\xf8\x03\x7f\x0c\x0e\xd3\x47\xbb\x91\x80\xd7\x9b\xf4\xc3\x2e\xa0\xb7\xf4\x03\xf8\xc7\xfe\x58\x27\x83\x31\x2e\x7b\x97\x7e\x0f\xfc\x2a\x66\x8b\x3f\x84\xdf\x82\x0f\xe0\x37\xbb\x18\x5d\xf1\x29\x9a\x1b\x55\xf9\x7f\xa2\xf1\x80\xa2\xb8\x15\x54\x1b\xc6\x81\xa4\x12\xfc\x1e\x3c\xfb\x0c\x14\xbc\xc0\x05\xcf\x3c\x97\x6b\x01\x44\x07\x0a\x3c\x38\x7e\x42\xfc\xb7\x88\x53\xc7\x95\xdf\xe3\xcf\x01\x8e\x74\x18\x55\x72\x87\xf0\xf3\x6e\x0d\xd3\x5c\x9b\x54\x9f\x52\x6d\x50\x23\x92\x02\x7b\x28\x0f\x9d\x40\x65\x8f\xcb\x30\x05\x1e\xa5\x6f\x0a\x6c\x4e\xc5\x7c\x15\x30\xf2\x2e\x1c\x14\xa4\x69\x9d\xef\xdc\xe1\xc3\xef\x06\xf9\x3b\x6f\x2a\x28\xca\xe5\xd9\x8d\x89\x59\x4c\xbf\x8b\xa9\xf2\x36\x26\xc8\x15\xac\xf3\x14\x95\xaa\xa6\x89\xdc\x0f\x1b\xfe\xe5\xab\xee\x04\x29\xda\x03\xe9\x5f\xeb\x71\x16\xbd\x72\x80\x22\x1b\x1f\xc8\xe2\xda\xe0\x81\xe7\x6c\xac\x1b\x93\x43\xb9\x83\x76\x2f\x14\xed\x93\x16\x49\x46\x48\xc2\xea\xa0\xf2\x3b\x57\x1e\x77\xef\x9c\xd7\xf4\xac\x76\xeb\xc1\xa7\x8c\x18\xf8\x1c\x66\x53\x64\x89\x26\x48\xfa\x20\x32\x8a\x72\xc0\xb5\xc5\x3c\x48\xe5\x90\xe1\x86\x53\x57\xe9\x5c\xef\xeb\xf0\x09\x8e\xe8\x4f\xcf\x9a\x33\x06\xab\x0c\xc2\xec\x62\x6d\x12\x0d\xdf\x90\x0e\x6e\x75\x7a\xf7\x74\x23\x5a\xa0\x48\x5e\xf5\xca\xc4\x8e\xd0\x5b\x8d\x07\xc7\x98\x39\xe8\xee\x9c\xc4\xfe\x50\x22\xfb\x47\x64\xad\x35\xb9\xb8\x4b\xbc\x38\xd5\xad\xd0\x6f\xd5\xb0\x09\x64\x7f\x58\x3e\xc4\x3f\x0b\x88\x36\xf5\x4a\x71\x0c\x25\x0c\x08\x50\xa9\xb3\xd9\x8d\x36\x34\x31\xe9\x4f\x56\xb9\xb5\x64\x98\x43\xb3\x28\x37\x24\x93\xde\xab\x34\xca\x0c\x7f\x69\x77\xea\x71\x95\xbb\x74\x8d\x0f\xe5\x63\x71\xc9\x97\x7e\x55\xc8\x39\x81\x32\x89\x60\x24\x5e\x09\x52\x87\x82\x3f\x56\xea\x51\x63\x18\xa1\x5a\x72\xa5\xe0\x73\xb7\x73\xf1\x17\x20\x1b\xf4\xb6\x73\x6c\x23\xd2\x19\xc0\x0b\x59\x96\x58\x72\x72\x75\xbf\xa1\x85\xdd\xb2\x86\x2e\xa2\xb5\x2d\x08\x15\x2a\xdb\x3a\x76\x8b\x06\x91\x83\xbf\x5d\x44\x83\x48\x55\x85\xe6\xad\xd3\x21\x22\xd7\xad\xa5\x60\x05\xae\x65\x52\x7e\xe7\xad\x77\xff\x4c\x67\xf4\x35\xb3\xfa\x0c\x0b\x5e\x8b\x02\xf4\x22\x25\xc5\x18\x49\x0a\x8b\xf1\x0f\x29\x14\x08\x99\x13\xef\x49\x31\x3f\x09\x9b\xbf\x85\x7f\xab\x5a\xba\x42\x65\x08\x3b\x03\xce\x13\x7e\x20\xf5\x87\xcd\x39\x0a\x28\x5d\x7c\xfc\x84\x14\xfa\xab\xc1\xc1\xe3\xf9\xb6\x29\x46\x3e\x38\x62\x2a\xeb\x70\x9f\x58\xa0\x9a\x0e\x68\xca\x88\x1e\x5f\xd9\x6f\xb6\xa8\x73\xb7\x99\x2b\xf4\x79\x4c\x59\xf1\xa8\x51\x17\x87\x12\xd0\x76\xef\xde\x81\x71\xe5\xb0\x06\x17\x8a\xc8\x41\xa7\x36\x1b\x4e\x4e\x90\xd6\x97\xd8\x60\xa7\x11\x19\x14\x1c\x0f\xeb\x7e\xab\x9d\xf9\x0b\x3b\x97\xbf\xc8\xcd\xa6\xe1\xd7\xeb\xfd\xfd\x26\xd0\xef\xe6\x34\xd8\xde\x5e\xcf\xfb\xb1\xaa\x28\x54\xa5\x3b\x6f\x55\xbd\xd9\x4a\x8e\xc7\x64\x93\xee\x36\xd0\x72\x67\x16\x1e\x4d\x58\xb3\x57\x4d\x0c\x40\xfb\x35\xf3\xbb\x04\xf7\x32\x8e\x14\x75\xbd\xa6\x52\xdf\xac\x5b\x14\xb5\x60\x28\xc4\x14\x5c\xdb\xa9\x68\xd8\xae\xbe\x28\x6b\xb8\xaa\x77\x54\x69\x21\x03\x77\x2b\xd5\x9a\xeb\xf1\x10\x9b\x55\x14\xec\x92\xa2\xa0\x2f\xea\xbb\xaf\x5a\x8f\x64\x59\x33\xe5\xd0\x7f\xef\x1c\x39\xf2\xc1\xe1\x80\x1f\x4f\x6f\x89\x76\xdf\xce\xf4\xfb\x77\xdc\x8c\x49\xc1\xad\xb6\x93\x5d\x79\xdd\xfd\x53\x55\xe4\x5d\x95\x3a\xf6\xb3\xea\xbf\x1f\xc3\x2d\x76\x1b\x2e\x53\xb4\xb4\xdb\xda\x51\xb8\xff\xb3\x88\x54\xb2\x3e\x51\x8e\xc6\xe2\x9d\x22\xd6\x60\x66\x43\x51\xcf\x8a\xe0\x50\x56\xf0\x03\xd5\x16\x86\x40\x87\x7f\x02\x6d\x21\xac\xcb\x6c\xe4\xa3\xbe\xa5\x00\xdc\xb5\x76\x5d\xc8\xea\x7b\xc4\x0e\xdc\xe4\x77\xd1\xb4\x8b\x3e\xcd\x44\x69\xad\xbf\x51\x50\x93\xa4\x9d\x8a\x6a\x5a\x7f\x8f\x3e\x8d\xaa\x6d\x6d\x66\xe3\x68\x7e\x4d\xd3\x84\x43\x9b\x53\xa1\xb2\x2f\xe1\x48\x50\x68\x28\xae\x2b\x3a\x29\x43\xd5\x7c\x91\x9e\xc6\xac\xa9\x5d\xd8\x99\x85\x9b\xbd\x4b\x93\x85\x43\x4b\xe7\xac\x26\x7f\xb5\xa4\xfc\x07\x94\x79\xbe\xe4\x92\xab\x53\x6c\x8b\xbc\x4b\x81\xaa\x4d\x01\x8c\x6a\x51\x86\x08\x50\x27\x5d\x3d\x4b\x9a\xda\x33\x94\xf3\xc2\xc4\x25\x94\x90\x46\xaa\x25\x3e\xdf\xec\x91\xff\xad\x6d\xe2\x68\xe6\x01\x9c\x75\x95\x42\x03\x94\xd9\xf4\x98\xe3\xd7\xe8\x72\x58\xba\xa9\xa1\xed\xe3\xb8\xd2\xf6\xe2\x77\x28\x6f\x50\x55\xe3\x06\xf3\x3b\xdc\x00\x75\x8f\xdd\xb9\x73\x98\x88\xc7\xf4\x45\x22\x09\x2e\x47\x03\x12\xea\x65\xe7\x9b\x93\x5b\x57\x56\x8d\x8c\xc3\xab\xed\x8c\x8b\xaf\xb5\xd2\x50\x7b\xd5\x3d\x0a\xdb\xfe\x5c\x79\x29\xa7\x2c\xb7\x96\xa7\x4f\x56\x7d\x4b\x9a\xe5\x3f\x37\x91\xc0\xf3\xe7\xad\xb5\x40\xfe\x39\xed\x4f\x0e\xf1\x31\x9f\xc5\x51\x15\x25\x83\xf5\x6d\x5e\x0a\x08\x37\xe6\xe1\xc1\x54\x82\xba\xba\x29\x72\x89\x02\x68\x45\x0d\x9d\xfb\x4a\xa5\x35\x7f\xc9\xa4\x35\x67\xe5\x97\x9d\xfd\xfd\xe5\xa3\xd0\x25\x67\x3e\x0f\xc9\x6b\xdc\x1b\x9b\xe3\x62\xd8\x41\xba\x4a\x92\x8c\x91\xc7\x70\xf2\xc8\x63\xee\xf8\xff\x71\x54\x4d\xcf\xcb\x31\x9f\xb6\xaa\x2f\xca\x78\x07\xd5\x80\x9e\x27\xab\xb3\x14\xd9\x10\xd2\x02\x95\x3f\x61\x9f\x0c\x7b\x27\x5e\x64\xfd\xd0\x8b\xb8\x27\x07\x31\x5f\xfd\xcb\x6a\x11\x98\xfb\x78\x46\xb9\x67\x61\x5f\x9f\x94\x38\x7d\xb2\xf4\xc5\x69\x92\x25\x67\xd9\x3e\x7a\xfc\xa4\x24\x69\xd9\xa5\x3d\xff\xf5\xfb\x7a\x90\xd5\xb8\x09\xfc\x0b\xd3\x64\x3b\xfd\x49\x62\x7e\x3e\x76\xd5\x9b\x3e\x7a\xb5\x2e\xb7\x57\x59\x9e\x93\xf0\xba\xb8\xcf\xc2\x45\xba\x9d\xe9\xb5\xfe\xee\xee\x24\xb5\xcd\x3f\x72\x80\xa8\x9f\x36\x0e\x37\x9f\x94\x0a\x32\x8c\xff\x13\x7b\x97\x4b\x42\xce\x20\xa2\xf3\x9c\x14\x5f\x41\xbe\x4c\xe6\x26\x61\xe8\x69\xfb\x5a\x1e\x54\x73\x7f\xa0\x12\x9f\x58\xb0\x4c\x91\x6c\xb3\x70\xb8\xe0\xbe\x58\x57\x8f\x1f\xc5\xbb\xc1\x6e\x17\xc7\x02\xf2\xfe\x37\x27\x19\xc5\x18\x83\x92\x35\x35\x55\xf1\xb8\xc8\x34\x2b\xa0\xf4\xe1\x26\xc6\x1b\xbe\xe2\x6b\x5f\x6c\xaf\x4f\x99\x57\xa2\xf4\x71\x96\x24\xf5\xa3\xa5\x70\x18\x1d\x04\xcf\x95\x30\x4d\xba\x09\x36\x80\x08\xa4\x24\x7f\x95\x5e\x4a\xcb\x2f\x05\x5b\x8b\x9f\x63\x5a\xaa\x97\x46\xe1\xf7\xee\x34\x25\x61\x7d\x69\x04\x7e\xe7\xe7\x8d\xfe\xac\xe1\x9f\x0b\x37\xe9\xf7\x31\xf8\x7d\x67\xe2\x9e\x2a\x82\xf7\x11\x3e\x6c\x4c\xfd\xdc\xbb\x3a\x4d\x1f\xc6\xb1\x9b\x87\x3f\x4a\xb9\x84\xe1\xc7\xac\xe7\x32\xce\x68\xdc\x40\x8d\x14\x7e\x21\x4b\xc3\x55\xfc\x38\x92\xb4\x5b\xf4\xc9\x0c\x5a\x0b\xc7\xf9\x0b\x8f\x3b\x16\x45\xc7\xe8\x6f\x33\x36\x0c\x9d\x8d\xd0\x37\x33\xfc\x78\x14\x72\x47\x30\x05\xfc\xbb\x15\x8e\x55\xd4\x1c\x60\x02\xf4\xb7\x9a\x01\x0c\x0f\x9b\x55\x6b\x25\x4d\xcc\x4c\x78\xb4\xa4\xb2\xe5\x3a\x69\x72\x29\x40\xbe\x6b\x9e\x41\xac\xec\x1d\xb1\xf7\x34\xc1\x92\xd7\x74\xa0\x0c\xf1\x87\x34\x6e\x55\x3a\x0a\xb7\x25\x69\x50\x69\xc5\xe3\x46\xb3\xad\x84\x8f\x26\x10\xd6\x0d\xea\xdb\x0d\xb6\x88\x83\xe4\xbb\x74\x02\x47\xfe\xb6\xfe\xf7\x12\xc9\x42\x01\x04\x2a\x83\x44\xeb\xb9\x22\x50\x2d\x5b\x78\xf6\xbf\xfe\x8b\x0c\xc9\xe3\xbf\x45\xff\xfd\xdf\xc1\x7b\x7f\x78\x2e\x90\xd0\x09\x13\x1d\x94\x46\xdc\x58\x74\xaa\x8e\x86\x9f\xfe\xd1\xab\x0d\xf0\xf6\xf3\x49\xf4\x32\xf0\x3c\xbe\xc4\x3f\x35\x17\x99\x51\x9e\xf6\xd2\xff\x0e\x00\x00\xff\xff\x87\x90\xe6\x69\xa0\xea\x00\x00")
func confLocaleLocale_jaJpIniBytes() ([]byte, error) {
return bindataRead(
@@ -4417,12 +4438,12 @@ func confLocaleLocale_jaJpIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 57701, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 60064, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_lvLvIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x4b\x93\x1c\x45\xb6\x20\xbc\xcf\x5f\x11\xa8\x0d\x03\xcc\x4a\x29\xa3\xb9\xdf\xc3\x30\x12\x46\x20\x9a\x16\x92\x8a\xba\x94\xd0\xe2\x62\xb2\xc4\x33\x33\x2a\xcb\x2b\x23\x23\xb2\xc3\x23\x4a\x54\xb5\xb5\xd9\xd5\xa6\x57\xb3\xd3\x66\x96\xad\xe9\xdd\xe8\x07\xf4\x62\x18\x56\x59\x7f\x64\x7e\xc9\x9c\xa7\xbf\x22\xb2\x24\xfa\x5e\x1b\x16\xa8\x32\xfc\x7d\xfc\xf8\xf1\xf3\x76\xb3\xdb\xcd\x57\xa5\x5b\xce\x9e\xd9\x72\x5d\xd9\xa2\xbf\x76\xdd\xfe\xe5\x6a\xff\x72\xeb\x8a\x6f\x6c\x57\xb8\xb2\xbd\xb4\xce\x1d\x15\x1b\xe3\x8a\xd6\x6c\xa0\xf4\x4d\xe7\x8a\x4b\x53\x35\x50\xa9\xf8\xa6\x99\x4c\xce\x9b\x6d\x39\x3b\xdd\xbf\xdc\xf4\x5b\x37\x59\x19\x77\xbe\x68\x4c\xbb\x9a\x3d\xac\xcf\x9a\x9d\xa9\xcb\xca\xba\x49\xf9\xf3\xae\x6a\xda\x72\xf6\xf0\x7a\xb7\x7f\x85\x3d\x4c\xce\xcb\x6a\x37\x3b\x31\xd5\xfe\xcd\xea\x7a\xff\x66\x61\x26\xce\xae\xeb\xb9\xad\x67\x27\xb6\xd4\x61\x6c\xe9\xf8\x73\xd3\x77\xd0\x74\xf0\xb9\xdf\x61\xed\xae\xb4\x1b\xfa\xd6\x96\x6b\xeb\xba\xb2\x9d\x7d\x5f\xee\xff\x0e\x7f\xb5\x30\x14\x7e\x7f\x51\x2e\x9c\xed\xca\xd9\x93\xfd\xcb\x0b\x58\x44\x65\x76\x66\x72\x59\xb6\xce\x36\xf5\xec\x19\xfe\x7b\x61\x26\x3b\xb3\x2e\x67\x8f\xb1\xa4\x2b\xb7\xbb\xca\x40\xf5\x53\xb3\x36\x9d\xb9\x2c\x27\x95\xa9\xd7\x3d\x96\x3f\xc3\x45\x9b\xc9\xb2\x2d\xa1\x7c\x5e\x97\x2f\x60\x52\x97\xa5\x5d\x35\xdd\x74\x3a\x9d\xf4\x00\xaa\xf9\xae\x6d\xce\x6c\x55\xce\x4d\xbd\x9a\x6f\x71\xc5\x8f\x61\x82\x4d\x87\x23\x17\x5c\xd6\x17\x7d\x0d\xe0\xb3\x2d\x00\x8c\x96\x51\xae\x60\xd9\x73\xe3\xa2\x95\x5f\xc0\xb4\x8b\xcd\xfe\xe5\x84\x3a\xad\xcd\x36\xea\xe7\x72\xff\xb2\x5d\x01\x44\xb7\xc6\x56\xb3\xaf\xef\xee\x8c\xeb\x1c\x4c\xdf\xb9\x17\x0d\x00\xfd\xc4\xb4\x4d\x55\x02\x28\xe6\xdd\xd5\xae\x94\x9f\x85\xe9\xa0\xb3\x16\xda\xdb\xc9\xd2\xec\xba\xe5\xb9\x99\x9d\xc0\x87\x85\xe9\x57\x38\x50\x03\xfd\x41\x93\x5d\x03\x60\x6a\xda\x2b\x80\xdf\xae\xb9\xc6\x3f\xed\x85\x9b\x34\xed\xda\xd4\xf6\xda\x74\x08\xae\xef\xf8\xc7\xfe\xe5\x12\x81\xb6\xb5\x6d\xdb\xb4\xb3\xd3\x5d\xb3\xee\x71\x97\x01\x22\x73\xec\x66\xf6\xad\xe9\x6b\xc0\x96\xb8\x1b\x2c\xdb\xda\x75\x8b\x90\xc5\x62\x53\xe0\x2f\xe9\x88\x0b\xa9\x33\x6e\xea\xe2\x2e\xcf\x9a\x76\x23\xdf\x4d\xb7\x42\x94\xe9\x8c\x1d\xe9\x1e\x66\x2a\x5d\x37\xe9\x34\x4d\x0d\xbb\x47\xc5\xb8\x6a\x40\xdd\x15\x74\x91\x56\x72\x13\xb3\xda\xc2\x36\x10\xc2\xce\xee\xe3\xdf\x85\x22\xaf\x59\x2e\x9b\xbe\xee\xe6\xae\xec\x3a\x5b\xaf\xdd\xec\x51\x53\x77\xa6\x80\x3d\xea\x0c\x6e\x56\xbf\xb5\x13\x5f\xf6\x30\xfe\x7a\xd5\xf4\x1e\x25\x66\x4f\xcd\xa5\x13\x1c\x70\x5c\xe2\x1b\x41\x91\x4d\xfb\xc3\x05\xb9\xf9\x59\x59\xae\x68\x49\xfd\xb6\x2f\x76\xd5\xcd\x1b\xb7\x05\x54\xed\xab\x0a\xc0\xfc\xa7\x1e\xea\xc3\x78\xd7\x80\x08\x37\x7f\x85\x62\x5b\xee\x5a\xe3\xa4\x3d\x1c\x59\x28\x9f\x9d\xb4\xcd\xa2\xda\xbf\xda\xc2\xfa\x60\xe7\xeb\x25\xae\xad\x83\xff\x77\x93\xc9\x8f\xae\x34\xed\xf2\xfc\xf9\x84\xff\x9d\x3d\x29\x37\x50\x93\x30\xf9\x10\x2a\x20\x32\x06\x44\x74\x3c\xc8\xec\xd1\xfe\x97\x9b\x37\x78\x2c\x9a\x15\xfc\x20\x5c\xfa\xd1\xd6\xb0\x96\xaa\x7a\x3e\x91\x3f\x80\x18\xe0\xbf\xb2\x21\x9d\xed\x00\x1e\xf1\x27\xd8\xf1\x66\xff\x8b\x85\x45\xb4\xdb\x06\x76\xd6\x5e\xc3\xdf\xa6\x82\x95\xfd\xda\x74\x93\x55\xb3\xdc\xc0\xd9\x42\x92\x51\x22\x86\x00\xd5\x59\xbb\x02\xce\xf6\xa6\xa8\x68\x36\xae\xb8\x2e\xb7\xc5\x03\xaa\x76\x54\xd8\xeb\xca\x38\xf8\x0e\xb4\x0c\xb6\x7e\xff\x66\x6d\x8b\xcf\x4c\xd1\x99\x76\x5d\x76\xb3\x3b\xf3\x05\x9c\xe7\xcd\x9d\xe2\xbc\x2d\xcf\x66\x77\xde\x77\x77\x3e\xbf\x34\x2b\xc0\xa9\x1a\xa7\xf1\xd9\x3d\xf3\xf9\x11\xcd\x02\x8f\x45\x01\xa0\xad\xf7\x2f\xbb\xe2\xe6\xb5\xb9\x00\x62\x07\x94\x63\xff\xf2\xbd\x09\xc2\x1e\xe8\xc9\x7c\xb5\x60\xca\x49\xb3\xa9\x4b\xd8\x80\xa5\x2d\xa1\x2a\xb4\x7d\x72\x75\xfa\xaf\x8f\x8f\x8a\x93\xc6\x75\xeb\xb6\xa4\xbf\xe1\x7f\xd0\xe8\x13\x3c\xfa\xc5\x53\xfb\xe0\xcb\xe9\x04\xda\x33\x24\x1e\x98\xae\x2f\x16\xfb\x97\xd7\x70\x18\x13\x2c\xc0\x1a\x78\x8c\xe3\x0a\x48\x70\x1c\xd0\x5c\xd7\xc1\xe6\xb8\xbe\x75\x2b\x03\xdb\x33\xdc\x9c\x9c\x24\x40\x5f\x44\x48\xe2\xbe\xea\xc6\x99\x9e\xc9\xf6\x42\xc1\x7b\x9c\x2c\xc4\x22\x08\xa1\x4b\x5e\x51\xf1\xf0\xf8\xf8\xbb\x07\x5f\x16\xab\x6b\x5b\xdb\xc2\xb4\x7c\x21\x00\xfd\xde\x5e\xf4\x00\xaf\x1d\xd0\xb6\xee\xec\xff\x9f\xaf\xcb\x1a\x28\x59\x35\x5f\xda\xe9\xc4\xb9\x0a\x08\x21\x60\xc6\xe9\xe9\x63\xd8\xd8\x9b\x5f\xa1\x32\x4e\xae\x3b\x9f\x7d\x55\x02\xe6\xbc\x9e\xb8\x3f\x55\x08\x4d\x19\x3e\x07\x53\xb1\x8a\xe6\x7b\x06\x34\xcf\x00\x11\x68\x0d\xcc\x0e\x76\x06\xa0\x01\x0b\x36\xd3\x49\xd9\xb6\x73\xa0\xdb\xdd\x15\x6e\x0a\x75\x9e\x2e\xa3\x6e\x5a\xbc\xd4\xe0\xd4\xdf\xda\x7f\xde\x73\xcf\x3d\xdb\x1a\x68\x86\x5d\xc1\x6e\x29\x10\x07\x2d\x3d\x24\x01\x11\x2e\x01\x30\x0e\xca\xf0\xfe\x29\x9c\xdd\x2e\x9a\xaa\x77\xc5\x9d\xe9\x1d\xa4\xfc\x77\xee\xde\x99\x4e\xea\x66\xce\xe4\x06\xaf\x89\x95\x75\x66\x01\x57\x06\x5f\x5f\x2d\x13\x5a\x7f\x85\xe1\xf1\xe8\xa5\x53\xd3\x39\x38\xa2\xeb\x0e\x2f\xe3\xed\xfe\x55\x5b\xd4\xe6\x12\x76\x88\xaf\x20\x98\x3d\x76\xc9\x5d\x34\xad\x81\xfd\xa8\x3b\x17\x83\x46\x29\x9c\xe0\xc5\xfd\x61\x75\xb3\x2d\x6c\x5b\x00\xc9\xb0\x6b\x40\x7b\x5b\x00\xd2\x33\xe4\xe0\xf2\x22\x2c\x9a\x4e\x26\xba\xb9\x8c\xba\x84\xfb\xc0\x20\xc0\xc1\x68\xf1\xa4\x95\x29\x02\x23\x77\x11\x5d\x5f\x75\x82\x73\x5a\xe8\x31\x8f\x86\xc2\x83\x9b\x92\x66\xdf\xa4\x87\x83\x58\xda\xee\x3d\x22\x50\xbc\xcd\x11\x7d\xea\x8b\x75\x65\x60\x3b\x70\x03\x8d\x60\x46\xa8\xa9\x83\x3c\xb3\xce\x12\x63\x63\x3a\x38\x27\x15\x9d\x6f\x98\x75\x74\x99\x58\xa0\x2c\x1b\x27\x9d\x01\x10\xe4\xf0\xaf\x6c\x5b\x6e\xa8\xc2\xfe\x25\x90\xc8\x1e\xd8\x0f\x3c\x71\xc0\xd1\xd8\x0a\x6f\xd1\x2a\x1c\x3d\x2d\xd4\x31\x03\x0f\x40\xf0\x85\x0e\x16\x37\x80\x8a\x72\xd9\xcb\x7c\x91\x55\x01\x46\x08\x18\xaf\x78\x32\x06\x30\x69\x83\x60\x0b\xc3\x03\xe2\x02\x1e\x11\xe0\xb5\x27\x22\x95\x0e\xb7\x0f\xe9\xe0\xcd\xeb\xfd\x9b\x30\x1d\x38\x1d\xab\x06\x09\xd9\xec\x41\x03\x48\x53\x3b\xf9\xa9\x93\x7b\x6a\x90\xe8\x74\xe5\x06\x0a\x8b\xd3\xd3\x3f\x16\x9b\xaa\xa9\xf7\xaf\x64\x56\x3f\x7c\xff\x18\xcf\xf0\xf9\x7c\xd7\xb4\xdd\x0c\x8b\xf1\x0f\xe7\x3f\x69\x2f\x27\xf0\xb7\x29\xf0\x9e\x6a\x91\x57\xec\xdb\x5e\x49\x47\xf1\x2d\x5c\x5b\x3d\xf5\x8c\xbc\x64\xd9\x5a\xa8\x00\x98\x8c\x73\xc3\xbd\xee\xfa\xcd\xcd\xeb\xfe\xa8\x80\xa5\x02\x96\xef\x5f\x01\xef\x85\xdc\x8f\x27\x3c\xd0\x70\x3a\x39\xef\xba\x1d\x4f\xe1\x8f\x4f\x9f\x9e\xc8\x1c\xfc\xc7\xb1\x49\x14\xc0\x68\x2e\x71\x22\x86\x41\x01\xe8\x08\x77\x2f\xf0\x1f\x5b\x58\x7c\x01\x50\x23\x52\x0b\x95\x2e\x90\x3e\x00\xad\xe0\xa3\x05\xff\x4e\x09\x31\xfb\xb6\x8a\x90\x16\xc0\xa0\x5f\x47\xe1\x86\xb3\xba\x87\xff\x3b\x1d\x80\x0f\x37\xab\x24\x36\xcd\x08\x55\x78\x09\x8b\x73\xb0\x6d\x40\x8e\x90\xd0\x38\x03\x04\x09\x46\x9d\x34\x3b\x3c\xfa\xfe\x68\x1d\x97\xfe\x20\x66\xa7\x8a\x78\x3f\xa9\xf5\xb5\x74\xbd\x33\x1b\x53\xed\x70\x99\x39\x67\xb2\x05\x28\xd1\x75\x71\xfa\x04\x40\xd7\xc6\x77\x06\x95\x9d\xb5\xcd\x76\x76\xaa\xf3\xb9\x88\xbe\xea\x52\x75\x0c\xb3\x82\xd6\xe5\x51\xf1\xfd\x1f\xbe\x2a\xfe\x9f\x4f\x7e\xff\xfb\x69\xf1\x00\x0e\x3d\x20\x71\x41\x58\x08\x27\xae\x46\x3e\xf3\xe6\xb5\xf5\x2b\xe6\x26\x44\x6d\x81\x8d\xdb\xc2\x62\x60\xf9\x77\x8e\x95\x06\xdc\x29\x3e\xe3\x9a\xee\xbf\x94\x3f\x1b\x60\xbc\xcb\xe9\xb2\xd9\x7e\x3e\x9d\xe0\x0a\xe1\x00\xd1\x11\x0b\x73\x33\x59\xbf\x5a\xcd\xd3\xb4\xb8\xea\x4e\x59\x61\x96\x0a\xe6\xcb\xa6\x3e\x83\x8b\x1d\x39\x34\xdc\x76\x40\xad\xd6\xcb\x09\x4a\xf4\xcd\xce\x75\x76\xd7\x22\x55\xc0\x4f\x3d\x0d\x30\xaf\x81\x71\x3e\xbb\x8a\x1a\x96\x1e\xe8\xd7\xc0\x7b\x21\xd0\x7b\x00\x1b\x61\xf7\x9c\x04\xa6\x65\x29\xdb\x73\x4a\x1f\x0d\x22\xc1\xd2\xc2\x75\xc1\xe2\x54\x9f\x6e\x51\x73\x76\x06\x84\xa8\xe4\x7b\x32\x8c\xb2\x28\xaf\x1d\x1e\xeb\xd2\xe9\xc5\xd9\x27\x55\x01\xf7\x77\x20\x02\xdd\xef\xb4\xc1\x57\x0f\x8e\xe1\x52\x86\xc3\x0f\x98\xbe\xea\x37\x4c\x3c\xa5\xe9\xfe\xe5\x11\xd2\x69\x2b\x08\xd0\xd3\x5d\x2a\xa4\x0e\xb0\x7f\x4d\x32\x1f\x50\xbb\xba\x91\x63\x8a\x74\x43\x6e\x26\x38\x35\x97\x20\x0a\xb5\xd1\x50\xdf\xc8\xa7\x08\xef\xfa\x41\xfd\xc1\x04\x7d\x2b\x01\x07\x00\xfc\xb2\x81\x7f\x68\x6a\xf4\x0b\x4b\xf1\x8f\x7e\x0d\x44\x01\xe6\x55\xe1\xbc\x5e\x75\x11\x79\xb5\x84\x4c\x42\x1e\xf0\x6e\xd8\xc0\xed\x0a\x55\x1a\xa2\xe8\xaf\xaa\x3e\xcc\x3b\xb9\x51\xc3\x2c\x7c\x57\x7d\xc0\x00\xba\x66\x47\x1b\x0e\x16\x71\xb0\xf9\x11\x42\x13\xe6\x96\xdc\xc3\x28\x2a\x03\x82\x39\x7f\x4f\x03\xa1\x03\x7e\xde\xc5\xdd\xe0\xd5\xdb\xe3\x55\x5d\xd3\xe8\x2a\xa2\x05\x4c\x58\xb5\x0d\x12\xf5\x85\x21\x61\xad\xcf\x2a\xca\x0c\xe3\x5b\x26\x60\x36\x34\x07\x5c\x3b\x0a\xe2\x41\x07\xb8\x07\x1c\x2f\xfe\x91\x75\x3b\x65\xce\x16\x64\x47\x91\xc5\xe7\x70\xa2\x5f\x44\xd3\x88\x79\x5c\x68\xd6\xc3\x36\xe1\x8d\x74\xcd\x72\xf6\x11\xf0\xc7\xb0\x78\x14\x53\x36\xb0\xa9\x24\x67\xbb\xd1\x2e\x65\xc2\x4f\x01\x5a\x71\x17\xe9\x1e\xb7\xbe\x2b\xee\xe9\x08\x86\xbf\xa5\x32\xcc\x6c\x83\x82\x48\xa7\x9b\x20\x55\x85\x85\x00\x84\x1b\x9e\x76\xe2\xe7\xb7\x53\x11\xfd\x44\x1a\x63\x9e\xfe\x18\x38\xab\x3a\xe3\x84\x65\xff\x46\xd8\x2c\xe0\x7b\xaf\x51\x68\x39\x8a\xb8\x00\x64\x8f\x1f\x3e\x98\x7d\x0c\xf4\xfd\xe6\xaf\xe5\x76\xc0\x9e\xc9\x7d\x6f\x1c\x4d\x15\x29\xa3\x75\x1b\xab\x93\x61\xea\xc1\x72\xe8\x66\x28\x6e\x72\xa5\x51\xc5\x40\xc6\xe5\x09\xf7\x2f\xc4\x2f\xe2\xfe\x94\xd2\xe1\x1d\x4c\xa4\x52\x7b\x65\xcd\x42\xc6\x1d\x0a\x95\x56\x79\x6e\xbe\x6e\x50\xd6\x65\x09\x0e\xb8\x5c\xe4\x46\x26\x40\xa8\xba\xf9\xda\x76\x73\x24\x2d\x20\xb8\x8a\x60\x58\xec\x44\xd5\x00\xb0\xfb\x00\x8a\x3f\x80\x05\xc1\xe1\x5d\xf5\x9f\x16\xef\x5f\x0a\xf7\xff\x09\xd2\xd8\x39\x1c\x7f\xe0\xef\x01\xb3\x67\xcc\x33\x5c\xb2\x72\x06\x37\xbe\x5b\x98\x0a\x29\xae\xb0\xef\x00\x68\xe8\xfa\x1a\x90\xac\xbc\x08\x64\x82\xf8\x09\x90\xaf\x97\x16\x38\xbb\xa6\x58\x20\x19\x6f\x1b\xe9\xa6\x47\xd2\xf6\x3e\xa0\xd1\xf1\xd7\xcf\x1e\x9e\x16\xeb\x66\xd1\x03\xe3\xa6\x85\xd3\x89\x32\xf9\xc0\xe2\x0b\x26\x1c\x92\xcb\x1c\xf1\xdd\x00\x33\xd8\x71\x47\x8b\xd0\xb6\xa3\x7c\xe9\x88\xc0\x82\x5c\x60\x5d\x6e\x1a\x64\xe9\x0c\xf5\xe0\x59\x46\x84\xc3\xd6\xc0\xb1\x1e\xe3\x2c\x65\xe0\x9b\xd7\x38\x34\xb2\x2e\x36\x2e\x85\x8e\x5c\x71\xf7\x73\xf8\xff\xc4\x99\xcb\x92\x2f\xbc\xb5\xee\xc6\x31\x34\x59\x01\x83\x45\x1c\x87\x30\xb7\x88\x5a\x50\xa5\x17\x02\x96\xac\x25\x39\x14\xd0\x9a\x67\x2b\x68\x3c\xc4\x49\x05\x04\xa3\x87\xeb\x97\xcb\xd2\xb9\xd9\x63\x63\x77\x20\x29\xd2\x66\x99\xed\x7b\xc5\x13\xa4\x84\x80\x75\xe5\x92\xe8\x14\x51\x0d\x20\x02\xdf\x12\x3b\x76\x1d\xb8\x3f\xc4\x27\xa0\x59\xd8\x37\x88\x3a\x3d\x2f\x92\x6e\xe4\xf7\x26\x93\x1f\x51\xe1\xf8\x7c\xd2\xb3\xec\xd0\x00\x8c\xda\xfc\x14\xd0\x1d\x51\x66\xca\x31\xad\x2b\x47\xc2\xbd\xb0\x00\xe6\xb9\x57\x58\x22\xbc\xba\xf2\xe7\x6e\xf6\x04\xa5\x7e\xa4\x93\xa2\xc0\xdc\xff\xc2\xa7\xbc\x04\x4e\x07\x38\x82\x2b\xda\x66\x07\xd5\x6a\x9b\xc8\x0d\x70\xc8\x2a\x80\x6b\x83\xf7\xc6\x65\x29\xb5\x4e\xcd\xca\xb4\x0b\x3e\xe8\x49\x65\xe8\x07\xc4\x1c\xea\x06\x8a\x32\x65\x14\x14\xb2\x3e\x4c\x86\x21\x7d\xd8\xfe\x17\x3b\x21\xf2\xc9\x0a\xd7\x8d\x11\x65\x28\x6e\xb8\x28\x7c\xa6\xb0\x65\xa4\x5a\xe2\xc1\xf9\x18\x45\xc3\x36\xa8\x9c\x11\x65\xec\x73\xd6\xf3\xc4\xa8\x6a\xa1\x14\xa8\xd1\xf9\xf3\x48\xc7\x39\x17\xf5\x97\xd7\x75\xf2\x05\xc6\x74\x2f\x70\x57\xe7\xe5\x0e\x39\xb1\xad\x23\x1d\x1c\x22\x38\xc9\x9f\x5f\x14\xaa\xd5\xc4\x89\x76\x66\x6d\x56\xef\x4d\x5c\xb3\xb4\xa6\x9a\xbf\xbd\xed\xa9\x21\x06\xc8\x6a\xc3\xf4\x7e\x66\x75\x2b\x88\xb6\x70\x39\xc3\x7e\xd7\x0d\x9e\xff\xa3\xf4\x52\xa6\xa3\x66\xf4\xee\x36\xd3\xe2\x31\xd1\x8d\x23\x38\x03\xd7\x44\xfb\x70\x5a\x40\xa9\xf1\x58\x22\xa3\x9f\x10\xe9\x01\x2b\x81\x93\x24\xe2\x78\x78\x3c\x17\x58\xd4\x94\x97\xcc\x67\x02\xa0\xdb\x96\xdb\x05\x76\x59\x92\x52\x4e\xd4\xd5\x05\xd0\x46\x3b\x01\x66\x79\x0d\x94\x20\x90\x6b\x60\x78\x2c\xb2\x6d\x42\xaa\xb1\xbc\x1c\x96\x5b\x29\xff\x42\x15\xe4\x40\x4f\x5e\x64\xba\x10\x81\x6d\x50\x92\x5f\xf8\xad\x99\xea\x3d\xc1\x9c\x0f\x31\xbf\xae\xac\x3b\x85\xb3\x28\x61\xb3\x85\xe9\x92\x1d\x91\xb5\x46\x44\x1b\xb8\x73\xaf\x8b\xcf\x16\x9f\xbf\xef\x3e\xbb\xb7\xf8\x5c\x09\xf6\x91\xbf\x0d\x70\x50\x20\x53\xbd\x87\x17\x5f\xa4\x5d\x0f\x27\x78\x03\x94\x7a\x55\xc0\x69\x83\x5b\x02\xb9\x8a\x0d\x72\xaf\xc8\x5d\xec\xcc\xa2\xb4\xeb\xae\x1f\x00\x1d\x26\x08\x04\x07\x36\xcc\x2c\xe9\xf0\xd1\x21\x50\xcc\xbd\xbf\x81\x6f\xc4\x36\xf0\x88\x8a\xba\xb4\xb4\xca\x6e\x6d\x37\x8a\x48\x44\x95\x78\x35\x17\x48\x2c\x8d\x74\x93\xec\x73\x4f\x0b\x82\x29\xc3\x75\x03\x9c\xb6\x0d\x18\xb6\x36\x96\x94\x19\x9f\x14\x80\x52\xd0\x0b\xca\x78\xe7\xc6\xcd\xfb\x5a\x80\x5c\xae\x18\x9b\x4e\xe1\x5c\x6d\x2c\xdd\x4d\xdf\xe2\xed\x42\x97\x43\x04\xe4\x2e\x17\x7b\x8a\x0f\x3d\x5c\x3f\x9a\x16\xdf\xe2\x05\x59\x82\x68\x49\x9c\xc6\xfe\xd5\xd6\x1e\xde\xa2\x9e\x08\x63\x18\x25\xd5\x91\xc9\xce\xf1\x01\x0f\x3b\x06\x05\x50\x8f\xd6\x82\x64\x88\x4d\x41\x70\xa7\x35\x40\x3a\x51\xe1\x00\x8b\x9f\x32\x34\x65\x41\xc7\xa1\x01\x29\x6c\x78\xef\x90\xba\xe3\xbd\x15\x06\xea\x0f\x80\x54\x04\x5c\x62\x09\x1c\x11\x8b\xae\x9c\xdd\xfc\x0d\x04\x9b\x0c\x0e\x78\x1d\x12\x85\x40\x93\x00\x1e\x63\x26\x78\xb4\xbf\xd3\x09\x4d\x08\xeb\x75\x02\xe7\x91\x49\x45\x73\x61\x79\x11\xcf\x1f\xc8\x74\xa8\x40\x82\xbb\xaa\xeb\xc9\x24\x26\xfd\xea\xf4\xb8\xcf\x70\xf6\x3a\x04\x58\x23\xc8\x25\x07\x54\xaf\x51\xd2\x8a\x0f\xd0\xaa\x1f\xd9\x21\x60\xc1\x59\x3f\x04\x28\xbe\xba\xc6\xe3\x01\x97\xd5\xfe\xcd\x1a\x25\x7a\xa0\x3c\x5b\x98\xd5\xcd\x6b\xda\x3f\x92\xf1\x3a\xa3\x7b\xc8\x8c\xc8\x34\x9b\x56\xd0\xaa\x8d\x6d\x86\x91\x39\xfb\xf9\xfa\x66\x5d\xd3\xcc\xdd\x39\xaa\x5a\x4e\x04\x20\x6b\x10\xc9\x48\xb1\xb9\x8a\xa5\xfd\xad\x81\x6d\x43\xe1\x11\xc0\xfe\xff\x4e\xe1\xe2\x40\x18\x3f\xe7\xf3\x87\x57\x87\x1e\x3e\x3d\x0e\xba\xd5\xcc\xa5\x45\xe7\xd0\xb7\x10\xc6\x33\x66\x4c\x13\x02\x41\x9b\x6e\x87\xd0\x57\x2e\x24\xdd\x00\x4f\xb1\x95\x17\xf9\x3e\xbd\x17\x50\xa8\xdf\xf4\x40\x31\xf1\xf4\xb9\x2d\x2a\x2f\x43\x1b\x91\xf8\x03\xfb\xb2\xee\x08\x0f\x36\x15\xf2\x2d\xb8\x58\xd8\x2c\x58\xed\x55\x09\x97\xec\xfe\xe5\xa4\x6e\x66\xc7\xfb\x57\x13\xf8\x8a\xcd\x84\x81\x80\x6a\xa8\xf3\x78\x3e\xf9\x01\x18\xbb\xe3\x31\x5e\x1d\xaf\x5e\x2a\x48\xd8\xc5\xa0\x21\xfd\x3a\x32\xf2\x79\x9d\xc7\x49\xc6\xda\x7f\x5f\x1e\x30\xf5\x9d\x9e\xfe\xf1\x29\x2b\x21\x4e\xff\xa8\xba\x63\x13\x2b\x60\xff\xd8\x75\x3b\xf7\x43\x5b\xcd\x58\x73\x85\x4a\xae\x13\x73\x55\x35\x66\x85\x1f\x9f\xed\x5f\xb5\x1d\x22\x1f\x7e\x7f\x5a\x9a\x2d\xcd\xf4\x11\xf1\xee\x49\x37\xf7\x81\x63\xa0\xb2\xfb\xa9\xcc\x15\xd5\xc0\x5b\xf5\xeb\x20\x57\xe4\x6a\x1c\x2f\x25\x96\x64\x03\xfc\x29\xc7\x35\xd2\x11\xba\xe9\x4f\x13\x53\xed\x40\xde\x45\x96\xcd\x57\xd5\x8a\x5e\xe3\xce\xf2\x5f\x85\x18\x81\x76\x31\x53\x9d\x01\xaf\xfb\x0a\x06\x5b\xf4\x2d\xe9\x1a\x96\x76\x47\x4a\x06\x3c\x4a\xab\x66\xdb\xa3\xfd\x02\xd0\xfc\xc3\xbb\xf3\x8f\xd2\x21\x80\xd9\xf9\x8f\x0f\x73\x94\x8f\x41\xe3\xee\xfa\x7a\x03\x34\xea\x27\xb8\xa7\xaf\xc3\xb2\x55\x9f\x0b\x7c\xbc\xb7\x1b\xc0\xe9\x33\x5b\xa8\x48\xdc\x78\x52\xd9\x88\xd6\xcd\xc1\x51\x8c\x9a\xf0\x79\xdd\xbf\xc4\x36\xe6\xe7\xd1\x36\x75\x29\xc7\x17\x8d\xcc\xe3\x4d\x99\x04\xfb\xfd\x00\x42\xcb\xd4\x28\xbf\x8b\xa0\x2a\x2a\x45\xe3\x8a\x2a\x29\xa0\xee\xf8\x27\x20\x84\xcb\xaa\x5f\x85\x29\xb0\x02\x9c\xc0\x58\x30\x4b\x5d\x7c\xf0\xbe\xfb\x00\xfb\xa9\x37\xc0\xad\xd4\x52\xf3\xb8\xbc\x46\xe2\x08\xf8\xb7\x61\x39\xf2\x53\xb5\x5d\xcf\xa1\xcb\xa6\x6d\xcb\x65\x97\x5b\xb1\x61\x61\xce\x6c\x5a\x24\x05\x64\x2e\x41\x7d\x10\x2c\xb0\x2d\x51\xfa\x68\xa6\x81\xc8\x05\x29\x4b\x8e\x4d\x5f\x47\x27\xc7\x6b\x48\xa0\x2d\xdf\x0a\xb4\x2e\xd4\x6f\xa2\x2d\x04\x75\xb5\x6a\x97\x9f\x2f\xca\x12\xa4\x75\xb3\x29\xeb\x81\x0c\x82\x2b\x05\x76\xd6\xd8\x6b\x54\x00\x74\x8e\x0d\xab\xf3\xbc\x59\x72\xf6\x0f\x36\x05\x7e\x6f\xd0\xf2\xbb\x71\x33\xc9\x58\xf3\x0e\xce\xef\xa0\xfd\xf0\x2c\x8f\xb4\x64\x44\xa0\x56\xb0\xe8\x55\x46\x8d\xa8\x36\x59\x62\x55\x61\x0f\x9c\xad\xad\xaa\x72\x8d\x7a\x6c\x1d\x74\xf6\x4d\xdb\xef\x92\x71\x78\xff\x51\xb0\x07\xe9\xaa\xef\xd4\xb7\x84\x8f\xc9\x34\x80\xd7\xef\x58\xd8\xf3\x31\x51\x2f\xda\x25\xbe\x0e\xd1\x26\x08\x12\x1b\xb4\x58\xcd\x13\xe9\x9c\x75\x26\x11\x2f\x5a\x21\x0b\x24\x92\xc0\x11\xeb\x16\xc3\xee\xb7\xa3\x74\x19\xa1\xe4\x6f\xdd\xc1\x30\x80\xc2\x78\x83\xfc\xa6\x71\xf6\x6f\x50\xaa\x87\xd2\x4d\x8c\x02\x87\xc7\xf0\xb7\x1f\x8f\x70\x60\x00\xe6\x34\x86\xc8\xec\xbb\x36\xe2\xb5\x82\xc7\xa1\xfc\x19\xae\x3e\xe4\xb2\x5e\xae\x52\x95\x43\x09\x87\x14\x59\xac\x57\xd3\x49\x05\x3b\x8f\x52\x2b\xaf\x91\x94\x64\x91\x11\xa5\x6e\x08\x67\xf8\x9c\xbc\x59\x37\xa2\xe7\x81\xbd\x0d\xcb\xeb\xa7\x20\x10\xa2\x75\x5d\x6c\x8d\x39\x0b\xaa\x66\x5a\xe2\x4e\x92\x76\x13\xcf\x52\xa1\xed\x69\x53\x5e\xa5\x5c\x55\x9d\xce\x45\xa5\x0c\xec\x2b\x18\xa0\xe4\x12\x44\x45\x87\x43\xfd\x01\x4a\x76\x68\x91\x3a\xbb\xf2\x9d\x1e\x1f\xee\xe7\x62\xd0\xcf\x11\xf0\x6a\x9d\xd7\xa1\xf3\x89\x21\x85\x06\x02\x1b\x56\x27\x24\x33\x15\x7e\xe2\x7d\x22\xee\xa9\x6b\x50\xd3\x81\x76\x27\xb8\x48\x55\x5d\x03\x77\x29\xec\xba\x3d\x43\xd9\x87\xf9\x15\xaf\xbf\x21\x4d\xcb\x04\xb8\xa4\xaa\xc2\x8d\x10\x97\x1b\xe6\x50\x51\x0c\x90\x1b\x01\xb7\xc1\xa4\x18\x1c\xe0\x09\xd3\x44\xed\xb9\x23\xaf\x2d\x9e\x6c\xae\xee\x5c\x5d\x23\x03\x4c\x88\x54\x93\xc5\x10\x61\xd0\x65\x9b\xc2\xb3\x40\xb1\x86\xbc\x6f\xc6\x27\x91\xab\x37\x50\x54\x5a\xa1\x9d\xd0\x0f\x9f\x8e\xbd\x83\xb3\x23\x23\xfb\x69\xdc\xbc\x6e\x92\x5e\x7a\x26\x89\x19\x14\x48\x48\x48\x06\xc3\x95\xfd\xdf\x04\x48\xb4\x2f\x64\xbc\xba\xf9\x5b\x83\x0a\xde\x78\x2f\xfb\xe2\xa2\x01\x79\xf3\x02\x4d\xbd\x6a\x24\x8d\xa6\x18\x9f\xbe\xa3\x6c\x12\x37\xaf\x6d\xb9\x8d\x54\xdf\xf0\x23\x4c\x25\x1b\xc6\xb0\xaf\x08\x8b\x7c\xb8\x36\x5d\x01\x4c\x92\x9d\x61\xe6\x8b\xd6\xd4\xcb\xf3\xe8\xf8\x3f\x01\x9e\x6f\xff\x0f\xd4\x58\x5e\x9b\x36\x3e\xfb\xc0\xcb\xe2\x72\x9e\x4f\xe0\xfe\xad\xd7\xe5\x5c\x0c\x42\xaa\x2a\x63\xc6\x9b\x7c\x9b\x8c\xda\x61\x58\xa7\xb2\x7f\x55\xa8\x39\x08\x4d\x7b\xda\x7e\xd9\xbb\xae\xd9\xbe\x53\x37\x91\x92\xb1\x71\x93\x8b\x06\xf8\xa0\x86\xdc\x04\x11\x58\x08\x45\x17\x1c\x96\xa0\x6e\xaa\xcf\x22\xe1\xc2\x76\x57\xb3\x93\x7e\x51\x59\x87\xec\x0e\x0b\x22\x00\xbe\xae\x9c\x9c\x35\x55\xd5\xbc\x28\x5b\x37\x3b\x2d\x37\x0c\x52\xd8\x40\x83\xb4\x16\xc8\x0b\xde\x46\x64\x6b\x80\x43\x7a\x0d\x50\x5c\x5f\xe3\x2c\xad\xb4\x42\xb5\x28\xb6\x92\x9f\xdc\x03\x50\x15\xf9\x79\x0c\xb7\x23\x7e\x40\x55\xcd\x76\x4a\x97\x19\x5e\x98\xed\x25\x74\x1d\x39\x05\x0a\xb5\x47\x16\x88\xee\x52\x54\x12\x85\xcb\x37\xb4\x05\x0a\x01\x77\x40\xcd\x42\x31\x4d\xfa\x60\x37\x48\x0a\xe5\x5e\x45\x56\xe5\x47\x75\x33\x7b\x3e\x51\x57\xb4\x13\xf1\x42\xcb\xad\x04\x42\x04\x5d\x2a\x31\x88\xbe\x6e\x76\xda\x90\x62\xdd\x96\x24\xb8\x91\x73\x47\x65\x97\xa4\x2a\x72\xc1\x56\x3e\x21\xad\x66\xca\x9a\x4c\x56\x65\x55\x82\x0c\xff\x80\x4f\x10\xcb\x7d\xbd\x4d\x56\xf0\xf0\xc1\x64\xb2\xc3\x4d\x5a\x7a\x8f\x39\xd9\x33\xd4\x72\xab\xdf\x9c\xfa\x57\x92\x91\x26\x96\xca\x3d\x43\x82\x97\x9b\xb4\x43\xae\x8e\x88\xb3\xe7\x4d\x32\xa1\x1f\x8e\x22\xe9\x42\x62\x3b\x2e\xab\x37\x54\xab\x60\x33\xad\x02\x0b\x0d\xac\xd1\xc5\xf3\x8b\xc2\x63\x87\x7f\x2c\x0d\xf0\x33\x48\xa4\xb6\xde\xcb\xb4\x8f\x18\x4e\xcf\xd0\x88\x42\x11\xf5\xf1\x77\xab\x66\xc3\xf0\x8c\x6c\x59\xec\xe9\xb3\x8d\x0e\x44\x44\x0f\x68\x97\xd1\x52\x78\x86\x3e\x80\xc4\x62\x9c\xd8\xaa\x76\xb2\xfd\xa3\x9e\xae\x55\xb3\x54\x03\x68\x66\x85\x98\xf4\xbb\x15\xca\xdd\x0a\x6e\x3d\x85\xe2\xa7\x9a\x15\x7b\x39\x9a\xa1\xa1\xa7\x14\xaa\x58\xa2\xb1\x5e\x8a\x0e\xe6\x05\x3b\xd5\xe3\x3e\x74\x63\xf5\x28\x2b\x4b\x75\x79\x55\x55\xc9\x11\x49\xb7\xec\xe5\x68\xbc\xc7\x85\xba\x4d\xf0\x6e\xa9\x93\x92\xd7\xd4\x88\x06\x08\x35\xfa\xb6\xee\xcb\xd9\xd3\xbe\xdd\x91\x2a\x2d\xf7\x82\x54\x4b\x6a\x42\x8e\x82\xc5\x93\x1d\x00\xb7\x03\xa2\x34\xda\x4e\x35\x2e\xda\xfc\x82\x75\x2e\x8d\x6a\x5c\xd8\xc3\xa4\xf7\x7e\xc0\x4a\xe0\xf0\xb0\x93\x6d\x03\x2d\x54\x19\xb1\x6c\x1a\x27\x5a\x78\x99\x1a\x19\x49\x44\x53\xcc\x8a\xf8\x7c\x6a\xb2\x6d\xd2\xe0\xd4\xdb\x7a\xb4\xde\xc2\x56\x2b\x0b\xb5\x50\xce\x07\x96\x52\xe6\x4e\x74\x65\x6e\xb7\xe8\xe7\x7c\x3f\xb3\xbe\xe3\x01\x44\xb6\xc4\x09\x69\xc1\x71\x1c\x79\xb1\xa5\xeb\x0f\xf6\xbb\x8c\x8b\xda\x26\x98\x25\x53\x98\xa6\x33\x3d\x80\x5f\x58\xb5\x24\x61\x7b\x14\xc5\x80\x83\x55\xc4\xf1\xc4\xcc\xe3\x31\x2b\x82\x9a\x6a\x15\x9b\x43\xbd\xf1\xcc\xf3\xc3\xe4\x3c\xec\x6b\xb0\x07\xb1\x77\x1e\x41\xdd\xca\x3c\xa9\xf0\x50\xcd\xe7\xdc\xbf\xc8\x8d\xa8\x70\x19\x11\x56\xb4\xb2\xf1\x8a\x3a\x13\x1b\xf0\xfc\x1c\xa6\xf9\x2a\x3c\x38\x44\x40\xcd\x21\xe0\xaf\x7d\x33\x2d\x9e\xa2\xee\x9e\xd8\x53\x34\x85\x03\xf3\xb5\x63\x9b\x0b\xd2\x2f\x3a\x23\x42\xff\x2e\x1a\x65\xac\x79\xea\x11\x7d\x92\xd1\x7f\x33\x75\x32\x4e\xf5\xa6\xb0\x11\x24\x2a\xba\x4c\x42\x74\xea\x7f\x2d\xa5\xb1\x0b\x76\x99\xd5\x64\x59\x93\x68\xfb\x49\x6b\xb7\xa4\x58\xcf\xe9\x7b\x4a\xd0\x49\x3f\x8f\xae\x09\x4d\xc2\xf8\xb0\x7f\x09\xd2\xe5\x95\x11\x52\x0d\x8b\x85\x2e\x4d\x7b\x15\xba\xd6\x2f\xa2\x79\x7c\xe8\xf5\x88\xc8\x26\xec\xb8\x56\x23\x77\x97\xd4\xe1\x1b\xcc\x4f\x14\x4a\x90\xb4\xea\x8a\x91\xbf\x22\x6d\x6e\x56\x81\x97\xf4\x80\x4a\x1b\xe6\x65\x53\xa5\xe6\x11\x2f\x8b\xf9\x33\xc3\x0a\x5e\x60\x09\x49\xa7\x0d\xdc\xa1\xde\x46\xc8\x97\xd6\xec\x47\x25\x3a\xcc\x88\xde\x01\x22\x3c\x13\x35\x3b\x1b\x51\x3b\x25\x7a\x5f\xe4\xd3\x51\xdc\xfa\x7a\x70\x75\x46\x18\xa6\xec\xa2\x79\x6f\x62\x56\x2b\x3a\x03\x0c\x03\x65\xbd\xd4\x12\x98\xe9\x67\xb1\x72\x5e\x51\x35\xe7\xbe\x6c\x9e\x18\x9a\xd0\x10\x33\x34\x2e\x91\x2f\x9b\x9a\x96\x08\xff\x53\xe3\x12\x32\x3b\xb1\x3d\x29\x51\x17\xbf\xb3\x25\x69\xa8\x88\x0f\xb6\x24\x3f\xdb\x94\x36\xe1\xb2\x47\x11\x33\x39\xa1\x3b\x5d\x3d\xd2\x28\x39\x03\x9e\xc1\x8a\x4f\x41\xca\x6c\xe1\xa0\x28\x88\x06\xe0\xa9\xb4\x49\xec\x19\x61\xd2\xcd\xdf\x2c\x29\x08\x9c\x21\xad\x89\x4b\x99\x14\x90\xac\xd1\x9f\x51\xed\x22\x24\x67\x44\x63\xe0\x59\x28\x08\x8f\x11\x64\x88\x65\xec\xb1\x09\x2b\x27\x8b\x17\x2a\x65\x80\x21\xda\xbf\xc1\xd3\xc0\xce\x9f\x72\xb1\x7d\xe6\xba\xb6\xa9\xd7\x9f\x3f\x33\x17\x06\xa3\x76\xd6\x48\xcb\x7c\x04\xcf\x17\x9f\xdd\x93\xf2\xe2\xfe\x0e\xb8\xaf\xce\x8b\xb8\x88\xae\xe4\x2f\x84\xe7\xea\x33\x13\xb9\xde\xef\xff\x8e\xde\xc4\xa8\x4e\x4d\x80\x80\x6e\xf8\xc4\x69\x61\x83\xba\x01\x94\x6e\x81\x6d\x4c\x5a\x92\xb5\x0d\x35\x98\x30\xfd\xae\xa1\x31\x1c\x75\xb2\xf3\x21\x0f\xd8\xcb\xd4\xe3\x6e\x0a\xd3\x58\x8a\x57\xb6\x37\x52\x72\x11\xd3\xb1\x0b\x22\x83\x4c\x4c\x39\xf4\x48\xd7\xa5\x6d\x89\x65\xa1\xb6\x27\xc3\x66\x06\x59\x43\xb8\x4b\xfb\xc8\x95\x19\xbb\x0a\x9a\x15\xed\x02\xfd\xcc\x06\x7a\x7a\x2c\x24\xe7\x04\x38\x25\xa7\xa8\x38\xf3\x58\x12\x10\x93\x6e\xad\x18\x88\x2c\x0b\x1c\x46\xca\xf7\x94\xb0\x21\x60\x84\xac\xe9\x62\x3c\x61\x4b\x2d\x07\x81\xbc\xe5\x15\x47\x08\x5c\xaa\x27\x49\xc8\xdb\x38\x65\x63\x0f\xae\xfe\xb2\x4c\x50\xf9\x16\xa2\x36\x98\x84\x02\x23\x01\x43\x0e\x81\x8c\xac\x45\xa2\x24\x70\xc4\xa4\xe0\xe2\x5d\xdc\xbf\x42\x8f\x22\x0d\x46\xf1\x3b\x4e\xbe\xfb\x2a\x54\xb2\x97\x98\x23\x15\x47\x24\x56\xf2\x8e\xe1\xf1\x29\xf5\xbc\x02\x3a\xa5\x33\x0a\x37\xd8\x4e\x47\xfa\xff\x0a\x20\x62\xb5\x92\xa9\x49\xd7\x6c\x00\x1d\x93\x5e\x2c\xea\xcd\x2a\x10\xb7\xd2\x3e\xdc\xc1\x3e\x3c\xdd\x61\x09\x2e\xa6\x3a\x11\x89\x40\xbd\x07\xcb\x76\x8d\x13\x67\x44\xf5\xd1\x90\x81\x4b\xdb\xb1\x96\x97\x99\x3f\xd4\x91\x93\x33\xa9\x4b\x45\x42\xe6\xc6\x6d\x1b\x77\x6e\xb3\xed\x8c\x29\x4f\x2f\xbe\xe2\xe3\x94\xa7\xaf\x17\xb6\x46\x39\x5c\xbb\x92\x2f\x61\x9f\x79\x74\x64\x4f\xc9\xa9\x81\xa1\x62\x7c\x7d\x17\x08\xaf\xa1\x16\x73\x82\x69\x0a\x06\x10\xfe\x1b\x52\x57\xba\x80\x81\x02\x66\x00\x03\x47\x3b\x88\x27\x0c\xb7\xde\xff\x77\xa5\x59\x7c\xfd\x71\x55\xde\x2e\xc7\x00\x7b\x8a\x9f\xac\xae\x8d\xf4\x61\xfd\xb5\xd2\xba\x8b\xfe\xe6\xb5\x40\x0a\x99\x29\x98\x73\xe7\x77\xd2\xca\xe5\xa4\xce\x8c\x3d\xfb\xf9\xdf\x3f\x79\x38\x9d\xf8\x19\x08\x83\x04\x5c\x24\xee\x32\x6d\x44\xb9\xe5\x69\xe0\x1f\x04\xfe\x0a\x79\xd8\xf1\x03\x25\x88\xc5\x71\x2c\xd8\x28\xb6\x38\xfa\xf5\xe6\x6b\x95\x55\xa6\xe5\xbc\x13\xa5\x93\xbb\x3b\x87\x9f\x1b\x1c\xbe\x00\x85\xce\xbd\x57\x9c\x0c\xb4\xd6\x50\x9b\xa0\x05\x94\xa1\x6e\x36\x0d\xca\x0f\x18\x2e\x00\x88\x8d\x81\x04\x28\xaa\x4b\xe4\x24\xe0\x4a\xe2\xc3\x8f\xc7\x1a\xb9\xa6\xce\x93\x35\x5e\x80\x10\xb6\x78\xfb\x03\x75\x3b\xd1\xbd\x8f\xa9\x8f\xcc\x3d\x66\xe6\x46\x5b\x67\x24\x2f\xe0\xd1\x10\x8d\x84\xfc\xc1\x52\xd7\x5d\xbc\x2d\x66\x57\x09\xcb\x0a\x77\x32\x63\x04\x2c\x53\x70\xe1\x16\xc2\x17\xaf\x30\xc8\x09\x61\x31\x63\x3b\x31\x42\x01\x61\x07\x8e\x4b\xc3\x8e\x43\x78\x59\x47\xaa\x44\xe0\xae\xc8\x5d\x3d\x9e\xa1\xcb\x67\x88\xa1\x25\x3a\x17\xb5\xf6\x8b\x86\x27\x32\xef\x4b\x85\x58\x9a\x57\x8f\x38\xc2\x53\xe2\xce\x75\x4e\x70\xf4\x63\x09\xfe\x88\x18\x00\x76\x77\x60\x9d\xac\xb2\x20\xc7\x5f\xdf\x7f\xfa\xcd\xf7\x0f\xbf\xfe\xb7\xaf\x8f\x1f\x9e\x3e\xba\xef\x59\x8f\xf7\xbc\xa7\x6b\x36\xb1\xfb\x91\x3f\x8d\xdf\xda\x3e\x9b\xbe\xb8\xdd\x72\x7c\x67\xd8\xff\xac\x52\x20\xc6\x9e\xea\x30\xed\x5a\xb7\xb6\xbc\x2e\x6b\xf4\xe3\x95\xbb\x4e\x0c\x31\xa3\xbb\x38\xf9\x11\xd5\x96\xcf\x27\x6c\x4b\xd9\xff\x0f\xaf\x89\x0e\x66\xc2\x43\x7e\x01\xc1\x8e\xa8\x11\x46\x66\x41\xbe\x88\xd7\x8d\x84\x42\x69\x5d\xd2\xcd\x00\x54\x51\xc2\xc0\xe0\x2a\x21\x49\x97\x1c\xec\x6d\x22\xb7\x33\x10\x99\x14\xb8\x7d\x6d\x49\xf4\xf3\x50\x9d\x4e\x90\xc8\x80\x28\x8e\x97\xde\xf7\x64\x4d\xa5\x98\x6d\xfa\x8a\x1f\x75\x1e\x04\x95\x38\x30\x97\xf7\x6c\x67\x40\x1e\x83\xbb\xd5\xcd\xee\xf4\x38\xcf\x55\x81\x8e\x96\x77\x3e\x87\xfd\x00\x1e\xbd\x03\x4e\x0d\xab\x7c\x3e\xe8\x0f\x43\x7f\x97\xa8\xe8\x44\x07\xf0\xdc\xaf\x9e\x9c\xcd\xba\xd2\x2e\x2d\x13\x0e\xa1\x83\xb1\x93\x65\x99\xc4\x5b\xbd\x75\x1e\x50\x7f\x38\x13\x8c\x3e\xd6\xe5\x7d\x88\xe8\x4b\x9e\x41\x6d\xc7\x2e\x9d\x03\xb5\x94\x8a\x6e\x7d\x08\x56\x6e\x12\x90\xf4\xee\xa3\xc9\x12\x8e\x64\x39\x16\x70\x99\x30\xd4\x84\xfc\xa4\x60\x8c\x83\x8a\xbe\x00\xee\x7a\x4b\xb1\xba\xa4\x5f\xba\x35\xb2\x35\x8a\xaf\x27\x96\x1a\x95\x92\xef\x4d\x68\x45\x64\x2e\xb9\x2f\x33\x4c\xe6\xc7\xe5\x14\x15\xe4\xcb\xeb\x86\xbf\x0e\x36\x5c\x6b\x98\x34\x6a\x6d\x9b\xdb\xe3\x22\x83\x89\x37\xc8\xa3\x48\xc0\xa8\x4c\x27\xea\xfe\x8e\x85\x19\xfe\x84\x41\xf7\x1a\x70\xef\x3f\x78\x0d\x1b\x69\xc1\x44\xbe\x98\xae\x6d\x67\xd7\x75\xd3\x96\xa4\xa4\x82\x4b\xbb\xb2\x4b\xb8\x8a\x51\xd9\x08\xff\x2e\x4b\xfd\x3d\xda\xba\xe2\x3a\xac\xe0\xc2\xe9\x00\x96\x61\x26\x00\x67\xd1\xf1\x56\x7e\x8f\xb6\xe4\x60\x54\xad\x89\x2a\x29\x4c\x17\x60\xd1\x8a\xd7\xcc\x01\x51\xbb\xd9\xc3\xda\x22\x13\xc5\x9e\x87\xc8\x13\xc7\x60\x46\x06\xd8\xaa\x36\xcf\x10\xae\x52\x48\x0e\xfc\x0b\x47\xd1\xf7\x26\x8e\xb8\xb4\x5d\xde\x03\x37\xd9\xae\x55\x79\x66\xfa\x4a\x8d\x39\xb3\x63\x09\x88\x21\xe9\x99\xed\x38\x12\xa8\x0f\x93\xea\x4a\x64\x7c\x38\x62\x7f\xff\x4b\x23\x02\x2f\x7f\x87\x13\xef\x8a\x0f\x49\x54\x06\x62\xff\x91\x36\x02\x26\xb9\x25\x66\x8b\xdb\x84\xd0\xab\xa4\x98\xb7\x50\xac\xd1\x74\xf9\x98\x9e\xf0\x93\x6a\xef\x5f\x25\x76\xac\x26\xd7\x68\xdf\x53\x7d\xd4\x0b\xf4\xc9\x40\x73\xcc\x31\x09\x7d\x91\x45\x66\x6d\xae\xf1\xfb\xbf\xa1\x19\xe6\xe6\xd7\x9b\xbf\xa2\x29\x14\x4e\x00\xa1\xa5\xf3\x68\x98\x45\x72\x8a\xf1\x05\x40\xb8\x3c\x17\x47\xcf\xe6\x6c\x4e\x20\xc5\xfb\x3f\xa2\xb9\x28\x46\xc2\x1f\x80\x96\x70\xa4\x41\x2a\x03\x71\xb2\xa2\x98\x7a\x5a\x08\x4e\xf9\xc3\xf7\x57\x1f\xf9\x20\x90\x6c\x2b\xd1\x46\x81\xfa\xe6\x11\x53\xcf\x38\x05\x67\xe1\x0c\x68\x53\x0b\x17\x06\x80\xfe\xd5\xdb\x8d\x3d\xb7\x75\x94\x59\x7c\xea\x12\xf5\xba\x7d\x16\x05\x6d\xd2\x98\x98\x89\x64\x63\xe0\x08\xf3\x27\x3e\x19\x83\x46\x98\xc7\xc5\x87\xc9\x3b\x31\x61\x09\x61\x45\x8a\x5a\x2c\xaa\xbe\xbc\xf3\xb9\x66\x71\x50\xa2\xaa\x5d\x12\x32\xd3\x88\xaf\x32\x5c\x96\x1a\x53\x26\x90\x8a\x7a\x8f\xe2\x90\x4a\x8f\x7e\x23\x35\x95\xfb\x66\xce\x9a\x88\x7e\x88\xcc\xbc\xf7\xcd\xc3\xa7\x14\x90\x89\x37\xf2\x92\x62\xcf\x91\xcf\x61\x35\x27\x10\x25\x1f\xf6\xa6\x5d\xef\xd0\xe9\xd2\x39\xe6\xf5\x10\x39\x66\xdf\x6a\xf0\x87\x04\xef\x00\xaa\x6f\x31\x00\x15\xd7\xc1\xfd\x24\xde\xf6\x7d\xe8\x4b\x7d\x17\xd0\x1a\x53\x69\x84\x3a\x3a\x4a\x21\x03\xc1\x4d\x51\x8c\xe1\x69\x1d\x91\x73\x67\x30\xbe\xb2\xc9\x19\x5d\xb0\x7c\x10\xb0\x0b\x5d\x8b\xc3\x40\xd8\xc1\x81\xab\x80\x1c\x55\x22\xe9\xba\x27\x4a\xd2\x01\x53\xe8\xbb\x5e\x56\xbe\x80\x23\x40\x5d\x59\x9d\xe5\xda\x7c\x33\x76\x6b\xb0\x0a\x69\xcb\xec\x7b\x64\x56\x47\x86\x6c\x77\x05\x87\xaf\xde\x00\x5f\x85\xd9\x5f\xc2\x07\xcf\xbb\x1e\x33\xaf\xdf\xc5\xb5\xd5\x0d\x2c\xb8\xaf\xfe\xef\xff\xfa\xdf\xee\x7e\x45\xb0\xf8\xaa\x6b\xab\xbb\x5f\xa9\x31\x8f\xdb\xf6\xd8\x14\x37\x89\x46\x61\x8f\xfb\x31\x1f\xcf\xbe\x26\x22\x03\xe0\x67\x0a\xc3\x34\x87\xbc\x1d\xc9\x7c\x8b\xc4\x06\x46\x65\x57\x96\xd8\xea\x4b\x05\x41\x83\x94\x1a\x84\xdb\x8d\xa7\x41\x6e\x82\x3a\x02\x1f\x45\x66\xf8\x5a\x33\x93\x3f\xf5\x76\xb9\x99\xaf\x7b\xbb\x2a\x81\xf2\x38\x13\x14\x63\x46\x18\x82\xee\xdc\x3a\x3e\x1c\x8c\xf1\xc3\x4b\x23\x8e\xcb\xa0\x5b\x71\xd9\x6c\xd1\xc7\x26\x0f\xce\x48\xa8\x13\xbb\xe1\x00\xeb\xbb\x42\x95\x77\x8f\xbe\x93\x68\xec\xe7\x91\x8e\xbd\xd7\xb7\xda\xd8\x10\x03\xa2\x36\xe8\x96\x2d\x78\x78\x81\x17\x46\x76\xd1\xf3\xe5\x0c\xf3\xa6\x1c\x03\xe3\x0c\x20\xbb\x6f\x1e\xa1\xaa\x95\xd5\x82\x68\x33\x31\x15\xb1\xc5\x20\xcb\xbd\x37\x89\x72\x87\xc8\x2d\x76\x9f\x2f\xae\xae\x2d\xf1\x3b\xf0\xc4\x67\xb6\x42\xc7\x5c\xf1\x58\xc0\xbc\x09\x9d\x59\xcf\xfe\x00\x5f\x89\x8a\xd0\x45\x27\x3e\x9d\x50\xd0\x6b\x47\xa5\xe3\xae\xec\x04\xbe\x62\xa2\x95\xf5\x58\x6e\x14\x4c\xa9\x72\x30\x95\x4a\x65\x16\x25\x5a\x35\x3a\xbb\xff\x47\x89\xca\x9d\x2d\x9c\x37\xd7\xc1\x86\x61\xdf\x44\xfa\x51\xcb\x89\x0e\x9d\x18\x02\xb4\x85\x5b\x06\x9d\x10\x2e\xf7\x6f\xae\xc9\xf6\xdd\x82\xf4\x60\x5c\x49\xc1\x50\xa8\x9c\xb1\x13\x32\xa7\xb6\x06\x7d\x04\x50\xfb\xdc\x72\xec\xad\xe3\xef\x80\x03\x94\x79\xe5\x19\xb9\x9f\xb7\x25\x7f\xa5\xb8\x1f\x6c\xf2\xbd\x38\x48\xd5\x71\xd3\x9e\x2b\x21\xc1\x32\x74\xd2\x4e\x38\xc0\xfe\x92\x65\x5b\x32\x95\x4e\x74\x6e\xd3\x91\x39\x6a\x51\x9a\x0b\x06\x36\x72\x50\xe3\x0c\x55\x32\x52\xee\x3f\xe2\x5d\x03\x67\x95\xfc\x7f\x43\xd5\x2d\x1c\x6d\x34\x27\xfe\x9b\xd8\xd6\x43\x09\x9a\xfd\x28\xba\x2e\xfa\xc6\xb1\x59\xcf\x30\x32\x6c\xe3\xe1\x38\x05\x44\x2f\x39\x29\x10\x7d\xd6\x30\x27\xcc\xbd\x24\x86\x3a\xdd\xc5\xa8\x68\x3a\xd8\xb2\xa8\xac\x46\x56\x12\x8a\xe9\x70\x96\x54\xe3\xe6\x75\x1f\xd7\x58\xc2\x7e\xb5\x73\xe9\x43\x29\x41\x39\xd6\x97\xc7\x84\x1c\x11\xf2\x11\x43\x45\x22\x09\x69\xe5\x91\xc1\xa3\xfa\xc0\x03\xbd\x61\x8f\xd6\xac\x55\x32\x46\xb3\x2b\xeb\x79\x3c\x1d\x92\x51\x6c\x79\x7b\x2b\x20\x3b\x0e\xa3\x50\x42\x3b\xe2\x48\xc7\x1a\xda\xb8\x1d\x5c\xf4\x98\xb8\x0a\xc7\x41\xfb\x2c\x5a\x02\xac\x1b\xae\xc2\x57\x53\x20\x1a\xad\xde\x64\xf0\x09\x35\x09\x3c\x52\x0b\xc8\x95\x54\x63\xb2\xe7\xb3\x7d\xf9\x5d\x8f\x41\x27\xdb\xca\x68\xa1\xdb\x35\x28\x9f\xef\x2a\xb3\x2c\x25\x12\xd0\x23\x48\x60\xa8\x30\xff\x51\x32\xa8\x74\xeb\x09\xac\xf4\xec\xe1\x41\x90\xef\xcc\x62\xf6\xfe\x0a\x66\xce\xd0\xf3\x3d\x20\x7c\x7d\xa1\xc2\x56\x4b\x85\xa4\x71\xff\x5f\x67\x13\x8e\x0b\x81\x0f\xc4\x8b\x18\xed\xc9\x0c\x1f\x71\x4c\x1a\x2e\x53\x5a\xbd\x1d\x2f\xf3\x8a\x87\x86\x70\x39\x1e\xe4\x3d\xdc\x8a\x0a\xa1\xce\xda\x42\x9d\xdb\x06\x39\xd8\x98\xd8\xd3\x67\xc4\x92\x0e\x0b\xa6\x18\x6c\x2a\xf4\xfc\x19\x5a\xb2\x22\xf3\xcf\x68\x75\x27\x19\xd7\x40\x44\xbb\x6a\x7a\x44\xa8\x9b\xd7\xfb\x7f\xd8\x96\x32\x71\x20\x7b\x37\xd6\x8a\x11\x61\x35\x5f\x5c\x51\x23\x71\xab\x15\x84\x40\xff\xb3\x91\x36\x5b\x74\xc5\x6b\x6a\x0c\x28\xc7\x36\x5f\x3b\x36\xcb\x6f\x2d\xde\xeb\x79\x0b\x87\xe1\x36\x8f\xd8\xfb\x7c\xa4\x68\x8a\xf9\xe8\x5c\xe7\xc9\x60\xbe\xdd\x54\x07\x31\x1a\xea\x00\x01\x35\x07\x6a\xb4\x25\x88\xba\x1d\x3b\x5d\x90\x7b\x5a\xed\xc3\x80\x86\x8b\xe0\x71\x4b\xb4\xa4\x72\x03\x00\xaf\x43\xff\xf7\xcd\xdb\x1a\x6d\x1b\xd7\x21\xf9\x46\x6b\x15\x34\x52\x85\x2d\x70\x14\xf0\x05\xb3\xff\xdd\x32\x56\xd4\x4e\x03\x14\x46\x9a\xe1\x91\xa3\xed\x98\x05\x93\xe0\x8f\xbf\x7f\xee\xee\x7c\xfe\xfe\x8f\x9f\x3c\x67\xeb\x21\x1f\x45\x53\xbc\xff\xe3\xc7\xcf\x87\x0d\xe7\x67\x66\x53\xce\xa8\xd1\x78\xcd\x1d\x5c\x7d\xb6\xe9\x31\x9f\x1b\x86\x2b\x03\xff\x42\xde\x1a\x81\x9c\xfc\x0c\x38\x0c\xf3\x43\x16\x2e\xa5\x04\x1c\xb8\xcf\x84\xc0\x24\x84\x60\xa5\x39\x41\xc8\x0f\x28\x5c\x58\xfd\x76\x2e\xeb\x76\x48\x27\x64\xc5\x2f\xdb\x40\x46\xb8\x14\x85\xba\x6e\xf6\x93\x42\x04\x18\x7d\x58\xbe\x5d\xe1\xe2\x61\xe6\xaa\xf7\xf9\x1d\xff\xfa\x9c\x16\x87\xa0\xf8\xc9\x0f\xd4\x78\x2b\x22\x30\x17\x95\x44\xcf\x01\x8f\x61\xa6\x29\xc1\xe2\xbc\x6e\x7a\x17\xa4\x65\x32\x17\xa9\xf3\x48\x77\x87\x02\x28\xb2\x06\x6d\x49\x10\x91\xde\x18\x22\x71\x7c\x52\x5a\xed\xb6\x8e\x0f\xb6\x15\x12\xad\x68\xe3\x5b\x65\x70\x47\xb0\xe9\xec\xdc\x6f\x84\x1a\x4f\x4f\x3b\xe9\xa4\x8f\x28\x58\xe4\xb7\x75\xc7\x8c\x0d\xf0\xde\x67\xd4\xa1\x92\x04\xd8\x4c\xe4\xf5\xfd\xbd\xe6\x59\x2f\xb6\x98\xff\x86\x01\x76\x0d\xe5\xc0\x14\x5e\x4c\x3e\x92\xea\x34\xcd\xe9\x10\x0e\xc5\x40\xff\x2c\x05\x1a\x42\x7c\x46\xb2\x63\x59\x06\x9f\x5b\xd6\x80\x25\xf5\x6c\x3d\xd7\x20\x2e\x12\x7d\xbc\x21\xcb\xeb\x40\x57\xd6\xa1\x2c\x86\xe9\xb3\x8a\x34\xcc\x3b\x31\xec\x87\x78\xf1\x90\x54\xc4\x13\x81\x1e\x97\xaa\xe3\x82\x54\xd8\xa1\xe6\x3b\xd0\xcc\xd4\xb9\x4f\xa7\x67\x2e\xcb\xe0\x06\xa7\x5f\xf9\x62\x95\x1c\x4a\x43\x36\x20\xad\xb6\x6c\xaa\x26\xe6\x16\x36\x2d\x46\x30\xe5\x75\xd0\xcc\x00\xe7\x77\xc0\x29\x72\x79\x38\x0b\x2e\x62\x15\x46\x6f\x2c\x6e\x30\x5c\x1e\x7f\x4f\x7c\x69\xd3\x22\x89\x3f\x0c\x13\xc5\x74\x04\x6c\xc3\x18\x76\x41\x8e\x4b\xbe\x66\xb0\x76\x8c\xd6\x1c\xf3\x60\x12\x46\x88\x2c\x0b\x62\x04\x61\x3e\x8f\x1c\x93\x2e\xad\x43\xc7\x93\xd4\x0d\x45\xd7\x4a\x3e\x28\x07\xed\x5b\xe3\x33\xf0\x4e\x4b\x32\xe7\xdb\x2c\xfb\x2c\xd1\x79\x31\xc1\xa9\x70\x9b\xca\x76\x22\xf8\xe1\x99\x44\xdf\x3c\x71\x82\xc3\x9c\x0d\xa4\x36\x67\x5b\x91\x17\x8b\xc7\x2b\x33\x60\x92\x16\x2b\x7b\x49\xda\x7f\x96\x48\x81\x7e\xf9\xd4\x31\xa3\xb3\x40\x37\xe1\xa4\xe7\x05\x48\x8b\xb3\x9d\xd9\x9a\xce\xe4\x63\xf2\xbf\x33\x17\x86\xdb\x22\xc7\xc4\xb5\x12\x11\x79\x20\x1a\x2b\x48\x1a\xd4\x4d\xf6\x15\xdc\x35\xc7\x25\xf9\xce\x96\x62\x35\x6f\xd1\xcf\x6a\xea\xab\x75\xe7\xc8\xbb\x74\x8d\x1f\xf4\x98\x42\xfb\x8a\x68\xec\x8e\x2c\xb3\x92\x20\x85\x94\xd6\x61\x5a\x24\x41\xa0\xe0\xcd\x01\x18\x14\x39\x67\xb5\x77\x8c\x17\x89\xd3\x98\xce\x7e\xfa\x36\xf2\x86\x39\xb0\x59\x05\x2a\x60\x76\x12\x02\x01\x30\xc6\x7f\x78\x88\x72\xfb\x69\x44\x43\x90\x30\xde\xa3\x71\xee\x21\x3b\xb0\x12\x22\xf9\x3b\xfa\xc1\xa4\x52\xa0\xca\x42\xc5\xc3\xdb\x77\x47\x2a\x13\xa5\xe0\xcd\x26\x9c\x45\x8d\xf1\xae\xea\x57\xbc\xe5\x38\xe8\x2a\x12\x97\xf1\x00\x7c\x86\x4a\x0d\x25\xd0\xf4\x37\x65\x44\x90\xaf\x9f\xf8\xaf\x32\xc0\xb6\x6c\xd7\xca\x22\xf0\x38\x61\x80\x0b\xf3\x1f\x1a\x01\x1a\xff\xcb\x73\x45\x00\x90\x46\x90\x0d\xc0\xbc\x37\xac\x05\x3f\x05\xec\xa8\x4d\x52\x3a\xd0\x0f\x84\x42\x54\x34\x88\xaa\xa4\x66\x85\x3b\x59\x2d\xa4\x86\xdc\xe5\x80\x35\xb4\x9c\x10\xfc\x1d\xae\x4b\x20\x7c\x65\x2b\x9e\xd1\x07\x40\x2e\xf9\x02\x50\xd2\xeb\x23\x30\x93\xc5\x76\x9a\x80\x0b\x26\xef\x37\xc1\x45\xc8\x25\xa5\x18\x7c\x73\x00\x99\x86\x1e\xc5\xa1\xa3\xf7\xa4\x27\xe0\x7b\x0d\x1c\x27\x72\x24\x20\x4d\x7a\x89\x39\x6b\xc6\x7b\x64\x4f\x78\x3a\x10\xea\xe6\x94\xbb\x6a\xaa\xde\x34\x8b\x2b\xd4\x15\x59\x07\x34\xa5\x5c\x6e\x28\xdd\x4e\x43\xde\x36\x98\x9e\xa7\x22\x28\xa8\x97\x63\x79\x54\x6c\x6d\xbb\xa1\xac\x04\x9a\x60\xa2\xf7\x7c\x3c\x59\x5c\x24\xf2\x80\x51\xdc\xd4\x73\xb2\x47\x11\x40\xd4\x72\x7d\x08\xee\x9c\x75\x2b\xca\x46\x45\x50\x81\x2d\x24\xb0\x44\x7d\x92\x5d\x62\xd0\xad\x3d\x44\x66\xc5\x6d\x98\x3c\x5d\x0e\x76\xef\xa2\xd5\xae\xf6\xaf\xf6\xbf\x1c\x1e\x4f\x8d\xde\x6c\x6d\xd2\x9d\xc3\xb5\x6f\x01\x43\xd0\x72\xad\x2e\xf7\xad\x75\xd4\x79\x1f\x3a\x77\x09\x06\xa5\x64\x68\x54\x03\x68\x32\x14\xd4\xa3\x42\x98\xde\xd7\x72\x6e\xa9\x1f\xd2\xab\x3a\xa0\x66\xec\xcd\xc4\xce\xd8\x6c\xc1\xf5\x27\xc0\xa8\xc4\x21\xf6\x0c\x71\x86\xe8\x09\x75\x2e\xde\x81\x0c\x7e\xf8\x3b\xb4\x44\x01\x3e\x51\x9e\xcf\x24\x9c\x0d\x81\x4c\x6e\x86\xc8\xcb\xe5\x47\x87\x0c\x7d\x1e\x23\x29\x0d\x39\x62\x50\xbe\x3c\x0c\x4a\x8f\x54\x9c\xd1\x1d\x3a\xd0\x04\x44\xb5\x46\xb5\x20\x51\xf9\x01\x4d\x48\x5e\x63\xe5\xa5\x0e\xca\x6a\x14\x4f\xa3\x99\xaf\x7a\x40\x35\xa4\xd8\x5f\x96\xd7\x9a\x11\xc3\xe4\x93\x50\x41\x63\xd0\x75\x90\x67\xd2\xc5\x01\x5f\xb1\x38\x2f\xcd\x8a\xcd\xbb\x78\x13\xb0\xdd\x32\xd7\x9b\x31\x4a\x69\x6c\xe1\x2b\x8e\xe3\x10\xc6\x6d\x9a\x8c\x96\x5d\x2b\x03\x6d\x5f\x54\x97\xf9\xcf\x67\xb6\x75\x62\xfb\x8e\xca\x52\xa3\x78\x5c\xa0\x70\x78\xea\xb3\x82\x7c\x58\xfb\x64\xa1\x64\xb9\x8d\x96\x5e\x92\x39\x43\x94\x88\x71\x91\x4f\x78\x26\xdd\x21\x9f\x0f\x3c\x87\xf6\x4a\x04\x0d\xb1\x5f\xf2\x76\xba\x38\x69\x19\xfa\x64\x89\x57\x45\x48\xeb\xf9\xc1\x1a\xfe\xbb\xbb\xdd\xde\x5d\xad\x3e\x18\x81\x88\x67\xe0\x72\x9d\xd4\xb8\xa7\xaa\xcf\x6b\xfc\x5e\xdc\x55\x60\x8a\x6f\x85\x2b\x56\x4b\x36\x96\x1d\x96\x28\x85\x0d\xe6\x85\x55\x6b\x16\x71\xc8\x18\xf2\xa9\x66\x9a\x7e\xa0\xf7\x2c\xb7\xbc\xf3\x4b\xdb\xb1\x9b\x1d\x19\x3d\xf9\x62\x6a\xe1\x38\x63\xfa\x9b\x0c\x01\x12\x29\x24\x2a\x48\xd3\x83\xbc\xcb\x02\x18\x60\x0f\xbd\x65\x26\x6b\x82\x40\x1f\x83\x5d\x08\x8f\x49\xa1\xe7\xf9\xfe\x6c\x0b\x62\x67\xa7\x91\xea\x23\xcc\x7f\x3e\xf7\x8c\xff\x27\x2f\x98\x5b\xa2\x16\x82\x9c\xab\x81\x77\x00\xdb\x5b\x24\x82\xb1\x49\x1d\x44\xa7\x43\x72\x01\xc0\x62\xf2\xc2\x6e\x2c\x9c\xb7\x8d\xe5\x84\x5f\xf4\x7b\xfa\xa2\xac\x96\x0d\x79\x7d\xc4\xe9\x5e\x2e\xb5\xd6\xfe\xd5\x7b\x49\x3d\x7d\x2f\x43\x3b\x11\x0e\x17\xa3\x0b\x37\x3d\x3b\xe2\x4b\x1c\xce\xaa\x01\x59\x52\xf4\x18\x1a\xdb\x7a\x01\xc7\xa7\xd7\x18\x04\xf6\x59\x24\xef\x46\x41\xc4\x29\x0f\x25\x47\xe6\x0c\x5d\xf3\xe6\xf4\x38\x85\xa7\x27\x9c\x23\x1f\x6f\x79\xae\x1a\x9e\xae\xa0\x9f\x22\x05\xd0\x57\xb5\xe3\x84\xca\x1c\xc9\x14\x77\xc7\x06\xc3\x50\x43\xdd\x49\x44\x51\xa1\x46\x9c\x1f\xae\x55\x2a\xc7\xeb\x48\xd2\x99\xec\xd8\xb1\xfd\xcd\x56\xef\x2a\x94\xf1\x22\x5a\x64\x3f\x92\xe5\x50\x3e\x42\x1a\x37\xc4\xa3\x85\x21\xc9\xeb\x5a\xc6\x43\x4c\x99\xbd\xcf\x92\x2b\xe0\x0a\x56\xc2\x9b\x80\xea\xd1\xa1\xc0\x5e\xe6\x8b\xbe\x03\x6c\x10\xe9\x38\x59\x98\x16\xb1\x19\xa0\xf2\x60\xa1\x32\x53\xa1\x3f\xcf\x95\xde\xd3\x61\x0b\x39\x56\xf2\x1d\xfc\xf4\x7d\x5f\x8e\x9d\xd2\xa2\x05\xb0\x9e\x74\xe0\x39\x8e\x0b\x81\x13\x81\x39\xfa\xc6\x1f\x89\xd0\xaf\x53\xce\xff\xec\x66\xdf\xed\x38\x68\xd6\x17\x44\x79\x05\x89\x5f\x57\xff\xc9\x50\xe3\xbc\x69\x36\x6e\xf6\x14\x77\x05\x5d\x6f\x8a\xfd\xcb\xfd\x3f\xa2\x9e\xd7\xb6\xe3\x1a\x98\xf8\x3c\x2b\x03\x69\xd3\x2e\xc3\x53\x14\x27\x28\x77\x8e\x3e\x6d\x31\xa5\xd0\xd2\xef\x24\xbd\x26\x1c\xea\x6d\x14\x65\xea\x2b\x49\x4c\x9f\xef\xcf\x27\x53\x0c\x5d\xf6\xf1\xd2\x38\xee\x0c\xb9\x98\xdf\x1a\xf4\x49\xf1\x2f\xa2\x5c\x70\xbc\x75\x4d\xe6\x7d\xe1\x87\x31\xab\x4b\x24\xca\xab\x78\x9d\x98\x5d\xb3\x1f\x7f\xc5\x63\x8a\xbb\xca\xc7\x3c\xc4\x82\x7a\x7a\xe0\xb9\x4b\x72\xb8\xe9\xe1\x66\xa8\x80\x68\x6d\xc8\xf9\x50\x9e\xa8\xf1\x27\x3f\x5e\x6b\x0f\x1c\x50\xf9\x33\x3a\xf6\x98\x6a\x4e\x84\xe8\xa1\x26\x39\xc7\x70\x34\x44\x99\x30\x46\x68\x96\x34\xa1\xbc\xe4\xfb\x7f\x6f\x49\x1b\xed\x8a\x18\x83\xc5\x31\xe6\x70\x3b\x75\xb3\x63\xef\x41\x0e\xe8\x13\xb2\x7d\x69\xdb\x6b\xf2\xd5\x07\xf9\x51\x23\xd2\x36\x66\x05\xf3\xb9\xf9\x2b\x7e\x04\x81\x63\x43\x86\x12\x8a\x1e\x26\xef\xe0\x0a\x89\x71\x18\x8d\x75\x36\x39\xcc\x2c\x7a\x69\x5f\x12\xb7\x44\x2e\xa7\x7d\x44\xf9\x9d\x44\xdc\xf7\x07\x20\x44\x3d\xce\xbb\xd6\xe0\xab\x1e\x43\x50\xdd\xda\x91\xb4\xa2\x55\x0b\x5b\xa3\x40\x1b\x69\xe8\x03\x10\x3d\xaf\x73\x5b\x4f\x21\xf6\x5c\xa8\xbc\x4f\x55\xcf\x92\xf7\x9f\x31\x82\xf9\x2f\x7f\x46\x4c\xfc\xcb\x9f\x6d\xbd\x2a\x7f\xfe\x8b\xca\xe1\xa9\xdb\x9b\xd9\x1e\x8d\x27\x98\x31\xe4\x02\x18\xd8\xcb\xc2\xae\x7c\x62\x07\xcc\xc6\xbb\x8d\xe0\x4e\xb2\xc8\x00\xec\xa3\xe2\x9d\x23\xb4\xe5\x74\xc4\xc8\xbe\x72\x9c\x52\x8f\x4e\xf4\xeb\x1e\xad\x6f\xd9\xd9\x5c\xe1\xd1\x6c\xe7\xd7\x68\x47\xfc\x92\x82\x32\x30\x31\x06\xfc\x34\x09\x78\x6a\x77\x56\x86\x14\x0e\x51\x32\x8c\x61\x2d\x9e\xa7\x56\x1d\xca\x2f\x51\x63\xef\x82\x1e\xe5\xc9\xbe\x8c\x18\x70\xc9\xb8\x8d\x4e\x47\x21\xa1\xe1\x78\x8a\xe5\x18\x4d\xe9\x9d\x20\x4a\xd0\x83\x6a\x02\xc7\xae\x7a\xf2\x62\x91\x41\xbf\xd5\x28\x13\xcf\x56\xc3\xbd\x12\x7f\x96\x91\x3b\x22\xea\x3f\x4d\x74\x30\x70\xdf\xc9\xea\x65\x8c\x55\xea\x4f\x85\x7c\x13\xb2\xe0\x1c\xf3\xe0\xf2\x88\x07\x72\xc4\x5a\x03\x27\xaa\x19\x75\x3c\x0b\xe7\x92\x34\x33\xc4\x19\x71\x8e\xa4\x8e\xac\x9d\x98\xb5\x20\xf0\x58\x4d\xc1\x3c\xc8\x74\x64\xb7\xd0\x7d\x0a\x58\xac\xf9\xc7\xb3\xbb\xcc\xd5\xec\xcc\x35\xe6\xc2\xe1\xf8\x1d\x8d\x31\xb0\xf4\x76\x03\xb2\x11\xe8\xc1\x16\xb9\x7e\x21\xe8\x42\x2a\x93\xdb\x06\xf8\xbd\x0e\xa0\x8c\xeb\xbb\x0f\x90\x26\x7b\x81\x63\x43\xfd\x48\x0a\x1a\x4c\xa6\x02\xdc\x26\x19\x77\x43\x3b\x64\x35\x47\x26\x83\xa7\x5b\x0c\x02\xaa\xb6\xa2\xd4\x49\x14\x58\x0a\x94\x02\xbd\x9f\xfa\x44\x84\xd6\x8c\xe7\x21\xb2\xa0\xa7\x2d\x57\x91\xfe\xd3\xc1\x7e\xc7\x10\x4d\x43\x21\xde\x21\xb6\x61\x80\x66\x09\xfc\xd2\xee\xf2\x70\x84\x28\xbe\x82\x9d\xd3\x87\x87\x8f\x70\x0d\x5d\x0f\x2d\xfb\xb3\xe2\xeb\x6e\xc0\x2e\xc8\xe7\x21\xc7\x4e\xc1\x5b\x6a\xab\x64\x45\x37\xf0\x8e\x64\xdf\xce\x43\x50\x34\xd5\xf9\xe1\x15\x90\xc7\x21\xe1\x99\x19\xb8\x8f\x09\xa1\x72\xf2\x80\x81\x19\xf7\xf5\xe5\x34\x71\x1c\x88\xb1\x31\xf4\x18\xcd\x5b\x86\xfb\xfd\x81\xe1\x24\x28\x21\x09\x5a\xb4\xde\xb1\xff\xe0\x04\xde\x32\xda\x27\x3c\x5a\x38\x7a\x21\x0b\x77\xf0\xbd\x4c\xe2\x04\x58\x54\x0d\xc7\x3a\xce\x97\x44\xee\xf4\x88\x99\xc9\x16\x06\xbf\x7a\x24\x9f\x4a\xe0\xf3\x89\xc5\xc2\x53\xfc\xbe\xd7\x40\x70\xf2\x62\xd3\x21\xee\x6e\xac\x1b\x53\x34\xcc\xbf\x1e\xca\x0a\x62\x46\x49\x01\x5b\x21\xbf\x1d\x1e\xf2\x50\x77\x6b\x36\xc4\x0f\x24\x17\xce\x48\x57\x1c\x94\x96\x79\x4c\x67\x64\x63\x2c\x93\x42\x3c\xaf\x34\x8a\xe8\x50\xf4\x50\xc4\x5f\x62\xa6\x57\xe5\xd2\x9b\x76\x10\x23\x4f\x86\x11\xf6\xd7\xcb\xee\xc6\xbc\x69\x12\xd2\xeb\xf2\x86\x1a\x5d\xc9\x9d\xc7\x33\x6e\xcb\x6d\x43\x49\xdf\x47\xba\x7a\x9c\x77\x22\xd1\xf4\x9a\x66\x28\xb0\xf8\xe4\xff\xc7\x99\xe8\x63\x47\x29\x2f\x48\xfa\xcb\x18\xfd\xa4\x62\xbe\xad\x45\x1f\x50\xcc\xc8\xc5\x49\xad\xa3\x97\xc8\x06\x54\x3a\xe4\xff\x62\xfb\x93\xd7\x0d\x87\x75\x51\xe8\x4b\xbe\xf4\x69\x0a\xb4\x17\xe5\x02\x85\x9a\x08\xd4\xdd\x21\xf9\x87\x84\x1f\x71\x0e\x4f\xeb\x14\xe4\xdf\xaf\x09\x80\x94\xbb\x44\x56\x9e\x5f\x6a\xc1\xbf\x50\xca\xa5\x48\x23\xd2\x06\xb1\x53\x71\xb3\x25\xc5\x10\x27\x9f\x21\x5d\x7d\x78\x2c\x13\x0d\xdc\x8f\x80\x79\x46\xd1\x82\xae\x32\x5a\xce\xca\x89\x3b\xf2\x96\x16\xde\xa1\xb3\x34\x8f\x26\xbe\xe7\x18\x14\x8d\xee\xe9\xc2\x92\xfb\x4c\x07\x27\xdf\x9d\x3e\x4d\x55\xc0\xd3\xe2\x31\x3e\x02\x75\x7d\x2d\x77\x0e\x7c\xde\x50\x28\x7c\x08\xba\xbf\x35\x2c\x28\x85\x41\x5f\xb4\x0d\xac\x03\xbd\xc7\x81\xbb\xdd\xbf\xe4\xb0\xf9\x20\x0a\x31\x98\x83\xcd\x58\x78\x9b\x83\xc0\xce\x1b\x64\x4c\x4e\xd6\xee\x5d\x22\xc3\x13\xed\x11\xd9\x53\xe5\x65\x84\x4b\xf1\x91\xbd\x2d\x48\xfc\xe0\xb4\xf4\x70\x64\x18\x71\xab\xfe\x28\xef\x6d\x4a\x6f\x5e\x40\x97\xf6\xb2\x6c\xaf\x66\x4f\x4b\xc7\x01\x9e\xf8\x9c\x4e\xf9\x96\xda\xa2\x46\x22\xeb\xc0\xa5\xad\x90\xd1\x43\xe7\xec\xbb\x82\x25\xbe\x1f\x2b\x6e\xee\xd8\x98\x24\x29\xf6\x3f\x4b\xe1\x68\x0e\x09\xd8\xe3\x43\xfb\xb5\xd3\x84\xa1\xce\x5d\x59\x7b\x42\x5d\xfc\x4a\xe0\x62\x42\x4f\x70\x8b\x70\xc6\xdc\x91\x78\xf1\xac\xcc\xcd\xaf\x68\x05\x05\x62\x06\x32\x8e\xf3\x6f\xd2\x75\x9c\x12\x86\xdc\x94\x09\xf7\xb9\x93\x9b\x5f\x7b\xdd\x2e\xd4\xa3\x0c\xe6\xa7\x26\x98\x93\xc4\x3e\x3f\x52\xcd\xed\x1a\x8c\xed\x62\x77\xc3\x11\x18\xb3\xca\xd7\xcd\xbe\x31\xd5\x65\x89\xf9\xc8\x06\x35\x76\x9c\xe3\x78\xf6\x80\xb2\x33\x02\x7e\x6d\x30\xe7\xd2\xb0\xde\xa2\x59\x5d\x69\xbe\x85\x81\x2a\x45\x9e\x7e\x14\x7d\x4a\xcf\x89\x4b\xd8\x1d\x9b\xb2\x39\x22\x3d\x98\xc6\xba\xc0\x4a\x94\xd6\xf8\x90\x09\xe9\xfc\x48\xed\xcc\x11\x6b\x9a\xc8\x03\xc5\x2b\xca\xa7\x9e\x58\x40\x39\x11\xd3\x9a\x4c\x47\xfe\x31\x89\xe9\x60\x4a\xe4\x30\x22\xc2\xa9\xc7\x65\x8a\x0c\xda\x00\x5a\x5c\x2a\x3f\xa3\x11\xfc\xb4\x31\xb8\x63\x4c\x6c\x43\x58\x2f\x4c\xfb\x3e\x3f\xcf\xd6\x74\x82\x5b\xe4\x25\xd6\xfb\xa7\xda\x3a\xe3\xb4\x2f\x91\x38\xc7\xa6\x43\x01\xac\xfb\x7f\xc7\xf6\xc1\xad\x66\x50\x4b\x3d\xd2\xb8\xa2\xcb\xa0\x2d\xfc\x86\x54\x16\xc5\x7f\x46\x6f\xa2\xbb\x80\x57\xff\xc3\x75\x48\x24\xda\x8c\x92\x54\x16\xd4\x91\xb0\xaa\x64\x9e\x9a\xd8\x98\xe0\xf3\x29\x44\xb3\x2e\xea\xa6\xa3\xad\x0c\x69\x4a\x89\x29\xa4\x77\x20\x45\x73\xc0\x21\xcb\xab\x20\xba\x45\xec\x1e\xfb\x40\x7f\xf8\xed\xe9\x77\xc7\x47\x32\x85\x9f\xef\xbe\x78\xf1\xe2\x2e\xb6\xbd\xdb\xb7\x55\x59\xe3\xc7\x95\xce\xe9\xb3\x72\xfb\x79\xdf\x75\xd3\xcf\xee\xc1\x1f\x1f\x4d\x8b\x07\x65\x27\xc1\x84\x84\x3a\x89\x31\x0f\x93\x92\x04\xc1\x50\xaf\x86\xff\xc4\x6b\x40\x0e\x0d\xe9\x9f\x92\xcc\xe0\x31\xcb\x84\x3b\xc9\x0e\xbb\x74\x6c\x50\x02\xdf\xb9\x98\xbb\x58\xb6\x30\x95\xe3\x06\x13\x61\xec\x12\x74\x70\xc0\x6c\x6c\x46\xd2\xc4\x49\x62\xbb\xac\x9e\x85\xb1\x68\x26\x0f\x37\x8d\x3c\xb3\x97\x57\x61\x97\xad\x47\xec\xa8\x15\x74\x62\x97\xa5\x06\x70\x3f\x12\x19\x9e\xb6\x19\xfd\xed\xae\xfb\xaa\x63\x43\x56\x47\xc7\xce\x5e\x23\xd2\xa2\x3d\x41\xe0\x84\x79\x7a\xe9\x54\x7d\x91\x77\x48\x41\x35\x4d\x5d\x5d\xd1\x9b\x56\x91\x87\x80\xe2\x9c\xc8\xe5\x32\x5a\x2a\x80\x72\x17\xf4\x58\x41\x89\xc4\x99\x1c\x6f\xc8\x43\xb3\x09\x58\xa3\xb2\x21\x0a\x6f\x63\x02\x21\x77\xc2\xf9\xe2\x42\xe6\x4a\x14\xd0\x08\x05\x43\x4f\xc3\x36\xa9\xb9\x72\xbc\x58\x54\x87\xe8\x6d\x63\x34\xc6\xc6\xa8\x89\x4e\x52\xc2\x0c\x41\x12\xec\xe9\x09\x1c\x46\xa1\xe7\xc9\xe9\x38\xec\x50\x9e\x19\xd7\xa4\xf0\x83\x1f\xf8\xc6\x07\x12\xb9\xfc\xbb\x7f\xad\x31\xa1\x00\x36\x3d\xde\xac\xeb\x84\x52\x21\xe0\x94\x67\xd5\xc9\x66\x67\x5c\x27\x91\x99\x94\x45\xef\xde\xc6\x40\x8c\xf2\xeb\x42\xda\x94\x8b\x7d\xe2\xc3\xa3\x0f\xb0\x55\x52\x3f\x19\x3f\x67\x5d\xba\xc3\x96\xc0\x11\xd9\x5b\x87\x7e\x1b\x43\xc7\x7e\xe3\xca\x3c\x60\x8a\x55\x31\x71\x88\x98\xcf\x2c\x42\xca\x6d\x33\x15\x60\xa2\xce\xf1\xa4\x09\x14\xf9\x8c\x06\x92\x7d\xf2\x50\x79\xf8\xc4\x17\xf4\x14\xab\x91\x3b\x37\x86\x28\xaf\xf5\x35\xdc\xc1\xb3\x46\xf8\x22\x6b\x76\xfe\x39\xfd\x07\xe5\x37\x19\x90\x8f\xec\x3d\xd4\x9c\x72\x9c\x9b\x1a\x1f\x01\x7f\x84\xa9\x32\xab\x58\x1f\x5a\xee\xaa\xe6\x8a\xf3\x77\xc1\x71\x21\x12\x15\x67\x49\x8d\x17\x18\xea\x46\xf2\x89\xe5\x46\x1a\xc8\xea\xd3\x4f\x0d\x07\x10\x85\xee\x58\x7d\x43\x1e\x75\xfa\xfa\x80\xf3\xb4\xc5\xeb\x5b\xa6\xc5\x53\xd4\x10\x60\x94\x2a\xf3\x22\x9c\x46\x4b\xd2\x2a\x46\x29\x4f\xf8\x0d\xaf\x38\x59\x52\xac\x28\x6d\xe6\xf1\x7a\xd1\xf9\x2f\xe4\x8e\x42\xa1\x8d\x92\x29\x8f\xae\x28\xee\x66\xe0\xe0\x30\xb6\xd8\x2c\xb7\x95\xaf\x32\xc8\xc9\x85\x39\x3e\xc7\x87\xcc\xcc\x74\x49\x17\x21\x35\xd7\x38\x40\xdf\xc1\xec\x97\xec\x6d\x9c\x77\xeb\x40\x8f\x6a\x95\x3f\x94\x7a\x6b\x7c\xcb\x53\x01\xeb\x37\x61\xcb\x41\x43\xfd\x78\x2f\x63\xe6\xfa\x5b\x12\x72\x01\x39\xcc\xc2\x3e\xdf\x45\xe2\x1a\x9b\xe0\x5b\xe0\x76\x9b\x4b\xef\xca\x9e\x9d\x4d\x17\x6d\xf3\xc2\x61\x3e\xab\xbe\x5d\x96\x94\xc8\x49\xde\x88\xb4\xd7\xe5\x85\x3e\x8f\x49\x35\xd1\x67\x15\x70\xea\x92\x02\x0a\x1d\x7f\x63\x1b\xf3\xcc\x7b\x51\xf2\x57\x72\xf3\x4b\xdf\x1f\x8c\xfc\x79\xbd\x9b\x56\xc7\x31\xd8\xea\x06\x38\xe5\xc6\xee\xbc\x79\x31\xc7\xbf\x28\x53\x97\xf3\xf1\x99\x6e\xd0\x03\x96\xe3\x63\x66\x9b\x3e\x6a\xe9\x76\x15\x30\xed\xf4\xce\xe6\x03\x4e\xa4\x01\xf7\x07\xca\xf1\x2e\xaa\xd4\xd7\xf6\xcc\x96\x2b\xae\x76\x7f\x27\x58\x94\x55\xc4\xd1\x79\xff\x95\x57\x78\x7f\xa5\x99\x3a\x25\x7f\x6b\x48\xe8\x82\x9b\x1d\x55\xdb\x91\x31\x54\x72\x2e\x72\x16\x14\xa9\x17\x65\x85\x81\x7a\xaa\xf9\x02\x16\xd1\x57\x91\x7d\x01\x7a\xfa\xe5\xc3\x63\xfe\x41\xc1\xaa\x9c\xc1\xd9\x28\xa7\xcc\xe9\x35\x34\x18\x76\x3a\x0c\x8a\xd5\x12\x0e\x6d\xa6\xbf\x55\x05\xc6\x55\x7c\x24\xed\x74\xd5\x9a\xb3\x6e\xf6\xa4\xac\x6a\x9f\x31\x84\x0b\x76\x6d\xa9\x4d\xc9\x26\x62\xaf\xb1\x2d\x3d\x9a\x4f\x2f\x49\xfa\x8a\x00\x2d\xda\x66\xf8\x07\x76\xdc\x7f\x26\xef\x22\x12\xd4\xfc\x27\x83\xf2\x64\x04\xd2\x00\x9a\xc8\x17\x97\xdc\x90\xf9\x25\x95\x4d\xb3\xbb\x79\x2d\x4f\x70\xf3\xbc\xa3\x51\x09\x6b\xf9\x49\xa8\x87\x1e\x5f\x5d\xb2\xf4\xe0\xb4\x44\x79\x04\x97\x92\xe6\x45\xfa\x52\x37\x34\x95\x0c\xe9\x9d\x5f\x74\x35\xed\x4a\x4d\xdf\x30\x4d\x56\x13\xf5\x17\xc4\x07\xe0\x6f\x7e\xed\x5b\xba\xdd\xf8\xed\x54\x49\x13\x13\x2b\xf8\x48\x05\x86\x4e\x51\xae\x93\xbc\x4f\x78\x34\xfb\x6b\x82\x4e\x34\x08\x30\x82\x9a\x4a\x6c\x9d\xa6\x28\xd2\x72\x12\x3f\x38\xb1\xbc\x75\x49\x3b\x7d\xb6\x5b\x17\xda\x74\x47\x92\x12\x45\xb4\x58\xa5\x23\x9b\x0b\x3f\x04\x10\x7c\xf3\x34\xef\xda\xba\x8f\xe6\x91\x5f\x34\x5a\x90\x5d\x2e\xfa\xf9\x45\x8b\xde\x0c\xdf\x8b\xbd\x3e\xc6\x20\x3a\x65\x27\x1c\xf4\xe5\xf8\x91\x45\xd1\x46\x68\x25\x14\x84\x22\x2f\x5d\xce\x93\x5c\xa2\x46\x74\x88\x88\x51\x02\x40\xd2\xad\x00\x56\x2a\x5e\x0c\xb0\x32\x6a\x95\xb2\xad\x72\x88\x38\xcf\x11\xf1\xa6\x7a\x26\x88\x24\x51\xaa\x18\x17\x1e\xc9\x44\x63\xdf\xd8\x0b\xd0\x61\x7e\xa9\x8b\x9a\x1f\x9f\x0c\x06\xe7\x7e\x43\x02\xda\x05\x14\x46\x47\x1e\x3e\x7f\xc1\x93\x67\xab\x27\xb1\x4f\x71\x4f\xcf\x22\x8b\xed\x83\xbe\x84\x0d\xd5\x5a\x91\xcd\x74\xbc\xaa\x25\x8f\x1f\x81\x5d\x70\x58\xcb\xeb\x8c\x5c\x82\xda\x5f\xac\x6c\x94\x54\x4d\x14\x79\xea\x10\x6e\xa4\xb2\x41\xac\x72\xb7\x5c\x6e\x83\xc1\xa2\x97\x4e\x79\x43\x0e\x1a\x51\xf2\x13\x93\x7a\x23\x85\x0e\x02\x37\xd2\xc5\x47\x2a\x67\x49\xfc\x4c\x9a\x17\x35\x22\x24\x4c\x21\xbc\x85\x5b\xe2\x3b\x9f\x4d\xbb\x7e\x1e\xde\x0d\x12\x4d\xfe\xa1\x37\x83\xa8\xa2\x4f\x2b\x7f\xa0\x36\xe5\x15\xb4\x79\xab\x41\x22\xb2\xc4\x46\x3f\x4c\x45\x46\x69\xf9\x51\xb1\x79\x74\x30\x1b\xd9\x54\x13\x5d\xe0\xab\x22\xde\x55\x2d\xe9\x97\x13\x4f\xa8\xd3\x15\xbf\xc1\xa7\x71\x00\x65\xb3\xc3\xcb\x87\x78\x5d\x0c\xab\xaa\x2f\x2d\x5a\xad\x9a\x6d\x89\xbe\x0c\x3f\x5c\x1b\xbb\x64\xfd\x08\xea\x6a\x7a\x7a\x1c\xc9\xf9\xd7\x90\x26\xf4\x22\x84\xd8\x31\xdc\x8c\x4c\x73\x0b\xb2\x1b\x4b\x49\xf2\xda\x44\xfa\x00\x6c\xc8\xce\x81\x7d\x0e\x9f\x4c\xa5\x77\x8f\x09\x68\xa9\x77\x6f\x78\x29\x69\xe4\x7d\x35\x2a\x3c\x50\x3f\x64\xe6\x69\x22\x4c\xf1\x4f\x8e\xb3\x42\xcf\xc7\xe2\x71\xf4\xb1\x9f\x08\xaa\x1d\x31\xa2\x58\xdf\x87\xc2\x31\xb4\x43\x3f\x0f\x93\x8c\x99\xe4\xc4\x11\x2d\x0a\x7a\x14\x88\x89\x17\xff\x84\x53\x69\xf5\xe9\x1f\x2b\xbe\xb2\xe2\x2c\xfc\xc5\xe8\x6b\x18\x07\x9f\xb1\xfa\xed\x49\x92\x6e\xef\x2a\x4b\x93\xf4\xcf\xba\xe3\x8d\x3f\xbe\x70\x04\x97\x63\xae\xad\x1a\x7b\x8f\xc1\x17\xde\xf2\x30\xc3\x3f\xeb\x4d\x97\x56\xf7\xb4\x29\x83\x4a\xec\xf2\x76\x58\x61\x10\xdb\xb3\xc5\x4b\x0f\xf0\xf6\x3f\xc5\x49\x2f\x7b\xc7\x27\x9f\x7e\xf6\x1e\x40\x36\x7b\x2e\x35\xff\xc4\x2a\x52\xdf\x9c\x94\x98\xe4\xba\x91\x2c\x9f\xe5\x60\xd6\x83\x06\x6f\xc9\x6f\xe9\xbd\x2f\x06\x3d\xfd\x33\x39\x2e\x0f\x98\xa9\xdf\x96\xec\x32\x9f\x33\xd2\x21\xe6\x9b\x32\x18\x47\x89\x9e\x47\x9a\x04\x8e\x26\x75\xbe\x91\x77\xb0\xb2\x94\x9e\xe8\x16\x7d\x30\x07\xe6\x98\x85\xf6\x90\x3d\xb7\xf7\x8f\x7d\x04\x3d\x5d\xa4\x16\x1d\xe6\x7e\x0c\xac\x3a\xac\x05\xad\xac\xf1\x74\x91\x1b\x9a\x08\x8d\x9f\xca\xbf\xe7\x76\x37\x8f\x12\x5d\x3e\xf0\x94\x3f\xf2\xac\x30\x9f\xfa\x56\xfc\x5a\x8d\xe6\xfb\x76\xd9\x77\x25\xa4\xea\xe4\xad\x7e\x25\x7d\xa8\xd7\xd2\xbb\xa7\xc8\x6b\x92\xc3\x49\x5e\x30\xec\x41\x1c\x3a\xb2\x79\xcf\xf1\xfd\x85\x64\xb6\x15\x50\xdf\x30\xcf\x61\x80\x77\xda\x7e\xf6\x25\x9a\xe3\xad\xff\xca\x9e\x04\x9a\xb4\xc5\x7f\x06\x76\xe3\x92\x12\x8a\xa0\x96\xdc\x7f\x95\xbb\x35\xdb\x39\xbe\xef\xc2\xd5\x49\x46\x2c\x10\x8f\x3e\xcd\xdb\xe1\xf3\xd4\xd1\x7d\x4c\xaf\x50\x4f\xf8\x42\x9e\xe2\x53\x4f\xa1\x4f\x0c\x38\xe7\xef\xe9\x44\xf8\x1b\x72\x52\x92\xe4\x19\x93\x37\x0e\xb5\x62\xc3\x7a\xd9\x4d\xa7\x97\xa6\x0b\xef\xaa\x03\x9f\xb2\xf1\x89\xb8\xf0\xf0\x66\x6e\x0c\x89\xb7\xce\x54\x46\x20\xc1\x42\xa7\x22\xf2\xc5\x81\xc9\xc4\x55\x7f\xcb\x6c\x22\x92\x51\x8f\xa4\xef\x7a\xdb\x5c\xc9\xfc\xc0\x33\xe0\x47\xfe\x65\xb2\xf7\x53\xef\xc9\x7c\xb6\x71\xdd\xc0\x76\xc0\x1c\x36\xe9\x94\x39\xde\x0d\x95\xfa\x14\x85\x1b\x5e\x01\x24\xb7\xb0\x74\x1e\x31\xf1\x23\x57\x0b\x8f\x41\xe8\xfb\x39\xf0\x7e\x09\x50\xd6\x0c\x6b\x8f\x94\xcf\xa8\xe3\x54\x6b\x5c\x67\xfc\x7e\xe7\x32\x3a\x13\x6e\xc0\xce\x84\x43\x72\x20\x93\xf6\x3b\x12\x1c\x74\x52\x18\x78\xbd\x68\xdb\x71\x2f\x55\x7c\xaf\xc0\xdb\x75\x78\x92\xca\x82\x7a\x5e\x6c\xc1\x07\x95\x4b\x73\xde\x20\xc8\x63\x29\x77\xc0\xb5\x35\x67\x34\xb2\xa5\xfe\x19\x2e\x66\x47\x75\x7b\x57\xfc\x60\xa7\x10\x85\x70\x98\x37\xc9\xf0\xfd\xb0\x43\x9f\x36\x59\xea\x85\xeb\x63\x58\x35\xde\xb5\xc4\xf7\xe3\xf0\x2d\x51\x64\xeb\x27\x9d\x05\x3b\xa2\x46\x4e\xa2\xe4\x90\x80\x7b\x22\xbe\xae\xe3\xf9\x80\xa7\x23\x53\x52\x46\x23\x9a\xd5\xb8\x12\x72\x1a\x13\x91\x1c\x75\x6e\xfe\x16\xb3\xbd\xd1\x35\x1e\x29\xe9\x03\x82\xf8\x4d\xff\x34\xa2\x92\xbc\xb2\x71\x02\xe4\x37\xe1\x16\xa2\xf3\xce\x53\x6a\x63\xb2\xf4\x4e\x93\xa2\x45\x50\xa8\xf1\x18\xc5\xb9\x8d\xb8\xbc\xf3\xa4\xd2\x63\xf1\x1b\x66\x75\x14\xc2\x2e\xd0\x6d\x3e\x23\x21\xd1\x25\xe4\x46\xa1\x18\xcd\x38\x91\xec\x1e\x8d\xd5\xf5\xa4\x85\xfc\xe4\x48\x04\x1d\xf3\x93\x4b\x6d\x53\xd3\x69\x7e\xc6\xfc\x40\x57\x63\xe7\x2c\x31\x74\xea\xcc\xc8\xbb\x4f\x52\x36\xf2\xc5\x1c\xfa\xac\x41\xac\x45\x25\x02\x9a\xe9\xa8\x4a\xec\xd6\xa9\x99\x39\xc9\x81\x01\x18\xf4\xfd\xdf\x6d\x6d\x22\x67\xbb\x28\xd1\x68\xe4\x61\x1a\xeb\xdb\xba\x06\x9f\x11\xa4\xfd\x79\x3e\xc1\x97\xb1\x17\x8d\xc1\x87\xb0\xea\xb3\x66\x67\xea\x12\x78\x12\x7a\x46\xd6\x05\xb3\xbd\x9d\x08\xed\x93\xd7\x01\xb3\xe7\x00\x6f\x79\xaf\xb1\xef\xce\x31\xd6\x41\x45\xa3\xfc\x49\x4b\x4e\xef\xbe\xc6\x14\xed\xf0\x4f\x2f\x4a\xcf\x89\x78\xda\xce\x4e\x69\x19\x5b\x13\x3f\xe9\x07\x8c\x4d\x53\x63\xff\x14\xc3\xd6\x73\x3a\xec\x49\x14\x59\x87\xaa\xe2\xfd\x4b\x7e\xfb\x83\x3f\xa8\x79\x73\x82\xf1\xda\x15\x65\x14\x7d\xf9\x69\xf1\x3e\x70\x26\x7e\xf5\x53\x55\xe7\x2f\x51\x8b\xcc\x8a\x7d\x13\x15\x37\xbb\xb2\x95\xc5\x3f\x50\x9f\x9d\xb8\xf5\x15\xec\xd6\x96\x6c\x06\x7d\x3c\xed\x3e\x4c\x91\x2d\x06\xbd\x73\x63\x83\x72\x9c\x1c\x3d\x0e\x41\xee\x27\x94\x84\x43\x5e\x55\xfe\x6c\x41\x7a\xea\x45\x14\x6f\x82\xbc\x73\xf8\x9c\xde\x4b\x71\x89\x7f\xf2\x26\xd8\x64\x92\xf2\x84\xf8\xc4\x05\x94\x4b\x55\xdd\x94\xc3\xe7\x90\xaa\xce\x45\x09\x53\xcb\xa4\x8e\x77\x69\x4a\x26\xe2\xbd\xc7\x93\xaf\x3e\x24\x26\xfe\x1a\x39\xa1\xc7\x9f\xf3\x27\x4d\x92\xb2\x72\x33\x32\x5b\x97\xa4\xc5\x8e\x4b\xd4\x90\x10\x7f\xab\x9a\xb5\xad\x0b\xd6\xe9\x27\x05\x43\xb1\x25\x1a\x02\x73\x98\x00\xf2\x6f\xd3\xcf\x3e\x67\x50\xfc\x91\xbd\x72\x7a\x4c\xe5\xdb\x67\xf5\x95\x54\x24\xf3\x41\x2d\x2b\xfa\xe1\x8f\x35\x40\xbd\x20\x39\xba\xc0\x95\x31\x82\xa4\xac\xce\xf0\x88\x1a\x29\x9f\xc6\x2a\xbb\x17\x96\x9e\x4e\x07\x90\xf3\x9b\x86\xa3\xb5\xda\x1e\xb8\x77\x83\x69\x8d\xe3\x72\x0c\x48\xc7\xb4\x09\xf4\x90\x4b\xc3\x49\xaa\x7d\x8a\xcb\xba\x0c\xe6\x47\x57\x7c\x07\xa7\xff\x1c\xee\xfc\xfd\x2f\x94\x4d\xe9\xb6\x3e\xfc\x1d\xce\x49\x00\x6f\xeb\xe7\xf0\xf5\x9e\x80\x46\x18\x04\x20\x95\xe8\x47\x62\x82\x70\xed\x94\x7d\xe2\x38\x8a\xba\x64\xf7\xba\xf0\x72\xce\xbb\xf4\x11\xcf\xd7\xfa\x3e\xe8\x19\x9d\xae\x1e\xaa\x33\x74\x8a\x76\x64\x86\x74\x07\xe1\x6d\x64\xe1\xb0\xc4\x73\xcb\xb3\xcd\x9f\xc3\x08\x63\xd3\x4b\x3a\x88\x27\x36\xda\xc3\x6f\x9b\x1c\xdd\xfc\xf5\x9a\xef\xbb\x14\x70\x49\xe0\x82\xe4\xfc\x52\x11\x9f\x99\x3b\xf8\x8e\x1a\x79\x49\xea\x7f\x7b\xdf\x29\x40\xc7\xfa\xb6\x07\xbb\x3e\xa0\xb2\x4f\xd6\xb3\xb6\xdd\x7c\xbd\x94\x75\xb0\xcf\x6e\x02\x1c\x22\xc2\xce\x70\x8e\x0f\x54\xdf\x83\xf8\xfb\x21\x34\x2a\xd6\xcb\x8f\x0e\x74\xe3\xa7\xfc\x20\x6d\x8b\xde\x4e\xe3\x6f\x59\xc4\xce\x04\xfc\x7c\x9d\x89\xe7\xd8\x96\xee\xaa\x5e\xa2\x2e\x14\xdf\x99\xf3\xcf\xcc\x79\xe6\xe8\x83\x29\x7c\xbe\xc7\xb9\x7a\xed\x75\x49\x8e\x0c\xee\x03\x06\x42\xf1\xe1\x02\x4e\xa0\x9a\x80\x81\xd5\xaa\xcb\xbb\x08\xa1\xf0\xf8\x17\x6b\x77\x24\x00\x0c\x0e\xcb\x47\xb7\x8e\x9c\x1d\xc8\xb1\x7b\x65\xe8\x26\x15\x4d\x36\x3d\x8c\x51\xff\x91\x1b\x54\xb6\xbc\x21\xce\x7b\x57\x32\x71\xd1\xfd\x30\x79\x4c\x9b\xa2\xca\xc8\x80\xa7\x2f\x69\x52\x92\x98\xc0\x55\xe8\x13\x0f\x26\xd7\xcf\x1e\x58\x7a\x3c\xb5\x5b\xce\x51\x32\xab\xe1\x71\x8a\xa1\x60\xa7\x09\xc7\x41\x09\xea\x61\x98\xce\x02\xb1\x3e\xe5\x74\xf5\xe1\xfa\xa4\x37\xbf\x12\x32\xd9\xb7\xe8\x02\x31\x5f\x37\x6d\xd3\x83\x8c\x58\xfa\x20\x5a\x5c\xc9\x37\x4d\xdb\xc3\x18\xb5\x19\x6b\x02\x32\x20\xf0\xa6\xf3\x9e\x42\xff\xf5\xcd\x54\x6f\x4f\xa0\xa7\xed\x38\xfb\x4a\x68\x4a\xac\x92\x36\x44\x7d\xfc\x92\x0c\x33\x94\x8d\xfd\x82\xbd\x49\x7c\xaa\xd5\x91\xe6\xd2\xb0\x59\x74\xb0\x19\xe8\xaa\x53\x62\x6c\xe3\x68\xd5\x5d\x43\x0f\x56\xcc\x2b\x00\x74\xbf\x9b\x23\x34\xbc\xdf\x05\xc5\x89\x72\x80\xb3\x28\x5d\x70\xe6\xc9\xed\x91\x4d\x51\xda\xdf\xe7\x61\x5c\x98\xe7\x5b\xda\x63\x46\xc4\xbc\xad\xe9\xf0\x14\x5d\x36\x87\x9a\x2a\x78\xcf\x4b\xb3\xcb\x80\xcb\x40\xda\x20\xf3\x57\x7a\xcb\x8d\x3c\x3f\xe4\xdb\x53\xbb\x83\x90\xd2\xc6\x43\x88\xc5\xed\xec\x0a\xdf\xe7\x2d\xa3\xbd\x7c\xc7\x76\xe4\x86\x15\xa1\xd0\x3b\xb6\x13\x3b\x25\x9a\xe8\x18\x38\xef\xd0\xb4\x59\x5c\x94\x4b\xb8\x69\x1f\xa5\xd5\x5c\x81\x05\x98\x8b\x3a\xd4\x5f\x34\x4d\x87\x32\xe3\x0e\x79\x69\x72\x21\xe6\xec\x16\xf2\xba\x9e\xe5\x27\xfd\xc3\xf3\x11\xc0\x76\xa3\x82\x14\xd8\xa1\x94\xbb\xe1\xd6\x07\x61\xcb\xcd\x46\xd0\x16\x5f\xb6\x80\xa1\xdb\x7e\x89\x81\x28\x2e\x1b\x1f\x0f\xda\x93\x53\x7c\x1d\x03\xab\x6c\xba\x9b\x37\x6d\x72\xde\x06\xcd\x07\x23\xbf\xa5\xfd\xd2\x2c\xcf\xcb\xb7\x8c\xff\x15\xd6\x79\xe7\x0e\xc6\x66\x70\x5b\x0f\xfc\x50\x33\x5e\xc4\x8b\x7e\xb9\x29\x3b\x0c\xac\x3e\x9f\x93\x7f\xcd\x08\x1c\xb9\xb6\xdf\x0d\xc0\x03\x47\xbe\x7b\xe8\xfe\x01\x6d\xfa\x2a\x06\x2e\xdc\x94\x5b\x20\xb7\xe4\x9f\x95\x75\x05\xac\xd2\x37\x5f\x15\x52\x1a\xe3\x43\x03\xf2\x63\x3b\x17\xf1\x4a\xce\x38\x72\xa3\x23\xcb\x5a\x5a\x14\x4b\x9c\x97\xbd\x1c\xf4\x55\x25\xe7\x15\xd3\xfc\xf2\x7d\xbd\xbc\x5a\xe2\xb1\xc1\x07\x65\xf1\x76\xc7\xc1\x4d\xb7\x69\x2d\xe6\x90\x09\xf5\x49\x84\x84\xfa\x44\xa0\x1f\x23\x39\x16\x7f\xa0\x5d\x70\x98\xfd\xe6\xab\x01\xd1\xd4\x16\x4c\x2b\x11\x67\xa1\x7b\x1f\xe4\x94\x93\x75\xdf\x66\x67\xf0\x40\xbe\x5b\x23\x9d\x19\xb7\x39\x29\xc3\x6c\x0e\xb7\x91\x69\xb9\x19\x54\x12\x52\xc6\x72\x3e\xc7\xfb\xc9\xcb\x8a\xa4\x01\x08\x92\x3f\xa7\xaa\xe3\xd7\x15\x17\x24\x87\x47\x0a\x02\xf2\x70\x52\x23\xd5\xc0\x38\x8e\xaf\xc5\x49\x35\x94\x46\x9e\xb1\x31\x95\xbf\x28\x07\xbd\x42\x47\x6f\x7b\xc9\x6e\x4c\x5a\x36\x96\xdc\x96\x8b\x98\x5f\x4b\x34\x0c\x5c\x20\x29\xbd\xfd\x24\xb4\x01\xb9\xe1\xb7\xe5\x1a\x95\x29\x1c\x9f\x7e\x76\x15\xbd\x91\xe1\x05\x6a\x7a\x06\x63\xff\x77\x4b\xba\x69\x71\x8e\xf0\x1a\x87\x3e\x5a\x6d\xea\x2a\xce\x0f\xc6\xdd\x9e\xef\x6a\x2a\xad\xa3\xfc\xaf\xb2\x4e\x12\x74\xd8\xf3\xd1\x2b\x46\x96\xe1\x61\x9c\xcb\xb0\x0c\x7a\x66\x06\x50\x5d\xb2\x6f\xec\x5f\xc6\x5d\x90\xe0\x2a\xaf\xcd\xe6\xfa\x15\xbc\xfe\x30\xd2\xd1\xf3\x3b\xf1\x26\xf8\xd7\xc2\xfd\xe3\x5f\x8e\x5d\xc5\x3a\x1f\x1a\x44\xaf\xcf\x04\x25\xae\x70\x56\xba\x24\xe1\x90\x98\x08\x94\x91\xe2\x15\x1d\x91\xf9\xeb\x58\x66\xc6\xe0\xc2\x1e\x20\xe3\xd1\x88\x9d\x8b\x62\xec\xd9\x9a\x9f\xe5\x71\x14\x7d\xe8\xe9\x89\x3e\xe9\x94\xea\xd6\x8a\x10\xbe\x80\xde\x53\x98\xf4\xf2\x50\x17\xac\xbb\xfc\xf0\x87\x6b\xcc\x21\x58\xdc\xfd\x98\x3c\x2a\xf4\x0e\xed\x8b\x75\xd5\x2c\xe8\xf5\x1f\xea\xa5\xe7\xc8\xed\x3a\x7a\x89\xeb\x23\xe9\xd8\xba\x79\x40\xe5\x47\x84\x0d\x98\xb7\x62\x80\xd3\x58\x8f\xd0\xfa\xe6\x6f\x76\xab\xaf\x3a\x0f\x33\x5c\x8c\x05\xd9\xeb\x56\xa3\x4b\x04\x46\x4e\x11\x43\x9a\xf7\xe3\x6b\x07\x3d\xe0\x3d\x8e\x50\x0b\x21\x6d\x49\x47\xfc\xd0\x11\xbf\x5f\x74\xb8\xb3\xc1\x73\x48\x99\xbe\x7a\x14\x0f\xbc\x57\xc3\x26\xc2\x03\xdd\xcc\xc3\xf6\xf8\x78\xcb\x41\x5a\x03\x06\xbc\x79\x51\xb3\xfa\x33\x7a\x9c\x91\x72\x73\x61\x32\xf9\x82\x3d\xd6\x0f\xe4\x1b\xc1\xe8\xb8\xc6\x45\xea\xcf\x36\x79\xb1\xcc\x79\x29\x97\xdf\x62\x0a\xaf\xd9\x35\x71\xd2\x92\x69\x32\x1d\xcc\x30\x82\xfe\x4b\x87\x67\x33\xb0\xd2\x69\x60\x74\x08\xf4\x4f\x26\xb1\x83\x33\x2b\x53\xf0\xf3\x19\x71\xa8\x88\x20\x17\xbb\xa8\x3d\x0a\x6f\xe4\x1e\xc8\x8e\x06\xfd\xb8\x29\x05\x71\xc7\xb4\xfd\xbb\xc4\x9d\x6b\x9c\xbc\x53\x4b\x22\x29\xc7\xb1\x6f\x98\x9b\x66\xbe\x55\xf4\x4d\xed\x5a\x0f\x22\xd7\x2a\xd6\x09\x13\xc1\x4e\x47\xff\x3e\x3e\xb0\xe3\x83\x73\xd3\xf1\x77\x34\xd3\xcb\x84\xbf\x0c\x0c\xef\xfc\x99\x1f\x9f\x73\xfc\x14\x94\xfa\x16\x62\x01\x2a\xed\x5c\x88\xaa\x42\xba\x18\x2b\x33\xa5\xd6\xf0\x59\x21\xd2\x66\x0b\xd1\x4d\xd6\x34\x42\x76\x47\x17\xc6\xed\x31\x03\x67\x6e\x5a\x47\x62\xdf\x6b\x79\x0a\x76\xfe\x18\x3d\x9b\xc1\x1f\x00\xdd\x16\x15\xf1\x3f\x12\xb3\x69\xa4\x60\xc4\x85\xce\xc4\x33\xa7\x9e\x86\x33\xa6\xd0\xbe\xa8\xda\x81\xfb\xa4\xce\xe6\x95\xc5\xde\xf0\xc7\xf3\xc6\x75\xb0\xd1\xae\x6f\xdd\x8a\xaf\x6f\xfe\x8e\xc4\x64\x76\x02\xff\xd3\x0f\xa4\xf1\x5b\x61\x0e\x34\x1b\xd9\xd5\x1f\x1c\xc7\xc5\x7a\x4b\x65\x95\xe8\x89\xc1\x72\xac\xa2\x5e\x67\x5f\xa6\x1a\x10\x7e\x03\x9e\x5a\xb1\xf2\x23\x64\xb0\x80\x63\x79\xf3\xda\x9e\xb5\x84\x0c\x74\x8b\x60\xcc\xbf\x17\xaa\xe8\x46\x24\xf2\x54\x50\x42\xdd\x35\x5e\x93\x5b\x72\x00\x41\xde\x17\xd8\x06\x4c\x86\x3e\x55\xf8\x23\x33\x45\x39\xbf\x3d\x13\x45\x6f\x83\x99\x0e\x61\xb7\x14\xb3\x75\x54\x17\xd6\x1f\xd5\xf4\x8b\x37\x5d\xd7\xda\x05\x6c\xc0\xa1\x30\x4a\xd2\x64\x58\xf4\xc3\x73\x07\x9b\x24\xd6\xac\x91\xfb\x3d\xbd\xf6\xb2\x67\x1c\x71\xb5\xe8\xd1\xe9\x1f\x1a\x04\xbe\x94\xbd\x39\xf3\xe1\xc2\x99\xbc\x6d\x52\x80\x0f\x54\xf1\x87\xeb\xb7\xce\x1f\x90\xaa\x9a\x7d\x7d\x17\xb6\xb4\x1b\x56\xe3\x94\x88\x31\x8f\x8a\x5f\x7c\x27\x64\xa6\x94\x3a\x09\x17\xc9\xf5\x3c\x36\x6e\xf1\x4e\x9e\x3b\x33\x7b\x72\x5a\xdc\x5f\x15\xa7\xf7\xe5\xbb\xdb\x76\x3b\x7e\x6e\xf1\xf4\xc9\xd3\x13\x5c\xfc\xe1\xa3\x82\x75\x09\xdb\xa9\x6a\x3b\x44\x79\xac\x40\x68\x4f\x15\x76\x11\xee\x8b\x8f\xa3\x44\xaf\x21\x3d\x22\x4f\x46\x90\x84\x56\x74\x98\xec\x78\xbd\x77\x67\xd6\x6c\x09\xa4\xab\xbc\xf9\xb5\xe9\xa4\xc7\x9e\xd9\xbf\xde\x4d\x0b\x3e\xaf\x46\x3f\x64\xf7\x92\x7f\x11\x10\x11\x00\x86\x05\xd4\xf8\xe0\xe8\x83\x69\x42\x79\xe6\x5d\xe5\xa2\x14\x65\x4f\x1f\x9f\x16\x72\x86\xd8\x39\x4d\x96\xbf\xb1\x3b\xac\x39\xc7\x48\x43\x60\xbd\x1f\x5e\x93\x01\x81\xaa\xd3\x27\x81\xaa\xd6\xdf\xa1\xfd\x1e\x93\x67\x2c\x05\xa9\x4e\xee\x3f\xf1\xd9\x34\x72\xda\x23\x13\xa1\x4c\xd2\xca\xe3\x47\x53\x8a\x52\x53\x37\x29\x77\xaf\xa3\xe1\x46\xce\x4e\x0c\x40\x47\x81\x1d\xe7\xa3\x1d\xec\x7b\xea\x87\x21\xbb\x13\x04\x99\xac\x7e\xca\x08\x9a\x40\xfc\x13\x19\xc2\x0c\xc6\x19\x17\x27\x42\xb4\xd9\x34\xa1\xf3\x21\x6d\xea\x6d\xd3\xbd\xdd\xa3\x32\xee\x2f\x64\xb3\x7d\xa7\xe5\x0f\xf3\xa3\x65\xed\xfa\xa4\xe2\x9c\x6f\x20\x7e\x53\x67\x30\x40\xf4\x42\xfb\xa0\x4d\x70\x52\x1c\xc0\xeb\xdd\xbc\x4e\xe2\x3e\x93\x74\xb3\x23\xdd\x1d\x8c\x59\x63\x6b\xb5\x6a\x6e\xc5\x76\xad\x9a\xdb\x54\xdb\xac\x75\xcd\x6e\x37\x8f\x88\x77\x9d\xbc\x4a\x12\xd5\xb9\xf4\x14\xad\x8e\x02\x9c\xa2\x0a\x18\x1f\x1f\x2a\x60\x88\xbc\x14\x66\x57\xb0\x7c\x6d\xce\xce\x2a\x5b\x97\xf8\x86\x08\x65\xd8\x26\x0b\x5a\xe9\xa3\x47\x7c\xbd\x15\x9c\x2c\x3c\x45\xa8\x53\x26\x25\xec\x1a\x49\x8b\x1c\xa1\xad\x69\x6f\x5e\xa3\x5e\xf9\x15\x5f\x4e\x14\x67\xc4\x51\x47\x7c\xca\xa5\x93\xb6\x27\x6d\x22\xa6\x75\x54\xe5\x83\xcf\x17\x14\xd7\xd9\x72\xa8\x94\xd4\xc9\xa7\x42\xcc\x62\xdb\x34\x1d\x3f\xa8\x9a\x70\x8a\x8c\xad\x72\xf7\xb3\x57\xb5\x6e\x06\xda\xd0\x97\x73\x7e\x84\xd1\x37\x66\x23\x3e\x1c\x7c\x36\x87\x0c\x74\xfe\xda\x1a\xd6\x9b\x37\xbd\xf9\x5f\xc9\x22\xc5\x6e\x70\xeb\x14\x96\xad\xdd\x69\xa6\x84\x0d\xfe\xad\x51\xd2\x7e\x65\xb8\xa1\x82\xca\x04\xa8\xef\xe9\x0b\x66\x45\x0a\x57\x7f\x8e\xd9\x7e\x8b\x16\x8a\x6a\x0f\xbc\x6f\x80\x3b\x80\x6e\x50\x37\x62\x15\xc3\xc7\x21\x4b\x16\xca\x32\x86\x33\x14\xd0\x4c\x1f\x0f\x76\x12\x4a\x9c\xab\x78\x33\x4f\x4f\x1f\x0f\x51\x2a\x94\xfb\x97\xd6\x39\xc0\xf9\x04\x66\xb1\x6e\xcb\xd3\x7f\x7d\x1c\xb9\x39\xd8\x8f\xa2\x86\xb4\x03\x5f\xd1\xb3\xb9\xd9\x57\xdf\x95\x3c\xe0\x55\xdc\x71\x7f\xaa\x6c\x57\x7e\x72\xa7\x00\x59\xa4\xb8\xd3\xd9\xd5\xe2\xce\x47\xf1\x11\xb5\x14\x9c\x47\x80\x3b\x31\x1b\x53\xed\x1a\x4a\xff\x3f\x0e\x38\xaf\x24\x2a\x91\xf7\x98\x8b\x27\x76\xc8\x5f\xd3\x15\xa5\xb2\x23\xc1\x1b\x3b\x39\x04\xfe\x24\xe9\x55\x14\xce\x91\x24\x0d\x0b\x0c\x4b\x76\x1d\xe9\xa4\x31\x3a\x94\x9b\x8b\xd1\x5d\xb2\x1f\x6b\x14\xaa\x6f\xf6\x4a\x91\x19\x5d\x1c\xc2\x12\xf8\xc1\x26\x7d\xc0\x89\x22\xdf\x6e\x7b\x32\x5a\xda\xc9\x3d\xca\xaa\x63\xf6\xc7\x9f\x7d\x23\xbe\x87\x2c\xbd\x1b\x49\x33\x83\x2e\x57\xd8\x13\xe9\xcd\xf7\x2f\xb5\x03\x82\x98\x28\xd7\x4e\x08\x46\xb1\xbb\x4e\x06\x1e\x0a\xb7\xb6\xd7\x25\xbf\x8e\x11\x01\x29\x58\x12\x91\x67\xdb\x72\x52\xe2\xb5\x69\x29\x77\x92\xbc\x97\x61\x07\x73\xde\x81\x90\x67\xa2\x5b\x7f\x85\xb2\x1e\x8b\x5d\x14\x3c\xac\x14\x94\xd3\x47\x60\xac\xe6\xbc\x22\xd3\x3a\x67\x98\xa0\xb8\x79\x0c\x43\xaf\xd6\x7d\x4c\x89\x5c\xd9\x05\x81\x22\x6a\x75\x42\x02\x04\xb2\x48\x7a\x1d\xaa\xea\x7b\xd8\x8b\x66\xb1\x11\x1c\x7c\xba\x7f\xb3\xa9\x34\x39\xcb\x38\x12\xfe\xa9\x2f\x7b\x18\xa9\xac\xd7\x48\xff\xf8\xb5\x5e\x82\x40\x38\x5b\x9c\xb5\x81\x34\xb9\x40\xb1\x11\x3f\x25\xa5\x53\xdd\x00\x55\xbd\x2e\x3d\x2e\xdd\xc2\x79\x0d\xa0\x89\x1b\x18\x5d\x68\xac\x1d\x25\x9a\x34\x3e\x4f\xa9\x3f\x90\x41\x5d\x56\x41\xf7\x1c\x8e\x6e\x13\xed\xf4\x1f\xbf\x7e\xfc\x5d\x56\x73\x9c\x06\x49\xe1\x41\xe2\x25\xe5\x07\xe8\x14\xbb\x92\xc8\xa2\xd8\x6b\x64\x7c\x39\x5c\x71\x44\xa2\x96\x72\x3e\x19\xea\xaa\xe6\x0f\x80\x39\x44\x84\xe5\x24\xad\x00\x39\xd1\x05\x3c\x6e\x20\x1f\xad\x4b\xeb\xfa\xa7\xfc\x93\xca\xe1\x21\xff\xc1\x4c\xea\xb4\x26\x9c\x71\xce\x04\x80\x67\xc5\xb4\x00\x4c\x90\x99\x02\x2d\x64\x7f\x4d\xcf\xaf\x38\x7b\x91\xce\x3d\x4c\x5d\xeb\xc2\xb9\xbf\xb4\x28\x34\x6a\xed\xba\xa1\x93\x45\xcc\x54\x0c\x64\xad\x38\xa4\xb4\x7d\xc1\x4f\xf0\x93\x7b\xc6\x01\x40\xc1\xf1\xb0\xc2\xe9\x9f\xc2\xf1\x80\xdd\x1d\x65\x90\xe4\xb4\xe3\xa1\xe4\x26\xb3\xfd\xff\x84\x3d\x0b\xa9\x9a\x9d\x6f\xac\x4d\xd6\x4b\x0f\x54\xb6\xc6\x7c\xf3\x15\x59\x44\xcc\x08\x54\x75\xd1\x95\x3d\x63\x1b\xb0\x5f\x75\x7a\xa0\xcf\xbb\x6e\xe7\xe2\xc4\x40\xf4\x10\x7d\xb6\x98\xa8\x13\x9e\x14\xfa\x06\x24\xbc\x43\xda\xe9\xce\x92\xa5\x4e\xe1\x77\x9f\x09\xed\x01\x80\x69\x65\xb9\xde\x66\x8f\x49\x2d\x6b\x85\x3c\x0f\x68\xed\xba\x15\x72\x1e\xce\xde\x37\xf2\x29\x66\x80\x64\xe8\x21\xe3\x33\x3e\x09\x6c\x42\x97\xff\xb0\x01\x73\x3d\xea\xa1\x39\x5d\xb6\x70\x79\x7d\x05\xff\x53\x2f\x36\xef\xbc\x99\x6b\xb9\xf4\xb3\x03\xfc\x5e\xf5\x20\x1e\xc0\x3c\xcf\xd0\x7e\xe5\xeb\xeb\x13\x9d\x64\xb0\x73\xb9\x99\x4b\xab\xf9\x87\x3e\xa3\x9c\x36\x07\xaa\x96\x3f\x97\xcb\xde\x3b\x0c\x10\x57\x8a\x59\xed\x28\x59\x6e\xdc\x61\x23\x5e\x3d\xed\x82\x72\x06\x53\x0e\x3c\xfa\x18\x16\x93\xbd\xed\xa2\x6b\x01\x30\x83\xe0\x4f\xba\x5f\x73\xcb\xe0\x11\xd7\x4c\x75\xd4\xfd\x55\xbd\x4a\xf9\x27\x20\x16\xea\x19\x46\x3d\x62\xb5\x01\x65\x6a\x58\x01\x67\x0a\xf7\xb1\xa4\x09\x38\x65\xf7\xf3\xa8\xba\x29\xb0\xc6\xfe\x17\xe3\x7c\x3b\xbc\x1d\x53\xd7\x56\x3f\x05\x7a\xdf\x17\x2d\xaf\x40\x17\x45\x61\x4a\xae\x39\xbe\x06\xcc\x3b\xd4\xe1\x08\x74\xce\xfb\x68\xa5\x3e\x33\x49\x5a\xdd\xd6\xcc\x0a\x73\x23\x72\x0a\xde\x85\xcc\xc6\xa8\xaa\x8f\x9a\x99\x68\x14\x92\x05\xb9\x15\x10\x69\x4d\xaa\xa2\x73\x6a\xf2\x9a\x38\x9b\xc4\x41\x2d\xb2\xe7\x85\xe5\x45\xbc\x72\xfc\x69\xfe\x71\xe2\x72\x1d\xaf\x35\xda\x67\xfd\xda\xec\x66\xdf\xed\xa6\x83\xa9\x8a\x80\x39\xba\x63\xb7\x7a\x2d\x4e\x7e\xe4\xfd\x78\xae\x01\xc8\x64\x04\x51\x0f\x6e\x93\xda\xbc\x92\x04\x4b\xef\xd3\xdb\xa1\x93\xb6\xac\x7d\x26\x74\xbc\xeb\xe1\x90\x2d\xb3\x66\xd1\x73\x73\x1f\xa7\xcf\xcd\x1d\x7a\x82\x77\xe2\x9f\x3a\x85\x5e\x61\x2a\x4b\x33\x9e\xdb\xab\xe7\xf4\x19\x66\x9b\xbf\xe1\xe7\xda\xe5\xbd\xc1\xbb\xbe\x89\x67\x7d\xd6\x02\xeb\xfd\x8b\x0e\xce\x90\xe0\xd7\x64\x7f\x0a\x7c\xf0\x85\x89\x52\x59\x47\xb0\xb8\xc7\xea\xfb\x7b\x0c\x95\xdf\x45\xef\xaa\x4a\x4f\xe9\x7b\x85\x01\xb8\x07\x9e\x52\x8b\xbb\x96\xc7\x08\x87\x3d\x27\x4f\xde\xfe\xa4\x2a\x1b\xba\xfd\xd4\xa5\x39\xf8\x3c\xdb\x77\x9b\xee\xc8\xb3\x66\x3f\x25\x2f\x09\xfe\x07\x26\xec\x53\x2c\xd3\x9e\xb2\x0d\xec\x22\xb3\xa9\x09\x96\x78\x14\xc9\x72\xfa\x8f\xa1\x1f\x25\x80\xeb\xcc\x7a\x16\x41\x00\xb3\x7b\x24\x73\x22\x6c\x88\x5f\xbc\x4d\x13\x12\x8d\xa0\x42\x84\x87\xfa\x7a\x26\xbd\x6b\x98\x3c\xd6\xc9\xc1\x72\xef\xc7\x4f\x2b\xc2\x79\xea\x9a\xa6\x7a\x3e\x31\xeb\x66\x66\xba\x1d\x30\x28\xfb\x5f\x26\x67\x6d\xb3\xa5\x70\x45\x7d\x79\x0d\xbd\x99\x6e\x7e\x45\x8a\xf3\x62\xc6\x71\x8b\x1f\xbb\xd9\xc7\x92\x10\xd5\xe2\x83\x2f\x1f\x6f\xe1\x37\xc8\x26\xe8\xaf\x42\xbf\xcf\xb1\xbc\xeb\x31\xf4\x1e\x7f\xae\xe0\x27\xe7\xa5\xc0\x5f\x2f\xe0\x57\x5d\xd2\xd3\x77\xfc\x01\x48\x3f\xb6\xdf\xbf\x02\x2e\x85\xdb\x5f\xc1\x6f\x18\x88\x8a\x5d\x09\xb7\xeb\x8a\xde\x92\xd5\x1c\xac\xfc\x64\x5a\x0d\xd7\x04\x7d\xe6\x91\xf9\xf3\x79\x03\xbc\x30\xd5\xc5\xe1\x0d\x7d\x5b\x99\x2b\xfa\xb4\x62\x53\x24\xbe\xb2\x83\x91\x20\xf8\x49\xe6\xc1\x5f\x61\x1e\xdd\x39\xf7\x88\x73\x81\x1b\x0d\xbf\x5e\x95\x86\x7b\x84\x09\xd1\x87\xd6\xbc\x98\xeb\xa4\x74\x46\xf4\x51\xa7\xa4\xf3\x01\xf8\x02\x6b\xb8\xc3\x77\x25\x9e\x4f\xf4\xb9\x21\x7d\x67\xe8\x61\x79\x59\x56\x4b\xd4\x52\x8b\x73\xee\xcd\xeb\xd2\xaa\xd5\x35\x3c\x43\x02\x15\x24\xfb\x7e\xbf\xbe\x79\xad\x69\x2f\x30\xb9\xc1\x74\xa2\x0f\x9b\xd9\x7a\xd7\x8b\x92\x85\x72\x87\xf5\x4e\xfb\xc4\x60\xc1\xf8\x1d\x85\xac\x8f\xe9\x84\x34\x3c\x80\x04\xf3\x05\xb0\x39\x7f\x20\x2f\x50\x38\x36\x94\x2c\xf5\xc3\x3f\xff\x99\xde\xc0\x04\x89\xf4\x2f\x7f\x29\x9e\x7c\xf9\x11\x49\x47\xcc\xb9\x16\x5b\x75\x34\x68\x34\xd1\x40\x23\x0d\x7b\x6c\xb8\x35\x3f\xff\x21\x69\x8b\x69\x3c\x28\xb0\x87\xec\xe0\x12\xd8\xa3\xb9\x92\xfe\x4f\x00\x00\x00\xff\xff\x3f\xcf\xae\x62\x9b\xcd\x00\x00")
+var _confLocaleLocale_lvLvIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xcd\x8e\x1b\x47\xb6\x20\xbc\xe7\x53\xa4\xd5\x10\x2c\x03\x25\x0a\x6e\xdf\xef\x9b\x81\x61\xca\x23\x5b\x6e\x5b\x96\x54\xae\xeb\x92\xb5\xb8\x86\x40\x07\x99\x51\xac\x28\x26\x33\xd9\x19\x99\x25\x17\x1b\x0d\x5c\x6d\x7a\x35\x3b\x6d\x66\xd9\x9a\xde\x8d\x1e\xa0\x17\xe3\xeb\x15\xeb\x45\xe6\x49\xe6\xfc\xc5\x6f\x26\x4b\x72\xf7\xc5\x78\x61\x15\x33\xfe\x4f\x9c\x38\x71\xfe\x43\x6d\xb7\xf3\x52\xdb\xe5\xec\xb9\xd1\xab\xca\x14\xfd\xce\x76\xfb\x57\xe5\xfe\xd5\xc6\x16\x5f\x9b\xae\xb0\xba\xbd\x34\xd6\x1e\x15\x6b\x65\x8b\x56\xad\xa1\xf4\x6d\x67\x8b\x4b\x55\x35\x50\xa9\xf8\xba\x99\x4c\xce\x9b\x8d\x9e\x9d\xee\x5f\xad\xfb\x8d\x9d\x94\xca\x9e\x2f\x1a\xd5\x96\xb3\x47\xf5\x59\xb3\x55\xb5\xae\x8c\x9d\xe8\x9f\xb7\x55\xd3\xea\xd9\xa3\xdd\x76\xff\x1a\x7b\x98\x9c\xeb\x6a\x3b\x3b\x51\xd5\xfe\x6d\xb9\xdb\xbf\x5d\xa8\x89\x35\xab\x7a\x6e\xea\xd9\x89\xd1\x6e\x18\xa3\x2d\x7f\x6e\xfa\x0e\x9a\x0e\x3e\xf7\x5b\xac\xdd\x69\xb3\xa6\x6f\xad\x5e\x19\xdb\xe9\x76\xf6\xbd\xde\xff\x0d\xfe\x6a\x61\x28\xfc\xfe\x52\x2f\xac\xe9\xf4\xec\xe9\xfe\xd5\x05\x2c\xa2\x52\x5b\x35\xb9\xd4\xad\x35\x4d\x3d\x7b\x8e\xff\x5e\xa8\xc9\x56\xad\xf4\xec\x09\x96\x74\x7a\xb3\xad\x14\x54\x3f\x55\x2b\xd5\xa9\x4b\x3d\xa9\x54\xbd\xea\xb1\xfc\x39\x2e\x5a\x4d\x96\xad\x86\xf2\x79\xad\x5f\xc2\xa4\x2e\xb5\x29\x9b\x6e\x3a\x9d\x4e\x7a\x00\xd5\x7c\xdb\x36\x67\xa6\xd2\x73\x55\x97\xf3\x0d\xae\xf8\x09\x4c\xb0\xe9\x70\xe4\x82\xcb\xfa\xa2\xaf\x01\x7c\xa6\x05\x80\xd1\x32\x74\x09\xcb\x9e\x2b\x1b\xad\xfc\x02\xa6\x5d\xac\xf7\xaf\x26\xd4\x69\xad\x36\x51\x3f\x97\xfb\x57\x6d\x09\x10\xdd\x28\x53\xcd\xbe\xba\xbb\x55\xb6\xb3\x30\x7d\x6b\x5f\x36\x00\xf4\x13\xd5\x36\x95\x06\x50\xcc\xbb\xab\xad\x96\x9f\x85\xea\xa0\xb3\x16\xda\x9b\xc9\x52\x6d\xbb\xe5\xb9\x9a\x9d\xc0\x87\x85\xea\x4b\x1c\xa8\x81\xfe\xa0\xc9\xb6\x01\x30\x35\xed\x15\xc0\x6f\xdb\xec\xf0\x4f\x73\x61\x27\x4d\xbb\x52\xb5\xd9\xa9\x0e\xc1\xf5\x1d\xff\xd8\xbf\x5a\x22\xd0\x36\xa6\x6d\x9b\x76\x76\xba\x6d\x56\x3d\xee\x32\x40\x64\x8e\xdd\xcc\xbe\x55\x7d\x0d\xd8\x12\x77\x83\x65\x1b\xb3\x6a\x11\xb2\x58\xac\x0a\xfc\x25\x1d\x71\x21\x75\xc6\x4d\x6d\xdc\xe5\x59\xd3\xae\xe5\xbb\xea\x4a\x44\x99\x4e\x99\x91\xee\x61\xa6\xd2\x75\x93\x4e\x53\xd5\xb0\x7b\x54\x8c\xab\x06\xd4\x2d\xa1\x8b\xb4\x92\x9d\xa8\x72\x03\xdb\x40\x08\x3b\x7b\x80\x7f\x17\x0e\x79\xd5\x72\xd9\xf4\x75\x37\xb7\xba\xeb\x4c\xbd\xb2\xb3\xc7\x4d\xdd\xa9\x02\xf6\xa8\x53\xb8\x59\xfd\xc6\x4c\x7c\xd9\xa3\xf8\xeb\x55\xd3\x7b\x94\x98\x3d\x53\x97\x56\x70\xc0\x72\x89\x6f\x04\x45\x26\xed\x0f\x06\xed\xcc\xa5\x41\xfc\x9d\x3d\x58\xd3\x9f\xfb\x57\x9d\x9e\x6c\xfb\xaa\x02\x18\xff\xb1\x87\xca\x30\xd8\x0e\xb0\xe0\xfa\x2f\x7d\xb1\x35\x7a\xdb\x2a\x2b\x8d\xe1\xbc\x42\xf9\xec\xa4\x6d\x16\xd5\xfe\xf5\x06\x16\x07\xdb\x5e\x2f\x71\x61\x1d\xfc\xbf\x9b\x4c\x7e\x34\x35\x0c\x56\x55\x2f\x26\xf2\x07\x9c\x56\xfc\x57\x20\xd6\x99\x0e\x26\x1c\x7f\x82\x2d\x69\xf6\xbf\x18\x18\xa8\xdd\x34\x00\x7a\xb3\x83\xbf\x55\x05\xa3\xff\xda\x74\x93\xb2\x59\xae\x01\xf9\xf1\x4c\x6b\xdc\x42\x20\x0b\x2b\x5b\xc0\xe4\xd7\x45\x45\x78\x6b\x8b\x9d\xde\x14\x0f\xa9\xda\x51\x61\x76\x95\xb2\xf0\x1d\x88\x0d\xec\xcd\xfe\xed\xca\x14\x9f\xa9\xa2\x53\xed\x4a\x77\xb3\x5b\xf3\x05\x1c\xb8\xf5\xad\xe2\xbc\xd5\x67\xb3\x5b\xb7\xed\xad\xfb\x97\xaa\x84\x4d\xaf\x71\x1a\x9f\xdd\x53\xf7\x8f\x68\x16\x88\xb7\x05\x2c\xbf\x06\xb8\x14\xd7\x6f\xd4\x05\x50\x23\x38\xda\xfb\x57\x1f\x4c\x10\x3e\x70\xe0\xe7\xe5\x82\x49\x1b\xcd\xa6\xd6\x00\xa4\xa5\xd1\x50\x15\xda\x3e\xbd\x3a\xfd\xd7\x27\x47\xc5\x49\x63\xbb\x55\xab\xe9\x6f\xf8\x1f\x34\xfa\x04\xcf\x66\xf1\xcc\x3c\xfc\x62\x3a\x81\xf6\x0c\x89\x87\xaa\xeb\x8b\xc5\xfe\xd5\x0e\x4e\x4b\xb2\x4d\x58\x03\xcf\x59\x5c\x01\x29\x82\x05\xa2\x68\x3b\x38\x48\xb6\x6f\x6d\xa9\x00\x49\x2d\x1d\xe5\x70\x8c\x87\x67\x16\xfa\xa2\x93\x1e\xf7\x55\x37\x56\xf5\x4c\x57\x17\x0e\xbc\xc7\xc9\x42\x0c\x82\x10\xba\xe4\x15\x15\x8f\x8e\x8f\xbf\x7b\xf8\x45\x51\xee\x4c\x6d\x0a\xd5\x32\xc5\x06\x02\xbb\xb9\xe8\x01\x5e\x5b\x20\x3e\xdd\xd9\x7f\x9d\xaf\x74\x0d\xa4\xa6\x9a\x2f\xcd\x74\x62\x6d\x05\x94\xaa\x04\x7a\x77\xfa\x04\x36\xf6\xfa\x57\xa8\x8c\x93\xeb\xce\x67\x5f\xea\xfd\x2f\xd7\x6f\x26\xf6\x8f\x15\x42\x53\x86\xcf\xc1\x54\x94\x6e\xbe\xfb\xd7\xb6\x38\x03\xaa\xa4\x8a\x25\x35\x9c\x7e\xb6\x68\xef\x3f\xe2\xf9\x5d\xe0\x76\xab\x85\x6d\xaa\xeb\xb7\x5d\x43\x15\xfa\xa3\x02\x20\xd9\x76\xfb\xd7\x17\x30\x7d\x20\x50\x72\xd7\xf4\xd3\x89\x6e\xdb\x39\x90\xe1\xee\x0a\xb7\x90\xa6\x92\x2e\xba\x6e\x5a\xbc\xa3\xe0\x10\x1f\x9e\x8d\x46\x6a\xd1\x2a\x68\x00\x18\x02\xbb\x02\x13\x90\x9e\x4d\x0d\x24\xc0\x94\xb0\xb7\x0e\xe4\x83\x96\x1e\xee\x80\x36\x97\x00\x46\x0b\x65\x78\x9d\x14\xd6\x6c\x16\x4d\xd5\xdb\xe2\xd6\xf4\x16\x12\xf2\x5b\x77\x6f\x4d\x27\x75\x33\x67\xea\x81\x54\xbf\x34\x56\x2d\xe0\x06\xe0\xdb\xa8\x65\xba\xe9\x6f\x24\x3c\x4c\xbd\x74\xaa\x3a\x0b\xc7\x73\xd5\xe1\xdd\xba\xd9\xbf\x6e\x8b\x5a\x5d\xc2\x7e\xf2\x8d\x02\xb3\xc7\x2e\xb9\x8b\xa6\x55\xb0\x7b\x75\x67\x63\xd0\x38\x82\x25\x58\xf4\x60\x58\x5d\x6d\x0a\xd3\x16\x40\x04\xcc\x0a\x0e\x89\x29\xe0\x88\x30\xe4\xe0\x2e\x22\x9c\x9b\x4e\x26\x0e\x15\x18\xd1\xe9\xa4\xc0\x1e\xc0\x31\x6a\xf1\x5c\xea\x14\xdd\x91\x59\x88\x6e\xa3\x3a\xc1\x50\x57\xe8\xf1\x94\x86\xc2\x7d\x4f\x29\xad\x6f\xd2\xc3\xb1\xd5\xa6\xfb\x80\xae\x1e\xde\xe6\xe8\xe6\xe9\x8b\x55\xa5\x60\x3b\x70\x03\x15\xef\x9f\x0a\x35\xdd\x20\xcf\x8d\x35\xc4\xa7\xa8\x0e\x4e\x55\x45\xd4\x00\x66\x1d\xdd\x0d\x06\xe8\xd0\xda\x4a\x67\x00\x04\x21\x15\xa5\x69\xf5\x9a\x2a\xec\x5f\x4d\x27\x6d\x0f\xdc\x04\x9e\x4f\x60\x50\x4c\x85\x97\x62\x15\x0e\xaa\x2b\x74\x63\x86\x2b\x9d\xe0\x0b\x1d\x2c\x00\xa9\x1d\x73\x24\xf3\x45\xca\x0d\x7c\x0d\xf0\x51\xf1\x64\x14\x60\xd2\x1a\xc1\x16\x86\x07\xc4\x05\x3c\x22\xc0\xbb\x9e\x88\xb0\x5a\xdc\x3e\xa4\x9a\xd7\x6f\xf6\x6f\xc3\x74\x14\x90\xa5\x06\xc9\xde\xec\x61\x03\x48\x53\x5b\xf9\xe9\x26\xf7\x4c\x21\x89\xea\xf4\x1a\x0a\x8b\xd3\xd3\x6f\x8a\x75\xd5\xd4\xfb\xd7\x32\xab\x1f\xbe\x7f\x82\x27\xfe\x7c\xbe\x6d\xda\x6e\x86\xc5\xf8\x87\xf5\x9f\x5c\x2f\x27\xf0\xb7\x2a\x6a\xd8\xa3\x16\x59\xbf\xbe\xed\x1d\xa1\x29\xbe\xbd\x7e\x6b\x7b\xea\x19\x8f\xab\x6e\x0d\x54\x00\x4c\xc6\xb9\xe1\x5e\x77\xfd\xfa\xfa\x0d\x1c\x6d\x58\x2a\x60\xf9\xfe\x35\xb0\x52\xc8\xcc\x78\x32\x05\x0d\xa7\x93\xf3\xae\xdb\xf2\x14\xbe\x79\xf6\xec\x44\xe6\xe0\x3f\x8e\x4d\xa2\x00\xbe\x71\x89\x13\x51\x0c\x0a\x40\x47\xb8\x4a\x81\x9d\xd8\xc0\xe2\x0b\x80\x1a\x11\x66\xa8\x74\x81\xf4\x01\x68\x05\x1f\x2d\xf8\x77\x4a\x88\xd9\xb7\x55\x84\xb4\x00\x06\xf7\x75\x14\x6e\x38\xab\x7b\xf8\xbf\xd3\x01\xf8\x70\xb3\x34\x71\x5d\x4a\xa8\xc2\x2b\x58\x9c\x85\x6d\x03\x72\x84\x84\xc6\x2a\x20\x48\x30\x6a\xd5\xac\xe6\x6d\xd3\x74\x8c\xd8\xd7\xff\xd1\x03\x1f\x57\xc1\x21\x70\x7d\x45\x18\x90\xd6\x75\x33\x7a\x18\x2a\xd0\x16\xc0\x40\x19\x26\xff\x0a\x7d\x02\xd2\x2b\xa2\xba\x40\xca\x27\xcd\x16\xa9\x8d\x3f\xcd\xc7\xda\x9f\xfd\xec\x20\x13\xf7\x28\xb5\xbe\x92\xd5\x6c\xd5\x5a\x55\x5b\x84\x6c\xce\xdb\x6c\x60\x63\xe8\x3e\x3b\x7d\x0a\xbb\xd5\xc6\x97\x1a\x95\x9d\xb5\xcd\x66\x76\xea\x40\x70\x11\x7d\x75\x6b\x71\x63\xa8\x12\x5a\xeb\xa3\xe2\xfb\x3f\x7c\x59\xfc\x7f\x9f\xfc\xfe\xf7\xd3\xe2\x21\xd0\x19\x38\x37\x05\x21\x3e\x1c\xf2\x1a\x39\xd5\xeb\x37\xc6\x03\x99\x9b\x10\x81\x07\x46\x70\x03\x8b\x01\x40\xdc\x3a\x76\x64\xe7\x56\xf1\x19\xd7\xb4\xff\x4d\xff\xac\x80\x75\xd7\xd3\x65\xb3\xb9\x3f\x9d\xe0\x0a\xe1\xcc\xd2\xa9\x0e\x73\x53\x59\xbf\xae\x9a\x27\xa3\x71\xd5\xad\x63\xa6\x59\xae\x98\x2f\x9b\xfa\x0c\x38\x0f\xe4\xf1\xb6\x7c\x6b\xb5\x5e\xd2\x70\xf7\x8c\xda\xda\xce\x6c\x5b\x24\x44\xf8\xa9\xa7\x01\xe6\x35\xb0\xde\x67\x57\x51\x43\xed\x81\xbe\x03\x06\x0e\x81\xde\x03\xd8\xe8\x40\xcd\xe9\x1a\x5c\x6a\xd9\x9e\x53\xfa\xa8\x10\xef\x96\x06\x6e\x28\xb9\x24\xd3\x2d\x6a\xce\xce\x80\xf6\x69\xbe\xc8\xc3\x28\x0b\xbd\xb3\x48\x49\xb4\x75\x37\x7b\x9f\x54\x85\xe3\xb6\x05\x21\xea\x41\xe7\x1a\x7c\xf9\xf0\x18\xb8\x06\xa0\x37\x70\xb8\xca\x7e\xcd\xf4\x5a\x9a\xee\x5f\x1d\xe1\xd5\x60\x04\x01\x7a\xc6\x3a\xc6\x49\x38\x70\x2b\x92\x1a\x01\x2d\xeb\x46\x28\x03\x92\x2a\xb9\x0c\xe1\xa0\x5e\x82\x30\xd5\x46\x43\x7d\x2d\x9f\x22\xbc\xeb\x07\xf5\x07\x13\xf4\xad\x04\x1c\x00\xf0\xcb\x06\xfe\xa1\xa9\xd1\x2f\x2c\xc5\x3f\xfa\x15\xd0\x21\x98\x57\x85\xf3\x7a\xdd\x45\x14\xdd\x10\x32\x09\x45\xc2\xeb\x68\x0d\x17\x3a\x54\x69\xe8\x12\x79\x5d\xf5\x61\xde\xc9\x25\x1e\x66\xe1\xbb\xea\x03\x06\xd0\xcd\x3e\xda\x70\xb0\x88\x83\xcd\x8f\x10\x9a\x30\xb7\xe4\xea\x47\x61\xbb\x45\xde\xca\xb1\x06\x40\x5b\xfb\xba\xb7\x71\x37\x78\xdb\xf7\xc8\x1d\xd4\x34\xba\x13\xf2\x02\x26\x94\x6d\x83\xf7\xc8\x42\x91\xb8\xd7\x67\x15\x65\x86\xf1\xc5\x16\x30\x1b\x9a\x03\xae\x1d\x05\x19\xa3\x03\xdc\x03\x96\x1c\xff\xc8\xba\x9d\x32\xeb\x0d\xd2\xa7\x48\xf3\x73\x38\xd1\x2f\xa3\x69\xc4\x4c\x38\x34\xeb\x61\x9b\x90\xc2\xed\x58\x52\x3f\x02\x06\x1e\x16\xbf\x05\x1e\x71\x0d\x9b\x4a\x92\xba\x1d\xed\x52\x26\xfc\x0c\xa0\x15\x77\x91\xee\x71\xeb\xbb\xe2\x9e\x8e\x60\xf8\x1b\x2a\xc3\xcc\xd6\xc0\xb6\xc2\xaa\x64\x13\xa4\xaa\x70\x2d\x80\x70\xc3\xd3\x4e\x02\xc7\x66\x2a\xc2\xa3\xc8\x73\x2c\x74\x1c\x03\x33\x57\x67\xac\xba\xec\xdf\x08\x67\x07\x8c\xf9\x0e\xa5\xaa\xa3\x88\xf1\x40\xfe\xfd\xd1\xc3\xd9\xc7\x70\xa5\x5c\xff\x45\x6f\x06\x1c\xa1\xb0\x18\xca\xd2\x54\x91\x32\x1a\xbb\x36\x6e\x32\x4c\x3d\x58\x92\x5d\x0f\x05\x56\xae\x34\xaa\x5a\xc8\x18\x4b\x11\x4f\x84\xf8\x45\x0c\xa7\xa3\x74\x78\xed\x13\xa9\x74\xbd\xb2\x6e\x22\x63\x48\x85\x4a\x3b\x81\x73\xbe\x6a\x50\x5a\x66\x11\x13\x18\x6b\x64\x80\x26\x40\xa8\xba\xf9\xca\x74\x73\x24\x2d\xba\x9c\x3d\xc6\xfd\x40\x6e\x55\x94\x15\x00\xbb\x0f\xa1\xf8\x43\x58\x10\x1c\xde\xb2\xff\xb4\xb8\x7d\x29\xe2\xc9\x27\x48\x63\xe7\x70\xfc\x41\xfe\x00\xcc\x9e\x31\x9b\x72\xc9\xea\x1d\xdc\xf8\x6e\xa1\x2a\xa4\xb8\x22\x31\x00\xa0\xa1\xeb\x1d\x20\x99\xbe\x08\x64\x82\x58\x18\x90\xd0\x97\x06\xee\xd5\xa6\x58\x20\x19\x6f\x1b\xe9\xa6\x47\xd2\x76\x1b\xd0\xe8\xf8\xab\xe7\x8f\x4e\x8b\x55\xb3\xe8\x81\x57\x74\x85\xd3\x89\x93\x2b\x40\xaa\x10\x4c\x38\x24\x38\x5a\x62\xf5\x01\x66\xb0\xe3\x96\x16\xe1\xda\x8e\xb2\xc2\x6a\x20\xc9\x28\x64\x3c\x6b\xbd\x6e\x90\x45\x50\xd4\x83\xe7\x52\x11\x0e\x1b\x05\xc7\x7a\x8c\x99\x95\x81\xaf\xdf\xe0\xd0\xc8\x2d\x99\xb8\x14\x3a\xb2\xc5\xdd\xfb\xf0\xff\x89\x55\x97\x9a\x2f\xbc\x95\xdb\x8d\x63\x68\x52\x02\x4f\x47\x4c\x8e\x70\x21\x88\x5a\x50\xa5\x17\x02\x96\xac\x25\x39\x14\xd0\x9a\x67\x2b\x68\x3c\xc4\x49\x07\x08\x46\x0f\xdb\x2f\x97\xda\xda\xd9\x13\x65\xb6\x20\xca\xd2\x66\xa9\xcd\x07\xc5\x53\xa4\x84\x80\x75\x7a\x49\x74\x8a\xa8\x06\x10\x81\x6f\x89\x03\xdc\x05\x86\x13\xf1\x09\x68\x16\xf6\x0d\xd2\x55\xcf\x8b\xa4\x1b\xf9\x03\x3f\xc1\x94\x45\x3b\x76\x42\x25\xf0\x17\xc4\x5a\x1d\x62\xd7\x10\xf6\x6b\xc6\x4c\x53\x33\xf0\x27\x3f\xa2\x12\xf4\xc5\xa4\x67\x01\xa8\x01\xa8\xb7\xf9\xb9\xa2\x5b\x47\x67\x0a\x3b\x57\x57\x0e\x99\x7d\x69\x60\xe3\xe6\x5e\x89\x8a\x3b\xd0\xe9\x9f\xbb\xd9\x53\x54\x74\x20\xe5\x15\xa5\xea\xfe\x17\xa6\x1b\x1a\x78\x27\xe0\x31\xae\x08\x71\x2c\x54\xab\x4d\x22\xfc\xc0\xb1\xad\x60\xa7\x1a\xbc\x89\x2e\xb5\xd4\x3a\x55\xa5\x6a\x17\x4c\x3a\x92\xca\xd0\x0f\xc8\x6a\xd4\x0d\x14\x65\x0a\x32\x28\x64\x1d\x9d\x0c\x43\x3a\xba\xfd\x2f\x66\x42\x04\x99\x95\xc0\x6b\x25\x0a\x5a\x44\x21\xd1\x43\x4d\x01\x09\x48\xdd\xc5\x83\xf3\xc1\x8c\x86\x6d\xa0\xe6\x8f\xa2\x20\x7e\xc1\x6a\xc8\x18\xf9\x0d\x29\x4e\x6c\x80\x26\x2a\xdb\x54\x0b\xe8\xfd\x54\xaf\x91\x74\x40\x6b\xa0\x7f\xe7\x2f\x22\xbd\xec\x5c\x54\x76\x5e\x3f\xcb\x57\x26\x53\xda\xc0\xcf\x9d\xeb\x2d\xf2\x7e\x1b\x4b\x7a\x43\xda\x56\x14\xb2\x3f\x2f\x9c\x26\x16\x17\xd2\xa9\x95\x2a\x3f\x98\xd8\x66\x69\x54\x35\x7f\x77\xdb\x53\x45\x2c\x97\x71\x0d\x53\x8e\x80\x55\xc4\x20\xbf\x03\x3b\x00\xf8\x50\x93\x62\xe4\x28\x65\x03\x08\xc1\x94\xe3\x16\xd4\xb4\x78\x42\x94\xea\x08\x4e\xdd\x8e\xa8\x2d\x4e\x0b\xee\x06\x24\x04\x28\xcd\x24\xd7\xc2\x80\x79\xc1\x49\x12\x39\x3e\x3c\x9e\x0d\x4c\x71\xca\xbd\xe6\x33\x01\xd0\x6d\xf4\x66\x81\x5d\x6a\xd2\x25\x8a\x8a\xbd\x00\x6a\x6c\x26\xc0\x9e\xaf\xe8\x30\xb9\x0b\x02\x58\x2c\x83\x8c\xa2\x5c\x0e\x58\xae\x87\xe5\x46\xca\x3f\x77\x4a\x7d\xa0\x60\x2f\x33\x85\x8f\xc0\x36\x28\xf6\x2f\xfc\xd6\x4c\xdd\xcd\xc4\xbc\x16\xb1\xdb\x56\xd7\x9d\x83\xb3\x28\x8e\xb3\x85\xb9\x25\x5b\x22\xa4\x8d\xc8\x6f\x70\xcb\xef\x8a\xcf\x16\xf7\x6f\xdb\xcf\xee\x2d\xee\xbb\x2b\xe2\xc8\xdf\x3f\x38\x28\x10\xc6\xde\xc3\x8b\xaf\xee\xae\x87\x13\xbe\x86\xbb\xa1\x2c\xe0\x34\xc2\xbd\x84\x7c\xcc\x1a\xf9\x65\xe4\x67\xb6\x6a\xa1\xcd\xaa\xeb\x07\x40\x87\x09\x02\x89\x83\x0d\x23\x5d\xaf\xe6\x43\xe2\x30\x97\x95\xbe\x3b\xd2\x39\xe1\x88\x0e\x75\x69\x69\x95\xd9\x98\x6e\x14\x91\x88\x0e\xf2\x6a\x2e\x90\x3c\x2b\xe9\x26\xd9\xe7\x9e\x16\x04\x53\x86\x0b\x0e\x78\x7b\x13\x30\x6c\xa5\x0c\x69\x6c\x3e\x29\x00\xa5\xa0\x17\x14\x64\xcf\x95\x9d\xf7\xb5\x00\x59\x97\x8c\x4d\xa7\x70\xae\xd6\x86\x6e\xc3\x6f\xf1\x3e\xa3\xeb\x28\x02\x72\x97\x0b\x5a\xc5\x1d\x0f\xd7\x8f\xa6\xc5\xb7\x78\x25\x6b\x90\x9f\x89\xb7\xd9\xbf\xde\x98\xc3\x5b\xd4\x13\xe1\x0c\xa3\xa4\x8a\x40\xd9\x39\x3e\xe0\x61\xc7\xa0\x00\xea\xd1\x5a\x90\x4c\xb1\xf9\x0a\x6e\xd1\x06\x48\x2b\x6a\x55\x60\xf1\x53\x86\xa6\x2c\xe8\x38\x34\x20\xad\x14\xef\x1d\xde\x27\x78\x53\x86\x81\xfa\x03\x20\x15\x91\x9a\x98\x10\x4b\xc4\xa2\xd3\xb3\xeb\xbf\x82\x28\x95\xc1\x01\x2f\x60\xa2\x10\x68\xc6\xc0\x63\xcc\x04\x91\xf6\x77\x3a\xa1\x09\x61\xbd\x4e\xe0\x3c\x32\xa9\x68\x2e\x2c\xa1\xe2\xf9\x03\x29\x12\xb5\x64\x70\x3b\x76\x3d\x99\xf1\xa4\x5f\x37\x3d\xee\x33\x9c\xbd\x0e\x01\xd6\x08\x72\xc9\x01\x75\xf7\xe2\x12\xa5\xc8\x01\x5a\xf5\x23\x3b\x04\x4c\x3f\x2b\xc1\x00\xc5\xcb\x1d\x1e\x0f\xb8\xcc\xf6\x6f\x57\xa8\x43\x00\xca\xb3\x81\x59\x5d\xbf\xa1\xfd\x23\xa9\xb2\x53\x6e\x0f\x99\xf5\x99\x66\xd3\x0a\xaa\xc3\xb1\xcd\x50\x32\x67\x3f\x5f\xdf\xac\x6b\x9a\xb9\x3d\x47\x7d\xd2\x89\x00\x64\x05\x42\x20\x69\x6f\xcb\x58\xbf\xb0\x51\xb0\x6d\x28\xae\x02\xd8\xff\xff\x29\x5c\x1c\x08\xe3\x17\x7c\xfe\xf0\xea\x70\x87\xcf\x1d\x07\xb7\xd5\xcc\x17\x46\xe7\xd0\xb7\x10\x56\x37\x66\x85\x13\x02\x41\x9b\x6e\x86\xd0\x77\x7c\x4f\xba\x01\x9e\x62\x3b\xee\xe7\xfb\xf4\x5e\x40\x35\xc2\xba\x07\x8a\x89\xa7\xcf\x6e\x50\x43\x1b\xda\x88\x8e\x21\x30\x4c\xab\x8e\xf0\x00\x2e\x49\xe0\x94\x70\xb1\xb0\x59\xb0\xda\x2b\x0d\x97\xf0\xfe\xd5\xa4\x6e\x66\xc7\xfb\xd7\x13\xf8\x8a\xcd\x84\xc1\x80\x6a\xa8\x65\x79\x31\xf9\x01\x2e\xdd\xe3\x31\xe9\x00\xaf\x66\x2a\x48\x18\xd4\xa0\x06\xfe\x2a\x32\x4c\x7a\x2d\xcb\x49\x26\x4c\x7c\xaf\x0f\x98\x27\x4f\x4f\xbf\x79\xc6\x6a\x8f\xd3\x6f\x9c\x82\x5c\xc5\x5a\xe6\x6f\xba\x6e\x6b\x7f\x68\xab\x19\xab\xe7\x50\x93\x77\xa2\xae\xaa\x46\x95\xf8\xf1\xf9\xfe\x75\xdb\x21\xf2\xe1\xf7\x67\x5a\x6d\x68\xa6\x8f\x49\x5a\x48\xba\x79\x00\x1c\x03\x95\x3d\x48\xa5\xbc\xa8\x06\xde\xaa\x5f\x05\x49\x26\x57\x1c\x79\xb9\x54\x93\xdd\xf2\xa7\x1c\xd7\x48\x11\x6a\xa7\x3f\x4d\x54\xb5\x05\x09\x1b\x59\x3a\x5f\xd5\x55\xf4\x66\x05\x96\x38\x2b\xc4\x08\x34\xe7\xa9\xea\x0c\xb8\xeb\xd7\x30\xd8\xa2\x6f\x49\xbb\xb1\x34\x5b\x52\x6b\xe0\x51\x2a\x9b\x4d\x8f\x26\x1d\x40\xf3\x3b\x77\xe7\x1f\xa5\x43\x00\xb3\xf3\xcf\x0f\x73\x94\x8f\x41\xe3\x6e\xfb\x7a\x0d\x34\xea\x27\xb8\xa7\x77\x61\xd9\x4e\x69\x0d\x92\x83\x37\x8e\xc0\xe9\x53\x1b\xa8\x48\xfc\x7f\x52\x59\x89\x9e\xcf\xc2\x51\x8c\x9a\xf0\x79\xdd\xbf\xc2\x36\xea\xe7\xd1\x36\xb5\x96\xe3\x4b\xa6\xa2\xd1\xa6\x4c\x82\xfd\x7e\x00\xa1\x65\x6a\x94\xdf\x45\x50\x15\x35\xbf\x71\x45\x27\x9b\xa0\x82\xfc\x27\x20\x84\xcb\xaa\x2f\xc3\x14\x58\xcb\x4f\x60\x2c\x98\xe5\x2e\x3e\xbc\x6d\x3f\xc4\x7e\xea\x35\x70\x2b\xb5\xd4\x3c\xd6\x3b\x24\x8e\x80\x7f\x22\x1f\x7c\xea\xec\xed\x73\xe8\xb2\x69\x5b\xbd\xec\x72\xcb\x3b\x2c\xcc\xaa\x75\x8b\xa4\x80\x6c\x42\xa8\x81\x82\x05\xb6\x1a\xe5\x9d\x66\x1a\x88\x5c\x90\xeb\xe4\xd8\xf4\x75\x74\x72\xbc\x4e\x06\xda\xf2\xad\x40\xeb\x42\x8d\x2a\x1a\x7c\x80\xd4\x7a\x5f\x82\xf9\x42\xeb\x7a\xde\xa9\xb5\xae\x07\x32\x0a\xae\x14\xd8\x59\x65\x76\xa8\x72\xe8\x88\x42\x83\x44\x9a\x37\x4b\xce\xfe\xc1\xa6\xc0\xef\x0d\x5a\x7e\x37\x6e\x0b\x1a\x6b\xde\xc1\xf9\x1d\xb4\x1f\x9e\xe5\x91\x96\x8c\x08\xd4\x0a\x16\x5d\x66\xd4\x88\x6a\x93\x71\xda\x59\x25\xd4\x34\x00\xc7\xc3\x3b\xec\xd8\x98\x20\x17\xc1\x98\x2f\x33\x85\xda\x37\xa0\xc3\x2d\xf9\x73\x44\xd2\x3c\xeb\x58\x22\x4e\xb2\x42\x06\x46\xf8\xf8\x23\xd6\x45\x86\xbd\x6b\x47\xa9\x2a\xae\xd1\xdf\x99\x83\x61\x00\x01\x91\xfe\xff\xa6\x71\xf6\x6f\x51\x0b\x00\xa5\xeb\x78\x03\x0f\x8f\xe1\xef\x2e\x1e\xe1\xc0\x00\xcc\x27\x0c\x51\xd1\x77\x2d\x90\x26\x64\xd6\x3f\xc3\xc5\x85\x3c\xd2\xab\x32\x55\x51\x68\x38\x62\xc8\x20\xbd\x9e\x4e\x2a\xd8\x37\x94\x49\x79\x8d\xa4\x54\x8b\xec\x3c\x75\x43\x3b\xce\x58\xfe\x76\xd5\x88\x5e\x08\xb0\x23\x2c\xaf\x9f\x82\x38\x87\xee\x02\x62\x0e\xcd\x19\x48\x67\x49\x26\xde\x22\x69\x37\xf1\x0c\x11\x9a\xc7\xd6\xfa\x2a\xe5\x89\xea\x74\x2e\x4e\x46\xc0\xbe\x82\x8d\x4c\xae\x30\x54\x8c\x58\xd4\x0e\xa0\x5c\x86\x46\xb3\xb3\x2b\xdf\xe9\xf1\xe1\x7e\x2e\x06\xfd\x1c\x01\xa7\xd5\x79\x9d\x3b\xe3\x3b\x29\x40\x10\xd8\xb0\x3a\x21\x78\xa9\xe8\x12\xef\x13\xf1\x3e\x5d\x83\x9a\x11\x34\x8d\xc1\x35\xe8\xd4\x3b\x70\x13\xc2\xae\x9b\x33\x94\x5c\x98\xdb\xf0\xfa\x1e\xd6\x71\x00\x8f\x53\x55\xb8\x11\xe2\xe4\xc3\xfc\x25\x32\xf1\x42\xcf\x71\x1b\x54\x8a\xc1\x01\x9e\x30\x4d\xd4\xb6\x5b\xf2\x13\xe3\xc9\xe6\xea\xd1\x12\x5d\x08\x3a\x42\xa4\x9a\x8c\x9a\x08\x83\x2e\xdb\x14\x9e\x05\x0a\x25\xe4\xef\x33\x3e\x89\x5c\x79\x81\x82\x4e\x89\xa6\x4c\x3f\x7c\x3a\xf6\x16\xce\x8e\x8c\xec\xa7\x71\xfd\xa6\x49\x7a\xe9\x99\xa0\x65\x50\x20\x16\x3f\x19\x0c\x57\xf6\xff\x12\x20\x13\x76\x9c\x99\x2f\x5a\x55\x2f\xcf\xa3\x93\xf5\x14\x98\xa1\xfd\xdf\x51\x79\xb8\x53\x6d\x7c\xac\x80\xc9\xc3\x43\xf8\x62\x02\x17\x53\xbd\xd2\x73\xb1\xcd\x38\x1d\x13\x73\xa4\xe4\xa8\xa4\x9c\x49\x84\x95\x0d\xfb\xd7\x85\xb3\xcc\xa0\x95\xcd\xb5\x5f\xf6\xb6\x6b\x36\xef\xd5\x4d\xa4\xef\x6b\xec\xe4\xa2\x01\x06\xa1\x21\x9f\x3f\x04\x55\x83\x97\x6c\x70\x44\x43\xdf\xa7\x44\x11\x24\x3e\x51\x57\xb3\x93\x7e\x51\x19\x8b\x7c\x80\x8a\x7c\xa3\xce\x9a\xaa\x6a\x5e\xa2\xae\xe8\x54\xaf\x9d\xaa\x08\x66\xd4\x22\x72\x93\x13\x0c\xa9\xfd\x01\xff\x77\x00\xd1\xd5\x0e\x67\x69\xa4\x15\x6a\x28\xb1\x95\xfc\xe4\x1e\xe0\xc0\xca\xcf\x63\xb8\x36\xf0\x03\xea\x30\x36\x53\xba\x27\xf0\x26\x69\x2f\xa1\xeb\xc8\xc3\x4f\x08\x29\xf2\x06\x74\xc9\xa0\xf6\x24\xdc\x4a\xa1\x2d\x1c\x3e\x20\xaf\x35\x4b\x8b\x34\xe9\x83\xdd\x20\x95\x01\x80\xfd\x02\x27\x15\xef\xf0\x1f\x9d\xcf\xd8\x8b\x89\xf3\x2b\x3b\x11\x97\xb2\x5c\x61\x2f\xf4\xc5\xa6\xac\xb4\x28\xb2\x66\xa7\x0d\xe9\xb8\x8d\x26\x89\x86\x5c\x3b\x2a\xb3\x24\x1d\x8a\x0d\x96\xf2\x09\xa9\x03\xd3\x3b\x7b\x52\xea\x4a\x83\x70\xfb\x90\x91\x93\x05\xa2\xde\x24\x2b\x78\xf4\x70\x32\xd9\xe2\x26\x2d\xbd\xfb\x9b\xec\x19\x2a\x9c\x9d\x13\x9c\x73\x96\x24\x7b\x49\x2c\xae\xfa\x9b\x1a\xef\x0d\x69\x87\xec\x0e\xd1\x3d\x7f\x69\x67\xd2\xf0\x45\xcf\x4a\x82\xd8\xa4\xca\x72\xbf\x13\xb7\x4d\x26\x6e\x33\x37\xcd\xaa\x50\x74\xd4\x40\xa9\xaa\xc3\x3f\x96\x0a\x18\x3d\x3c\xff\x1b\xef\x32\xda\x47\x9c\x98\xe7\x15\x44\xd3\x86\xaa\xf1\xbb\x55\xb3\x66\x78\x46\x66\x25\xf6\xf3\xd9\x44\x07\x22\xba\xe8\x68\x97\xd1\x68\x77\x86\x3e\x7d\x74\x7b\x9f\x98\xaa\xb6\xb2\xfd\xa3\x6e\xab\x55\xb3\x74\xb6\xc8\xcc\x20\x30\xe9\xb7\x25\x0a\xa4\x0e\xdc\xee\x14\x8a\xd3\x69\x56\xec\x05\x4c\x86\x86\x3b\xa5\x50\xc5\x10\xf9\xf2\xe2\x65\xd0\xf4\x9b\xa9\x3b\xee\x43\x9f\x54\x8f\xb2\xb2\x54\x9b\x57\x75\xba\x2a\xa2\x96\x86\xbd\x16\x95\xf7\xb7\x70\x4e\x13\xbc\x5b\xce\x45\xc9\xab\x30\x44\x35\x82\xaa\x70\x53\xf7\x7a\xf6\xac\x6f\xb7\xa4\x63\xca\xbd\x1a\x9d\x51\x33\x21\x47\xc1\xf8\xc8\xce\x82\x9b\x01\x51\x82\xc9\x36\x8d\x15\xc5\xb1\x34\x22\x4b\x82\x28\x37\x59\x77\x9c\x37\x12\x80\x4a\x83\x53\x6f\x10\x71\xf5\x16\xa6\x2a\x8d\x9c\x15\x98\x12\x50\xa1\xba\x73\xb5\xe5\xe8\x44\x76\x98\x26\x6b\xd7\x6f\x51\xa4\x05\xfe\x4b\xec\xe0\x44\x29\xe6\x66\x83\x6e\xc8\x0f\x32\xd3\x36\x1e\x29\xbc\xc3\xad\x10\x0b\x9c\x1f\xa0\x55\x32\xc1\x03\x1b\x8e\x83\x69\x12\x0b\x47\xf7\x1c\xb8\x35\xb7\x93\x9e\xba\x78\xc4\x62\x95\x45\x53\x95\xb1\xa9\xd0\x2f\xc8\xf3\x7e\xe4\x9a\xeb\x6b\xb0\x7f\xae\x77\xac\x40\x2d\xc0\x3c\xa9\xf0\xc8\x99\x96\xb9\x7f\x91\x70\x50\x35\x30\xc2\x98\xbb\xca\xca\xab\x94\x54\x0c\x54\x3f\x87\x69\xbe\x0a\x0f\x0e\x11\xa5\x72\x08\xf8\xdb\x56\x4d\x8b\x67\xa8\x65\x26\x56\x0c\xcd\xc4\xc0\x68\x6c\xd9\x3a\x80\x04\x85\x90\x56\x08\xd2\x45\xe3\x98\x48\x9e\x7a\x44\x30\x64\xf4\xdf\x4c\x2e\x94\x75\x1a\x3e\xd8\x08\x12\x6a\x6c\x26\xcb\x58\xe7\xdd\x2c\xa5\xb1\x83\xb3\xce\x6a\xb2\x54\x44\xc4\xf6\xa4\x35\x1b\x52\x01\xe7\x04\x37\xa5\xb0\xa4\x49\x46\xb3\x7d\x13\xf1\x85\x56\x7c\x2f\x90\x50\x96\x4a\x68\x27\x2c\x16\xba\x54\xed\x55\xe8\xda\x7d\x11\x1d\xd9\x23\xaf\xf1\xc2\x7b\x7b\xcb\xb5\x1a\x77\x40\xb8\x0e\x9f\x0b\x3f\x51\x28\x41\x5a\xe7\x56\x5c\x3a\x6b\x5c\x56\x81\x97\xf4\x90\x4a\x1b\xe6\xdb\x52\xf5\xdb\x11\x2f\x8b\xb9\x29\xc5\xaa\x48\xe0\xd0\x48\xfb\x0a\xdc\x94\xbb\x1e\x90\x07\xab\xd9\xc7\x48\xb4\x6d\x11\x01\x02\x44\x78\x2e\x0a\x61\x36\x30\x76\x8e\x0a\x7d\x9e\x4f\xc7\xe1\xd6\x57\x83\xbb\x2c\xc2\x30\xc7\xdc\xa9\x0f\x26\xaa\x2c\xe9\x0c\x30\x0c\x1c\x2f\xe4\x6c\x56\x99\x26\x11\x2b\xe7\x15\x9d\x8e\xd7\x97\xcd\x13\x93\x08\x9a\x0c\x86\x66\x10\xf2\xf3\x72\x46\x10\xc2\xff\xd4\x0c\x82\xdc\x47\x6c\xf9\x48\x14\x9b\xef\x6d\xf3\x18\xaa\x8c\x83\xd5\xc3\xcf\x36\xa5\x4d\xb8\xec\x51\xc4\x4c\x4e\xe8\xd6\xad\x1e\x69\x94\x9c\x01\xcf\xf1\xc4\xa7\x20\xe5\x7e\x70\x50\x14\xba\x02\xf0\x9c\x64\x45\xfc\x12\x61\xd2\xf5\x5f\x0d\x09\xc3\x56\x91\x11\xd0\xa6\x5c\x03\x48\x91\xe8\x5e\xe8\x34\xf8\x17\x78\x0c\xa2\x31\xf0\x2c\x14\x84\xc7\x08\x32\xc4\x32\x76\xa0\x84\x95\x93\x6d\x06\x3d\x11\x80\x43\xd9\xbf\xc5\xd3\xc0\xbe\x98\xa2\xf4\xfe\xcc\x76\x6d\x53\xaf\xee\x3f\x57\x17\x0a\x63\x62\x56\x48\xcb\x7c\x7c\xcc\xe7\x9f\xdd\x93\xf2\xe2\xc1\x16\xd8\xa1\xce\x8b\x73\x88\xae\xe4\x4b\x83\xe7\xea\x33\x15\xf9\xcd\xef\xff\x86\xce\xbd\xa8\xf8\x4b\x80\x80\x3e\xf4\xc4\xfa\x60\x83\xba\x01\x94\x6e\xe1\x32\x4a\x5a\x92\x5d\x08\x75\x6d\x30\xfd\xae\xa1\x31\x2c\x75\xb2\xf5\x31\x05\xd8\xcb\xd4\xe3\x6e\x0a\xd3\x58\x62\x75\x7c\x68\xa4\x8e\x21\x2e\x60\x1b\x78\x78\x99\x98\x63\x99\x23\xad\x8c\x6b\x4b\x3c\x04\xb5\x3d\x19\x36\x53\xc8\xab\xc1\x55\xd8\x47\x9e\xc5\xd8\x55\xd0\x22\xb8\x2e\xd0\x07\x6b\xa0\x51\xc6\x42\x32\xb3\xc3\x29\x39\x45\x15\x9f\xc7\x92\x80\x98\x74\x6b\xc5\x40\x64\xe6\xfc\x30\x52\x7e\xe0\x08\x1b\x02\x46\xc8\x9a\x5b\x8c\x27\x6c\xa9\x8e\x3b\x90\xb7\xbc\xe2\x08\x81\x4b\x75\x02\x09\x79\x1b\xa7\x6c\xec\xdd\xd4\x5f\xea\x04\x95\x6f\x20\x6a\x83\x49\x38\x60\x24\x60\xc8\x21\x90\x91\xb5\x48\xb6\x03\x16\x95\x94\x39\xbc\x8b\xfb\xd7\x25\x71\x3d\x1c\x49\xe2\x77\x9c\x5c\xe9\x9d\x94\xc7\x1e\x54\x96\xc4\xf9\x48\xce\xe3\x1d\xc3\xe3\xa3\xdd\x79\x05\x74\x4a\x67\x14\x6e\xb0\xad\x1b\xe9\xbf\x14\x40\xc4\x6a\x47\xa6\x26\x5d\xb3\x06\x74\x4c\x7a\x31\xa8\x23\xaa\x40\xfe\x49\xfb\xb0\x07\xfb\xf0\x74\x87\x45\xaa\x98\xea\x44\x24\x02\x65\x7c\x16\xb6\x1a\x2b\x8e\x7a\xce\x9b\x40\x06\xd6\xa6\x63\x7d\x24\xf3\x6e\xa8\xcd\x25\x47\x4b\x9b\xca\x68\xcc\x1e\x9b\x36\xee\xdc\x64\xdb\x19\x53\x9e\x5e\x5c\xb7\xc7\x29\x4f\x5f\x2f\x4c\x8d\x82\xb1\xeb\x4a\xbe\x84\x7d\xe6\xd1\x91\xbb\x24\xf3\x3b\x43\x45\xf9\xfa\x36\x10\x5e\x45\x2d\xe6\x04\xd3\x14\x0c\x20\x8d\x37\xa4\x9a\xb3\x01\x03\x05\xcc\x00\x06\x0e\x3e\x10\x9f\x0d\x6e\xbd\xff\x9f\x8e\x66\xf1\xf5\xc7\x55\x79\xbb\x2c\x03\xec\x19\x7e\x32\x6e\x6d\xa4\xfb\xe9\x77\x8e\xd6\x5d\xf4\xd7\x6f\x04\x52\xc8\x4c\xc1\x9c\x3b\xbf\x93\x46\x2e\x27\xe7\xe8\xd7\xb3\xdb\xfd\x83\x93\x47\xd3\x89\x9f\x81\x30\x48\xc0\x45\xe2\x2e\xd3\x46\xe8\x0d\x4f\x03\xff\x20\xf0\x57\xc8\xc3\x8e\x1f\x28\x41\x2c\x0e\x2b\xc1\x46\xb1\x6d\xcc\xaf\x37\x5f\xab\xac\x32\x2d\xe7\x9d\xd0\x56\xee\xee\x1c\x7e\x76\x70\xf8\x02\x14\x3a\xfb\x41\x71\x32\xd0\xd0\x42\x6d\x82\x16\x50\x86\xba\x59\x37\x28\x16\xa1\xf7\x3e\x20\x36\xfa\xf5\xa3\xec\x2c\x71\x89\x80\x2b\x89\x4b\x3d\x1e\x6b\xe4\x9a\x3a\x4f\xd6\x78\x01\x42\xd8\xe2\xed\x0f\xd4\xed\xc4\xed\x7d\x4c\x7d\x64\xee\x31\x33\x37\xda\x3a\x23\x79\x01\x8f\x86\x68\x24\xe4\x0f\x96\xba\xea\xe2\x6d\x51\xdb\x4a\x58\x56\xb8\x93\x19\x23\x60\x99\x82\x0b\x37\x10\xbe\x78\x85\x41\x4e\x08\x8b\x19\xdb\x89\x11\x0a\x08\x3b\x70\xac\x15\xbb\xb8\xe0\x65\x1d\x69\xf0\x80\xbb\x22\x57\xee\x78\x86\x36\x9f\x21\x46\x7a\xb8\xb9\x38\xbb\xb4\xc8\x8d\x91\x21\x5a\x2a\xc4\xe2\xb5\xf3\xed\x22\x3c\x25\xee\xdc\xcd\x09\x8e\x7e\x2c\x52\x1f\x11\x03\xc0\x86\x79\xd6\x3f\x3a\x16\xe4\xf8\xab\x07\xcf\xbe\xfe\xfe\xd1\x57\xff\xf6\xd5\xf1\xa3\xd3\xc7\x0f\x3c\xeb\xf1\x81\xf7\x02\xcd\x26\xf6\x20\xf2\xfc\xf0\x5b\xdb\x67\xd3\x17\x97\x54\x8e\x9e\x0c\xfb\x9f\x55\x0a\xc4\xd8\x53\x1d\xa6\x5d\xab\xd6\xe8\x9d\xae\xd1\xc7\x55\xee\x3a\x31\x3a\x8c\xee\xe2\xe4\x47\xd4\x23\xbe\x98\xb0\xdd\x60\xff\xbf\xbc\xd6\x35\x18\xb4\x0e\x59\xb0\x83\xc5\xcb\x05\xfc\xa8\x05\x79\xd5\xed\x1a\x89\x4c\x72\x75\x49\x59\x02\x50\x45\x09\x03\x63\x9d\x84\x24\x5d\x72\x28\xb5\x8a\x1c\xa4\x40\x64\x72\xc0\xed\x6b\x43\xa2\x9f\x87\xea\x74\x82\x44\x06\x44\x71\xbc\xf4\xbe\x27\xbb\x1f\x45\x44\xd3\x57\xfc\xe8\xe6\x41\x50\x89\xc3\x5e\x79\xcf\xb6\x0a\xe4\x31\xb8\x5b\xed\xec\x56\x8f\xf3\x2c\x0b\x74\x19\xbc\x75\x1f\xf6\x03\x78\xf4\x0e\x38\x35\xac\x72\x7f\xd0\x1f\x06\xd6\x2e\x51\xf3\x88\xce\xd1\xb9\xcf\x39\xb9\x45\x75\xda\x2c\x0d\x13\x0e\xa1\x83\xb1\xbb\xa0\x4e\xc2\x9f\xde\x39\x0f\xa8\x3f\x9c\x09\xc6\xf6\xba\xe5\xdd\x41\xf4\x25\x1f\x96\xb6\x63\xe7\xc4\x81\x9e\xc8\x89\x6e\x7d\x08\x05\x6e\x12\x90\xf4\xf6\xa3\xc9\x12\x8e\xa4\x1e\x8b\x96\x4c\x18\x6a\x42\x7e\xd2\xf8\xc5\x31\x3e\x9f\x03\x77\xbd\x21\xbf\x42\x72\xf9\xb8\x31\x2c\x35\x8a\x5e\x27\x96\x1a\xb5\x84\x1f\x4c\x68\x45\x64\x1a\x78\x20\x33\x4c\xe6\xc7\xe5\x14\x31\xe3\xcb\xeb\x86\xbf\x0e\x36\xdc\xd5\x50\x69\x10\xd9\x26\xb7\x3d\x45\xc6\x01\x6f\x3a\x46\x91\x80\x51\x99\x4e\xd4\x83\x2d\x0b\x33\xfc\x09\x43\xda\x5d\x38\xbb\xff\xe0\x46\x65\xe5\x97\xc8\x17\xd3\x95\xe9\xcc\xaa\x6e\x5a\x4d\x3a\x26\xb8\xb4\x2b\xb3\x84\xab\x18\xb5\x7f\xf0\xef\x52\xbb\xdf\xa3\xad\x2b\xae\xc3\xfa\x29\x9c\x0e\x60\x19\xc6\xd9\x5b\x83\x2e\xa4\xf2\x7b\xb4\x25\x07\x92\xba\x9a\xa8\x92\xc2\x60\x7c\x83\x16\xab\x66\x0e\x88\xda\xcd\x1e\xd5\x06\x99\x28\xf6\x91\x43\x9e\x38\x06\x33\x32\xc0\xc6\x29\xf1\x14\xe1\x2a\x85\xab\xc0\xbf\x70\x14\x7d\x6f\xe2\x32\x4a\xdb\xe5\x7d\x45\x93\xed\x2a\xf5\x99\xea\x2b\x67\x5d\x99\x1d\x4b\xb0\x08\x49\xcf\x6c\x58\x91\x30\x78\x98\x54\xa7\x91\xf1\xe1\x78\xf8\xfd\x2f\x8d\x08\xbc\xfc\x1d\x4e\xbc\x2d\xee\x90\xa8\x0c\xc4\xfe\x23\xd7\x08\x98\xe4\x96\x98\x2d\x6e\x13\xc2\x92\x92\x62\xde\x42\xb1\xbc\xd2\xe5\xa3\x7a\x8e\xa8\xc5\xe2\xfd\xeb\xc4\x70\xd4\xe4\x2a\xe6\x7b\x4e\x1f\xf5\x12\xbd\x07\xd0\x3e\x72\x4c\x42\x5f\x64\x22\x59\xa9\x1d\x7e\xff\x37\xb4\x8b\x5c\xff\x7a\xfd\x17\x34\xfb\xc1\x09\x20\xb4\xb4\x1e\x0d\xb3\xc0\x4a\xb1\x86\x00\x08\x97\xe7\xe2\x92\xd8\x9c\xcd\x09\xa4\x78\xff\x47\x34\x17\xc5\x48\xf8\x03\xd0\x12\x8e\x34\x48\x65\x20\x4e\x56\x14\xb4\x4e\x0b\xc1\x29\xdf\xb9\x5d\x7e\xe4\x03\x24\xb2\xad\x44\xa3\x01\x2a\x80\x47\x6c\x2f\xe3\x14\x9c\x85\x33\xa0\x4d\x2d\x5c\x18\x00\xfa\xd7\xef\xb6\xbe\xdc\xd4\x51\x66\x82\xa9\x35\xaa\x65\xfb\x2c\x28\x59\xa5\xf1\x22\x13\xc9\x75\xc0\xe1\xe1\x4f\x7d\xaa\x03\x17\x1e\x1e\x17\x1f\x26\xef\xc4\x84\x25\x84\x15\x29\x6a\xb1\xa8\x7a\x7d\xeb\xbe\xcb\x91\xe0\x88\xaa\xeb\x92\x90\x99\x46\x7c\x9d\xe1\xb2\xd4\x98\x32\x81\x74\xa8\xf7\x38\x8e\x70\xf4\xe8\x37\x52\xd3\x71\xdf\xcc\x59\x13\xd1\x0f\x81\x92\xf7\xbe\x7e\xf4\x8c\xe2\x23\xf1\x46\xe6\xf8\x6f\xe4\x73\x58\xcd\x29\xb1\xdd\x14\x12\xe6\xba\xde\xa2\x7b\xa0\xb5\xcc\xeb\x21\x72\xcc\xbe\x75\x81\x11\x12\xd8\x02\xa8\xbe\xc1\x78\x50\x5c\x07\xf7\x93\xf8\x8d\xf7\xa1\xaf\xe0\xd0\xbf\x04\xa9\x4a\x02\xc6\xd1\xa5\x07\x19\x08\x6e\x8a\x62\x0c\x4f\xeb\x88\xdc\x10\x83\x35\x94\xcd\xab\xe8\x2c\xe4\x5d\xfc\x6d\xe8\x5a\x8c\xe3\x61\x07\x07\x66\x71\x39\xaa\x44\xd2\xdd\x9e\x38\x92\x0e\x98\x42\xdf\xdd\x65\xe5\x0b\x38\x3a\xd2\xea\xea\x2c\xb7\xff\xab\xb1\x5b\x83\x55\x48\x1b\x66\xdf\x23\x13\x32\x32\x64\xdb\x2b\x38\x7c\xf5\x1a\xf8\x2a\xcc\xad\x12\x3e\x78\xde\xf5\x98\x79\xfd\x2e\xae\xed\x1c\x96\x82\xa3\xe5\xff\xf9\xef\xff\xe3\xee\x97\x04\x8b\x2f\xbb\xb6\xba\xfb\xa5\xb3\xae\x71\xdb\x1e\x9b\xe2\x26\xd1\x28\xec\x1b\x3e\xe6\x8d\xd8\xd7\x44\x64\x00\xfc\x4c\x61\x98\xe6\x90\x5f\x1e\xd9\x53\x91\xd8\xc0\xa8\xec\xb6\x11\x9b\x61\xa9\x20\x68\x90\x52\x0b\x6d\xbb\xf6\x34\xc8\x4e\x50\x47\xe0\x23\xac\x14\x5f\x6b\x6a\xf2\xc7\xde\x2c\xd7\xf3\x55\x6f\x4a\x0d\x94\xc7\xaa\xa0\x18\x53\xc2\x10\x74\xe7\xc6\xf2\xe1\x60\x8c\x1f\x5e\x1a\x71\x04\x01\xdd\x8a\xcb\x66\x83\xfe\x24\x79\x18\x41\x42\x9d\xd8\xe5\x04\x58\xdf\x12\x55\xde\x3d\x7a\xf9\xa1\xf5\x9d\x47\x3a\xf6\xfe\xc9\xce\xe8\x85\x18\x10\xb5\x41\x07\x62\xc1\xc3\x0b\xbc\x30\xb2\x8b\x9e\x2f\x67\x98\x37\x85\xfc\x8f\x33\x80\xec\x68\x78\x84\xaa\x56\x56\x0b\xa2\xcd\x44\x55\xc4\x16\x83\x2c\xf7\xc1\x64\x42\xfe\xbc\x8f\x31\xcb\x8b\xdc\x62\x0f\xf8\xe2\xea\x5a\x8d\xdf\x81\x27\x3e\x33\x15\xba\x90\x8a\x0b\x01\xa6\x31\xe8\xd4\x6a\xf6\x07\xf8\x4a\x54\x84\x2e\x3a\xf1\x3e\x84\x82\xde\x75\x84\xc9\x49\xb0\xc8\x4c\xe0\x2b\xa6\x31\x59\x8d\x25\x1f\xc1\x9c\x25\x07\x73\x95\x54\x6a\xa1\xd1\xaa\xd1\x99\xfd\xdf\x35\x2a\x77\x36\x70\xde\x6c\x07\x1b\x86\x7d\x13\xe9\x47\x2d\x27\xba\x1e\x62\x30\xcb\x06\x6e\x19\xf4\x0a\xb8\xdc\xbf\xdd\x91\x31\xba\x05\xe9\x41\x59\x4d\x81\x42\xa8\x9c\x31\x13\xb2\x6f\xb6\x0a\x8d\xf6\xa8\x7d\x6e\x39\x2e\xd5\xf2\x77\xc0\x01\x4a\x71\xf3\x9c\x1c\xa5\x5b\xcd\x5f\x29\x82\x05\x9b\x7c\x2f\xce\x40\x75\xdc\xb4\xe7\x4a\x48\xb0\x14\x9d\xb4\x13\x8e\x77\xbf\x64\xd9\x96\x6c\x97\x13\x37\xb7\xe9\xc8\x1c\x5d\x51\x1a\xb7\x02\x1b\x39\xa8\x71\x86\x2a\x19\x17\xd7\xe2\x3e\xe2\x5d\x03\x67\x95\x3c\x55\x43\xd5\x0d\x1c\x6d\xb4\x06\xfe\x9b\x18\xbb\x43\x09\x9a\xfd\x28\xf2\x2c\xfa\xc6\x51\x46\xcf\x31\x6a\x6a\xed\xe1\x38\x05\x44\xd7\x9c\x72\x87\x3e\xbb\x80\x1d\xcc\x6c\x24\x86\x3a\xb7\x8b\x51\xd1\x74\xb0\x65\x51\x59\x8d\xac\x24\x14\xd3\xe1\xd4\x54\xe3\xfa\x4d\x1f\xd7\x58\xc2\x7e\xb5\x73\xe9\xc3\x51\x02\x3d\xd6\x97\xc7\x84\x1c\x11\xf2\x11\x43\x45\x22\x09\x69\xe5\x91\xc1\xa3\xfa\xc0\x03\xbd\x65\xdf\xcb\xac\x55\x32\x46\xb3\xd5\xf5\x3c\x9e\x0e\xc9\x28\x46\xdf\xdc\x0a\xc8\x8e\xc5\x78\x89\xd0\x8e\x38\xd2\xb1\x86\x26\x6e\x07\x17\x3d\xa6\x85\xc2\x71\xd0\x3e\x8b\x96\x00\x63\x87\xab\xf0\xd5\x1c\x10\x95\xab\xde\x64\xf0\x09\x35\x09\x3c\x52\x0b\xc8\x95\x54\x63\xb2\xe7\x73\x69\xf9\x5d\x8f\x41\x27\xdb\xca\x68\xe1\xb6\x6b\x50\x3e\xdf\x56\x6a\xa9\x25\xa6\xcd\x23\x48\x60\xa8\x30\x4f\x56\x32\xa8\x74\xeb\x09\xac\xf4\xec\xe1\x41\x90\xef\xd4\x62\x76\xbb\x84\x99\x33\xf4\x7c\x0f\x08\x5f\x5f\xe8\x60\xeb\x4a\x85\xa4\x71\xff\x5f\x65\x13\x8e\x0b\x81\x0f\xc4\x8b\x18\xed\xc9\x0c\x1f\xf1\x14\x1a\x2e\x53\x5a\xbd\x1b\x2f\xf3\x8a\x87\x86\xb0\x39\x1e\xe4\x3d\xdc\x88\x0a\xa1\xce\xca\x40\x9d\x9b\x06\x39\xd8\x98\xd8\xd3\xe7\xc4\x92\x0e\x0b\xa6\x18\x88\x29\xf4\xfc\x39\x5a\xb2\x22\xf3\xcf\x68\x75\x2b\xf9\xcc\x40\x44\xbb\x6a\x7a\x44\xa8\xeb\x37\xfb\xbf\x9b\x96\x12\x63\x20\x7b\x37\xd6\x8a\x11\xa1\x9c\x2f\xae\xa8\x91\xb8\x90\x0a\x42\xa0\x43\xd8\x48\x9b\x0d\x7a\x2a\x36\x35\x06\x5b\x63\x9b\xaf\x2c\x9b\xe5\x37\x06\xef\xf5\xbc\x85\xc5\xc0\x90\xc7\xec\x27\x3d\x52\x34\xc5\x6c\x6f\xb6\xf3\x64\x30\xdf\x6e\xaa\x83\x18\x0d\x75\x80\x80\xaa\x03\x35\x5a\x0d\xa2\x6e\xc7\x4e\x17\xe4\x2f\x56\xfb\x80\x95\xe1\x22\x78\x5c\x8d\x96\x54\x6e\x00\xe0\xb5\xe8\xa9\xbd\x7e\x57\xa3\x4d\x63\x3b\x24\xdf\x68\xad\x82\x46\x4e\x61\x0b\x1c\x05\x7c\xc1\xdc\x7a\x37\x8c\x15\xb5\x73\xae\xf4\x23\xcd\xf0\xc8\xd1\x76\xcc\x82\x49\xf0\xc7\xdf\xbf\xb0\xb7\xee\xdf\xfe\xf1\x93\x17\x6c\x3d\xe4\xa3\xa8\x8a\xdb\x3f\x7e\xfc\x62\xd8\x70\x7e\xa6\xd6\x7a\x46\x8d\xc6\x6b\x6e\xe1\xea\x33\x4d\x8f\xd9\xd2\x30\x94\x17\xf8\x17\xf2\xd6\x08\xe4\xe4\x67\xc0\x61\x98\x1f\xb2\x70\x29\x25\xe0\xa0\x76\x26\x04\x2a\x21\x04\xa5\xcb\x97\x41\x89\x5f\xc2\x85\xd5\x6f\xe6\xb2\x6e\x8b\x74\x42\x56\xfc\xaa\x0d\x64\x84\x4b\x51\xa8\xeb\x66\x3f\x39\x88\x00\xa3\x0f\xcb\x37\x25\x2e\x1e\x66\xee\xf4\x3e\xbf\xe3\x5f\xf7\x69\x71\x08\x8a\x9f\xfc\x40\x8d\xb7\x22\x02\x73\x51\x49\x9c\x17\xf0\x18\x6a\x9a\x12\x2c\xfa\xe1\xef\x82\xb4\x4c\xe6\x22\x75\x1e\xbb\xdd\x21\x57\xff\xac\x41\xab\x09\x22\xd2\x1b\x43\x24\x8e\xa4\x49\xab\xdd\xd4\xf1\xc1\xb6\x42\xa2\x1d\xda\xf8\x56\x19\xdc\x11\x6c\x6e\x76\xf6\x37\x42\x8d\xa7\xe7\x3a\xe9\xa4\x8f\x28\xac\xe1\xb7\x75\xc7\x8c\x0d\xf0\xde\x67\xd4\xa1\x23\x09\xb0\x99\xc8\xeb\xfb\x7b\xcd\xb3\x5e\x6c\x31\xff\x0d\x03\x6c\x1b\xca\x30\x29\xbc\x98\x1f\xd5\xc5\x58\x03\x9b\xf6\x04\x75\x82\xcc\x3b\xb2\xbe\xd9\xe1\xef\x40\x11\x2d\x05\x2e\xea\xf5\x8c\x84\x48\xad\x83\x37\x2c\xab\xc2\x92\x7a\xa6\x9e\xbb\xb8\x23\x92\x81\xbc\x45\xcb\x2b\x43\x4b\x63\x51\x28\xc3\xb4\x56\x45\x1a\x99\x9c\x58\xf8\x43\x88\x73\xc8\xbc\xe1\xa9\x41\x8f\x6b\x76\xe3\x82\x78\xd8\xa1\x0a\x3c\x10\xcf\xd4\xed\xce\x4d\x4f\x5d\xea\xe0\x06\xe7\xbe\xf2\x0d\x2b\x89\x86\x86\xfc\x40\x5a\x0d\xe0\xd8\xc4\x6c\xc3\xba\xc5\xa0\x9b\xbc\x0e\xda\x1b\xe0\x20\x0f\x58\x46\x2e\x0f\x87\xc2\x46\x3c\xc3\xe8\xd5\xc5\x0d\x86\xcb\xe3\xef\x89\x97\x6b\x5a\x24\x21\x73\x61\xa2\xb8\xfb\x6c\xcc\x18\x76\x41\x1e\x4c\xbe\x66\x30\x7b\x8c\xd6\x1c\x73\x65\x12\x8e\x88\x4c\x0c\x62\x0d\x61\x86\x8f\x3c\x94\x2e\x8d\x45\x0f\x94\xd4\x1f\xc5\xad\x95\x9c\x51\x0e\x1a\xba\xc6\x67\xe0\xbd\x97\x64\xce\x37\x99\xf8\x23\x1a\xbb\x55\xc0\x7b\x61\xf8\x98\xd0\x59\xc2\xc7\x05\x22\xba\x99\xb0\x04\xe8\xc5\x0a\xeb\x84\xe1\x54\x16\x14\x41\x11\xcf\x30\xfa\xf2\x89\xd3\x1c\x66\x2b\x20\x35\x3b\xdb\x96\xbc\x18\x3d\x5e\x99\xe1\x97\xb4\x28\xcd\x25\x59\x0b\x58\x82\x05\x7a\xe7\xd3\xb0\x8c\xce\x02\xfd\x7c\x93\x9e\x17\x20\x5d\xce\xb6\x6a\xa3\xe0\x4e\xc9\xc6\xe4\x7f\x67\x36\x0c\xb7\x41\x0e\x8b\x6b\x25\x22\xf5\x40\x94\x76\x20\x69\x50\x97\xd9\x57\x00\xb3\x63\x4d\xce\xaf\x5a\xac\xec\x2d\xfa\x65\x4d\x7d\xb5\xee\x1c\x79\x9d\xae\xf1\x83\x1e\x53\xd0\x5a\x11\x8d\xdd\x91\x25\x57\x92\x8d\x90\x92\x3b\x4c\x8b\x24\x0e\x14\xd4\x39\x38\x81\x62\xc2\x8c\xeb\x1d\x63\x29\xe2\xbc\xa2\xb3\x9f\xbe\x8d\xbc\x67\x0e\x6c\x16\xe5\x6e\xdc\x02\x86\xa2\x4a\x1d\x60\x8c\xff\xf0\x10\x7a\xf3\x69\x44\x6a\x90\x90\xde\xa3\x71\xee\x21\xfb\x50\x0a\x51\xfd\x1d\xfd\x60\xd2\x2a\x50\x65\x21\xe4\xd1\xcd\xbb\x23\x95\x89\xa0\xf0\x66\x13\x6a\xa3\x86\x79\x5b\xf5\x25\x6f\x39\x0e\x5a\x46\xe2\x35\x9e\x93\xcf\x50\x09\xe2\x08\x3a\xfd\x4d\xb1\xfe\xf2\xf5\x13\xff\x55\x06\xd8\xe8\x76\xe5\x58\x0a\x1e\x27\x0c\x70\xa1\xfe\xa9\x11\xa0\xf1\xbf\xbc\x70\x08\x00\xd2\x0b\xb2\x0d\x98\x43\x86\xb5\xe6\xa7\x80\x1d\xb5\x4a\x4a\x07\xfa\x84\x50\x88\x8a\x09\x51\xad\xd4\xac\xa0\x27\x2b\x87\xd4\x90\xbb\x1f\xb0\x86\x96\x13\xc2\x9a\xc3\xf5\x0a\xf4\x51\xb7\x1c\x67\xdd\x1c\x00\xb9\x44\xc2\xa3\x64\xd8\x47\x60\x26\x0b\xef\x34\x01\x17\x4c\xde\x6f\x82\x8d\x90\x4b\x4a\xaf\xff\x7a\x60\x88\xa1\x27\x43\xb4\x9b\xf6\x03\xe9\x09\xf8\x64\x05\xc7\x89\x1c\x0f\x48\xf3\xae\x31\xff\xcb\x78\x8f\xec\xca\x4e\x07\xc2\xb9\x45\xe5\xae\x9d\x4e\xcf\x9a\xc5\xdc\xb9\x15\x19\x0b\x34\x45\x2f\xd7\x94\xba\xa6\x21\xef\x1c\x4c\x75\x53\x11\x14\x9c\x57\xa4\x3e\x2a\x36\xa6\x5d\x53\xbc\xbd\x4b\x9d\xd0\x7b\xbe\x9f\x2c\x34\x12\x3a\xc0\x28\xae\xea\x39\xd9\xaf\x08\x20\xce\xd2\x7d\x08\xee\x9c\xc1\x2a\xca\xec\x44\x50\x81\x2d\x24\xb0\x44\x7d\x92\x1d\x63\xd0\xad\x39\x44\x66\xc5\xcd\x98\x3c\x63\x0e\x76\x6f\xa3\xd5\x96\xfb\xd7\xfb\x5f\x0e\x8f\xe7\x8c\xe4\x6c\x9d\x72\x3b\x87\x6b\xdf\x00\x86\xa0\xa5\xdb\x85\xef\xb7\xc6\x52\xe7\x7d\xe8\xdc\x26\x18\x94\x92\xa1\x51\x8d\xa1\xca\x50\xd0\x1d\x15\xc2\xf4\xbe\x96\x73\x4b\xfd\x90\x1e\xd6\x02\x35\x63\xef\x27\x76\xde\x66\x8b\xaf\x3f\x01\xca\x49\x28\x2e\xcd\x0f\x3b\x4f\xf4\x84\x3a\x17\xef\x41\x06\xef\xfc\x0e\x2d\x57\x80\x4f\x94\xa6\x33\x09\xf5\x42\x20\x93\x5b\x22\xb2\x7c\xf9\xd1\x21\xc3\xa0\xc7\x48\x4a\x0a\x8e\x18\x94\x2f\x0f\xc3\xad\x23\x95\x68\x74\x87\x0e\x34\x07\x51\xad\x51\xad\x49\x54\x7e\x40\x73\x92\xd7\x28\xbd\x94\x42\xf9\x7c\xe2\x69\x34\xf3\xb2\x07\x54\x43\x8a\xfd\x85\xde\xb9\x5c\x0f\x2a\x9f\x84\x13\x4c\x06\x5d\x07\xf9\x27\x5d\x1c\xb0\x1f\x8b\x73\xad\x4a\x36\x07\xe3\x4d\xc0\x76\xce\x5c\xcf\xc6\x28\xe5\xe2\xee\x5e\x77\x7d\xc4\xdf\x4d\x93\xd1\xb2\x6b\x65\xa0\x1d\x8c\xea\x32\x9b\xfa\xdc\xb4\x56\x6c\xe5\x51\x59\x6a\x44\x8f\x0b\x1c\x1c\x9e\xf9\x7c\x17\x77\x6a\x9f\x78\x93\x2c\xbd\xd1\xd2\x35\x99\x3f\x44\xe9\x18\x17\xf9\xe4\x61\xd2\x1d\x8a\x03\xc0\x73\xb8\x5e\x89\xa0\x21\xf6\x4b\x0e\x4c\x1b\x27\x00\x43\x1f\x2e\xf1\xc2\x08\x29\x32\x3f\x5c\xc1\x7f\x77\x37\x9b\xbb\x65\xf9\xe1\x08\x44\x3c\x9f\x97\xeb\xb0\xc6\x3d\x5b\x7d\x5a\xe2\x0f\xe2\xae\x02\xef\x7c\x23\x5c\xb1\x5a\xb2\xb1\x21\x25\x34\xa5\x75\x75\xd6\x2f\x62\xa4\x31\x1c\xd2\x99\x75\xfa\x81\x9e\x54\x6f\x78\xe7\x97\x98\x1a\x7d\x43\x96\xbc\x05\x79\xf2\xc1\xb1\x69\xe1\x38\x63\x62\x97\x0c\x01\x12\x61\x25\x2a\x48\x13\x5f\xbc\xcf\x02\x18\x60\x8f\xbc\x25\x27\x6b\x82\x40\x1f\x83\x5d\x08\xa7\x49\xa1\xe7\xc5\x83\x6c\x0b\x62\xe7\xa8\x91\xea\x23\x32\x42\x3e\xf7\x4c\x4c\x20\xaf\x99\x1b\xa2\x1c\x82\x5c\xec\x22\xe7\x00\xb6\x37\x08\x0e\x63\x93\x3a\x88\x4e\x87\xc4\x07\x80\xc5\xe4\xa5\x59\x1b\x38\x6f\x6b\xc3\xa9\xac\xe8\xf7\xf4\xa5\xae\x96\x0d\x79\x89\xc4\x89\x4c\x2e\x5d\xad\xfd\xeb\x0f\x92\x7a\xee\xf5\x0a\xd7\x89\x70\xb8\x1d\x27\xcd\x65\xd7\x57\x26\xfd\x65\x03\x22\xa7\xe8\x3d\x5c\x70\xea\x05\x1c\x9f\xde\xc5\x2c\xb0\x8f\x23\x79\x43\x0a\x22\x4e\x79\x28\x39\x32\x67\xe8\xca\x37\xa7\xa7\x22\x3c\x3d\xe1\x84\xf8\x78\xcb\x73\xd5\xf0\x90\x04\xfd\x14\x29\x80\xbe\x3a\xbb\x4f\xa8\xcc\x91\x4f\x71\x77\x6c\x60\x0c\x35\x9c\xfb\x89\x28\x36\x9c\xd1\xe7\x87\x9d\x13\xde\xf1\x3a\x92\x44\x1d\x5b\x76\x84\x7f\xbb\x71\x77\x15\x8a\x82\x11\x2d\x32\x1f\xc9\x72\x28\xb7\x1f\x8d\x1b\xc2\xd6\xc2\x90\xe4\xa5\x2d\xe3\x21\xa6\xcc\x6e\xb3\x80\x0b\xb8\x82\x95\xf0\x26\xa0\x7a\x74\x28\xb0\x97\xf9\xa2\xef\x00\x1b\x44\x88\x4e\x16\xe6\x8a\xd8\x6c\x50\x79\xb0\x38\xb7\xc5\xa8\x8a\xf8\x36\xc6\x4b\x0f\x75\xd0\xd4\xbc\xd4\xf3\x8f\x31\xe3\x67\x08\x8c\xe6\x1e\x85\xc5\x46\xad\x86\x70\xd8\xd3\x71\xdf\xd7\x2d\x22\x32\x46\x0a\x6c\x70\x87\x3d\x66\x4f\xc3\xc6\xcd\x55\x85\x2e\x49\x57\x8e\x75\x08\x58\xc5\xf1\x97\xef\x11\x6a\xe0\xfb\xb2\xec\x57\x17\xc1\x94\x55\xbd\x03\xe7\x77\x84\x2d\x2c\x05\x13\xe6\x8d\xbf\x22\xe1\xbe\x4e\x39\xbd\xb3\x9d\x7d\xb7\xe5\x40\x5c\x5f\x10\x25\xf9\x23\x11\xc2\xb9\x80\x86\x1a\xe7\x4d\xb3\xb6\xb3\x67\x88\x28\xe8\x3d\x54\xec\x5f\xed\xff\x1e\xf5\xbc\x32\x1d\xd7\xc0\x54\xea\x59\x19\x08\xc0\x66\x19\xde\xaa\x38\x41\x51\x78\xf4\xed\x8b\x29\x85\xab\x7e\x27\xd9\x33\x81\xce\x6c\xa2\xc8\x55\x5f\x49\xc2\x12\x7d\x7f\x3e\xb3\x61\xe8\xb2\x8f\x97\xc6\xa1\x73\xc8\x58\xfd\xd6\x40\x52\x0a\xe1\x11\xb5\x88\xe5\xad\x6b\x32\x07\x12\x3f\x8c\x2a\x2f\xf1\x9e\x28\xe3\x75\x62\xf2\xcc\x7e\xfc\x99\x8f\x29\xee\x2a\x53\x9e\x10\x5f\xea\x49\x94\x67\x78\xc9\x67\xa8\x87\xcb\xaa\x02\x6c\x5b\x93\xff\xa4\xbc\x61\xe3\x89\x51\xbc\xd6\x1e\x98\x32\xfd\x33\xfa\x26\xa9\x6a\x4e\xb4\xf1\x91\x4b\x9b\x8e\x11\x75\x88\x32\x61\x8c\xd0\x2c\x69\x42\x99\xce\xf7\xff\xde\x92\x42\xdd\x16\x31\x06\x8b\x6f\xcf\xe1\x76\xce\x53\x90\x1d\x20\x39\x26\x51\x6e\x92\x4b\xd3\xee\x28\xdc\x00\x44\x5a\x17\x54\xb7\x56\x25\xcc\xe7\xfa\x2f\xf8\x11\x64\xa0\x35\xd9\x7a\x28\x22\x99\x1c\x9c\x2b\xbc\x1f\xc2\x68\xac\x2b\xca\x61\x66\xd0\xd1\xfc\x92\x18\x38\xf2\x9a\xed\xa3\xcb\xc8\x4a\x14\x7f\x7f\x00\x42\xd4\xe3\xbc\x6b\x15\xbe\x2a\x32\x04\xd5\x8d\x1d\x49\x2b\x5a\xb5\x70\x5a\x0e\x68\x23\x0d\x7d\x0c\xa5\x67\xbf\x6e\xea\x29\xc4\xb3\xcb\xc5\xe3\x93\xdf\x33\xa5\xfa\x13\x46\x45\xff\xf9\x4f\x88\x89\x7f\xfe\x93\xa9\x4b\xfd\xf3\x9f\x9d\x6a\x20\xf5\xdc\x53\x9b\xa3\xf1\x7c\x30\x8a\xbc\x18\x03\xc7\x5b\x98\xd2\xa7\xee\xc0\x64\xbb\x9b\x08\xee\x24\x1e\x0d\xc0\x3e\x2a\x71\x5a\x42\x5b\xce\x36\x8c\x1c\x35\x87\x5a\xf5\x18\x07\xb0\xea\xd1\x80\x98\x9d\xcd\x12\x8f\x66\x3b\xdf\xa1\x29\xf4\x0b\x8a\x2b\xc1\x3c\x16\xf0\x33\x3a\xee\xf4\x30\x0f\xe5\xa7\x41\x4d\x80\x65\xef\x3d\x79\x22\x48\xa1\x2b\x6b\x94\x88\x66\xe3\x22\xc0\x12\x17\x97\x11\x9a\x3b\x8d\x49\x1f\x2a\x4f\xd0\x38\x41\xff\x92\x4d\x63\x87\x57\x21\x45\x29\x26\xde\x3d\x79\x9b\x20\x80\x8b\xdb\x16\x05\x9f\x05\x4f\xac\x75\xe8\x72\x4b\x79\xca\x87\x7d\x4e\x0b\x26\x44\x6d\xe6\xa1\xae\xbc\x17\xfe\x70\xaa\x72\x99\x59\xb8\xcd\xee\x16\xa9\xc7\xbe\x1f\xd1\x0e\x1d\x5a\x0f\x4d\x81\xf2\x22\x34\x79\xc4\x06\x39\x92\x21\xc7\x3b\x32\xbe\x4b\x63\x9f\x38\xed\xfb\xa1\xd9\x73\x7f\xd0\x88\x63\x51\x12\x47\xc9\x21\x6f\x17\x20\x66\x0f\xed\xc2\x34\x39\x39\xb5\x3d\xd3\x21\x63\x48\x94\xd6\x64\x58\x8b\x77\xcb\x55\x1d\x4a\xdb\x51\x63\x1f\x60\x11\x65\x48\xbf\x8c\xc4\x45\xc9\xb5\x8e\x2e\x75\x21\xb1\xe4\x78\x72\x6d\x3b\x32\xdf\x64\x03\xe9\x98\x6f\xd5\x0e\x33\xf6\x70\xe4\x95\x8b\x0e\x31\xf4\x08\x06\x32\x74\xe8\x7b\x18\x39\xed\xe1\x68\x21\xdd\xd1\x4d\x03\xfc\xde\x0d\xe0\x44\x88\xf7\x1f\x20\x4d\x49\x03\x38\x42\xfd\x48\xa2\x1c\x5d\x93\xc6\x92\xcc\xf2\xa1\x1d\x32\xfd\x23\x93\x41\xa2\x26\x16\x1c\xa7\x40\xa4\x04\x4f\x14\x12\x0c\x04\x12\xfd\xd6\xfa\x44\x99\xe1\xf2\xb8\x07\xf4\xea\x09\x9f\x9d\x72\xe5\xd3\xc1\x3d\x1a\x27\x14\x89\xaf\x2c\x14\x7a\xed\x68\xed\x9c\xed\xe7\xba\x41\x72\x1a\x39\x93\x43\xb6\x50\x32\x79\x1d\x60\x0b\x47\x87\x3d\x7c\x78\x7d\x88\x0d\x69\x00\x99\xd2\xa2\xde\x24\x2c\x68\xc8\x3f\x64\xc2\x53\xe2\x85\x9c\xad\xcd\x1c\x94\xa4\x4c\x34\xd5\x14\x94\x03\x07\xc7\xac\x5e\x26\x4a\xa6\x1e\xa7\x28\x29\x12\xfc\x29\x2a\xcc\x8e\x52\x98\x15\xc8\xde\x2e\xbf\x56\x19\x92\x65\xc7\x49\xa7\x48\x16\xcc\xe0\x1c\x49\x95\x84\x15\x70\xa2\x07\x6b\xb8\x01\xd2\xef\x11\xa9\x74\xb8\xbb\xdf\x0f\xba\xcb\x83\x8b\xa2\x68\x29\x0e\x35\x19\x12\x1b\x82\x0b\x3a\x12\x1b\xf6\x4e\xc7\x97\x10\x81\x73\x96\xcf\x43\x79\x9a\x42\x31\x9d\xe7\x01\x9b\xa1\x40\xb2\x23\x6f\x95\x3c\xa0\xcc\x25\xf5\x3f\xbc\x02\xf2\x1f\x26\xda\xa3\x06\xce\xa0\x72\x67\x5b\x79\xaa\x43\x8d\x7b\xee\x73\x7a\x42\x0e\xab\x5a\x2b\x7a\xe9\xe9\x1d\xc3\xfd\xfe\xc0\x70\x12\x62\x94\x84\x20\x1b\x1f\xa6\x73\x70\x02\xef\x18\xed\x13\x1e\x2d\xa0\x49\xc8\x37\x1f\x3c\xa9\x93\xa8\x1f\x56\x24\x05\x14\x8c\x33\x7d\x51\x70\x0c\x52\xab\x64\x0b\x43\x94\x0c\x5d\x55\xc2\xeb\xe4\x13\x3b\x70\x3a\x87\x57\x9f\x57\x6a\x1c\x12\x74\xc6\x0f\x79\xc3\xa2\xdc\xa1\xa4\x3b\x6a\xf4\x7a\x60\x57\x82\x6f\x87\x84\x3f\xd4\xdd\xa8\x35\xb1\xc6\xc9\x05\x3b\xd2\xd5\xc8\xb5\xae\xf2\xab\x64\x2c\x2f\x8a\x4d\xf9\x8a\x28\x26\xf0\x50\x2c\x60\x24\x6a\x61\x86\xe1\xc8\x63\x22\xcf\x78\x51\xa5\x1e\x14\x37\x34\x4d\x02\xf4\x6d\xde\xd0\xc5\x4a\x73\xe7\x23\x07\x2a\x99\x85\x0b\xd2\x1f\xca\xd4\x4d\x1b\x2c\xf9\x99\x77\x47\xac\xaa\xbb\xb9\xa5\x37\xcb\x6c\xa2\xb7\xbc\x36\x39\xda\xa6\xa4\xd6\x46\x79\xfa\xd9\xde\x85\xb4\x08\x1d\x35\x5a\xbc\x53\x61\x5f\x6e\x8a\xdf\x77\xd3\x69\xf5\xa6\xb9\xd4\xe3\x70\xcb\x9d\x55\x5c\x22\x10\x97\xb2\x2c\x88\xf6\xe4\xba\xcc\x0f\x4c\xc4\x3e\x9e\x5e\xa7\xe5\x39\x2d\x74\xf1\x0c\x1a\x0b\xcc\x00\x1a\xc2\x6c\xd0\x14\xb9\xc8\xe0\x1e\x27\x17\xeb\x93\x58\x9b\xb0\x77\x14\xab\x97\xa3\xc5\x34\x11\x0b\x5b\xf4\x92\xc7\xe1\x38\x41\x7d\xf4\xd0\xe2\x80\x1b\x0a\xd9\x00\xd9\xe2\xee\xad\x61\x01\x57\xc6\x06\xb4\xd3\x14\x11\x5f\xea\x05\xea\x4c\x22\xf4\xed\x0e\xa9\x57\x48\xb7\x22\xe1\x33\x69\x9d\x82\x22\xa0\x5c\xce\x32\x27\xbc\xa2\xa6\x80\xdf\x79\xc2\xbf\x90\xf3\xa7\x58\x4c\xd2\x7f\x73\xd8\x45\xb3\x21\x55\x38\xe7\xcb\x22\xeb\x64\x78\xac\x17\x3d\x7f\x1e\x83\x6c\x8e\x9a\x0b\x62\x19\x69\x39\xa5\x95\x80\x8d\x0d\x2d\xbc\xc3\x70\x12\x1e\xcd\xbf\xbc\x48\x69\x93\x9d\xc4\xef\x73\xc1\x9c\x7c\x77\xfa\x2c\x35\x7a\x4d\x8b\x27\xf8\x6a\xdd\x6e\x27\xbc\x1d\x7c\x5e\x53\xb2\x90\x90\x96\xe4\xc6\xc0\xc9\x14\x06\x20\x1f\x34\xb0\x0e\x8c\xaf\x01\xe1\x79\xff\x8a\x13\x8b\x04\x4e\x89\xc1\x1c\x8e\xa0\xf0\x36\x07\x81\x9d\x37\xc8\x98\x9c\xac\xdd\xfb\xe4\xce\x48\xf4\xe5\xe4\x41\x22\xef\xaa\x5c\x4a\x14\xc1\xfb\x1c\xc3\xc1\xb4\xdc\x19\xcc\x30\xe2\x46\x8d\x79\xde\xdb\x94\x5e\xcc\x81\x2e\x0d\xc8\x5d\x57\xb3\x67\xda\x72\x08\x3c\x3e\xc6\xa5\xdf\x51\x5b\x38\x68\xb2\x87\x5e\x9a\x0a\x19\x3d\x0c\x5f\xb9\x2b\x58\xe2\xfb\x31\x12\x08\x84\x8d\x49\x51\xc3\x1e\xba\x29\x1c\xd5\x21\xfd\xdd\xf8\xd0\x7e\xed\x34\x61\xa8\x73\x57\xd6\x9e\x50\x6c\xbf\x12\xb8\xec\x31\x56\x86\xc8\x1d\x4a\xc1\x78\x99\x97\xea\xfa\x57\xf4\xfb\x00\x4a\x50\x97\xac\xf2\xa3\x47\x34\x3b\x4e\x9a\x45\x81\x1c\x84\xfb\xdc\xc9\xf5\xaf\xbd\xdb\x2e\x54\xd3\x0e\xe6\xe7\x8c\xce\x27\x89\x47\xd2\x48\x35\xbb\x6d\x30\xfa\x95\x1d\xb2\x47\x60\xcc\x46\x2e\x3b\xfb\x5a\x55\x97\x1a\x53\x28\x0e\x6a\x6c\x39\x5f\xf9\xec\x21\xe5\x6a\x05\xfc\x5a\x63\x4e\xcd\x61\xbd\x45\x53\x5e\xb9\x8c\x34\x03\x4d\xad\xbc\x6c\x2b\xea\xda\x9e\x53\x3b\x71\xc0\x0a\xe5\x76\x45\x7a\x30\x8d\xad\x1f\x95\x98\xe9\xf0\x19\x24\xb2\x72\x90\xa1\x8d\x63\x7a\x5d\xaa\x23\xd4\xde\xd0\xdb\x08\x89\xcf\x07\x67\x9a\x5b\x91\xb1\xdc\x5f\x48\xd3\xc1\x94\xc8\x93\x4e\x74\x5f\x1e\x97\x89\x9e\xaf\x01\x2d\x2e\x1d\x8f\xe8\x72\x9c\xd0\xc6\xe0\x8e\x31\xb1\x0d\x89\x0f\x60\xda\x0f\xf8\x3d\xc9\xa6\x13\xdc\x22\x3f\xda\xde\xbf\x2d\xd9\x29\xeb\xfa\x12\x85\xd6\xd8\x74\x28\xc4\x7f\xff\xef\xd8\x3e\xf8\x1b\x0e\x6a\x39\x9f\x5d\xae\x68\x33\x68\x0b\x0f\x27\x95\xc5\xd4\x99\xd1\x9b\xe8\x2e\xe0\xd5\xff\xb0\x0b\x69\x85\x9b\x51\x92\xca\x7a\x40\x24\xac\x4e\xf1\x97\x3a\x15\x30\xc1\xe7\x53\x88\xa2\x1f\x5a\xe3\xa2\xad\x0c\x49\x8b\x89\xd1\x26\xc1\x57\x14\x93\x9c\xd4\xa1\x0c\xa2\x5b\xc4\x42\x73\x94\xc8\x9d\x6f\x4f\xbf\x3b\x3e\x92\x29\xfc\x7c\xf7\xe5\xcb\x97\x77\xb1\xed\xdd\xbe\xad\x74\x8d\x1f\x4b\x37\xa7\xcf\xf4\xe6\x7e\xdf\x75\xd3\xcf\xee\xc1\x1f\x1f\x4d\x8b\x87\xba\x93\x70\x6b\x42\x9d\xc4\x7d\x21\xd5\x9c\xb9\xab\xe1\x3f\xf1\x1a\x90\x43\x43\xea\xed\x24\xcb\x7f\xcc\x86\xe2\x4e\x72\x48\x03\x1d\x1b\xd4\xe2\x6c\x6d\xcc\xc4\x2c\x5b\x98\xca\x71\x83\xa9\x82\xb6\x09\x3a\x58\xe0\x69\xd6\x23\x99\x2d\x25\x17\x67\x56\xcf\xc0\x58\x34\x93\x47\xeb\x46\xde\x05\xcd\xab\xb0\x2f\xeb\x63\xf6\x60\x0d\x2a\xf7\x4b\xed\x52\x5c\x3c\x16\x95\x26\x6d\x33\xea\xc8\x76\x7d\xd5\xb1\xe9\xbe\xa3\x63\x67\x76\x88\xb4\x68\x41\x15\x38\x61\xd6\x6e\x3a\x55\x9f\xe7\x1d\x52\xd8\x61\x53\x57\x57\xf4\x22\x5e\xe4\x13\xe5\x70\x4e\xb8\x4b\x19\x2d\x55\xf4\x70\x17\xf4\xf0\x88\x46\xe2\x4c\xae\x86\xe4\xc3\xde\x04\xac\x71\xf2\x36\x0a\xc4\x63\x42\x36\x77\xc2\x89\x34\x43\xb2\x5d\x14\x7a\x09\x05\x43\x4f\xc3\x36\xa9\x83\xc6\x78\xb1\x58\x26\xd0\xbf\x50\xb9\x28\x44\xe5\x9c\x12\x32\xf6\x3b\x80\x24\x78\x10\x25\x70\x18\x85\x9e\x27\xa7\xe3\xb0\x43\x19\x71\x5c\x93\xc2\x8f\xf7\xe0\x7b\x3d\x48\xe4\xf2\xef\xfe\x79\xd9\x84\x02\x98\xf4\x78\xb3\x29\x05\x4a\x85\x80\x23\x97\x8f\x82\x1d\x6d\x76\xc6\x75\x12\x99\x49\xc5\x9e\xee\x5d\x0c\xc4\xa8\x0c\x24\xa4\xcd\x71\xb1\x4f\x7d\x02\x89\x03\x6c\x95\xd4\x4f\xc6\xcf\x59\x97\xee\xb0\xef\xc3\x88\xf8\xe5\x86\x7e\x17\x43\xc7\x91\x35\x8e\x79\xc0\xac\xd0\x62\x41\x15\xd5\x09\xb3\x08\x29\xb7\xcd\x54\x80\x89\x3a\x47\xdc\x27\x50\xe4\x33\x1a\x48\xf6\xc9\x23\xc7\xc3\x27\x4e\xf2\xa7\x58\x8d\x02\x5e\x30\x89\xc3\xca\x3d\xdf\x3d\x78\xc2\x0c\x9f\x90\xce\xce\x3f\x27\x48\xa2\x0c\x50\x03\xf2\x91\x3d\xe0\x9c\x53\x8e\x73\x55\xd7\xba\x9a\x3d\xc6\xec\xbe\x55\x6c\x6e\xd1\xdb\xaa\xb9\xe2\x0c\x87\x70\x5c\x88\x44\xc5\x89\x9d\xe3\x05\x86\xba\x91\x7c\x62\xb8\x91\x0b\xf5\xf7\x09\xfa\x86\x03\x88\xbd\x68\xac\xbe\x22\x33\x89\x7b\x49\xc4\x7a\xda\xe2\x75\x58\xd3\xe2\x19\x6a\x5d\x30\x8e\x9f\x79\x11\x4e\x34\x28\x89\x67\xa3\xa4\x50\xfc\x02\x60\x9c\x4e\x2e\x82\x22\x05\x79\x87\xf5\xa2\xbb\x73\xc8\xae\x87\x42\x1b\xa5\x56\x1f\x5d\x51\xdc\xcd\xc0\xa5\x6b\x6c\xb1\x59\xf6\x3f\x5f\x65\x90\xb5\x10\xd3\x12\x8f\x0f\x99\x79\x01\x24\x5d\x84\xe4\x85\xe3\x00\x7d\x0f\xaf\x82\x64\x6f\xe3\xcc\x84\x07\x7a\x74\x7e\x48\x87\x92\x13\x8e\x6f\x79\x2a\x60\xfd\x26\x6c\x39\xe8\x9a\x34\xde\xcb\x98\x83\xd2\x0d\x29\x0b\x81\x1c\x66\x81\xf1\xef\x23\x71\x8d\x4d\xf0\x1d\x70\xbb\x21\xd6\x61\x52\x9a\xb3\xb3\xe9\xa2\x6d\x5e\x5a\xcc\xf8\xd7\xb7\x4b\x4d\xa9\xee\xe4\x85\x59\xb3\x23\xf5\x0c\x3d\xae\x4b\x35\xd1\x4b\x1f\x70\xea\x92\x42\xae\x2d\x7f\x63\xaf\x9a\x99\xf7\x1b\xe7\xaf\xe4\xd8\x9c\xbe\x5e\x1a\x45\x30\x78\xc7\xd4\x8e\xb3\x54\x38\xc7\xe7\x29\x37\xb6\xe7\xcd\xcb\x39\xfe\x45\xb9\x0c\xad\x8f\x60\xb7\x83\x1e\xb0\x1c\x1f\x26\x5c\xf7\x51\x4b\xbb\xad\x80\x69\xa7\x57\x7a\x1f\x72\xaa\x21\xb8\x3f\x50\x8e\xb7\x51\xa5\xbe\x36\x67\x46\x97\x5c\xed\xc1\x56\xb0\x28\xab\x88\xa3\xf3\xfe\x3b\x5e\xe1\x76\xe9\x72\x19\x4b\x82\xea\x90\xf2\x0a\x37\x3b\xaa\xb6\x25\x5f\x0b\xc9\x4a\xcb\x79\xa2\xa4\x5e\x94\x37\x0b\x83\x4a\x76\xee\xe9\xdd\x50\x45\xf6\x05\xe8\xe9\x17\x8f\x8e\xf9\x07\x85\xf3\x73\xd2\x79\xe5\x38\x65\x4e\x40\xe4\xd2\x05\x4c\x87\x69\x03\x5c\x09\x27\x7f\xa0\xbf\x9d\x5a\x91\xab\xf8\x5c\x03\xd3\xb2\x55\x67\xdd\xec\xa9\xae\x6a\x9f\x53\x89\x0b\xb6\xad\x76\x4d\xc9\x26\x62\x76\xd8\x16\x15\x05\xfc\x0e\xad\xaf\x08\xd0\xa2\x6d\x86\x7f\x60\xc7\xfd\x67\xf2\xa7\x24\x41\xcd\x7f\x52\x28\x4f\x46\x20\x0d\xa0\x89\xa2\x0f\x28\xf0\x82\x5f\x45\x5a\x37\xdb\xeb\x37\x6c\xb1\x90\x79\x47\xa3\x12\xd6\xf2\xf3\x6e\x8f\x3c\xbe\xda\x64\xe9\xc1\x4d\x93\x32\xad\x2e\x25\x11\x96\xf4\xe5\x1c\x6f\x9d\x64\x48\xaf\x84\xa3\x73\x7d\xa7\x5d\x82\x9b\x69\xb2\x9a\xa8\xbf\x20\x3e\x58\xff\x74\x3d\xa7\x92\x71\x59\xb9\x62\x3d\x22\xa9\xc0\xd0\x0d\xd4\x76\x92\x19\x0f\x8f\x66\xbf\x23\xe8\x44\x83\x00\x23\xe8\x92\x2d\xae\xd2\x24\x6e\xae\x9c\xc4\x0f\x7e\x0b\xc3\xd8\xa4\x9d\xf0\x66\x7e\xa1\x4d\x77\x24\x49\xa3\x44\x8b\xa5\x2d\xd9\x36\xf9\x59\x90\xe0\x8d\xec\x32\x53\xae\xfa\x68\x1e\xf9\x45\xe3\x0a\xb2\xcb\xc5\x7d\x7e\xd9\xa2\xb3\xd4\xf7\xe2\x0e\x14\x63\x10\x9d\xb2\x13\x0e\x8b\xb5\xfc\xa0\xaa\x68\x23\x5c\x25\x14\x84\xa2\xb8\x04\x4e\x04\xaf\x51\xf1\x3a\x44\xc4\x28\x45\x2a\xe9\x56\x00\x2b\x1d\x5e\x0c\xb0\x32\x6a\x95\xb2\xad\x72\x88\xd8\x8d\x8e\x78\x53\x77\x26\x88\x24\x51\x32\x2d\x1b\x9e\xd8\x45\x63\xdf\xd8\xfb\xf1\x61\x7e\xa9\x53\xae\x1f\x9f\x8c\x30\xe7\x7e\x43\x02\xda\x05\x14\x46\xd7\x45\x3e\x7f\xc1\x77\x71\xe3\x4e\x62\x9f\xe2\x9e\x3b\x8b\x2c\xb6\x0f\xfa\x12\x36\xd4\xd5\x8a\x6c\xa6\xe3\x55\x49\xff\xef\x60\x17\xf4\xfe\x79\x9d\x91\x4b\xd0\xf5\x17\x2b\x1b\x25\x99\x1d\xc5\xe6\x5b\x84\x1b\xa9\x6c\x10\xab\xec\x0d\x97\xdb\x60\xb0\xe8\x9d\x64\xde\x90\x83\x86\xa9\xfc\xc4\xa4\xce\x8e\xa1\x83\xc0\x8d\x74\xf1\x91\xca\x59\x12\x3f\x93\xe6\x65\x8d\x08\x09\x53\x08\x2f\x69\x6b\x7c\xd3\xb7\x69\x57\x2f\xc2\x1b\x60\x62\x30\x38\xf4\xfe\x17\x55\xf4\x2f\x61\x1c\xa8\x4d\x99\x57\x4d\xde\x6a\x90\xaa\xb1\x49\x4d\x0a\x79\xb2\x46\xf2\x98\x41\xc5\xe6\xd1\xc1\x7c\x8d\x53\x97\x0a\x08\xdf\x18\xf2\xce\xb9\x49\xbf\x9c\x9a\xc7\xf9\x74\xf2\x7b\x9a\x2e\xf2\x49\x37\x5b\xbc\x7c\x88\xd7\xc5\x78\xd3\xfa\xd2\xa0\x25\xb0\xd9\x68\x74\x95\xfa\x61\xa7\xcc\x52\xbc\x6e\x10\xce\xf4\xd0\x99\xf5\x2f\x9b\x4d\xe8\x11\x1b\xb1\x63\xd8\x59\x1c\x48\xc9\x25\xc9\x03\x39\xe9\x63\xcf\x21\x7f\x11\xf6\x39\x7c\xfe\x98\x5e\x4d\x27\xa0\xa5\xf1\x0c\xfe\xa9\xb5\xb1\xb7\x12\xa9\xf0\x40\xfd\x90\xbb\xac\x89\x30\x05\x88\x3a\xfa\x30\x39\x85\x9e\x0f\x52\xe6\xfc\x0c\x7e\x22\xa8\x76\xc4\x9c\x0b\xee\xad\x37\x1c\xc3\x75\xe8\xe7\xa1\x92\x31\x93\xac\x61\xa2\x45\x21\xcf\x0d\x36\x9b\xe3\x9f\x6c\x21\xe3\xe6\x46\xa2\x03\x24\x3c\xe2\xf3\xd1\x07\x7c\x0e\x3e\x49\xf7\xdb\xd3\xc8\xdd\xdc\x55\x96\x48\xee\x1f\xf5\xf6\x1d\x7f\x2f\xe6\x08\x2e\xc7\x5c\x5b\x35\xf6\x84\x8c\x2f\xbc\xe1\x2d\x99\x7f\xd4\x59\x37\xad\xee\x69\x53\x06\x95\xd8\xa3\xf6\xb0\xc2\x20\xf6\x11\x10\x27\x60\xc0\xdb\xff\x14\x1f\xe0\xec\x55\xaf\x7c\xfa\xd9\x8b\x29\xd9\xec\xb9\x54\xfd\x03\xab\x48\x7d\x73\x52\x62\x92\xeb\x46\xb2\x8c\xbf\x83\x59\x0f\x1a\xbc\x23\x03\xb0\xf7\x68\x19\xf4\xf4\x8f\x64\x01\x3e\x60\xfa\x7f\x57\x3a\xe0\x7c\xce\x48\x87\x98\x6f\xca\x60\x3c\x62\x54\x8f\x9a\x04\x8e\x26\x75\x72\x93\x57\xf1\xb2\xa4\xc7\x18\x08\x72\x30\x4b\xf0\x98\x85\xf6\x90\x3d\xb7\xf7\xef\x13\x05\x3d\x5d\xa4\x16\x1d\x66\xc7\x0d\xac\x3a\xac\x05\xad\xac\xf1\x74\x91\x1b\x9a\x08\x8d\x9f\xca\xbf\xe7\x66\x3b\x8f\x52\x01\x3f\xf4\x94\x3f\xf2\x56\x51\x9f\xfa\x56\xfc\xc0\x96\x7b\x11\xc1\x66\xdf\x1d\x21\x75\x61\x2d\xce\x57\xa7\x0f\xf5\x5a\x7a\xc3\x18\x79\x4d\x72\xe2\xc9\x0b\x86\x3d\x88\x93\x4c\x36\xef\x39\xbe\x50\x93\xcc\xb6\x02\xea\x1b\xe6\x39\xcc\x7c\x91\xb6\x9f\x7d\x81\xe6\x78\xe3\xbf\xb2\xc3\x82\x4b\x6b\xe5\x3f\x03\xbb\x71\x49\x29\x97\x50\x4b\xee\xbf\xca\xdd\x9a\xed\x1c\xdf\x77\xe1\xea\x24\x23\x16\x88\x47\x9f\xe6\xed\xf0\xa9\xf9\xe8\x3e\xa6\x17\xe5\x27\x7c\x21\x4f\xf1\x75\xba\xd0\x27\x66\xe2\xe0\xef\xe9\x44\xf8\x1b\x72\x52\x92\x06\x1f\xd3\xdb\x0e\xb5\x62\xc3\x7a\xd9\x4d\xe7\x2e\x4d\x61\xf9\x25\x69\xf4\xda\xa7\x2a\xc4\xc3\x9b\xb9\x31\x24\x1e\x50\x53\x19\x81\x04\x0b\x37\x15\x91\x2f\x0e\x4c\x26\xae\xfa\x5b\x66\x13\x91\x8c\x7a\x24\xc1\xe1\xbb\xe6\x4a\xe6\x07\x9e\x01\x39\xdd\xba\xc9\x3e\x48\x3d\x70\xf3\xd9\xc6\x75\x03\xdb\x01\x73\x58\xa7\x53\xe6\x08\x5f\x54\xea\x53\xde\x81\xf0\x26\x28\xb9\xda\xa5\xf3\x88\x89\x1f\xb9\x5a\x78\x0c\x42\xff\xe1\x81\x47\x51\x80\xb2\xcb\x41\xf9\xd8\xf1\x19\x75\x9c\x8c\x92\xeb\x8c\xdf\xef\x5c\x46\x67\xc2\x0e\xd8\x99\x70\x48\x0e\xbc\x35\xf0\x9e\x04\x07\x9d\x14\x06\x5e\x2f\xae\xed\xb8\xa7\x33\xbe\xe8\xe2\xed\x3a\x3c\x49\xc7\x82\x7a\x5e\x6c\xc1\x07\x95\x4b\x73\xde\x20\xc8\x63\x29\x77\xc0\xb5\x5d\x56\x7d\x64\x4b\xfd\xcb\x81\xcc\x8e\xba\xed\x2d\xa9\xd4\x39\xf0\x84\xc3\xbc\x4e\x86\xef\x87\x1d\xfa\xc4\xf2\x52\x2f\x5c\x1f\xc3\xaa\xf1\xae\x25\xbe\x1f\x87\x6f\x89\x22\x5b\x3f\xe9\x2c\xd8\xe1\x3b\x72\xc6\x26\x87\x04\xdc\x13\xf1\x75\x1d\xcf\x98\x3e\x1d\x99\x92\x63\x34\xa2\x59\x8d\x2b\x21\xa7\x31\x11\xc9\x51\xe7\xfa\xaf\x31\xdb\x1b\x5d\xe3\x91\x92\x3e\x20\x88\xdf\xf4\x4f\xe3\x4c\x2d\xb4\xb2\x71\x02\xe4\x37\xe1\x06\xa2\xf3\xde\x53\x6a\x63\xb2\xf4\x5e\x93\xa2\x45\x50\x72\x85\x31\x8a\x73\x13\x71\x79\xef\x49\xa5\xc7\xe2\x37\xcc\xea\x28\x44\x75\x61\x54\x4e\x46\x42\xa2\x4b\xc8\x8e\x42\x31\x9a\x71\x22\xd9\x3d\x1e\xab\xeb\x49\x0b\xb9\xe3\x91\x08\x3a\xe6\x8e\x97\xda\xa6\xa6\xd3\xfc\x8c\xf9\x81\xae\xc6\xce\x59\x62\xe8\x74\x33\x23\x27\x42\x49\x6a\xcb\x17\x73\xe8\xb3\x06\xb1\x16\x95\x08\x68\xa6\xa3\x2a\xb1\xab\xac\xcb\x5d\x4c\x0e\x0c\xc0\xa0\xef\xff\x66\x6a\x15\x39\xdb\x45\xa9\x98\x23\xaf\xdd\x58\xdf\xd6\x35\xf8\xf2\x29\xed\xcf\x8b\x09\xbe\x72\xbf\x68\x14\x3e\x15\x58\x9f\x35\x5b\x55\x6b\xe0\x49\xe8\x51\x69\x1b\xcc\xf6\x66\x22\xb4\x4f\x1e\x34\xcd\x5e\x30\xbd\xe1\x89\xd9\xbe\x3b\xc7\x50\x2a\x27\x1a\x65\x6f\x22\x5b\x7e\x00\x63\x85\xe1\x46\xf0\x4f\x2f\x4a\xcf\x89\x78\x2f\xcf\x4e\x69\x19\x1b\x15\xbf\x42\x0a\x8c\x4d\x53\x63\xff\x14\xb5\xdb\xf3\x83\x01\x93\x28\x96\x18\x55\xc5\xfb\x57\xfc\x3a\x12\x7f\x70\xe6\xcd\x09\x66\xa8\xa8\x28\xe7\xf2\xab\x4f\x8b\xdb\xc0\x99\xf8\xd5\x4f\x9d\x3a\x7f\x89\x5a\x64\x56\xec\xab\xa8\xb8\xd9\xea\x56\x16\xff\xd0\xf9\xec\xc4\xad\xaf\x60\xb7\x36\x64\x33\xe8\xe3\x69\xf7\x61\x8a\x6c\x31\xe8\xad\x1d\x1b\x94\x23\x83\xe9\xf9\x1c\x72\x3f\xa1\xb4\x43\xec\x3e\x53\x7c\xb6\x20\x3d\xf5\x22\x0a\x67\x43\xde\x39\x7c\x4e\xef\xa5\xb8\xc4\x3f\x0a\x16\x6c\x32\x49\x79\x42\x7c\xe2\x02\xca\x36\xed\x5c\xbf\xc3\xe7\x90\xcc\xd3\x46\x29\xa5\x75\x52\xc7\xbb\x34\x25\x13\xf1\x1e\xf9\xc9\x57\x1f\x71\x17\x7f\x8d\x1c\xfb\xe3\xcf\xf9\xa3\x4f\x49\x99\x5e\x8f\xcc\xd6\x26\x0f\x07\xc4\x25\xce\x90\x10\x7f\xab\x9a\x95\xa9\x0b\xd6\xe9\x27\x05\x43\xb1\x25\x1a\x02\xb3\x36\x01\xf2\x6f\xd2\xcf\x3e\x99\x5a\xfc\x91\xbd\x72\x7a\x4c\x76\xde\x67\xf5\x1d\xa9\x48\xe6\x83\x5a\x56\x8c\x6d\x18\x6b\x80\x7a\x41\x72\x74\x81\x2b\x63\x04\x49\x59\x9d\xe1\x11\x35\x52\x3e\x8d\x55\xb6\x2f\x0d\x26\x15\x47\xeb\x1b\xe1\x48\x37\x5a\xab\xed\x81\x7b\x57\x98\xf8\x3d\x2e\xc7\x14\x1c\x98\x28\x86\x9e\xba\x6a\x38\x8d\xbf\x4f\x02\x5c\xeb\x60\x7e\xb4\xc5\x77\x70\xfa\xcf\xe1\xce\xdf\xff\x42\x69\xe6\x6e\xea\xc3\xdf\xe1\x9c\x26\xf5\xa6\x7e\x0e\x5f\xef\x09\x68\x84\x41\x00\x52\x89\x7e\x24\x2a\x08\xd7\xd6\xb1\x4f\x1c\x9b\x52\x6b\x76\xaf\x0b\x6f\x8b\xbd\x4f\x1f\xf1\x7c\x8d\xef\x83\x1e\x1a\xeb\xea\x1b\x23\x8d\x06\xbd\xd3\x1d\x84\xb7\x91\x81\xc3\x12\xcf\x2d\x7f\x8f\xe3\x1c\x46\x18\x9b\x5e\xd2\x41\x3c\xb1\xd1\x1e\x7e\xdb\xe4\xe8\xe6\xaf\x57\x7c\xdf\xa5\x80\x4b\x82\x41\x24\x19\xa2\x13\xf1\x99\xb9\x83\xef\xa8\x91\x97\x67\x4f\x6e\xee\x3b\x05\xe8\x58\xdf\xe6\x60\xd7\x07\x54\xf6\xc9\x7a\x56\xa6\x9b\xaf\x96\xb2\x0e\xf6\xd9\x4d\x80\x43\x44\xd8\x2a\xce\x6a\x84\xea\x7b\x10\x7f\xef\x40\xa3\x62\xb5\xfc\xe8\x40\x37\x7e\xca\x0f\xd3\xb6\xe8\xed\x34\xfe\xda\x4f\xec\x4c\xc0\x0f\x7c\xaa\x78\x8e\xad\xb6\x57\xf5\x12\x75\xa1\xf8\x12\xa7\x7f\x88\xd3\x33\x47\x1f\x4e\xe1\xf3\x3d\xce\x66\x6e\x76\x9a\x1c\x19\xec\x87\x0c\x84\xe2\xce\x02\x4e\xa0\x33\x01\x03\xab\x55\xeb\xbb\x08\xa1\xf0\x3c\x22\x6b\x77\x24\xd0\x12\x0e\xcb\x47\x37\x8e\x9c\x1d\xc8\xb1\x7b\x65\xe8\x26\x15\x4d\x36\x3d\x8c\x51\xff\x91\x1b\x54\xb6\xbc\x21\xce\x7b\x57\x32\x71\xd1\xbd\x93\xbc\xef\x4f\xd1\x9b\x64\xc0\x73\x6f\x0d\x53\x5a\xac\xc0\x55\xb8\x47\x70\x54\xae\x9f\x3d\xb0\xf4\x78\x6a\x37\x9c\xa3\x64\x56\xc3\xe3\x14\x43\xc1\xa4\x40\xc0\x67\x77\xb2\x23\xf5\x20\xa4\x92\x33\xf1\x7b\x3c\xef\x3a\x63\x9b\xa2\x6b\xaf\xdf\xc2\xcf\x70\x0e\xde\x31\xd4\x7b\x9e\xb0\x61\xc7\xfc\xfc\xaf\x8a\xb3\xde\xc5\x53\x35\xd3\x84\xab\xa2\x67\x4a\x00\x94\x9d\x81\x0b\xe9\x94\x1f\x2d\x09\x2c\x02\xbd\xfc\x98\x5c\x05\xf2\xb0\xf7\xaa\x69\x9b\x1e\xe4\x60\xed\xf3\x10\xe0\x6e\x7d\xdd\xb4\x3d\xc0\xb1\x56\x63\x4d\x40\xce\x05\xfe\x7b\xde\x53\x42\x17\xf7\x72\xb6\xb7\x99\xd0\x03\xa7\x9c\x53\x2b\x34\x25\x76\xd0\x35\x44\x9b\xc3\x92\x8c\x4f\xf4\x26\xc7\x05\x7b\xcc\xf8\x84\xdb\x23\xcd\xa5\x61\xb3\xe8\x00\xe1\xd0\x1d\x49\x63\xfc\xe6\x68\xd5\x6d\x43\xcf\x16\xcd\x2b\x40\xa6\x7e\x3b\x47\x68\x78\xdf\x12\x8a\xa7\xe6\x1c\x11\xa2\x58\xc2\x99\x27\x37\x64\x36\x45\x69\xff\x80\x87\xb1\x61\x9e\xef\x68\x8f\xe9\x70\xf3\xb6\xaa\x43\x4a\x71\xd9\x1c\x6a\xea\xc0\x7b\xae\xd5\x36\x03\x2e\x03\x69\x8d\x0c\xae\xf6\xd6\x29\x79\x84\xce\xb7\xa7\x76\x07\x21\xe5\x1a\x0f\x21\x16\xb7\x33\x65\x85\x39\xc0\xa3\xbd\x7c\xcf\x76\xe4\x6a\x16\xa1\xd0\x7b\xb6\x13\x5b\x2c\x9a\x21\x19\x38\xef\xd1\xb4\x59\x5c\xe8\x25\x70\x13\x8f\xd3\x6a\xb6\xc0\x02\x7c\x91\x20\xd4\x5f\x34\x4d\x87\x72\xf1\x16\xe5\x05\x72\x93\xe6\x9c\x45\xf2\xc6\x2a\x3a\x02\x81\xd8\x16\x1e\x11\x02\xd1\x02\x95\xc0\xc0\xf2\xa5\x1c\x1c\xb7\x3e\x08\x5b\x6e\x36\x82\xb6\xf8\xbe\x11\x0c\xdd\xf6\x4b\x0c\xb6\xb1\xd9\xf8\x78\xd0\x9e\x9e\xe2\x1b\x49\x58\x65\xdd\x5d\xbf\x6d\x93\xf3\x36\x68\x3e\x18\xf9\x1d\xed\x97\x6a\x79\xae\xdf\x31\xfe\x97\x58\xe7\xbd\x3b\x18\x9b\xc1\x4d\x3d\xf0\x73\xfd\x48\x0a\x17\xfd\x72\xad\x3b\xcc\xa5\x71\x3e\x27\x1f\xa2\x11\x38\x72\x6d\xbf\x1b\x80\x07\x96\xfc\x13\xd1\xc5\x05\xda\xf4\x55\x0c\x5c\xe0\x06\x36\x70\xa5\x90\x0f\x5a\xd6\x15\xb0\x83\x5f\x7f\x59\x48\x69\x8c\x0f\x0d\xc8\xc8\xed\x5c\x44\x48\x39\xe3\xc8\x71\x8f\x2c\x6b\x69\x50\xf4\xb2\x5e\xbe\xc4\x90\xc6\x2a\x39\xaf\x98\xec\x9d\x79\x92\xe5\xd5\x12\x8f\x0d\x3e\x2b\x8e\x1c\x0c\x0e\x0e\x34\xbb\x35\x98\x19\x2c\xd4\x27\x31\x19\xea\x13\x81\x7e\x82\xe4\x58\x7c\x9e\xb6\xc1\x29\xf8\xeb\x2f\x07\x44\xd3\xb5\x60\x5a\x89\x38\x0b\xdd\xfb\x40\xae\x9c\xac\xfb\x36\x5b\x85\x07\xf2\xfd\x1a\xb9\x99\x71\x9b\x13\x1d\x66\x73\xb8\x8d\x4c\xcb\xce\xa0\x92\x90\x32\xd6\x65\x70\x4c\xa3\xbc\xaf\x4b\x5a\x8e\xa0\xdd\xe0\x04\xa4\xfc\xc6\x2e\xc5\x86\xc6\x4a\x10\xf2\xe2\x72\x86\xb8\x81\x03\x00\xbe\x19\x2a\xd5\x50\xe2\x7a\xce\x06\x63\xfe\xe2\xa4\x84\x12\x9d\xd9\xcd\x25\xbb\x6a\xb9\x32\x54\xbe\xa4\x1a\x7a\x57\xc4\x8c\x40\xa2\x45\xe1\x02\x79\xd8\xc1\x4f\xc2\x35\xa0\x50\x83\x56\xaf\x50\x61\xc4\xb9\x2e\xce\xae\xa2\x97\x92\xe2\xf0\xd8\x56\xef\xff\x66\x48\xff\x2e\x0e\x20\x5e\xab\xd2\x47\xab\x4d\xdd\xe1\xf9\xd9\xd0\x9b\xb3\x18\x4e\xa5\x75\x94\xfc\x5b\xd6\x49\xc2\x1c\x7b\x77\x7a\xe5\xcf\x32\x3c\x8f\x76\x19\x96\x41\x8f\x8d\x01\xaa\x4b\x02\xa3\xfd\xab\xb8\x0b\x12\xce\xe5\xcd\xf1\x5c\x87\x84\xd7\x1f\x46\x73\x7a\x9e\x2e\xde\x84\xad\xb2\xf6\x65\xd3\x96\xe1\x09\x48\xcb\xee\x70\x9d\x0f\x7f\xa2\x37\xc8\x82\xa2\x5a\xb8\x47\xb7\x24\xe1\x02\x99\x08\xe8\x48\xb9\x8c\xce\xd6\xfc\x75\x2c\xdf\x6e\x70\xd3\x0f\x90\xf1\x68\xc4\x0e\x54\x31\xf6\x6c\xd4\xcf\xf2\x44\x96\x7b\xee\xef\xa9\x7b\xd8\x2f\xd5\x1f\x16\x21\x44\x03\x3d\xc4\x30\x95\xf1\xa1\x2e\x58\x3f\x7b\xe7\x87\x1d\x66\x86\x2d\xee\x7e\x4c\x5e\x23\xee\x0e\xed\x8b\x55\xd5\x2c\xe8\x0d\x38\xea\xa5\xe7\xd0\xe9\x3a\x7a\x8f\xf1\x23\xe9\xd8\xd8\x79\x40\xe5\xc7\x84\x0d\x98\xdf\x65\x80\xd3\x58\x8f\xd0\x9a\xa2\xb2\xe5\x6d\xff\x61\x26\x98\xb1\xe4\x0c\x6e\xab\xd1\xed\x03\xa3\xc3\x88\xe9\xce\xfb\xf1\xb5\x83\xae\xf3\x1e\x47\xe1\x85\xb0\xbd\xa4\x23\x7e\xee\x8e\x5f\xb1\x3b\xdc\xd9\xe0\x51\xbc\x4c\x27\x3f\x8a\x07\xde\x73\x63\x1d\xe1\x81\xdb\xcc\xc3\x3e\x07\xf1\x96\x03\x83\x0d\x42\x46\xf3\xb2\x66\x15\x6f\xf4\x44\x2f\x65\x5c\xc4\x27\x45\x0a\xf6\xca\x3f\x90\x97\x07\x23\x00\x1b\x1b\xa9\x78\xdb\xe4\xdd\xca\x90\xd7\x8f\x5f\xe4\x0b\x6f\x9a\x36\x71\x72\x9f\x69\x32\x1d\x4c\x2a\x85\x3e\x5a\x87\x67\x33\xb0\x44\xba\xe0\xef\x90\x20\x22\x99\xc4\x16\xce\xac\x4c\xc1\xcf\x67\xc4\x69\x24\x82\x5c\xec\x86\xf7\x38\xbc\x94\x7e\x20\xe7\x25\xf4\xc3\x71\xf1\x09\x6d\x4f\xa3\xe0\xc7\xc9\x3b\xb5\x24\x92\x72\x1c\xfb\xbf\xd9\x69\xe6\x3f\x46\xdf\x9c\xed\xee\x61\x9c\x87\x9f\x48\x35\x11\xec\x74\xf4\xef\x93\x44\x53\xa3\x83\x73\xd3\xf1\xd7\x94\xd3\xcb\x84\xbf\x0c\x9c\x0b\xf8\x33\x3f\x41\x6a\xf9\x41\x40\xe7\x3f\x89\x05\xa8\x98\xb4\x21\x72\x0c\xe9\x62\xac\xb0\x95\x5a\xc3\xc7\xe5\x48\x63\x2f\x44\x37\x59\xd3\x08\xd9\x1d\x5d\x18\xb7\xc7\xbc\xca\xb9\xfb\x00\x12\xfb\xde\x95\xa7\x60\xe7\x8f\xd1\xe3\x49\xfc\x01\xd0\x6d\x51\x11\xff\x23\x71\xa9\x4a\x0a\x46\xdc\x04\x55\x3c\x73\xea\x69\x38\x63\x0a\x5f\x8c\xaa\x1d\xb8\x4f\xea\x6c\x5e\x59\x7c\x11\x7f\x3c\x6f\x6c\x07\x1b\x6d\xfb\xd6\x96\x7c\x7d\xf3\x77\x24\x26\xb3\x13\xf8\x9f\xfb\x40\x5a\xcd\x12\xd3\x48\x9a\xc8\x77\xe0\xe1\x71\x5c\xec\x6e\xa9\xac\x12\x3d\x34\xab\xc7\x2a\xba\xeb\xec\x8b\x54\xcb\x43\xf6\x7b\x6e\xc5\x0a\x9e\x90\xf9\x04\x8e\xe5\xf5\x1b\x73\xd6\x12\x32\xd0\x2d\x82\x79\x0d\xbc\x50\x45\x37\x22\x91\xa7\x82\xd2\xa4\xaf\xf0\x9a\xdc\x90\x93\x0b\xf2\xbe\xc0\x36\xe0\x4b\x18\x53\x07\x7f\x64\xa6\xe8\x25\x07\xcf\x44\xd1\x0b\x91\xaa\x43\xd8\x2d\xc5\x34\x1f\xd5\x85\xf5\x47\x35\xfd\xe2\x55\xd7\xb5\x66\x01\x1b\x70\x28\x54\x94\xb4\x35\x06\x7d\x0d\xed\xc1\x26\x89\xc5\x6e\xe4\x7e\x4f\xaf\xbd\xec\x31\x5f\x5c\x2d\x7a\xad\xfa\xe7\x66\x81\x2f\x65\x8f\xd5\x7c\xb8\x70\x26\x6f\x9a\x14\xe0\x03\x55\xfc\x61\xf7\xce\xf9\x03\x52\x55\xb3\xaf\xee\xc2\x96\x76\x37\x54\xb3\x28\xc5\xe2\xde\xc3\x71\x11\xab\xad\xab\xdb\x53\xd6\x31\x9b\xe1\x15\xed\xa2\x26\xbf\x09\xee\x8a\x73\xe6\xc6\xec\x2e\x7e\xf1\x03\x91\x55\x57\xea\x24\x0c\x29\xd7\xf3\x88\xbd\xc1\xeb\x7d\x6e\xd5\xec\xe9\x69\xf1\xa0\x2c\x4e\x1f\xc8\x77\xbb\xe9\xb6\xfc\x7e\xef\xe9\xd3\x67\x27\x08\xc7\xc3\xa7\x0e\xeb\xd2\xc1\xa1\xaa\xed\xf0\xf4\x60\x05\x3a\x41\x54\x61\x1b\x1d\x23\x97\xf2\x84\x0f\x23\x92\x36\x72\xfc\x04\xa1\xaa\xa4\x73\x69\xc6\xeb\xbd\x3f\xdf\x67\x34\x50\x41\x7d\xfd\x6b\xd3\x49\x8f\x3d\x73\x92\xbd\x9d\x16\x7c\xf4\x95\xfb\x90\x5d\x71\xfe\x89\x59\xc4\x25\x18\x16\xb0\xec\xc3\xa3\x0f\xa7\x09\x11\x9b\x77\x95\x8d\x12\x46\x3e\x7b\x72\x5a\xc8\x71\x64\x5f\x3e\x59\xfe\xda\x6c\xb1\xe6\x1c\x03\x33\x81\x8b\x7f\xb4\x23\x7b\x0b\x55\xa7\x4f\x02\x55\x57\x7f\x8b\xee\x0e\x98\x6b\x64\x29\xf8\x79\xf2\xe0\xa9\x4f\x3e\x92\x93\x31\x99\x08\x3d\x35\xe0\xc4\x85\x68\x4a\xd1\xdb\x05\x4d\x2a\x28\xb8\xd1\x70\x23\x67\x27\x0a\xa0\xe3\x80\x1d\x27\x2c\x1f\xec\x7b\xea\xb6\x22\xbb\x13\x64\xa2\xac\x7e\xca\x53\xaa\x70\x8f\x24\xe2\x88\x1a\x8c\x33\x2e\x99\x84\xe0\xbc\x69\x72\x65\x84\xbc\xda\x37\x4d\xf7\x66\x07\xd4\xb8\xbf\x90\xee\xfc\xbd\x96\x3f\x4c\x27\x97\xb5\xeb\x93\x8a\x73\xbe\xcc\xf8\x91\xb6\xc1\x00\xc1\x2d\x67\xd8\x26\xf8\x74\x0e\xe0\xf5\x7e\x4e\x3a\x0e\x21\x89\x2b\x34\x12\xb2\xf9\x10\x5d\x72\xa2\x98\xa2\xe2\xa2\xc1\x9c\xdf\x78\x51\x08\x81\x1d\x5b\x93\xe2\x47\xba\x7b\xbc\x6d\xe2\x63\xc3\x8e\x65\x14\xcf\x11\x48\x93\x4b\x79\xc9\x8c\x1b\xce\xce\xfb\xbb\x4e\xe3\x75\x26\x39\xd2\x47\x96\x78\x30\xec\x90\x1d\x0e\x9c\x62\x5a\xdc\x0f\x9c\x62\x3a\x35\x18\xb8\xba\x6a\xbb\x9d\x47\x77\x53\x9d\xbc\xb8\x15\xd5\xb9\xf4\x54\xb6\x8e\x62\xd4\xa2\x0a\x98\xe2\x20\x54\xc0\x2c\x07\x52\x98\x71\x18\xf2\xb5\x39\x3b\xab\x4c\xad\xf1\x7d\x2c\x7a\x16\x82\x28\xbd\xf6\x01\x40\xbe\x5e\x09\xa7\x1d\x4f\x36\xaa\xcc\x49\xc7\xbc\x42\x72\x27\xc7\x7a\xa3\xda\xeb\x37\xa8\x36\x7f\xcd\x77\x2f\x85\x8a\xb1\xae\x9e\x29\x8f\x74\xd2\xf6\xb4\xc9\x98\xf8\xd7\xe9\x56\x7c\xca\xa7\xb8\xce\x86\xa3\xdd\xa4\x4e\x3e\x15\xe2\x85\xdb\xa6\xe9\xf8\xd5\xf0\x84\x11\xe6\x13\xe4\x12\x73\x91\x63\xbc\xdb\x0c\x74\x83\x58\xce\xf9\xa5\x61\xdf\x98\xfd\x30\x80\x18\xb1\x45\x6b\x60\xb6\x71\xad\x61\xbd\x79\xd3\xeb\xff\x48\x16\x29\xa6\x9f\x1b\xa7\xb0\x6c\xcd\xd6\x25\xbb\x58\xe3\xdf\x2e\xd0\xdd\xaf\x0c\x37\x54\x8e\x17\x01\xea\x7b\xfa\x82\x89\xad\x02\x67\x93\xa3\x7e\xc0\x37\x7b\xee\x91\xed\xf4\x9b\x03\x88\x86\x95\x06\x3c\xaf\x8d\x4b\x91\xad\xef\xe6\x8b\x1e\x2e\x66\x38\x94\x8c\xc4\x08\x28\x16\x60\x7d\xf6\xe7\x46\xde\x87\x37\x71\xdb\x71\x24\xc3\x92\x88\x67\x8d\xbe\x56\xe4\x81\xc4\x85\x8f\x2b\xd5\x8b\xdb\x1b\x65\x09\xc8\xeb\x46\xbb\xa6\xd6\x88\xdc\xfc\x36\x7c\x5c\x05\xe3\x86\x29\x6b\x11\x55\x7b\xe0\x22\x97\xfd\xdb\x3f\x07\xda\xac\x70\x0a\xd8\xe2\x31\xfd\x5d\xdc\xf9\x10\x0a\xee\x72\xc1\x87\x1f\x8d\xb4\x41\x0e\x66\xd3\x6f\x38\xac\xdb\xec\x34\xbf\x3b\x34\x7b\x8a\x9f\x39\x8f\x7a\x30\x59\xb2\x4e\x5d\x85\x49\xdc\xd4\x91\xf5\x7d\xa0\xe6\x32\xef\xc4\xfa\xad\x2e\x17\x6e\xa7\x1f\x7a\x57\x1e\x7b\x60\xc7\xa1\x6e\x24\xf5\x84\x8f\x43\xe9\x22\x94\x65\xb2\x53\x28\x20\xac\x7c\x32\x38\xb5\x50\x62\x6d\xc5\x07\xf7\xf4\xf4\xc9\x90\x7c\x84\x72\xc7\x2d\xdd\xe1\x7c\x04\x27\x30\x8b\x55\xab\x4f\xff\xf5\x49\xe4\x95\x64\x3e\x8a\x1a\xd2\xce\x7c\x99\xec\x81\x7c\xf5\x5d\xc9\x8b\xa4\xc5\x2d\xfb\xc7\xca\x74\xfa\x93\x5b\x05\x88\xd5\xc5\xad\xce\x94\x8b\x5b\x1f\xc5\xe4\xd8\x50\x2c\x2d\x01\xee\x44\xad\x55\xb5\x6d\xe8\x7d\xa2\x71\xc0\x79\x7d\xa7\x46\x36\xda\xe7\x60\xf6\xe9\xa6\xba\x42\x3b\xce\x3a\x04\x4f\x24\x04\xcf\x53\x4d\xc7\x0a\x05\x9a\x29\x79\x13\xc3\xad\x94\xb1\x43\x6e\xd2\x18\xcc\xcd\xcd\xc5\x47\x46\xde\x5e\x70\x41\xe3\xbe\xd9\xeb\x70\x70\x56\x81\xe2\xca\xc3\x93\xee\x21\x4a\x0a\x54\x8d\xaf\x48\xe5\x85\x92\x64\xe9\xb4\x60\x51\xf3\x9e\xd0\x12\x63\xe7\xb8\x6c\x75\xd9\x29\x08\x6b\x0c\xf8\xbb\x09\x27\x63\xa5\xda\xf8\x38\xf8\xde\x84\x75\x5c\xaa\x6d\xb7\x3c\x57\x11\xd3\x58\xa2\xd6\x81\x15\x00\x14\xaa\xef\x2e\x3b\x4e\xd6\x82\x91\xd1\xf3\x8a\x1c\x59\x38\x9f\x0b\x65\xa9\xc0\xa4\x0f\xd5\xaa\x8f\x2f\x0d\xab\xbb\x20\xda\x46\xad\x4e\x48\x94\xc5\xc3\xe6\xb8\x29\x67\x84\x19\xf6\xe2\x72\x46\x09\x0a\x3d\xdb\xbf\x5d\x57\x2e\x15\xd2\x38\x0e\xfd\xb1\xd7\x3d\x8c\xa4\xeb\x15\x5e\x55\x86\x7c\x35\x09\x02\xe1\x68\x70\x8e\x14\xb2\x29\xc0\xe5\x8a\xe8\x25\x09\xd4\xea\x06\x2e\xc0\x5d\xa0\x17\x37\x30\xee\x03\x68\xe2\x06\x46\xbc\x07\xeb\xe9\xe9\xfa\x18\x9f\xa7\xd4\x3f\x7c\x33\x48\x05\xb7\xe7\x70\xf2\x9a\x68\xa7\xbf\xf9\xea\xc9\x77\x59\xcd\x71\x12\x22\x85\x07\x69\x8f\x94\x1f\x20\x33\x64\x86\x20\x02\x4f\x82\x6d\x30\x40\x44\x14\x9e\xcf\xa4\x47\x13\x5f\x7b\x8e\xd7\x33\x2c\x0d\xd5\x11\x25\xc8\x64\xaf\xa2\xe4\x3e\xc3\xf6\x4a\x32\xcf\xd1\x3b\x71\xc4\xff\x7f\x5a\xdc\xbe\x1c\x76\x6a\x31\x4e\xfc\xe4\x60\x6b\xed\xb2\x73\xca\x40\xca\xf5\x36\xf5\x0c\x18\x5d\xf6\xb2\x4f\xec\x76\x36\xbe\x43\x5c\x71\x44\x5d\x25\xe5\x6c\xb1\x74\xbe\xae\x78\xb8\x9d\x75\x78\xbc\x3f\xae\xaf\x4a\x38\x6f\x18\x43\x12\x37\x90\x8f\xc6\xa6\x75\xc9\xbd\xe0\x12\x9d\x5b\xe3\xca\xfc\x95\xd2\xde\xe4\x33\xa9\xd3\x9a\x40\x75\xf8\x42\xc6\xe3\xaf\x5a\xc0\x8f\x2e\xe2\x1e\x34\x3b\x7c\x7b\x6e\xd9\x9a\x8b\x74\xee\x11\x0f\x23\x75\x41\x30\xb8\x34\xa8\x91\x71\xb5\xeb\x86\x88\x05\x89\x17\x31\xde\xb8\x8a\x43\xda\xdf\x17\xb6\x36\xba\x24\x9d\xcc\x21\x40\xc1\x89\x37\x22\xfb\x9e\xc2\x89\x07\x84\x1d\x65\xcf\x85\x80\x21\x9d\xe1\x26\xb3\xfd\xff\x86\x3d\x0b\x4f\x49\x58\xdf\xd8\x35\x59\x2d\x3d\x50\xd9\xd4\xf9\xf5\x97\x64\x6e\x54\x23\x50\x75\x8b\xae\xcc\x19\x3b\x58\xf8\x55\xa7\x34\xea\xbc\xeb\xb6\x36\xce\x2c\xf6\xcd\xb3\x67\x27\xa7\xd9\x62\xa2\x4e\x78\x52\xe8\x5c\x94\x70\xae\x69\xa7\x5b\x43\x66\x70\x07\xbf\x07\x94\x10\xf0\x10\xcd\x73\x95\xe5\xc2\x9d\x3d\x21\x9b\x87\x91\x34\x82\x83\xeb\x63\xd5\x72\x7c\x66\x44\x4e\xbe\x96\x4f\x31\xfb\x2d\x43\x0f\xd9\xee\xf1\x49\x60\x13\x62\x47\x86\x0d\x98\xe7\x76\x2e\xde\xd3\x65\x0b\xd7\xe9\x97\xf0\x3f\xe7\x06\xeb\xbd\xbf\x73\x15\xb2\xfb\x6c\x01\xbf\x4b\x38\xdc\x33\x98\xe7\x19\x1a\x87\x7d\x7d\xf7\x0a\x3a\x59\xc3\x6d\x6e\x43\x76\xd5\xfc\x5b\xea\x51\x52\xac\x03\x55\xf5\xcf\x7a\xd9\x7b\x6f\x1c\x92\x89\x30\x2d\x26\x65\x30\x8f\x3b\x6c\xc4\x2d\xb0\x5d\x50\x72\x7f\x4a\xa2\x49\x1f\xc3\x62\xb2\xe7\xf0\xdc\x5a\x90\xb1\x07\x2c\x78\x45\xa9\xcd\x0e\x0f\x1e\xc9\x6c\x54\xc7\xf9\xcf\x3b\xb7\x74\x79\xee\x09\x19\xfa\x03\x2e\xf5\xae\x01\xa5\x7a\x29\x41\x2e\x02\xf2\x29\x79\x46\x4e\x39\x7e\x25\xaa\xae\x0a\xac\xb1\xff\x45\x59\xdf\x0e\x2f\xfc\xd4\x37\xde\x4f\x01\xa4\xf5\x25\x45\x74\x03\x5d\x14\x6b\x04\xb9\xb3\xf9\x1a\x30\xef\x50\x87\x53\x58\x70\xe2\x58\x23\xf5\x99\x6d\x73\xd5\x4d\xcd\x82\x18\x37\xa2\xa8\x82\x6d\x48\x37\x8f\x76\xb0\xa8\x99\x8a\x46\x21\xed\x08\xb7\x42\x5d\x86\x64\x65\x72\x73\x6a\xf2\x9a\x38\x9b\xc4\xc3\x35\x32\x96\x87\xe5\x45\xdc\x7b\xfc\x69\xfe\x71\x12\xb3\x11\xaf\x35\xda\x67\xf7\xb5\xd9\xce\xbe\xdb\x4e\x07\x53\x15\xf5\xc6\xe8\x8e\xdd\xe8\xf6\x3c\xf9\x91\xf7\xe3\x85\xcb\x60\x40\x16\x46\x17\x02\xa2\x52\x83\x72\x92\xa1\xed\x36\x3d\xcf\x3e\x69\x75\xed\x5f\x96\xc1\xeb\x17\x0e\xd9\x32\x6b\x16\xbd\xd0\xfb\x71\xfa\x42\x6f\x78\xab\xf8\xf7\xfc\xe8\xfb\x27\xfc\xe8\xfb\xc4\xbf\x26\x0f\xbd\xc2\x54\x96\x6a\x3c\x39\x60\xcf\xf9\x77\xd4\x26\x7f\xf6\xd8\xb6\xcb\x7b\x79\xa7\x69\x68\x4e\xd6\x02\xeb\xfd\x8b\x1b\x9c\x21\xc1\x0f\xf6\xff\x14\x38\xf3\x0b\x15\xbd\x2f\x10\xc1\xe2\x1e\xdb\xc6\xee\x31\x54\x7e\x17\x3d\x5d\xcf\xaf\x7d\x4a\x47\x78\x69\x96\xbb\xdf\xdc\x87\x3c\x25\x2c\x9d\xa4\x0f\x08\xef\x5f\xb7\xbf\x7d\x4e\xbc\xba\xf4\xd9\xe9\xb0\xe1\x07\x5e\xc4\x8d\xbb\x96\x37\xa5\x0f\xac\x36\xed\x58\x9e\x38\xfd\xa7\xfa\x15\x08\x64\x1d\x0f\x01\xf1\xcf\x4c\x1d\xf0\x0d\x5d\x17\x05\xca\x4e\x27\x4c\xcc\x84\x0b\x31\x09\x31\x28\xe6\xfd\x20\x3d\xf2\xb0\xee\x4f\xc9\x5b\xd6\xff\xc4\x84\xfd\x33\x02\x74\x44\xd8\x5e\x7f\x91\xd9\xff\xe5\xd0\xf9\x13\x97\xbd\xd3\x33\x76\x9a\x29\x21\x67\xa7\x56\xb3\x08\x02\x98\x6d\x29\x99\x13\x1d\x2e\x7b\xeb\xbe\x9f\x4e\x9a\x20\x6e\xe4\x64\x45\xc7\xda\xbd\xdf\x4e\x2f\x6b\x27\xcf\xc5\x73\xf0\xf2\xed\xf8\x71\x6f\x20\x4f\x5d\xd3\x54\x2f\x26\x6a\xd5\xcc\x54\xb7\x05\x7e\x6f\xff\xcb\xe4\xac\x6d\x36\x14\x3e\xee\xde\xfe\x45\xcf\xcb\xeb\x5f\x91\x80\xbf\x9c\x71\x1c\xf9\xc7\x76\xf6\xb1\x24\xa8\x36\xf8\xbe\xdf\xc7\x1b\xf8\x0d\xd2\x2b\xfa\xd6\xd1\xef\x73\x2c\xef\x7a\x4c\x85\x82\x3f\x4b\xf8\xc9\x79\x82\xf0\xd7\x4b\xf8\x55\x6b\x7a\x7c\x99\x3f\xc0\x4d\x8a\xed\xf7\xaf\x81\xe9\xe3\xf6\x57\xf0\x1b\x06\xa2\x62\xab\x81\x59\x29\xe9\xed\x7d\x97\x13\x9b\x1f\xed\xad\xd1\x28\x87\x9f\x79\x64\xfe\x7c\xde\x80\xb4\x44\x75\x71\x78\x45\xdf\x4a\x75\xc5\x4f\xf7\xb3\xdb\x04\xbe\xf3\x88\x91\x79\xf8\x49\xe6\xc1\x5f\x61\x1e\xdd\x39\xf7\x88\x73\x01\x06\x01\xbf\x5e\x69\xc5\x3d\xc2\x84\xe8\x43\xab\x5e\xce\xdd\xa4\xdc\x8c\xe8\xa3\x9b\x92\x9b\x0f\xc0\x17\x38\xed\x2d\x3e\x23\xf6\x62\xe2\x1e\xbc\x74\x2f\x5d\x3e\xd2\x97\xba\x5a\xa2\x19\x4c\x82\x25\xae\xdf\x68\xe3\x3c\x44\xc2\xab\x73\x50\x41\x5e\x1d\xea\x57\xd7\x6f\x5c\x1a\x22\x4c\x36\x33\x9d\xb8\xa7\x75\x4d\xbd\xed\x45\x63\x4a\xb9\x1c\x7b\xeb\xfa\xc4\xe0\xed\xf8\x5d\x9b\xac\x8f\xe9\x84\xd4\xb5\x80\x04\xf3\x05\x70\x8d\x7f\x20\xaf\x7c\x38\x36\x94\xbc\xfa\xce\x9f\xfe\x44\xaf\xb0\x9b\x9d\xfe\xf3\x9f\x8b\xa7\x5f\x7c\x44\xf2\x1f\x0b\x02\xc5\xc6\x39\x45\x35\x2e\xf1\x4b\x23\x0d\x7b\x6c\xb8\x51\x3f\xff\x21\x69\x8b\x69\x95\x28\xd0\x92\x7c\x76\x24\xd0\xd2\xe5\xae\xfb\xbf\x01\x00\x00\xff\xff\x78\xfc\xa9\x9f\xab\xd7\x00\x00")
func confLocaleLocale_lvLvIniBytes() ([]byte, error) {
return bindataRead(
@@ -4437,12 +4458,12 @@ func confLocaleLocale_lvLvIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 52635, mode: os.FileMode(493), modTime: time.Unix(1453724982, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 55211, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_nlNlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\xbd\x5b\x8e\x1b\x49\xb2\x26\xfc\xce\x55\x84\xd4\xd0\x2f\x09\xc8\xa4\x4e\x75\x9d\x1f\x73\x50\x28\xaa\x46\x52\xaa\x24\x9d\xd2\x25\x8f\x52\x52\x61\xba\x20\xb0\x82\x0c\x27\x19\xc9\x60\x04\x3b\x2e\xa4\x32\x1b\xbd\x83\x59\xc0\x6c\x61\x70\x1e\x66\x03\xf3\xd6\x3b\x99\x95\x8c\x7d\x66\xe6\xb7\x88\xc8\x94\xba\xfb\x61\x0a\x28\x25\xc3\xdd\xfc\x6e\x6e\x6e\x37\x37\x4f\xf7\xfb\x79\x66\x9a\xe5\xec\xb9\x29\x13\x63\xca\x43\xd5\x65\xf9\xda\x24\xd7\xa6\x58\xad\xcd\xa6\x6a\x5a\x93\xbc\xc8\xdb\xa4\x31\xf5\x21\x5f\x9a\x64\x4d\xb0\x9b\xda\x1c\x08\x3a\x2f\x93\x17\xd5\x64\xb2\xa9\x76\x66\xf6\x92\xfe\x99\x64\x69\xb3\x59\x54\x69\x9d\xcd\xce\xec\xaf\x89\xf9\xb2\x2f\xaa\xda\xcc\x3e\x99\x7a\x6b\xca\xd2\x94\x93\x8d\x29\xf6\xb3\x97\xf4\xcf\xa4\xc9\xd7\xe5\x3c\x2f\x67\xaf\xca\xa2\x5a\xaf\x29\x8b\x13\xaa\xae\x9d\x3d\x59\xed\x4c\x91\xd9\x94\x6e\x3f\x7b\x92\x96\x9a\x52\x9b\x75\x4e\x9d\xaa\x67\xef\xf9\x47\x6d\x4c\x3d\x39\x9a\x45\x93\xb7\x66\xf6\xab\xfc\x9d\x1c\x4c\xdd\xe4\x55\x89\x46\x9b\xdc\x4c\xf6\xe9\xda\xcc\xce\xd3\x75\x5e\xa6\x93\xd6\xec\xf6\x45\x4a\xb0\x17\x97\xe9\xa2\xa8\xaa\x72\x52\xa4\xe5\xba\x03\xc4\x87\x34\x2d\x26\xcb\xda\x50\xee\xbc\x34\xc7\xd9\xb3\xda\xfc\xed\x3f\x6b\x53\x4e\xa7\xd3\x49\x47\xe3\x9f\xef\xeb\x6a\x95\x17\x66\x9e\x96\xd9\x7c\x87\x41\xbd\x30\x8b\xba\xcb\xb7\xd4\x0a\x67\x99\x22\xa1\x69\xd9\xa1\x47\xe8\xb7\xc9\x68\x70\xf3\xb4\x41\xe7\xd7\x06\xdd\x4f\xd2\xa2\x99\x70\x5d\x65\xba\x0b\x8b\x97\x69\xba\x9b\x98\x5d\x9a\x17\xb3\xe7\xa7\xf8\x43\x7d\x6e\x9a\x63\x45\x53\xf9\x6b\xba\xdc\xb4\xed\xb1\xa2\xdf\x34\xf6\x79\x7b\xb5\xe7\xc9\xcc\x57\xf9\x32\x6d\x69\x70\xcb\x74\xdf\x2e\x37\xe9\xec\xd9\x93\xf3\x0f\xcf\x5e\x3e\x99\x10\xd0\xbe\xa2\x59\xa8\xea\x2b\x9a\x22\xfd\x49\x70\x55\xbd\x4e\xcb\xfc\x9a\xca\xd0\xc4\xbc\xe3\x8f\x86\x2b\xd8\xe5\x75\x5d\xd5\xb3\x8b\x7d\x6e\xd6\xa6\x98\xd0\xc8\xe7\xa8\x62\xf6\x36\x37\xdd\xd1\x24\x75\x50\x07\xf2\x76\xf9\xba\xc6\xfc\x69\xb6\x7c\xba\x3c\xae\x4a\xb3\x7e\xa9\xf6\x9a\xbe\xaa\xea\xad\x4d\x3d\xd0\xef\xc4\x75\xec\x8a\xf3\xa9\x6f\x36\xbb\x0a\x7b\x96\x96\xb4\x2e\x9c\xfb\xd4\x6c\x68\x5a\xc3\xdc\x66\x92\x66\x3b\x9a\xdf\x7d\x5a\x9a\x62\xf6\x04\xbf\xf1\x93\x46\x90\x2e\x97\x55\x57\xb6\xf3\xc6\xb4\x6d\x5e\xae\x69\xfe\x25\x21\x2f\x09\x6f\x8a\x82\x92\x80\x58\x36\xf3\x55\x98\x7a\x55\x75\x6e\x99\x67\x1f\x8f\x89\x2e\xab\xa4\xbb\x22\x94\x11\xd5\x85\x31\x34\xf3\x95\x31\x99\x8c\xa2\xc1\xcf\xc9\xbe\x2b\x0a\x9a\xc9\x3f\x77\xa6\x69\x9b\xd9\x39\x7d\x9d\xa6\x69\x79\xa8\x53\x14\xc9\x9b\x86\xd2\x67\xbf\x1c\x29\x13\x63\xa1\x65\x2c\x97\x18\x47\x59\x76\x05\x10\x68\xf2\x5b\x63\xd2\x7a\xb9\xf9\x3c\x91\xbf\xb3\x3f\x55\x66\x2b\xb8\x18\x2c\xf0\xbb\x7d\x53\xa4\x6b\x42\xe8\xb4\x6d\x18\xaf\x3c\x4e\x49\x13\xb3\xf3\xba\x5a\x50\x85\xbb\xc9\xb2\xca\xcc\xec\x19\xfd\x43\x55\xa3\xf7\x69\x51\x7c\x9e\xe8\x0f\x9e\x04\xfa\xcb\xb3\xde\xe6\x2d\x0d\x3e\x48\xa1\x1f\xfb\x3d\x21\xf6\x81\x70\x30\xc9\x0c\x51\x89\x1a\x54\x61\xcb\x0b\xb2\xa7\xdc\xba\xa5\x11\x65\xd5\x92\x5a\x9d\x63\x77\x53\x37\x9e\x14\x4d\xd2\x11\xb1\xe0\xce\x24\xbb\x34\xdd\xb6\x44\x2c\xd6\x4d\xb2\xc8\x41\x04\x92\x33\x86\x3e\x49\xa8\x6b\x4d\x92\xa5\x25\xea\xfd\x31\x4d\xa8\xae\xb5\x69\x67\x77\xe7\x0b\xda\x95\xdb\xbb\x09\x51\x9a\xd5\xec\xee\xbd\xe6\xee\xe3\x3a\xa7\x6d\x50\xe4\x97\x54\xf8\xc7\x47\xe9\x63\xee\x4c\x96\xb6\xd4\x48\x6e\xda\x26\xa1\x1d\x4f\xbb\xd2\xd0\x6e\xa5\x2e\x51\x65\xd7\x26\xd9\xf3\x86\xbf\x33\xc1\x12\x10\x51\x98\x67\x0b\x21\x74\xdc\x0d\x82\x37\x44\x3d\x92\x37\x57\x17\xff\xf1\xfa\x24\x39\x27\x3a\xb7\xae\x0d\xff\xbe\xf8\x0f\x82\xfe\x3e\xa9\x56\xc9\x87\xfc\xec\xe9\x74\x42\xe5\x64\x4a\xce\xd2\x36\x5d\xa4\x8d\x89\x17\x1f\xd9\xd8\x93\x36\xf7\x14\x5f\x13\x10\x4e\x22\x8a\x4d\xdb\x5b\x15\xd9\xe9\xf1\xe6\x96\xbd\x4d\xf5\x30\x51\x70\xad\x30\x24\xa5\xea\x8c\x6a\x15\xc9\xab\xb2\xac\xce\x9e\x12\xa1\xa1\xd1\xd1\xf6\x33\x34\x05\xed\xea\xdf\xe6\xd4\x15\x9a\x82\x62\xbe\xcc\x93\x6d\x5a\xd3\x74\x53\x5b\x94\xc7\x6b\xc6\x83\x9c\x4e\x9a\xa6\x20\xb2\x45\x58\x70\x71\xf1\xfa\x94\x7e\x74\x0d\x75\xa4\xdd\x10\x65\xcc\x26\xcd\x9f\x0b\xcc\x91\xb6\xf5\x92\x4a\x2e\xb0\xee\x65\xd6\xec\xd3\x2c\x39\xc8\x02\x51\x2d\xe1\xd4\xd0\xba\xa1\xab\xe5\x76\x3a\x31\x75\x3d\x27\xc2\xda\x5e\x61\x96\xb9\xd2\x9b\x60\x51\xdd\x2e\x5d\x27\x25\x2d\x1b\x56\x7f\x2d\x85\xf3\xf2\x90\x16\x79\x46\x33\x6d\xe7\x21\x2a\xc5\x93\x21\x65\x5a\x6c\x83\x26\xd9\x76\x8c\x47\x77\xa7\x77\x41\x73\xef\x9e\xde\x9d\x4e\xca\x6a\x2e\x24\x01\xf4\x39\x23\x2a\x41\x88\x3f\x97\xe3\xa2\x16\xb2\xf7\xef\x06\xe5\x5a\xa9\x28\x03\x6d\xb3\x99\x26\x21\x1c\xa1\xba\x13\x3a\xdd\xd2\xad\x29\xa8\xce\xeb\x0a\x08\x85\x33\x91\xe6\x02\xd4\x87\xbe\x9a\x44\x89\x4b\x38\x64\x4b\x87\x74\x4d\x9f\x5a\xe0\xe4\xe8\x56\x97\xd6\xa4\xf4\x43\x4e\xae\x09\x8f\xa7\x93\x89\x5d\x33\x41\xaf\x0f\x95\x41\x1d\x84\x55\x74\x4c\xe0\xbc\x28\x7b\x98\x86\xa3\x9a\xa7\xe6\xc9\x7e\x5f\x08\xf5\x67\x1c\xb1\xe9\x76\xf5\xce\x99\x1c\x24\x9b\x9c\xba\x70\x19\x51\x54\x9e\x45\x3a\xb6\xd7\x75\x45\x43\x2d\x88\x9e\xd1\x90\xee\x30\x41\x91\x55\x0b\x0e\x0c\xda\xaa\x69\x93\xd3\xe6\xcc\x6b\xb3\x14\xf2\xef\xe0\xfc\x2e\x2f\x30\x89\xbb\x4a\x99\x84\x3a\x2c\x8e\xc9\x10\x2e\x81\xb7\xa3\xaf\x87\x76\x28\x71\x11\x05\xd3\xc1\xba\xa3\xe3\x1d\x3b\xe4\x63\xde\x1e\x2a\xec\xdf\xcc\x58\xb2\x61\x77\x8b\x85\xb1\xad\x9e\xa1\x3a\x07\x93\xec\x2a\x60\x45\x65\x68\x94\xeb\x64\x63\x16\x0b\x6a\xb4\xad\x78\x7d\xd7\x71\x9f\xc2\x3e\xe0\xa0\x46\x41\xa6\x06\x8a\x4c\x9e\x94\xd1\x11\x5c\xce\xce\x88\xa7\xc9\xed\x97\x6b\x9c\xaa\xa4\xf5\x5d\xb5\x34\xb0\x43\x51\x99\x4c\xe8\x4d\x72\x71\xf1\x32\xd9\x82\x9f\x48\x3e\xbe\x7f\xdd\xd0\x5e\xdb\xcc\xf7\x55\xdd\xd2\x5e\x7b\x79\xba\x27\x14\x68\x5d\x92\xad\xe9\x6d\xb7\xdb\x51\xf7\x75\x6f\x31\x0c\x75\x90\x10\xf1\x88\xca\x4e\xc1\x70\x51\xb6\x8e\xb3\x25\x52\x49\xab\x4a\x00\x8a\x42\xd5\xce\xb6\xba\xea\xca\xe5\x18\x02\x4f\x27\xc4\x37\xec\xa5\x17\x2f\x3f\x7c\x38\xd7\x6e\xb8\x44\x87\x2e\x48\x2e\xa5\x33\xc7\x34\xad\x69\x78\x2d\x0e\x3e\x3a\xd7\x77\xbb\x14\x3b\xaf\x4e\x8a\x8e\x79\x2e\x42\x7b\x20\x5b\x57\x17\x01\x0e\x62\xc0\x36\xf9\x6b\xb3\x84\x7e\x3c\xc2\x3f\x17\x3a\x59\x54\xa6\xc1\x5a\x50\x1e\xff\xc4\x04\x30\xc6\x24\xcc\x0d\x59\x24\xb2\xb3\x30\x99\x54\x7b\xec\x64\xb7\x69\xde\xf1\x27\x0d\x37\xde\x2a\x5c\x58\x41\x84\xa1\x72\x0c\x6c\xcc\x05\xec\x68\x32\x98\x56\x5f\xbc\xf9\x70\x9e\xe0\x97\xa4\xad\xea\x6a\x47\x5c\xe8\x35\xf0\xb1\xf6\x49\x76\x7c\xcf\xb9\xca\x54\xf3\x4f\x92\xf7\x3f\x3f\x4b\xfe\xff\xef\xff\xf8\xc7\x69\x82\x91\x63\xb3\xaf\xcd\x11\xe3\x03\xf5\x90\x91\xa4\x59\x4d\x9b\x02\x3b\x1f\x34\x11\x73\x7c\xf7\x2d\x61\xf7\xdd\x1f\x39\xfb\xbf\x9a\x2f\x29\x31\xa6\x66\xba\xac\x76\x8f\x13\xe2\x97\xe8\xc8\xa4\xd9\x46\x16\x21\x3e\xef\x10\xdb\x9b\xc4\xc8\x80\x1e\xf5\xf7\x89\x02\x8f\x1d\x2e\x96\x69\x9e\x2f\xab\x72\x95\xd7\x34\x34\x42\x99\x03\x0e\xf0\x90\x04\x72\x4f\x1a\xae\x67\x5e\x56\x6d\xbe\xba\xf2\x70\xd2\x28\xa7\xca\xb2\x13\x8e\x33\x86\xce\x75\x62\x75\xb6\x2f\x04\x6d\x69\xd8\x72\x1e\x27\x17\x92\xdd\x9c\x46\x13\x5f\xad\x56\xf4\xcb\xc8\x79\xf4\x6e\xb5\x4a\x0a\x3e\xcd\x70\x28\x61\x85\x2c\x0e\x47\x70\x84\xb5\x7b\x12\x05\x2e\x24\x33\x79\x76\xf6\x96\x71\x9e\xd0\x85\xb0\x35\xeb\xb0\x09\xb8\x82\x13\xa2\x9f\x84\x10\x7a\x80\x51\x4f\x14\x89\x8a\x6a\x4b\x1c\x7e\x92\x82\x1b\x5f\x50\x7d\xb4\x43\xec\x29\x41\xb8\x7e\xa0\xa3\x86\x4e\x59\xfd\x61\xbb\x8d\x16\x7c\x6f\xfa\xe0\xbd\x1e\xb9\xc2\x7e\xf4\x8b\xba\x62\xd2\x42\xd5\x68\xb7\x04\xc4\x91\xc7\x0c\x07\xb4\x5f\x48\xfa\xf9\xb7\xff\x4d\x12\x13\x9d\x92\x84\x25\x8c\x2d\x3c\x0a\xda\x84\x99\xef\x6e\x74\xa8\xd9\xd6\x21\xb1\xf5\x0e\xb4\xd1\x02\xbd\x4e\x8f\x14\x93\x9e\x62\x10\x38\xd9\x1c\x79\xd4\xa3\xaf\xa1\xf3\x1b\x9c\xe8\x84\x8e\x13\xd4\x6d\x05\x90\x57\x7e\xd9\x92\x67\x92\xd6\x03\xd1\x96\x3f\x31\xef\x95\x68\x62\xc2\x07\x3f\x37\xcd\xcc\x0a\xfa\x73\x1a\x76\xe8\x90\x96\x7e\x82\xa6\xc2\xce\x91\x20\xa4\xc2\xe3\xfc\x90\x93\xa8\x66\x07\xa3\x6c\x9d\xc1\x22\x43\xe0\xc2\x61\x4a\x94\x52\x58\xc1\xfb\x0d\xe8\xe3\x75\xce\x87\xd2\x68\x3d\xda\xc1\x27\x32\x7a\x60\x2a\x09\xa6\xd1\x81\x64\xe7\xc2\xd5\xb8\x30\xdb\xfc\x92\xa6\xe3\x84\x7e\x5d\x83\x45\xf7\x30\x3a\x89\x54\x9e\x6a\xc9\xcb\x47\xe1\xa0\x5c\x79\x74\x67\xaa\xa2\x8c\x0a\x18\xc2\xa6\x7e\x24\x6a\x04\x02\xca\x5c\x03\xb1\x79\x46\xe4\x73\x59\x13\x57\x8f\xae\x09\x06\xc6\xab\x72\x92\x64\xd1\xd9\x48\x65\x5f\x9d\xcd\xbe\x4b\xb6\x75\x7e\xb9\x6e\x93\xb4\x6b\xe9\x34\x6b\x73\x5a\xa9\xb8\x22\x3a\x17\x37\xad\xef\x89\x97\x01\xec\x8e\x0d\x78\x20\x6d\x53\x41\xc7\x24\xd9\x1e\x47\x14\x10\x22\xa5\x3f\x3e\x4f\x44\x59\x13\x71\x4b\x5a\x5e\xe4\x61\xcf\x4e\xa9\x64\xac\x32\xcb\x7c\x5d\xa9\xf4\xc6\xf3\x5c\xf3\x49\x4e\xe2\x7d\xd3\xce\xe9\xd8\x9f\xaf\x40\x0c\xb3\xd9\x0b\x3e\x14\x1b\x9d\x46\x5a\xcf\x6e\xdb\xfe\x90\xdc\x27\x88\xfb\x09\x91\x5a\x92\x30\xb3\x2a\xb9\x77\x50\xfe\xf7\x7b\x90\xbd\x39\xed\xd0\xbc\x00\xde\x42\xd0\x63\x55\x02\xed\xe3\xdc\x64\x28\x0f\xf9\x02\x3b\x9b\x26\xa6\x2b\x81\x5d\x8c\xb3\xca\xec\xd2\xe4\x57\xc7\x92\x37\x2f\xad\x02\x91\xae\x7c\x99\xff\xed\x3f\x41\x8a\x68\xad\x09\xd7\x6c\x65\xc0\xe8\x7b\x44\xa6\x2c\x1b\xba\xae\x16\x5d\x5e\x64\x9a\x3d\x9d\x58\x66\x98\x58\x61\x45\x09\xf4\x24\x1b\x13\x3f\x84\x44\x70\x45\xcb\xaa\x06\x77\xf3\x03\x86\x63\x6b\x18\xe5\xec\x94\xb1\x03\x27\x4e\x7f\x06\x65\x1d\xbb\x85\xb9\x20\x64\x21\xd9\xf3\x8c\xc9\xc2\x90\x3f\x73\xe5\x29\x71\xd3\xe5\x59\xbe\xf6\x79\x54\x57\x93\x9c\x3e\xa6\x7f\x27\x4d\x7a\x30\x72\xf2\xac\xed\xba\xfc\x22\x5c\x8f\x24\x76\x82\xcb\x5c\x53\x05\x89\x36\x2d\xa3\x51\x44\xbb\x03\x53\xc1\x09\xa7\x37\xcc\xc3\x1a\xfb\x7e\xad\x15\x08\xaa\x34\xdd\x92\x4e\xa0\x66\xf6\xab\x29\xb6\xd5\xee\x4e\xf2\x6b\x7e\x29\x05\x0e\x84\x5c\xdd\x3a\x4b\x44\x92\xe4\xb5\x64\x86\x50\x78\x97\xb5\xd9\x56\xd7\xd8\x53\x74\x02\x16\x09\x9d\xce\xd7\xb9\x1c\x6d\x60\x2f\xb1\x71\x49\x6e\xff\x0d\xea\xaf\xcf\x93\x4e\x18\xf0\xaa\xc8\x06\xd2\x1e\x08\xb9\x89\x95\x3a\x16\x30\xd8\x18\xcd\x31\xa7\x99\x9e\x3b\x15\x1a\xe6\xab\x35\x5f\xda\xd9\xaf\x24\xc7\x83\xb2\x11\x94\x10\x0d\xcd\x98\xec\xae\x78\x79\x9b\xd9\x1b\x8c\x24\x64\xbd\x69\x97\x91\xe4\xbe\xa8\x30\xad\x07\xa3\x50\x2f\x4c\x66\xa0\x41\x8b\x21\xa9\x12\x92\x0f\xb4\x8e\x48\xbb\x42\x39\xa2\xce\xd1\x4c\xfd\x98\x30\x9d\x64\x9d\xdf\x53\x26\x7d\x58\x60\x55\x67\x4c\x69\x95\x58\x53\x22\x2d\xbe\x2a\xc1\xcb\x46\xcd\x4d\x7e\x53\x7d\xe0\x67\xd1\x62\x44\x02\x07\xe5\x12\x7d\xda\x7c\x0e\x74\x70\x73\xa5\x35\xb3\x37\x69\xba\xc5\xf2\x52\x85\x96\xe4\x11\x96\x78\xbe\x66\x63\xf6\xe0\x7d\x76\xcd\x9a\x84\x57\xac\x5d\x47\xe4\x57\xe8\xa5\x80\xff\x94\xbc\x81\x02\xae\x4b\xca\x0e\x25\xef\x4c\x9a\x6a\x99\xa7\xc5\xfc\xef\xa9\xe1\x97\x6a\xbf\xa7\xa5\x28\xbb\x3b\xbd\x83\x55\x74\x83\x24\x0c\xce\x2e\x68\x23\x5d\x9d\x44\x5c\x15\xed\x11\xda\x3c\xac\x37\xc5\x19\x95\x4d\x93\xb7\xc6\xec\x80\xfa\x6d\xba\x04\xc2\x33\x95\xce\x8c\xa7\xb0\x2a\x13\x90\x94\x03\x6d\x66\xff\xd8\x47\x27\x41\x18\xb5\xa9\x85\x39\x40\x87\xb4\x66\x62\x94\x96\x51\xd3\x7b\xcf\x2d\x0e\x7a\x41\x73\xb7\x33\xbb\x05\x6a\x23\x0e\xac\x6c\x37\x55\x47\x92\x79\x7e\x39\x21\xe6\x73\x4d\x3b\x7f\x84\x7a\x83\x40\xad\x0d\x24\x24\xc0\x98\xdb\x61\x7e\xb2\xba\x5b\xa2\x23\x47\xd6\x2e\xdb\x85\x2b\x2b\xda\x9f\xbd\xf5\x98\xda\x93\x41\x58\x14\x66\x41\x1b\x53\xb6\x76\x5e\x9f\xf3\x09\xe4\x46\xda\x18\x3b\x28\x1a\x51\xdb\x75\xd4\x2e\xcb\x29\x3f\x2e\x1e\xdf\x6b\x7e\x7c\xb4\x78\x7c\x92\x3c\x55\xe8\x84\xeb\x3f\xd4\x69\xba\xb6\xca\xa7\x7b\xd4\x2e\x6b\x8a\x76\x82\xa0\x7e\xc2\x5a\x30\x21\x45\x5b\x55\x72\x2a\x33\xf3\x2b\x28\x6d\x11\xd1\x31\xc4\x1e\x13\x69\x26\xb9\xab\x45\xbe\xcb\xdb\x1e\x22\x74\x4a\x4a\x20\x98\x95\xc0\x9d\x34\x21\x1a\x84\xae\x32\x66\xd9\x8e\xad\x0d\x71\x78\xaa\x61\x13\x94\xa3\x56\xb8\x47\x18\xe7\x34\xe1\xf9\x4d\x32\x10\x6f\xa2\x7c\x5d\x6b\xb5\x71\xd4\x09\xea\xef\x9a\xa9\xb2\xad\x8c\xe4\xbe\xb4\x99\x93\x50\x28\x13\x6a\xb2\xb9\x9e\xa3\xe0\x8b\x70\xec\xd8\x3e\xc9\x61\x66\x67\x35\x53\x4c\x11\x39\xe5\x81\x9b\xc9\x87\xd3\x44\x94\x79\x65\xb5\x96\x03\x30\xc4\x38\xa9\x89\x50\xf9\x00\xae\x9a\x48\x25\x11\xbb\x8e\x6b\x2e\x45\x9f\xeb\x86\x78\xcc\x0b\x1a\x41\x05\x98\x6d\x91\x6f\x59\xe9\x27\x42\xa1\x1e\xa8\x29\x58\xe6\x64\x5b\x56\xfb\xa9\xcc\xa8\x76\xfc\x17\x40\xb3\x32\x43\xd6\x2b\x9e\x1b\xee\x16\xda\x63\x75\x64\xcb\x67\x2c\xcb\x49\x56\x08\xe4\x13\xbd\xe1\xdd\xde\x1a\x16\x4c\xc3\x71\xda\x03\x0c\xa4\x1e\x9b\x3b\x43\x87\xc3\x5d\x3f\x9d\x70\x4f\xd0\xa1\x76\xbc\x3f\x81\x96\x87\xa1\xa4\x5b\x0f\xa8\x5f\x24\xc3\x15\xcd\x43\xed\x14\xa1\x69\xcd\xe6\x8b\x26\xdc\x38\xef\xb9\x44\x54\x8b\x3b\xf6\x58\x63\x6b\xf1\xe8\x18\xa1\x3f\xb2\xd0\x77\xaa\xb7\xa8\xa0\x9b\xa5\x69\x57\x46\x91\x75\x06\x38\x01\xa7\xbd\xb6\xac\xec\x7a\x4b\xff\xab\xbd\x90\x58\x12\xa9\x80\xb0\x38\x5d\xb1\x0f\x5c\x0d\xb4\x31\xe6\xcd\x06\x0a\x85\x33\xa8\x8f\xca\x75\x2b\xcc\x4c\x5c\x0b\xeb\x55\xc0\x5b\x62\xfc\xc4\xcf\x37\x5e\x23\x69\x35\x5f\xbf\x61\x8e\x3e\x4f\x74\x29\xcd\xad\xbb\xcb\x01\x09\x3f\xe8\x19\xc6\x4b\x13\x2e\x65\x7f\x66\x2f\xa8\xf7\x00\x19\x1d\x9e\x3f\x38\x2c\x6b\xf0\x3e\xa0\x02\x92\x46\x1b\xeb\x24\x39\x32\xc7\xe0\xc1\x55\x2c\x16\x46\x82\x71\x65\xc1\x6b\x46\x23\xaa\xb2\x94\x86\x74\x65\x9a\xd9\xbf\xa7\x93\xb2\x9a\x11\x95\x9f\x50\x22\x4b\xd1\x69\x89\x7e\xc1\x54\xf0\x1b\x64\xfb\xcf\x93\x8f\xc4\x60\xbd\x1d\xe1\x9c\x71\x1e\x72\x7a\xc8\xaf\x71\x0e\xab\x1c\x66\xe1\x80\xcf\x47\xf8\xeb\xf7\x26\x30\x10\xf5\xb8\xea\x8b\x8b\x97\x1f\x44\x46\xbf\x78\x99\x34\x85\xe9\x5a\x26\x48\x54\xf7\xcb\xb6\xdd\x37\x1f\xeb\x82\xf5\x44\x17\xa7\x50\xe8\x9c\xa7\x57\x60\x64\x91\xf8\x96\x18\xaf\x8a\xda\xc4\x7e\x47\xd6\x07\x93\xee\xb8\x8f\xf8\x21\x15\x3c\xa1\x73\x9b\x93\xe8\x07\x75\xd9\x29\x1b\x27\x6c\x97\x79\x1e\x18\xb6\xfc\x29\x37\x71\x22\x98\x61\xab\xd1\x98\x8a\x34\x2d\xf6\x24\x36\x82\x29\x52\x20\xc6\x2d\x6c\x4f\xde\x22\x44\x5e\x8a\x55\x5a\x76\x3b\x1a\xae\xd9\x62\x13\x00\xf4\xc1\xe9\xfc\xa1\x43\xb9\x61\x45\x19\x11\x84\xaf\x57\x76\xe2\xab\xa2\x6a\x1f\x4c\x1f\x26\x7b\x9c\x5d\xbd\x6a\x9b\xfc\xda\x84\x95\xb1\x62\x55\x32\x99\xc0\x11\x6f\xc4\xac\x6b\x0f\xcc\x6d\x8e\x7b\xe1\xde\xa0\x0d\x9e\xb6\x2c\x84\xed\xd2\x2f\x51\x19\x22\x9f\x94\x74\x6b\x11\x21\x76\x02\x6f\x89\x5a\x30\x34\xe5\x02\x18\x71\xa6\x13\x68\xea\x6e\x04\xa5\x25\x86\x08\xb2\x2c\xba\xcc\x76\xe0\x77\xd9\xd3\x4d\xb7\xa0\x2d\x02\x34\xb8\x7f\xaf\xb9\xef\x1b\xff\x9d\xd8\x5f\xa2\xdb\xc7\x52\xc1\xdf\xd1\xa1\xb2\xe5\x33\x69\x55\x75\xed\x0f\xd6\x44\x49\x52\xb6\xca\x19\x33\xd5\x0f\x24\xb4\x89\x54\x34\xab\x20\xba\x47\xc4\xc6\x8b\x1f\x01\x77\x81\x6e\x7a\xe3\x67\xa4\x61\x27\x96\xb4\xec\xd5\xe5\x4c\xad\xf3\x05\x7d\xcf\x5b\x48\xc8\x7d\xee\x9c\x66\x80\x66\x35\x77\x3a\x06\xb1\xaf\xcd\xfb\xa5\xfa\xfb\x71\xa4\x1c\xf1\x44\x83\x62\x81\xa1\xf5\xa6\x62\x2d\xed\xa2\x41\x39\xb7\xb5\x46\x0a\xc8\x52\x33\x30\x8d\x2f\x9b\xf5\xce\xb3\x1e\x74\x4e\x34\x7c\x0d\x7d\xa9\x6d\x26\xa8\x9b\x57\x30\x51\x08\xe3\xf1\x6a\xea\x27\xce\x2d\x87\x5f\xbc\xa1\x78\x13\x2c\x43\x4f\xa2\x84\x96\x88\x6a\xac\xd9\x16\x1e\xc8\xa4\xdc\x91\x8f\x11\x23\x72\xc9\x3a\xe6\x48\x5f\xaf\xf6\x8a\xb5\x81\xe8\x99\x8d\xd4\x45\x38\x07\xa2\x7c\x63\x65\x26\x5f\x1b\x66\x0c\x6f\xab\xc4\x1d\x19\xa3\x55\x84\x63\xf3\x95\x38\x01\xd9\x7c\x21\x28\x9a\x92\x35\xbb\x44\x78\xc9\x98\xb5\x8f\xa9\x20\xf7\x74\x52\xa4\x4d\x0b\x41\x4b\x3a\x8c\xd3\xd3\x43\xb2\xce\x1f\x2a\x4c\x5a\xd1\xba\x55\x6e\xe1\x98\x5f\x8a\x35\x33\x6f\x58\x57\x6c\x4a\x38\x65\x50\x6f\x93\x07\x76\x4c\x0f\x45\x4c\x60\x05\x47\xba\x9b\x26\x1f\x13\xa5\x67\xb5\xa8\x3b\xc0\x7d\xf5\x0a\xd0\x79\xe5\x0e\x75\xc7\x66\xc0\x2e\xb1\x35\x57\x96\xd3\x38\x9a\x40\x96\xce\x59\xfd\x48\xc3\x10\x56\x81\xed\x12\x7a\x70\x48\x3f\x69\x27\xb2\x8f\x04\xa4\x7d\x08\xc1\x10\x53\x38\xf9\xca\xd5\x2b\x16\x96\xd4\x69\x29\xca\xb6\xae\x0a\xb1\xd4\xae\x7a\x95\x9e\xc0\x52\x4c\x67\x16\x89\xe7\x6b\xe6\xc3\x6a\xe6\x2e\x68\x88\x10\xd0\x99\xdb\x07\x67\x73\x92\x5c\xd3\x5c\x22\x97\x2d\xd2\x90\xdd\xa1\x35\x24\x2a\x4f\xc7\x90\xd5\x30\x04\x3e\x12\x44\x6f\x1b\x51\xfc\xdc\x3b\x4c\x26\xc4\x43\x15\x05\x16\x42\xdc\x1c\x3e\x7a\x89\x52\x56\xdf\x32\x94\x3c\x6d\x19\x0d\x9c\xb8\x54\x7c\x07\x88\xe9\x26\x9b\x85\x34\x99\xf1\x70\xd1\x68\x60\xa0\x41\x19\xdb\xfa\xa7\xda\x22\xb8\x72\xb8\x32\x04\x0d\xa2\x29\x5a\x10\x93\x35\x58\x29\xa8\xfc\x21\x9e\xed\x79\x61\x03\x61\x5c\x58\xf6\x45\xab\xb6\x98\xbc\xdc\x36\x62\x43\x28\x87\x6d\x0b\x19\xea\x8d\xf1\x2c\xb2\x02\x86\xe3\xd4\x31\x8a\xd9\x3c\x14\xd5\xff\xce\x21\x06\xb3\xca\xc6\x0a\xb6\xd1\x61\x39\x68\xb7\xd9\x45\x30\x24\x63\xd2\x99\x80\xad\xd6\xaa\x34\x21\x56\x1d\x51\x82\x37\xd5\x6e\x07\x24\xf7\xca\x56\xd7\x87\x68\xa4\xe2\xed\x20\x5d\x88\x06\x3e\x11\xef\x81\xf9\xa2\x4e\xcb\xe5\x26\xd8\x9d\x67\x15\xe1\xab\xa4\x46\xfb\x92\xb8\x31\x74\xf6\xf3\x84\x26\x9d\xb6\xf6\x5c\x6d\x00\x9f\xd4\x97\x80\x99\x50\x51\xe8\xd3\xe4\x58\xe5\x3e\x2c\x34\xb6\xc0\xb2\x6b\xda\x6a\x67\xcb\xfd\x9a\x5f\x5e\x43\xde\x74\xa5\xc4\x90\x15\xd9\x3d\x2e\x2b\x62\x07\xaa\x32\x70\x09\xaa\xf6\x93\x70\xde\x67\x91\xbe\x84\x79\xdf\xbc\x85\xa3\x87\x29\x17\x69\x6d\x12\x4d\x31\x79\x4b\x42\x78\x51\x54\x47\x9a\x96\xd9\x27\xc8\x80\x75\x33\x81\x01\x93\x28\x1b\x78\xdf\xba\x66\x31\x1d\x10\x50\x9a\x01\xc2\x96\xe0\x0f\xda\xac\xfa\xf5\xd6\xc9\x0d\x22\x4a\x4e\x20\xdd\xef\xa6\x4c\xfd\xc1\x53\xd7\x07\xaa\xf1\xac\x6f\x95\x15\x16\x80\xb7\xa4\x02\x31\x5d\xf4\x45\xf7\xe0\x0d\xea\x52\xe4\x2f\xee\x68\xc6\x7e\x05\xbd\x6a\x08\xac\x86\xa1\xcc\x56\x27\x36\xfe\xca\xac\x79\x9d\x58\x56\xb0\x7e\x37\x9f\x27\xd6\x33\xe7\x5c\xdd\x72\xc6\x34\xcc\x4a\x76\x9a\x59\x40\x57\x1a\xd5\xf6\x10\x8d\xc3\x1f\x3a\x58\x4c\x4b\x13\xb7\x3d\xb5\x26\x0d\xd8\x2f\xc5\x9c\x59\x95\x4d\x60\x89\x87\x05\x0a\xea\xb1\x77\xa1\x66\x2c\x33\x85\x69\x99\xc7\x16\xdc\x73\x92\x4a\x97\x67\x33\xfa\x7f\x32\xd9\x77\x0b\xaa\xcd\x39\x12\xc9\xe2\x11\x42\x58\x77\x22\xeb\x48\x26\x8a\xfe\x63\x5f\x22\xad\x2c\x3c\xf4\x9a\x74\x9c\xbb\x7d\xa2\x36\x23\x26\x7b\x62\x4c\x52\x42\x82\x45\x80\x57\x1b\x18\x6b\x42\x71\x76\x96\xa1\x13\x49\x54\xa3\x2c\xb2\x63\xb8\x39\x7c\x46\x90\x82\x23\xe7\x90\xa7\xc0\x4e\x75\x9d\xf3\x86\xd6\x8c\x67\xdd\x1d\xfb\x8e\x11\x50\x25\x54\x36\x7b\xfe\x05\xeb\x1a\x18\xf1\x43\xf3\x88\x3f\x3a\xfc\x1a\xe2\xf0\xd8\x74\x65\x7f\xe5\xbd\xcb\x0e\xa1\x0d\x7c\xa5\xf8\x18\x27\xdc\xa4\x46\x40\x07\x58\x7e\xe8\x7b\xf6\x15\x95\x2c\xd2\xec\x75\x25\xee\x6f\xdd\x3e\x83\x6c\x18\x61\x06\x6b\xdc\x2f\x8f\xec\x71\xd8\x03\x70\xf2\x9e\x77\xee\xc2\x8c\x3b\x89\x0f\x05\xd7\x3c\x59\x74\x6a\xeb\x2e\x77\xfe\x7a\x1f\xf5\x87\xeb\x7a\xd6\x07\xb1\xda\x1f\x26\x7f\x16\x0a\x0c\x33\x96\x91\x67\x7b\xad\xf4\x5b\x1d\x15\x16\xa6\xad\xcd\x76\xcb\x76\xaa\x7d\x20\xf5\x52\xc6\xdf\xfe\x97\x98\xce\x8d\x28\xc7\x68\x0b\x74\x86\x48\x19\x08\x79\x5a\xc6\xfe\x62\xd8\xeb\xce\xd6\x16\xd1\x24\xa6\x33\xb4\x98\xad\xf1\x44\xc9\xdb\x33\xc7\x8a\x38\xdf\x0e\x01\x57\xa5\xfc\x26\x2d\x58\x42\x28\x1d\x1d\xa4\xa1\x57\x55\xa3\x5a\x5a\x69\xec\x17\xb8\x7d\x84\xba\x1f\x01\xd4\x15\xb0\x3d\x72\xdd\x50\xaa\x18\xad\x15\x64\x4e\x62\xcd\xb4\x2b\x4c\x3b\xe6\x24\xf7\xac\x21\x28\x5b\xc3\xa8\x1a\x76\x85\xf8\x40\x53\xb3\x5a\x18\xb1\xf5\xb1\x0f\x50\x3c\x1a\x6f\xcc\x79\xa1\x1a\xb7\xde\x7c\x2c\xa0\x12\xcd\xb7\xd8\x6f\x27\x9e\x4d\x71\xce\x2b\xa1\xc6\x34\x1a\x88\xc3\xa4\xc8\x4a\x26\x5b\x53\x6a\x1e\x47\x2a\x8b\x32\xa1\x05\x4c\x8e\x9b\x40\x54\xaf\x8a\x80\x2d\x7d\xc9\x96\x95\x90\x13\x65\xa7\x49\x97\xcf\x3e\x87\x61\x6e\xcd\x4a\x80\x79\x04\xf4\xd2\xd4\x1b\x88\x8f\x02\x1c\xd0\xcb\x11\x06\x5f\x1a\xbc\x95\xab\xef\x0d\xc2\x5b\x58\xa2\x32\x7e\x06\x68\xf8\x7c\x3a\x66\x38\xd3\xc5\x07\xab\x13\xe7\xb5\xa3\xc5\x96\x88\xd1\x16\x87\xe0\x80\x0e\x69\x83\xff\x3c\x15\x0a\x9a\x01\xd9\xe3\x5e\x31\xf7\x20\xde\x0f\xaa\xa6\x60\x5a\x0c\x85\x8d\xfa\xa0\x8e\x66\xb2\x2e\xa3\x76\x9a\x46\x4b\xcd\xf7\x35\x61\x2c\xcc\x7d\x21\x59\x07\x01\xe8\x39\xb3\x08\xb2\xa8\x99\x5a\xe8\xb4\x7a\x0d\x44\xa6\xd9\x83\x49\x5a\x31\xb8\x73\xc5\xf5\x15\x11\x39\x6e\xc0\x7e\xab\x62\xec\x95\xe5\xed\xe1\x65\x6c\x3b\xa1\x87\x95\xd7\x9d\xc9\x91\xe5\x7a\x4c\x99\xa0\xa6\xaa\x9b\xf9\xe4\xd9\xa9\x1e\x84\x0c\xae\xaf\x3d\x75\xec\x57\x7b\xe2\x07\x17\x9c\x44\x79\xc9\x9e\x2c\xd6\x8a\x1f\x90\xb7\x58\xca\x99\x26\xbf\xe6\xac\xac\x3b\xb0\x66\x08\x04\xee\xa7\x7e\x07\x2c\x86\x3d\x77\xf6\x0c\x8f\x5d\xae\xaa\xec\xce\x24\xcd\x32\xc6\x7c\x19\xb1\xa0\x7b\xd8\x67\xc2\x88\x03\x90\xa2\x64\xc8\xd0\xe7\xfa\xc6\xfc\x79\x64\x9b\x80\xae\x9f\xed\x11\x8a\xb7\xa1\x3a\x5c\xd5\x2c\xb4\xd5\x33\xd5\xf9\x3a\xd3\x04\x18\x9c\x13\x08\x30\xbc\xa2\xac\x85\x5c\x54\x5f\x94\x47\x64\xe5\x05\xfd\xb5\x96\x89\xd6\xc4\x82\xd2\x8e\x85\xc0\x50\x03\x4c\x07\xcd\xd2\x34\x7d\x83\x85\xeb\xb1\x9d\x2d\x70\x5c\xe1\xe8\x8f\x69\x23\x7b\x02\x63\x24\x92\x66\xf1\xdb\x71\x4d\xea\x68\x1d\xa8\x08\x1b\xae\x96\x25\x44\x2b\xfa\xb9\x29\x42\x31\x87\x19\xb9\x10\xff\x22\xbf\x04\xa3\x9e\x8a\x03\x44\x54\x13\x33\x1e\x5e\xd5\xce\xdb\x34\x8d\x10\x63\x9a\x04\x6c\x15\x8a\x47\x45\x3b\xd9\xd4\x1b\x3e\x2d\xa0\x9a\x6f\x9c\x2b\xe2\x8f\xb4\x5b\xaa\x72\xfd\xf8\x8c\xed\x68\xf0\x9c\x30\x9b\xae\x60\x51\xea\xa7\x1f\x1f\x69\x66\xf2\x6c\x63\x96\xdb\xa4\xea\x60\xb2\x80\x13\x61\x4e\x92\x17\xef\x42\x4c\xef\x8f\x69\xe0\x6f\x9c\xb0\x73\x26\xcf\x3e\x86\x12\x8e\x82\xfd\x8f\x49\xf8\x88\xe1\x9d\xcf\x26\x81\x32\xc4\x9e\x3d\xaf\x77\x76\x5d\x80\x93\x3c\x89\x81\xf2\x35\x9e\x48\xca\x0d\xb4\x3a\xe7\xe0\x21\xcd\xd6\xcd\x80\x20\x95\xa5\x1d\x53\x57\x82\xd9\x0e\x2e\x01\x9c\xdc\xf7\x4b\xed\x54\x84\x2b\x56\x99\xb1\x4a\x1f\x91\x80\xd2\x62\x3a\xb1\x15\xb8\xa5\x65\xa6\x0b\xa9\x6c\x65\x26\x44\x7f\x55\xc2\x30\x68\x51\xc0\xe1\x95\x7a\xeb\x87\x83\x61\x0e\x9e\x3b\xb9\x63\x5d\xe1\x72\x69\x42\x5c\xbb\x63\x49\x11\x26\xc1\x13\x22\x3b\x0c\x47\x8a\xc2\x2a\x03\x12\x31\x00\x14\xbc\x03\x7e\x87\x62\xa9\xb3\x9c\x86\xd5\x80\xf6\x32\x32\x01\x32\xa5\x71\x39\x77\x51\x18\xf2\x03\xaa\xd4\x27\x49\x30\x02\x67\xca\x71\xfd\x34\xec\x81\x9d\x8c\xb0\xad\x5b\xe9\x12\x0d\xef\x83\x9b\x10\x48\x7e\xac\x17\xe2\xc5\x7b\x0d\xa1\xb6\xf5\x67\x03\x65\xc2\x9f\xd9\xca\x7f\x2f\x44\x03\xb1\x84\xf2\x2a\x90\x01\x69\x5e\x78\x55\x5a\xf0\x25\xb2\x11\xd9\x6c\x3c\x86\x32\x4a\x6a\x58\x7a\xa6\x4a\xfe\x4b\x92\xb1\x07\x6e\x5b\xd1\x5e\x1a\xd4\xc0\xa9\x18\xcc\xb0\x44\xe0\x8c\x69\x89\x87\x08\x57\x4a\x3a\xdc\xfe\xa6\x7e\xa8\xb8\xe5\xc4\x2c\x35\xba\xdf\x4c\x32\x32\x66\xdd\xb1\x83\xc5\xd5\xa4\x5f\x43\x22\x75\xe7\x62\x6c\xf4\xb4\x02\xda\xb7\xb6\x83\x9b\x46\x00\x30\x4a\x33\xba\x72\x91\x97\x34\xdf\x55\x23\x90\x60\x3b\x39\xc9\x2f\x27\xda\x04\xca\x28\x56\x40\x22\x2b\x5b\x1d\x94\x27\x99\x29\x43\xcf\x79\xa6\x66\xe7\x44\xec\x49\x8c\x2d\xe0\x0b\x66\xb1\xab\xe1\xac\xc6\x71\x09\xe2\xee\xad\x8e\x0d\x52\x4c\xb7\xd1\x07\x9e\x6d\x47\x71\x64\x4d\x1a\x99\xa6\x0f\x52\x89\x0c\x85\xb5\x40\x6b\x23\x90\x58\x5c\x3a\x19\x42\x5c\xa6\x19\x63\x75\xdb\x93\xf3\x57\x8d\x9e\xb1\xec\xf9\x05\x22\xe4\x5a\x95\x7a\xff\x54\x81\x4d\x60\xe2\x57\x76\x27\xaa\x3b\x2c\xb6\x76\xe9\xb1\x67\x54\x46\x39\x38\x91\x6c\x7c\xdb\x4c\x15\x87\x84\x90\x5c\xed\x16\x55\x01\x07\x33\x95\xe0\xdc\xa8\x65\xc4\xfd\xa1\xc6\xd9\xb2\x06\xc6\xd1\x97\x68\x26\xb1\x10\x01\x69\x09\xa6\xe1\x4e\xf2\xa7\xbe\x42\xd0\xb1\x95\xfb\x1b\x57\x06\x2c\x28\xad\xaa\x28\x30\xc1\x97\x62\xcc\x8c\x2c\xd7\x39\xec\x1a\xe0\x53\xc1\x07\x8b\x5b\x22\xdc\x06\x71\x4a\x1c\xa9\x41\x47\xcb\x64\x4c\x21\xdb\x14\x62\x85\x27\x6a\x63\xe8\xa1\x13\x7d\xf8\x5a\x61\x59\xae\x4f\x63\x44\x6e\x6c\x6c\xc1\xfa\x8d\xd3\xbc\xdb\x89\x5c\x38\x30\xb7\x23\x6e\xc6\xee\xde\x9a\x04\x04\x0f\x9b\x93\xc4\x33\x35\xef\xd0\x7a\xb4\x81\x56\x25\xa9\xaa\x2d\x36\x3a\xb3\xe0\xbc\x33\x69\x5f\x69\xd3\xd6\x16\xec\x37\x77\x60\x0c\x56\x98\x50\xcc\xde\x80\x69\x2e\xac\x90\x1d\x50\xf3\xcc\xac\x88\x8b\x26\xe6\x33\xd2\x13\x42\x99\xca\x02\x08\x34\xe7\x96\x6b\x48\xde\xbe\x7a\xfe\x21\xf1\x7c\x02\xc9\x16\xdd\x3a\xc9\xea\x34\xa5\x65\xbf\xe3\xbc\x16\x7b\x3d\x74\x2e\x26\xae\x7a\xea\x45\x6f\x18\xea\x4a\xf9\x64\x78\xc2\xf4\x01\x1d\x51\xb4\xfd\xc7\x70\x68\x85\x89\xdc\x10\xe1\x72\xba\x1f\x37\xc3\x23\x8b\x37\xf9\x0d\xda\xc3\xcf\x13\xb1\x32\x3c\x57\xbd\xbf\x37\x68\x0d\xad\xca\xde\xd6\x65\x3d\xdb\xb1\x3b\xa1\x75\x18\x31\xc4\x80\xfa\x82\xd5\xdf\x99\x5d\x55\xa7\x0b\xb9\xee\x68\xa7\xb0\xa3\x75\xde\xba\x19\x9c\x4e\x0e\x79\x93\x2f\xf2\x02\x87\xd7\x9f\xa0\x8e\x82\x80\xbd\x31\x79\x26\x19\x48\x8f\xee\x73\x84\xad\x51\x43\x3f\x36\x7b\x42\xf2\x25\x9d\x8f\xcd\xec\x6e\x97\x53\x36\xc4\xb5\x2f\xed\xdd\xc7\x24\xd8\x1c\xe8\x40\xa2\x96\x08\xe2\xf1\xa0\x36\xdc\x35\x5c\x42\x05\x4a\x87\xa3\x77\xa8\x12\x8d\x37\xef\x87\x72\x70\xad\x11\xa4\x24\x3b\x56\x8c\x97\xb7\xb7\xfb\xb7\xff\xa9\xcd\x8a\x23\xf1\x65\x19\x34\x8f\x3b\x8e\x76\x44\x0f\x3e\x05\xaa\x1f\xb7\x5b\x71\xb9\x82\xe6\x15\xcb\x8a\x34\x7b\x33\x42\xae\x04\xec\xa5\x77\xa8\xa5\x79\x38\x59\x16\x55\x69\xfc\xfc\x0c\x58\x5a\xdc\x9e\x20\xac\xf8\x29\x79\xca\x4e\xc7\xb7\x5f\x9d\x4b\xb8\x1e\xbe\x36\x77\x67\xc2\xdd\x64\xa3\xc0\xa7\xde\x45\x4c\xce\xd1\x7b\x0f\xcd\x9e\xc6\xd4\x68\xef\x25\x67\xb0\x6c\x2f\x0c\xae\x72\x86\x16\xbb\x2b\x27\x4e\xcb\xa0\x16\xf0\xc6\xde\x26\xfb\x0a\x9c\xa4\x78\xc2\x12\xbd\x85\x80\xce\xda\x77\xc6\x3d\xc6\xfa\x77\x3b\x5c\x2a\xce\x2f\xa1\xb0\x94\x64\x5c\xca\x95\x0b\xb9\xee\xd3\xb6\x7b\x41\xdb\x66\x09\x01\x33\x99\xae\x69\x77\xaf\xcb\xaa\x0e\x9c\xfd\x27\x45\x4e\x4c\x52\x63\x66\xaf\xf1\x17\x1a\x42\x4d\x18\x16\x17\xce\x43\xa0\x6c\x05\xd4\x1c\x09\xdf\x54\x9a\x0e\xa1\x5d\x7e\x79\x1a\x27\x8f\xd7\xd1\xe8\x4d\x62\x2f\x49\xf4\x4b\xc3\xed\x7a\x0e\x5a\x44\xec\x34\x75\x39\xa5\xf3\x11\x85\xb3\x3e\xe2\xab\x23\xe0\xda\x34\xb6\x81\x2c\xbc\xc7\x10\xb4\x65\x7d\x24\xc3\x9b\xba\xe1\x6d\x5f\xa2\x7d\x69\x57\x58\x5b\xc8\xec\xc2\xde\x21\x50\x33\x88\x5e\xfa\xa5\x3e\xb5\xb0\xb1\x15\xb3\x37\xfc\x9d\xd8\xef\x07\x24\xb7\x3e\xb4\x40\xc4\xb9\x42\xdf\x31\xe3\xfb\xbc\xa7\xe2\x7b\x12\x67\xe9\xc5\x4a\x95\x6d\xcb\xaa\xca\xae\xa1\x32\xe3\xe3\xc2\xab\x65\xd6\x62\x24\x6d\x94\x11\xe5\x8a\x16\x69\xb1\x9d\x4e\x8e\x30\xf3\xc3\x90\xf1\xab\xfe\x60\x4b\xc6\x3a\xbd\x46\xda\x85\xfb\xc9\x88\xd8\xcc\x7e\xc6\xbf\x6a\xa5\xa0\x59\x58\x6e\xd4\xf3\xae\x5a\xcd\x79\x56\x70\xe0\x9e\x05\xb6\x5f\xd9\xfc\xe2\x40\x41\x28\x28\x30\xb0\x8d\xee\x70\x32\xb1\x33\x76\x16\xd3\x03\x41\xdc\x76\x3a\x66\x09\x09\x66\xf9\x1f\xb6\x83\xf4\xc9\xf0\xd7\x8d\x20\xa5\x81\x56\xb4\x6b\x37\xa1\x87\x8d\xbd\xee\x30\xd1\x3b\xd9\x72\x11\xf5\x8d\xde\xc8\x4e\xf8\x22\x6a\x98\x75\x23\xc1\xbd\x56\x4f\xd7\x88\xfa\x81\xec\x25\x8b\xa2\x33\x77\x1f\xcb\x6a\x5b\xda\xc7\x84\xcf\xd6\xcb\x08\x88\x26\xe5\x32\x91\xc7\x40\x05\x98\x0a\x29\xb3\x38\xf4\x0c\x5f\x89\xc5\xa1\x11\x08\x7f\x0c\x6e\xd5\x11\xcf\xdf\x19\x7b\xf4\xe2\xd5\x07\xb8\xa7\xb8\x5b\x54\xc6\xdf\xea\xd9\xa7\x34\xeb\xb6\x46\x9c\x9a\x79\xd3\x08\xf3\x44\x93\x09\xd3\xfe\xc2\xd8\x8b\x9f\xb1\x4e\x90\x37\x21\x2a\x29\x7a\x87\x02\x51\xb6\x7c\x87\x8b\x72\x62\xa2\xb0\x75\x5b\xb3\x39\x2c\x11\x85\xf8\xd6\xbf\x2b\xc5\x2e\x1d\xf4\xe5\x44\x6e\xd1\x59\x6d\x75\x6a\xbd\x5c\xe4\xe6\x97\xd5\x5c\xef\xd2\xbd\xaf\x58\xed\xd6\x6e\xf9\xc0\x59\x85\x76\x6b\xdd\x72\x4c\xa1\x1b\xb9\xac\xef\xa8\x33\x21\x07\xa7\xaf\x8d\x7c\x79\xb2\xcd\xb7\xd6\x88\x9c\xac\x66\xaa\x77\x5d\x47\xb6\xec\x2b\x3e\x71\x9c\xa8\x94\x5a\xff\xac\x16\x4c\xcf\xfe\x6a\x0e\x63\x85\x6c\x7c\x92\xd5\x5d\x8a\x63\x0c\x5f\x40\xd6\xcb\x99\x05\x0f\x72\xc5\x0b\xe8\xac\xee\xb6\x38\xd7\xfe\xcf\x7f\xff\x1f\xa7\xcf\x30\xf2\x67\x6d\x5d\xe0\xd7\x0e\x53\xeb\x18\x6f\x94\xc3\x0a\xf9\xaa\x48\x1e\x63\x82\x30\x7b\x6b\xd6\xcc\x28\xc9\xd7\x27\xb1\x4e\x76\xf0\xe9\x87\x8f\x11\x64\xd2\x9a\x09\x05\xdb\x3b\x79\xb8\x7c\xa8\x4d\x20\x39\x2b\x45\x62\xe5\x59\x70\xb8\xfc\xb9\xcb\x97\xdb\xf9\xba\xcb\xe1\x5a\x59\x9a\x82\xaf\x7c\xb2\x1e\x48\xcf\xdc\x76\x93\x37\x82\xd4\xbf\x30\x4d\xef\xd3\xe8\xd0\x39\x9d\x8f\x26\xbd\x45\x22\x1e\xea\x81\xf1\x23\xdc\x5f\xec\xdb\x4b\x52\xe3\x4a\xef\x3c\x34\x55\x61\x26\xfb\x0e\x5e\x6d\x30\x50\x4b\x7b\xe7\xf4\xad\xb7\x8d\xad\x33\x6c\x58\xc7\xa0\x3c\xb7\x4e\x9d\xe5\x4b\xc8\x83\x3d\xcd\x86\x44\xf6\xa4\xcb\x9b\x13\xeb\x5d\xc2\xc8\x07\xed\x6c\x6d\x7d\x21\xef\x4c\x82\xc0\x00\x7a\x58\x3c\x59\xb5\x29\x9b\xa4\x26\x88\xae\x31\x7b\x5a\x55\xbb\xc9\x8a\x58\x4d\x62\xae\xd4\xb4\x8e\x0b\xd6\x6d\xba\x9e\xfd\xcc\xa9\xd6\xb4\x4e\x4b\x4c\x89\x5a\x0b\xc9\x70\xae\x1e\x48\xb4\xe9\xba\x99\xbd\x06\xcf\xd8\x0c\x62\x1f\x20\x50\xc2\x20\x40\x42\xc1\xb0\xb6\xc8\x8e\xb6\x06\x09\x1c\xa5\xe1\xcb\x08\xc5\x1e\xd6\xa8\x09\x66\x9e\xb8\x14\xea\x3b\xff\xa5\x09\x29\x4c\xda\x98\x46\x54\x67\x7a\x49\x91\x8d\x7e\x75\x7a\x9c\xbd\xa7\x45\x91\x2f\x5a\x61\x0e\x9e\xf0\x82\x2d\x3f\x30\xb0\xe5\x0a\xc7\x77\x1b\x00\xfc\xab\x81\x16\x9a\xce\xb2\xda\x95\x62\x4e\x9c\xb7\xc3\xb9\xfd\x35\xb1\x5d\x98\xf6\xbb\x62\xd3\xa3\xd8\x0d\x2e\x75\x05\x05\x04\xf8\x36\x97\x02\xca\x4e\x5b\x86\x68\xbb\xe9\x6a\x97\xba\xa3\x2d\x06\xd3\xd7\x53\x31\xe8\xba\xf4\x8c\x3d\x99\xd3\xb6\xdb\xb9\x24\xb9\x4f\xf2\xae\xcb\x8c\x2f\x5e\xc2\xe4\xa4\xcc\x41\xed\xee\x68\x20\xb2\x89\x68\xc5\xf7\x36\x34\x84\xcf\x99\xc6\xd3\x1e\x64\x94\x60\xc2\x28\x51\xf6\x14\xff\x0c\xb3\x97\x34\xf5\xf5\x5c\x4b\x7b\xc9\xad\x18\xd4\xe3\x56\x52\x17\x32\x2d\x7a\xad\x78\x00\x6e\x69\x37\x02\x25\x8d\x79\x40\xdf\xde\x18\x34\xac\xe9\x01\x30\x8c\xf1\x0a\x57\xb8\x40\x1c\x5a\x6d\xd5\xc0\x5b\x3e\xe8\x40\x53\x80\x77\x1d\x07\x87\x2c\xbb\xa6\x73\x59\x0c\x78\x62\x52\x12\x9e\x67\xd8\xd7\x10\x56\xbb\x7a\xb8\xad\x14\x54\x7f\xb6\x08\x4f\xc3\x8d\xd0\x42\x8e\x84\xfa\x8c\x2c\xa8\x2e\x9a\x2c\xf8\xeb\xde\xaa\x49\xe6\x7c\x5f\xa4\x4b\xa3\x37\x92\x3e\x98\x6d\xd3\xca\xb2\x21\xd4\x48\xd4\x88\xd6\xc5\x4d\x45\x08\xc0\x33\xdc\xa6\x8b\x19\xf1\x51\x98\x5e\x57\x0c\x13\x6a\x33\xd6\x3a\x99\x36\x53\x29\x8a\xd4\x19\xf5\x2c\xcc\x21\xb6\x69\x2e\xcc\x70\x80\x78\x11\x83\xdc\x2b\x75\x33\x7e\xf5\x01\xfa\x55\xc7\x5c\x77\x1f\x93\xb4\xb4\x5b\x15\x36\xac\x1f\x89\xe8\x96\x66\x08\x82\xd0\x1c\x5f\xa9\xff\xc6\x05\xd5\x5a\x98\x95\xfb\x00\x0e\x6e\x98\x3e\xc5\x9d\x36\xa5\xa2\x1c\x82\x61\x6b\x49\xe9\x18\x6c\xa3\xb1\x88\x48\x04\xb9\xaa\x3a\x74\x3c\xb9\xac\x3a\xe1\x82\x78\x00\x63\xa5\x64\xc5\xb3\xf9\xe2\xca\x16\x5a\x1b\x89\xe2\xc2\xbe\x5a\x54\xc1\x58\xa9\x1d\x64\xa9\x0a\xf7\x22\xb9\x14\x21\xbb\x04\x6d\x1a\x81\x6f\x38\x38\x02\xb8\x2b\x1b\xaa\x26\xca\x9a\xe2\x94\x6a\x5a\x8d\xa7\xd3\xf6\x67\x81\x41\x80\xb1\x04\x42\x44\xef\x06\x00\xd1\x97\x8b\xd5\x9e\x78\x6e\x7c\x04\xa6\xf8\xd1\x56\xe9\x00\xb1\x05\xde\xc0\x45\x41\x75\xee\x5f\x29\xb6\xab\x9a\x16\x54\x17\x06\x93\x37\x06\xd7\x4d\xe9\x0c\xa7\xdd\xb8\x1d\x4c\xae\x6f\xc5\xc1\x73\x33\x03\x78\xec\x29\x9e\xff\xd9\xbd\xdf\xbe\xfb\xdc\x58\x55\x3e\x92\x33\x59\x03\x67\x7e\x7a\x74\xef\xb7\x3f\x7e\x26\x39\xff\xde\x6f\xdf\x7f\x66\xe3\xd4\xa0\x8e\xf9\x8a\xc4\xb1\x1b\x2b\xe2\xe2\xb6\xcc\xbe\x36\x87\xbc\xea\xe0\x53\x56\x93\x00\xe5\xa9\xc5\x97\x56\x39\xb0\xcc\xc4\xfb\x5e\xe3\x30\xf4\xb6\x7d\xa6\x19\x2f\x7a\xdb\xbe\xec\x76\x73\x1d\x7a\x03\xb2\x50\xed\x77\xe2\x99\x14\x94\x97\x6c\x08\x3c\xed\xec\xf7\x35\x71\x3d\x9a\x92\x8a\x27\x1e\x0d\x3c\xcf\x66\x77\x79\x38\x56\xcf\xf1\x07\xf9\x7a\xcc\x63\xc1\x1c\xfc\xee\x1a\xac\x9c\x2d\xeb\xb9\x5c\x58\xb5\xf7\x98\x72\x36\x6d\x4d\x63\x6a\x25\x51\x93\x2e\x0a\xdc\x9e\x8f\x32\xb4\x0f\x21\x40\xc2\xbb\xda\x84\xfd\xb3\x65\x6a\x9e\x60\x05\x7e\x69\xea\x2a\x98\x1f\xcd\x8b\x2b\x54\x98\x5b\xaa\x54\x22\x6c\xf1\xe6\xbd\x21\xd6\xc0\xef\x1d\x9d\x74\x9e\x31\x7b\x6c\x11\xa7\xfd\xf7\xcd\x95\xf4\x4c\xab\xd9\x48\x8f\xb2\xbf\xbf\x1a\x61\x40\x88\xab\x5d\xa1\xa2\xfb\x50\x59\x22\xcc\x13\x0b\xe3\xd0\xba\xda\x73\x0a\x3c\x2d\x4f\x23\xf5\x55\xca\xdc\xda\x90\x20\xea\xfd\x10\xc3\xf7\x15\x87\x82\x3b\xe7\x3f\x36\x91\xbd\x27\x24\x22\x98\xc3\xd4\x58\x21\xaa\xa9\xf6\x82\xe2\x8a\xc5\x2a\x1c\xb5\x90\xbc\x1a\x1b\x3c\xc0\xaf\x98\x8d\x11\x60\x2f\xac\xb0\x70\xc1\xb2\xa3\x38\x42\x97\x30\xf3\xba\x48\x37\x84\x6e\xb0\xfd\x83\xff\x9c\x26\x37\xdd\x25\x8d\x8c\xc7\x7a\x15\x52\x25\x52\x56\xa9\xa5\x2c\xfa\x84\x63\x35\x34\x75\xc4\x0a\xaa\xab\x94\x9d\xea\xbe\x1b\x98\xed\x31\x31\xaf\x12\x1d\x2c\x75\x69\x72\xa0\xca\xb6\xe4\x03\x97\x35\xc0\x51\xe6\xb2\x2a\x88\x0d\xe5\xcc\x6d\x01\x56\xb4\x97\x0b\xad\x37\x6d\xda\x98\xad\x93\x4c\x8f\xef\x8d\x1c\xf7\x8c\x3c\xc6\x9b\xc1\x63\xf0\xd1\xd1\x48\x56\xdf\xbf\x32\xce\xd5\x2b\x55\xea\x6c\x1b\xf1\x21\x41\x71\x8d\xfe\x17\xb2\xa1\xe3\x50\xb7\x98\x91\x73\x65\x84\xbc\x2d\x25\xf0\x67\x11\x1d\x56\xe4\xed\xe2\x46\xfa\x15\x13\xcb\x78\x3f\xac\x48\xcd\x93\x3f\xb0\xa3\x87\x96\x64\x11\x98\x3c\x23\x6f\x12\xc8\x4e\xee\xa6\xa5\x66\xd3\x86\xda\xa7\x84\xab\xe2\x38\xc5\x4c\xf9\x9a\x39\x8d\xd0\x2f\x91\xa6\x7e\x14\xda\xd9\x9c\xb4\x48\x4b\x1b\x18\xe5\x9c\x40\xc7\xf1\x93\xac\xc4\x8b\x2a\xf8\xde\x25\x54\xd1\xac\x04\x15\x3d\x30\x43\x4e\x7b\x2d\x20\x84\xc1\x0c\xff\xf4\x5b\x96\xbf\xb3\x83\x6d\x54\xf3\x23\xc9\x33\x96\x38\xed\x44\x54\xd0\xce\x75\x45\xdb\x58\x33\x39\x3e\xd2\x96\x49\xe9\x01\xb7\x4b\x5d\x27\xca\x8a\xe4\x7b\xe2\x4e\xda\xca\xb5\xf7\xdc\x45\x31\xb0\x16\x53\x69\x9e\xe9\x27\x4c\x89\x1c\x73\x81\x8d\x7f\xa9\x55\x9f\x22\x66\x9d\xf5\xa9\x90\x8b\x60\x52\x3d\x5c\xfc\xc3\xb0\x7f\xb3\xfb\x89\x54\xaf\xbb\x7f\xef\x65\xdc\x74\x9d\xb4\x1d\x3b\x91\x31\xcd\xe0\x09\x16\x15\x7e\xf3\x43\x40\x1c\x40\xf9\x1e\x71\xe5\x8f\x70\xbc\x67\x96\x0a\x26\x7f\xb8\x97\xe0\x1b\x04\xe2\xbe\x9d\x49\x11\x05\xce\xc3\xd5\x00\x29\x83\xf3\x98\x82\xf0\xe6\x97\xc5\x3d\xe6\x45\x82\xea\x33\x25\xbd\x0d\x23\xfd\x8f\xd0\x06\x58\x92\xce\xbf\x93\x26\xdd\x21\x2c\x28\xac\xad\x8c\x91\x16\xe4\x7b\x07\xa2\x95\xef\x30\x75\x7a\xee\x4b\x1b\xa8\xdf\x55\xcf\xf5\x58\xdf\x87\x1b\xda\x92\x4b\xdc\x83\x06\xa8\xa3\xff\xfa\xb9\xb1\x63\x48\x17\x73\x4f\x62\xa1\xeb\xcd\x9b\x25\x4d\x65\x6e\x22\x80\x58\x20\xf7\x39\x10\xe6\x1b\xbe\x0d\x2d\x4a\x75\xe7\x99\xa8\x30\x7a\x3a\x13\x86\xf0\x78\x66\xe7\xac\x54\x48\x24\x39\x81\x7a\x48\xf0\x5d\x97\x98\xf8\x68\x18\xe9\x40\x17\x12\x2e\x00\xef\x6d\x09\xb4\x33\x8d\xe6\x65\x76\x11\x8c\x3f\xc0\x17\xcd\x85\xc6\x93\xd1\xc3\xd6\x9b\xc7\x33\x76\x47\x8b\x20\x0a\x08\x6d\x06\xb6\x3b\x23\x54\x20\x6b\x5d\x06\x9d\xa2\x8a\x93\x05\xeb\x92\x18\x32\xc9\x3a\xd8\x6d\x13\x4b\x6c\x50\x08\xea\x32\x4f\xd0\x7c\x6f\xf3\x86\x88\x80\x59\x62\x9b\xd3\xec\x89\x0f\x1a\x2f\x17\x8c\xa0\x45\xbe\x6c\xc5\xe8\x0b\x2e\x6a\x61\xae\x71\x19\xe7\xc0\x21\x9f\x9a\x30\xea\x22\xc8\xa3\x29\xe1\x64\x9c\x54\x84\x37\x8b\x22\xdf\x6e\x03\x52\x90\x96\x73\x36\x89\xf0\xd8\xbd\xc6\x37\x1a\x3f\xd4\xbf\x61\xb8\x9a\x08\x7d\xc4\x18\x1a\xd4\xc7\xda\xf5\x5e\x95\x1f\x06\xd3\x42\x80\xf7\xc1\x6b\xcb\x4a\x65\xae\xfe\x25\x51\xf7\x2b\x4a\x5f\xa6\x1d\x2d\x75\xbb\x61\x1f\xcc\xda\xb8\x21\x37\x37\xb7\xe4\x62\xee\x31\x96\x08\x06\xec\x88\xad\xe1\x1a\x73\x5c\xe3\xc1\x01\x44\x73\x4f\x54\xa9\x2a\x0e\x5c\xfb\xb0\x5e\xa9\x2b\x22\x1d\x17\xc1\xb6\xc3\xf4\x87\x44\x56\x4b\x31\xa2\x76\xa5\xee\x3b\x2e\xcd\xfa\xc4\x66\xf6\xfb\x7f\x23\x09\x4f\x46\x6b\x91\x53\x11\xd8\x61\x67\x6f\xb8\x4c\xa4\x60\xe5\xba\x4a\xf8\x62\xbe\x25\xeb\x76\xea\x1e\xfc\xe1\x5e\xf6\x30\x81\x36\x99\x57\x22\x36\xfa\xb5\xb2\x3c\x3a\xfc\x00\xa9\x12\xf5\xd3\x3e\xa6\x39\xae\x70\x00\xe9\x18\x08\xbe\xda\xbf\x4f\x02\xb5\x5e\x78\x9a\x39\xd1\x3b\xc8\x0e\x55\x0c\xca\x5a\x84\xd9\xe3\x9a\x86\x3e\x40\x36\xbb\xe7\xe4\x9f\x21\x08\x94\xc6\x1d\xa1\x0e\x68\xa8\xd5\xb9\x1c\xd2\x22\x63\x3d\x5b\xaf\x2b\x22\xef\xf4\xeb\x57\xb1\x21\x1e\x15\x1d\xec\x0b\x1c\x1d\x84\x24\xac\x39\x71\xba\x24\x6f\x2e\xd4\xbb\x59\x8e\xf3\x70\xba\xb9\x9d\x18\x1e\x7c\x2b\xaa\xec\xd1\x09\x92\x90\x4f\x21\x80\x46\x92\xcc\x5b\x13\xcd\x1e\x6f\x87\xa7\x26\xd0\x83\x87\x99\x76\xd0\x9f\xfc\x78\x93\x07\x12\x67\x8f\xf8\xdb\x87\xf1\x30\x4d\x5a\xc3\x38\xba\x1e\x34\xed\x82\x16\x69\x75\x73\x41\x02\x58\xeb\x70\xb1\x2d\x9c\x4d\xf1\xa8\xb2\x77\xf9\xd8\xf3\x88\x2d\x3a\x77\x2f\xe9\xbf\xd3\xdd\xee\x34\xcb\xee\x8e\x8c\xdb\xb1\x48\x6e\xfc\xd6\x5e\x16\x30\x4a\xa9\xd3\x54\xdc\x09\x6b\x08\xd8\xcd\x51\xfc\x42\x7e\xb0\x52\x36\xd8\xaa\x71\xde\x10\x8b\x60\xf6\xd4\x71\xdb\x2e\xe4\x09\x98\x76\x76\xb3\xa9\xd9\xe0\xdf\x4a\x24\x33\xf6\xe9\x8d\x87\xd1\x8b\xf1\x1b\x64\x29\x57\xeb\x46\x66\x0d\xe9\x23\x7d\x54\x47\x7b\xcf\x61\x31\xce\xec\x6e\x99\x13\xef\x24\x7f\x27\xc6\x0a\x65\x94\x5d\xab\xa1\x77\xca\x08\xe0\xff\x03\x5e\x79\xac\x17\x03\x34\xb8\xd1\x07\x69\x32\x39\xe6\xdb\x9c\xe6\x6a\x9b\xf3\xaf\xe9\xd1\x14\x4b\x84\x2e\xfa\x55\xfe\x82\x2e\x23\xf3\x4e\x94\x2b\xc3\x44\x3a\x6a\x06\xbd\x66\x0d\x69\x72\x64\x42\x79\x45\x94\xf5\x58\x75\x24\xb0\xd1\xa1\x26\xa7\x6a\xb5\xec\x20\x92\x23\x8b\xef\x78\x5d\x9a\x25\xf8\x02\xe2\xe5\x36\x70\x63\x2e\x33\xde\xa8\x49\x8e\xa3\x07\xc6\xe0\xa9\x34\xa7\x58\xbd\xca\xeb\x06\x71\x2b\xd6\xaa\xc5\xf5\x11\x96\xe5\x2c\x15\xe0\x30\x86\x39\x27\x28\x5f\xcc\xe9\xca\x15\x87\xf0\x72\xf9\xc3\xd6\x69\x7d\xe1\x02\x00\xeb\x21\xa0\xc2\xba\xb5\x35\x5c\x30\x96\x8b\x69\x15\xc1\x2e\xb0\x7e\xb8\xe8\x29\xa7\x7b\x2a\x81\x2c\x80\xe5\x01\x85\xd0\xf1\x70\x98\xaf\xa0\x9f\x36\x96\x97\xe4\xb2\xab\xab\x36\x06\xdc\x00\x2d\x06\x46\xc3\xc1\x86\x0f\x6a\x2a\x88\x4b\xc4\x0c\xcc\xa8\x8e\x94\xf9\xa2\x6b\x69\xf9\xbd\xa4\x18\x0d\xce\xe6\xbe\x35\xc7\x84\xda\x34\x7e\xaa\xe6\x7a\x98\xd9\x03\x91\x57\x93\x9b\xf0\xa7\x15\x5f\xe5\xb2\x87\x9e\xc0\x4d\x7d\x0d\x0d\x46\x61\x9a\xa0\xf3\xa2\x17\x84\xab\x2e\x9d\x87\xfa\xc1\xd1\xaf\xc6\x63\x89\xdb\xd4\xa9\x4c\x54\xc3\xb1\x4a\x39\x6c\xa6\xa6\x07\x51\xba\xe0\xf7\x8c\xf3\x5e\x6f\xe9\x79\x98\x4d\x55\x6d\x11\xb7\x6c\xc1\x3f\x7c\xfa\x9a\x46\xc1\x59\x08\x70\xb7\x61\x5a\xec\xf2\x10\xde\x6d\xe9\xa3\x95\x3f\xe5\x68\x6f\xa3\xc1\xcf\xa7\x7c\xb7\xee\x9d\x0f\x54\xc7\x77\xec\x5c\xae\xde\x77\x1a\x1d\x9e\x5e\x29\x0c\x2b\xd3\x2b\x3a\xe0\x0c\xc2\xbb\x70\xcc\x86\x49\x1e\x82\x00\x21\x6c\xea\x0a\x1b\x64\x53\x1d\xf5\x2e\x9c\xd0\x05\x6c\x25\x6c\x36\xcf\x59\x4c\x7d\xdd\x69\x76\x00\xf1\xcc\x82\xa0\xee\x9a\x92\x5c\x68\x8a\x07\xc6\x92\xe9\xa3\x06\x7c\xc1\x2d\x41\x02\xaa\x67\xff\x0b\xe2\x88\xaa\x3d\x12\x6b\xdc\x7b\xb4\x9b\x37\x28\x4e\x4c\x11\xa1\x0d\x9c\x36\xd2\x62\xce\x04\xe4\x23\x24\x40\x4d\xe1\xca\x3c\x70\x04\xc8\x91\x71\x9f\x5b\x40\xc6\x39\x04\x4c\xb9\x19\x58\xe5\xec\x9c\xc7\xdb\xc8\xf4\x2c\x30\x05\x12\xa9\x18\x7b\xa3\x62\x8f\x87\xe3\x86\x85\x0f\x73\x95\x2c\x89\x71\xdc\xd2\xf1\xc9\x73\x45\x1c\x4f\x30\x49\xa2\x58\x88\x46\x8e\xc0\x82\x94\x49\x13\xbd\xde\x90\x8c\x89\x7f\x13\x06\x4b\xda\x3a\x45\x08\xf6\x1b\x86\xcd\x30\x73\x85\x89\xc7\x7f\x43\x71\x4d\xe0\x51\xe9\xd1\xef\x66\xe2\x15\x17\xf9\x20\x10\x3c\x1e\xe6\x0a\xda\xdb\x4a\xcb\x30\x94\x8f\x4d\xc0\xa8\x06\x76\x2a\x95\x11\xff\x82\x7b\x97\x7f\x4d\xfe\x02\x94\xa1\x3f\x39\x09\x74\x5f\xfe\x6a\x65\x46\xf0\x9a\xc8\xe7\x7d\x7e\x12\x32\xac\xb2\xf1\x99\x33\x45\xbf\xb8\x58\x30\x8d\xcc\x5c\x47\xb3\x18\x72\xc2\x0d\x23\x12\x9d\x34\xfb\x56\x6e\x5b\x2c\xe5\xaa\x4e\x4e\xb4\x08\xdb\xdc\xd7\x93\x01\xe5\xeb\xf9\xb5\x98\x12\x0f\x29\x0e\x4b\x7c\x44\xa3\x2e\x9b\x95\xd5\x4c\x72\xac\x01\x77\xa7\x7e\x08\xa5\x82\x12\xeb\x0e\x9c\x5b\x82\x10\x67\x17\xb4\x4a\xee\x8f\xf9\xe0\x12\xea\x24\x13\xde\xfe\xe7\x18\xcf\x5d\x18\xd3\x5c\x83\x7f\x8a\xa3\x54\x30\x11\xfc\x34\x03\x47\xd8\x80\xa0\xda\x88\x1b\x94\x84\x13\xd0\x03\xa5\xe7\x63\xa5\x6a\x8e\xa1\x4b\xdb\xb5\xba\x9b\xfa\xb9\xe9\xdf\xa1\x1e\xf8\x59\xf4\x40\x65\xf0\x12\x89\x8c\xda\xe0\x50\x38\xfd\xb6\xfc\xc9\xcf\x17\x0b\x6a\x51\xf3\xe3\xce\x2d\xfb\xf3\x4e\x13\xeb\xa1\x76\x8d\x38\xad\xd6\x87\xd3\x5f\x4d\x03\x79\x9e\x8e\xcc\x3b\xce\x41\xe2\x2c\xe6\xdf\xcd\x4e\x13\x20\x24\x6f\x53\x30\xfc\x89\x38\x6c\x27\xf9\x2a\xa1\xb9\x4a\x78\xae\x58\x92\x02\x4e\xe5\x87\x3c\xeb\xe0\x91\xdc\xe0\xc4\xbf\xb9\xd6\x3f\x86\xb5\xc2\xb9\x03\xe2\xf4\x8d\x35\xdb\xb5\xbc\x0e\xe4\xab\x15\x38\x8f\xfb\x35\x22\xa9\x19\xd1\x07\x18\x29\x31\x3a\x1a\x6c\x2f\xd5\x02\xab\xd4\xca\x11\x51\x12\x17\x2c\x20\x12\xe0\x08\xd9\xd5\xfb\x59\xd8\x1b\x27\x3f\xfe\x30\x58\xa1\x70\x9a\x98\xe8\x7b\x59\xd3\x3a\x09\x3f\x7b\xf2\xf6\xed\xbb\x0f\xde\xcf\x9a\x68\x5d\x47\x78\x5f\x9a\xe9\x8d\xb5\xfd\x71\x58\x1b\xcf\x94\xf3\x8c\x26\x39\x5b\x8a\xf0\xb8\x69\x79\xeb\x2b\x56\xf2\x39\xcd\x88\xdf\xf9\x27\x89\xc4\x35\x42\xee\x0b\x89\x2a\x92\x9e\x08\x15\x68\x4e\xac\xc9\xa5\xe1\x49\x95\xf9\x37\x1c\x68\xc3\x1f\xd4\x55\x34\xa5\xbd\x9e\xb2\xbf\x15\x06\xff\x6a\xd0\x70\xc2\x9a\x08\x10\x0b\x8e\xad\x2c\x6e\xbe\x8e\xdc\x43\x12\xdf\x09\x1d\x62\x9d\x39\x82\x5b\xae\x5a\xde\x14\xc2\xf2\x7e\xa5\xcd\x3f\xde\xdc\x66\xcd\xa1\xd3\xc6\x1a\x45\xd8\xfe\x03\x74\x20\x2d\xcf\x1b\x73\x44\x6d\xbe\xbb\x65\x25\xb8\xad\xef\xa5\x2d\xe6\x82\xd3\x92\xd5\x5f\x5b\x63\xf6\x41\x03\x71\xd7\x4f\x10\x37\x15\x48\xa6\x1c\x80\x77\x0b\x1f\x59\x1f\x56\xa6\x09\x4d\x65\xae\xb8\xdf\x97\x90\xfb\xf7\x9e\xcb\x5e\xdb\x25\x1d\xce\x54\x12\x68\x10\x55\xe0\xea\xce\x8d\xfc\xcc\xb0\xaa\x7c\x2c\xb8\xee\xf8\x35\xee\xe1\xbe\x12\x1b\xd3\xdb\x98\x30\x7a\x38\x88\x00\x73\x47\xf0\x99\x2b\x57\x62\x0f\xd7\x9e\x61\x75\x72\x13\x26\xf3\x47\x43\x48\xe9\x7c\x9f\x2a\x56\x58\xf7\x8f\x8c\xf8\xc2\xc2\x0d\x17\x15\x02\xe6\x0a\xc1\x06\x3d\x8e\x3b\x45\x0c\x09\xbe\xcc\xe4\xd5\xe1\x4d\xc5\x9b\x4a\xb9\xe9\x0c\x8a\xe5\xf1\x6d\x53\x57\x56\x90\xef\x5b\x8a\x07\xf7\x1d\x02\xb6\x95\xdd\xaa\x24\x4a\x71\xe8\xbd\x72\xc1\xe9\x42\x71\xa7\xd3\x88\xb5\xa9\xe1\x2a\x87\xd0\x38\x12\xf4\xd4\x07\xb1\x62\x3f\xb9\xdc\xbd\x71\x12\x9e\x94\xf0\x89\xc4\x25\x29\xf6\x43\xf2\xbd\xea\x07\x09\x18\x1d\x21\x66\xe7\x28\x6c\xbb\x65\xdf\xc7\x26\x91\x99\x78\x15\x38\x95\xc9\xe7\xfb\x4b\x99\x65\xb8\xb8\x17\xc0\x49\x36\x0d\xe2\x09\xad\xbc\x71\x91\x3d\x5a\xe3\x43\x6f\x62\x3b\x96\x86\x23\x4f\x41\x28\x96\x30\xcd\xa6\xc3\x83\x16\x39\xdb\x19\x10\xc3\x06\x77\xc3\x24\x7e\xce\x21\x67\xbb\x48\xf2\xab\x96\xca\xe4\x59\x0e\x17\xc6\x2a\x2c\x19\x96\x38\x49\x24\x90\x25\xe2\x44\x61\x5e\xce\xdf\x5d\x7c\xf0\x26\x0d\xe6\x05\x4c\xb1\xb5\xb3\x49\xac\xde\x7d\x7b\x77\x0d\xd5\x83\xbf\x48\xde\xa0\xbd\xf0\x6a\x38\x55\xcc\x0f\xf9\x94\x72\x2b\xf7\xf6\xcb\x0c\x6e\x9a\xe0\xb4\x09\xf3\x47\x30\xe9\x3a\xe1\xde\x04\x68\x67\x3e\xba\x48\x7a\x13\xb4\xbd\xfe\xa8\x67\x09\xd4\x96\x5a\x9c\x69\xa6\xe0\x6c\x02\x53\x46\x5f\xc3\x09\xe2\x07\x37\x1e\x9c\x3d\x89\xba\x17\x4e\x93\xb3\x2a\x22\x93\x36\x86\xc7\x4f\xb7\xf4\xc0\x07\xaa\x96\x86\xbf\x95\xb2\x69\x45\x53\x0e\x7f\x6e\x7b\x32\xfb\x00\xc5\xed\x99\x7e\x7d\x05\x58\x06\x7f\x01\x7b\x7f\x9a\xc0\x5d\x24\xd9\xb3\x3f\x2a\xee\x55\xfa\xb1\x41\x44\x43\xa5\xcc\x0a\xd8\xd9\x69\x86\x02\xd8\x68\x0b\x76\x70\xdc\xad\x63\x7f\x84\xb4\x61\x44\xdc\x71\x8d\x11\xbb\xdd\x99\x69\xf2\x0a\xbe\xfb\x57\x1c\x03\x21\x59\x11\x2f\xd4\x18\x9a\xc9\x0c\xa5\x56\xb8\xf9\x81\xb7\xe9\x48\x94\x24\xbe\x70\xcf\x71\x4b\xe9\x2c\x1b\x2c\xc5\xb0\x67\x56\xcb\xfe\x49\x15\xea\x23\x00\xcd\x1e\xbc\xd8\xec\x49\x69\x03\x0b\xf5\x41\x44\x57\x88\x3b\xf6\xfc\x77\x08\xb0\x97\x18\x9a\xb3\xd7\x1c\x3b\x73\x98\xbf\xa8\xb2\x2b\x7b\xc1\x7a\x20\xd9\xab\x07\xb3\x15\xef\x2d\xb1\x61\xfd\x66\x26\x0f\xf0\xb1\xf7\x0e\x20\x60\x8a\x74\xf7\xda\xfc\x7d\x11\x0e\x23\xe6\xa2\xd5\x23\x46\x3b\xd7\xa4\xf7\x80\xf9\xce\x2d\xe2\xc0\xca\x3b\x47\x12\xce\xd4\x05\x47\x61\x66\x98\x6b\xf0\xf7\xf6\x9c\xcc\x3f\x1d\x74\x97\xed\xf9\x9e\x47\xdf\xa8\xd2\xa9\x95\x8a\x56\xec\x84\x0c\xd5\xe0\xae\x02\x2d\xab\xd5\xf7\xc6\x07\x8d\xd8\x4b\x0c\x65\xbe\x3c\x81\x9b\x83\x05\x31\x07\x0a\x23\xe1\x40\x39\x7e\x0e\xdf\xf6\xa3\x9a\xc3\x47\x39\x46\xfa\xc2\x57\xdd\x5e\x72\x17\x22\xa1\xc3\xe6\x5b\x7f\x20\x06\xc9\x7b\xf3\xaf\x4c\x82\xc2\x0a\x8c\x8f\x50\x33\x46\xdf\x2d\xf9\xb6\x94\x91\x6f\x52\xb0\x0c\x0a\xe2\xa8\xe2\x68\x8f\x46\xf6\xc3\x1e\x43\x26\x16\x51\xa9\x45\xa0\x91\x20\xc4\x13\xcd\x8d\xbd\x80\x1d\x93\x65\x17\x49\x05\xdb\x08\xc4\xf5\xc0\x54\xb9\xe0\x3b\x37\x72\xd3\x26\xb7\x37\x23\x89\x0a\xe1\x10\x89\x0f\x8c\x07\xff\x7e\xf1\xee\xed\x89\x76\xf5\xcb\xe9\x77\xa7\xff\xf6\x2f\xff\x72\x7a\x3c\x1e\x4f\x89\x64\x14\xa7\x07\xa2\x70\xa7\x24\x8e\x9b\x12\xf9\x99\x0e\x83\xc0\xcd\xee\xb1\x29\xaf\x7f\x7c\x44\x7f\xa7\x0f\x87\xd4\x5c\x1e\xbf\x11\xb3\x7b\xf0\x06\xd4\x3f\x4e\xd4\x75\x17\xb1\x6e\xa5\x1f\x8a\x36\x64\x78\xb0\xa4\xe2\x36\xf9\x4c\x3e\xe4\x02\x4c\xc0\x34\x2c\x6b\x03\x5f\xcc\x8d\xc9\x03\xa4\x68\x88\x7f\xd8\xce\x6f\x7a\x93\xb1\x07\x96\x53\x3b\xdc\x91\x57\x4b\x7d\xea\xa9\x0f\x21\x1e\x34\xbf\xb0\xf3\x8c\xd7\xfb\x80\x8a\x0a\x9a\x3c\xcd\x2f\xdd\x22\x45\x87\xec\x51\x55\xdf\xa9\xca\xcb\x96\x40\xd2\x94\xd5\xf9\x7a\x0d\xa1\x96\x23\xe7\xfd\xd4\xaf\x96\xef\x11\x54\x65\x71\x65\xdf\x2d\xc1\xbd\x5a\x3c\xa7\xc7\x0b\x86\x5c\xab\x11\x61\xf8\x69\xbf\x3c\xc7\xb7\xf6\x62\xd3\xec\xd5\x56\x4c\x32\x56\x66\x03\x16\x36\x5e\x64\x93\x4b\xe1\x83\x5a\x24\x1a\x14\x87\x31\x20\x44\x4e\xb6\x39\x3c\x4b\xe9\xec\x6b\x93\x7c\x2b\x11\xdf\x51\x72\x58\x4c\x2c\x5a\xfc\xd4\xa6\x19\xcc\x98\x6a\xc8\x65\xe2\xd8\xf3\xe2\x44\x6f\x19\x04\x76\x9e\xb1\xf9\xe0\xcb\x14\xa3\x13\xe5\xa8\x2a\x1f\x6f\xa5\x8d\xc4\xee\x65\x90\x60\x8b\x73\x30\x6a\x8e\x49\x6d\x56\xfd\x64\x6b\xf8\xa5\x6d\x7f\xdd\x71\xd4\x1d\xb7\x75\x53\x35\x77\x44\xcb\x9b\xae\x88\x90\x1d\xd8\x60\x72\x74\x2c\x57\xb0\xcc\x12\x15\x71\x6d\x52\x8d\x80\xdd\xe7\x25\x99\xd0\xf4\xa2\x6f\x1c\x3d\x5f\x39\x64\x40\x95\x8e\x59\x1e\x54\x6d\x5f\xfa\x39\x00\x8b\xaa\xb7\xdc\x47\xde\x8c\x8b\x3c\x2a\x17\xf6\xd9\xdb\x51\x26\x4b\xfc\x67\x2d\x13\x80\x00\x87\xef\x35\x8a\x05\xde\xcb\xa9\xd7\x3d\x85\x34\xf7\xc3\xf9\x3e\x27\x71\x5f\x31\x0f\xb2\xcb\x3c\xd9\x8d\x83\xb0\xd8\xab\x5d\xa5\x78\x2b\xd5\xb0\x43\xac\x39\x1a\x0b\x6e\x36\xda\x7b\x71\x96\x0d\xb7\xb1\x67\x46\x35\xce\xd2\x90\x5c\xf0\xbf\xc0\x6f\xb9\x58\xdf\x07\xd0\xb7\xe2\x04\x22\x93\x17\xe3\xfa\x24\x61\x83\x05\x2f\x14\x86\xe8\x23\x6c\x8f\xc1\x64\xee\x8b\xea\x4a\x82\xef\x04\xaf\xd9\xf8\xc8\x85\xe1\xe8\x3d\x30\x02\x89\xe8\x28\x24\xd1\x96\x18\xab\xd9\x72\xb6\x0c\x47\xdf\x09\xc8\x05\xb3\x5e\x30\x7e\x9c\xf2\x97\x28\x3c\x98\xdd\x62\xf7\x8e\x56\x54\x02\x04\xc3\x51\x06\xca\x20\x20\x06\xbf\x75\x47\xfd\x0d\x55\x85\xd5\x3c\x1c\xc8\x47\x8d\x57\x6a\x5d\x6d\xe3\x2e\xde\x20\x14\x86\xc6\xeb\xb1\x41\xf4\x42\xd2\x38\x90\x38\x6e\xce\x59\xd4\x94\x63\x34\x7a\xc1\x73\xc2\xb2\x3e\x82\x4e\xaf\xec\x4e\x02\x63\xdf\x14\x3c\x27\x5a\x99\x91\xe0\x38\xf1\xa0\x83\xf8\x38\x5e\x7a\x0f\xc3\xe3\x8c\xaf\xdb\xc0\x97\xf1\x9b\x56\xfb\x9b\x42\xe4\xf4\xfa\xe7\x2c\xb7\x91\xa1\x76\x24\x6a\x84\x7d\x08\x36\x56\xd8\x8e\x05\xcc\xb9\xad\x6f\x76\xb2\x7a\x73\x7e\xab\xe3\x63\x96\xaf\x56\xd3\x45\x4d\xdc\x3e\x82\xce\x74\xf5\xd2\xcc\x9e\x16\xa9\x74\x0a\x2f\xad\x09\x00\xdc\xfa\x08\x4d\x16\x24\xad\x95\x05\x8e\x4e\xb8\xac\x73\x8e\x98\x1f\x67\xf2\x47\x92\xd8\x9f\x2a\x7e\xf5\xe9\x8c\xd2\x1d\x0b\x25\x5c\x6c\x10\x24\x70\x2a\xe5\x20\x73\xcc\xf1\x8b\x43\xe7\x20\x66\x28\xf1\x03\x5c\xf2\x02\xdf\x01\x10\xdf\xa5\xd7\x67\xca\xf0\x33\xf9\x44\x3f\x83\xfc\xae\x44\xa8\xfe\x4c\x20\x3e\xca\x47\x08\x83\xea\x94\xd6\xe9\x19\xcc\x3e\x2e\xea\xb5\x16\xdc\x0f\xf7\x67\xf4\x2e\x38\xbe\x95\xda\x79\x4f\x81\x7b\x99\x07\x0c\xe2\x37\xdc\xcb\x22\xed\x50\x50\x9d\x4e\x3b\x51\xb9\xa7\xaf\xde\xca\x07\x5f\x94\xe3\x80\x9b\xea\x48\xc7\x61\x51\x78\xc6\x26\xf6\x1e\xde\xd4\xdd\xc7\x7b\xaf\x3f\x5c\x8e\x5c\x9e\xe4\xdf\xfe\x99\x69\xfe\x74\x20\x59\x9d\xae\x5a\x70\x72\x30\xb4\xb8\xd4\x3d\x82\xc6\x48\xb9\x4f\x84\x66\x45\xb5\x47\x58\x1a\x79\x37\xcb\x01\x51\x87\xb0\x8c\xb4\x0e\x0b\x04\x5b\xb5\xc9\xec\x02\xe2\xac\x96\x36\x35\x85\x14\x17\xcc\xac\x9f\x1b\x6f\xeb\xd6\x93\xe2\x5e\x93\x80\xa3\x56\x47\xb7\x7e\xa3\x8c\x8e\xf2\x66\xc7\x53\xaa\x00\x3f\xa2\xf1\x7a\xe7\x12\xbe\x9e\x48\xcc\x87\x9d\x1f\x08\xbd\x44\xf4\x70\x09\xd8\xbe\x64\x38\x8d\x7a\x1d\x94\x3d\x63\x26\x83\x10\x44\xd5\xa9\x05\x51\x58\xd8\xc7\xc0\x8d\xb0\xde\xab\x81\x42\x9d\xe5\x0a\x2c\xca\x26\x0d\x7c\x01\xf3\x1d\xd5\x7e\x30\x99\xaf\x9c\x18\x29\x0d\x09\x9f\xae\x35\x1c\x88\xcd\x60\x56\x1d\x81\x93\x23\x60\xfb\x84\x88\x0d\xf4\xe9\xaf\xaa\x52\x2e\xf3\x66\x4b\xe1\xe4\xc2\x9b\xb0\x2d\xbf\xbc\x73\xa9\x9a\x5d\xb9\x4d\xed\x2a\xb5\x34\xbf\xf0\xb3\x65\xe9\xbc\xb2\xf1\x2e\x9d\x0d\xb6\xd6\x41\x21\x44\x09\xde\x39\xc0\x07\x8e\x03\xea\x72\x20\x35\x80\xa1\x25\xf1\xdb\x3e\x9c\xdd\xc7\xa2\x41\x24\xaa\x05\xcd\xef\x69\x6f\x69\x03\x70\xcb\xf4\x81\x89\xa7\xfd\x47\x05\xba\x04\xd7\x24\x3c\xdb\xae\x90\xc1\xc3\x32\x4c\x39\x34\xd8\xa3\x7b\xa8\x12\x2f\xe1\x14\x46\x74\x70\x7e\xe0\xe2\x1f\xf4\x8c\xff\xf8\xe6\x05\x5d\xec\x2e\x0a\xa6\xd1\x23\x1f\x3c\x2f\xa2\x1d\xe3\x7c\x2f\x22\x3c\xb2\x7b\xc7\x56\x35\xd8\x0d\xca\xd9\x59\x38\xd5\x85\xb1\xf9\xe5\x7d\x7f\x83\xda\xa3\xc9\x56\x76\xa6\x09\x03\x88\x40\xaf\x06\xb9\x4d\x75\xfe\x52\x88\x35\x6b\x81\xf9\x86\x03\x8c\x42\xf3\xe2\x6c\x34\x84\x3d\xb7\xa8\xd2\x06\x6d\x79\x9d\xbe\x34\xf0\x15\x0d\x5a\x7f\x27\xc4\x7e\x23\x38\x76\x9b\xbe\x11\x33\xe2\x01\x5c\xfb\xfa\xf0\x1f\x9d\x67\xf6\xd7\x64\xf2\x1b\x1d\x84\x9f\xfd\xb3\x10\xaa\xa4\x7e\x17\xbf\xc7\xcc\xf9\x2e\xfe\x71\x0c\xa4\x46\xbe\x9f\x61\x7e\xc6\xf3\x2a\x41\x5d\xfd\x68\x3d\x83\x57\x9e\x25\x58\x0f\xfb\xe9\xdb\x70\x3d\x53\x7b\x79\x7d\xfc\xbd\x7d\xef\x2c\xce\x57\xcb\xad\xbb\xcb\x0b\x23\xbf\x26\xe2\x37\x31\x7b\x83\x68\x2a\x25\x9e\x0f\xc0\x8b\xe1\x0d\xb1\xbc\x30\x70\xbf\x32\xb8\x05\x0f\xcd\x0c\x0b\x7b\xb8\xf2\x6d\xd2\x5d\xc3\x8f\x4d\x34\x13\x8e\x53\xae\xaa\xf7\x66\x56\x18\x0e\xd4\xc2\x69\x37\xc7\x3e\x0f\x2e\xda\xa3\x2a\xbd\xc3\x8a\x9f\xbe\xa3\x98\x8f\x61\x04\x99\xf8\xa9\x0b\x9e\x64\x4e\xba\x05\xd2\x4e\xe8\xc7\x20\x28\xbd\x5b\x70\xdc\xf4\xd1\x67\x16\xf4\x8a\x80\x5e\x6b\xcc\xcb\xf0\xb2\x4f\x33\xf5\xcd\x38\x4a\x01\x01\x73\x6d\x5f\x6e\xe6\x1a\xf0\x06\xd6\x4f\x02\x19\xc5\xa9\x60\x1d\x12\x14\x03\x30\xda\x11\x8d\x5f\x23\x6a\x2c\x21\xbd\x2b\x08\xa9\x9c\xad\xf4\x10\xc0\x7f\x1a\x0d\xd3\xde\xc3\xad\x7f\x28\x38\x49\xff\xc9\x92\xaf\x07\x27\xf9\x07\xfd\x9f\x6e\x0c\xfa\x1d\x2a\x4a\xa3\xe8\xdf\x2e\x63\x10\x06\xfc\x1b\x7d\x96\x86\x7a\xbc\x18\xde\x91\x8f\x70\x12\xfe\x6e\x93\xa0\x3a\x42\x11\x72\xfe\x33\x7e\x50\xa1\x9d\x7f\x28\xd7\xf7\x82\x50\x47\xf4\xc2\xc6\x9f\x96\x22\x9e\x04\x5a\x9f\xb5\x90\x04\x0e\xc4\xfa\x40\xd4\x08\x68\xc3\x40\xf8\x1f\x46\x69\xe3\xfd\x72\x5b\x91\x30\x68\x1b\xab\x85\x6d\x54\x74\xdc\x34\x75\xb3\xed\x23\x9e\x45\x9e\xa1\x1f\x87\x41\xdb\x10\xb3\xed\xc6\x90\x6d\x37\x98\x42\xbf\x12\xbb\xad\xdf\x65\xd0\x17\x61\x51\xc2\xf8\x7b\x3c\xc8\x26\x1f\x1d\xa4\xa3\x48\x67\xbd\xe9\xf8\x5a\x38\xb7\x13\xa7\x01\x1c\xca\x4f\x81\x41\xe0\x39\x2b\x79\x7b\xf6\x44\xb6\xb0\xc9\xa5\xe0\x40\x69\x17\x85\x03\xf1\x13\x65\xaf\x29\x86\x7d\x0b\x94\x8c\xd0\xdf\xda\xeb\x15\x13\xa5\xd8\x53\xfd\xbb\xc9\xf7\xf3\x20\xae\xdb\x1b\x97\x9a\x7c\x72\xa9\x3f\xb8\x42\xc2\xa8\xb8\xd7\x0f\x7a\xe9\x96\x42\xee\x24\x72\x41\x7e\x30\x1e\x40\xbc\x16\x10\xe7\x7a\x98\x1a\x95\xab\xfa\x75\xeb\x93\x96\xb8\xb4\xa2\xdd\x4b\xde\xd3\x6f\xdf\xa9\xde\x4d\xd0\xb8\xdc\xec\x75\x9e\xb9\x24\xb1\xf7\x45\xc1\x1d\x6d\x16\x9d\xf9\x92\x03\xcd\xbc\x4b\xd5\x13\x51\x8c\x20\x19\xec\x68\x70\xdd\x91\x5c\x6c\xea\x7b\xcd\x0f\x7d\x58\x3c\x8d\xf9\xb6\x0b\x4f\x4d\x39\x36\xa7\x78\x27\x04\xbd\xd1\xa5\xd0\x54\xd7\x6e\xcb\x0d\x4b\x22\xf8\x15\x0d\x46\xca\x61\xcb\x54\x62\x1f\xe6\x86\x8f\xf3\xf3\x81\xc2\x6e\xa1\xfe\x81\x9f\xeb\xfe\x3b\xb2\x09\x6b\xe9\xe4\x7d\xeb\x44\xcc\xcd\x12\x77\x6e\xaa\x95\x33\x47\x6e\xdb\xb6\x9e\xc3\x71\xfb\x21\xc8\x3f\xdd\x01\xd6\xd9\xba\x18\x31\x36\x88\xb8\x9a\xa4\xa4\x3d\x79\x2b\x58\xbb\xe4\xdf\x8e\x8e\x3b\x15\x02\x7d\xad\x53\xdc\xe6\xff\x27\x2e\x80\xe3\x4d\x27\x62\x9b\x2f\xfb\x4e\x13\xac\xe6\x92\xdb\x00\x66\xed\x7b\x68\x83\x13\xb9\x06\xed\x63\xc3\xfd\x58\x45\x02\x3e\x7e\xb8\x4a\x9e\x38\x79\x0d\xd8\x08\xc1\xee\xda\xf1\x0a\x37\x44\x70\xfd\x06\x5a\xe1\xab\xb0\xc0\x3e\xa6\xa2\x7a\x0d\x7a\x60\x75\x13\x0f\x09\x8b\x1d\xb3\xe5\xfc\xf8\xe9\x31\x61\xff\x24\xe3\x1b\x8f\x6b\x01\xb6\xb1\x49\xc1\x0d\xf6\xce\x1d\xa4\xb9\xc5\xcd\xe4\xb1\x33\xdd\xd3\x36\x94\x2c\x37\x9d\x67\x9e\x79\x1c\x54\xaa\xa4\x9e\x3b\x19\x2a\xb3\x87\x80\xf1\x02\x06\xb1\xfd\xc3\xf0\x9c\xfc\x46\x66\x16\xdc\x90\x10\x60\xb1\x16\x84\x0b\x31\x58\x00\x2e\x81\x9b\x41\xad\x76\xa5\x60\x73\xca\x88\x8a\x6d\xd8\xb5\x30\x34\xd7\x35\x63\xaa\xe0\xf4\x58\x54\xea\x69\x48\x24\xfa\x58\xd4\xc3\x4f\x8b\x00\x20\x31\x7e\xcd\xad\xeb\xe8\x0f\x3a\x54\x7d\xfa\x3e\x1a\x4c\xc1\xa6\x20\x53\x8e\x12\x8f\x6f\x6c\x55\x89\xcb\x3f\xd8\x70\x8f\x6e\xdc\x40\x34\xbe\xb1\x2b\x8e\xa8\xfc\xa3\xd3\x70\x53\x6f\x92\xc8\xcd\x28\x78\x89\xc0\x2f\x53\x20\x2b\x01\x4b\x23\x79\xc9\x92\x0b\x76\x8d\x92\x87\xdf\x87\xae\x51\x81\xa9\x63\x3a\xed\x6f\x18\x9f\x19\x6e\x9a\x5e\x20\xb3\x70\xef\xa8\x1b\x97\x84\x13\x75\xd7\xf5\x7d\xad\x25\xad\x37\xe4\x68\x58\x80\xdc\x43\x64\x50\x4c\xac\xc5\xa6\x3d\x78\xfb\x2e\xa4\x97\x4e\xf3\x0a\x4a\x7c\x22\xec\x5f\x27\x8f\xe1\xf1\x53\x60\xb6\x2f\x78\x22\x8a\x17\xf0\xf3\xc4\xbd\x9e\x3e\x3b\xb3\xbf\xf8\xa5\xbe\x26\x30\xeb\x4e\x42\xbe\x9a\x19\xe7\xda\x3f\xed\x14\xcd\x70\xf4\x36\x79\xf8\x96\x19\xde\xef\xea\x5a\xf7\xb2\x59\x23\xf1\x81\xf9\xba\xac\x7b\xcd\x7e\xa2\x5e\x93\xb3\x8b\x2b\xbc\xf0\xc6\x32\xeb\x16\x6a\x0d\xb5\x78\xed\xaa\x12\x55\xc3\x1e\x0c\x03\x05\x1e\xeb\xf2\xf7\x80\x7e\xc6\x4f\x09\x0e\xcf\xdf\xb8\x71\x32\x21\x4a\x91\x16\xb3\x0f\xf8\xf7\x87\xe4\x5e\x36\xf1\xa3\x65\x1d\x31\x4d\x33\x31\x5b\x17\xfa\x8b\xe3\x8d\x79\x00\xe7\x3b\xdb\xa8\x21\x50\x3a\x11\xd4\x80\x5e\xee\x58\x97\xdd\x71\xc8\x4d\xfa\x93\x68\xd7\xb5\xab\x63\xed\xc9\x4d\x1e\x76\x2b\x83\x22\x9d\xaf\xca\xeb\x6e\x59\xb0\x32\x75\xf1\x38\x08\x00\x7a\x12\xa4\x86\x6f\xcd\x47\xe9\xf6\xa1\x33\x6b\x2b\x0a\x33\xc3\xe5\x09\xd3\x0f\xf2\xfe\x59\x98\xd4\xc8\x13\x68\x61\x92\xf8\xb4\x84\x29\xfb\xb4\xa6\x41\xe4\x7b\xc4\xc7\x8e\x40\xad\x4b\x70\xd8\xf4\xb0\x78\x2f\x38\x7d\x5c\xc5\x48\x9f\xf4\x09\xfd\xa8\x07\x3e\x54\x5d\x98\x5c\x54\x84\x26\x6c\xd2\x28\xe3\x5a\x95\xf5\xef\x55\xeb\x2e\x22\x06\x35\x70\x88\x8e\x30\x45\x44\x06\xec\x98\x30\x95\x37\x6b\x98\xe0\x25\x5a\x33\x84\xa6\xcc\x42\x1e\xfc\x1b\xc1\x2d\x91\xe5\x1d\x7e\x89\x2c\x3f\x06\xd7\x1c\x73\x04\x74\x64\x4d\x8c\xbe\x44\x35\x06\x56\x77\xe5\xec\x63\xde\xe2\xc5\xcd\x08\x02\x97\x50\x71\xef\x99\x83\xf6\x57\x1c\x14\xf5\x19\x92\x12\x4a\xa2\x75\xc8\x92\x77\x78\x8e\xb8\xb9\xb5\x84\x3b\x26\x39\x7e\x16\x17\x40\xdc\xd7\x5c\xf4\x8e\x96\x6d\x0a\x0e\x4a\x5f\x99\x1e\xb6\x79\xd9\x7f\xbd\x3a\x0c\x7c\xa7\x57\x20\x19\x67\x0e\xc1\x03\x08\xdf\x52\x4d\xdc\x37\x05\xf0\xb1\xa4\x6b\xec\x6d\x61\x90\xbe\xa5\x9f\x7c\x12\x80\xf6\x53\x1d\xcd\x20\x8c\xfc\x90\xf5\x60\x50\x36\xe4\xdc\x5e\x55\xdc\xcb\xf1\x2a\xbe\xa9\x83\x7c\xe6\x96\x6b\x39\x7d\xac\xca\x39\x65\x87\x4b\xe7\xe1\x4d\xe7\x2b\xf1\x57\xb8\x8c\x49\x4c\x79\x51\x11\xf5\x87\x6a\x98\x43\x39\x7c\xa5\xc2\xb0\x9b\xdf\x58\x63\xb2\x41\xe4\xc7\x1b\x95\xc6\xe1\x10\xd6\x79\x3b\x5f\x2f\xb5\xeb\x2f\xd2\x7a\x81\x1b\x86\xf0\x6a\x36\xac\xdf\xe8\x46\xb0\x37\x2c\xe2\x99\xb5\x41\xd1\xc0\x04\x4a\xb5\xb8\x77\x67\x7d\x3d\xb5\x69\xae\xca\x25\xb4\x76\x78\xbc\x87\xad\xee\x2f\x89\xde\xa8\x10\x76\x7f\x4a\x89\x8f\x24\xac\x64\x7e\x6d\xd8\x3e\xdd\xdc\x4f\x1e\xbc\xe6\xd7\xdc\x7e\x18\x79\x5b\xa7\xb4\xc1\x90\x99\x9a\xb3\x28\xa6\xac\x2a\xf8\x4f\x3c\xc7\xc1\x6f\xb2\xde\x79\x78\x6b\x1f\x62\xac\xe8\xbf\x46\xa3\xf5\x6e\xa4\x9f\xc0\x90\x1b\x46\x14\x78\xa5\x44\xc3\xea\xa3\xeb\xa9\x78\x8d\x3d\x10\x07\x23\xf8\x6a\x4b\x80\x54\x77\x0c\x5b\xeb\x68\x23\x1a\x43\x23\xca\x50\xb5\x9d\xde\x30\x94\xb0\xf1\x1b\xb1\x5c\x5b\x1e\x8e\x27\x3c\x26\x39\x30\x06\xd5\x87\x7b\x15\xb3\x8f\xfc\x27\x91\xc4\x90\x38\x75\x38\xa8\x08\x29\xaa\xba\xea\x48\x0a\x32\xee\xc1\xb7\x17\x36\xa5\x19\x01\x67\xad\xfe\xd5\xbc\xe3\x5b\xbb\xb6\xc4\x9a\x78\xd3\x2e\x78\xa3\x25\x28\xc7\xec\x83\x2d\x05\x5d\xef\x92\xb5\xfb\xe0\x27\xd2\x22\x88\x06\xe8\xea\x08\xca\x6a\xa9\x6a\xd1\xa6\xd4\x9b\x8c\x7d\xe8\xba\xe8\x29\x18\x0f\xbb\xaf\x38\x88\xf8\xbc\xa0\xf9\xe9\xf6\x73\x8c\xb9\x41\xfc\x40\xb6\x97\xd5\xc9\x6b\x4e\xc6\x9d\x91\x7a\xd8\x80\xed\x96\x96\x72\xcd\x50\xef\xd4\xdc\x36\x5e\x0e\xc1\xbb\xfa\x65\xd6\x12\xcb\xab\x57\xc0\xce\xde\xc6\xa4\xfb\xde\xdc\xbd\xa4\xa4\x91\x79\x63\xc8\xfe\x04\x00\xf6\xd4\x4d\x36\xbf\xb2\x62\xe2\x29\x0b\x8b\xe5\x59\x61\xb8\x48\xf2\x86\x13\xec\xc1\xb0\xba\x09\x9e\x5d\x59\x66\x2f\xab\x6a\xef\x57\xf4\xd5\xd8\xa2\x86\xa5\xd4\x14\x35\xe8\x1c\xbf\xff\xb2\xee\x51\x74\x2e\x58\x2d\x70\x53\xbd\x91\x02\xf2\x11\x01\x2d\xaa\xaa\xc5\x23\x74\x7b\xf0\x85\xec\x24\xc9\xd1\x68\x6d\x2a\x3c\x1d\x96\xdb\x91\x5e\x09\x74\x7f\xce\x08\x7a\xcf\xb1\x3b\x6f\x99\xb5\x1d\x22\x8c\x53\x6b\x75\xb7\x84\x2f\x6d\xa3\x4d\xbe\xb9\x40\x5c\x72\x97\x3c\x36\x13\x83\x92\xae\xdd\x41\xe1\xd1\x86\x97\xe9\x72\x63\x46\x5a\x7e\x86\xf4\xaf\x34\x3d\x28\xeb\xdb\x1e\x14\x1f\x6b\x5c\xde\x26\xc5\x91\xb5\xe8\x96\x5b\xd3\xe2\xba\xe5\x66\xce\x5e\x0c\xbe\x2a\x7d\xd9\x94\xd9\x00\xe2\xc9\x11\xcc\x99\xa0\x5a\x0e\xba\x30\x56\x29\x9d\x31\x74\x86\xa4\xec\xdf\xe2\x37\xee\x33\x42\x41\x24\x66\xe9\x68\xa1\x0a\x11\x0b\xe6\x2a\x0c\xe8\x6e\x04\x2b\xe6\x2a\x78\x22\x17\x4c\x1b\x15\x6a\x74\x63\xe6\xe2\x20\x34\xa8\x0e\x51\x23\xe5\xb0\x5b\x5e\x2d\x0b\xe3\x02\x48\x26\xd4\x0f\x4d\x0b\xa0\x59\xde\x21\x68\xa6\x96\x17\xec\x69\x71\xe0\x20\x94\x00\x57\x29\x19\x4a\xa2\x96\x58\x89\x01\x61\xb3\xe5\x94\x9e\x7d\x5b\x89\x3d\x02\xe0\x7c\x53\x11\xdb\x37\x29\xf1\x5a\x1d\xb2\x6f\x2d\xa2\x3d\x6a\x66\x11\x14\x54\xbc\x2c\x92\xca\xa5\x24\x7d\x4b\x8a\x30\x94\x43\x2b\xbb\x17\x2c\xed\x9b\x51\x02\xca\x6f\xac\xaa\xe1\x42\xcc\xa0\xd6\x15\xcf\x09\xe4\x0a\x08\x0e\xfc\x2d\xf8\x6e\xf9\xb6\xbc\x25\x48\xb6\xf3\x2c\xb5\x79\x41\x98\x44\x49\x11\x36\x86\xc5\x5e\x4d\xd1\x30\xb0\x41\xfc\x57\xcd\x60\xa7\x61\x5a\x6e\x08\xf7\x72\x95\x75\x75\x25\xb7\x47\xde\x73\xa2\xde\xd4\x7c\x8b\x0c\x95\x99\x93\x0f\x55\x82\x17\x74\x83\x31\x39\x87\x39\xe3\x47\xc4\x66\x46\x67\xb2\xd2\x0e\xf4\x18\x30\xa9\x21\x0e\x21\xa8\x83\x62\xde\x5e\x5c\xc3\x9e\x44\x22\x7b\x72\xc1\xa9\x0a\xc7\xd1\xfb\x67\xaf\x39\x5e\x7f\x58\x94\x05\x2f\x11\x64\x7a\xc5\x5f\xb3\x48\xc6\x56\x78\x81\x77\x4f\x93\xaa\x02\xf9\x35\x94\xf3\xb8\x8e\xc2\x01\xd9\x25\xe4\x13\x7c\x43\x49\x2c\x11\xab\x5f\x66\x3b\x7e\xc3\x93\xc4\xe7\x5f\x7b\x8f\xd8\x0f\x3b\x30\x63\xb1\x5b\xaf\x7b\x81\x9a\x21\x76\xe9\x17\x8d\x4d\x6f\x9f\xc3\x78\x83\xc7\x2f\xba\x5d\xf0\xdc\x4b\xf2\x4c\xf3\x92\xd7\x78\x3c\xe3\xa6\x92\xa2\x09\x7b\x70\x41\xbc\xe1\xe9\x77\x18\x13\x2e\xe2\xaf\x8b\x6a\xc1\x96\x3b\x8e\x20\xc2\x0f\x69\xb4\x0f\xb5\x86\xbc\x99\x7b\xa4\x0b\x5f\x33\x62\xc6\xab\x8f\x83\x80\x66\x34\x0c\x21\x45\x81\xe0\xef\xa7\xab\x72\xcd\x2e\x13\xcc\xd4\xb8\x9e\xc1\x0c\x9a\xb5\x26\xda\x47\x93\xd5\xd9\x86\x55\xd1\x3b\xdc\xac\x74\x31\x72\x6c\xb0\x25\xde\x2e\xc2\xe8\xba\xd0\x19\x61\xcd\xf2\xe6\x83\x3c\xef\x20\x36\x5b\xd7\x2f\xf1\x85\x55\x1d\xa1\xb8\x6d\x31\x70\xc2\xc0\x91\x0c\x34\xba\xd2\xee\x15\x28\xfb\xf2\x74\xf0\xf2\x31\x83\xf7\x6c\x94\xe1\xa4\x84\xfa\x68\xdd\x82\xbd\x37\xfe\xe3\xb9\x86\xeb\x2d\x68\x34\x11\x51\xfb\xc8\x3f\x0f\xba\x77\x67\x3e\x7e\xe6\x3f\x54\xf5\x7d\xf5\xc9\xff\xb0\x17\x88\x0f\x00\xa7\x92\x68\x35\x82\x2e\x14\x79\x86\x20\x50\x90\xf7\xe5\xfd\xa2\x40\xfd\x73\x62\xdf\xb5\x63\x67\x7c\xb1\x84\xf3\x3b\x19\xe5\xb0\x0f\xd3\x70\xa2\x42\x77\x9f\x27\xc1\x1a\xdd\xe2\xee\xc3\xaf\xb9\x4f\xf9\x1a\x68\x48\x78\xc3\xe7\xdd\x1d\xe9\x65\x50\x4f\x50\xf9\x33\xf4\x69\xe1\x04\x6b\xd8\x78\xcd\x36\x0d\xd1\x1f\x32\x1d\x8d\x1b\x08\x54\x89\x82\xd7\x48\x36\x85\xc2\x8f\x3c\xd7\x15\xb6\x2c\xdf\xb1\x51\x54\xd2\xe4\xdd\x1c\xff\xfe\xbf\xa4\xe2\x4d\x8b\x86\xdf\xc4\xa8\xd5\x97\xc7\x86\x06\xf1\x6f\x2e\xb0\x3e\x53\x69\x5e\xd4\xd3\x1e\xd5\x7b\xc3\x79\xc9\x39\xf2\xb4\x0c\x22\xb5\xc1\xbc\x09\xa2\xad\x34\x55\x33\x5c\x8f\xe5\xdb\x87\x30\x97\x6f\x79\x6d\x3c\x9b\xbd\x0a\x1e\xd5\xd6\x2c\xeb\x6b\xf4\xd4\x87\xd9\x0e\x3a\xc8\x15\xf5\x3a\x16\xd4\xcb\x30\x63\x24\x9b\x89\xb5\xc0\xa8\x9b\xfe\x99\x38\xe8\x4b\xda\x86\xa4\x7e\x62\xb2\x1b\xdb\x16\xb6\xf2\xec\x9c\xe8\x84\x4d\x60\x75\x51\x56\x52\xaf\xf8\x32\xd3\xd9\xdb\x30\xdd\xbd\xac\x8d\x5c\x9a\x20\xf9\x1a\x83\xf0\xbe\x40\x35\xf4\x36\x3f\x88\x3f\x9d\xcd\x65\x72\x4f\x98\x61\xf0\xec\x35\xae\xda\xe2\x12\x23\xf1\x4d\xec\xf4\x06\x37\x7c\x50\xdc\x34\xd9\xe4\xeb\x8d\xf7\x0c\xca\xfc\xdb\x8b\x3a\x81\x60\x26\x38\xb4\x2a\x8e\xd8\x44\xb5\xfd\x4f\xe1\xb0\x17\x00\xd0\x58\x38\xdb\x8d\x24\x6d\x25\x70\xc9\xd8\x23\xf7\x2e\xef\x46\xd8\xc8\xc0\x20\xc7\x9f\x3b\xfb\xd0\x6b\x84\x4d\x3e\xa5\xe1\x70\xfc\x41\x10\x3c\xdc\xb2\x2e\x3a\x13\x87\x66\x99\x0e\xea\x57\x9f\xa0\xaa\x66\x1f\x26\x4d\xef\xda\x01\x5c\xd3\x49\x97\x9f\xe0\x7c\xf8\x1a\x70\xf0\xd0\xf3\x00\x4a\x62\x69\xc9\xdc\x48\x2c\x2d\x5b\x9c\x0d\x43\x9a\xcd\xac\x52\x9c\xbf\xc3\xf9\x35\x6f\x52\x12\x32\x92\x27\x59\x72\xf1\x44\xd3\x9b\x5d\xbb\x97\xe7\x9a\x2e\xde\x7c\x38\x4f\x6e\xc6\x5d\x00\x32\x1e\x32\xdc\xc6\x23\x23\x32\x18\x21\x39\x63\x1f\x60\xa5\xfa\x69\xe9\xcd\x13\xd6\x4c\xe0\x9b\xd0\x85\xbf\xc7\xa1\x6e\x66\x52\x80\x62\x24\xb3\xd0\x84\x2c\xe9\x00\x29\xaf\x12\x2d\x31\x4d\xde\xd0\xe1\x9e\x23\x52\x92\xa6\xe0\x9e\x2d\xe2\x9e\x2d\xa0\xc4\xd8\xa7\x35\x33\x66\x8b\x2b\x8e\x9b\x91\x26\xf7\x4f\xee\x4f\xa3\x8d\x3e\x6f\x8b\x86\x2f\x4f\xe1\xc0\x4f\x3e\xbc\xbe\x38\x35\xe5\xb2\xbe\x82\x13\x98\x1d\xe3\x36\xdf\x03\x6a\x0e\xed\x26\xf8\x47\xfa\x06\x20\x2e\x80\xd2\xb7\xdd\x96\x30\x6a\x9a\xfa\x90\x2f\x15\x33\xce\x9f\xbc\x49\x34\xa1\xf4\xd4\x46\x1b\xe5\xd0\x9c\x96\x31\xf5\xcd\x07\x91\x44\x71\xcc\x59\x16\xd5\xf6\x84\xc6\x49\x64\x9d\xfe\xb1\x95\x81\xb5\x7c\x0e\x9b\x6d\x9f\x89\x14\x43\xb5\x9d\x64\xcf\xe9\xf0\xc1\xe7\x9f\xe6\x22\xd1\x6b\x53\x65\xa6\xcf\xf5\x38\x0a\x1a\xb3\xbe\x71\x1b\x31\x07\x2c\xf7\xa2\x63\xfe\x37\x24\x9a\xfe\x08\x8c\x6b\xf9\x46\xef\xaf\xb0\xaa\xd9\x47\xfe\x73\xfb\x98\xd5\x4b\x2c\x74\x0d\x8e\xe1\x23\xb8\xb9\x10\x70\x79\x03\x33\xae\xd6\xf9\x0b\x0f\xe1\x7d\xf8\xd6\xde\xd4\x60\x3a\x2b\x76\x22\xae\x80\x86\x7a\xc8\x9f\x10\x86\xde\xe0\x1f\x1c\xd4\x1d\xb1\x0b\x71\xb5\x5f\xe3\x1a\x44\xa3\x68\xf5\x79\x6a\xed\xbb\xe0\xaf\x50\xd9\x68\xe1\xd2\xfd\x5e\xcf\xa3\xfd\x5e\xad\x3b\x8c\xa8\x41\xf6\x01\xc8\xe9\x72\xd5\xe1\x3c\xc8\xc7\x1d\x53\x9f\x7f\x8a\x8b\xa6\x9a\x1b\x9f\x64\x9a\x58\xad\x56\xc4\x38\x19\x04\x47\xe7\x78\x6e\xf8\x38\xa5\x8f\xae\x71\xc5\x08\x2f\xb1\x3f\xa0\x51\x64\xed\xdc\x7a\xf6\x9e\x7f\x9e\xe2\x0a\x41\x78\xa1\xda\x96\xa8\x3b\x56\x43\xd5\xde\x06\x93\x05\x91\xa5\x42\x28\x6e\x55\xa1\x92\xa8\x55\xe6\x84\xea\xaa\x6a\xe5\xa1\xb4\x30\xd0\xca\x82\xc3\xd2\xed\xd3\xcc\xcd\x2e\x8c\x8a\xcb\xb9\x3c\xd8\xe4\x8a\x88\x41\x13\xbb\xd6\xdf\x6b\x1f\x14\xa5\x21\xf4\xcb\xbd\xe6\xf8\xc4\x72\x0d\x62\xd8\xd4\xb2\xce\xf7\x7a\x59\xf8\x82\x7f\xcb\x5d\x61\xd7\x6b\x2c\x88\xe2\x22\x4f\xc1\xbb\xdd\xda\x6c\xdd\xc3\x2d\x2a\xd2\x8e\xcc\x46\xb6\xb0\xd8\x71\xa6\xe6\xd0\x31\xfc\x20\x28\xcf\x1b\xf9\x34\xcf\x8f\xf8\x34\xcf\x53\xf9\x34\xee\xd1\x8b\x91\xa6\x9b\xa6\x90\xb5\xb8\xb8\x78\x1d\xaf\x43\x90\xe9\xde\x28\x4d\xe5\xb6\x30\x0b\x46\x77\xf1\x90\xc2\x9a\x8e\x81\xbb\x0f\x83\x22\x3c\x91\xe7\x7e\xda\x34\xc9\xd5\x80\x63\xfc\x6e\xf3\xe7\x22\x6f\xcd\xf7\x77\x39\x10\xc6\xdd\x36\xcf\x16\xbe\x0e\x4b\xb6\x83\x1d\x43\x9f\x63\x53\xe2\x54\x09\x10\x99\x8b\xb9\x3a\x6d\xea\x79\xbd\x50\x5f\x4d\x6c\x7c\xa5\xdd\xa6\xf6\x88\xea\x50\xdb\x52\x7d\xaf\x82\x30\x62\x3c\x71\xdc\xa6\xed\x17\xee\x5d\xd5\x81\xa2\xc2\x06\x92\x7c\xaf\x55\x40\xd3\x5c\x56\xfb\xe0\x56\x93\xeb\xa7\xbc\x00\x61\x5f\x84\xe0\xab\x27\xaf\x4a\x42\x40\x55\x69\xe2\x3d\x46\xfb\xc4\x9d\x38\x81\xe4\x25\xde\x8e\xb6\x15\xe8\x31\x25\x2a\x43\x71\xd4\x9d\x3d\x11\x7f\x5d\xd1\x15\xd2\x41\xdb\xdf\x89\x3c\x25\xaa\x63\x91\x19\x29\x9d\x5e\xc5\x0c\x76\x38\xdf\x44\xcc\xaf\x8d\x84\xf1\x46\x74\x74\x8e\x61\xf7\x26\x2f\x59\x05\xf0\x8b\xb9\x4a\x2e\x28\x3b\x79\x86\xec\x41\xb7\xf6\x24\x51\xa4\x36\xee\xdd\x33\xf9\x74\x84\x49\x6e\x3e\xe3\x6a\xd3\xbc\x60\x73\xe2\x13\xb5\x6f\xe2\xf9\x38\xbe\xdf\x1c\x4c\x14\x1d\x40\x9e\x05\x0e\xca\xbc\x47\x0e\x91\x6a\x62\xda\x38\xb0\xc6\x48\x61\x1b\x58\x41\xf1\xc6\x5e\x30\x1e\x43\x1c\x0e\x12\x32\xa7\xc9\x5a\x63\xd3\xe3\x8f\x44\x2b\xe7\xfa\xeb\xfc\xd2\xcd\x8e\x5c\x40\x66\x95\x1c\xd1\xbd\xd9\x53\x7b\xfb\x58\xcc\x5b\xf0\x51\xbf\xf4\xf8\xd1\x63\x4c\xc0\x93\x2c\x4d\x2d\x73\x9e\xb6\x12\xf0\x0f\x71\xd1\x21\x0f\xcb\x3d\x9b\x60\xa9\xfc\x11\xf1\x86\xbf\xb4\xdb\x61\xaf\x15\x6c\x54\x22\x8a\x41\xec\xaa\xd2\x9e\xab\xe0\x62\x09\x98\xe4\xe5\xf3\xd7\xef\x80\xd9\x3d\xd8\x01\xb1\xd0\xf4\x01\x61\xd1\xf4\x71\x42\x22\xf6\x71\x1d\x01\x5b\xc6\x4f\xc7\x26\x5e\xc0\x6e\x1b\x81\xe0\xb8\xf5\x8d\xc1\xc7\x68\x45\xba\x15\x32\xc2\x35\xea\x8e\xc0\xe9\x57\x0c\xe2\x1e\xab\x15\x18\xfb\x39\x68\xae\xf4\x8d\x95\x6c\x4c\xf5\xe4\x48\xbc\xbb\x1c\x39\xc2\xa3\x01\x63\x5d\xb2\x80\xb8\x2f\x97\x8b\xf7\x14\x40\xed\xa7\x05\xb3\xdf\xb6\xc2\x73\xfd\x56\x44\x75\x1d\x23\xdc\xcd\x95\x77\x7d\xc6\xbf\x93\x90\x1d\xd0\xad\x87\xed\x22\x90\x33\x68\xdb\x14\x70\x84\x1a\xac\x97\x6e\x26\x44\xe5\xfd\xe2\x99\x7b\xb7\x97\x23\xb8\xf5\x47\x51\xe4\x2b\xa3\x4a\x75\x1e\x46\x92\x75\x9d\x1b\xc3\xa6\x6d\xf7\x4d\x14\x3e\x82\x9f\x5a\xed\xf5\xdd\x57\xa1\xfd\x42\x15\x88\xcc\xb2\x0a\xb7\xcd\x3e\x67\x23\x87\x9d\x8e\x9f\x2b\x1b\x3c\xb0\x37\xbd\x16\x4e\x8f\x07\x01\xd4\x8f\x3e\x35\x5b\xd7\x4a\x24\x5f\xe8\x8f\x51\x5e\x05\x0c\x80\xb6\x4a\x07\xff\x58\x9b\x80\xe0\xb3\x91\xf2\x95\x33\xb2\x3e\x58\xd3\x65\x4d\xa4\xff\x19\xfd\x73\xda\x4a\x54\x73\x4d\xf7\xfb\xc9\xa6\x80\x11\xc9\x3a\x8e\x9c\x98\x96\x10\xe6\x3d\x6c\xf4\x40\x96\x4d\xed\xbf\xa6\x65\xd3\xcd\x17\xb3\xec\x9c\x9d\xf3\x09\xb1\xad\xb4\x76\x5b\x3e\x77\xbc\xb5\x3f\xa8\xa5\x92\xab\xd2\x72\xb9\x41\xc2\x67\x73\x78\x42\xdf\xd7\xe1\xdd\x26\xd7\x67\x3c\x71\xca\xaf\x28\xb7\xbc\x58\x63\x7d\xb0\xdc\x1b\x03\x58\xd7\x35\xeb\x14\x26\x9f\x84\x03\x10\x53\xc7\xbd\xd9\x6c\x09\xbe\x17\x2c\x81\x30\xe6\x7a\x63\x15\x37\x99\xd9\x0e\xb0\xc4\x15\x41\xe4\x38\x68\x9c\x27\x70\x49\x7b\x22\x7f\x7d\xbb\xfc\x4e\x1e\xec\x4f\xfa\xd2\x76\x42\xa8\xe9\x72\x33\x13\xe4\x9f\xe9\x47\x04\x91\x97\xc2\xbf\x49\x16\xf4\xdf\xaf\x24\x25\xb9\xb0\x29\x41\x6d\x2c\x76\xe8\xd3\x7c\x99\x95\x6b\xf4\x85\xef\xac\x0f\x27\x6d\x32\x08\x1c\x4a\x64\x5c\xbe\xe7\x9e\xad\x0b\x53\xe6\xdf\xc9\x53\x4c\xea\xf5\x18\x8e\xa4\x17\x96\xdf\xe6\x54\x7b\x2a\x31\x1d\x74\x52\xa5\x17\x5e\x84\x5d\xa2\xb9\x5f\x75\x57\x99\xfc\x26\x13\xfd\x39\x7a\x34\xbc\xe7\xd6\x69\x9f\xf7\x93\x50\x3d\x3e\xa4\xc6\x3d\x79\x51\x8e\x30\xd3\x85\x7f\x95\xdf\x59\xf4\x88\x30\xde\x85\xb0\xef\xb6\x7c\xe7\xdf\x6d\xa1\x7d\x1d\xbc\x65\xd3\x7b\xa5\xce\x3d\x13\x46\x75\xb2\x4f\xac\x48\xa1\xfa\x08\x4c\xfc\x04\x4e\x53\x2f\x07\xcf\xdc\xc5\x7d\xb5\x8f\x91\xfd\xab\xad\x5d\xc6\x2a\xaf\xab\xfd\xae\x8f\x51\xd9\x80\xbf\xe1\x18\x1f\x89\x6e\xf4\x91\x8c\xf6\x0f\xc1\x73\x66\x5a\x45\xf4\x2c\xc7\xef\xd6\x22\x15\xbd\x8e\x11\x56\xa7\xaf\xf5\x0c\x6b\x8b\xde\x7b\xfb\x5d\x1d\x0a\x11\x96\x4f\x7a\xf5\x4d\x5d\x1a\x79\x28\xe4\x77\x7d\xcc\xe4\xef\xee\x90\x0b\x35\x39\xc0\x07\xda\x2c\x1a\x74\x2a\x7a\x91\xa7\xf7\x4c\xcf\x08\x9a\x70\x88\x1d\xbc\x0c\x4c\x1d\xea\x8e\xfa\x50\x58\xd4\x19\x5e\x48\xf7\x98\x1b\x2f\xe3\xc8\x7a\x73\x7e\x80\x27\xf6\x85\x28\x7e\xd3\x87\x29\x8a\x24\xe6\x4d\xc5\xea\x45\x5c\x98\xa3\xed\x7d\xcf\x3d\x66\x44\x48\xdf\x56\x55\xf1\x79\x92\xae\x2b\xea\x8c\x5c\x39\xe0\xb7\xb0\x71\xe5\x46\xde\x52\x2e\xbb\x09\x3e\xe8\xcf\x77\xcd\xec\x3b\x8d\x2b\xc7\x31\xe8\xbf\xdb\xd1\xf7\x2e\x2f\xbb\xae\xe5\xcf\x0d\x7d\xe2\xc0\xc3\xef\x8c\x7e\x67\xe9\x9a\x7f\x1f\xe9\x37\x89\x08\x5b\x29\x43\x74\xe6\x3b\x3c\x8a\x55\x72\x54\xf8\xef\xae\xe8\xeb\x12\x43\xbb\x87\x3b\x8f\x1c\xb3\x0e\xaf\x93\x68\x33\x08\x27\x30\x41\x13\xad\xbc\x97\x26\x3f\x39\x75\x53\x75\x35\xa7\x69\x93\x59\x7a\xc5\x9f\x19\xbb\x8b\x23\x44\x3e\x35\xc9\x29\x47\xb8\x02\x72\x45\xc4\x90\x6e\xa4\x9e\x34\xb5\xb5\x5f\x99\x54\xea\xb9\xe4\xbb\x20\x94\x52\xa7\xc7\xb9\xed\x8a\xed\x07\x27\xda\x8e\x68\x2f\x68\xf6\xb2\xba\xda\x23\x58\xf5\xe7\x89\x7d\x28\xc0\xbe\x10\x70\x86\xfb\xee\x5e\x18\x47\x04\x39\xd8\x6b\xb6\x45\xbe\x55\xc1\xa7\xdb\xe3\x02\x34\xac\x35\xf6\x51\x90\xbc\xdc\x77\x2a\x6f\x87\xcf\x90\xc7\xa1\xea\xf8\x8a\x04\xa2\xfe\xf8\xf2\x2c\xd4\xd3\x42\xce\x17\x74\xb2\x6b\xa8\x89\x66\x0d\x29\x9f\x9a\x79\xf0\x97\xbf\xb0\xbf\x1e\x09\x33\x7f\xfd\x6b\xf2\xe6\xe9\x43\x61\xc7\x99\x9a\x66\x1c\x42\xd3\xbd\xf9\x1f\x14\xa1\xb4\x9f\xa3\x52\xb8\xc4\xcd\x6e\xec\x6c\xa2\xf3\x2e\x9c\xda\xb9\xc9\xe4\xff\x06\x00\x00\xff\xff\x3d\xf2\x7e\x57\x23\xbf\x00\x00")
+var _confLocaleLocale_nlNlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xeb\x8e\x1b\x49\xb2\xde\x7f\x3e\x45\x49\x0b\x59\x12\xd0\x4d\x9d\xd9\x39\x86\x0f\x06\x43\x8d\x25\xb5\x56\xd2\x19\x5d\xfa\xa8\xa5\x19\x78\x07\x02\xa7\xc8\x4a\x92\xd5\x2c\x56\x71\xeb\xd2\x54\xf7\x62\x01\x3f\x80\x1f\xc0\x7e\x04\xe3\xfc\xf0\x0b\xf8\xdf\xbe\xc9\x79\x12\xc7\x17\x11\x79\xab\x2a\xb6\x34\xb3\x3f\xbc\xd8\x51\xb3\x32\x23\xef\x91\x91\x71\xcb\xc8\x74\xbf\x9f\x67\xa6\x59\xce\x9e\x9b\x32\x31\xa6\xbc\xaa\xba\x2c\x5f\x9b\xe4\xc6\x14\xab\xb5\xd9\x54\x4d\x6b\x92\x17\x79\x9b\x34\xa6\xbe\xca\x97\x26\x59\x13\xec\xa6\x36\x57\x04\x9d\x97\xc9\x8b\x6a\x32\xd9\x54\x3b\x33\x7b\x49\xff\x4c\xb2\xb4\xd9\x2c\xaa\xb4\xce\x66\x67\xf6\xd7\xc4\x7c\xde\x17\x55\x6d\x66\x3f\x99\x7a\x6b\xca\xd2\x94\x93\x8d\x29\xf6\xb3\x97\xf4\xcf\xa4\xc9\xd7\xe5\x3c\x2f\x67\xaf\xca\xa2\x5a\xaf\x29\x8b\x13\xaa\xae\x9d\x7d\xcc\xdb\x30\xa9\xdb\xcf\x9e\xa4\xe5\xce\x14\x19\xa5\xd4\x66\x9d\x53\xaf\xea\xd9\x7b\xfe\x51\x9b\x9a\x12\x0f\x66\xd1\xe4\xad\x99\xfd\x2c\x7f\x27\x57\xa6\x6e\xf2\xaa\x44\xb3\x4d\x6e\x26\xfb\x74\x6d\x66\xe7\xe9\x3a\x2f\xd3\x49\x6b\x76\xfb\x22\x25\xd8\x8b\xcb\x74\x51\x54\x55\x39\x29\xd2\x72\xdd\x01\xe2\x43\x9a\x16\x93\x65\x6d\x28\x77\x5e\x9a\xc3\xec\x59\x6d\xfe\xfe\xef\x54\xfd\x74\x3a\x9d\x74\x34\x03\xf3\x7d\x5d\xad\xf2\xc2\xcc\xd3\x32\x9b\xef\x30\xac\x17\x66\x51\x77\xf9\x96\x5a\xe1\x2c\x53\x24\x34\x31\x3b\x63\x6a\xee\xb8\xc9\x68\x78\xf3\xb4\x41\xef\xd7\x06\xfd\x4f\xd2\xa2\x99\x70\x5d\x65\xba\x0b\x8b\x97\x69\xba\x9b\x98\x5d\x9a\x17\xb3\xe7\xa7\xf8\x43\x7d\x6e\x9a\x43\x45\x93\xf9\x73\xba\xdc\xb4\x87\x8a\x7e\xd2\xd8\xe7\xed\xf5\x9e\x67\x33\x5f\xe5\xcb\xb4\xa5\xb1\x2d\xd3\x7d\xbb\xdc\xa4\xb3\x67\x4f\xce\x3f\x3c\x7b\xf9\x64\x42\x40\xfb\x8a\x26\xa1\xaa\xaf\x69\x8a\xec\xcf\x49\x55\xaf\xd3\x32\xbf\xa1\x22\x34\x2d\xef\xf8\xa3\xe1\xf2\xbb\xbc\xae\xab\x7a\x76\xb1\xcf\xcd\xda\x14\x13\x1a\xf7\x1c\x35\xcc\xde\xe6\xa6\x3b\x98\xc4\xd7\xc6\x59\xbb\x7c\x5d\x63\xf2\x34\x57\x3e\xa9\x16\xc9\xe3\x9a\x34\xeb\xc7\x6a\xaf\xe9\xab\xaa\xde\xda\xd4\x3f\xd1\x6f\x4e\xa4\xfe\xd8\xb4\x2a\xec\x4d\x5a\xd2\x4a\x70\xee\x53\xb3\xa1\x89\x0c\x73\x9b\x49\x9a\xed\x68\x46\xf7\x69\x69\x8a\xd9\x13\xfc\xc6\x4f\xea\x75\xba\x5c\x56\x5d\xd9\xce\x1b\xd3\xb6\x79\xb9\xa6\x19\x97\x84\xbc\x24\x54\x29\x0a\x4a\x02\x2e\xd9\xcc\x57\x61\xea\x75\xd5\xb9\x85\x9d\x7d\x3c\x24\xba\x90\x92\xee\x8a\x50\x46\x54\x17\xb5\xd8\xe6\x57\x39\x3a\x45\x6d\xf1\x4f\x43\xff\x2f\x27\xfb\xae\x28\x68\x02\xff\xd2\x99\xa6\x6d\x66\xe7\xf4\x95\xd8\xaf\x49\xde\x34\xf4\x63\xf6\xe3\x81\xbe\x30\x1a\x5a\xbb\x72\x89\x91\x94\x65\x57\x30\x1e\x4f\x7e\x41\x2b\x69\x51\x7c\x9a\xe8\x0f\xee\x2c\xfd\xe5\xd9\x69\x69\x5f\x98\x30\x85\x7e\xec\xf7\x84\x72\x57\x84\x1e\x49\x66\x68\x07\xd7\xd8\xb1\x5b\x9e\xb8\x3d\xe5\xd6\xe8\x53\x56\x2d\x09\xc7\xe6\xd8\x79\xb4\x6f\x9e\x14\x4d\xd2\xd1\x46\x66\xd4\x4b\x76\x69\xba\x6d\x69\x23\xaf\x9b\x64\x91\x63\x83\x26\x67\x0c\x7d\x92\x14\xc6\x34\x49\x96\x96\xa8\xf7\xfb\x34\xa1\xba\xd6\xa6\x9d\xdd\x9d\x2f\x68\xbf\x6c\xef\x26\x44\x05\x56\xb3\xbb\xf7\x9a\xbb\x8f\xeb\x9c\x10\xb4\xc8\x2f\xa9\xf0\xf7\x8f\xd2\xc7\xdc\x99\x2c\x6d\xa9\x91\xdc\xb4\x4d\x42\x7b\x91\xf6\x0b\x86\x47\x5d\xa2\xca\x6e\x4c\xb2\xe7\xad\x78\x67\x82\x99\xa1\x59\x9b\x67\x0b\x21\x42\xdc\x0d\x82\x37\xb4\xb1\x93\x37\xd7\x17\xff\xf6\xfa\x24\x39\x27\x1a\xb4\xae\x0d\xff\xbe\xf8\x37\x82\xfe\x36\xa9\x56\xc9\x87\xfc\xec\xe9\x74\x42\xe5\x64\x4a\xce\xd2\x36\x5d\xa4\x8d\x39\x8d\x16\x09\xd9\xd8\x2e\x2e\x17\x5f\x13\x10\x35\x22\x58\x4d\xcb\xfb\xb0\xbf\x07\xc7\xb6\x1d\xd5\xc3\xdb\xd5\xd6\x93\x30\x24\xa5\xea\x8c\x6a\x15\xc9\xab\xb2\xac\xce\x9e\x12\x09\xa0\xd1\xd1\xde\x30\x34\x05\xed\xea\x5f\xe6\xd4\x15\x9a\x82\x62\xbe\xcc\x93\x6d\x5a\xd3\x74\x53\x5b\x94\xc7\x6b\xc6\x83\x9c\x4e\x9a\xa6\x20\x82\x92\x11\x51\xba\x78\x7d\x4a\x3f\xba\x86\x3a\xd2\x6e\x88\x66\x65\x93\xe6\x2f\x05\xe6\x48\xdb\x7a\x49\x25\xf7\x69\x96\x5c\xc9\xc2\x50\x69\x4c\xc9\xa9\x9d\x93\xd3\x4c\xfb\x38\xfd\x7e\x51\x3f\x96\xa5\xe6\x59\x65\x5c\x00\xf9\x01\x95\xb7\xe4\xfc\x84\xd0\xc0\xac\x78\x91\x91\x9a\x2e\x9a\xaa\xe8\x3a\x69\xa0\xda\x4f\x27\xa6\xae\xe7\x44\x2e\xdb\x6b\xac\x10\x77\x48\xdb\xb3\xcd\x25\xd2\x5c\xb9\x45\x89\x5d\xba\x4e\x4a\x5a\x72\x60\xce\x5a\x0a\xe7\xe5\x55\x5a\xe4\x19\xad\x92\x9d\xc3\xa8\x14\x4f\xa4\x94\x69\x0d\x9d\x0f\x4d\xb2\xed\x18\x07\xef\x4e\xef\x82\x92\xde\x3d\xbd\x3b\x9d\x94\xd5\x5c\xb6\x3d\xa8\x6e\x46\x94\x60\x41\x14\x58\x4e\x81\x5a\xc8\xd9\xbf\x1a\x94\x6b\xa5\xa2\x0c\x34\xcb\x66\x9a\x84\xf0\x8b\xea\x4e\xe8\xd4\x4a\xb7\xa6\xa0\x3a\x6f\x2a\x20\x23\x8f\x77\xc1\x14\x86\xbe\x9a\x44\x09\x48\x38\x64\x4b\x6b\x14\x1f\x9e\x5a\xe0\xe4\xe0\x30\x83\xd6\xb3\xf4\x43\x4e\x6e\x68\x0f\x4c\x27\x13\xbb\xde\x82\x9a\x1f\x2a\x83\x3a\x08\x23\x69\xf6\x71\x0a\x10\x6a\x44\x58\x8a\x23\x98\xa7\xe6\xc9\x7e\x5f\x08\x51\x67\xfc\xb2\xe9\x76\xe5\xcf\x8b\x34\xa5\xed\xb4\xc9\xa9\x0b\x97\x11\xd5\xe4\x59\xa4\xe3\x78\x5d\x57\x34\xd4\x82\x68\x16\x0d\xe9\x0e\x1f\x04\xb2\x6a\xee\x1c\x20\x8a\x91\x10\x76\xe4\xb4\xb1\xf3\xda\x2c\x39\xc5\xc3\x79\x0a\x51\x60\x12\x77\x95\x1e\xfe\x75\x58\x1c\x93\x21\xa7\x3f\x6f\x65\x5f\x0f\x61\x0c\x71\x07\x45\x8a\x31\xd5\x1d\x9d\xda\xd8\x5d\x74\x92\x5f\x55\xd8\xfb\x99\xb1\x24\xc7\xee\x34\x0b\x63\x5b\x3d\x43\x75\x0e\x26\xd9\x55\xc0\x8a\xca\xd0\x28\xd7\xc9\xc6\x2c\x16\xd4\x68\x5b\xf1\xfa\xae\xe3\x3e\x85\x7d\xc0\xf1\x8b\x82\x8c\xf3\x8a\x4c\x9e\x0c\xd2\xc1\x5a\xce\xce\x88\x57\xc9\xed\x97\x6b\x9c\xaa\xa4\xf5\x5d\xb5\x34\xb0\xab\xa2\x32\x99\xd0\xaa\xe4\xe2\xe2\x65\xb2\x05\x97\x90\x7c\x7c\xff\xba\xa1\x7d\xba\x99\xef\xab\xba\xa5\x7d\xfa\xf2\x74\x4f\x28\xd0\xba\x24\x5b\xd3\xdb\x6e\xb7\xa3\xee\xeb\xfe\x64\x18\xea\x20\x21\xe2\x01\x95\x9d\x62\xe7\x51\xb6\x8e\xb3\x25\x32\x4b\xab\x4a\x00\x8a\x42\xd5\xce\xb6\xba\xea\xca\xe5\x18\x02\x4f\x27\x9b\xb6\xdd\x4b\x2f\x5e\x7e\xf8\x70\xae\xdd\x70\x89\x0e\x5d\x90\x5c\x4a\x67\x0e\x69\x5a\xd3\xf0\x5a\x1c\x6e\x74\x60\xef\x76\x29\x76\x5e\x9d\x14\x1d\xb3\x52\x84\xf6\x40\xb6\xae\x2e\x02\x1c\xc4\x80\x6d\xf2\x97\x66\x09\xfd\x78\x84\x7f\x2e\x74\xb2\xa8\x4c\x83\xb5\xa0\x3c\xfe\x89\x09\x60\x8c\x49\x98\xc7\xb1\x48\x64\x67\x61\x42\xdc\xde\xbc\xae\xaa\x56\xd0\xf5\x75\xb5\x3e\x25\x82\x12\xa7\xfa\x3e\xc8\x62\x5f\xcb\xa8\x08\x66\x81\x63\xb0\xcc\xf8\x7c\xb1\x18\xa8\x2d\xd0\x6e\xac\xf6\xa0\x11\x6e\x3b\xbe\xe3\x4f\x9a\xc8\x78\x13\x72\xb7\x14\x44\x18\x30\xc7\xf2\xc6\x3c\xc4\x8e\xa6\x99\x4f\x90\x8b\x37\x1f\xce\x13\xfc\x92\xb4\x55\x5d\xed\x66\x4f\x56\x37\xc0\xf4\xda\x27\xd9\x5e\x3f\xe7\x2a\x53\xcd\x3f\x49\xde\xff\xe9\x59\xf2\x9f\xbf\xfd\xe3\x1f\xa7\x09\xe6\x14\x64\x64\x6d\x0e\x98\x39\xd0\x25\x99\xa3\x34\xab\x69\xbb\x81\xa6\x80\xda\x62\xf5\xee\xbe\xa5\x7d\x73\xf7\x7b\xce\xfe\xaf\xe6\x73\x4a\x8c\xac\x99\x2e\xab\xdd\xe3\x84\x58\x2c\x3a\xc8\x69\x1d\x91\x45\x5b\x8a\xf7\x9e\xed\x4d\x62\x64\x40\x8f\xfa\x3b\x50\x81\xc7\x39\x4d\xe1\xb2\xe7\xcb\xaa\x5c\xe5\xf5\x4e\x98\x1c\xb0\x15\x21\x71\xe5\x9e\x34\x5c\xcf\xbc\xac\xda\x7c\x75\xed\xe1\xa4\x51\x4e\x15\x84\xa2\xdd\xc3\xb8\x3f\xd7\x89\xd5\xd9\xbe\x90\x0d\x81\xe3\x87\xb9\x84\xe4\x42\xb2\x9b\xf8\x2c\xaf\x56\x2b\xfa\x65\xe4\x94\x7c\xb7\x5a\x25\x05\x9f\xb1\x38\x2a\xb1\x42\x76\x77\x44\x70\xb4\x1f\xf6\x24\x3b\x5c\x48\x66\xf2\xec\xec\x2d\xef\x26\x42\x44\xda\x07\x59\x87\xed\xc5\x15\x9c\x10\x65\x26\x84\xf0\x78\xa4\xe8\x59\x54\x5b\x92\x08\x92\x14\xdc\xfb\xa2\x62\x74\xb2\xe7\x0f\xed\xa2\x2b\x3a\xc4\xe8\xec\xd7\x1f\xb6\xdb\x68\xc1\xf7\xa6\x0f\xde\xeb\x91\x2b\xec\x47\xbf\xa8\x2b\x26\x5a\x54\x8d\x76\x4b\x40\x1c\xe1\xcd\xc0\x36\xf8\x85\xa4\x9f\x7f\xff\xbf\x24\x63\xe1\xc4\x5e\x09\xb6\xf0\x28\x68\x6f\x64\xbe\xbb\xd1\x71\x69\x5b\x87\x8c\xd7\x3b\x2a\x47\x0b\xf4\x3a\x3d\x52\x4c\x7a\x8a\x41\xe0\xcc\x74\x84\x57\x0f\xd5\x86\x38\x83\x2d\x26\x8f\x0e\x2a\xd4\x6d\x25\x96\x57\x7e\xd9\x92\x67\x92\xd6\x03\xd1\x96\x7f\x62\x8e\x30\xd1\xc4\x84\x59\x0a\x6e\x9a\x59\x28\xf4\xe7\x34\xec\xd0\x55\x5a\xfa\x09\x9a\x0a\x93\x49\x92\x93\x8a\x9b\xf3\xab\x9c\x44\x3b\x3b\x18\x65\x36\x0d\x16\x19\x02\x1a\x8e\x69\xa2\xc1\xc2\xa0\xde\x6f\x40\x79\x6f\x72\x3e\xee\x46\xeb\xd1\x0e\x3e\x91\xd1\x03\x53\x89\x1e\x45\x47\x9d\x9d\x0b\x57\xe3\xc2\x6c\xf3\x4b\x9a\x8e\x13\xfa\x75\x53\x99\x10\x46\x27\x91\xca\x53\x2d\x79\xf9\x28\x1c\x94\x2b\x8f\xee\x4c\x55\x10\x52\xf1\x44\x98\xe7\x8f\x44\x8d\x40\x9a\x99\x1f\x21\xe6\xd3\x18\xe5\xea\x00\xea\xea\xd1\x35\xc1\xc0\x78\x55\x4e\x92\x2c\x3a\x75\xa9\xec\xab\xb3\xd9\x37\xc9\xb6\xce\x2f\xd7\xc4\x30\x76\x2d\x9d\x93\x6d\x4e\x2b\x15\x57\x44\x44\x78\xd3\xfa\x9e\x78\xc9\xc4\xee\xd8\x80\xbb\xd2\x36\x15\x74\x4c\xf2\xed\xf1\x5a\x01\x21\x52\xfa\xe3\xf3\x44\xf6\x35\x11\x1f\xa6\xe5\x45\x7e\xf6\x8c\x9a\x4a\xd2\x2a\x49\xcd\xd7\x95\xca\x7e\x3c\xcf\x35\xf3\x08\x93\x96\x36\xfd\x9c\x18\x8a\xf9\x0a\xc4\x30\x9b\xbd\xe0\xe3\xb6\xd1\x69\xa4\xf5\xec\xb6\xed\x77\xc9\x7d\x82\xb8\x9f\x10\xa9\x25\xf9\x34\xab\x92\x7b\x57\xca\x95\x7f\x0b\xb2\x37\xa7\x1d\x9a\x17\xc0\x5b\x88\x89\xac\x7a\xa0\x7d\x9c\x9b\x0c\xe5\x71\x2a\x61\x67\xd3\xc4\x74\x25\xb0\x8b\x71\x56\xd9\x68\x9a\xfc\xea\x50\xf2\xe6\xa5\x55\x20\xd2\x95\x2f\xf3\xbf\xff\x3b\x48\x11\xad\x35\xe1\x9a\xad\x0c\x18\x7d\x8f\xc8\x94\x65\x70\xd7\xd5\xa2\xcb\x8b\x4c\xb3\xa7\x13\xcb\x66\x13\x93\xad\x28\x81\x9e\x58\x51\x20\x3a\xc1\x84\x44\x70\x45\xcb\xaa\xc6\x51\xfa\x1d\x86\x63\x6b\x18\xe5\x19\x95\x65\xdc\xa5\xfb\x84\xfe\x0c\xca\x3a\x46\x0e\x73\x41\xc8\xb2\xdc\x10\x2f\x07\xb2\x30\xe4\xfc\x5c\x79\x4a\xdc\x74\x79\x96\xaf\x7d\x1e\xd5\xd5\x24\xa7\x8f\xe9\xdf\x49\x93\x5e\x19\x39\x79\xd6\x76\x5d\x7e\x14\x7e\x4a\x12\x3b\xc1\x65\xae\x89\xc4\x5c\x62\xa1\xca\x68\x14\xd1\xee\xc0\x54\x70\xc2\xe9\x91\x79\x58\x63\xdf\xaf\xb5\x02\x41\x95\xa6\x5b\xd2\x09\xd4\xcc\x7e\x36\xc5\xb6\xda\xdd\x49\x7e\xce\x2f\xa5\xc0\x15\x21\x57\xb7\xce\x12\x91\x6f\x79\x2d\x99\xd5\x14\xae\x68\x6d\xb6\xd5\x0d\xf6\x14\x9d\x80\x45\x42\xa7\xf3\x4d\x2e\x47\x1b\x18\x57\x6c\xdc\xc6\x75\x31\xe6\x78\xde\x95\xd2\x09\x6c\x7c\xb0\x3e\xdc\x99\xc9\x2f\xd0\xad\x7d\x9a\x74\x22\x05\x54\x45\x36\x10\x57\x41\xf3\x4d\xac\x2f\xb2\x80\xc1\x1e\x6a\x0e\x39\x2d\xca\xdc\xe9\xe7\x30\xb5\xad\xf9\xdc\xce\x7e\xce\x9b\x06\x44\x90\xa0\x84\xbe\x68\xc6\x64\x77\xcd\x98\xd0\xcc\xde\x60\xd0\x21\xff\x4f\x1b\xb2\x20\x5c\xaf\xb0\x02\x57\x46\xa1\x5e\x98\xcc\x40\x3b\x17\x43\x52\x25\x24\xa4\x68\x1d\x91\x1a\x87\x72\x44\x59\xa4\x99\xfa\x31\x61\x92\xca\x0a\xc5\xa7\x4c\x25\x81\x0b\xaa\x35\x99\xd2\x82\xb2\x4a\x46\x5a\x7c\x55\x82\xa1\x8e\x9a\x9b\xfc\xa2\xca\xc6\x4f\xa2\x02\x8b\xa4\x1e\x96\xf5\x9b\x60\xf6\x88\x19\x49\x6b\xc2\xd4\x3f\x83\x04\x43\xf1\x42\x94\x6e\xf3\x29\xd0\xfe\xcd\x95\x6a\xcd\xde\xa4\xe9\x16\x88\x42\xed\x59\xe2\x49\xf8\xe6\x39\xa4\x8d\xd9\x83\x8b\xda\x35\x6b\x12\xce\x81\x05\x1d\x11\x72\xa1\xbc\x02\xfe\x43\xf2\x06\xaa\xbf\x2e\x29\x3b\x94\xbc\x33\x69\xaa\x65\x9e\x16\xf3\xdf\x52\xc3\x8f\xd5\x7e\x4f\x2b\x55\x76\x77\x7a\x47\xb4\x68\x25\x49\x60\x9d\x5d\xd0\x96\xbc\x3e\x89\xf8\x33\xda\x6d\xb4\x0d\x59\x67\x8b\xd3\x2e\x9b\x26\x6f\x8d\xd9\x61\x13\xb5\xe9\x12\x5b\x87\xe9\x7d\x66\x3c\xad\x56\xb9\x85\x24\x31\xe8\x51\xfb\x0c\x04\x3a\x09\x12\xab\x4d\x2d\xcc\x15\x34\x59\x6b\x26\x6b\x69\x19\x35\xbd\xf7\x7c\xe7\xa0\x17\x34\x77\x3b\xb3\x5b\xa0\x36\xe2\xe5\xca\x76\x53\x75\x19\xe1\xc0\xe5\x84\xd8\xd8\x35\x6f\x89\xc1\x39\x00\x52\xb7\x36\x90\xe2\x00\x63\x6e\x87\xf9\xc1\xaa\x8d\x89\x22\x1d\x58\xb3\x6d\x17\xae\xac\x68\x93\xf5\xd6\x63\x6a\xcf\x18\x61\x76\x98\x99\x6d\x4c\xd9\xda\x79\x7d\xce\x67\x99\x1b\x69\x63\xec\xa0\x68\x44\x6d\xd7\x51\xbb\x2c\x4b\x7d\xbf\x78\x7c\xaf\xf9\xfe\xd1\xe2\xf1\x49\xf2\x54\xa1\x13\xae\xff\xaa\x4e\xd3\xb5\x55\xae\xdd\xa3\x76\x59\x13\xb6\x13\xfc\xf5\x13\xd6\x82\x9d\x29\xda\xaa\x92\xf3\x9d\xd9\x68\xc1\x78\x8b\x88\x8e\xb5\xf6\x98\x48\x33\xc9\x5d\x2d\xf2\x5d\xde\xf6\x10\xa1\x53\xa2\x04\xe1\xb1\x04\xee\xa4\x09\x51\x33\x74\x95\x31\xcb\x76\x6c\x6d\x88\x57\x54\x0d\xa2\xa0\x1c\xb5\xc2\x3d\xc2\x38\xa7\x09\xcf\x6f\x92\xe1\x18\x20\x1a\xda\xb5\x56\xdb\x48\x9d\xa0\xfe\xae\x99\xbe\xdb\xca\x48\x36\x4d\x9b\x39\x09\xae\x32\xa1\x26\x9b\xeb\x89\x0c\x0e\x0b\x07\x98\xed\x93\x1c\x8b\x76\x56\x33\xc5\x14\x91\x78\x1e\xb8\x99\x7c\x38\x4d\x44\x83\x55\x56\x6b\x39\x4a\x43\x8c\x93\x9a\x08\x95\xaf\xc0\x9f\x13\xd1\x25\x5a\xd8\x71\xcd\xa5\xe8\x95\xdd\x10\x0f\x79\x41\x23\xa8\x00\xb3\x2d\xf2\x2d\xeb\xbb\x44\x70\xd5\xa3\x39\x05\xf3\x9d\x6c\x4b\xe8\xbc\x78\x46\xb5\xe3\x3f\x02\x9a\x15\x2e\xb2\x5e\xf1\xdc\x70\xb7\xd0\x1e\xab\x5b\x5b\x3e\xad\x59\xe2\xb2\xe2\x24\xf3\x06\x0d\xef\xf6\xd6\xb0\xf0\x1c\x8e\xd3\x1e\x85\x38\x34\xb0\xb9\x33\x74\x38\xdc\xf5\xd3\x09\xf7\x04\x1d\x6a\xc7\xfb\x13\x68\xa2\x18\x4a\xba\xf5\x80\xfa\x45\xd2\x60\xd1\x3c\xd4\x4e\x11\x9a\xd6\x6c\x39\x69\xc2\x8d\xf3\x9e\x4b\x44\xb5\xb8\xd3\x69\xc9\xba\x48\xc5\xa3\x43\x84\xfe\xc8\x42\xdf\xa9\xde\xa2\x82\xee\x99\xa6\x5d\x59\x4e\xd6\x6b\xe0\x18\x9b\xf6\xda\xb2\x52\xf0\x2d\xfd\xaf\xf6\x42\x62\x49\x38\x03\xc2\xe2\x9c\xc6\x3e\x70\x35\xd0\xc6\x98\x37\x1b\x28\x3d\xce\xa0\xe2\x2a\xd7\xad\xb0\x45\x71\x2d\xac\xfb\x01\x97\x8a\xf1\x93\x64\xd0\x78\x8d\xab\xd5\xce\xfd\x82\x39\xfa\x34\xd1\xa5\x34\xb7\xee\x2e\x07\x24\x9c\xa5\x67\x3d\x2f\x4d\xb8\x94\xfd\x99\xbd\xa0\xde\x03\x64\x74\x78\xfe\xe0\xb0\x4c\xc6\xfb\x80\x0a\x48\x1a\x6d\xac\x93\xe4\xc0\xbc\x87\x07\x57\x01\x5b\x58\x12\xc6\x95\x05\xaf\x19\x8d\xa8\xca\x52\x1a\xd2\xb5\x69\x66\xff\x9a\x4e\xca\x6a\x46\x54\x7e\x42\x89\x2c\x8f\xa7\x25\xfa\xc5\x47\x1c\xb4\x04\x9f\x26\x1f\xe9\x24\x7c\x3b\xc2\x83\xe3\xb8\xe4\x74\x68\x19\x94\x9e\x3b\xdb\x0f\xeb\x2f\x66\xe1\x98\xcf\x47\x98\xf5\xf7\x26\x30\x4f\xf5\x58\xf4\x8b\x8b\x97\x1f\x44\xe0\xbf\x78\x99\x34\x85\xe9\x5a\xa6\x49\xd4\xf0\xcb\xb6\xdd\x37\x1f\xeb\x82\xd5\x59\x17\xa7\xd0\x3b\x9d\xa7\xd7\xe0\x8a\x91\xf8\x96\xb8\xb8\x8a\xda\xc4\x96\x47\xd6\x07\x93\xee\xb8\x9b\xf8\x21\x15\x3c\xa1\xa3\x9b\x93\xe8\x07\x9d\xf6\x4e\x27\x3a\x61\x13\xd1\xf3\xc0\xaa\xe6\x0f\xba\x89\x93\xe7\x0c\x5b\xad\xc6\x34\xb9\x69\xb1\x27\x19\x14\x6c\x93\x02\x31\x7a\x61\x87\xf2\x2e\x21\x0a\x53\xac\xd2\xb2\xdb\xd1\x70\xcd\x16\xfb\x00\xa0\x0f\x4e\xe7\x0f\x1d\xd6\x0d\x2b\xca\x88\x26\x7c\xb9\xb2\x13\x5f\x15\x55\xfb\x60\xfa\x30\xd9\xe3\xf8\xea\x55\xdb\xe4\x37\x26\xac\x8c\xf5\xbf\x92\xc9\x34\x8e\xb8\x27\xe6\x83\x7b\x60\x6e\x7f\xdc\x0b\xb7\x07\xed\xf1\xb4\x65\x89\x6e\x97\x7e\x8e\xca\x10\x05\xa5\xa4\x5b\x8b\x08\xbd\x13\x78\x4b\xd7\x82\xa1\x29\x23\xc0\x88\x33\x9d\x40\xa1\x78\x14\x94\x96\x18\xf2\xcc\xb2\xe8\x32\xdb\x81\x5f\x65\x5b\x37\xdd\x82\x76\x09\xd0\xe0\xfe\xbd\xe6\xbe\x6f\xfc\x57\x62\x90\x89\x74\x1f\x4a\x05\x7f\x47\xe7\xca\x96\x8f\xa5\x55\xd5\xb5\xdf\x59\x03\x29\x89\xec\x2a\xb4\xcc\x54\xd9\x90\xd0\x3e\x52\x39\xaf\x82\x1e\x20\xa2\x37\x5e\x96\x09\x18\x0c\x74\xd3\x9b\x5e\x23\x43\x00\x31\xad\x65\xaf\x2e\x67\xe7\x9d\x2f\xe8\x7b\xde\x42\xdc\xee\xf3\xef\x34\x03\x34\xab\xb9\x53\x58\x4c\x45\x1b\xdf\x2f\xc5\xba\xf1\x23\x05\x88\x1f\x1a\xc0\x07\x06\xde\x63\xc5\x5a\xda\x3e\x83\x72\x6e\x4f\x8d\x14\x90\x35\x66\x60\x1a\x58\x36\xeb\x9d\x65\x3d\x68\x37\x76\x37\xa3\x7e\xfe\x87\x32\x4c\x30\x93\x3d\x09\x13\x5a\x23\x42\xb6\x9a\x6d\xe9\x81\x8c\xca\x5a\x84\x8f\x11\x3b\x71\xc9\xda\xec\xc8\x32\xa0\x96\x91\xb5\x81\x28\x9a\x8d\xd4\x45\x68\x03\xd2\x7a\xb4\x32\x93\xaf\x0d\xb3\x77\xb7\x55\xe2\x08\xff\x68\x15\xe1\xd8\x7c\x25\x4e\x60\x36\x9f\x09\x8a\xa6\x64\xcd\x4e\x15\x5e\x52\x66\x6d\x64\x2a\xf8\x39\x9d\x14\x69\xd3\x42\x9a\x92\x0e\xe3\x0c\xf4\x90\x6c\x5d\x80\x4a\x93\xd6\xa6\x6e\xf5\xcc\x3f\xe4\x97\x62\x73\xcd\x1b\xd6\x1d\x9b\x12\x6e\x1d\xd4\xdb\xe4\x81\x1d\xd3\x43\x61\xf6\x59\xe1\x91\xee\xa6\xc9\xc7\x44\x49\x52\x2d\xea\x0f\xf0\x50\xbd\x02\x74\xea\xb8\xa3\xd9\x31\x0b\xb0\x80\x6c\xcd\xb5\xe5\x17\x0e\x26\x90\xad\x73\x56\x47\xd2\x30\xe4\xc0\x67\x0b\x88\xd2\x7e\xe9\x27\x6d\x26\xf6\xb1\x80\xf4\x0f\x49\x17\xc2\x06\x27\x5f\xbb\x7a\xc5\x96\x93\x3a\xad\x45\xd9\xd6\x55\x21\xf6\xe4\x55\xaf\xd2\x13\xd8\xb3\xe9\xd8\x21\x71\x7d\xcd\xdc\x54\xcd\x3c\x02\x0d\x11\x02\x3b\xf3\xec\xe0\x4f\x4e\x92\x1b\x9a\x4b\xe4\xb2\xdd\x1c\xb2\x3c\xb4\x88\x44\xa8\xe9\x24\xb1\x1a\x87\xc0\xc9\x82\x48\x66\x23\x8a\x20\x88\xe5\xc4\x09\x15\x05\x16\x42\x1c\x25\x3e\x7a\xb9\x50\x56\xdf\xb2\x85\x3c\x6d\x19\x0d\x9c\x78\x4d\x7c\x07\x88\xe9\x26\x9b\x45\x2d\x99\xf1\x70\xd1\x68\x60\x20\x23\x59\x0d\x5b\xc6\x54\x5b\x04\x6f\x0d\xc7\x88\xa0\x41\x34\x45\x0b\x62\xb2\x06\x2b\x05\x13\x00\x84\xac\x3d\x2f\x6c\x20\x71\x0b\xe3\xbd\x68\xd5\xea\x93\x97\xdb\x46\x6c\x0a\xe5\xb0\x6d\x21\x28\xbd\x31\x9e\x45\xf6\xc6\x70\x9c\x3a\x46\x31\xee\x87\xf2\xf8\x6f\x1c\xe2\x44\xfc\x0b\xe6\x8b\x3a\x2d\x97\x9b\x60\x67\x9c\x55\x84\x2b\x92\x1a\xed\x09\xe2\x67\xb0\x87\x48\x64\xdf\x80\xff\x9f\xab\x3e\xfe\x27\xf5\x36\x60\x36\x4e\x94\xeb\xd4\x31\xab\x68\x87\xb5\xc4\x16\x58\x76\x4d\x5b\xed\x6c\xb9\x9f\xf3\xcb\x1b\x48\x6c\xae\x94\x98\xab\x22\x1b\xc4\x65\x45\xa7\x69\x55\x06\xee\x3c\xd5\x7e\x12\x8e\x79\x16\x29\x24\xd4\x45\xe4\x7a\xf6\x8e\xd8\xe4\x45\x5a\x9b\x24\x75\x9e\x22\x24\xc6\x16\x45\x75\x80\x4e\xe2\x27\x48\x51\x50\x48\x50\xab\x44\x55\xc0\x3d\xd6\x35\x0b\xba\x80\x80\x02\x0b\x10\xb6\x04\x7f\xd0\x46\xd1\xaf\xb7\x8e\xf3\x16\x61\x6c\x02\xf9\x78\x37\x65\xca\x0b\xae\xb4\xbe\xa2\x1a\xcf\xfa\xb6\x57\x39\x41\x79\x3b\x28\x10\xd3\x24\x5f\x74\x8f\xa3\xb5\x2e\x45\x82\xe1\x8e\x66\xec\x79\xd0\xab\x86\xc0\x6a\x18\xad\x6c\x75\x62\xc9\xaf\xcc\x9a\xd7\x89\xb9\x6d\xeb\x41\xf3\x69\x62\x7d\x6c\xce\xd5\xc1\x66\x4c\xdb\xab\x5b\xbe\x99\x05\x7b\xba\x51\x7d\x09\xd1\x17\xfc\x21\xa2\x6e\x5a\x9a\xb8\xed\xa9\x35\x2f\xc0\x4a\x29\x46\xcb\xaa\x6c\x02\x7b\x3b\xac\x41\xd0\x3f\xbd\x0b\x55\x4f\x99\x29\x4c\xcb\x2c\xaa\x60\xa2\xe3\xf5\xbb\x3c\x9b\xd1\x7f\x93\xc9\xbe\x5b\x50\x6d\xce\x25\x48\x16\x8f\x10\xc2\x3a\x06\x59\x27\x30\x51\xba\x1f\xfa\x32\x5d\x65\xe1\xa1\x63\xa4\x43\xd1\xda\x38\xad\xfd\x86\x49\x8e\x18\x76\x74\x13\x63\x11\xe0\x91\x06\xbe\x94\x50\x9c\xdd\x69\xe8\x34\x10\x35\x25\x0b\xbd\x18\x6e\x0e\xaf\x12\xa4\x80\xdc\x5f\xe5\x29\xb0\x53\xdd\xde\xbc\x39\x35\xe3\x59\x77\x47\xae\x3b\x84\x55\x8d\x93\xcd\x9e\x7f\xc6\xba\x86\x86\xd2\xc0\x54\xe1\xc9\xb6\x5f\x43\x10\xee\x4d\x57\xf6\x57\xde\x3b\xf5\x10\xda\xc0\xe5\x89\x8f\x50\xc2\x4d\x6a\x04\x07\x0d\xb3\xdf\x7d\xaf\xbc\xa2\x92\x45\x9a\xbd\xae\xc4\x77\xad\xdb\x67\x90\xae\x22\xcc\x60\xed\xf7\xe5\x81\xfd\x05\x7b\x00\x4e\x62\xf2\x6e\x5a\x98\x71\x27\x33\xa1\xe0\x9a\x27\x8b\x4e\x4c\xdd\xe5\xce\xd7\xee\xa3\xfe\x70\x5d\xcf\xfa\x20\x56\x7f\xc2\xcc\x96\x85\x02\xbf\x89\x65\xe4\xd9\x5e\x2b\xed\x54\x77\x84\x85\x69\x6b\xb3\xdd\xb2\xcd\x68\x1f\xc8\x8d\x94\xf1\xf7\xff\x23\x06\x72\x23\xea\x25\xda\x02\x9d\x21\x52\x06\x22\x9a\x96\x23\x7e\x5f\xd6\xee\x15\xd1\x24\xa6\x33\xb4\x98\xad\xf1\x44\xc9\xdb\x16\x97\x9b\xaa\x6a\x54\x55\x29\xf0\x3f\xc2\x3f\x23\x54\x80\x70\xb2\x9d\x44\x5b\xa9\xab\x49\x09\x5b\x30\xdd\xb2\x39\xa8\x17\x20\x40\x6d\x40\x52\x75\xaf\x88\xca\x3e\xa8\x18\x42\x1a\x31\x42\x6a\xdc\x64\x6a\x31\x27\x41\x61\x0d\xe1\xd2\x9a\x25\xd5\xac\x2a\xe4\x06\xda\x8d\xd5\xc2\x88\xa5\x6d\x1a\x77\xcd\x2d\x6f\x64\x46\x92\xfd\x22\x9d\x1e\x5f\x69\xbb\x8e\xa1\x89\x48\xce\x80\x40\xfc\xac\x8a\x80\x4f\x7b\xa9\xe3\x08\xf2\x31\x8d\x2e\x9f\x1d\x13\xc3\xdc\x9a\x05\xdb\x79\x04\xf4\xd2\xd4\x1b\x88\x44\x02\x1c\x10\xb1\x11\x8e\x57\x1a\xbc\x95\xcd\xed\x0d\xc2\x9b\x20\xa2\x32\x7e\x06\x68\xf8\x7c\x64\x65\x38\x68\xc5\xfd\xa9\x13\x9f\xb3\x83\x5d\xff\x88\xf3\x14\x87\xda\x80\x38\x68\x83\xff\x38\x69\x08\x9a\x01\x2d\xe2\x5e\xf1\x91\x2e\xee\x01\x2a\x7a\x33\x81\x84\x1e\x42\x5d\x3c\x47\x33\x59\x3e\xaf\x9d\x02\xcd\x92\xd8\x7d\x4d\x48\x05\x7b\x58\x48\x6b\xb1\x2b\x7b\x7e\x24\x82\x2c\x6a\xc7\x15\xe2\xa9\x66\xf5\xc8\x76\x79\x65\x92\x56\x2c\xd2\x5c\x71\x7d\x4d\x94\x87\x1b\xb0\xdf\xaa\xef\x79\x65\x99\x5d\xf6\x9b\xd3\x4e\xd8\x4d\xe2\x54\x42\xb2\x37\x5c\x8f\x29\x13\x24\x4e\xf5\x0d\x3f\x79\x8e\xa7\x07\x21\x83\xeb\x2b\x05\x1d\x87\xd4\x9e\xf8\xc1\x05\xc7\x43\x5e\xb2\xab\x87\x35\x73\x07\x34\x27\x66\xfb\xa7\xc9\xcf\x39\xeb\xa0\xae\x58\xdb\x01\xaa\xf3\x43\xbf\x03\x16\xc3\x9e\x3b\x35\xbd\xc7\x2e\x57\x55\x76\x67\x92\x66\x19\x63\xbe\x8c\x58\xd0\x3d\xec\x33\x61\xc4\x15\x90\xa2\x64\xc8\xd0\x89\xf9\x68\xfe\x3c\x52\xb9\x43\x85\xcd\x6a\x76\xc5\xdb\x50\xcb\xab\xaa\x03\xda\xea\x99\xaa\x32\x9d\xc6\x1d\x5c\x07\x3c\x18\x0b\x5e\x51\x56\xae\x2d\xaa\xcf\xca\xb8\xb1\x40\x4e\x7f\xad\xc2\xbd\x35\xb1\xe4\xb0\x63\xa9\x28\x54\x6c\x12\xf5\x5f\x9a\xa6\xaf\x87\x77\x3d\xb6\xb3\x05\x36\x28\x1c\xfd\x21\x6d\x64\x4f\x60\x8c\xc4\x44\x59\xfc\x76\xac\x8c\xfa\x31\x07\x6a\xaf\x86\xab\x65\x91\xc9\xca\x42\x6e\x8a\x50\xcc\x61\x46\x2e\xe4\xbc\xc8\x2f\xc1\x3c\xa7\xe2\x21\x10\xd5\xc4\xdc\x80\xd7\x20\xf3\x36\x4d\x23\xc4\x98\x26\x01\xaf\x83\xe2\x51\xd1\x4e\x36\xf5\x86\xe9\x3f\x34\xce\x8d\x73\xb4\xfa\x9e\x76\x4b\x55\xae\x1f\x9f\xb1\x79\x08\xae\x05\x66\xd3\x15\x2c\x5b\xfc\xf0\xfd\x23\xcd\x4c\x9e\x6d\xcc\x72\x9b\x54\x1d\x34\xf1\xf0\xdf\xcb\x49\x14\xe1\x5d\x88\xe9\xfd\x3e\x0d\xdc\x84\x13\xf6\x8b\xe4\xd9\xc7\x50\xc2\x51\xb0\xdb\x30\x09\x04\x31\xbc\x73\x97\x24\x50\x86\x80\x88\x5b\x20\x69\xea\x70\x92\x27\x31\x50\x28\xc6\x13\x49\xb9\x81\xc2\xe2\x1c\x8c\x9d\xd9\xba\x19\x10\xa4\xb2\xb4\x63\xea\x4a\x30\x2f\xc0\x25\x80\x93\xfb\x7e\xa9\x9d\xca\x34\xc5\x2a\x53\x05\x83\x15\x4b\xd2\x62\x3a\xb1\x15\xb8\xa5\x65\x4e\x08\xa9\x6c\x5b\x25\x44\x7f\x55\xc2\xde\x65\x51\xc0\xe1\x95\x3a\xc3\x87\x83\x61\xb6\x9a\x3b\xb9\x63\xfd\xd7\x72\x69\x42\x5c\xbb\x63\x49\x11\x26\xc1\x13\x22\x3b\x0c\x47\x8a\xc2\x2a\x03\x12\x31\x00\x14\xbc\x03\x7e\x87\x72\x9a\x33\x08\x86\xd5\x80\xf6\x32\x32\x01\x32\xa5\x71\x39\x4f\x4d\x58\xba\x03\xaa\xd4\x27\x49\xb0\x6d\x66\xca\x06\xfd\x30\xec\x81\x9d\x8c\xb0\xad\x5b\xe9\x12\x0d\xef\x83\x9b\x10\x88\x63\xac\x28\xe1\xc5\x7b\x0d\x69\xb8\xf5\x67\x03\x65\xc2\x95\xd8\x0a\x65\x2f\x44\x24\x5f\x42\x9b\x13\x08\x66\x34\x2f\xbc\x2a\x2d\xf8\x12\xd9\x88\x6c\x0d\x1d\x43\x19\x25\x35\xec\x97\x4b\x95\xfc\x97\x24\x63\xe7\xd7\xb6\xa2\xbd\x34\xa8\x81\x53\x31\x98\x61\x09\xef\x07\xe9\x88\x87\x48\x3c\x4a\x3a\xdc\xfe\xa6\x7e\xa8\x0c\xe4\x64\x1f\xb5\x25\x1f\x27\x19\x19\xf3\xd3\xd8\xc1\xe2\x8b\xd1\xaf\x21\x91\xba\x73\xb1\xa1\x79\x5a\x01\x75\x54\xdb\xc1\x8f\x21\x00\x18\xa5\x19\x5d\xb9\xc8\x4b\x9a\xef\xaa\x11\x48\xf0\xed\x9c\xe4\x97\x13\x6d\x02\x65\x14\x2b\x20\x26\x95\xad\x0e\xca\x93\xcc\x94\xa1\xe7\x3c\x53\xb3\x73\x22\xf6\x24\x5b\x16\x70\x96\xb2\xd8\xd5\x70\x56\xe3\xb8\x04\xf1\xb4\x56\x7b\xbd\x14\xd3\x6d\xf4\x81\x67\xdb\x51\x1c\x59\x93\x46\xa6\xe9\x83\x54\x22\x43\x61\xb5\xc8\xda\x08\x24\x16\x97\x4e\x86\x10\x97\x69\xc6\x58\xff\xf4\xe4\xfc\x55\xa3\x67\x2c\xbb\x46\x81\x08\xb9\x56\xa5\xde\x3f\x57\x60\x13\x98\xf8\x95\xdd\x89\x2a\xd3\x8a\xad\x5d\x7a\xec\x19\x15\x1c\xae\x9c\x9c\x34\xbe\x6d\xa6\x8a\x43\x42\x48\xae\x77\x8b\xaa\x80\x07\x96\x8a\x55\x6e\xd4\x32\xe2\xfe\x50\xe3\x6c\x59\x03\xe3\xe8\x4b\x34\x93\x58\x88\x80\xb4\x04\xd3\x70\x27\xf9\x73\x5f\x43\xe6\xd8\xca\xfd\xd1\x95\x01\x0b\x4a\xab\x2a\x1a\x3d\xf0\xa5\x18\x33\x23\xcb\x4d\x0e\x5d\x3d\xf8\x54\xf0\xc1\xe2\xb7\x07\xbf\x3a\x9c\x12\x07\x6a\xd0\xd1\x32\x19\x53\xc8\x36\x85\x58\xe1\x89\xda\x18\x7a\xe8\x44\x5f\x7d\xa9\xb0\x2c\xd7\x4f\x63\x44\x6e\x6c\x6c\xc1\xfa\x8d\xd3\xbc\xdb\x89\x5c\x38\x30\xb7\x23\x8e\x63\x77\x6f\x4d\x02\x82\x87\xcd\x49\x12\x94\x9a\x2c\x68\x3d\xda\x40\xd5\x91\x54\xd5\x16\x1b\x9d\x59\x70\xde\x99\xb4\xaf\xb4\x69\x6b\xe2\xf4\x9b\x3b\xb0\x71\x2a\x4c\x28\xfb\x6e\xc0\x34\x17\x56\xf2\x0d\xa8\x79\x66\x56\xc4\x45\x13\xf3\xb9\x0a\xc7\x0c\xed\x22\x0b\x20\x50\x25\x5b\xae\x21\x79\xfb\xea\xf9\x87\xc4\xf3\x09\x24\x5b\x74\xeb\x24\xab\xd3\x94\x96\xfd\x8e\x73\xeb\xeb\xf5\xd0\x79\x4e\xb8\xea\xa9\x17\xbd\x61\xa8\xaf\xe1\x93\xe1\x09\xd3\x07\x74\x44\xd1\xf6\x1f\xc3\xa1\x15\x26\x72\x43\x84\xcb\x29\x64\xdc\x0c\x8f\x2c\xde\xe4\x17\xa8\xf4\x3e\x4d\x44\xed\xfe\x5c\x15\xe1\xde\x48\x33\x6a\x2c\xf5\x26\x1c\xeb\xfd\x8d\x0d\x0a\x6d\x40\x00\x75\x6a\xcd\x2c\xdb\x0a\xcc\xfe\x2e\xdd\x92\x58\x0f\x9f\xa7\x16\x6e\x09\xec\x13\x23\x12\x8c\x9d\xd1\x8e\x96\x7d\xeb\x26\x74\x3a\xb9\xca\x9b\x7c\x91\x17\x38\xcb\xfe\x0c\x95\x11\x94\x4e\x1b\x93\x67\x92\x81\xf4\xe8\x66\x45\x68\x16\xa1\x56\xbf\x6f\xf6\xd4\xe9\x25\x1d\x97\xcd\xec\x6e\x97\x53\x36\xa4\xb7\xcf\xed\xdd\xc7\x24\xe7\x5c\xd1\xf9\x44\x2d\x11\xc4\xe3\x41\x6d\xb8\xce\xb7\x84\x9a\x92\xce\x4a\xef\x36\x24\x1a\x61\xde\x1e\x65\xef\xe2\x60\xce\x94\x25\x3b\x54\x8c\xa6\xb7\xb7\xfb\xf7\xff\xad\xcd\x8a\xe3\xed\x65\x19\x34\x8f\x6b\x84\x76\x44\x0f\x7e\x0a\xd4\x33\x6e\xf3\xe2\x42\x00\xcd\x31\x56\x19\x69\xf6\x8e\x82\xb8\xd0\xef\xa5\x77\xa8\xa5\x79\x38\x59\x16\x55\x69\xfc\xfc\x0c\x38\x5c\xdc\x63\x20\x24\xf9\x21\x79\xca\x4e\xba\xb7\x5f\x80\x4b\xb8\x1e\xbe\xfc\x76\x67\xc2\xdd\x64\xa5\xb9\xbf\x7d\xc9\xad\x8a\xef\xd2\xd6\xde\x14\x68\xf6\x34\xaa\x46\xfb\x2f\x39\x83\x85\x53\xc1\x1e\x63\x0a\x57\x98\x3b\x68\x98\xe8\xa3\x5c\x68\xf3\xba\x16\xe2\x90\x5a\xab\xbf\xda\x13\x79\x27\xbc\xdb\xe1\xee\x6e\x7e\x09\xcd\xa2\x24\xe3\xe6\xab\xdc\x7a\x75\x9f\xb6\xe9\x0b\xda\x4a\x4b\x08\x9d\xc9\x74\x4d\x3b\x7e\x5d\x56\x75\xe0\x21\x3f\x29\x72\x62\x9c\x1a\x33\x7b\x8d\xbf\x50\xe5\x69\xc2\xb0\xb8\x70\x23\x02\x65\x2b\xa0\xe6\x48\x20\xa7\xd2\x74\x30\xed\xf2\xcb\xd3\x38\x79\xbc\x8e\x46\xaf\xeb\x7a\xe9\xa2\x5f\x1a\xbe\xca\x73\xd0\x27\x62\xb1\xa9\xcb\x29\x9d\x99\x28\x9c\xf5\xb1\x5f\x7d\xde\xd6\xa6\xb1\x0d\x64\xa1\xf3\x7f\xd0\x96\x75\x07\x3c\x72\x21\x96\xc8\x61\xda\x15\xd6\x66\x31\xbb\xb0\x7e\xf7\x6a\xae\xd0\xab\xb5\xd4\xa5\x16\x76\xa8\x62\xf6\x86\xbf\x13\xfb\xfd\x80\x44\xd9\x87\x16\x88\x98\x59\xa8\x40\x66\x7c\x6d\xf6\x54\x5c\x2c\xe2\x2c\xbd\x22\xa9\xe2\x6e\x59\x55\xd9\x4d\x2a\x24\x23\x54\xef\xaf\xc5\x90\xd8\x28\x6f\xca\x15\x2d\xd2\x62\x3b\x9d\x1c\x60\xcd\xee\x1b\x1c\xd6\xe9\x0d\x92\x2e\xdc\x4f\xc6\xc4\x66\x86\x7b\xba\x8d\x1a\x13\x68\x0e\x96\x1b\x75\x31\xab\x56\x73\x9e\x13\x1c\xc1\x67\x81\x79\x54\xf6\xbf\xb8\x09\xd0\x2e\x13\x18\x98\x0f\x77\x40\x47\xf6\x5f\xce\x62\x92\xb0\x80\xe7\x3d\xc4\xae\x11\x83\x45\xe0\xb9\xf9\xbb\xcd\x15\xef\x7b\x66\xe0\x2f\xdb\x2a\x4a\x03\x55\x66\xd7\x6e\x42\x3f\x12\x7b\x43\x60\xa2\x37\x9f\xe5\x46\xe9\x1b\xbd\xf7\x9c\xf0\x8d\xd2\x30\xeb\x28\xcd\xbd\x51\x97\xce\x88\x00\x82\xf2\x25\x8b\xa2\x33\x77\x1f\xcb\x62\x5b\xf2\xc7\xb4\xcf\xd6\xcb\xe8\x87\x26\xe5\xfe\x8d\xab\xd3\x02\x4c\x85\x9a\x59\x14\x7a\x86\xaf\xc4\xa2\xd0\x08\x84\x3f\x18\xb7\x4a\x48\xfc\x05\xae\x47\x2f\x5e\x7d\x80\x13\x86\xbb\x78\x64\xfc\x45\x98\x7d\x4a\xb3\x6e\x6b\xc4\x39\x9a\x37\x8d\xb0\x53\x34\x99\xb0\x7e\x2f\x8c\xbd\x85\x19\x6b\x09\x79\x0b\xa2\x92\xa2\x77\x2e\x10\xe9\xca\x77\xb8\xb5\x26\x96\x04\x5b\xb7\x77\x92\x5e\x92\x6c\xd3\xf7\x90\xb6\x7d\x39\x91\x2b\x6d\x56\xc5\x9c\x5a\x5f\x0e\xb9\x2c\x65\xd5\xcd\xbb\x74\xef\x2b\x56\xd3\xae\x5b\x3e\xf0\x5a\xa1\x69\x57\x77\x1c\x93\xe8\x46\x6e\xc4\x3b\xf2\x4c\xc8\xc1\xe9\x42\x74\x4d\xe6\xe9\x36\x5f\xf4\x22\x62\xb2\xb2\x04\x7b\x1d\x99\x7b\x2d\xf9\x57\x89\x23\xb5\x5e\x48\x2d\xd8\xa0\xfd\xf5\x1c\x36\x05\xd9\xf7\x24\xbd\xbb\x14\xc7\x2a\xbe\x80\xf4\x97\x33\x53\x1e\xe4\x8a\xaf\xcb\x59\xdd\x6d\x71\xb4\xfd\xc7\xff\xf8\x9f\xa7\xcf\x30\xf2\x67\x6d\x5d\xe0\xd7\x0e\x53\xeb\x58\x71\x94\xc3\x0a\xf9\xaa\x48\x42\x63\x7a\x30\x7b\x6b\xd6\x12\x41\x81\xbf\x7e\x12\x23\x62\x07\x37\x78\x78\xd2\x40\x4a\xad\x99\x50\xb0\x59\x92\x87\x4b\x40\xf5\x76\x02\x59\x5a\x09\x12\xab\xd3\x82\xa3\xe5\x2f\x5d\xbe\xdc\xce\xd7\x5d\x0e\x1f\xc2\xd2\x14\x72\xf5\x18\x9a\x21\x3d\x76\xdb\x4d\xde\x08\x52\xff\xc8\x14\xbd\x4f\xa1\x43\x2f\x6c\x3e\x98\xf4\xe2\x85\xb8\x62\x07\x06\x8e\x70\x7f\xb1\x13\x2b\xc9\x91\x2b\xbd\x26\xd0\x54\x85\x99\xec\x3b\xf8\x6e\xc1\x8e\x2c\xed\x9d\xd3\xb7\x5e\xfd\xb5\x5e\x9f\x61\x1d\x83\xf2\xdc\x3a\x75\x96\x6f\x04\x0f\xf6\x34\xdb\xfb\xd8\x5f\x2c\x6f\x4e\xac\x03\x06\x23\x1f\xf4\xb5\xb5\x75\xfa\xbb\x33\x99\xb0\x3f\xe5\x33\xfa\x67\xa2\x67\xc5\x93\x55\x9b\xb2\xe5\x68\xd2\xd2\xae\x9e\x3d\xad\xaa\xdd\x64\x45\xcc\x27\xf1\x57\x6a\x01\xc7\x6d\xe7\x36\x5d\xcf\xfe\xc4\xa9\xd6\x02\x4e\x4b\x4c\x89\x5a\x0b\x62\x0f\xd8\x7a\x20\xe3\xa6\xeb\x66\xf6\x3a\x5d\x40\xc1\xd8\x0f\x35\x80\xb0\x04\x12\x8e\xe0\x54\xdc\x62\x51\xa0\x60\x58\x5b\x64\x47\x5b\x83\x44\x90\xd2\xb0\x53\x7e\xb1\x4f\xd9\xc8\x44\x33\x4f\x6c\x0a\xf5\x9d\xff\xd2\x84\x14\x26\x6d\x4c\x23\xca\x34\xbd\xd7\xc7\xb6\xb9\x3a\x3d\xcc\xde\xd3\xa2\xc8\x17\xad\x30\x47\xa0\x78\x01\xaf\xef\x1c\x76\xb0\x5c\xe1\xd8\xc7\x1f\xc0\x3f\x1b\xe8\xa5\xe9\x28\xab\x5d\x29\xe6\xcd\x79\x3b\x9c\xdb\x5f\x13\xdb\x85\x69\xbf\x2b\x36\x3d\x76\xe4\xb7\xa9\x2b\xa8\x24\xc0\xba\xb9\x14\x50\x76\xda\x32\x44\xdb\x4d\x57\xbb\xd4\x1d\x6d\x31\xd8\xab\x9e\x8a\xdd\xd5\xa5\x67\xec\xb2\x9b\xb6\xdd\xce\x25\xc9\xbd\x8a\x77\x5d\x66\x7c\xf1\x12\x46\x28\x65\x0d\x6a\x77\x57\x01\xc1\x43\x44\x4f\x2e\x2a\x4b\xb3\x0b\x72\xa6\xf1\xb4\x07\x19\x25\x58\x30\x4a\x94\x3d\xc5\x3f\xc3\xec\x25\x4d\x7d\x3d\xd7\xd2\x5e\x96\x2b\x06\xf5\xb8\x95\xd4\x85\x4c\x8b\x5e\x2b\x1e\x80\x5b\xda\x8d\x40\x49\x63\x1e\xd0\xb7\x37\x06\x0d\xa3\x77\x00\x0c\x9b\xb9\xc2\x01\x89\xa2\x6a\xab\x06\x6e\xe1\x41\x07\x9a\xa2\x6a\x8f\x81\x43\xba\x5d\xd3\xb9\x2c\x4a\xbe\x03\xed\x3f\x56\x6f\x0f\x3b\xea\x00\x7d\x3f\xd9\x82\x2b\x76\x29\xe1\x92\x7a\x93\xe0\x8a\xf0\x1c\x1c\x85\x16\x5a\x24\xa4\x67\x64\x35\x75\xc5\x64\xb5\x5f\xf7\x96\x4c\x32\xe7\xfb\x22\x5d\x1a\xbd\x96\xf3\xc1\x6c\x9b\x56\xd6\x0c\x61\x65\xa2\x46\xb4\x2e\x6e\x2a\x5a\x7d\x9e\xde\x36\x5d\xcc\x88\x89\xc2\xdc\xba\x62\x98\x4d\x9b\xb1\xd6\x99\xb4\x99\x4a\x4e\xa4\xce\xa8\x67\x61\x0e\xf1\x4c\x73\xe1\x83\x03\xac\x8b\x78\xe3\x5e\xa9\xe3\xc8\xd5\x07\xe8\x57\x1d\x33\xdc\x7d\x34\xd2\xd2\x6e\x55\xd8\xf8\xcd\x2b\x6e\x86\x20\x08\xb0\xf1\x85\xfa\x8f\x2e\xa8\xd6\xc2\x7c\xdc\x07\xb0\x6f\xc3\xf4\x29\xee\x80\x29\x09\xe5\x60\x08\x5b\x4b\x47\xc7\x60\x1b\x8d\xf5\x43\xd2\xc7\x75\xd5\xa1\xe3\xc9\x65\xd5\x09\x0b\xc4\x03\x18\x2b\x25\x2b\x9e\xcd\x17\xd7\xb6\xd0\xda\x48\x2c\x16\xbe\xe0\x4b\x15\x8c\x95\xda\x41\x8c\xaa\x70\x8f\x90\x4b\x11\xb2\x4b\x54\xa4\x11\xf8\x86\xc3\x14\x80\xb5\x22\xc2\x34\xcc\x9a\xe2\x88\x6a\x5a\x41\x5c\x3a\xe5\xc7\x40\x80\xb1\x04\x42\x14\xef\x08\x80\xa8\xcf\xc5\x88\x4f\x0c\x37\x3e\x02\xcb\xfc\x68\xab\x74\x7a\xd8\x02\x6f\xe0\x83\xa0\x2a\xf8\x2f\x14\xdb\x55\x4d\x0b\x92\x0b\xfb\xc9\x1b\x83\xeb\x99\x74\x80\xd3\x6e\xdc\x0e\x26\xd7\xb7\xe2\xe0\xb9\x99\x01\x3c\xf6\x14\xcf\xff\xec\xde\x2f\xdf\x7c\x6a\xac\x66\x1f\xc9\x99\xac\x81\xb3\x46\x3d\xba\xf7\xcb\x1f\x3f\x91\x9c\x7f\xef\x97\x6f\x3f\xb1\xad\x6a\x50\xc7\x7c\x45\xa2\xd8\xd1\x8a\xb8\xb8\x2d\xb3\xaf\xcd\x55\x5e\x75\x10\xc3\x6a\x92\x9e\x3c\xb5\xf8\xdc\x2a\xfb\x95\x99\x78\xdf\x6b\xdc\x82\xde\xb6\xcf\x34\xe3\x45\x6f\xdb\x97\xdd\x6e\xae\x43\x6f\x40\x16\xaa\xfd\x4e\xbc\x87\x82\xf2\x92\x0d\x69\xa7\x9d\xfd\xba\x26\x96\x47\x53\x52\xf1\x96\xa3\x81\xe7\xd9\xec\x2e\x0f\xc7\xea\x39\xfe\x20\x5f\x8f\x79\x2c\x98\x83\x5f\x5d\x83\x95\x33\x6d\x3d\x97\x0b\x9e\xf6\xb6\x4e\xce\x96\xae\x69\x4c\xad\xf8\x63\x76\x51\xe0\xb6\x79\x94\xa1\x7d\x08\x01\x12\xde\xd5\x26\xec\x9f\x2d\x53\xf3\x04\x2b\xf0\x4b\x53\x57\xc1\xfc\x68\x5e\x5c\xa1\xc2\xdc\x52\xa5\x12\x61\x8b\x37\xef\x0d\xf1\x05\x7e\xef\xe8\xa4\xf3\x8c\xd9\x33\x8b\xd8\xec\xdf\x36\x57\xd2\x33\xad\x66\x23\x3d\xca\x7e\x7b\x35\xc2\x7d\x10\x4b\xbb\x42\x45\xf7\xa1\xc1\x44\xb0\x26\x96\xc4\xa1\x84\xb5\xe7\x14\x18\x5a\x9e\x46\xea\xab\x94\xb9\xb5\x21\x41\xd4\xfb\x21\x86\xef\x2b\x8e\xb5\x76\xce\x7f\x7c\xf3\xf6\x0a\x28\xf1\x53\xcf\x82\x0f\x87\xb7\xb1\xb6\x54\x53\xed\xa5\xbc\x15\x4b\x58\x38\x78\x21\x84\x35\xf6\xea\xbd\x5f\x3f\x7b\xc3\xde\xde\xd0\x60\x39\x83\xc5\x48\x71\x1b\x2e\x61\x03\x76\x11\x68\x08\xf9\xe0\x18\x00\x56\x74\x9a\x1c\xbb\x3f\x19\x59\x96\xf5\xfa\x9f\x0a\xa7\xac\x3e\x4b\x59\x0a\x0a\x47\x6e\x68\x22\x89\x2b\x54\xcf\x28\x3b\xf2\xbe\xe3\x96\xed\x31\xf1\xb1\xb4\x45\xf9\x26\xb2\x4d\x93\xe3\x55\x36\x29\x1f\xbf\x6c\xbc\x89\x32\x69\x22\x69\x06\x39\x73\x5b\x80\x2b\xed\xe5\x42\x25\x4e\x5b\x38\xe6\xf0\x24\xd3\x63\x7f\x23\x87\x3f\xa3\x92\xf1\x36\xf2\x18\x7c\x74\x34\x92\xd5\xf7\x88\x8c\x73\xf5\x1a\x91\xba\xc7\x46\x5c\x49\x50\x5c\x63\xed\x85\x1c\xe9\x38\xd4\x2d\x36\xe6\x5c\xd9\x22\x6f\x68\x09\x9c\x5d\x44\x9b\x15\xb9\xc2\xb8\x91\x7e\xc1\xfe\x32\xde\x0f\x2b\x5d\xf3\xe4\x0f\x8c\xec\xa1\x99\x39\xa0\xab\x7b\x12\x64\xf3\x65\xbe\x4f\x95\xb6\x02\x21\x81\x8c\x75\x33\x11\x09\xcb\x73\xfe\x26\xe1\xd8\x6f\xf6\x0e\xa2\x66\xd3\x26\xa4\x3a\x8c\xfa\x5e\x31\x17\xbf\x16\xad\x7f\xe0\x6f\xa8\x51\xe4\x06\xd0\xce\x6c\xa5\x45\x5a\xda\xf4\x28\xe7\x24\x40\x8e\x7e\x64\x45\x64\x54\xc1\x37\x12\xa1\xbe\x66\x9d\xa9\x78\x66\x31\xe4\xb4\xd7\x02\xc2\x04\xcc\xf0\x4f\xbf\x65\xf9\x3b\xbb\xb2\x8d\x6a\x7e\x24\xaa\xc6\x22\xaa\x9d\x88\x0a\xea\xbc\xae\x68\x1b\x6b\x69\xc7\x47\xda\x32\xf9\xbd\xc2\xbd\x4b\xd7\x89\xb2\x6a\x37\xe0\x68\xda\xca\xb5\xf7\xdc\x45\x0a\xb0\x46\x57\x69\x9e\x69\x2e\xac\x91\x1c\xd7\x80\xed\x87\xa9\x55\xb7\x22\x5a\x9d\x75\xcb\x90\xfb\x51\x52\x3d\xdc\xe6\xc3\xa8\x7c\xb3\xfb\x89\x54\xaf\x34\x62\xef\x85\xe2\x74\x9d\xb4\x1d\xfb\xa1\x31\x65\xe1\x09\x16\xb5\x7f\xf3\x5d\x40\x42\x40\x2d\x1f\x71\xe5\x8f\xc0\x12\x64\x96\x72\x26\x7f\xb8\x97\xe0\x1b\x64\xe4\xbe\x9d\x49\x11\x1f\xce\xc3\xd5\x00\xc1\x83\xff\x99\x82\x30\x89\x90\xc5\x3d\xe4\x45\x82\xea\x33\x25\xd7\x0d\x6f\x8d\xef\xa1\x3e\xb0\xc7\x00\xff\x4e\x9a\x74\x87\x60\x9d\x30\xd8\x32\xde\x5a\x90\x6f\x1d\x88\x56\xbe\xc3\xd4\x29\xaf\x20\x6d\xa0\x7e\x57\x3d\xd7\x63\xdd\x27\x8e\xb4\x25\xd7\x9b\x07\x0d\x50\x47\xff\xf9\x53\x63\xc7\x90\x2e\xe6\x9e\x10\x43\x39\x9c\x37\x4b\x9a\xca\xdc\x44\x00\xb1\x04\xef\x73\x20\xfd\x37\x7c\x4f\x58\x74\xf0\xce\xb9\x51\x61\xf4\x44\x27\x0c\xe1\xf1\xb8\xc3\x5c\x6c\xb6\x41\x90\xc5\x24\xed\x16\x20\xea\x36\xf8\x09\x83\xb3\x7b\x87\x8b\xa4\x25\x51\x29\xa6\xd1\xfc\xcc\x2e\x82\x79\x08\xf0\x46\x73\xa1\x2a\x65\x34\xb1\xad\xe4\xf1\xcc\xdd\xd1\x22\x88\xb8\x41\x9b\x82\x4d\xd8\xef\x18\x4f\x03\x12\x86\xdb\x0e\x49\x26\x16\x28\xbd\x40\xab\x34\xe6\x44\xaf\xec\x99\xc4\x69\xef\x2d\x45\x8c\x5a\x65\xf5\xe6\x82\x35\x2a\x5b\xd8\x82\xec\x18\xf2\x86\x48\x84\x59\x82\x08\xd0\xdc\x8a\x93\x1b\xd7\x00\x2b\x6b\x91\x2f\x5b\xb1\x2a\x83\x2f\x5b\x98\x1b\x5c\x7f\xb9\xe2\xa0\x4b\x4d\x18\x8d\x11\x24\xd6\x94\x70\x2d\x4e\x2a\xc2\xaa\x45\x91\x6f\xb7\x01\xa1\x48\xcb\x39\xdb\x57\x78\x46\xbc\x02\x39\xea\x1f\xb4\xc9\x61\xc0\x98\x08\xb9\x6c\x40\x2e\x57\x1f\x2b\xeb\xbf\xa6\x4a\x1e\xb6\x73\x86\x94\x25\x51\x32\x40\x33\x1a\x8c\x31\xdc\xf5\xc3\x06\x5c\x18\x3d\x28\xb0\x14\x31\x76\xc4\x1f\xd1\x51\x73\x8d\xc1\x57\x6c\xc8\x6c\x2b\x90\xaa\xaa\x80\x8f\xe8\xc6\xb8\xda\x9b\x08\x5f\x62\x7a\x72\x11\xec\x45\xcc\x7a\x48\x79\xb5\x14\x63\x6f\x57\xea\x66\xe4\xd2\xac\x95\x6c\x66\xbf\xfe\x37\x12\x15\xa9\xb3\xf7\x5b\x58\xa6\x81\x2c\x89\x20\x3b\x2e\x12\x48\xfc\x25\x5a\xb4\x65\xda\x35\xdc\xa1\xda\x08\xe5\x82\xa5\xec\x3a\xe1\x7b\xec\x96\xd6\xdb\x29\x7b\xf0\x87\x7b\xd9\xc3\x04\x3a\x69\x5e\x80\x50\x0f\x7d\xc8\x5b\x59\x15\x1d\xbe\xc3\xce\x8a\x1d\x65\x51\xf5\x21\xcd\x71\x5f\x03\x58\xca\x40\x70\xd3\xfe\x75\x12\x28\x07\xc3\x23\xce\xc9\xf0\x41\x76\xa8\xab\x50\xae\x24\xcc\x1e\x57\x59\xf4\x01\xb2\xd9\x3d\x27\x48\x0d\x41\xa0\x7a\xee\x08\x63\x40\x58\xad\xf2\xe6\x2a\x2d\x32\xd6\xd6\xf5\xba\x22\x82\x53\xbf\x7e\x95\x3f\xe2\x51\x11\x4f\xb0\xc0\x79\x42\x48\xc2\x2a\x18\xa7\x91\xf2\x26\x47\xbd\x04\xe5\x98\x16\xa7\xe1\xdb\x89\xf9\xc2\xb7\xa2\x5a\x23\x9d\x20\x89\xb5\x14\x02\x68\x70\xc8\xbc\x35\xd1\xec\xf1\x2e\x78\x6a\x02\x6d\x7a\x98\x69\x07\xfd\x93\x1f\x6f\xf2\x40\x02\xdc\x11\x27\xf2\x30\x1e\xa6\x49\x6b\x18\x58\xd7\x83\xa6\x5d\xb4\x20\xad\x6e\x2e\x48\x00\x9b\x1f\x6e\x90\x85\xb3\x29\x9e\x5a\xf6\xd2\x1c\x7b\x34\x31\xa9\xba\x7b\x49\xff\x3b\xdd\xed\x4e\xb3\xec\xee\xc8\xb8\x1d\x77\xe5\xc6\x6f\xad\x6e\x01\x8f\x95\x3a\x95\xc7\x9d\xb0\x86\x80\x53\x1d\xc5\x2f\xe4\x07\x2b\x65\x63\xaf\x1a\xe7\x62\xb1\x08\x66\x4f\x1d\xc2\xed\x42\x9e\xe0\x68\x60\xf7\x9d\x9a\x3d\x07\x5a\x09\x21\xc6\xbe\xc2\xf1\x30\x42\x3e\x9f\x58\xe2\x20\x4b\x19\x62\x37\x32\xeb\xef\x3e\xd2\x47\x75\xe0\xf7\x6c\x17\xe3\xcc\xee\x96\x39\xf1\xce\xf7\x77\x62\xac\x50\x1e\xdb\xb5\x1a\x7a\xbd\x8c\x00\xfe\x7f\x60\xb3\xc7\x7a\x31\x40\x83\xa3\xbe\x4d\x93\xc9\x21\xdf\xe6\x34\x57\xdb\x9c\x7f\x4d\x0f\xa6\x58\x22\x10\x90\x86\x3b\x90\x70\x1d\xc8\xbe\x13\xe5\xcb\x40\x5f\xc9\x61\x8f\x0c\x1b\x4b\x2d\xb8\xbb\xc0\xc7\x90\xb0\x7a\x75\x75\x69\x96\x50\xb1\x2d\x3b\xd6\x80\xd4\xf6\x86\x55\xa6\xec\x8a\x78\xae\x49\x13\x8a\xcb\xab\xbc\x6e\x10\xdc\x61\xad\x4a\x60\x1f\x66\x59\x0e\x4e\x01\x0e\x43\x8c\x73\x82\xb2\xc8\x9c\xae\x0c\x72\x08\x2f\x57\x49\x6c\x9d\xd6\xb3\x2e\x00\xb0\xce\x05\x2a\xeb\x5b\x3b\xc5\x05\xe3\xb6\x98\x65\x11\x11\x22\xe0\x2c\x6e\x8c\xf5\xfb\x00\x6e\x07\x74\x41\xc7\xc3\x51\xb5\x82\x7e\xda\xd0\x59\x92\xcb\x8e\xb3\xda\x18\x30\x02\x14\x58\xac\xfa\x21\x93\x90\xda\x2b\x49\xb8\xae\xcb\xe5\x18\xd7\x51\xeb\x7c\xd1\xb5\xb4\xfe\x5e\xca\x8c\xc6\x69\x73\xdf\x8e\x8d\x54\x3c\xd0\x02\x28\x2f\x4b\x1e\x03\xc4\xd8\x97\x66\xfe\xcd\xec\xc3\x06\xa7\x56\x5e\xe0\x8a\x16\xb2\xf9\xd8\x06\x88\xb2\xac\x90\xf8\x95\x63\x9d\x26\x7a\xf8\x2f\xe8\x60\x87\xdc\x94\xdb\xa5\xe6\x2a\xf5\x54\xb5\x27\xf3\xf3\x3a\x70\xec\x76\xf8\x75\xaa\x13\x61\xbd\xc0\xd9\xb7\x20\xa8\xa5\xd1\xc9\xfd\x8f\xff\xfe\xbf\x9a\x60\x62\x45\xe5\xe9\x9c\x92\xbd\xb6\x93\xef\x3d\x1f\x09\x4d\x6e\x53\xa7\xb2\x94\x0d\x07\x2f\xe5\x38\x9a\x9a\x1e\xc4\xe2\x82\x9f\x37\xf0\x5c\xaf\x0a\x7a\x98\x4d\x55\x6d\x11\xc8\x6c\xc1\x3f\x7c\xfa\x9a\x78\x01\xce\x7a\x91\xb7\xa7\xbd\x3c\xc4\x7b\x5b\xfa\xe0\xe7\x4f\x39\xfc\xdb\x68\x2c\xf5\x29\x5f\xf0\x7b\xe7\x23\xd7\xf1\x45\x3f\x97\xab\xf7\xbb\x46\x87\xa7\xf7\x1a\xc3\xca\xf4\x4a\x12\x38\x96\xf0\x42\x1e\x2f\xb1\xe4\xc9\x4a\xa7\xab\x15\xb6\xf1\xa6\x3a\xe8\x85\x3c\xa1\x57\x60\xde\xb0\xfa\x9e\xe3\x99\xfa\xba\xd3\xec\x0a\x44\x3d\xf3\x9d\x79\x61\x52\x4e\x62\x32\x57\xf5\xa6\x16\x4b\xa7\x2f\x23\xf0\xd5\x3c\x21\x2e\xd4\x00\xfb\x97\x10\xaf\x56\xed\x91\x58\xe3\xfa\xa5\x25\x27\x41\x71\x62\xd7\x08\x8f\xe0\x94\x92\x16\x73\x26\x6d\x72\xbd\x4a\xeb\xb1\xd4\x29\x18\x7b\x04\xcd\xb1\x78\xc3\x12\x1c\x15\xe5\x38\xec\x5c\xf9\x06\x1b\x50\x32\x88\x15\x1a\x47\xa9\x92\x08\x1b\x7c\x9f\xe9\x06\x83\x66\xae\x86\xb8\xb1\x45\x41\x72\xf4\xd6\xf2\xfc\xae\x21\xd1\x7d\x58\x22\x8b\x28\xa8\xdd\x81\xcd\xe3\x24\xa6\x2f\xe1\xbc\x81\xfc\xb6\x4e\x97\x1c\xdb\x2f\xb8\x9c\x38\x3e\x11\x0c\x3e\x57\x78\x37\xbe\xa8\x92\x91\x99\xd1\x2c\x1e\xa7\xb2\x2a\x34\x86\x53\x8d\x79\x9b\x98\x91\x6a\x6e\x2b\x2c\xa3\x51\xb6\x3b\x01\x5f\x1d\xd8\xe7\x94\x68\xfc\x15\x77\x42\xff\x96\xfc\x15\x98\x44\x7f\x72\x12\x4a\x3f\xff\xcd\xca\xbd\x60\x8d\x91\x9f\x00\x47\x4f\x22\xdf\x3b\xb0\xd6\xc2\x48\x53\x5f\x12\x2e\x16\xcc\x26\xcb\x02\x11\x52\x85\x8c\x7b\xc3\xd8\x45\x07\xe3\xbe\x95\x4b\x27\x4b\xb9\xb1\x94\x13\x4d\xc4\xee\xf7\xf5\x64\xd8\x09\xf5\xfc\x46\xec\xa7\x57\x29\x4e\x31\x7c\x78\x08\x7e\x61\x81\x43\x5b\x40\x8a\x6d\xc4\xb9\x4a\xee\xf1\xeb\x51\xd3\xf3\xdc\x52\x0a\x37\x74\x93\x53\x0a\x17\xd2\x1c\x48\xf9\x2d\x04\x4d\xfc\xe5\x23\x94\x2b\x42\x00\xe3\x32\xf2\x8f\xeb\x97\xb1\x71\x4a\xd5\xa9\xf1\xc6\x68\xe0\x3f\x55\xe1\x06\x75\x89\x39\xaf\x57\x9f\x8f\x95\x2c\x7e\x3e\xa5\x86\x2e\xf3\xa2\x21\x98\xc9\xe9\xb0\x59\x39\x2b\x1a\x3a\x2c\x4e\x13\xa6\x25\x5e\xb4\x62\x72\xa2\x70\x09\xfc\x52\xc2\xe5\xdc\x39\x7f\x3d\x5a\x18\x04\x6b\xeb\x8a\xb4\x0e\x01\xb0\xd4\x22\x68\xe2\x48\xe9\xca\x8c\x3a\x3c\xd2\xbe\x8d\xa1\x2c\x53\xc6\xd1\x41\xd5\xcf\x39\x22\x7e\x0a\x2d\x0e\xfb\x59\xcf\xdb\xe4\x5a\x1c\x9a\xec\x4c\x19\xbb\xa1\x85\x0f\xa8\x77\x91\x6b\x55\x48\xf7\x68\x03\x94\xcd\xca\xaa\xe3\x39\x1c\x85\x0b\xbb\x30\x84\x52\x31\x9c\x55\x61\xce\x2d\x47\x18\x0c\x17\x9d\x4c\x6e\x54\xfa\xf8\x23\xea\x24\x16\x06\x88\xe0\xd0\xdc\x5d\x18\x60\x5f\xe3\xc5\x0a\xba\x8d\x74\x2f\x5a\x24\x6c\x4e\x5e\x19\xc8\x6a\x89\xf8\xf0\x27\xf9\x2a\x21\xb4\x4e\x18\xad\x59\x08\xc6\xfe\xca\xaf\xf2\xac\x83\x93\x7a\x83\x50\xbf\xc7\x6b\xfd\x63\x58\x2b\xbc\x7b\xa0\x00\x39\x5a\xb3\x1d\xcc\x4d\x20\x1a\xaf\x92\xeb\xaa\xbb\x5f\xc3\x39\xdb\xb0\x1b\x0e\x1d\x34\x5c\xa2\x19\x6b\x17\xa4\x46\x75\xff\xca\x73\x30\xbb\x99\xb8\xa0\x0e\x91\xec\x4d\xf8\xa5\x38\x82\x46\x6a\x8f\x9f\xdf\x0d\x0e\x24\xd6\xd5\x3f\xaf\x51\x23\xb8\xe1\x04\x6f\x52\x8c\x02\xa9\xcf\x2f\x9d\x6f\xa8\x33\x31\x5c\x84\x0f\x1f\x68\xa9\xbc\x2e\xa1\xac\x48\x6e\xe2\x6b\xe0\x44\x28\x47\x39\xa4\xd1\xda\x07\x7b\x2a\x64\xc1\x30\x61\x7a\xaf\x98\xe7\x89\x9b\x05\xd9\xbc\x37\x3c\x61\x7b\xa2\xc2\xfb\x50\x5b\x61\x3b\xbb\x81\x9b\xd0\x82\x75\x7a\x18\x46\xa6\x02\x44\x83\xc8\x03\x21\xae\x0f\x82\x3b\x0c\x3c\xcb\x7a\xa0\x32\x49\x12\x64\x90\xaa\xe7\x10\x57\x7d\x3a\xe8\xa5\x14\xbe\x5c\x55\x8b\x6d\x13\xc1\x00\xf8\x4e\xc3\x34\xb1\x2e\xb9\x37\x38\x7b\xad\xe3\xba\xbf\x9e\x0b\xbe\x62\xd0\xc7\xdb\x68\x92\x75\xf8\x7f\xf6\xe4\xed\xdb\x77\x1f\xfc\x15\x8a\x31\x12\xd3\xab\xed\x8f\x47\x28\x9c\xbb\xf4\x50\x5c\x87\x6c\x32\xf5\xba\xbe\x66\xe5\xbb\x60\x74\x44\xfe\x4e\x12\x09\xc3\x85\xdc\x17\x12\x41\x27\x3d\x91\x93\xad\x39\xb1\xe6\xd3\x86\xd7\x5a\xf6\x91\xe1\xa0\x32\xa1\x71\xf0\x96\x71\xb3\xe3\x24\x06\xff\x6a\xd0\x30\xa6\x59\x0e\x40\x8e\x2b\x2e\x2e\xfb\x32\x8e\x85\x81\xd0\xc7\x07\x2b\x9b\xbb\x10\x8b\x75\xd5\xf2\x42\x0b\x1e\x7d\xa1\xc1\x3f\x1e\x6f\xb0\xe6\x48\x7f\x23\x2d\xf2\x4b\x18\x57\x84\x74\x69\xcb\x93\xc6\xfa\xb3\x36\xdf\xdd\xb2\x0c\xdc\xd6\xb7\xd2\x16\x36\x1f\xae\x0b\x61\x93\x6f\x8d\xd9\x07\x0d\xc4\x5d\x3f\x41\xc0\x60\xec\x3d\xe5\x74\xfd\xfd\x8e\x91\xc5\x41\x6d\xca\x24\xb0\x7c\xda\xef\xcb\x91\x2d\x75\xf4\x2e\xe5\x31\x8e\x7d\x58\x49\x3e\x16\x4f\x7a\x3c\x30\xc3\x90\x2c\x8a\x61\xf8\x6d\xcc\x82\x78\x38\xa8\xaa\xe6\xee\xc0\x62\xc9\x58\x0f\x2b\xb8\xe6\x0d\xab\xb3\x47\xa5\x3b\xda\xc2\x7d\xeb\xfb\x54\xb1\xfd\xa8\x7f\xe4\xc5\x57\x90\x8e\x5c\x3d\x0a\xc4\x07\x44\xc5\x0c\xec\xde\x56\x05\x6a\x32\x11\x63\xea\xf0\xee\xf1\xb1\x52\x6e\x3a\x83\x62\x79\x7c\x7f\xbc\x8f\x53\x51\xa3\xe1\xbd\xb8\x11\x29\xb0\xaa\xbd\x39\x36\xb4\xcb\x27\x67\x9a\xfa\x85\x42\x7a\x3f\x12\xa8\xc6\x0c\x2e\xef\x00\x3a\x20\x0a\xf0\x5a\xb5\x90\xe1\x48\xe6\xb4\x27\x28\x0b\x5e\x31\x82\xf6\xf6\x65\x72\x56\x45\x5b\xc1\x06\x45\xf9\xc1\x77\x49\xf6\xd9\xd7\xcc\x57\x70\x65\x2b\x90\x44\xd9\x0f\x54\x22\x91\x87\x1e\x77\x70\x0c\x0d\xde\x03\x98\x06\x45\x38\x74\x9e\xbf\x33\x00\xfb\xd2\xa2\x37\xe3\xef\x42\x46\x80\x8f\xcb\x36\x51\x70\x0c\x63\x01\x47\xfb\x0c\xc4\x01\x0c\x49\x58\x72\x1a\xc9\x40\x35\xbc\x88\xd1\x9c\x04\x3e\xf6\x21\xf0\xd8\x85\x38\x77\xef\x39\x85\x4c\x14\xdc\xc5\xed\x83\x4d\xc1\xf8\xfb\x26\x91\x51\xe4\x01\xe2\x1d\x44\xe6\xb7\xb2\xff\x18\x7e\xb2\xdc\x2f\xab\x6e\x35\x04\x7c\xd9\x13\x3a\x2e\x15\xab\x32\x84\x2d\x57\x67\x17\x3c\xe1\x97\x37\x2e\x36\x91\xdc\x54\x93\xf0\xbb\x58\xd8\xd2\x70\xdc\x3a\x68\xfa\x24\xe8\xbb\xe9\xf0\xf0\x4e\xce\x16\x55\x44\xe1\xc2\x45\xda\x3d\x5f\x7e\xbe\xca\xd9\x02\x9c\xfc\xac\xa5\x32\x79\x3e\xc8\x05\xc1\x0b\x4b\x86\x25\x4e\x12\x09\x66\x8b\x28\x73\x98\x97\xf3\x77\x17\x1f\xbc\xf1\x56\x38\xe2\x62\x6b\x67\x93\xc4\xc4\xfb\xf6\xa2\x2f\xaa\x07\xeb\x99\xbc\x31\x2c\xab\xfa\x38\x1a\x54\x31\x3f\x56\x56\x4a\x08\x83\xdb\xaf\x7a\xb9\x69\x82\x3f\x3b\x0c\xbd\x21\x7f\x24\x79\x7e\x0f\xda\x99\xbf\x1a\xdb\xb6\x7d\x68\x7b\x57\x5c\x4f\x67\xb0\x54\x5a\x9c\xb7\xa1\xec\x8e\x04\x46\xdb\xbe\xd9\x26\x15\xce\x2b\xc7\x69\x9e\xa8\xe7\xf5\xd7\x6c\xb8\x41\x0f\x7c\xd8\x7b\x69\xf8\xcb\xc7\x85\x56\x31\xe5\x67\x14\x6c\x1f\x66\x1f\xe8\xeb\x14\xcf\x5b\xb0\xfd\xe8\x0b\xd0\x32\xee\x0b\x38\x42\xa5\x09\xfc\xe8\x92\x3d\x7b\xe9\xe3\xfe\xb9\x1f\x16\x28\x0c\xac\x5b\xcc\x1f\xdb\x89\xb1\x15\x7f\xa9\x05\x3b\x2e\xf4\xcb\x15\x26\xc9\x58\x78\x4a\xd9\xc0\xd4\x80\x6b\x8c\xe4\xf1\xce\x4c\x93\x57\xb8\xd1\x74\xcd\xb1\x62\x92\x15\x09\x08\x0d\xc4\xaf\x0c\xa5\x56\xb8\x0d\x87\x67\x31\x37\xd5\x81\x68\xe5\x9e\xc3\x16\x13\x6f\x30\x58\x85\x61\xcf\xac\xd5\xf0\x27\x35\x10\x8e\x00\x34\x7b\x08\x28\xb3\x27\xa5\x8d\x8a\xd6\x07\x11\xdb\x07\x62\x91\xf0\xdf\x21\xc0\x5e\xe2\xe7\xce\x5e\x73\xdc\xdc\x61\xfe\xa2\xca\xae\x6d\x20\x8a\x81\x46\x50\xef\x75\xe0\xad\x27\x98\x8e\x2c\x9d\x61\xd5\x6f\x26\x6f\x7f\xb2\x5b\x23\x20\xe0\x6f\xe1\xee\xff\xfa\x3b\x74\x1c\x7f\xd0\x3d\x7b\x81\xc7\x1e\xb8\x26\x8d\x97\xc0\xb1\x09\x10\x06\x5a\x9e\x62\x93\x68\xc6\x2e\xd2\x15\x33\xcc\x5c\x83\xbf\xdf\xec\x74\x85\xd3\x41\x77\xd9\xb5\xc9\xf3\xf1\x1b\x55\xa7\xb7\x52\xd1\x8a\xaf\x66\xc0\xd4\xb1\xab\x40\xc6\x6a\x75\x4a\xf4\x4a\x83\xbd\x84\x50\xe7\x2b\x65\xb8\x61\x5d\x10\xb3\xa5\x30\x12\x0a\x98\x83\x7f\xf1\xad\x68\xaa\x39\x7c\xdd\x67\xa4\x2f\x7c\x25\xf8\x25\x77\x21\x52\x9a\xd8\x7c\xeb\x28\xc9\x20\x79\x6f\xfe\x95\xf5\x52\x58\x81\xf1\xb1\xb9\xc6\x48\xbb\xa5\xdc\x96\x28\xf2\xfd\x32\x56\x52\x81\x2e\xaa\xbe\xaa\x47\x1e\xfb\x51\xcf\xa1\x0e\x14\x55\x4f\x8b\x80\x4c\x41\x7c\x3a\x9a\x1b\x1b\xa8\x22\xa6\xc8\x2e\xe2\x14\xb6\x11\xe8\xea\x15\x13\xe4\x62\xeb\x1d\x18\x72\x7b\x83\x9c\x08\x10\xce\x8f\xf8\xac\x78\xf0\xaf\x17\xef\xde\x9e\x68\x57\x3f\x9f\x7e\x73\xfa\x2f\xff\xf4\x4f\xa7\x87\xc3\xe1\x94\xa8\x5f\x71\x7a\x45\xc4\xed\xb4\xab\x69\x86\x91\x9f\xe9\x30\x08\xdc\xec\x1e\x9b\xf2\xe6\xfb\x47\xf4\x77\xfa\x70\x48\xc8\xe5\x15\x2d\xf1\x2d\x0a\x9e\xa9\xfb\xfd\xf4\x5c\x77\x11\x2b\x63\xfb\x61\xa8\x43\x36\x12\x4b\x2a\xfe\xe4\xcf\xe4\x43\xae\x05\x06\x9c\xc9\xb2\x36\x70\x52\xdf\x98\x3c\x40\x8a\x86\x98\x94\xed\xfc\xd8\x63\xb0\x3d\xb0\x9c\xda\xe1\x8e\xbc\x5a\xea\x6b\x74\x7d\x08\x71\x26\xfc\x91\xfd\x08\xbd\xa6\x18\x54\x54\xb5\xc3\xf9\xa5\x5b\xa4\xe8\x7c\x3d\xa8\x29\x2f\x55\xa5\x9c\x25\x90\x34\x65\x75\xbe\x5e\x43\xf0\xc5\x6c\xb6\x3f\xf4\xab\xe5\xdb\x55\x55\x59\x5c\xdb\x07\x90\x10\x7f\x20\xb3\x86\x17\xe4\x5a\x95\x29\xc3\x4f\xfb\xe5\x39\xbc\xbd\x97\x41\x67\xaf\xb6\x62\x62\xb6\x02\x30\xb0\xb0\xf1\xf2\xaf\x04\xcf\x18\xd4\x22\x71\xf0\xd8\xb2\x42\x88\x9c\x6c\x73\xbe\x25\x72\x80\xf3\xcd\x56\x1e\x7c\x40\xc9\x61\x31\xb1\xd0\xf3\x1b\xbf\x66\x30\x63\x6a\xfb\x93\x89\x63\xf7\xb2\x13\xbd\x7b\x15\xd8\xad\xc7\xe6\x83\xaf\x98\x8d\x4e\x94\xa3\xaa\x7c\xbc\x39\xe5\xdd\x98\xbe\x54\x5e\x7f\xe0\x90\xf4\x66\xd5\x4f\xb6\x8e\x2c\xb4\xed\x6f\x3a\x8e\x4e\xe6\xb6\x6e\xaa\xe6\xdb\x68\x79\xd3\x15\x11\xb2\x2b\xd6\xad\x1e\x1c\xb7\x15\x2c\x33\xaf\x2d\x15\x4a\x35\x00\x7e\x9f\x8d\x64\x42\xd3\x8b\x52\x74\xf0\x2c\xe5\x90\xf7\x54\x3a\x66\xd9\x4f\xb5\xe5\xeb\xe7\x00\x2c\xaa\x3e\x60\x3c\x46\x05\x49\x95\x89\xfa\x9c\xed\x28\x7f\x25\x17\x0b\x2c\x13\x80\xe8\xac\xef\x35\xda\x8f\xe3\x4c\xfa\xac\xb0\xbf\x14\x92\xc4\x7d\xc5\x3c\xc8\x2e\xf3\x64\x37\x0e\x56\x65\x2f\xbc\x96\xe2\x92\x59\xc3\x08\xb8\xe6\xa8\x55\xb8\xee\x6d\x6f\x0b\x5b\x0e\xdc\xc6\xe8\x1a\xd5\xd8\x4a\x43\x12\x08\xe5\x02\xbf\x25\x00\x49\x1f\x40\x9f\xb3\x14\x88\x4c\x1e\xb5\xec\x93\x84\x0d\x16\xbc\x50\x18\xa2\x8f\xf0\xa5\x08\x26\x73\x5f\x54\xd7\x12\xa4\x2c\x78\x16\xcb\x87\x5d\x0d\x47\xef\x81\x71\x17\x4b\x47\x21\x89\xb6\xc4\x58\xcd\x96\xa9\x65\x38\xb4\x24\x42\x24\x0c\xad\xa7\xa0\x1c\x2a\x40\x4e\x93\x0f\x1b\x43\x1f\xb5\x61\x01\xcb\xa9\x59\x88\x45\xe3\x88\x2c\x65\x10\x3c\x88\x9f\xe4\xa4\x9a\x82\x19\xe3\xbb\xa8\x7e\x30\x1f\x35\xd8\xb1\xbd\x87\x10\x77\xf3\x88\xb8\x1d\x3a\xe4\x8c\x0d\xa4\x17\xbe\xcb\x81\xc4\x31\xc6\xce\xa2\xa6\x1c\xb3\xd1\x0b\x34\x16\x96\xf5\xd1\xc6\x7a\x65\x77\x12\x18\xff\x58\xa0\xb1\x68\x75\x46\x02\x89\xc5\x83\x0e\x62\x89\x79\x8e\x3e\x0c\x25\x36\xbe\x76\x03\xd7\xee\xaf\x5a\xf1\xaf\x0a\x27\xd6\xeb\x9f\xf3\x46\x89\x9c\x4f\x46\x22\xec\xd8\xb7\xae\x63\xc5\xee\x58\x70\xb1\xdb\xfa\x66\x27\xab\x37\xe7\xb7\xf9\x81\x4f\xb2\x7c\xb5\x9a\x2e\x6a\xe2\xf8\x11\xa0\xab\xab\x97\x66\xf6\xb4\x48\xa5\x53\x78\xb6\x51\x00\xe0\xbf\x4c\x68\xb2\x20\x61\xad\x2c\x70\x7c\xe2\x3e\x0f\xe7\x88\x73\xc5\x4c\xfe\x48\x12\x3b\x8c\xc6\x4f\xc8\x9d\x51\xba\xf7\x03\x1d\xba\x7c\x72\x39\xc8\x1d\x73\xfc\xe2\x30\x63\x08\x7a\x4c\x3c\x01\x97\xbc\xc0\x77\x00\xc4\x61\x46\xf4\xcd\x43\xfc\x4c\x7e\xa2\x9f\x41\x7e\x57\xe2\xa9\x8e\x4c\x20\x3e\xca\x47\x08\x83\xea\x94\xde\xe9\x39\xcc\x7e\x7b\xea\x9e\x1b\xc4\xcd\xf0\xe7\xf4\x2e\x38\xc2\x95\xe2\xe5\xce\xfb\xe9\x5e\xe6\x01\x83\xe0\x36\xf7\xb2\x48\xef\x16\x54\xa7\xd3\x4e\x94\xee\xe9\xab\xb7\xf2\xc1\x57\x88\x39\x62\xb0\x7a\x0c\x73\x08\x29\x9e\xb1\x89\xbd\xa1\x3c\x75\x37\x95\xdf\xeb\x0f\x97\x23\xd7\xca\xf9\xb7\x0f\xea\xc1\x9f\x0e\x24\xab\xd3\x15\x9b\x38\x61\x8d\x75\xa9\x7b\x04\xd8\x92\x72\x3f\x11\x9a\x15\xd5\x1e\x21\xbc\xc4\xa4\xe7\x80\xa8\x43\x58\x46\x5a\x87\x05\xa2\x45\xdb\x64\x76\x6b\x73\x1e\x0f\x36\x35\x85\x24\x17\xcc\xac\x9f\x1b\xef\xc9\xa3\xa7\xc5\x3d\x92\xc5\x73\x48\x9f\x99\x86\x27\x8e\x1a\x65\x74\x94\x67\x7b\x9e\x52\x05\xf8\x11\x8d\xd7\x3b\xcc\xf1\xc5\x6d\x62\x40\xec\xfc\x40\xf0\x25\xa2\x87\xf0\x08\xf6\x59\xd4\x69\xd4\xeb\xa0\x2c\xc7\x31\x32\xc2\x6e\x14\x6c\x83\x14\x5d\x75\x51\xad\x39\x06\x4e\x18\x20\x3c\xe1\x83\x76\x5d\xe7\x97\x7b\x65\xc7\x9c\xee\x6e\x41\x67\x38\xc7\xa4\xb5\xdb\x58\x1a\x73\xad\x12\x97\xa5\x8f\x85\xa7\x6b\x79\x2a\xda\x65\x30\x1f\x8f\x90\xf0\x11\xb0\x7d\x5e\xc8\xc6\x3f\xf6\xb7\xfb\x29\x97\x19\xb7\xa5\xb0\x79\x61\xf0\x80\x96\x5f\xe5\xba\x54\x35\xba\xf8\x84\xbb\x4a\x83\xc3\xc0\xa6\xf5\x0e\x00\x9b\xcc\x2e\x20\xd6\x2d\x2b\x44\x15\xde\x51\xc0\x13\x0e\x77\xec\x72\x20\x51\x80\xd9\x25\xd1\x9c\x5a\x9c\x4e\x47\xb0\x6b\x10\xcd\x8f\x26\x2c\x3d\xed\x2d\x79\x00\x6e\x19\x42\x30\xf8\xb4\x2f\xa9\x00\xec\x7d\x70\x99\xb3\x2c\xbd\x42\x06\x6f\x4e\x31\x45\xd1\x80\xb9\xee\x35\x5c\x3c\x92\x55\x18\x51\xcd\xf9\x71\xf7\xef\x3c\xb9\x1e\x08\x26\xd9\x0d\x16\x4c\xa4\xc7\x4b\xb8\x9c\x45\x9b\xc9\x39\x9d\x45\x28\x66\xb7\x95\xad\x6a\xb0\x51\x94\xf1\xb3\x70\x67\xe1\xa0\x42\xee\x2f\x82\xc7\xd1\xf5\xfe\x2b\x80\x02\xcd\x1b\xc4\x3b\xd5\x64\x4b\xb9\xbe\x67\x19\xc7\x6b\x86\x82\xc6\xd9\xc5\x08\x8f\x6e\x51\xb6\x0d\xda\xf2\x06\x15\xb7\x24\xe1\x29\xd3\xdf\x03\xb1\x57\x1a\x4e\xe2\xa6\xef\x9b\x11\xb1\x05\xae\x3d\x7d\x58\x94\x8e\x38\xfb\x6b\x32\xf9\x85\xce\xc6\x4f\xfe\xc1\x18\x55\x90\xbf\x8b\x5f\x92\xe7\x7c\x17\xd3\xdd\x02\xc5\xa1\xdd\x43\x3d\x75\x50\x5f\x3f\xda\xd9\xe0\x8d\x7a\x89\x76\xc6\xf7\x94\xcc\xae\xaa\xf9\x16\xbc\x8d\xf6\x81\xa7\x2d\x94\x1c\x87\x5a\x70\x77\x59\x86\x63\x71\x58\x3f\xba\x17\x46\x7e\x4d\xc4\x11\x6b\xf6\x06\xc1\xa7\x4a\x3c\x49\x92\xc3\x7a\x45\xdc\x30\x9c\x63\x5e\x19\x84\x0d\x81\xd2\x86\xe5\x40\xc4\xc8\x30\xe9\xae\xe1\x67\x6e\x9a\x09\xbf\xbf\xa0\x0a\xf9\x66\x56\x18\x8e\x6b\xc5\x69\xc7\xdf\x74\x08\x22\x93\xa0\x2a\xbd\xf7\x8f\x9f\xbe\xa3\x98\x8f\x61\xc0\x2d\xf7\xde\x0e\xb7\xce\x13\xcd\x49\xb7\x40\xfa\x30\x60\x2e\xe2\xa8\x5f\x74\xdc\x87\xd4\xa7\x5b\xf4\x8a\x94\x5e\x05\xcf\xcb\xf0\x4a\x64\x33\xf5\xcd\x38\x42\xc1\xee\x3a\xf6\xdd\x79\xae\x01\xaf\xe3\xfd\x20\x90\x51\x60\x1f\x56\x2f\x41\x67\x00\xfb\x28\x9d\xb8\x6b\x04\xde\x26\x44\x77\x05\x21\xb0\xb3\x5b\x07\x64\xf3\x1f\x46\x9f\x9f\xe8\xe1\xd7\xef\x8a\xe6\xd4\x7f\xd0\xe8\xcb\xd1\x9c\x7e\xa7\x4b\xe5\xd1\xc7\x0c\x42\x1d\x6a\xf4\xaa\x81\xcb\x18\x3c\x6f\xf0\x95\x6e\x90\x43\x15\x5f\x0c\xef\x48\x46\x38\x09\xbf\xd9\x06\xab\xbe\x95\x84\x9c\xff\x88\x6b\x65\xe8\x17\x33\x14\xf9\x7b\x71\xfc\x23\xdb\x99\x0d\xe1\x2f\x45\xbc\xf6\x5d\x77\xf4\x57\xbb\x74\x84\x94\xa7\xaf\x17\x18\x06\xba\xe4\xfd\x72\x5b\x91\x30\xee\xa5\x5c\x13\xd3\xd7\x1e\x70\x3b\xdf\xcd\xb6\x0f\x1a\x19\x39\xc1\x7f\x1c\xc6\xbd\x44\xd8\xcb\xa3\x51\x2f\x8f\xd8\x9e\xbf\x10\xfe\xb2\xdf\x65\xd0\x17\x61\x50\xc2\x10\xa6\x3c\xc8\x26\x1f\x1d\xa4\xa3\x48\x67\xbd\xe9\xf8\x52\x44\xcc\x13\xa7\x1c\x1c\x8a\x55\x81\xad\xe0\x39\xeb\x7f\x7b\x56\x46\xb6\xbb\x49\x20\x85\x40\x9f\x17\xc5\x4f\xf2\x13\x65\x79\xc1\xb0\x6f\x81\xfe\x71\xeb\xdc\xfc\x10\x2d\x58\x28\xf6\x54\xff\x6e\xf2\xfd\x3c\x88\x85\xf9\xc6\xa5\x92\x18\x63\x53\xbf\x73\x85\x84\x49\x71\xaf\xba\xf4\xd2\x2d\x85\xdc\x49\xb4\x97\xfc\xca\x78\x00\x71\x10\xc1\x53\x01\xc3\xd4\xa8\x5c\xd5\xaf\x5b\x1f\xbb\xc5\xb5\xbc\xd9\xfb\x4a\x82\x53\x16\x79\xe6\x3b\xd5\xbb\x2f\x1f\x97\x9b\xbd\xce\x33\x97\x24\x56\xc0\xc8\x0f\xc0\x66\xd1\xb9\x2f\x39\x50\xda\xbb\x54\x3d\x11\xc5\x3e\x92\xc1\xc4\x06\x57\x37\xc9\xc5\xa6\xbe\xd7\x7c\xd7\x87\xc5\xa3\xb9\x6f\xbb\xf0\xd4\x94\x63\x73\x8a\xf7\x8f\xd0\x1b\x5d\x0a\x4d\x75\xed\xb6\xdc\xb0\x24\x82\x67\xd1\x78\xce\x1c\xe5\x51\x05\xf9\x61\xae\x8b\x97\x67\x0f\x14\xf6\x34\xf7\x8f\x86\xdd\xf4\x1f\xa0\x16\xb9\x42\xde\xd0\x4f\xc4\x08\x2d\xb1\x3a\xa7\x5a\x39\x33\xe4\xb6\x6d\x7b\x5d\x22\x6e\x3f\x04\xf9\x87\x3b\xc0\xea\x5c\x17\x54\xcb\xbe\xc3\xa0\xd6\x2a\x69\x4f\xde\x23\xd7\x2e\xf9\xf7\xe9\xe3\x4e\x85\x40\x5f\xea\x14\xb7\xf9\x9f\xc4\x7d\x78\xbc\xe9\x44\x2c\xf6\x65\xdf\x4b\x85\xb5\x5f\x7a\x0d\x76\xed\x7b\x68\xa3\xb9\xb9\x06\xed\x83\xe6\xa6\x17\xdc\x4d\xc0\xc7\x0f\x57\xc9\x13\xa7\xc8\x01\x1b\x21\xd8\x5d\x3b\x5e\xe1\x48\x10\xec\xaf\xa0\x15\xbe\x0a\x0b\xec\xe3\xd0\xaa\x9b\xa9\x07\xb6\xb7\x6e\x03\xc2\x62\xc7\x6c\x39\x3f\x7e\xf4\x50\xd8\x3f\xc9\xf8\xca\xe3\x5a\x80\x6d\x78\x67\x70\x83\xbd\x73\x07\x69\x6e\x71\x33\x06\xb1\xfe\x1f\x36\x1a\x37\x37\x9d\x67\x9e\x79\x1c\x54\xaa\xa4\x9e\x3b\x19\x0a\x31\x43\xc0\x78\x01\x83\xe7\x51\xc2\x08\xc7\xfc\x7a\x6e\x16\x5c\x06\x13\x60\x31\x24\x84\x0b\x31\x58\x00\x2e\xc1\xd7\x05\xb4\x2b\x05\x5b\x5a\x46\x34\x6f\xc3\xae\x85\xb1\x0c\x6f\x18\x53\x05\xa7\xc7\xbc\x0b\xa6\x21\x91\xe8\x63\x51\x0f\x3f\x2d\x02\x80\xc4\xf8\x35\xb7\xbe\xc6\xdf\xe9\x50\xf5\x4a\x58\x34\x98\x82\xad\x44\xa6\x1c\x25\x1e\x5f\xd9\xaa\x12\x97\xdf\xd9\x70\x8f\x6e\x1c\x21\x1a\x5f\xd9\x15\x47\x54\x7e\xef\x34\x1c\xeb\x4d\x12\x39\x1f\x05\x8f\xb9\xf8\x65\x0a\x64\x25\x60\x69\x24\x2f\x59\x72\xc1\xae\x59\x2c\xc1\x85\xae\x59\x81\x67\x22\xdf\x5c\x61\x7d\x48\x6f\xc3\x78\x13\x49\xb8\x69\x7a\x91\x1f\xc3\xbd\xa3\x6e\x64\x7c\xdf\xc1\x07\x35\xf1\xb5\x96\xb4\xde\x90\xa5\x61\x1c\x72\x8f\x1b\x42\x29\xb1\x16\x73\xf7\xe0\x3d\xcd\x90\x5e\x46\xa1\x46\xbf\x93\x68\x1b\xc1\x03\x87\xfa\xe8\x1d\x2f\xdd\xa7\x09\xde\xf0\x5d\x54\x69\x9d\xcd\xce\xec\x2f\x7e\xf7\xb3\x09\x6c\xbd\x93\x90\xa3\x66\x96\xb9\xf6\x8f\xd5\x45\x73\xfb\x3e\x7a\x5b\xb0\x23\x6e\xbc\x6c\xf5\xd5\x3b\x0e\x6a\xa8\x5f\x10\x52\xc1\x5d\x72\x28\x00\xfa\xd3\xb1\xe9\x69\xa2\xae\xa9\xb3\x8b\x6b\xbc\x17\xc9\xd2\xea\x16\x4a\x0c\x35\x83\xed\xaa\x12\x55\xc3\x48\x2c\x91\xc7\x27\xc1\xb5\xc7\xe7\xec\xc7\x21\x4f\x6b\x70\x82\xdc\x62\x33\x13\xa2\x13\x69\x31\xfb\x40\xff\xa6\xc5\x77\xc9\xbd\x6c\xe2\x87\xcc\x9a\x63\x9a\x65\xe2\xb5\x2e\xf4\x17\xc7\x67\xf4\x00\xce\x45\xb9\x51\x13\xa1\xf4\x24\xa8\x01\x5d\xdd\xb1\x86\xbb\xe3\x10\xc5\xf4\x27\xd1\xfe\x6b\x7f\xc7\xda\x93\xdb\x8b\xec\x6b\x06\xf5\x3a\x47\x0a\xd1\xcd\xb2\x60\x15\xeb\xe2\x71\xa0\xa6\x3c\x09\x52\x83\x33\x22\x4e\xb7\xef\x37\x5a\x0b\x52\x98\x19\xae\x51\x98\x7e\x25\x51\x96\xc3\xa4\x46\x5e\x76\x0c\x93\xc4\xdb\x25\x4c\x09\x62\xcc\xc4\xa0\xd6\xf3\x3a\x6c\x7a\x58\xbc\xf7\xbc\x47\x5c\xc5\x48\x9f\xe4\x8e\x4b\xdc\x03\x1f\xda\x33\x4c\x2e\x2a\xc2\x15\x36\x74\x94\x71\xad\xca\xf9\xf7\xaa\x75\x57\xae\x83\x1a\x38\x8e\x51\x98\x22\x12\x03\x36\x6f\x98\xca\x7b\x35\x4c\xf0\x02\xad\x19\x42\x53\x66\x21\x6f\x88\x8e\xe0\x96\x88\xf2\x0e\xbf\x44\x94\x1f\x83\x6b\x0e\x39\x02\xe0\xb2\x22\x46\xef\xb0\x8d\x81\xd5\x5d\x39\xfb\x98\xb7\x12\x43\x24\x80\xc0\x75\x7b\x44\x78\xe0\x67\x4f\x2a\x0e\x22\xfd\x0c\x49\x09\x25\xd1\x3a\x64\xc9\x3b\x3c\x52\xde\xdc\x5a\xc2\x9d\x92\x1c\x72\x90\x0b\x20\x4e\x76\x2e\xaa\x46\xcb\x35\x05\xe7\xa4\xaf\x4c\xcf\xda\xbc\xec\x3f\x6b\x1f\x06\x0a\xd5\xcb\xde\x8c\x33\x57\xc1\x13\x32\x5f\x53\x4d\xdc\x37\x05\xf0\xe1\xf7\x6b\xec\x6d\xe1\x8f\xbe\xa6\x9f\x7c\x10\xe0\x48\xa0\x3a\x9a\xc1\x43\x1c\x43\xce\x83\x41\xd9\xbc\x73\x7b\x55\x71\x2f\xc7\xab\xf8\xaa\x0e\xf2\x91\x5b\xae\xe5\xf0\xb1\x3e\x99\x29\x7b\x61\xba\x13\x8b\x8e\x57\x62\xaf\xe8\x44\xdc\xd0\x71\x50\x54\x44\xfd\xa1\x0d\xe6\x48\x36\x5f\xa8\x30\xec\xe6\x57\xd6\x18\x5c\x81\x91\x1a\xfb\x0a\x13\xdf\xe2\x3a\x6f\xe7\xeb\xa5\x76\xfd\x45\x5a\x2f\x70\x17\x1a\x9e\xc9\xc6\x46\xc1\x19\x60\x6f\x58\xc4\xf3\x6a\x83\xa2\x81\x61\x94\x6a\x71\x4f\x59\xfb\x7a\x6a\xd3\x5c\x97\x4b\x28\xed\xf0\xfc\x19\xdb\xe2\x5f\x12\xbd\x51\x19\xec\xfe\x94\x12\x1f\x49\x18\xde\xfc\xc6\xb0\xd5\xba\xb9\x9f\x3c\x78\x8d\xcb\x7c\xfb\xef\x46\x5e\x27\x2b\x6d\xf0\x78\xa6\xe6\x2c\x89\x29\xa7\x0a\xf6\x13\x0f\x1a\xf1\x33\xcf\x77\x1e\xde\xda\x87\x18\x2b\xfa\xef\x79\x69\xbd\x1b\xe9\x27\x30\xe4\xc8\x88\x02\x7f\x95\x68\x58\x7d\x74\x95\xcb\xd4\xc9\x03\x71\x3d\x82\x03\xb7\x04\x94\x76\x67\xb1\xb5\x99\x36\xa2\x30\x34\xa2\x0b\x55\x8b\xea\x91\xa1\x84\x8d\x1f\xc5\x72\x6d\xf9\xf6\xf1\xe0\x81\x84\x1e\x7e\xbf\xe7\x44\x3c\x98\x70\xf3\x3b\xb1\x7c\xac\xda\x7f\x0c\xcb\xeb\xa0\x4f\x7d\x5c\x0f\x4f\x7d\x0e\x64\x44\xd3\x83\x0b\x39\xb3\x8f\xfc\x27\x91\xc4\x90\xd6\xea\x83\xa6\xeb\xaa\xae\x3a\x92\xe9\x8c\x7b\x01\xf4\x85\x4d\x69\x46\xc0\xd9\x46\x71\x3d\xef\x38\xf0\x82\x2d\xb1\x26\x4e\xbb\x0b\x1e\xed\x0a\xca\x31\x3b\x64\x4b\x41\x73\xbd\x64\x5b\x85\xf0\x47\x41\x3c\x58\x57\x47\x50\x56\x4b\x55\x0b\xdc\xb9\x63\x03\x47\xdc\x4c\x1b\xc0\xee\x2b\x7e\x42\x62\x5e\xd0\x72\x77\xfb\x39\xc6\xdc\x20\x82\x2c\x1b\xff\xea\xe4\x35\x27\xe3\xb2\x51\x3d\x6c\xc0\x76\x4b\x4b\xb9\x66\xa8\x77\x6a\x3b\x1c\x2f\x87\x80\x8d\xfd\x32\x6b\x89\xdf\xd8\x2b\x60\x67\x6f\x63\xd2\x7d\x6f\xee\x5e\x52\xd2\xc8\xbc\x31\x64\x7f\x02\x00\x7b\xea\x26\xfb\x0a\xcf\x6e\x99\x78\xca\xc2\x62\x79\x56\x18\x2e\x92\xbc\xe1\x04\x7b\xce\xad\x8e\xc1\xb3\xbf\xce\xec\x65\x55\xed\xfd\x8a\xbe\x1a\x5b\xd4\xb0\x94\x1a\xd7\x06\x9d\xe3\x07\xc1\xd6\xbd\x03\x8a\x0b\x56\x0b\x04\x1c\x69\xa4\x80\x7c\x44\x40\x8b\xaa\x6a\xf1\x2a\xe9\x1e\x6c\x2e\x7b\x83\x72\x30\x72\x9b\x0a\x77\x8e\xe5\x76\xa4\x57\x02\xdd\x9f\x33\x82\xde\x73\xf4\xe6\x5b\x66\x6d\x87\x07\x26\xa8\xb5\xba\x5b\xc2\x69\xb8\xd1\x26\xdf\x5c\xe0\x59\x0a\x97\x3c\x36\x13\x83\x92\xae\xdd\x41\xe1\xd1\x86\x97\xe9\x72\x63\x46\x5a\x7e\x86\xf4\x2f\x34\x3d\x28\xeb\xdb\x1e\x14\x1f\x6b\x5c\x5e\x90\x06\x6d\x5a\x74\xcb\xad\x69\x71\x2f\x7e\x33\x67\x57\x0d\x5f\x95\xbe\x3f\xcd\x5c\x0d\x89\x18\x7c\xe3\xa9\xd9\xb4\x1c\x2d\x67\xac\x52\x3a\x32\xe9\x48\x4c\xd9\x89\xc7\x6f\xdc\x67\x84\x82\x48\xcc\xd2\xd1\x42\x15\x6e\xde\xce\x55\xb6\xd1\xdd\x08\xce\xd2\x55\xf0\x44\xee\x57\x37\x2a\xa8\xe9\xc6\xcc\xc5\x0b\x6a\x50\x1d\xe2\x06\xcb\xd9\xbd\xbc\x5e\x16\xc6\x85\x10\x4e\xa8\x1f\x9a\x16\x40\xb3\x08\x47\xd0\x4c\x2d\x2f\xd8\x9d\xe4\x8a\xc3\x10\x03\x5c\x65\x7e\xa8\xbc\x5a\xe2\x8c\x06\x84\xcd\x96\x53\x7a\xf6\x75\x25\xf6\x88\x5c\xf6\x55\x45\x6c\xdf\xa4\x84\x8a\x98\xb7\x17\xd1\x1e\x35\xb3\x08\x0a\x0a\x6b\x16\xb3\xe5\xe2\x95\x3e\x2e\x48\x18\xca\x91\xf5\x9d\x7f\x8a\x7d\x44\x50\x40\xf9\x19\x6d\x35\xc3\x88\x51\xd7\xfa\x1b\x3a\xf5\x82\x02\xda\x57\xbf\xf4\xdb\xb2\xca\x20\xd9\xce\x85\xd6\xe6\x41\x0f\x30\x7b\x82\x7f\x35\xc5\x1e\xb8\xf4\xaf\xa6\x68\x20\xf0\x20\x02\xb8\x66\xb0\x77\x34\x2d\x37\x54\x15\x72\x91\x7d\x75\x4d\x3b\xbc\xeb\x6a\x0e\xfc\xb3\x12\x11\x4d\x3c\x38\x04\xac\xb6\xe6\x51\x1f\x46\xa3\x0e\x86\x17\x39\x08\xba\xe1\x59\x0b\xaa\x77\x6b\x9e\x6a\x99\x38\x66\xac\x8e\x88\xe5\x14\x71\x7e\x7b\x12\xe8\x20\x0c\x3b\xc0\x09\x0c\xbf\xda\x32\x7b\xcd\xef\xb4\x84\xc5\x58\x80\x14\x81\x2c\x2a\x7a\xca\x19\xa5\x9f\x52\xf7\x44\xb5\x6a\xc1\x5f\xc3\xc2\x80\xeb\x36\xfc\x0c\x87\x84\xe8\x83\xef\x2b\x09\x57\x62\xba\xcc\x6c\x97\x8f\xbc\x17\x7f\xfe\xa5\xc7\xe2\xfd\x80\x03\x5b\x1c\xbb\x2d\xdb\x67\xf2\x04\x62\x97\x7e\xd6\x17\x49\xec\x23\x48\x6f\xf0\xe4\x51\xb7\x4b\x02\x55\xd6\x33\xcd\x4b\x5e\xe3\xc9\xa4\x63\x25\x45\x9d\xf7\xe0\x82\x38\xdc\xd3\x6f\x30\x26\x44\x22\x59\x17\xd5\x82\xcd\x8f\x1c\xfb\x89\x9f\x4f\x6a\x1f\x6a\x0d\x79\x33\xf7\xb8\x16\xbe\x6a\xc7\xec\x63\x1f\xf5\x00\xcd\xd8\x17\x42\x8a\x1a\xc4\x47\x65\x50\x0d\xa1\x5d\x24\xd8\xda\x71\xfd\x84\xd9\x4c\x6b\x12\xb5\x2f\xda\xab\xc3\x10\xeb\xd3\x77\xb8\x8f\xeb\x62\x9a\xd9\xe0\x78\xbc\x4b\x84\x5d\xb7\x77\x87\xa2\x9a\xe5\xa5\x1f\x79\xd4\x27\xea\xd6\x2e\x5d\x8f\xbe\x0e\xe4\x9f\x06\x1a\x5d\x5e\xf7\x04\xe0\x5e\x97\xd7\xab\xe6\x05\xbc\x67\x5d\x0d\x9b\x0c\x35\xe9\xba\xdd\xda\x9c\xf8\xec\xea\x50\xaa\x52\x30\x9e\x60\xf8\x12\x83\x1e\x13\xc1\x34\xf6\xb2\xb1\x7d\x85\x2d\x72\x43\xfd\x28\x57\x18\x06\x8f\x8e\x89\x7e\x30\xf4\x63\xad\x56\x41\x24\x8e\x69\xd4\x0b\x04\x6d\x81\x3b\x4c\xb4\x04\x41\x17\x8a\x3c\x43\xe8\x1b\xa8\x2a\xe4\xb5\xba\x40\x73\x75\x62\x1f\x35\x65\x3a\x20\x36\x7c\x7e\x12\xa9\x1c\xf6\x61\x1a\x4e\x54\xe8\x9c\xf4\xd2\x44\xa3\x8f\xdc\x60\xa9\x2d\xb9\x39\x1b\x11\xd6\xc0\x37\xc1\x93\x56\x06\xf5\x04\x93\x3f\x43\x0f\x1c\x4e\xb0\x66\x98\xd7\x6c\x81\x11\x9d\x27\xd3\xc9\xb8\x81\x40\xfd\x29\x08\x8c\x64\x53\x28\xfc\xc8\xfb\x8c\x61\xcb\xf2\x1d\x9b\x70\x25\x4d\x5e\x45\xf3\x8f\xa2\x49\x2a\x9e\x2c\x6a\xf8\xc9\xa3\x5a\x3d\x8f\x6c\x2c\x24\xff\xa4\x0e\xeb\x60\x95\xb4\x45\x3d\x7d\x12\xe9\x66\x93\x37\x9c\x97\x9c\x23\x4f\xcb\x04\x21\x34\x41\x37\xc3\x17\xd2\x25\xdf\x75\x5c\xbe\xfd\x5b\x15\xf2\x6d\x4a\x79\xb2\xff\x55\xc9\x8e\x7c\xd0\x57\x65\x9a\x65\x1d\xa4\x9e\xfa\xf7\x14\x82\x7e\x72\x45\x11\xf1\x6d\x7d\xad\x0c\x31\x24\xcf\xa5\xef\x87\x5e\x39\x38\x93\xcb\x06\x92\xb6\x21\x09\x8e\xf8\xe8\xc6\xb6\x83\x2d\x3b\x3b\x27\x9a\x60\x13\x58\xc1\x95\x95\xd4\x23\xbe\x98\x75\xf6\x36\x4c\xb7\xa4\x9e\x73\x69\x8e\xe4\x6b\x0c\xc2\x3b\x2f\xd5\xd0\x34\x7d\x27\x71\x2e\x6c\x2e\x93\x76\x42\x0e\xc3\x6e\xa5\xfb\x02\xa7\x03\x1e\x57\x63\xcf\x3c\x5c\x29\x00\x75\x4d\x93\x4d\xbe\xde\x78\x57\xa6\xcc\xbf\xb7\xab\x93\x07\x7e\x81\x63\x61\x7f\xc4\xf5\xf7\x0b\x36\x5b\x24\x4f\xe1\x19\x1c\x00\xd0\x58\x38\xdb\x8d\x24\x6d\x25\x4a\x93\xf1\x97\xb9\x3e\xea\x8f\xc4\xe5\x1d\x85\x8d\x2c\x22\x72\xd4\xb9\x73\x0e\xbd\x46\x34\xfc\x53\x1a\x0e\xc7\x86\x05\x9d\xc3\x65\xf1\xa2\x33\x71\x1c\xaa\xe9\xa0\x7e\x75\x62\xaa\x6a\x76\xba\xd2\xf4\xae\x1d\xc0\x35\x9d\x74\xf9\x09\xce\x82\x2f\x01\x07\x8f\xfb\x1f\x87\x6a\x20\x5e\xf1\x9b\xd0\x7f\x32\xb4\xbb\xfc\x1c\xb0\x11\x9b\x57\xfa\xec\x2d\xfb\x48\xd2\x0a\x69\x61\x09\x97\x18\xf0\x67\x92\x60\xab\x66\x5b\x98\xc2\x78\x5b\x57\x04\xb3\xc3\x89\x37\x6f\x52\x92\x46\x92\x27\x59\x72\xf1\x44\xd3\x9b\x5d\xbb\x97\x67\xfd\x2e\xde\x7c\x38\x3f\x4d\x8f\x60\x3f\xc0\x18\x97\x01\x95\x6c\x3c\x42\x23\x83\x91\x9a\x33\xf6\x01\x66\xdb\xb0\x01\xb2\x2d\x1a\x79\xa4\xa8\xe0\x18\xe7\x72\x1f\xc7\x6d\xe8\x1e\xe4\x71\xc6\x06\xa8\x4a\xe2\x0d\xcd\xd7\x92\x28\x70\x79\x9d\x68\x89\x69\xf2\x86\x18\x82\x1c\x31\xe7\x34\x05\x77\x8f\xbb\x02\x6f\xdf\x25\x8d\xd9\xa7\x35\x3b\x51\x2d\xae\x39\x30\x4b\x9a\xdc\x3f\xb9\x3f\x8d\x88\xc5\xbc\x2d\x1a\xbe\x50\x06\x26\x21\xf9\xf0\xfa\xe2\xd4\x94\xcb\xfa\x1a\xde\x6f\x76\x9c\xdb\x7c\x0f\xa8\x39\xf4\xba\xc4\x6a\x02\x86\x7f\x2a\xa3\x89\xc3\x4a\x5c\x77\x75\xa3\xc3\xae\x6b\xea\x2b\x84\x61\x64\x04\x3a\x7f\xf2\x26\xd1\x84\x80\x66\x68\xf3\x1c\x88\xd9\x72\xb3\xbe\x23\x41\xb8\x68\x13\x72\xb1\x96\xf0\xe5\x7b\x9a\x56\xfa\xc7\x56\x06\x96\xf4\x39\xcc\xd6\x3d\x22\x7b\x21\xb6\x7a\x3b\xdd\x9e\x4f\xe2\x13\xd4\x3f\xe7\x48\xf2\xda\xa6\xca\x4c\x9f\x67\x72\x64\xd9\x33\xc9\xe6\x90\xc4\x46\x36\xe1\x94\x7b\xb7\xc6\x63\xc5\x54\x48\x82\xbd\xfa\x2b\xae\xe5\x2b\x1d\xe0\xc2\xaa\x7a\xec\x72\x3e\xee\x8e\xa0\x24\x5a\xfc\xe5\xec\xb8\x7d\x31\xd6\xee\xc4\x6f\x63\x07\x05\xe6\x72\x3c\xc8\xcb\xca\x71\x87\x5d\xec\x90\x21\xbc\x0f\x17\xd2\x9b\x2a\x4c\x2f\x07\x95\x92\x10\x19\xaa\xb2\x3e\x21\xdc\x3d\xe2\x26\xad\x28\xc8\xdc\x4f\xae\x77\xa9\x8e\x54\xcc\x40\x20\x7c\x8c\xee\x70\xf5\x65\x2a\xd8\xb8\xf8\x39\xea\xad\xed\xe3\xca\xc1\x73\xb1\x51\x28\x0e\xb2\x57\xb2\x10\xae\x16\x2d\xd0\x00\x1b\x44\x27\x18\x62\xc8\x0e\xf5\x66\xc4\x2d\xdd\x98\x2a\x9e\x5f\xfb\x83\xb2\xd7\xea\x26\xd5\x1a\x7b\xc1\x5f\xa1\x1e\xd8\xc2\xa5\xfb\xbd\x1e\xbb\xfb\x7d\x11\x9c\xb9\x41\xf6\x15\xf6\x8c\xcb\xd5\x9b\x00\x41\x3e\x2e\x06\xfb\x7c\x0e\x16\xa9\xb9\xf1\x91\xad\x89\xd5\x6a\x45\xe8\x63\xf0\xb8\x07\x07\xef\xc4\xc7\x29\x7d\x74\x8d\x2b\x26\xd1\xbb\xe6\xd0\x8e\xb2\xa6\x71\x3d\x7b\xcf\x3f\x21\xac\x45\xb7\xe0\x6d\x89\xba\xe3\x65\xab\xbd\x79\x2c\x0b\x82\xc4\x85\x50\xdc\xaa\x42\x25\x51\xab\xcc\xf5\xd5\x55\xd5\xca\x9b\x9f\x61\xcc\xa1\x05\xc7\x20\xdd\xa7\x99\x9b\x5d\xd8\x7b\x97\x73\x79\x7b\xd0\x15\x11\x5b\x33\x88\x89\x0f\x46\x30\x28\x4a\x43\xe8\x97\x7b\xcd\xb1\xf1\xe5\x32\xd1\xb0\xa9\x65\x9d\xef\xf5\x86\xf7\x05\xff\x96\x0b\xde\xae\xd7\x58\x10\xdd\x12\x3c\x05\xef\x76\x6b\xb3\x75\xcf\x90\x39\x0a\xea\x67\xc3\xd5\xdc\x6c\x1c\x7e\x5c\xbc\x3c\x1d\xc3\x0e\x80\x8c\xf2\x7b\x41\x3e\xbf\xb0\x39\x5f\x74\x74\x1c\xd2\xe6\x11\xbc\x0b\xe3\x75\x4a\x4a\xc2\x60\x7e\xc5\x50\x72\x14\x3d\x90\x11\xb0\x71\x41\x6a\xc1\x7e\x13\x92\xf9\xba\x63\x5a\x8e\xc0\x2e\xfb\x3e\x5c\xb0\x86\xf4\xeb\x34\x9c\x4b\xca\xc5\x4d\x3c\x0e\xd0\xc1\x10\xe7\x69\x26\x32\x24\x25\x9f\x22\xb9\xe9\xc1\xae\xd1\xa2\x83\xc4\xdb\xdc\x9c\x96\x3c\xb8\x4f\x00\xa7\xf2\x71\xff\x61\x58\x88\x98\x05\x08\xe5\x72\x2d\x32\xbf\x31\xf2\x3c\x82\x7b\x1b\x81\x1f\x31\x2c\xe5\xa5\x62\x34\x4a\x58\xbc\x6e\xcd\x6d\x15\x20\x84\xf5\xa0\x40\xe3\x96\x31\x5b\xd8\x55\x3c\x53\x8f\x83\xb1\x95\x24\x28\xcf\xc8\xfb\x34\xcf\x40\xfb\x34\x2f\x00\xf8\x34\xc6\xac\x17\xfd\x0d\x45\x19\x4d\x53\xc8\x9e\xba\xb8\x78\x1d\xef\xa7\x20\xd3\xbd\x9c\x9e\xca\x55\x7d\x9e\xf1\xbb\x78\xde\x69\x4d\xfc\xc6\xdd\x87\x41\x11\x3b\xd7\xbd\x24\x57\x83\x14\x6d\xfe\x52\xe4\xad\xf9\xf6\x2e\x1c\x84\xee\xb6\x79\xb6\xf0\x75\x58\xae\x20\xa0\x7c\xf4\x39\x36\x25\x4e\xbd\x05\x7d\x4e\xe1\x02\x65\x0a\x83\x69\x83\x64\xe2\x1c\x51\xd6\xc0\xd4\x1e\x7d\x1d\x89\xb2\x4c\xc5\xfb\x40\x09\xc6\xf6\xc9\xc1\x56\xc1\x85\x47\xcf\x64\x10\x81\xd7\x70\xd3\xef\xb5\x0a\x58\x3f\x4a\xc2\x67\x7f\x9d\xd0\xf5\x53\x5e\xa2\xb2\x2f\x53\xf1\xdd\xae\x57\x25\x11\x12\x55\xb3\xe3\x89\x68\xfb\xea\xae\xb8\x59\xe5\xe5\x4d\xee\x2b\xe0\xe1\xa9\x0e\x4f\x46\x17\xe8\xf0\x06\x54\xf7\x08\xde\x62\xab\x79\xf4\x1b\xa5\xc2\xca\x6d\x2d\xd3\x3d\x31\xde\xe9\xec\xd9\x93\xf3\x0f\xcf\x5e\x3e\x89\x42\xf3\xda\x63\x43\x82\x09\xe0\xa6\xe0\xbc\x60\x3b\xfc\x13\x75\x0c\xc0\x3b\xb5\x1c\x32\x20\x18\x3e\x71\x2d\x5e\x12\x0b\xca\xbc\x47\x0e\x9d\xe7\x24\x3b\x70\xac\x9a\x91\xc2\x36\x56\x89\x62\x83\xbd\xb3\x3f\x86\x0e\x1c\x77\x67\xce\xc3\x23\x92\x2c\xa3\xc4\x86\xe7\xfa\xeb\xfc\xd2\xcd\x93\xdc\xe9\x67\xe5\x2f\x9d\x4a\x1c\xf8\x98\x2f\xf4\x8b\x5d\x18\x77\x3b\x2e\xfd\xaa\x0f\xf9\x5a\x8e\x6d\xc9\xb3\x9f\xb6\x12\x64\x97\x67\xd7\x31\xb8\xc1\xa2\xf9\x03\xfc\x0d\x7f\x69\xb7\xc3\x5e\x2b\xd8\x6d\x44\x5a\x41\xec\xfa\xd2\x4e\xaa\xe0\x9a\x0c\x98\xe4\xe5\xf3\xd7\xef\xb0\x96\x3d\xd8\x01\x09\xd0\xf4\x01\xb9\xd0\xf4\x71\xf2\xc0\x4a\x64\xa6\xb5\x2c\xb9\x21\x00\xd2\x42\x5e\xba\xe5\x17\x4a\x38\x86\xa2\x85\x75\x60\x73\x7d\x26\xfb\x27\x81\xb0\x4e\x1e\x86\x1d\x37\x9b\x96\x85\x3f\xd6\x2e\xb9\x17\x0c\x82\x37\xb4\x07\x95\x21\xba\x8e\x44\x84\xe2\x4d\xae\xfa\xa4\x30\x28\x35\xaa\x99\x3a\xde\x84\x8f\x51\x9d\x73\x76\x82\x19\x3d\x16\x05\xec\xb6\x39\x17\x93\x91\xf5\x85\xc3\xc7\x68\x45\x02\x96\x66\xb4\x63\x68\x02\x05\x4e\xbf\x62\x10\xf7\x8c\xbf\xc0\xd8\xcf\x41\x73\xa5\x6f\xac\x64\xbf\x09\xbf\x16\xe2\xc7\xe9\xc8\x22\x9e\x47\x1a\x3d\xf2\x15\x70\x5f\x57\x57\x39\xb4\x02\x02\x6a\x3f\x2d\x98\xfd\xb6\x15\x9e\xeb\xb7\x6e\x2d\xd7\x31\xda\x6d\xb9\x8a\x68\xcf\xf8\x77\x12\xb2\x97\x4a\x31\xb0\xc1\x05\x72\x06\x95\xb4\x02\x8e\xd0\x8d\xf5\xd2\xcd\x84\x98\x83\x5e\x3c\x4b\x6c\x02\x87\xc5\xec\x8f\xa2\xc8\x57\x46\x0d\x4e\x3c\x8c\x24\xeb\x3a\x37\x86\x4d\xdb\xee\x9b\x28\x86\x0c\xbf\x42\xdf\xeb\xbb\xaf\x42\xfb\x85\x2a\x10\x9e\x69\x15\x6e\xf4\x7d\xce\x06\x40\x3b\x1d\x7f\xaa\x6c\x58\xdd\xde\xf4\x5a\x38\x3d\xa6\x04\x50\x3f\xfa\x94\x78\x5d\xcb\xbd\x25\xbc\x55\x28\x17\x98\xc6\xa8\x2e\x18\x4a\x6d\x95\x18\xc9\xb1\x36\x01\xc1\x67\x34\xe5\x2b\xa7\x6d\x7d\x2e\xa7\xcb\x1a\xe1\x1a\xe9\x9f\xd3\x56\x9e\x6a\xd1\x74\x4f\x01\x6c\x0a\x18\xdb\xac\xe3\x98\xc2\x69\x09\x2d\x98\x87\x8d\x9e\x0f\xb5\xa9\xfd\xb7\x46\x6d\xba\xf9\x6c\x96\x9d\xf3\x01\x78\x42\xd2\x18\xad\xdd\x96\xcf\x3f\xef\xd8\x13\xd4\x52\x49\xac\x04\xb9\xc6\x24\x6f\x82\x70\xc0\x57\xdf\xd7\xe1\x2d\x46\xd7\x67\x30\x9d\xe0\xcb\xeb\x96\x17\x6b\xac\x0f\x56\x1a\x60\x00\xeb\xaa\x6a\xfd\x3f\xf5\xa5\x07\xb0\x9e\xc7\xbc\x57\x6d\x09\x0e\x0c\x20\xd7\xd3\xe7\x7a\x65\x1d\xa1\x0c\x92\xb7\x9c\x4f\x92\x2c\x72\x1c\x34\x4e\x40\x78\x9f\xf2\xb9\xd7\xf8\x66\x0d\xdc\x9d\x60\x9a\x65\x94\x24\x81\x93\x13\x98\xf5\xb0\x30\x99\x19\x40\xd9\xa4\x08\x2e\x2f\x45\x34\x90\x2c\x7e\xa4\xc1\xa8\x33\x55\xb5\xdb\xf6\xaa\x64\xb9\x5a\x2b\xc9\x3c\x60\x28\xb2\xf7\x80\xd1\xba\x3a\xa7\xc1\xc9\x46\x86\xe9\x47\xe2\xb9\xcd\x30\x65\xfe\x8d\xbc\x54\xa9\xee\xce\xe1\x98\x7a\x4f\x0f\xd9\x9c\x6a\x4f\x25\xa6\x83\x9e\xaa\x70\xcc\x6b\xb2\x4b\x34\xf7\x8b\x8e\x6a\x93\x5f\x64\xde\x3f\xd9\xbb\xb4\x6c\x6e\xe9\xf9\x73\xdb\xb7\x90\x25\x7c\x97\x0f\xb3\x73\x4f\x9e\xdf\xa5\xa9\x70\x21\xed\xe5\x77\x16\x7a\x18\xf1\xdb\x57\xf6\xc1\xba\x6f\xfc\x83\x75\xb4\xcd\x83\x47\xfc\x7a\x4f\xfa\xba\x37\x55\xa9\x4e\x76\x86\x17\xdd\x8b\xbe\x7e\x17\xbf\xfd\xd7\xd4\xcb\xc1\x9b\xc0\x71\x5f\xed\xcb\xad\xff\x6c\x6b\x97\xb1\xca\x53\xb4\xbf\xea\x5b\x9d\xf6\x95\x80\x70\x8c\x8f\xc4\xcc\xf0\x48\x46\xfb\x87\xe0\xed\xd7\xf0\xf9\xdc\x5f\xe5\x95\x2c\xad\xe1\xab\x8a\x47\x0f\xe6\xfe\x6a\x1f\xa2\xfd\x2d\x35\xe8\x18\xa2\xb7\xcf\x7e\x55\xf3\x75\xfc\x04\x59\x58\x9d\xbe\x93\x78\x64\x38\xbd\xca\x64\x54\xbf\xb9\x2e\x1d\x5b\x5c\x99\x1b\xe2\x6f\xef\x5a\xf4\x70\xf0\xaf\xea\x66\x0d\xee\xfb\x37\xcc\xd6\xc8\x43\x71\xbf\xea\xdb\x75\xbf\xb9\x43\x2e\xe0\xf1\x60\xaf\x10\x71\xd0\x20\x7d\xd1\x33\x8d\xbd\xb7\x1b\x47\xb6\x10\x87\x24\x6b\xd3\xf5\x8c\x3a\xd4\x1d\xf4\x8d\xd9\xa8\x33\x8c\xe4\xee\x55\x60\x46\xf1\x91\xbd\xc0\xf9\xc1\x1e\xb2\xcf\x86\xf2\x43\x8f\x1c\x96\xe6\xca\x3e\xde\x99\xdb\xf7\xb8\xd8\x38\x7a\xcf\xbd\x71\x49\x24\xa1\xad\xaa\xe2\xd3\x24\x5d\x57\xd4\x1d\xb9\x89\x85\x3d\xcc\x37\x11\x89\xf3\x4c\x57\x49\xd9\x4d\xf0\x41\x7f\xbe\x69\x66\xdf\x68\x24\x4e\x83\x78\xf2\xdf\xec\xe8\x9b\xe4\xf5\xae\xe3\x37\x89\xbe\xd9\xd0\x27\xb8\x03\xfc\xce\xe8\x77\x96\xae\xf9\xf7\x81\x7e\x93\x5c\xb7\x95\x32\x44\x89\xbf\xc1\xed\x8d\x32\xe3\xef\x6b\xfa\xba\xc4\xe0\x38\x40\x3d\x47\xf9\xc4\xfb\x74\xda\x0c\x82\xaf\x4c\xd0\x44\x2b\x8f\xed\xca\x4f\x4e\xdd\x54\x5d\xcd\x69\xda\x64\x96\x5e\xcb\xcb\xb0\x7c\x8b\x06\x6f\x24\x51\x93\x9c\x72\x80\x8b\x34\x57\x44\xf2\xc6\x46\xea\x49\x53\x5b\xfb\xb5\x49\xa5\x9e\x4b\xbe\x22\x47\x29\x75\x7a\x98\xdb\xae\xd8\x7e\x70\xa2\xed\x88\xf6\x82\x66\x2f\xab\xab\x3d\xde\xff\xf8\x34\xb1\x8f\x46\xd9\xd7\xa2\xce\x10\x05\xc4\x6b\xc2\x10\x73\x13\xc6\x60\x3c\xf4\xa2\xd2\x6a\xb7\x47\x6c\x08\x98\x82\xed\xb3\x70\x79\xb9\xef\x54\xd9\xa5\xf7\x9b\xd7\x2e\xa6\x4a\x19\xdd\x1c\x83\xe2\xd4\x97\x67\x8d\x1a\x2d\xe4\x7c\x41\x6c\x90\x06\xe6\x69\xd6\xd0\x04\x51\x33\x0f\xfe\xfa\x57\xf6\xf0\x24\xa1\xf6\x6f\x7f\x4b\xde\x3c\x7d\x28\xd2\x16\x9f\x35\x19\xc7\x1b\xde\xc1\x91\x02\x0a\x96\xa0\x08\xa5\xfd\x29\x2a\x85\xf8\x16\x7c\xbb\x87\xed\xff\xde\xb5\x5d\x3b\x37\x99\xfc\xbf\x00\x00\x00\xff\xff\xd4\x50\xc6\x25\xd0\xc8\x00\x00")
func confLocaleLocale_nlNlIniBytes() ([]byte, error) {
return bindataRead(
@@ -4457,12 +4478,12 @@ func confLocaleLocale_nlNlIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 48931, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 51408, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_plPlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xdb\xb2\x1c\xc5\xd5\xe6\x7d\x3f\x45\x49\x0e\x85\x21\x62\xd3\x04\xe6\x9f\x43\x30\x34\x1e\x21\x61\xc0\xa0\xc3\xb0\xa5\xd1\x04\x84\xa2\xc9\xae\xca\xdd\xbb\x76\x57\x57\xb5\xeb\xa0\xa6\xda\xe1\x8b\x21\x20\x7c\x33\x0f\x30\xfc\xbe\xf1\x3b\x70\x35\xfe\xb9\x32\xda\x2f\x32\x4f\x32\xeb\x5b\x6b\x65\x56\x66\x75\xf5\x96\xf0\xef\x18\x2e\xd8\xea\xca\x73\xe6\xca\x95\xeb\xbc\xcc\x6e\xb7\xcc\x6c\x93\x2e\x3e\xb4\x87\x55\x55\xd8\xa6\x34\x49\xd7\x5c\x7f\xdb\xad\x4d\xf2\x71\xde\x26\xf4\x73\x7f\xfd\xad\x69\xca\x7e\x9b\x34\xb6\xde\xdb\xfa\x60\x67\xb3\xcb\x6a\x6b\x17\xe7\x6d\x5d\x51\xf1\xfa\xfa\xdb\x9f\x7f\xdc\x97\x66\x96\x99\xe6\x72\x55\x99\x3a\x5b\x3c\xee\x8a\x5d\xde\xce\xec\x37\xbb\xa2\xaa\xed\xe2\x51\xb6\xa9\xfb\xbd\xb9\x9a\x5d\xda\x62\xb7\x78\x5c\x6d\xab\x74\xd6\xe4\xeb\x72\x99\x97\x8b\x2f\x4d\x51\xad\xbb\xab\xa4\xc9\x5f\xfe\x20\x1f\xab\xae\x5d\x3c\xeb\xf9\xab\x7c\xe8\x76\x54\xab\xb6\x57\xb6\x69\x6b\x57\xb3\xb6\xeb\xbc\x69\x6d\x7d\x5c\xb2\xb7\xab\x26\x6f\xdd\xec\x66\x2f\x6c\xdd\xe4\x55\xb9\x78\x46\x7f\xaf\xcc\x6c\x67\xd6\xbe\xa8\xb5\xdb\x5d\x61\x50\xf5\x60\x56\x45\x55\xce\x0a\x53\xae\x3b\x54\xf8\xfd\xcb\x1f\x0e\xfd\x66\x96\xd6\x96\x8a\x97\xa5\xdd\x2f\x9e\xb6\xfb\x9f\x7f\xac\x0f\xf3\xf9\x7c\xd6\xd1\x36\x2c\x77\x75\x75\x91\x17\x76\x69\xca\x6c\xb9\xc5\x1a\x1f\xf3\x87\xa4\xbb\xfe\xa9\x6f\x37\xd5\xbe\xcc\x37\x26\xc9\x93\x3d\xcd\x28\xb5\xb2\x0e\x9b\xd1\x7a\x97\xa6\x91\x25\x57\x7b\x53\xf6\xc9\x95\xd9\x54\x33\xee\xb1\x34\xb4\xa3\x0f\xcd\x61\x6f\xa2\x3e\x66\x76\x6b\xf2\x62\xf1\xd1\x5b\xf8\x43\xb3\x6f\x9a\x7d\x45\x1b\xfc\x89\xa1\x23\xaa\x68\x17\x96\x6d\xbf\xb3\x8b\x67\xbb\xbc\x39\x24\xbb\xaa\x44\x23\x3b\x4b\xcd\xae\x4d\x2f\xcd\xe2\x9e\xfc\x9d\x51\xbd\x5d\x45\x9b\x52\xd5\xfd\xe2\x0b\xfa\xe7\xa1\xa7\x7f\xe6\xdd\x76\x56\xd5\x6b\x53\xe6\x07\xd3\x62\x87\x1e\xe9\x8f\x94\xb6\x69\x9b\xd7\x75\x55\x2f\x3e\xab\x76\xb9\x49\x8a\x8e\xb6\xf7\x60\x68\xc7\x68\x27\x96\xe8\x6b\xf1\xb0\xda\xdb\xa4\x0e\xbb\x42\xd1\x36\x5f\xd7\xd8\x4f\x2a\x35\x09\xff\x40\x5f\x52\xc2\xfd\x71\xc1\x66\xa2\xd3\x8b\xaa\xde\x2c\x7e\x47\xff\xa3\x53\x3c\xea\x96\x66\x29\x2d\xab\x70\x86\xd4\x74\x6d\xb9\x8c\x40\xe0\xf0\xf2\xfb\xec\x60\xae\xc2\x1a\xdb\x7c\x66\xb2\x2d\xed\xf8\xce\x94\xb6\x58\x3c\xc6\xff\x13\xfe\x62\x66\x26\x4d\xab\xae\x6c\x97\x8d\x6d\xdb\xbc\x5c\x37\x8b\xa7\x4d\x6b\xf6\xb9\x2d\x73\x4c\xaf\x6c\xcd\x6c\xa2\x64\xd6\x57\x9d\x3f\xf8\xc5\x13\x82\x87\xab\x44\x7e\x49\x89\x6f\xf2\x64\x5f\x5d\x59\xba\x44\xbe\x21\x56\xd1\x2c\x2f\xac\xcd\x16\x9f\xd1\xb4\xaf\xbf\x4d\xcc\xa6\xed\x4c\x51\x56\xd7\x7f\x49\xf3\xd9\xae\x2b\x0a\xda\xd6\x3f\x74\x04\xc6\xcd\xe2\x51\x7a\xb0\xb4\x0d\x2f\xbf\x4f\x6d\x72\xd8\xe6\x04\x25\xb3\xbc\x69\xa8\x0c\x20\xb6\x2a\xec\xb6\x9f\xd1\x01\x97\x29\xad\xe9\x6e\xd9\x15\x74\x49\x66\x5f\x35\xd6\xd4\xe9\xe5\xf3\x99\xfc\xa5\xdb\xd3\x1c\xba\x4d\x4e\x10\x96\x5b\x40\xec\xa9\xe3\x07\xdc\x2d\x9e\x0e\xd0\x26\x03\xb9\x71\x66\x69\x95\x59\x02\x81\x8c\x06\xc8\x4b\x5a\x4d\x51\x3c\x9f\xe9\x3f\x16\x9f\xf2\x5f\x3e\x89\x36\x6f\x69\x3f\x3e\xab\xab\x4d\x9e\xe4\xfa\xb9\xbf\x2a\x6d\x92\x15\x26\xd9\xe5\x84\x33\x9a\x83\x5d\x57\x49\x57\x77\x29\xe1\x0d\xd9\x92\xac\x4a\x37\x74\x8d\x80\x10\x68\x0e\xbf\xb7\xd7\x7f\x29\x72\x06\xfc\xbd\x21\x48\xfe\xb8\x5a\x37\xc9\xde\xee\xcb\x97\xdf\x13\x90\x24\xf7\xb9\xb2\x39\xc3\x76\x37\x87\x97\x3f\xd0\xdf\x83\x4d\x69\x19\x74\xe2\xef\x9b\xa4\x35\xf5\xda\xb6\x8b\xdb\xcb\x15\x5d\xe0\xcd\xed\xe4\xb2\xb6\x17\x8b\xdb\x77\x9a\xdb\x1f\xec\xfb\xb6\x4f\x0f\xa5\x7d\xff\x6d\xf3\xc1\x59\x42\xd0\x96\x6f\xb1\xa7\x34\x03\x1a\x24\xa5\xdd\x07\x7a\x6b\x2d\x61\x0e\x60\x84\xdc\xde\x9a\xe1\x18\x08\x7b\x2c\xb3\x95\x60\x45\x99\x49\xbf\x35\x84\x0e\x1f\xf4\xe7\xff\xed\xf3\xb3\xe4\x71\xd5\xb4\xeb\xda\xf2\xbf\xe9\x7f\x54\xfb\x5d\x82\xe6\x55\xf2\x24\xbf\xff\xe1\x7c\x46\x0d\x65\x43\x02\x90\x5a\x99\x43\x9f\x64\x74\x92\xe9\x25\x97\xe3\xca\x3e\xe9\x77\xd1\xf7\x4b\xea\x75\xf1\x09\xfd\xef\xf8\x54\xc6\xb7\x9e\xba\x08\xb0\xc5\xa8\x73\xdd\xd1\xc7\xba\x53\xd8\xd2\x97\x7f\x26\xcc\x58\x30\x46\xfa\xf4\xe1\xc3\x47\xf7\x3f\x4c\x0e\x04\xe5\x59\xc5\xf0\xb1\x4d\xba\xf6\xe2\x3f\x2f\xd7\xb6\xa4\x1d\x2e\x96\x69\xce\xc7\xc6\x4b\x9d\xcf\x9a\xa6\x20\xec\x46\x50\xf0\xa4\xee\x57\xc9\xf9\xf9\xe7\x34\x97\xf6\x72\x71\xfd\xaf\x69\x6e\xaf\x7f\x22\xec\xd4\xfc\xa1\xc0\x6e\xe9\xa0\xfe\x7b\x92\x55\xc9\xae\xc8\x37\x5d\x38\xbb\x89\xcd\xb2\x75\xbd\x24\x24\xdc\xf6\xd8\xef\xb8\x6b\x74\x71\x53\xe3\x84\xe6\x9e\x6c\xab\xeb\x9f\x6c\xb2\xc2\x0a\x77\xb8\x6f\xd2\x63\x5e\xbe\x30\x45\x9e\xd1\x39\x9c\xdc\xa9\x71\x17\x07\x1c\x55\x6d\xa8\x9f\x43\x69\x36\xf4\x9c\x25\xb7\xe7\xb7\x09\x7f\xdf\x7e\xeb\xf6\x7c\x56\x56\x4b\xc1\x24\x40\xf6\x59\xde\xd0\x63\x61\x97\xf2\x00\xd5\x82\x3a\xbf\x90\x27\x88\xae\x43\xee\x3b\xc5\xc3\xd9\x5f\x7f\x4b\xf7\xf8\x80\xf9\xad\xec\x21\x69\xe9\x14\x0f\x03\x92\x51\x6c\x14\x6e\x83\xc3\x58\xd1\x81\x6b\xbd\xa9\x15\xdb\xf9\x6c\xe6\x8e\xee\x08\xec\xaa\xf5\xcf\x3f\x16\x74\x0f\x01\xc3\x33\xbc\xf3\xc1\x5e\x18\x1c\x0f\xe6\xeb\x0b\xdc\x21\x3e\xa5\xfb\x71\xfd\x17\xea\xbf\xed\x70\xbf\xa8\xaf\x62\xf3\xf2\x7b\xda\x0b\x7a\xe7\xe9\xc6\xd0\x95\xa4\x4b\x73\xd8\x13\x6c\x35\xc0\x73\x21\xce\xcd\x6f\x31\xaa\x91\x93\xfc\xcc\xb4\x78\xe7\x02\x74\x4e\xdb\x3a\x94\xbb\xe1\x9e\x25\x2d\x51\x16\x1b\xa9\xdc\x25\x07\xba\x01\x06\x63\x1c\x0c\xbd\x69\x84\xb3\x13\xc2\x1e\x7d\xd3\x6e\xf2\xf0\xbd\x61\xd2\x84\xf0\x5a\x47\xc4\xc1\xe8\xb6\x84\x68\xa6\xda\xf7\xbe\x8e\x5f\x5e\x50\x75\xdb\x35\x39\xbd\x53\x96\x16\x9b\xd1\xb8\x2f\x7f\xd8\x01\xea\xfc\x5c\xa2\x99\xd3\x06\x70\xcf\x06\x28\x19\x13\xa0\x4d\xa5\xdb\x5e\xd1\xbb\x5c\x2e\xee\x13\x39\x04\x02\x88\x7f\xb9\x91\x9e\x54\xc9\x7e\x77\xfd\x6d\x8f\x63\xa3\xd3\x7b\xfa\xc5\xe7\x96\xbb\x2f\xf0\x4c\x73\x1f\xbb\x0a\x88\xec\x40\x17\xeb\x13\xdc\xb5\xcb\xe5\xae\xaa\x5b\xa2\x8f\xea\x16\x9f\xfc\x17\xd7\xe1\xc3\x6e\x6b\xeb\x04\x5f\xba\x33\x5c\xe1\x96\x28\x12\x20\xd6\x0d\x41\x15\x6d\x91\xa1\x6f\x42\xa1\xa1\xf5\x7f\xa1\x8a\xbc\x99\x7b\x01\x94\xb3\xc4\xac\xfa\x08\x22\x2f\xba\x72\x93\x5e\xd1\x39\xf2\xf0\x97\x6d\xbb\x0b\xc6\xff\xe4\xc9\x93\xc7\xc3\xb7\x89\x19\x60\x49\x3c\x03\x3a\x3d\x07\x4c\x26\xc1\x35\x70\x7b\x09\xc8\x06\x70\x75\x35\xbd\x54\x59\x6d\x1b\x6c\xc1\x08\xf0\xa8\xec\xc4\x76\x19\xb4\xe8\xc3\xdd\xc2\x94\xde\xc6\xff\xce\x41\x58\x11\x60\x1a\xda\x6f\x7e\x41\x0d\x5d\x68\xcb\x14\x12\x5d\x87\x6a\x87\x2b\x39\x79\x1f\x76\xe9\x15\x4a\x4a\x2b\x54\xd5\x71\x0d\xd9\x3e\xa3\x9d\xcd\x9a\x2d\xad\x9f\x11\xf3\xb9\xee\xeb\x03\xda\x15\xfe\x7a\x51\x57\x5b\xa2\x6b\x87\x1f\x6e\x19\xb2\x52\xda\xf4\xaa\xe8\x92\xdb\x8f\xb2\xdb\x74\x54\xeb\x2a\xc3\xaa\x0e\xc9\x17\xbf\xbb\x97\xfc\x87\x77\x7f\xf3\x9b\x79\xf2\x60\xb8\xc7\x2d\xe1\xca\x8a\x9f\x36\xda\x55\x5e\x76\xc2\xd3\x3b\x4b\x56\x44\xd5\x5c\xff\xed\xef\x7f\x35\xda\x27\x51\x49\x5b\x43\xf8\x31\xb9\xcd\x97\xf8\x76\xf2\x3e\x57\xfc\xaf\xf6\x1b\x43\x94\xac\x9d\xa7\xd5\xf6\x83\xf9\x0c\x9f\x08\xde\xf9\x62\x08\xdd\x48\xfb\x99\x99\x7d\xda\xbb\xa2\x31\x7e\x71\xc5\x8e\xa8\x5e\xa6\x55\x79\x91\xd7\xdb\xc5\x33\x81\x16\x9a\x5f\x0b\xfc\x98\x09\xf2\xaa\x07\x6c\xc7\x3d\x2e\xcb\xaa\xcd\x2f\xfa\xa0\xb6\x9c\x8d\xec\xa9\xdb\x4b\x5b\x13\x29\xbe\xc4\x9f\x3c\xb5\xa7\xb7\x1e\x34\x04\x63\x68\x61\x42\x66\xd5\xc5\x45\x91\x97\x56\x9e\x21\x37\x42\x8b\xe7\x48\x4b\xa2\x1a\x04\xad\x3b\x62\x17\x9e\x29\x98\x27\xf7\xee\x3f\x3c\xa3\xe5\xed\x6d\x4b\xdb\x87\x56\xb4\x79\xb4\xd3\x59\xb7\x01\x89\xd2\x6f\xcf\x02\xf4\x02\xc0\xcc\x09\xef\x34\xd5\x0a\xf7\x7d\xf5\xf2\x87\x8c\xf0\xd0\xae\xa2\xbd\x01\x1e\x2a\xaa\x0d\x81\x0e\x11\x54\x33\xf7\x04\x10\x7d\xfb\x82\x70\x45\x3d\x0c\x27\x73\xa6\x2b\xf5\xb1\x16\x1d\xd5\x1d\x4f\xd0\x55\x4c\xf8\xe1\x00\xee\xcb\x88\x81\x02\x75\x7d\xfd\x37\x9a\x27\x71\x5e\x74\x71\xf7\xa8\xd1\x03\x5d\x11\x9d\xab\xc8\x9f\x10\x47\x43\x9d\x60\x66\x82\x44\x02\xae\x81\xa6\x3f\xcc\x32\x7a\xa8\xfc\xb8\x8d\xa1\xed\x3a\x10\x6e\x07\xae\x1d\x0e\x94\xf8\xa7\xa9\x76\xe3\x59\x9f\x6c\x1d\xf1\x2e\x67\x84\xda\x8b\x8d\x3e\x5f\xd2\x57\x55\xf3\xbe\x1e\xf0\x92\xfd\xfc\x23\xbd\x28\xf2\x26\x62\x45\xfc\x24\xd2\x5b\x58\xf2\xe8\x8e\x85\x71\x27\xee\x58\x99\xb8\xd8\xcf\x0b\xf4\x19\xbd\x55\x78\xf6\xf9\x11\xd6\x72\x6c\x4d\x1f\xcc\xd6\x5e\x85\xc0\x1b\x4d\x76\x2e\xa4\x1f\x71\x54\xca\x99\x2e\x5f\xe4\xc4\xf7\xb9\xf1\x89\x04\xa4\xf9\x12\x74\x28\xeb\x96\x0b\x8d\x43\x3b\xbf\x2e\xe8\x96\xf2\x07\x26\x22\x27\xbb\xd1\x79\x3e\xe1\xed\x18\xfa\x08\x26\x90\xf6\x0e\xe0\xb6\xd5\x9a\x48\xe1\xa1\x67\x50\x6f\xe8\xb8\x3f\x4b\xd6\x8c\xed\x08\x91\x54\x2b\x93\x02\x14\x64\x7f\xb9\x98\xf6\xde\x4f\x6d\xae\x9c\x8f\x72\x24\x42\xc9\x3e\xc4\x9e\xd3\x83\xd7\x1c\x46\x7b\x1e\x9f\x0f\xe8\xe1\xda\x1c\xce\xc2\xcd\x21\xcc\xf5\xe9\xfd\x64\x91\xbc\x93\xd0\x5d\x61\xd2\x4c\x1e\xcb\x51\x43\xd3\xb5\xf4\x00\x32\xc5\x8d\x6b\x22\x73\x38\xba\xe8\x53\x63\x6a\xdd\x80\x3e\x79\x1a\xf2\xc0\x93\x54\xd1\x4c\x91\xd4\xf0\xfd\xb1\x62\xa9\xeb\xbf\x25\x97\x52\x45\x1a\x86\x2c\xf4\x78\x60\xe5\x67\x96\x6b\x7a\xce\x89\x91\x94\x9f\xc4\x84\x32\xcd\xd4\x12\xa4\x2c\xd7\x79\xbb\xbc\x00\xde\xcc\x78\x0b\xbb\xcc\x00\x65\x42\xd4\xc0\x87\x84\x3a\xb4\xeb\xb8\x92\x55\x61\x53\x5e\xe2\x6d\x6a\x73\xfb\xbd\xe4\xce\x0b\xa5\x8f\xdf\x05\x86\x5c\xd2\x45\xcf\x0b\x40\xaf\x32\x88\xfb\x1e\x60\x63\x99\xac\xab\x56\x8c\x39\x3a\xfa\xac\x84\x6e\xc0\xec\x54\x2b\xa6\x4c\x89\xd3\xa4\x27\x16\x04\x9d\x6b\x79\x48\xee\x34\x84\x1e\x92\x87\x9f\x7e\x44\xdc\x52\xdd\xe0\x02\x1e\x08\x4a\x56\x5d\x5e\x64\xf3\x99\xa3\x83\x89\x0a\x56\x48\x38\xc1\x94\xf0\x14\x1a\x46\x76\xbb\xda\xec\x4b\xcb\x73\x77\xcd\x07\x92\x6e\x20\xce\x63\xd2\x08\xcd\xf9\xe5\xd7\xf6\x86\xdb\x7b\xca\x0b\x8b\x27\xb8\x20\xc6\x34\x24\xbe\x3c\x21\x30\x34\x57\xae\x98\x28\x8a\x00\xf8\x88\x45\xa1\xee\x9a\xe4\xad\x0f\xe8\xff\xb3\xc6\xbc\xb0\xf2\x3c\xad\x4f\x9d\x8a\x50\x8e\x02\xdd\x54\xad\xe3\xbb\x1e\xad\x28\xba\x1d\x68\x8f\x59\xe7\x84\x6c\x81\x77\xbb\x49\x50\x35\xda\x81\x40\x4b\xd3\xa5\xa9\x6d\x9a\xc5\xbd\x03\x93\xca\xb7\x92\x7b\x84\xbb\x0f\xfd\xb6\xe7\x19\x9c\x25\x78\xdb\xf7\x78\x6c\x6a\x9a\x16\x55\x61\x70\xa2\xf7\x9c\x88\x31\x9e\x62\x46\x47\x7a\x00\xed\xfe\x15\x04\x69\xcf\x67\x9d\x10\xe0\x55\x91\x81\xc8\x3a\x12\x02\x31\xd3\x63\x63\x11\x90\xab\xad\x97\xa1\xd9\xe7\xb4\xc1\x4b\x2f\x82\xc3\x1e\xb5\xf6\x1b\xa2\xe6\x68\x20\xc5\x61\x58\x8e\xdd\xe0\x98\x58\x3c\xd7\xcd\xb6\x3d\x1f\x6e\xb3\x78\x00\x78\x0c\xc8\x6b\xba\x5b\x05\x81\x6a\x05\xec\xff\xc2\x6a\xa5\x67\xcd\x4e\xf8\x89\xb0\x22\x75\x41\xf4\xbf\xf6\x30\x70\x02\x16\x05\x22\xf4\xd1\x32\x48\x7d\xac\x97\xfa\xd8\x19\xa3\x45\x16\x23\x7e\xc9\xd8\x0c\x87\xab\x82\x8e\x39\x1d\x0e\x4b\x54\x74\xdc\x84\xee\x4b\x4e\x50\x1a\x8c\x4b\xbc\xee\xec\x2b\x15\x2f\x3e\x17\xf9\x46\x20\xda\x30\x54\x48\xc8\xe8\xf2\x79\x20\xc1\x5b\xaa\xcc\x87\x2e\x39\xe4\x95\xd7\x3f\x25\x25\x4e\x1b\x7b\x52\x0d\x84\xcf\xa5\xdd\x81\x40\xda\x36\xeb\xc5\x03\x08\x22\xae\xe8\x18\xa4\xce\x6f\x93\x50\x52\x29\x48\xf2\xd6\xac\xa9\x88\xfa\x2c\x96\xaf\xd5\xfe\x31\x91\x45\x2f\xbf\xa7\xdf\xb4\x1b\xda\x3c\x7e\x6b\x45\xac\x48\x7c\x20\x1f\x1a\xc1\x64\x73\x30\x04\x52\xc3\x8b\x65\x84\x3d\xa2\x57\xdf\x13\xf2\x44\xcf\xce\x13\x30\xfb\x39\xd5\xac\x04\x62\x37\x2d\x61\x81\x08\xcf\x59\x91\xdd\xe6\x4d\x37\xa6\x0b\x30\x59\x60\xc7\x70\xc4\xb3\xd3\xf4\x9e\x9b\x40\x1f\x4c\xc0\x11\x20\x31\x66\xc5\x7b\xba\xb5\xdb\x15\x06\xa0\x33\x36\x3b\x62\x9c\x5e\xfe\x00\x8e\x72\x0b\x11\x25\x91\xb2\x6b\x42\x0b\x1e\x77\x53\x85\x8a\x0a\x70\x5d\xb6\x82\xbd\x0d\xd7\xb1\xd3\x75\xe8\x4a\x49\xa5\xdf\x3a\x11\x31\x61\x99\x3d\x5e\x00\x9a\xca\x8a\xd0\x68\x23\xe0\x6e\x70\x6c\xb1\x80\x58\xf6\x7e\xee\x9e\x0f\xa1\x6f\x98\x8c\x6d\x6c\xd9\xba\x13\x60\x79\xa3\x67\x31\x08\x99\xc8\xf5\x4b\x62\x5a\x98\xe6\x1a\x9c\x08\xe6\x53\x32\x5d\xf0\xfe\xea\x83\x3b\xcd\xfb\x6f\xaf\x3e\x18\xb0\x78\x03\x1c\x43\x54\x08\x9e\x73\x42\xff\x84\x6c\x9b\x0d\x3d\xc2\xe5\x86\xca\xaa\x6c\x95\x57\x35\xbf\xe8\xfb\x24\x25\x20\x59\x83\xbd\xba\x5a\x15\xf9\xf5\x4f\x84\x56\x08\xf4\xd7\x20\x60\xca\xe4\x4e\xc6\x5c\x5c\x56\x6d\xaa\xeb\xef\x84\x8b\xa3\xfe\x09\x15\x85\x67\x44\x2f\x6f\xca\xd7\x96\xef\x90\x03\xfb\xbb\x9b\xb6\xdf\x63\x0b\xf6\x72\x1b\x05\xec\x79\xc9\x45\xbe\xcd\x87\x85\x83\x0a\xb5\x2d\x01\xc1\x61\xd5\xb7\x09\x4d\xea\x07\x7a\xe0\xb0\x3a\x50\x9b\xb4\xad\xba\x11\x06\xfd\xb1\xa0\xaf\x17\x00\x3c\xf0\x42\x20\xbc\x04\xee\x7d\x97\xf8\xea\xb2\x6b\x7b\x62\x2c\x4d\xb3\xec\x4a\xdd\x6d\x9b\x09\xb8\x3d\xcb\x09\x12\xce\xf8\xf9\xda\xa2\x53\xda\x4a\xbf\xaf\x44\xea\x38\x36\x48\x86\x7a\xc3\x6f\xe7\x9b\xf3\x44\x45\x85\xfc\x68\xd2\x61\x13\xe5\x27\xe0\x10\xb0\x83\x27\xcf\x0a\x68\x74\x17\x82\x88\x9c\x19\x4d\x97\x80\xe7\xe5\xf7\x67\xc4\x6d\xe6\x9b\x32\xbf\x02\xff\xb9\xab\x4a\xd9\x7d\xa6\x21\xd3\xbc\xd9\xcc\x65\xbf\x74\x05\x9f\x69\x55\x96\x92\x38\xe6\x5a\x7b\x3b\xde\x22\x65\x38\x99\x0c\x68\x18\x69\xb4\x44\x06\xd8\x32\x5e\xa8\x7f\x08\x9b\x4d\x75\x65\x6a\xde\x89\x03\x3d\x26\x26\xc3\x9b\xc8\xe8\x7b\x3b\x9f\xf1\x1c\x30\x95\xf6\xe4\x4c\xde\x70\xaa\x80\x37\x8f\x26\x75\x60\x19\x6d\x4d\x0c\x10\x44\xe4\x09\xf7\xa3\x04\xad\x5e\x3b\xe9\xda\xdf\xba\x2f\x7c\x0d\xeb\x6a\xb8\x77\x94\x05\xc4\x03\xc0\x88\x48\x7c\x53\x65\xc3\xbe\x1b\xc8\xb1\xb1\x33\x6b\xb4\xe4\x03\xe0\x05\x96\xe1\x9b\xdb\xcf\x47\x63\x3a\x5e\x7a\x62\x65\x07\x37\x61\x5a\x91\x12\x79\xbe\x55\x5b\x55\xcb\xe6\x12\x22\x8c\xfb\x20\xa6\xe4\xde\xca\x94\xc7\xb2\x33\xe0\xa0\x2b\x42\x76\x09\x0e\x39\xf9\x8f\x4e\xea\x87\x17\x19\xbb\xf4\x5c\xae\x10\x9e\x0e\x77\x7f\x1c\x8e\xe5\x43\x95\xf1\xc3\xab\xe4\xeb\x0b\xb1\x19\x90\xa2\x0d\xef\x4a\x78\xce\xe3\x1d\xfe\x12\x12\xb7\xef\xb4\xbb\x4b\xa7\xd9\x51\xec\xec\x48\x8d\x2f\x05\xcf\x00\xd4\x0f\x0e\xa3\xb1\x0e\x89\x58\x58\xba\x4c\xdb\x80\x7b\x77\xec\x38\x7f\x16\x58\xde\xd0\x1e\x80\x05\xc2\xfa\x88\xa1\xa5\x05\xf6\xb6\x59\x3c\x31\x9b\x59\x59\xe1\x04\x67\xf4\x15\x6d\x64\x2a\x54\x0b\xa2\x86\xe7\xb3\xa7\xf4\x6a\x3c\x3c\xa1\x98\xc2\x73\x1b\x94\x45\x5a\x9b\x8f\x78\x13\xee\x86\x6b\x7e\x3c\xa2\xde\xbf\xb0\x13\x9a\x2b\xb7\xfa\xf3\xf3\x4f\x9e\x30\xdf\x20\x7d\x6f\x8a\x2e\xa5\xb3\x82\x4c\xec\x93\xb6\xdd\x35\x4f\xeb\x62\x21\x82\xa0\xa7\x5f\x7c\x4e\x3d\xf7\x45\x65\x32\x7c\x84\x80\x29\x03\xb2\xda\x57\xc0\xc5\x44\x08\x3c\xb1\x66\x1b\xcc\x92\x98\xe6\x1d\x15\x75\xb3\xbb\x44\x1e\x04\xdf\xc1\xba\xd4\x3d\xcb\x30\x67\x77\xf1\x8e\x7d\x74\x03\xcf\xe0\x59\x3c\xcb\x4a\xad\xaf\xa7\x05\xb3\x5f\xcf\x4c\xb1\x23\x16\x15\x24\x99\xaf\xc9\x12\x47\x7e\x85\x1a\x3e\x12\x96\x38\x27\xc1\x55\x20\x5c\xef\x24\xd0\xa6\xb8\x30\x25\x04\x6e\x60\xa8\xa8\x80\x50\x65\x4f\xb8\x4f\xf8\x7b\xa2\xb5\x0c\xf6\x2d\xdb\xd4\x40\x88\x74\x68\xf1\x80\x19\x61\x9a\x7f\xfa\xa0\x67\xd1\x80\x32\x85\x4d\x5d\xed\xec\x86\x06\x6f\xf2\x83\x8d\x87\xe4\xcd\x60\xf9\xb1\xa0\xe5\x3b\x0d\x55\x63\xca\xfb\xa8\xea\x20\x7f\x4f\x21\x8e\xba\x22\xea\xe2\x27\x62\xd6\x89\xec\x77\x37\x93\x5a\x9a\x6f\xfe\xc1\x96\x82\x7c\xc3\xd3\x0a\xb9\x15\x08\x30\x01\xa9\xf4\x40\xa8\x10\xf1\xeb\x19\xe4\x92\xaf\x51\x9f\xe0\x8d\x2a\xe7\x65\x5a\x74\x99\x9f\xd7\x68\x5a\x42\x72\xff\xfa\x4e\xf3\x6b\xf4\x5b\x6e\x00\xe9\x5a\x95\x2e\x1e\x4d\x92\x90\xfc\x0a\xb4\x54\xf6\x9e\x53\xdc\x2e\xa9\xc7\xaa\xae\x6d\xda\x42\xfd\xe6\x85\x19\xcc\xf2\xad\xe9\x1e\x1b\x3e\xcd\xf9\x80\xf9\x06\x0e\x4b\x25\x7a\x79\xfc\xf4\x05\x4d\x99\xf2\xe0\xd6\x5e\xed\xbc\x5c\x59\x4b\x8c\xba\xd9\xd8\x72\x8a\xf9\xe0\xb5\x33\x21\x8b\xd6\x3f\xb4\x46\x14\x8a\xcb\xe9\xa6\x21\x1e\x98\x6a\x4a\x34\xdd\x89\x96\x81\x1e\x61\xaa\x61\x4b\x37\xf9\x44\x4b\x77\xab\xa7\x9a\xc9\xd9\x73\x13\x5a\x6f\x16\x21\xa5\xa8\x7e\x88\x53\x89\x77\x2e\x0a\xbb\x86\x10\xd9\x8d\x3a\x1e\x4a\x0f\x18\x3b\x9b\x55\x87\x7d\x55\x80\x10\x06\xc8\xe5\xf3\x61\x63\xfd\x01\x0d\x07\x7a\x82\xbb\xbb\x54\x49\xac\x87\xb5\x81\x23\x85\x4c\x8c\xd0\x7a\xcd\xf6\x03\x01\x4b\xce\xb3\x7a\xba\xb3\x7b\x3c\x91\x01\xdf\xb9\xc3\x1a\x40\x46\x19\x56\xd4\x4c\x1d\x89\xe3\xd3\x27\xba\xa6\x39\xe1\x09\x99\xee\x5b\xfa\x83\x3d\x08\x2e\x74\x4a\x57\xfb\x17\xf6\x3e\xc8\x6a\x9c\x7e\xf2\x86\xf9\x57\x6e\x57\xc2\x5e\xad\x1a\x60\x00\xe4\xed\x37\x84\x94\xe9\xad\x85\x14\x23\x92\x57\x61\x1b\xa9\x08\x8f\x3c\xd5\x2f\x4c\xd3\x82\x4b\x95\xb5\x2d\x9e\x36\xdd\x7e\xdc\x80\x47\xc0\x0b\xdb\x42\x45\x9c\x1e\x68\xd4\x12\x92\x87\xc4\x6e\xf2\x5d\x1f\xad\x38\x9f\x27\x0f\x3c\x76\x83\xac\x3a\x2a\xa5\x6b\xe5\xd6\x0a\xf5\xcd\xc6\xf6\x01\x81\xe4\x4e\x97\x10\x28\x44\x05\xad\x08\x71\xf6\x84\x6c\x2f\xf2\x8d\xd0\x14\x2c\x1a\x82\x4e\xc7\x3f\x79\x10\x7e\x40\x40\x00\x9e\xed\x85\xad\xe9\x95\xf6\x3d\xb3\x72\x3a\x50\x62\xbe\xa2\x27\xa2\xa0\x0a\xa8\x3a\xe5\x11\x00\x9f\x87\x56\x11\x6a\x1b\xf3\x2b\x44\xbf\x10\xf1\x3f\x08\x50\x59\xae\x47\x4f\xa7\x93\xbd\x3c\xc5\x25\xa0\xd3\x47\x91\x17\x66\x41\xfe\x0f\xd1\xb5\xc8\x63\x58\x70\x32\x6b\x5a\xba\x51\x38\x00\xb1\x1f\x79\x32\x90\x4e\x09\x91\x23\x84\xb0\x61\xa1\x40\xb3\x62\x6a\x9b\xd0\x38\x13\x68\x34\xb7\x8c\xa0\x20\x84\xb0\x33\x55\x7b\x39\x51\x66\xd7\x74\xe5\xcb\xef\x69\xb9\x4c\xdb\xd7\xe0\x3e\x0e\xb4\xfa\xb9\x0e\x08\xe6\x03\x26\x22\xa7\xc7\xd3\xb3\xa6\xb3\xdf\x57\x50\xdb\x8c\x87\x8f\x15\x9c\x3a\x3c\xc4\xb4\x32\x3e\xd5\x65\x13\x87\xa4\xda\x75\x80\x01\x0c\x0d\x50\x1b\xaf\x37\x32\x5e\xd1\x29\xf0\xce\x87\xc0\x43\xf0\xf6\x3a\x6b\xfd\xfb\x5f\x9d\x62\x28\x5c\x70\xb0\xc5\xac\xfa\x79\x52\x25\x5d\x70\x3a\xfc\x0c\x04\xe3\x8a\xad\x85\x67\xde\x37\x79\xb1\xe9\x46\x3a\x04\x1d\x1f\xe4\x81\xce\x80\x19\x35\x98\x72\xb8\x5d\xcf\x01\x27\x3f\xff\xb8\x72\x12\x50\x21\xe3\x68\x32\x62\x93\xb1\x5c\xd5\xa6\x4c\x2f\x83\xcb\xfa\xb1\xc1\x53\x47\x60\x95\x11\xdb\x5a\x80\xc9\x8e\xef\xea\xec\x2b\x4c\xfe\xf9\x8c\xde\xbb\x72\x6d\x97\xaa\x60\xf1\x14\x32\x93\xd2\xa2\x30\x81\xe5\x99\x2a\x4f\xa0\xf8\x72\x2d\x52\x22\xbe\xaa\xed\xa8\xa1\x68\x50\xe8\x78\x07\xe1\x5e\x7a\x39\xbb\xaa\x88\x16\xa9\xa0\xbd\x55\xa5\xe8\xf5\xb7\x83\xa9\x0c\x5d\xda\x48\xa2\xc4\x04\x7e\xde\xf6\x8b\xc7\x1d\xf1\xe5\x44\x1c\x19\x61\x05\x4a\x66\x33\x66\x17\x55\x41\xab\xb1\x75\xb3\x78\xb4\x82\xa8\x85\x0d\x78\x7a\x3a\x13\x03\xfc\x47\x38\x8a\xe0\x33\xaf\xd8\x48\x43\xaa\x42\xf2\x28\x55\x99\xb7\xd2\xaf\x8b\xdf\xf1\x1f\xba\xef\xfa\xfb\xa9\xfe\x63\x06\x69\xc8\x76\xce\xaf\x0a\x68\x8f\xfa\x05\x24\x9f\xc7\x6f\x09\xcc\x5e\xe4\x80\xf1\xa2\x1d\xb4\x7b\x42\xc5\x43\xf3\x9d\x69\x09\x2b\x97\xc2\x8c\xf2\xac\xb3\xc5\xb3\x03\x2c\x13\x52\x46\xf0\xfd\xa9\x1e\x83\xa7\xae\x9f\xb3\xd5\x91\x18\x3c\x3d\x9f\x39\xa3\x28\x31\x82\x3b\x32\x58\x51\x7c\xd5\x10\x43\x47\xb8\xc8\x8a\x72\x9b\x25\x67\x44\xdf\x40\xc4\xca\x6f\xaa\xa5\x4d\x65\x42\x91\x66\x04\xe5\x30\xed\x32\x0b\x67\x9a\xc5\x5d\x15\x15\xdb\x19\xcb\x1a\x1f\x05\x62\xc6\x8c\x6e\x4d\x0b\xfd\x42\x47\xc7\x2c\xac\x58\x97\x13\x5e\xfa\xf4\xfe\x6c\xb6\xe3\x93\x5a\xc6\x93\x4b\x76\x7a\x7e\xbd\x9b\xb5\xa8\x47\x9e\x1c\xb1\x69\x8a\x19\x5d\x75\x82\x75\xa7\xba\xd2\xbb\xd3\xb3\xa9\x8c\x53\x20\xd2\x2d\x19\x14\x9f\x34\x99\x03\xa4\x7d\x07\x91\xaf\xab\xec\x75\x9b\x88\x75\xcd\xc6\x5c\xff\x94\x01\xb1\x10\x93\xcb\xe4\xce\xbe\xa7\x72\x03\x5c\x23\xb7\xb1\x7d\xf9\xc3\xdf\xff\xaa\x6a\x9d\x80\xcc\xf3\x74\x85\xca\xf0\x44\xf6\xad\x8a\xc9\x58\x99\x24\xaf\xc2\x1a\x86\x14\xa2\x87\x75\xfc\xea\xd5\xc4\x19\x13\x74\xc0\x04\x8d\x1f\xfd\x4f\x21\xa6\x83\x36\x92\x6a\xe5\xcd\xa6\x1a\xdb\x53\x16\x95\x9c\xca\xe2\x73\x0c\xab\xc6\x78\xdd\x2e\x03\xef\xeb\x76\xfa\x4b\x11\xe4\xe7\x87\xce\x5b\xc8\xc5\x35\x3c\x57\x1b\x5a\xd1\x39\x51\x1a\x6d\xa3\xf2\x1c\xfc\x58\x49\x4f\x4a\x96\xe9\x25\xf7\x06\x93\x5f\x8a\x9d\x47\x59\x39\x9b\x94\x88\x45\x1d\xd5\x76\x22\x2e\x42\xc6\x6c\x58\x67\x22\x83\x03\x82\xc1\x86\x30\x19\x21\x89\x2b\x22\xe2\x12\x41\x09\x84\xb6\xe9\x05\x62\xb5\xab\x0a\xee\x87\x77\x55\xf4\x95\x90\xb3\xe7\x65\x67\x19\x92\xfb\xb2\xeb\xae\xc6\xd6\x79\x4e\x65\x19\x21\x26\xa7\x57\x1c\x29\x7d\x55\xd5\x3b\xd9\xc6\x5b\xcc\xf4\x5e\xcf\xce\x1a\x06\xd1\x04\x79\x8d\x73\x7a\x59\x55\x8d\x8a\xbc\x9d\x7a\x1a\xf5\x0e\x10\x72\xf5\x8a\x3d\xdd\x79\x38\x34\x19\x1c\x58\xa0\xff\x90\xd9\xe0\x78\xc1\x60\x13\x19\xa7\x13\x61\xcc\xb1\xcc\xb7\x30\x95\x85\x38\xdd\x64\x62\xcd\x8a\x6b\x3a\x90\xb0\x50\x5b\x1d\x20\xb0\x2a\xab\xd1\x42\x06\x4d\xd8\x33\x31\x2d\xf6\x38\x1d\x18\x46\x8c\x47\x94\x5c\x52\x4b\x2a\xda\xef\xbd\xb7\x5c\x99\xc7\xb3\xf7\xc0\xf4\x74\x3c\x73\x30\xb4\x5e\x60\x7d\x0a\xaa\xf0\xe8\x28\xa0\x8c\x25\x32\x2a\x8d\xa8\x8a\x80\x70\xbd\x2b\x3a\x2a\x2f\xaa\xc0\x3e\xfb\x42\x36\x8b\xf5\x12\x1c\x08\x38\x96\x51\xf9\xe3\x6a\x8f\x17\xf5\x20\xba\x87\xb1\xfc\x6a\x60\x12\x3e\x84\x9a\x8d\x2d\x40\x6f\xe4\x0b\x46\xd3\xf6\x1b\xa1\x4c\xa0\x2e\xbd\x52\x14\xc0\x92\x7a\xbf\x09\x6a\x82\x02\x6d\x30\xe4\xe1\x5e\x2b\xcd\xc6\x82\xac\x45\x43\xe5\x2a\x85\xb9\x17\x0d\xb6\x56\x62\xdc\x04\xe8\x48\x87\xff\x87\x91\x11\x50\x26\x75\x6a\xaf\xbf\xa5\x23\x60\x3e\xad\x11\xf6\xac\x77\x42\x23\x35\xf2\xd5\xb2\xc0\xce\x97\xf1\x34\xe4\x97\x5a\x51\xb8\xbc\x00\x91\xef\xaa\x0c\xd0\xc0\x10\x1f\xe2\xf4\x63\x14\x5e\xc5\x68\xdb\xdb\x9f\x50\x35\x80\xf6\xf5\x77\xb4\xe2\x9a\x60\xbd\xee\xc1\x69\x68\xa7\xee\x93\x8a\xfb\x18\xf2\xd8\x98\x3b\x18\x58\xdf\x26\x5f\x85\x5e\x28\x3f\x4f\x2a\x00\x0e\xa5\x8f\x25\x2c\xc4\x69\x42\xc7\xf2\xeb\x51\x65\x59\x5d\xd0\xa2\xc5\xa1\xf0\xe2\x3a\xb7\x3a\xc2\x61\xfb\x2a\xeb\xd8\xfa\xd8\xd7\xd3\xf5\xe4\xa5\x98\x0f\x41\x89\x13\x3d\x4d\xd0\xae\x79\xe9\x72\x72\xef\xd0\x27\xe9\x65\xea\x14\x28\x84\xd1\x18\x28\x7e\x3b\x9e\x8d\x83\x35\x15\x91\x39\xdc\xad\xe3\xb6\xe1\x7d\xbb\x35\x33\x59\xc6\x17\x41\xb6\xe2\x3e\x31\x6c\x57\x82\x8d\x74\xa5\x28\x0f\xcb\xc6\x9f\x97\x91\xb2\x06\x4a\x8b\x7f\xa7\x82\x06\xe2\x98\x7f\x5c\x37\x73\x27\x53\x85\xcc\xd9\x29\x75\xcc\x20\x00\x57\x73\x0c\xb7\x90\xf8\xe1\x0b\xf6\xc0\xef\x60\x26\xec\x6c\x70\x53\x67\xee\x1e\x78\x3a\x2a\xb8\x09\xc2\xde\xd1\x4d\x00\x51\x85\x71\xc0\x18\xca\x2e\x72\x11\x13\x5f\x72\x31\x94\x91\x2e\x72\xd8\x0a\x72\x61\x8f\x56\x0c\xff\x27\xe1\x41\x29\x2b\x26\xdc\x3c\x43\x82\x0b\x5d\x57\x07\xa2\x8e\x89\xff\x21\x50\x11\xeb\x45\x7d\x9f\xde\x67\xc2\x65\xfd\x41\xa4\x8c\x63\x5c\xd2\xff\xf6\xfd\xb7\xb5\x30\x39\x77\xfc\x65\x09\xfd\x0f\xc8\x9e\x3d\xac\xe4\x36\x30\xe8\x1e\x0c\xb8\xd9\xb6\x55\xd5\x13\xc3\x8c\x61\xce\xcd\x0c\x1f\xcd\x81\xa7\xde\x8b\x7a\x22\x6a\x4a\xd8\x57\x44\x9b\x3b\x31\x67\xe7\xc7\xc0\xb5\x9e\x7b\x90\x1c\x6d\x97\x37\xbc\xa4\xef\x81\xd4\x88\x0d\x17\x2a\x55\xe7\x0a\x43\xed\x08\x43\xdc\x42\xbe\xf6\x4c\xbf\x1d\xe8\xe5\xa9\x5b\xbe\xc6\x73\xdf\x0f\x13\x1f\xdc\x0f\x13\xc0\x01\x4d\x59\x89\xf5\x39\x95\x0b\x5d\x06\x34\x8f\x31\x06\x86\xc8\xb5\x8f\x44\xe1\xfc\x95\x35\xfc\x74\x13\x9e\xd4\x6c\x84\xe0\x0e\xdf\x83\xd8\xe3\xe1\xc1\x63\x98\xaa\x04\xdc\xfc\x32\xf9\x12\xdc\x72\x58\x0a\xfb\x20\x38\xca\xcd\x7a\x0a\x4b\x05\x92\xf8\x71\xb5\x69\xfc\x34\x34\xf0\xa8\xb7\xd9\x74\xad\xca\x28\x06\x2c\xb5\x1d\xd3\xd1\x1e\x20\x95\x20\xc0\xf1\x1d\x51\x5f\xa7\xb1\xd5\xd1\xec\xdc\xae\x7c\xe6\x97\xff\x6a\x94\xc5\xbc\x21\x76\x4e\x44\x48\x7c\x82\x8f\x44\x48\x54\xc9\x0b\x57\xb1\x71\xb8\x63\x0d\x3f\xac\xcd\x66\xe0\x0a\xd3\x9c\x8f\x09\xf5\x1d\x8f\x61\x4b\xdd\x7e\x3f\x36\x3a\xe9\x07\xcc\xa2\x22\x28\x5a\xf6\x7f\x4a\xe8\x36\xcc\xda\x6a\x43\x20\x38\xea\x82\x3f\xbe\x76\x17\x1e\x79\x08\xc3\x15\xa0\x8e\x61\x9b\x09\x7d\xf0\x86\x6e\xf3\x23\x56\x8c\xca\x9c\x95\xc3\x04\x16\x89\x4e\x0a\x5d\x1c\xb7\x4f\x2f\x1d\x12\xf1\x95\x73\x13\x88\x16\x8e\x71\x49\x57\xae\xf2\x32\x5b\x8c\x1b\x59\x2d\x18\x8e\x92\xc5\x39\x47\xbc\xe3\x40\xf7\x54\xd9\x0e\x07\x1b\x60\x50\xc3\x2d\x97\xbc\x83\x91\xdf\x50\x43\xb4\x74\xd3\x62\x23\xb8\x0c\x3b\xa1\x80\xd7\xa9\x81\xbd\x9a\x91\x48\xd3\x67\x3d\x7f\xec\x14\x85\xf3\x47\x39\xac\xc6\x6d\x13\xfd\xbb\xf7\x08\x73\xdf\x3b\x4c\xc6\x2a\xbc\x33\x25\x87\x58\x86\xc8\x07\xc8\xa6\xe1\x6e\x44\xfc\xfb\xee\xe3\x4f\xd5\xc6\xdc\x8f\x2a\x3d\xff\x9e\x60\x8c\x1e\x31\xa2\xd9\x72\x20\x64\xb0\x92\xbd\x03\x09\xc3\xd2\x54\x3a\x16\xa2\xa9\xe8\x77\x60\xd4\x3e\xe2\x5a\xa4\xbf\x00\xaf\xc8\xaa\x87\xa5\x8e\x97\x29\x2b\x8c\x8b\xe5\x20\x6c\x83\xb7\xd8\x4d\xc1\x2f\xc1\x81\xe7\xb0\xf2\xe8\x51\xbb\x95\x1c\x4b\x97\x85\x10\xa5\x49\x36\x30\x16\x72\x7b\x35\x4f\x40\x57\x2a\xf2\xa0\x7b\xae\x76\xa3\xeb\x4a\xcd\x20\xfb\x40\xf0\xe4\xb1\x99\x4c\x5f\xf0\x59\x78\xe6\x11\x52\x93\x47\x43\x8f\x1e\x9b\x23\x9b\x30\x1c\xfc\x64\xcb\x69\x3c\xa7\x4d\x83\xce\xdc\xe6\x4f\xd2\x64\xaf\x87\xec\xbc\x89\xdc\x0d\x88\x2e\x5c\xb0\xbf\x19\x8f\x14\x9c\x4f\x1d\xca\x24\xca\xe3\x7d\x3e\x88\x8d\xcd\x55\x02\xe6\xa9\x04\x1b\x12\x71\x4b\x03\xe1\x3e\xcc\x6d\xe6\xe6\xe0\x54\xe5\x72\x71\x43\xed\xb8\x56\x18\xf8\x6f\x95\x7c\x10\xdc\xd5\x7b\x08\xa5\x79\x42\x36\x09\xc5\xb4\x79\xe2\x08\x09\x98\x37\x3e\x78\x74\xfd\x6f\x1f\x0d\xd4\x03\x2f\x84\x75\x7e\x17\xbc\x10\x73\xcb\x9b\x83\x8e\x26\x13\x68\xe2\x87\xfd\x1f\xcd\xd8\x1b\xa9\x0e\xef\x1c\x3b\x01\x8e\x6a\x39\xfc\x27\xf3\xf3\x9c\x84\xee\x25\x0b\x11\xe8\xf9\x6f\x40\x27\x4d\x1e\xd5\xec\x2b\x48\x17\x9f\xcf\x44\x0d\xf1\x2c\x10\xfc\x0e\x0a\xb5\x29\x6d\xfa\xa0\x6d\x53\x0a\xeb\x3e\xb1\xd6\x56\xe5\x38\x91\xfa\x05\x36\x9c\x1b\x3a\x39\xd8\xb3\x9f\x25\xfb\x9d\xc9\x8c\x38\x12\xee\x13\xb1\xbf\x62\x91\xad\xdb\xd7\x0e\x42\x92\x02\xde\x71\xfa\x61\x3e\x7b\x91\x37\xf9\x2a\x2f\xf0\x98\x3d\xcb\xb3\x4a\xb0\x2a\xd1\x16\xfc\x1d\x9f\x03\x6f\x8d\x63\xc5\xcf\xfb\xcd\xce\x94\x49\x4a\x8f\x65\xb3\xb8\xdd\xc1\xb8\x24\x4b\x60\x84\x78\xfb\x83\x1d\xfc\x7f\x5b\x1e\x8a\xaa\x7c\x70\xd4\x1f\x1c\x40\x53\xd6\xce\x85\xa6\xe2\x0d\xdd\x11\xbb\xed\xd4\xff\x8e\x91\x04\xcc\x6c\xbc\xc5\x7e\x19\x7b\xa1\x1a\xc2\xa7\xe0\xf4\x4f\x4f\xe3\xf1\xc9\x69\xc0\x01\xd5\xad\xed\x8d\x2f\x45\x3a\x04\xd2\xcc\x53\x73\x91\xac\x68\x98\x02\xda\xe5\x6f\xce\x52\xa8\xff\xbc\xef\xdd\x31\xe1\x0b\x09\xa0\xf3\x64\xb1\xdb\xdf\x26\x8f\x32\x02\x4a\xc0\xe4\x8d\xee\x8b\xec\x29\x0d\x72\xf5\xd6\x8c\xe7\xc7\xaa\x84\x73\xfc\x93\x05\x17\xf2\x91\x3d\x51\xd4\x75\xf6\x20\x9f\x8e\x4e\x0b\xc5\xa1\xa2\x68\x2c\x12\xdc\xfb\xb3\x26\xa2\x85\xc1\x8d\x61\xfd\xd1\x2e\x6f\xe4\x27\x3c\xa3\x9d\x57\xb4\xff\x30\x08\xa4\x44\xbe\x24\x0e\x14\xf3\x75\xde\xe6\xeb\xb2\xaa\xed\x8c\x88\x5c\x7a\x10\xed\xe2\x73\xfc\x85\x9c\x50\x3f\x4c\x35\x4c\x0a\xa9\x84\xf1\x4d\x46\x17\xe1\x0b\xfe\xa3\xbf\xc6\x2d\x1a\xf1\xd8\x4e\xa4\x14\x2a\xa9\x6a\x49\x80\xd3\xb2\x09\x77\x9e\x5e\xf1\x8b\x15\x43\xa8\x70\xfc\xb8\x0e\x30\xcd\xad\x05\xdf\x62\x64\x71\xee\xd2\x1e\x3b\x67\x32\xca\x7b\xad\x5e\xdf\xf1\x75\xcc\xec\x85\xe9\x0a\xa7\xdb\x80\xef\x17\x63\x50\x93\xac\x55\xb7\xa1\xde\xd3\x34\x21\x7a\xd1\x5e\x10\xcd\x75\x4f\x8c\xe8\xda\x22\xdf\x0b\xaf\xaa\xef\x1b\x9e\xea\x37\x84\x93\xec\xdf\x74\xad\x88\xf0\xac\x81\xc3\x45\x51\x8d\x9a\xf9\x60\x36\x7b\x35\xaa\x25\xe7\xf4\xd8\x5b\x8a\xb3\x6d\x87\x5c\x17\x96\xf6\x5c\xff\x05\x2c\x72\x2a\x76\x9c\x91\x58\x7f\x2f\xa2\x03\xb0\x97\x7b\x58\x0e\x4c\xaa\x2e\xd6\xe6\x80\xef\xa2\xbd\x60\xbf\x5d\xc0\x57\xc3\xf0\x94\xab\x4a\x82\xb6\x2b\xbd\x54\x1b\xc2\xea\x62\xc9\xdb\xc7\xae\x26\x01\x7e\xa3\x77\x11\xc4\x69\x49\xbb\xf3\x6d\xc2\x55\x93\xad\xd9\x34\x34\x4f\xf6\xc9\xc8\x0b\xb9\x62\xb1\x55\xf9\x9d\x6c\x7e\x5a\xe9\x11\x1d\xed\x3f\x45\xe9\x71\xa2\xc7\x91\xd2\xa3\xb4\x10\x83\x76\xed\xa5\x3a\x9d\x44\x96\x43\xea\xff\x3e\x38\xf8\xaa\x0f\x7c\x5c\x72\x0a\x85\xba\x07\x25\x42\x5f\xc0\x5b\xc9\xaa\xe8\xec\xed\x0f\x00\x0a\x84\xdf\x1d\x2c\xbc\xfc\xde\x61\x31\xd7\x39\x83\xec\x63\xf6\x30\x85\x99\x58\x04\xb4\x5a\x67\x2e\x88\xca\xc1\xd8\x39\x90\x52\xa7\xe2\xb4\xe9\x3a\xfe\xd5\x0b\x0c\x9c\x44\xa2\x36\xf8\xe3\xbd\xfd\xf1\xa7\x4f\x98\x1f\x67\xf7\x14\x76\x10\x10\x39\xa0\x77\xeb\x9a\xfb\xce\x69\xe5\xdb\xbc\x69\x84\x90\xc2\xe6\x8a\x63\x8a\xca\x22\xf3\x2d\x9c\x0b\x85\xd0\x90\x2e\xfa\xc8\xf0\x9b\x6d\xf4\x5c\x57\x4e\xd1\x0e\x95\x44\x31\xf6\x50\xf0\x66\x86\xce\x18\x81\xc9\x1b\xc7\x57\xf3\x6c\xbd\x50\x55\x3d\x3e\x73\x08\xab\x5d\xe7\xaa\xe0\x7e\xa0\x51\x0c\x22\xc5\xb6\x09\x14\xdb\x7a\x1f\x19\x0b\x8f\x23\x1b\xe0\xb2\x10\xb8\x70\x59\xe3\xf0\x7f\xef\xb0\x34\x7b\x0d\x36\xb6\xb8\x88\x76\x40\xb1\xbb\xc3\xcd\x22\xf8\x36\x0d\x8b\x19\xc2\x13\x05\xc1\xb3\xeb\xe9\xde\x95\x1b\x0e\xd3\x00\xbd\x83\xfb\xe0\xe9\xc0\x73\x87\x68\x6c\x50\xdd\x19\x1f\x99\x34\xbf\xfe\x0b\x48\xbd\x4d\x61\xf6\x39\x91\x2d\xc9\xff\xfd\x5f\xff\xfb\xad\x7b\x84\x0b\xef\xb5\x75\xf1\xd6\x3d\x11\x6e\x39\x5a\x9c\x88\x80\x14\x26\xfc\xd9\xd0\x69\x45\x0c\x19\xe3\x0e\x06\x3a\x50\x96\xdf\xc1\x91\x45\xae\x1f\xd5\x97\x32\x87\x54\xa8\x32\x50\x8a\x52\x87\x6b\xc2\x4b\x87\x6c\x83\x98\x1f\xf8\xc8\x18\x66\x16\x44\x81\x98\x81\xb1\x96\xb8\x24\x60\xaa\x69\xc4\xa6\x9b\xfd\xa1\xcb\xd3\xcd\x72\xdd\xe5\x99\xa5\x59\x10\x9d\x93\xc2\xc8\x65\xb0\x67\xd5\x67\xb8\xbd\xcc\x1b\xb9\x0c\x9f\x09\x78\x47\x37\x21\x70\x09\xe0\x97\x2c\xad\xb6\xc4\x1c\x66\x1e\xd7\x97\xe3\xd0\x16\xf4\x76\x83\x82\x6c\x58\x22\x0e\x17\x1f\xe2\x29\x76\x1d\x8c\xfa\xa0\xd1\x1e\x6e\x1d\xec\x92\xaf\x1c\x84\x31\xd5\xf5\xaa\x5e\x78\x7c\x9a\x2b\xfb\x7e\x4f\x93\x54\xea\xbb\xeb\x24\x95\x7b\x2c\x1a\x72\x4a\x62\x11\xae\xff\x86\x81\x6e\xcd\x86\x38\x0d\xfa\x22\x39\x1d\xfb\xac\xad\xad\x5d\xdc\x67\xd1\xda\xec\x22\x2f\x60\x1b\xaa\x0a\x79\x78\xb2\xb7\x66\xbd\xf8\x1d\x7d\x05\x7b\xe7\x9e\x2e\xbe\x17\x54\xa0\x5d\x11\x6f\xc7\x9d\xfd\x00\xd3\x51\xfa\x0c\x93\xd1\x75\x7e\x14\x8f\x02\x01\x2c\x26\x03\x57\x14\x66\x65\xa9\xe4\xa3\xb6\x27\x5a\xa9\xed\xe9\xb2\x14\x70\x97\x2a\xa9\xf1\x67\x66\x2b\x36\x09\xf4\x0d\x0a\x5f\x1c\x43\xde\x36\x8b\x7b\xfc\x17\xd6\xac\x85\x35\x0d\x55\x7c\xc6\xce\x4e\x66\xc6\x7a\x43\xba\xca\xf4\x9a\x12\xed\xd5\xcb\x6f\x3a\x69\x0e\x6b\xf1\x09\xff\x75\xb5\xd8\xb7\x04\x55\xd5\xb5\x24\x0d\x5a\x00\xff\x18\xbe\x35\x1f\xda\x03\x1e\x48\xa2\x0e\xcb\x9c\xd5\x7c\xb8\x0d\x9b\x99\x9b\xc9\x7c\x3c\x23\xf7\x5d\x83\x6c\x30\xcc\x1f\xba\x8d\xb9\x4a\xd2\x51\x8d\x0b\x88\x2f\xce\xb9\xcc\x7f\xc3\x9b\x41\xb7\xee\x2e\x9e\x0b\xff\x71\x4b\x97\x14\x4a\xb4\x67\x83\x1c\xdb\x97\x41\xc3\xb5\xb8\x4f\x98\xc9\x7f\x11\x87\x9f\x73\xba\x2f\x74\x59\xfd\x57\x02\x64\xcb\x91\x55\xf0\xd1\x79\xd0\x20\x64\x0d\x73\xe5\x2a\xfc\x0c\xbe\xcf\xc7\x87\x12\x14\x95\x20\xec\xa8\x54\x2e\x9d\x9d\xa8\x91\xd2\xa9\xd4\x4b\xed\xe2\x59\x0f\xa3\x09\x16\xbe\x4f\x54\xf5\x87\x2d\x67\x4d\x97\x9e\x8f\x7a\x3c\xe0\x50\x8d\x07\xdd\x18\xf5\x1b\x16\xb8\x58\x57\xc7\xa3\x0f\x2d\x86\x09\x6c\x4e\x0e\x41\xac\x66\x19\x34\x79\xa4\xd7\x7c\x33\x82\xbf\x68\x94\xaa\x81\xa3\x82\x6f\xf3\xa5\xd9\x6e\x94\xc7\xbb\xa1\x19\xbd\xd7\x88\xf2\x03\x43\x83\x43\xcf\xc1\x0b\x26\x76\xce\x57\x52\xe9\x96\xab\x9a\xdb\xd1\xb6\xf8\x8a\xbc\x2b\x43\x3d\xe3\xea\x09\x1e\xf3\x68\xeb\xf8\xa0\xf5\x28\x59\x51\xa2\xe7\x63\x8e\x8a\x97\xbb\xc2\xa4\x56\x7d\xc9\x14\x24\x0c\x62\xc6\x44\xa3\x68\x57\x6e\x2c\xed\x8d\x90\xb7\xd6\xe2\x3d\x6e\xcd\x0a\xbb\x4b\x0c\x93\x25\xda\xcd\x77\x80\xcd\xe4\xb2\x60\x17\x87\x62\x45\x4b\xd2\xff\x47\xa3\x59\x86\x85\x44\xb9\xe1\xb1\x64\x13\xca\xdc\x2a\x09\x5f\x1d\x01\x9e\x36\x79\x15\xec\x8d\xab\x9d\xe8\xfd\x24\x30\x6a\xfb\x1b\x8e\x7c\xa8\xb1\xce\xa9\xc6\x89\x01\x26\xce\x55\x1b\x3a\x1a\x72\xe2\xf3\x1c\x2e\x88\x8a\x83\x9f\x0d\xee\xeb\x0e\x1b\x4f\x35\x68\x34\x00\x15\xb1\x49\x7d\xd5\x0d\xd3\x65\xb1\xe3\xbd\xdc\xae\x06\xf8\x0b\xdb\xc9\xe9\x67\xcb\x55\xcf\xcd\x9e\xb2\xe3\xf0\xe0\xf1\x75\xba\xe1\xd6\x96\x60\x02\xe0\x7c\x8c\x86\xcf\x1a\x62\x83\xf3\x52\x85\x11\x93\xcd\x1a\xf8\x6d\x9c\x23\xb2\xc4\xd5\x44\xc9\x1c\x71\xba\x1a\x58\xcf\x5e\x95\x82\xe9\x26\xea\x00\x88\xa5\x4e\xa3\x38\x72\xa2\x52\x0d\x1f\xdd\x56\x0c\x08\x06\x61\x7e\x64\x10\x30\x39\x3e\x3d\x46\xae\x15\x0d\x90\x99\x3d\x5b\x08\xbe\xb2\xdd\xb6\x6a\x5a\x60\x6a\x56\x59\x9a\x2b\xb8\x53\x31\x91\x0c\x3f\x19\x7c\xbc\x79\xc0\xa0\xa5\x58\x24\x4e\x34\xc2\xdd\xe3\x23\x5a\x54\xfe\x78\xee\x7c\xf5\xce\xf3\x46\x0f\x69\x50\x8a\x7d\xf5\x9b\xe7\xcd\xed\x0f\xee\x7c\xf5\xee\xf3\x06\x42\x85\xa3\x0e\x96\x17\x66\x63\x4f\xf4\xc2\x8d\x5d\x8b\x5d\x6d\x5f\xe4\x55\x07\xc6\x10\xa5\xd0\x32\x78\xbc\xf2\x0d\x66\xab\x26\x1c\x31\x7a\x60\x19\x9b\x20\x88\x3e\xc2\x0e\x99\x96\x79\x04\x31\xe0\xcd\x6e\xbb\xd4\x3d\x68\x16\x77\x32\x5d\xbe\x21\xe8\xf5\x1d\x48\x29\x98\xb2\x76\xf1\xb5\x94\x43\xd6\x4a\xab\xce\x33\xac\x99\x96\xe0\x44\x2a\xbf\x92\x5f\x1f\xf0\x5a\xb0\x03\x5f\xfb\x71\x2a\xaf\x4d\x63\x5a\x9c\xd9\x87\x03\x4c\xd5\x5a\x28\xd7\xa0\xcb\x8b\xd0\x99\xc4\xc9\x92\xf9\x5e\xc5\x45\x3a\x21\xad\x72\xee\x66\x94\xc0\x25\x20\xaa\x5e\x5b\xde\x16\xa9\xe7\x5e\x25\x1f\xc2\x2d\xae\x14\x77\x3a\xae\x0c\xab\x32\xd1\x60\xba\xed\x19\x61\x6f\x07\x46\x9f\xe9\x64\x46\xbb\x8f\x9d\x83\xdf\x27\x71\x4d\xbf\x6c\xdb\x64\x76\xda\x83\xc8\x59\xcd\x30\xab\x5f\xd6\x97\x90\x33\x44\x4d\x5f\x70\x6f\x7b\xc5\x18\x09\x1d\x8a\x43\x6d\xd0\x71\xa1\x56\xfa\x8b\x3b\xdf\x55\x1c\x2b\x50\x88\x2f\xfd\xc6\x4e\x3d\x22\x70\xf4\x70\x7a\x2c\x98\xd5\x12\xe7\x64\x7a\xc1\xac\x9e\xb5\x47\x61\x07\x61\x2f\x93\x99\x7a\x5b\x45\x2d\xf2\x72\xe9\x7c\x85\x98\x97\x91\x90\x11\x6a\xbf\x25\x61\x4f\xd4\xaa\x0c\xb2\xc6\xba\x3a\x6c\xe1\x0d\x97\x1c\xb9\x0e\x47\x8a\xed\xc8\x0f\x99\x38\x34\x8f\x13\x5e\xfe\x39\xbc\xd6\x36\xcb\xdb\xc5\x47\x59\x1f\x9e\x77\x64\x98\xe6\x26\x6a\x5e\xb0\x7f\x2e\x71\x80\xee\x93\x3c\xb8\x6d\xe0\x81\x35\x7e\x66\xa5\x46\x5a\x15\x1c\x24\x90\xfe\x7f\xb2\x06\x64\xf0\x8e\xd4\x0c\xde\x7d\x29\x1e\x6e\x40\xe3\x49\x07\xf7\x8e\x1d\x55\x9e\x58\x90\x14\x84\x36\xa0\x71\x89\x7a\xb5\x3d\xa8\x32\xd8\xc5\x33\x1f\x3f\x3d\xcf\x29\x5d\xf7\xcd\x35\x27\xd4\x40\x57\xbe\xc9\x58\xe9\x63\x53\x16\x35\x5c\x25\x87\xd3\xaa\x9f\xc1\x4c\x41\xb4\x3d\xf0\xdb\xb3\x7b\xa2\x11\x26\x75\x09\xd3\x73\xf2\x46\x39\x4a\x48\x0d\xc6\x2f\x4e\x4b\x61\x22\x25\xb7\x70\x6e\x01\xb7\x40\x3f\x13\x8d\x44\xa8\x65\x74\xe3\x76\x04\xeb\x6a\xec\x05\x94\xcf\x9a\x21\xc2\x36\xca\xe3\x4d\x56\x53\xb9\xa4\xaf\x0b\x71\xb7\x30\x99\x60\x25\x11\x4b\xcb\xe1\xb0\x60\x44\xb6\x8d\xe5\x5e\xe7\xa3\x5e\x57\xc4\x09\x2e\x56\xe6\x60\xc6\xa3\xc9\xdf\xc5\xce\x0d\xa4\xe5\x11\xb3\xeb\x99\x5c\xf9\xe9\xd6\x5c\x41\xa4\xd8\x15\xf4\xb0\xb0\xde\xab\x34\x85\x3d\xb0\x25\xe9\xbe\x77\x21\x74\x5c\xcd\xf6\x12\x84\x4c\x5b\xf9\xf1\xf4\x91\x28\xf3\x54\xec\xc7\x64\x74\xd6\x6b\xc3\x6f\xd8\xee\x0d\xdd\xdd\x61\xb9\x1c\x6a\x23\x4f\x2e\xad\xc9\x58\x45\x93\x67\x74\x61\x39\x30\xa1\x1b\x03\x7e\x0a\x61\x18\xc8\xc5\xd7\x9f\x3a\x49\x15\xe3\x81\xa3\x6d\x6a\x59\x5b\x48\x7b\x48\x7f\xe8\x4e\xd3\xf8\xef\x85\x2f\x3d\xe1\xc1\xb7\xb9\xe7\xb7\xf1\xdc\x67\x8a\x13\x7f\xc5\x3f\x04\x33\xea\x46\xc6\x4c\xc4\x63\x0c\xf3\x45\x74\xfe\x8c\x05\xe4\x38\x01\x88\x49\x93\x12\xbd\x43\x0c\x17\xc6\xc8\x1c\xe7\xfb\xb6\x18\xd7\xbc\x0f\x49\x84\x43\xbf\xfc\x6f\x76\x86\xd7\xaf\xef\xfa\xaf\xda\xf5\xd6\xd6\x6b\xf7\xf8\xcb\x08\xe8\xdc\xfc\xbb\xba\xa6\xc6\xff\x42\x84\x8a\xce\xdd\xac\xf0\xae\x23\x04\xac\xc8\xa4\xef\xf7\xcd\xa6\xe3\x30\xb0\x41\x79\xcc\xe5\x0f\x25\x10\x17\x10\xbc\x4b\x54\xa8\xad\xa0\x10\xa1\xbc\xa4\x8e\xbe\xcd\x04\x16\xbc\x10\x2f\x85\xaf\x7c\x78\x1d\xff\x14\x46\xc7\x27\xae\xe2\x30\xf8\x46\x50\x17\x51\x84\xc2\x08\x8d\xd6\x6e\xd9\x5a\x2c\xdc\x9d\xc5\x39\x7d\xae\xfc\x98\x80\x13\x2d\x80\x25\x48\xd4\xef\x84\xf9\x74\xc3\x8d\xfb\x5b\xda\x9a\xa8\x57\x43\x97\x82\x75\xe3\xf7\x59\x41\x30\xd1\xbe\x27\x5c\x71\xd8\x54\x99\xd0\xf9\x1a\xa1\x2e\x32\x27\xf4\x76\x84\x90\xd7\xf9\xf9\xe6\x0d\x5d\x7e\x9b\x6e\xe0\xd8\x20\xc6\x5d\x6c\xb4\xc1\x51\x58\x68\x0f\x5b\x9c\xe3\x40\x55\xed\x83\x68\x9e\x55\x06\x35\x85\xd5\x48\x95\x1a\xcc\x88\xde\xd3\x2d\x3f\x6c\x1e\x17\x98\x72\xc9\x7a\x1e\x5e\xbf\x22\x98\x70\xfe\xa1\x80\x3a\x8c\x44\xe4\x76\x21\xe8\x88\xb5\x00\x37\xf5\x35\xf2\xe8\x9d\xec\x8f\x4d\x0d\x81\xe5\xc3\x25\x9e\x1e\x64\x14\x98\xd3\xdd\xa3\x9a\x76\x15\xbd\x8a\xb4\xd5\x19\xb4\xb9\xf0\x35\xe8\xb5\x8f\x20\x22\x46\x13\x80\x8e\xa9\x5b\xcb\x90\xd9\x95\x7a\xc3\xb8\x09\x4b\x2b\x9b\xc5\xd7\x0f\x07\xab\xea\x29\x48\xf5\xe8\x2b\xb2\x43\x4b\xd6\x55\x8b\x07\x82\xee\x9c\x83\xd3\x18\x78\xde\xf8\xd5\x9d\xec\xcd\xe4\x20\xc6\x10\xb0\x67\x1b\x89\xab\x51\x04\xeb\x1a\x2a\xc2\x1f\x0f\x44\xc4\x60\xcf\xbf\x9e\x05\x82\xc1\xe1\x31\x1a\x89\x74\x82\x2a\x53\xe2\x86\xa0\xf8\x94\xc8\x61\x5c\x25\x1b\xca\x2b\x38\xd9\x85\x93\xa8\x96\x59\x47\x80\xc1\xec\x5e\x2e\x41\x81\x20\xbf\x87\x8d\x0a\x02\x5b\x8c\x67\xe3\x68\xf2\xa3\x31\x3c\x93\x10\xaf\x90\x5e\xea\x15\x9e\x03\xb8\x23\x4e\x0b\xa4\x9c\xb6\xfb\xa0\x7e\x63\xea\x61\xa5\xc4\xd1\x3c\x1a\x68\x24\x09\xea\xca\x4d\xcb\xe4\x42\x5d\x15\x65\xb4\x71\x42\xd2\x3d\x21\x12\xea\xfa\xdb\xf0\xfb\xa0\xed\x0d\x3f\xba\x0d\x78\xc2\x6b\x86\xae\xb5\x50\xf7\xdc\x37\x7c\x28\xc5\xdc\xbe\x19\xaf\xd9\xb2\xc3\x81\x8a\xe5\xc2\x22\x1f\x8d\x4a\xbb\x5d\x32\x04\xb4\x90\xf7\xd3\x1f\x22\x9e\xdb\x3e\x1c\x62\x22\x4c\xc4\x59\xe0\x56\x7e\xbb\xa6\xff\xde\xda\x6e\xdf\xca\xb2\xdb\x13\x9b\x31\xd8\x88\x45\x40\x24\x7a\x3d\x6f\x05\xa3\x9c\x6e\x6c\xf8\x17\xf4\x15\x50\x9c\x37\x40\x23\x6a\x85\xe7\x49\x78\xec\x2a\x29\xec\x4e\xa2\x1e\xb3\xe6\xe2\x2c\x69\x61\x19\xb8\x12\x53\x78\xe7\xe1\xca\xba\x5a\xf5\xfd\x3e\x0a\xdf\x17\x2e\x29\x22\xdb\x83\x82\x98\xbc\x7d\x9d\x49\x6a\x2c\x09\xb1\x6f\x38\x92\x6e\xb1\x45\xe8\x40\x33\x46\x1e\x13\x2c\x2e\x32\xb7\x62\xa8\x19\xdb\x52\x1d\xcb\xcb\x26\xaa\x9f\x30\x14\x3d\x9a\xcc\x14\x0d\x0d\xab\xaf\x7f\x16\x09\x3d\x35\xb5\x13\x60\x73\xb3\xa9\xe8\x6c\x4f\x24\xc2\xe2\x19\xfd\x8f\xff\x35\xdf\xdb\x22\x45\x60\x2b\x0d\xc0\xb1\x4f\x50\x74\x2b\x2a\x93\x3d\xc0\x77\xd8\x29\x6c\x11\x8c\x24\xa5\x2b\xbf\x66\x05\xb0\xce\xb6\xcb\xaa\x4d\xe7\x59\x3b\x75\x7e\xa4\x25\x5e\x59\xba\xde\x7b\x09\xc6\xc5\xae\x3f\x30\xf0\xdf\xe6\x0e\x61\xc0\x06\x46\xc0\x8f\xb0\x04\x8f\xa9\x57\xe2\x22\xaf\x1b\x44\x1d\xe1\x00\xf8\x8a\x2a\x24\x3a\x37\x0c\xde\xe5\xd9\x95\x06\x61\x90\x7c\xfe\xa0\xf4\x34\x7f\x77\xd4\x74\xd4\x42\xbc\x5c\xd6\x36\xd4\xa2\x8d\x7b\x75\x76\x13\xca\xe9\x3b\xdd\xc7\x23\x8e\x00\xd2\x8a\x73\x88\xc1\xd3\x1f\x61\x17\x5d\x03\xc7\x7d\xdb\x89\xc3\x11\x37\x88\xba\x66\xf3\x5c\xed\x17\x4f\xcb\xe2\x4e\x93\x58\xbe\xb7\x16\xbe\x74\x9e\xa8\x20\x24\xcf\xf5\xf9\x36\xa0\xb7\xe5\xaa\x6b\x09\x04\x1c\x5b\x19\xad\xc5\x95\xb1\x00\xbd\x09\x76\x83\x0b\x4d\x01\xdb\x93\xde\x3d\xab\x9a\x0b\x81\x4f\xf4\xd5\x46\xdd\xbe\x1b\x6d\xd8\x07\xcb\x10\x21\xa3\x37\x34\x36\x5e\xc6\xc8\xec\x2b\xa2\xa4\x4d\xc5\xa6\x77\xdf\xe6\x12\xfe\x96\xd8\xe9\x1d\xdc\x23\xfd\xe7\x20\xa0\x1b\x6c\x33\x00\x3d\xd7\xdf\x12\x6e\x4d\x83\xa6\x97\x55\xb5\x69\x16\xcf\xec\x0a\xff\xc8\x87\xef\xeb\xbc\x95\xa2\x4f\xf0\x1d\xa1\x97\x87\x32\xe2\xcc\xf2\x74\x32\x8e\xbe\x77\x84\x09\x66\xc1\x8e\x84\x8f\x34\x8e\xa1\x49\x14\xc4\x7c\xb1\xba\x75\xf9\xde\xee\x4e\x79\xa5\x05\x6b\x12\xff\x23\x90\x19\xa1\x7b\x9f\x62\xb7\x09\xab\x8e\xd0\x84\x0b\x2a\x40\xc8\xcd\xc4\xa3\x79\x3e\xf4\x6a\xb2\x17\xc0\xb7\xd9\xe4\xa2\x0e\x06\xc1\x60\x1b\x61\x03\x7c\x13\x1c\x9e\xde\x68\x2f\xda\xb1\x02\x0b\x3b\xb6\x1d\x11\xa7\xa2\x6d\xa2\x81\x09\xdd\xc5\xee\x83\xa5\x13\xc5\x62\xbf\x81\x89\x8a\x29\x96\x8c\x4f\xe4\x1d\x39\x20\x08\xfe\x0f\x6d\x2d\x7e\x06\x8c\x63\x7c\x9b\xa8\xfe\x28\xcc\xf2\x2f\x6a\xa7\xd6\x5e\x6c\x93\xe6\x42\x36\xf9\x40\xdc\xec\x63\x9e\xab\x17\x06\x5b\xa5\x8a\xcb\x11\x46\xd9\x55\x1a\x32\x0b\x88\xbc\x73\xa1\x05\x10\x02\xc3\x0f\x26\x82\x8a\x68\x77\x92\xfd\xaa\x53\x8f\xc1\xc2\x6e\x68\x93\xc4\xce\x2f\x39\xac\x39\xc2\x98\x84\xc6\xf6\xa8\xfc\xc4\x1e\x71\xbf\x4b\x44\x3c\xdb\xf8\x47\x37\x5e\xb4\xb3\x1e\x7c\x55\xb7\xda\x07\x6f\xc4\x88\x26\x29\x4c\xb8\xda\xc9\xee\x6f\xea\x47\x56\x7d\xde\x6f\x91\x58\x05\x91\x85\x21\x16\x07\xff\x23\x7c\xeb\x1f\xe1\x98\xfa\xa7\xe4\x8f\x80\x51\xfa\x93\x97\x99\xfd\xe6\x4f\x8e\x8f\x9d\x30\x10\x2f\xcc\x84\xef\xee\xd9\x14\xa0\xe7\x09\xc7\xf0\xe9\xdc\x7a\xbb\xe0\x40\x98\x41\x88\xcf\x43\xa3\x8f\xc2\x82\x2c\xa0\xe9\x85\x23\x31\x9b\xd4\xee\x5c\x84\x53\xef\xb7\xb2\xe7\x83\x1e\x3a\xcd\x70\x13\xeb\x25\x78\x46\x60\x34\xc2\xf4\xb8\x57\x2b\x7b\xa0\x17\x86\x16\x7c\xfd\x5d\x43\x94\x7a\xb4\x55\x65\x73\xc1\xdc\x10\xdf\x95\x46\x28\x5f\xb1\x74\x11\x2b\xc4\xa3\xba\xce\xd4\xcd\x99\x37\x8d\xed\xfb\x08\x32\xe9\x92\x71\x74\x82\x71\x70\x95\x30\xb2\x8c\x3c\xb1\x1c\x74\xae\x63\xcb\x20\x75\x18\x1d\x05\x2f\xf4\xc3\x73\x02\x12\x8e\x89\x02\xde\xbb\x11\x53\x34\xc9\x80\x12\x47\xfe\x50\x41\x8d\x86\x95\x88\xa6\x76\xfc\x20\x04\x03\x44\x1e\xec\xa3\x45\x8d\x6b\x39\xb1\xda\xc0\x8f\x77\xf1\x48\xa5\x08\xa6\xaa\x6c\x5f\x57\x6d\x37\x9f\x34\xb2\x5f\x3b\x7a\x68\x3e\xb1\xc9\x88\x1d\x46\x65\xcb\x77\x16\x6f\x01\x3d\x9b\x14\x6f\xad\x33\x65\xbf\xd2\xd8\x7b\xc7\x4b\x07\xb1\x4e\xf0\xdb\x13\xa9\x3e\x19\xc1\xf5\xa6\xa1\x7e\x43\x43\x7d\x69\xd2\xcb\x8a\x53\x7f\x4c\x8c\xb5\x1d\x07\xc9\x10\xf7\xe2\x21\x9e\x86\x73\xb3\xb8\x72\xd1\x55\x84\x3c\xba\xfe\x36\x6e\x37\x35\x09\x5c\x54\x95\x74\x3b\xce\x7c\xbf\x93\xec\x20\xf0\x4c\x63\xb3\x79\xc4\xea\x85\x90\xad\x1b\xc5\xc5\x74\xee\xfb\xef\x1d\x1d\x53\xb8\x8b\xa1\xb5\xfb\x2f\xb1\x68\x3f\x02\x91\x68\xc3\x4e\xdb\xd0\x2b\x71\x5c\x39\x66\x3c\x8e\x28\xb2\xe7\x74\x0b\xf0\x55\xc3\x3b\x7e\xe6\x19\xca\xb3\x41\x79\x24\xfa\x24\xf5\x1c\xe1\x00\x07\x9e\x58\x18\xd8\x93\x53\x73\x63\xcb\x36\x2c\x5b\xe3\x34\x8e\x6f\x69\x14\x53\xc1\x9e\x8d\x2d\xa9\x13\x7d\x74\x58\xb7\x41\xab\x39\xd0\xc2\xae\x7f\x2a\x8f\xef\x4b\x3c\xe0\x6f\x5e\x35\xa0\xda\x7d\x9f\xe9\x28\xfe\x71\x1b\x8c\xf7\xf7\xec\x04\x1d\x79\xa4\x1d\x6d\xdf\x2b\x66\xf1\xee\x30\x0b\x25\xe1\x0f\x02\xd6\xe0\xf3\x46\xeb\xdc\x85\x77\x78\x10\x85\xf9\x70\x32\x70\x75\x3c\xc6\x07\x03\x06\x3e\x9a\x4b\xc8\xbd\x7c\x11\x09\x5e\x9c\x37\x54\xc0\xce\xf9\x65\xdf\x3a\x49\x7c\x0d\xbe\x24\x20\x24\x47\xb2\x9c\xd7\xf0\xa9\x3f\xbe\x6a\xa2\x5d\x3b\xc2\x9b\x43\xcd\xad\xd9\xf0\x8b\x1e\x3d\x0d\xd7\x7f\x99\xe8\x4a\x1c\x8f\x32\x0d\x1f\x20\x36\xd5\x53\x33\xe4\x70\x42\xf2\xc0\x54\xa5\x89\x7c\x6a\x03\xca\x38\xf4\x1b\x39\xe1\x2f\x12\x50\x87\x08\x7b\xe9\x68\xe9\xaa\x1e\x9c\x99\xd9\x54\x73\x74\x55\xcc\xe9\x86\xe3\xc0\x8e\xce\xef\x57\x90\xeb\xa8\x9f\x60\xba\xb5\xdd\x56\x1c\x02\x7b\xa2\xab\x67\xa3\x66\xc7\x7c\x6b\xd0\x91\x98\xb1\x49\x84\xee\xd0\x08\x48\xec\xd6\xe2\xf8\x20\xf3\x79\x44\x85\xd5\x30\x5a\x44\x94\x23\x09\xf0\x1b\x85\xf5\xe6\xfb\x16\x04\xd0\x3a\x0e\x9e\xd4\x8f\xa5\xab\xba\x72\x76\x9f\xbf\x61\xe5\xd8\xc1\xbd\x30\x27\xba\xeb\xfa\x6b\xcc\xc2\x28\x71\x63\x57\xcc\xae\xa8\x1f\x3f\xbc\xba\x21\x84\xb9\x62\x6b\x2a\xe8\x83\x83\x30\x91\x6c\xcb\x9c\x3c\x7e\x74\xfe\xc4\x07\x98\x4d\xab\x4d\x55\x10\x24\xd0\x26\x66\x86\xb3\x08\x00\x25\xed\x35\x92\xf7\x1e\x70\x04\x25\x65\x98\xeb\xc2\x4a\xec\x49\xa8\x99\x38\x5e\x02\x36\x7f\x4e\xb4\x37\xa7\x80\x0b\xe5\xe6\x2a\x7e\x65\x9d\xd3\xf5\xdf\x58\x0a\x74\xa3\x1f\xc8\xe0\x1d\xdd\xb9\x35\x13\x12\x16\x3f\xe6\x81\x09\x91\x82\x48\x95\x49\x18\xe4\x78\x8f\xc6\x15\xa7\xe5\x31\x7b\xde\x3e\x33\xed\xbe\x16\x49\x5d\x82\x85\xe5\xfc\x78\x42\xd2\xbf\x4f\xc4\x34\x33\xbf\xc9\x77\xed\xf4\x94\x3c\x44\x4b\xc1\x94\x6e\xc3\xc3\xf4\xad\xa3\x7e\xe6\x1c\xb8\x9f\x3a\xcb\x5f\xd8\xba\x5f\x3c\xa1\x5f\xc4\x42\x66\x9c\x0d\x07\x16\xc7\x37\x56\x57\xe8\xe9\xc5\x9c\xf7\x82\x46\x25\xd4\x0d\xaf\x52\x80\x81\x15\x6d\x4e\x73\xc9\xb4\x71\x1c\xff\xdf\xb3\xa8\xf6\xf4\xa6\x8f\x86\xf2\xd1\x00\xb8\x93\xde\xb5\x1b\xc7\x02\x40\xd6\x20\xe2\x20\xae\x36\xb9\x2e\xa2\x9f\x27\xde\x22\x9f\x19\x36\xa8\x0b\xf2\x02\xc7\x65\x37\x5d\x99\xb9\x5c\x67\x9c\x5a\xe6\x8a\x66\x65\x1c\xf8\xba\x53\xf1\x1d\x1d\x4f\xd1\xe9\x16\xae\xff\x4d\x12\x5b\xd8\xa9\x2a\x04\x16\xf0\xec\x79\x94\x01\x14\xe0\xc9\x74\x5c\x49\xe4\xa1\xcd\xe2\xa1\x91\x0c\x91\x21\x0b\xea\xea\xec\x24\x76\xeb\xe2\x4b\xe7\x36\xff\xf2\xcf\xc7\x95\x56\x55\xd6\x7b\x2f\xf7\x23\xa9\x84\x9c\x97\x17\x4d\xb0\x82\x55\x19\x9a\x9c\x03\x9c\xad\x02\x3b\xdf\x4a\xcd\x99\x90\x3e\x2a\x11\xd5\x5e\x50\x17\xd0\xac\x97\x8b\x95\x3b\x12\x01\x9a\xee\x6e\xc1\xce\x94\x01\x4b\x06\xe1\x12\x3f\x74\x67\x83\x3a\xaf\x67\x28\x18\x05\xf4\x51\x22\x2d\x7c\x70\x74\xe2\x6c\xcf\xa0\x2e\xbd\x82\x72\xf8\xe8\x9d\xdc\x5b\xdc\xc8\x11\x86\xdb\xec\xe0\xd3\x22\x56\x5f\xaa\xd1\x67\x28\x24\xa4\xb4\xd1\xd8\x3b\x62\xa6\xf4\xf2\xcf\xb4\x26\x4d\xfa\x94\x3b\x48\x1d\x39\xb1\xb9\xfc\x4f\x6c\x57\xc3\xbb\x7b\x3c\xb1\xc0\x0f\x71\x04\xc5\xae\xc6\x28\xf4\xc0\xb8\x9a\x92\x12\x5a\x3b\x8a\x2e\x84\x0f\x93\x28\x3d\xb8\x76\xc0\xab\x08\x7f\x23\x49\x2e\x84\x57\x06\x6e\x76\xac\xf1\x8e\x23\x4c\xbb\xf0\xdc\xe2\x8c\x42\x54\x2b\xab\x16\xd7\x78\x3d\xe0\xbd\x2d\xd7\xf5\xfa\xbb\x21\xce\x8d\xf7\x68\xfd\xfb\x5f\x59\x9d\x93\x23\x92\xde\x85\xd3\x3e\x48\xf0\x0b\xb3\xeb\x5b\x71\xcb\xfa\xfd\xf9\xa3\x87\x67\xc9\x37\x6f\xed\xf7\xfb\xb7\x50\xe9\x2d\x62\xeb\x6d\x89\x09\xd0\xed\xfa\x1f\x0f\x3e\x3f\x4b\xf2\x76\x37\x7f\xf3\xff\x1f\x7e\xd7\xab\xc2\x72\x9e\xe3\x38\xc7\x21\x39\x83\xa3\x19\x7c\x90\x82\x88\x14\xe1\xe3\x9f\xd6\x16\x69\xad\x36\xf4\x27\xf8\x4c\x74\xc0\x66\x88\xae\x15\x26\x21\x1c\xd5\xc9\x69\x9c\x91\xc8\x29\xc7\x1d\x18\xd7\x0b\x4c\x84\x02\x01\xd4\x0b\xeb\xdc\x69\x7f\x6f\x40\x13\x3b\xdc\x6a\x88\x79\xc5\x43\x2d\x0b\x93\x0b\x05\x40\xd5\x4d\xf9\xed\xb8\x0b\x76\xc3\xa8\xca\xa2\x77\xa9\x75\x7c\x3f\x02\x35\x28\x57\xa8\x99\x8f\xdb\x72\x18\x75\x0b\x34\xcc\xe6\x1d\x83\xd7\x26\xe1\x49\xc7\xa7\x79\xaa\x7d\x5d\x05\x4e\xb2\xa3\x8e\x24\xe0\x16\xb5\x3f\xec\x7f\xfe\xb1\x48\xb6\xb9\xd0\x00\x2f\xff\x7c\x96\xa4\xac\x02\xda\x0d\x3d\x1f\x37\x8e\x74\x77\xd3\xa5\xfa\x40\xab\xb6\xaa\x3a\x76\xd6\x98\xd8\x15\xba\x49\xbb\xf4\xf2\x88\x7c\x0d\xb6\x4d\xef\xdb\x50\x2b\x79\x03\xdf\xdf\x04\x60\x45\xb4\x74\x24\xef\x95\xd4\x02\x92\x4d\x20\x3c\x6d\x4d\x39\xe0\x1d\x94\x61\x81\x9b\x4a\x46\x14\x7f\x2d\xfb\xe1\x7c\xa0\xea\xe8\xc3\xa3\x1d\xf0\x9a\x03\xea\x7e\x44\xfa\x31\x92\x70\x0f\xe6\xc3\xd3\xaf\xe5\xfc\x08\x0f\x39\xa2\x31\xc4\x43\xfa\xed\xa8\x6e\x34\xca\x98\xfa\x18\x47\xa3\x1b\x73\x83\x6e\xa0\x88\xf2\x0a\x49\xf7\x54\xe0\x9e\x5f\x7f\x04\x98\x54\x19\xbf\x9d\xbc\xc9\x3c\x15\x7f\x8d\x47\x28\x16\x3b\x22\x37\x6c\x40\x9e\x4c\x14\xff\xfd\xaf\x70\x3b\x5d\xab\x51\xc9\x61\x14\x14\xe7\x1c\x4d\x88\x2c\xe7\x08\x3a\x41\x58\x88\x13\x5c\xae\x8c\x20\xc1\x14\x38\xa2\xc5\xb8\x28\xce\x7f\x38\xbe\xfb\x97\xa6\x44\xea\x5d\xc9\x79\x1b\xee\xd6\xae\xa8\xfa\x28\x22\xe4\x3e\xab\x81\xa5\xcb\x3c\x52\x17\x60\x91\x43\xe5\x28\x4c\x8f\x6f\x60\xa6\xfa\x95\xfd\x18\xf7\x6d\x58\x1a\x6f\x0a\x46\x31\x43\x9c\x07\xcd\xa2\x95\x55\x9c\xbe\xa2\x87\xd8\xec\x89\x44\x5c\xd3\xd0\xb7\x90\x05\x6d\x7c\xe4\x4a\x89\xe0\xc8\x61\x2b\x87\x68\x0f\xa1\xc0\xb0\x5a\x86\x0b\x7c\xa8\xe1\x77\x24\x74\x3f\xe7\x72\x08\xe2\xe2\x0c\x73\x0b\x39\xe6\x50\x4b\x3f\xb5\xba\x71\xe4\x1f\x5f\xe7\x95\x41\x8b\xf6\x87\x61\x33\x4e\x05\x2d\x0a\x3b\x1b\x47\x2e\xda\x87\xcd\x5f\xa5\xe5\x8a\xce\x31\x8c\x4c\xf4\x70\x88\x43\x14\x74\x18\x2a\x9f\x43\x42\x5f\xae\xf5\xad\x13\xe7\xec\x98\x1d\x67\x45\xf1\x7a\xd0\xf1\x1a\x21\x8b\x82\x99\xdd\xcc\x03\x05\xc1\x3e\x3a\x31\xe5\x1d\x5f\xa8\xd7\xe0\x80\xa6\x66\x17\x87\x2c\x0a\xe6\x73\x33\x37\x34\xcb\xf2\x8b\x8b\xf9\xaa\xae\xf6\x0d\xa2\xfe\x74\x75\xca\xfe\x29\x9a\x4e\xee\x0a\x89\x05\x7f\xfe\x11\x5e\xac\x52\x11\x06\x8d\x04\x4b\x35\xdc\xd0\x53\xf9\x24\x9a\xd4\x85\xfc\x91\x4f\x6c\x3a\x16\x67\x31\xfb\xd4\x11\x3c\x36\x29\x89\x9a\x16\x73\x50\x9f\x4a\xcc\xc5\x71\xe4\x7c\x89\xd4\x41\x73\x59\xed\x97\xf8\x17\x47\x33\x82\x1d\x29\x42\xd7\x40\xde\xd7\xc2\x39\x8f\x6d\xec\xa8\x83\xa0\x72\xb3\x2b\x88\x40\xe6\x2c\x7c\xe7\xf8\x67\xf2\xdf\xe9\x9f\x41\x39\x2d\xf8\x82\x58\x0f\xa9\xf1\x54\x7e\x84\x75\x30\x8c\x9c\xb0\x7b\xce\xef\x64\x3e\x14\x62\xe0\xfc\x1f\xc8\x60\x93\xa0\x26\x5f\xda\xef\x86\xc2\x3c\x2c\xd4\xed\x86\xc5\xb5\x7e\xd4\x5d\x27\x64\xf8\xe1\xa7\x0f\xe5\x07\xbb\x21\x72\x40\x54\x90\xb5\x74\x41\xda\x82\xc7\x9c\x39\xe7\xc6\xf9\x91\x93\xa3\x2b\x10\xef\x54\xfe\xb7\x04\x95\xd4\x94\x6f\xbe\x42\x56\x9b\x0b\xa2\xdf\x0e\x1b\x3a\x33\xf7\x8d\xf8\x04\xd7\x46\xb2\xdd\x27\x7b\x4d\xc4\xea\xab\xd0\xa6\xe0\xe8\xce\xe9\x4f\x0e\xdb\x20\xf7\x9d\x2d\x5d\x44\x63\xee\xbf\x19\x30\x70\xc1\xde\x0d\x5b\x21\x80\x21\x6c\xfe\x9d\x86\xd0\xa6\x8a\x0c\x46\x8b\x10\xd8\x5b\x3a\xf7\x54\x0f\x78\x9c\x96\x37\x58\xe8\x60\x3b\xf3\x44\x2e\xb1\x76\x34\x58\xc4\x5d\xa9\xed\x53\xd6\x6d\x90\xf6\x37\x98\x74\xd0\xf8\xdc\x13\x1a\x6c\xa9\x76\xa0\x83\x66\x19\x18\xc0\x4a\x79\x65\xba\x30\x3f\xff\x98\x86\xb2\xad\x6a\x9b\x1c\x68\x88\x8e\xb3\x00\x9f\x01\xd3\x7b\x79\x69\xc7\x46\x14\x15\x20\xd8\x8d\x48\xc4\x56\x14\x34\xc9\xac\xbb\xa0\x8c\xc9\xfb\x7b\x1c\xcd\x65\xa8\x3e\x0a\x5c\x31\xb8\x07\xf7\x68\x3e\xe4\x78\xed\x06\xc3\x09\x48\x95\xe8\x25\x32\x8d\x88\x7b\x35\xca\x8e\xef\x34\x7c\x1d\xdc\xc7\xf1\x8b\xe0\xbe\xef\xeb\x9c\x1d\x96\xd8\xba\x3f\x80\x13\xbe\x33\x8f\xab\x8c\x71\x82\x2f\x00\x7f\x01\x52\xf8\xfa\x7f\x1a\xcd\x0e\x2e\xd9\xe3\xc7\xe0\x15\x47\x02\xdb\x9f\x80\xb5\xa0\xbe\x6e\xc2\x3d\x42\x81\x44\x11\x1e\x9c\x17\x33\xad\x7a\x6f\xd6\x5e\x33\x65\x5c\x57\xa2\xdf\x21\xf6\x89\xf3\x9b\x89\x60\xd0\x6e\x1a\xea\xa2\x67\x1d\x45\x51\x9a\x61\x5a\xb1\x75\x94\x1f\x1c\x3b\x47\x64\x30\x47\xeb\xde\x30\xc1\xc7\xf9\x11\x07\xe0\x84\x41\x89\xdc\x22\x67\x51\x12\x5d\x26\x06\x2e\x77\x9d\xd4\x06\xec\xe8\x12\x0a\xd9\xe7\x6a\x79\x15\xde\x64\xbd\xc8\x50\x6a\x7c\x55\x5e\x21\x8b\xd3\xfb\x30\xf9\x0e\x55\x2a\x82\xe1\x90\x6f\x04\x52\xb8\x96\x2c\xde\x38\xf9\xe8\x1c\x0d\xea\xe9\x5d\x97\x57\xf2\x66\x95\xc1\xf8\x36\xc4\xb6\x30\x0e\xf7\x08\x7d\xa0\x94\x01\x6e\x0a\x93\x07\x44\x9e\x7a\xfa\xc0\xcf\x83\x6e\x22\x40\xcf\x19\x5b\xb3\x49\x3d\xa4\xa8\x9c\xc8\xaf\xaa\xd7\xcf\x87\xac\x21\x51\x8e\xc4\x40\xb6\xcc\x35\x7c\x14\x6b\x57\xed\xb1\xbd\xfe\xd6\xa7\xc1\x18\xd7\x0e\x23\x2a\x5d\xff\x2b\xd0\x73\xe9\x82\x2a\x85\x0a\xe3\x30\xa6\x52\x82\xb8\xd0\xa6\xdd\xb3\xa4\xf7\xe0\x73\xda\x31\xf9\xa6\xbc\x1a\xb2\x0d\x38\x62\x64\xe8\x86\x01\x6f\x57\x79\xe3\x9e\x2f\x43\x4e\xa2\x9a\xed\x6c\xb5\xa3\x4b\xfd\x79\xc7\x39\x9a\xf2\xf2\x05\x92\xea\x37\x44\x54\x8b\xf7\x31\x61\x3e\xa2\x1d\x37\x15\x52\x5a\x71\x1e\x94\x66\xf1\xa5\xe4\x21\xe9\x67\x1c\x75\x5e\x05\xf1\xcd\xc2\x65\x33\xa0\xd5\x68\x49\x14\xd0\x3e\x4a\xf1\x38\xc4\x41\x40\x97\xa1\xe5\x56\xcf\x69\x4e\x80\x49\x79\xa3\x06\xeb\xd0\x53\xd9\x50\xa4\x60\xa2\x9e\xdb\xdf\x0f\x7d\xf8\x36\x09\xc3\x83\xc4\xbf\x3e\x14\xb9\x97\x64\xf4\x12\x12\x87\x61\xde\x27\x5a\xd9\x27\x99\x5a\xed\xa7\x97\xf3\x61\x20\x8f\x53\x88\xc9\x84\x0c\x74\x8b\x6b\xa1\xf9\xfd\x4a\x3f\xff\xdf\x4a\x83\x28\xe8\x88\x4a\x1d\xc0\x0c\xe4\x84\xfe\x9d\x15\x80\xc6\x1a\x84\x3d\x80\xe6\x84\x8f\x3b\x3a\x1d\x8b\x26\x84\x96\x7f\x4a\x28\x9a\xe9\x0e\x47\x91\x68\xfe\x11\x2b\xb0\x1b\xc2\xbc\x87\x52\xd7\x30\xde\xbb\xff\x3e\x19\xf8\xfd\x1f\x35\xdd\x8a\xab\x4f\x45\xf0\x0e\xf7\xe0\x17\xe9\x1b\xd5\x2a\x8c\xda\xdf\x1c\xf3\xfd\x8c\x55\x41\x2e\xcc\xbb\x26\x5f\xe6\x68\xef\xb9\x8b\x81\x0d\x96\x70\x98\xc6\xb1\x60\x61\x14\x7f\xfc\xae\x64\x99\x98\x98\xf9\x4d\x21\xed\xa7\x0d\x41\x22\xd4\x31\x96\x33\xc4\x81\xf6\x60\x3a\x79\x63\x75\xdd\x82\x47\x41\x02\x12\x2f\x6d\x09\x6d\x07\x80\xca\x90\x4e\x98\x5e\xb0\x1b\x0c\x15\x58\xfe\xed\xac\x14\x42\x05\xf2\x2f\x0a\xc0\x37\x9e\x23\xf0\xcc\x51\x14\xbe\x10\x63\x4f\x35\x10\x32\x24\x4e\xad\x72\xc3\xca\xd2\x57\x72\x61\x81\x42\x21\xd2\x30\xe6\x67\x49\x57\x77\x04\x59\x00\x21\xb1\xc4\x1a\x8b\x08\xc7\x61\x8a\x86\x0d\xdb\x33\xaa\x8b\x00\x69\xa6\xf8\x7a\xae\x7f\x2f\xf3\xdd\xf2\x44\xe8\xbd\x30\x41\x8d\x79\xcf\x37\x14\x43\x00\x9f\x8c\xc4\x8e\x0a\x1c\x76\x6c\xc4\xf2\xa1\x3f\xc0\x70\xdc\xd5\xa8\x39\x53\xe1\xc2\x05\xc3\x1b\x17\xb8\xb6\x9d\x33\x36\xc8\xaf\x46\xf3\x5d\xd6\x15\x1d\xd4\x17\x55\x11\x4c\x68\xc2\x77\x36\x6e\x44\x98\x1a\x0b\xb1\x1b\xff\x5d\x54\xd9\xea\xb7\xe9\x3e\x12\x49\xf0\x02\x46\xc1\x9d\xf8\x0f\xe8\x57\x7d\x12\x83\x93\x51\x8d\xbb\xee\x0e\x07\xf5\xbe\xd3\xbc\x37\x6e\x80\xa4\xb0\xee\xfd\xe4\xf0\xa2\x33\x79\x3f\xe7\xc8\xfd\xe2\x13\xbf\xe8\xb7\x78\x68\xf9\x06\xc2\x46\xa3\xc6\xb2\x54\x53\xc3\xa9\xaa\xa4\xe8\xb8\x92\x0f\xee\x15\xbc\x1d\xe3\x94\xf7\x7b\xc7\x0d\x1a\x0e\xc7\xa8\x81\xa1\x7c\x42\xc9\xe0\x91\x9e\xeb\x00\x4c\xc6\x4f\x4c\x83\xcd\xf2\xbb\x89\x4a\xaf\x33\x0d\x59\x83\x08\xd9\x73\x97\xe0\x95\xd5\xf1\x2e\xc6\xe7\x28\xee\x96\x0c\x23\xc9\xb3\x75\x2e\x4f\xc7\x26\x74\x66\xa2\xd6\xeb\xed\x89\x1b\x3e\x77\x79\x2d\xa6\x36\xe4\x4c\x92\x0e\x82\x37\xdf\xeb\x5c\x99\xee\x9d\xb4\x51\x92\x99\xb8\x38\x52\xd1\xe8\xce\x4e\x2e\xd8\xbe\xa9\xf7\x54\x4a\x18\xb4\x9b\x23\x22\x22\x84\x75\xab\x8a\x0b\x04\xde\x65\x85\xad\x3f\xa2\xd7\xc7\x13\xb9\xf6\xe1\x5a\x60\x6b\xc7\x86\x89\x21\x56\x89\x30\x8a\xcc\xd4\x91\x81\xf7\x06\x32\x30\xa6\xd1\x5e\xf7\xa1\x96\xba\x2e\xb6\x2c\x93\x87\xf2\xd6\x04\x9b\xe8\x4f\x3a\x93\x2c\x79\x7a\xcd\xe5\x7a\xfa\x7b\x39\x1a\x3e\xe8\x72\xc0\xf7\xc2\x13\xdd\x50\xf3\xf8\x00\x3d\x9a\xf7\x82\x2f\xc1\xef\x37\xba\x7c\x24\xbf\x0f\x50\x06\x6f\x8e\xa8\x74\x3b\x36\x74\x04\x3f\x1a\x1c\x9c\x0b\xd5\x31\x7d\x0b\xc2\xd9\x79\x4b\x9e\x68\x72\x27\xdc\x45\xe6\x21\xce\x18\x83\x54\xb4\x44\xda\x46\x3b\x05\x49\x8a\x7b\x3c\x28\xbc\x37\xb1\xa2\x93\x28\x26\x8c\x96\xea\x36\x3c\xc6\x32\xff\xd0\x9c\x04\x11\xfd\x92\x29\x45\xf8\x26\x0e\xfc\x38\x9e\x97\xe0\x92\xd7\x9f\x97\xbf\x40\x7c\x19\x5f\x7b\x52\x67\x11\x12\xf2\x28\x66\x02\xb5\xbc\x7a\xca\xa7\xd2\x88\x8d\x81\x5c\x8d\xb0\x98\x37\x0c\x8d\xb0\x82\xe0\x62\x91\x24\x79\x3e\x1f\xdf\x3a\x3f\x92\xd3\x8f\xc4\x76\x70\xf1\x70\x6a\x3c\x26\xb1\x4d\xf9\xd9\x1d\x7a\x2b\xe9\x6d\x06\xff\x0e\x15\x15\x57\xf8\x62\x2a\x15\x1d\x67\x7b\x93\xc8\xb6\x19\x47\x1b\x3d\x8b\x12\xb8\x21\xe8\x30\xdb\x2f\x42\x46\x21\x0c\x25\x32\x85\xf1\x09\x3e\x9f\x21\x33\xed\xaa\x32\x48\x84\xd3\x15\xbb\xbc\xe5\x4c\x8e\x4d\xa0\x66\x4e\xfb\x99\xc3\x6a\xca\xbf\x04\xa9\xbe\x4e\xa7\x66\xeb\xda\x4b\xc4\x1b\x52\xfe\xe4\x69\x9c\xf5\xce\x48\x64\xe8\x35\xc2\xc5\xd3\x9f\x8e\x6d\x66\x67\x6a\xb8\x89\x8c\x3c\xde\x7e\xcb\xa8\x4d\x3f\x74\x50\xdb\xaa\xc4\x50\x8b\x07\xf2\x57\xa4\x61\xb3\xc0\x85\xea\xb1\xb8\x4e\x19\x49\x0d\xc0\x9f\x9c\xc7\xce\xac\xad\x5a\x53\x2c\x1e\xb1\x2c\xd2\x6e\xdf\x83\xef\xe9\xb0\x76\x16\x4c\xd3\x7e\x11\xf5\x76\xee\x85\xdf\x41\x31\x5b\x8c\x38\xee\x4d\x8c\x47\xc2\xc6\x3c\x43\x96\xa1\x77\x70\x1e\x62\xd1\x26\x4f\xd1\x78\x8f\x84\x89\xa1\xc4\x2b\xea\x43\xc3\x51\x4a\x58\xf8\xcd\xb9\x23\x5d\x12\x53\x24\x58\xcf\x90\x60\xfd\x28\x03\xe0\x50\x12\x19\xf2\x0d\x9f\x35\x2b\x87\x37\x4c\x45\xca\xe0\xa1\x34\xba\x25\x51\x6f\x41\xa8\xd9\xb8\xc9\x6e\x48\x95\x17\x7e\x36\x9b\xd1\xc0\xac\x95\x1c\xf5\x3a\xb8\x77\x44\x53\x64\xed\x24\x92\xc5\xc7\x5f\xa7\xb3\x15\x1c\xcf\x72\xbc\x64\x09\xf9\x39\x1a\x04\x32\xba\xeb\xef\xc2\x2f\x88\x28\x5a\x26\x22\x04\x6f\xa2\xaa\xde\xc4\x23\x9a\x8f\x38\x40\xaa\xcb\x61\x3c\x0f\x89\xb7\x17\x7e\x39\x18\x0c\x97\x4c\xf4\xa3\x57\x7e\xfc\x55\xea\x07\xbe\x64\x79\x5c\x2c\x94\xb0\x23\x9d\x26\xc0\x31\x94\xfb\x38\xcb\xf7\xc9\x7a\xcd\x3e\x77\x31\x41\x95\xbc\x9e\xaa\x55\x77\x74\x53\xc1\x53\x55\xdb\xa0\x1c\xfe\xc3\x70\x5c\xe7\x3c\x0f\x15\xc7\xd9\x15\xc2\x83\x23\xb9\x3a\x85\x1b\x5b\x19\xf6\xc9\x23\x24\xf1\xbe\xb1\x71\x60\x19\xeb\x63\x86\x9f\xea\x68\x52\xca\xe0\xa5\x9e\xe1\x96\xe8\xdb\x4f\xc4\xee\x28\x49\x7c\xe3\x34\xff\xe1\x68\x62\xc8\xe5\x43\xca\xbf\x46\x2f\xd3\xb3\x8e\xfa\x09\x83\x35\x38\x0b\xf6\x90\xc6\x38\x1a\x86\x5f\x18\xbc\x35\xf9\x0b\x7b\x3c\x4d\x2e\x88\xa2\x2a\xc3\x43\xea\xe6\x4e\xa6\xf2\xcc\xb8\xc9\x54\xaf\xea\x7b\x62\x86\xfc\xb8\x97\x6b\x79\xd0\x8e\x66\x58\xdb\x4d\x55\x67\xfd\x18\xa1\xe8\xab\x24\x04\x1c\x9f\x1d\x4b\x90\x61\xb2\x72\xf3\x00\x13\x7b\xfc\x8b\x87\x38\x7b\x7d\x90\x59\xe7\xed\x72\x9d\x46\x6b\xbb\xfe\xcb\x16\x3e\xcd\xc9\xe1\xe4\xae\x87\x8d\x26\xe7\x1b\x90\x15\x46\x53\x50\x61\x32\x88\xa7\x81\xbe\xc5\x4c\x70\x12\x2a\x90\x64\xad\x4c\x21\x7e\x44\x52\x29\x36\x54\x90\xfb\x6a\xb2\xee\xca\x19\x3b\x78\x37\x0d\xa4\x0f\x80\x16\x25\xf9\xf5\x9c\x6a\xbf\x2d\xa1\x4c\xf3\x83\x65\xad\x7e\xf3\xeb\xe4\x0d\xa8\x71\xcc\x7b\xbe\x5d\x45\xcf\x8c\xbc\x2f\x47\x7e\x16\x6f\xde\x38\x89\x01\xa6\x74\x32\x95\xfa\x95\x1f\x3d\x32\xe1\x8a\x2b\x4d\x6e\xdf\x6d\x52\x64\x65\x3f\xb1\xce\xc0\xc0\x47\xfa\x67\xa5\x8f\x1c\xa6\x94\x89\x01\x66\x4c\xd8\xbd\x31\x04\x53\x87\x11\x38\xcb\x10\x69\x42\x2e\xd0\xb5\x28\x2b\x78\x6f\x36\x03\x79\x91\x9f\x58\x65\x38\x85\x89\x03\x7d\xd5\x5c\xa6\xa0\x6d\x27\x0b\x91\x34\x86\xc1\xc3\x0f\xf9\x74\x4d\x03\xb6\x39\x27\xf2\xc6\x1f\x17\x8b\x3b\xc4\x98\x5d\x0d\xe5\xff\x72\x4d\x14\x4e\x47\xfc\xa0\x0d\x32\x0f\x7e\xec\xbe\x35\x13\x0d\x88\xd7\x23\x8a\x73\xd9\xb1\x07\xf7\xd0\x06\xd4\x03\xdb\x46\xb0\x62\x24\x0d\xdf\x07\xa6\x89\x5c\x3b\x88\xbd\x53\x56\x84\xdc\xa3\x05\x81\x20\x6f\x25\xf3\x33\x67\x99\x66\x57\x0d\x4d\x57\x11\xf4\xa0\x6d\xab\x55\x6b\x68\x56\x44\x43\xba\x8c\x16\x1d\x6d\xe0\x06\xf1\xb6\x87\xba\xbb\x8a\x83\xef\x2f\x0b\xda\xc5\x6e\xb7\xc4\xf2\xc1\x15\x9b\x26\xa9\x36\x50\x91\x16\xac\x68\xd8\x53\x33\x44\x51\xde\xc4\xf7\x6e\x34\xc9\xb0\xb5\x41\x50\x72\x08\x76\x27\x56\xa8\xcd\x10\x1e\x2e\x6c\x02\x8b\x23\x4e\x8e\x6d\xa6\x1a\xb9\x0d\xbd\xb4\x66\x77\x72\x3b\x9b\xb6\x6a\x42\xb2\x8e\x2b\x9f\xdc\x0e\x84\xba\x23\x96\x73\x62\x57\xc2\x76\x79\x06\x97\xb7\x51\x9b\x95\x3d\xd0\x8d\x2a\x4f\x37\x62\xcb\x22\x26\xd8\xc3\x63\xbe\x71\x82\xaa\xe5\x3b\x9e\x20\x54\x19\x30\xc5\x38\x1a\xac\x5a\x5d\xd9\x94\x1e\xd3\x4f\x0b\x91\x80\x42\x1c\x24\xf1\x83\x10\x50\x9e\x1a\x73\x06\x17\xdf\x66\x55\x55\x2d\xe4\x23\x3b\x50\xc5\x6c\xbe\xca\x81\x08\xc2\xbd\x4b\x7c\x9d\x98\x38\xa6\xda\x37\x6c\x23\x1a\x4e\xec\xe2\x16\x51\xf7\x97\x08\xfd\x97\xb6\x1d\xdd\xee\xa3\x01\xeb\x8e\xa8\xac\x3a\x79\x70\xbe\x83\x3d\xcb\xe9\x76\x7e\xcc\xa7\x32\xc8\xd0\xb6\x3f\x6e\x9c\x9a\xf4\xd2\xbe\xce\xa8\xf7\x50\xf1\xc6\x96\x37\x8e\x3b\x6e\x2e\xb9\x79\xf1\x6e\xae\xba\x74\x63\x5b\xb8\xc1\x5e\x2e\xd9\x8c\xe4\xa8\x23\x58\x44\x00\x43\x1b\xa4\xf5\x3c\x30\x71\x6f\x34\xb9\xaf\x64\xbb\x08\x1f\xb7\x94\xb6\xbe\x35\x6c\x57\xe4\xfb\x71\x27\xae\xbb\xce\x31\xce\x5c\x68\x0f\x36\xdb\xbf\x17\xd2\x92\xc4\xf5\xd5\x4b\x65\x88\xf4\xb2\x82\xb2\x1c\x7a\x2b\x69\x69\x9d\x5b\xa3\x5e\x5d\x1b\x30\x79\x43\x5f\x88\x5b\x2a\x6f\x2d\xb1\x23\x1c\xf5\x50\xad\x97\x06\xcb\x4c\x1b\x8f\xce\x6c\x1f\xb5\x60\x04\x2b\x98\x25\x73\xb9\xd7\x44\x67\xef\x9d\x8b\xa2\x76\x82\x07\x5d\xc3\xf3\x0e\x59\x44\xd9\xa5\x9a\x0d\x3e\xf6\x48\x1d\x40\x2f\x8e\xf8\xaa\x1f\x2d\xd9\x37\xde\x19\xdc\xc3\x5f\xd8\xda\x4d\x59\x1a\x0f\xb6\xa7\xbe\x95\x9d\x6a\xa5\x53\x1d\xae\xa3\xae\x8c\x48\x18\xaa\x27\x2c\xbc\x38\x85\x69\x8e\x35\x02\x5c\x5b\xd0\x3d\xa2\xff\x43\x09\x2a\x29\xd6\x38\x81\xa3\xe4\xc0\x8e\x52\x34\x4b\x73\x4e\x56\xac\xfa\x22\x24\x14\x26\xc6\xf9\x27\x09\xc4\xaf\x29\xbd\xa5\x96\x67\x40\xf4\x83\xa3\x9c\x33\xb1\x47\x66\x85\x9a\x2b\x0a\xa2\x7b\xca\x17\xa1\xbd\x42\xb9\x81\x7c\xd7\x18\xc7\xde\xbe\xda\xf5\xc0\xf6\xe1\xb5\x5d\x43\x24\x22\xce\xca\x17\xfd\xe2\x99\x48\x88\xae\x46\x7e\x5f\x10\x07\x71\x34\x50\x7e\x1b\xb2\xea\xd4\x1a\x03\x03\x48\x97\xe6\x2a\xb4\x7a\x8c\x0d\x2e\x5c\x1c\xde\xb9\x76\x10\xc6\xbf\xd4\x45\x32\x8b\x23\x16\x7e\xd7\xff\x47\x8d\xab\xa2\xac\xff\x7c\xe9\xa4\x32\x67\xc9\x10\xe5\x6d\x69\xc3\x0e\x98\x4f\x0d\xb9\x3b\x49\x04\xcc\x19\x63\xc6\xa2\x14\x69\xe6\x33\x00\xfb\x84\x47\xe2\x74\xe2\xb2\x15\x98\x95\xc6\x8f\xd8\xe7\xe2\x11\xe3\x13\x10\xbb\xb5\x9c\x48\x07\xae\x29\xda\x23\x16\xe7\x26\xdd\xe9\xb0\x31\x1e\x7c\x5c\xb8\xa6\x00\x6e\xb6\xe6\x1b\x4d\xf5\xe0\x72\xd3\x3c\x70\xc9\x67\x10\x07\x24\x3d\xac\xc6\x9c\xcf\x89\x76\x22\x78\x7c\x43\xb2\xfd\xbe\xf5\x8e\x2c\xb4\x93\xb8\x75\xeb\xa2\x5a\x61\x67\xe9\xea\x73\x82\x9b\xee\x4d\xed\x25\x6f\x96\x03\x9c\xfa\xec\x61\xac\xd1\x57\x96\x2e\xa8\xc8\x50\xeb\x2b\x6d\xcd\x0d\x31\x0a\xdc\x11\xc2\x82\x00\xae\x36\x4c\x56\x0e\x6d\x5d\x20\x82\xb0\x03\x18\xa7\x02\xa8\xf8\x87\x73\x74\xfa\xd8\xc9\xe1\xb4\x2b\x49\xc1\x22\x49\x55\x4e\x4e\x05\xc1\x16\xb8\x5e\x77\x2a\x4d\xcb\xe4\x41\x4f\x64\x86\x57\xbe\x58\x6a\x4f\xeb\xb7\xab\xe8\x34\x9b\x36\x27\x52\x9a\xae\x96\x48\x29\xc3\x94\x71\xbc\xa9\x99\x29\xe0\xf2\x14\x47\x0c\x88\x9d\xe0\x11\x46\x0c\x11\x76\x85\x59\x63\xef\x39\xb8\x52\x70\xa4\x13\x83\xb0\x5c\xf3\x68\x2c\x04\x7e\x80\x59\x4f\x38\x94\x8c\xe2\x36\x39\xd0\xd1\x56\xb1\x66\x66\x18\x0c\x5a\x7a\xa8\x16\x39\x7d\x87\xb7\xfa\xd3\xf1\xe7\xe1\x06\x44\xb6\xbf\x3c\xda\x2b\x0c\xb2\x20\x34\x6d\xe6\xec\x90\xfb\x0a\x14\x1c\xd8\x09\x7c\x2f\xad\x02\xa4\xca\xbf\x47\xe6\x45\xfc\x6d\x42\xad\x34\x13\x71\x2c\x63\xd5\x57\x8e\x7a\x94\xcd\x6e\x52\x5d\x2c\x05\xc1\x7c\xe4\xc3\x91\xba\x5a\x3e\x4b\xd2\xaa\x38\x67\x55\x7a\xa9\x85\x1c\xff\x3d\x4c\x5b\x25\x9f\xc7\x79\x4b\x58\x72\xac\x58\xf0\x55\x6b\x18\x61\x55\xbb\xd5\xc6\x08\x57\x38\x68\xa4\x07\x1b\x57\x57\x3c\x2c\x47\x3e\xf8\xb8\xfe\xf2\x53\x12\xfd\x67\x2e\x14\x4b\x55\xba\x86\x27\x2c\xc5\x82\x19\x7b\xd7\x90\x23\x84\x1f\x54\x0a\xd0\xfa\x89\x6a\xb1\x0b\x87\x7c\x83\xeb\xf2\xe2\x13\xfa\x9f\xfe\xc6\x4d\x47\x34\x5f\xf7\x9b\x25\x6c\x59\x49\xac\x4a\x99\x25\xf7\x1f\x86\x5f\x7d\xae\x7b\x4d\x42\x8f\x2a\x53\xe5\xee\xed\x78\x04\xea\xc3\xb2\x61\xbb\x7d\x0f\x8e\x17\x9a\xf1\x5e\xe3\x36\x1c\x2c\x22\x28\xf4\xec\xc8\xb9\xc7\x7d\x23\xa2\x1d\x09\xcc\xe1\xfa\xc8\x79\x37\xed\xa6\x81\xc7\xc6\x43\x8e\xea\x84\x60\x11\xbd\x9a\x98\x31\xa5\xd2\x54\x9b\x0a\x88\xeb\xd0\xef\x09\xfd\x5c\xb1\xad\xd0\x90\x05\x55\x77\x1a\xb4\x0b\x47\x18\x66\xf9\x38\x35\x3a\x74\x9b\x7c\x1f\x6c\x11\xd7\xa0\xe5\xde\x7f\x18\x3f\xec\xba\xcf\x6d\x5b\xe7\xab\xae\xb5\x83\xe3\xdc\xdd\xb6\xee\xe9\xcb\x44\xb8\x9e\x93\x6d\x22\xf5\xcf\x97\xc1\x73\x1a\x3e\x32\x83\x23\xa7\x73\xdd\x70\x96\xc2\xfe\xcd\x9e\x1f\x8d\x10\xcd\x28\x17\x4d\xc7\x51\xa5\xa6\x3b\x9e\x79\xde\x4c\xcc\x97\xb3\xb4\xbb\x5a\x2e\x4f\x3b\xd7\x91\x20\x71\x12\x1f\x6e\x72\xcd\xac\xc6\x8b\x6a\x8d\x5e\x34\xa9\xb7\xc5\x3b\xb8\x6c\xcc\xe2\x41\x93\xdc\xcd\x92\xf3\xbb\xfa\xbd\xd9\xb6\x3b\x49\xbd\x36\x06\x7a\x7e\x92\xce\x1f\x3c\x79\x1c\xd4\x64\x10\x3e\x67\x89\xc7\xb8\xc8\x43\x73\x58\xa0\x96\x78\xea\xd1\x04\x2b\x0b\x31\xb5\x83\x5a\x91\x6e\x46\x3f\x5d\x6d\x9a\x02\xf2\x91\x1e\xab\x35\xac\x58\xd3\x83\xa8\x39\xa9\x1b\xb8\x8b\xc2\x5a\x80\x7f\x88\xbd\x61\x59\x89\x49\x55\x95\xa9\xf0\x43\xa8\xf0\x34\x2f\xa1\x11\x48\x7e\x7d\xf6\xeb\x79\x84\x2b\x96\x2d\x32\xef\x68\xe4\xa6\xe6\xd0\x5f\xa8\x72\x2a\x79\xf2\xf9\xb9\x5b\xe4\x26\xdf\xa1\xda\x12\x6e\x66\x44\xb5\x3e\x26\x3a\x95\x1d\xd2\x6a\x0d\x83\x8e\x48\x4f\x75\xd5\x22\x6f\xfd\xb7\x5d\xd0\x70\x07\x6d\xb6\xad\x5f\xe4\xa9\x8d\x30\x87\x78\x48\x27\x8f\xef\x3e\x88\xa7\xc2\xe1\x6d\x1d\x8d\xec\x27\x15\x44\xcb\xa5\x47\x6f\xa0\x8c\x5f\xfe\xe0\x70\x60\xbe\x83\xdc\x8b\xde\x5a\x71\x0b\xd7\x3e\x83\x68\x9b\x83\x29\xc2\x49\xec\x16\xd2\x54\x23\x60\x08\x2c\x98\x8d\x63\x0c\xec\x80\xaf\x6f\xce\x90\x6e\x8f\x50\x3d\xd3\xe8\xf3\x08\x2f\x4f\x59\x2c\x1e\x41\xa4\x97\xd7\xc5\xb6\x8a\x91\x48\x36\xec\x74\xda\x16\xe3\x24\xde\x1e\xc5\x8d\x1a\xef\x41\x54\x6d\x29\x2f\xc6\xd8\xc0\xee\x88\xbe\x3f\x6e\xe3\x4c\xfd\xa7\xb7\x38\x22\x44\x6e\xb0\xb0\x0b\xfa\x0d\xa9\x9b\xa7\x27\xcf\x6d\x4a\xad\xc1\xa9\xce\x20\x64\x75\xe2\xcd\x09\xc5\xae\x17\x72\x6a\x4d\xb3\xdb\x85\x90\xec\xb3\x16\x87\xe5\x2f\x00\xbb\x62\xb4\x3e\x59\x1e\xbb\x39\x1f\x55\x89\x1f\x50\xfd\x58\x5d\x5c\x14\x79\x69\x91\x81\x80\x1e\x69\xc2\x96\x89\x7e\xf1\xad\xf2\x86\xaf\x10\x84\xac\x2c\xa8\x5c\xc3\x4b\x48\x2e\x90\xf7\x5d\x91\x42\xdf\x69\xdd\xb1\xfc\x2d\x0e\xb8\xd2\x89\x12\x8d\x19\xac\x7d\x1f\x56\x1d\xc6\x76\xc6\x8b\x81\x3a\x5c\x28\xb7\xba\xaa\xda\x71\xe6\xc4\x98\x8c\x77\x3b\x0e\x4d\x72\xba\x94\x24\x6c\x13\x8d\x5c\x22\x55\xf6\xe7\x12\x11\xbd\x6b\x4a\x4b\x7b\x75\x3b\xb7\x64\x3f\xbd\x26\xad\xf3\x5d\xe0\xc6\xde\x6c\xea\x7e\xd7\x76\xc3\xec\x11\xd5\x5d\x61\xf4\x68\x4f\x32\xf5\x3f\xe6\xd8\xbe\x2c\xd2\x90\x88\x68\x8c\x5b\xab\x6f\xfc\x2e\x65\xab\x49\x18\xe2\x78\xfd\x22\x78\x0a\x6a\x7a\xca\x6d\xf8\x34\xd0\x49\xc3\xb7\x80\xe2\x1b\x3e\x8e\x67\x18\x14\x35\x4d\x11\x9c\xd4\xf9\xf9\xe7\x13\x65\x3e\x33\xb1\xba\xaa\x16\x26\xb9\x0d\x5a\x68\x4d\x40\x79\xfb\xcd\xa0\x41\xbc\xbb\xa3\x02\xdf\x0b\xb7\x6f\xfe\x50\xe4\xad\x7d\xf7\x76\x92\x27\xb7\xdb\x3c\x5b\x0d\xfd\xb8\x17\x60\x6a\x6b\xf4\x29\x18\x8e\x41\xe5\x23\x16\x84\xc0\x52\x4d\x80\x35\x37\xea\xd5\x28\x5e\x9a\x52\x0b\xe3\x0b\xe0\x9f\x0f\x07\xfe\xd1\x8b\xe1\xe6\x04\x8f\x3f\xa9\xaa\x0a\x64\x8d\xce\x0a\x3f\x42\xe1\x26\x0f\x7d\x4a\x14\x4b\x28\x89\x19\x66\x29\x39\x58\x5c\x4e\x16\xf6\x7e\x72\x73\x5c\x51\x33\x28\xd0\x94\x82\xea\xb7\xae\x95\xbe\x71\x22\x3e\x15\x53\x6f\xff\xc4\xf1\xc7\xc4\xb0\xc1\x77\x70\x4b\x78\x13\x54\x54\x14\x5b\x96\x4c\xaf\x9d\x9d\x62\xf3\x83\x95\xc8\xf9\xc3\x0e\x34\x41\xfc\x7c\x50\x48\x5b\x95\x2c\x20\x43\x4c\x6e\xea\x4e\x7d\x54\x8f\x66\xba\x23\x9e\xc8\xf8\x49\xde\x93\xdf\x1e\x95\x89\x8b\x3e\xdc\xf1\x96\x05\xab\x81\x9f\x99\xeb\x9f\x4a\x97\x91\x38\xc3\x35\xe4\xe7\xd2\xa4\xfd\x55\x08\xfb\x70\x77\x68\x07\xc2\x3d\xe8\x80\xe5\x9e\x2c\x81\x86\x74\x2f\x43\x30\x42\xaa\xaa\xc2\x23\x26\xe4\xfd\xe8\x2e\xcc\xc7\x14\x50\xf9\x70\x39\x5a\xf7\x0f\x9d\xed\x68\x08\x5b\xae\x09\x9a\xef\x03\xe0\xdc\x24\x39\x08\x8e\xdf\x45\x71\xa4\x67\xf1\x24\x21\xca\xc5\xe7\x9c\x58\x18\xe4\x70\x37\x44\x1a\xf0\x00\xf4\xcb\x69\xa2\xe0\x50\x4f\x3c\x36\xbb\x2a\x3d\xb4\xfd\xa8\xa2\x63\xe9\xee\xaa\x74\x27\x2e\x75\x47\x4f\x77\xb1\x1a\x0e\xfc\x93\x8f\x3e\x7f\x34\xaa\x78\x8c\x47\xb4\xe0\x08\xe9\xe8\xf7\x53\x38\x46\x2c\x21\xa6\xa6\x2f\x06\x14\x51\xb5\x13\x93\x97\x4b\x30\xd5\x07\x97\xc4\xd5\x4c\x46\x80\x87\x74\x4b\xf2\x77\xaa\x8a\x4f\x8d\xfd\x29\xfe\xc1\xfe\x40\x5e\x99\x44\x2c\x8d\x24\x45\xb0\x57\x47\xc3\xe3\xbe\x07\x21\x76\x0f\xbe\x15\x6c\x6f\x5d\xbb\x97\xdf\x0f\x98\x4c\x0c\x06\xa7\x09\x85\x66\xc0\x10\xae\x22\x41\xc0\x8b\x3c\x73\x11\x2c\xf6\xe9\xa8\x9a\x2b\x9e\xec\x50\x22\x2a\xa5\x1e\x1c\x52\x38\x0e\x44\x74\x34\x5d\x13\xc2\x74\xe9\x61\x33\xbe\xb9\xb8\x5f\x52\x7d\xc0\x30\x47\x75\xd7\xa9\xdf\x36\x51\x1e\x0c\x7b\x17\x68\xfc\xcd\x78\x49\x45\x7e\x61\x03\x2d\x85\xde\xd6\x68\x59\x97\x6d\xbb\x6b\xc2\x38\x2a\x9c\xd5\x79\xb4\x8e\xe9\x7e\x8e\xa7\xb9\xcb\x59\xcd\xe4\xb6\x28\x74\xe9\x59\xd5\x4c\xf1\x8f\x6b\xea\x7b\xc3\xdc\x5a\xde\x1c\x55\x73\x37\x86\x78\x29\x45\xc2\xee\xd6\x7c\xac\x5f\x4c\x48\x6a\x4c\x1e\xcd\x98\xba\x40\xc5\xe1\xd1\x1d\x8a\x9d\xdd\xdf\x3c\xad\xe9\x6d\xf9\xd2\x88\xdf\x25\x7e\xf8\x92\xe0\x5e\xba\x4f\x0d\x41\x67\xd6\x11\x69\xfd\x09\x32\x80\x95\xe0\xfa\xb6\x43\xfd\x28\x25\x1e\xa3\x27\x5f\x76\x9c\x48\x2f\x2e\xb7\xdf\xd8\xb4\x8b\x35\xd0\x92\x39\x06\xe7\x3c\x74\x52\x39\xe1\x39\xfd\xed\xfd\xf7\x20\xa9\x83\x9b\x27\xed\x55\x2b\xdd\xd0\x4b\x02\xe4\x85\xab\x63\x26\x87\x1b\x8f\xe6\x2c\x26\x9d\x05\xa2\xfc\x5c\x22\x32\xd6\xa4\x11\x65\xe7\x1b\xb0\x1b\x7c\x66\x5b\xbc\x8d\xea\xaa\xed\x9c\xff\x83\xd0\x30\xa1\x42\xc5\x9b\x67\xf2\x9b\x05\x4b\xc8\x7b\xd0\x4a\x4b\x0c\x23\x3f\x0f\xce\xa6\x09\xc5\x9f\x77\xae\x76\xa1\x4f\x7d\x1d\xda\x82\xa1\xd6\xa3\x8c\x3d\x8a\x8f\x6b\xe5\xa5\xd0\x92\x52\x17\xfa\x81\x47\x19\x5c\x94\x59\x82\xb4\xfa\xf9\xc7\x3a\xe8\x8f\x19\x23\xa9\x08\x9d\x91\x58\x29\x49\xc8\xbf\x71\x2d\x8c\x39\x36\x63\x9a\x5e\xa5\xa7\x2c\xc3\x0f\xcb\x77\x22\x0b\xdc\x70\x4d\x7a\xac\xee\x4b\xb5\xa3\xdf\xf3\xa3\x49\x7a\x26\x77\xd2\xc2\xf5\x55\xb6\x4b\xb3\xaf\x64\xef\x9f\x3b\x47\x51\x96\xb6\x4b\xc2\x98\xd8\xc6\x38\x0a\x30\x73\x47\x52\x4b\xd6\xb6\xf4\x91\x92\x0f\x3a\x34\x44\x4a\xf4\xc8\xc6\x6d\x35\x81\xd3\x3b\x43\x02\xa7\xd2\xdc\x90\xb2\xd2\x67\x09\xa4\x7e\xf7\xfd\x8e\x88\x14\xd6\x45\x8c\x32\x5f\x35\x75\xfa\xf6\xb8\xa9\xc4\xe0\x0a\x6a\xa1\xec\x5f\x5c\xb7\xb2\x44\x49\xaf\xf8\xb5\x0b\x18\xee\xf3\x0e\x06\x2b\x7c\x5b\x64\xc8\x6f\xcb\x5a\x7f\x15\xa4\x1a\xd4\x3e\xe2\x2c\x5e\xba\x5f\x51\xaa\x9c\xb0\x37\xcd\xd1\x75\xdc\x59\x94\xf0\x31\xc8\x6b\xf9\x8b\xa6\x34\x91\x30\xe8\x6b\x49\xb1\xf5\x8b\x27\xe4\x43\xaf\xf2\xd6\x73\x54\xd5\xaa\xc9\x27\x0f\x33\x4a\xd0\x35\x01\x1b\x1c\x7d\x0a\xc9\xc7\xe1\x14\x7e\x15\x05\x28\x92\x93\x0b\x53\x38\x4e\x1e\x5b\x00\x0d\x2e\x0d\x1c\xe7\xf0\xd2\x74\xdf\x43\x3e\x36\x2b\x79\xd2\xee\x64\x43\xc8\x0a\x02\xec\xb6\xaa\x8a\xe7\x33\xb3\x26\x70\x06\x9e\xe2\x3c\xfc\x70\x14\xe3\x38\x16\xf0\x11\xc3\x0f\xf9\xd7\x3b\xcd\xe2\x1d\x8d\xa9\x28\xe9\x23\xde\xd9\xd2\x07\x64\x00\x6a\xf5\xf7\x25\xfd\x5e\x23\x76\x8a\xe6\x97\x78\x27\xa3\x0f\x78\x50\xe8\xde\xe3\xe7\x9e\x7e\xb6\x7d\xf0\x81\x90\x2d\x77\x61\x1b\x22\x5a\x52\xfe\xd4\xd3\x87\xba\xda\xe0\xdf\x8d\xa5\x17\x2a\xe3\x64\xa7\x32\xac\x24\x26\xa2\xf1\x2c\x7f\xe4\x7f\xe2\xdb\x65\xd5\xd5\xfc\x45\x06\xc7\xa7\xcc\xf4\xfc\x05\xcf\x08\x32\x5d\x58\xbb\xe1\xdf\x6d\xbf\xae\xf4\x1b\x0d\xde\x5e\x6a\x47\x98\xc0\x0f\x69\x8f\xcf\xbd\x35\xd2\x59\x61\xb8\x73\xe2\x3e\x96\x6e\x26\x32\x0d\xfe\xe4\xe6\xc1\x7f\x69\x23\xb3\xba\xda\x41\x43\xfd\x7c\xe6\x72\x7b\xb8\xa4\x1e\x4f\xc5\x89\x4e\x4d\xda\xda\xae\x25\x46\x0b\x2a\x36\xc9\x16\x70\x75\xe6\xc3\x67\x36\xec\x6f\x31\x9f\xb9\xec\x40\x79\xb9\xeb\x94\xeb\x7f\x38\x24\xaa\x1a\x6a\x7a\x81\x01\x3b\x89\x53\xbd\x6e\x2e\x79\xdd\xe9\x50\x97\x2b\x7a\xf7\xbf\x10\x16\x49\x8d\xf2\xde\xf8\xe3\x1f\x39\x8d\x1b\xf1\x58\x7f\xfa\x53\xf2\xe0\xc3\x37\x45\xc9\x47\x54\x01\x5d\x6f\xe5\xa6\x92\xad\xd3\x06\xf7\xa8\xbf\x35\xdf\xfc\x2e\x6a\x82\x40\x05\xec\x36\xc1\x1a\x4c\xcd\xdb\xcd\x61\x5c\xfe\x5f\x00\x00\x00\xff\xff\xdd\xa2\xab\xb8\x3c\xc5\x00\x00")
+var _confLocaleLocale_plPlIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xdb\x92\x1c\x45\xd6\x2e\x78\x9f\x4f\x11\xd2\x6f\x32\xc0\xac\x48\x8c\x66\xcf\xc1\x18\x92\x1e\x21\xf1\x03\x0d\x3a\x0c\x25\x99\xc6\x84\xc9\x12\xcf\x08\xaf\xac\xa8\xcc\x8c\xc8\x8e\x83\x92\xc8\xdf\xfe\x8b\xc1\xc0\xfa\x66\x1e\x60\xd8\x7d\xd3\xef\xc0\xd5\xf4\xe6\xaa\x51\xbd\xc8\x3c\xc9\xac\x6f\xad\xe5\x1e\xee\x11\x91\x25\xa9\x77\xcf\x70\x41\x29\xc3\xcf\xee\xcb\x97\xaf\xf3\x32\xfb\xfd\x32\xb3\x75\xba\xf8\xcc\x1e\x57\xe5\xd6\xd6\x85\x49\xda\xfa\xfa\xc7\x76\x6d\x92\x2f\xf2\x26\xa1\x9f\x87\xeb\x1f\x4d\x5d\x74\xbb\xa4\xb6\xd5\xc1\x56\x47\x3b\x9b\x5d\x96\x3b\xbb\x38\x6f\xaa\x92\x8a\xd7\xd7\x3f\xfe\xfe\xeb\xa1\x30\xb3\xcc\xd4\x97\xab\xd2\x54\xd9\xe2\x71\xbb\xdd\xe7\xcd\xcc\xfe\xb0\xdf\x96\x95\x5d\x3c\xca\x36\x55\x77\x30\x57\xb3\x4b\xbb\xdd\x2f\x1e\x97\xbb\x32\x9d\xd5\xf9\xba\x58\xe6\xc5\xe2\xb9\xd9\x96\xeb\xf6\x2a\xa9\xf3\x57\xbf\xc8\xc7\xb2\x6d\x16\xcf\x3a\xfe\x2a\x1f\xda\x3d\xd5\xaa\xec\x95\xad\x9b\xca\xd5\xac\xec\x3a\xaf\x1b\x5b\x8d\x4b\x0e\x76\x55\xe7\x8d\x9b\xdd\xec\xa5\xad\xea\xbc\x2c\x16\xcf\xe8\xef\x95\x99\xed\xcd\xda\x17\x35\x76\xb7\xdf\x1a\x54\x3d\x9a\xd5\xb6\x2c\x66\x5b\x53\xac\x5b\x54\xf8\xd3\xab\x5f\x8e\xdd\x66\x96\x56\x96\x8a\x97\x85\x3d\x2c\x9e\x36\x87\xdf\x7f\xad\x8e\xf3\xf9\x7c\xd6\xd2\x36\x2c\xf7\x55\x79\x91\x6f\xed\xd2\x14\xd9\x72\x87\x35\x3e\xe6\x0f\x49\x7b\xfd\x5b\xd7\x6c\xca\x43\x91\x6f\x4c\x92\x27\x07\x9a\x51\x6a\x65\x1d\x36\xa3\xf5\x2e\x4d\x2d\x4b\x2e\x0f\xa6\xe8\x92\x2b\xb3\x29\x67\xdc\x63\x61\x68\x47\x1f\x9a\xe3\xc1\x44\x7d\xcc\xec\xce\xe4\xdb\xc5\xe7\xef\xe3\x0f\xcd\xbe\xae\x0f\x25\x6d\xf0\x97\x86\x8e\xa8\xa4\x5d\x58\x36\xdd\xde\x2e\x9e\xed\xf3\xfa\x98\xec\xcb\x02\x8d\xec\x2c\x35\xfb\x26\xbd\x34\x8b\x7b\xf2\x77\x46\xf5\xf6\x25\x6d\x4a\x59\x75\x8b\x6f\xe9\x9f\xc7\x8e\xfe\x99\xb7\xbb\x59\x59\xad\x4d\x91\x1f\x4d\x83\x1d\x7a\xa4\x3f\x52\xda\xa6\x5d\x5e\x55\x65\xb5\xf8\xba\xdc\xe7\x26\xd9\xb6\xb4\xbd\x47\x43\x3b\x46\x3b\xb1\x44\x5f\x8b\x87\xe5\xc1\x26\x55\xd8\x15\x8a\x76\xf9\xba\xc2\x7e\x52\xa9\x49\xf8\x07\xfa\x92\x12\xee\x8f\x0b\x36\x13\x9d\x5e\x94\xd5\x66\xf1\xef\xf4\x3f\x3a\xc5\x51\xb7\x34\x4b\x69\x59\x86\x33\xa4\xa6\x6b\xcb\x65\x04\x02\xc7\x57\x3f\x67\x47\x73\x15\xd6\xd8\xe5\x33\x93\xed\x68\xc7\xf7\xa6\xb0\xdb\xc5\x63\xfc\x3f\xe1\x2f\x66\x66\xd2\xb4\x6c\x8b\x66\x59\xdb\xa6\xc9\x8b\x75\xbd\x78\x5a\x37\xe6\x90\xdb\x22\xc7\xf4\x8a\xc6\xcc\x26\x4a\x66\x5d\xd9\xfa\x83\x5f\x3c\x21\x78\xb8\x4a\xe4\x97\x94\xf8\x26\x4f\x0e\xe5\x95\xa5\x4b\xe4\x1b\xd2\x78\x4d\xfe\x32\x6f\x72\x5b\x2f\xee\x6e\x9a\xee\x50\x94\xd7\x7f\x4d\xf3\xd9\xbe\xdd\x6e\x69\x3f\xff\xdc\x12\xfc\xd6\x8b\x47\xe9\xd1\xd2\xfa\x5f\xfd\x9c\xda\xe4\xb8\xcb\x09\x3c\x66\x79\x5d\x53\x19\x60\x6b\xb5\xb5\xbb\x6e\x46\x27\x5b\xa4\xb4\x98\xbb\x45\xbb\xa5\xdb\x31\xfb\x2e\x2f\x68\x94\xed\xf6\xc5\x4c\xff\xb1\xf8\x8a\xff\xf2\x0e\x35\x79\x43\xf3\xfc\xba\x2a\x37\x79\x92\xeb\xe7\xee\xaa\xb0\x49\xb6\x35\xc9\x3e\xa7\xbb\x5c\x1f\xed\xba\x4c\xda\xaa\x4d\xe9\x3e\xcb\x54\xb3\x32\xdd\x10\x78\xe3\xa2\xd2\xe5\xfa\x93\xbd\xfe\xeb\x36\x67\x80\x3c\x18\x82\xb0\x2f\xca\x75\x9d\x1c\xec\xa1\x78\xf5\x33\x1d\x5e\x72\x9f\x2b\x9b\x33\x6c\x43\x7d\x7c\xf5\x0b\xfd\x3d\xda\x94\xce\x8e\x4e\xe2\x13\x93\x34\xa6\x5a\xdb\x66\x71\x7b\xb9\xa2\x8b\xb5\xb9\x9d\x5c\x56\xf6\x62\x71\xfb\x4e\x7d\xfb\xd3\x43\xd7\x74\xe9\xb1\xb0\x9f\x7c\x60\x3e\x3d\x4b\x08\x0a\xf2\x1d\x96\x4c\x33\xa0\x41\x52\xda\x1c\xa0\x9d\xc6\xd2\x8d\xc6\x4d\xcd\xed\xad\x19\x76\x89\x6e\xf5\x32\x5b\x09\xb6\x92\x99\x74\x3b\x43\x68\xea\x41\x77\xfe\xbf\x7d\x73\x96\x3c\x2e\xeb\x66\x5d\x59\xfe\x37\xfd\x8f\x6a\x7f\x44\x50\xb6\x4a\x9e\xe4\xf7\x3f\x9b\xcf\xa8\xa1\x6c\x48\x70\xd4\x2b\x73\xec\x92\x8c\x36\x3a\xbd\xe4\x72\x5c\xa5\x27\xdd\x3e\xfa\x7e\x49\xbd\x2e\xbe\xa4\xff\xf1\x2d\x5d\x3c\xed\xef\xe6\xe8\x36\x52\x17\xc1\x2d\x1e\x74\xae\x3b\xfa\x58\x77\x0a\x5b\xfa\xea\x2f\x84\xb1\xb6\x8c\x29\xbe\x7a\xf8\xf0\xd1\xfd\xcf\x92\x23\x41\x5f\x06\xcc\x90\xdb\x5d\xd2\x36\x17\xff\xf3\x72\x6d\x0b\xda\xe1\xed\x32\xcd\xf9\xd8\x78\xa9\xf3\x59\x5d\x6f\x09\xeb\x64\x34\xdb\xaa\x5b\x25\xe7\xe7\xdf\xd0\x5c\x9a\xcb\xc5\xf5\x7f\x4d\x73\x7b\xfd\x1b\x61\x8d\xfa\xcf\x5b\xec\x96\x0e\xea\xbf\x27\x59\x99\xec\xb7\xf9\xa6\x0d\x67\x37\xde\xac\xe4\x93\x55\xf5\xe9\x60\xa6\x00\x58\xf4\x91\x27\x2b\x7b\x3c\x1c\xd7\xdb\x57\xbf\x64\x05\x9d\xd0\xbe\xcc\xd2\xa3\xa9\x05\x8a\x0c\xc0\x36\x77\x0f\x48\x3e\x9f\xd9\xaa\x5a\x12\x96\x6d\x3a\x1c\x5c\x3c\x47\xcc\xe5\xa6\x59\x24\xb4\x09\xc9\xae\xbc\xfe\xcd\x26\x2b\x4c\x60\x8f\x0b\x25\x3d\xe6\xc5\x4b\xb3\xcd\x33\x3a\xd0\x93\x5b\x3e\xec\xe2\x88\x33\xaf\x0c\xf5\x73\x2c\xcc\x86\xde\xab\xe4\xf6\xfc\x36\x21\xe8\xdb\xef\xdf\x9e\xcf\x8a\x72\x29\xa8\x02\xd8\x3c\xcb\x6b\x7a\x0d\xec\x52\x5e\x98\x4a\x70\xe3\xb7\xf2\xc6\xd0\xbd\xca\x7d\xa7\x78\x19\xbb\xeb\x1f\xe9\xbe\x1e\x31\x3f\xda\x96\xa4\x21\x70\x38\xf6\x58\x44\xd1\x4d\xb8\x0d\x0e\x25\x45\x90\xa3\xf5\xa6\x56\x6c\xe7\xb3\x99\x83\x81\x11\xfc\x96\xeb\xdf\x7f\xdd\xd2\x85\xc6\x65\x98\xe1\x21\x0f\xf6\xc2\xe0\x9c\x31\x5f\x5f\xe0\xa0\xe1\x29\x5d\xb4\xeb\xbf\x52\xff\x4d\x8b\x8b\x4a\x7d\x6d\x37\xaf\x7e\xa6\xbd\xa0\x87\x9c\xae\x1e\xdd\x6d\xba\x7d\xc7\x03\x1d\x7d\x0d\x44\x16\x22\xd5\xfc\x16\x3f\x25\x72\x92\x5f\x9b\x06\x0f\x59\x80\xaf\x69\x5b\xfb\x72\x37\xdc\xb3\xa4\x21\xd2\x61\x23\x95\xdb\xe4\x48\x57\xc9\x60\x8c\xa3\xa1\x47\x8b\x90\x72\x42\x68\xa8\xab\x9b\x4d\x1e\x3e\x28\x4c\x7b\xcc\x67\x55\x4b\xaf\xff\xe0\xda\x85\xf8\xaa\x3c\x74\xbe\x8e\x5f\x5e\x50\x75\xd7\xd6\x39\x3d\x44\x96\x16\x9b\xd1\xb8\xaf\x7e\xd9\x03\xea\xfc\x5c\xa2\x99\xd3\x06\x44\x30\x8c\x4d\x25\xb4\x51\xd2\xc3\x5b\x2c\xee\x13\xbd\x03\x0a\x87\x7f\xb9\x91\x9e\x94\xc9\x61\x7f\xfd\x63\x87\x63\xa3\xd3\x7b\xfa\xed\x37\x96\xbb\xdf\xe2\x1d\xe6\x3e\xf6\x25\x30\xe2\x91\x6e\xe8\x97\xb8\xb4\x97\xcb\x7d\x59\x35\x44\x00\x55\x0d\x3e\xf9\x2f\xae\xc3\x87\xed\xce\x56\x09\xbe\xb4\x67\xc0\x05\x0d\x91\x1c\xc0\xd0\x1b\x82\x2a\xda\x22\x43\xdf\x84\x04\x43\xeb\xff\x85\x2a\xf2\x66\x1e\x04\x50\xce\x12\xb3\xea\x22\x88\xbc\x68\x8b\x4d\x7a\x45\xe7\xc8\xc3\x5f\x36\xcd\x3e\x18\xff\xcb\x27\x4f\x1e\xf7\xdf\x26\x66\x80\x25\xf1\x0c\xe8\xf4\x1c\x30\x99\x04\xd7\xc0\xed\x25\x20\x1b\xc0\xd5\x56\xf4\x22\x65\x95\xad\xb1\x05\x03\xc0\xa3\xb2\x13\xdb\x65\xd0\xa2\x0b\x77\x0b\x53\xfa\x00\xff\x3b\x07\xe5\x44\x80\x69\x68\xbf\xf9\xa5\x34\x74\xa1\x2d\x93\x40\xf3\x19\x9d\xdc\xb2\x2a\xcb\x66\x84\x4e\x08\x3d\x6e\x71\x23\x0e\x71\x15\x37\xbc\x03\x57\x3a\x21\x06\xbd\x56\x6b\xd3\x05\x2b\xf7\xb8\xe4\x93\x37\x6c\x9f\x5e\xa1\xa4\xb0\x42\x88\x8d\x6b\xc8\x81\x18\x9d\xde\xac\xde\xd1\x8e\xf2\x9b\x71\xae\x27\xf5\x80\xf6\x99\xbf\x5e\x54\xe5\x8e\x48\xe1\xfe\x87\x9b\x99\xec\x1d\x1d\x63\xb9\x6d\x93\xdb\x8f\xb2\xdb\x74\xf8\xeb\x32\xc3\x3e\x1d\x93\x6f\xff\xfd\x5e\xf2\x3f\x7c\xf4\x87\x3f\xcc\x93\x07\x3d\x66\x68\x08\x8d\x97\xfc\xea\xd2\x39\xf1\x46\x26\x3c\xbd\xb3\x64\x45\x84\xd0\xf5\xdf\xff\xf1\x37\xa3\x7d\x12\x61\xb5\x33\xb4\x45\xc9\x6d\x46\x0b\xb7\x93\x4f\xb8\xe2\xff\x6a\x7f\x30\x44\xfc\xda\x79\x5a\xee\x3e\x9d\xcf\xf0\x89\x6e\x10\x5f\x35\x21\x35\xe9\x84\x32\x73\x48\x3b\x57\x34\xc4\x58\xae\xd8\xd1\xe1\xcb\xb4\x2c\x2e\xf2\x6a\xb7\x78\x26\xf0\x47\xf3\x6b\x80\x71\x33\x41\x87\x55\x8f\x3f\xb9\xc7\x65\x51\x36\xf9\x45\x17\xd4\x96\xd3\x96\x3d\x75\x7b\x69\x2b\xa2\xde\x97\xf8\x93\xa7\xf6\xf4\xd6\x83\xbc\x61\x9c\x2f\xcf\xce\xac\xbc\xb8\xd8\xe6\x85\x95\x17\xd2\x8d\xd0\xe0\xa5\xd4\x92\xa8\x06\xc1\xff\x9e\x38\x8c\x67\x7a\x71\x92\x7b\xf7\x1f\x9e\xd1\xf2\x0e\xb6\xa1\xed\x43\x2b\xda\x3c\xda\xe9\xac\xdd\x80\x7a\xea\x76\x67\x01\xc2\x02\xa8\xe7\x04\x4e\x75\xb9\x02\x06\x59\xd1\x9b\x48\x98\x8d\x9e\x44\x73\x00\x66\xdb\x96\x1b\x02\x9d\x9c\x70\xb8\x7b\x54\x88\x24\x7e\x49\x70\x58\xf5\xc3\xc9\x9c\xe9\x92\x7e\xa1\x45\xa3\xba\xc3\x09\xba\x8a\x09\x3f\x45\xc0\xa6\x19\xf1\x5c\x20\xc8\xaf\xff\x4e\xf3\x24\x66\x8d\x50\xc1\x01\x35\x3a\x20\x40\x22\x8d\xf5\x39\x21\x54\x54\x53\x27\x98\x99\xa0\xa5\x80\xd1\xe0\x8b\x30\xf9\xf4\xf9\x71\x6b\x43\xdb\x75\xa4\xd7\x02\xd8\xbb\x3f\x50\x62\xb9\xa6\xda\x0d\x67\x7d\xb2\x75\xc4\xee\x9c\xd1\x63\xb1\xdd\xe8\x83\x28\x7d\x95\x15\xef\xeb\x11\x6f\xe3\xef\xbf\xd2\x1b\x25\xaf\x2c\x56\xc4\x8f\x2c\xbd\xae\x05\x8f\xee\xb8\x1e\x77\xe2\x8e\xfb\x89\x8b\xfd\xbc\x40\x3a\xd2\xeb\x07\x42\x82\x9f\x75\x2d\xc7\xd6\x74\xc1\x6c\xed\x55\x08\xbc\xd1\x64\xe7\x42\x95\x12\x13\xa6\xcc\xec\xf2\x65\x4e\xac\xa2\x1b\x9f\xa8\x53\x9a\x2f\x41\x87\x72\x7b\xb9\x90\x5f\xb4\xf3\x44\x3c\xfd\x9c\xf1\x07\xa6\x6f\x27\xbb\xd1\x79\x3e\xe1\xed\xe8\xfb\x08\x26\x90\x76\x0e\xe0\x76\xe5\x9a\xa8\xf4\xbe\x67\x10\x96\xe8\xb8\x3b\x4b\xd6\x8c\x3f\x09\x91\x94\x2b\x93\x02\x14\x64\x7f\xb9\x98\xf6\xde\x4f\x6d\xae\xcc\x92\x32\x31\x42\x64\x3f\xc4\x9e\xd3\x13\x5a\x1f\x07\x7b\x1e\x9f\x0f\x48\xf5\xca\x1c\xcf\xc2\xcd\x21\xcc\xf5\xd5\xfd\x64\x91\x7c\x98\xd0\x5d\x61\x62\x4f\x9e\xdf\x41\x43\xd3\x36\xf4\xa4\x32\x33\x80\x6b\x22\x73\x18\x5d\xf4\xa9\x31\xb5\x6e\x40\xf1\x3c\x0d\xd9\xe6\x49\x3a\x6b\xa6\x48\xaa\xff\xfe\x58\xb1\xd4\xf5\xdf\x93\x4b\xa9\x22\x0d\x43\xae\x7b\x38\xb0\xb2\x5a\xcb\x35\x11\x08\xc4\x7b\xca\x4f\xe2\x5b\x99\x0a\x6b\x08\x52\x96\xeb\xbc\x59\x5e\x00\x6f\x66\xbc\x85\x6d\x66\x80\x32\x21\x9d\xe0\x43\x42\x1d\xda\x75\x5c\xc9\x72\x6b\x53\x5e\xe2\x6d\x6a\x73\xfb\xe3\xe4\xce\x4b\x25\xdd\x3f\x02\x86\x5c\xd2\x45\xcf\xb7\x80\x5e\xe5\x29\x0f\x1d\xc0\xc6\x32\xa1\x58\xae\x18\x73\xb4\xf4\x59\x49\xe7\x80\x0f\x2b\x57\x4c\xeb\x12\x73\x4a\x8f\x36\x48\x44\xd7\xf2\x98\xdc\xa9\x09\x3d\x24\x0f\xbf\xfa\x9c\x18\xb9\xaa\xc6\x05\x3c\x12\x94\xac\xda\x7c\x9b\xcd\x67\x8e\xb2\x26\xba\x5a\x21\xe1\x04\xbf\xc4\x53\xa8\x19\xd9\xed\x2b\x73\x28\x2c\xcf\xdd\x35\xef\x89\xc4\xfe\x7d\x8e\x89\x2d\x34\x67\x5a\x42\xdb\x1b\x6e\xef\x69\x39\x2c\x9e\xe0\x22\xbd\x8c\xc8\x39\x4f\x5a\xf4\xcd\xcd\xa6\x69\x69\x81\x44\xa3\x04\xc0\x47\xdc\x13\x75\x57\x27\xef\x7f\x4a\xff\x9f\xd5\xe6\xa5\x95\xe7\x69\x7d\xea\x54\x84\x16\x15\xe8\xa6\x6a\x2d\xdf\xf5\x68\x45\xd1\xed\x40\x7b\xcc\x3a\x27\x64\x0b\xbc\xdb\x4e\x82\xaa\xd1\x0e\x04\x5a\xea\x36\x4d\x6d\x5d\x2f\xee\x1d\x99\xf8\xbe\x95\xdc\x23\xdc\x7d\xec\x76\x1d\xcf\xe0\x2c\xc1\xdb\x7e\xc0\x63\x53\xd1\xb4\xa8\x0a\x83\x13\xbd\xe7\x44\xde\xf1\x14\x33\x3a\xd2\xa3\xed\x4f\xe8\xf5\x64\x90\x6c\x10\xed\x54\xb4\xc5\xb3\xef\x20\xbb\x7b\x31\x6b\x85\x25\x28\xb7\x19\xc8\xbe\x91\xdc\x89\xd9\x30\x1b\x4b\x9d\x5c\x6d\xbd\x4c\xf5\x21\xa7\x03\x5a\x7a\xa9\x1f\xf6\xb8\xb1\x3f\x10\x7d\x49\x13\x55\x1c\x88\xed\xb0\x1b\x1c\x33\x4b\x04\xdb\xd9\xae\x63\xe0\xa8\x17\x0f\x00\xcf\x01\xc1\x4f\x77\x73\x4b\xa0\x5e\xe2\xf5\x78\x69\xb5\xd2\xb3\x7a\x2f\x1c\x4e\x58\x91\xba\x20\x8e\x44\x7b\xe8\x79\x13\x8b\x02\x91\x33\x69\x19\x04\x4d\xd6\x0b\x9a\xec\x8c\xd1\x2a\x4b\x2e\x9f\x33\x36\x04\x70\xa8\x88\x65\x4e\x87\xcb\x42\x1c\x1d\x37\xa1\xfb\x96\x13\x94\x07\xe3\x12\x1b\x3f\xfb\x4e\x25\x9a\x2f\x44\xa2\x16\x08\xd3\x0c\x8b\x07\xea\x00\x5c\x89\x38\xaa\xad\xa9\x08\x84\x9f\x75\xf5\xb1\xdd\xe4\xcc\xd6\x53\x1f\x84\xf3\x2e\x5f\x04\xb2\xc5\xa5\x4a\xa3\x08\x97\x40\x92\x7a\xfd\x5b\x52\x00\xa8\xb0\x75\x65\x4f\x5f\x5d\xda\x3d\xe8\xb0\x5d\xbd\x5e\x3c\x80\x28\xe6\x8a\x4e\x4b\xea\xfc\x31\x09\x65\xa8\x82\x8b\x6f\xcd\xea\x92\xc8\xe6\xed\xf2\x8d\xda\x3f\x26\xea\xeb\xd5\xcf\xf4\x9b\x36\x4d\x9b\xc7\x4f\xba\x08\x3c\x89\x81\xe5\xb3\x25\x68\xaa\x8f\x86\x20\xb7\x7f\x18\x8d\xf0\x75\x44\x5c\x78\x0e\x84\xc8\xe6\x79\x02\x21\x42\x4e\x35\x4b\xb9\x18\x9b\x86\x90\x4d\x84\x4e\xad\x48\x95\x89\x1c\x1f\x92\x1f\x98\x2c\x90\x70\x38\xe2\xd9\x69\xb2\xd2\x4d\xa0\x0b\x26\xe0\xe8\x9c\x18\x81\xe3\xd9\xde\xd9\xdd\x0a\x03\x10\x28\x98\x3d\x71\x7c\xaf\x7e\x01\x2b\xbc\xc3\x01\x11\xc5\xbc\xe6\x6b\xa5\x4f\x04\x55\x28\xa9\x00\xb7\x72\x27\x8f\x84\xe1\x3a\x76\xba\x0e\xdd\x5c\xa9\xf4\x47\x27\xbc\x26\x64\x76\xc0\x43\x43\x53\x59\x11\xb6\xae\xe5\x56\x18\x1c\x5b\x2c\xba\x96\xbd\x9f\xbb\x57\x4a\xc8\x28\xa6\x96\x6b\x5b\x34\xee\x04\x58\x12\xea\x79\x23\xc2\x59\x72\x4b\x93\x98\xe4\xa6\xb9\x06\x27\x82\xf9\x14\x4c\x7e\x7c\xb2\xfa\xf4\x4e\xfd\xc9\x07\xab\x4f\xfb\xc7\xa2\x06\x76\x20\x62\x07\x54\x03\xbd\x32\x84\xd3\xeb\x0d\xbd\xf5\xc5\x86\xca\xca\x6c\x95\x97\x15\x13\x0e\x87\x24\x25\x20\x59\x83\x2f\xbc\x5a\x6d\xf3\xeb\xdf\x08\x7b\xd1\x0d\x59\x83\x4e\x2a\x92\x3b\x19\xb3\x9f\x59\xb9\x29\xaf\x7f\x12\xf6\x93\xfa\x27\x8c\x17\x9e\xd1\x5c\x04\xa1\x56\xae\x9a\x03\x7b\x96\x88\x62\x0b\x0e\x72\x69\x05\xec\x79\xc9\xdb\x7c\x97\xf7\x0b\x07\xb1\x6b\x1b\x02\x82\xe3\xaa\x6b\x12\x9a\xd4\x2f\xf4\x8e\x62\x75\x20\x6a\x69\x5b\x75\x23\x0c\xfa\x63\x51\x67\x27\x00\x78\xe4\x85\x40\xba\x0a\x14\xff\x51\x42\xc0\xd0\x36\x1d\x71\xc4\xa6\x5e\xb6\x85\xee\xb6\xcd\x04\xdc\x9e\xe5\x04\x09\x67\xfc\x4a\xee\xd0\x29\xe3\x4f\xdd\x57\xa2\xa8\x1c\xb7\x25\x43\xbd\xeb\xb7\xf3\xbd\x79\xa2\xc2\x52\x7e\x9b\xe9\xb0\x89\xc0\x14\x70\x08\xf8\xd8\x93\x67\x05\x6c\xbb\x0f\x41\x44\xce\x8c\xa6\x4b\xc0\xf3\xea\xe7\x33\x62\x93\xf3\x4d\x91\x5f\x81\x71\xde\x97\x85\xec\x3e\x93\xaa\x69\x5e\x6f\xe6\xb2\x5f\xba\x82\xaf\xb5\x2a\x8b\x77\x9c\x54\x40\x7b\x1b\x6f\x91\xf2\xb5\x4c\x6d\xd4\x8c\x34\x1a\xa2\x36\x6c\x11\x2f\xd4\xbf\xb7\xf5\xa6\xbc\x32\x15\xef\xc4\x91\xde\x2c\x93\xe1\xe9\x65\x2c\xbf\x9b\xcf\x78\x0e\x98\x4a\x73\x72\x26\xef\x3a\x25\xc5\x7b\xa3\x49\x1d\x59\x4a\x5d\x11\x9f\x05\xe1\x7d\xc2\xfd\x28\xdd\xac\xd7\x4e\xba\xf6\xb7\xee\x5b\x5f\xc3\xba\x1a\xee\x75\x4c\xc1\xfa\xf5\x00\x23\xc2\xfa\x4d\x99\xf5\xfb\x6e\x20\x68\xc7\xce\xac\xd1\x92\x0f\xc0\xbf\x97\xfe\x69\xef\xe6\x83\x31\xbd\x30\x61\xbc\xb2\xa3\x9b\x30\xad\x48\x69\x49\xdf\xaa\x29\xcb\x65\x7d\x09\xd9\xcb\x7d\xd0\x6c\x72\x6f\x65\xca\x43\xa1\x1f\x70\xd0\x15\x21\xbb\x04\x87\x9c\xfc\x8f\x4e\x5c\x39\xa7\x87\x03\xbb\xf4\x42\xae\x10\x9e\x0e\x77\x7f\x1c\x8e\xe5\x43\x95\xf1\xc3\xab\xe4\xeb\x0b\x4d\x1b\x50\xbc\x35\xef\x4a\x78\xce\xc3\x1d\x7e\x0e\x51\xe1\x4f\xda\xdd\xa5\xd3\x39\x29\x76\x76\x14\xcd\x73\xc1\x33\x00\xf5\xa3\xc3\x68\xac\xdd\x22\x4e\x99\x2e\xd3\x2e\x10\x12\x38\xae\x9f\x3f\x0b\x2c\x6f\x68\x0f\xc0\x69\x61\x7d\xc4\x37\xd3\x02\x3b\x5b\x2f\x9e\x98\xcd\xac\x28\x71\x82\x33\xfa\x8a\x36\x32\x15\xaa\x05\x89\xc6\x8b\xd9\x53\x7a\x35\x1e\x9e\x50\x99\xe1\x55\x0e\xca\x22\x7d\xd2\xe7\xbc\x09\x77\xc3\x35\x3f\x1e\x30\x09\xdf\xda\x09\x9d\x9a\x5b\xfd\xf9\xf9\x97\x4f\x98\x3d\x91\xbe\x37\xdb\x36\xa5\xb3\x82\x30\xef\xcb\xa6\xd9\xd7\x4f\xab\xed\x42\x24\x58\x4f\xbf\xfd\x86\x7a\xee\xb6\xa5\xc9\xf0\x11\x92\xb1\x0c\xc8\xea\x50\x02\x17\x13\xbd\xf0\xc4\x9a\x5d\x30\x4b\xe2\xcd\xf7\x54\xd4\xce\xee\x12\x79\x10\x7c\x07\x87\x54\x75\x2c\x7c\x9d\xdd\xc5\x3b\xf6\xf9\x0d\xac\x89\xe7\x24\x2d\xab\xdb\xbe\x9f\x96\x28\x7f\x3f\x33\xdb\x3d\x71\xc2\xa0\xdc\x7c\x4d\x16\x95\xf2\x2b\x54\xf3\x91\xb0\xa8\x3c\x09\xae\x02\xe1\x7a\x27\x3a\x37\xdb\x0b\x53\x40\x52\x08\xbe\x8d\x0a\x08\x55\x76\x84\xfb\x44\x8c\x40\x24\x99\xc1\xbe\x65\x9b\x0a\x08\x91\x0e\x2d\x1e\x30\x23\x4c\xf3\x2f\x1f\xf4\x2c\x1a\x50\xa6\xb0\xa9\xca\xbd\xdd\xd0\xe0\x75\x7e\xb4\xf1\x90\xbc\x19\x2c\xf8\x16\xb4\x7c\xa7\xa6\x6a\x4c\xe0\x8f\xaa\xf6\x8a\x83\x14\x52\xaf\x2b\xa2\x2e\x7e\xb3\x57\xe0\x2e\xdc\xcd\xa4\x96\xe6\x87\x7f\xb2\xa5\x20\xdf\xf0\xb4\x42\xa6\x08\x92\x57\x40\x2a\x3d\x10\x2a\xfd\xfc\x7e\x06\x81\xea\x1b\xd4\x27\x78\xa3\xca\x79\x91\x6e\xdb\xcc\xcf\x6b\x30\x2d\xa1\xcc\xdf\xb9\x53\xbf\x83\x7e\x8b\x0d\x20\x5d\xab\xd2\xc5\xa3\x49\x12\x92\x5f\x81\x96\xca\x3e\x76\x2a\xe5\x25\xf5\x58\x56\x95\x4d\x9b\xc5\xd7\x84\x4d\x9d\xcc\x84\x39\xcb\x35\xdd\x63\xc3\xa7\x39\xef\x31\x5f\xcf\xc8\xa9\xe0\x30\x8f\x9f\xbe\xa0\x29\x53\x1e\xdc\xda\x2b\xc4\x97\x2b\x6b\x8b\x25\xd1\x8d\xb6\x98\xe2\x51\x78\xed\x4c\xc8\xa2\xf5\x2f\x0d\x93\x76\xc4\x79\x4e\x37\x0d\xf1\xc0\x54\x53\xa2\xe9\x4e\xb4\x0c\x14\x20\x53\x0d\x1b\xba\xc9\x27\x5a\xba\x5b\x3d\xd5\x4c\xce\x9e\x9b\xd0\x7a\xb3\x08\x29\x45\xf5\x43\x9c\x3a\xef\xf7\xc6\xef\x71\x7f\x26\x27\xf8\xb8\x4b\x95\xd9\x7a\x70\xe9\x79\x57\x48\xcf\x08\x33\x57\x6c\x9c\x10\x30\xef\x2c\x57\x79\xba\xb7\x07\xbc\x72\x01\x87\xba\xc7\x34\x40\x09\x19\x56\x12\x4d\xed\xaa\x63\x37\x27\xba\xa6\x39\xe1\x15\x98\xee\x5b\xfa\x83\xb1\x09\xee\x24\xf1\xb3\xdb\xb7\xec\xbd\x97\xea\x38\xd5\xe5\x0d\xf3\x2f\xdd\xae\x84\xbd\x5a\xb5\xee\x00\xd4\xda\x1f\x08\xaf\xd2\x73\x09\x79\x47\x24\xd9\xc2\x36\x52\x11\xde\x69\xaa\xbf\x35\x75\x03\x7e\x54\xd6\xb6\x78\x5a\xb7\x87\x61\x03\x1e\x01\x8f\x64\x03\x3d\x77\x7a\xa4\x51\x0b\xc8\x28\x12\xbb\xc9\xf7\x5d\xb4\xe2\x7c\x9e\x3c\xf0\x08\x0a\x52\xed\xa8\x94\x6e\x86\x5b\x2b\x54\x47\x1b\xdb\x05\x34\x8e\x3b\x5d\xc2\x81\x10\x2a\x34\x22\xee\x39\x10\xbe\xbc\xc8\x37\x42\x16\xb0\x10\x09\xfa\x24\xff\x6a\x41\x4c\x02\x51\x00\xd8\xae\x97\xb6\xa2\x87\xd6\xf7\xcc\x1a\xf6\x40\x81\xfa\x9a\x9e\x88\x08\xda\x42\xcd\x2a\x78\x1c\xac\x1a\x5a\x45\xd8\x69\xc8\x72\x10\x09\x42\xf4\x7b\x2f\x6a\x65\x09\x20\xbd\x7e\x4e\x4a\xf3\x14\x68\x82\x4e\x1f\x45\x5e\xec\x05\x4d\x01\x84\xdc\x22\xb9\x11\x91\x46\xdd\xe4\xdb\x2d\x0e\x40\x8c\x53\x9e\xf4\xd4\x4f\x42\x14\x05\x2b\xa9\x6b\x22\xc2\x45\xb6\x4b\x98\x98\x69\x2c\x9a\x5b\x46\x50\x10\x42\xd8\x99\xaa\xdc\x9c\xd0\xb3\xad\xdb\xe2\xd5\xcf\xb4\x5c\x26\xcf\x2b\x30\x10\x47\x5a\xfd\x5c\x07\x04\xff\x00\xfb\x93\xd3\xe3\xe9\x59\xd3\xd9\x1f\x4a\x28\x78\x86\xc3\xc7\xca\x55\x1d\x1e\x02\x5d\x19\x9f\xea\xb2\x9d\x46\x52\xee\x5b\xc0\x00\x86\x06\xa8\x0d\xd7\x1b\x59\xc6\xe8\x14\x78\xe7\x43\xe0\x21\x78\x7b\x93\xb5\xfe\xe3\x6f\x4e\x85\x14\x2e\x78\x26\xb6\x1c\xcb\x55\x65\x8a\xf4\x32\xb8\x1f\x5f\x18\x3c\x10\x74\x92\x19\x31\x7b\x5b\xb0\xa6\xf1\xf5\x98\x7d\x87\x0b\xf5\x62\x46\xaf\x44\xb1\xb6\x4b\xd5\x7e\x78\xba\x92\x09\x50\xd1\x66\xc0\x92\x4c\x35\x1b\xd0\x4a\xb9\x16\x29\x91\x2c\xe5\x6e\xd0\x50\xd4\x1b\xb4\xa3\xbd\xe4\x2d\xbd\x9c\x5d\x95\xf4\x82\x97\x50\xd6\xaa\x0e\xf4\xfa\xc7\xde\xf2\x09\xb6\x37\xa1\xb8\x46\x4d\x72\xba\xc5\xe3\x96\xb8\x59\x22\x29\x8c\x10\xd0\x05\x13\xe7\xc4\xe1\x6f\x69\x35\x90\xe8\x3c\x5a\x41\x40\xc1\x76\x39\x1d\x1d\xbc\x01\xca\x21\xb4\x40\x20\x41\xec\x39\x8c\x3b\xa4\x2a\xc4\x82\x52\x95\x39\x12\xfd\xea\x5b\xd3\x25\xd3\x2f\x90\x67\x80\x60\xfe\x09\x12\x5c\xa9\x4e\xe3\x41\xa4\xb0\x9b\x33\x5e\xc7\x03\x5e\xbd\x84\x94\x72\x8c\xcd\x61\x3d\x23\x47\x8b\x67\xe1\xa8\xa3\x11\x32\xec\x9b\xef\x4d\x43\x78\xb1\x10\x8e\x8e\x17\x91\x2d\x9e\x1d\x61\x97\x90\x32\x8a\xed\x4e\xf5\x48\x27\x96\x95\xc7\x43\xb9\x2d\xf1\xcc\xcc\xbe\x73\xf6\x4c\x2f\x66\xce\xe6\x49\x6c\xdc\x46\x76\x2f\x8a\x31\x6a\xe2\x8a\x08\x1b\x58\x51\x6d\xb3\xf8\x89\x88\x04\x88\x43\xf9\x0d\xb4\xb4\xc7\x4c\x6d\xd1\x8c\xa0\x1a\xa6\x4d\x67\x09\x47\xbd\xb8\xab\x62\x5d\x3b\x63\xb9\xde\xa3\x40\xa4\x97\x11\xdc\x36\xd0\x05\xb4\xb4\x5f\xc2\xcf\xb4\x39\x61\x86\xaf\xee\xcf\x66\x7b\x3e\xb8\x65\x3c\xb9\x64\xaf\xc7\xd9\xb9\x59\x8b\x2a\xe3\xc9\x88\xd7\x51\xdc\xe4\xaa\x13\x61\xe2\xd4\x4c\x62\xee\x44\x9f\x20\x4b\x75\xca\x3e\xa2\x44\x7b\x25\x25\x4d\xe6\x08\x91\xd9\x51\x64\xe1\x2a\xe7\xdc\x25\x62\xa4\xb3\x31\xd7\xbf\x65\xb8\xda\xc4\x29\x32\xcd\x70\xe8\xa8\xdc\xb0\xb5\x0c\xcb\xa3\x9a\x57\xbf\xfc\xe3\x6f\xaa\x82\x09\x68\x25\xff\xb2\xab\x20\x4c\xe4\xd4\xaa\x44\x8c\x15\x3f\x82\x97\xd7\x30\xa3\x10\x9d\xa9\x63\xfa\xae\x26\xce\x98\xa0\x03\x86\x66\xfc\xec\x7e\x05\x59\x17\x34\x87\x54\x2b\x27\x66\x7e\x68\x2e\xb9\x2d\xe5\x54\x16\xdf\x60\x58\xb5\xb5\x6b\xf7\x19\x18\x48\xb7\xd3\xcf\x45\xe8\x9e\x1f\x5b\x6f\x00\x17\xd7\xf0\xac\x61\x68\x24\xe7\xe4\x51\xb4\x8d\x4a\xb8\xf3\x73\x21\x3d\x29\x6d\xa3\x77\xde\xdb\x43\x3e\x17\x2b\x8f\xa2\x74\x16\x29\x11\x9f\x37\xa8\xed\xe4\x44\x84\x0e\xd9\x7c\xce\x44\xe6\x06\x04\x83\xf5\xef\xbf\xae\x08\x67\x5c\x99\x4d\x9e\x08\x86\x20\xc4\x49\x6f\x00\xab\x48\x55\xc8\xde\xbf\x6c\xa2\x5b\x84\x4c\x3b\x2f\x5a\xcb\x90\xdc\x15\x2d\xdd\xe4\x81\x0d\x9e\x53\x2f\x46\x78\xca\xe9\x00\x07\x0a\x5a\x55\xcb\xd2\xcc\xcb\xb2\x56\xe1\xaf\xd3\x07\x43\xf4\x7f\x84\xb8\xa7\x53\x8c\xe8\x36\xd5\xa1\xbe\x60\xd7\x03\x85\x83\x74\x69\xf4\xa6\xd0\x34\x08\x3f\x15\x8d\x6b\x24\x17\xa7\x5c\xd9\x94\xc0\xf9\xae\xeb\x16\x4c\x29\xd1\x4d\xaa\x5e\x66\x44\xb1\xcc\x77\x30\x7c\x85\x08\xda\x64\x62\x9b\x8a\x5b\xd9\xd3\x8c\xd0\x28\x1d\x21\xe4\x89\x66\xe5\x4f\xfa\xe9\x70\x46\x60\xd9\xbc\x48\xf6\xd4\x91\xe3\x81\xd0\x53\x1c\xca\x1c\x94\xdf\x2e\xb7\x01\x5d\x77\x57\x94\x3d\x9e\x19\xc7\xfe\xf9\x42\x36\x49\xf5\x32\x0a\xb0\xf0\xcb\xa8\xfc\x71\x79\xc0\x83\x77\x14\xe9\xfa\x50\x42\xd3\xd3\xd0\x9f\x41\x91\xc2\x46\x98\x37\x92\xcd\x83\x69\xfb\x8d\x50\x36\x47\x97\x5e\xea\xfd\x64\x59\xb4\xdf\x04\xb5\xe5\x80\x5a\x15\x12\x5f\xaf\xde\x65\x83\x40\x56\x47\xa1\x72\x99\xc2\x12\x8b\x06\x5b\x2b\xad\x6a\x02\x5c\xa1\xc3\xff\xd3\x98\x02\xf8\x8c\x3a\xb5\xd7\x3f\xd2\x11\x30\x27\x52\x0b\x03\xd2\x39\xb1\x88\x1a\xd8\x6a\x59\x60\x63\xcb\x48\x14\x12\x3a\xad\x28\x7c\x4c\x80\x65\x89\x15\x07\x34\x30\x24\x87\x08\x77\x8c\x5f\xcb\x18\xa7\x7a\x43\x0e\xaa\x06\x40\xbc\xfe\x89\x56\x5c\x11\x64\x56\x1d\x08\x71\xed\xd4\x7d\x52\x81\x16\x43\x1e\x1b\x52\x07\x03\xbb\xeb\xe0\xaa\xd0\x2d\xf0\xf3\xa4\x02\x20\x38\xfa\x58\xc0\x3a\x9b\x26\x34\x96\xd0\x0e\x2a\xcb\xea\x82\x16\x0d\x0e\x85\x17\xd7\xba\xd5\x11\x82\x39\x94\x59\xcb\x96\xbf\xbe\x9e\xae\x27\x2f\xc4\x0e\x07\x6a\x8a\xe8\xdd\x80\x9a\xc9\xcb\x4f\x93\x7b\xc7\x2e\x49\x2f\x53\xa7\x22\x20\x74\xc3\x40\xf1\xc7\xe1\x6c\x1c\xac\xa9\x10\xc8\x21\x56\x1d\xb7\x09\xef\xdb\xad\x99\xc9\x32\xbe\x08\xb2\x15\xf7\x89\x9f\xb9\x12\x2c\xa3\x2b\x45\x79\x58\x36\xfc\xbc\x8c\xd4\x11\x10\xcb\xff\x77\xaa\x20\x20\x70\xf8\xe7\xb5\x0f\x77\x32\x55\x39\x9c\x9d\x52\x38\xf4\x22\x5e\xb5\x6b\x70\x0b\x89\x5f\xa5\x60\x0f\xfc\x0e\x66\xc2\xed\x05\x37\x75\xe6\xee\x81\x27\x72\x82\x9b\x20\xdc\x0f\xdd\x04\x50\x3c\x18\x07\x7c\x93\xec\x22\x17\x31\x65\x24\x17\x43\xf9\xcc\x6d\x0e\x33\x3e\x2e\xec\xd0\x8a\xe1\xff\x24\x3c\x28\xd9\xc3\x54\x95\xa7\xd7\x71\xa1\xab\xf2\x48\x94\x2c\xb1\x07\x04\x2a\x62\x58\xa8\x72\xe9\x4f\x98\xaa\x58\x7f\x1a\xa9\x9b\x18\x97\x74\x7f\xfc\xe4\x03\x2d\x4c\xce\x1d\xfb\x55\x40\xc3\x01\x9a\xe4\x00\x73\xb3\x0d\x8c\xb6\x7b\x23\x6d\x36\x3b\x55\x01\x7c\x3f\x63\x98\x6c\x33\x3f\x44\x73\xe0\xa9\x77\x22\x80\x8f\x9a\x12\xf6\x15\xe1\xdd\x5e\x2c\xd7\xf9\x31\x70\xad\xe7\x1e\x24\x07\xdb\xe5\x6d\x22\xe9\x7b\x20\x17\x61\x95\x6a\xa9\x0a\x4b\xe1\x37\x1d\xd5\x86\x5b\xc8\xd7\x9e\x89\xab\x23\xbd\x3c\x55\xc3\xd7\x78\xee\xfb\x61\xca\x80\xfb\x61\xea\x34\x20\xf8\x4a\xb1\x30\xa7\x72\x21\x9a\x80\xe6\x31\x46\xcf\xbc\xb8\xf6\x91\xb0\x97\xbf\xb2\xaa\x9b\x6e\xc2\x93\x8a\xb5\xf9\xee\xf0\x3d\x88\x3d\xee\x1f\x3c\x86\xa9\x52\xc0\xcd\x2f\x93\x2f\xc1\x2d\x87\xa5\xb0\x0f\x82\xa3\xdc\xac\xa7\xb0\x54\x20\x6b\x1e\x56\x9b\xc6\x4f\x7d\x03\x8f\x7a\xeb\x4d\xdb\x28\x0b\xdf\x63\xa9\xdd\x90\xc8\xf5\x00\xa9\x56\x3b\x38\xbe\x11\x69\x74\x1a\x5b\x8d\x66\xe7\x76\xe5\x6b\xbf\xfc\xd7\xa3\x2c\xe6\xe3\xb0\x73\x22\x61\xe1\x13\x7c\x24\x32\x94\x52\x5e\xb8\x92\xed\xb6\x1d\x1b\xf7\x59\x65\x36\x3d\x07\x97\xe6\x7c\x4c\xa8\xef\x18\x00\x5b\xe8\xf6\xfb\xb1\xd1\x49\xd7\x63\x16\x95\xd0\xd0\xb2\xff\xa7\x84\x6e\xc3\xac\x29\x37\x04\x82\x83\x2e\xf8\xe3\x1b\x77\xe1\x91\x87\x70\x43\x01\xea\xe8\xb7\x99\xd0\x07\x6f\x28\xfd\x1d\xf2\x49\x54\xe6\xf4\xf8\x13\x58\x24\x3a\x29\x74\x31\x6e\x9f\x5e\x3a\x24\xe2\x2b\xe7\x46\x31\x89\x33\xe2\x89\x71\x49\x5b\xac\xf2\x22\x5b\x0c\x1b\x59\x2d\xe8\x8f\x92\xa5\x1d\x23\xc6\xae\xa7\x7b\xca\x6c\x8f\x83\x0d\x30\xa8\xe1\x96\x4b\xde\xc1\xc8\x67\xa7\x2e\x57\xb4\x20\x6c\x04\x97\x61\x27\x14\xf0\x5a\xb5\x7d\x57\x43\x09\x69\xfa\xac\xe3\x8f\xad\xa2\x70\xfe\x28\x87\x55\xbb\x6d\xa2\x7f\x77\x1e\x61\x1e\x3a\x87\xc9\x58\x49\x75\xa6\xe4\x10\x8b\xd8\xf8\x00\xd9\x6a\xdb\x8d\x88\x7f\xdf\x7d\xfc\x95\x9a\x7f\xfb\x51\xa5\xe7\x3f\x11\x8c\xd1\x23\x46\x34\x5b\x0e\x84\x0c\x3e\xaf\x73\x20\x61\x58\xd8\x48\xc7\x42\x34\x15\xfd\x0e\xec\xcd\x07\x2c\x85\xf4\x17\xe0\x15\x59\x75\xbf\xd4\xe1\x32\x65\x85\x71\xb1\x1c\x84\xad\xf1\x16\xbb\x29\xf8\x25\x38\xf0\xec\x57\x1e\x3d\x6a\xb7\x92\xb1\xf0\x55\x08\x51\x9a\x64\x0d\xab\x19\xb7\x57\xf3\x04\x74\xa5\x22\x0f\xba\xe7\x6a\x80\xb9\x2e\xd5\x9e\x90\x5f\x5d\xd5\x90\x79\x6c\x26\xd3\x17\x7c\x16\x9e\x79\x84\xd4\xe4\xd1\xd0\xa3\xc7\xe6\xc8\x26\xf4\x07\x3f\xd9\x72\x1a\xcf\x69\xd3\xa0\x33\xb7\xf9\x93\x34\xd9\x9b\x21\x3b\x6f\x6b\x76\x03\xa2\x0b\x17\xec\x6f\xc6\x23\x05\xe7\x53\x87\x32\x89\xf2\x78\x9f\x8f\x62\x45\x72\x95\x80\x79\x2a\xc0\x86\x44\xdc\x52\x4f\xb8\xf7\x73\x9b\xb9\x39\x38\x65\xb0\x5c\xdc\x50\xff\xab\x15\x7a\xe6\x58\xc5\x12\x04\x77\xd5\x01\x32\x5b\x9e\x90\x4d\x42\x29\x66\x9e\x38\x42\x02\x76\x82\x0f\x1e\x5d\xff\xb7\xcf\x7b\xea\x81\x17\xc2\x5a\xad\x0b\x5e\x88\xb9\xe5\xed\x2a\x07\x93\x09\x74\xcd\xfd\xfe\x0f\x66\xec\xad\x3d\xfb\x77\x8e\x1d\xf0\x06\xb5\x1c\xfe\x93\xf9\x79\x4e\x42\xf7\x92\x39\x7c\x7a\xfe\x6b\xd0\x49\x93\x47\x35\xfb\x0e\x92\xc0\x17\x33\x91\xd2\x3f\x0b\xe4\xa2\xbd\xca\x68\x4a\x5f\xdc\xeb\x93\x94\xc2\xba\x4f\x8c\xb0\x55\x21\x4b\xa4\x9d\x80\x31\xe4\x86\x4e\x0e\x86\xe1\x67\xc9\x61\x6f\x32\x23\xbe\x7c\x87\x44\x2c\x8c\x20\xd1\xf7\xfb\xda\x42\x82\xb1\x85\x07\x9c\x7e\x98\xcf\x5e\xe6\x75\xbe\xca\xb7\x78\xcc\x9e\xe5\x59\x29\x58\x95\x68\x0b\xfe\x8e\xcf\x81\x23\xc5\x58\x2f\xf2\x49\xbd\x37\x45\x92\xd2\x63\x59\x2f\x6e\xb7\x30\x9f\xc8\x12\x58\xe3\xdd\xfe\x74\x0f\xdf\xdb\x86\x87\xa2\x2a\x9f\x8e\xfa\x83\xf3\x65\xca\xfa\xa7\xd0\xe6\xba\xa6\x3b\x62\x77\xad\xfa\xd8\x31\x92\x80\x21\x89\x37\x7d\x2f\x62\x0f\x50\x43\xf8\x14\x9c\xfe\xe9\x69\x3c\x3e\x39\x0d\x38\x7f\xba\xb5\xbd\xfb\x5c\x44\x37\x20\xcd\x3c\x35\x17\x09\x72\xfa\x29\xa0\x5d\xfe\xde\x2c\xdd\x12\x77\xed\xfd\xeb\xc6\x84\x2f\xc4\x73\xce\xc9\xc4\xee\xfe\x98\x3c\xca\x08\x28\x01\x93\x37\xba\x28\xb2\x97\x32\xc8\xd5\x5b\x33\x9e\x1f\x4b\xda\xcf\xf1\x4f\x16\x5c\xc8\x47\x76\xe9\x50\xb7\xd5\xa3\x7c\x1a\x9d\x16\x8a\x43\x3d\xca\x50\x5e\x77\xf0\x67\x4d\x44\x0b\x83\x1b\xc3\xfa\xa3\x7d\x5e\xcb\x4f\x78\x25\x3b\x8f\x64\xff\xc1\x7b\x57\xa9\xdc\x48\x3c\x11\xe6\xeb\xbc\xc9\xd7\x45\x59\xd9\x19\x11\xb9\xf4\x20\xda\xc5\x37\xf8\x0b\x21\x9e\x7e\x98\x6a\x98\x6c\xa5\x12\xc6\x37\x19\x5d\x84\x6f\xf9\x8f\xfe\x1a\xb6\xa8\xc5\x5b\x3a\x91\x52\x68\x6c\xca\x25\x01\x4e\xc3\xb6\xd0\x79\x7a\xc5\x2f\x56\x0c\xa1\xc2\xf1\xe3\x3a\xc0\xc6\xb5\x12\x7c\x8b\x91\xc5\xef\x4a\x7b\x6c\x9d\x51\x24\xef\xb5\x7a\x5c\xc7\xd7\x31\xb3\x17\xa6\xdd\x3a\x3d\x04\xdc\xb2\x18\x83\x9a\x64\xad\x7a\x08\xf5\x5c\xa6\x09\xd1\x8b\xf6\x92\x68\xae\x7b\x62\x26\xd6\x6c\xf3\x83\xf0\xaa\xfa\xbe\xe1\xa9\x7e\x57\x38\xc9\xee\x3d\xd7\x8a\x08\xcf\x0a\x38\x5c\x54\xb1\xa8\x99\xf7\xf6\xa3\x57\x83\x5a\x72\x4e\x8f\xbd\xc9\x35\x5b\x2f\xc8\x75\x61\x69\xcf\xf5\x5f\xc1\x22\xa7\x62\xa9\x18\xc9\xdc\x0f\x22\x3a\x00\x7b\x79\x80\x6e\x7c\x52\xcd\xb0\x36\x47\x7c\x17\x4d\x03\xfb\xe6\x02\xbe\x6a\x86\xa7\x5c\xf5\x05\xb4\x5d\xe9\xa5\x5a\xc9\x95\x17\x4b\xde\x3e\xf6\xd9\x08\xf0\x1b\xbd\x8b\x20\x4e\x0b\xda\x9d\x1f\x13\xae\x9a\xec\xcc\xa6\xa6\x79\xb2\x73\x43\xbe\x95\x2b\x16\x9b\x67\xdf\xc9\xe6\xa7\x35\x12\xd1\xd1\xfe\x4b\x34\x12\x27\x7a\x1c\x68\x24\x0a\x0b\xa1\x65\xdb\x5c\xaa\xf7\x46\x64\x1b\xa3\xbe\xe7\xbd\x13\xaf\xfa\x9f\xc7\x25\xa7\x50\xa8\x7b\x50\x22\xf4\x05\xbc\x95\xac\xb6\xad\xbd\xfd\x29\x40\x81\xf0\xbb\x83\x85\x57\x3f\x3b\x2c\xe6\x3a\x67\x90\x7d\xcc\xce\x9f\x30\x84\x8a\x80\x56\xeb\xcc\x05\x51\x39\x18\x3b\x07\x52\x6a\x55\x9c\x36\x5d\xc7\xbf\x7a\x81\x09\x8f\x48\xd4\x7a\x57\xb9\x0f\xbe\xf8\xea\x09\xf3\xe3\xce\x41\xd7\xa8\x1c\xd0\xfb\x47\xcd\x7d\xe7\xb4\xf2\x5d\x5e\xd7\x42\x48\x61\x73\xc5\xc3\x43\x65\x91\xf9\x0e\x7e\x7f\x42\x68\x48\x17\x5d\x64\x01\xcd\x56\x68\xae\xab\xde\x0c\x3d\x25\xee\x64\x60\x83\x3e\x34\x3c\x17\x32\xd2\xf1\xd5\x3c\x5b\x2f\x54\x55\x67\xcc\x1c\xa2\x65\xd7\xb9\xea\x7f\x1f\x68\x04\x81\x48\xef\x6b\x02\xbd\xaf\xde\x47\xc6\xc2\xc3\xa8\x02\xb8\x2c\x04\x2e\x5c\x56\x3b\xfc\xdf\x39\x2c\xcd\xee\x77\xb5\xdd\x5e\x44\x3b\xa0\xd8\xdd\xe1\x66\x22\x24\x25\xf4\x05\xfe\x15\x9e\x28\x08\x9e\x7d\x47\xf7\xae\xd8\x70\x88\x04\x28\x05\xdc\x07\x4f\x07\x9e\x3b\x44\x63\x83\xea\xce\xbc\xc6\xa4\xf9\xf5\x5f\x41\xea\x6d\xb6\xe6\x90\x13\xd9\x92\xfc\x3f\xff\xe7\xff\xf5\xfe\x3d\xc2\x85\xf7\x9a\x6a\xfb\xfe\x3d\x11\x6e\x39\x5a\x9c\x88\x80\x14\xb6\xec\x59\xdf\x69\x49\x0c\x19\xe3\x8e\x13\xfa\x44\x29\x0b\xb4\x8f\x75\xaf\x0e\x58\x13\x5e\x3a\x66\x1b\xc4\xdb\xc0\x47\xc6\x30\xb3\x20\x02\xc3\x0c\x8c\xb5\xc4\x04\x01\x53\x5d\xc2\x59\x72\xf6\xe7\x36\x4f\x37\xcb\x75\x9b\x67\x96\x66\x41\x74\x4e\x0a\x1b\x90\xde\x62\x53\x9f\xe1\xe6\x32\xaf\xe5\x32\x7c\x2d\xe0\x1d\xdd\x84\xc0\xe8\x9d\x5f\xb2\xb4\xdc\x11\x73\x98\x79\x5c\x5f\x0c\xc3\x4a\xd0\xdb\x0d\x0a\xb2\x66\x89\x38\x7c\x65\x88\xa7\xd8\xb7\x30\x5b\x83\xf6\xb9\xbf\x75\xb0\xbc\xbd\x72\x10\xc6\x54\xd7\xeb\x7a\xe1\xf1\x69\xae\xec\x96\x3d\x4d\x52\xa9\x5b\xad\x93\x54\x1e\xb0\x68\xc8\x29\x89\x45\xb8\xfe\x3b\x06\xba\x35\x9b\xb1\xa1\xe9\xd7\x65\x36\xd3\x17\xc9\xe9\xc3\x67\x4d\x65\xed\xe2\x3e\x8b\xd6\x66\x17\xf9\x16\xd6\x8f\xaa\x3c\x87\x93\x79\x63\xd6\x8b\x7f\xa7\xaf\x60\xef\xdc\xd3\xc5\xf7\x82\x0a\xb4\x2b\xe2\xed\xb8\xb3\x5f\x60\x1c\x49\x9f\x61\x14\xb9\xce\x47\x21\x21\x10\x43\x62\x32\x76\xc4\xd6\xac\x2c\x95\x7c\xde\x74\x44\x2b\x35\x1d\x5d\x96\x2d\xfc\x8e\x0a\x6a\xfc\xb5\x61\x22\x84\x00\x3f\x07\x36\x9e\xe1\x18\xf2\xa6\x5e\xdc\xe3\xbf\xb0\xd7\xdc\x5a\x53\x53\xc5\x67\xec\x35\x64\x66\xac\xd4\xa3\xab\x4c\xaf\x29\xd1\x5e\x9d\xfc\xa6\x93\xe6\x88\x22\x5f\xf2\x5f\x57\x8b\x9d\x2c\x50\x55\x7d\x2c\xd2\xa0\x05\xf0\x8f\xe1\x5b\xf3\x99\x3d\xe2\x81\x24\xea\xb0\xc8\x59\x07\x87\xdb\xb0\x99\xb9\x99\xcc\x87\x33\x72\xdf\xd5\xa3\x82\x61\xfe\xd8\x6e\xcc\x55\x92\x0e\x6a\x5c\x40\x7c\x71\xce\x65\xfe\x1b\xde\x0c\xba\x75\x77\xf1\x5c\xf8\x8f\x3b\xba\xa4\x50\x79\x3d\xeb\xe5\xd8\xbe\x0c\x1a\xae\xc5\x7d\xc2\x4c\xfe\x8b\x78\xbe\x9c\xd3\x7d\xa1\xcb\xea\xbf\x12\x20\x5b\x8e\x6a\x82\x8f\xce\x95\x04\xe1\x62\x98\x2b\x57\xe1\x67\xf0\x7d\x3e\x3c\x94\xa0\xa8\x00\x61\x47\xa5\x72\xe9\xec\x44\x8d\x94\x4e\xa5\x5a\x6a\x17\xcf\x3a\x18\x38\xb0\xf0\x7d\xa2\xaa\x3f\x6c\x39\x6b\xba\xf4\x7c\xd4\xc3\x01\xfb\x6a\x3c\xe8\xc6\xa8\x03\xae\xc0\xc5\xba\x1c\x8f\xde\xb7\xe8\x27\xb0\x39\x39\x04\xb1\x9a\x45\xd0\xe4\x91\x5e\xf3\xcd\x00\xfe\xa2\x51\xca\x1a\xa6\xf8\xbe\xcd\x73\xb3\xdb\x28\x8f\x77\x43\x33\x7a\xaf\x11\x61\x07\x56\x00\xc7\x8e\xe3\x0a\x4c\xec\x9c\xaf\xa4\xd2\x2d\x57\x35\xb7\x83\x6d\xf1\x15\x79\x57\xfa\x7a\xc6\xd5\x13\x3c\xe6\xd1\xd6\xf8\xa0\xf5\x28\x59\x51\xa2\xe7\x63\x46\xc5\xcb\xfd\xd6\xa4\x56\x9d\xaa\x14\x24\x0c\x22\x0c\x45\xa3\x68\x57\x6e\x2c\xed\x8d\x90\xb7\xd6\xe2\x3d\x6e\xcc\x0a\xbb\x4b\x0c\x93\x25\xda\xcd\x77\x80\xcd\xe4\xb2\x60\x17\xfb\x62\x45\x4b\xd2\xff\xe7\x83\x59\x86\x85\x44\xb9\xe1\xb1\x64\x0b\xc3\xdc\x2a\x09\x5f\x8e\x00\x4f\x9b\xbc\x0e\xf6\x86\xd5\x4e\xf4\x7e\x12\x18\xb5\xfd\x0d\x47\xde\xd7\x58\xe7\x54\xe3\xc4\x00\x13\xe7\xaa\x0d\x1d\x0d\x39\xf1\x79\x0e\x5f\x3e\xc5\xc1\xcf\x7a\x3f\x70\x87\x8d\xa7\x1a\xd4\x1a\xfc\x89\xd8\xa4\xae\x6c\xfb\xe9\xb2\xd8\xf1\x5e\x6e\x57\x3d\xfc\x85\xed\xe4\xf4\xb3\xe5\xaa\xe3\x66\x4f\xd9\x03\xb7\xf7\x69\x3a\xdd\x70\x67\x0b\x30\x01\xf0\xe2\x45\xc3\x67\x35\xb1\xc1\x79\xa1\xc2\x88\xc9\x66\x35\x3c\x13\xce\x11\xf4\xe1\x6a\xa2\x64\x8e\x18\x59\x35\x8c\x4b\xaf\x0a\xc1\x74\x13\x75\x00\xc4\x52\xa7\x56\x1c\x39\x51\xa9\x82\xb3\x6b\x23\x06\x04\xbd\x30\x3f\x32\x08\x98\x1c\x9f\x1e\x23\xd7\x8a\x06\xc8\xcc\x81\x0d\xe8\x5e\xdb\x6e\x57\xd6\x0d\x30\x35\xab\x2c\xcd\x15\x1c\x86\x98\x48\x86\x27\x08\x3e\xde\x3c\x60\xd0\x52\x0c\xf6\x26\x1a\xe1\xee\xf1\x11\x2d\x4a\x7f\x3c\x77\xbe\xfb\xf0\x45\xad\x87\xd4\x2b\xc5\xbe\xfb\xc3\x8b\xfa\xf6\xa7\x77\xbe\xfb\xe8\x45\x0d\xa1\xc2\xa8\x83\xe5\x85\xd9\xd8\x13\xbd\x70\x63\xd7\x62\x5f\xd9\x97\x79\xd9\x82\x31\x44\x29\xb4\x0c\x1e\xaf\xfc\x80\xd9\x4a\x68\x8e\x2e\x46\x0f\x2c\x63\x13\x04\xd1\x45\xd8\x21\xd3\x32\x8f\x20\x7a\xbc\xd9\xee\x96\xba\x07\xf5\xe2\x4e\xa6\xcb\x37\x04\xbd\xbe\x03\x29\x05\x53\xd6\x2c\xbe\x97\x72\xc8\x5a\x69\xd5\x79\x86\x35\xd3\x12\x9c\x48\xe5\xdf\xe4\xd7\xa7\xbc\x16\xec\xc0\xf7\x7e\x9c\xd2\x6b\xd3\x98\x16\x67\xf6\xe1\x08\x3b\xb2\x06\xca\x35\xe8\xf2\x22\x74\xc6\x3f\x74\xbe\x57\x71\x91\x4e\x48\xab\x9c\xbb\x19\x25\x30\x7a\x8f\xaa\x57\x96\xb7\x45\xea\xb9\x57\xc9\x87\x4f\x8b\x2b\xc5\x9d\x0e\x2b\xc3\xe4\x4b\x34\x98\x6e\x7b\x06\xd8\xdb\x81\xd1\xd7\x3a\x99\xc1\xee\x63\xe7\xe0\xd9\x48\x5c\xd3\xdb\x6d\x9b\xcc\x4e\x7b\x10\x39\xab\xe9\x67\xf5\x76\x7d\x09\x39\x43\xd4\xf4\x05\xf7\x76\x50\x8c\x91\xd0\xa1\x38\xd4\x06\x1d\x17\x6a\xa5\x6f\xdd\xf9\xbe\xe4\x38\x7d\x42\x7c\xf9\x01\x9d\xaf\x2f\x91\x65\xec\xe4\x7b\xfd\x23\xb1\x8a\xa9\xc4\xd5\x72\x90\x3b\x16\xd5\x6a\x89\x73\xac\xbc\x60\xe6\xcf\xda\x51\x10\x40\x58\xd0\x64\xa6\xda\x95\x51\x8b\xbc\x58\x3a\xff\x18\xe6\x6e\x24\x1a\x83\x7a\x8b\x4a\x44\x11\x35\x02\x83\xf4\xb1\x2a\x8f\x3b\x78\x80\x25\x23\x77\xd9\x48\xd5\x1d\xf9\xde\x12\xcf\xe6\xb1\xc4\xab\xbf\x84\x17\xdd\x66\x79\xb3\xf8\x3c\xeb\x42\x08\x88\xec\xc8\xdc\x44\xcd\x4b\xf6\x49\x25\x9e\xd0\x7d\x92\x27\xb8\x09\xbc\x8e\x86\x0f\xaf\xd4\xa0\x4d\xe5\x90\x7d\xf4\xff\x93\x35\x20\x95\x77\xc4\x67\x40\x09\x48\x71\x7f\x27\x6a\x4f\x4c\xb8\x97\x6d\x54\x79\x62\x41\x52\x10\x9a\x6c\xc6\x25\xea\xc9\xf5\xa0\xcc\x60\x48\xce\x9c\xfd\xf4\x3c\xa7\xb4\xdf\x37\xd7\x9c\x50\x0c\x5d\xf9\x26\x43\x35\x90\x4d\x59\xf8\x70\x95\x1c\x4f\x2b\x83\x7a\xc3\x05\xd1\xff\xc0\x57\xcd\x1e\x88\x6a\x98\xd4\x2e\x4c\xcf\xc9\x9b\xe9\x28\x69\xd5\x9b\xc3\x38\xbd\x85\x89\xd4\xde\x01\xe2\xdd\xd3\xe6\x13\xc8\xef\x8d\x22\x5f\x58\x80\x80\xb9\x85\xc0\x74\x26\x3c\x5f\xc0\x67\xd0\xcf\x44\xc3\x08\x6a\x19\xdd\x55\xea\xc2\xaa\x99\x18\x1e\x0b\xd6\x29\x11\x9e\x52\xee\x70\xb2\x9a\x4a\x34\x7d\x5d\x08\xca\x85\x3d\x05\x13\x8a\x00\x59\x0e\xfb\x05\x23\xb2\xc9\x2b\xf7\x3a\x1f\xf4\xba\x22\x1e\x72\xb1\x32\x47\x33\x1c\x4d\xfe\x2e\xf6\x6e\x20\x2d\x8f\xd8\x64\xcf\x1e\xcb\x4f\xb7\xe6\x12\xc2\xc8\x76\x4b\xbb\xc2\x1a\xb3\xc2\x6c\xed\x91\x0d\x44\x0f\x9d\x8b\x62\xe3\x6a\x36\x97\x20\x81\x9a\xd2\x8f\xa7\xcf\x4b\x91\xa7\x62\x79\x26\xa3\xb3\x46\x1c\x3e\xb5\xf6\x60\xe8\x8e\xf7\xcb\xe5\x68\x17\x79\x72\x69\x4d\xc6\xca\x9d\x3c\xa3\x8b\xcd\x61\x0b\xdd\x18\x70\x00\x08\x63\x38\x2e\xbe\xff\xca\xc9\xb8\x18\x5f\x8c\xb6\xa9\x61\x3d\x23\xed\x21\xfd\xa1\xbb\x4f\xe3\x7f\x1c\xd2\x08\x84\x41\x3f\xe0\x9e\x3f\x00\xa1\x90\x29\x36\xfd\x37\xfe\x21\x38\x55\x37\x32\x66\x3f\x1e\x63\x98\x6f\xa3\xf3\x67\x6c\x21\xc7\x09\x80\x4d\xea\x94\x28\x25\x62\xd5\x30\x46\xe6\x78\xe6\x0f\xc4\x2c\xe7\x13\xc8\x30\x1c\xe2\xe6\x7f\xb3\xa3\xb8\x7e\xfd\xc8\x7f\xd5\xae\x77\xb6\x5a\x3b\xb2\x41\x46\x40\xe7\xe6\xbf\xab\x6b\x6a\xfc\x5f\x88\xc4\xd1\xb9\x9b\x15\x28\x02\x04\x6e\x15\x69\xf6\xfd\xae\xde\xb4\x1c\xbc\x35\x28\x8f\xe5\x03\x7d\x09\x04\x0d\x04\xef\x12\x98\x69\x27\xa8\x46\x68\x36\xa9\xa3\xaf\x3a\x81\x05\x2f\xc4\xcb\xef\x4b\x1f\xe1\xc6\x3f\xa2\xd1\xf1\x89\x1b\x35\xec\xb8\x11\x57\x45\x54\xa8\x30\x5f\xa3\xb5\x5b\xb6\x33\x0b\x77\x67\x71\x4e\x9f\x4b\x3f\x26\xe0\x44\x0b\x60\x43\x12\xf5\x3b\x61\x15\x5d\x73\xe3\xee\x96\xb6\x26\xba\xd7\xd0\xa5\x60\xad\xfa\x7d\x56\x2d\x4c\xb4\xef\x08\xa7\x1c\x37\x65\x26\x1c\x82\x86\x9d\x8b\x0c\x11\xbd\x05\x22\x24\x7d\x7e\xbe\x79\x4d\x97\xdf\xa6\x1b\xb8\x2f\x88\x59\x18\x9b\x7b\x70\x20\x14\xda\xc3\x46\xe3\x88\x28\x3d\x76\x08\x62\x7d\x96\x19\x14\x1c\x56\xe3\x58\x6a\x3c\x21\x7a\x77\x77\xfc\x00\x7a\x5c\x60\x8a\x25\x6b\x88\x78\xfd\x8a\x60\xc2\xf9\x87\xa2\xed\x30\x18\x90\xdb\x85\xa0\x23\xd6\x1f\xdc\xd4\xd7\xc0\xdb\x75\xb2\x3f\x36\x52\xc4\x6b\x10\x2e\xf1\xf4\x20\x83\xb0\x9d\xee\x1e\x55\xb4\xab\xe8\x55\xe4\xb4\xce\x14\xce\x45\x90\x41\xaf\x5d\x04\x11\x31\x9a\x00\x74\x4c\xdd\x5a\x86\xcc\xb6\xd0\x1b\xc6\x4d\x58\xce\x59\x2f\xbe\x7f\xd8\x07\x9d\x9c\x82\x54\x8f\xbe\x22\x0b\xb6\x64\x5d\x36\x78\x20\xe8\xce\x39\x38\x8d\x81\xe7\xdd\x7f\xbb\x93\xbd\x97\x1c\xc5\x8c\x02\x96\x70\x03\x41\x37\x8a\x60\x97\x43\x45\xf8\xe3\x81\x88\x58\xf3\xf9\xf7\xb3\x40\xa4\xd8\x3f\x46\x03\x61\x50\x50\x65\x4a\x50\x11\x14\x9f\x12\x56\x0c\xab\x64\x7d\x79\x09\xef\xb5\x70\x12\xe5\x32\x6b\x09\x30\x98\x51\xcc\x25\x2e\x0f\x24\xff\xb0\x6e\x41\xd0\x87\xe1\x6c\x1c\x35\x3f\x1a\xc3\xb3\x17\xf1\x0a\xe9\x45\x5f\xe1\x39\x80\x9f\xdf\xb4\x28\xcb\xe9\xc9\x8f\xea\x90\xa5\x61\x9e\x94\x88\x9a\x47\x03\x0d\x64\x48\x6d\xb1\x69\x98\xac\xa8\xca\x6d\x11\x6d\x9c\x90\x7e\x4f\x88\xd4\xba\xfe\x31\xfc\xde\xeb\x89\xc3\x8f\x6e\x03\x9e\xf0\x9a\xa1\xa5\xdd\xaa\xeb\xea\xbb\x3e\x9a\x61\x6e\xdf\x8b\xd7\x6c\xd9\x05\x41\x05\x7a\x61\x91\x0f\x08\xa5\xdd\x2e\x19\x02\x1a\x68\x0a\xe8\x0f\x11\xd9\x4d\x17\x0e\x31\x11\x42\xe1\x2c\x70\xb9\xbe\x5d\xd1\x7f\xef\xef\x76\xef\x67\xd9\xed\x89\xcd\xe8\xad\xcb\x22\x20\x12\x8d\xa0\xb7\x9f\x51\x1e\x39\x36\x19\x0c\xfa\x0a\x28\xd3\x1b\xa0\x11\xb5\xc2\xf3\x24\x3c\x76\x95\x6c\xed\x5e\x62\x22\xb3\xce\xe3\x2c\x69\x60\x53\xb8\x12\x23\x7a\xe7\x3a\xca\x5a\x5e\xf5\x8b\x1e\x45\xd0\x0b\x97\x14\x91\xf7\x41\x41\x4c\x06\xbf\xc9\x24\x35\xce\x82\x58\x46\x8c\xe4\x62\x6c\x4b\xda\xd3\x96\x91\xaf\x05\x0b\x9a\xcc\xad\x18\x6a\x86\x56\x58\x63\x49\xdb\x44\xf5\x13\x26\xa6\xa3\xc9\x4c\xd1\xda\xb0\x17\xfb\x57\x91\xda\x53\x53\x3b\x01\x36\x37\x1b\x99\xce\x0e\x44\x22\x2c\x9e\xd1\xff\xf8\x5f\xf3\x83\xdd\xa6\x88\x0d\xa5\xc1\x29\x0e\x09\x8a\x6e\x45\x65\xb2\x07\xf8\x0e\x0b\x87\x1d\x02\x75\xa4\x74\xe5\xd7\xac\x3a\xd6\xd9\xb6\x59\xb9\x69\x3d\x0b\xa8\x2e\x8e\xb4\xc4\x2b\x4b\xd7\xfb\x20\xf1\xac\x38\x0e\x1b\x5c\x03\x76\xb9\x43\x18\xb0\x9e\x11\xf0\x23\x2c\xc1\x63\xea\x95\xb8\xc8\xab\x1a\x11\x39\x38\x6c\xbd\xa2\x0a\x89\xdd\x0d\x53\x79\x79\x76\xa5\x41\x18\xda\x9e\x3f\x28\x3d\xcd\xdf\x1d\x35\x1d\xb5\x10\xff\x98\xb5\x0d\xf5\x6f\xc3\x5e\x9d\xc5\x85\xca\x08\x9c\xd6\xe4\x11\x47\xc7\x68\xc4\xad\xc4\xe0\xe9\x8f\xb0\x8b\xae\x81\x43\xaf\xed\xc5\xb1\x88\x1b\x44\x5d\xb3\x61\xaf\xf6\x8b\xa7\x65\x71\xa7\x4e\x2c\xdf\x5b\x0b\x17\x39\x4f\x54\x10\x92\xe7\xfa\x7c\x1b\xd0\xdb\x72\xd5\x36\x04\x02\x8e\xfd\x8c\xd6\xe2\xca\x58\xf4\x5e\x07\xbb\xe1\xec\xe0\x82\x3a\x6a\x2c\x17\x2f\xb7\xaf\x85\x68\x25\xa9\x5d\x7e\xe8\x12\x1d\x48\xe8\xe2\xc0\xec\xcc\x28\x29\x0b\xfc\xa4\x94\xec\x3c\xf9\x8c\xdd\x67\x61\x0a\x5c\xe1\xbd\x76\xc7\xc9\x3d\x9a\x2d\x8c\x66\x3a\xf7\xaa\x6b\xbf\x0c\x50\xaf\xb7\x46\xf7\xdd\x68\xc3\x2e\xd8\x45\x91\x8e\x7a\x0b\x69\xe3\x85\xa3\xcc\x65\x23\xce\xd9\x54\x40\x7b\xf7\x6d\x2e\x01\x70\x89\xeb\xdf\xc3\xe9\xd2\x7f\x0e\x42\xb2\xc1\xa8\xa4\x97\xd3\x04\x4d\x2f\xcb\x72\x53\x2f\x9e\xd9\x15\xfe\x91\xf7\xdf\xd7\x79\x23\x45\x5f\xe2\x3b\xc2\x39\xf7\x65\xc4\x18\xe6\xe9\x64\xf0\x7d\xef\xc1\x13\xcc\x82\xdd\x13\x1f\x69\x24\x43\x93\x28\x84\xfb\x62\xf5\x47\xf3\xbd\xdd\x9d\x72\x93\x0b\xd6\x24\x8e\x53\xa0\x72\x42\xa7\x41\x45\xae\x13\xe6\x28\xa1\xed\x19\x74\x97\x10\xf8\xe1\x41\x58\x97\xf3\xbe\x57\x93\xbd\x04\xba\xcf\x26\x17\x75\x34\x08\x07\x5b\x0b\x17\xe2\x9b\xe0\xf0\x14\xa1\x78\x09\x94\x15\x58\xd8\xb3\xd1\x8b\x78\x43\xed\x12\x0d\x4d\xe8\xf0\x4a\x17\x2c\x9d\x08\x26\xfb\x03\x6c\x6b\xcc\x76\xc9\xe8\x4c\x9e\xb1\x23\x22\xf4\xff\xd2\x54\xe2\x20\xc1\x28\xce\xb7\x89\xea\x0f\x42\x37\xbf\x55\x3b\x35\x53\x63\x63\x3a\x17\x4d\xc9\x07\xf7\x66\xdf\xf1\x5c\xdd\x47\xd8\x9c\x56\x7c\xa5\x30\xca\xbe\xd4\x68\x56\x78\x47\x5a\x17\x32\x60\x93\x07\xdb\x29\x92\x90\x68\x77\x92\xc3\xaa\x55\xc7\xc4\xad\xdd\xd0\x26\x89\x81\x62\x72\x5c\x73\xf0\x2f\x09\xb7\xed\x5f\x92\x13\x7b\xc4\xfd\x2e\x11\x8c\x6c\xe3\xdf\xfc\x78\xd1\xce\xec\xf1\x75\xdd\x6a\x1f\xbc\x11\x03\x92\x68\x6b\xc2\xd5\x4e\x76\x7f\x53\x3f\xb2\xea\xf3\x6e\x87\x6c\x2c\x88\x2d\x0c\x79\x3e\xd8\x2f\xc1\x35\xff\x01\x77\xd7\xff\x4c\xfe\x03\x30\x4a\x7f\xf2\x22\xb3\x3f\xfc\xa7\x63\xa3\x27\x2c\xdb\xb7\x66\xc2\x23\xf8\x6c\x0a\xd0\xf3\x84\xc3\xeb\xb4\x6e\xbd\x6d\x70\x20\xcc\x9f\xc4\xe7\xa1\xf1\x47\x61\xfa\x16\xb0\x14\xc2\x10\x99\x4d\x6a\xf7\x2e\xc6\xa9\x77\xb8\x39\xf0\x41\xf7\x9d\x66\xb8\x89\xd5\x12\x2c\x2b\x30\x1a\x3d\x34\xb8\x57\x2b\x7b\xa4\x07\x8e\x16\x7c\xfd\x53\x4d\x8c\x42\x5f\x9d\x53\x81\x70\x00\x11\xf0\xd3\xb5\x18\xa6\x49\x2e\x92\x38\x4c\x86\x0a\x5f\x34\x06\x43\xb4\xc6\x31\x96\x9d\x87\xe8\x0e\x42\x07\x88\xea\x0b\x0e\x8d\x6a\xd8\xd6\x3f\x6c\x5e\xd9\x75\xbb\x35\x55\x61\x47\x8d\x64\x6f\x9c\x5b\x27\x83\x3f\xf7\xa2\x9b\x00\x49\xba\x58\x2b\x9d\xee\x73\x9e\x3c\x41\xc4\x88\xae\x10\xbb\xdf\x21\x37\x5b\x66\x07\xb5\xba\x19\x4f\x59\x9f\xaa\x9a\xde\xaa\xf7\x93\xd0\xc4\x3b\x98\x08\x5e\x55\x9d\x42\x33\xe2\xf3\xfe\x3f\x99\x94\x0b\x09\x1e\x98\x81\x6f\x74\x6b\x61\x7b\x34\xac\x2e\x1e\x0d\x19\x1b\xef\xc5\x4c\xa8\xd2\x71\x47\xa3\xbe\xb4\x9d\xcc\xd7\x4d\x31\xba\x4d\x45\x7d\xc1\xfc\x3a\xa3\xd3\x5a\x78\x33\xb1\xe2\x12\x0b\xdb\x51\x5d\x67\xc6\xe9\x4c\xf7\x86\xb6\xab\x84\xbc\x08\x0f\x73\xa2\x94\x61\x5c\x9d\x30\x2e\x90\x10\x81\x1c\x32\xb0\x65\xab\x37\x75\x86\x1e\x84\x9e\x1c\x0f\x1f\x1e\xdd\x39\xd0\x01\xe8\x24\xe7\xc0\x70\xa5\x31\x05\xc7\x20\x0e\x46\x8b\x2e\x7f\x47\x6c\xd6\x64\x00\xdc\x9b\x86\xfa\x03\x0d\xf5\xdc\xa4\x97\x25\x27\x75\x99\x18\x6b\x37\x8c\x1c\x22\x2e\xe0\x7d\x90\x11\xe7\x5c\x73\xe5\x42\xce\x08\x69\x7b\xfd\x63\xdc\x6e\x6a\x12\xc0\x72\xaa\xcd\x70\x52\x95\xc3\x5e\xf2\xbe\xc0\x1f\x91\x9d\x25\x10\xea\x18\x02\xd2\x76\x10\xef\xd3\x45\x54\xf8\x78\xf4\x8c\xb2\xce\xe1\x6b\x53\x6b\x38\x40\x0d\x52\x1c\x3f\x61\x41\xd5\x11\x37\x93\x39\x0f\x4c\x54\xf2\x6c\x2c\xc0\x9b\xa8\x9d\x2d\xee\xc1\x98\xae\x9b\xec\x38\xba\x89\xa5\x73\xae\xc8\xfb\xc4\x0c\x32\x02\xf0\x32\x62\x13\x8f\xbb\x08\x19\x1a\x16\xf7\x71\xfd\x40\xcc\xa7\x2e\x0f\xc1\xf8\x51\x94\x8c\x01\xfc\x0e\x6b\x39\x19\x7f\x2f\x1c\x6c\x07\xa8\x40\xa4\xe4\x58\x7a\xd9\xb4\xf3\x49\x5f\xa1\xb5\x63\xce\x46\x93\x38\x89\x89\xde\xc6\xa1\xe4\x74\xaf\x7f\x18\xf4\x1a\xbb\xb0\x28\x87\x59\x3a\x89\x56\x1c\xef\xe6\xc0\x89\x48\xe0\x2a\x0a\x6a\xf4\xcc\x4b\x65\xce\x7a\xdd\xad\xa8\x73\xd5\x71\x8b\x83\x7f\xc4\xaa\x49\xe6\xf1\x4f\xcd\x8d\x0d\x4b\xb1\x6c\x0d\x04\x3a\x44\x24\x51\xbc\x11\x7b\x36\x74\x64\x48\x94\x74\x62\x45\x22\xad\xe6\x48\x0b\x23\x38\x1b\x9f\x73\x3c\xe0\x1f\x5e\x37\xa0\xba\x5d\x9c\xe9\x28\x9e\x44\xeb\x7d\x67\x0e\x1c\x83\x20\x72\x08\x1d\x6d\xdf\x6b\x66\xf1\x51\x3f\x0b\xe5\x83\x8f\x82\x5f\x20\x2c\x19\xac\x73\x1f\xc2\x5e\x2f\x4f\xf6\xc1\x8e\xe0\x69\x3c\x86\xe3\x9e\x8e\x18\xcd\x25\xbc\x31\xdf\x4e\x3c\x1c\x65\x28\x13\xf1\xcb\xbe\x75\x92\x85\xe8\x5d\xb9\xc0\x0e\x4d\xbe\x45\x37\x86\xb4\x18\xe3\x3c\x51\x65\x8f\x08\x95\xbe\xe6\xce\x6c\x98\x2e\x8d\x5e\xaf\xeb\xbf\x4e\x74\xe5\x5e\xc9\x67\xee\x4d\x83\x34\x7a\x62\x86\xf2\xf6\xf3\x1b\x58\x16\x26\x72\x69\x0f\x5f\xde\xc0\x6d\xeb\x84\xbb\x56\xc0\xe3\x20\xae\x6a\xa0\xb8\xf7\xb1\x04\xd8\x52\x7a\x70\x55\xcc\xe9\x86\xc3\xc8\xa1\xce\xed\x5e\x5e\xb9\x41\x3f\x63\xc0\x8b\xe6\xa0\x6e\xd3\x63\x8e\xb5\xac\xa6\x43\x3d\x9c\x9e\xe6\x64\xdb\xde\xf3\x77\x18\x02\xce\x27\xa5\xc8\x65\x09\xea\xe6\x37\x1a\x00\x04\x44\x74\x93\x6e\x70\x9c\x76\x53\xa9\xec\xae\x7c\x69\xa7\x37\x6d\x68\x2e\x31\x16\x73\x05\x5b\x26\xf6\xb2\x12\x53\x3f\xb4\x36\x14\x03\xd9\x38\x4a\xd0\x3c\x68\xc7\xb1\x10\x7b\x77\x0d\xa8\xcb\x56\x83\x9d\x7f\x14\x10\x3f\x45\xaf\x9d\xc8\xc4\x0f\x86\xe3\x71\x8c\xf6\x62\x1e\xf1\x65\x15\xec\xaf\x31\x92\x44\xe3\x8e\x42\xfd\x33\xee\x0a\x42\xe5\x8d\xc3\xa4\x75\x43\x5a\x54\xa1\x68\x72\xe4\x79\x0c\x8d\x07\x11\x57\x28\x04\xeb\xaf\xa1\x50\x43\xd9\x1d\xbb\x62\x01\x86\x86\x24\x41\x80\x0a\x48\x85\xaf\xd8\x30\x14\xa6\x2d\x41\x4c\x57\x76\xcb\x48\x1e\x3f\x3a\x7f\xe2\xa3\x41\xa7\xe5\xa6\xdc\xd2\xad\xa2\x63\xca\x0c\x67\x16\x01\x7a\x3f\x68\x74\xff\x03\xee\x24\xac\x2b\xc2\xfc\x37\x56\x02\xc5\x42\xef\xcd\xa1\x5f\x70\xbc\x73\x22\x65\x38\x93\x64\xa8\xc8\xd3\x1d\x67\x25\xf8\xf5\xdf\x59\x2c\x7d\xa3\x4b\x5b\x1f\xe8\xa1\x75\x6b\xa6\x07\x4d\x42\x32\xf4\x84\x88\x14\x44\x97\x87\xb0\xf1\x78\x8f\x86\x15\xa7\x05\xc4\x07\xde\x3e\x33\xed\x89\x1b\x89\x81\x83\x85\xe5\x4c\x11\x42\xf5\x78\x48\xc4\xca\x3c\xbf\xc9\x0d\xf7\xf4\x94\xfc\x9d\x91\x82\x29\x65\xab\xbf\x35\xb7\x46\xfd\xcc\x39\x99\x07\x75\x96\x13\x7f\xd2\x11\x12\xa8\xa1\x52\xc8\x38\xe7\x56\xc8\xc0\x4c\x56\x57\xe8\xe9\xc4\x33\xe1\x82\x46\xa5\x67\x10\x0e\xf2\x00\x03\x2b\xea\xe5\xfa\x92\xb9\xe5\x38\x27\x88\x17\x5a\xd9\xd3\x9b\x3e\x18\xca\x07\x36\xe1\x4e\x3a\xd7\x6e\x18\xd6\x04\xb9\xc9\xca\xad\xbd\xda\xe4\xba\x88\x6e\x9e\x78\xe7\x22\x16\xe1\x40\x7f\x99\x6f\x71\x5c\x76\xd3\x16\x99\x4b\xcd\xc8\xe9\xa6\xae\x68\x56\xc6\x81\xaf\x3b\x15\xdf\xd1\x78\x8a\x4e\xd9\x79\xfd\xdf\x24\xd9\x8d\x9d\xaa\x42\x60\x01\x27\xc5\x47\x19\x40\x01\x4e\x99\xe3\x4a\xa2\xa0\xa9\x17\x0f\x8d\x24\x9a\x8d\x28\x7a\xad\xb3\x97\x40\xcb\x8b\xe7\x2e\x02\xc8\xab\xbf\x8c\x2b\xad\xca\xac\xf3\x01\x3b\x46\x72\x4a\x39\x2f\x2f\xac\x64\x8b\x0f\x15\x71\xe4\x9c\xcc\x69\x15\xb8\x2c\x94\x6a\x99\x89\x24\x75\x89\xd8\x1a\x04\x75\x01\xcd\x7a\xb9\x58\xdb\x2c\xe1\xda\xe9\xee\x6e\xd9\x2f\x3c\x10\xd2\x40\xda\xcd\x44\xc3\x59\x6f\x5f\xd0\x31\x14\x0c\x02\x87\x29\xc1\x1b\x3e\xde\x3a\x71\x36\xc4\xd2\xe8\x04\x82\x72\xf8\xe8\x1d\x07\x23\x11\x31\x10\x33\xdf\xec\xe1\x9e\x27\x06\xac\x81\x2c\x1b\x16\x70\x1b\x0d\xfa\x25\x16\x97\xaf\xfe\x42\x6b\xd2\xd4\x72\xb9\x83\xd4\x81\x3f\xae\x67\x66\x20\xd8\xe0\xdd\x1d\x4f\x2c\x70\xa9\x1e\x40\xb1\xab\x31\x88\xa2\x32\xac\xa6\x64\x99\xd6\x8e\x02\xa0\xe1\xc3\x24\x4a\x0f\xae\x1d\xf0\x2a\x22\x79\x49\xe2\x1b\x91\x9e\x01\x37\x3b\x61\xd9\x9e\xc3\xc1\xbb\x58\xfa\xe2\x57\x47\x1c\x00\xdb\x3a\xac\xf1\x7a\x20\x10\x85\x5c\xd7\xeb\x9f\xfa\x90\x5d\xde\x39\xff\x1f\x7f\x63\xfd\x72\x8e\x98\x99\x17\x4e\x1d\x2a\x5c\xa4\xd9\x77\x8d\x78\x98\xfe\xe9\xfc\xd1\xc3\xb3\xe4\x87\xf7\x0f\x87\xc3\xfb\xa8\xf4\x7e\x5b\x6d\x6d\x81\x09\xd0\xed\xfa\xdf\x1f\x7c\x73\x96\xe4\xcd\x7e\xfe\xde\xff\x7f\xf8\x5d\xaf\x0a\x4b\x7e\xc7\x41\xc9\x43\xd2\x10\x47\xd3\xbb\x53\x06\xc1\x75\x42\xf2\x22\xad\x2c\x52\xdd\x6d\xe8\x4f\xf0\x99\x28\x8d\x4d\x1f\xc5\x2f\xcc\x99\x3a\xa8\x93\xd3\x38\x03\x21\x74\x8e\x3b\x30\xac\x17\xd8\x36\x06\x22\xe9\x97\xd6\x45\x06\xf8\x93\x01\x7f\xe1\x70\xab\x21\x06\x16\x0f\xb5\x2c\xac\xf3\x12\x38\xdd\x94\x3f\x0e\xbb\x60\x8f\xb2\xb2\xd8\x76\x2e\xdd\x96\xef\x47\xa0\x06\xe5\x4e\xbf\x33\x6c\xcb\x39\x0f\x2c\xd0\x30\xdb\x9b\xf5\x0e\xe8\x84\x27\x1d\xcf\xeb\x39\xa0\x75\x19\xf8\xfb\x0f\x3a\x92\x98\x80\xd4\xfe\x78\xf8\xfd\xd7\x2d\x91\x95\x42\x03\xbc\xfa\xcb\x59\x92\xb2\x4e\x7a\xdf\xf7\x3c\x6e\x1c\x19\x13\x4c\x97\xea\x03\xad\xea\xf3\x72\xec\x77\x36\xb1\x2b\x74\x93\xf6\xe9\xe5\x88\x15\x08\xb6\x4d\xef\x5b\x5f\x2b\x79\x17\xdf\xdf\x1b\x92\xbd\xb1\x06\x48\xf2\x80\x68\x32\xe4\x6e\xf8\xbd\x8f\xb5\x00\x67\x82\x54\xb2\x24\xf9\x6b\xd9\xf5\xe7\x03\xdd\x6b\x17\x1e\x6d\x8f\xd7\x1c\x50\x77\x03\xd2\x8f\x91\x84\x7b\x30\x1f\x9e\x7e\x2d\xe7\x23\x3c\xe4\x88\xc6\x10\x0f\xe9\xb7\x51\xdd\x68\x94\x21\xf5\x31\x8c\x7a\x39\x64\x70\xdc\x40\x11\xe5\x15\x32\x07\xa9\xc0\x3d\xbf\xfe\x88\x6b\xab\x5a\x3f\x3b\x79\x93\x79\x2a\xfe\x1a\x0f\x50\x2c\x76\x44\x6e\x58\x8f\x3c\x99\x28\xfe\xc7\xdf\xe0\x41\xbf\x56\x2b\xb7\xe3\x20\xbe\xd7\x39\x9a\x10\x59\xce\xc1\xc0\x82\x08\x37\x27\x24\x06\x32\x82\xc4\x85\xe1\xe0\x3c\xc3\xa2\x38\xcb\xea\xf0\xee\x5f\x9a\x02\x19\xbc\xbf\xa6\x77\xeb\xfa\xc7\x70\xb7\xf6\xdb\xb2\x8b\x22\xcf\x1e\x32\xc8\xe6\x38\x31\xec\x80\x71\xed\x2b\x47\x11\xc7\x7c\x03\x33\xd5\xaf\xec\xc7\xb0\x6f\xc3\xfa\x39\xb3\x65\x14\xd3\x87\xac\xd1\xcc\x7a\x59\xc9\xb9\x66\x3a\x88\xce\x9e\x48\xf0\x48\x0d\x72\x0d\x01\xe7\xc6\x47\xc8\x95\x48\xb1\x1c\x1e\xb7\x0f\x5c\x13\xec\x19\xbb\xe0\xf6\x0b\x7c\xa8\x91\xc4\x24\xcf\x06\x27\x5e\x09\x42\x7c\xf5\x73\x0b\xa5\x0f\xa1\xd9\xd0\xd4\xea\x86\x41\xcc\x7c\x9d\xd7\xc6\x5f\x3b\x1c\xfb\xcd\x38\x15\x7f\x2d\xec\x6c\x18\x84\xed\x10\x36\x7f\x9d\xde\x3b\x3a\xc7\x30\xc8\xda\xc3\x3e\xa4\x5a\xd0\x61\x68\x0d\x13\x12\xfa\x72\xad\x6f\x9d\x38\x67\xc7\xec\x38\xb3\xae\x37\x83\x8e\x37\x88\xbe\x16\xcc\xec\x66\x1e\x28\x88\x5b\xd4\x8a\x0f\xc2\xf0\x42\xbd\x01\x07\x34\x35\xbb\x38\xfa\x5a\x30\x9f\x9b\xb9\xa1\x59\x96\x5f\x5c\xcc\x57\x55\x79\xa8\x11\xc0\xac\xad\x52\x76\xb5\xd3\x14\x93\x57\x48\x36\xfa\xfb\xaf\x70\xc8\x97\x8a\xb0\xb0\x26\x58\xaa\x10\x51\x23\x95\x4f\x62\xda\xb1\x90\x3f\xf2\x89\x6d\x59\xe3\xcc\x86\x5f\x39\x82\xc7\x26\x05\x51\xd3\x62\x9f\xee\xd3\x0b\xba\x54\xc3\x9c\x43\x95\x3a\xa8\x2f\xcb\xc3\x12\xff\xe2\xc0\x6c\x30\x6c\x47\x14\x2e\xc8\x4e\x1b\xf8\x19\xb3\xd1\x2f\x75\x10\x54\xae\xf7\x5b\x22\x90\x25\x33\x67\x9e\x11\x1a\xde\x4b\xb8\x79\x50\x19\x7d\x2d\x5a\xf6\x05\x31\x20\x52\xef\x39\xff\xda\x88\xb6\x19\xf1\x59\x36\x5a\x13\x43\xca\x69\xbb\xa7\xfd\x4e\xe6\x23\xbc\x06\x31\x4d\x02\xd9\x76\x12\xd4\xe4\x0b\xfc\x53\x5f\x98\x87\x85\xba\xf5\x70\x1b\xd1\x8f\x7a\x02\x84\x18\x3f\xfb\xea\xa1\xfc\x60\xef\x6a\x0e\xc2\x0c\x12\x97\x2e\x4b\xb3\xe5\x31\x67\xce\x67\x7b\x3e\xf2\xdd\x76\x05\xe2\x74\xcf\xff\x96\x58\xb9\x9a\x12\xd2\x57\xc8\x2a\x73\x41\xb4\xdc\x71\x43\xe7\xe7\xbe\x11\xcf\xe0\xda\x3c\x13\x95\xe8\x41\x53\x3f\xfb\x2a\xb4\x29\x38\xc6\x73\xfa\x93\xc3\x70\xd1\x7d\x67\x33\x3c\x31\xe7\xf1\xdf\x0c\x98\xb9\x60\xef\xfa\xad\x10\x20\x11\x96\xff\x4e\x4d\x28\x54\xc5\x07\x83\x45\x08\x1c\x2e\x9d\xd7\xbd\x07\x42\x4e\x04\x1e\x2c\xb4\x37\xec\x7b\x22\x17\x5a\x3b\xea\xcd\x75\xaf\xd4\x30\x33\x6b\x37\x48\x34\x1e\x4c\x3a\x68\x7c\xee\x89\x0e\x36\xa3\x25\xb0\x29\x58\xe2\x06\x10\x53\xbe\x99\x2e\xcf\xef\xbf\xa6\xa1\x24\xad\xdc\x25\x47\x1a\xa2\xe5\xbc\xe3\x67\xc0\xfa\x5e\x0e\xdd\xb2\x85\x57\x09\x68\x76\x23\x12\xe1\x15\xc5\x82\x33\xeb\x36\x28\x63\x52\xff\x1e\x07\xa9\xea\xab\x0f\xe2\xf1\xf4\x51\x0f\x3a\x34\xef\x73\x40\xb7\xbd\x55\x57\xe7\xf3\xf4\xb3\x18\x5d\x83\x87\xf9\x4e\xc3\x97\xc2\x7d\x1c\xbe\x0e\xee\xfb\xa1\xca\xd9\x0f\x93\x5d\x94\x02\x38\xe1\x9b\xf3\xb8\xcc\x18\x3f\xf8\x02\xf0\x1a\x20\x8b\xaf\xff\x0f\x09\x2b\x9d\x5b\xc8\x19\xc7\xe0\x15\x07\x38\x3c\x9c\x80\xb5\xa0\xbe\x6e\xc2\x3d\x42\x87\x44\x1d\x1e\x5d\x70\x06\x5a\xf5\xc1\xac\xbd\xa6\xca\xb8\xae\x44\x81\x49\xac\x14\x27\x26\x14\x21\xa1\xdd\xd4\xd4\x45\xc7\xba\x9f\x6d\x61\xfa\x69\xc5\xa6\x9b\x7e\x70\xec\x1c\x91\xc4\x9c\x30\x60\xc3\xc4\x9f\x68\xb2\x3d\x70\xc2\xda\x4d\x6e\x91\x33\x77\x8b\x2e\x13\x03\x97\xbb\x4e\x6a\xa0\x3a\xba\x84\x42\x02\xba\x5a\x5e\xa5\x37\x59\x2f\xb2\xe2\x1c\x5e\x95\xd7\xc8\xe5\xf4\x3e\x4c\xbe\x49\xa5\x8a\x63\x38\x92\x25\x81\x14\xae\x25\x8b\x3a\x4e\x3e\x40\xa3\x41\x3d\xed\xeb\xf2\xce\xde\xac\x8a\x19\xde\x86\xd8\x52\xce\xe1\x1e\xa1\x15\x94\x4a\xc0\x4d\x61\x52\x81\x48\x55\x4f\x2b\xf8\x79\xd0\x4d\x04\xe8\x39\x4f\x10\xf6\xf7\x81\x44\x95\x36\x68\xf6\x5d\x59\xad\x5f\xf4\xe9\x7e\xa2\x1c\xa8\x81\x9c\x99\x6b\xf8\xc8\xf9\xae\xda\x63\x7b\xfd\xa3\x4f\x7e\x33\xac\x1d\x06\x8a\xbb\xfe\xaf\x40\xcf\x85\x8b\x15\x17\xda\x0a\x84\xa1\xe2\x12\xc4\xa2\x37\xcd\xc1\x6a\x62\x7a\x4d\x46\xc9\xa4\x9c\xf2\x6d\xc8\x31\xe2\x08\x93\xbe\x1b\x06\xbc\x7d\xe9\x4d\xff\x9e\x87\x5c\x45\x39\xdb\xdb\x72\x4f\x97\xfa\x9b\x96\x93\xab\xe5\xc5\xcb\x1c\x1a\x2e\x22\xb0\x25\xa8\x02\x61\x3e\xa2\x23\x37\x25\x72\xd1\x71\x02\xa3\x7a\xf1\x5c\x72\x15\x75\x33\x4e\x7c\xa1\x42\xf9\x7a\xe1\x72\x98\xd0\x6a\xb4\x24\xca\xa9\x11\xa5\x70\xed\xc3\xbb\xa0\xcb\xd0\xac\xb4\xe3\x54\x48\xc0\xa4\xbc\x51\xbd\xe9\xba\x4f\x9e\x34\xcc\x83\xc6\x05\x13\xf5\xdc\xfe\x7e\xe6\xa3\x52\x4a\x74\x31\x24\x06\xf7\xe9\x0f\xbc\x54\xa3\x93\x48\x5f\x0c\xf3\x3e\x19\xd3\x21\xc9\xd4\xa5\x28\xbd\x9c\xf7\x03\x79\x9c\x42\x0c\x27\xe4\xa1\x3b\x5c\x0b\x4d\xcc\x59\xf8\xf9\xff\x51\x1a\x44\xb1\x94\x54\x02\x01\xc6\x20\x27\xf4\xef\x0c\x40\x34\x84\x2a\x4c\x41\x12\x7e\x0d\x06\x1d\x9d\x0e\xb1\x15\x42\xcb\xbf\x24\xc2\xd6\x74\x87\x83\x00\x5b\xff\x8c\x8d\xe8\x0d\xa9\x25\x42\x09\x6c\x98\x63\xc2\x7f\x9f\x4c\x36\xf1\xcf\x1a\x76\xc6\xd5\xa7\x12\x13\x84\x7b\xf0\x56\x7a\x5c\xb5\x19\xa5\xf6\x37\xe7\x99\x38\x63\xb5\x90\x4b\x2d\xa1\xc9\xd9\x39\xc3\x44\xee\x42\xfb\x83\x3d\xec\xa7\x31\x16\x32\x0c\xd2\x2a\xdc\x95\x44\x37\x13\x33\xbf\x29\x8d\xc6\xb4\x61\x48\x84\x3a\x86\x32\x87\x38\x7e\x28\xec\xba\x6f\xac\xae\x5b\xf0\x28\x48\x3b\xe4\x25\x2f\xa1\x4d\x06\x50\x19\xd2\x8d\xd3\x0b\x76\x83\x01\x08\xcb\xc2\x9d\xf5\x47\xa8\x98\x7f\xab\xb8\xa2\xc3\x39\x02\xcf\x8c\x82\x8b\x86\x18\x7b\xaa\x81\x90\x21\x71\x42\xa5\x1b\x56\x96\xbe\x96\x23\x0b\x94\x0b\x91\xb6\x31\x3f\x4b\xda\xaa\x25\xc8\x02\x08\x89\x9d\xe6\x50\x5c\x38\x8c\xbe\xd6\x6f\xd8\x81\x51\x5d\x04\x48\x33\xc5\xd7\x73\xfd\x7b\x99\xef\x97\x27\x22\x8a\x86\x69\xa9\xcc\xc7\xbe\xa1\x18\x58\xf8\x7c\x48\x76\x50\xe0\xb0\x63\x2d\x16\x25\xdd\x11\x5e\x2d\xae\x46\xc5\x29\x46\x17\x2e\xc6\xe7\xb0\xc0\xb5\x6d\x9d\x11\x47\x7e\x35\x98\xef\xb2\x2a\xe9\xa0\xbe\x2d\xb7\xc1\x84\x26\x02\x00\xc4\x8d\x08\x53\x63\x21\x76\xe3\xbf\x8b\xe2\x5c\xad\x02\xdc\x47\x22\x09\x5e\xc2\x63\xa1\x15\xe7\x26\xfd\xaa\x4f\x62\x70\x32\x6a\xc9\xa0\xbb\xc3\x8a\xfb\x3b\xf5\xc7\xc3\x06\xc8\xe6\xec\xde\x4f\x8e\x9a\x3c\x93\xf7\x73\x8e\xf4\x53\x3e\xf7\x94\x7e\x8b\x87\x96\x6f\x20\x6c\x34\x18\x36\x4b\x38\x35\x4a\xb4\x4a\x8d\xc6\x95\x7c\xcc\xc2\xe0\xed\xe8\xad\x0f\x24\x22\xf3\xc1\x71\x83\x86\xa3\xcc\x6a\xbc\x3b\x9f\x09\x36\x78\xa4\xe7\x3a\x00\x93\xf1\x13\xd3\x60\x9f\xa1\x76\xa2\xd2\x9b\x4c\x43\xd6\x20\x02\xf7\xdc\x65\x66\x66\xd5\xbc\x0b\x5d\x3c\x08\x27\x28\xc3\x48\x72\x7d\x9d\xcb\xd3\xa1\xf5\xa4\x99\xa8\xf5\x66\x7b\xe2\x86\xc7\xc3\xbc\xd2\xa4\x97\xa3\x0d\x39\x93\x6c\xa1\xe0\xcd\x0f\x3a\x57\xa6\x7b\x27\x6d\xbf\x64\x26\x2e\x3c\x5e\x34\xba\xb3\x9b\x0b\xb6\x6f\xea\x3d\x95\x12\x06\xed\x7a\x44\x44\x84\xb0\x6e\x55\x89\x81\x78\xe2\xac\xbc\xf5\x47\xf4\xe6\x78\x22\xd7\x3e\x5c\x0b\x6c\xed\xd0\x26\x35\xc4\x2a\x11\x46\x91\x99\x3a\x32\xf0\x5e\x4f\x06\xc6\x34\xda\x9b\x3e\xd4\x52\xd7\x85\xcc\x66\xf2\x50\xde\x9a\x60\x13\xfd\x49\x67\x5c\xc3\x19\x86\xc8\xf5\xf4\xf7\x72\x30\x7c\xd0\x65\x8f\xef\x85\x27\xba\xa1\xe6\xf8\x00\x47\xee\x3d\x9d\xe0\xf7\x1b\xfd\xd1\x92\x3f\x05\x28\x83\x37\x47\xd4\xbb\x2d\x5b\xf2\x82\x1f\x0d\x0e\xce\x45\x20\x9a\xbe\x05\xe1\xec\xbc\x85\x54\x34\xb9\x13\xbe\x6c\xf3\x10\x67\x0c\x41\x2a\x5a\x22\x6d\xa3\x9d\x82\x24\xc5\x3d\x1e\x14\x3e\x9e\x58\xd1\x49\x14\x13\x06\x81\x76\x1b\x1e\x63\x99\x7f\x6a\x4e\x82\x88\xde\x66\x4a\x11\xbe\x89\xe3\xd9\x0e\xe7\x25\xb8\xe4\xcd\xe7\xe5\x2f\x10\x5f\xc6\x37\x9e\xd4\x59\x84\x84\x3c\x8a\x99\x40\x2d\xaf\x9f\xf2\xa9\x4c\x86\x43\x20\x57\x93\x2f\xe6\x0d\x43\x93\xaf\x20\x66\x62\x24\x55\x9e\xcf\x87\xb7\xce\x8f\xe4\x74\x25\xb1\x7d\x61\x3c\x9c\x9a\xaa\x49\xc8\x66\x7e\x76\xfb\xde\x0a\x7a\x9b\xc1\xbf\x43\x5d\xc5\x15\xbe\x9d\x4a\x40\xb9\x27\x4e\x58\x03\x76\x8b\xf1\xd8\x59\x94\x43\x12\xb1\xd4\xd9\x2e\x14\x32\x0a\x61\x28\x91\x9d\x90\x4f\xf0\xc5\x0c\x29\xa5\x57\xa5\x41\x7e\xaf\x76\xbb\xcf\x1b\xce\xdf\x5a\x07\x2a\xe7\xb4\x9b\x39\xac\xa6\xfc\x4b\x90\x5e\xf0\x74\x76\xc8\xb6\xb9\x44\x18\x35\xe5\x4f\xc2\x4c\xa4\x8c\xcc\x98\x30\x5d\xc3\x53\x84\xfe\xb4\x6c\x8b\x3c\x53\x83\x58\x24\x1a\xf3\xb6\x5c\x46\x3d\x7e\xa0\x8f\xda\x95\x05\x86\x5a\x3c\x90\xbf\x22\x0d\x9b\x05\xfe\x9d\x8f\xc5\xaf\xd3\x48\xc6\x13\xfe\xe4\xfc\xf9\x66\x4d\xd9\x98\xed\xe2\x11\xcb\x22\xed\xee\x63\x38\xc6\xf7\x6b\x67\xc1\x34\xed\x17\x51\x6f\xe7\x5e\x10\x1e\x14\xb3\xf5\x88\xe3\xde\xc4\x90\x24\x6c\xcc\x33\x64\x79\x7a\x0b\xd7\x42\x16\x6d\xf2\x14\x8d\xf7\x57\x9a\x18\x4a\x5c\x36\x3f\x33\x1c\x6a\x89\x85\xdf\x9c\x31\x56\xd3\x4b\x27\x9f\xac\x58\xbe\xbb\xfa\x74\xe0\x23\x7d\x16\x94\x44\x46\x7d\xfd\x67\x4d\x36\xe4\x0d\x7e\x91\xeb\xbb\x2f\x8d\x6e\x49\xd4\x5b\x10\x41\x3b\x6e\xb2\xef\xb3\x75\x86\x9f\xcd\x66\x30\x30\x6b\x28\x07\xbd\xf6\xce\x5f\xd1\x14\x59\x53\xd9\x10\x4c\xc4\x5f\xa7\x93\xb0\x8c\x67\x39\x5c\xb2\x38\xe6\x0c\x06\x81\x8c\xee\xfa\xa7\xf0\x0b\x02\x25\x17\x89\x08\xc1\xeb\xa8\xaa\x37\xf7\x88\xe6\x23\x0e\x33\xea\x0f\x1d\xcf\x43\xc2\x88\x86\x5f\x8e\x06\xc3\x25\x13\xfd\xe8\x95\x1f\x7e\x95\xfa\x81\xa7\x69\x1e\x17\x0b\x25\xec\x48\xa7\x09\x70\x0c\xe5\x3e\xce\xb5\x63\xb2\x5e\x7d\xc8\x5d\xa8\x63\x25\xaf\xa7\x6a\x55\x2d\xdd\x54\xf0\x54\xe5\x2e\x28\x47\x70\x03\x44\xd5\xe0\xf4\x35\x25\x87\x0f\x17\xc2\x83\x03\x54\x3b\xe5\x1b\x5b\x1c\x76\xc9\x23\x64\xdf\xbf\xb1\x71\x60\x87\xeb\x53\x21\x9c\xea\x68\x52\xca\x10\x38\x70\xf4\xe3\xe8\xdb\x4f\xc4\x2e\x0c\x20\x4c\xcf\xeb\xd6\xce\x0a\x20\x1c\x4d\x8c\xba\x7c\xa6\x8c\x37\xe8\x65\x7a\xd6\x51\x3f\x13\x2e\x26\x11\x8d\x31\x1a\x86\x5f\x18\xbc\x35\xf9\x4b\x3b\x9e\x26\x17\x44\xc1\xe2\xe1\x3f\x79\x73\x27\x53\xe9\xb3\xdc\x64\xca\xd7\xf5\x3d\x31\x43\x7e\xdc\x8b\xb5\x3c\x68\xa3\x19\x56\x76\x53\x56\x59\x37\x44\x28\xfa\x2a\x09\x01\xc7\x67\xc7\x12\x64\x98\xaf\xdc\x3c\xc0\xc4\x1e\xbf\xf5\x10\x67\x6f\x0e\x32\xeb\xbc\x59\xae\xd3\x68\x6d\xd7\x7f\xdd\x21\xe0\x42\x72\x3c\xb9\xeb\x61\xa3\xc9\xf9\x06\x64\x85\xd1\xcc\x7a\x98\x0c\x82\xfd\xa0\x6f\x31\x19\x9c\x84\x0a\xe4\x8e\x2c\x52\x88\x1f\x91\x2b\x8f\x8d\x16\xe4\xbe\x9a\xac\xbd\x72\x86\x0f\xde\xfd\x05\x59\x51\xa0\x45\x49\xde\x99\x53\xed\x0f\x24\x42\x73\x7e\xb4\xac\xe1\xaf\xdf\x49\xde\x85\x1a\xc7\x7c\xec\xdb\x95\xf4\xcc\xc8\xfb\x32\xf2\x5f\x79\xef\xc6\x49\xf4\x30\xa5\x93\x51\x0f\xb1\xf1\x23\x13\xae\x58\xb2\x8b\x27\x75\xbb\xa1\xb6\xf0\x63\x9b\x1c\x22\x30\xf6\x91\xfe\x59\xe9\x23\x87\x29\x65\x62\x8c\x19\x13\x76\xef\xf6\x39\x22\x60\x10\xce\x32\x44\x9a\x90\x8b\xdf\x2f\xca\x0a\xde\x9b\x4d\x4f\x5e\xe4\x27\x56\x19\x4e\x61\xe2\x40\x5f\x37\x97\x29\x68\xdb\xcb\x42\x58\x04\x1a\x8e\x89\x1c\x1f\x83\x2b\xf5\xd8\x47\xc1\x2c\xd8\x3d\x5f\x6c\xa2\xa6\xc0\xc9\x03\x7d\x7d\xe3\xbd\x9a\x1a\xe5\x66\x38\xbd\xa9\xe3\xe8\x36\xe9\x4c\x8f\x92\xa4\x44\x7d\x93\xc3\x44\x8f\x01\x8d\x03\x51\x7c\x45\x7b\xdb\xe4\x30\x5f\xe4\x3f\x2e\x9b\x42\xf8\x38\x68\xae\xdd\x35\x11\x73\x2d\xb1\xbe\x36\xc8\x1d\xfb\x85\xfb\x56\x4f\x34\x20\xb6\x96\x88\xeb\x65\xcb\x91\x34\xfa\x36\x20\x94\xd8\x24\x84\x75\x40\x69\xf8\x14\x32\xf9\xe7\xda\x41\xc2\x9f\xb2\xce\xe7\x1e\xad\x0d\xbc\x47\x23\xa9\xed\xd5\xae\xc1\xf8\x84\x43\x41\x0f\xda\xb6\x5c\x35\xb4\x01\xc8\x60\xee\x72\x12\xb5\xb4\xa9\x1b\x64\x4c\xe8\xeb\xee\x4b\x4e\x9f\xb2\xdc\x12\xc0\xb4\xfb\x25\x96\x0f\x01\x80\xa9\x93\x72\x03\x6d\xf0\x96\x75\x2a\x07\x6a\x86\x38\xf8\x9b\x18\xc5\x0c\x26\x19\xb6\x36\x48\x2b\x01\x19\xf6\xc4\x0a\xb5\x19\xc2\x79\x86\x4d\x60\x68\xc5\xd9\xff\xcd\x54\x23\xb7\xa1\x97\xd6\xec\x4f\x6e\x67\xdd\x94\x75\x48\xc1\x72\xe5\x93\xdb\x81\x60\xa5\xc4\x5d\x4f\xec\x4a\xd8\x2e\xcf\xe0\xbe\x3a\x68\xb3\xb2\x47\xf6\x94\x3e\xd9\x88\x0d\xaa\x98\x37\x09\x8f\xf9\xc6\x09\xaa\x42\x73\x3c\x41\x68\x6d\x60\x75\x32\x1a\xac\x5c\x5d\xd9\x94\xe8\x86\xaf\xb6\x22\xec\x85\xe4\x4b\xe2\xb8\x21\x25\x08\x35\xe6\x1c\x5c\xbe\xcd\xaa\x2c\x1b\x5c\x9d\x3d\x18\x00\xb6\xda\xe5\x80\x30\xe1\xde\x25\xbe\x4e\xcc\x07\x50\xed\x1b\xb6\x11\x0d\x27\x76\x71\x87\xbc\x29\x4b\x84\x6a\x4d\x9b\x96\x10\xd9\x68\xc0\xaa\x25\x82\xb2\x4a\x1e\x9c\xef\x61\xc6\x73\xba\x9d\x1f\xf3\xa9\x0c\xd2\xb7\xed\xc6\x8d\x53\x93\x5e\xda\x37\x19\xf5\x1e\x2a\xde\xd8\xf2\xc6\x71\x87\xcd\x25\xf5\x39\x50\xd9\xaa\x4d\x37\xb6\x41\xe8\x82\xcb\x25\x5b\xcc\x8c\x3a\x82\xf1\x07\x1e\x23\x83\xc4\xcc\x47\xe6\x63\x8c\xe6\x4e\x97\x7c\x45\xe1\x3b\x9e\xd2\xd6\x37\x86\xcd\xa9\x7c\x3f\xee\xc4\x75\xd7\x39\xd6\xa4\x0b\xb1\xc4\xde\x0a\xf7\x42\xb2\x99\x18\xdc\x6a\xa9\xbc\x9f\x5e\x56\x10\xd1\x7d\x6f\x05\x2d\xad\x75\x6b\xd4\xab\x6b\x03\x7e\xb6\xef\x0b\x91\xa7\x85\xac\x20\xce\x8b\xa3\xd4\xaa\xd1\x56\x6f\x90\x6a\xe3\xd1\x99\xc3\xa5\x16\x8c\x60\x05\xb3\x64\x2e\x7b\xa6\x98\x27\x78\x9f\xaa\xa8\x9d\xe0\x41\xd7\xf0\xbc\x45\x1e\x68\x8e\x2d\xc1\xb6\x2d\x07\x24\x7f\xa1\xc7\x55\x82\x76\x8c\x96\xec\x1b\xef\x0d\xee\xe1\x5b\xb6\x76\x53\x96\xc6\xbd\xc9\xad\x6f\x65\xa7\x5a\xe9\x54\xfb\xeb\xa8\x2b\x23\x6a\x8d\xea\x89\xb4\x42\x7c\xe1\x34\x4b\x26\x01\xae\xdd\xd2\x3d\xa2\xff\x43\xdf\x2b\x49\x32\x39\x05\x2f\x27\x05\x8e\x33\xe0\x4b\x73\x4e\x23\xaf\xaa\x31\x24\x70\xff\xfd\xd7\xeb\xdf\x24\x95\x8a\x64\x00\xd4\x5a\x9e\xd7\xd2\x0f\x8e\x49\xc8\xc4\x0c\x9b\x75\x87\xae\x08\xc2\x15\x49\x08\xa7\x5f\xe4\xbd\x0f\x45\x24\xf2\x5d\xa3\xd4\x7b\xb3\x72\xd7\x03\x9b\xc5\x57\x76\x0d\xe9\x8f\x04\x1e\xb8\xe8\x16\xcf\x44\x18\x76\x35\x70\x77\x83\xe4\x8b\xa3\x37\xf3\xdb\x90\x95\xa7\xd6\x18\xd8\x7d\xba\x44\x85\xa1\xb1\x67\x6c\x5b\xe2\x22\xa9\xcf\xb5\x83\x30\x5e\xb1\x2e\x92\xb9\x39\x31\x6c\xbc\xfe\xbf\xd5\x8e\x2c\x69\x03\x51\x0f\x5f\x3a\xa9\xcc\x79\x8e\x44\x4f\x5d\xd8\xb0\x03\x66\xc9\x43\x46\x56\x52\xb9\x73\xce\xaf\xa1\xd4\x48\x9a\xf9\x1c\xee\x3e\x65\x9d\xf8\xda\xb8\x7c\x33\x66\xa5\x81\x74\x0e\xb9\x38\x02\xf9\x14\xf2\x6e\x2d\x4a\xf4\x09\x6e\xb0\x01\x85\x8b\xdf\x31\x37\x77\x93\x9a\xb8\xdf\x18\x0f\x3e\x2e\x6c\x5e\x00\x37\x3b\xf3\x83\x26\xeb\x71\xd9\xc5\x1e\xb8\xf4\x61\x08\x88\x94\x1e\x57\x43\x26\xef\x44\x3b\x91\xb1\xbe\x2b\xf9\xda\xdf\xff\x50\x16\xda\x4a\xfc\xd0\xf5\xb6\x5c\x61\x67\xe9\xea\x73\x8a\xb2\xf6\x3d\xed\x25\xaf\x97\x3d\x9c\xfa\xfc\x8f\x6c\xbc\xa0\xdc\x6b\x50\x91\xa1\xd6\x57\xda\x99\x1b\x22\x71\xb8\x23\x84\xb1\x04\x3c\x8c\x98\x82\xee\xdb\xba\xe0\x31\x61\x07\xb0\xc9\x05\x50\xf1\x0f\xe7\xdf\xf5\x85\x13\x39\x6a\x57\x92\x44\x4b\xd2\x62\x9d\x9c\x0a\x42\x8a\x70\xbd\xf6\x54\xa2\xad\xc9\x83\x8e\x3c\x0f\xf6\xc1\x61\x6b\xed\x69\x55\x7e\x19\x9d\x66\xdd\xe4\xc4\x35\xd0\xd5\x12\x81\x6c\x98\xf4\x93\x37\x35\x33\x5b\x78\x7a\xc5\xd1\x3f\xe2\x38\x0a\x08\xe7\x88\x88\xe8\xc2\x97\xb2\xd3\x20\x3c\x48\x38\xd4\x8c\x41\x78\xc4\x79\x34\x16\x82\xf5\xc0\x82\x29\x1c\x4a\x46\x71\x9b\x1c\xa8\xa3\xcb\x58\x09\xd5\x0f\x06\x83\x04\x68\x51\x39\x01\x93\x37\x70\xd4\xf1\xe7\xe1\x06\x44\x26\xcf\x3c\xda\x6b\x6c\xcf\x20\x1f\x16\x8f\xe7\xd7\xa1\xe0\xc0\x24\xe2\x67\x69\x15\x20\x55\xfe\x3d\xb0\xa4\xe2\x6f\x13\x1a\xb4\x99\x48\x9e\x19\xab\xbe\x76\xd4\x51\x3e\xd2\x49\xcd\xb8\x14\x04\xf3\x91\x0f\x23\xcd\xbc\x7c\x96\xb4\x83\x71\xd6\xc1\xf4\x52\x0b\x39\x83\x47\x98\x78\x50\x3e\x0f\x33\x4f\xb1\x90\x5c\xb1\xe0\xeb\xd6\x30\xc0\xaa\x76\xa7\x8d\x11\x36\xb6\x57\xbe\xf7\xe6\xbc\xae\xb8\x5f\x8e\x7c\xf0\x99\x59\xe4\xa7\x2d\x40\x49\x65\x2e\x26\x15\xf1\x78\x5a\x70\xc2\x28\x2e\x98\xb1\xf7\x88\x19\x21\xfc\xa0\x52\x80\xd6\x4f\x54\x8b\x3d\x57\xe4\x1b\x3c\xb6\x17\x5f\xd2\xff\xf4\x37\x6e\x3a\xa2\xaa\xbb\xdf\x2c\x4c\xcc\x0a\x62\x55\x8a\x2c\xb9\xff\x30\xfc\xea\xde\x86\xc5\x97\xa6\x06\xc4\xa2\xca\x54\xb9\x7b\x3b\x1e\x81\xfa\xb0\x6c\xcf\x6f\x3f\x86\xbf\xc9\xa5\xb4\xd3\xd0\x1f\x47\x8b\x20\x1c\x1d\xfb\xaf\x1e\x70\xdf\x88\x68\xcf\x89\x75\x80\xc7\x27\x67\x4e\xb6\x9b\x1a\x8e\x2a\x0f\x39\xbc\x1d\xe2\x8d\x74\x6a\x4d\xc7\x94\x4a\x5d\x6e\x4a\x20\xae\x63\x77\x20\xf4\x73\xc5\x66\x51\x7d\x1e\x6b\xdd\x69\xd0\x2e\x1c\xe9\x9d\x55\x01\xd4\xe8\xd8\x6e\xf2\x43\xb0\x45\x5c\x83\x96\x7b\xff\x61\xfc\xb0\xeb\x3e\x37\x4d\x95\xaf\xda\xc6\xf6\xfe\x82\x77\x9b\xaa\xa3\x2f\x13\x71\xcb\x4e\xb6\x89\x34\x5d\xcf\x83\xe7\x34\x7c\x64\x7a\xff\x55\xe7\xb1\xe2\x8c\xa2\xfd\x9b\x3d\x1f\x8d\x10\xcd\x28\x17\xa5\xce\xa8\x52\xdd\x8e\x67\x9e\xd7\x13\xf3\x25\x60\xd9\xfa\x5a\xf6\x7d\xfc\x1c\xd6\xa9\xc1\x27\x72\x12\xf6\xc7\xa5\x18\x78\x1b\xa9\x8f\x98\xa4\x4c\x04\x6e\x58\x54\x94\xc4\xe0\x23\xc1\x3e\x25\xce\xe7\xe4\x9e\xb1\xc6\x33\xaa\x35\x78\x11\xa5\xde\x0e\xef\xe8\xb2\x36\x8b\x07\x75\x72\x37\x4b\xce\xef\xea\xf7\x7a\xd7\xec\x25\xf9\xe6\xf0\xd2\xf0\x93\x76\xfe\xe0\xc9\xe3\xa0\x26\x5f\x81\x73\x96\x98\x0c\x8b\xfc\x6d\x08\x0b\x5c\x9c\x09\xb9\x4e\x30\x48\x11\xab\x44\x68\x60\xe9\x66\x75\xd3\xd5\xa6\x29\x28\x1f\xb1\xb7\x5c\xc3\xe0\x37\x3d\x8a\x46\x98\xba\x81\x97\x2d\x0c\x2b\xf8\x87\x98\x66\x16\xa5\x0b\x64\xa6\xc2\x13\xa1\xe2\xd3\xbc\x80\xf2\x24\x79\xe7\xec\x9d\x79\x84\x6b\x96\x0d\x72\xaf\x69\x08\xbc\xfa\xd8\x5d\xa8\x1e\x2f\x79\xf2\xcd\xb9\x5b\xe4\x26\xdf\xa3\xda\x12\xde\x79\x44\xf5\x3e\x26\x3a\x97\xfd\xf8\x2a\x4d\x7b\x81\x90\x79\x55\xd9\xd0\xe5\x82\x31\x6a\xdf\x70\x0f\xc5\xbf\xad\x5e\x22\xe8\x68\x88\x79\xc4\xb1\x3c\x79\x7c\xf7\x41\x3c\x15\x0e\x53\xee\x68\x6c\x3f\xa9\x20\xea\x39\x3d\x9a\x3d\x65\xfd\xea\x17\x87\x43\xf3\x3d\x64\x69\xf4\x56\x8b\x37\xbd\xf6\x19\x44\x4d\xee\xad\x36\x4e\x62\xc7\x90\x26\x1b\x00\x43\x60\xec\x6d\x1c\x63\x61\x7b\x7c\x3f\x25\xe4\x67\xdf\xac\x52\xde\x80\xe1\x53\xc1\x34\xfe\x3c\xc2\xeb\x53\xc6\x9d\x23\x88\xf4\xa2\xbf\xd8\xac\x33\x92\xf9\x85\x9d\x4e\x9b\xad\x9c\xc4\xfb\x83\x90\x5b\xc3\x3d\x88\xaa\x2d\xe5\xc5\x19\xda\x22\x8e\xf8\x83\x71\x1b\xe7\x15\x31\xbd\xc5\x11\x21\x73\x83\x31\xa2\xc2\x25\x93\x63\xb9\x7a\xf5\xc1\xd6\x01\xce\x5a\xf4\xf4\x52\x31\xe2\x8a\x6e\xfa\x08\xde\x07\x22\xb3\x7e\x26\x26\x12\x01\x09\x2a\x4e\xe0\xc8\xae\x50\xc2\xdf\x16\x22\x4f\xaa\x40\xb4\x0e\xe2\x5f\x27\xb2\x1f\x9e\x1c\x74\x91\x07\x47\x3a\x60\x17\xed\xc0\x75\xae\xc1\x4e\x13\x7a\x95\xc7\xc8\x78\x44\xd6\x3d\x3d\x09\x70\x53\xaa\x2b\xce\xd2\x09\x41\xba\x93\xeb\x4e\x28\xef\xbd\x74\x57\x6b\x9a\xfd\x3e\xbc\x82\x3e\xe1\x7e\x58\xfe\x12\x97\x4e\x1c\x13\x26\xcb\x63\xb7\xf6\x51\x95\x98\x72\xd0\x8f\xe5\xc5\xc5\x36\x2f\x2c\x52\xe5\x10\x75\x42\x68\x3f\xd1\x2f\xbe\x55\x5e\xf3\xdd\x87\x74\x99\x25\xb4\x6b\x78\x82\xc9\xcd\xf7\xfe\x49\x52\xe8\x3b\xad\x5a\x3e\xf3\x38\xc0\x4e\x2b\x8a\x52\xe6\x2c\x0f\x5d\x58\xb5\x1f\xdb\x19\xa8\x06\x26\x0f\x42\xb2\x56\x65\xd9\x0c\x93\xfe\xc6\xfc\x8b\xdb\x71\x58\x0b\xa4\x4b\xc9\x1f\x3a\xd1\xc8\xe5\x00\x67\xff\x3d\x51\xc3\xb8\xa6\xb4\xb4\xd7\xb7\x73\x4b\xf6\xd3\xab\xd3\x2a\xdf\x07\x61\x0b\xea\x4d\xd5\xed\x9b\xb6\x9f\x3d\xd2\x8a\xe8\xe5\x1a\xed\x49\xa6\xfe\xe6\xa5\x87\x75\x89\x82\xc7\x8f\x42\xf9\x43\xd7\x03\x52\x7d\x39\x09\x45\xe7\xe7\x5f\x86\x55\x1c\x79\x7a\x57\x39\xd5\xa0\x08\x03\x35\xcb\x55\x4b\x0f\x31\xdd\x48\x01\x4c\xa7\xbc\x56\x60\xec\x23\xde\x86\x0d\x27\xc1\x06\x05\x3d\x95\x19\x7c\xdc\xb2\xf5\x4d\x5f\x86\x08\x8b\xf4\x9a\xa4\x97\x6d\x58\x6b\x6a\x87\x35\x2f\x73\x9b\x48\xd4\x15\x10\x7e\x61\x13\x78\x98\x72\x10\x9a\x61\x33\xf1\x7a\x95\x70\x36\xe3\x36\x6b\x4c\x26\x6e\x41\x9f\xac\x50\x20\xc9\xbb\xef\x50\xb5\xf7\xa5\xda\x3b\xef\x85\x4d\x41\xa8\xec\xda\x9d\xb8\xff\xe6\x47\x2b\x49\x4b\xa2\x8c\x25\x5c\x45\x72\x9a\x67\x78\x30\x85\xd2\x93\xf9\xdc\xd4\x55\xbd\x78\xe0\x5a\x72\xce\xaf\xdc\x54\xea\x55\xdc\x9f\x77\xb6\x9a\x3c\x6e\xce\x10\x24\x22\xd6\xa0\xa6\xe7\x51\xfa\x4f\x3d\x47\xd0\x7f\x0b\x78\x9b\xfe\xe3\x10\x24\x83\xa2\xba\xde\x06\x57\xf3\xfc\xfc\x9b\x89\x32\x47\x10\xbd\xab\xbe\xe8\x5b\x93\xdc\x06\xd5\xbf\x26\x2c\x74\xfb\xbd\xa0\x41\x7c\x06\x83\x02\xdf\x0b\xb7\xaf\xff\xbc\xcd\x1b\xfb\xd1\xed\x24\x4f\x6e\x37\x79\xb6\xea\xfb\x71\xb4\xca\xd4\xd6\x28\xd1\xd2\xdf\x3b\x95\x04\x5a\x90\xbc\x3e\x32\xac\xe4\x71\xbf\x1a\x44\xf9\x54\xba\x78\x88\xf1\x3c\xa1\xe3\xf0\x5d\x44\xdb\xb8\x39\xc1\x99\x57\xaa\xaa\x55\x88\xc6\x7a\x87\xa3\xb0\xc8\x4d\x8e\x5d\x4a\xb4\x79\x28\x73\xec\x67\x29\xd9\xe1\x5c\xb6\x38\x71\x1a\xd6\x39\xae\xa8\x19\xb4\xe2\xfa\x3c\x75\x3b\xd7\x8a\x57\xa4\x12\xce\xd8\xf6\x6b\x7a\x21\x03\x18\xf6\xcb\xa9\xa7\x80\x19\x3e\xe0\x02\x94\xed\x00\x96\x95\x08\x4c\xcd\x9e\x58\x79\xe3\xc9\xbf\x7b\xf2\xdb\x3f\x44\x12\x50\x03\x0e\xb3\xcb\x2d\x1b\x6a\x3c\x33\xd7\xbf\xa9\x1f\xc0\xa6\xcc\x80\x44\x99\x4a\x33\x69\x77\x15\x02\x32\x1c\x92\x9a\x9e\xdf\x0c\x3a\x60\x71\x3d\x2b\x4e\x20\x94\xce\x10\x3e\x94\xaa\xaa\xcc\x93\xf9\x4f\x3f\xba\x0b\xca\x33\x05\x21\x3e\xb8\x95\xd6\xfd\x73\x6b\x5b\x1a\xc2\x16\x6b\x02\xcd\xfb\x7a\x83\x79\x92\x1c\xb2\xca\xef\xa2\x84\xbd\x60\xa9\x3a\x3d\x73\x8b\x6f\x20\x2e\x64\x01\x7e\xdb\xc7\x05\xf1\xd0\xf0\xf6\xa4\x78\x70\xa8\x27\x48\x85\x7d\x99\x1e\x9b\x6e\x50\xf1\x04\xaa\xd7\x52\x77\xf4\x74\xb1\xca\xfe\xc0\xbf\xfc\xfc\x9b\x47\x83\x8a\x63\xa4\xa0\x05\x23\x0c\xa2\xdf\x4f\x21\x0c\x96\xbf\x33\x82\x66\x96\xd3\xc5\x21\xe3\xeb\xa7\xd8\xd9\x2f\xc1\x57\x5b\x6a\xe2\xfd\x87\xb9\x6d\x39\x4e\x2a\x71\xf3\xaa\xbd\x39\xb8\x2c\xd9\x84\x53\xa5\x93\x4c\xa4\xef\x9c\x89\x7f\xd4\x51\xcd\x9e\xc3\x12\xd3\xac\x6f\x8b\x88\x57\xdc\xd6\xc7\xa8\xd4\x01\x8c\xeb\x6d\xee\x09\x21\x7e\xa1\xa7\xb6\x5f\x4c\xb4\xa2\x6a\x27\x36\x5f\x54\x77\x53\x7d\x70\x49\x5c\xcd\x64\x74\x71\x90\xa7\x52\xfe\x4e\x55\x61\xa5\xf8\x4b\xb3\x5d\x7c\x85\x7f\xb0\xc7\xa1\xd7\xe1\xee\xcb\x4c\x72\x42\xd9\xab\xd1\xf0\x40\x3e\x41\x88\xff\xa3\x6f\x05\xeb\x7e\xd7\xee\xd5\xcf\xfd\xd1\x89\x49\xf2\x34\x99\x5a\xf7\xe8\xca\x55\x24\x08\x7e\x99\x67\x2e\x5e\xce\x21\x1d\x54\x73\xc5\x93\x1d\x4a\xfc\xb6\xd4\xc3\x42\x0a\xd7\xa4\x88\xfd\xa4\x6b\x4e\x68\x37\x3d\x6e\x86\x98\x07\xf8\x41\xaa\x7b\xe4\x33\xae\xbb\x4e\xfd\xb6\x89\xce\xae\xdf\xbb\xc0\xa6\xc8\x0c\x97\xb4\xcd\x2f\x6c\xa0\x1c\x54\x6c\x13\x2d\xeb\xb2\x69\xf6\x75\x18\xb5\x09\xc1\x17\xcf\x07\xeb\x98\xee\x67\x3c\xcd\x7d\xce\xda\x5d\xb7\x45\xa1\xd3\xe0\xaa\x62\x46\x79\x58\x53\x1f\x3f\x16\x72\xe4\xf5\xa8\x9a\xbb\xf1\xeb\x4a\x3c\xfa\xfa\x5b\xff\x85\x7e\x31\x21\xa1\x3b\x79\x34\x43\xda\x16\x15\x7b\x0a\xa0\x2f\x76\x96\xc5\xf3\xb4\xa2\x87\xee\xb9\x11\xcf\x6e\xfc\xf0\x25\x01\x5e\x71\x9f\x6a\x82\xce\xac\x25\x8e\xf4\x4b\x24\x4a\x2d\x20\x2c\xd9\xf5\xf5\xa3\x5c\xc2\x8c\x5e\x7d\xd9\x38\x03\x71\x5c\x6e\x7f\xb0\x69\x1b\x1b\x7e\x48\xe2\x3c\x9c\x73\xdf\x49\xe9\x74\x56\xf4\xb7\xf3\xdf\x83\x9c\x56\x6e\x9e\xa0\x94\xa5\x1b\x7a\x09\x81\x7c\x71\x75\xcc\xe4\x70\xc3\xd1\x9c\x4d\xb6\xb3\x71\xd6\x8c\x2e\xa0\x8a\x27\xcd\xb4\x5b\xdf\x80\x03\x6d\x64\xb6\x01\x32\xd3\x60\x10\x2e\xd4\x48\x10\x88\x2a\xd4\x63\x7a\x03\x70\x7e\x73\x61\x6b\x7d\x4f\xc3\xe6\xa7\x79\x3f\x0f\x4e\x43\x0e\x7d\xbb\x0f\xdf\xe0\x82\x56\xfb\x3a\xb4\x05\x7d\xad\x47\x19\xc7\x2c\x18\xd7\xca\x0b\xe1\x64\xa4\x2e\xd4\x72\x8f\x38\x16\x3f\x0b\x6e\x57\xc4\x9e\x07\xfd\xb1\x3c\x41\x2a\x42\x55\x2b\x76\x90\x12\x60\x74\x58\x0b\x63\x0e\x0d\x25\xa7\x57\xe9\xc9\xdc\xf0\xc3\xf2\xc3\xc8\xc6\x3f\x5c\x93\x1e\xab\xfb\x52\xee\xe9\xf7\x7c\x34\x49\x2f\x1b\x9a\xb4\xa1\x7f\x9d\x75\xe4\xec\x3b\xd9\xfb\x17\xce\x15\x9d\x95\x5c\x92\x2f\x2f\xf6\x62\x88\xc2\x59\xdd\x91\x9c\xdc\x95\x2d\x7c\x52\x89\xa3\x0e\x0d\x49\x2e\x11\x09\x71\x5b\xcd\x5f\xf9\x61\x9f\xbf\xb2\x30\x37\xe4\xfa\xf6\xe9\x95\xa9\xdf\x43\xb7\x27\x22\x8b\xdf\xbb\x41\xe2\xcf\xba\x4a\x3f\x18\x36\x95\x88\x7f\x41\x2d\x94\xfd\x17\xd7\xad\x2c\x51\xf2\x52\x7f\xef\x12\x96\xf8\x84\xcd\xc1\x0a\x3f\x10\xd5\xcd\x07\xb2\xd6\x7f\x0b\x72\x34\x87\x29\xb5\xbf\x3f\x6a\x5e\x3d\x36\x4e\xd2\x1c\x20\x6f\xd6\x4d\x94\x4f\xfb\x7b\xb1\xb5\xb3\x48\x54\x68\xaa\xb7\xef\x4c\xd7\x15\x27\x56\xd5\x33\x8c\xb2\x17\x86\xbd\x69\xda\xd4\x13\x0b\x8c\xfb\x8a\xd6\xf9\xb6\x1d\xea\x52\xe3\x1e\xc7\x2b\x7e\xeb\x79\x46\x59\xc6\x83\x64\xea\x6f\x75\x9c\x13\xb9\x26\xbf\x97\xec\xac\x6f\x3d\x21\x1f\x70\x9c\xc1\x96\x63\x89\x97\x75\x3e\x79\x11\xa2\xdc\xae\x13\xf7\x8a\xe3\x04\x36\x66\xbd\x40\xc8\x8e\xab\x28\x94\x9c\x40\x7d\x98\x37\x7c\x12\xe4\x83\x9b\xe4\x32\x08\x73\xfa\xd7\xe7\xe5\x0a\xc8\xb1\x4f\xe5\x6b\x25\xc5\xee\x9d\xac\x0f\x28\x44\x48\xa1\x29\xcb\xed\x8b\x99\x59\x13\x2a\x00\x8e\xbf\xa8\xca\x1d\xbb\xf1\x72\x94\x21\x78\xf0\xe2\x87\xfc\xeb\xc3\x7a\xf1\xa1\x46\xbf\x95\xcc\x63\x1f\xee\xe8\x03\x92\x47\x36\xfa\xfb\x92\x7e\xaf\x11\x42\x4a\x53\x93\x7d\x98\xd1\x07\x3c\xc6\x84\x33\xf1\xf3\x40\x3f\x9b\x2e\xf8\x40\x0f\x15\x77\x61\x6b\x22\xf8\x52\xfe\xd4\xd1\x87\xaa\xdc\x48\x06\x08\x7a\xdd\x33\x4e\xf2\x2c\xc3\x4a\x4e\xcb\x02\x9a\x20\x7c\xe4\x7f\xe2\xdb\x65\xd9\x56\xfc\x45\x06\xc7\xa7\xcc\x74\xfc\x05\x4f\x30\x92\xa4\x59\xbb\xe1\xdf\x4d\xb7\x2e\xf5\x1b\x0d\xde\x5c\x6a\x47\x98\xc0\x2f\x69\x87\xcf\x9d\x35\xd2\xd9\xd6\x70\xe7\xc4\x79\x2e\xdd\x4c\x64\x1a\xfc\xc9\xcd\x83\xff\xd2\x46\x66\x55\xb9\x87\x51\xcd\x8b\x99\x4b\x0b\xe7\xf2\xc1\x3d\x15\x17\x67\xb5\xbd\x6d\xda\x86\x38\x66\x88\x81\x25\xd3\xd3\xd5\x99\x0f\x74\x5c\xb3\x37\xdc\x7c\xe6\x12\x4b\xe6\xc5\xbe\x55\x79\xdd\xc3\x3e\x8a\x78\x5f\xd3\x8b\xfa\x38\x84\x07\xd5\x6b\xe7\x33\x16\x0b\xd2\xa1\x2e\x57\x44\x33\x7d\x2b\xec\xb1\x9a\x4c\xbf\xfb\x1f\xff\xc1\x19\x80\x89\xbf\xfe\xcf\xff\x4c\x1e\x7c\xf6\x9e\x08\xa2\x89\xa2\x22\xd4\xa8\x9c\x74\xb2\x73\x06\x2c\x1d\xea\xef\xcc\x0f\xff\x1e\x35\x41\x18\x19\x76\x6a\x63\xa3\x0b\x79\x0d\x25\xc8\xd6\xff\x1b\x00\x00\xff\xff\x77\x4d\x47\xc8\x2d\xcf\x00\x00")
func confLocaleLocale_plPlIniBytes() ([]byte, error) {
return bindataRead(
@@ -4477,12 +4498,12 @@ func confLocaleLocale_plPlIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 50492, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 53037, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_ptBrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xcd\x8e\x1c\x47\xb6\x18\xbc\xfe\xea\x29\x52\x1c\x10\x24\x81\xee\x12\x34\xba\x9f\x6d\x08\x2a\xc9\xcd\x66\x4b\xd4\x80\x64\xf7\xb0\x29\x5e\xc0\x02\x51\x8a\xaa\x8c\xaa\x4e\x31\x2b\xa3\x94\x91\xd9\x64\x73\x30\x8b\x0b\x6f\xfd\x00\x86\x57\x23\xcc\xe2\x42\x03\x68\x35\xf0\x46\x4b\xd7\x9b\xf8\x49\x7c\xfe\xe2\x37\x33\x9b\xd4\xdc\x8b\x3b\x18\x88\x5d\x19\x27\xfe\x4f\x9c\x38\xff\xa1\xf6\xfb\x65\xa9\xed\x7a\xf1\xed\xae\xb0\xba\xbd\xae\x0e\xff\x6a\x8a\x52\x17\x5f\x57\x5d\xa1\xfa\xce\x1c\x5f\x19\xbb\xd7\xa5\x2a\x4d\xa1\x0b\xb5\xab\xb6\x87\x9f\xae\x75\x5d\x40\x8d\xb6\xea\xe0\xdb\xae\xf8\xda\xcc\x66\x57\x66\xa7\x17\x17\x87\x9f\xb6\x55\xa3\x8a\x6f\x9a\x6a\x5d\xa9\x7a\x56\x2a\x7b\xb5\x32\xaa\x2d\x07\x25\xfa\xed\xbe\x36\xad\x5e\x9c\xd1\xbf\xaa\x9d\x5d\xe9\x7a\xbf\x38\xf9\xa1\x2f\xd5\xcc\x56\xdb\x66\x59\x35\x8b\xb3\xa6\xc3\x12\xfa\x69\xfa\x6e\x71\xa9\x2a\xf9\xd5\xef\x17\xa7\x0a\x1a\xa7\xf2\x56\x6f\x2b\xdb\xe9\x76\xf1\x9c\xfe\xc0\x4f\x6f\xf4\xca\x56\x9d\x5e\x5c\xc2\x7f\x66\xd7\xba\xb5\x95\x69\x16\x2f\xe1\xdf\xc3\x5f\xcd\x6c\xaf\xb6\x7e\xa4\xb3\x4e\xef\xf6\xb5\x02\xd0\xa7\xa6\xd4\xb5\x99\xd5\xaa\xd9\xf6\x08\xf0\x4d\x59\x99\x9d\x9a\xad\x5b\x0d\xa5\xcb\x46\xbf\x59\x9c\xb6\x95\x6a\xe7\xf3\xf9\xac\x87\x55\x5a\xee\x5b\xb3\xa9\x6a\xbd\x54\x4d\xb9\xdc\xe1\x4c\x2e\x74\x0b\x1f\x0a\x58\xa5\xde\xf6\x87\x9f\xda\x0a\x97\x6b\x6d\x9a\x4d\xb5\xed\x5b\x75\xf8\xd7\xc3\xff\xd6\x96\x46\xaf\x4b\x98\xdc\x52\xd9\xc5\x4b\xb3\x3e\xfc\xad\x38\xfc\x3c\xa3\x16\x1b\x05\x0b\xf8\xad\x54\x9d\xe9\x9d\xaa\xea\xc5\xd9\x31\xfe\x03\x23\xb6\xf6\x8d\x81\x55\xbc\xd4\xcd\x95\x82\x09\x2f\xbb\x9b\xbd\x86\xf9\x96\xd5\x16\x67\xb8\x56\xfb\x6e\x7d\xa5\x60\x4d\xe8\xdf\x19\x40\xec\x0d\x2c\x80\x69\x6f\x00\x88\xfe\x3c\xfc\x1d\x5b\x35\xed\x56\x35\xd5\x3b\xd5\xe1\x7a\x9c\xcb\x0f\x18\x1a\xac\xca\xae\x6a\x5b\xd3\x2e\xce\x60\xab\xeb\x2b\x33\x83\x09\x2f\xb1\x95\xc5\x33\x73\x6d\x8a\xa4\x11\x2c\x02\x2c\x68\x71\xd5\xa0\x54\x15\x4f\xf1\x07\xb7\xc2\x65\xd4\x12\x55\xd4\x51\x73\x1b\xd3\xbe\xe6\xaf\x5f\xc1\x5f\x88\x61\x83\x66\x61\x7c\xdc\x64\x36\x36\xd5\xc0\x96\x50\xe9\xd7\xba\xd5\x0d\x60\x50\x1b\x83\xe0\xca\xaa\x72\x07\xab\xba\x57\x8d\xae\x17\x17\xaa\x82\x7f\x70\x2b\x4e\xf0\x2b\x21\x45\x69\xda\x99\x5a\xaf\x4d\xdf\x74\x4b\xab\xbb\xae\x6a\xb6\x76\x71\x9a\x6e\x4f\x51\xaa\x02\x3e\x75\x80\x82\x13\x10\xb3\x1b\xd3\xfb\xbd\x87\xed\xe8\x8b\x3d\x6d\x3b\x7f\xf7\xb5\x2e\x7b\x65\x07\x7b\x8f\x33\xb4\xcb\x8d\xd6\xe5\xe2\x2b\xf8\x0f\x2e\xc0\x33\xd3\x1d\x7e\x81\xd9\xd8\xd9\xbe\xaf\x6b\x58\xf0\x1f\x7b\x6d\x3b\xbb\xb8\x80\x5f\xb0\x3a\xfc\x6b\x56\x59\x0b\x7f\x2c\x2e\x5a\xb3\xaa\x01\x2f\xa0\xa5\xb5\x6a\xd6\x30\xcf\x53\xfa\x07\xf0\x7d\xf6\x9d\xd5\xaa\x5d\x5f\xbd\x9a\xf1\xbf\x80\x8c\xf6\xc7\xbe\xb2\x8c\xaf\x53\xd8\x80\x58\x17\x30\x8e\x7a\xf1\x9d\xcc\xd6\x70\x1e\x16\xa7\x87\xbf\x03\x8a\xc1\xe9\xfe\xae\x6a\x6c\xa7\xea\xfa\xd5\x4c\xfe\x58\x7c\x43\xff\xca\x06\x75\x55\x07\xcb\x71\xd6\x29\xc0\x54\x9c\x57\x15\x15\x16\x7b\xd5\xaa\xe2\xa2\xad\x76\xba\x82\x3f\xce\xde\xea\x75\xcf\xb5\x4a\xb3\x7e\x0d\x27\x09\x4f\x3e\x0c\xe4\x52\x17\xd7\x74\x20\x60\xce\x87\x9f\x8a\xd6\x94\x70\xb4\x4c\x61\x80\xba\x6c\xb1\x51\x20\x06\x06\xb7\xf4\x11\xd5\x3a\x2a\xf6\xa6\x2d\x36\xea\x1a\xfe\x5b\xeb\x4a\x15\xc6\x16\x9f\xab\xa2\x53\xed\x56\x77\x8b\x3b\xcb\x15\x1c\xe4\xd7\x77\x8a\xab\x56\x6f\x16\x77\xee\xda\x3b\x5f\x7c\xdd\xc3\x32\x7f\xfe\xb1\xfa\xa2\x58\xf7\x15\x12\x33\x0b\xe7\xad\xe9\x80\xa2\xc1\x7f\x68\xd0\x3b\xa0\x3d\x6d\xf1\x63\xaf\x6a\x58\xf7\x16\xb6\x0f\xd6\xaf\x68\x60\x34\xaa\xd8\x33\xb5\xf8\x68\x86\x3b\x04\x27\x6e\x59\xae\x98\x64\xd2\xd8\x68\xdb\xda\xe2\xe9\xcd\xe5\x1f\x9f\x1c\x15\x17\xc6\x76\xdb\x56\xd3\xdf\xf0\x1f\x80\xfe\xb4\x30\x7d\xf1\xa2\x7a\xf4\x70\x3e\x83\x7a\xbc\x56\x03\xcc\xd3\xc5\x43\xd8\x4d\x22\xbc\x8f\x70\x74\x04\x8a\xa7\xfc\x45\xb5\xa7\x79\x67\xc5\x40\x94\xbb\xc5\x63\xf8\x4f\xb6\x8d\x19\xad\x80\x56\x88\xb0\x3c\x03\xf2\x3c\xd2\x0a\x14\xcb\xf2\x5f\xb8\xe5\x3c\x02\xfa\xa5\x61\xd9\x77\x1a\xb0\xac\xb2\x3b\x53\x7c\xf3\xec\xd9\xf9\xa3\x87\xb0\x20\x3b\xf8\x0c\x58\xfd\x03\x9c\x21\x6a\x63\x0d\x3b\xbb\x06\xca\x0b\xe3\xef\xbb\xcd\x7f\x59\x6e\x75\xa3\x5b\x55\x2f\xd7\x15\x6f\x3a\xad\xc8\x7c\x66\x6d\x0d\x24\xb2\x24\x1a\x6b\x8a\xcb\xcb\x27\x30\xc8\xee\x0a\xb0\x17\xce\x26\xd0\x06\xfb\x63\x8d\x4b\x2a\xe3\x38\x87\x56\xe9\x3b\x8e\x56\xb5\xb0\xdc\xd7\xf4\xe7\xca\x0d\x9c\xf6\x6e\xb8\xb2\xba\x6d\x97\x40\xcb\xbb\x1b\xdc\x1b\x6a\xff\xbc\x38\x0d\x2d\xdd\x5e\xbd\x68\x08\x51\x61\x8c\x78\x03\x16\xd7\xea\x5d\x65\xb8\xc9\xaa\xb9\x56\x75\x55\xc2\xae\xe5\x2b\x99\xb5\x18\x35\xa3\xdb\x1d\x34\x8e\x18\x19\x2d\xd0\x9d\xf9\x1d\xb8\x0f\xee\x1c\xdf\x99\xcf\x1a\xb3\x64\x6a\x85\x77\x47\x09\x58\x06\x27\x6e\xd9\xca\xe5\x45\xa4\x99\x6f\x86\x30\x28\xc0\x35\xb5\xaa\x60\x99\x00\x41\x4d\x21\xa0\x06\xc6\xba\x2b\xd6\x78\x2b\x15\xfd\x4e\xe1\xce\x00\xaa\x02\xb4\x8a\x89\x5e\xbc\x32\x8e\x46\x0a\x86\x9c\x40\x03\x80\x23\x83\x2a\x23\xab\xa1\xe6\xb3\x99\xdb\xdd\x71\x04\x06\xc2\xac\x2a\x8b\x0b\x83\x67\x62\x86\x4c\x45\xb2\x5c\x27\xfb\xba\x5a\xc3\xec\xae\x8d\x2f\x73\x5b\x7e\x6a\x6a\x03\x27\x08\x66\xd6\x10\xb0\x2a\x6c\x0f\x07\x3a\xbe\x02\x0a\x05\x88\xf0\x11\x51\xb2\x65\x8c\x3c\x08\xfc\x5c\x55\xef\xb0\x87\x84\xb6\x79\x48\xd7\xc9\x0b\x83\xbb\x64\xf0\xb4\x06\x30\xfc\xb5\x33\x9d\xe1\x71\x03\xbf\x03\xf3\xc5\xde\xac\xaa\xaf\xe1\x23\x1e\x7e\x18\x4f\xd5\x6a\x06\x07\x52\xda\x03\xf3\x81\xe7\x8d\xc8\x18\x6e\x87\x3f\x78\xae\x28\x20\xb2\xe7\x03\x4a\x7d\xad\x0b\x40\x83\x42\xad\xb5\xb5\x30\x19\xe3\x91\xbc\x95\xc1\xc7\xa3\x02\x3c\xd1\xae\x79\x59\xce\x12\x78\x11\xe0\x88\x1e\x99\xdd\xe1\x97\xa6\x32\xf2\xdb\x75\xf5\x8d\x85\xf3\xa8\x36\x1a\xb6\xff\xdb\xe7\x4f\x2c\x1f\xbe\x75\x6d\xf0\xd6\xdc\x15\xd7\x40\x1d\x2f\x2f\x1f\xe3\x39\xbc\x5a\x02\xd5\xec\xf0\xac\x77\xf4\xcd\x7f\x72\x2d\x3d\x3b\xfc\xba\xd3\x2d\x2d\xeb\x9e\x80\x70\x5f\x2c\x5c\x73\xc4\x18\x22\x6e\x40\x2d\xa1\xd0\xbd\x45\x02\x7d\x04\xb3\xab\xde\x6a\x3e\x33\xdc\x33\x62\x2b\x6c\xb4\xe0\xea\xba\x6f\xad\xe1\x01\x5c\x75\xdd\x3e\x1e\xc1\xe3\x17\x2f\x2e\xc2\xc7\xc9\x31\xc0\x1c\x70\x18\xaa\x50\x84\x43\x8c\x10\x55\x0b\x43\x70\xcb\x34\x27\x9c\xea\xdb\x7a\x01\xf3\x1f\xc1\x36\x28\x19\x59\x2b\x5a\x2d\xa2\x63\xf1\x52\xe1\xa0\x3e\xc6\xff\x58\xd8\x87\x4e\xed\x56\x87\x9f\x91\xee\x11\x43\x06\xa7\xc0\xec\xf1\x84\x4e\x1e\x83\xf3\xfd\x1a\x8b\x2b\xcb\x1c\xdc\x14\xb5\x87\x05\x89\x38\x6d\x61\xf3\xec\x0e\x56\xc2\xd3\xf5\xe2\xf2\x29\xac\x0e\x7d\xdb\xb4\x66\xb7\x78\xa4\xff\xbf\xf0\x2b\x20\x99\x6e\x4a\xa0\x2f\xd2\x10\xf5\xc9\xe8\x06\xdc\x19\x96\xc0\x24\x91\x07\x5b\x57\x1b\xbf\x72\xcf\xbf\x3a\x2d\xfe\xff\x4f\x7f\xff\xfb\x79\x71\x5e\x00\x4f\xb6\x53\x9d\x60\x28\x1e\xf6\x7e\x27\x8d\x00\x65\x2c\xee\xe0\xe1\xbd\x53\x7c\x4e\x5f\xfe\xab\x7e\xab\x80\x57\xd6\x73\xb8\x07\xbe\x98\xcf\xf0\x13\x20\x3b\x1f\x86\x63\xee\x17\xcf\xe0\x4e\x77\x78\xad\xba\xf2\xf4\x3a\x4a\x41\x1c\xe3\xbe\x24\x4e\xa9\xdd\x2d\x1e\x7b\x22\x77\xca\x5f\x64\xc4\xc4\x2a\x32\xcd\xa3\x76\x97\x8d\xe9\xaa\xcd\x4d\x04\xff\x0c\x3f\xf8\x19\x02\xfc\xa9\x69\x5b\x0d\x07\x05\xf1\x56\x23\x67\x06\xab\xbd\xd6\xd3\x97\xef\xa5\xc3\x6f\x5d\x9c\xf7\xd0\x8f\xf5\x1b\x64\x67\x66\xb3\xa9\x81\xa1\xe4\x3b\xec\x84\x31\x9b\xae\xb2\x73\x2e\x48\x00\x00\x95\xf7\x20\x9e\x3c\xe2\x33\x80\x44\xed\xf4\xd1\x33\xb8\x4c\xf1\x22\x05\x0c\xdb\x61\x3d\xe8\x0f\x58\xc8\x92\xd9\xa0\xa3\xa2\x0b\xa4\x89\x0e\x8b\x75\x64\x08\xee\x86\xbd\x69\x2a\x9c\xe4\x3b\xba\x64\x6a\xb3\x56\x35\xb1\x2d\xc0\x4a\xc8\xc5\x01\xbc\xf7\xb5\x82\x35\x70\x5d\xc2\xe0\x3c\x6e\x7d\x2d\x65\x03\xe0\x68\x94\xe1\x5e\x71\xd0\xb0\x06\x1b\x43\x5c\x11\xa0\x98\x45\x64\xc7\xee\x95\x8d\x46\xca\x80\x00\x81\x12\x15\xe0\x20\x1c\x1c\x2c\x41\x9e\xcc\x51\x3d\x8b\x28\xb4\x57\x25\xce\x24\x8c\x36\xb9\xe6\xc2\x88\x49\xce\x74\xf7\xda\x28\x70\xba\xae\x34\xde\xa4\x12\x2e\xaa\xeb\xfa\x88\xe9\x10\xd1\x2e\xc3\x5c\x9e\xc9\xae\x38\xa0\xb6\xc0\xdd\xf1\xe5\x49\x17\xa7\x85\x8b\xb2\xa1\x5e\x9d\x34\x15\x61\xa3\xc8\x55\x29\x80\x8c\xe8\x7c\xd5\x56\x5b\x85\xd7\x24\xf0\x09\x8e\xe5\x85\x1e\x04\x8a\x87\x32\x39\x54\x3b\x67\x9e\x12\x64\x3a\x11\x7b\x97\xd7\x15\x08\x9b\xc4\xfc\xb7\x70\x20\x6b\x03\x9c\xa7\x34\x02\xf4\x09\x6e\xc6\xda\x5f\x8a\x88\x47\xcc\x99\xda\xd1\x56\x64\x84\x97\xb2\x06\x61\x67\x60\x38\xf0\x05\xce\x0b\x6f\x5a\x89\xa4\x0f\xfa\x82\xed\x05\xfe\x1d\xfe\xef\x5a\x3d\xc2\x1e\x61\x09\x08\x19\xdc\x52\x32\xbc\x26\xe1\x1c\xf7\xd8\x22\x23\x28\xc2\xf8\x5c\xe4\x30\x91\x84\x98\x49\x8e\xb9\x19\x40\xf1\xca\x2f\xfc\x34\xd7\x52\xa8\xad\x69\xd5\x11\x30\x04\xd8\x91\x42\x7e\x13\x2b\x93\x0c\x11\x09\xd8\xf7\xbf\x79\xb4\xf8\xe4\x01\xad\x2e\x90\x31\x98\x0f\x8f\x10\x68\x0a\x5c\x0e\x72\xd9\x0e\x19\x22\x1e\xe2\x04\x29\x10\x09\x10\xab\x65\xc2\x23\xd5\x8a\x78\x1a\x1d\xee\xfe\x8c\xb1\x62\xd6\x5b\xa8\x5a\xf8\xec\x88\x1a\x1e\x50\x04\xe0\x5a\xb1\xa4\x3f\x14\x59\x45\xdc\x5a\x6e\x81\x0b\x70\x32\x57\xcb\x3c\x01\xec\x49\xb7\x04\xf9\x7f\xb9\x41\x52\x0b\x42\xa5\xaa\x01\xdd\x80\xb7\xc0\x02\x3a\x20\x40\xa9\x49\x86\xba\x07\x50\xf7\x3e\x2b\xee\x5e\x0b\xaf\xfd\x29\x12\xd0\x25\x9c\xe1\xaa\x46\x84\x46\x71\x15\xf7\x9f\xce\x32\x6d\x93\xed\xf9\xe6\x15\x36\x39\x16\xb6\x36\xb0\x52\xc0\x9c\xc1\x48\xdf\x34\xb5\x51\x25\xae\x98\xab\xbb\xaa\x1a\x5c\x0f\x28\xde\x90\x96\x07\x09\xde\x5d\x40\xa2\x67\x87\xff\x7e\x1e\xc3\x6d\xcd\xaa\xaf\xea\x72\x3e\x73\xdc\x35\xf0\xd6\x82\x31\xc9\x86\xfc\x75\x8c\x75\xa7\x01\x32\x07\xb2\x46\x22\xdf\x29\x9a\x99\x6b\x2a\xb0\x88\x27\xe3\xcc\xd5\xe1\x67\x10\x4f\xaf\x0f\x3f\xe1\x69\xa5\x9a\x9e\x71\xc3\x45\x01\x34\x5a\x5f\x25\xbc\x9b\x62\x2e\x83\x87\x43\x9d\x43\x0b\x11\x0e\xaa\x0e\x8e\x24\x34\x64\x8b\xe3\x2f\xe0\xbf\x33\xab\xae\x35\xdf\x68\xdb\xc1\xce\x20\x5f\x89\xd4\x2e\xd1\x0d\xfc\xd5\x24\x13\x48\x0e\xd0\x60\x39\x26\x0f\x0c\xaf\x48\x3a\x33\x87\x3c\xb6\x5f\xe3\x59\x58\x3c\xd4\xbb\xe3\xeb\x0a\x30\xe2\xa3\xe2\x0c\x4a\x76\x86\x94\x14\x74\x19\x5b\xa2\x96\x4e\x00\x5f\x9b\xfa\x0a\x98\x3e\x66\x3e\x81\xc3\xab\xae\x2b\x40\x87\x63\x38\xe9\x78\xb8\xf0\x22\x17\x21\x1a\x18\xa2\xef\x50\xf3\xf7\x6a\xd6\x33\x47\x6f\xea\x12\x59\xb8\xec\x80\x20\x99\xc8\x74\x59\x0e\x94\x8f\x82\x7d\x53\xc1\xba\x2f\xbd\xbe\x70\x49\xe3\x7a\xdb\x2d\x5e\xb4\x70\xe5\x11\x3f\x80\x3f\x09\x1f\x9c\x76\x47\xd3\xd7\xd6\xd4\xc0\x6c\xdc\xd0\xbe\xdb\xc5\x53\xdd\xdb\x44\x10\xb0\x70\x0c\x6b\xc0\x72\xd3\xd2\x75\x2c\x60\x09\x04\x34\xe3\x01\x00\x1e\xda\x02\xd1\x03\x9a\x02\xfe\x1c\x48\x61\xa6\x66\x82\x52\xd6\x6f\x49\x5f\xa2\x2f\xb3\x33\xa2\xb7\xa4\x04\x7d\x09\x94\x14\xf0\x40\xd4\x36\x73\xd8\x4c\x52\x0e\x71\xcf\x67\xa8\x63\xed\x33\x29\x04\x16\x51\xf4\xa1\xaf\x66\x23\x03\x84\x62\xa0\x70\x57\xaf\x22\x65\xe4\x52\x54\x59\xac\x94\x2c\x48\x67\xc6\x9a\x2b\xcf\x54\x5d\xe9\x3d\x32\x60\x3b\xbb\x5d\xfc\x01\x30\xa3\x83\xb3\xe8\xe9\xed\x97\x05\xea\x56\x35\x53\xd9\x8f\x66\xd6\xe0\x69\x5d\x7e\x60\xd5\x3f\x40\xbf\x1a\x71\x41\x6a\xa7\xb7\x35\xab\x46\x41\xdc\xc4\xab\x7a\xdd\x03\x97\x8a\x54\xfc\x9a\xb8\x1b\xbe\xfe\x2c\xe1\x2a\x5d\x5f\x8e\xfb\x80\x73\x3d\x2f\xbc\x06\x82\xee\x16\x64\x66\xb9\xc7\xce\x88\xea\x21\x45\x78\xc0\x04\xd4\xf1\xe6\xac\x05\x8e\x1b\x09\x6a\xe8\x5d\x4e\x5b\xcc\x4d\xfa\x9b\x18\xe9\x9a\x66\xd2\xbb\x31\x55\x3c\x22\x85\x17\xf3\x4e\xef\x56\xd8\xa0\x5e\x3c\x81\xbf\xf0\xbe\x83\xca\x4f\xab\xdd\x0c\xf8\xe6\x2d\x50\x0b\x4f\xda\xcf\x2c\x1c\x9f\x75\x05\x7d\x31\x3e\x63\xb9\x1e\x94\xc3\x91\x52\x2c\x73\x7f\xe9\xf4\xd8\x40\x74\xde\x2c\x2e\xe4\x56\x44\xbe\x20\xac\xb3\x68\xb8\xc3\x52\xcf\xdd\x95\xc2\x0c\x11\x71\xc2\xd0\x5a\xe7\x16\xfc\xdb\x1d\xad\xb4\x9b\x50\xa9\xb3\x89\xe3\x0c\x85\x55\x63\x86\xe2\xf3\xd5\x17\x77\xed\xe7\x1f\xaf\xbe\x88\x08\xfc\x11\x52\x69\xe0\xa5\x89\x79\x82\x7b\x61\xad\xaa\xb7\x34\x32\xba\xf0\x81\xfe\x34\xc8\x1f\xb4\x87\xbf\xbf\xad\x76\xf0\xd7\xdd\xb2\xb8\x82\xa1\x39\x99\xd3\xa0\x84\x80\x97\x0f\xca\x8c\x6e\x95\xe1\xc6\x5d\xd3\xe1\xa3\x73\xe0\x30\x57\x18\x69\xbc\x7b\x1c\xe6\xd2\x64\xea\x6a\x57\x75\x43\x1c\x8a\x75\x83\x34\x09\xbc\xd8\x50\x5a\xf1\x93\x25\xbe\x90\x67\x8a\xf8\xb2\xeb\x61\x1b\x8b\x0d\xf2\x45\x87\xbf\xa1\xca\x38\xc2\x30\x40\x8a\x6d\x0f\x64\x46\x17\x9f\x16\x80\x53\xc0\x3e\x00\x1f\x06\xa7\x7d\xd9\x37\xb2\x64\xba\x64\x34\x3a\xaf\xe8\x06\xe3\xde\x91\x69\xec\x2b\xea\x35\x91\xba\x78\x08\x0d\xf7\xcc\x2b\x0e\x83\xbb\xef\x97\xf7\xc1\xbc\xf0\xda\x4d\x82\x82\xfd\xd6\x2b\x58\xa1\x64\xfc\xe9\x66\x21\xf3\x2c\x68\xd1\x6a\x9a\x30\x09\x67\xb8\xc1\x47\x20\xb0\xd2\xfe\x00\x77\xb4\x32\x74\x94\xd4\x0a\xb6\x09\xf5\x13\xb8\x86\x32\xf4\x53\x06\x42\xcd\x09\xef\x8e\x6f\x07\x37\x67\x6c\xdd\x44\x66\x25\xe6\xc0\x12\x51\xe8\x34\xa0\x6e\xa7\xa7\xe7\x0b\x77\xa1\x80\xc2\x8c\x0f\x7f\x29\x1a\xc0\x6e\x8f\xc3\xf3\x19\x8d\x06\x07\xd5\x4d\x8c\xe9\x7e\xab\x1f\x8c\x8e\xaa\xd5\xa5\xde\xc0\x71\xf7\xf7\x9e\x15\xdb\x87\x8d\xcf\xd5\x73\x81\x62\x3c\xe2\xb3\xe7\x2e\x52\xd2\x60\x07\x04\xc2\xe6\xd7\xac\xcf\x1e\xae\x36\x90\x5f\x60\x2c\x7b\x5c\x75\x37\x2d\xbe\x48\x65\x4d\x43\x97\x5e\x69\x35\x5c\x5d\x37\x14\x3c\x36\x3c\x5a\x5f\xa9\x33\x66\x69\xaf\x50\xf3\x71\x4e\x87\x04\x39\x59\x52\xa2\x0a\x64\xa6\x72\x83\x42\xd3\xd2\x8d\xfc\x9f\xf0\x86\xc5\x35\x79\xc5\x87\x08\xe9\xbf\x3b\x41\x31\x3a\x93\xac\x49\xe7\x95\xce\x92\x87\x65\xee\xf2\x65\x38\xd2\xb8\xc8\xc3\xcd\x1c\xae\xab\xe5\x63\xdc\x87\x85\x17\xea\xea\x98\x09\x67\x6d\x2b\xf9\xb8\xc1\x67\x64\xb7\xe7\xc5\x43\xd2\xa3\xc0\xe9\x0c\x55\x44\x5c\xf7\xec\x07\x50\x41\xb8\x6f\x4b\xb4\x2b\x80\x3c\xac\x60\x6e\x37\xda\x2e\x2e\x81\xae\x36\x66\xf1\x8c\x2c\x3e\xa6\xc4\x1a\x27\x35\x54\x27\xfb\x06\x2a\x2a\x5e\xcd\xbe\x85\xc5\x79\x16\x73\xe0\x8e\x0b\x9b\xe1\x85\xf9\x2c\xd6\x37\xc6\x17\xec\xec\x8c\x79\xec\x91\x79\x5f\xa4\x3c\xfb\x73\x9d\x58\xd6\x1c\xb9\x9e\x5d\x5e\x3e\x7e\x41\xf2\xc2\x33\xd1\x50\x82\x64\x07\x0b\x8e\x2a\xb4\xc7\x5d\xb7\xb7\xdf\x8a\xea\x09\xf5\x46\x97\xd0\xe8\x0d\xb2\xc6\xee\x23\x6b\xca\xb7\x6a\xf6\x42\xab\x5d\x34\x48\xe0\x2c\x01\x7b\xf6\x7a\x76\x02\xb7\x7b\x32\x2d\x14\x68\x5a\x6f\xfe\x22\x89\xe0\xec\x56\x31\xc1\x8b\x7f\x9a\x6c\x6f\xdf\x47\xf8\xc4\xc2\x00\xab\xb4\xbf\x9f\xa9\x7a\x0f\x92\x2b\xf2\x59\x1e\x14\x75\x3f\x64\xf9\x8d\xd5\xd5\xaa\xde\xa8\xa6\xdf\x1d\x7e\x6e\xab\x35\x8b\xf2\x57\x87\x5f\x36\xba\x29\xee\x1f\x3f\x20\xa1\xaf\x5f\xd5\xc8\x20\x21\x9d\x5b\x3e\x48\x1b\x2e\x81\x7e\xfc\xfb\x36\x6e\xab\x77\x6e\x6a\xf7\xbc\xaa\xca\xa0\x76\x4e\xa1\x12\xf5\xae\x9d\xdf\x9b\x11\xd7\x1c\xe0\xb8\x6b\xe6\x6f\x41\xdc\xd7\xb5\xa1\x53\x65\x91\x51\x0f\x43\x81\xb6\x77\xea\xed\x74\x3d\xa0\xb0\xbb\xc3\x4f\x70\xd5\x99\x41\x3d\xa6\x95\xc9\x7a\x03\xd5\x98\xb8\x1b\x1c\x31\xf9\x7e\x86\xaa\x48\xa9\x14\xea\xb0\x26\x52\x58\x77\x00\xaa\x9a\x75\xdd\x97\xe3\x43\xba\x77\xd7\xde\xc3\x76\x9a\xd7\xc0\x3a\x34\x02\x72\xd6\x92\x5a\x01\x18\xf7\xe6\x0a\x2e\x8d\xd2\x7c\xe6\x8c\xc2\x4b\x68\x0b\xc5\xa4\x35\x91\x1e\xd1\x49\xc8\x55\x05\x9f\x51\xc1\x54\xea\x7e\x1e\x48\x55\x90\x82\x58\x65\x97\x93\xca\x94\x64\x91\x3c\x07\xd7\x3f\x2a\xb8\x50\x87\xe2\x4d\xd9\xcb\x15\xdc\x36\xcb\x4e\xbd\xd6\xcd\xe0\xb4\x16\x3f\xc0\x25\x8e\xdc\x08\x8a\xed\x4c\x62\x41\x68\x1b\xaf\x95\x49\x6f\x79\x4d\xe0\xb3\x26\x2a\xe6\x16\x84\xbc\x66\x07\x87\x71\xb2\x2a\x1f\xcc\x41\x1d\xde\x73\x82\x87\x79\x96\x63\x14\xc5\xd7\xe9\x2d\x55\xa9\xea\x5a\x6f\x51\x5d\xec\xba\x83\x6d\x68\xd2\x5e\x70\x63\x51\xc9\x1c\x9d\x90\xc8\x90\x54\x21\x73\x1c\x96\xd5\xef\x53\xd8\xd7\x58\xca\xe2\xad\x91\x32\x62\x6b\x50\xba\x83\xbf\xcb\x65\x22\x21\xd3\x48\x02\xc7\xbd\xd6\x6d\xc7\x37\x04\x72\x9b\x78\x51\x54\x0d\x92\x5c\xbc\x12\x65\xb8\xd9\x46\x88\xec\x2d\xca\xc8\x41\x27\x80\x9a\x48\xf8\x93\x5e\x12\xd6\x52\x47\x0d\x03\xb3\x07\x37\xa2\xee\xc4\x6b\x22\x92\xed\xcd\x48\xd3\xfe\x92\x9a\x6a\xd8\x21\x68\x90\x68\x89\x9a\xc3\x5c\x12\xb5\x81\x38\x72\x20\xbe\xeb\xb7\x40\x49\x63\xa9\x9f\x67\x8f\x04\x88\xd5\x0d\x58\x0e\xd3\xac\x81\x21\x47\xe9\x90\xa7\x17\x57\x50\x44\x92\xd0\x9a\x84\x6a\x64\x56\x11\x1c\x7e\xad\x3b\xa4\x1c\x28\x45\xc0\xf1\x6c\xfc\x86\xb3\xfe\x37\x4c\x19\x84\x9f\x47\x78\xc2\xf1\x4e\x21\x2e\xcf\xf4\x24\x9c\xc4\x30\x70\xb4\xdc\x02\xa0\xd1\xe6\xb5\xbe\x89\x05\x2c\x61\x3d\xad\xde\xf6\x15\x8a\xf5\xbc\x1e\x6b\xd2\x35\x10\x57\xe0\xae\x2b\x54\x54\xa0\xac\x8e\x02\x13\x01\xdd\xf8\xe6\xc8\x96\x1d\xee\x8d\xd0\x44\xd2\xc0\x51\xb1\x23\x1d\xa1\xed\x77\xd4\x13\x2e\xb2\xe7\x96\xd4\x84\x20\xe1\xea\xef\x91\x45\xf0\x1a\x6c\x14\x6a\x9d\x8a\xe4\x24\xe8\x24\x45\x58\x51\x20\x56\xf7\xa4\xc6\x98\xd9\x0e\x4e\x11\xae\x39\xbb\xa4\x5c\x3a\x36\xa7\x50\xc0\x4d\x28\x92\x4f\x65\xad\x4a\x55\x0e\x50\xd5\x71\xef\x9d\xd8\x91\xf4\x5b\x20\xae\x15\xa9\x2e\xe1\xf6\x6c\xec\x46\xb7\x87\x5f\x8e\x6b\xe5\xf5\x8b\x73\xe9\x10\x05\x02\xf4\x39\xc9\xfb\xdb\xa8\x77\xc8\xf2\x75\x43\x22\xe3\xba\xe2\x3b\x4a\x71\x27\xd4\x5f\xde\x03\x22\x51\x36\x2d\x54\xc9\xe4\x56\x4f\x3f\x3f\xf5\x21\x33\xa4\x6e\x3f\x60\x7a\xd1\x82\xb2\xfd\x06\x7b\xce\xd6\x9f\xbb\xc6\xdb\xc9\x2a\xb6\xc4\xc1\xb5\xbd\xed\x1b\x1b\xd4\xc8\x49\xb7\x80\xf8\x87\xbf\x1d\xd7\x28\xdd\xc3\x87\xbd\xa9\x00\x49\xf6\x0a\x15\xe3\x20\xb2\x38\x32\x31\x63\xff\x8c\x25\x88\xd2\xcd\xfa\x2a\x39\x7a\xfc\xa9\x60\x63\x77\x57\x35\xd9\xc9\x9b\x7d\x87\x23\x7d\x35\x03\x3c\x6a\xb6\x7a\x29\x26\x0f\xe2\x0f\x91\x92\x20\x5b\xeb\x8c\x17\xbb\xc2\x59\x39\xd0\x54\xe5\x6a\xac\x7b\x0b\x54\x3c\xab\x18\x55\x6b\x46\x3c\x76\x7e\x30\xc0\x53\x98\x06\xf5\xae\xeb\x16\x26\xd9\x93\x06\x6c\x17\x1c\x6a\x2a\x9d\xab\x6a\x88\xf1\xae\xba\x1b\x12\x6f\x2b\xda\xac\x8b\xc3\xaf\x2b\xb4\x46\xce\x36\xa6\xae\xcd\x1b\xdd\x02\xab\x8b\xe7\x14\xf8\x36\xf4\x08\x83\xce\x5b\xd2\x11\xc2\x99\x81\x36\x05\x0a\x75\x7f\x04\x85\x8c\x34\x7f\xe2\xdf\x2d\x9c\x5e\xf9\xfd\x48\x83\x68\x4e\x2a\x09\xcb\x25\xa8\x76\xd8\xcd\xe9\x9a\x40\x7e\xbe\xbd\x86\x76\xdd\x6d\x13\xdd\xbe\xc8\x41\x64\x02\x87\x5c\x56\xa1\xfe\x5e\x75\xb0\x42\x0d\xcb\x82\x34\xec\x92\x38\x73\xc4\x08\x7f\x2f\x61\x35\xe4\xc3\xc4\xca\xc3\x0d\x93\x30\x64\x06\xbd\xce\xc9\x49\x89\xfd\xa3\x5e\xcd\x9c\x07\x15\x3b\xcd\xe5\x4e\x2b\x42\x91\xec\xe2\x14\xa9\x86\x65\x4b\x35\xe9\xa8\x16\xa4\x2a\x80\x2f\xf8\xab\x22\x37\x03\x36\xf4\x02\xed\x5b\x04\xa3\xaf\x9d\x91\x0a\x2f\xd3\xdd\x95\xba\xd6\x1d\x8a\x84\xac\xa2\x60\xad\x03\xec\xc3\xe2\xdb\xaa\x9c\xcd\xf6\xc8\x74\xae\x97\xe9\xc8\xdc\xe6\x19\x37\x62\xb6\x68\x5c\xe6\x52\x94\xf0\xe5\xb8\x38\xd4\x0c\xda\xf0\x2d\x59\x21\x68\x65\x9d\x3d\x4a\x5c\x8b\x9a\xc4\x5a\xd9\xea\x5a\x91\xd1\x18\xcf\xdb\x5f\x98\xd2\x1c\x15\x3a\x80\x1b\x58\x70\x81\x85\x3b\xe4\x8d\x5e\x15\x1b\x8d\xba\x0d\x05\xe7\xfb\xfa\xf0\xb3\x0d\xaa\x30\xcf\x1c\x78\x76\x41\x94\x63\xa5\x67\x12\x08\xba\x43\x9f\x22\xc4\x80\x63\xb2\x28\x46\xac\x5c\xe0\x39\xbc\x4b\x14\xf1\xef\xfd\xc8\x86\x6e\xd0\x67\x2d\x18\x44\x4e\x59\xf9\x63\x52\xef\x4b\xec\x80\x8c\x7d\x4f\xb0\x27\x2f\xd3\xf4\xfb\x12\xc5\x53\xb7\xda\x27\x1d\xdb\xb5\x10\x9b\x04\x27\x52\x08\x2f\x76\x9e\xd3\x60\xd8\xeb\x8e\xf8\x2c\x25\x55\x33\x39\xd4\x9d\x7b\xef\x5a\x39\xd0\x49\xb3\x70\x09\xc7\x2b\x83\x74\xba\xa7\x33\xb4\x10\x2a\x02\x12\x92\x88\x5e\x03\xb8\xa7\x68\x89\xad\x9a\xd7\xd6\x99\xe5\xbc\xdc\x4d\x1a\x3a\x40\xf1\x9e\x0c\x4b\xf8\x07\x08\xaf\x03\x67\x3d\x67\x46\x4c\x28\x52\xb0\x36\x9e\x30\x41\x3a\xa5\x62\x9a\xd8\x68\x0d\xa7\x88\x90\x8a\x3a\xf7\xbd\x00\x19\xbb\xb7\x6b\x85\x22\x8c\x37\x03\xaf\xaf\x8c\xb1\xa2\x40\xe6\x6e\xcf\x48\xd7\xaf\x9c\x6a\x49\xa8\xa1\x5b\x7c\x47\x2d\xfd\xee\xac\x33\x73\x84\x96\xd1\x42\x05\x94\x78\x81\x4b\x93\xc1\x11\xdd\x58\x56\x3b\x74\xa5\x3d\xf7\x7e\x5c\x4e\xfb\x18\x4b\x3e\x04\xb3\x23\xaf\xa8\x74\x7e\xc1\x3e\xf5\x8c\x94\x4a\x8e\x52\xc7\x46\x69\x67\x23\x3f\xfc\x72\xad\xeb\xa3\x88\xa8\x5d\xf1\xaa\x1c\x7e\x02\x0c\x9f\xa7\xd3\xf1\xa8\x24\xf7\x7a\x36\x21\xe9\x25\x41\x2d\x95\xa2\x96\xc3\x18\x4f\xb6\x9e\xc2\x39\x69\xd0\x2e\x46\xe4\x14\x49\x98\xa9\xcb\xdc\xf7\x81\x56\x91\xdc\x5c\x7d\x01\xe9\xed\x9d\x53\x2f\x6a\x1e\x96\x49\xf1\x23\x56\x42\xf8\x0b\xb4\x50\xf4\x77\xae\x5c\x0a\x92\x80\xf3\xe8\xa2\x81\x8f\x58\xca\xe6\xf9\xc8\xfd\x5a\xb8\x9a\x0c\xce\x58\x9f\x4d\xbb\x78\x29\x4a\xd0\x52\xf4\xd1\xce\x06\x8c\x40\x5e\x28\x84\xf1\x45\x74\x48\xba\xfb\x77\xa2\x42\x4e\x19\x05\x3b\x40\x92\x98\x0d\x02\x98\x8d\xfc\x68\xc4\x5d\x58\x40\x82\xc7\xb0\x4e\x80\x45\x01\xc4\x22\xdd\x38\x55\x17\x89\x0e\x18\x27\x68\x60\x0f\x23\x1c\x90\xf4\x88\x92\xa3\xf5\x58\x13\xe7\x0e\xf7\x93\x23\xd9\xf0\x11\x56\x03\x18\x2f\xd5\xde\x2c\x2e\x5c\x3b\xee\x8b\x68\xe7\x1e\x89\xde\x10\xd6\xd1\x84\xce\xe4\xba\xf2\x30\x74\x69\xf9\xe1\xc2\x2f\x24\xaa\x67\xc8\xec\x59\x31\x94\xea\x64\x42\x0c\xc1\x33\x3b\x31\xc5\x99\xb0\x85\x7a\x4a\x9d\xcb\x73\xf3\x12\x8c\x48\x40\x32\xb1\xe8\x8e\xb2\x6e\xbf\x3d\xd1\x13\xc4\x80\x9e\xf4\x0f\xfc\x8d\x08\xdf\x97\xf9\x50\x02\x09\x3f\x0b\x26\x17\xe1\x8e\x53\xea\xfd\xd1\x4c\x95\x25\x9d\x05\x9e\xfd\x49\x59\x51\xef\xad\x18\x38\x46\x14\x79\x58\x21\x07\xce\x8b\x96\x89\xfd\x04\xad\x0d\xbf\xdd\x66\x42\xea\x97\x62\x5c\xf4\x44\x53\x86\x33\x97\x9c\x89\xb9\xc4\x39\x2e\x8f\x5a\x4d\x8e\x9c\xd9\xa4\x11\x9e\x1d\xb9\x7c\xef\xb6\x90\x8c\x64\x1e\x4d\xc3\x13\x30\xba\x96\xf3\x05\x89\x16\x57\xc9\x52\xe4\x77\xa3\x3b\x22\x9e\xd1\x0a\x87\x24\x62\xb9\xb0\x43\x14\x0c\xc3\x82\x92\x14\x47\xec\x19\xa1\x15\xc9\x0d\x42\xc6\xeb\xca\xb2\x59\x7a\xed\x1b\xf0\x96\x81\x31\x9c\x39\x45\x64\x87\xd1\x60\x19\xd7\x10\xbf\x59\x16\xd2\x3c\xf3\xd3\x8b\xf3\x1f\xca\x1d\x50\x46\xd6\xe7\x5d\x70\xa4\xb4\x23\xe6\xd4\x23\xb2\x4a\xd4\xa2\x9c\x80\x0b\x86\x9c\x19\xf0\xcf\xa0\x11\x00\x72\x89\xaa\x32\xa4\xd9\x80\xda\x96\x9d\x23\xe5\x46\xfd\x1c\x8d\x56\xcd\xf6\x8b\xc8\x2c\xa7\x30\x30\xe5\xcb\xcf\x3f\x96\x12\xf1\x4f\xc3\xf3\x8f\xc3\x00\xe6\x5b\xfc\x7c\x3e\x57\x91\xcb\xf9\x56\xb7\x6e\xcd\x68\x3d\xc8\xfb\x1c\x75\x34\xa6\xee\x65\x41\x13\xf8\xbd\x73\xf0\xc7\xd5\x42\x49\x0b\x17\x4d\xea\xcd\xfd\x89\x48\x77\xe4\xd4\xeb\xa1\x65\x2f\x23\xed\xd4\xb7\x3b\x2f\x77\x8b\x08\x42\x2d\xc2\xca\x69\x71\x48\x23\x95\xe2\xe1\xd7\x92\xb5\x63\x62\x5c\xdb\xc1\x4a\x9b\xb9\x6f\x8f\x58\x22\xdf\x1e\xd1\xb7\xbc\x55\xaa\x4c\x82\x5a\xde\x01\x32\x8d\xf3\x99\x6b\xc6\xab\xd7\x68\xd4\xf4\x59\xfc\x0f\x88\x5d\xa2\x91\x38\xac\x8b\x6e\x26\xba\xf3\xb2\x2e\x49\xd4\x48\x50\x5c\xa5\x04\x44\xa8\x27\xeb\x49\x98\x76\xba\x19\x8d\x51\x4f\xd7\x41\x99\x2e\xe6\x6d\x64\x34\xad\x92\xd3\xcf\xe0\x2a\x47\x03\x12\x5e\xf1\x03\x88\xe6\xa0\xeb\xb0\x10\x49\x7f\x31\xf1\x54\x43\xe2\x09\xd3\x3b\x09\xa7\x1f\x84\x56\xd2\x5d\xd1\x3e\x1e\xfe\x17\xea\xa5\xd0\x1d\xe7\x9d\xdc\x65\x7a\x47\x4e\xe9\x4e\x76\x7d\x26\x46\x3c\xe5\x65\x58\x34\x58\xa2\xcb\x26\x6d\x4c\x87\xbc\x14\x47\x8c\x91\x6e\x40\xc5\xea\xf5\xff\x0c\x1c\x99\xb2\xb3\xce\xbc\x06\x34\x8c\x40\xc9\x8c\x48\x5f\x9d\x52\x81\xfc\x21\x87\x35\x3d\x6d\x62\x81\x2f\xa2\x4c\x89\xe8\x57\x9c\x78\xe2\xe2\xfc\x17\x6e\xa1\x49\x5c\xd5\x72\xd5\x39\xfa\xa0\x22\x4e\x79\x22\x53\x57\x5b\xa1\xf7\x81\x42\x38\x43\xad\x90\x09\x60\x22\x9b\x15\x48\xe3\xa8\x75\xbb\x86\x2b\xba\x47\x56\x9e\x3f\xc5\x3b\x44\x6a\x22\x1e\x8f\xf3\x28\x10\x68\xf4\x28\x70\x73\x53\x04\xbf\xa4\xe5\x88\x66\xf8\x02\x7f\x13\x73\x72\xc2\xf4\xed\x82\xf5\x65\xe2\x7a\x2f\xae\x1f\xbe\x96\xbb\x0e\xa9\x1a\xaf\xb8\xe5\x45\x90\x86\xb6\x24\xdf\xb0\x5b\x26\x4f\x0a\xa7\xc7\xfe\x7b\x5e\xea\x77\x52\x0c\xf6\x48\x62\xc3\xc9\xc5\x37\xce\x8d\x7f\x3e\xf3\x1d\x72\xc3\x17\xe4\x9d\x01\xeb\xd6\x74\xe2\xb8\x2a\x7b\x9a\xb8\xdc\x89\x1b\x00\x19\x84\x23\xd9\x88\xdb\x49\xa2\x02\x78\xe8\x7e\x7a\xf1\xd4\xc6\x8a\x78\xa5\xb5\xe5\x30\x32\xee\x19\xa9\x33\x77\xcb\xd3\x4d\x8e\x42\x71\x9a\x28\xb6\x09\x15\xf6\xce\xd8\xdc\x8c\x35\x22\x2a\x4a\xf1\xb8\x28\xb2\x48\x0c\x9c\x24\xeb\xb9\x02\x57\xee\x69\x0d\x8f\x5e\x28\xc4\x2c\xde\xe3\x09\x86\xed\xc5\x78\xdf\xe3\x55\xc7\x39\xb9\xa9\xe1\xbf\x8f\x1a\xa1\x11\xd6\xab\x4b\xa6\x89\x51\x3c\xb3\x88\x7f\x9b\x18\x38\x61\xbc\xef\x33\xd9\x07\xd2\x1d\xa1\xf6\x0c\x1d\x61\x44\x52\x52\x5e\xac\xa4\x3b\x3c\x8c\xc7\x3a\xbf\x7b\x38\x31\x32\x02\x67\xf3\x76\xca\x9b\xe0\x36\x22\x00\x22\xb4\x9f\xc4\xda\x92\x92\x81\x61\x21\x3c\x16\x12\x97\xa1\x1a\xdc\x37\xda\x3c\x54\xb4\xb8\xfb\x9e\xdc\x14\x2f\xce\x1f\x9d\x3d\x3f\xfc\x4b\xb8\xea\xf1\xa0\xc0\xc2\x90\xca\xe5\x23\xef\xd4\x99\x0d\x2b\xb8\x76\xe2\x00\x25\xbc\x2d\x01\x11\x7f\x53\x5f\x1c\x62\x0d\x33\xb8\x40\xc5\x84\x98\xd0\x4e\xf2\x54\xca\x91\xf1\xfb\x83\xdd\xc6\x1b\x37\xfb\x0e\x59\xa2\x57\x33\x36\x54\x3c\x32\x8d\x09\x46\x36\x7f\xfa\x86\x11\x33\x71\x58\x0e\x42\x59\x76\xc5\x88\xbd\xe5\x56\xa6\xb1\x4e\x4a\x83\x5e\x1b\xe4\xb7\x76\xb0\xe7\x6d\xf5\x0e\x03\x83\x2b\x94\x82\x0e\xbf\x36\x68\xd9\x9d\xcf\xd0\x7d\x98\x04\xf1\x9b\xc5\x4b\xf9\x13\xef\x13\xfe\x8e\x9f\x5d\x67\x74\x3d\xb0\xfd\x34\x31\x33\x7d\x6e\xf7\xaa\x29\xd6\x70\x79\xd9\xc5\x9d\x1e\xb1\xab\x2c\xd0\x13\xf0\xce\x17\x28\x29\x5d\xc3\x79\x87\x9d\x02\x90\x2f\x06\x4d\x62\xbc\xe9\x9a\x14\xa0\xe4\x37\xe6\xdc\xc6\xe0\x2b\xf0\xc9\x7d\x38\x11\xce\x39\x2d\x9e\x23\xdf\xd5\x1a\x85\xce\xe9\x01\x5c\x70\xff\x76\x38\x00\x8c\x74\x75\x13\xbb\x7f\x92\xe8\x90\x4a\x62\x8e\xae\x55\x0d\x43\xa1\x10\x16\x56\x2a\x85\xe1\x60\x5d\xfb\x60\x86\x21\x29\x7e\x27\x72\x46\x54\xb8\x69\x17\xb6\xf2\x65\x81\x6b\x4b\xea\x81\x5b\x43\x20\x29\xba\x1a\x99\xc9\x8f\x66\x34\x42\xb2\x3a\x50\x2c\x6e\x86\x0a\x54\x4a\x41\x27\x12\xa9\xcb\x5f\x06\x9b\xe6\x15\xc2\xc0\x05\x93\x06\x46\xa6\xda\xb2\xab\xba\xdf\x6e\x76\x6c\x4b\x37\x16\x5b\x0c\xb6\x5f\x42\xfa\x47\x14\x52\xce\x87\x87\xbe\x62\x30\xf6\xe2\x49\xc5\x11\xd9\xbb\xf0\x2d\x84\x8c\xd6\x1a\x39\x1c\xed\x14\x4c\xb6\x98\x6f\xab\xae\xda\x36\xa6\xd5\x33\xa0\x26\x70\x09\x6a\x68\x00\xfe\x05\x92\xe3\x3e\x0c\x6b\xa3\x6e\xc9\x45\x1a\xea\xa2\x76\xf0\xad\x06\xcc\x41\xd7\xbf\x4a\x1d\xef\xb4\xfc\x1c\xad\xbd\xa3\xe0\x71\xaa\x2c\xc0\xe8\xc1\xb1\x04\xa9\xbe\x5b\x48\xc4\x3b\xd1\x39\x22\xd9\x99\x19\x75\x47\x64\xd9\x8d\xdf\x4a\xb3\x74\x31\x6b\x69\xd8\x39\x7e\xd2\x86\xb1\xc7\x67\xb2\x5f\xa5\xde\xa8\xbe\x76\x66\x95\xc5\x43\x36\xa5\x88\x56\x5e\x22\xbb\x61\x30\xb0\x35\x80\x78\x30\x20\xfe\x83\x85\x45\xf6\x5f\x2d\xee\xa3\x3c\xfa\xc0\xc1\x02\x03\xd9\x22\xa5\x8f\xec\xdb\x21\x96\x3b\x85\x09\x7c\x81\xc8\xc3\xe4\xbb\xa0\x50\x60\x5b\xa3\x4b\x54\xc3\xdc\x5a\x1c\x16\xdf\x68\xbc\x14\x44\x0f\xd4\x44\xd2\xeb\x7c\xf6\x06\x1d\x0f\xd0\x42\x72\xbe\x42\xfb\x85\x0a\x36\x92\xad\x7a\x87\xdf\x83\x02\x89\x4c\x79\xe8\x1f\x09\x8c\x98\x22\x8f\xcc\xd7\x96\xf0\xd5\x8a\x1d\x04\xd6\x6c\x7d\x25\xee\x84\x66\xb3\xa4\x35\xa4\xb8\xf7\xcc\xde\xac\xd0\x26\x51\xa1\xa1\x9b\x60\xb5\xf7\xf8\x40\x6e\x01\x16\x3b\xf2\x1a\x8d\x69\x04\x7c\xb8\x5b\xce\x6f\x37\xb9\x24\x5b\xfd\x1f\x6a\x76\x89\x7b\x9e\x63\xe8\x39\xaa\x66\xfb\xee\x2a\xa6\x25\x27\x89\x97\x91\x84\xf4\xc7\x41\xc7\x3a\x0e\xed\x8f\xcb\x13\xaa\x9d\x4c\x52\x34\x64\x19\xdd\x44\x82\x59\xac\xea\x5e\x03\xd9\x16\x34\x72\x54\xd3\x35\x4b\xb8\x4d\xdd\x65\xc8\x2d\x00\x73\xa6\x88\x23\x98\xa9\x8b\x53\x2c\x1a\x07\x64\xf4\xa4\xa0\xbf\xb0\xea\x3b\x1f\xf9\xe7\x83\xfd\x2e\x3f\xfe\xfa\x9b\x17\x28\x9c\xf7\xbb\x10\x80\x1c\xc7\x7e\x72\xec\xd5\xdc\xf7\x42\xbb\x61\x2d\x33\x66\x4d\x05\xfb\x94\x07\xed\x8a\xde\xa1\xcd\xf0\x06\xdb\x01\x19\xc4\x37\xe4\xac\xfa\xd4\x7e\x1a\xdc\xca\x6a\x51\xe7\xd3\x6f\x8e\x62\x93\x68\xec\xaa\x08\x63\x8e\x83\x54\x5d\xcb\x62\x5a\x0f\x7b\x98\x18\xd5\xe5\x18\x13\x99\x97\x3d\x71\x94\x1e\x70\x85\x3e\x0b\x8d\xf6\x17\x00\x45\x1e\x02\x85\xda\x0c\xe6\xca\xf1\x3c\x1b\xc9\xeb\x90\xd3\x7a\x3c\xaa\xa8\x23\x80\xa1\x02\xa7\x87\x4c\xd4\xfe\x66\x89\x16\x14\xe0\x9b\x90\x1b\x0f\x1f\x3c\x8f\x49\x05\xa5\x89\x60\xc5\xd3\xe9\x02\x77\x95\xe8\xee\xff\xfd\x1f\xff\xf3\xf8\x14\x97\xe1\xb4\x6b\x6b\xf8\x4b\x54\x69\xae\x41\xdc\x12\x69\x25\x66\x45\x41\x66\x23\x22\x13\x59\x4f\x85\xd6\xb4\x4c\x7d\x16\xfe\x67\x8f\xe1\x13\x98\x56\x04\x18\x5a\x2d\xf4\x0d\x2d\xb4\xf4\x35\xb2\xd7\xb6\xaf\x89\xee\xcc\x50\x86\x26\x74\x73\xf2\x73\x7c\xa1\x01\x7d\x5f\xbf\x5e\xa2\xd9\x57\x2f\x30\x17\x41\xf1\xfc\xf0\xd3\xbe\x42\xeb\x13\xa1\x6b\x77\x55\x59\xa1\xef\x35\xeb\x2e\xf3\xa3\x15\x7b\xff\xd3\x4d\x08\x93\xc2\xf0\x1e\xb9\x10\x9c\x01\x27\x59\xf8\x06\x65\x60\x09\xf1\x96\x60\xa0\xd9\xbe\x47\xdf\x3f\xc4\x21\xee\xef\x02\x7e\x0f\x76\x8c\x71\x0c\x55\x66\x63\x4d\x50\xf7\x30\x5e\x8a\x2a\x1f\x21\x02\xac\x48\x22\x97\xc3\x38\x74\xe8\xda\xd4\x48\x5d\xf1\x3a\xe8\xd0\xf9\xfa\xa3\x59\x9a\x65\x22\xb9\xbe\x66\x40\xd9\xf5\xe2\xf0\x2f\xed\x35\xde\xe5\x9b\x0a\x19\x0b\xe7\x37\x80\x71\xf3\x9d\xda\x2e\xbe\x82\xaf\x48\x2f\xc4\x77\x00\xb9\x3a\xb5\x95\x66\x40\x48\x7c\x28\x7f\xcc\xe0\xab\x5d\xbc\x80\xff\x0c\x53\x69\x60\xde\x8d\x3c\xdf\x46\xad\x56\x1a\x6d\x0b\x1d\x8a\x8d\x1d\x00\xed\xe0\x1c\x01\x05\x69\xa0\xe6\x53\xd5\xae\x29\xa8\x64\x07\xb4\x18\xd1\x94\xfe\x85\x15\xa9\xb5\xb2\x50\x4e\x49\x66\xd0\xd8\x4c\x46\xcb\x56\x61\xda\x98\x9e\x7f\xc0\x0e\x53\x0e\x8e\xc7\xf0\x2f\xae\xd3\xda\xf0\x77\x8a\x1c\x41\x48\x0c\x1c\x59\x3b\x68\xe2\xf3\xe9\x8c\x00\x03\xf4\x3a\x62\xfb\x67\xae\xf3\x79\x3e\x08\xf7\x3d\xcf\x01\x52\xac\x33\x80\x0d\xea\x31\x1e\xa2\x75\xb0\xf5\xdf\xf0\x72\x80\xe3\x45\x77\x82\xff\xb8\x43\x9d\xc0\x56\x2f\x9e\x02\xdf\x44\x2c\x98\x2b\x40\x73\xda\xe2\x91\xea\x94\xff\xc2\xd1\x3c\x4f\x49\x33\x03\x52\x08\x6c\xa7\x2b\x01\x84\x75\x25\x28\xb6\xfb\xc0\x18\xcc\xa9\x43\x72\xbc\xd3\x7b\x46\x05\xf3\xc1\x1e\x44\x65\x0d\x72\x81\x50\x0c\x3c\xd8\xae\xd0\x02\x11\x03\xac\x61\x33\xda\xa5\x34\xf1\x04\xe8\x30\xcc\x33\x2a\xf6\xdb\xc9\xbb\x99\x35\x1d\x4a\xb1\xf9\x5d\x0e\xc1\x6d\x07\xa0\x61\xf3\x20\x80\x36\xcb\xac\x0f\xe0\xf0\x56\xba\xed\x8c\x4d\x9b\x32\x16\xe3\x0c\x72\xd0\x8d\x5e\x5f\x51\x76\x8e\x08\x16\xae\x51\x4c\x1d\x84\xae\xc9\x68\xef\xb4\x94\x83\x69\x38\x2e\x0f\x36\x1c\x16\x2a\xf8\x5c\x29\xb1\x14\xaa\x6b\xab\x15\x69\x0f\x1d\x18\x53\x98\xc5\x25\x45\xa9\x45\x75\x65\xb9\xc9\x5a\x39\xb2\xde\x5c\xbc\xdc\xd7\x6a\xad\x93\x00\xb0\x00\x8d\x69\x68\x92\x4e\xdc\x0e\x26\x5d\xd1\xca\x75\x6a\xb5\xb8\x5b\xca\x7a\xf9\x4a\xb8\x54\xae\x28\x5f\x1f\x21\x0e\xdc\xe2\x59\x36\xbe\xb8\x10\xd8\xaa\x25\x31\xd8\x9d\x27\xd1\x6e\x80\x11\xe3\x9d\x57\x9d\x40\x97\xbc\x74\xd0\x38\xe3\x4e\xcc\xd1\x67\x55\xfd\x76\x9c\xb8\x9d\x18\x81\xd8\x56\x00\x11\xb5\x8d\x48\xc9\x3b\x27\x17\x4b\x5a\xc3\x73\x6f\x23\xdf\xe7\x18\x0b\x28\x14\xd0\xa7\xc3\xf0\x46\x87\xd1\x0a\x56\x12\x56\x81\x30\x73\x63\xfa\x68\xa0\x16\x45\x3c\x64\x02\xc6\xaa\xf1\x16\x97\xcb\xd5\x0d\xd5\xc2\x0b\xaa\x34\x41\x0b\x39\x56\x05\x95\x19\xb0\x48\x18\x33\x8c\x55\x9e\xa2\xdc\x00\x6b\x86\xc1\x02\x63\x75\x2c\x85\x52\xc0\x1d\xd2\xa8\xb1\x55\xc0\xe2\x39\xa6\xf5\xb2\x1d\x13\x1e\x12\xf2\xc7\x80\x10\x5d\x1d\x90\x22\xba\x35\x0a\xc6\xfa\x6f\x76\x23\x60\x60\xd1\x88\x8b\x5d\xde\xfb\xa0\x8c\xd6\xc6\xbb\xc1\x57\x26\x5d\xf7\x6f\xa9\xbd\x33\xb6\x43\x5a\x8a\x66\x12\xea\x7a\x4d\x81\xd8\xb7\x76\xe6\xe1\xa9\xb7\x61\x05\x3c\x69\xb4\x41\x8b\xbb\xdf\x7d\xf2\xca\xb2\x25\x85\x4e\x1c\x6d\x53\x30\x4b\x7d\xf7\xfb\x57\xf6\xce\x17\x77\xbf\xfb\xf4\x15\x25\x4f\x1a\xd4\x5f\x6e\xd4\x6b\xbd\x90\xaa\xdc\x16\x36\x40\xf5\x1c\xf0\xbe\xd5\xd7\x95\xe9\xad\x4f\x02\x87\xb6\x38\xe0\x13\x22\x12\xf3\xb6\x83\x3b\x99\xad\xa3\x2e\xf8\x3c\x25\x0a\xa4\x3c\x1b\xa1\x09\xa5\x14\x09\x4d\xf0\x2d\xf6\xbb\xa5\xac\x81\x45\x92\xc1\x2b\xc0\x92\xa3\xaf\xcf\xe5\x28\x18\x75\x8b\xef\xfd\x1a\xe1\xe4\xab\x12\xa7\x0e\x93\x71\xea\x93\xdf\xf1\xaf\x2f\x68\x5e\xb8\x10\xdf\xfb\x9e\x8c\xb7\x61\xc9\xb1\x0f\x46\x35\x14\x7b\x7a\x14\x1a\x12\x2a\xc6\x89\xb6\xbe\xc2\x01\xb7\x69\x89\x8c\x48\x20\x4e\x79\x44\x94\x8e\x21\x01\x6e\x35\xad\x09\x43\x3d\xd7\x6a\xd5\x56\x79\xd9\x64\x4b\x6d\x0a\x2e\xc4\xd8\xa1\x8b\x03\xcc\x96\x18\xd7\x47\x16\x18\x6d\x36\xbf\x6d\x81\x78\x44\xd2\x0a\x76\x4f\xa8\xf2\x9b\x9b\x61\x6e\x02\x58\xd6\x0d\x6f\x97\xf3\xe7\xd6\x9e\x82\x91\xe5\x72\x27\xcc\xce\x6f\x6c\x1d\x98\x57\xcc\x20\xc8\xdc\x8f\x7c\x23\xb5\xe1\x22\x0b\xc7\x17\x9c\x24\xad\xea\x45\xac\x46\x70\x45\x2e\xae\x73\x43\xb2\x15\x10\xf7\x38\x8c\x13\xe5\x32\x0c\x4b\x24\xbc\x4b\x6a\x54\xcd\xd2\x85\xf0\x90\x08\x41\xc2\x0c\x3a\x19\x57\xe8\x0c\xd2\x4a\x1e\x32\x40\x2d\x8c\xa1\x57\xf3\x62\x24\x2e\x37\xb1\x25\x7f\x45\x61\xfa\x51\xf2\x08\xc1\xef\x36\x3e\xc5\xba\xac\xba\xc5\x59\x59\xc5\x3b\x9e\x39\xab\xb9\x31\xaa\xeb\x9c\x2f\xe0\x1b\xb5\x4b\xa2\xa2\x72\xe6\x80\x61\xd6\xa6\x36\x98\xe5\xa9\xbd\x0d\x04\xb5\xe8\x70\x50\x75\xce\xf0\x71\x79\x40\x78\x3a\xce\xc1\x52\x9e\xb1\x55\x0c\x3d\x32\x2f\x2e\x10\x0f\x50\x67\xa2\x49\xca\x92\x90\x33\xaf\xf3\x19\x1f\xee\x98\x39\xe7\x7d\xb0\xa2\xd8\x17\xe3\x4d\xc2\x7b\x60\xf0\x60\x57\xb5\x8a\x15\xfd\x41\x17\x1c\xa6\x49\xca\xae\x9a\xdc\xb3\x2a\x94\x45\x91\xb5\xc0\xcb\x71\x5e\xfc\xb1\xa7\x78\x41\x67\xcd\x17\xf5\xff\xf8\x08\x82\x9d\xd2\x77\x7d\x8b\x15\x99\x65\xa3\xc0\xa6\xc7\x42\x92\x94\xa1\xa1\x4f\x01\xca\xb2\x9b\x17\x49\x22\x88\x6c\x2d\xb9\x6c\xa1\x0e\xd5\x8e\x03\xf2\x5a\x78\x68\xb2\x47\xc1\xc5\xe6\x24\xb7\xc2\x29\x14\xb0\x72\x21\x59\x11\x59\xe9\x6d\x43\xd3\xf3\xac\xed\x15\x08\x60\x0b\xfc\x4f\xde\x27\xff\xbb\x58\x4b\x77\x52\x9c\x88\x94\x99\x28\xe9\xa6\x6e\x50\xa9\xd7\xd7\x70\x87\x3c\x43\xdb\x8b\xc6\xe8\x60\xa2\x04\x73\x0f\x01\x82\x3b\xf0\x2c\x9d\xf1\xdd\x10\x6f\x7d\x05\x3b\x49\x3e\x09\x3e\x2c\x9a\x26\x0a\x57\x23\x27\x3a\x13\x89\x15\x47\x8b\x4e\x63\xc5\x95\x56\xa5\x0b\x8b\xaf\xb6\x3d\x29\x88\xb8\x07\x0c\x42\x88\x93\x43\x2e\xbe\xff\x83\xf7\xb6\xd8\x25\x0b\x64\x5d\xdc\xbc\xb5\x5a\x16\x94\xd2\x98\x7d\x16\x5f\xe7\x40\xff\x3e\xa6\x86\x3f\xc6\x3b\xbd\x14\x5a\xf8\x3b\xfa\xc1\x14\x51\x16\x8f\x45\x01\xd6\x2d\x8c\xec\x3c\x9d\x7b\xde\xc6\x1f\x05\x03\xd7\x98\x99\x04\x7b\x28\x9d\xc0\x89\xc8\xfc\x39\x8a\xf8\x8e\xe2\xd2\xdf\x44\xfb\xe5\xeb\xa7\xfe\xab\xb4\xbb\xd3\xed\xd6\x5d\xea\xdc\x3c\xb5\x0c\xb4\xfe\x1f\x6e\x19\x6a\xfe\xd3\x2b\x87\x88\x20\x42\x2c\x1d\x15\xa5\x13\x7c\x2a\x3f\x98\x8d\x8c\x81\x52\xe1\x3a\x94\xa0\x78\x0e\x67\xc8\x69\xec\xc5\x57\xd2\x38\x10\xb9\x81\x01\x23\x68\x2e\x51\x90\x15\xdd\xbd\x8a\xdd\x63\x12\xcc\x26\x24\xf1\x29\xdf\x54\x6a\xc2\x94\xa5\x9d\x27\x0b\x04\x8c\x1d\xfc\x83\x2d\x32\xe3\x18\x21\x8b\x00\x90\x56\x26\xe9\x05\x8f\x3a\xb7\x95\x3b\xdb\x71\x65\x60\x4f\x15\x1c\x07\x32\x62\x53\x76\x48\x8a\xc4\x18\x34\xd2\x2a\xf2\xc8\x5a\xb5\x02\xc2\xf1\x4e\x7f\x21\x0b\xa5\x1f\x73\xf0\x1e\x64\x4b\x37\x2a\xc9\xdc\x0c\x2a\x0b\x64\x40\xaf\x5f\x63\x88\xc3\x89\x0f\x33\xf2\xa0\x68\x61\xad\x31\xb1\x30\x47\xa0\x78\xa7\x24\x20\x86\x5b\xd4\xfd\x25\x2a\x25\xe0\xa3\x31\x7c\x62\x4b\x31\x46\xc2\x38\x22\x30\x65\x3e\xc1\xb4\x26\x9e\x48\xa8\x66\x49\x36\x19\x5a\x9e\xc8\x25\x65\x7a\x89\xb2\xac\x42\x51\x4b\xa4\x9d\x7f\x6f\x63\x79\x48\xf7\x78\xb3\x05\x85\xca\x5c\x91\x8f\x2e\x4f\xdc\x4e\xf7\x34\xcc\xd5\x49\xcd\xa2\x52\x0d\xe8\x7e\x2d\x0d\x72\x34\xba\x35\x35\xde\x14\x9c\xe3\x25\x6d\x98\x1b\x4b\xa8\x0a\xe3\xd3\xc8\x41\x27\x64\xee\x1b\x39\x97\x54\x87\x88\x8f\x5d\xdc\xcb\x9d\x23\xa6\x51\x58\xb8\x4e\x47\xff\x22\x7f\x31\xbc\x07\x61\xa4\xc0\xe5\x74\x51\x52\x2b\x1c\x06\xdd\xec\xaa\xb8\xff\xbb\xbb\xe5\x03\xc4\x0b\xbe\xe3\x06\xc6\x33\x1f\x7b\x9a\x79\xac\xd2\xc1\xc1\x39\x69\x87\x42\x16\x87\x84\x02\xa5\xf8\x1c\x41\xe1\xfc\xde\x2c\x52\xee\x85\xab\x8e\xb5\x3e\x51\xc9\x50\x33\x11\x6b\x05\x27\xd4\x13\x39\x40\xc9\x4c\x7f\x89\xb1\xc4\x49\xb7\x66\x59\xf6\x80\x46\xa4\x7b\x21\x4c\x57\xef\x06\xbd\x7b\x46\x3f\x6f\xd5\x49\x12\xe9\x3c\xe0\xae\x5f\xe1\xa5\x82\x99\x0a\x80\x47\xe5\x19\x89\x61\x7b\xeb\x1d\x8e\xc8\xef\xc2\x73\x19\xf3\xa4\xed\x58\x17\x34\x5c\x10\xe6\xfb\x5e\x1c\x7e\xe9\xfa\x3a\x29\x18\x58\x72\xe3\x32\x37\xcb\x0b\x9c\x61\x71\xdf\x70\xb2\xc4\xfa\x41\x3a\x29\xad\x5a\xa7\xbf\x8a\xbe\xfb\x5c\x51\xd2\xc8\x92\x73\x17\xa2\xea\x9d\x52\x18\x7a\x33\x09\xe6\x35\x64\x03\x3b\xe5\x8c\x22\x0f\x30\x09\x19\x57\xf5\xd6\xb0\x9b\xf5\x3d\x05\xff\x3b\xde\xed\x8e\xcb\xf2\xde\xc8\xbc\x23\x5f\x17\xd6\xe2\x78\x7f\x43\x1f\x30\x90\x13\xd1\xa8\x0d\xc7\x7f\x06\x12\x9e\x2f\x1f\x42\x44\x5b\x44\xeb\xa5\xaf\x55\xb1\xf2\xa1\x7e\x86\x5c\xd7\x04\x15\x8f\xd0\x95\xb6\x22\x64\x67\x57\x1b\x09\xd4\xa4\xf8\x4c\x97\x76\xa4\xb7\xf9\x16\x66\xbc\x7c\x54\x24\xcc\xae\xec\xae\x77\x50\xa0\x0c\x47\x83\x51\x4e\xac\x84\xbb\xf8\x26\x97\x61\x9c\x4b\x1e\xac\xc5\x38\x83\x4c\x57\x0f\xf7\xd8\xb2\x01\x06\x9d\x25\xb2\x8b\x05\x6a\x22\xb5\x1f\x61\x98\x15\x59\x88\x51\x5b\xe2\x58\x66\x9f\xa6\xc4\x79\x3b\xfd\x38\xca\x39\x8f\x0d\xcc\x2d\x01\xe9\xff\xa6\x3c\xd6\x67\x6f\xaa\xd7\xd5\xe2\x9f\xe1\x3f\xf4\xd7\xfc\x8d\xae\x51\xe6\x8a\xb3\x5e\x98\x02\x4b\x3e\x4a\xca\x79\xd6\x58\x8d\x83\x86\xeb\x1e\x63\x26\x31\x28\x5f\x3c\x7b\xb6\x88\x09\x98\x54\x8d\xe2\x3e\xd7\xbd\x88\xf2\x1c\xf3\x08\x13\xfe\x41\xb3\x38\xed\x13\x33\xa3\x00\xd1\x36\x14\xf9\x02\xd3\xab\xaf\x30\xe5\x1d\xf5\x28\xa8\xbd\xa9\x5a\x8b\xa9\x3e\xb6\x8e\xbd\xf3\xa1\xa1\x41\xf7\x42\xf0\x49\xa2\x7c\xfa\x22\x3c\x33\x15\x38\x8e\x39\xa9\xc2\xe1\x2b\xbe\x65\xf2\xdc\x4d\x00\x9c\xab\x82\x88\xf3\xce\xc0\x70\xc6\x01\x96\xad\x08\xf0\x4e\x57\x03\x57\xc3\xaa\xe5\x14\x16\x5e\x4b\xc6\x5b\x1f\x68\x87\x4c\x8e\xd2\xae\x51\xd7\x82\xd4\x49\xb7\xe4\xfc\x2a\x7d\x22\x0a\x2d\xee\x02\x62\x94\x4e\x87\x10\x58\x07\x20\xcc\x04\x4f\x98\x8f\xad\x2d\x57\x7d\xd7\x21\x0a\xb3\x34\x99\x4c\xd2\x95\x3d\x1b\xcc\x92\x4a\x55\x8d\x1e\x23\x37\xee\xba\xcc\x2e\x3d\xd7\x23\xec\x2a\x56\x91\x14\x57\xb1\xd7\xb4\x6f\xc9\x2b\xce\x6c\x34\x19\x56\x27\x06\x67\xde\x74\x79\x30\xff\xd8\x64\x0e\x7b\x57\x30\xe7\x5c\xb6\x70\xb4\xf7\x79\x49\x94\x34\x8d\x78\x64\xfe\xc1\x04\xdd\x03\x5d\x19\xf3\xda\x2e\xfe\x59\xaf\xe8\x8f\xf0\x7d\x5b\x75\x5c\xf4\x18\xff\x2b\xa9\x95\x43\x31\x08\x3d\xd5\x7a\x3a\x07\xff\xc3\xc3\x4f\x50\xae\xa2\xf6\x7c\x30\x61\x71\xce\x79\x05\x43\x91\x04\x76\x4d\x27\xf4\xd7\xc5\x49\xbc\x30\xd1\x0c\x39\x32\x09\xf9\x89\x34\xe8\xaf\xd3\x41\xc4\x84\x7b\xa4\x72\x1e\x5a\x69\xd0\xdf\xc0\x3c\x3b\x0f\x4d\xab\xf2\x1a\x49\x6e\x39\x3d\x2c\x75\x4d\xed\x97\xf1\x2c\x71\x6b\x99\x18\x3c\x8e\x72\xb2\x12\x6e\xb0\x32\x88\xdd\x3f\x5a\x17\x0e\xe1\x2e\x02\xb9\x3a\x76\x9e\x38\x98\xa8\xd1\x1e\xd8\x12\xfd\x16\x5d\x4a\x54\xbd\x24\x02\xf5\x2d\x1a\x04\xa9\x55\xf9\x1e\x80\x13\x40\x9f\x4d\x59\xbe\xa2\xee\x06\xbf\xdf\x02\xce\xa3\x3f\xb7\x49\xd2\x50\xce\x64\xdb\x6a\x74\x50\xf0\x8e\x4d\x12\x37\x89\xcd\xa3\x2f\x31\x92\x52\xf4\xfd\x44\x7f\x3b\x54\x0f\xaf\x54\xb4\x9a\xac\xca\xc8\x57\xc6\xf1\x30\x92\x46\x49\x17\x77\x3c\xed\xbf\x03\x6d\x50\xe6\xe7\xf1\x55\xa0\xf6\x96\x40\xba\xf0\x19\x01\x5e\x0e\xfa\x54\xc8\x27\x99\x70\x54\x5d\x0a\x68\x8a\x19\xd3\x81\xf1\xa4\x9c\x71\xfa\x37\xb7\x11\xe7\x46\x25\xee\x59\xbc\x7a\x80\x4f\x55\xe8\xd7\xc2\xee\x44\xa4\x90\x26\x31\xf6\x4f\x18\x9f\xfa\xe7\xe2\x4f\x88\x74\xf0\x0f\xdc\x28\xfa\xed\x9f\x9d\x88\x9b\x78\xff\x98\x28\x11\xee\xe1\x97\xa6\xac\xd6\xe4\x12\x44\x85\x28\x27\x11\x7b\x2f\xd2\xd6\x04\x0a\x13\xef\x9f\xaf\x79\xaa\x6c\x70\x5e\xe3\x54\x44\x7a\x11\xb1\x49\x21\x82\xbb\x38\x8d\x08\x15\x4b\x3c\x6f\xed\xf2\x1d\x1a\xd2\xfe\x9b\x61\xca\x77\x01\xc2\xdf\x36\x5d\x25\x4a\x58\xb0\x78\x21\x7f\x00\xba\x5f\x84\xbc\x07\x43\x40\x71\x77\x0f\xd0\x43\x0f\x3b\x5e\x1a\x4a\xa8\xd1\x47\x89\x52\xe8\x33\x12\xe2\x34\xe3\x42\x74\xf1\xa2\x7e\x05\xb1\xb6\xea\xd8\xdb\x2b\xcb\x22\xeb\xc7\x42\x0f\x97\x50\xba\x13\x14\xbf\x2d\xbb\x82\xed\x0d\xb9\x81\xd1\xdb\x05\x0d\x87\xd7\xb0\xba\x76\xc4\xfd\x2f\xa6\xfa\x71\x64\x99\x96\xd8\x5c\x1e\x3c\x5f\x0a\x61\x39\xd3\x60\x76\xa2\x5b\x89\xdf\x54\x06\xe9\x9e\xf8\xe1\xb0\x8f\x28\x35\x0a\x35\x90\x0f\x4c\x5c\x8d\x70\xc8\xe8\xb5\x91\xe6\xce\x93\x0c\xa0\x20\x05\xe9\x77\xf1\x49\xf5\x9b\x82\x51\x91\xc0\x15\x2d\x3f\x59\x1c\x0b\xaf\x85\x74\x14\x08\x58\x19\x72\xe0\x4b\x02\x18\xb7\x40\x1b\x43\x77\x7f\x94\x80\x05\x93\x8e\x96\x64\x3d\x99\xee\xe0\xf7\x49\x07\x9e\x8b\xc3\x11\x22\xbf\x35\xda\x93\xc4\x86\xa4\xdb\xee\x56\x43\x9c\xa9\x8c\x95\xa4\x2d\x76\xac\x77\x3c\xbf\xa2\xf8\xfe\x86\xd8\x51\x4e\x39\x83\xc9\x1a\xba\x4c\xf5\xe1\xc2\xfb\xc4\x39\x5c\x5e\x36\xf0\xb2\xf1\x67\x83\x5d\x8a\x96\x8e\xf3\x81\x04\x39\xfa\xc3\xdd\xd4\x07\x68\x92\x2c\x58\xde\x2e\xbb\x21\x73\xae\x8e\xcc\xbb\x1c\x73\x6c\xf5\xe4\x00\x96\x1f\x2b\xf1\xf3\x24\xbe\x16\x8f\x07\x2b\x83\xe8\xa6\x3f\x0a\x6c\xf8\x51\x62\x78\x2b\x74\x14\x7e\x80\x6a\x09\xe6\x2a\xc8\xc7\x73\x7a\xc8\xe4\x79\x86\x98\x74\xa9\x47\x4e\x37\xfa\x45\x4a\x8a\x86\xa3\xcc\x89\x1a\x37\x1e\x39\x61\x96\x90\x90\x5e\xee\xd1\xd3\x94\xae\x25\xb5\x3f\xfc\x1d\x4d\xd8\x5e\x69\xf5\x9e\xfe\x7f\x7f\x5b\xff\xec\x07\x3e\xd2\xbd\x5c\x7d\x1c\x0f\x61\x0b\xe0\xb1\xcb\x4a\xf9\x9c\x49\xb7\x76\xf8\x29\x77\x78\x1d\xc7\x65\xec\xc8\x6e\x9a\x75\x13\x6b\xc3\x90\x6f\x19\xb8\x5e\x9b\x11\x72\xe8\xc3\xe8\xa2\x94\x37\xc9\x68\x62\xa9\xe7\x79\xea\x18\x36\x2a\xfc\x4c\x31\x64\xc1\xe4\x80\x31\xd1\xe1\xf5\x83\xdc\x15\x1c\x43\x3a\x7d\xb0\xbd\x4d\x83\x55\x87\x07\x90\xcd\x6f\xa4\xa9\xa1\xc8\x06\x0f\xb1\x53\xaf\xe9\x6a\xe7\x4b\xe4\x2b\x74\x19\x2e\xdc\xe5\xc0\x49\x40\x47\x5a\xe3\x98\x22\x4c\x41\x84\x7e\xec\xc3\x15\xa3\x04\x60\xee\x86\xc9\x23\x69\x23\x8e\x39\x0e\x0c\x19\x0d\x08\x89\x18\x44\xcc\x4e\xe9\x38\x6c\xf4\xba\xf2\xf1\x9c\x40\x7d\x68\x5e\xa7\xe1\x70\x4c\xd7\x8b\x64\x73\xa2\x6f\xd1\x89\xca\xc2\x7f\xa3\x81\xb2\x34\x3d\xd5\x4e\xde\x84\xc3\xde\xa8\x01\x76\x2f\xe3\x94\xd9\xb1\xcf\x4f\xf0\x37\xf3\x29\x42\xe6\xf3\x84\x09\x6b\xd1\x69\x10\x33\x1f\x71\x5e\xdd\x38\x7f\x16\x13\x5e\xc9\x94\x35\xc8\xdd\x46\xc9\x4e\x13\x75\x6a\x1a\xd9\x6c\x58\x6e\xf4\x43\x9f\xa7\x6b\xf6\x86\x45\x94\x68\x99\x45\x68\xc9\x64\x19\x61\x78\x58\x6a\xe1\x4c\x2b\xc0\x29\x38\x01\x27\x04\x28\xbb\x57\xf2\xac\xe3\xf3\xac\x04\x8b\xb8\x74\x00\x25\x6b\x1f\x88\xb1\x25\x65\x61\x01\xc2\x2d\x72\xe6\x40\x00\xd1\x3b\x60\x4d\xb0\x1c\x62\x57\xfc\x91\x01\x43\x49\x04\x1e\xde\xee\x28\x31\xce\x86\x33\xa5\x6a\xcc\xbb\x35\x54\x9c\x5e\x9c\x5f\xbe\x90\x0b\x07\x2d\x4f\x08\x80\x67\x89\x5e\x84\x09\xf7\x3d\x1c\x36\xf4\xbf\x6f\xe7\xc5\xa5\xaa\x56\x8a\xdd\x31\x31\xdb\x12\x45\x32\xdf\x1a\x3f\x52\x90\xdf\x2a\x6c\x80\x5b\x11\x0e\x4c\x0e\x12\x0c\x7f\x0e\xd6\x51\xc7\x9c\x0c\x56\x3b\x87\x74\xf1\x1f\x0c\x4e\x54\x56\xea\xd0\xc5\x2e\x0a\x20\xba\x3c\x93\xeb\x95\x6d\xa5\x68\x3f\xf3\x3e\x95\x2e\x55\xb1\xde\x2a\xcc\xaa\x36\x88\xae\x9d\x1c\x82\x3b\x03\xae\x63\x89\xb8\x9a\x22\x74\x52\x7f\x4e\x59\xf8\x01\x16\x75\x4c\x37\xf4\x64\x21\xf4\x4c\x56\x5c\x9c\xc6\x7b\xe0\x45\xe5\xe5\xb2\xfb\x2a\x37\x72\x9a\xc4\xb5\x13\x6d\xd0\x63\x17\x5d\xb7\xad\x50\x6f\xc9\xef\x6f\x47\x1e\x99\x23\x75\xc2\xc4\x6a\x67\x5d\x87\x33\x4f\x23\x75\xd5\xf2\xbc\x01\x22\xaa\x6d\xaa\x5a\x25\x4b\x7b\xc1\xef\x52\xed\x0c\x85\xfb\x70\x66\x30\xe4\x81\x1a\xf2\x0d\x73\x6f\xaa\x59\x92\x85\xe0\x36\xc2\xa4\x2f\x53\xdb\x34\x1c\xa9\xb3\x4a\x5c\xc6\x08\x3e\x06\x46\xbe\x90\xe2\x14\x69\xa3\x77\xfb\x3c\x08\x2b\x58\x41\x02\x57\x2b\x0c\x3b\xa4\x54\xed\x03\xa0\x3d\xe7\x6b\x5d\x48\xde\xd6\x21\xc0\xca\x94\x37\x8b\x17\x98\x80\x7e\xa8\xe5\x48\x88\x86\xbc\x22\x45\x92\xc4\x06\xed\x17\x24\xed\xa2\xbd\x01\x93\x3f\xec\x91\xd2\x11\x87\x74\x1d\xc4\x3e\x4d\x9a\xa5\x10\x01\x84\xc9\x6b\xa8\x31\x79\x84\x81\xde\x3c\x70\xb1\xcc\x9c\xe7\x59\x36\x85\xe2\x25\xdb\x38\xd7\x48\xf6\x60\xcb\x7c\x30\x5a\x72\x8d\x70\xd9\x4e\xf0\xdc\xe0\x8e\xbb\x3c\x31\xac\x26\x45\xd1\xf9\xa8\x88\x73\x03\xb0\x65\x67\xb7\xaf\x5d\x78\x87\xda\x73\xae\x6e\x52\xa6\x8a\x1f\x7d\x5c\x01\x68\x18\x19\xb8\x85\xb7\x0c\x39\x89\xc8\xf4\x49\x2b\x3a\x1c\x59\x12\x99\xf8\x38\x41\x60\x07\x32\x48\x16\x30\x04\x15\xfe\x43\x6a\x44\x99\x8b\x52\xb0\xe8\x56\x88\xcf\xe0\x04\x65\x65\x01\x1c\xe9\x6b\x26\x6f\xa3\xec\x2f\x5b\x82\x54\xa2\x04\x82\x51\x5f\x31\xe6\x93\xf2\x99\x54\xcc\x8e\x96\x57\x0d\xbf\x98\x6a\x93\x4c\x3a\xee\x85\xa9\x40\xe9\xf9\x0d\xc2\xe8\x69\x26\xe1\xae\x87\xea\x60\x4e\x23\xde\x16\xf7\xff\x70\x79\xfe\xec\x48\x86\xf9\xf6\xf8\xcd\x9b\x37\xc7\x58\xfb\xb8\x6f\x6b\x74\x59\x28\x75\x29\xe3\x3e\xc2\xb7\x9c\xbe\xd0\xdd\xfa\xf3\x8f\xe1\xdf\x07\xf3\x82\xfc\x09\x53\x89\xc5\xdd\xb0\xde\xd9\x41\x89\xb3\xd6\xf4\xc5\xe0\x6f\xc8\xaf\x31\xbc\x21\xbb\x15\xe4\x70\x85\xd7\xb9\x5c\x36\xe4\x98\x75\xc2\x6d\x4d\x23\x8f\x42\x42\x88\x88\xf1\x58\xb7\x1a\x3d\x60\xf1\x9f\xf8\x3b\x30\x21\xaf\x87\x89\xbe\x7c\x6e\xe8\x0c\x10\xa8\x4f\x13\xbf\x15\x76\xf8\x65\x8d\xe1\x43\x19\x94\x77\x5a\x8a\x14\x5e\xb8\x91\x8c\x2e\x7f\x64\xd3\x82\xec\xec\x70\x67\x94\xf0\x19\x62\xed\x17\x54\xfb\x32\x6f\x8b\x62\x31\x4c\x53\xdf\x2c\x4e\x40\x36\xc1\xbc\x41\x8e\xec\xf3\x5e\x62\xb9\x6c\xdd\x3c\xaf\x4b\xa9\xd5\x51\x67\x7e\x43\x2e\x28\x12\xd8\x45\x6b\xe7\x24\x45\x94\xdd\xbc\x84\x38\x68\x80\x93\x81\x51\x1c\x8c\x3e\x46\xd5\x10\x3f\xfb\x81\x47\x99\xdc\x8d\x5c\x02\x7a\x33\xac\x19\x39\x87\x8c\x97\xf1\x2a\x3d\xf4\x71\x19\x2f\xd4\x96\x5c\x7a\xe2\xed\x0c\x4b\x40\x31\x28\xa3\x6b\xc3\x8f\x6c\x02\x49\xa5\x3b\x50\x4e\x5d\x3b\xaa\xe6\xe0\x37\x06\xe4\x59\x81\xfc\xb3\x0f\x58\x0b\xc7\x3c\x1c\x56\xbf\xe8\xc2\xb2\xd1\x75\x28\x77\x61\x2b\x5b\x59\x9a\x8c\xa7\x24\xd2\xe1\xee\xd0\x67\x14\x43\xcc\x67\x80\x6f\x60\x27\xd4\xf8\x8b\x34\x26\xc6\x42\xa4\x3c\x5b\xea\x89\xd4\x80\x51\x12\xc8\xa4\x33\xc7\xa0\x04\xb7\xe1\xa1\x2c\xe9\x9a\x76\xd6\xb4\x41\xc3\xec\x80\xec\xb8\x01\xcc\x63\x29\xac\x0b\x3e\x9f\x42\xbe\xc9\x36\x65\x8e\xd3\xd3\x39\xa4\xa6\x7c\x6a\x02\x41\x0d\xbc\x76\xe2\x97\x78\x89\x60\x94\x08\x87\xbc\x44\x3a\xed\x63\xd3\x64\x73\xf9\xe1\x88\x51\xa5\x24\x77\xc1\x59\x16\x38\x3b\x44\x56\x94\xbf\x92\x98\x1f\xe9\x2b\xd5\x34\x6c\x10\x8d\x6d\x08\xa5\x86\x9b\xed\x26\x49\x38\x09\x63\x7b\x44\x5f\xd3\x39\x06\x48\xb6\xf9\x48\x3a\xa4\x61\x43\xe2\xdf\xe6\xd2\xb5\x70\x01\xb0\x05\x7f\xe7\x5c\xae\xa2\x97\x92\xf7\xb4\x6a\x5d\x75\x3d\xe6\x9a\x70\x81\x9e\xe8\x00\x56\x17\x21\x31\x12\x66\x7b\x71\x49\x4c\x5c\xaa\x85\x58\xff\x68\x96\xf1\x14\xf8\x6e\x61\xe7\x19\xba\xd9\x05\x07\xe1\x14\xba\x44\x4b\xb8\xd2\x15\xbe\x7b\xdd\x44\x4e\x17\xd6\x6c\xba\x37\x70\x36\x62\x81\x3b\x31\xf2\x8f\xcd\x73\xe4\x46\x1e\x2c\xcb\x54\x52\x22\x0e\x91\x8c\x06\xf1\x5b\x92\x13\xc5\x8d\xa7\x19\x8a\x26\x1a\x1f\xcb\x51\x44\xcf\x84\x44\x16\xb7\x64\xb3\x27\x73\x10\x0d\x9a\x7e\x6f\x2e\xa2\x71\x0c\x19\x33\x8e\xaf\x53\x94\xb9\xb5\xe6\xc0\x5e\x3e\x39\xc0\x60\x40\x97\xa8\x55\x27\x2a\xb8\x34\x5a\x23\xe6\xac\x09\xc7\xd2\x5b\x07\xe4\x83\x37\xc7\x87\x31\xe5\x67\x5a\x56\x9b\xcd\x1c\xe4\xfe\x37\x16\xb3\xfe\xf4\xed\x9a\xdf\x50\x92\xb0\xc0\xe2\x2b\xc4\x03\x06\x42\x07\x4b\xc0\xb6\xbd\xaa\xf8\x37\x5b\x74\x17\xfc\x0f\x7f\x22\x2f\xb6\xf4\x79\x33\xe7\xcc\x56\x3c\x02\x00\x3e\x13\x21\x6b\x24\x7a\x5a\x52\x45\x7b\x65\xde\x2c\xf1\x2f\xca\x5a\x64\x17\x4f\x0d\xbd\x68\x47\x0b\xdb\x1d\x7e\xb1\xe8\xb1\x45\x97\x05\xb6\x12\x55\xb1\xc0\x86\x77\xfc\x68\xdf\xcb\x8a\xf7\x11\x35\xd7\x55\xa9\x22\xa0\xbe\x01\xd6\x4e\x97\x09\x18\x7d\x43\x51\x5d\xe0\xb0\x57\xde\x53\x77\x7f\x63\x9e\x38\x35\xf0\x33\x0c\x3a\x5f\x5c\x46\x07\x8b\xa0\xa5\x98\x5f\x02\x84\x8e\xcb\x35\x63\x5a\x0c\x20\x6b\x0f\x44\xf3\xe1\x37\xcf\xf8\x07\x85\x23\x52\x52\x56\xdc\x04\x71\x73\x9c\xb9\x08\xc7\xf9\x30\xd2\xd1\x95\x70\x60\x2a\xfd\xcd\xe4\xd1\x3d\xb8\xef\x00\xca\x56\x6d\xba\xc5\x73\x65\xd7\x3d\xbe\xfb\xec\x3e\x03\x97\xe1\xaa\x49\x8d\xe2\xa2\x3d\xfc\x0c\x17\xb5\x07\x81\xb5\xc1\x8d\x3c\x43\x1a\x80\x71\x6f\xee\x3b\x39\xda\xb0\x00\xe5\xbf\x29\x14\xf9\x16\x61\xda\xc9\x72\x91\xef\x28\xd1\xbf\xbb\x88\x11\xe4\x7b\x57\xd2\xd1\xb9\xce\x06\xcb\x88\xb8\x8c\x03\x54\xf9\x55\xcc\x64\xbe\xc1\x85\xe7\x82\xf2\xfe\xe2\x4b\x1b\xb2\x2e\x42\x66\x39\x1f\x86\xe1\x07\x3f\x3b\xca\x77\x11\xc6\x1e\xd5\xff\x76\x57\xb0\x49\xba\x36\x5b\xe1\x4d\xc8\x5b\x90\xf2\x7d\x18\x1b\x3f\xde\x88\x82\x33\xe7\x4c\xd8\x09\xaf\xc6\x7e\x8b\xe8\xea\x21\x29\x35\xb8\x8b\x4e\x6d\xd3\xbc\x6b\x18\x1e\x1b\x0a\x89\x9d\x7f\xc4\xd9\xb6\x93\x3a\x3e\xba\xdf\xe5\x86\xa5\x9a\x21\x28\xf8\x08\x59\xba\x35\xba\x95\x61\x11\x91\x46\x2a\xdf\x49\xf6\x63\x7c\x07\xd2\xb7\x97\xdc\x21\xee\xeb\x30\xed\x9b\x2b\x79\xd3\x56\x5d\xf0\x07\x89\x91\xc4\x9d\x1d\x61\x96\x7c\x11\x4a\x17\xf4\x54\x1e\x79\x82\x92\x57\xfc\x7c\x3e\x82\x5d\xc3\xfc\x60\xee\x3d\xc2\x7d\x86\x6e\x51\x1d\x59\x8a\x97\x98\xb6\x0f\xfa\x65\xdf\x1b\x49\x3d\x11\x1a\xc0\x4b\x1b\x2d\x0b\x72\xa0\x59\x25\x29\x0f\x5e\xf2\xad\x4d\x5a\x77\xff\xe6\x6b\x18\x5e\xee\xa3\xe5\x87\x80\x0b\x49\x9c\xb1\xa0\x55\x7e\x98\xc8\xdf\x85\x4f\x94\x38\xbc\x0c\x0e\x16\x61\x98\x3b\x5a\xec\xc0\x32\x3c\x93\xcc\x2f\x3a\xa8\x48\x05\x37\x3c\x12\x89\x5e\xcf\xf3\x0d\x53\x50\x03\x9d\x5e\x58\x2e\xd4\xe9\x49\x6e\xa6\x82\x51\x07\x30\x1d\x44\xf6\xf8\x49\x12\x34\x91\x4c\xa6\xa5\x1a\xf4\x15\x2e\x6a\xd7\x07\x27\x5f\x93\xa4\x49\xc9\x7d\x93\x9f\x8e\xd4\x51\x67\xe1\xdd\xeb\xab\xde\x37\xe6\x39\x06\x97\x5e\x03\xea\x86\x3d\x74\x4f\x61\x5a\xe0\x3c\xe5\xaf\xd9\xec\x3b\xd3\x6e\x5f\x85\xe7\x49\xb2\xb8\xd8\xf3\x58\xbd\x4d\x50\x3e\x99\x76\x02\xea\x33\xa9\xe5\x2a\xf1\xa8\xe5\x2c\x5b\xd3\x16\x9d\x5c\xe1\x4f\x93\x24\x3f\x67\x9d\xd4\xba\x67\x65\x34\x27\x6c\xe2\x74\x4d\x73\x97\x58\x00\x9f\x3a\x60\xb7\xad\x74\x74\x14\xed\xef\xdc\x8d\x4e\xbc\xd0\x31\xdb\x6b\xb3\xa7\x44\xe9\xe4\x87\x82\xaf\x53\xe0\x33\xfe\xc8\xd5\xa2\x89\x1f\xfd\xea\xe1\x0e\x84\x1b\xa4\xde\xf6\x87\x9f\x77\xf4\xde\x0a\x48\x19\xf4\x02\x86\x9d\x51\x22\x7c\xb1\x03\xd8\x85\x18\x5b\xe5\x6b\x92\x5e\x3f\x7d\x28\x31\xca\x81\x80\xed\xc5\xcf\x1f\x72\xcb\xb4\x2e\x03\x1f\xd4\xf0\xf8\x8a\xdb\x00\x81\xa6\x82\x69\xf0\x70\xfc\x11\x0f\xd1\x41\x83\x39\x51\x41\x04\x3a\xd5\x3b\x09\x55\x15\x1c\x97\x27\x3e\xd8\x21\x8f\x22\x0b\xec\x3c\x74\xe3\x1a\x7c\xc4\x74\x1b\xdf\x36\x26\x15\x81\xab\xf7\x25\x83\x26\xc9\x45\x48\xdd\x80\xf6\x0f\xca\xb0\x84\xfa\x60\x61\xe2\x58\x6b\x17\xbd\x2a\xc2\xaf\xcc\x7f\xf9\x9e\x77\x00\x52\xd3\xca\x7f\x68\x56\x9a\xa4\xeb\xf9\xbf\xcd\x45\x6d\x2a\xfb\x7c\xac\xbc\x0d\x69\xe8\xfd\xd7\x89\x7c\xf4\x93\x1e\x65\x41\x38\x9f\x1c\x63\x5a\x25\x4a\x61\x92\x3f\xdd\x9a\x3d\xee\x31\x91\x5d\x3c\x77\x51\x83\x5a\x99\x87\x9a\xf2\x1e\x6a\xb7\x3a\xa8\xa9\x7c\xbd\xf3\x11\x67\xf9\xd0\x4f\xa6\xb3\xa1\x0f\x06\x7f\x5b\xe6\xfd\x29\x1f\x95\x94\xac\xe4\x2a\x8b\x3c\xc3\x1f\xcd\xf3\xf6\x2a\xb7\xe7\xfc\x1b\xae\xc0\xbf\x35\xf9\xdf\x84\xb1\xf7\xd6\x2c\x80\xf9\x98\x91\x3e\x8d\xa4\x02\xbc\x7d\xa2\x9e\xa8\x8d\xbc\x11\xf3\x8f\xe5\x07\x1c\x33\x7c\x0e\xcc\xa3\x6c\x37\x14\x3f\x06\x95\x7a\xef\x79\x1d\x63\x78\xbc\x3e\x22\xd4\x61\x05\x4b\xa2\x6e\xf9\xc1\x17\xc2\x3f\x97\x7f\xaf\xaa\xfd\x72\x22\x55\x20\x2e\x8e\xb8\x6e\x8b\xcb\x8c\xab\xcb\xbc\xe6\xc2\xbf\xd0\x91\x7e\x77\x94\x96\x3d\x40\x9c\x93\x46\x00\x6a\xe9\x7d\xc4\xc5\xc5\xf8\xf7\xa8\x36\xb9\x12\x67\x5d\xc8\xbb\xb0\xf8\xf6\x30\xb0\x6e\x9d\xde\x1a\xd1\xfb\xf2\x45\x16\xc6\x18\xa5\x5f\x4c\xeb\x2e\x9e\x12\xa4\xff\xca\x22\xba\xcb\x35\xe4\x3f\x03\x83\x41\x81\xb7\x55\xf8\x24\xf7\x6c\xb6\x63\x64\xff\x17\xf3\x39\xbd\xba\xfd\x59\x5e\x01\x1f\x9a\x0d\x97\x32\x66\x37\x9d\xf1\x9d\x3c\xc7\x67\x6e\x16\xf8\xaa\xaf\x6a\x8f\xad\x96\x8f\xdc\x33\x1b\x77\xe4\x13\x72\x49\x92\xba\x76\x71\xe2\xb3\x94\x3f\x61\xf5\xd5\x10\x26\x4a\x12\xe6\xef\x28\x9f\x43\x15\x0d\x0c\x9c\xc0\xb0\x1d\x20\x0f\x22\xb3\x9a\x4b\x83\x24\x0f\x0c\x7b\x3d\x23\x5b\x8a\x1a\x01\x1a\x76\xeb\x72\x68\xae\xd5\x5e\xbd\xe3\x24\x7d\xd4\xe9\x58\xe6\xf0\x15\x5d\xdc\x3b\x4c\x95\x85\xce\x23\x41\xed\x0c\xe7\xcb\xba\x31\xf1\x13\xdd\xd9\x98\xf2\x27\x19\x87\xa0\x63\x0b\x92\x8d\x2c\xf4\x4a\x51\x9a\x85\x1e\x7b\x2e\x3a\x1a\xa5\xd3\x38\xb5\xc7\xa4\xca\x26\x4f\xc1\x81\x67\x15\x8f\xc4\x25\xa7\x8a\x7b\xf7\x4e\x7e\x65\xc6\xfd\xa0\xb1\x65\xe2\x6a\xe6\x62\x42\x6c\x3b\x60\x54\x10\xd3\x6d\xac\xe4\xec\x4c\x87\xba\xcc\x8c\x5c\x4c\xd0\x8a\x60\x0d\x73\xe0\x93\xfe\x97\xa1\x92\x18\xa8\x33\x0a\xc3\xa3\x74\xfc\x25\x1f\x36\x9b\x31\x7e\xbf\xe5\xb2\x67\x78\x97\x0e\x17\x59\xcf\xe4\x9e\x4a\x5a\x45\xed\x21\xb1\x71\x72\xd4\xc3\x29\x7d\xea\xfd\x5b\x92\x0a\x51\xb3\x63\x77\xc3\x24\x6c\x08\x3c\x4c\xb0\xc9\xdd\x05\x13\xb4\xbf\xf0\xab\xa1\x07\x27\x93\xef\xc8\xc8\x4d\x53\x39\xdb\x7e\xb2\x65\xf3\x91\xc1\x44\xc1\xe5\xc2\x8f\xe2\x75\x34\x25\x86\xcd\x63\x7a\x91\x63\xd1\x59\x60\x88\xe9\x6d\x04\x1d\x65\x1a\x8e\xef\x1e\x21\x3d\x1e\x17\x3e\x73\x5e\x9b\x92\xe3\xfa\x3d\x54\xc6\xf5\x91\x92\x9a\xe1\x60\xba\x0f\x1a\x8c\x66\x8a\x14\x0d\xe6\x69\x32\x98\x9a\x06\x93\x93\x95\xf7\x8f\x8a\x29\xc8\x6f\x18\x55\x64\x00\x3c\x19\x3d\x32\x23\x23\x3b\x8a\x07\xa6\x03\x59\x19\xa5\x28\x1f\x3a\xf2\xe9\x67\xd2\x06\x58\x2d\x3e\x65\x24\x6a\x8e\xfb\x94\x25\xca\xe9\xf9\x3c\x3f\x6a\xbe\xaf\xf8\x71\x84\xc4\x73\x31\xef\x52\xfc\xe0\xc8\x55\xdb\x5d\xbb\xa1\xd1\x06\x64\x58\x51\x77\x39\x6f\xee\x41\x4a\xc3\xf8\x49\x72\x04\x64\x37\xae\x70\x25\x87\x64\x8d\xc9\xb3\x88\xa8\x38\x3b\x36\xf1\x73\x7c\xdf\xd1\x1e\xbf\x9a\xe1\xeb\xb9\x2b\xa3\xf0\x69\x4b\x55\x35\xda\x3d\x47\xd2\x21\x9f\x41\x8f\x55\x46\xf9\x4f\x67\x8e\xe0\x89\x7c\x94\x3e\x75\x76\xdb\x0b\x75\x7d\x77\xc5\x0f\xfd\x91\x18\x74\x12\x3d\xfb\x87\x35\x59\x04\xc8\x84\x97\x99\xf8\xa6\x82\x2c\x85\x69\x07\x14\x87\x13\xc4\x4f\xdf\xcc\x76\xa6\xc1\xfe\x16\x4f\xf9\x5f\x0e\xcc\x98\x45\xb1\x66\x17\x12\x63\xc6\x0f\x11\xd0\x27\x89\x5d\x9a\xd1\x25\xb1\x78\x81\xff\xfd\xac\xb8\x5b\xce\xc2\x42\x90\x56\x1c\x75\x31\x8c\xf1\x4e\x0f\x1f\x01\x10\xeb\xef\x64\xc4\x10\xc5\x18\xb5\x70\x83\x43\x26\xa5\x7e\x0f\x13\xa0\x7f\xf0\xb6\x96\x81\xe2\x54\x64\x56\x63\xdd\x72\xb4\xd8\x79\xb1\x22\x77\x16\xef\x8b\x21\xf9\xf1\x0b\xf7\x74\x2b\x3e\xf5\x5e\xe2\x53\xef\xf1\xeb\x88\xe1\x63\xaa\x8b\x89\x4b\x9c\x49\xce\xc5\x4b\xc4\x65\xd9\xa5\x1f\x35\x17\x25\xc7\x8d\xbf\x4b\x3a\xdc\xe4\xdb\x48\x9f\xe2\x84\x1d\x7f\xe2\x90\x90\x7c\x6c\x91\xef\x76\xfa\x3d\x7e\x4d\x21\x2e\xb1\xfe\x5d\xc3\x74\x58\x94\x5d\x34\xf9\xe6\xb4\xe4\xf1\x37\x58\xa6\x6a\x2b\x0f\x20\x50\xe6\x9a\xb8\xd0\x7b\x65\x82\x6c\x12\x7f\x0f\xf1\x9a\xf1\x57\xce\xfd\x17\x7f\x81\xab\x5a\x6f\x14\x1b\xe9\x93\xc1\xb1\x42\x6a\x0c\x34\x4a\x51\x2f\xaf\x7b\x46\x6b\x08\xe4\x01\xef\xc1\x11\x44\x4c\x15\x4d\xe7\x5e\x34\x1d\x85\xb5\x6f\x2a\xcc\x39\xfa\xa2\x35\x98\x8c\x71\x0c\xa2\xed\xd1\x46\xc8\x81\xf5\x11\x00\x86\x49\x63\x60\x3e\x3d\x40\x61\x28\xb5\x2f\xc7\x4c\x17\xe7\xf8\x9c\xb8\x7b\x43\x58\xad\xcd\xbe\xa6\x68\xf4\xdb\xaa\xfa\xcb\x9b\xd3\xc2\xb9\x16\xa2\xc7\x2b\xd8\xdd\x5c\xed\x82\x03\x78\xe6\xa5\x1d\x9a\x17\xa6\xa0\x6a\xf2\x07\xeb\xad\x37\x56\x02\x17\x48\x8f\xc8\x3a\x54\xaa\x28\x62\x4b\xd9\x0f\x6a\x25\x1e\xec\x68\x2b\xd9\x48\x73\x7f\xf2\x41\x1f\x74\xeb\xe0\xfd\x53\x5d\xeb\x64\x8c\xf2\x64\x82\xf7\xcc\xcb\xaf\xbc\xf7\x34\x95\xad\xea\xad\x4d\xfd\xd6\xd5\x25\x66\xa0\xd9\xf2\xbd\xe7\x79\xd1\x71\x61\x9c\x5f\xfd\x20\xb6\x4e\xed\xe2\x31\xa0\xce\xfd\x3d\x4d\x0f\xe7\xc0\xaf\xfa\x33\xff\xf8\x1b\xfa\x91\x09\x3a\xaf\xda\xc9\xf9\x01\xe8\x72\xbb\x96\x79\xb1\x07\x3f\x30\x1f\x9a\xdf\x71\xa9\xd1\xd3\xae\xb9\x65\x1b\xe2\xda\x7e\xe8\x67\x2e\x42\x3c\x23\xa8\x2a\x6f\x99\x1d\xde\x47\x95\x72\xa1\x0b\x20\x6e\x37\xcd\x1a\xf5\xa0\xf8\x7c\x16\xb9\x5c\x3c\xd7\xda\xc5\x2f\x1b\x9f\x49\xfe\xde\x1c\x8a\x3f\xe6\xb4\xaa\xd5\x3b\x4d\x0e\x05\xf6\x5e\x71\x1f\x50\xb9\x61\x4d\x86\x23\xfe\xde\xbb\x1d\xcd\x1c\x3b\x7f\xb7\xd8\xc0\x8f\x83\xcc\x6e\x1f\xdc\x3a\x86\x91\x43\x91\xdd\x2c\xb2\x01\xad\x16\x46\x75\x72\x07\xa2\xc6\x23\xf7\xa3\x64\x96\x1e\xcf\xbc\xcb\x53\x1a\x7e\x3c\x44\xef\xfb\x51\xd2\x77\xe7\x67\x65\xe2\x4c\xdb\x99\xea\x71\x1d\x5e\xbf\x94\xd7\xbc\xc8\xf8\x3d\xb1\x08\xf1\x38\x83\x63\xf3\xf4\xf0\xf4\xd4\x49\x49\xd7\x28\xc7\xd2\x98\x41\x40\xad\x7a\x0b\x1d\x03\x03\x83\x59\x3b\x5a\x0c\x92\x68\x8b\x27\xd5\x16\xb5\x49\x11\xad\xed\x5b\x74\x59\x58\x6e\x4d\x0b\xac\x34\x30\x75\x8b\xaf\xdd\x5f\x96\x42\x93\x2b\x3b\x02\x4d\xe6\x99\x9b\x65\x4f\xb1\xf1\xdf\x32\x4f\x0f\x3c\x3b\x0e\xd2\xbd\x23\x19\x2a\x11\xf7\xe4\xaa\xa0\x7a\x7e\x4d\x96\x1a\x62\xa7\xd2\x8a\x58\x54\xc6\x6c\x8e\x54\x32\xab\x0e\xf9\x4d\xcc\x2a\x24\xa0\xe7\xab\xae\x4a\x20\xf7\x86\xde\x0f\x58\xd6\xb0\xa2\xfd\x7e\x89\xb3\xb6\x8b\x67\xff\xe7\x57\x71\xd5\xc4\x24\x59\x88\x76\xc5\x05\x1a\x74\xab\x36\x39\x94\xd9\xd0\xd2\xca\x34\xa8\xe0\xbc\xee\x46\x30\xac\x8e\xc9\xf4\xd2\xaa\x4f\xaa\x95\x6e\x6f\xaf\xeb\x16\xf4\x4a\xab\x7d\xb4\x9c\xb4\x84\x78\x3b\x3f\x86\xef\x11\x38\x81\x4d\x2e\x0a\xfa\xbd\x01\xc0\x70\x71\xe2\x6a\x55\x59\xeb\xa8\x8a\x92\x2a\x20\x13\xd8\xc9\x2a\xe4\x1a\x35\xac\x04\xa2\x19\x0c\x76\xa2\x92\x18\x1f\xcb\x61\x35\x5e\x96\xe1\x00\xcd\xea\x07\xbd\xee\xf0\x69\x05\x4c\x19\x41\x4e\xe5\xd9\xf4\x57\xc6\x74\x28\x2c\xee\x91\x5b\x26\x97\xda\x08\xff\x2e\x2a\xf4\x05\x78\xe8\x40\x52\x66\x19\x80\x6f\x5b\x36\xae\x3b\x58\xb7\x1d\x3e\x01\x00\x7d\xb5\xfd\x1a\xe4\x78\xb8\x30\x93\x0e\xcf\xb0\x00\xe5\x7b\xde\xdc\x4b\x80\xbd\xad\xae\xef\x78\xa4\x9e\x74\x9d\x20\xe5\x5a\xad\xaf\xf4\x87\x76\x7e\x8a\xc0\xb7\xd6\x9e\xea\x9e\x6a\x8e\xf4\xcf\xef\x1a\xe3\x3d\xbb\xea\xd7\xaf\x75\x87\xc1\xc3\x57\x4b\xf2\x73\x09\x6d\xc9\x23\xd4\x54\x9b\x24\xd8\x87\x04\x5b\x3c\x06\xd8\xe2\x05\xc2\xc6\x77\xdf\x1a\xf6\x00\xf5\x2c\x9d\x8a\x77\x01\xbf\x38\x91\xe5\x54\x9a\x8a\x07\x62\x80\xd5\x6b\x97\x22\x25\xc9\x19\x45\xbe\xd3\x37\x71\x4e\x4f\xfe\xb9\x73\xca\xe4\xd3\xc9\x81\x83\x2d\xc5\x54\xae\x7c\x03\xaf\x6f\xd6\x68\x1d\x76\x59\x5d\x9f\xeb\x75\xb5\xae\x31\x89\x38\x8f\x24\xaa\x43\x02\x21\xd4\x21\x52\xfa\x48\x5b\x56\xfa\xbb\xc4\x16\x2f\xf5\xbb\x41\x0d\x26\x79\xae\xca\x85\x82\xad\x2b\x84\xde\x4d\x41\xee\x15\x9e\xb1\xdb\x40\xdd\x30\x18\xd2\x75\xcf\x35\x72\x58\xe9\x9a\x49\x11\x71\xe7\x21\xb6\x11\x00\x59\x58\xe7\x90\x37\x79\xf2\x0d\xb0\x50\xd7\x91\x5c\xff\x75\x9a\xc0\xc0\xf8\x77\xa9\xa5\x2e\xbd\xd1\xec\xec\x4a\xc1\xca\x2d\x8f\x96\x33\x88\x93\x33\xe4\xb7\xe3\x94\x4b\x76\x82\x2e\x5d\x53\x63\x89\x4c\xb9\x84\xb9\xac\x54\x3f\xc0\x25\x92\xc2\x59\x72\x37\xcb\x47\x72\x39\x67\xfe\x4f\x82\xb0\x37\x37\x2e\x7a\x29\x7d\xd3\x9c\x58\x43\xe6\x13\x45\x41\x1b\xa2\xef\xa3\x09\x46\xfe\xd3\xee\xb9\xab\x90\x68\x09\x7b\xce\xb8\x30\xae\x19\xa7\xf7\x94\x19\x92\x0c\xc3\xae\x83\xe4\x2e\x48\x56\xa3\x48\xb3\xf1\x57\xd7\x2b\x3d\xa9\xc1\xb6\xdf\xb8\x2e\x89\x9b\xcb\x24\x7c\x80\x73\xa7\x4e\xb5\xe3\x5f\x38\x76\x06\x7d\xf4\xa2\x8f\x02\x5f\xf8\x75\x60\x5c\x0a\x7a\xbd\xd8\x0d\x7d\xf2\x51\x73\x79\xd0\xbc\x74\xcb\x70\x9b\x7d\x35\xac\x82\xc7\x10\xf1\xee\x89\xb1\x63\xa7\xde\xca\x3b\x11\xee\xe1\x9b\x27\xbf\xe1\x79\x9b\xa9\x46\x58\xfb\x78\xff\x5b\xab\x8b\x3b\xc7\x9f\xdc\x91\x34\x0a\x5d\xe5\x1e\x6f\x97\x27\x74\xc4\x09\xe0\x81\x34\x53\xd9\x65\x40\xce\xe8\x6d\x33\xd6\x9d\x91\xd4\x56\xaa\x08\x96\x10\x36\x82\xa3\x54\x97\x99\xeb\xea\x08\x3a\x93\x6f\x02\xc6\xfe\x2c\xd9\xf9\x7d\xba\x01\x0e\x93\xa4\x63\x75\x15\x27\xa9\x89\xdb\xe1\xf7\x5b\xf8\x5d\x96\xf7\xb6\x75\xeb\x63\x2f\xa3\x9b\x1f\x19\x1b\x2e\xfc\xe6\xc7\x1b\x78\x9b\x5d\x3c\x86\xb3\xb0\xfa\x35\xc6\x44\xb3\xa2\xf2\xd2\x3f\x75\xc7\x3e\xe0\x14\xa1\x1e\x12\x15\xab\x3c\xbe\xf9\x28\x4a\x77\x41\x8e\x6d\x22\xff\xe2\x6b\x1a\x2e\xea\xf9\xb8\x8e\xf5\x95\x71\xb7\x98\xf2\x02\x1d\x87\xf2\x5e\x37\xea\x1d\xa5\x2f\xd6\x03\xd7\x81\x23\x1f\xd4\x8e\x49\xd9\x14\xf7\x24\x72\xef\x71\xad\x06\xfd\x0c\xbd\x8b\xa9\x9b\x71\xdf\x2e\xd4\x8a\xda\x39\x85\x18\x7f\x10\xd9\x1d\xf1\xc4\x8a\xe9\x2a\xfd\x4c\x1d\x97\xe8\x53\x66\x57\x9a\xb1\xbe\x95\xc8\xe9\x07\xd3\xfb\xc1\xe3\x7b\x89\xb5\x98\x3f\x84\x91\xf0\xef\xdc\x6a\xcd\x5f\xf9\xd1\xac\xec\xcd\x2c\x2e\xc2\x88\x24\xeb\xdf\xaa\x71\x5f\x07\xaf\xa0\x90\x52\x58\x48\xe1\xc4\xf8\xb7\xf9\xc2\x65\x64\x91\x5b\xc0\x0c\x8a\x89\x51\x5a\x89\xd3\xac\x14\xfb\xf9\xf0\xef\xf0\x5a\x01\xff\xd6\x0d\x3f\x13\xef\x72\xce\x94\xae\x60\xc4\xfd\x2c\x1a\x72\x12\x9a\x32\x3a\x2e\x02\x4b\xf4\x72\xa3\x60\x79\x00\x09\x7f\xbd\x32\xb6\x5b\x3c\x86\xff\xc8\x6f\x3c\xe9\x98\x83\x13\x4e\x20\x7f\x20\x45\x5a\xd9\x2c\x5e\xca\xbb\xb0\xc5\xa3\x67\x71\x89\x7f\xcf\xdf\x97\xf3\x03\xfe\x23\x20\xee\x3a\x39\x09\x4a\x02\x3a\xef\xfc\xb8\x3e\x0a\xc2\xed\x4e\xbd\xd3\x8d\x44\xe5\x61\x82\x79\x38\x99\xb5\x6a\x8c\x84\x8f\xc0\x99\x09\x39\xc1\x39\xc0\xa1\x27\x41\x16\x51\xa7\xaa\x0f\x3f\x6f\xc9\x7c\x27\xab\x8a\xfc\x09\xa5\x4d\x7e\xa8\xf8\x75\xd4\xbd\xd8\x5b\xe2\x24\x42\x31\x30\x4c\xd2\xf1\x29\xe4\x0a\xef\xe6\xa9\x3a\x4a\xff\xd3\xe9\x10\x86\xc7\x6f\x45\x74\xc1\xf9\x2b\x6b\x6f\x58\x25\xb1\xfc\xf0\x85\x4a\x6f\x08\xc9\x25\xc3\xee\x65\x92\xd9\x91\x74\x07\xbc\xe1\xe8\xa7\xd6\xd7\x32\x26\x8e\x2a\xe6\x87\xd7\x07\x3d\xcf\x07\x5d\xa7\x23\x75\xa4\x87\x2a\x0e\x60\x6d\x9f\x4d\x8c\x92\xd3\x8d\x82\xf2\x3b\xf4\x0e\xce\x3d\x43\x4f\x40\x9c\x42\x8f\xb3\xe7\x99\xb1\x65\x21\x73\xdf\x00\x2a\xbd\xee\x18\x74\x87\x37\xe5\xd2\xaa\xc5\x53\x5b\x9c\x94\xc5\xe5\x89\x7c\xb7\xbb\x6e\xcf\x8f\xbd\x8d\x9f\x89\xe2\xf2\xe9\x8b\x8b\x08\xd6\xe3\x77\x5e\x10\x10\x3d\x2e\x11\x0f\x40\x89\xb6\xb2\xfe\xb4\x58\x4a\x6d\xdb\xca\x43\x16\xa3\xb0\xb7\x72\x4b\x51\x82\x33\x79\x96\xb9\x94\x96\x71\xbb\xaf\xdc\xf8\xe6\xc5\x4b\x71\x84\x2f\x7d\xc7\x78\x97\xf0\x93\xc6\x56\x63\x5b\xfe\xd1\xe3\xc3\x2f\xed\x16\x4e\x5c\x71\xef\xe8\xde\x3c\xa1\x31\xcb\xae\xb6\x51\x6a\x2b\x60\x73\xf7\x9d\xd9\xb6\x6a\x03\x17\xe4\x8b\x27\x97\x6e\x11\x5e\x57\x7b\x84\x5c\x52\x96\xe2\x9b\xc5\x37\xf8\xb2\x24\xfb\xf8\xa7\xcc\x6e\xa8\xb2\x47\x53\x38\xaa\x83\xd6\x3a\xe5\x27\x2f\x25\x69\x44\x71\x71\xf2\x34\x1d\x0a\x25\xf8\x75\x6c\x75\x34\xa8\xe7\x8e\x83\xc6\x67\x09\x80\x6b\xeb\xd0\x05\x49\x08\x67\xb5\x87\x85\xa7\x04\x5b\xd2\x54\xe0\x89\x0b\x35\xe6\xc7\x37\x4a\x15\x53\x9e\x2c\xc3\x12\x66\x41\x99\x35\xf3\xd4\x3d\x65\xd9\xb3\x1a\xef\x09\x84\x9a\x27\xc4\xfc\x16\xb7\xc3\x89\xa1\x8c\xbb\x4b\xc6\x6d\x46\x3c\xd5\x70\x11\xa6\x68\x7e\xf2\x26\x80\xe4\x9a\x9c\x06\x5c\xf2\x8d\x43\x5e\x1a\xc9\xfb\xf1\xef\xad\x13\xec\xf6\xd9\xec\x38\x03\x65\x8b\x7e\xc5\x96\x32\x49\xb5\x91\x0b\xc7\xd0\xf9\x3d\x6a\x39\x71\x7d\x4f\x1b\x9d\xe0\x8f\x78\x51\x9c\xfa\x72\xd4\xd8\x8b\xa7\xcd\x29\x34\x1d\xbc\xda\xef\xd3\x00\xfd\x13\xff\x58\x73\x0c\x72\x8d\xbe\xd2\xe2\x33\x3f\x09\x14\x85\x5e\x0f\x01\xf2\x1b\x58\x3e\x9b\xcd\xa6\x06\x4e\x04\x1f\x69\xd0\x8b\xa7\x98\xf3\xe3\x9c\xbf\xf8\x7a\x70\x69\xe1\x59\x42\xdd\x2a\xa9\x29\xb7\xa8\x49\x88\x12\x29\x3e\x31\x14\x65\xf0\xdc\x00\x3b\x17\x4d\xac\xed\x49\xf9\xd6\x46\xd7\x9a\xf6\x02\xfd\x5f\x4d\x0c\x16\xfa\x1e\x07\x41\xe6\xaf\x35\xa6\x4b\xdf\x70\x7c\xae\xaa\x77\x03\x76\xcf\xed\x02\x5a\x99\xd7\x4b\x7e\x2a\x6e\xbc\x26\x51\x46\x09\xc2\x2a\x28\xfe\x89\xa8\x80\x34\x00\xd3\xfc\xf0\xda\xa8\x31\x35\x5b\xdf\xf7\x1a\x49\x5e\xca\x3a\x5d\xd2\xb7\x30\x21\x34\xd2\x0a\xf2\x0e\xd6\x28\x43\xb7\xe7\x04\xac\xfc\x76\xac\xa6\x71\xeb\xa1\x33\xa5\x53\x5c\x5e\x54\x23\x70\x83\xe1\x5b\xe0\xbd\xc2\xb7\xc0\x45\x86\x6f\xc9\xf8\xa2\xef\xd6\xd6\xd1\xc6\x5d\x5e\x3e\x19\x29\xf3\x4f\x35\x2b\x0e\xc2\xa7\x55\xbb\x83\x09\x45\x30\xe1\xfc\x9d\x07\x51\x95\x78\x89\xb3\xcf\xbe\x15\xae\x6e\x7f\x04\xcc\xd3\x9f\xde\x29\x40\x50\xee\xaa\x72\x15\x9a\x71\xb7\xc3\xed\x87\x0f\x6e\x8a\xb0\x11\xa2\x71\xd1\xc8\x47\x2c\xc5\xf9\x78\x41\x79\xda\x5b\x2d\xbe\x6a\x51\x52\xe4\xe2\x8c\x19\x8e\xfc\x68\xb8\x1b\x26\x3e\x18\xee\x8e\xf1\x83\xc3\x68\x45\x51\xdd\xb0\xc0\x2f\x49\x6e\x5d\x38\xe4\x43\xd3\x49\x2f\x5c\x35\x1a\x25\x3f\x5f\xe3\x9e\xb3\xa1\x70\x2d\x3f\x46\x8c\x2e\x27\x89\x80\x6d\x5b\xb4\x46\x40\x29\x5c\x65\xb9\x09\x59\xab\xca\x3e\xe7\xf1\xed\x4c\x3a\x54\x44\x3a\x2a\x71\x95\x68\x35\x44\x0b\xf5\x2c\x57\x3f\x9d\x62\x28\x51\x84\x0a\xb2\x08\x14\xd5\x5b\xbd\xd3\xfc\x04\x01\x2d\x05\xa7\x26\x19\x5c\xe9\x9d\x02\x49\x08\x0e\x12\x11\xa2\x5d\x14\xd8\x9c\x0f\x79\x0f\xd2\x97\x4a\x92\xb6\x9e\xf2\x37\x4f\xf4\x38\x05\x01\x86\x12\x2e\x6b\xb2\x31\x73\x92\x02\x18\x23\x59\x31\xae\xbd\xdb\x0d\xda\xb4\x74\x17\xa4\x81\xa8\xca\x73\x5d\xea\x0d\xb0\x80\x2d\xa0\x87\x3c\xc7\x39\xac\xee\x52\x9a\x4c\xa0\x16\xc7\xed\x8b\x13\x85\xab\x03\x1b\xd4\x43\x27\xba\xd9\x22\xc3\x28\x93\x2e\x39\xe3\x8f\x5f\x3d\x4e\x13\x40\x3a\x4f\x20\xb0\xd9\x13\xd2\x9c\x38\xc0\x63\x50\xc6\x33\x5d\x90\xc4\xf3\x52\x96\xb7\x25\x56\x29\xda\xc0\xe9\x5b\x68\xb0\x87\x02\x3e\x22\x24\xa6\x00\x6e\xaf\xe1\x40\x9a\x04\xd9\x1f\x9f\x3d\x39\xcf\x60\x07\xb4\x44\xbe\x0f\xe8\x8e\x7c\x1f\xa5\x33\xec\x43\x31\x79\x9e\xc9\x9d\x22\x85\x9d\x9e\x03\x1f\x81\xe9\x25\x21\x43\x44\x02\x0b\x97\xfc\x9e\x1e\xaf\xc2\x7f\x29\x71\xdb\x38\xdc\xf8\x03\xe0\x23\x80\xf0\x83\xde\x45\xd1\x6f\xc7\x3a\xb5\xfc\xfe\xee\xd4\x10\x41\x54\xd0\x14\x9b\x94\xc3\xef\x5b\x4c\x24\xc7\xcf\x66\x5d\xeb\x92\x5f\x83\xca\x60\x1d\xcc\xf4\x5a\xba\xca\x7e\xc4\x80\xd0\x95\x4e\x79\x93\x53\xfa\x96\x9d\x53\x3c\x57\x0c\x1c\x1d\x55\x31\xf6\xa4\x15\xb6\x6b\xbf\x54\x6c\x5f\x78\xa1\x45\xd2\x8c\x16\x8e\xd4\xfc\xd9\x0c\xeb\x6a\xa3\xb3\x1a\x2f\xab\x52\x8d\xcc\xf3\xaa\xeb\xf6\x36\x49\xfc\x42\x6f\x50\x67\x93\x9a\x6c\x2f\x9f\xe2\xbe\x22\x23\xd4\xf4\x96\x7c\xb3\x93\xd7\x5b\x13\x70\xb9\x88\x16\x5e\x32\xc1\x29\x22\x64\x63\x73\xb2\x09\x92\x11\x13\xe5\x40\x30\xbf\x96\x4f\x31\x2f\x32\x89\xb6\x11\xe3\x81\x70\x11\x2b\x45\x9c\xd9\xcc\xb9\x0f\xce\xd7\x2d\xdc\x35\x2f\xc4\x01\xeb\x14\x7e\xf8\x92\x70\x52\xdd\x17\x0b\x58\x59\xf6\x18\x82\x01\x70\x28\xbc\xed\x54\x80\x4e\x9e\x14\x7c\xa9\xdf\xf9\x12\xff\x1a\x61\x64\x60\xf2\x85\xfc\x82\x49\x66\x67\x8e\xec\x3b\x51\x2b\x86\xb8\xee\x0b\xfe\x17\x83\x2a\x77\x31\x53\xe8\xe0\x86\xcf\x61\xb8\xc1\xc3\xd2\x21\x85\x69\x15\x63\xd6\xe1\x97\x75\x65\x46\xc7\x11\x76\x3f\x6a\xdf\x79\x64\x3a\xf7\x46\xfe\xb9\xc4\x2c\x61\xb1\x93\xe6\xb3\xd4\x49\xd3\x55\xa2\x18\x7f\x0c\x32\x87\x0b\x54\xe2\xcf\x5f\x92\xd4\x41\x29\x71\x70\x53\x54\x73\xf8\x15\xe3\x1a\x7d\x15\xbc\xc4\xd0\xc9\xf2\x24\x6b\x8a\x9f\x25\x45\xc3\x21\xe0\x91\xbc\x74\xda\x52\xd6\x58\x0f\x82\x22\x8c\x07\x7a\x84\x8f\xb5\xb4\xeb\x1c\xa6\x6a\x98\xd9\x64\x48\xb4\x56\x5c\x7a\x17\x78\x2e\x53\x51\x7b\x24\x54\x31\x28\x2a\x05\x39\x77\xad\xf5\x31\x57\x19\x20\x76\x3b\xf4\xea\xba\xae\x60\xd7\x3c\x68\xe0\x3d\xe3\x2f\xcb\x4f\x12\xe3\x58\x3c\xa3\x74\x57\x5d\x81\xd9\x2f\xce\xf7\xf3\xc1\x48\x9d\x88\x46\x7d\xe2\xf2\x5a\xd9\xa2\xdb\xbd\xbe\x66\xdf\xf1\xaa\xbf\x72\x71\xaf\xa4\xe0\x4f\x13\x48\xf3\xdb\xaa\x49\x8e\x9d\xe2\x2e\xbf\xd5\xd9\xea\xc6\x27\xa3\x66\x45\x95\xe9\x0b\x93\x25\x50\xf2\x0f\x66\x7d\x12\x1e\xcc\x62\xbf\xf6\xc9\x37\x40\xfd\x53\x8c\xd0\x2e\x3a\x8c\xeb\x72\x50\x03\x9f\x19\xb3\xed\xfa\xe3\xbc\xae\xa4\x12\x8b\xc0\xb0\xf0\x9f\x5c\xc3\x3c\x4b\x7e\xb4\xf2\x9e\x4f\x53\x2e\x2f\x01\x45\x73\xfc\x98\x35\xd8\x1f\xe3\x6c\xef\xe2\xeb\x65\xf2\x9e\xe3\x3d\xd7\x44\xfa\x62\x1a\x2c\x12\xcd\x3c\x79\x9e\x29\x6e\x4e\x5e\x44\xcb\x5a\xfb\x7e\x96\x3e\xa3\x79\x8f\x1d\x62\x31\x15\x00\x3d\x4b\x11\x65\x52\xff\xa0\xb1\x8d\x3c\xbb\xf4\xbd\x7b\xdd\xec\x1f\x18\x9c\x4f\x60\x3b\xc4\x8a\x38\x5d\x6d\xe9\x5f\x4a\x9b\xda\x5f\x6a\x99\x36\x80\x72\x6e\xd1\xcb\xea\xa6\x2a\x30\xe8\xd1\x70\x44\x40\xc3\x51\xfa\xf1\xa8\x68\x77\xe3\xb7\x34\xc7\x70\x20\xc3\x1a\xf7\x1c\x1f\x3d\xac\x46\xaf\x9d\xf3\xc3\x78\xa2\x06\x89\x5e\xaf\xbb\xeb\x5f\x7a\x83\x43\xd0\x19\x53\xbf\x9a\xa9\xad\x59\xa8\xae\x3d\xfc\x64\x67\x9b\xd6\xec\x28\x9e\x4d\x9e\xc8\x24\x8e\x47\x51\x48\x1b\x7d\xa5\xbf\x3e\xb1\x8b\x4f\x5c\x46\x4a\x7c\x0f\xe3\x93\x1d\xfc\x06\xc1\x0d\x35\xb2\xf8\xf3\x0a\x7e\x62\xc2\x0c\xfa\x51\xc2\x8f\xb2\xe2\xbf\xdf\x50\x3d\x34\x83\x70\x35\xa0\x45\x50\xf1\xf0\x37\x4b\x3f\x6f\xe0\x87\x6a\xa8\x09\xab\xe1\x4a\x2b\xe9\x41\x4a\x9f\xf9\x92\x5e\x76\x82\x3e\xf8\x9d\x4a\xee\x8e\xbe\x5e\x99\xbe\xa5\x6f\xd8\x27\x7d\x29\xd5\x0d\x7d\x80\x7e\xe9\xf7\x1b\xad\x5f\x4b\x63\xd8\x39\xb7\x65\x9a\xee\x8a\x9b\xd2\xb4\x2e\x76\x76\xa3\x15\x37\xa4\x1a\x6e\xb9\x55\x6f\x96\x6e\x28\x6e\x1c\xf4\xd1\x0d\x44\x46\x01\x2b\x59\xb6\x66\x8f\x09\xf8\x5f\xcd\xdc\x3b\x2c\xee\x01\x96\x93\x16\x46\x85\x81\x44\x98\xfa\x10\xdf\x24\xf6\x69\x67\xe0\x5f\xce\xf7\x51\x57\xe4\xdf\x89\xbb\xec\xde\xb4\xa6\x47\x66\xec\x7c\xe6\xde\x66\xaa\x9a\x7d\x2f\x3a\x85\xc1\xdb\x60\xec\x26\x10\xa5\xb9\xc4\xee\x3a\xa0\xb8\x73\x7e\xf0\x1e\x76\x79\xb9\x02\xe6\xe1\xdc\x4b\x5e\x65\x70\xa6\xbc\xff\xa7\x3f\xd1\xb3\x7b\x20\xb9\xfd\xf9\xcf\xc5\xd3\x87\x0f\x90\x66\x62\xcc\x8b\xb7\x38\x3b\xab\x36\x40\xee\xd4\xdb\xaf\x12\x60\x4c\xd5\x40\xc1\x1e\x64\x77\x75\xc1\x1e\xb3\xff\x17\x00\x00\xff\xff\xb7\xd8\x9f\xad\xf9\xc6\x00\x00")
+var _confLocaleLocale_ptBrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\xdb\x6e\x1c\x47\x96\xe0\x7b\x7d\x45\x5a\x03\xc1\x12\x40\x96\xe1\xf6\xec\x05\x86\x4b\x5e\x8a\xa2\x2d\x35\x24\x91\x2d\xca\x1a\x60\x0d\xa1\x1c\x55\x19\x55\x4c\x2b\x2b\xa3\x3a\x23\x93\x12\xd5\xe8\x87\xc1\xbe\xee\x07\x2c\xf6\x69\x8c\x7e\x18\xb8\x01\x3f\x35\xf6\xc5\x8f\x5b\x7f\xb2\x5f\xb2\xe7\x16\xd7\xcc\xa4\xe4\x9e\xc1\x34\x1a\x16\x2b\xe3\xc4\x3d\xe2\xc4\xb9\x1f\xb5\xdf\x2f\x4b\x6d\xd7\x8b\xef\x76\x85\xd5\xed\x75\x75\xf8\x57\x53\x94\xba\xf8\xb6\xea\x0a\xd5\x77\xe6\xf8\xca\xd8\xbd\x2e\x55\x69\x0a\x5d\xa8\x5d\xb5\x3d\xfc\x74\xad\xeb\x02\x6a\xb4\x55\x07\xdf\x76\xc5\xb7\x66\x36\xbb\x32\x3b\xbd\xb8\x38\xfc\xb4\xad\x1a\x55\x3c\x69\xaa\x75\xa5\xea\x59\xa9\xec\xd5\xca\xa8\xb6\x1c\x94\xe8\x77\xfb\xda\xb4\x7a\x71\x46\xff\xaa\x76\x76\xa5\xeb\xfd\xe2\xe4\xc7\xbe\x54\x33\x5b\x6d\x9b\x65\xd5\x2c\xce\x9a\x0e\x4b\xe8\xa7\xe9\xbb\xc5\xa5\xaa\xe4\x57\xbf\x5f\x9c\x2a\x68\x9c\xca\x5b\xbd\xad\x6c\xa7\xdb\xc5\x0b\xfa\x03\x3f\xbd\xd5\x2b\x5b\x75\x7a\x71\x09\xff\x99\x5d\xeb\xd6\x56\xa6\x59\xbc\x82\x7f\x0f\x7f\x31\xb3\xbd\xda\xfa\x91\xce\x3a\xbd\xdb\xd7\x0a\x40\x9f\x99\x52\xd7\x66\x56\xab\x66\xdb\x23\xc0\x93\xb2\x32\x3b\x35\x5b\xb7\x1a\x4a\x97\x8d\x7e\xbb\x38\x6d\x2b\xd5\xce\xe7\xf3\x59\x0f\xab\xb4\xdc\xb7\x66\x53\xd5\x7a\xa9\x9a\x72\xb9\xc3\x99\x5c\xe8\x16\x3e\x14\xb0\x4a\xbd\xed\x0f\x3f\xb5\x15\x2e\xd7\xda\x34\x9b\x6a\xdb\xb7\xea\xf0\xaf\x87\xff\xa3\x2d\x8d\x5e\x97\x30\xb9\xa5\xb2\x8b\x57\x66\x7d\xf8\x6b\x71\xf8\x79\x46\x2d\x36\x0a\x16\xf0\x3b\xa9\x3a\xd3\x3b\x55\xd5\x8b\xb3\x63\xfc\x07\x46\x6c\xed\x5b\x03\xab\x78\xa9\x9b\x2b\x05\x13\x5e\x76\x37\x7b\xbd\x78\x54\x6d\x61\x7e\x45\x63\xae\xa1\x6a\x03\x33\x5d\xab\x7d\xb7\xbe\x52\xb0\x36\xf4\xef\x0c\x20\xf7\x06\x16\xc2\xb4\x37\xb0\x38\xf4\xe7\xe1\x6f\xd8\xba\x69\xb7\xaa\xa9\xde\xab\x0e\xd7\xe5\x5c\x7e\xc0\x10\x61\x75\x76\x55\xdb\x9a\x76\x71\x06\x5b\x5e\x5f\x99\x19\x4c\x7c\x89\xad\x2c\x9e\x9b\x6b\x53\x24\x8d\x60\x11\x9c\x86\x16\x57\x0f\x4a\x55\xf1\x0c\x7f\x70\x2b\x5c\x46\x2d\x51\x45\x1d\x35\xb7\x31\xed\x1b\xfe\xfa\x0d\xfc\x85\x27\x6d\xd0\x2c\x8c\x8f\x9b\xcc\xc6\xa6\x1a\xd8\x1a\x2a\xfd\x56\xb7\xba\x81\x93\xd4\xc6\x20\xb8\xc2\xaa\xdc\xc1\xea\xee\x55\xa3\xeb\xc5\x85\xaa\xe0\x1f\xdc\x92\x13\xfc\x4a\x87\xa3\x34\xed\x4c\xad\xd7\xa6\x6f\xba\xa5\xd5\x5d\x57\x35\x5b\xbb\x38\x4d\xb7\xa9\x28\x55\x01\x9f\x3a\x38\x8a\x13\x10\xb3\x1b\xd3\xfb\x33\x00\xdb\xd2\x17\x7b\xda\x7e\xfe\xee\x6b\x5d\xf6\xca\x0e\xce\x00\x74\xdf\x55\xd7\x55\x57\x69\xbb\x38\xc1\xbf\xe0\x6a\xc1\xe7\x7d\x5f\xd7\xb0\xd4\x7f\xec\xb5\xed\xec\xe2\x02\x7e\xc1\xba\xf0\xaf\x59\x65\x2d\xfc\xb1\xb8\x68\xcd\xaa\x86\x93\x01\x6d\xac\x55\xb3\x86\x19\x9e\xd2\x3f\x70\xe2\x67\xdf\x57\x8d\xed\x54\x5d\xbf\x9e\xc9\x1f\x8b\x27\xf4\xaf\x2c\x5d\x57\x75\x30\xd0\xb3\x4e\xc1\x59\xc2\x25\xaf\xa2\xc2\x62\xaf\x5a\x55\xec\xdb\x6a\xa7\x2b\xf8\x43\xbf\xd3\xeb\x9e\x6b\x95\x66\xfd\x06\xce\x3a\xde\x4d\xb8\x5f\x97\xba\xb8\xa6\x23\x0b\x63\x3a\xfc\x54\xb4\xa6\x84\xc3\x6f\x0a\x03\xf7\x7f\x8b\x8d\xc2\x75\x35\xb8\xd8\x8f\xa8\xd6\x51\xb1\x37\x6d\xb1\x51\xd7\xf0\xdf\x5a\x57\xaa\x30\xb6\xf8\x4a\x15\x9d\x6a\xb7\xba\x5b\xdc\x59\xae\xe0\xaa\xbd\xb9\x53\x5c\xb5\x7a\xb3\xb8\x73\xd7\xde\x79\xf0\x6d\x5f\x29\xfb\xd5\x67\xea\x41\xb1\xee\x71\x4d\x8c\xe5\x63\x5d\x28\xf8\x0f\x0d\x7a\x07\xd8\xa1\x2d\xfe\xd8\xab\x1a\xd6\xa5\x85\x85\xad\xac\x2a\x1a\x18\x0d\x8c\x9e\xef\xf3\x27\x33\x5c\x41\xb8\x15\xcb\x72\xc5\x48\x8d\xc6\x46\xcb\xda\x16\xcf\x6e\x2e\xff\xf0\xf4\xa8\xb8\x30\xb6\xdb\xb6\x9a\xfe\x86\xff\x00\xf4\x17\x85\xe9\x8b\x97\xd5\xa3\x87\xf3\x19\xd4\xe3\xb5\x1a\x9c\x09\x5d\x3c\x84\xd5\x26\xd4\xf8\x08\x47\x47\xa0\x78\x0f\x5f\x56\x7b\x9a\x77\x56\x0c\x68\xb3\x5b\x3c\x86\xff\xd0\xf5\x0e\x57\x3b\xbb\xcd\xd0\x0a\x5d\xfd\xe7\x80\x40\xb1\x95\x95\x6b\xa5\x74\x9d\xc8\xf2\x5f\xb8\xe5\x3c\x02\x0c\xa3\x61\xd9\x77\x1a\x4e\x41\x65\x77\xa6\x78\xf2\xfc\xf9\xf9\xa3\x87\xb0\x20\x3b\xf8\x0c\xe7\xed\x47\x38\xdd\xd4\xc6\x1a\x76\x76\x0d\xb8\x11\xc6\xdf\x77\x9b\xff\xba\xdc\xea\x46\xb7\xaa\x5e\xae\x2b\xde\x74\x5a\x91\xf9\xcc\xda\x1a\x90\x58\x49\x58\xd0\x14\x97\x97\x4f\x61\x90\xdd\x15\x9c\x2e\xb8\x35\x70\x6b\xed\x1f\x6b\x5c\x52\x19\xc7\x39\xb4\x4a\xdf\x71\xb4\xaa\x85\xe5\xbe\xa6\xbe\xd2\x81\x0f\x56\xb6\xf8\x6a\xd5\x3e\xf0\x73\x90\x29\xb8\x96\xd4\xca\x9a\x1a\xde\x1a\xdc\x5c\x3c\x53\x7c\xce\x2a\x7a\x2c\x70\xa3\x61\x8e\xee\x69\x9a\xcf\x74\xdb\x2e\x01\x6d\x77\x37\xb8\xc9\x34\xd0\xf3\xe2\x34\x0c\xe9\xf6\x71\x14\x0d\x9d\x78\x98\x2c\xb6\x58\x5c\xab\xf7\x95\x34\x59\x35\xd7\xaa\xae\x4a\xd8\xfe\xdb\xb7\x24\x6e\x46\xb7\x3b\x44\xc1\xf0\x31\x5a\xe9\x3b\xf3\x3b\x80\xfa\xef\x1c\xdf\x99\xcf\x1a\xb3\x64\x84\x84\xcf\x44\x09\xc7\x15\xee\xef\xb2\x95\x77\x8a\xb0\x2f\x3f\x02\x61\x50\x70\x68\xd5\xaa\x82\xf5\x86\x79\x9b\x42\x40\x71\xf6\xbb\x62\x8d\x0f\x50\xd1\xef\x14\x6e\x31\x9c\x79\x80\x56\x31\x5e\x8b\x57\xc6\xa1\x41\x39\x6a\x27\xd0\x00\x1c\xb6\x41\x95\x91\xd5\x50\xf3\xd9\xcc\x1d\x93\xf1\x9b\xb0\x85\xb2\xca\xe2\xc2\xe0\xe5\x9a\x21\xfd\x90\x2c\x97\xda\xd7\xd5\x1a\x66\x77\x6d\x7c\x99\x3b\x3b\xa7\xa6\x36\x70\x15\x61\x66\x0d\x01\xab\xc2\xf6\x80\x19\x62\x2c\x5f\x28\x38\x51\x9f\xd0\xd3\xb5\x8c\x4f\x21\x02\xc3\x10\x7e\x79\x8f\x5d\xb4\xf1\x8b\xe1\x41\x5d\x2f\x2f\x0d\x6e\x93\xb1\x09\x18\xfe\xda\x99\xce\xf0\xc0\x81\xb6\x81\x09\x63\x77\x56\xd5\xd7\xf0\x11\xd1\x08\x0c\xa8\x6a\x35\x83\xcf\x67\x6d\x0f\x84\x46\x7c\x73\x71\x04\x11\x72\x74\xe5\xe1\x5e\xf8\x87\xbf\xd4\xd7\xba\x80\xc3\x50\xa8\xb5\xb6\x16\xa6\x14\x4e\x3a\x2c\xdd\x60\x06\x70\x5a\xa8\x5d\xde\x73\x5a\xd4\x12\x88\x0f\x20\x81\x1e\x99\xdd\xe1\x97\xa6\x32\xf2\xdb\x75\xf5\xc4\xc2\x55\x51\x1b\x0d\x87\xe0\xbb\x17\x4f\x2d\xdf\xe5\x75\x6d\xf0\x79\xdc\x15\xd7\x80\x6c\x2f\x2f\x1f\xe3\xb5\xbe\x5a\x02\x12\xee\x10\x75\x74\xf4\xcd\x7f\x72\x2d\x3d\x3f\xfc\xba\xd3\x2d\x4d\x6d\x4f\x40\xb8\x3b\x16\xde\x33\xba\x6e\x78\x42\xa0\x96\x20\xfc\xde\xe2\xdd\x3c\x82\xd9\x55\xef\x34\xdf\x1c\xee\x19\xcf\x2c\x6c\xb7\x9c\xd8\x75\xdf\x5a\xc3\x03\xb8\xea\xba\x7d\x3c\x82\xc7\x2f\x5f\x5e\x84\x8f\x93\x63\x80\x39\xe0\x30\x94\x9c\x24\x3e\x16\x55\x0b\x43\x70\xcb\x34\xa7\x93\xd5\xb7\xf5\x02\xe6\x3f\x72\xe6\xa0\x64\x64\xad\x68\xb5\x08\x2d\xc6\x4b\x85\x83\xfa\x0c\xff\x63\x61\x1f\x3a\xb5\x5b\x1d\x7e\x46\x34\x4a\x14\xd8\x7c\x56\x9b\xed\xb2\x35\xa6\xcb\xce\xa2\x29\xa0\x20\x2d\xf4\x78\x5a\xe1\x83\x84\x27\x50\x90\x23\xbd\x1d\x00\x0a\x17\xcb\xec\xf1\xd2\x4f\xde\x2c\xb3\x5f\x63\x71\x65\x99\xfe\x9b\x7a\x89\x4c\x42\xa7\x6b\x26\x12\xed\x0e\x96\xd5\xbf\x39\xc5\xe5\x33\x58\x6a\xfa\xb6\x69\xcd\x6e\xf1\x48\x87\x1f\xe1\xc0\xea\xa6\x04\x8c\xe5\xda\xc1\x66\xf8\xe8\x02\x49\x87\x25\xb0\x60\x48\xb8\xad\xab\x8d\xdf\x85\x17\xdf\x9c\x16\xff\xe9\x8b\xdf\xfd\x6e\x5e\x9c\x17\x40\xc8\xed\x54\x27\xa7\x1d\xd1\x47\xbf\x93\x46\x00\xd7\x16\x77\x10\x1d\xdc\x29\xbe\xa2\x2f\xff\x4d\xbf\x53\x40\x68\xeb\x39\xa0\xf2\x07\xf3\x19\x7e\x82\x8b\x43\xb7\x8b\x69\x5c\xbe\x12\x3b\xdd\x11\x21\x2b\xe5\xe9\x4b\x99\x82\x38\xaa\x7f\x49\xe4\x55\xbb\x5b\x3c\xf6\x68\x53\xbe\xc8\x88\x61\x66\x0e\x8b\x52\xbb\xcb\xc6\x74\xd5\xe6\x26\x82\xa7\x0f\x7e\x86\xd1\x8a\xc2\x22\x6b\xa4\xe6\x60\xad\xd7\x7a\x9a\x2c\xf0\x57\x05\xf0\x5a\x0f\xdd\x58\xbf\x3d\x76\x66\x36\x9b\x1a\x88\x50\x7e\x5d\x4f\xf8\x92\xec\xf0\x91\x85\x82\x63\x2c\x49\x20\xe0\x5a\xec\x81\xb7\x79\xc4\xf7\x09\xd1\xe4\xe9\xa3\xe7\xf0\xce\xe3\x1b\x0f\xa7\x95\x2a\x42\x87\x40\x77\x96\x8c\x84\x8e\x8a\x2e\xe0\x3a\xba\x78\xd6\xe1\x35\x78\x6d\xf6\xa6\xa9\x70\x92\xef\xe9\xd9\xaa\xcd\x5a\xd5\x44\x51\x01\x95\x23\x4f\x11\x10\xec\xd7\x0a\xd6\xc0\x75\x09\xa3\xf3\x47\xeb\x5b\x29\x1b\x00\x47\xa3\x0c\x2f\x95\x83\x86\x45\xd8\x18\x22\xd8\xe0\x88\x59\x3c\xeb\xd8\xbd\xb2\xd1\x48\x19\x10\x20\x90\x1d\x83\x33\x08\x97\x10\x4b\xf6\x44\x15\x30\x06\xb5\x78\x84\xf6\xaa\xc4\x99\x84\xd1\x26\x0f\x67\x18\x31\x31\xa9\x7e\x8f\xc7\x80\xd3\x75\xa5\xf1\x26\x95\x70\x51\x5d\xd7\x47\x8c\xd3\x08\x0f\x1a\x26\x40\x4d\xf6\x68\x02\xe6\x06\xc2\x93\x9f\x63\x7a\x8a\x2d\x3c\xbd\x0d\xf5\xea\x58\xb0\xe8\x34\x0a\x33\x96\x02\xc8\x88\xce\x57\x6d\xb5\x55\xf8\xf0\x02\xe5\xe1\xa8\x71\xe3\x2b\xf1\x50\x26\x87\x0a\xdd\x12\xb9\x0b\x0c\xa1\xf0\xcc\xcb\xeb\x0a\x38\x55\xd7\x2a\xe0\x9c\xaa\x91\x36\x00\xd5\xc1\x53\x5b\xfb\x57\x16\x8f\x11\xd3\xcc\x76\xb4\x11\x19\xe0\xa5\x2c\x41\xd8\x18\x18\x0d\x7c\x81\xeb\xc2\x7b\x56\x22\x16\x85\xbb\x0f\xbb\x0b\x9c\x05\xfc\xdf\xb5\x7a\x84\x3d\xc2\x0a\xd0\x59\x70\x2b\xc9\xf0\x9a\x18\x7b\xdc\x62\x8b\x24\xaa\x30\xf2\x73\xe1\xdd\x84\x7b\x62\xf2\x3d\x26\x8f\xe0\x84\x57\x7e\xdd\xa7\xc9\xa0\x42\x6d\x4d\xab\x8e\xe0\x5a\x63\x47\x0a\x29\x61\xe3\xb8\x9b\x88\x39\xbf\xf7\xe4\xd1\xe2\xf3\xfb\xb4\xb8\x80\xc5\x60\x3e\x3c\x42\x40\x29\xf0\xce\xc8\xbb\x3d\xa4\xb0\x78\x88\x13\xa8\x60\x6a\x44\x52\x2b\x22\x92\xc2\x82\xce\x32\x4a\x8d\x99\x02\x41\x61\xe1\xf3\xa9\xe0\xb4\x96\x09\x39\xa9\x15\x4b\x09\xe8\x15\x4c\x7a\x15\x46\x70\xb9\x05\x82\xc2\x71\x83\x2d\x93\x17\xb0\x27\xdd\x72\x5b\x75\xcb\x0d\x62\xda\x72\xf1\x8d\xaa\xe1\xb4\x01\x99\x82\x05\x74\x3f\x00\x51\x13\x25\xfe\x29\x40\x7d\xfa\x65\x71\xf7\x5a\xb8\x80\x2f\x10\x7f\x2e\xe1\x0a\x57\x35\x9e\x67\x64\x71\x71\xff\xe9\x2a\xd3\x36\xd9\x9e\x1f\x71\xa1\xbb\x63\x36\x70\x03\x2b\x05\xd4\x1e\x8c\xf4\x6d\x53\x1b\x55\xe2\x8a\xb9\xba\xab\xaa\xc1\xf5\x80\xe2\x0d\x49\x88\x10\xdf\xdd\x85\x43\xf4\xfc\xf0\x3f\xce\x63\xb8\xad\x59\xf5\x55\x5d\xce\x67\x8e\x5c\x07\x62\x5d\x4e\x4c\xb2\x21\x7f\x19\xe3\x05\x68\x80\x4c\xcc\xac\x4d\x0b\xa4\x9e\xa2\x99\xb9\xa6\x02\xcd\x79\x32\x4e\xa7\x1d\x7e\x06\x9e\xe4\xfa\xf0\x13\x5e\x56\xaa\xe9\x69\x40\x5c\x14\x38\x46\xeb\xab\x84\x0c\x8c\xe9\x45\xee\x1c\x5a\x88\xce\xa0\xea\xe0\x4a\x42\x43\xb6\x38\x7e\x00\xff\x9d\x59\x75\xad\xf9\x41\xdb\x0e\x76\x06\xe9\x54\x44\x76\x89\x3c\xe1\x2f\x26\x99\x40\x72\x81\x06\xcb\x31\x79\x61\x78\x45\xd2\x99\xb9\xc3\x63\xfb\x35\xde\x85\xc5\x43\xbd\x3b\xbe\xae\xe0\x44\x7c\x52\x9c\x41\xc9\xce\x90\x60\x83\xde\x62\x4b\xc8\xd2\x89\x06\xd6\xa6\xbe\x02\xfa\x91\xe9\x58\x20\x16\xab\xeb\x0a\x8e\xc3\x31\xdc\x74\xbc\x5c\xf8\x8e\x0b\x7b\x1f\xb6\x30\xa5\xb1\x98\x7e\xf2\xa4\x3e\x14\x0e\xd7\x7d\xf6\x3d\xca\x1b\x5f\xcf\x7a\x66\x2e\x4c\x5d\x22\x1d\x29\x57\xcb\xd3\xeb\x80\x60\x32\x09\x9a\x03\xe5\x5b\x66\xdf\x56\xb0\x63\x4b\x2f\xa5\x5c\xd2\x8c\xde\x75\x8b\x97\x2d\xbc\x95\x2d\xc9\x80\xe0\x27\x9d\x24\x27\x4b\xd2\xf4\xb5\x35\x35\x50\x29\x37\x74\x62\xec\xe2\x99\xee\x6d\x22\xc4\xb2\x70\x81\x6b\xb8\x1f\xa6\xa5\x77\x5c\xc0\x12\x08\x68\xc6\x03\x00\x3c\xb4\x05\x5c\x10\x34\x05\xe4\x25\x20\xd1\x4c\xa8\x05\xa5\x2c\x4d\x93\xbe\x44\x3a\x67\x67\x84\xa9\x49\xf4\xfa\x0a\x70\x30\x9c\x20\x11\x15\xcd\xe1\x18\x90\x28\x8a\x7b\x3e\x43\xc9\x6e\x9f\xf1\x43\xb0\x88\x22\x85\x7d\x3d\x1b\x19\x20\x49\x2d\xac\x67\x7e\xe0\x70\x6a\xd5\xc2\xf9\xbe\xd0\x16\x5e\x0b\x4b\x32\x27\x40\x9e\x57\xaf\x23\x19\xe9\x52\x24\x6b\x2c\x2b\x2d\x48\x84\xc7\x82\x34\x4f\xae\x5d\xe9\x3d\x92\x76\x3b\xbb\x5d\xfc\x1e\x0e\x5d\x07\xd7\xdc\xa3\xf2\xaf\x0b\x14\xf9\x6a\x46\xe0\x9f\xcc\xac\x41\x44\xb0\xfc\xc8\xaa\xbf\x87\x7e\x35\x1e\x33\xa9\x9d\xd2\x01\x2c\xb1\x05\xd6\x18\x89\x80\x75\x0f\xf4\x2f\x3e\x10\xd7\x44\x37\xf1\xc3\x6a\xe9\x1a\xd0\xcb\xe8\xe8\x1a\x40\x19\xf3\x22\x88\x2c\x34\x0d\x0e\x19\x71\xec\xb1\x33\x22\x6f\x49\xef\x12\x12\xe7\x55\x4c\x62\xf9\xfe\x09\x57\x87\xde\xd5\x34\x9d\x4a\x28\x93\x89\x50\x20\xa6\xaa\x78\x44\x0a\x9f\xfc\x9d\xde\xad\xb0\x41\xbd\x78\x0a\x7f\xe1\x53\x0a\x95\x9f\x55\xbb\x19\x50\xe4\x5b\xba\x46\xf2\x6a\x9c\xc1\x56\xc1\xa3\x09\x7d\xf1\x81\xc7\x72\x3d\x28\x87\xdb\xaa\xf8\x59\xf9\xda\x89\xd7\x01\x9f\xbd\x5d\x5c\xc8\x83\x8b\xaf\x55\x58\x67\x11\xbc\x87\xa5\x9e\xbb\xd7\x8a\x49\x2d\xa2\xb1\xa1\xb5\xce\x2d\xf8\x77\x3b\x5a\x69\x37\xa1\x52\x67\x13\xc7\x19\x0a\x11\xc8\xb4\xca\x57\xab\x07\x77\xed\x57\x9f\xad\x1e\x44\x6f\xc7\x11\x3e\x00\x40\xa5\x13\x59\x06\x4f\xce\x5a\x55\xef\x68\x64\x44\x4b\x00\x6a\x6b\x90\xf4\x68\x0f\x7f\x7b\x57\xed\xe0\xaf\xbb\x65\x71\x05\x43\x73\x9c\xb1\x41\xde\xa3\xa3\xc7\xb3\xf7\xab\x3c\x67\x41\xac\xe6\x8b\xe2\x4e\xae\xd0\xe8\xf8\xac\xb9\x93\x4b\x93\xa9\xab\x5d\xd5\x0d\xcf\x50\x2c\x10\xa5\x49\xe0\x9b\x89\x7c\x90\x9f\x2c\x51\x9c\x3c\x53\x3c\x2f\xbb\x1e\xb6\xb1\xd8\x20\xc9\x75\xf8\x2b\x4a\xb0\xa3\x13\x06\x87\x62\xdb\x03\x1e\xd2\xc5\x17\x05\x9c\x29\xa0\x4c\x80\xc2\x03\x74\xb0\xec\x1b\x59\x32\x5d\xf2\x31\x3a\xaf\xe8\x71\xe4\xde\x91\x1c\xed\x2b\xea\x35\xe1\xe7\x78\x08\x0d\xf7\xcc\x2b\x0e\x83\xbb\xe7\x97\xf7\xfe\xbc\xf0\x22\x5d\x82\x82\xfd\xd6\x2b\x58\xa1\x64\xfc\xe9\x66\x21\x59\x2e\xc7\xa2\xd5\x34\x61\x62\xfb\x70\x83\x8f\x80\xad\xa6\xfd\x01\xc2\x6b\x65\xe8\x2a\xa9\x15\x6c\x13\x8a\x52\x70\x0d\x65\xe8\xa7\x0c\x84\x52\x1e\xde\x1d\xdf\x0e\x6e\xce\xd8\xba\x09\x33\x4c\x74\x87\x25\xa4\xd0\x69\x38\xba\x9d\x9e\x9e\x2f\x3c\x18\x02\x0a\x33\x3e\xfc\x4b\xd1\xc0\xe9\xf6\x67\x78\x3e\xa3\xd1\xe0\xa0\xba\x89\x31\xdd\x6b\xf5\xfd\xd1\x51\xb5\xba\xd4\x1b\xb8\xee\xfe\x49\xb5\xa2\x92\xb1\xf1\xbd\x7a\x21\x50\x7c\x8e\xf8\xee\xb9\xc7\x6e\x8d\x9c\x60\x38\x40\xd8\xfc\xfa\xf0\xb7\xb2\xda\x9a\xe1\x6a\x03\x7e\x06\x9a\xb5\xc7\x55\x77\xd3\xe2\x57\x50\xd6\x34\x74\xe9\x05\x6c\xc3\xd5\x75\x43\xc1\x6b\xc3\xa3\xf5\x95\x3a\x63\x96\xf6\x0a\xe5\x33\xe7\x74\x49\x90\x48\x26\xc9\xb1\x40\x66\xe2\x41\x28\x34\x2d\x3d\xf6\xff\x79\x0e\xd8\x1f\xd7\xe4\x35\x5f\x22\xc4\xff\xee\x06\xc5\xc7\x99\xb8\x58\xba\xaf\x74\x97\x3c\x2c\x13\xae\xaf\xc2\x95\xc6\x45\x1e\x6e\xe6\x70\x5d\x2d\x5f\xe3\x3e\x2c\xbc\x60\x57\x47\xa7\x38\x25\x60\xc9\xd7\x0d\x3e\x23\x25\x3f\x2f\x1e\x92\xb4\x07\x6e\x67\xa8\x22\x82\x00\x4f\xd9\x00\x16\x84\x07\x19\x20\x60\x6a\xc0\xcd\xc0\xdc\x6e\xb4\x5d\x5c\x02\x5e\x6d\xcc\xe2\x39\x29\xa0\x4c\x89\x35\x4e\x6a\xa8\x4e\x0f\x20\x8a\x40\x5e\xcf\xbe\x83\xc5\x79\x3e\x4a\xdc\xe3\x8b\xfa\x3c\x96\x8d\x26\x82\xcb\x33\x26\xdf\x47\xe6\x7d\x91\xb2\x03\x2f\x34\x29\x1a\xe0\x58\xb1\xca\xcf\xcd\xfe\xf2\xf2\xf1\x4b\x62\x45\x9e\x8b\x34\x15\x78\x46\x58\x70\x14\xf4\x3d\xee\xba\xbd\xfd\x4e\x04\x64\x28\xdd\xba\x84\x46\x6f\x90\xea\x76\x1f\x59\x3d\xb0\x55\xb3\x97\x5a\xed\xa2\x41\x02\xd1\x0a\xa7\x67\xaf\x67\x27\xf0\xba\x27\xd3\x42\x5e\xa9\xf5\xda\x38\xd2\xa9\x9d\x65\x1c\x48\xaa\x68\xf3\x9c\xa5\x26\x55\xe0\x0f\xd1\x79\x62\x3e\x83\xc5\xef\x3f\xcc\x54\xbd\x07\x9e\x18\x09\x31\x0f\x8a\x52\x25\x52\x48\xc7\xa2\x75\x55\x6f\x54\xd3\xef\x0e\x3f\xb7\xd5\x9a\x85\x04\x57\x87\x5f\x36\xba\x29\xee\x1d\xdf\x27\x7e\xb2\x5f\xd5\x48\x41\x21\x9e\x5b\xde\x4f\x1b\x2e\x01\x7f\xfc\xfb\x36\x6e\xab\xf7\x7e\x6a\x5e\x08\x06\xa5\x40\x1e\x2b\x94\x12\xde\xb5\x00\x44\x14\x79\x04\xc8\xe2\x32\xa2\x34\xdb\x02\xc8\x38\x43\xd7\xca\x22\x13\x10\xc6\x82\xf5\xd4\xbb\xe9\x7a\x80\x62\x77\x87\x9f\xe0\xad\x33\x83\x7a\x8c\x2c\x93\x05\x07\xb4\x31\xf1\x38\x38\x6c\xf2\xc3\x0c\x25\xa6\x52\x29\xd4\x61\x81\xa9\x10\xde\x00\x54\x35\xeb\xba\x2f\xc7\x87\xf4\xe9\x5d\xfb\x29\xb6\xd3\xbc\x01\xda\xa1\x11\x90\xb3\x96\x24\x16\xc0\x14\x34\x57\xf0\x6a\x94\xe6\x4b\xa7\xa4\x5e\x42\x5b\xc8\x82\xad\x09\xf7\x88\xb8\x43\xde\x2a\xf8\x8c\xb2\xab\x52\xf7\xf3\x80\xab\x02\x87\xc5\xd2\xc0\x1c\x57\xa6\x38\x8b\x78\x45\x78\xff\x51\x76\x86\xe2\x19\xaf\x62\x5f\xae\xe0\xb9\x59\x76\xea\x8d\x6e\x06\xd7\xb5\xf8\x11\x5e\x71\x24\x47\x50\x24\xc0\x38\x16\x18\xc2\xf1\x5a\x19\x67\x98\xd7\x04\x42\x6b\xa2\x62\xae\xee\xc8\x6b\x76\x70\x1b\x27\xab\xf2\xcd\x1c\xd4\xe1\x3d\x27\x78\x98\x67\x39\x86\x52\x7c\x9d\xde\x52\x15\xbf\x1e\x7e\x81\xc3\x86\xc4\x0c\x14\xaf\xa9\x94\x11\x41\x82\x2c\x1f\xfc\x5d\x2e\x13\xb6\x99\x84\x1b\x81\x56\x5e\xeb\xb6\x63\xdc\x8e\x74\x22\xa2\xf8\xaa\x41\x64\x89\x8f\x99\xe8\x7e\xb2\x15\x14\x86\x5c\x04\x94\x83\x4e\xe0\x4c\x21\xca\x4e\x7a\x49\x88\x42\x1d\x35\x0c\x64\x1a\xbc\x65\xba\x13\x33\x8c\x88\xe1\x37\x23\x4d\xfb\xe7\x65\xaa\x61\x77\xb2\x02\x9b\x4b\x78\x18\xe6\x92\xc8\x12\xc4\x32\x04\x0f\xaa\x7e\x07\x38\x30\x16\x05\xf0\xec\x11\x75\xb0\x0c\x02\xcb\x61\x9a\x35\x90\xd2\xc8\xf8\xf1\xf4\xe2\x0a\x8a\x90\x09\xaa\xac\x50\xb6\xcc\x72\x83\xc3\xaf\x75\x87\x57\x1e\xe9\x7f\xb8\x57\x8d\x3f\x0f\x2c\x13\x0e\x53\x06\xb6\xe5\x11\x5e\x4d\x7c\x0d\x88\x3e\x23\xb9\x74\x0a\x03\x77\xc2\x2d\x00\x2a\x85\xde\xe8\x9b\x98\x35\x12\xa2\xd1\xea\x6d\x5f\x21\xaf\xcf\xeb\xb1\x26\x01\x04\xbd\xe7\xee\xa1\x41\xe9\x05\xb2\xe1\xc8\xea\x10\xd0\x8d\x6f\x8e\x54\xef\x01\xe3\x87\x26\x92\x06\x8e\x8a\x1d\x09\x0e\x6d\xbf\xa3\x9e\x70\x91\x3d\x9d\xa3\x26\x58\x00\x57\x7f\x8f\x8f\xbb\x97\x6a\x23\x3b\xea\xe4\x26\x27\x41\x50\x29\x6c\x86\x02\x8e\xb9\x67\xe9\x81\xed\xaa\xba\xc6\x35\x67\xdb\x96\x4b\x47\xa0\x14\xc0\xe4\xc3\x2d\x43\xce\x52\xd6\x0a\x6d\x33\xf2\xa3\xea\xe8\xee\x4e\xf4\x54\xfa\x1d\x60\xc5\x8a\xe4\x99\xf0\xee\x35\x76\xa3\xdb\xc3\x2f\xc7\xb5\x37\xa9\x80\xa5\xe6\x0e\x91\x94\x47\xe3\x95\xbc\xbf\x8d\x7a\x8f\xc4\x5a\x37\xc4\x0e\xae\x2b\x7e\x5d\x14\x77\x42\xfd\xe5\x3d\xe0\x21\xca\xa6\x85\x72\x9a\x5c\xb7\xea\xe7\xa7\x3e\x66\x86\xd4\xed\x47\x4c\x6f\xc6\x56\x1d\x4b\xe0\x45\x9b\xf5\x55\x72\x03\xf8\x53\xc1\x9a\xed\xae\x6a\xb2\x0b\x30\xfb\x1e\xef\xcc\xeb\x19\x6c\x67\xb3\xd5\x4b\xd1\x46\x10\x81\x85\x17\x1a\xe9\x42\xa7\x57\xd8\x15\x4e\x01\x81\x5a\x24\x57\x63\xdd\x5b\xc0\x82\x59\xc5\xa8\x5a\x33\x62\x81\xf3\xa3\x81\x37\xd9\x34\x28\x13\x5d\xb7\x30\xc5\x9e\xa4\x53\xbb\x60\x2e\x85\xa6\x39\xa9\x30\x44\x6c\x76\x6e\x82\xc5\x4e\x71\x71\xf8\x75\x85\x4a\x47\xe0\xaa\xeb\xda\xbc\x45\x61\xc9\x25\x5e\x17\x20\x7c\xd0\xd2\x0b\x3a\x6f\x49\x7e\x07\x47\x17\xda\x14\x28\x94\xcb\x11\x14\x52\xa2\xfc\x89\x7f\xb7\x70\x89\xe4\xf7\x23\x0d\xbc\x6d\xcb\x9a\x25\x2a\x41\xbe\x7d\x37\x27\x6c\x8d\x04\x71\x7b\x0d\xed\x9e\x0b\xb2\x8b\x5e\x2f\x7c\x81\x33\x8a\x5d\x90\x7d\xa8\xbf\x57\x1d\xac\x50\xc3\xcc\x14\x0d\xbb\x24\xd2\x16\xaf\x1c\x5b\x33\x54\x64\xc1\x46\x32\x60\x51\xc0\x70\xc3\xc4\x4d\x98\x41\xaf\xb8\x85\xce\xde\xe9\xf5\xcc\x59\x44\xb1\x31\x5c\x6e\xea\x22\x88\xc1\x2e\x4e\xf1\xf2\x5a\x56\x48\x93\x90\x67\x41\xbc\x36\x7c\xc1\x5f\x15\xd9\x14\xb0\x3e\x17\x50\xd0\xe2\xc4\xeb\x76\xed\x8c\x84\x64\x99\x74\xac\xd4\xc0\xdc\x23\x4f\xc5\x3c\x3e\xb3\xed\xb0\x0f\x8b\xef\xaa\x72\x36\xdb\x23\xd5\xb6\x5e\xa6\x23\x73\x9b\x67\xdc\x88\x59\xdb\x70\x99\xb3\x21\x42\xd8\xe2\xe2\x50\x33\xa8\xaa\xb7\xa4\x21\xa0\x95\x75\xaa\x22\x31\x48\x4a\x15\x89\xad\xae\x15\xa9\x73\xe1\xc6\x01\x0b\x4a\x17\xfe\xa8\xd0\x01\xdc\xc0\x82\x0b\x2c\xa0\xf2\xb7\x7a\x55\x6c\x34\x0a\x07\x14\x5c\xb3\xeb\xc3\xcf\x36\xc8\x92\xfc\x1b\xed\x5f\x6d\x91\x2e\x95\x41\x3e\x47\x84\x27\x5a\x22\xe1\x09\x38\x26\x65\x5f\x44\x0a\xf9\xbd\x0d\x86\x54\x44\x00\xf7\x23\x1b\xba\x41\x4b\xb4\xa0\xac\x38\x65\xe9\x89\x49\xad\x2a\xb1\x03\xd2\xc3\x3d\xc5\x9e\x3c\x53\xd0\xef\x4b\xe4\xef\xdc\x6a\x9f\x74\xac\x73\xc2\xd3\x24\x67\x22\x85\xf0\x7c\xdb\x39\x0d\x86\xad\xe8\x88\x4e\x51\x52\x35\x63\xe4\xdc\xbd\xf7\x26\x93\x03\xa9\x2f\x73\x67\x70\xbd\x32\x48\x27\xbc\x39\x43\xe5\x9d\x22\x20\x41\x8a\x68\x1c\x80\x7b\x8a\x4a\xd2\xaa\x79\x63\x9d\xca\xcc\x33\xae\x24\xe2\x82\x23\xde\x93\xd2\x07\xff\x00\xee\x6f\x60\x82\xe7\x34\x7c\x09\x46\x0a\x8a\xc0\x13\x46\x48\xa7\x54\x4c\x13\x83\x11\x1a\x63\x45\x72\xca\xe0\x67\x24\x3f\x57\x4e\xa6\x22\x58\xcc\x2d\x9a\xc3\x72\x7e\x55\xd7\x99\x88\x5f\x4b\x2f\x72\x27\x60\x2c\x80\x84\x9a\xce\xb7\xee\x50\xb9\x1b\x0c\x2d\x32\xb4\x8e\x7c\x21\x50\x44\xa2\xdf\x25\xe4\xb0\xac\x76\x68\x07\x7b\xee\x4d\xbc\x9c\x8c\x2e\x66\x0f\x08\x66\x37\x4f\xc7\xe7\xf7\x54\xde\xb9\x6c\x84\x82\x98\x93\x3d\x56\xe9\x1e\xbb\xad\xf3\xf8\xe3\x19\x1c\xd8\x06\x95\x47\x84\xd7\x10\x97\x98\xba\xcc\xed\x03\x68\x59\xc8\x7e\xd4\x17\x90\x04\xda\x59\xcd\x22\x0f\xbd\x4c\x8a\x73\x0b\x5a\xd8\x73\xfc\x3b\x17\x93\x04\xca\xd8\xd9\x51\xd1\xc0\x47\xd4\x49\xf3\x7c\xe4\x7e\x2d\x5c\x4d\x06\xe7\xe3\x97\x4d\xbb\x78\x25\xe2\xbc\x52\x24\xab\x4e\x51\x8a\x40\x9e\xbb\x81\xf1\x45\x08\x41\xba\xfb\x77\x42\x07\x4e\xac\x02\x3b\x40\x2c\x85\x0d\x9c\x84\x0d\xe8\xd0\xd9\xe1\x0a\x48\x30\xc5\xd5\x09\xb0\x88\x32\x98\x37\x19\x47\xaf\xc2\x9a\x00\x21\x01\x0d\xec\x61\x84\x03\xdc\x1a\xa1\x54\x54\xb1\xb2\x85\x85\xb2\x1e\x77\xc2\x47\x58\x0d\x20\x44\x54\x7b\xb3\xb8\x70\xed\xb8\x2f\x22\x67\x7a\x24\x12\x30\xb2\x23\xf4\x9d\xb9\x3b\xe2\x60\xe8\xf5\xf0\xc3\x85\x5f\x88\xdd\xe8\xc6\x58\xd1\x26\xea\x64\x42\x0c\xc1\x33\x3b\x31\x85\xbb\x5b\x7a\x4a\x30\xc9\x73\xf3\x14\xbd\x70\x04\x32\xb1\xe8\xb1\xb0\x6e\xbf\x3d\xf6\x91\x83\x01\x3d\xe9\x1f\xf9\x1b\x61\xa0\xaf\xf3\xa1\x04\x5c\x7a\x16\x94\x07\x42\x2d\xa6\x68\xf4\x93\x99\x2a\x4b\xba\x0b\x3c\xfb\x93\xb2\xa2\xde\x5b\x11\xd5\x8f\x88\xa4\xb0\x42\x0e\x9c\x17\x2d\x13\x4d\x00\xca\xcd\x7f\xbb\xf4\x9f\xe4\x08\xc5\x38\x2b\x86\x42\x79\x27\xf8\x3f\x13\xc1\xbf\xb3\x3b\x1e\x95\xff\x1f\x39\x05\x40\xe3\x10\x1f\x3c\x02\x5e\xb7\x9f\x8c\x64\x1e\x4d\xc3\x23\x30\x7a\x1f\xf3\x05\x89\x16\x57\xc9\x52\xe4\x8f\x94\xbb\x22\x9e\xe2\x09\x97\x24\xa2\x7d\xb0\x43\x64\x94\xc2\x82\x12\x57\x43\x74\x12\x1d\x2b\xa2\xe0\x05\xd5\xd6\x95\x65\xdd\xed\xda\x37\xe0\x65\xdc\x63\x67\xe6\x14\x0f\x3b\x8c\x06\xcb\xb8\x86\x58\xab\x32\xd3\xe2\xa9\x90\x5e\x8c\xed\x2c\x9a\xe4\xee\x58\x45\xbb\x0b\x86\x8b\x76\x44\x73\x78\x44\xf2\xf5\x5a\x98\x75\x78\x04\x48\xe3\x8f\x7f\x06\x0e\x19\xd0\x25\xca\x7c\x10\x67\xc3\xd1\xb6\x6c\x8c\x28\x42\xea\xaf\x50\xfd\xd2\x6c\x1f\x44\x0a\x26\x85\x9e\x1f\x5f\x7f\xf5\x99\x94\x14\x6c\xef\x80\xf7\x1f\x87\x01\x54\xb0\xd8\xc2\x7c\xa5\x22\x8b\x71\x34\x44\x6d\xa3\xf5\x20\xe3\x71\x94\x59\x98\xba\x97\x05\x4d\xe0\xf7\xce\x7e\x1e\x57\xab\x6f\x78\xd1\xa4\xde\xdc\xdf\x88\x74\x47\x4e\xbd\x44\x55\xf6\x32\x12\xb3\x7c\xb7\xf3\x7c\xa8\xf0\x02\xd4\x22\xac\x9c\x16\xa3\x2d\x92\x8d\x1d\x7e\x2d\x59\xcc\x23\x6a\xa2\x1d\xac\xb4\x99\xfb\xf6\x88\x36\xf1\xed\x11\x7e\xcb\x5b\xa5\xca\xc4\x31\xe5\x1d\x20\xf5\x36\x9f\xb9\x66\xbc\x9c\x88\x46\x4d\x9f\x45\x49\x4f\x74\x0b\x8d\xc4\x9d\xba\xe8\x65\xa2\x37\x2f\xeb\x92\x68\xfe\xe4\x88\xab\x14\x81\x08\xf6\x64\xb9\x01\xe3\x4e\x37\xa3\x31\xec\xe9\x3a\x28\xd3\xc5\xbc\x0d\x8d\xa6\x55\x72\xfc\x19\xcc\xc9\x68\x40\x42\xb4\x7d\x04\xd2\x1c\x74\x1d\x16\x22\xe9\x2f\x46\x9e\x6a\x88\x3c\x61\x7a\x27\xe1\xf6\x03\xf7\x48\xb2\x1c\xda\xc7\xc3\xff\x46\x39\x0d\xda\xac\xbc\x97\xb7\x4c\xef\xc8\x14\xdc\x31\x91\xcf\x45\x1d\xa5\x3c\x33\x89\xaa\x37\x34\x6b\xa4\x8d\xe9\x90\x96\x62\x97\x2c\x8b\xeb\xae\x62\x39\xf1\x7f\x29\xca\x4a\xd9\x59\x67\xde\xc0\x31\x8c\x40\x49\x21\x46\x5f\x09\x63\x48\xb7\x23\x35\x3d\x6e\x62\xce\x2b\xc2\x4c\x09\x0f\x56\x9c\x78\xe4\xe2\x34\xf1\xb7\xe0\x24\xae\x6a\xb9\xea\xbc\x78\x81\xbb\x14\x71\x46\x75\xb5\x15\x7c\x1f\x30\x84\x53\x39\x0a\x9a\x00\x22\xb2\x59\x01\x5b\x8c\x52\xa8\x6b\x78\xa2\x7b\xa4\xa9\xf9\x53\xbc\x43\x24\x36\xe1\xf1\x38\xdd\xb8\x40\xa3\x6e\xdc\xcd\x4d\x11\xfc\x92\x96\x23\x9a\xe1\x4b\xfc\x4d\xc4\xc9\x09\xe3\xb7\x0b\x96\x1f\x89\xc1\xbb\x18\x31\xf8\x5a\xee\x39\xa4\x6a\xbc\xe2\x96\x17\x41\x1a\xda\x12\xa3\xc1\xa6\x8b\x3c\x29\x9c\x1e\x1b\xb9\x79\xf6\xdb\xb1\x13\xd8\x23\xc9\xcf\x4e\x2e\x9e\x38\xe3\xf9\xf9\xcc\x77\xc8\x0d\x5f\x90\x9d\x01\x7a\x41\x74\x62\xdc\x29\x7b\x9a\xd8\xa5\x89\x42\x9b\x54\x9b\x11\x93\xc2\xed\x24\xb6\xf8\x3c\x74\x3f\xbd\x78\x6a\x63\x45\xbc\xd2\xda\xb2\x7f\x16\xf7\x8c\xd8\x99\xbb\xe5\xe9\x26\x57\xa1\x38\x4d\x04\xbd\x74\x14\xf6\x4e\x6d\xda\x8c\x35\x22\x22\x3b\xb1\x1d\x28\x32\xff\x07\x9c\xe4\xf5\xe1\xaf\x40\xb0\x06\xaa\xdc\xe3\x1a\x1e\xbd\x60\x88\x59\xbc\xc7\x13\x04\xdb\xcb\xf1\xbe\xc7\xab\x8e\x53\x72\x53\xc3\xff\x10\x36\x4a\x6c\xd2\xa7\x91\x51\x3c\xb3\x88\x7e\x9b\x18\x38\x9d\x78\xdf\x67\xb2\x0f\x24\xc4\x41\x31\x16\x9a\x74\x08\xa7\xa4\x3c\x9f\x48\x6f\x78\x18\x8f\x75\x76\xee\x70\x63\x64\x04\x4e\x7b\xeb\xa4\x28\xc1\x00\x42\x00\x84\x7b\x3e\x89\xc5\x16\x25\x03\xc3\x42\xf8\x53\x48\x54\x86\x6a\x70\xdf\x68\xf3\x50\xe2\xe1\xde\x7b\xb2\xe5\xbb\x38\x7f\x74\xf6\xe2\xf0\xcf\xe1\xa9\x27\xa5\x99\xb6\x24\xfb\xf8\xc4\x5b\x3e\x66\xc3\x0a\xf6\x8f\x38\x40\xf1\x4e\x4b\x40\xc4\x28\xd3\x17\x07\x27\xbe\x0c\x2e\x60\x31\x41\x26\xb4\x93\x3c\x95\x72\x64\xfc\xfe\x62\xb7\xf1\xc6\xcd\xbe\x47\x92\xe8\xf5\x8c\x05\xf7\x8f\x4c\x63\x82\xb6\xc8\xdf\xbe\x17\x03\x37\x95\xd8\x19\x06\xa1\x2c\x1b\x15\xc4\x86\x61\x2b\xd3\x58\xc7\xa5\x41\xaf\x0d\xd2\x5b\x3b\xd8\xf3\xb6\x7a\x8f\x9e\xb7\x15\x72\x41\x87\x5f\x1b\xd4\x51\xce\x67\x68\x63\x4b\x02\x86\x9b\xc5\x2b\xf9\x13\xdf\x13\xfe\x8e\x9f\x5d\x67\xf4\x3c\xb0\x22\x30\x51\xbb\x7c\x65\xf7\xaa\x29\xd6\xf0\x78\xd9\xc5\x9d\x1e\x4f\x57\x59\xa0\xd1\xdb\x9d\x07\xc8\x29\x5d\xc3\x7d\x87\x9d\x02\x90\x07\x83\x26\xd1\x91\x73\x4d\x92\x48\xb2\x80\x72\x06\x50\xf0\x15\xe8\xe4\x3e\xdc\x08\x67\x66\x15\xcf\x91\xdf\x6a\x8d\x4c\xe7\xf4\x00\x2e\xb8\x7f\x3b\x1c\x00\xba\x90\xba\x89\xdd\x3b\x49\x84\x39\x25\x11\x47\xd7\xaa\x86\xa1\x90\xcb\x08\x4b\x77\xc2\x70\xb0\xae\xbd\x3f\x43\x17\x10\xbf\x13\x39\x21\x2a\xd4\xb4\x73\x13\xf9\xba\xc0\xb5\x25\xf1\xc0\xad\x1e\x8c\xe4\xbe\x8c\xc4\xe4\x27\x33\x1a\x21\x49\xe1\xc9\xc9\x35\x3b\x0a\x54\x4a\x7e\x19\xe2\x02\xcb\x5f\x06\x9b\xe6\x25\xb3\x40\x05\x1f\x7e\x41\xaf\x6b\x9e\x6a\xcb\xf6\xdc\x7e\xbb\xd9\x44\x2b\xdd\x58\x6c\x31\x28\x31\xe9\xd0\x3f\x22\x9f\x6d\xf1\x5e\xc2\xaf\xe8\xed\xbc\x78\x5a\xb1\xcb\xf3\x2e\x7c\x0b\x1e\x9f\xb5\x46\x0a\x47\x07\x57\x96\xf9\xb6\xea\xaa\x6d\x63\x5a\x3d\x03\x6c\x02\x8f\xa0\x86\x06\xe0\x5f\x40\x39\xee\xc3\xb0\x36\x8c\x2d\x72\x14\xac\x1d\x7c\xab\xe1\xe4\xa0\x11\x5b\xa5\x8e\x77\x5a\x7e\x8e\xd6\xde\x91\x77\x36\x55\x16\x60\xb4\x45\x58\x02\x57\xdf\x2d\xc4\xa5\x9c\xf0\x1c\xa1\xec\x4c\xad\xb8\x2b\x62\x57\x1c\x2b\xcd\xd2\xc3\xac\xa5\x61\x67\xc2\x48\x1b\xc6\xb6\x8b\xc9\x7e\x95\x7a\xa3\xfa\xda\xe9\x37\x16\x0f\x59\xa7\x21\xe2\x71\x71\x99\x86\xc1\xc0\xd6\xc0\xc1\x83\x01\xf1\x1f\xcc\x2c\xb2\xa9\x66\x71\x0f\xf9\xd1\xfb\x0e\x16\x08\xc8\x16\x31\x7d\xa4\xa8\x0d\x4e\xd2\x29\x4c\xa0\x0b\x84\x1f\x26\x25\xbc\x42\x86\x6d\x8d\xc6\x3d\x0d\x53\x6b\xb1\xdf\x79\xa3\xf1\x51\x10\x39\x50\x13\x71\xaf\xf3\xd9\x5b\xd4\xa0\xa3\xaa\xe2\x7c\x85\x8a\x04\x15\x94\x15\x5b\xf5\x3e\xb1\xf7\x64\xd5\x16\x5a\xfa\x01\x21\xa6\xc8\xb6\xf0\x8d\xa5\xf3\x6a\x45\x21\x01\x6b\xb6\xbe\x12\xc3\x38\xb3\x59\xd2\x1a\x92\x43\x79\xa6\x7f\x55\xa8\x1c\xa8\x50\xf1\x4b\xb0\xda\x9b\x2e\x20\xb5\x00\x8b\x1d\xd9\x3f\xc6\x38\x02\x3e\xdc\x2d\xe7\xb7\xeb\x3e\x92\xad\xfe\x0f\xd5\x7f\xc4\x3d\xc3\x2b\xda\x68\x14\x9f\xf6\x68\xbe\x1c\x70\xc9\x49\x62\x2f\x23\xbe\xf2\xb1\xcf\xb0\x8e\x7d\xe6\xe3\xf2\x04\x6b\x27\x93\x14\x09\x59\x86\x37\x11\x61\x16\xab\xba\xd7\x80\xb6\xe5\x18\x39\xac\xe9\x9a\xa5\xb3\x4d\xdd\x65\x87\x5b\x00\xe6\x8c\x11\x47\x4e\xa6\x2e\x4e\xb1\x68\x1c\x90\x8f\x27\x39\xd9\x85\x55\xdf\x79\x4f\x3b\xef\x5c\x77\xf9\xd9\xb7\x4f\x5e\x22\x73\x0e\x43\xf7\xfe\xc3\xb1\xc3\x25\xfb\x27\xcd\x7d\x2f\xb4\x1b\xd6\x32\x61\xd6\x54\xb0\x4f\xb9\xab\xac\xc8\x1d\xda\xec\xdc\x60\x3b\xc0\x83\xf8\x86\x82\x95\x39\xb4\x9f\xba\xf1\xb1\x58\xd4\x99\x96\x9b\xa3\x58\x37\x19\x1b\xdd\xc1\x98\x63\xcf\x50\xd7\xb2\xa8\x9a\xc3\x1e\x26\x4a\x66\xb9\xc6\x84\xe6\x65\x4f\x1c\xa6\x87\xb3\x42\x9f\x05\x47\xfb\x07\x80\xbc\xf3\x00\x43\x6d\x06\x73\x65\xa7\x97\x8d\x04\x4c\xc8\x71\x3d\x5e\x55\x94\x11\xc0\x50\x81\xd2\x43\x22\x6a\x7f\xb3\x44\x55\x06\xd0\x4d\x48\x8d\x87\x0f\x9e\xc6\xa4\x82\xd2\x44\xb0\x62\xb2\x73\x81\xbb\x4a\x78\xf7\xff\xfd\xcf\xff\x75\x7c\x8a\xcb\x70\xda\xb5\x35\xfc\x25\xa2\x34\xd7\x20\x6e\x89\xb4\x12\x93\xa2\xc0\xb3\x11\x92\x89\xd4\x98\x82\x6b\x5a\xc6\x3e\x0b\xff\xb3\x47\x1f\x03\x8c\xdb\x01\x04\xad\x16\xfc\x86\xaa\x52\xfa\x1a\x29\x4e\xdb\x37\x84\x77\x66\xc8\x43\xd3\x71\x73\xfc\x73\xfc\xa0\x01\x7e\x5f\xbf\x59\xa2\xfe\x55\x2f\x30\x94\x40\xf1\xe2\xf0\xd3\xbe\x42\x25\x0b\x1d\xd7\xee\xaa\xb2\x82\xdf\x6b\x96\x5d\xe6\x57\x2b\xb6\x63\xa7\x97\x10\x26\x85\x3e\x30\xf2\x20\x38\x8d\x4c\xb2\xf0\x0d\xf2\xc0\xe2\x58\x2d\x1e\x33\xb3\x7d\x8f\x56\x6c\x78\x86\xb8\xbf\x0b\xf8\x3d\xd8\x31\x3e\x63\x28\x32\x1b\x6b\x82\xba\x87\xf1\x92\x2f\xf7\x08\x12\x60\x41\x12\x19\xcf\xc5\xfe\x35\xd7\xa6\x46\xec\x8a\xcf\x41\x87\x66\xc4\x9f\xcc\x66\x64\x6d\x7a\xca\xf6\xa5\xb3\xe4\xf9\x9a\x01\x66\xd7\x8b\xc3\x3f\xb7\xd7\xf8\x96\x6f\x2a\x24\x2c\x9c\x02\x1f\xbd\xd5\x3b\xb5\x5d\x7c\x03\x5f\x11\x5f\x88\x12\x1f\xa9\x3a\xb5\x95\x66\x80\x49\x7c\x28\x7f\xcc\xe0\xab\x5d\xbc\x84\xff\x0c\x23\x55\x60\x58\x8b\x3c\x9c\x45\xad\x56\x1a\x75\x0b\x1d\xb2\x8d\x1d\x00\xed\xe0\x1e\x01\x06\x69\xa0\xe6\x33\xd5\xae\xc9\x7f\x62\x07\xb8\x18\x8f\x29\xfd\x0b\x2b\x52\x6b\x65\xa1\x9c\xa2\xb8\xa0\xd6\x97\xb4\x87\xad\xc2\xb8\x2c\x3d\xff\x80\x1d\xa6\x50\x27\x8f\xe1\x5f\x5c\xa7\xb5\xe1\xef\xe4\x24\x81\x90\xe8\x23\xb1\x76\xd0\x44\xe7\xd3\x1d\x01\x02\xe8\x4d\x44\xf6\xcf\x5c\xe7\xf3\x7c\x10\xee\x7b\xee\x09\x51\xac\x33\x80\x0d\xca\x31\x1e\xf6\x76\x4d\x37\x85\xbf\xe1\xe3\x00\xd7\x8b\xde\x04\xff\x71\x87\x32\x81\xad\x5e\x3c\x03\xba\x89\x48\x30\x57\x80\xea\xb4\xc5\x23\xd5\x29\xff\x85\x1d\x57\x9e\x91\x64\x06\xb8\x10\xd8\x4e\x57\x02\x07\xd6\x95\x20\xdb\xee\x7d\x40\x30\x68\x0d\xf1\xf1\x4e\xee\x19\x15\xcc\x07\x7b\x10\x95\x35\x48\x05\x42\x31\xd0\x60\xbb\x42\x0b\x44\x0c\xb0\x86\xcd\x68\x97\xd2\xc4\x53\xc0\xc3\x30\xcf\xa8\xd8\x6f\x27\xef\x66\xd6\x74\x28\xc5\xe6\x77\x39\x04\xb7\x1d\x80\x86\xcd\x03\x03\xda\x2c\xb3\x3e\x80\xc2\x5b\xe9\xb6\x33\x36\x6d\xca\x58\xb4\x98\xcf\x41\x37\x7a\x7d\x45\xc1\x35\x22\x58\x78\x46\x31\x36\x0f\x1a\xd9\xa2\xed\xa1\xa5\x20\x47\xc3\x71\x79\xb0\xe1\xb0\x50\xc0\xe7\x4a\x89\xa4\x50\x5d\x5b\xad\x48\x7a\xe8\xc0\x18\xc3\x2c\x2e\xc9\x95\x2b\xaa\x2b\xcb\x4d\xda\xca\x91\xf5\xe6\xe2\xe5\xbe\x56\x6b\x9d\xf8\x3a\x05\x68\x8c\x4b\x94\x74\xe2\x76\x30\xe9\x8a\x56\xae\x53\xab\xc5\xdd\x52\xd6\xcb\x57\xc2\xa5\x72\x45\xf9\xfa\x08\x72\xe0\x16\xcf\xb2\xf1\xc5\x85\x40\x56\x2d\x89\xc0\xee\x3c\x8a\x76\x03\x8c\x08\xef\xbc\xea\xc4\x71\xc9\x4b\x07\x8d\xf3\xd9\x89\x29\xfa\xac\xaa\xdf\x8e\x13\xb7\x13\x23\x10\xdb\x0a\x20\xa2\xb6\xf1\x50\xf2\xce\xc9\xc3\x92\xd6\xf0\xd4\xdb\xc8\xf7\x39\x3a\xcc\x09\x06\xf4\x31\x28\xbc\xd2\x61\xb4\x82\x95\x88\x50\xc0\xcc\xdc\x98\x3e\x1a\xa8\x45\x16\x0f\x89\x80\xb1\x6a\xbc\xc5\xe5\x72\x75\x43\xb5\xf0\x81\x2a\x4d\x90\x42\x8e\x55\x41\x61\x06\x2c\x12\x3a\xd6\x62\x95\x67\xc8\x37\xc0\x9a\xf9\x60\x2b\x59\x1d\x4b\x4e\x01\xf0\x86\x34\x6a\x6c\x15\xb0\x78\x8e\x71\xb3\x6c\xc7\x88\x87\x98\xfc\x31\x20\x3c\xae\x0e\x48\x11\xde\x1a\x05\x63\xf9\x37\x9b\x11\x30\xb0\x48\xc4\x45\x2f\xef\x8d\x41\x46\x6b\xe3\xdb\xe0\x2b\x93\xac\xfb\xb7\xd4\xde\x19\xdb\x21\x2e\x45\x35\x09\x75\xbd\x26\x6f\xe5\x5b\x3b\xf3\xf0\xd4\xdb\xb0\x02\xde\x34\xda\xa0\xc5\xdd\xef\x3f\x7f\x6d\x59\x93\x42\x37\x8e\xb6\x29\xa8\xa5\xbe\xff\xdd\x6b\x7b\xe7\xc1\xdd\xef\xbf\x78\x4d\xb1\x8f\x06\xf5\x97\x1b\xf5\x46\x2f\xa4\x2a\xb7\x85\x0d\x50\x3d\x07\xbc\x6f\xf5\x75\x65\x7a\xeb\xa3\xac\xa1\x2e\x0e\xe8\x84\x08\xc5\xbc\xeb\xe0\x4d\x66\xed\xa8\xf3\xd0\x4e\x91\x02\x09\xcf\x46\x70\x42\x29\x45\x82\x13\x7c\x8b\xfd\x6e\x29\x6b\x60\x11\x65\xf0\x0a\x88\xa7\xa0\xab\xcf\xe5\xc8\x18\x75\x8b\x1f\xfc\x1a\xe1\xe4\xab\x12\xa7\x0e\x93\x71\xe2\x93\x7f\xe0\x5f\x0f\x68\x5e\xb8\x10\x3f\xf8\x9e\x8c\xd7\x61\xc9\xb5\x0f\x4a\x35\x64\x7b\x7a\x64\x1a\x12\x2c\x46\x3f\x16\xdf\xe0\x80\xdb\xb4\x44\x46\x24\x10\xa7\x3c\x22\x0a\x59\x90\x00\xb7\x9a\xd6\x84\xa1\x5e\x68\xb5\x6a\xab\xbc\x6c\xb2\xa5\x36\x05\x17\x64\xec\x8e\x8b\x03\xcc\x96\x18\xd7\x47\x16\x18\x75\x36\xbf\x6d\x81\x78\x44\xd2\x0a\x76\x4f\x47\xe5\x37\x37\xc3\xd4\x04\x90\xac\x1b\xde\x2e\x67\xdf\xac\x3d\x06\x23\xcd\xe5\x4e\x88\x9d\xdf\xd8\x3a\x10\xaf\x18\xa2\x8f\xa9\x1f\xdf\xa3\xf3\x91\x35\x14\x19\x88\xfe\x66\x81\x84\x3b\x9a\x24\x5c\xbd\x88\xa5\x09\xae\xc8\x39\x2a\x6e\x88\xc5\x02\x1c\x1f\xfb\x25\x22\x7b\x86\x7e\x76\x1c\x16\x2f\xae\x51\x35\x4b\xe7\x93\x42\x9c\x04\x87\x3e\x53\x6d\x57\xa1\x4d\x48\x2b\xd1\xc4\xe0\x84\xa1\xbf\xb9\x9a\x17\x23\x8e\xa6\x89\x4a\xf9\x1b\x72\x69\x8f\x02\x2d\xc8\x31\x6f\xe3\xcb\xac\xcb\xaa\x5b\x9c\x95\x55\xbc\xf1\x99\xf1\x98\x1b\xa3\xba\xce\xc9\x03\x7e\x58\xbb\xc4\xcd\x27\xa7\x11\x18\x06\xd6\x93\x16\xb2\xbd\x0d\x04\x85\xe9\x70\x5f\x75\x4e\xf7\x71\x79\x38\xf7\x74\xab\x83\xc2\x3c\xa3\xae\x18\x7a\x64\x5e\x5c\x20\x16\x99\x4e\x53\x93\x94\x25\x3e\x54\x21\xe4\xca\xe8\x70\xc7\xb4\x3a\x1f\x82\x15\xf9\xbe\xe8\x70\x12\x12\x04\xbd\xe1\xba\xaa\x55\x2c\xef\x0f\x22\xe1\x30\x4d\x92\x79\xd5\x64\xa5\x55\x21\x4b\x8a\x14\x06\xbe\x91\xf3\xe2\x0f\x3d\x39\xc0\x39\xa5\xbe\x68\x01\xc6\x47\x10\xd4\x95\xbe\xeb\x5b\x94\xc9\x11\x46\xf5\x07\x51\xb0\x6a\xf4\x1b\x03\x07\x12\x2f\x15\xc8\xfa\x98\xa9\x92\x32\x54\x0c\x2a\x38\xdb\x6c\x16\x46\x9c\x0b\x9e\xca\x96\x4c\xbc\x50\xe6\x6a\xc7\x01\x79\xd1\x3c\x34\xe9\xaf\xe0\x21\x74\x9c\x5e\xe1\x04\x10\x58\xb9\x90\x20\x85\x2c\x24\xb7\xa1\xe9\x79\xd6\xf6\x0a\x18\xb6\x05\xfe\x27\xef\x93\xff\x5d\xac\xa5\x3b\x29\x4e\x58\xd0\x8c\xf5\x74\x53\x37\x28\x04\xec\x6b\x58\x9d\xe7\xa8\xab\xd1\xe8\x17\x4b\x7a\x87\xb9\x87\x00\x46\x1f\x68\x9c\xce\xf8\x6e\x88\x16\xbf\x82\x2d\x27\x1b\x06\xef\x10\x4c\x13\x85\xa7\x94\xc3\x91\x09\x87\x8b\xa3\x45\x23\xb3\xe2\x4a\xab\xd2\x39\x84\x57\xdb\x9e\x04\x4a\xdc\x03\x1a\xf1\xc7\xb1\x1a\x17\x3f\xfc\xde\x5b\x67\xec\x92\x05\xb2\xce\x63\xdc\x5a\x2d\x0b\x4a\xb1\xc6\xbe\x8c\x9f\x7f\xc0\x97\x9f\x51\xc3\x9f\x21\x0d\x50\x0a\xee\xfc\x07\xfa\xc1\x18\x54\x16\x8f\x59\x07\x96\x45\x8c\xec\x3c\x21\x08\xde\xc6\x3f\xca\x51\x5d\x63\xb8\x0f\xec\xa1\x74\x0c\x2a\x9e\xfa\xaf\x50\x24\xe0\x30\x34\xfd\x4d\x6f\x85\x7c\xfd\xc2\x7f\x95\x76\x77\xba\xdd\x3a\x22\x80\x9b\xa7\x96\xe1\x6d\xf8\xbb\x5b\x86\x9a\xff\xf8\xda\x1d\x44\x60\x39\x96\x0e\xdd\xd2\x55\x3f\x95\x1f\x4c\x76\xc6\x40\x29\x33\x1e\x4a\x90\x9d\x87\xcb\xe6\x24\xfc\x62\x5b\x69\x1c\x88\xbc\xd8\x70\x22\x68\x2e\x91\x93\x12\xbd\xd5\x8a\xcd\x69\x92\x93\x4d\x87\xc4\x87\x64\x53\xa9\xca\x53\x96\x76\x9e\x2c\x10\x10\x82\xf0\x0f\xb6\xc8\x84\x66\x74\x58\x04\x80\xa4\x38\x49\x2f\x88\x13\xb8\xad\xdc\x38\x8f\x2b\x03\x39\xab\xe0\x3a\x90\xd2\x9b\x42\x4a\x92\x0b\xc5\xa0\x91\x56\x91\x05\xd7\xaa\x15\x10\xf6\x17\xfa\x17\xd2\x68\xfa\x31\x07\x6b\x43\xd6\x8c\xa3\x50\xcd\xcd\xa0\xb2\x80\x06\xf4\xfa\x0d\xfa\x26\x9c\x78\x37\x1d\x0f\x8a\x1a\xd9\x1a\x23\xfd\xb2\xf3\x88\x37\x62\x02\xac\xb9\x45\x59\x61\x22\x82\x02\xba\x1b\xfd\x1e\xb6\xe4\xa3\x23\x84\x26\x02\x53\x38\x11\xc4\x62\x1e\x49\xa8\x66\x49\x3a\x1c\x5a\x9e\xc8\x84\x25\xdd\x88\xe0\x7a\x2c\xeb\x94\xc5\xeb\x89\x9a\x23\x91\xfe\x07\x5b\xcc\x3d\x9a\xc7\x9b\x05\x08\xb8\xad\x57\x64\xd8\xcb\xb3\xb7\xd3\x3d\x0d\xe3\x73\x52\xb3\x28\x89\x83\x57\xa2\x96\x06\xd9\x19\xdb\x9a\x1a\xdf\x15\x8e\x9e\x92\x36\xcc\x8d\x25\xa8\x85\x0f\xd5\xc8\x6d\xa7\x13\xdd\x37\x72\x39\xa9\x0e\x61\x20\xbb\xf8\x21\x97\x1c\x4f\x1e\x63\xa1\x54\x1d\x0e\x8c\x6c\xcc\xf0\xd1\x84\x81\xc2\xcb\xd3\x45\xd1\xa2\x70\x14\x44\x06\xa8\xe2\xde\x3f\xdc\x2d\xef\xe3\xd9\xe0\x07\x71\xa0\x70\xf3\x8e\x97\x99\x95\x2b\x5d\x1e\x9c\x92\x76\xc7\xc8\xe2\x90\x90\x09\x15\x3b\x25\x28\x9c\xff\x30\x8b\x04\x82\xe1\xb9\x63\x49\x51\x54\x32\x94\x66\xc4\x92\xc4\x09\x91\x46\x0e\x50\x32\xa3\x50\xa2\x23\x6d\xd2\xad\x59\x96\x3d\x9c\x22\x92\xd7\xd0\x69\x57\xef\x07\xbd\x7b\xe6\x20\x6f\xd5\x71\x1f\xe9\x3c\x80\x30\x58\xe1\xc3\x82\x7e\xfa\x40\xd0\xf2\x8c\x44\x19\xbe\xf5\x46\x4a\x64\xab\xe1\x49\x92\x79\xd2\x76\x2c\x3f\x1a\x2e\x08\x13\x89\x2f\x0f\xbf\x74\x7d\x9d\x14\x0c\xb4\xbf\x71\x99\x9b\xe5\x05\xce\xb0\xb8\x27\x31\x08\xeb\xfb\xe9\xa4\xb4\x6a\x9d\xcc\x2b\xfa\xee\x83\x30\x49\x23\x4b\x8e\x09\x88\xe2\x7a\x0a\x0d\xe8\x55\x2b\x18\x2f\x90\x95\xf2\x14\x8c\x89\xac\xc6\xc4\x61\x5a\xd5\x5b\xc3\xa6\xd9\x9f\x2a\xf8\xdf\xf1\x6e\x77\x5c\x96\x9f\x8e\xcc\x3b\xb2\x8f\x61\xc9\x8f\xb7\x51\xf4\x4e\x06\x39\x22\x8d\xda\x70\xc4\x6a\x40\xe3\xf9\xf2\x21\x44\xb4\x45\xb4\x5e\xfa\x5a\x15\x2b\xef\x2e\x67\x38\xb2\x23\x57\x3d\x42\xf3\xdb\x8a\x0e\x3b\x9b\xe7\x88\xb3\x23\xf9\x38\xba\xa0\x1b\xbd\xcd\xb7\x30\x23\xfc\xa3\x22\xa1\x8c\x65\x77\xbd\x51\x03\x05\x00\x1a\x8c\x72\x62\x25\xdc\xe3\x37\xb9\x0c\xe3\x24\xf5\x60\x2d\xc6\xa9\x69\x7a\x7e\xb8\xc7\x96\x95\x36\x68\x60\x91\x3d\x2e\x50\x13\x31\xfe\x08\x75\xad\x48\xab\x8c\x12\x16\x47\x5f\xfb\x20\x1d\xce\x42\xea\x8f\xa3\x64\xf6\xd8\xc0\xdc\x12\x90\xcc\x70\xca\xca\x7d\xf6\xb6\x7a\x53\x2d\xfe\x09\xfe\x43\x7f\xcd\xdf\xea\x1a\x19\xb4\x38\xe6\x83\x29\xb0\xe4\x93\xa4\x9c\x67\x8d\xd5\xd8\xf1\xb6\xee\x31\x9c\x1e\x7a\xa4\x8b\x35\xd0\x16\x4f\x02\x46\x2b\x23\xdf\xc9\x75\x2f\xec\x3f\x3b\x2c\xc2\x84\x7f\xd4\xcc\x82\xfb\x58\xcc\xc8\x6d\xb4\xcd\xe1\xa7\x63\xc2\x72\xf5\x15\xc6\x92\xa3\x1e\xe5\x68\x6f\xaa\xd6\x62\xa0\x8b\xad\x23\xf1\xa2\x80\xdc\x4e\x5e\x43\xf0\x49\xf4\x7a\xfa\x22\x74\x33\x15\x38\xaa\x39\xa9\xc2\x2e\x2f\xbe\x65\xb2\xf6\x4d\x00\x9c\x79\x83\x88\x00\x9c\x52\xe2\x8c\xbd\x23\x5b\x61\xfa\x9d\x7c\x07\x9e\x86\x55\xcb\x01\x1c\xbc\x64\x8d\xb7\x3e\xe0\x0e\x99\x1c\xc5\x33\xa3\xae\xe5\x50\x27\xdd\x92\xc1\xac\xf4\x89\x47\x68\x71\x17\x0e\x46\xe9\xe4\x0e\x81\x7c\x00\xc4\x4c\xf0\x74\xf2\xb1\xb5\xe5\xaa\xef\x3a\x3c\xc2\xcc\x7a\x26\x93\x74\x65\xcf\x47\x66\xc9\x76\x6c\x71\x03\x72\xae\x2f\xa6\xe0\xd0\xfd\x64\xad\x97\x9f\xb3\x82\x9b\xed\x89\xa0\x80\xf7\x47\x86\xc7\x04\x2e\x4a\x03\x84\xbe\x4d\xbc\x17\x12\x47\xf8\x79\xd8\xc3\xa5\xaa\xd1\xde\xe5\xc6\xbd\xdb\xd9\xf3\xeb\x1a\x87\xf3\x85\x55\x24\xd4\x54\x6c\xf3\xed\x5b\xf2\x62\x3f\x1b\x2d\x2b\x0b\x43\x83\x29\x72\xba\x51\x18\x28\x6c\x32\xb4\xbd\x2b\x98\x73\xb0\x5a\x40\x32\xfb\xbc\x24\x8a\x6e\x46\x14\x3b\xff\xe0\xa7\xc5\x03\x5d\x19\xf3\xc6\x2e\xfe\x49\xaf\xe8\x8f\xf0\x7d\x5b\x75\x5c\xf4\x18\xff\x2b\xd1\x98\x43\x31\xb0\x60\xd5\x7a\x3a\x34\xff\xc3\xc3\x4f\x50\xae\xa2\xf6\xbc\x4f\x62\x71\xce\xa1\x03\x43\x91\xb8\xa5\xf9\xc6\xc6\x1d\xe7\xd2\xa9\xb1\x43\x15\x92\x34\xa9\xd3\x60\xa7\x03\xa7\x0b\x4f\x59\xe5\x0c\xcb\x52\xa7\xc1\x81\x56\x79\x1e\x9a\x56\xe5\x35\x62\xfd\x72\x7a\x72\xea\x9a\xda\x2f\xe3\xe9\xe1\x9e\x32\x3e\x7a\x1c\x85\x5b\xa5\x43\xc1\xc2\x2b\xb6\x5a\x69\x9d\x17\x87\x7b\x8b\xe4\xf5\xda\x79\xfc\x64\xa2\x46\x7b\xa0\x8c\xf4\x3b\xb4\x84\x51\xf5\x92\x70\xe4\x77\xa8\xc7\xa4\x56\xe5\x7b\x00\x4e\x00\x7d\xd0\x65\xf9\x8a\xb2\x26\xfc\x7e\x0b\x38\x8f\xfe\xdc\x26\x01\x41\x39\x48\x6d\xab\xd1\xae\xc2\xdb\x63\x89\xdf\x25\x36\x2f\x81\xe0\xd7\x68\xb2\x8a\x66\x82\x28\xd5\x5e\xa9\x68\x35\x59\x6c\x92\xaf\x8c\x23\xa3\x24\x8e\x91\x2e\xee\xf8\xe7\xe7\x0e\xb4\x41\x01\xa2\xc7\x57\x81\xda\x5b\x02\xf6\xc4\xe4\x05\xbc\x1c\xf4\xa9\x90\x4f\x32\xe1\xa8\xba\x14\xd0\x14\x33\xba\x07\xfd\x51\x39\x30\xf5\x6f\x6e\x23\x8e\x7b\x4a\x04\xbc\x18\x23\x01\xa9\xac\xd0\x1c\x87\xad\xa0\x48\x8e\x4e\xd8\xe6\x4f\xe8\xdf\xfa\xe7\xe2\x4f\x78\xe8\xe0\x1f\x78\xd4\xf4\xbb\x3f\x3b\x4e\x3b\x31\x5a\x32\x51\x8c\xdb\xc3\x2f\x4d\x09\x98\x0d\x07\x4a\x85\xc8\xae\x11\x83\x21\x4c\xdf\xc4\x11\x26\xee\x23\x5f\xf3\x54\xe6\xe1\x8c\xdd\x5d\x28\x66\xaf\x4a\xc3\x03\xee\xdc\x4b\xa2\xa3\x58\xe2\x7d\x6b\x97\xef\x51\xff\xf7\xdf\x0d\xa3\xbc\x0b\xe0\x41\xb7\xd1\x2a\x51\x4e\x10\x0a\x00\x82\x0c\xb5\x65\x63\xb0\xbd\x21\x43\x30\xb4\x29\x34\x0d\x3b\xd8\xb0\xa4\x76\xc4\x00\x30\xc6\x9c\x31\x76\xd6\xe2\x6e\xcb\xf1\x31\x18\xb1\x46\x58\x0e\x25\x11\x9d\x48\x24\x28\x5c\x0f\x33\x71\x51\xeb\x28\x7c\x62\x27\x90\x7a\x50\x71\xb0\x93\x6b\xdf\x10\x3b\x09\x8a\x51\xd0\xc8\xa0\xa3\x66\xe7\x14\x6f\xb3\x50\x51\x10\x51\xcf\xbe\xd2\xf3\xdc\x61\x6c\x9e\x61\xe7\xfc\x74\x59\x78\xbb\x8e\xb9\x85\x88\xfb\x43\xf4\x95\x0d\x26\xb3\x2f\xf9\xb7\x8e\xcc\x19\x74\x8f\x0c\xcc\x05\xec\x0e\x26\xdd\x22\xff\x49\x5e\x0f\x07\xcd\x0e\x09\x65\x12\x8e\xc1\x8f\x4f\x80\x2a\xe7\x3b\x18\x0d\x2e\xf5\xc7\x8b\xef\x1b\x45\xb0\x58\xbc\x94\x3f\xf0\xf5\x0f\x81\x30\x86\x80\xe2\xef\x11\xa0\x87\xab\xc5\x97\x8c\x4e\x50\x1f\x45\xce\xa1\xcf\xf8\x96\xa7\x21\x38\x22\x2a\x12\x8f\x2b\xe2\xbf\xaa\x63\x73\xc7\x2c\xd6\xf0\x70\x2c\xf1\x9e\xf2\xb9\xc2\x9d\x84\x7d\x2d\x43\xae\x01\x09\x84\xe3\xae\xc5\xc6\x10\xfd\x16\x05\xa2\xc1\x88\xac\x25\x69\xcd\xa6\x3b\xf8\x5d\xd2\x81\xa7\xc4\xd1\x3b\x10\x69\xe6\xd1\x9e\xc4\x27\x28\x9d\xad\x9b\xaa\x18\xd1\x19\x2b\xc1\x6b\xec\x58\xef\x88\x00\x45\xd3\xf1\x84\x58\x0a\x0e\xbd\x83\xd1\x32\xba\x4c\x84\xe5\xdc\x3a\xe5\x04\x49\x1e\x09\x7f\xc2\xbf\x1c\xbc\x9f\xa4\x90\x38\x61\xda\x8d\x83\x01\xc3\x44\xfe\x29\x79\xb8\x22\x48\x97\x10\x8b\x7d\xb8\x82\xcf\x12\x12\x7f\x3d\xe5\xfb\x90\x36\xf8\xf1\x13\xc3\x41\x94\x17\xa1\x0d\x96\xba\x8d\x02\x1c\xed\x2e\xde\xd8\x27\xb8\xb6\x92\xed\x40\xd8\xae\x22\xce\xb0\x10\x9e\xfe\xbb\x43\x32\x21\x63\x8e\x9c\xd8\x90\x2b\xe5\x21\x97\x58\x76\x28\x9e\x0f\xac\xc6\x1e\xb9\x32\x59\x78\x0d\xa2\x84\x12\x03\xd2\x0c\x72\x6a\xed\xb8\x9f\x1c\xa1\xc8\xd2\xe1\x55\x18\x2e\x9d\xc4\x0b\x46\x34\xf5\x5e\x0d\x86\x14\xaf\x5a\x8e\xe1\x3e\xde\xe5\x64\xba\xd9\xdf\x8d\x60\xce\x98\x05\xc8\x3c\x45\x60\x6b\xba\x9e\x8c\x39\x73\x0c\x21\x36\xdb\xc4\x6f\x86\xa3\x43\x74\xef\x51\x60\x8f\x8f\x12\x25\x7a\xa1\x23\x57\x22\xdc\x9a\x48\x3d\x3a\x3d\x64\xb2\x22\xc5\x43\x74\xa9\x47\x10\x15\xda\x38\x4b\xdc\x93\xa3\xcc\x21\x02\x2f\x33\x72\xa8\x2c\xb9\x40\x22\x62\x8f\x56\xe3\x44\xab\xa9\xfd\xe1\x6f\x68\x8e\xe2\x05\xca\x1f\xe8\xff\x77\xb7\xf5\xcf\x3e\x1d\x23\xdd\x0b\x3d\xc8\xbe\x4d\xb6\x00\xde\xb7\xac\x94\x8f\x07\x76\x6b\x87\x5f\x70\x87\xd7\xb1\x8f\xd5\x8e\x6c\x20\xb2\x6e\x62\x49\x35\x12\xf3\x03\x37\x0a\x33\x82\xd9\xbd\x4b\x6c\x14\xce\x29\x19\x4d\x7c\xe1\xd2\x67\x6a\x5c\x28\x31\xc5\x9e\x04\xbd\x21\xc6\x37\x08\xc9\x3e\x46\xee\x6c\x08\x9c\x31\x75\x6b\x3d\x52\x65\x1d\x3a\x49\x50\xc9\x4b\xc9\x43\xec\xd4\x1b\xa2\x77\xf9\x3d\xfc\x06\xcd\xff\x0b\xf7\xce\x71\x68\xda\x91\xd6\xdc\x73\x7c\x42\x3e\x29\xc3\x15\xa3\xa8\x74\xee\xb1\xcc\xbd\xe2\xe3\xc7\x3d\x72\xf2\x1a\x75\xee\x8a\xb8\x26\x8c\x99\x1a\x59\x0a\x04\xdf\x6c\x40\x25\x34\xaf\xc8\x76\x60\xba\x5e\x24\x33\xa3\x37\x2b\xba\x51\x99\x2b\xff\xf0\xb4\x25\xfd\x7b\x6f\xe7\x21\x37\x6c\xda\x09\x95\xf5\x7a\x6c\x84\xa3\xf5\x22\xbd\x45\xf0\xe7\x60\x0c\x89\xa8\x87\x8c\x7b\x55\x14\xc1\x20\x62\xbd\x25\x87\x51\xb2\x1f\xc3\xbb\x1b\x0b\xda\x62\xaf\x68\x37\x2a\x16\xec\x4d\x2d\x5d\xbe\x6a\xee\xc2\x46\x6b\xc6\xd6\xb1\x1c\x16\x3f\x36\x59\x0c\xe6\xb2\x3e\xd4\xd0\x3c\xaa\x46\x11\x13\x83\x57\x06\xea\xeb\x56\xd9\xca\x27\xd9\x00\xc3\xbb\x21\x9e\x02\x9e\x2c\x20\xa1\x72\xe2\xb5\x6e\x58\x84\xe5\x87\x3e\x4f\x78\xc0\x16\x4d\xad\xb1\x7b\x8e\xab\x1d\x47\xe1\x63\xb2\x45\xe2\xed\x0d\x42\x37\x52\xb0\xe3\x84\xec\x4d\xe3\x41\xdc\xd2\x2d\x9e\xce\xb7\x2c\x1a\x89\x0e\xb4\x08\x4b\x32\x19\x8a\xf0\x5b\x2c\x2d\xe1\x40\x51\x40\x5e\x3a\xc1\x4a\x08\xeb\xe0\xb3\xce\x38\x36\xd3\x8a\x8b\x9d\x0b\xa2\x52\xb2\xfc\x95\xf8\x6a\x52\x97\x14\xc0\x3f\xa0\x60\x00\x4e\x14\xda\x54\xad\x09\x96\x1d\x93\x8b\x3f\x30\x60\x28\x89\xc0\x43\x56\xa0\x12\xbd\x13\x39\x52\xb2\xc6\xe8\x7d\x43\xd5\xd1\xc5\xf9\xe5\x4b\x21\xd7\x70\x37\x10\x00\xb1\x16\xe5\xad\x0a\xc4\x01\xa0\x35\xf4\x5a\x6a\xe7\xc5\xa5\xaa\x56\x8a\xcf\x39\x06\x8b\xa3\xf8\x0f\xb7\x7a\xdd\x15\x64\xed\x0f\x1b\xe0\x56\x84\xc3\x39\x04\xca\x88\x3f\x87\x9b\xe9\x28\x99\xc1\x6a\xe7\x90\xce\x6b\x8e\xc1\xe9\x72\x49\x1d\x22\x8b\x45\x04\x4e\xa4\x67\x42\x9c\xb2\x69\x09\x5a\x11\x78\x4b\xf4\x42\x42\x95\xeb\xad\xc2\xd8\x8c\x83\x98\x04\x93\x43\x70\x57\xcf\x75\xec\xa8\xb5\x89\x27\x45\xea\xcf\x29\xc1\x07\xc0\xa2\x94\xfd\x86\x32\xa9\x42\xcf\x64\xf4\x82\xd3\xf8\x00\xbc\xe0\x20\x17\xdd\x5b\xb9\x91\xd3\x24\xae\x9d\x64\x05\xfd\x1c\xd0\xe1\xc5\x3a\xe6\x8b\x43\xfa\xda\x91\x9c\x97\x44\x81\x4e\xac\x76\xd6\x75\x40\x35\x34\x52\x57\x2d\x8f\xb6\x22\x92\xa2\x4d\x55\xab\x64\x69\x2f\x38\x87\xde\xce\x90\x93\x64\xbd\xc5\x28\x1f\xc8\x41\x34\x64\x51\xeb\x12\x49\x5a\x12\xc5\xc0\xbb\x8f\xe1\xac\xa6\xb6\x69\x38\x52\xa7\x96\xbd\x8c\x0f\xf8\x18\x18\x59\x90\x8b\x29\xb9\x8d\xd2\x88\x7a\x10\x56\x31\xd9\xc5\xa9\x5a\xa1\xb3\x36\xe5\x72\x18\x00\xed\x39\x5e\xf3\x42\xe2\x36\x0f\x01\x56\xa6\xbc\x59\xbc\xc4\x0c\x15\x43\xe9\x6a\x82\x34\x24\xe1\x1d\xb1\x9f\x1b\xd4\xe0\x92\xb0\x0d\x35\xae\x18\x32\x67\x8f\x98\x8e\x68\xd1\xeb\x20\xab\xd0\x24\x5b\x4f\x52\x98\x31\xba\x91\xfc\x2e\x94\x4e\xc5\x45\x80\xe0\x38\xef\xb2\x29\xe4\x65\xde\xc6\x11\x9a\xb2\x54\x50\xf3\xc1\x68\xc9\x92\xcc\xc5\x88\xc2\x7b\x83\x3b\xee\xa2\x6b\xb1\xa2\x08\x25\x77\x47\x45\x1c\x51\x85\x75\xdb\xbb\x7d\xed\x9c\xe2\xd4\x9e\x63\xf5\x93\x3a\x49\xbc\x8f\xe2\x0a\x80\xc3\xc8\xcc\x47\xa8\xf8\xc0\x53\x91\x01\x08\xad\xe8\x70\x64\x89\x3f\xf7\xe3\xe4\x00\x3b\x90\x41\x88\x95\x21\xa8\x50\x7a\x52\x23\x92\x43\xa7\x60\xd1\xab\x10\xdf\xc1\x09\xcc\xca\xf2\x3f\xc4\xaf\x99\xb8\x0f\x45\x8f\xb2\x25\x88\x25\x4a\x40\x18\xf5\x15\x9f\x7c\x52\xbf\xd1\xdb\xef\x70\x79\xd5\x70\x22\x67\x9b\xc4\x1f\x73\x79\xf0\x02\xa6\xe7\xc4\xab\x51\xd2\x37\xe1\x63\x86\x0a\x31\x4e\x23\xd0\x16\xf7\x7e\x7f\x79\xfe\xfc\x48\x86\xf9\xee\xf8\xed\xdb\xb7\xc7\x58\xfb\xb8\x6f\x6b\x34\xdc\x2a\x75\x29\xe3\x3e\xc2\x2c\x71\x0f\x74\xb7\xfe\xea\x33\xf8\xf7\xfe\xbc\x20\x2b\xec\x94\xdf\x77\x2f\xac\x37\xf9\x52\x62\xe2\x3a\xfd\x30\xf8\x17\xf2\x5b\x74\x0a\xcb\x5e\x05\xb9\x5c\x21\x87\xa0\x8b\x86\x1e\x13\xa9\xb8\xad\xa9\xbf\x66\x08\xa3\x13\xd1\x3b\xeb\x56\xa3\xdf\x00\xfe\x13\x7f\x07\xda\xe7\xcd\x30\x4e\xa1\x8f\x0d\x9f\x01\x02\xf6\x69\xe2\x8c\x86\x87\x5f\xd6\xe8\x74\x99\x41\x79\x1b\xcf\x48\xde\x8e\x1b\xc9\xc7\xe5\x0f\xac\x5c\x95\x9d\x1d\xee\x8c\x12\x3a\x43\x6c\x9e\xe4\xa8\x7d\x9d\xb7\x45\x1e\x6c\xa6\xa9\x6f\x16\x27\xc0\x05\x62\xb4\x35\x87\xf6\x79\x2f\xb1\xdc\xe9\xba\xf2\xba\x94\x5a\x01\xc5\x92\x37\x64\x88\x27\xee\xb0\xb4\x76\x8e\x27\x47\x2e\xd9\xf3\xe2\x83\x06\x38\x26\x22\x79\x0f\xea\x63\x94\x4c\x73\x46\x21\xbc\xca\x64\x9d\xe9\x12\x50\x98\x61\xcd\xc8\x44\x6e\xbc\x8c\x57\xe9\xa1\xf7\x66\x7b\xa9\xb6\x64\xd8\x18\x6f\x67\x58\x02\xf2\xdc\x1b\x5d\x1b\xce\x2c\x0c\x28\x95\xde\x40\xb9\x75\xed\xa8\x4c\x84\x73\x8c\x48\x5a\x91\xfc\xb3\x77\xf3\x0d\xd7\x3c\x5c\x56\xbf\xe8\x42\xb2\xd1\x73\x28\x6f\x61\x2b\x5b\x59\x9a\x8c\xa6\x24\xd4\xe1\xde\xd0\xe7\x14\x79\x81\xef\x00\xbf\xc0\x8e\x7d\xf4\x0f\x69\x8c\x8c\x05\x49\x79\xb2\xd4\x23\xa9\x01\xa1\x24\x90\x49\x67\x8e\x40\x09\xce\x16\x43\x3e\xca\x35\xed\xf4\xae\x83\x86\xd9\x6d\xc3\x51\x03\x18\x86\x57\x48\x17\xcc\xaf\x44\x1e\x1d\x36\x25\x8e\xd3\xdb\x39\xc4\xa6\x7c\x6b\x02\x42\x0d\xb4\x76\x62\xc6\x7d\x89\x60\x14\x3e\x8c\x6c\xe5\x3a\xed\x3d\x7a\x65\x73\x39\x71\xcc\xa8\x4e\x84\xbb\xe0\xd8\x34\x1c\x53\x27\x2b\xca\x73\xb9\xe6\x57\xfa\x4a\x35\x0d\x9b\x84\xc4\x4a\x84\x52\xc3\xcb\x76\x93\xc4\xcb\x85\xb1\x3d\xa2\xaf\xe9\x1c\x03\x24\x6b\xbd\x25\x88\xdc\xb0\x21\xb1\xf2\x75\x41\xae\xb8\x00\xc8\x82\xbf\x71\x44\x68\x91\xea\x4a\xaa\xbe\x5a\x57\x5d\x8f\x11\x7a\x9c\x7b\x3c\x9a\xc1\xd6\x45\x08\x27\x87\x31\xb2\x5c\xe8\x27\x17\xa0\x26\x5a\x16\xf2\xd5\x0d\x53\xe0\xb7\x85\x4d\x08\xe9\x65\x97\x33\x08\xb7\xd0\x85\xa7\xc3\x95\xae\x30\x1d\x7f\x13\x99\x9d\x59\xb3\xe9\xde\xc2\xdd\x88\x45\x1b\x89\x99\xd3\xd8\x3c\x47\x5e\xe4\xc1\xb2\x4c\x85\x72\x63\xc7\xf2\x68\x10\xbf\x25\xa4\x5b\xdc\x78\x1a\xd7\x6d\xa2\xf1\xb1\xc8\x6e\x94\x26\x28\xd2\xf4\x27\x9b\x3d\x19\xb9\x6d\xd0\xf4\x07\x23\xb8\x8d\x9f\x90\x51\xf1\x45\x7a\x64\x6e\xad\x39\xb0\x18\x9a\x1c\x60\x30\x21\x72\x1c\xbc\xb0\x0a\x2e\xf8\xe0\x88\x36\x7d\xc2\x0e\xff\xd6\x01\x79\x97\xf7\xf1\x61\x4c\x98\xe5\xcf\xca\x6a\xb3\x99\x03\xdf\xff\xd6\x62\xac\xb4\xbe\x5d\x73\x92\x35\x71\xa6\x2e\xbe\xc1\x73\xc0\x40\x68\x66\x0e\xa7\x6d\xaf\x2a\xfe\xcd\x36\x2d\x0b\xfe\x87\x3f\x91\x2d\x6f\x9a\x39\xd1\xcb\xe6\x1f\x01\x00\xdf\x09\xce\xd9\x8a\x91\x5e\xd0\xde\x9c\x2a\xda\x2b\xf3\x76\x89\x7f\x51\xac\x37\xbb\x78\x66\x28\x59\x26\x2d\x6c\x77\xf8\xc5\xa2\xc9\x2a\x3d\x16\xd8\x4a\x54\xc5\x02\x19\xde\x71\x3a\xd0\x57\x15\xef\x23\xea\x7d\xaa\x52\x45\x40\x7d\x03\xa4\x9d\x2e\x13\x30\xfa\x86\xac\xba\xc0\x61\xaf\xbc\xa7\xee\xfd\xc6\xe8\x9a\x6a\x60\x6d\x1d\xa4\xeb\xb8\x8c\x0e\x16\x41\x4b\xd1\xfe\x06\x08\x1d\x97\x6b\x3e\x69\x31\x80\xac\x3d\x20\xcd\x87\x4f\x9e\xf3\x0f\x72\xe2\xa6\x98\xd2\xb8\x09\x62\xec\x3d\x73\x7e\xe1\xf3\xa1\x7f\xb8\x2b\x61\x77\x7e\xfa\x9b\xd1\xe3\x2b\x51\x35\x3a\x80\xb2\x55\x9b\x6e\xf1\x42\xd9\x75\x8f\xc9\xee\xdd\x67\xa0\x32\x5c\x35\xa9\x51\x5c\xb4\x87\x9f\xe1\xa1\xf6\x20\xb0\x36\xb8\x91\x67\x88\x03\xd0\x5b\xd8\x7d\x27\x53\x43\x66\xa0\xfc\x37\x85\x2c\xdf\x22\x4c\x3b\x59\x2e\xb2\xa0\x17\x95\x0e\xde\x31\x34\x3e\x2e\xe9\xea\x5c\x67\x83\xe5\x83\xb8\x8c\xdd\xfa\x39\xdf\x6e\x32\xdf\x60\xc4\x78\x41\x61\xcb\x31\xd3\x8e\xac\x8b\xa0\x59\x8e\x22\x64\x38\x95\x70\x47\x51\x82\xc2\xd8\xa3\xfa\xdf\xed\x0a\xb6\x88\xc1\x34\x8c\x4c\x9b\x90\xb9\x34\x45\x49\x42\xae\x24\xe4\x85\x45\xc6\x99\x23\xcd\xec\x84\x56\x63\x03\x77\x34\x76\x93\x40\x44\xdc\x45\xa7\xb6\x69\xb4\x4a\x0c\x2a\x10\x0a\x89\x9c\x7f\xc4\xc9\x02\x92\x3a\x3e\x26\x8a\x0b\x91\x4d\x35\x43\x28\x85\x23\x24\xe9\xd6\x68\x58\x8b\x45\x84\x1a\xa9\x7c\x27\xc1\xdb\x31\xc5\xac\x6f\x2f\x79\x43\xdc\xd7\x61\xb0\x4c\x57\xf2\xb6\xad\xba\x60\x11\x17\x1f\x12\x77\x77\x84\x58\xf2\x45\xc8\x5d\x50\x16\x4e\xb2\x87\x27\x27\xa2\xf9\x7c\xe4\x74\x0d\xa3\x2a\xba\x54\xa7\xfb\xec\xb8\x45\x75\x64\x29\x5e\x61\xb0\x53\xe8\x97\xad\x0f\x25\x60\x4f\x68\x00\x1f\x6d\xd4\xe1\xc8\x85\x66\x91\xa4\xe4\xd2\xe5\x57\x9b\xf4\x1b\x3e\x9b\x74\x18\x5e\x6e\xa5\xea\x87\x80\x0b\x49\x94\xb1\x1c\xab\xfc\x32\x91\xc5\x1f\xdf\x28\x31\xf9\x1b\x5c\x2c\x3a\x61\xee\x6a\xb1\x09\xdf\xf0\x4e\x32\xbd\xe8\xa0\x22\x11\xdc\xf0\x4a\x24\x72\x3d\x4f\x37\x4c\x41\x0d\x64\x7a\x61\xb9\x50\xa6\x27\x11\xed\x0a\x3e\x3a\x70\xd2\x81\x65\x8f\x33\x12\xa1\x32\x6a\x32\x98\xdf\xa0\xaf\xf0\x50\xbb\x3e\x38\x64\xa5\x84\x9a\x4b\xde\x9b\xfc\x76\xa4\x06\x82\x0b\xef\x64\x54\xf5\xbe\x31\x4f\x31\xb8\xa0\x44\x50\x37\xec\xa1\xcb\xb2\x6b\x81\xf2\x94\xbf\x66\xb3\xef\x4d\xbb\x7d\x1d\xb2\x13\x65\xd1\x04\x12\x01\x3b\x41\xf9\x5c\x00\x09\xa8\x8f\x3f\x99\x8b\xc4\xa3\x96\xb3\x18\x77\x5b\x34\xf3\xc7\x14\xf7\x49\xee\x06\x96\x49\xad\x7b\x16\x46\x73\x98\x3b\x0e\x72\x37\x77\xe1\x58\x30\x61\x0a\x1b\xae\xa6\xa3\xa3\x18\x29\xce\xcc\xf1\xc4\x33\x1d\xb3\xbd\x36\x7b\xca\xf3\x40\x66\x70\x98\xe3\xa6\x42\x1d\x1b\x8c\x03\x2d\x8c\xd0\x96\x07\xde\x40\x78\x41\xea\x6d\x7f\xf8\x79\x47\xe9\x96\x80\xcb\xa0\x3c\x3a\x76\x46\x79\x3c\x44\x0f\x60\x17\x62\xaa\x20\x5f\x93\xec\x20\x69\x26\xd5\x28\x72\x0c\xb6\x17\xa7\x3f\xe5\x96\x69\x5d\x06\x56\xf8\x3e\xd5\x93\xdf\x00\x81\xa6\x82\x69\xf0\x70\xfd\xf1\x1c\xa2\x7d\x18\x53\xa2\x72\x10\xe8\x56\xef\xc4\xc1\x5f\xce\xb8\x24\x0a\x62\x93\x64\xf2\xaf\xb2\xf3\xd0\x8d\x6b\xf0\x11\xe3\x6d\xcc\x9a\x4e\x22\x02\x57\xef\x6b\x06\x4d\x42\x32\x91\xb8\x01\xf5\x1f\x14\x97\x0e\xe5\xc1\x41\x0d\x13\x77\x49\x76\xfe\xf0\xdc\x7c\xfd\x81\x34\x26\xa9\x6a\xe5\x3f\x34\x96\x57\xd2\xf5\xfc\xdf\x66\x1a\x3b\x95\x3c\x23\x16\xde\x86\x2c\x1a\xfe\xeb\x44\x3a\x8d\x8f\xb0\x64\x9d\x1c\x63\x5a\x25\x0a\xfc\x94\x67\x85\xce\x52\x04\x4d\xe4\x64\xc8\x2d\x64\xa1\x56\x66\x20\xab\xbc\x81\xec\xad\xf6\xb1\x2a\x5f\xef\x7c\xc4\x59\x16\x89\x93\xe9\x1c\x12\x83\xc1\xdf\x96\x38\x64\xca\xa0\x25\x45\x2b\xb9\xc8\x22\x8f\x8b\x4a\xf3\xbc\xbd\xca\xed\x91\x52\x87\x2b\xf0\x6f\x0d\x99\x3a\xa1\x56\xbf\x35\x76\x6a\x3e\x66\xc4\x4f\x23\x01\x54\x6f\x9f\xa8\x47\x6a\x23\x99\xa6\xfe\xbe\xa8\xaa\x63\x8a\xcf\x81\x7a\x94\xf5\x86\x62\x31\xa2\x52\xe3\x61\x2f\x63\x74\x76\x1f\x09\xa2\x0e\x2b\x58\x12\x76\xcb\x2f\xbe\x20\xfe\xb9\xfc\x7b\x55\xed\x97\x13\x01\x56\x71\x71\xc4\x79\x45\x0c\xce\x5c\x5d\xa6\x35\x17\x3e\xc1\x50\xfa\xdd\x61\x5a\xb6\xb5\x71\xe6\x30\x01\xa8\xa5\xfc\xa8\x8b\x8b\xf1\xef\x79\xed\xbc\x0f\x49\x0c\x8d\xd9\xc9\x81\x76\xeb\xf4\xd6\x88\xe0\x97\x5f\xb2\x30\xc8\x28\x6a\x6d\x5a\x77\xf1\x8c\x20\xfd\x57\xe6\xd1\x5d\x88\x36\xff\x19\x28\x0c\x0a\x54\x50\x85\x4f\xf2\xd0\x66\x5b\x46\xa6\x16\xa2\x3f\xa7\x8c\xfe\x5f\xe6\x15\x30\xd3\x74\x78\x95\x31\x28\xf4\x8c\x1f\xe5\x39\xa6\xe9\x5a\x60\x5a\x6f\xd5\x1e\x5b\x2d\x1f\xb9\x67\xd6\xee\xc8\x27\x24\x93\x24\xe2\xf7\xe2\xc4\x9b\x46\x3c\x65\xf9\xd5\x10\x26\x8a\xad\xe8\x1f\x29\x1f\x7a\x1a\x35\x0c\x1c\xf7\xb5\x1d\x9c\x1e\x3c\xcd\x6a\x2e\x0d\x12\x43\x30\xec\xf5\x8c\x94\x29\x6a\x04\x68\xd8\xad\x0b\x3d\xbc\x56\x7b\xf5\x9e\x63\x9b\x52\xa7\x63\x09\x17\x56\xf4\x72\xef\x30\xc2\x20\xda\xe9\x04\xb9\x33\x5c\x30\xeb\xc6\xc4\xe9\xff\xb3\x31\xe5\x39\x59\x87\xa0\x63\x0b\x92\x8d\x2c\xf4\x4a\xce\xea\x85\x1e\x4b\x28\x1f\x8d\xd2\x89\x9c\xda\x63\x92\x65\x93\x71\xec\xc0\x88\x8d\x47\xe2\x62\xfa\xc5\xbd\x7b\xd3\x8e\x32\x23\x7f\x50\xdb\x32\xf1\x36\x73\x31\x1d\x6c\x3b\xa0\x54\xf0\xa4\xdb\x58\xca\xd9\x99\x0e\x85\x99\x19\xbe\x98\x40\x16\x41\x1d\xe6\xc0\x27\xad\x76\x43\x25\xd1\x50\x67\x28\x86\x47\xe9\x08\x4c\xbe\x6c\x36\xa3\xfc\x7e\xcb\x6b\xcf\xf0\x2e\x8a\x38\xd2\x9e\xc9\x43\x95\xb4\x8a\xe2\x43\xa2\xe3\xe4\xaa\x87\x5b\xfa\xcc\x1b\xb8\x24\x15\xa2\x66\xc7\x1e\x87\x49\xd8\x60\xc2\x94\x9c\x26\xf7\x18\x4c\x20\xff\xc2\xaf\x86\x1e\xdc\x4c\x7e\x24\x23\x2b\x67\xe5\x94\xfb\xc9\x96\xcd\x47\x06\x13\x05\xe3\x10\x82\x14\xdf\xa3\x29\x3e\x6c\x1e\xe3\x8b\xfc\x14\x9d\x05\x8a\x98\x52\xca\xe8\x28\x40\x7b\xfc\xf8\x08\xea\xf1\x67\xe1\x4b\x67\xf4\x2c\xa9\x01\x3e\x80\x65\x5c\x1f\x29\xaa\x19\x0e\xa6\xfb\xa8\xc1\x68\xc6\x48\xd1\x60\x9e\x25\x83\xa9\x69\x30\x39\x5a\xf9\xf0\xa8\x18\x83\xfc\x86\x51\x45\x1a\xc0\x93\xd1\x2b\x33\x32\xb2\xa3\x78\x60\x3a\xa0\x95\x51\x8c\xf2\xb1\x23\x9f\x4e\xf3\x38\x38\xd5\x62\xcb\x46\xbc\xe6\xb8\x2d\x5b\x22\x9d\x9e\xcf\xf3\xab\xe6\xfb\x8a\x73\xca\x24\x46\xa2\x79\x97\x62\x7f\x47\xfe\x2d\xee\xd9\x0d\x8d\x36\xc0\xc4\x8a\xbc\xcb\xb9\xc0\x0c\x22\xc1\xf2\xed\x62\xcd\x04\x02\xb2\x1d\x57\x78\x92\x43\x8c\xdb\x24\xbb\x2a\x4a\xce\x8e\x4d\x9c\xd5\xf3\x7b\xda\xe3\xd7\x33\x4c\x9f\xbd\x32\x0a\x33\xe4\xaa\xaa\xd1\x2e\x8b\x53\x87\x74\x06\xe5\xbc\x8d\xc2\x46\xcf\x1c\xc2\x13\x06\x29\x4d\xd5\x78\x5b\x86\xcd\xbe\xbb\xe2\x7c\xad\xc4\x07\x9d\x44\xd9\x5b\xb1\x26\xf3\x00\x19\xf7\x32\x13\x33\x60\x60\xa6\x30\xfa\x8a\x62\x77\xa6\x38\x63\xd8\x6c\x67\x1a\xec\x6f\xf1\x8c\xff\x65\xc7\xb0\x59\xe4\x6e\x7b\x21\x6e\xb6\x9c\xbf\x85\x3e\x89\xd3\xe4\x8c\x1e\x89\xc5\x4b\xfc\xef\x97\xc5\xdd\x72\x16\x16\x82\xc4\xe2\x28\x8c\xe1\x13\xef\x04\xf1\x11\x00\xd1\xfe\x8e\x49\x0c\x8e\xdc\x51\x0b\x37\x38\x64\x92\xea\xf7\x30\x01\xfa\x07\x5f\x6b\x19\x28\x4e\x45\x66\x35\xd6\x2d\x3b\xcc\x9e\x17\x2b\xb2\x67\xf1\xc6\x18\x92\x56\x84\x76\x87\xde\xab\x15\x89\x9a\x57\x0f\x82\xa0\xf6\x28\xfa\x98\x0a\x63\xe2\x12\xa7\x93\x73\xfe\x5a\x71\x59\xf6\xe8\x47\xcd\x45\x31\xc5\xe3\xef\x12\x45\x3c\xf9\x36\xd2\xa7\xd8\xbb\xc7\x9f\xd8\x25\x2d\x1f\x5b\x64\x26\x9f\x7e\x8f\x93\xd0\xc4\x25\xd6\xe7\x65\x4d\x87\x45\x5e\x44\xc9\x37\x27\x26\x8f\xbf\xc1\x32\x55\x5b\xc9\x1b\x43\x91\xbe\xe2\x42\x6f\x96\x09\xcc\x49\xfc\x3d\xb8\xac\xc7\x5f\x39\x64\x6a\xfc\x05\x9e\x6a\xbd\x51\xac\xa5\x4f\x06\xc7\x12\xa9\x31\xd0\x28\xb3\x87\x24\x09\x8e\xd6\x10\xd0\x03\xbe\x83\x23\x07\x31\x95\x34\x9d\x7b\xde\x74\x14\xd6\xbe\xad\x30\x54\xf3\xcb\xd6\x60\x0c\xdb\x31\x88\xb6\x47\x25\x21\xc7\x16\x89\x00\x30\x52\x04\x86\x26\xa1\xbc\x3d\x86\x22\xa2\x73\xd8\x88\xe2\xfc\x04\x6f\xb8\x04\x49\x50\x6b\xb3\xaf\x29\x20\xc7\x6d\x55\xfd\xe3\xcd\xd1\x34\x5d\x0b\x51\xce\x1f\xb6\xec\x57\xbb\x60\x6b\x9f\x19\xc4\x87\xe6\x85\x28\xa8\x1a\xb2\xbd\x50\x81\x41\xb6\x5e\x5b\x09\x54\x20\xe5\xa2\x76\x47\xa9\x22\x8f\x51\x65\x3f\xaa\x95\x78\xb0\xa3\xad\x64\x23\xcd\x4d\xf7\x07\x7d\xd0\xab\x83\xef\x4f\x75\xad\x93\x31\x4a\xa6\x19\x6f\x9a\x97\x3f\x79\x1f\x68\x2a\x5b\xd5\x5b\x9b\xfa\xad\xab\x4b\xc4\x40\xb3\xe5\x77\xcf\xd3\xa2\xe3\xdc\x38\x27\x4b\x22\xb2\x4e\xed\xe2\x31\xa0\xd0\xfd\x03\x4d\x0f\xe7\xd0\xea\x2d\x52\x14\x66\x24\xa3\xca\x6d\xfd\xdc\xee\x04\x15\x06\x01\xa0\xcb\xed\x5a\xe6\xc5\xce\x12\x40\x7c\x68\x4e\x7f\x55\xa3\xa9\x5d\x73\xcb\x36\xc4\xb5\xfd\xd0\xcf\x5c\x90\x8c\x0c\xa1\xaa\xbc\x65\x36\xb4\x1f\x95\xca\x85\x2e\x00\xb9\xdd\x34\x6b\x14\x84\x62\xd6\x41\xb2\xb9\x78\xa1\xb5\x0b\xe1\x60\x7c\x02\x8e\x4f\xe7\x50\xfc\x19\x47\xa3\xae\xde\x6b\xb2\x28\xb0\x9f\x16\xf7\xe0\x28\x37\x2c\xca\x70\xc8\xdf\x9b\xb7\xa3\x9e\x63\xe7\xdf\x16\x1b\xe8\x71\xe0\xd9\xed\xfd\x5b\xc7\x30\x72\x29\xb2\x97\x45\x36\xa0\xd5\x42\xa8\x4e\xee\x40\xd4\x78\x64\x7f\x94\xcc\xd2\x9f\x33\x6f\xf3\x94\xc6\x3d\x18\x1e\xef\x7b\x51\xae\x0c\x67\x68\x65\xe2\x04\x05\x99\xec\x71\x1d\xb2\xf7\x4a\x12\x44\xd2\x7e\x4f\x2c\x42\x3c\xce\x60\xd9\x3c\x3d\x3c\x3d\x75\x53\xd2\x35\x9a\x3e\xa5\xc0\x95\x36\x18\xc1\x23\xb9\x85\x2f\xf0\xa3\x4f\x91\xd2\x7d\xf0\xc2\xa4\xf7\x25\x45\x0f\x14\xab\xe1\xf6\xfe\xc6\xae\xe6\x47\xdd\xc6\x6f\xfd\x6d\x6c\xa3\x11\x0f\xee\x64\x4c\x0e\xa1\x12\xa1\x85\x65\x06\x72\x0d\xc3\x34\xb5\xe8\x8a\xd2\x16\x4f\xab\x2d\x0a\xcf\xa2\x97\x45\xd2\x20\x6f\x4d\x0b\x8c\x03\x90\xb0\x8b\x6f\xdd\x5f\x96\xd2\x06\x57\x76\x04\x9a\xb4\x51\x37\xcb\x9e\x82\xa1\x7c\xc7\x1c\x0c\x70\x28\x38\x0d\x97\x6c\x38\x54\x22\x5a\xd1\x55\x41\x6d\xc4\x9a\x14\x53\x44\x3c\xa6\x15\xb1\xa8\x8c\x89\x3a\xa9\x64\x56\x1d\x52\xd7\x18\x4a\x4e\x40\xcf\x57\x5d\x95\x40\xee\x0d\x25\x99\x59\xd6\x70\x7e\xfa\xfd\x12\x67\x6d\x17\xcf\xff\xef\xaf\x62\x99\x8a\x91\x11\xf1\x92\x15\x17\xa8\xbf\xae\xda\x04\x05\x65\x43\x4b\x2b\xd3\xa0\x82\xad\xbe\x1b\xc1\xb0\x3a\x86\x5a\x4d\xab\x3e\xad\x56\xba\xbd\xbd\xae\x5b\xd0\x2b\xad\xf6\xd1\x72\xd2\x12\x22\x2d\xf2\x18\xbe\x47\xe0\x04\x36\xb9\x28\x68\xe6\x07\x00\xc3\xc5\x89\xab\x55\x65\xad\xa3\x2a\x4a\xaa\x00\x07\x64\x27\xab\x90\x25\xd8\xb0\x12\x30\xa2\x30\xd8\x89\x4a\xa2\x6b\x2d\x87\xd5\x78\x59\x86\x03\x34\xab\x1f\xf5\xba\xc3\xfc\x3b\x18\x23\x88\x6c\xe8\xb3\xe9\xaf\x8c\xe9\x90\x35\xde\x23\x6f\x40\x16\xc4\xd1\xf9\xbb\xa8\xd0\xf4\xe1\xa1\x03\x49\x59\x03\x00\xbe\x6d\xd9\xb8\xee\x60\xdd\x76\x98\x27\x06\xfa\x6a\xfb\x75\xd7\x03\xf2\x4a\x3b\x3c\xc3\x02\x94\x66\xf0\xe6\x5e\x02\xec\x6d\x75\x7d\xc7\x23\xf5\xa4\xeb\xe4\x50\xae\xd5\xfa\x4a\x7f\x6c\xe7\xa7\x08\x7c\x6b\xed\xa9\xee\xa9\xe6\x48\xff\x9c\x85\x1e\x51\xd7\xaa\x5f\xbf\xd1\x1d\xc6\x97\xb8\x5a\x92\x59\x4f\x68\x8b\x13\xd7\x73\x6d\xe2\xd7\x1f\x12\x6c\xf1\x18\x60\x8b\x97\x08\x1b\xbf\xf4\x6b\xd8\x03\x94\x2a\x75\x2a\xde\x05\xfc\xe2\x18\xb4\x53\x69\x2a\x1e\x88\x01\xc2\xb6\x5d\x0a\x4f\x28\x77\x14\xa9\x6c\xdf\xc4\x39\xe5\x85\x75\xf7\x94\x1f\x0b\xc7\xf5\x0e\xb6\x14\xe3\x7d\x33\xbd\xb1\xbe\x59\xa3\x32\xdc\x85\xfe\x7e\xa1\xd7\xd5\xba\xc6\x4c\x13\x3c\x92\xa8\x0e\xb1\xbf\x50\x87\x50\xe9\x23\x6d\x59\xc7\xe1\xe2\x07\xbd\xd2\xef\x07\x35\x18\xe5\xb9\x2a\x17\x0a\xb6\xae\x10\x7c\x37\x05\xb9\x57\x78\xc7\x6e\x03\x75\xc3\x60\x48\xd7\x3d\xd7\xc8\x61\xa5\x6b\x46\x45\xc4\x8b\x04\xa7\x59\x00\x64\xd1\x04\x7b\xf8\x49\x5e\x50\x38\x85\xba\x8e\xa4\x18\xdf\xa6\xe1\x62\x4c\xe1\xe4\x18\x52\x97\x32\xf3\x3b\x35\x5a\x50\xea\x73\x5e\x41\x01\x71\x5c\x95\xfc\x76\x7c\x41\xc9\x36\xdf\xa5\x6b\x8a\x64\x29\x8b\x54\x16\xcf\x25\xee\x95\x8e\x49\x47\x2e\x91\x38\xff\x12\xe0\x5f\x3e\x92\x85\x3d\x3f\xde\x12\xb1\x61\x73\xe3\x9c\xb5\x22\xe1\x87\x0b\xf2\xc8\x8f\xbc\x88\xa3\x43\x84\x8a\x68\x82\x91\xb9\xb8\xcb\x89\x18\x22\xeb\x61\xcf\x19\xcd\xc9\x35\xe3\xe0\xcf\x32\x43\xe2\xd8\xd8\x52\x92\xac\x23\x49\x49\x16\xc9\x71\xfe\xe2\x7a\xa5\xbc\x4b\xac\xea\x8e\xeb\x12\x73\xbd\x4c\xbc\x25\x38\xb2\xf6\x54\x3b\x3e\x0d\xbe\xb3\x5f\x40\xa7\x81\xc8\xcf\x87\x53\xc8\xe3\x52\x50\x8a\x7b\x37\x74\x21\xcb\xf8\xf2\xc7\x61\x05\xf7\x7c\xd3\x4b\xb7\x0c\xb7\xa9\x93\xc3\x2a\xf8\x13\x22\xc6\x4c\xf1\xe9\xd8\xa9\x77\x92\x4c\xc8\x65\x47\x7b\xfa\x1b\x72\xa0\x4d\x35\xc2\xb2\xd6\x7b\xdf\x59\x5d\xdc\x39\xfe\xfc\x8e\x84\x1a\xe9\x2a\xa6\xf0\x7c\x9e\x35\xb1\x79\xb8\x2f\xcd\x54\x76\x19\x0e\xe7\x59\x48\x80\xc9\x92\x42\xe2\x51\x4b\x15\xc1\xd2\x81\x8d\xe0\x62\x5f\x5b\x67\xa9\x3b\x72\x9c\xc9\x14\x03\x5d\x9d\x96\x6c\xeb\x3f\xdd\x00\x7b\x85\xd2\xb5\xba\x8a\x63\x81\xc5\xed\x70\x92\x2f\x4e\xde\xf5\xc1\xb6\x6e\xcd\x08\x36\xba\xf9\x91\x6a\xe5\xc2\x6f\x7e\xbc\x81\xb7\x99\x01\xc4\x70\x16\x56\xbf\x46\x67\x7b\x16\xcb\x5e\xfa\x7c\xa8\x6c\xf2\x4e\xa1\x0f\x42\x18\x7b\x95\x3b\xce\x1f\x45\x21\x61\xc8\x8e\x4f\xb8\x7d\x4c\xb9\xe4\xdc\xe9\x8f\xeb\x58\x3a\x1b\x77\x8b\x51\x91\xd0\x4e\x2a\xef\x75\xa3\xde\x53\x0c\x71\x3d\xb0\x94\x38\xf2\xd1\x12\x30\x0a\xa7\xe2\x9e\x84\xcb\x3f\xae\xd5\xa0\x9f\xa1\x31\x35\x75\x33\x6e\xca\x86\x32\x60\x76\xe8\xfe\x38\xb4\x3b\x62\x78\x16\xe3\x55\xfa\x99\xda\x69\xd1\xa7\x4c\x8b\x36\x63\xe9\x32\xa1\xd3\x8f\xc6\xf7\x83\x0c\xad\x89\x6e\x9c\x3f\x84\x91\xf0\xef\x5c\x49\xcf\x5f\x39\xb3\x62\x96\x58\x91\x8b\xd0\x01\xcb\xfa\x84\x66\xee\xeb\x20\x55\x16\x89\xc0\x05\x15\x4e\x8c\x7f\x9b\x2f\x5c\x86\x16\xb9\x05\x0c\x99\x9b\xa8\xe0\x95\xd8\x08\x4b\xb1\x9f\x0f\xff\x0e\x29\x6d\xf8\xb7\x6e\x90\xa6\x29\x7d\x84\xaf\xd2\x15\x8c\x58\xdb\x45\x43\x4e\x3c\x71\x46\xc7\x45\x60\x89\x14\x72\x14\x2c\xf7\x97\xe1\xaf\x57\xc6\x76\x8b\xc7\xf0\x1f\xf9\x8d\x37\x1d\x63\x2e\xc3\x0d\xe4\x0f\x24\x36\x2c\x9b\xc5\x2b\x49\x1e\x5e\x3c\x7a\x1e\x97\xb8\xb7\x22\x94\x5b\x8c\x2e\x33\x06\xe2\x9e\x93\x93\x20\x12\xa1\xfb\x4e\x15\x88\xed\x6f\x77\xea\xbd\x6e\xc4\x09\x11\xb3\x90\xc0\xcd\xac\x55\x63\xc4\x5b\x06\xee\x4c\xc8\x18\xc1\xfe\x1c\x3d\xb1\xed\x78\x74\xaa\xfa\xf0\xf3\x96\x94\x95\xb2\xaa\x48\x9f\x50\xac\xfc\x87\x8a\x53\x68\xef\x45\xbb\x14\x87\x6c\x8b\x81\x61\x92\x8e\x4e\x21\xcb\x7f\x37\x4f\xd5\x51\xb0\xb5\x4e\x07\xaf\x43\x4e\x28\xd4\x05\x5b\xb7\xac\xbd\x61\x95\x44\xcf\xc5\x0f\x2a\x25\x9a\x93\x47\x86\xad\xe9\x24\x94\x2f\x49\x4a\x78\xc3\xd1\x2c\xaf\xaf\x65\x4c\xec\x44\x8d\xcb\x53\xea\x41\xcf\xf3\x41\xd7\xe9\x48\x1d\xea\xa1\x8a\x03\x58\xdb\x67\x13\xa3\x68\xa4\xa3\xa0\x70\x8a\xea\x00\xa7\x8f\xf1\x77\x0e\x64\x91\xef\x5b\x85\x74\x6d\x24\xee\x90\x2a\x14\x80\x80\x4c\xc2\xdf\xb1\xc3\xeb\x43\x80\x0b\xab\xcd\x71\x57\x39\xe4\xaa\x19\x5b\x5a\x52\x90\x0e\xa0\xd2\x27\x93\x41\x77\xf8\xda\x2e\xad\x5a\x3c\xb3\xc5\x49\x59\x5c\x9e\xc8\x77\xbb\xeb\xf6\x9c\x55\x74\xfc\x5e\x15\x97\xcf\x5e\x5e\x44\xb0\xfe\x8e\xe4\x05\xe1\xb2\xc4\x25\x2e\xd4\x06\x5f\x38\xeb\x6f\x9c\xa5\x70\xe8\xad\x64\x4c\x1a\x85\xbd\x95\xe2\x8a\x42\x52\x4a\xfe\xff\x52\x5a\xc6\x23\x73\xe5\xc6\x37\x2f\x5e\x89\xef\x40\xe9\x3b\xc6\xf7\x88\x73\xe7\x5b\x8d\x6d\xf9\xec\xfa\x87\x5f\xda\x2d\xdc\xda\xe2\xd3\xa3\x4f\xe7\x09\x9e\x5a\x76\xb5\x8d\x82\x11\x02\xa9\xbc\xef\xcc\xb6\x55\x1b\x78\x64\x5f\x3e\xbd\x74\x8b\xf0\xa6\xda\x23\xe4\x92\xc2\xdb\xdf\x2c\x9e\x60\x0a\x63\x76\x8b\x48\x09\xe6\x50\x65\x8f\xc6\x03\x28\x52\x5a\xeb\x94\x26\xbd\x94\x38\x1b\xc5\xc5\xc9\xb3\x74\x28\x14\x14\xde\x91\xe6\xd1\xa0\x5e\x38\x2a\x1c\xf3\xdf\x00\xe5\xd7\xa1\xd1\x96\x20\xdf\x6a\x0f\x0b\x4f\x21\x11\xa5\xa9\x40\x57\x17\x6a\xcc\xf4\x71\x14\xb3\xa6\x74\x5d\x76\x4a\x98\x8c\x65\xf2\xce\xbf\x10\x29\xd9\x9f\xd5\xf8\x80\xef\xd8\x3c\x79\x10\x6e\xb1\xd4\x9c\x18\xca\xb8\x85\x69\xdc\x66\x44\x97\x0d\x17\x61\xea\xdd\x48\xb2\xce\x48\x80\xe2\x69\xc0\x25\xbf\x5a\x64\xd7\x12\x79\xbb\x7d\x44\x9d\x60\xe9\x90\xcd\x8e\xc3\x16\xb7\x68\x8a\x6d\x0b\x25\x66\x9a\xce\xe8\x65\xe8\x2f\x20\x47\x93\x48\xb8\x4a\x1c\x11\xc7\x9a\xf5\x24\x24\x9a\x40\x2b\xba\x0f\x62\xfd\xe2\xb5\xba\x51\xd8\x34\xee\x92\xf2\xd7\x4a\x7c\x44\x25\x29\x48\x82\xb3\x4e\x14\xb2\xb0\x13\xcc\x22\x39\x8c\x3c\xdd\x17\x4d\x3b\x71\x65\x48\x87\x36\x41\x00\xf2\x8e\x39\xf9\xec\xa8\xee\x1e\x51\x81\x93\xd8\x3a\x78\xb5\xdf\xa7\x01\x17\x4e\x28\x98\x04\x45\x6d\x8d\x40\xae\xd1\xf6\x5d\x7c\x20\x26\x81\x22\x57\xfa\x21\x40\x4e\x62\xc8\x67\xb3\xd9\xd4\x40\x6a\x61\x8e\x22\xbd\x78\x86\x31\x5c\xce\xf9\x8b\xaf\x07\xaf\x32\x5e\x74\x14\x1e\x93\x1c\x76\x8b\xa2\x92\x28\x2e\xef\x53\x43\x5e\x23\x2f\x0c\xd0\xab\xd1\xc4\xda\x9e\xb6\xb7\x8d\xde\x6d\xed\x25\x16\x7f\x31\x31\x58\xe8\x7b\x1c\x04\xa9\xdb\xd6\x98\x2e\xcd\x64\xfc\x42\x55\xef\x07\xf4\xac\xdb\x05\x34\x1a\x58\x2f\x39\x61\xea\x78\x4d\x3a\x0f\xe2\x54\x57\x90\x3f\x1b\xa1\x28\x69\x00\xa6\xf9\xf1\xb5\x51\x24\x6c\xb6\xbe\xef\x35\xe2\xe3\x94\x36\xbc\xa4\x6f\x61\x42\xa8\x73\x97\x9b\x35\x58\xa3\xec\xb8\xbd\x20\x60\x15\x0e\x98\xbd\x9a\x3a\x5d\x1a\x1d\x94\x63\xb8\x11\xb2\x36\x2a\x45\x1a\xbd\x5b\xae\x7a\x78\xa7\xe1\x2a\xf2\xc1\x95\xd4\xf2\x2d\x47\x56\x42\xcd\x02\x70\x1a\x7d\x57\xa5\x35\x27\xce\x12\x16\x45\x34\x6a\xf4\xb5\x26\xfb\x9d\xa8\x90\x08\x26\x8b\x9a\xf4\x18\x6c\xb8\xd8\x70\xcd\x5a\x58\xef\x18\x08\x1d\x5d\x29\x80\x4e\x0e\xe8\x7d\x6e\x39\xe0\x4f\x5a\x65\x8b\xdd\x27\x15\x4c\xc1\x9f\x8b\x7b\x9f\x02\xcc\x31\xff\xf8\xf4\x7e\x5c\x0f\xc9\x96\x5d\xbf\x63\x0f\xe4\xea\xbd\xe6\xa4\x31\x78\x11\x25\x3e\x48\xa7\x80\x6b\x81\xc6\x68\x1d\x76\x91\xcf\xf5\x2d\x8d\x60\xda\x60\xaa\x65\x5d\x35\x1b\xea\xf9\x5b\xb7\x9a\x46\x21\x0f\x9d\x01\x0c\xb9\xd3\x46\x35\x02\x57\x13\xbe\x05\x1e\x22\x7c\x0b\xdc\x50\xf8\x96\x1c\xc3\xe8\xbb\xb5\x75\x74\x3f\x2f\x2f\x9f\x8e\x94\x39\xca\xe8\x9e\xe2\xd8\x19\x74\x39\xee\x60\x1c\x20\xcc\x96\x73\xe7\x7e\x54\x25\xde\x82\xec\xb3\x6f\x85\xab\xdb\x3f\xc2\x89\xd5\x5f\xdc\x29\x74\x71\x07\xce\xdf\x2a\x34\xe3\x28\x94\xdb\x71\x2c\x50\x2b\xe1\xbe\x89\xe4\x50\x23\x3d\xec\xa3\xf1\x52\x7e\x99\x56\x8b\x85\x69\x94\xcd\xa1\x38\x63\xc2\x39\xc7\x80\x8e\xca\x89\xf1\x9f\xa3\x73\xfc\xe0\xd0\xc9\x58\x44\x90\x2c\xb8\x92\xc0\xfb\xce\x8b\xf9\xa1\xe9\xa4\x17\xae\x1a\x8d\x92\x93\xf4\xb9\xa4\x7d\xe4\x65\xe9\xc7\x88\x41\x21\x88\xb3\x65\x8d\x34\xad\x11\x9c\x43\x57\x99\x26\x26\x82\xd1\xe7\xb9\x44\xf4\x14\x9d\xf9\xa2\x5d\x95\xf9\x64\xa7\xfa\x91\x0f\x0e\x34\xa0\x10\x3f\x74\xcc\x85\x16\x5c\xab\x7d\x07\xdf\x93\xa8\xed\xa7\xfc\xcd\x3f\x53\x1c\x04\x04\x9d\x79\x97\x35\x19\x79\x70\x98\x10\x18\x23\x29\xd6\xae\xbd\xdd\x1b\x2a\x95\x75\x17\x18\xd4\xa8\xca\x0b\x5d\xea\x0d\xdc\xaa\x16\x76\x5a\xd2\x88\x0f\xab\xbb\xa0\x42\x93\xb8\xf2\x31\xc5\x16\x23\x2b\x26\x57\x07\xd6\xba\x87\x4e\x74\xb3\x45\xfe\x43\x26\x5d\x72\xcc\x2d\xbf\x7a\x1c\xa8\x83\xc4\xf0\xf0\x24\x02\xc2\xec\x50\xf8\x51\xf3\xc1\xe1\xd0\x1d\xfe\x30\x64\x24\xf8\x05\x31\xe1\x01\x7d\x20\xe5\x1d\x6d\xe0\x34\xdd\x30\xd8\x43\x01\x9f\x46\xf0\x02\xe0\xf6\x1a\xee\x96\x49\xce\xed\xe3\xb3\xa7\xe7\x19\xec\x00\x2d\xc8\xf7\x01\x0a\x91\xef\xa3\x28\x83\x44\xf5\x84\x9e\x89\x17\x15\x21\x3d\x5d\xbc\x01\x6a\xf6\x60\xcb\x0d\xb6\x58\x2e\xbe\x41\x5f\x6b\x14\xd9\x73\x78\x3d\x0c\xc2\x93\x54\xe4\x63\x8f\x94\xfa\x97\xc5\xdd\xeb\x61\x33\x18\x0a\x6b\x71\x9e\x57\xa2\x44\x84\xd8\xa0\x0b\xa2\x86\x0d\xcc\x3d\x01\x44\xaf\xf0\x24\x2e\x21\x03\xac\x14\x76\x7a\xd1\x59\x39\x37\xbd\x87\xa4\xcc\x4b\x60\x81\x8e\xdc\x53\x96\x50\xfc\x97\x42\x4c\x8e\xc3\x55\x72\xca\xd2\xe3\x36\x02\x08\x3f\x28\xa1\x9c\x7e\x37\xd6\x29\x90\xc4\x64\xb8\x3c\x31\x44\x60\x95\x35\xb9\x33\xe6\xf0\xfb\x16\x43\x5e\x72\x62\xd2\x6b\x5d\x72\xbe\xcd\x0c\xd6\xc1\x4c\xaf\xa5\xab\xec\x47\x0c\x37\xb0\xd2\x29\xf9\x7b\x4a\xdf\x32\xc4\x82\x88\x80\x81\x23\xdc\x22\x0a\xd3\xb4\xc2\x76\xed\x97\x8a\x75\x74\x2f\xb5\x48\x6b\xa2\x85\x23\x55\x59\x36\xc3\xba\xda\xe8\xac\xc6\xab\xaa\x54\x23\xf3\xbc\xea\xba\xbd\x4d\x62\x45\x3d\x7e\xf9\xf2\xe2\x32\x9b\xd4\x64\x7b\xf9\x14\xf7\x15\x29\x72\xa7\xb7\xe4\xc9\x4e\xd2\xe4\x27\xe0\xf2\x08\x2e\x3c\x67\x8e\x53\x44\xc8\xc6\xe6\x78\x7e\xdb\xb2\xef\x60\x84\xe1\xbf\x95\x4f\x31\xb9\x3b\x79\x6c\x23\xda\x16\xe1\x22\x6a\x9d\x88\xff\x99\x33\x38\x9e\xaf\x5b\x78\xe7\x5e\x8a\xc9\xe6\x29\xfc\xf0\x25\x01\xb5\xb8\x2f\x16\x4e\x65\xd9\xa3\xd3\x16\xc0\xa1\xf0\x62\xa7\x02\x74\x92\xbb\xf9\x95\x7e\xef\x4b\x7c\xda\xe7\x48\x49\xeb\x0b\x39\xed\x5b\x66\xab\x11\xe9\x48\xa3\x56\x0c\x31\x76\x17\xfc\x2f\xfa\x61\xef\x62\xbe\xc3\xc1\x0d\x73\x88\xb9\xc1\x23\xe5\x0c\x28\xb1\x55\x7c\xb2\x0e\xbf\xac\x2b\x33\x3a\x8e\xb0\xfb\x51\xfb\xce\x86\xdb\x19\x44\x4b\xca\x1d\x24\x92\x63\xb3\xee\xe7\xa9\x59\xb7\xab\x44\x61\x41\x30\x2e\x05\x20\x3c\x09\x59\xf1\x8a\xb8\x6e\x8a\xa2\x85\x9b\xa2\x9a\xc3\xaf\xe8\x0a\xed\xab\xe0\xab\x8b\x66\xd9\x27\x59\x53\x9c\xff\x1d\x95\xef\x70\x8e\x24\xa5\x7c\x4b\x21\xbd\x3d\x08\xb2\xf0\x1e\xe8\x11\x66\xb8\x6b\xd7\x39\x4c\xd5\x30\x3f\xc3\x90\xa8\xf1\xbb\xf4\x4e\x33\x5c\xa6\xa2\xf6\x48\xa8\xc0\xa0\x28\x58\xe7\xc0\xe2\xd6\xbb\x69\x66\x80\xd8\xed\xd0\x0e\xf4\xba\x82\x5d\xf3\xa0\x81\xee\x8d\xbf\x2c\x3f\x4f\x14\xcc\xf1\x8c\xd2\x5d\x75\x05\x66\xbf\x38\xdf\xcf\x07\x23\x75\x52\x00\xea\x13\x97\xd7\xca\x16\xdd\x6e\x27\x3a\xfb\x9e\x57\xfd\xb5\x73\x95\x27\x25\x59\x9a\xa7\x83\x93\xd8\x27\x61\xb9\x8a\xbb\x9c\x14\xbd\xd5\x8d\xcf\xf9\xc1\xc2\x5e\xd3\x17\x26\x8b\xb9\xe6\x33\x8d\x7e\x1e\x32\x8d\xb2\x27\xcc\x64\xb2\x75\x9f\xf3\x1a\xda\x45\x17\x13\x5d\x0e\x6a\x60\x7e\x56\xdb\xae\x3f\xcb\xeb\x4a\xf4\xc1\x08\x0c\x0b\xff\xd1\x35\xcc\xb3\xe4\xec\xe0\x3f\xf8\xc4\x2a\x92\x3e\x31\x9a\xe3\x67\xac\x05\xfa\x0c\x67\x7b\x17\xd3\xbe\xfa\xc4\xd9\x71\x2e\xf3\xd0\x02\xe7\x31\xfc\xc8\x26\x92\x3c\xe6\xa1\x0d\xc9\x11\xfe\xb1\xe3\xe0\xa9\xa4\x29\x6f\x61\xb3\x68\x07\x92\xd4\x9a\x71\x73\x92\xd2\x76\x62\x56\x69\x63\x38\xa7\xbf\xaf\x35\x99\x60\xda\x1c\xe7\xb5\xfc\xfb\x46\x97\x64\x75\x97\x94\xf5\x18\x63\x85\x32\x9e\x45\x19\x72\x3e\x6a\xe5\x46\x12\x7a\xfe\xe0\x92\xe7\xfe\x1d\x83\xf3\x31\xd8\x87\x77\x27\x8e\xb8\x5e\xfa\x44\xbc\x53\xb7\x80\x5a\xa6\x63\x4a\xc1\x0c\x3b\xb5\x5d\x7c\x03\x54\x21\x7a\x93\x1b\xf6\xb4\x6a\x38\xfc\x49\x3c\x2a\xba\x03\x71\x6a\xf7\xb1\x9b\x92\xdd\x2d\x97\xed\x99\xf2\xf6\xbe\x22\x8b\x69\xca\xbb\x2c\xc2\xd2\x28\x39\xf2\x5d\x9f\x48\x18\x50\x45\x67\x4c\xfd\x7a\xa6\xb6\x66\xa1\xba\xf6\xf0\x93\x9d\x6d\x5a\xb3\x23\x3f\x61\x49\xd5\x4e\x74\xa1\x22\x57\x61\xfa\x4a\x7f\x7d\x6e\x17\x9f\xbb\x50\xbf\x98\x19\xe3\xf3\x1d\xfc\x06\xd6\x1a\x75\x3f\xf8\xf3\x0a\x7e\x62\x24\x22\xfa\x51\xc2\x8f\xb2\xe2\xbf\xdf\x52\x3d\x54\xb8\x72\x35\xc0\xd8\x50\xf1\xf0\x57\x4b\x3f\x6f\xe0\x87\x6a\x0c\xe7\xda\x80\x87\xbf\xa4\xc4\xdc\x3e\xa4\x30\x25\x0d\x6d\x50\x91\x84\x9f\xb9\x3b\xfa\x0a\x27\xba\xa5\x6f\xd8\x27\x7d\x29\xd5\x0d\x7d\x80\x7e\xe9\xf7\x5b\xad\xdf\x48\x63\xd8\x39\xb7\x65\x9a\xee\x8a\x9b\xd2\xb4\x2e\x76\x76\xa3\x15\x37\xa4\x1a\x6e\xb9\x55\x6f\x97\x6e\x28\x6e\x1c\xf4\xd1\x0d\x44\x46\x01\x2b\x59\xb6\x66\x8f\x89\x95\x5e\xcf\x5c\x8a\x3f\x97\xdb\xef\xa4\x85\x51\xa1\x83\x26\xc6\x94\x85\x7f\x43\x3c\x2f\xf8\x97\x03\x29\xd5\x15\x59\xea\x72\x44\x75\x7e\x0f\x29\x7f\xa1\x9d\xcf\x5c\xda\xcf\xaa\xd9\xf7\x22\xdc\x1b\xa4\x9d\x65\xa6\x25\x8a\x1f\x8c\xdd\xa1\xb0\x79\x3e\x23\x59\x22\xec\xf2\x72\x05\x24\xd6\xb9\x67\xa8\xcb\x60\xa4\x7e\xef\x4f\x7f\xa2\xac\xce\xc0\x90\xff\xf9\xcf\xc5\xb3\x87\xf7\xf1\x65\x41\x5f\x42\x6f\xdb\xe2\xec\x67\x00\x72\xa7\xde\x7d\x93\x00\x63\x0c\x1c\x72\xa2\x23\x0b\x0f\xe7\x44\x37\xfb\xff\x01\x00\x00\xff\xff\xda\xcc\x59\x04\xe9\xd0\x00\x00")
func confLocaleLocale_ptBrIniBytes() ([]byte, error) {
return bindataRead(
@@ -4497,12 +4518,12 @@ func confLocaleLocale_ptBrIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 50937, mode: os.FileMode(493), modTime: time.Unix(1453724978, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 53481, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_ruRuIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xfb\x8e\x5b\xc7\x99\x20\xfe\x3f\x9f\xe2\x48\x81\x60\x1b\x68\xd1\x70\x3c\xbf\xdf\x2e\x0c\xb7\xbd\x8e\x9d\xb1\xb3\xc8\xc5\x13\x39\x98\x3f\x0c\x81\x66\x93\xa7\xbb\xcf\x88\x4d\x32\x3c\xa4\x64\x39\x08\xa0\x4b\x7c\xc9\xca\x91\x6c\x8d\xb3\x31\x1c\x5b\x8a\xec\xc9\x64\x80\x20\x58\xaa\xd5\x94\xd8\x37\x36\xe0\x27\x38\x7c\x85\x79\x92\xad\xef\x56\xf5\x55\x9d\x3a\x24\x25\x67\x16\x83\x89\xdc\x3c\x75\xaf\xaf\xbe\xfb\xa5\xd9\xef\x37\xda\x69\xde\x5a\x2f\xbe\x29\xf6\x8a\x59\x71\xbf\x38\x2e\xc6\xf3\x5b\xc9\xfc\x6a\x71\x38\xbf\x5e\x3c\x34\x3f\x8c\x13\xf3\xe5\x90\x7e\x33\x0d\xe6\x57\xe7\xd7\x8a\xdd\x62\x62\x1a\x1e\x9b\xbf\x1f\x14\xb3\xe4\xf5\x6c\x78\x76\x7e\xc5\xfc\x74\x62\x7e\x78\x54\x4c\x4d\x83\x99\xf9\x7b\x3a\xbf\xb5\x96\xc0\x78\xe6\xf7\xa9\xe9\x3c\xc6\x2e\x30\x3a\xfc\x93\xcc\x6f\x15\x8f\xe6\x37\x8a\x83\x62\x92\xbc\xde\xab\xd5\xb6\x7b\x3b\xe9\x7a\xf1\xaf\xc5\xa1\x69\xb7\x4b\xed\x6a\xed\x66\xbe\xbd\xd1\x6b\x0e\xda\xeb\xc5\x5d\xec\x3e\x31\x0b\xf9\x38\x29\x8e\xcc\x3c\xc7\x6e\x1e\xf3\xdf\x0f\x8a\x71\x2d\x7d\xb7\xdf\xe9\x0d\xcc\x20\x77\xcc\xaa\x1f\xc1\xa7\xda\x76\xda\xe9\x43\xdf\x19\x74\x99\xff\x76\xfe\x71\x2d\xcf\xb6\xba\x8d\xac\xbb\x5e\xdc\x36\x3f\xee\x9b\x11\xa6\xf4\x53\x6f\x34\x34\xbf\xcd\x6f\xcc\xdf\x37\xbf\xef\xd1\x6f\x23\xd3\xf7\x4f\x66\xce\x07\xb0\xfc\xf9\x35\x33\xd5\x78\xfe\x01\x6c\xab\x36\x48\xb7\xb2\x7c\x98\x0e\xaa\xbe\x5f\x4a\x37\xf2\x6c\x98\xc2\x2c\x93\xe2\xfe\x59\xdc\xbc\x99\xac\x76\x31\x1d\xe4\x59\x0f\x67\x9f\xcc\xaf\x98\x9f\xa1\x71\xbf\xb9\x65\x5a\xde\xa3\x01\x70\x5f\x1f\x98\xdd\x0c\xd3\x9d\x7e\xa7\x09\x63\xfc\x87\xf9\xf5\xbe\x39\x17\xb3\xe7\x5a\xa7\xd9\xdd\x1a\x61\xfb\xff\x43\xa7\x57\x6b\x0d\x52\xd3\xaa\xd1\x4d\x2f\x99\x31\xf0\xfc\xf7\xcc\x32\xae\xcd\x3f\xae\xd7\xeb\xb5\x51\x9e\x0e\x1a\xfd\x41\x6f\x33\xeb\xa4\x8d\x66\xb7\xdd\xd8\xc1\x03\xba\x6b\x66\x9a\xcd\x7f\x63\x4e\x0e\x8f\x73\x9a\x98\xbf\xe0\x5a\xc7\xf0\x37\x5e\xeb\x04\x4f\x20\x6d\x9b\xa3\x6a\x34\x73\x3c\x99\xc4\x5c\xcb\x6c\xfe\x91\x59\x88\x69\x7f\x60\xda\x1e\xd4\x70\xfc\x6e\x13\x2e\xee\xf3\xe2\x08\x2e\x16\x20\x00\xc6\x30\xc7\x6f\x9a\x9b\x75\xe0\x95\xdd\xaa\xa5\x3b\xcd\xac\xb3\x5e\xfc\xad\x38\xac\x63\xa3\xf9\x87\x30\x9d\xd9\x7a\x9e\x5f\xea\xf1\xfd\xc2\xa2\xa0\xb3\x39\xdd\xc6\xf0\x72\x3f\xa5\x8b\xdb\xa5\x5b\xae\xb5\x9a\xfd\x61\x6b\xbb\xb9\xfe\x2a\xfd\x5b\x33\xad\xfa\x3d\x73\xc8\xbd\xc1\x65\xba\x85\x00\xf8\x8a\xfd\x5a\x6f\xb0\xd5\xec\x66\xef\x35\x87\x78\xe4\x77\xcc\xaf\x0f\xe8\x80\x4d\x3b\xb9\xa9\x9d\x6c\x30\xe8\x99\x7b\xfc\x03\x5c\x08\x6e\xcb\x1c\x74\xcd\x9c\x66\x03\xc6\x5f\x2f\xbe\xc2\x25\xdc\x28\xf6\x93\x18\x84\x9b\x49\xa0\xe9\x4e\xb6\x35\xc0\xab\xfa\x8a\xb7\x6d\x4e\xe2\x4b\xf3\xf5\x81\x02\x09\x6a\x47\x93\x51\x33\x73\xca\x89\x19\x2c\x9c\x77\xb3\x37\xb8\xa0\xe7\x2d\x4e\xf0\x60\x26\xc5\xc1\xfc\x5a\x02\x6b\x8f\xae\x84\x67\x30\x5b\xf6\x56\x31\x8b\x6f\xba\xd9\x35\x30\x44\x8d\xbf\xc1\xf1\xe1\xcd\x1d\xe2\xa3\x9e\xc2\xaa\x22\xdd\xcc\xc7\xfd\x5a\xb3\xbd\x63\x00\xa2\xdf\xec\xa6\x9d\xe0\x49\x8e\x0d\xd8\x1d\xe1\x53\x74\x6f\x81\x96\x36\xae\x35\x5b\xad\xde\xa8\x3b\x6c\xe4\xe9\x70\x98\x75\xb7\x72\x58\xe1\x98\x5b\x99\x47\x68\x76\x3f\x85\x01\x0e\xe0\x18\x0c\xd2\x39\x46\xd0\x58\xd0\xb8\x76\xb9\x37\xb2\x60\x0d\x6f\x69\x3c\xff\x88\x8f\x49\x80\x9a\x9a\xb8\x31\xb0\x0d\x4c\x73\x5c\x1a\x0c\xce\x2d\x6f\x6c\xa6\xa9\x81\xc2\x3f\xc2\x11\xc0\xf4\x09\xbe\x82\x5d\x7e\x17\xb0\xf5\xfe\xa8\xd3\x31\x30\xf1\xcb\x51\x9a\x0f\x73\x80\x97\x31\xcf\x78\x15\x9e\x06\x22\xb4\xab\xf0\x36\x0c\x5a\xc3\x43\xac\x65\x79\x6e\xda\x52\x4b\x78\x92\x1f\xc2\x5c\xad\x66\xb7\x05\x67\x77\xc7\x8c\x7a\x84\xe7\x3d\xae\xd5\xde\xce\xd3\xe6\xa0\xb5\x7d\xbe\x46\xff\x12\xdc\x03\xc6\x3c\x80\x37\xbc\x1c\xce\xe1\x15\x52\xa7\xf2\xd3\xfb\x98\xd6\xa1\x97\x31\xae\xb5\x7a\x6d\xf3\xcb\x17\x88\xe9\x6a\x6f\x67\xdd\x7c\xd8\xec\x74\xce\xd7\xf8\x3f\x0c\x4c\x30\x36\xa0\x33\x38\x00\x6c\x94\x0d\xe1\xa8\xfd\x0f\xe6\x15\x9b\xd3\xba\x61\x00\xc6\x9c\xed\x18\xd0\xa0\x90\x0a\xb3\x48\x00\xeb\x5d\x26\x10\x00\x43\xe6\xb4\xae\xc3\x96\xcc\x60\xed\x5e\xeb\x82\xc1\x4b\x80\x9c\x61\xe1\xbf\xa7\x83\x4b\x00\xde\x83\xa6\x66\x94\x6b\x48\x1f\xb6\x72\x40\x3f\xc7\xe6\x77\xb8\xba\x69\xf2\x1a\x0e\xb1\x46\x08\xe7\x21\x22\xae\xeb\x06\xc3\x5e\xa5\xbb\xa3\x8b\x01\x14\x33\xc5\xfe\x2f\x36\x93\x61\x73\xb0\x95\x0e\xd7\x4f\x37\x36\x0c\x0a\xbd\x70\x3a\xd9\x1e\xa4\x9b\xeb\xa7\xcf\xe4\xa7\x5f\x9a\xff\x0e\xda\x11\x75\xdb\x85\x09\xe7\x37\x5e\x7c\xb6\xf9\x12\xce\x67\x8e\xf7\xc8\x1d\x25\x6c\x5b\xb6\x36\x29\xf6\x12\xfc\xfd\x88\x91\x61\x82\xf3\xcd\xce\xc2\x56\x0c\xba\x9e\xe1\x53\xe5\x3b\x9e\x02\x3e\x66\x20\x81\xd9\x66\x80\x4e\xae\x7a\x08\x7f\x72\xaa\x06\xc0\x65\x88\x46\xa3\xbd\x41\x24\x19\x77\x8d\x8d\x0c\x0d\x31\xdb\x33\x4b\x4b\x7e\x72\xf9\xdc\x3f\xfd\x78\x2d\x79\xb3\x97\x0f\xb7\x06\x29\xfe\xb7\xf9\x1f\xd3\xeb\x79\x98\x0f\x4e\xf1\xad\xec\xb5\x1f\xd4\x6b\x66\x0c\xbe\xb2\xc8\x53\x33\x34\x1d\x88\x07\x5c\x16\xd2\x64\xa0\x7a\xd8\x03\x91\xee\xd7\x66\xa0\x93\x8a\x46\xdb\x66\xde\xf5\xe2\xcf\xf4\x2c\x96\xc0\x5d\x1c\xb7\x9b\x69\x3c\x82\x51\xb5\x16\x01\x8e\xcf\x10\x9e\x70\xdb\x09\xbe\x09\x4b\x61\xf0\xc2\xe1\x76\xe1\xfa\xcc\x8a\x11\x30\xef\xe3\x13\xfc\x20\xf9\x51\xb7\xdb\x7b\xed\x07\xe6\x90\xe1\x76\x0c\x98\x9b\x1f\xaf\x30\x30\xc3\xe1\x8f\x86\x9b\xff\xbd\xb1\x95\x76\xd3\x41\xb3\xd3\x68\x65\xf5\x5a\x9e\x77\x0c\x6d\x84\x57\x01\x4f\xec\x21\xdc\x7b\x72\xee\xdc\x8f\xcd\x26\x86\xf0\x1e\x11\xee\x0c\xf3\xf0\xcb\x0e\x5c\x90\xac\x8d\x7f\x4e\xe0\xf2\x7f\x03\x14\x1e\xa0\x30\xbe\xa5\xf8\x2d\xa5\x83\x41\xc3\x90\xf9\xe1\x65\xb8\x73\x6f\x2a\x18\x93\x06\x02\x74\xbc\x64\x20\x80\xac\x09\x71\x45\x0f\x11\x4a\x0c\xb8\xdc\xa0\x51\xf0\x25\x01\x48\x17\x47\x34\x5d\xd6\xbd\xd8\xec\x64\x6d\x03\x1d\xab\xdc\x44\x7c\x78\x7c\x2a\x7b\xf8\x0c\x1e\x12\xaf\x01\x3f\xc1\x53\xd9\xc5\xcb\xb9\x91\x9c\xae\x9f\x06\xb6\xe2\xf4\xd9\xd3\xf5\x5a\xb7\xd7\x20\xb2\x01\xfc\x47\x3b\xcb\x9b\x1b\x86\x17\x21\x06\x6a\xc0\xa4\xf9\x36\xa1\x50\x3d\x09\x51\xa1\x6b\xe6\xbe\x0e\xe7\x37\x01\x77\xd2\x34\x57\x22\xec\xd6\x4d\x58\xf2\x8c\x56\xf5\x88\x57\x3f\x05\x7e\xf5\xba\xe9\x07\x43\x1d\xe3\x9d\x13\x66\x41\x18\x9a\x2e\xa4\x57\xfa\x5e\x84\xe0\x45\x40\x79\xe1\x18\xab\x5e\x49\x4d\x80\x90\x5f\xab\x61\x5d\xe7\xbf\x25\x1a\x7c\x82\x53\x8d\x01\x85\xc0\xd8\xe6\x88\x00\x21\xd4\x80\x63\xf7\x59\x2e\xa4\x02\x87\x34\x13\x6d\xdd\x36\xb2\xa0\xfa\x0d\x22\xa9\x87\x8c\x0f\xf1\x98\x26\x66\x15\x84\x94\xcc\x9f\xbb\x4c\xec\x27\x09\xbe\xe1\x8f\x80\xe4\x11\xa3\x06\x53\xdf\x02\x06\xd6\x5c\xc3\x6f\xe9\xe7\x18\x77\x30\x3d\x85\x84\xaa\x04\xc5\xd8\xf8\x18\x6e\x23\xce\xb4\xd8\x4e\x76\xa9\xb7\xcd\x64\x13\xb8\x4d\x84\x02\x64\x82\x26\x71\xe6\x6b\x0a\x92\x47\x82\xb8\x71\x0f\x26\x44\x10\x98\xbf\xcf\x58\x15\x28\x39\x30\xad\x0e\xe5\x32\x1a\x40\x4e\x4a\x86\x30\xf4\x75\x64\x38\xfd\x85\x98\x4c\x5a\xb8\xd3\xac\x64\x74\x11\x14\xcd\x65\xe0\x55\xa8\x4b\xdf\x23\x94\x69\x56\x7a\x82\x4f\x1b\x80\xe0\x1a\x32\xd2\xee\x8c\x6e\x56\x9c\x51\xc2\xed\x14\x65\x34\x68\x06\x80\xc1\xe0\xf9\x9e\x61\xac\xbb\x80\x26\x67\x44\x6b\xf8\x17\x77\x9a\xcc\x93\x20\x0c\x02\x01\xfa\xc5\xcf\x7f\x7c\x16\x20\x17\xe6\x82\x6b\xb5\x24\xfb\x80\x44\x0c\x8b\x29\xe5\x19\xc1\x82\x0c\x2e\x7c\x03\x90\xe4\x76\xa3\xdf\x1b\x0c\xd7\xcd\x5f\x04\x1c\x57\x0c\x15\x90\x5f\xed\x94\x5f\xd1\x5a\xe6\x57\x6c\x9b\x62\xbc\x46\xdb\xc4\x3d\x11\x57\x1b\xe2\x72\x58\x20\x8c\x8b\x17\x7f\x05\x29\xf1\x15\x23\x2b\xdc\x61\x8e\x63\x77\xfe\x31\x81\xae\x7a\x3e\x6b\x4c\x73\xe1\x98\x63\xd8\x02\x17\xbd\x3d\x1c\xf6\x69\xd5\x70\xbf\xb0\x9a\xe4\x8d\xb7\xde\x7a\xd3\xfd\xfe\x98\xeb\x2e\x3d\x37\x58\x14\x82\xa0\xe0\x46\x43\x04\x80\x1f\x42\x19\x0c\x5f\xe2\x68\xd0\x59\x37\xc7\x5e\xfd\x54\x4d\x03\xbb\x8a\xbf\xe1\x64\xd7\x4a\xef\x3f\x41\x0e\x3d\xbc\xca\xd5\x6e\x0f\x36\xfc\x2c\xfc\xcf\xb9\x84\x79\xe0\xc4\x07\x01\x78\x24\xc8\xff\x1f\x30\xa7\x70\x2c\x48\x53\x64\xb5\x89\xc1\x55\xbd\x3e\xa0\x6b\x87\xac\xfe\x84\xac\xc5\x47\xfc\xa8\x8e\x99\x17\x8c\xb0\xd8\x28\xfd\x55\x33\x24\x4e\xd9\x60\xee\x71\xc9\x42\xe6\x37\x6a\xf9\x8e\xb9\x39\xe2\x44\xbe\x01\xfa\x58\x1c\x26\xe7\x7e\x62\x6e\x14\x7f\xdf\x1c\xf4\x76\x00\x35\x3e\x72\x7f\x3a\x7a\x2d\x72\x67\x42\x27\xac\x8e\x60\x2d\xf9\xf9\x3f\xbe\x9a\xfc\x7f\xcf\x7f\xff\xfb\x06\xe6\xf0\x0a\xa2\xc8\x1b\x37\xa2\x3a\x0a\x15\x36\xe4\x1f\x1e\x2b\xf2\x8a\xc9\x69\xc2\xcc\xa7\x93\x17\xb1\xf9\xff\x48\xdf\x6d\x1a\x51\x3e\xad\xb7\x7a\x3b\x2f\xd5\x6b\xf0\x93\x41\x25\x84\x71\xfe\x56\xda\xeb\x98\xef\x4c\x2d\xd4\x0a\x68\x53\x2b\x4e\xf3\x20\x15\x74\x29\xde\x47\x74\x16\x8d\x56\xaf\xbb\x99\x0d\x76\x00\x37\xf8\xef\x05\xdf\xe3\x1e\xa9\x77\x90\xb6\xef\x59\x08\x8f\x11\x5e\x73\xb1\x78\xaf\xdd\xde\x30\xdb\x44\xe1\x04\x18\x08\x38\x97\x8f\xd4\x80\xfc\x44\x19\x8d\x5f\x47\xd5\xd1\x1e\xbe\xb4\x43\xfb\x06\xcc\x59\x5c\x4c\x41\x5c\x1b\x5c\xcc\x5a\xa9\x00\xca\x3d\x87\x08\x10\x6c\xcd\x99\x9b\xfe\x0f\xe8\xc5\x95\x80\x4c\x41\x51\xad\xb7\xb9\xd9\xc9\xba\x29\x73\x74\x6e\x9b\x4a\xbe\xfd\x0d\x2a\x9a\xf6\x0d\x92\xc6\xad\x3d\x24\x4e\xdf\xeb\x69\xb0\x43\x1f\x54\x40\x77\x4a\x88\xe5\xd5\xd7\x7e\x4a\x6c\xd2\x43\x24\x98\x22\xa2\x4f\x91\x90\xc2\x11\xfa\x3a\xb2\x23\x3d\xc7\x64\x0d\x04\x1d\x24\x71\xc2\x33\xde\x48\x08\x9a\x0c\xde\xb8\x42\x62\x88\x47\xd4\xae\x20\x85\xde\xc3\xeb\x44\xac\x62\x5a\x1a\x20\x81\xf7\x7e\xe0\x54\x36\x86\x16\x30\x6f\xb5\x35\x68\x5e\x6c\x1a\x79\x27\xb6\x72\xf5\xd4\x0c\x09\xe1\x86\xa5\x9e\xd5\x3b\x97\x2e\x78\x21\x71\x1a\xf8\x31\x8a\x6e\x78\xcc\x08\x2e\x24\x26\x9a\x1f\xcc\x8f\x76\xef\xb2\x19\x00\x5b\x40\xde\x66\xa8\xb3\x66\x5d\x47\x38\xe2\x87\x8c\xbd\x6e\x12\xcd\x7b\x80\xf7\xfe\x10\x39\x90\x6b\xb4\xf7\x0a\xea\x0b\xdc\x98\x3b\x07\x9f\xc7\x8c\x9e\xc5\x18\xf5\x82\xb4\xc8\x5b\x4e\xcc\x33\xe7\x7e\xb3\x82\xd7\x8c\x8e\x2e\xe7\x25\x4a\x81\x09\x49\x9e\xf2\xa4\xa2\x2b\x7d\xb2\xe9\xd7\x12\x7c\x4d\xd0\xec\x00\x70\x54\x25\x0b\x5a\xe2\xd7\x3d\x08\x0a\xd4\x2d\xf3\x1b\x86\xe7\xed\xe2\xb6\x44\xcd\x56\x46\x0e\x07\xb8\xb9\x0f\xe7\xd7\x83\xa6\xe1\xe6\x51\xd1\xe2\x26\xb2\xdd\x98\xfc\x55\xa0\x92\xca\x93\xaa\x93\x5c\x3c\x48\x1b\xac\xba\x6d\x5c\xcc\x40\xd7\x59\xc6\x36\x22\x2a\x4b\x7f\xda\xe6\xae\xe5\xf5\x1e\x69\x79\xe1\x50\x58\x67\x73\xfe\x78\x0b\xb8\x96\x40\x2a\x8f\x4e\x2d\xfb\xfd\xda\xbf\x07\x3d\x8f\x26\xc2\x4c\x14\xa3\xbb\x83\x6d\xc3\x35\x3d\xc0\x87\xae\x96\x33\x26\x35\x87\xdd\x87\xbf\xac\xf9\x0d\x52\x7c\x30\x8f\x3c\xb5\x83\xd1\x56\x78\x38\xc4\xb5\x53\x62\x4b\xf0\x74\xd4\x7a\x61\xc0\xab\x66\x61\x87\xc8\x4a\x0a\x43\x10\x3d\xaa\x5d\xc2\xc0\x86\xad\xbe\x5e\x5a\x46\x9d\x15\x82\xac\x67\x63\x4b\x82\x93\xe6\x84\x17\x06\x46\xdc\x01\x21\x2d\xc7\x0a\x67\x08\xed\x4e\x38\x5b\x2a\x58\x9d\x80\x40\x02\xfb\x44\x56\xb1\xd8\x07\x74\x31\xbf\xba\x56\x89\x8e\x40\x09\xf0\xa3\xd7\x92\xf5\xe4\x39\x69\x72\x9d\x80\xda\xe7\xca\x81\x98\x0b\xd1\x84\x77\xb9\x58\x46\xb4\xc7\xc5\xfa\xa1\x29\xee\x06\x11\x9f\x1c\x4a\x35\xbb\x63\xe6\x9f\x7f\xfa\xf8\x72\x29\x8f\xbb\x92\xbe\x7d\x81\xdc\x5a\x63\xfa\xef\x7d\xd5\x74\x7f\xcf\xe1\x2e\xd7\x89\x06\x74\x6a\xfc\x25\x6c\xcb\xa2\x6d\xb0\x9a\xb1\xb1\xd5\x03\xcd\xac\xaf\x52\x64\x2a\x03\x82\xee\x30\xcd\x87\x8d\xad\x6c\xd8\xd8\x04\x66\xa7\x0d\x27\x89\x0c\xc4\x1e\xe9\xca\x09\x52\x4e\xf8\xa5\x4d\x50\x54\x82\xbe\x4f\x99\x2e\x4f\x91\xd6\xe7\x08\x87\x35\x54\xf4\x85\xe4\xcc\x45\x56\xde\x3c\x0f\xec\x4a\xc3\x10\xb1\xac\x03\x48\x4c\x34\xc3\xc0\x03\x3b\x93\x0c\x83\x2f\xb2\x43\x56\xd1\x81\xaf\x91\xc4\x14\x52\xc1\x54\x68\x1f\x49\x73\x89\x44\x6c\x5f\xf4\x18\xbf\x41\x1d\xdf\x54\xa8\x35\x81\xfc\x7d\x3c\x9f\x31\xca\x7e\xd7\xe9\xa9\xc9\x0a\x6e\x12\x87\x7a\x26\x37\x73\x88\x2e\x41\x7f\xdd\xea\x6d\x8c\xb2\x4e\xbb\x5e\x13\x75\x4e\x7b\x43\x1e\xe1\xca\x1a\x3f\xd9\xa4\x30\x8a\xbc\x34\x83\xad\xf0\xb8\x64\x64\x25\xd5\x7f\xc5\xac\x1b\x8b\x60\xc0\xce\x88\x4c\xe4\x94\x56\xcb\xa4\x59\x1c\xdc\x4a\xd4\x70\x19\x3b\xcd\x21\x28\xbd\xbf\x46\x90\xba\x8e\xea\x8f\xfd\xea\xd7\x8c\xab\x36\x08\x60\x17\xc9\xe8\x64\x21\x47\x40\xea\x59\x46\xf6\x9e\x62\xd9\xac\x22\x4f\xce\xbe\x64\xfe\xb7\x96\x37\x2f\xa6\xc4\x13\x6f\x2d\x02\x35\x4f\xb7\x60\x49\xa2\x81\x7e\x34\x39\x00\xca\xb5\x44\xda\x3b\x3f\x0f\x43\x8a\x22\x06\xd6\x72\x8c\x5b\xa9\x38\xd0\x40\xf6\x7b\x52\x55\x16\xaf\x84\xde\x5b\x3e\x6a\xb5\xd2\x3c\x27\x65\xc1\x7d\x00\x0f\x05\xc0\x8e\x68\x9e\x4a\x8a\x2f\x89\x25\x05\x31\xe7\x86\x08\xd9\xac\x9e\x07\x3e\xfe\x3e\x7e\x03\x82\x83\x4a\x88\x04\xad\x99\x57\x89\x06\xc1\xc1\xd3\xd3\x44\xb0\x9b\x58\x6a\x7f\x8d\x95\x3a\xa6\xb7\xa1\xe9\xb5\xb7\xc1\xde\x7b\xbe\x36\x22\x2d\x55\xaf\xd3\x06\x71\x68\x21\x52\xfb\x58\x84\xad\x1f\x9e\x05\x2c\x64\xf5\xcb\xb6\xb7\xc6\x71\xf9\xa5\xcc\x00\x55\xc3\x1a\x90\xe1\x82\x87\xe9\xbb\xa8\x04\xa0\x35\x95\xb8\x9b\x19\x5a\x7e\x00\x06\xaf\xb2\xf8\x4d\xd6\x2d\xc4\xd8\xa1\x91\x0c\x64\xb0\xcb\xf8\x36\xcc\x79\x7e\x09\xbc\x7f\x85\x8a\xca\x60\xdb\x8e\xc1\x34\x3d\x60\x14\x2f\xa6\xd2\xe3\x1e\xee\xec\x08\x8f\xea\x9a\xd8\x50\xe2\xfd\xcd\x34\xbd\xc1\x16\xcd\x02\x87\x53\x61\xc6\xbc\xcc\xc6\x45\xbb\x1c\xcf\xb2\x38\xae\x21\xe7\x42\x36\xf6\xbb\x2c\x38\x3c\x62\x52\x6c\xde\x00\x1b\xab\xea\x06\x52\xd1\x70\xc6\xcb\xbc\x2d\xda\xc0\xa9\x41\x17\xf1\xe7\x3c\x7f\xdf\xdc\x25\x5b\xde\xcf\xd7\xb8\x5f\xcc\x4c\x35\x35\xed\x9a\xa3\xe1\xf6\x79\x65\xb1\x6e\xb0\x65\x30\xb0\x5c\xb3\xf1\x8d\x9e\x82\xc7\xa8\x3a\x21\x76\x3b\xed\x83\x04\xbc\x93\xe3\x9b\x42\x39\x0c\x0f\xb3\xc4\xdb\xbe\x9c\x14\x9f\x68\xce\x46\xcc\x06\x00\xa4\xa7\x6a\x79\xaf\x95\x35\x3b\x8d\x55\x86\x55\x6f\x70\x6c\xf1\x09\x71\x2c\x66\x8e\x7b\x66\x8e\x5b\x4e\xc1\x3a\x41\x68\x27\xa4\xf1\x01\xf1\x69\x46\x30\xba\x79\x2a\x10\x1f\xc8\x3a\xbf\xd3\x1f\xa2\xca\x02\xb1\x30\xf9\x35\x18\x29\x11\xed\xed\x68\x42\x82\x27\x7a\xcc\xac\x4a\x5c\x07\x4e\x26\xfc\x6b\x9e\xa0\x3b\x36\x0f\xf3\x6e\x99\x3e\xad\xc1\xa2\xd4\x5a\x19\xb9\x2d\x42\x23\x33\x91\x56\xe0\xe0\xc6\xa1\x80\x05\xc7\x85\x5c\xc1\x17\xc4\xe3\x11\x3a\x99\x88\x04\xf7\xb8\x3a\x05\xd2\x58\x39\xbd\x53\x79\x63\x33\x10\x09\x76\xd2\x9d\x0d\x98\x99\x2d\x9b\x27\x48\xee\x2d\x62\x46\x55\xa8\x79\x16\x9b\xe6\xe9\x18\x0a\xe3\x38\x1d\x68\x7b\x1f\x19\xdf\xa9\xcf\xdf\x40\xcb\x74\x95\x96\x2f\x8b\x6f\x88\xa1\x5d\x46\x0c\xf9\x0a\x45\x53\x54\xf6\x86\x60\xf7\x07\xec\xa4\xb7\x38\x45\x49\xd6\x82\x5f\x5d\x58\x31\x12\x22\x51\x99\x92\xa7\xdd\xa1\x85\x09\xe5\x27\xc0\x90\x86\x7c\xaf\x33\xb2\x46\x8f\x16\x8d\x39\xb8\xf2\x19\xbb\xdf\x78\xb8\x8b\x7e\x4c\x5e\xdc\x78\xe9\x4c\xfe\xe2\xb3\x1b\x2f\xc5\xd9\x98\x35\x8f\xb7\x12\xe5\xeb\x2e\x9b\xda\x3d\xb5\xce\xbe\x21\xc7\x48\xb5\x0f\x50\x91\x08\x9b\x73\xaa\x96\x33\xed\x84\x18\x74\x52\x6b\x28\x5a\x4c\x03\x7f\x64\xd7\x1c\x07\x07\xc3\x4d\xb7\x10\x73\x22\x5e\xb2\xf8\xe2\x13\xd4\xe1\x4f\x91\x63\xbc\xe2\x2c\x81\x57\xf1\xb8\x22\x58\x03\x8f\xb5\x93\xed\x64\xee\x70\x6f\x93\x50\x02\x34\xeb\x23\x62\x17\x79\xa5\x44\xed\xb4\x12\x8d\x39\x8d\xf0\x1e\xe8\xd5\xc8\x42\xac\x97\x04\xbf\xbb\x3d\x3c\xd4\x3d\xc6\x08\xcf\x27\xf4\xb8\x90\x53\xba\x11\x3f\xf3\x7a\x6d\xbb\x99\x37\x46\x5d\x86\x8a\xb4\xcd\x0f\xeb\x0f\xa8\x6e\x04\x81\x03\xf5\x4a\xb2\xdd\x35\x83\xb9\x0d\xb1\xfe\x86\xae\xe5\xaa\x42\x80\xc7\x8c\x7f\xcb\xc0\x71\x2c\x48\x55\x14\x98\x4b\xd5\xad\xc9\xd3\x16\x52\x9e\x31\x3b\x73\xc6\x7a\x60\x4f\x14\x0f\x39\x25\xcf\x29\xd2\x6f\x97\xcf\xa9\x12\x0d\xc0\x20\x44\xd7\xe1\x70\x08\xd3\x21\x9b\x81\x13\x69\x7a\x50\x7a\x08\xec\x5d\xf6\x10\x4e\x96\x6e\x07\x05\xd9\x03\x6c\x7e\x22\xa2\xed\x14\xde\x67\x9d\x60\x40\x4e\xf4\x2b\xbf\x9b\x35\x87\xf9\x16\x05\xb1\xf4\x07\xfa\x54\x26\x31\xde\xb5\xcb\xc9\xf9\x0b\x64\xc5\x37\x4a\x1c\x39\x92\x1a\x70\x12\xb2\x1a\xfe\xc7\xb9\x05\x62\x7b\x09\x73\x5b\xee\x71\x8a\x47\x0b\xa7\x4e\xed\x2b\xd9\x44\xa0\x3d\xf5\x1a\x1e\x00\x9c\xc3\x30\x7a\x0c\xa6\xd9\x4d\x20\xc1\x65\xb3\x4a\xb0\xf9\x08\x2e\x32\x2b\xbb\xcf\xda\x8b\xb1\x46\x97\xb7\x6a\x34\x9f\xc3\xab\xf7\xa4\xa1\xdf\x4c\xd8\x65\x72\x4d\x29\x11\x43\xc1\x3c\x68\xcc\x5f\x88\xf9\xa6\xec\xb1\x73\xe0\xc0\x2a\x2a\x30\x94\xf9\xee\xa3\x7a\xb0\x58\x65\x19\x5a\x01\x5c\xd4\x11\x58\xfd\xe2\xae\x5c\xa3\x23\x34\x76\xf0\x61\xaf\xd7\xc8\xb7\xd1\x30\xf5\x19\x3a\x8d\x1c\x07\x47\x67\x6d\xc8\x13\x7c\xd0\x93\xe4\xff\xf7\xcc\xec\xf0\x24\x80\x91\x86\xab\x3c\x4f\x58\x12\xd8\x2a\x8b\x22\x23\xb4\x5f\xc3\xed\x2a\x78\xd3\x0e\xca\x72\x7f\x44\x4f\x40\xba\x5c\x0b\xc7\x34\x10\x58\x89\x97\xdb\x71\x42\xc8\xb8\x8d\x2c\x4e\xa0\x0d\xf0\xa8\x8e\x76\x11\x64\xd6\xc3\x0a\x35\x51\x47\xcc\x04\x59\x5d\xe0\xec\x1d\x4f\xb4\x44\xfa\x71\x43\x8b\x5d\x63\x71\x07\x46\x3a\xf7\xd9\x1a\x6a\xee\xa3\xd7\x6e\x9a\x0b\xb9\x9c\xa2\xa4\x35\xae\x75\xd1\x8b\xd0\xc0\x5d\xcd\x7c\xc1\x01\x3f\xf7\x1d\x83\x4c\x1f\xc3\x7d\xec\x9c\xaf\xfd\xc2\x48\xc4\x3f\x6d\x0a\x8b\x1e\xb3\x44\xff\xdc\xf0\xd7\x3f\x55\xfa\x9f\x38\x4f\x5e\xfb\x21\x5d\xd7\x27\x1e\x7e\xa9\xeb\xb3\x7f\x33\xaa\x19\xfa\x79\x4a\x2e\x40\xb7\xd9\x4a\x33\x15\x9a\xa7\x8c\x4b\x13\xf0\x02\x60\xa3\x44\xed\xdc\xb9\x37\xde\x22\x35\x17\xad\x07\x0d\xc3\xc2\xab\x8d\x6b\x6f\x0c\x87\xfd\xfc\x17\x6c\xfd\x44\xfb\xa3\x99\xf8\x72\xa7\xd7\x6c\xcb\x8f\x7c\xb4\x63\x3c\xbf\x6b\x20\x8e\xa1\x87\xd8\x5b\x69\x73\x87\xf6\xf9\x55\xe8\x9e\xa0\x15\x3b\x37\x6a\xaf\x18\x89\x42\x1f\x48\x4c\x8b\x69\x44\x8f\x57\x40\x08\xff\xe1\xdf\x43\x79\x65\x55\xc2\x29\xba\x72\xbe\xb3\xa2\xa3\xc7\x3b\xb5\x66\xa7\xbf\xdd\x44\x81\x94\xbb\x7e\xfb\xd7\x6a\x5f\x81\x10\x33\xf9\xfe\x35\xa4\xa6\x41\xf3\x37\xea\x00\x0e\x99\x11\xb3\x94\x14\x66\x79\xfa\x6c\xe3\x19\x40\x55\xc7\xa8\x8b\xb2\xc4\xb6\xfe\xed\xa1\x5e\x4a\xdb\x90\xa6\xff\x77\xcb\xf1\xd0\x17\x2a\x59\x11\xb3\x5b\x80\x01\x88\x26\x7b\x91\xa1\xdd\xb0\xd2\x3c\x7b\x4f\x9d\x74\x74\x7d\x6c\x1e\x23\xc3\xfd\x99\xdc\x9c\x34\xea\x5b\x5c\xc7\x60\x63\x11\xe7\x25\x92\x38\x0e\x70\xa4\x7d\xc4\xb5\xfb\x09\x0d\x08\x0c\x6c\x5e\xc6\xba\x66\x65\x3b\xcd\x77\x1b\xd5\xab\x8b\x4d\x72\x84\xc8\x17\x87\x02\x4b\x57\x74\xe0\x77\x98\x63\xb0\x2b\x8f\xd3\x2e\x67\xb8\x46\xae\x75\x19\xa6\x85\xf5\x82\x8b\xc1\x92\x51\x63\x17\x1d\x78\x8b\xcc\x08\x80\xb2\x6e\xab\x33\x6a\xaf\xbe\xf7\xa7\xce\xe4\x4f\xbd\x53\x1b\x75\x2f\x18\x91\xa9\xcb\xbd\x50\x9b\x48\x16\x53\xd6\x82\x14\xec\xb1\xfc\x11\x3a\x50\x82\x92\x4e\x9c\xbe\x1b\x66\xc2\xde\x60\x90\xb6\x86\xeb\xaf\xbe\xf2\xe6\x5b\xaf\xbe\xf1\x8a\xe5\x87\x00\x3f\x9e\xe0\x8b\x45\xdd\x6c\xdd\xd1\x57\xa5\x5a\xf4\xac\xe3\xd3\x45\x32\x69\x99\xfe\xfa\x73\x80\x09\xb2\xee\xfc\xde\x1b\x1b\x69\xda\x6d\x0c\x9b\x17\xd2\xee\x32\x95\x7c\x42\x82\xa2\x38\x81\x1c\xa3\xc1\x6f\x46\xee\xbd\x8d\x8a\xb1\xe2\xe8\xbd\x6a\x24\x23\xc1\x96\x07\x2a\xe1\xcf\xa8\xf3\x96\x13\x18\x2b\xc6\x1e\x1a\x84\xbc\xc2\xe0\x1e\x72\x5e\x3a\x28\xc1\x3a\x0e\x68\x0e\xb4\x1d\x12\xac\xc5\x0c\xb1\x8c\x19\xf1\x23\x02\x70\xae\xd7\xb2\x4e\x27\xdd\x02\x67\x15\x59\xba\xbd\x21\x32\x28\x9f\x98\xe5\xdc\xf0\xa1\x75\x4a\x9e\x35\x31\xa5\xec\x84\x71\x29\x59\x78\xec\xfd\x5b\x68\x73\x10\xba\x0c\x0e\x84\x2d\xf5\xa8\x6a\x85\x2a\x7e\x1f\xec\xb2\x86\x17\x19\x60\x24\x86\x52\xc8\x77\x2d\x9b\x50\x56\xef\x5c\x07\xbd\xab\x50\x6f\xcd\xa6\xb2\x31\x4f\x44\x41\x64\x68\xfc\x29\x49\x82\x99\x12\xf0\x59\x65\x37\xca\xc8\xbf\x45\xc7\xc8\x70\x31\xe6\x3d\x03\xa7\x84\xab\xf9\x66\xe5\x79\xdd\x24\xa8\x95\x18\xe3\x17\xf0\x1c\xf8\xc0\x1a\x62\xa8\x59\x64\x46\xc7\x2f\xae\x3a\x9f\x56\xa9\xf3\x71\xef\xb2\x64\x77\xcc\x21\x32\x80\x2b\xd2\x77\xb3\x1c\x79\xf1\xb1\xee\xb4\xc8\x08\x71\x15\xad\x15\x13\x2b\x95\x23\xfe\xe9\x34\xf3\x21\x68\x6c\xe9\x68\x28\xae\x6a\x4c\x88\xd6\x69\xf7\x2b\x0c\x95\x31\xab\x06\x12\xd4\x09\x8a\x78\xe0\x94\x0c\x4a\x14\xf5\xca\x88\x3d\xf6\x8f\x70\x62\x08\x09\xb1\xb9\x65\x62\xf9\x3e\xb2\x59\xa4\x20\x4a\x58\x5e\x3f\xf6\x86\x30\x93\x7f\x60\x30\x9c\x1c\x37\x78\xf7\x5d\x48\x2f\xc7\xb5\x7b\x86\x7a\x1f\x29\xd9\x14\x6d\xcf\x0c\xdc\x25\xbb\x1c\x73\xf1\x86\x43\x3c\x2b\x04\x1f\x8c\x30\x60\x01\x00\x5d\xe2\xc5\x74\x60\x78\x63\x3b\x1d\x79\xfc\x87\xac\xd5\x4a\xa3\xa2\x56\x60\xc6\x2b\xb3\x0f\x99\xa2\x09\x9c\xcf\x20\x6c\xfe\x38\xc1\x2d\xef\xb3\xbb\xce\xd4\x1a\x8d\x8e\x2b\x55\xa7\xd7\xc5\x66\xec\x6b\xc6\xc4\x42\x54\xe1\xd0\x01\xaa\x0a\x99\x96\x57\x59\x3d\x75\x0d\xb4\xe4\xd6\x12\x75\xc7\x91\xc3\x04\xe4\x32\x6c\x78\x8c\x16\xe7\xdf\x10\xb3\x4c\x18\x1c\x2d\x3d\xb5\x7c\x68\xb0\x1e\x40\x9e\x8d\x5e\x1a\x3b\x87\xde\xa3\x30\xc8\x66\x62\xbd\x71\x88\xa9\xb7\x51\x60\x16\xfe\x28\xb2\x41\x98\x61\x66\x5c\x2c\xd8\x44\x2d\x16\xfb\xa8\x60\x3e\x66\x0b\xe8\x21\x2f\x00\x55\x45\x56\xbd\x63\x4d\x6b\x7c\x89\x16\x23\x72\x64\x85\xb0\x4c\x20\xd1\x19\x3a\x41\xbb\x02\xdd\x18\x46\x2c\xb1\x7f\xc1\x58\x14\x4e\xce\xe4\xb4\x5b\x41\xde\x70\x49\x12\x92\x32\x06\x7b\x95\xe8\xae\x50\xfe\x10\xc5\xd5\x91\x88\x78\x07\x56\x53\xf7\x31\xa9\xf2\xc5\xcd\xcf\x5b\x37\x51\xdc\xf0\xc8\x19\x7f\x14\xd5\xe1\x57\xc1\xa9\x97\x5f\x7d\xf9\x41\x1f\xc5\xcf\xda\xbc\xf4\xb5\xf8\x36\x96\x9c\xb0\x58\x9e\xe4\x2b\x58\x83\x77\x13\x75\x6b\xe0\xee\xe9\x76\xc6\xce\x8a\x73\x17\x5c\xc3\x8f\xf0\x80\x54\x16\x30\x2f\x69\x30\xd8\x4c\xc1\x4c\xd6\x59\xf2\x86\xc2\x5b\x07\xec\x77\xbd\x92\x5c\xd3\x2e\xb4\xab\xed\xd1\x02\x9f\x20\x91\x1c\xe4\x85\x8b\x8f\xc9\xc2\xfd\xa1\x49\x8c\x86\x38\x22\x10\xc5\x31\x4b\x97\x5a\xa3\x50\xa1\xc6\xc6\xa0\xd9\x6d\x6d\x6b\xd2\xf0\xef\xfc\x46\x39\xb6\x0e\x83\x85\xe8\x08\xaa\xc8\x81\x11\xed\xe1\xec\xce\xd7\x0c\x13\xdb\xdd\x4a\x1b\xe2\x98\xe7\x69\x00\x94\x8a\x43\x79\xc5\x91\x5e\x41\x3c\xf2\xc0\x79\x54\x06\x69\x8d\xf2\x61\x6f\xe7\xf1\xc6\xda\x2d\x7b\x4c\x9a\xf7\x53\xfb\x97\x9e\x91\x95\xc0\x3b\xee\x2e\x62\xd4\xab\xa8\xbb\xd9\xe3\xd7\x7e\x08\x17\xe3\xc2\xcf\xb2\xb4\xd2\xb2\x87\x7a\xa2\x6c\x78\x59\xeb\xe5\xad\xc1\xaa\xb6\xd9\xeb\x74\x7a\x97\x52\x30\x4d\x92\x5e\x9c\xf4\x87\x24\xeb\x4f\x0d\x98\x35\x81\xc0\xd3\x46\xee\x33\xcf\x41\x31\xa8\xd4\x13\xed\xe6\xaa\x27\x34\xe0\x4f\xc1\xef\xe2\x1c\x69\x88\x8a\x7c\x07\xb7\xbf\xf0\x2b\x18\x7b\x76\xea\xc8\xbf\x81\x0e\x6a\x70\x91\x66\x5f\xc8\xb5\x81\x08\x43\x00\x04\xf0\xf5\x88\x71\x89\x76\xf4\x32\x88\xca\x8d\xdb\x6f\x0e\x0d\xdf\xd2\x25\xd5\x2f\x6e\x7f\xf9\x14\xdf\xfe\xf5\x4c\xfe\xed\xa1\x72\x9d\xf2\xc2\xe0\x88\xa9\x85\x58\x41\x8a\x69\x3c\x5f\xb3\x01\x90\x5e\x38\x6f\x45\xdc\x15\x13\xd6\x7c\xdd\x53\xd1\x4c\xd9\x00\x0a\x6e\x38\xe2\x8e\xc5\xbc\xae\x72\x30\xd8\xf5\xed\x98\x60\xf3\x6d\xf6\xfb\x9d\xac\x85\x76\xab\x9c\xa1\x27\xf0\x6b\x27\xa3\x75\xc4\x5a\x6d\x26\x6d\xa7\x9d\x74\x98\x5a\xde\x48\x29\xd5\x95\xf2\x71\x94\xb5\xd7\x7f\xf1\xa3\xd7\x6a\xb5\xfe\x68\xc3\xcc\xe5\xe2\x3d\xd1\x93\x13\x70\x04\xea\x56\xf6\xc3\xc8\x4f\x09\x77\x26\x67\x34\x27\x52\x14\x2e\xb0\x65\x05\xe9\xa2\xcc\x8a\x21\x5f\x7d\x88\x9e\x5e\xc7\xac\xdd\xd0\x8e\xff\x3e\x66\x13\xa8\xb0\x16\x2f\x73\xde\xc8\x85\xbd\x1f\xf5\x81\x66\xaa\x69\x95\xfb\xec\xa1\xc3\x06\x26\x45\xb2\x67\xc0\xc1\x00\xd2\xba\x86\x1f\x1e\x12\xa8\x04\x33\xf8\xac\x05\x8f\x3d\xf3\x0c\x6e\x3c\xfe\x87\x8c\x2f\x1f\x59\xfb\xae\x12\xa0\xad\x90\xc3\xf6\x5e\xf2\x8b\xf1\xfd\x8e\x97\x38\x37\x5a\x06\x8e\x3d\x1c\xc3\x90\x48\xd2\x17\xcf\x3f\x65\x71\xc0\xbc\x20\x88\xb2\x25\x71\xe2\xdf\xcc\x7b\xb9\x53\x19\x49\xdf\xe9\xb5\xd8\xb1\xf7\x4b\x46\xb9\x33\x5a\x46\xa1\x02\x33\x6a\xa3\x7e\x1b\xd4\xd7\x0e\x74\x30\xc1\xc1\x4c\x99\x32\x3c\xd0\xf1\x9b\x3b\xdd\x72\x2c\xc2\x98\xa5\xdb\x04\xdf\xe8\x09\xba\xa1\x1e\x13\x5b\x29\x53\x30\x3b\xc7\x58\x7b\xd5\x50\x79\x7d\x48\x68\xae\x0d\x07\xb0\x06\x4c\x0e\x53\xf0\x9b\x4f\x43\x96\x59\x96\x62\x00\xfb\x63\x7c\xd7\x9c\xc7\x81\x20\xbe\xdc\xd9\x7a\x86\xce\x80\xf3\x9b\x91\x31\x89\x6c\x1a\x85\x8a\x82\x95\xc7\xf4\x80\xbc\x5f\xbd\xd8\x6d\xb4\x6b\x1b\x24\x05\x61\xc7\x9f\xb1\xbc\x30\x89\x87\x3e\x8b\x2b\xb1\x4f\xd2\x42\xdf\xe3\x72\xe6\x09\x31\x63\x5a\x12\x17\x1d\x49\x45\x41\xa9\x01\x61\x93\xbf\x03\xaf\xcf\x04\x71\xac\xf8\x55\xb3\x25\x27\x16\x48\xa4\xdc\xd0\x1f\xa1\x59\xd1\x3c\x4c\xeb\x3c\xdf\xda\xee\xf5\x72\x76\x67\x91\xf5\x8b\x93\x54\xc4\x9b\xc5\xad\x98\xa1\xcd\x3a\xeb\x87\xb0\x19\x10\x6c\x58\xaf\xea\x6e\x4e\x6f\xd4\x07\x55\xba\x91\x8d\x79\xb7\x48\x6c\x1a\xd9\x0e\xe6\x87\xf8\x43\xa1\x3c\xe7\xad\xec\x29\x31\x07\x55\x56\xb1\x29\x82\x23\x51\xe1\x87\x4a\x6b\x0c\x51\x9c\xfe\xd1\x2a\x17\xca\x7b\x4b\x6f\xc7\x6a\x55\xc4\xdd\x16\xda\x79\xba\xdf\xa9\xe2\xf8\xa9\x75\xe0\xfd\x52\xf7\xcf\xcb\x3d\xce\xd0\xdd\x71\x5c\x02\x4e\x75\x66\xa5\xf7\x89\x0c\xa0\x7e\xc1\x86\xc6\xf2\x83\xd3\x36\x4b\x2f\x8e\x5b\x1b\xa2\x7a\x1d\xad\x92\x28\xf9\x30\xba\x86\x00\x1f\xae\xa1\x4e\xef\xe0\x99\xb5\xc0\x00\xd3\xf0\xdb\xde\xad\xd6\x56\x8a\x5d\xfc\x01\x49\x2e\xce\x9c\x1a\xd3\x4b\x55\x2f\x6e\x91\xfe\x29\x38\x0c\x77\xee\x5a\xa9\x8a\xc2\x3f\x63\x91\xf0\x3c\x13\x9c\xf8\x84\x84\x65\x66\xda\xbd\x30\x5f\x34\x3d\xce\xaf\xb1\x35\x5b\x1e\xcb\x91\x5a\x21\x81\xa0\x5d\x02\x2f\xe9\xbf\x9a\x2c\x05\x87\x64\x00\x03\x15\x96\xb9\x62\x2a\x30\xa0\x7f\x99\x9d\x93\xb3\x6d\x48\xe7\x68\xc2\x0d\x15\x8a\x86\x92\xcf\xf2\x51\x49\x79\xca\x1e\xf7\x44\x9f\x66\x56\xaa\xe1\xd6\x8f\xe5\x60\xb0\x2a\x2b\x13\xe7\x5f\xfc\x08\x2d\x60\x42\x66\x2c\x8d\x11\xd3\x67\x20\xa9\x3f\x30\xa8\x09\xb2\x58\xdc\xf1\xd7\x29\x1f\xc4\xca\x1c\xf3\x08\x17\x4d\x44\xb0\x45\xe6\x24\x6d\x4f\xcd\x4f\xda\x13\x32\x2d\x90\x51\x90\xaf\xb1\x43\x7f\x8c\x03\xa7\xe1\x54\xd6\x24\x3d\x26\xc7\x1a\x33\xe2\x79\x8c\xe1\xd7\x44\x3b\xce\x8a\x4b\xb8\x86\x03\x27\x9b\x8a\x3b\x9d\xcf\x24\x16\x94\x48\xc2\x7a\x69\x96\x55\x3c\xc4\x2f\x4e\xd1\x4b\x59\x22\x14\xc9\xaf\x2a\x21\x07\x28\x09\xcf\x9a\xb1\x6e\xd0\xda\x7c\x71\x9d\x22\x5c\xe3\x81\xbe\x1c\x1e\x81\x45\x05\x8f\xa7\xb7\xf7\xf8\x25\xbd\x43\x88\x9c\x68\x23\xf2\xe3\xfb\x44\xcb\xbb\xf6\x3c\xf1\x28\xe9\xca\x73\xe2\xb0\x15\x43\x96\x3b\x93\x2f\xbe\x74\xbe\xee\x3a\x37\x3c\x6f\x3d\xf0\x28\x0b\x3c\xf4\x16\x18\x95\x66\xcb\x03\x6c\x95\xd3\x9e\xe7\x7b\x46\x5c\x20\x0a\xa0\x8f\xe1\xaa\xa7\x51\xd8\xca\xce\x7a\xa2\x6b\x86\x23\x80\x46\xe6\x19\x7b\xfe\x7b\xbe\x67\x90\x76\xe2\xf3\xd8\xe9\x0f\x90\x23\xaf\x76\xfa\x02\x46\xdf\x9d\xaa\x22\xe4\x4f\x72\xb9\x25\x06\x7c\xcf\xde\x30\x03\x95\x20\x60\x2b\x02\x47\x51\xb0\xef\xba\x00\x48\x18\xd7\x88\xba\xef\x12\x1c\x72\x3b\x94\xaa\x09\x11\x10\x33\x8e\x2b\x21\x3d\xca\x41\xa2\x9c\x56\xf7\x25\xb4\x3d\x26\xe1\x29\xb9\x74\xa1\xff\x56\xa2\x6c\x09\x1c\x59\xc2\x32\x1f\xb1\x02\x81\x39\x95\x7e\x66\xdd\xab\x65\xb3\x28\x8a\x9f\xf9\xe2\x17\xf3\xe1\xa0\xd7\xdd\x7a\x89\xbd\x58\x8f\x45\x9b\xc7\xc9\xd2\x5e\x7e\xf1\x59\x6e\x90\x18\xee\x54\xcc\x5f\xe6\xb3\xa7\xf4\x26\x46\x95\xb1\xcf\x09\x6b\xa8\x31\x0c\x56\xa9\xb5\x8f\xe8\x11\xbc\xd8\xd4\x89\x77\xfc\x84\x1d\x37\x3d\x2d\x3e\x9c\x07\xa5\xe1\xb1\xaa\x4b\x1d\xa9\xc7\x6c\x3c\x85\xff\x89\xef\x97\x3f\x3a\xfb\x72\x92\x44\x4c\x0f\xe4\x3e\xad\xa5\x4a\xd6\x36\xf3\xc3\x94\x0e\x0d\x45\x2f\x5f\x03\x8a\xa8\x55\xb4\x11\xf3\xd3\xa5\x74\x34\x54\x25\xec\xdb\xf1\xea\x76\x40\x94\xf4\x68\xc0\xbb\x95\xcd\xd1\xc5\x9c\x34\x01\x78\xfa\x0f\xd9\xb0\xc6\xac\xd8\x91\x18\x49\xe3\x96\x2a\x99\xc6\x4a\xa4\xce\x71\x07\x3e\x61\xc4\x84\xf8\xe6\xbb\x20\x28\x60\x9b\x26\xf2\x34\xdc\xe3\xfd\x34\x2a\x0c\x07\x6f\xd1\x43\xe0\xb2\x07\x38\x4f\x52\x7d\x9d\x12\x72\x8e\xe7\xee\x13\x73\x39\x97\x05\xe4\xdc\x2e\x1f\x86\x2c\x75\x08\x08\xb6\x60\xff\x39\xf9\x62\xea\x4b\xf5\x34\xc2\x36\x58\x3b\x80\x18\xf2\xef\x2f\xd8\x28\xa7\x24\x1b\xd2\x49\x1f\x92\x82\x78\xe9\xc3\x76\x84\x78\x39\xf5\x2d\xed\x48\x0e\xdf\x5b\x7c\x5c\x2d\xa1\xc9\xec\x29\xbc\xbd\x5e\x57\x83\x36\x53\x19\xb2\x5e\x32\xd8\x05\xb6\xc7\x7d\x76\xb5\x89\x83\x35\x29\x8b\x21\xd7\x8f\xd5\x05\xff\x9e\x8c\x4a\xce\x43\x58\xdc\xf2\xb9\x31\xc2\xcf\x10\x44\x3a\x85\x42\x91\xef\x91\xad\x54\x4e\x44\x8a\x8c\x92\x79\x74\x92\xfc\xb7\x04\xff\x13\x12\xb6\x0d\x7b\x17\xcc\x9b\x8c\x4d\x80\x24\xec\x80\x00\xf2\x3b\x4d\x61\x29\x8b\x28\x51\x63\xac\x3d\xb3\x75\x1e\xf0\x1c\x71\x18\xa8\x55\xb9\x1e\xb1\x79\x82\xd1\xfd\x2d\xfa\x21\xa2\x78\xe5\x80\x95\x6a\xa2\x13\x99\x0e\x95\x8e\x6e\x32\xc0\x87\x0e\x00\xd1\xd9\xa9\x3c\xd1\x77\xa2\x36\x7a\x0d\xe4\x2f\xd1\xdd\xc8\xba\x6d\xd2\xfd\xf0\xd2\xf0\x55\xd3\xef\x0e\x8b\xdc\x43\xee\xc1\xc6\x49\x92\x47\x58\x75\xdc\x0d\x71\x4a\x6e\xaf\x63\x47\xec\x9b\x38\x62\x03\x81\xa0\xe2\x62\xbe\x16\x28\x60\x99\x8b\x42\xc3\xf0\x1c\x8f\x0b\x97\x0a\x13\x79\xf9\xcf\x94\xea\x62\xcc\x49\x9b\x38\x86\x89\xa7\xa8\x8c\x60\xc2\xef\x04\x8d\x39\xdf\xdb\x3d\x45\xf8\xf4\xc9\x01\x54\x58\xd8\x14\x39\x59\x64\xd4\x32\xa0\xce\x6d\x2e\x08\x46\x38\x5a\xc1\x02\x8e\xf0\x94\x38\xef\x95\x37\x7f\x54\xaf\xd9\x95\xf2\x12\x38\x08\x4c\x99\xa5\x41\xe1\xb3\x47\x1c\xa2\x7a\x1f\x5a\x2a\xe4\x70\x44\xc9\x6a\x20\xc4\x28\xcc\x6d\xb4\x1a\xda\xe3\xf7\xe9\x11\xa0\x23\x94\xb6\x0f\x48\x6c\x74\xa7\xcc\x27\xfc\xaf\x44\xd6\x90\xfa\x5f\x29\x94\x03\xae\xea\x16\x74\x22\xc8\x4a\x29\xcc\x58\xa3\x43\xc5\x7a\xe8\xbb\xd2\x3b\xf7\x0e\xf3\x54\xd4\x21\x00\xc6\x21\xa7\x09\x1b\xeb\x7b\x80\x72\x2f\x47\xce\x2b\x2d\x94\xd6\xd4\xb8\x59\x08\xc3\x54\x42\x9d\xb7\x04\x26\x14\x85\x72\xb6\x10\x15\x4a\x10\xea\xcf\x73\x3a\x1b\xa7\x25\xac\xf6\x39\x68\xd2\xaa\x9f\xca\x22\xfa\x5a\xbd\x50\x7f\x43\xde\xaa\xe3\xa3\xaf\x20\x3d\x3f\xd1\x6c\xab\x09\xd1\x44\xd2\x91\xe7\x2b\x21\x4a\x41\x14\x91\xc7\x14\x49\xdf\x74\x73\x75\xea\xad\x6f\x40\x2b\xd1\x4a\xbb\x5c\x0c\x88\x0b\x09\x7b\x82\x81\xcb\xb8\x1f\xca\x1f\xc3\x61\x5b\xb1\x4c\x94\x61\x88\xb8\x07\xad\x91\x44\x55\x06\xb5\xf2\x16\x6c\x84\x41\xc0\x4b\x55\x04\x11\x70\x2f\x6d\xb5\x60\x9e\x49\x1b\xa9\x50\x44\xd8\x25\xbf\x3e\x3b\xaa\x95\x63\x41\xf3\xb1\x28\x61\x04\x1c\x1e\x5e\xaa\x59\xfe\x1e\xdc\xd6\x34\x71\xb2\x4d\xf1\x7b\x08\xcf\xfc\xd2\x88\x30\xff\xbb\xf8\xbd\xc1\xfa\xbf\x57\x62\xcd\xc4\x46\xd6\x8b\xc3\xc7\x29\x9b\x1f\x21\xdc\x6e\x3c\xfa\xc1\x87\x2e\xc3\x1a\xfb\xdd\x24\x0d\x44\x44\xf9\xe4\xe7\xbb\x0d\xba\x39\x02\x3f\x5e\x4c\x01\x55\xea\x31\xbd\x92\x31\x5f\x32\xa2\xb6\xab\xa8\x40\x5d\x19\x54\x6b\x6f\x83\xd1\xff\x7c\x8d\x3d\xd8\x6e\xfb\xce\x61\x35\xe5\x80\xb8\x30\x0a\xc1\x79\xb6\x8a\x19\xe6\x8f\x98\xfa\xe2\x23\xd1\x5d\x2b\xe7\xd1\x8a\x51\x40\x92\x94\x94\x02\x64\x96\x01\xbf\x0f\xda\xff\x8c\xdd\x92\xd8\xb8\xa1\xef\x1c\x0e\x95\x9c\xa3\xe4\x49\xd9\x2b\xaf\xd7\x2e\x66\x79\xb6\x91\x75\x90\x45\xbd\x8d\x58\x73\x2a\x5e\x5b\x06\x19\xe2\x57\xf8\xe8\x64\xe4\x7e\xb3\x9b\xb4\x0c\x63\x9c\xaf\x9f\x1e\x65\xc9\x20\x6d\x27\x10\x49\x7e\xfa\xa5\xe2\x8f\x4e\x24\x33\xe3\x9b\x66\x2f\x55\x25\x89\x0e\x47\x85\x24\xcf\x2d\x60\xb2\x29\xd9\xa1\xa5\x40\x95\x89\x0e\xc5\x52\x63\x53\x20\xad\xb4\x2c\x73\x40\xb2\x30\xf2\x71\x7f\xc8\xc4\x8a\xf1\xe0\xa2\x04\x27\x2e\xe0\x57\xad\x1e\x72\x53\xcb\xc1\x3c\xad\x3c\x4f\x62\x08\xdc\x0b\x3d\x60\xb0\xb5\x5a\x9c\x89\x92\xac\x48\x33\x69\xae\xf6\x99\x5a\xab\xd3\xeb\x3a\x70\x89\x6b\x25\xd8\x05\x32\x92\xee\xae\x98\xbe\x9c\xb0\xd8\x62\xf3\xe2\x84\x39\x6b\xae\x2f\x4e\x06\xec\x26\x82\xa3\x6b\xbe\x74\xaa\x86\x5b\x26\xd7\xae\x3b\xfc\xf8\xaf\x39\xed\x61\xfc\xba\xb1\x0f\x65\xa2\xd3\x7d\xbc\x04\xdb\xd7\xa8\x55\x09\xde\x22\x3d\x30\x87\x18\x58\x1d\x63\xef\xec\x26\x31\xe3\xe4\x4f\x75\x4b\x4e\x6a\x42\x5e\xd6\x14\xb6\xce\xba\x41\xf3\x13\x3a\x4c\x7a\x20\x5f\x4c\xe9\x9d\x12\xbe\xb9\xe3\x3c\x6c\x10\x97\xe1\x27\xc8\x39\xef\xf2\xcd\xdb\x9f\x54\xc2\xce\x1b\x9c\xe9\x81\x4f\xdc\xe5\x35\xab\x6f\x65\xc3\x6c\xab\xdb\x1b\xa4\xb5\x4e\xd6\x32\x0c\x70\xba\x8e\xe0\xf9\x01\xee\xeb\x11\xa2\x09\xfe\xb0\x74\xb8\x04\x69\x82\xed\x89\x0b\x6f\xb6\x0d\x16\xfa\x39\xfe\xc3\x7f\x55\x0f\x03\x29\xaa\x39\x8d\xbe\x35\x65\xf0\xd0\x06\xc2\xa8\x37\xf8\x5e\xf6\x1a\x59\x37\x43\x37\x6e\xca\xcc\x3c\x25\x6a\x54\x3c\x0a\xd8\x4e\xab\x3b\x88\x03\x81\x4e\x95\xa1\x84\x3e\x3b\x23\x89\x1c\x53\x6f\x5d\x70\x75\x92\x1e\x81\x40\xce\x97\x2a\x2a\xc0\xad\x9d\x6e\x36\x47\x1d\xf1\x58\xa3\xe2\x02\xd7\xac\x6f\x5e\x52\xce\xab\xc6\x59\xef\xcd\x46\x87\xe9\xe0\x22\x48\xae\x9f\x93\x43\x28\x39\x48\xc2\x59\xeb\xec\x11\x61\x4e\xc9\xa7\x49\xb7\xf6\x8c\x0c\xd3\x6c\xb7\x07\x81\x1d\x20\xc8\x3e\xe1\x37\xb4\xdc\x9f\x97\x93\xb6\xe4\xc6\xc8\x19\x03\x7d\xc7\x24\x5f\x68\x52\x9a\xe2\x7a\xed\x12\x04\x7b\xa0\x9b\xd9\x57\x74\xa4\x14\xce\x2a\x66\x3f\x74\x34\xdb\x6a\xbe\x87\x2d\xfe\x80\x0f\xe2\x11\xf2\x56\x38\xfe\xfc\x06\xbe\xc7\x1c\xfc\x4e\x18\x1d\xb1\x9f\x98\xb9\x8e\xd6\x36\xc7\x8e\xf7\x36\x1b\x78\x3d\xc4\x20\x47\xbd\xd7\xc5\x3f\x78\x6a\xb0\xe0\x31\x89\x6e\x2a\xf2\xc7\x63\xf2\xd8\x3b\x12\xbb\xc3\x66\x40\xd7\xee\xa5\x6a\x23\xca\x56\x91\x7b\x03\x68\x63\x7d\x81\x2b\x5b\x9c\x2a\x27\xe4\xc9\xf6\x5d\x5d\xd9\xfe\x43\x3f\x26\xd1\x38\xc6\x73\xa0\x58\xe7\xb9\x85\x7e\x6d\xdd\x14\xfc\x18\x46\x90\x66\xe8\xeb\xb9\xca\x78\x2e\x01\x4f\xe5\xdc\x64\x50\xbb\x61\x8b\x44\x3d\x9d\xb7\x1c\xe8\x99\xad\xbb\x00\xf9\x53\x54\xa3\x52\x92\xd5\xaa\xa7\xeb\x98\x2a\x8f\xce\x02\x81\x4d\x36\x3a\xa3\xd4\x10\x0a\xaf\x70\x43\x71\xc4\x74\xd6\x4e\x47\xcf\x57\x92\xcd\xa0\x0b\x4d\x15\x9f\xc4\x5d\xea\x44\xfc\xec\x63\xba\x67\x65\x49\x4f\xd8\xb5\x00\x1f\xef\xe7\x69\x86\x62\x61\x89\x2e\x17\xec\xb3\xaf\xff\xe8\xad\x48\x2e\xd3\x92\x25\x5d\x27\x78\xe2\x3a\x07\x36\x31\x27\x38\x0a\xcb\x3a\xcc\xc9\xee\x64\x79\x4e\xe2\x5d\x37\x03\x30\x71\xb9\x09\x8e\x9d\x07\xff\x98\xbd\x51\x09\x70\x4e\x28\x70\xb6\x34\xed\x42\xa8\x97\x29\x25\x4a\x01\xbc\xc1\x3a\xcb\xb2\x54\x55\xef\x0b\x53\x18\x79\xde\x26\x1c\x1e\x50\xe5\xd7\x6b\x1d\xc2\x4b\x0e\x34\x9c\x38\x0c\x18\x54\x4c\x35\xef\xd6\x2a\x1e\xfd\x41\x61\x10\x9e\x44\x78\x77\x90\xcb\x3e\x26\x67\x7e\x46\x9a\xc4\x47\x78\xe0\x86\x12\x1d\xe2\x2b\xf3\x68\xf0\xbb\x30\x51\x8a\xb3\xc0\xd4\xb7\x79\xda\xd9\xac\xca\xaf\x6e\x19\x2f\x71\x75\x0f\xce\x7b\x3c\x17\x7f\x7e\x34\x31\x58\x1b\xfc\x6d\x15\x7d\xc5\xf2\x62\x10\x3f\x02\x32\x54\xff\xb2\xc1\x99\xdd\x0b\x15\x70\xec\x1a\x68\xe5\x5f\xd0\x10\x2e\x42\x0d\xe5\x02\x07\x75\x34\xfe\x7f\x7e\xfc\xf9\xd9\x57\xe5\x3e\x5e\x1d\x0e\x3a\xf0\x97\x4d\x8a\x1c\x8e\x07\xef\xcd\x0c\x48\xc0\x19\xaa\x84\x22\xd3\xd7\x46\xdd\x4b\x12\x43\x38\xa1\x77\x82\x27\x23\xb9\x54\x0b\x0e\x40\x32\x3b\xe2\x76\xf7\xbc\x1f\x47\x90\x7b\x6b\x80\xb1\x4a\x73\xeb\x0f\x36\x45\x25\x7a\xe0\xed\x6c\xce\xb1\x46\x6d\x6f\x97\x3f\x4e\x6a\x54\x15\xa6\xc4\x81\xd6\x40\xe5\x4e\x4f\xfe\x2b\x02\xcc\x99\x66\xe1\xcc\x6e\x7f\x39\xca\x5a\x17\x1a\x5b\xa3\x0c\x4b\x7e\x30\x8b\x0f\x3b\x05\x59\xc3\x5c\xe3\x01\x2b\xa6\x24\x69\xed\x8c\x99\xf0\xe1\x76\x96\x33\x16\xfb\x22\x64\xb6\x17\x31\x23\x2a\xbb\x13\xb2\x8a\xad\xde\xce\x4e\xb3\xdb\x5e\xa0\x20\xad\x42\xc2\x78\x4c\x3a\xd6\x49\xfc\x1d\x58\x8a\x00\x12\xdd\x1f\x41\x3c\x35\xb8\xe7\x2b\x1e\xdd\x4f\x57\x11\xbe\x5f\x32\x6d\x7f\xc7\x79\x71\x6b\xe6\x80\xb0\x4a\xc0\x72\x7a\xc2\xb8\xa8\xd2\x7e\x4f\xbe\x6e\xbb\x78\x3b\xbf\x15\x65\x22\xc9\xf7\x34\xda\x43\x28\x10\xe2\xd5\x6d\x29\x31\x7b\xb5\xe1\x20\x45\x87\x4b\x22\x39\x70\x93\x9b\x59\x07\x12\x19\x70\x24\x03\xd4\x5f\x18\x36\xb7\x80\xc3\x41\x0f\xaf\xf9\x35\x4e\x75\xee\x42\x19\x5c\xa4\x0b\x30\x4d\x0f\xe6\xd7\x79\x9a\x34\x77\x13\x4d\x6b\x66\x90\x9c\xfc\x6e\xe9\x6f\xa9\x74\x73\x07\xbd\x00\xaf\x6b\x43\x3f\x96\xcd\x59\xa9\x5c\x4e\xa7\xb9\x91\x76\xbc\x61\x77\x0c\xbe\xcc\x87\x06\x16\x73\x56\x84\x80\x71\xad\x06\xf0\x94\x41\x05\x9e\x2f\xf0\x86\x10\x0d\x60\x32\x89\x4e\xda\xcc\x25\x44\x01\xf9\x75\x60\xe9\xc0\x8d\x77\xd0\xbc\x64\x78\x22\x33\x31\x71\x96\xa8\x19\xa0\x2f\x06\xc4\xa9\xae\xce\xe7\x1c\xb3\x45\x04\x19\xbf\x61\xc2\x34\xec\x7a\xd7\xb3\x3c\x4f\x24\xa4\x24\x32\x1e\x50\xc0\x26\x61\xbd\xbb\x2e\x0e\xac\x90\x70\x20\xeb\x5a\x0b\xb7\x25\x1b\xa9\x57\x6c\x48\x3e\x97\x6a\x02\x09\x6c\x12\x02\x34\x8f\xc8\x36\xdd\x44\x1b\xcb\x57\x0c\x3f\x53\xfb\x3b\xb0\x55\x80\x38\x3f\x71\xc5\xb4\xf8\xcb\x8e\x41\xbc\x54\x7d\xcc\x0c\x34\xc3\xda\x13\xa2\xc6\x92\x26\x6d\xcc\x59\xf3\x19\xb9\x50\xda\x5f\x39\xe5\x1e\x24\xe1\x35\x52\x25\x28\x0e\xed\x27\xf3\xf2\x25\x9b\x3e\xf0\xd8\x13\x9b\x5c\x0e\x4b\x94\xa9\xda\x54\x8f\x0a\x57\x91\xc8\x35\xa9\x97\x01\x41\x7d\xec\x82\xec\xb9\x91\x76\x2c\xba\x43\x93\x04\x3c\x4a\xdd\xaa\x65\x60\x61\xd0\x90\x81\x0c\x4a\xa0\xcc\x04\x73\x1b\x10\x74\x14\x1b\xdb\xc2\x9b\x05\xb7\x60\x66\xd5\x80\x66\x47\x11\x70\x8c\x6a\xee\xd2\xec\xaa\xf1\x9d\x60\x7a\xe9\xa6\x3b\xf5\xfa\x69\xd7\xef\xe3\x82\x1c\xe2\x3d\x0c\x9a\xce\x21\x45\x94\xeb\xf3\x87\x62\x1c\x3a\xf9\x8b\x4e\x86\xde\x8e\xea\x6d\xf8\x59\x28\xf0\x96\x2a\x9a\x12\x7a\xf0\x96\xf7\xe4\x3a\x79\xf4\x6c\x16\x1b\x81\x49\x9a\x7f\x82\x6e\x00\xa1\x56\xcb\xbb\x12\x41\x89\x38\xe1\x58\xf8\x31\x68\xca\x4d\xe3\xe0\xc3\x02\xda\x91\x45\x91\x61\xb3\x46\xbf\xd3\x6c\xa5\x41\xfa\x49\x0b\x1c\x50\x7d\xcb\x5b\x84\x8c\x5d\x5a\x0a\x77\x71\x0b\xc1\xeb\x1c\x36\x37\xd6\x8d\x4c\x47\x9a\x4b\xba\xcb\x62\xf6\xf4\xfc\xc6\x33\x76\x54\xb8\x42\xdb\xec\x0f\x28\x26\xf2\x95\x4b\x13\x46\xe1\x3c\xf1\x97\xe1\x4e\xf4\x67\x23\xa1\x01\xbf\x87\xbe\xbe\x5f\x89\x86\xed\x86\xc7\x47\xec\x47\x40\x9f\x87\xa8\x86\xfe\xb0\x81\x9e\x87\x9b\x4a\x8a\x5a\x37\x5d\xd0\x59\x5f\xfc\xd8\x53\x0d\xce\xca\x2d\xb7\x32\xd3\x52\xcf\x52\x09\xa2\x4b\xe7\x55\xa2\x61\xe4\x4b\x1d\xd2\xa2\x0a\xf5\x62\x55\xac\xc3\x4a\xe1\x09\x51\x8f\x9c\x0b\x23\x0e\x7b\x90\x92\x2e\xb2\x1f\xb6\xe5\xc6\x3a\x13\x14\xb5\x1b\x1b\x97\xa9\x6f\xb5\x1d\x38\xd6\x7b\x27\xed\x82\xe2\x01\x12\x6d\x63\x6f\xe6\xc3\x51\xe1\x07\x54\x86\x52\xcb\x05\x3d\x73\x4c\x30\x75\x8f\x84\xac\x80\x07\x2f\xb7\xac\x43\xc5\xc9\x7c\xe8\xb0\xf7\x3e\x69\xeb\x63\x4d\xe1\xd1\x40\xd3\x7b\x2c\x2a\x2c\x6c\x3c\x48\x5b\x66\xf5\xe4\xc1\x2f\x22\x1a\xd5\xf9\x2c\x87\xcc\xd0\x51\x44\x57\x67\x48\xbc\x1d\xe4\xb3\x27\x18\x60\xa7\x97\x0f\x81\x4e\xa1\x5f\xd3\xa7\xa8\x14\xfb\xd8\x59\xbd\x84\xae\x52\x80\xf5\x58\xc4\xcd\xca\x95\xd8\x91\xbe\x24\xe5\x2a\x8c\xb4\x74\x14\xc0\x0c\x08\x02\xeb\x67\xde\x7e\xee\x7c\xee\x63\x87\xb1\xf2\x61\x7b\xfb\xfb\xe7\xf3\xd3\x2f\x9d\x79\xfb\xf9\xf3\x39\x68\xa2\x4b\xfd\x1b\x9b\xcd\x0b\x69\x7c\x10\xec\x2b\x1d\xfa\x83\xf4\x62\xd6\x1b\x71\x98\xde\x04\x6d\xfc\x7b\xc8\x12\x33\x4f\xe2\xd7\x1d\xb5\x28\xf2\xdd\xa1\x15\x66\x98\x69\x5e\xd4\x9e\x10\x1e\x17\xb1\xd2\xf8\xce\xc3\x75\x6d\x69\xa2\x70\x9d\x22\x12\xa3\x9d\x06\x9f\xa9\x59\x6d\xc5\x39\x1a\xd9\xb8\x6d\xc7\xa4\xc6\xa0\x39\x1a\x42\x1a\x9a\x13\xe6\xcf\x75\x47\x27\xce\x1d\xc2\xe1\x66\x6d\x38\x5a\x73\x66\xa2\xf5\xff\x1e\xfd\xf5\x12\x9e\x19\x1c\xf4\x3b\x76\x39\x3d\xe7\x03\x27\xee\x12\xac\xc7\xf0\xb3\x86\x70\xe2\x83\x59\xdd\xc7\xeb\xaa\xf0\x62\x09\xad\x53\x0b\x5e\xbf\xb4\xbc\xbb\x68\xf9\xcc\x76\x12\x82\x2a\x8d\x37\x48\xf1\x02\x78\xa0\x80\x79\xb0\x7e\x00\x41\xeb\x27\x9a\x7e\xb6\x64\x6c\xa6\x94\xf6\x6d\x7c\x51\x3d\x5e\x00\x1a\x70\x87\x6e\x77\x8f\x7d\x5d\xb4\x29\x19\xc7\x2e\x13\x7c\xe1\x5c\xb0\xf7\xe3\x0d\x49\x2c\xad\x91\x2c\x37\x71\x50\x1f\xd9\xc2\xc0\x1c\x46\xa6\x38\x11\x95\xa0\x43\x34\x14\x8f\x37\x67\xbf\x47\x85\x85\x1d\xb3\xce\x1f\x30\x91\x38\xea\xd8\xe3\x36\x3b\xfb\x12\xe3\x56\x5b\xfe\x2a\xc9\x6b\x37\x51\xb3\x94\x12\x7c\xce\x17\xa6\xa9\xa5\x3c\xde\xa0\x2b\xc1\x7c\x9c\x9a\x66\x4b\x5d\x0c\x49\x8a\x86\x9a\x08\x2f\x85\xe6\xbc\x14\x57\xee\xbc\x96\x0e\x28\xfd\x9b\x2f\x32\x92\x9f\xf3\xc2\x84\xce\x9e\x9f\x2f\x15\x72\x76\xe6\xf8\x60\xf2\x85\x00\xad\xf1\x6a\xda\xce\x86\xe5\xd4\x7c\x02\x08\x91\xd8\x45\x39\x82\xe6\x45\x92\x9f\xfc\xe4\xf0\xf2\x99\x38\xb3\xa1\x4e\x92\x57\x66\xc1\xa8\x51\xab\xd7\x01\x29\xed\xdf\x89\xd5\x59\xd0\x0c\xbc\x11\x80\x61\x2c\xc9\x3e\xd4\xc0\x61\x82\x3c\x64\x3f\x9d\xf3\x1f\x82\xab\xdf\x8f\x4e\xe0\x4f\x4c\x9b\x0f\xaa\x5e\x2b\x35\x8e\x86\x70\xfb\x4d\xca\xe9\x0e\x55\x80\x6a\x74\x6b\x0b\x9c\x8f\x96\xf4\xa8\x72\x28\xba\x65\x76\x70\x88\x55\xc6\xc7\xd5\x06\xe8\xb2\x6b\xaf\xe6\x02\x21\x17\x4c\xcc\x4b\x22\xbe\x0e\xab\xcd\xfc\xd2\x19\xe1\x28\xae\x63\x1c\x3a\x68\xf8\x9e\x3c\xa7\x6a\xa4\x2b\x51\x62\x32\x71\xb8\x8f\x9c\xea\x24\xaa\x38\xa1\x5e\x06\x55\xf5\x9b\xe6\x05\x52\x6c\x1c\x68\x53\x59\x09\x66\x7d\x7e\x82\x50\x5f\xd1\xcd\x84\x3d\xc5\x45\x31\xec\xbe\x07\x60\xe9\x34\x45\x64\xbb\xf4\x6b\xba\x2c\x5b\xaa\xd5\xcb\x86\x51\xc7\x10\x1c\xe6\xad\x65\xa3\x99\xa7\xeb\x7c\xe8\x36\xf0\x98\x6c\x46\x5e\xe6\x8d\x70\x0b\xf4\xef\xba\xc1\x1b\xde\xea\xb9\x99\xa7\x0e\x5b\xa8\x06\x93\xab\xe8\x81\x55\x6d\xd4\x19\xb2\x5a\x09\x12\x96\x60\x0f\xc2\xb9\x64\xc7\x60\x57\x96\x7d\xc6\x60\xb3\xba\xed\x3c\xdc\x06\x5e\x7d\xd8\xb3\xeb\x42\xb1\xec\x43\xeb\x9e\xe7\x16\x29\x6f\x6c\x2d\xa9\xde\x34\x2b\xe5\x0e\x2c\xeb\x56\xa8\x04\x24\x9c\x92\xa7\xa0\x00\x0d\x74\x25\x91\x75\x40\xde\x1c\x5d\xbc\xda\x10\xc7\x6f\x2a\xa3\x02\x28\x38\xe1\xb0\x38\xa4\x82\xfe\x07\xe2\xe0\x4b\x69\x68\xc1\x41\xf4\x3a\x82\x02\xd8\x94\x81\x1b\xfc\xa0\xb0\x09\x59\x34\xeb\x6a\x68\xdb\xb3\x38\xfb\xb3\xc0\xbf\xb6\x99\xce\x7d\x0f\xff\x20\x6a\xc7\x17\xc7\xb2\xfd\xbd\xc7\x82\x23\xee\x8c\x48\x95\x49\xce\xfb\x62\xc7\xe5\x50\xd4\x39\x38\x68\xf1\x53\x4d\x60\x3d\x6d\x8f\x2a\x3f\x0d\x87\xf4\x0c\xa9\x7a\x5f\x04\xad\xaa\x10\x62\xfc\x6f\xa0\xe1\xf2\xeb\xf3\xf6\x57\x9e\x75\x27\x1d\x6c\x09\x1f\xcb\x93\x5f\x65\x6f\xb5\xd9\xdf\x69\x26\x33\xcc\x3f\x18\xfe\x9d\x77\xd9\xdc\x00\x36\xf4\x62\x3a\xc8\xa5\x92\x59\x48\x33\xdd\x89\x60\xdb\xa8\x3a\xd1\x35\x00\x4d\x65\x1e\x62\x65\x56\x15\x59\xcf\x0d\x6e\xcf\x8c\xa2\x01\x61\xdc\x76\x3c\xa9\xb0\x62\xaf\x84\xd6\x14\x33\xc9\x2c\x2c\x4e\x12\xfe\x9d\xda\xa4\xd1\xf6\x56\xc1\x08\xac\x0f\x98\x64\x0f\x3c\x55\x05\xc7\xfe\x37\x41\x2b\xbe\xd7\x91\x9d\xa6\xec\x2c\x59\x84\x79\xe7\x0d\xd6\xa5\xc1\x8d\x48\xd9\x34\x88\xc1\xb9\x72\x07\x01\x2f\xbe\x6b\x6a\xf4\x89\x38\x4c\x4f\x19\xf6\x81\x89\x92\x69\xb8\xee\x1d\x09\x53\xe2\xf2\x38\x0d\x3d\x53\x5d\x6e\xc0\xca\x6a\x9e\xb1\x48\x4e\xde\x42\x96\x1b\x14\x9e\xb6\x2e\x50\xba\x1c\x8f\x62\xa9\x8c\x5e\xa5\xec\x4d\x52\xc3\x06\x54\xe6\x07\x84\xd5\x2a\x0a\x1b\x29\x31\xbb\xc2\xb5\x0a\xe9\x2a\xd9\xd1\x6c\x65\x34\x6b\xbf\xb0\x38\xbe\xd9\x6d\xa0\x9b\x0d\x5e\x66\x18\xfb\xb1\x94\x84\xc4\x32\xed\x02\xbf\xf7\xbf\x84\xc3\x9c\x7f\x4a\xc5\x18\x2a\xcb\x73\xd9\x65\xa0\x47\xc3\x93\xaf\xa4\x32\xf1\xef\xdf\x67\x39\xaa\x6a\x69\xb4\x86\xc7\x4c\x07\x5f\x4a\xf0\xa6\x5a\xde\x2e\x02\xe0\x87\xe2\x2f\x2b\xc1\xdb\xc4\xeb\x23\x04\x97\xa0\x2b\x02\x0b\xde\xab\xf4\xe9\x88\xbc\x50\xce\x75\x1c\x79\x12\xdc\x17\x71\xc8\xa8\xcb\x98\x13\xc7\x40\x93\x5d\x6e\x48\x51\x85\x69\xba\x8c\x52\xe8\x70\x6d\xe1\x3b\x0b\x63\xe0\x17\x57\x1d\xe5\xb6\xfc\x1a\x9f\xfe\xde\x99\x36\xe3\x67\xf7\xc2\x1f\x56\x78\x62\x22\xd2\xa2\x76\xfb\x36\xdc\x2e\x7c\x91\x54\x23\xdb\x9f\x67\x4a\xb2\x33\x22\x14\x4a\x23\xcb\x36\x48\x1f\x05\x26\xef\xd4\x94\xd9\xab\x64\x31\xe1\x22\x45\x73\xce\x48\x20\x66\x25\x4e\x99\x8c\x7e\x56\xb6\x6f\x95\x06\x1a\x12\x12\xb8\x56\xbe\x06\x5a\xab\x16\xca\xcd\xda\x9e\x2e\x03\x72\x37\xea\xa5\xf6\x1a\xed\x91\x79\x43\x44\xce\x49\xf0\xb2\xae\x0d\xb6\xe4\x55\xb8\xc0\x40\x55\x51\x9a\x32\xd4\x9e\xf8\x67\x63\x98\xed\x8d\xed\xb4\x89\xba\x7b\xa7\x4a\xdd\x15\xfb\xa9\xb2\x7c\x58\xce\xb3\x22\xfb\xad\xab\x72\xe4\x38\xff\xba\xb7\x9a\x38\xa3\x52\xba\x10\x2a\xdd\x69\x73\x58\xeb\x21\x94\xe6\xeb\x41\xc1\x09\x9f\x51\x78\x53\x6d\xe2\x5e\x98\xba\x81\x3d\x63\xb6\xc8\x25\x85\xcb\x70\x6f\xfd\xf3\x0a\xce\x6b\x53\x78\xc1\x13\xcf\xf8\xc7\x9b\x52\x85\x58\xcf\x34\xa5\x5b\xd8\xd2\x72\x3c\x25\xa8\x0c\x76\x9a\x64\x5b\x20\x97\xec\xb9\xd4\x52\x67\xbf\xf4\xbd\xca\x25\xb1\x0c\x15\x24\x17\xf1\xcb\x26\x9f\x4d\x9e\x32\x07\x83\xff\x77\x16\x18\x97\xb3\x66\xbc\xbd\xa7\x22\xb7\xe0\x64\xac\x2f\x96\xbc\x07\x72\x3c\x0b\x23\x26\x74\xd8\xf1\xf8\x94\x1e\x3f\xaa\x03\x78\xbc\x5b\x86\x21\x34\x5c\x7e\x3e\xf7\xf3\x1d\xda\x50\x3a\xf2\x84\xc7\xf8\x83\x99\x7f\xdf\xb1\x77\x3e\xe3\x98\x10\xdc\x17\x65\x4d\xe7\xd4\x4f\xf7\x91\x2f\x1f\x2b\xa2\x84\xf3\x1d\xb3\xb7\x21\xfb\xd6\x5f\x25\x81\x43\xea\x39\x61\x70\x99\x97\xad\x83\x9c\x25\x27\xe4\xb0\xe4\x0e\x3c\xa2\xf7\x50\x9f\x2b\x0a\x1a\x3c\xd1\x89\xf1\x95\x7e\x1e\x4a\xa9\xcb\x4f\xa3\xf2\x96\xad\x46\x06\xa3\xe9\x4e\xf9\x0f\x6d\x41\x18\xf1\xe2\xe9\x62\xc3\x2c\x8f\x67\x72\xa6\xe2\x27\x4e\xf4\x11\x63\xfe\x18\x10\x16\x05\x34\x29\x33\x3b\x86\x75\xae\x18\x04\x12\xdb\xe5\xea\x0f\x6f\x41\x94\x12\xbc\xb9\xda\xa5\xec\x42\x46\xe1\x17\x70\xa2\xf0\x57\xfd\x52\xda\x69\x61\x7d\xba\x65\xf5\x36\x76\x13\xe9\x78\xca\xeb\x69\x93\xe1\xe0\x37\x3e\x7c\xd2\x1c\x21\xe4\x9b\x57\x03\xd1\x41\x13\x8e\x33\xa2\x23\xe0\x8c\x40\xf7\x25\x95\xe8\x01\x7a\x4b\x47\x95\xdf\x74\x4c\x88\xf1\xe0\xd8\x65\xdc\x09\x6b\x42\x38\x10\x50\x47\xe0\xb9\x67\x5e\xa7\x95\x32\x02\xdb\xcc\x06\x39\x54\x3e\xd9\x2a\x53\x14\xce\x52\x4b\xef\x25\xe0\xaf\x69\x0c\xee\x16\x98\x61\xf0\x13\x2b\x38\xa8\x85\x56\x6f\x04\x23\xdd\xa0\xe6\x94\x66\x2a\xb2\x08\xf2\xcd\xaa\x5e\x82\x38\x9c\xb3\x7e\xdc\x7a\x91\x7c\x55\x48\x7c\xa7\x12\xe4\xad\x6d\x3c\xa1\x90\x46\x01\xe8\xa3\xb2\xdd\x0e\x00\xba\x8a\x78\xf1\x09\x62\xb5\x4e\xbb\xe8\xa0\x20\x67\x7c\xb5\x18\xd3\xce\x4b\xcd\xba\x9b\xbd\x75\xa8\xbc\x70\x25\xa6\xe6\x74\x2a\xfd\x92\x68\x63\xb8\x1d\x1c\x0c\xb1\x15\xcc\xdf\xd8\x18\x0d\x87\x80\x40\xaa\x15\xa6\xde\x21\xdb\xf6\x8e\x9f\x2b\xd9\xd2\xec\xfd\x36\x9a\x1d\x08\x48\xb8\x2c\x7c\xb2\x00\xf5\xd9\xb0\x4b\x98\x01\x62\xe5\xe4\x0f\x76\xaa\x3c\x80\x25\x01\x0e\xca\x04\x80\xb6\xd6\x52\x32\x00\xa6\x5a\xe1\xe5\x4d\xb0\x94\xa4\x24\x28\x8d\x14\xa2\xb5\xdf\x0c\xf3\xc7\xa9\x43\xef\xf0\x65\xab\x6f\xaa\x62\x66\x8f\xa4\x71\x18\x03\x51\xc8\xb1\x88\x4e\x73\x72\x55\xb4\x7d\xb6\x7b\xbd\x0b\xb9\x35\x9a\x94\xc4\xac\x59\xc5\x82\xdd\x00\x5b\xd9\x90\xc6\x78\x3d\x1b\x42\xea\xfb\xeb\xfe\x7a\x37\x9a\x79\xd6\x6a\xb8\xad\xa9\x14\x56\x92\x6b\xcc\xab\xd8\x6a\x4e\xd1\xf6\xa5\xfc\x95\x77\x4a\x45\x80\x6f\x10\xff\x4f\xf9\x2c\x6d\x6b\xce\x72\xa7\xa6\x5a\x92\x17\xd0\x3b\x3a\xca\x8c\x06\xde\x89\x2b\xa6\x8a\x94\xfc\x90\x53\x72\x62\x66\xc7\x6c\x49\xfb\xa8\xaa\xf3\x79\x69\x21\x0f\x84\xb4\x55\x87\x25\xd5\xdd\xaa\x9a\xed\x8b\xc0\x47\xb4\xd5\xa6\xfe\x84\x7b\xf8\x08\x1f\x8c\xd3\x3f\x2d\xda\x1a\x00\xa5\xc5\xf0\x41\xd6\x40\x7e\x1d\x61\xf5\x36\xf4\xa9\x44\xaa\xc6\xed\x90\xc9\xc1\xe2\xfb\x3e\x9a\x0a\x10\xbf\xbe\xbc\x91\x11\x8f\xd2\x77\x21\x00\xa2\xd9\x69\x10\xd5\xfa\x3c\x1e\x89\x9f\xa0\x2a\x17\x29\x9e\x59\xdb\xcd\xe4\x9f\x4d\x63\x37\x8e\x37\x46\x63\x44\xe5\x8f\x54\x69\x15\xd5\x9b\x04\xc8\x5d\xa6\x8d\xd5\x23\xb8\x48\xfe\x79\x58\x08\x9e\xc3\x7f\xa9\xaa\xbc\x8d\x41\x08\x2a\x41\x8a\x23\xa6\xbf\x90\x35\xe2\x80\x38\x8e\x16\x19\x49\xd2\x47\x4d\xc5\x53\xdc\x2a\xcb\x0f\xd8\xc4\x78\x00\xf4\xcd\xae\x93\xec\x22\x55\x57\xb5\x6b\xef\x97\xae\xfd\x3a\x56\x11\x38\x44\x82\x79\xc0\x3a\x8d\xab\xc2\x2f\x5e\x2d\xa4\x9a\x1b\xe6\x0e\x07\x3c\x40\x48\x48\xaa\x71\x33\x87\x28\x35\x63\x40\x9a\x8a\xdf\x1c\x2e\xaa\x31\x1c\x34\x5b\x17\x4a\x5c\x79\xf5\x15\x7e\xb7\x05\xf0\x6c\x78\x55\x22\x3b\xdd\xb6\x97\x3c\x0d\xe5\x1f\xe5\x1d\x3a\xf5\x67\xbe\xb1\xda\xcc\xf5\x45\x53\xeb\xda\xfc\x5e\xf6\xc5\x8a\xbc\x12\x7e\xbc\x1c\xe9\xa8\x7f\x05\x29\x68\x7f\x9d\xfc\x0a\xd0\x8b\xf9\x27\xeb\xb6\xd3\x77\x7f\x6d\x35\xd9\xd6\xb6\x23\xc1\x40\xe5\x61\xc9\x58\xb0\x56\xa5\x5a\xa1\xd4\x8c\x33\xd6\xdf\x8f\x7d\x2b\x9c\xdb\x1c\x2a\x95\xaa\xe0\x2b\xcc\xad\x34\xf1\x34\x40\x15\xbe\xc7\x76\xe8\x36\xa0\xcf\x41\xe3\x3d\x72\xc1\x44\xa4\x7e\xb5\xb0\x51\xd7\xc8\x90\x78\x87\xdc\xcd\x37\x49\x45\x17\x14\x2e\x90\x77\x36\x8e\xa4\xae\xb5\x71\x97\xa5\x81\xec\x83\xf6\x47\xab\x72\x2a\x17\xf9\x8d\xb0\x70\xc5\x69\xdf\xb4\x3a\xe5\x0a\xd5\x07\xb1\xc4\xe8\xb8\x50\xf8\x55\x44\xdd\x26\x8a\x05\x81\xc2\xea\x62\x80\xd5\xa1\x82\x30\xa0\xab\xcf\x29\x28\x0d\x9c\xf2\xbf\x09\x32\x95\x96\xc3\xe6\x6c\x3c\x09\x4f\x5e\x2a\x3e\x33\x09\x39\x1d\x2f\x7c\xbc\xc0\x04\xa1\xee\x1a\xa3\xf9\xc5\x97\x04\x6c\x86\xdd\xf9\x36\xbe\x80\x29\x49\xe5\x67\x75\xda\xb1\x3c\x05\xf1\x4b\xfa\xcf\x2b\x9f\x49\x52\xb4\xa9\xac\x79\x0c\x15\x2c\x8f\x29\xe1\x1f\x87\x99\x71\xb6\x9d\x8a\xca\x22\xba\xae\xcd\x18\x0b\x7e\xe1\x5f\x73\x97\xbb\xd1\xd5\xd6\xa8\x47\xc0\x0a\x0a\x19\x1a\xb9\xad\xf1\xdc\xfa\xd9\x24\x82\x01\x4e\x48\x10\x32\x33\xde\xb2\xe4\x50\x12\x4e\xac\xe1\x95\x14\x87\xf2\x34\xd9\x26\x1d\xc4\xfb\x44\xe2\xa0\x60\x48\xbe\x60\x49\x97\x1e\x4f\xc7\xea\xdf\x5c\x69\xcd\xdf\x97\x35\xcf\x83\xfa\xfb\x1c\x4c\xb8\x68\xa1\x47\x15\xa5\x34\x24\xbd\x28\x7b\x20\x47\x4a\x74\xac\xc5\x7b\x16\xb6\x40\x05\x09\xe4\xbb\x41\xa6\xf8\x82\xcb\x3a\x97\xb7\x03\x48\x58\xbc\x40\xfc\xea\x8a\x88\x20\x28\x0e\x4d\x05\xa8\x90\xce\xbe\x24\xf0\x3b\x45\x7e\x75\x6e\x45\xd2\x27\xb9\xcc\xab\xd3\x17\x4a\x90\xed\x01\xc4\xdf\x44\x67\xa7\x3a\x61\x82\x01\x9d\x3f\xc3\x66\xcf\x50\xb9\x33\x9c\xbd\xc3\x6a\x87\x90\xcb\x28\x3d\x44\xff\x32\x2b\xe6\x2b\xc2\x1c\x1e\xa5\x2c\x6c\x94\x26\xfe\x91\xa7\x55\x89\x12\x92\x52\x51\x41\xcf\xc5\xd6\x30\xf8\xe5\x04\x80\x7e\x3a\x37\x45\x77\xd6\xe2\x0e\x9d\xa4\xcf\x57\x18\x32\xc8\x16\x63\x0d\x9c\x9e\xec\x42\x1c\x4e\xf5\xf9\x60\xdc\x1e\x5e\x8a\x2d\xb3\xec\x56\x5e\x19\xb0\xb4\x42\xad\x82\x35\xe5\xeb\x12\xb3\x2d\x1e\x2f\xca\x3d\x51\x48\x59\xa0\x63\x86\x52\xae\xd6\x42\xc6\xd4\x29\x05\x36\x53\x7c\xfb\x9a\x4a\x98\x66\xd3\x10\x05\x46\xce\x25\xdb\xff\xfe\xdf\x63\xfb\x57\xc4\xa5\x22\xd8\xbe\x2c\xc9\xa6\x9c\xd0\x9c\xb2\x5e\x28\x20\x49\xad\xe2\xb1\xc0\xb1\x64\xf5\xcf\x7b\xab\xdf\x0d\x55\x6d\x21\x12\x63\x8e\xd8\xcb\x82\xa1\x8f\xb0\x64\x20\xae\x02\xf8\xf9\x35\x49\xf8\xe4\xea\x2e\x95\x93\x53\x4d\x9c\xfd\xda\x03\x8f\x70\x53\x9e\xae\x2f\x56\xf2\x65\x7f\x49\x9a\x41\x30\x7a\x9e\xaa\x94\x69\x17\xe5\x6e\xaf\x62\x0d\x97\xa7\x6d\x2f\x23\x5d\xf6\x84\xfc\xaa\x92\x6e\xb9\x3e\x3b\xcd\x0b\x28\x1e\x30\x43\x07\xc9\x23\x38\xc7\x99\x65\x2c\x15\x57\x06\x11\x27\xe5\xe9\x28\xd7\x58\x5b\xbb\x5e\xb2\x1a\x38\x1e\xc7\x7c\xa4\x0b\x24\xfa\x7e\x0a\x6a\xb2\x60\x73\x7e\x72\xa2\x68\x52\x22\x4c\xfa\xe1\x6b\xa2\xb5\x2c\x0e\x35\xb6\x45\xc1\x02\xfe\x86\xf1\x24\xcb\x82\x60\x81\x3a\xb9\xe8\xfb\x71\xf5\x40\x61\x2a\xd0\x62\x41\xee\x4f\x7f\x54\xb5\xbb\x41\xba\xd3\xbb\x98\x56\x8c\x7b\x4f\x77\x72\x00\x58\xa8\xfc\xd1\x4e\xe7\x82\x51\x73\x58\x33\xc3\x8f\xf1\x51\x61\x74\x15\xe2\x09\x44\xfd\x68\x21\x72\x00\x71\x9e\x50\xe9\x6b\x27\xdd\xd9\x90\x21\x56\x2a\xdf\x67\x9e\x17\xe7\xd5\x44\x65\x67\x8c\xff\x5e\x4b\x6c\x2b\x40\x39\x01\x7f\x11\xe6\xa9\xf7\x6a\xf2\xde\xf7\x25\x79\x74\x3b\x1e\x2b\xed\xd8\xa4\x74\x79\x75\xff\xf6\x2e\xa5\x1b\xa0\xf2\x2a\x43\xc0\x3f\xd3\x87\x40\xbb\x46\xfc\x30\x7f\xcb\x3d\xfd\x0a\xe5\x25\xd2\x2a\x8c\x29\xd5\xd8\x3a\x44\xb6\xf4\x7e\x31\x76\xfc\xdf\x75\xa4\xc9\x0c\xa4\xa5\x44\xf2\x16\x7d\x4b\x4c\x2c\x51\x4d\x02\x49\x51\x11\x23\xc3\x64\x33\x67\x88\xfe\x88\xcc\x1f\x33\x3a\x24\xc2\x51\x80\x26\x20\x05\x22\x9b\x1f\x17\x0e\xaa\xcd\xd4\x15\xc3\x1d\x95\xea\xe1\x0b\xb3\x20\x0e\x06\x6f\xfe\xec\xdc\x5b\xac\x42\xd3\x09\x15\x85\xa1\xb0\xa4\x4c\xc2\x7c\x40\xf7\x82\xbc\x3f\x45\x10\x5d\x23\x67\x6b\x1b\x96\x92\xe8\x84\x04\xbb\x92\x68\x19\x30\xc7\xe2\x24\x46\x7f\x8a\xc4\x75\x73\x1a\x72\xb9\x3f\x4a\x74\xec\xb4\x6b\xf4\x73\xc4\x03\x57\xa8\x54\x81\xe5\x77\x50\x31\x5a\xdd\x6d\x85\xbc\x7e\x7a\xa0\xc7\x4b\xd8\x57\x2e\x92\x54\x48\xfe\x7b\x04\xb8\x78\xa2\xfb\x32\x33\x38\x55\xc1\xbe\xe0\x6d\xfe\xe7\xa5\xb6\xb0\xea\xfd\xaa\x12\x41\x6e\x5b\x8b\x93\xef\x86\x83\xd5\x21\xe2\x0a\x46\xcc\x2e\xa6\x10\x8b\x7c\x57\x79\x68\x4d\x3d\x81\x0c\x61\xee\x40\xd3\x9e\xe8\x10\x92\xcb\x69\x1e\x46\xc2\x43\xb0\xbc\x65\x4d\xaf\x15\x52\x22\x2f\x70\x02\x8a\xe6\x06\x54\x77\x06\x11\xc7\x4b\x16\x60\x4f\xe5\x6b\xf1\x1e\x0d\x6f\x5d\x5c\xa2\xcb\x54\x02\x6b\x38\x4a\x5d\xaa\xbd\xd2\xee\xd1\x1f\xbb\x9c\xdd\x04\x01\x42\xe4\xd7\xb2\x17\x1a\x82\xcf\x01\xa6\x85\xdb\x5b\x4b\x6c\x55\x42\xd4\x7c\x7c\x48\xa4\x18\xf3\x7d\xcc\x58\x7d\x4c\x35\xc5\xa7\xc2\x50\xee\x7a\x40\x43\x7c\xa9\xbf\xa6\xf2\x89\x58\x2f\x29\x15\xfa\x1e\x6b\x95\xf7\x7b\x98\x16\xcb\xc6\x38\x96\x1b\x91\x2f\x41\x1e\xfa\x8e\xf8\xea\x71\x6e\xdb\xa7\xfa\xfa\x71\x27\x46\xdf\x3b\xb2\xdc\x79\xa3\xd7\xbe\x4c\x75\x62\x6c\x19\x02\xf2\x31\x1e\x97\x0d\x25\x04\x65\x46\x98\x92\x5b\x9d\xba\x7c\x46\xee\x6c\x74\xca\x3a\xb4\xac\x70\x81\x13\x49\x08\x8f\x17\x73\xbf\x98\xac\xc5\x0a\xc3\x58\x73\x85\xa4\x32\x73\x89\xc5\x48\xfc\x55\x1b\xf4\xb2\x25\x59\x40\x65\x81\x51\x12\x24\x73\x04\xd7\x94\xec\x62\xca\x56\xb0\xeb\xf8\x3d\x01\x22\x4d\xcb\x26\x25\x99\xba\x5e\x3a\x10\x0c\x9f\xe0\xa7\x27\x02\x00\xa3\x03\xa2\xe3\x63\x5b\x1a\x71\x82\xb5\x8f\x54\x66\xdd\x13\x8b\xa7\xd5\x43\xb0\x29\xb3\xd1\x7e\x5b\xba\xcd\x07\x58\x5a\xe7\x2e\x27\xb9\xe1\xdb\xf5\x8a\xfd\x63\x5a\x67\x36\xd3\x48\xca\xde\x49\x14\xe1\x16\xba\xe4\x95\xf5\x40\xe0\xc7\x1a\xd9\x2a\x25\x7f\x0c\xab\x7f\xbf\x61\x3e\x3d\xd5\x2c\xb7\x56\x41\x74\x94\x42\xe5\x7d\x66\x9b\x6c\xde\x50\x55\x2f\x3e\xe4\x57\x59\x74\xe0\xb1\xca\xd6\xb0\x37\x3c\x46\x45\xb1\x35\x7c\x15\x5f\x2e\xa5\xd9\xa4\xdb\x06\xca\x6d\x55\xd9\x24\x5e\xf8\xfc\x00\xf1\x13\x04\x3a\x86\x6a\x27\x94\x30\xa9\xda\xf7\xcf\x72\x0e\x9c\x4d\xfb\x4b\x4b\xc9\xe7\xae\x76\x9f\x9b\x44\x00\xdc\xda\x03\xd6\x24\x92\xcc\x32\x84\x9c\x20\x15\x21\xd6\xf7\x5e\x70\x9c\x95\x25\x18\x4e\xaa\x7f\xfa\x7f\x9e\xfb\xd9\x4f\xd7\x78\x9b\xef\x9e\xbd\x74\xe9\xd2\x59\xd0\x46\x9d\x1d\x0d\x3a\x69\x17\x7e\x6c\xf3\xbe\x4d\x9b\x74\xe7\x25\x8c\x33\xa8\x17\x7b\xf5\x17\x9f\x35\x7f\x3d\xc3\x95\xa4\x95\x30\x64\x95\x7a\xd5\x2a\x2a\xc5\xb5\x1c\xb3\xf4\x89\xd9\xcc\xbf\x2b\xd7\x12\x30\x2d\x8c\xeb\xc4\x9a\x96\x58\xd4\x7d\x1f\xd5\x2e\x54\x60\x74\xec\xc9\x4e\x00\x88\x5e\xbe\xb0\xf8\xcb\xd2\x82\x44\x6b\x60\xd6\x7b\x0e\xff\x51\x3f\x1b\x99\xe2\xc2\xca\x35\xfd\xc2\x7e\x99\x59\x89\x5b\x35\xa9\x85\x8e\x7d\x7c\x4e\x0d\xfd\x90\x30\x65\x0b\xbc\x98\xda\x1c\xb1\x5f\x09\xb7\x79\x50\x4c\x85\xe9\xb7\xa0\xe7\x94\xde\xfc\x2c\x5c\xc1\x5c\x40\x32\x1c\x83\x72\x1f\xe1\xef\x86\xd8\x7e\x5e\x0e\x27\xc2\x2c\x3b\xbd\x6e\x47\xb8\x13\x42\x39\x09\xc3\x14\x7c\x95\xa7\xe3\xb1\xcc\xda\x2a\x48\x03\xe5\x69\xb7\xdd\x48\x81\x47\xc0\xd8\x18\x88\x92\xa2\x00\x1a\x51\x5f\x3b\xb5\x23\xb2\x7c\x2a\x6d\x6b\x30\x12\x55\xdd\x23\x61\x4c\xa4\x10\xce\x76\x7c\x54\xf8\x49\x01\xe8\x69\x5d\xd3\x45\xb8\x63\xea\x72\x1e\x37\xe6\xe8\x19\x6f\x64\x4d\x50\x36\x0a\x47\x72\xe7\xcc\x7f\x57\x3c\xf0\xfc\x0c\xb5\x45\xd9\x1d\xe9\xfa\x9b\xe6\x7f\xa2\x67\x8d\x23\xbf\x89\xec\xda\xee\x52\x73\x05\x56\x5c\x48\x75\xed\x5d\x73\xb5\xe1\x67\xcf\x9d\x7c\x0f\xf1\xc9\x7d\x67\x8b\x0a\x71\x96\x94\x57\x66\xfc\xbe\xcb\x52\x47\x19\x5c\x84\xc1\x67\x5a\xb1\xe6\x15\x26\xd5\x46\xe8\x32\x67\x40\x82\x6b\x20\x93\x22\xe6\x7e\x0c\x4d\x82\x70\x2e\x25\x82\x61\x85\xdb\x3b\x11\x37\x95\x92\x80\xcb\x9d\xbc\xd9\xff\x59\x1e\x4c\xa9\xa2\x67\xa8\x01\xb4\x73\x95\xea\xd9\x3e\xa9\x37\x0a\xa5\x4b\x10\x86\x1a\x2b\x2f\xeb\x9c\x09\xac\x54\x1a\x6b\x93\xb1\x2f\xad\xfb\x39\x11\x4f\x7c\xc2\x5b\xc6\x8c\x70\xf4\x84\x71\x14\xe9\x2c\x29\x86\xa6\x94\x24\x54\x65\xaf\x03\x13\xb9\x1f\x8e\x7b\x0e\x46\xa1\xc2\x3d\xbb\x52\x8a\x3a\x0e\xc0\xf5\x10\xd9\x51\x72\xfa\xb7\xb0\x5c\x42\xf0\xa9\xdd\xdb\x69\x66\x5c\xb0\xe4\xc8\x07\x6f\x46\x94\xdb\xcd\x6e\x17\x3c\x55\xbf\x40\x98\x34\x97\xa0\x6f\xa9\xdf\xe9\x5d\xe6\xd2\x4f\x5f\x88\xb9\x98\xab\x99\xb0\xad\x4d\x81\xb3\x46\xd7\x70\x2e\xae\x7b\x75\x21\xa8\x95\x06\x73\x03\x59\xd3\x62\xb8\x96\xf9\xa7\x61\x77\xdf\xb2\x70\xcc\x25\xdb\x9c\x29\x92\xa5\x39\xac\x20\x56\x88\xaf\x35\xcb\x47\xe8\x7d\x7f\xcd\xc6\x33\x10\xeb\x3d\xb3\xac\x2f\x98\x30\xbc\x92\x4b\xd3\x48\x25\x57\x67\xdc\xed\x35\xbc\x83\x74\x81\x1b\xea\x79\x42\x6d\x17\xf6\x17\x59\x7a\xca\x5a\x63\x5b\xe5\x1a\x1f\x3b\xbb\x85\x75\x89\x6c\x87\xa0\x28\x53\x54\x1a\x72\x05\x83\xaa\x57\x69\x2d\xd3\x15\x85\xeb\xeb\xfe\x94\xaa\x6c\xd3\x17\x4b\x41\x23\x34\x69\x3f\x0a\xc4\xbb\xd9\x32\x27\x3e\x0f\x4e\xbd\x72\x4c\x4a\xe7\xbd\x1c\x44\xa3\x0e\xd4\x21\xd6\x3d\x55\x01\xc8\x15\xfa\xa2\x27\x7e\x18\x0b\x15\x49\xab\x5d\xd9\x7f\x65\x11\x88\xa8\x7d\xe2\x31\xca\x40\x2c\xdc\xb4\xf2\xaf\x5e\x0e\x3b\x8b\x74\x4c\xb5\x76\xb6\xb9\x59\xdf\x18\xf4\x2e\xe5\x50\x9d\x68\x34\x68\xd9\x32\xf1\x36\x93\x9d\x9f\xc3\x6e\xe6\x52\xe0\xec\x41\x35\x02\xe8\x0f\x31\xcb\x5d\x4c\x09\xe0\x85\x24\xd3\x47\x72\xa8\x35\x2f\x0b\xff\xa5\xdf\x30\x8a\x12\xc3\xd8\x5c\x71\xe0\xcf\x94\x28\xf2\x9a\x69\xe4\x90\x86\xc6\x6a\x75\x1a\x20\xdf\xee\x5d\x6a\xc0\x7f\x61\xdd\xa6\xdc\xe6\x5d\x71\x12\x12\xa7\xdf\x64\x7d\xcc\x14\xfd\x8a\x61\x58\xd5\x3f\xef\x77\x8c\x24\x0e\xf9\xfb\x28\x41\xdd\x23\xb6\xe2\x7f\xaa\xd5\xaf\xd3\x62\x4f\x75\x19\x75\xb3\xcd\x2c\x6d\x73\xa7\xdf\x73\xe4\x5e\xa9\x29\xac\x89\x20\x53\xd8\x54\xc8\xd9\x1c\xb8\x55\xb2\xee\x58\x12\x7d\x9b\x77\xe8\x6c\xe6\x40\x2d\xf9\xbf\xa1\x63\xf0\xc4\x8a\x99\xb2\xae\x4f\x75\x4b\x0f\x7a\x5d\x2b\xbe\x66\x43\x19\x7f\xf0\xa3\x9f\xd2\x1f\x98\xb6\x90\x8a\x9d\x07\xf7\x5d\x4c\x3c\x25\x4a\x4d\x52\x26\xd6\xe3\xa9\x13\xe5\x2b\x25\xf2\xc4\xff\xd6\x68\x05\xdf\x01\xb6\xb5\x2d\xdb\x83\xe6\xa6\x01\x88\xbf\x20\x9a\x65\x19\x1d\x13\xc6\xd3\xe7\xfe\x20\xb5\xe3\x48\x26\xa2\xf2\x20\xe6\x8c\xa9\xa6\x34\x22\xc6\xfb\x85\x0a\x17\xb2\x6d\x96\x25\xaa\x90\x76\x4d\x50\x9c\xad\xbb\x63\x54\xa7\x1b\xa4\x50\x4c\xce\xe4\x09\x2b\x4f\x30\x8a\x9e\x71\x73\xe0\x68\x40\x59\xe0\xc7\x6e\xad\xf8\xb0\x1a\x94\x95\x53\x25\x98\x14\xbc\x0b\x69\x3a\xf5\x31\xaa\xb0\x20\x5b\xd3\x0f\xb5\x92\xfb\xce\x85\x88\x8f\xdf\xb9\xd3\x91\x6b\x8e\xf3\xd7\x62\xac\x02\xfc\x36\x51\x68\x7d\x2a\xde\x14\x9a\xd1\xa7\x25\x3d\xc4\xf0\x4f\x64\x8f\x22\x49\x18\x4a\x75\xe3\x01\x70\x3e\xb4\xe5\x9e\xca\x62\xad\xa8\x95\x58\x67\xe6\xc4\x2b\x67\xd6\x54\x81\x4e\x28\x6d\xc9\x62\x87\xcd\x2d\xbf\x84\x08\xf2\x95\xea\x6c\x59\x4f\x60\x44\x5f\xc2\x39\xba\x63\x65\x8a\xff\xca\x4c\xaf\x38\xfa\x9a\x15\xd0\x9c\x64\xc6\x86\x71\x2b\x50\xa8\x15\x56\xf1\x24\xd2\x60\x21\x1f\x22\x8d\x2e\x0d\xd0\xf9\x1b\x75\xc0\x88\xb3\x3e\xd6\xef\x81\xd0\x0d\x3f\x06\x3c\xd9\x2b\x9e\x86\xc5\x26\x89\x57\xcf\xd8\xf6\x07\xd5\x07\xca\xd0\xae\xd2\xfb\x23\xd4\xd7\xd5\xeb\x91\x37\xe7\xe7\x05\x3f\x59\x38\x65\xe4\x59\xaa\x81\x74\x9d\x0a\xeb\xe1\x25\xea\x62\x0a\xf6\x40\x63\x0c\x03\x83\xef\x75\x87\xa3\x32\x09\x78\xc0\xea\xf6\x5d\x54\x41\x46\x6b\x65\x32\xa5\x76\xb4\x14\x9e\x3b\x01\xd3\xc4\xed\xb2\x1c\xa5\x36\xf5\xf0\x40\x7f\xb4\xd1\xc9\x8c\xb8\x8d\xc1\x06\xf6\xdd\x15\x41\x2a\xe3\x00\x0f\x41\x9c\x09\x63\xb4\x48\xa0\xc9\x87\x15\x48\x0e\x1f\xa1\x45\x73\x95\x28\x2a\x8a\x3e\x49\x98\xb4\x9d\x17\x39\x2f\x46\x7a\x46\x83\xd9\xa2\x68\x6b\x19\x8f\xe5\x42\x74\x42\xcc\x67\x33\x81\x3f\xd4\xbe\x29\x53\x97\x4a\xc7\x06\x0e\x5c\xe5\x2a\xc3\x13\x9b\xe9\x09\x63\x52\x0c\xb1\x46\x2b\x00\xbd\xf6\xca\xd4\x3a\xa5\x95\x7a\xce\x28\x0c\x43\x2b\xd4\xb9\x0c\xb1\x8d\x1f\x56\xa3\x47\x13\x6c\x5f\x0e\xa2\x61\xc4\xb4\x98\x11\xb7\x0b\xee\x5d\xea\xc2\xbb\xcc\xc3\x57\x39\xad\xd5\xde\xee\x0d\xb6\xce\xd7\xc0\x91\x80\x6a\x22\xb1\x43\x42\xa8\x45\x8f\xfb\x09\x60\xbf\x4d\x88\x9c\xf7\x3a\xdf\x65\xb5\xec\xac\x08\x0b\x2a\x2d\x1e\x69\xf5\xaa\x4c\xd1\x41\xf6\x83\x9a\x4c\x89\xab\x5e\x19\x54\x65\xaa\x4b\x3e\x70\x33\x6b\x29\xcc\xec\x4e\x79\xe8\xf9\x4d\x4a\xad\x6d\x03\x8f\x42\xf5\xcd\xac\xd6\x4f\x7b\x7d\xc0\xcc\x7f\xc4\x88\xd5\x69\x2d\xeb\x5e\xcc\xc0\xb9\xa8\xb7\x93\xa2\xdb\x36\x5a\xfa\xcd\xb8\x98\x4b\xbf\x50\x01\xa9\x06\x9a\xcf\xe2\x5c\x5c\x1b\xad\x36\x4c\x9b\x3b\x36\x51\x0a\xa6\xfa\x36\x7c\x0f\x14\xb8\x18\xb0\xaf\x07\xd6\x0d\xe4\x3a\xc2\xec\x34\x30\xe5\x06\xb0\xca\x3c\x1b\xf6\x48\x39\x13\xf3\x91\x9a\xea\x54\xe8\x30\x55\x69\xff\xc4\x4d\xa1\x1a\x5d\xaf\xe1\x3a\x5e\x51\x3c\x14\x1c\xc6\xa9\x30\xbf\x14\x07\xde\x3e\xb0\xe5\x92\x41\x34\x25\x55\x06\xa9\x85\x61\x01\x1c\x55\x39\x25\x85\xb7\x64\x95\xf0\x6e\xfe\x58\x69\x9e\x85\x13\xb2\x0b\x23\x0b\x6f\x29\x85\x0d\x14\x84\x94\x15\xdb\x65\xfd\x45\x51\x10\xae\xc7\xaa\xf3\xb2\x8f\x5f\xa6\x3e\x5e\xe1\x09\xeb\xb3\x8d\x73\x07\xd5\x8f\x48\x9e\x9a\xab\xb2\xd1\x5c\xc0\xd2\x6a\xc4\xad\x8f\x0d\x04\x36\xc5\x77\xf0\x72\x2d\x5a\x75\x05\xee\x43\x30\xc7\x6c\xe9\x33\xe4\x3a\x2c\xc5\xa2\x32\x2c\x8f\x5d\x88\x65\xe1\x4c\x0b\xcb\xaf\x7c\xe7\xa0\x3d\x8b\x9b\x02\xa4\x84\x70\xe2\x59\x9a\x29\x1c\xee\x5e\x11\xc4\xbd\x41\x09\x0f\x22\x62\x5f\x4a\xc0\x2e\x5b\x9d\x6c\x11\xc2\x88\x5d\xf0\xc9\xc2\xe4\xfc\xce\xd5\xee\x88\xd3\x28\x8e\xe2\x78\x61\x62\x25\x03\xa5\x49\xa0\xd5\xf5\xf4\xdb\x1c\x9c\x67\x1e\xf7\x8a\xb1\x79\xab\xe7\xab\x03\x63\x64\xec\xf2\xd9\x67\xc6\x69\x89\xcb\x8a\x72\x23\xaa\x1b\x5e\xdb\x9d\xc1\x27\xcc\xe1\x8f\x41\x43\x10\x07\xa8\x25\x9b\x5e\x1a\x88\x51\x81\xf8\x43\xb5\x7a\x45\x9d\x49\x38\x30\x08\x57\x59\x6d\x90\xe0\x94\x83\xa2\x93\x98\xda\x92\xed\x47\x52\x7f\xe1\x9a\xcf\x48\x4c\x39\xcf\x3b\xc5\x7f\x45\xa6\x2c\x79\xae\xd7\x93\x2a\x77\xcd\x85\xb5\x24\x17\xba\x6d\x72\x7f\x20\x0c\x55\x05\x25\xa3\x90\x1a\x1d\x41\xd7\x96\x8c\xc7\x3f\x2c\x29\x2b\xe9\xef\xd6\x77\xa0\x42\x47\xfd\xb3\x73\x49\x6d\x37\x5b\xa6\x07\x53\xce\x24\x4e\xbd\x2e\xa6\xbc\xc7\xb5\xa0\xac\x29\x8b\x39\x49\x4f\xca\xcb\x02\xed\x59\xce\xca\x39\x57\x95\x93\x7d\xab\x63\x58\x7a\x08\x59\x1e\xa5\x3c\x40\x77\x0d\x45\x1d\xfe\x15\xd9\xbc\x13\xfc\x7d\x1f\x4a\x50\x13\xf3\x50\xe7\x7f\xb7\xb3\x7e\x63\x61\xd1\xc9\x84\x9d\x22\x1d\x97\x31\x0e\x48\xce\x0b\x76\x4c\x94\x65\x5a\x4a\x81\x20\x15\x28\x83\x16\x96\x86\xde\x2b\xbc\xc4\x04\x77\xe7\x81\x6f\xbc\xeb\x37\xc8\x2e\xa2\xe9\x33\x6c\xb2\x1f\x36\xa9\x1e\x3b\xf0\x2b\x0f\x4e\xa2\x31\xe8\x75\x52\x52\x27\x1e\x46\x77\xed\xb6\x59\x91\xc4\xd6\x1f\xaf\xc4\x9d\xd9\xef\xe4\x47\x1c\x66\x27\x95\xaf\x86\x57\xbf\x98\x8a\x6e\x71\x2a\xe5\x8f\xec\x67\x66\x28\x2b\x8c\x60\x9e\x77\x74\xe4\xde\x40\x97\xf4\x42\x38\x56\xb7\x77\x29\xc2\x98\x12\x2e\x07\x84\x84\xa3\xd4\x88\x21\xad\xff\x4b\x2f\xe3\x2c\x7f\x36\x89\x18\x6f\x80\xbe\xf3\xf2\x41\xfb\x41\x75\x3e\xe8\x67\x90\x6c\xb8\xec\xf9\xba\xae\x57\xce\xee\x2c\xd6\x42\xc4\x0c\xa0\xd7\xc1\x2b\x8c\x16\x72\x59\x55\x45\xc0\x09\x69\x5a\x5f\x0f\x1d\x36\x48\xfa\x0a\xa2\x5e\x36\xb9\x65\x12\xcd\x6c\x37\xe7\x7c\x19\x55\xe1\x27\x75\x5e\x2d\x6a\x52\xaa\xf7\x57\xa8\xa2\xb8\x91\x1e\xab\x6f\x90\x4b\xe1\xbb\xda\x2d\x4e\xeb\x46\xfe\x35\xcb\x97\x6c\xb0\xd0\xd8\x33\x84\x9f\x50\xec\xa9\x7b\x29\xa5\x5c\xac\xb2\x4b\x4c\xf2\x1c\xdf\xe5\x82\x18\xcc\x48\xe7\xbf\xe7\x8d\x96\xbd\xe3\xc0\x49\x01\x13\x7c\x22\x37\x3f\x59\x10\x8b\x35\x7f\xbf\x74\x1a\x9e\xbd\x90\xfd\x95\x54\x2a\xa2\x78\xd0\x94\xd6\x21\xc8\x61\xd9\xd2\x57\xbc\xc7\x07\x16\x0f\x8f\x99\xdd\x25\x7e\x3c\x5a\x17\x8b\x86\x58\xc4\xf7\x52\x0b\xc4\x44\x79\x59\xc6\xb8\xed\xc7\x07\x62\x01\x62\x3c\xc9\x9b\xa2\x3e\xad\x28\x90\x5f\x72\x72\x01\x2d\x43\xf4\xec\xb0\xaa\xa0\xb3\x07\xa8\xf1\xed\x00\xab\xc5\xe8\xaa\x61\xa2\x1c\x9d\x1c\xa8\x95\x7a\xff\xe2\xe2\x0a\xec\xa1\x82\x7d\x4b\xc4\x27\x76\xb1\x52\xc7\xf4\x24\xfc\x38\xf5\x94\xc2\xe8\x28\x21\x97\x95\x5e\xc0\x77\xb9\x35\x5c\x5f\xb4\x06\xb0\x82\xa2\x40\x28\xe4\xe1\xb3\xc0\xbe\x32\x25\x7f\x5f\xcb\xca\xac\xb8\x37\xb5\xc2\x90\xfb\xe2\xbd\xad\xb8\x40\x3d\x90\x07\xb9\x95\xaf\xd3\x67\xbe\x56\x36\x33\x26\xea\x06\x1d\x9f\xa2\xb7\xab\xc3\x4a\x16\x05\x00\xdb\x77\xa7\xf9\xaa\x6a\x80\xad\x47\x76\x6a\x45\x0b\x36\x05\x16\x36\x97\xa1\xb7\xe5\x15\x72\x64\xd7\x35\xe5\x2a\xbd\xc8\xf8\x59\x46\x7d\x92\x09\x25\xec\x85\x44\xc4\x3e\xab\xbf\x38\x62\x69\xdf\xce\x0b\x5e\xa4\x8e\x3e\xbe\x27\x20\x78\x71\xc2\x11\x70\x7d\x3e\xe9\xfb\xaf\xdc\xaf\xb2\x4f\xac\xb0\xdf\xc2\x8f\xe3\xe1\x48\xc7\x08\x89\x88\xa8\x7e\x16\x13\x79\xa2\x60\x2b\xee\x74\x8f\x34\x18\x6e\x17\x71\x0c\x08\xd7\x21\x35\xda\x05\x0b\xaa\x93\x78\xa1\xcc\xc5\x4d\xf5\x76\x35\xd1\x5f\xa3\x58\xfe\x8f\xac\x43\x54\x8c\x98\x05\x51\x57\x42\xbb\xaa\xd8\x05\xfd\x6a\x56\x50\x2a\xae\x8c\xb4\x38\x02\x0e\xb5\xa9\x15\x11\x70\xf1\xe5\x80\xfd\x28\xc0\xa7\x76\x5d\x11\x17\xa8\xe8\x85\xee\xaf\xbc\x4c\x8e\xf8\xe3\x3c\x11\x1e\xbb\xee\x16\xd1\xed\x75\x51\x63\x0f\x3e\x71\xd4\xf2\xb6\xe4\x6b\xbb\xaf\x41\x9c\x7c\xde\x91\x7d\xb8\x1a\x46\xd4\x17\xd5\x25\x1f\x2b\xf2\x1d\x07\xe1\xb4\xc2\xe6\x04\xc6\x43\x23\xef\xbd\x8d\x60\x7b\xbe\xd6\x6e\xe6\xdb\x1b\xbd\xe6\x00\xf3\x65\x51\xde\x41\x92\x73\xfc\xbc\x3b\xc8\x7e\x80\xeb\x70\x5e\x11\x4b\x48\x4a\xfa\x66\x37\x7b\xaf\x29\x0a\xb7\xa8\x6c\xbf\x8a\x0e\x1a\x6a\xff\x41\xdd\x28\x51\xae\x7d\x12\xad\xa4\x8c\x6a\x8a\xad\x18\x13\xc4\xd1\xcd\x20\xeb\xd9\x84\x34\xa2\x74\x8a\xc6\xef\xd5\x76\x7a\xdd\x0c\x03\x4b\xbf\x64\xbc\x27\xd3\x1d\x17\x0f\x6a\x3a\xf3\x1d\x85\x03\xa0\xd9\xb5\x86\xd9\xc6\xe4\x67\x9d\x6a\x0c\x3c\x5d\x87\xbd\x21\xd4\x28\xbf\xcd\x4a\x87\x19\x96\x00\x72\xa7\x8d\x7e\x19\x06\x3a\xb2\x96\x14\xa3\x52\xee\x21\xe0\xcb\x62\x1b\xf6\x0c\x66\x69\x3a\x1d\xa6\x36\xac\xeb\xe1\x2e\x1b\x48\xdb\x41\x0f\x94\x51\x6e\x87\x04\x4a\xe4\xa5\xe5\x29\xac\xd3\xcc\x91\xb7\xd1\x71\x6c\x65\x94\x78\x0e\x4a\xbb\xde\x47\xb5\xbd\xae\x64\x6e\x78\x5e\x08\x52\x54\x22\x0c\x7e\x31\x6c\xe2\x06\x3a\x2d\x6c\xbc\x54\x9d\x3b\xc3\xc0\xae\x6a\x15\xb5\xd5\x78\x2d\x82\xd0\x6f\xf0\x75\x72\x71\x1f\x5e\xd3\xe8\x53\x99\x40\x72\xf0\x60\x59\x7b\xbc\x66\x4e\xf8\x1b\x0f\xe1\x06\xa1\x48\xf5\x0b\x1d\x5f\xa8\x5e\x3e\x27\x34\x9d\xab\xba\xb7\x41\x2f\xad\xbc\xdb\x0f\x47\xb4\xfe\x44\xb3\x60\x95\x36\x9d\x83\xf7\x6b\x45\x7d\x29\xef\x0c\x40\x14\xf1\x52\xb6\x81\x7c\xa2\x2a\xd2\x4b\x7e\x4d\x3a\x81\xf0\x3a\xa2\xa7\xb3\xe2\x55\xaa\x7a\xcf\xa5\x5b\x21\x6b\x6c\xb8\x4b\x89\x50\xfb\x50\x0b\x4d\xbb\xec\x93\x32\xf6\x9a\x86\xf1\x7c\xde\x0c\x92\xa8\x34\x1c\xdf\x56\x9b\x89\x9f\x6d\x12\x1f\x4e\x13\xed\x8a\x8e\x94\x4e\xac\xa4\xcd\x83\xc4\x60\x1e\xe4\x86\x95\x84\xe2\xce\x56\xf5\xd8\x7b\x57\x26\xb3\xa8\x89\xa6\x1a\x19\xb8\x21\xf2\x4b\x99\x2e\x04\xed\x27\x9e\x8a\xf6\x18\x8c\xba\x12\xfe\x87\x16\x17\xd5\x08\xd2\x2f\x43\x4e\xf4\x8d\xac\xdb\x6e\xf4\xa8\xee\x7d\x20\x53\x1c\xab\x60\xad\x40\xdd\xff\xb3\x57\x7e\x31\xdc\x5e\x38\x9a\xb6\x69\x2c\x18\xc6\xb4\x0c\x7c\x7e\x31\xb3\x51\xa5\x49\x1d\x1d\xf5\xec\xb4\xcc\xe4\x67\x5d\x0c\x31\x68\x3a\xfd\x76\x5e\x0e\x1f\x26\xf7\x00\xb8\x34\x17\x07\x17\xc9\x40\xa2\xde\x96\x8d\x57\xc4\x6b\x9f\xae\x34\xaf\x8a\xc7\xfd\xce\x13\x86\xf9\x40\x42\x51\xa4\xb4\x1e\x64\xb5\x80\xe9\xca\x2e\xa6\x79\x44\x41\x2f\xba\x65\xc0\x35\xe6\x59\x4e\x51\xdd\x52\xc1\x11\x43\xc1\xc0\xc5\x13\x94\xb6\x6a\x47\x25\x86\x2b\x3a\x66\xa5\xe1\x6a\xe9\x25\x23\x43\xde\xdd\x22\x56\x70\xd1\xe6\x3c\x74\x98\x54\xe8\x85\xd0\x09\xab\x9a\x51\x83\xc8\x78\xfb\xa6\x29\x50\xfe\x75\xf0\x31\x5d\xb8\xa8\xf0\x40\x9e\x70\x5e\xf4\x4f\xf1\xe7\x5e\xf9\xac\xb6\xb2\x61\x63\xab\x25\x67\x54\x4e\x22\x62\x86\xb9\x8f\x0b\xc1\x6c\xb8\x47\x38\x2e\xb2\x0c\xd5\x84\x13\x34\x68\x15\x33\xe8\xcc\x18\x3c\x2c\x8c\x54\x1a\x36\x6e\xd4\x50\xe3\x97\x0c\x7a\x4a\x9a\x63\xc5\x83\x5a\xc2\x20\xcd\x2f\x77\x5b\x60\x81\x6e\xe4\xf9\x36\x05\x03\x08\x4e\xd4\x59\x35\xe5\x10\x93\x6f\xff\x5a\x37\x0d\x9f\xa5\x2a\xd4\xd9\x7b\x29\xba\xaa\xe7\xdf\x1e\x42\xaa\xdf\xb9\xcb\x49\x8e\x2a\xc7\x17\x08\xef\x11\x3f\xa4\xe2\x12\x74\x96\x1e\xd1\x55\xc0\xe9\x3f\xb3\x70\x61\x41\x24\x51\xc4\x74\x79\xe2\x2f\x9c\x53\x69\x38\x5f\x26\x5b\x0d\x41\x3b\x9f\x4f\x2b\x8e\x43\x45\x11\xa9\x33\x51\x5c\x9d\x87\x0b\xe1\x57\xe2\x68\xae\xb9\x10\xea\xa5\xb9\xad\xcc\xa1\xc1\x9d\x80\x03\x05\x51\x76\xb4\x23\xf9\x49\x3b\x3d\xed\x32\xa7\x9f\x63\xb5\x0e\x26\xaa\x35\xff\x7f\x20\xca\x06\x88\xde\x9c\xa2\xa8\x2b\xd4\x6f\xbf\xe2\x4c\xf5\xee\xb4\xb9\x38\xb2\x8b\x85\x10\x87\x78\xa8\xea\x1e\x3c\x16\x18\x1e\x97\x66\xa6\xc1\xd1\x62\x60\xd6\x31\xcc\x76\xd0\xfe\x71\x05\xd5\xc1\x9c\x8d\x0a\xf5\x1e\xa8\x9d\x42\xb3\x23\x09\x7b\x12\x0a\x8a\xe9\xe3\xc8\xc1\x62\x12\xb0\xe8\xad\xd1\x00\xbc\xdc\x1b\x5b\xbd\x41\x6f\x34\xcc\xba\x29\x05\xc0\x53\x99\x2d\xe0\x4b\x5f\x97\x0f\x79\xa4\xd7\x8e\x11\x5f\x07\x97\x1b\x23\xca\x7f\xed\x3a\x4e\x2a\x7c\x68\x04\x5d\xc2\x2d\x1c\x81\xc2\xc0\x23\x6c\x28\xe8\xc8\x98\xe0\xe2\xd1\x22\x27\x28\x2b\xf9\x78\x1d\xe9\x9d\xba\x1c\x28\x33\x35\x12\x8f\xd1\xdb\x18\x36\xcd\xca\x59\x20\xb5\xfd\xe2\x0b\xd3\xfd\xfb\xbd\xac\x8b\x85\xa5\xcd\x6d\x8f\xfa\x0d\x38\x71\xbf\x8a\x3f\x91\x2e\x15\xbe\x5c\x50\xa4\x6b\x69\x09\xb2\x0d\x19\xe3\xb6\xb7\x66\x64\xfc\xe3\x87\xc1\xfd\xa1\x48\xa5\xf4\x85\xac\xcb\xbb\xc8\x29\xce\x94\xeb\x50\xe5\x08\x72\x49\xdb\x69\xb3\xff\xf8\x57\x74\x40\x01\xd5\x6a\x3c\x1c\x27\x72\xb2\xa2\x0e\x9b\x14\x1c\x38\x43\x6e\x50\x47\x9e\xc1\xba\x72\x95\x7a\xd4\xac\xdd\x49\x99\x65\xab\x88\x37\xfa\x6e\xc3\x63\x38\xd4\x7a\xf1\x05\x6d\x2d\x84\x26\xf5\x62\x8a\x49\xc5\x10\xec\xe9\xd8\x8e\x5f\xc6\x13\xee\xbe\xb7\xf1\x2f\x69\x6b\x98\x3b\xa3\x27\x17\x1f\x7a\xec\xd1\x36\x7a\xbd\x61\x3e\x1c\x98\x21\x8d\xe4\x8d\x01\xda\x78\xe9\x91\x74\xbf\x62\x0d\x20\x61\x5e\xca\x43\x8a\xc7\xa6\x8d\x90\xf4\x44\x79\x33\x60\xf5\xbb\x42\xed\xa0\x4d\x43\x42\x3a\x6e\x76\x14\xe0\x39\x34\x6c\xe7\x7d\xc3\xb0\x9b\x95\x8e\x5a\xc3\x91\xc1\xb1\xab\x2d\x14\xd7\x76\x80\xaa\x88\x2b\xc9\x4f\xce\x99\x21\x16\x0d\x59\x0d\xa1\xcb\xc7\x6a\x35\x5b\xdb\xe9\x77\x5c\xdf\xab\x30\xc6\xc2\x41\x1f\x67\x85\xe1\x68\xfd\x41\x6f\x33\xeb\x00\xf3\xb7\x31\x6a\x5d\x48\x87\x90\x72\x76\xbb\x81\xc1\x23\x6a\xdc\x3f\x03\x85\x39\x3b\xa7\x50\x12\x10\x46\x3e\xd0\xea\x6b\x86\x58\xce\x37\x45\x88\x0d\xa8\x61\x50\x19\xcb\x83\x30\xc3\x7c\xed\xa4\xc3\x26\x46\x3a\x55\xac\x9f\xd4\xe5\x98\x36\xa5\xd0\x89\x18\x84\xfb\x43\xba\x12\xb2\x6a\x5a\x80\x1c\x6e\x43\x36\x39\xd2\x42\x31\xfa\x04\x71\x72\x11\xca\xf1\xed\xa7\x9e\xa6\x0e\x98\xf2\xdd\x55\x91\x2e\x94\xfd\x26\x06\xb3\x75\xb9\x85\x71\x38\x45\x58\x01\x9c\xed\xe0\x57\xe7\x14\xf4\xbe\xea\xae\x50\xc3\x67\x46\x26\xe2\x4d\xb1\x49\x1f\x51\x94\xc8\x55\x95\xf2\xb0\xa0\xfa\x02\xac\x69\xbd\x2f\x7c\x6c\x7c\x4c\xa2\x97\x76\xd0\xcf\x85\x77\x42\xbc\x44\x25\xd0\x98\x45\x78\xfd\xd5\x58\xb7\x7e\x13\xd1\xa1\xee\xc7\xa9\x9e\xc7\x36\xa2\x03\xb6\xe4\xf5\x96\x8d\x70\x67\x4f\x5d\x69\xce\xf3\x16\xd5\x02\xb8\x4e\xfe\xf2\x2b\x1e\x0e\x6f\x81\x9d\x91\x0f\x0b\xaf\xca\x81\x3b\x08\x54\x22\xe9\x11\x48\x8d\x4c\x59\xea\x76\x9a\x5d\xa8\x1c\x61\x5e\x32\xc4\x42\x2c\x53\x40\x2f\x08\xea\x31\x00\x41\xc3\x82\xe3\xb2\xf5\x58\x8b\x96\x08\x41\xf3\xb6\xa7\x3f\x90\xae\x2e\xb6\x87\x7f\x11\x59\xbd\xad\x13\x15\xa8\x77\x26\xcd\x96\x55\xb9\xa6\x66\x2c\x62\xc5\x75\xde\xd4\x84\xbc\xaf\xdb\xba\x34\x18\xf0\x38\xf4\x11\x13\x51\x0c\xd2\x2d\x30\x2a\x50\xb2\x61\xa8\x63\x54\x4e\x99\x55\x71\x4a\x37\xa3\xca\x6f\x14\x1a\x88\xe7\x7d\xa0\xd6\xfd\x81\x5a\x14\x85\x81\xe9\x20\x5d\x0a\x36\xb3\x6a\x08\x07\x80\x6c\x8f\x5b\xa1\x86\x55\x9d\x07\x5f\x16\x17\xc7\x27\x8c\xea\x21\x8e\x09\xfd\xdc\x57\x1a\x82\x16\xe1\x3a\xd9\x3e\xb1\xf7\x6f\x08\x6c\xbd\x2d\x00\x3e\x32\x00\xf6\xc7\x82\x22\x33\x5d\x78\x9e\x1a\xbe\xd3\xdb\xca\x44\xe9\xf6\x47\x7c\x5b\x53\x90\x44\x38\xa6\x6d\x5c\xb6\x41\xd8\xd1\xfb\xcd\x3c\xbf\xd4\x1b\xb4\x55\x98\x11\xdb\x31\xc5\x27\xf0\x84\x52\x1e\x51\x5e\x57\x9d\xc4\xc9\x59\x3c\xf9\xee\xd0\xb7\x33\x12\xe8\x26\xe7\xc5\x12\x0d\x91\x12\x55\x56\xec\xae\xa3\x04\xe2\xa6\x46\x77\x33\xb3\xf5\x98\x59\x45\x14\x6a\x2d\x4b\x4a\x22\x77\x31\xee\x25\x95\xeb\x61\x2f\x98\x82\x47\xd8\x69\xbe\x4b\xea\x1f\x84\x6a\x2e\x03\xfb\x60\x2e\x31\x49\x2a\xe7\xd3\x11\x5e\x3d\xe6\xe4\x2d\x6c\xf5\x1c\x17\xdc\xeb\xe3\x96\xb1\x86\x24\x2f\x85\x56\x95\x52\xaa\x62\x39\x64\xa8\x7d\xba\xf8\xc6\x26\xd7\x76\x9e\x1f\x67\x9f\x53\xd1\x8c\xf1\x20\xaf\x5b\x2e\x29\xf7\x1e\x2a\xb2\xae\xb9\x55\x3f\x40\xbd\xee\xfd\x70\x33\x5e\xb2\x2b\x09\xfa\x96\x94\x90\xe3\x67\x78\xa1\x59\xde\x50\x88\x87\xec\xc8\x8b\x1e\x5b\x85\xb2\x70\xac\x86\x23\x04\xf5\x8d\xf3\xab\x58\x08\x20\x8f\x99\x4d\x5f\x1e\x11\xb8\xf7\x43\xd2\xab\x06\x25\x16\xa9\x4a\x39\xaa\x1d\x9c\x64\x82\x59\x58\x96\x1b\x34\x5a\x45\x34\x05\x88\x37\x5b\xb6\xd3\xef\x0d\x86\x0d\x7e\xde\x8f\x37\x23\xfe\x7a\x82\x94\xae\x54\x36\xeb\x30\x40\x14\x55\x9a\xb9\xe8\xa3\x8c\xf8\x11\x9d\xac\xfa\x3a\x79\xc0\xc5\xde\xe4\x52\xef\xc9\xe9\x81\x31\x1e\x47\x7b\x13\x32\xc5\x18\x66\x9d\x0e\xa4\x14\x66\x0b\x34\xa6\x5d\xa2\xba\x91\x98\x3f\xd0\xcf\x9c\x31\x71\x19\xa7\xb1\x78\x81\x45\x4e\x56\x8c\xc3\x8c\x4d\x89\xc0\x01\x50\x75\xca\x42\x88\x12\x4f\xa5\xa1\x3a\xb4\x49\x53\x41\x00\x95\x3f\x49\xfb\xad\xd3\x75\x71\x86\xb0\xa0\x42\x05\xb2\x58\x75\x6f\x6f\x50\xb4\x01\xc3\xb4\x56\x78\x26\xde\xe6\x96\x24\xbe\xad\xde\x29\xdf\x59\xdc\x27\x0d\x12\x8f\x1d\xba\x92\xc5\x2a\x48\xa7\xa0\x1c\xef\x27\x85\xf8\xef\x32\x65\xe0\xe8\xde\xa0\x30\xc3\x22\xdf\xfd\xba\x86\x11\x2f\xd0\xf0\x9b\xea\xcd\x2f\xab\x6d\x67\xce\x30\xaf\x63\xc2\x60\x8f\x23\xfb\x26\x64\xc2\x30\x06\xd6\xb9\x2c\x22\xe3\x85\x7d\x35\xf3\x84\x3f\x44\x03\xd5\xf0\xcb\x82\x38\x35\x72\x0f\x40\x4e\xe9\x71\x79\xc3\x0a\xec\x7f\xc4\x43\x56\x38\x67\xd3\x47\xbd\x78\xfa\x65\x81\x63\x39\x35\xb8\xd4\x1c\x1a\xe1\x2e\x77\xc2\x86\x91\x4a\xf8\x93\x91\xba\x61\x77\xb7\xcb\xa6\x61\x59\x0c\x95\x1b\x22\xdd\x14\xe7\xec\xaf\xa1\xd7\x03\xb3\x22\x8f\xcb\x16\x13\x03\x74\x1c\x63\x81\x98\x39\xa6\xc1\xb1\x36\x6f\xdc\x3b\x9c\xd8\xe2\xc0\x1e\x2b\xdd\xd4\xf1\xd0\x2f\x2a\x53\x13\xff\x92\x76\x41\x8c\x6d\xeb\xea\x36\xa4\xdf\xa3\xcf\x0b\x62\x23\xd5\xbe\xbd\x04\x50\x8b\xb8\x3a\xd5\xc7\xcb\x65\xb7\xbc\x4f\x39\x2b\x13\xfd\xbe\xdd\x83\xe0\xda\x3f\x13\xce\xe3\xdf\x80\xb6\x90\xb0\x74\xc5\xfe\x86\xe6\xca\x76\xd7\x02\x06\x99\x27\xf1\x20\x5f\xfb\xa9\x6e\x23\x4c\x61\xac\x65\x41\x95\xd7\x90\x5a\xc5\xfa\xb8\x18\x47\xc2\x3e\xa2\xb1\x78\x21\x71\xa5\xbe\xd5\x10\xa5\xc2\xa1\x9c\x78\x79\xc2\x91\x42\xb3\x42\x8a\x02\x51\x42\xc6\x02\x62\x39\x26\xf5\x24\xae\xb4\xdb\x17\x52\x70\x83\x5c\x00\x20\x02\x55\x92\xd3\x4c\x8b\x43\x16\x14\xb4\x51\x12\xeb\x5e\x55\x13\xa3\xba\xc0\x00\x48\x7c\x1b\x18\x27\xfe\x29\x69\x60\xbd\xc2\x20\x36\xd9\x69\x55\x42\x42\x35\x8a\xb9\x80\xd7\x7e\xba\xac\x65\x73\x38\x1c\x64\x1b\xa3\x61\xaa\x72\x1e\x7e\xc2\xde\x8e\xf7\xd1\x2e\x23\xbf\x57\x76\xf0\xbd\xd0\x56\x67\xeb\xab\x22\x51\x8b\xe9\xc2\x9c\x8b\x36\x36\x35\x2a\x8e\xd5\x4b\xcb\x0c\x60\xff\x9a\xde\x9c\xe1\xcb\xc2\xe6\xf9\x88\x4f\xe1\xdf\x08\x73\x23\xbd\x59\xa9\xa7\x79\x33\x06\x11\xfd\x0d\x6f\xff\xc0\xc6\xf7\x1d\x5b\x8d\x21\xee\x7d\x5c\x3d\x12\x15\xf9\xf4\xeb\x7b\x2e\xbb\x3d\x74\xab\x8c\x76\x5c\xc4\x8b\x52\xe7\x1d\xe0\x79\x1b\x79\x73\xfd\x27\x79\xf2\x4a\x3b\x39\xf7\x0a\xff\x9e\xef\x0c\xfb\x0d\xf2\x5c\x58\x8e\x65\x92\x73\x3f\x79\xeb\x4d\xd5\x91\x50\x04\xe4\x3d\x37\xeb\x0c\x3f\x22\xae\x80\xdf\xce\x0a\x4f\x29\xfb\xa0\xa8\x57\x4e\x07\x97\x73\x7a\x9f\xb9\x0b\xe7\x65\x2b\xfe\x9e\x20\x24\x43\x26\xa3\x3d\x57\x92\x2e\x3d\x28\x3c\xa6\x88\x33\x2d\x72\x29\x3f\x5f\x35\x21\xa1\x82\xb9\x9f\x7f\xda\x35\x10\xb5\x36\x31\x33\xc7\x9c\xcf\x55\x3c\x29\x6d\xb2\x22\xd1\x23\x52\xa2\xda\x5b\xb4\x20\x28\x75\xbc\xf6\x54\xdd\xa3\x12\x8d\x61\x27\x0f\x09\x05\x8a\x94\xe0\xa4\xfa\x9b\xb9\x9f\xdb\xfb\xad\x1f\x9f\x93\x63\xbe\x90\xf5\xa1\x6b\x03\xd2\x0b\x6e\xda\xac\xe3\xbc\x7b\x8f\xd5\x66\x9b\x19\x98\xac\x5d\xff\x3e\xf8\x75\xa7\x83\x8b\x59\xcb\x7f\x39\x73\x9b\xf3\xdf\xac\xfe\xcd\x57\x7e\xe2\xaf\xd5\xfc\xd1\xb3\x5a\x97\x48\xf1\xb6\x8a\x70\x3f\x42\x8a\x91\x77\x3c\xbf\x29\x34\x34\xeb\x73\x81\x08\x4c\x94\x6a\xaf\xbd\xa2\xa0\x77\xa9\x58\x27\x31\xa9\xc7\xc2\x55\xaf\x40\x2e\x43\xa1\xb2\xba\x0f\x69\x3c\xe2\x52\xa5\x65\x25\x2a\x32\xb7\xf1\x9a\x16\x3f\xad\x65\x0a\xa2\xba\xc7\x37\x2c\x8c\x76\x5e\xf5\x14\x96\x57\xdb\xf6\x27\x8d\x89\x71\xe5\x3b\x58\x81\xe3\x58\x5c\xd8\x6d\xc5\x13\xf3\x06\x6b\x10\xb7\x54\x11\x54\xfb\x98\x60\xa1\x87\x54\x09\x77\x56\x5f\x5a\x55\xec\x87\x44\x7e\x5c\xe7\xd7\xc8\x2e\x49\x9c\x62\x67\x79\xda\x39\xb5\xbc\x20\xd1\xdc\x4a\xab\x5a\x9c\x6c\x8e\xbc\x87\xc5\x3e\x2f\xbe\xc4\x54\x23\x3c\xf0\x2e\x20\x14\xa1\x2d\xf1\xdc\xb9\xd9\xef\xfb\x24\x98\xd8\x24\x15\xfd\x6f\xdd\x94\xb1\xed\x45\x42\x20\x60\xf1\xbf\x5a\x4c\x57\xe8\x60\xd3\x2d\x2f\x68\x57\x66\x68\xf9\x43\x6f\x73\xb3\x93\x75\x0d\xed\xc6\x54\x5f\x52\x65\x98\x6a\x55\xaa\x9c\x49\x98\xff\xc9\x0e\x96\xe5\x88\xf4\xc0\x7b\x00\x2d\xe9\x5b\xa4\x60\x0e\x31\xb5\xce\xca\x85\x16\x02\x54\x80\x7d\x04\x82\x21\xe2\x8c\x47\x8a\x22\xf3\xd0\x83\x11\x1a\x72\x07\x9e\x77\xe1\x82\x02\x7b\xba\x1f\x6d\xe1\x4f\xb2\xda\xb2\xb3\x8f\x3a\x0f\x94\x1d\x07\xbd\x1e\xb8\x66\x03\x9d\xbf\xeb\x79\x92\x50\x0a\x98\xe3\xca\xaa\x54\x16\x2e\xc0\x09\xba\x85\x49\xe9\xf4\x60\xce\x55\xfb\x43\x97\xea\x4a\x8d\xef\x9c\xb0\x64\x20\x73\x84\xa5\x51\xee\x56\x38\xb7\x80\x51\xe9\x10\x75\x85\x24\x58\xcb\x5a\x5a\x83\xac\x1f\x66\x00\xc7\xea\x7e\xc7\xe4\x02\xac\x37\x6f\x60\x2c\xe7\xc7\xec\x4e\xdb\x4b\x06\xc6\x59\xe0\x5d\xba\xa0\x65\xdc\x68\x5c\xf7\x4d\x7e\x5a\x3c\x61\xd2\x1f\xf4\xde\xbd\x6c\xa1\x68\x63\xe9\x83\x22\x97\x72\x0a\x88\xb0\x2e\xe5\xaa\xbf\x16\x30\xdd\xaf\xbe\x90\xe6\x7e\xd7\x02\xaa\xfb\x95\xf6\x5f\xa1\x14\x54\xed\xf2\xbc\x53\x82\xb0\x73\xe7\x7e\x1c\x69\x21\x2c\xd8\xd3\xf3\x48\x3e\xdb\x6f\xff\x6a\x44\xfb\xe1\xd6\x20\xcd\xbf\x3d\x7c\x46\x75\xf6\xee\x3c\xf8\xdd\x0e\xc8\x63\x9c\x3e\xf7\x4f\x3f\xce\x86\xe9\xf3\xa7\x21\x4e\xe7\xf4\x5b\xd9\x6b\x3f\x38\xfd\x8c\x46\x55\x19\xa6\xee\xa3\xa3\xbd\x67\xb3\xaf\xd8\x72\xaf\x51\xe7\x28\x0d\x1d\x6c\x3b\x4a\x81\x9f\x6f\x70\x9e\x07\x73\xcc\xf8\x16\xee\x6b\x87\x0d\xaa\xee\x50\xaa\xd4\x28\xb9\xed\xe7\xbf\x2b\x89\x02\xec\xe1\x40\xa2\xc0\xa4\x84\x50\x2c\x03\xa5\xd1\x89\x8a\xc6\x29\x73\x49\xb2\x6d\xc8\x75\x49\xdd\xd9\x45\x59\x8a\xd2\x87\x79\x36\x0b\x2a\x8f\x74\x82\x6c\x5f\x85\x45\xcb\x9e\xc4\x2f\x47\xd9\xc0\xf0\x15\xd9\x56\x17\x3c\x4c\x28\xa9\x9d\xd6\xdd\xcd\x5d\x0e\x4a\x0a\xcc\x2d\x7c\xf7\xb5\x71\xf4\x59\xb8\xb3\x66\xee\x91\xfc\x07\x28\x5f\x09\xbc\x86\x09\xd7\x0f\x57\x22\xe1\xd8\x25\x2f\x91\xce\x78\x3d\x62\xe0\xbb\xcb\x67\x4a\x2c\x56\x65\x08\x4b\x70\xe0\x98\x59\x37\x7b\xcf\xac\x60\x3b\x6d\x5d\x88\x1d\x7b\x89\x53\xc6\x07\xed\x54\x9e\xc5\xd8\x4f\xaf\x37\x26\x8e\x14\x04\x30\x9b\xd1\xb6\xb4\xdb\xfe\xb0\xb5\xdd\x8c\x70\xc9\x07\x88\xf3\xa1\x06\x9d\x90\x37\xca\xf0\x0e\x79\x28\x1b\x1d\x72\x3e\x56\xce\x71\x0f\xf1\x48\x8f\xc5\xe1\x6f\x4f\xa9\x0a\x1c\x5b\x5a\xba\xd3\x3c\x1d\x3a\x15\xca\xea\x23\x83\xa9\x9a\xaf\x7c\xac\xf5\x2a\xf6\x4c\xa5\x3a\x47\x55\xc4\xd1\x78\x51\xd2\x8f\x07\xf1\x40\x81\x5b\xe5\x74\x1d\x76\x27\xbf\x1c\xa5\x23\xb3\xf6\xb4\xbb\x05\x98\xe3\x33\x8c\x9d\xe0\x12\xf7\xb6\xc8\x90\x6b\xcd\x09\xd7\xd1\x18\x6f\xc8\xb6\x68\x15\x9d\x27\x40\x11\x14\xfe\xb1\x2f\x6b\x15\x79\xca\x88\x4f\x01\xa4\xb8\x5b\x07\x30\x55\xcc\x53\x84\x37\x67\x7c\x60\x64\x1b\xbf\x4b\xa5\xb6\xd0\x6f\x26\xc0\x6c\xb0\x64\x2f\x06\xc2\x6f\xfc\xf0\xc7\x3f\x0b\xba\x44\x48\x01\x7f\x21\xe2\x71\xcf\x31\x72\xc1\xf7\x95\xc8\x05\x05\x2a\x2c\xa3\x6e\x18\xa4\xe0\x77\x59\xb6\x63\x42\x14\x0b\x8e\xf2\x00\x71\xc7\xd8\x6f\xdf\x6c\x9b\x17\x07\xcb\xfe\x04\xe9\xe8\xc9\xfc\x1a\x3f\x50\x23\x5e\x94\x1a\xa3\x77\xe4\x45\x30\x94\x7d\x4e\xf6\x1e\x3c\x08\xe4\xa3\xa9\x7d\x50\x56\xab\xb4\x34\xc6\xb9\x7b\x65\x76\x30\x98\x2f\x4f\x29\x12\x76\x25\xb6\xfa\x2a\x1a\x7e\xa7\x61\x5f\xc3\x51\x5c\xcc\x38\xef\xac\x2c\x6b\x9f\xe0\x3a\xda\x4f\xda\x2f\x67\x3d\x4e\xc2\xf1\xd4\x41\x99\x67\x9e\x05\xda\x01\xcb\xd2\x25\xf4\x35\xc0\x79\x80\x74\xe8\x43\x19\xed\xf1\x4b\x12\xd3\x32\x20\x59\x6a\x9a\xcb\x20\x5b\x2d\x7b\x2d\xe2\x10\x14\xdc\xcd\x3c\xf0\x08\x5e\xe0\x9b\x13\x9c\x60\x27\xdb\x4c\x1b\x25\xbf\x63\x87\x00\x63\xa7\xb8\x3d\x1c\xf6\x73\x2e\x9b\xf2\xb5\xe2\x71\xde\x78\xeb\xad\x37\xcf\x05\xa7\xb4\x74\xfc\xaa\x93\xeb\x67\xe8\x4c\xb7\x08\x9f\x52\xb0\x18\xd9\x4e\x4a\x22\x8f\xf4\x67\x8e\xc8\x63\x85\xa2\x5d\x8b\xfd\x90\x3c\x6e\x0d\x84\x26\x97\xb1\xca\xeb\xfc\x4d\xb3\xf0\x4b\x81\xca\x13\x88\x74\xcf\x92\xec\xa2\x5b\x86\x2f\x4e\x02\x51\xeb\xad\x41\xaf\xeb\xd9\x87\x12\xf8\xc5\x7e\xd6\x58\x4e\x7e\xcb\xcd\x2b\x6d\x8f\x28\x59\xd1\x78\x7e\xb5\xf0\xf3\x27\xda\x9e\xe9\xbb\x43\xb0\x4d\x89\xff\x97\x1f\x68\x6c\x68\xbc\x6d\x89\xb9\x7e\x7b\xa3\xdc\x65\xbe\xbe\x81\xcd\xa3\x8d\xd3\x77\xd3\xd6\xc8\x39\x4c\xc7\x3c\xc2\xca\x42\x1b\x64\x69\xb2\x93\xf5\x48\xb8\x17\xe1\xf0\xb7\x5a\x37\x4a\x1c\xd9\x07\x04\xae\x86\x98\x48\xaf\x78\xaa\x48\x7b\x20\xe6\x0e\x87\x14\xd2\xcb\x11\x93\x89\x36\x44\x47\xd7\xee\x81\x72\x4c\xca\x94\xe0\x62\x89\xb8\xa5\x3f\xcd\x5b\x20\xe2\xe2\xbc\x18\xc7\x71\x77\xab\x7d\x3b\x00\x66\x3d\x6f\xa7\x43\xe0\xf5\xa2\xf9\xaf\x0b\x29\x74\x53\xc1\xf1\xc9\x40\xc0\x4a\x61\x78\xf0\x67\x85\x8a\x35\x55\x0d\xf2\xb4\x93\xb6\x30\xff\x22\xe7\x9f\x26\x8d\x39\xdb\xc4\xe7\x9f\xda\x86\xe6\x3c\x55\xd3\x6f\xfc\x86\xbe\x37\x26\x15\x6d\x4a\x6c\x56\xb5\x99\x1d\x24\xeb\x92\x0c\x4a\x43\xa1\xdb\x8f\xc1\x69\x44\x72\x45\xef\x11\x8c\xa6\xd6\xca\xda\x28\xea\x0c\xf4\xb2\x14\x94\x77\xc3\x99\x54\x01\x3a\xc2\x9e\xbc\xf4\x48\x24\xdf\x92\x63\xd4\x22\xa7\xfe\xad\xf1\x5c\x45\x3d\x69\x7d\x6c\x11\x30\x94\xaf\xbd\xfe\xfa\xcf\xfa\xf5\xd2\x06\x5d\x1c\x94\x1f\x9d\x1d\x5f\x27\x39\x5c\x55\x9a\xf0\x67\x18\xd1\x8f\xa7\x7d\x5e\x52\xb8\xa2\xcb\x87\xd2\xa9\x1e\x56\xa5\x3d\xf0\x6a\xe1\x24\x67\xb0\xcc\x6a\x6d\x90\x72\xaa\x50\x18\xa4\x22\x5d\x82\x38\x68\x04\xe1\xa9\x54\xc0\x90\xea\x6c\x9d\x79\xfb\xb9\xf3\x39\x17\xda\x42\x1e\xd6\x4d\xf6\xf6\xf7\xcf\x9b\xf9\xce\xbc\xfd\xfc\x79\x9a\x91\x8a\x33\xb0\xa7\xca\x23\x46\x03\x90\xe1\xf7\x50\x77\x32\xc3\x3d\x9b\x0f\x5a\xcf\x86\xdd\xb9\x54\x9b\x6a\x06\x1f\xff\x41\xc6\xa6\x23\x41\xbb\xfb\xfa\x3b\x2e\x4a\xaa\x38\x7c\xba\x18\x3f\xa3\x02\x7b\x0d\x85\x56\xc7\xf1\x2c\x19\xea\x9f\x85\x83\x39\x93\x7f\x0f\xe7\x84\xf1\xde\x91\x01\x21\x9d\x54\x43\xaa\x66\xbe\xe3\x79\x38\x3a\xf5\x90\xb9\xa3\xc3\xb3\x73\x0a\xbf\xdd\x25\x84\xe8\x4d\x02\x83\x44\xe7\x30\x07\x02\xa1\x20\xb2\x6a\xe2\x5b\xfc\x10\x70\x47\x40\x78\x27\xbb\xc5\xcc\x55\x09\x5c\x65\x27\x3b\xe9\x60\x2b\xb2\x91\x43\x3c\x78\x5a\x7e\xf2\x04\x8b\xb7\x15\xc6\xe9\x3e\x05\x54\xb0\xcc\x69\x25\x20\x12\xc8\xe4\xb6\xa6\xe1\xae\x0f\x9b\x0c\x9a\x58\x6d\x6c\xd8\xdc\x0a\xa1\x64\x4e\x35\xcc\xf4\xea\x10\x52\x10\x12\xbe\xbf\x08\x4c\x14\x08\x42\xfd\x90\x06\x81\x62\x5e\x2e\x3f\x32\xbf\x3a\x97\x24\x91\x96\xf7\x65\x93\x2d\x66\xe2\x9e\xbf\x8f\xc5\x35\x82\x4a\x0d\xe6\x6d\x0e\x7b\xbd\xce\xf9\x5a\x73\xcb\x1c\x05\x65\xab\x36\xf0\x56\xdb\x1c\xf4\x76\x30\xcd\x9e\x5f\xb7\x01\x73\x33\xd8\x18\xff\x1a\x35\x28\x5c\xca\xbd\xe7\xf2\xf5\xe7\xbc\xea\xb0\x06\x68\xcf\xe4\xb5\xe7\x76\xcc\xcf\x24\xbe\x93\xed\x15\x7f\xdc\x86\xb6\xd8\x0f\xff\x6c\xaf\x3f\x47\x39\x09\x20\xb3\x30\xfc\x70\x09\x7e\x38\x2e\xd8\x09\xd1\x6c\x04\x47\x32\x48\xfb\x39\x0a\x08\x80\xa4\xe8\x1f\xe0\x8f\x97\xe1\x27\xd0\x24\xee\xc1\x9f\x79\x6a\x78\x9c\x76\xbe\xae\xd7\x91\xe0\x31\xbf\x90\xc0\xb9\xb6\x6b\x3b\x59\xd7\x50\x55\x73\x88\x76\x49\xfe\xf7\xed\xde\x68\x90\xaf\x43\xa1\x10\x5c\x5e\x41\x25\x2d\x6a\xed\x26\x04\x67\x92\x47\xfd\xbe\xdf\xe3\x52\x9a\x42\x90\xa2\x5b\xed\xc7\xc1\x8c\xbd\xee\x70\x1b\x27\xe4\x75\x17\x10\xb6\xe7\x35\xb9\x9c\xa2\x6f\xce\x21\x1a\x2b\xbc\x2f\x83\xe6\xa5\x46\x6c\x53\xf8\xa1\xbc\x17\x73\xa7\xed\x41\xaf\xff\x5e\xaf\x9b\x9e\xaf\xb5\xd3\xcd\xe6\xa8\x03\x91\x75\x79\xae\xd2\x84\x60\x38\x05\xf0\x4b\xe4\xd4\x25\xb1\xa5\x66\x6d\x37\x29\xbd\x81\x78\xba\x1d\x14\x94\xdd\xff\x58\xec\x21\xac\xeb\x50\xd1\x3d\x05\x26\xc2\x35\xb4\xb5\xd9\xc9\xda\x46\x66\xe8\x8f\x44\x23\xec\x8a\x5a\x79\x85\x68\x5d\xdf\x87\x85\x1f\xdc\xea\xf2\x6b\x3d\xa0\xca\x9e\x53\x50\x7a\xd4\x6b\xa8\xa6\x36\x80\xda\xd8\x00\x4e\xf7\x4f\x4a\xe1\xa3\x38\xf9\xa7\x7f\xf5\x2b\x68\x07\xaa\xa5\x5f\xff\x1a\x2a\x84\x7e\xfa\x8c\x5f\xfe\x5b\x6a\x13\x47\x7c\x7a\xcb\x9a\x24\x33\xda\x4e\xf3\xdd\x7f\x0c\x06\x84\xdc\xf4\x98\x61\x87\xbc\x29\x03\xc3\x99\xad\x05\xf3\x7f\x03\x00\x00\xff\xff\x8b\x65\xfd\xd3\x08\x24\x01\x00")
+var _confLocaleLocale_ruRuIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\xeb\x8e\x1b\xd7\x99\x28\xfa\x9f\x4f\x41\x69\x20\xd8\x06\x5a\x34\x1c\xef\x73\x81\xe1\x76\x4e\x12\xcf\x8e\x73\xe0\x24\xde\x91\x83\xf9\x61\x08\x0c\x9b\xac\xee\xae\x11\x9b\xc5\xb0\x48\xc9\xf2\x60\x00\x5d\xe2\x4b\x8e\x34\x52\xec\x71\x4e\x0c\xc7\x96\x22\x7b\xcf\x9e\x0d\x0c\x06\x87\x6a\x75\x4b\xec\x1b\x1b\xf0\x13\x14\x5f\x61\x9e\xe4\xac\xef\xb6\xd6\xb7\x56\xad\x2a\xb2\xe5\xcc\xc6\x60\x62\x35\x6b\xdd\xd7\xb7\xbe\xfb\xa5\x33\x1c\xb6\x7b\x49\xde\x5d\x2f\xbe\x2d\xf6\x8a\x79\xf1\xb8\x38\x29\xa6\x8b\xfb\xcd\xc5\xcd\xe2\x68\x71\xbb\x78\x6a\x7e\x98\x36\xcd\x97\x23\xfa\xcd\x34\x58\xdc\x5c\xdc\x2a\x76\x8b\x7d\xd3\xf0\xc4\xfc\xfd\xa4\x98\x37\x7f\x9a\x8e\x2f\x2e\x6e\x98\x9f\x4e\xcd\x0f\xcf\x8a\x99\x69\x30\x37\x7f\xcf\x16\xf7\x1b\x8d\xed\x6c\x27\x59\x2f\xfe\xb9\x38\x2a\xa6\xa6\x17\x0e\xde\xe8\x75\xf2\xed\x8d\xac\x33\xea\xad\x17\x0f\xcd\xcf\x27\xa6\xe7\xd1\xe2\x6e\xd3\xcc\x77\x6a\xba\x41\xbb\x23\x1c\x1f\x06\x48\xde\x1f\xf6\xb3\x91\x19\xe2\x81\x59\xca\x33\x18\xb7\xb1\x9d\xf4\x87\xd0\x73\x5e\x1c\x9b\xbf\x7f\xbf\xb8\xdb\xc8\xd3\xad\x41\x3b\x1d\xac\x17\x9f\x99\x1f\x0f\xcc\xf4\x33\xfa\x29\x9b\x8c\xcd\x6f\x8b\x3b\x8b\x0f\xcd\xef\x7b\xf4\xdb\xc4\xf4\xfd\x8b\x19\xfe\x89\x19\xde\x6c\x05\x26\x5c\x7c\x84\x53\x8d\x92\xad\x34\x1f\x27\xa3\xaa\xef\xd7\x92\x8d\x3c\x1d\x27\x30\xcb\x7e\xf1\xf8\xa2\x39\x8e\x29\x4c\xd6\xb8\x9a\x8c\xf2\x34\xc3\xd9\xf7\x17\x37\xcc\xcf\xd0\x78\xd8\xd9\x32\x2d\x1f\xd1\x00\xb8\x97\x8f\x8a\x69\x63\x9c\xec\x0c\xfb\x1d\x18\xe3\x7f\x9a\x5f\x1f\x9b\x7d\xce\x8b\x93\x46\xbf\x33\xd8\x9a\x60\xfb\xff\xaf\x78\xb6\xb8\x53\x1c\x36\xba\xa3\xc4\xb4\x6a\x0f\x92\x6b\x66\x0c\x3c\xd4\x3d\xb3\x8c\x5b\x8b\xbb\xad\x56\xab\x31\xc9\x93\x51\x7b\x38\xca\x36\xd3\x7e\xd2\xee\x0c\x7a\xed\x1d\x3c\xa0\x87\x66\xa6\xf9\xe2\x77\xc5\x0c\x0f\x13\xef\xc2\xfc\x03\xce\xcc\x1c\xa8\xe9\x8c\xa7\x7c\xbf\x59\xcc\x9a\x78\xcc\xf3\xc5\xc7\xe6\x97\x7d\x3c\x94\xa4\x67\x4e\xaf\xdd\xc9\xf1\xb0\x9a\xa6\xf9\x7c\xf1\x89\x59\x9b\x69\x79\x68\x96\x79\xd8\xc0\x29\x07\x1d\xb8\xc9\x2f\x8a\x63\x18\xa4\x62\xf4\x46\xb2\xd3\x49\xfb\xeb\xc5\xbf\x17\x47\x2d\x6c\xb4\xf8\xd8\x7c\x9a\x9a\xd3\xc8\xf3\x6b\x19\x5f\x38\x4c\x0e\x9d\xcd\x81\xb7\xc7\xd7\x87\x78\xa0\x00\x50\x7b\x08\x39\xfb\x34\xf8\x2e\x03\x91\x81\xb1\x46\xb7\x33\x1c\x77\xb7\x3b\xeb\xc5\x97\x66\x35\xa7\x66\xdd\xd3\x86\xe9\x3b\xcc\xcc\x6d\x64\xa3\xeb\x74\x5d\x01\xe8\x15\x07\x8d\x6c\xb4\xd5\x19\xa4\x1f\x74\xc6\x78\x37\x0f\xcc\xaf\x4f\xe8\x26\x4c\x3b\xb9\xd2\x9d\x74\x34\xca\xcc\x85\xff\x09\x6e\x0e\x37\x6b\x6e\xa4\x61\x8e\xbd\x0d\xe3\xaf\x17\x5f\xe3\x4a\xee\x14\x07\xcd\x18\x7c\x9b\x49\xa0\xe9\x4e\xba\x35\xc2\x3b\xfd\x9a\x0f\xc3\x9c\xcf\x57\xe6\xeb\x13\x05\x3b\xd4\x8e\x26\xa3\x66\x73\xd8\xe9\xb3\xd2\xbc\x9b\xd9\xe8\x8a\xd7\x64\x4e\xcf\x0d\xff\x97\x9f\x85\xf9\xb9\xe2\xb9\xc1\x08\x66\xdf\xde\x52\xe6\xf1\x9d\x77\x06\x06\xe2\xa8\xf1\xb7\xe1\xbb\xa3\x79\x23\xdd\xcc\x8b\x9b\x35\x3a\xbd\x1d\x03\x2d\xc3\xce\x20\xe9\xfb\x0f\xd8\xfc\x73\x0f\x5a\x20\xb8\xcb\xdb\xa1\xc5\x4d\x1b\x9d\x6e\x37\x9b\x0c\xc6\xed\x3c\x19\x8f\xd3\xc1\x56\x0e\x6b\x9c\x72\x2b\xf3\x68\xcd\x21\xcc\x60\x80\x43\x38\x0d\x83\x09\x4e\x10\x6e\x6a\x1a\x37\xae\x67\x13\xfb\x0c\x00\x84\xa6\x8b\x4f\x04\xb2\xf9\x11\x50\x13\x37\x06\xb6\x81\x69\x4e\x4a\x83\x99\xe5\x8d\xd3\xab\xe9\x38\x4d\x4c\xbb\x3f\x14\x87\x80\x43\x10\x5f\xcd\xb1\xe1\xdd\xc6\x70\xd2\xef\x1b\xa0\xf8\xed\x24\xc9\xc7\x39\x00\xcc\x94\xe7\xba\x09\x2f\xc6\x0c\x88\x28\x13\xcf\x08\x0f\xb0\x91\xe6\xf9\x24\xe1\x96\xf0\x78\x3f\x86\x59\xba\x9d\x41\x17\x4e\xed\x81\x19\xff\x18\xcf\xda\x80\xf2\x7b\xe9\x20\x1f\x77\xfa\xfd\xcb\x0d\xfe\x87\xb9\x11\xc4\xb2\x53\xc4\xb0\xbb\x70\x22\x8d\x71\x3a\x86\x6d\xfa\x1f\xe0\x0d\x9f\x18\xf0\x34\xf0\xf0\x89\xf9\xf1\x09\xec\x8d\x70\xb5\x81\x0d\x80\xac\x5d\xc6\xd0\x70\x83\x66\xbd\xb7\xcd\x1a\x61\xb0\x5e\xd6\xbd\x62\x70\x08\x20\x52\x40\x77\x7f\xa4\xa5\x37\x01\xd4\x83\xa6\x08\x78\xfb\xcd\x9f\x66\x5b\x39\xe0\x85\x13\xf3\x3b\x1c\xdb\xac\xf9\x26\x0e\xb1\x46\x8f\xf5\x29\x00\xb0\xb9\xb4\x03\x5a\x9d\x45\x30\x70\x8a\xd8\xff\xf5\x4e\x73\xdc\x19\x6d\x25\xe3\xf5\xf3\xed\x0d\x83\xee\xae\x9c\x6f\x6e\x8f\x92\xcd\xf5\xf3\x17\xf2\xf3\x6f\x2c\xfe\x09\xda\x11\x79\x41\x48\x5f\xdc\x79\xfd\xe5\xce\x1b\x38\x9f\x39\xca\x63\x8b\x5e\xee\xc2\xb6\x65\x6b\x06\x5f\x34\xf1\xf7\x63\xc6\x52\x4d\x9c\x6f\x7e\x11\xb6\x62\x50\xab\x69\x08\x80\x7b\xcc\x94\xe4\x16\xc0\x27\x5e\x13\xcc\x36\x87\x17\x7d\xd3\x43\xce\xfb\xe7\x1a\x70\xbd\x06\xc1\xb7\x7b\x1b\x44\x13\x71\xd7\xd8\xc8\xe0\x7b\xb3\x3d\xb3\xb4\xe6\xcf\xaf\x5f\xfa\x6f\x6f\xaf\x35\xdf\xc9\xf2\xf1\xd6\x28\xc1\x7f\x9b\xff\x31\xbd\x5e\x85\xf9\xe0\x14\xdf\x4d\xdf\xfc\x71\xab\x61\xc6\xe0\x2b\x8b\x80\xb9\x21\xaa\x80\xe8\xe1\xb2\x60\xfa\x13\xa0\x50\xd8\x03\xb1\xe1\x37\x66\xa0\xd3\x8a\x46\xdb\x66\xde\xf5\xe2\x5f\x08\x2c\x11\x2d\x13\x25\x2c\xe3\xe2\xbb\x15\x48\xd7\x4c\xe3\x61\xf2\xaa\xb5\x08\x70\x7c\x8e\xf0\x84\xdb\x6e\xc2\xb3\x76\xa8\x1f\x2f\x1c\x6e\x17\x1f\xcb\x69\x13\x01\xf3\x31\x3e\x82\x8f\x9a\x3f\x1b\x0c\xb2\x37\x7f\x6c\x0e\x19\x6e\x67\x8e\xb8\xfd\x06\x03\x33\x1c\xfe\x64\xbc\xf9\x7f\xb6\xb7\x92\x41\x32\xea\xf4\xdb\xdd\xb4\xd5\xc8\xf3\xbe\xa1\x63\xbd\x84\xb0\xf9\x53\xb8\xf7\xe6\xa5\x4b\x6f\x9b\x4d\x8c\xb7\x81\xb6\xdd\xc6\x57\x98\xff\xb6\x0f\x17\x24\x6b\xe3\x9f\x9b\x70\xf9\xbf\x03\x6a\x0c\x50\x18\xdf\x52\xf4\x96\x9a\xaf\x6f\x8c\xde\x30\xe8\x0f\xe0\xe7\xa9\x50\x9f\x29\xf0\x38\xb8\xc7\x7b\xe6\x87\x13\xc4\xfe\xf8\x20\x70\xa6\x53\x84\x7e\xef\x91\x98\x3e\xbb\x08\x83\x40\x51\x85\x3d\x52\x1c\xd4\xe2\x4e\xab\x91\x8c\x46\x6d\x43\xfb\xc7\xd7\x01\xb8\xbc\x3d\xc1\xe2\x69\xc5\x30\xd0\x92\x15\x03\x08\x9b\x56\xc7\xf8\xe6\x00\x1c\x61\x74\x59\xd8\x6d\x04\xb3\x3b\xc5\x31\x4d\x97\x0e\xae\x76\xfa\x69\xcf\x80\xe1\x2a\x57\x1e\x1f\x1e\x0f\x62\x0f\xdf\xdb\x53\x62\x40\xe0\x27\x78\x93\xbb\x78\x42\x77\x9a\xe7\x5b\xe7\x81\xa5\x38\x7f\xf1\x7c\xab\x31\xc8\xda\x44\x1b\x80\x29\xe9\xa5\x79\x67\xc3\x30\x28\xc4\x55\x8d\x98\x0c\x7f\x46\xd8\x52\x4f\x22\x44\xee\x10\x4f\xfc\x63\x7e\xab\xf8\xe8\x42\x1e\xec\x1e\x2c\x79\x4e\xab\x7a\xc6\xab\x9f\x01\x67\x7a\x1b\x8f\xfe\x16\xa2\xc5\x03\xbe\x1d\x04\xd6\x59\x2d\x51\xd2\xf7\x22\x54\x2d\xf2\x66\x6a\xc7\x58\xf5\x4a\x1a\x02\xed\x8c\x16\x0c\x3f\xbb\xf8\x3d\x91\xda\x53\x9c\x6a\x0a\xb8\x0a\xc6\x36\x47\x04\x98\xa7\x01\xbc\xb9\xcf\x74\x21\xd3\x71\x44\x33\x31\x7f\x2c\x8d\xec\x9b\x08\xa0\xf9\x19\x5e\xdf\x4d\xc6\x7e\xe6\xcf\x5d\xa6\xe9\x00\xb5\x48\x0f\xf7\x11\xbe\xe1\x0a\xcc\xd4\xf7\x81\xab\x35\xd7\xf0\x7b\xfa\x39\xc2\x04\x14\xb3\x73\xc8\x7c\x95\xa0\x98\xd8\x35\xb8\x8d\x38\x6f\x62\x3b\xd9\xa5\x7e\x66\x26\xc3\x87\x82\x50\x80\x8c\x56\x9c\xb3\x31\xd7\x68\x64\x8c\x26\x22\xe1\x3d\x98\x10\x41\x60\xf1\x21\xa3\xef\x7d\x00\x61\x78\x84\x16\xb7\x33\xbe\xd9\x47\x42\xce\x43\xb4\x1a\xa3\x89\x61\xff\x6b\x51\xa6\xb4\x70\xa7\x59\xc3\x48\x83\xbc\x74\x44\x57\xa1\x2e\x7d\x8f\x59\x86\xdb\x80\xc3\x0f\x19\x73\x20\x2b\xed\xce\xe8\x5e\xc5\x19\x35\xb9\x9d\xc2\x2e\x06\x9f\x01\x30\x18\x82\x92\x19\xd6\x7a\x00\xf8\x78\x4e\x44\x8d\x7f\x71\xa7\xc9\xec\x07\xc2\x20\x50\xba\x5f\xff\xea\xed\x8b\x00\xb9\x30\x17\x5c\xab\xe5\x0d\x0e\x49\xee\xb0\x28\x59\x9e\x11\x2c\xc8\x20\xdd\xb7\x00\x1b\x6f\xb7\x87\xd9\x68\xbc\x6e\xfe\x22\xe0\xb8\x61\xc8\x8d\xfc\x6a\xa7\xfc\x9a\xd6\xb2\xb8\x61\xdb\x14\xd3\x35\xda\x26\xee\x89\x70\x67\x48\x34\x60\x81\x30\x2e\x5e\xfc\x0d\x24\xf9\x37\x8c\xb4\xf0\x80\x59\x9b\xdd\xc5\x5d\x16\x03\xdc\xf3\x59\x63\xe2\x0e\xc7\x1c\xc3\x16\xb8\xe8\xed\xf1\x78\x48\xab\x86\xfb\x85\xd5\x34\xdf\x7a\xf7\xdd\x77\xdc\xef\x67\x5c\x77\xe9\xb9\xc1\xa2\x10\x04\x05\x37\x1a\x04\x0f\x8c\x17\x0a\x66\xf8\x12\x27\xa3\xfe\xba\x39\xf6\xea\xa7\x6a\x1a\xd8\x55\xfc\x3b\x4e\x76\xab\xf4\xfe\x9b\xc8\x88\x87\x57\xb9\xda\xed\xc1\x86\x5f\x86\xff\xb9\xd4\x64\x46\xb7\xe9\x83\x00\x3c\x12\x64\xf3\x0f\x99\x25\x39\x11\xa4\x29\xd2\xda\x7e\xab\xd1\xcf\xb6\xda\xa3\x2c\x1b\x47\x28\xd5\x53\xf3\xef\x1b\x88\x4a\xcc\xe6\xfd\x86\x76\x63\x5f\xe2\x2b\x41\x99\xa6\x78\x62\xd7\xad\x91\xb2\x50\x6b\xd8\x80\x37\x26\xe0\xe4\x46\x36\x04\x62\xe1\x50\xe5\x5f\x90\x83\xfa\x84\x9f\xf4\x09\xb3\xbc\x11\x2e\x1e\xa5\xcf\x6a\xbe\x4b\x93\xe4\x65\xc7\xb0\xb8\xd3\xc8\x77\x0c\xdc\x10\xc3\xf5\x2d\x50\xe7\xe2\xa8\x79\xe9\xe7\x06\x9e\xf0\xf7\xcd\x51\xb6\x03\x88\xf9\x99\xfb\xd3\xb1\x25\x22\xf7\x36\xe9\x7e\xd5\x05\xac\x35\x7f\xf5\x5f\x7f\xd2\xfc\xdf\x5e\xfd\xc1\x0f\x0c\xc4\x23\x00\x44\x49\x07\x6e\x44\x75\x14\x1e\xc0\x9c\x1b\xa0\x0a\x64\x89\x9b\xe7\x89\x2e\x9c\x6f\xbe\x8e\xcd\xff\xaf\xe4\xfd\xce\xce\xb0\x9f\xb4\xba\xd9\xce\x1b\xad\x06\xfc\x64\x10\x19\xe1\xbb\x7f\x2f\xed\x75\xca\x10\xa3\x16\x6a\xa5\xc0\x99\x15\xe7\x79\x90\x0a\xaa\x18\xef\x23\x6a\x94\x76\x37\x1b\x6c\xa6\xa3\x1d\xc0\x4c\xfe\x6b\x45\x6c\xb0\xc7\x72\x2d\x70\x16\x7b\xbe\x5c\x1b\x90\x7d\x73\xb1\x78\xaf\x83\x6c\x9c\x6e\xa2\xb8\x0f\xec\x0b\x9c\xcb\x27\x6a\x40\x46\x10\x4c\x44\x6e\xb3\x46\x01\xde\xb9\x53\x26\x99\xb3\xb8\x9a\x80\x44\x38\xba\x9a\x76\x13\x01\x94\x47\x0e\x0d\xe1\xa3\x31\x67\x6e\xfa\x3f\xa1\xf7\x5e\x02\x32\x05\x45\x8d\x6c\x73\xb3\x9f\x0e\x12\x66\x5c\xdd\x36\x95\x10\xfd\x3b\xd4\x7c\x1d\x18\x12\x81\x5b\x7b\x4a\x02\x8d\xd7\xd3\xe0\xa6\x21\x68\xa5\x1e\x94\xd0\xda\x4f\xde\xfc\x05\x31\x69\x4f\x99\xc9\x44\xb9\x0a\x69\xf1\x2e\x1e\xa1\xaf\x8b\x3b\xd6\x73\xec\xaf\x81\x3c\x87\x04\x56\x58\xe3\x3b\x4d\x82\x26\x78\x6e\x24\x6d\x79\x24\xf5\x06\xf2\x07\x7b\x78\x9d\x88\xd3\x4c\x4b\x03\x24\xf0\x48\x51\x43\x41\xf2\x97\xa1\x44\xcc\xd9\x6d\x8d\x3a\x57\x3b\x46\xac\x8b\xad\x5c\x3d\x35\x43\xc0\xb8\x61\xa9\x67\xf5\xce\xa5\x0b\xa9\xab\xe2\xd4\x1a\x99\x6f\x3c\x66\x04\x17\x92\x86\xcd\x0f\xe6\x47\xbb\x77\xd9\x0c\x80\x2d\x90\x0e\x33\xd4\x45\xb3\xae\x63\x1c\xf1\x63\xc6\x9d\xf7\x08\x39\x3d\xc1\x7b\x7f\x8a\xfc\xcf\x2d\xda\x7b\x05\xed\x07\x5e\xd0\x9d\x83\xcf\xe1\x46\xcf\x62\x8a\xaa\x4a\x5a\xe4\x7d\x27\xcd\x9a\x73\xbf\x57\xc1\xe9\x46\x47\x97\xf3\x12\xed\xc3\x3e\x09\xd8\x35\xea\x3e\x80\x89\xe7\x99\x7e\xad\x89\xaf\x09\x9a\x1d\x02\x8e\xaa\x64\x80\x4b\xd2\x82\x07\x41\x81\x46\x07\x25\xa1\x01\x6e\xcb\xea\xf4\x4a\xc8\xe1\x90\x94\x7c\x86\xba\xf8\x4d\xc3\xcd\xa3\x2e\xc7\x4d\x64\xbb\x89\x8c\x16\x47\x25\x95\x27\xd5\x22\xf1\x7f\x94\xb4\x59\x9b\xdc\xbe\x9a\x82\xfa\xb5\x8c\x6d\x44\x23\x20\xfd\x69\x9b\xbb\x96\xd3\x7c\xa6\xa5\x95\x23\x61\xdc\xcd\xf9\xe3\x2d\xe0\x5a\x02\xe5\x43\x74\x6a\xd9\xef\x37\xfe\x3d\xe8\x79\x34\x0b\xc0\x44\x31\xba\x3b\xd8\x36\x5c\xd3\x13\x7c\xe8\x6a\x39\x53\xd2\xe6\xd8\x7d\xf8\xcb\x5a\xdc\x21\xfd\x0e\x73\xe8\x33\x3b\x18\x6d\x85\x87\x43\x5c\x3b\x23\xa6\x08\x4f\x47\xad\x17\x06\xbc\x69\x16\x76\x84\x8c\xac\xb0\x23\xd1\xa3\xda\x25\x0c\x6c\x98\xfa\xdb\xa5\x65\xb4\x58\xe7\xc8\xaa\x3c\xb6\x58\x38\x59\x52\x38\x71\x10\x03\x1c\x10\xd2\x72\xac\x68\x88\xd0\xee\xb8\x90\xa5\x62\xdd\x29\x88\x43\xb0\x4f\x64\x54\x8b\x03\x40\x17\x8b\x9b\x6b\x95\xe8\x08\x74\x1d\x3f\x7b\xb3\xb9\xde\x7c\x45\x9a\xdc\x26\xa0\xf6\x65\x02\x20\xe6\x42\x34\xe1\x5d\xd6\x4b\xa8\xf6\xb8\x58\x0d\x36\x23\x1d\x03\xe0\x38\x39\x94\x6a\x76\xc7\xcc\xbf\xf8\xf4\xec\x52\x31\x8f\xbb\x92\xbe\xbf\x46\x6a\x6e\x30\xfd\xf7\xbe\x6a\xba\xbf\xe7\x70\x97\xeb\x44\x03\x3a\x33\xc2\x12\xb6\xa5\x6e\x1b\xac\x4d\x6d\x6f\x65\xa0\xfc\xf5\x35\xa7\x4c\x65\x40\xcc\x1e\x27\xf9\xb8\xbd\x95\x8e\xdb\x9b\xc0\xec\xf4\xe0\x24\x91\x81\xd8\x23\x0e\x96\x20\xe5\x94\x5f\xda\x3e\x0a\x6a\xd0\xf7\x05\xd3\xe5\x05\x52\x6e\x1d\xe3\xb0\x86\x8a\xbe\xd6\xbc\x70\x95\x75\x54\xaf\x02\xbb\xd2\x36\x44\x2c\xed\x03\x12\x13\xe5\x33\x70\xe0\xce\x4a\xc4\xe0\x8b\xec\x90\x55\xb3\xe0\x6b\x24\x21\x89\x14\x40\x15\x4a\x56\x52\xd0\x22\x11\x3b\x10\x2d\xca\xef\x50\x95\x39\x13\x6a\x4d\x20\xff\x18\xcf\x67\x8a\x92\xe7\x6d\x7a\x6a\xb2\x82\x7b\xc4\xa1\x5e\xc8\xcd\x1c\xa2\xc9\xd0\x5f\xb7\xb2\x8d\x49\xda\xef\xb5\x1a\xa2\x4c\xea\x6d\xc8\x23\x5c\x59\xb1\x29\x9b\x14\x46\x91\x97\x66\xb0\x15\x1e\x97\x8c\xac\x74\x0a\x5f\x33\xeb\xc6\x02\x20\xb0\x33\x81\x16\x6e\x05\x59\x1a\x07\xb7\xf2\x3c\x5c\xc6\x4e\xc7\x90\x11\xc0\xa7\x00\x52\xb7\x51\xf9\x72\x50\xfd\x9a\x71\xd5\x06\x01\xec\x22\x19\xdd\xaf\xe5\x08\x48\x0b\xad\xe5\x1c\xd1\x9f\x9b\x55\xe4\xcd\x8b\x6f\x98\xff\x6d\xe4\x9d\xab\x09\xf1\xc4\x5b\x75\xa0\xe6\x69\x36\x2c\x49\x34\xd0\x8f\x56\x8d\x27\x28\x2a\x31\xd2\xf4\xce\xcf\xc3\x90\xa2\x06\x82\xb5\x9c\xe0\x56\x2a\x0e\x34\x90\x3c\x9f\x57\x91\xc6\x2b\xa1\xf7\x96\x4f\xba\xdd\x24\xcf\x49\x55\xf1\x18\xc0\x43\x01\xb0\x23\x9a\xe7\x9a\xc5\x57\xc4\x92\x82\x98\x73\x47\x44\x7c\xb6\x42\x00\x1f\xff\x18\xbf\x01\xc1\x41\x15\x48\x13\x0d\xac\x37\x89\x06\xc1\xc1\xd3\xd3\x44\xb0\xdb\xb7\xd4\xfe\x16\xab\x94\x4c\xef\xfb\x0e\x6e\x03\x89\x76\x39\x84\xf1\x65\x1e\x91\x01\xa5\xd8\xc5\x1d\x36\xde\x03\x73\xf6\xe5\xc6\x84\x34\x6e\x59\xbf\x07\xc2\x55\x2d\x8a\xbc\x2b\xa2\xdb\xdf\x5e\x04\x9c\x66\x95\xf2\xb6\xb7\xc6\x98\xf9\xb5\xd4\x80\x68\xdb\xda\xc7\x01\x5c\xc6\xc9\xfb\xa8\xd0\xa0\x1d\x96\x78\xa5\x39\x5a\xca\x00\xa2\x6f\xb2\x2a\x81\xcc\x71\x88\xff\x23\xf6\xf4\x9d\xeb\xf8\xd2\xcc\xed\x7c\x05\x92\x44\x85\xba\xcd\xe0\xee\xbe\xc1\x5b\x19\xb0\x9d\x57\x13\xe9\xf1\x08\x77\x76\xcc\x4a\xee\x93\x1a\x75\x1d\x4c\x93\x8d\xb6\xec\x2c\x71\x45\x22\xb4\x22\xa3\xa8\x6b\xa8\x2d\xa2\xd3\x06\xf2\x41\xe4\x42\xf0\x90\xc5\x90\x67\x4c\xd8\xcd\x8b\x62\x1b\x5b\xcb\xc0\x3d\x5a\xfa\x78\x99\x9f\x89\x66\x73\x66\x90\x4f\x1c\x39\x2c\x3e\x34\x77\xc9\xae\x05\x97\x1b\xdc\x2f\x66\x46\x9e\xa1\x8d\x25\xaf\xd0\x18\x82\x9f\x41\xd2\x19\x01\x56\x81\xef\xf0\x4e\x0e\xcd\xc0\x9d\xc9\x78\xfb\xb2\xb2\xe1\xb7\xd9\xf6\x19\xd8\xf2\x9b\x44\x8b\x08\xf0\x3c\x3e\xd9\xc9\xd0\xdb\xc9\x10\x04\xf0\x9d\x1c\x9f\x34\x8a\x81\xfb\x64\x91\x0c\xba\xfc\xb0\x59\xfc\x41\x33\x56\x62\x9c\x81\x37\x72\xae\x91\x67\xdd\xb4\xd3\x6f\xaf\x32\xac\x42\x01\x53\x4f\x6d\xb3\xb8\x6b\xe6\x78\x64\xe6\xb8\xef\xb4\xcb\xfb\xf8\xd8\x08\x67\x7d\x44\x6c\xa2\x91\xcb\xee\x9d\x0b\xa4\x17\xf2\x57\xd8\x19\x8e\x51\x63\x82\x44\xe0\x84\x86\x58\x6b\xa2\xbb\x01\x1a\xea\x00\x43\x58\x83\x6b\x25\xfb\xae\x95\x7f\x68\x40\x35\x78\xe1\x61\x99\x3c\xae\xc1\xa2\xd4\x5a\x19\xb7\xd6\x61\xb1\xb9\x08\x4b\x70\x70\xd3\x50\xbe\x83\xe3\x42\xa6\xe4\x4b\x62\x31\x09\x9b\xed\x8b\x00\x79\x56\x95\x06\xa9\xeb\x9c\xd2\xad\xbc\xb1\x39\x48\x24\x3b\xc9\xce\x06\xcc\x9c\xb0\xdc\x83\xdc\x86\xa5\x0b\xa8\x07\x36\x8f\x7a\xd3\xbc\x35\xc4\x6d\xc2\x68\xfd\x09\xad\x58\x77\x88\xf3\xd7\xec\x15\xb4\x4c\x56\x69\xf9\x43\xf1\x96\x31\xa4\xd3\x48\x41\x5f\xa3\x64\x8c\x9a\xee\x10\xec\xfe\x84\x9d\xf4\x16\x67\x28\x48\x5b\xf0\x6b\x09\x27\x48\x32\x2c\xea\x72\xf2\x64\x30\xb6\x30\xa1\xbc\x1d\x18\xd2\x90\xed\x76\xa6\xec\xe8\xd1\xa2\x25\x0b\x57\x3e\x27\xdb\x86\x8f\xec\xe8\xc7\xe6\xeb\x1b\x6f\x5c\xc8\x5f\x7f\x79\xe3\x8d\x38\x17\xb5\xe6\xb1\x76\xa2\x79\xde\x65\x67\x02\x4f\xab\x74\x60\xb8\x01\x64\x1a\x0e\x51\x8b\x0a\x9b\x73\x9a\x9e\x0b\xbd\x26\xc9\x07\xa4\x55\x51\xac\x00\x0d\xfc\x89\x5d\x73\x1c\x1c\x5a\xe4\x80\x90\x10\x22\xb3\xf8\xc2\x79\x22\xa8\x33\x45\xc8\x26\xfa\x1c\x62\x0d\x3c\xd6\x7e\xba\x93\x8e\xab\x1f\x1c\xd2\x57\xba\x4e\x61\x56\x48\x1c\x24\x3a\x05\x63\xf2\x9c\x56\x36\x03\x50\x5d\xaa\x36\x16\x36\x83\xfc\xbc\xe6\x55\xcf\x92\xb9\xdd\x39\x5e\x24\xa1\x91\x57\x9b\xf4\x22\x91\xf6\xde\x21\x56\xf4\x19\xe3\xd8\x63\xdf\x1d\x48\x79\x08\x9d\x82\xae\x14\x38\xb9\x56\x63\xbb\x93\xb7\x27\x03\x86\xb2\xa4\xc7\x0f\xf5\x4f\xa8\x3d\x05\xf9\x09\xd5\x64\x72\x7c\x6b\x86\x74\x18\xde\xe3\x5b\xba\xe6\x9b\x0a\xa1\x9e\x30\x01\x28\x03\xdb\x89\x20\x69\xd1\xc7\x2e\xd5\x1e\x37\x5f\xb4\x90\xf7\x92\x39\x0a\xe7\x62\x01\xdc\x96\x62\x89\x67\xe4\x9b\x46\xc6\x02\x1f\xfe\x51\x52\xac\x42\x2b\x30\x08\x5f\xd8\x09\x5e\xe6\x09\xb3\x4e\x38\x91\xa6\x2f\xa5\x87\xb5\x46\xcf\xe5\x29\x1c\xba\x5c\xdc\x14\x78\x09\x68\x7e\x2a\x92\xfa\x0c\x00\xa4\x45\x30\x25\x27\xfa\xb5\xdf\xcd\xda\x16\x7d\xf3\x8c\xf8\x67\x04\xea\x61\x26\x59\x1a\xb6\xec\xc9\xf9\x0b\x64\x3d\x3e\x0a\x50\x39\x92\x2e\xf0\xae\xb2\xe6\x92\xb3\xdc\x02\x71\xf1\x44\x09\x2c\x33\x3c\xc3\xa3\x85\x53\xa7\xf6\x95\x5c\x2f\xd0\xb2\x56\x03\x0f\x00\xce\x61\x1c\x3d\x06\xd3\xec\x1e\x80\x7d\xd9\x46\x15\x6c\x3e\x82\xdb\xcc\xca\x1e\xf3\xeb\x9b\x6a\xf4\x7b\xbf\x41\xf3\x39\x3c\xfd\x48\x1a\xfa\xcd\x84\xbf\xed\xa2\x06\x3a\xf2\xd6\x09\x93\xa1\x0b\x46\x2d\x26\x25\x15\xea\x3e\x20\x37\x01\xab\xa8\xfc\x53\xe6\x9a\x8f\x5b\xc1\x62\x95\x99\x6d\x05\x70\x51\x47\x60\xd5\xa5\xbb\x72\x8d\x8e\x70\xd9\xc1\xc7\x59\xd6\xce\xb7\xd1\xca\xf7\x39\xba\xfa\x9c\x04\x47\x67\x0d\xf2\xfb\xf8\xa0\xf7\x9b\xff\xbb\xe7\xb3\x00\x4f\xa2\x65\x98\x34\xb8\xca\xcb\x84\x75\x81\x4d\xb3\x28\x37\x82\xb4\x34\xdc\xae\x82\x87\xed\xa0\xac\xc6\x88\xa8\x3d\x48\x35\x6d\xe1\x98\x06\x02\x93\xfb\x72\xb3\x54\x08\x19\x9f\x21\xcb\x14\x28\x37\x3c\x2a\xa6\x3d\x2e\x99\x95\xb1\x32\x5a\xd4\xd5\xb5\x89\xbc\x36\x88\x16\x8e\xc7\x5a\x22\xcc\xb9\xa1\xc5\x4c\x53\xdf\x81\x91\xce\x63\x36\x2d\x9b\xfb\xc8\x7a\x1d\x73\x21\xd7\x13\x14\x1c\xa7\x8d\x01\xba\x5f\x1a\xb8\x6b\x98\x2f\x38\xe0\x17\xbe\x3b\x97\xe9\x63\xb8\x99\x9d\xcb\x8d\x5f\x1b\x0e\xfd\x17\x1d\x91\x11\x62\x66\xfd\x5f\x19\x06\xff\x17\x4a\x9d\x15\x17\x0a\x1a\x7f\x4b\xd7\xf5\x07\x0f\xbf\xb4\xf4\xd9\xbf\x13\x55\x74\xfd\x2a\xa9\x70\x63\x55\xb6\xb2\x7d\x70\xa9\x60\x1b\x4b\xe3\xd2\xa5\xb7\xde\x25\xad\x1d\xad\x07\xad\xec\xc2\xfb\x4d\x1b\x6f\x8d\xc7\xc3\xfc\xd7\x6c\x4a\x46\x63\xae\x99\xf8\x7a\x3f\xeb\xf4\xe4\x47\x3e\xda\x29\x9e\xdf\x2d\x90\x07\xd1\xaf\xef\xdd\xa4\xb3\x43\xfb\xfc\x3a\xf4\xf5\xd0\x7a\xaa\x3b\x8d\x1f\x19\x09\x45\x1f\x48\x4c\x29\x6b\x84\x9b\x1f\x81\x4e\xe1\x6f\xff\x1a\xba\x38\xab\xe1\x4e\xd0\x07\xf6\x37\x2b\x7a\xcd\xfc\xa6\xd1\xe9\x0f\xb7\x3b\x28\x11\x73\xd7\xef\xfe\xad\xda\xf1\x22\xc4\x4c\xbe\xb3\x12\x69\x9d\xd0\x97\x00\x45\xb5\x23\x66\xec\x2c\x25\x85\x59\x5e\xbc\xd8\x7e\x09\x50\xd5\x09\xb9\x73\x09\xb1\x6d\x7d\x77\xa4\x97\xd2\x33\xa4\xe9\x7f\xdd\x72\x3c\xf4\x85\x3a\x63\xc4\xec\x16\x60\x00\xa2\xc9\xfc\x05\xdc\x90\x59\x69\x9e\x7e\xa0\x4e\x3a\xba\x3e\xb6\xf6\x91\x17\xc4\x85\xdc\x9c\x34\xaa\x8f\x5c\xc7\x60\x63\x11\x4f\x30\x92\x60\x0e\x71\xa4\x03\xc4\xb5\x07\x4d\x1a\x10\x18\xe2\xbc\x8c\x75\xcd\xca\x76\x3a\xef\xb7\xab\x57\x17\x9b\xe4\x18\x91\x2f\x0e\x05\x86\xbb\xe8\xc0\xbf\x61\x8e\xc1\xae\x3c\x4e\xbb\x9c\x1d\x1e\x45\xbd\x65\x98\x16\xd6\x0b\xfe\x1a\x1e\xc8\xae\x44\x11\x43\xd7\x9b\x39\x82\x72\x3a\xe8\xf6\x27\xbd\xd5\xb7\xfe\xc2\x85\xfc\x05\xd3\x6d\x32\xb8\x62\x44\xb0\x01\x77\x43\xd5\x15\x19\x80\x59\x0d\x53\xb0\x97\xf7\x27\xe8\xf6\x0a\x3a\x47\x71\x98\x6f\x9b\x19\xb3\xd1\x28\xe9\x8e\x95\xeb\xbc\xe2\x3d\x41\x6d\xbb\xc7\x08\xde\x11\x58\xa5\x2a\xb5\x48\xce\xf2\x03\xe4\xa3\x7b\x5a\x90\x4f\xf3\xbd\xc5\xad\x96\x0b\x0e\x68\x6f\x24\xc9\xa0\x3d\xee\x5c\x49\x06\xcb\xec\x06\xc4\x63\x9d\xa0\x31\x12\xe5\xdc\x61\xd6\xae\x18\x22\x8e\xab\x83\x01\x8c\x54\x5b\xee\x5f\xc2\x81\x51\x25\x54\x30\xd2\xd8\xa0\xd0\x15\x86\xf2\xd0\x69\x30\x04\xc1\x22\x76\x37\x47\xd3\x0b\x09\x4a\x3d\xc3\x2a\x82\x59\xc4\x69\x0a\xc0\xad\xe5\x4e\xdb\x5e\x98\xba\xe5\x65\xa7\x3e\x2b\xc9\xf9\x95\xda\xf9\x03\x30\xd5\x1a\x7a\x3e\xc2\xe0\x10\xa5\xa3\x1f\x58\x52\x5b\x56\xb9\xdc\x06\x55\xac\x50\x40\xcd\xea\xb1\x7d\x8f\xc1\x6d\x5e\x9a\x90\x64\x80\x59\xcd\x8d\x47\x96\x63\x5e\x05\xf0\x1b\xb8\x9e\x6f\x57\x9b\xd9\x9b\x08\x75\x05\x53\xfc\x02\xee\x04\x1f\x59\xeb\x0c\x35\x8b\xcc\xe8\xb8\xae\x55\xe7\xd3\x7a\x76\x3e\xf0\x5d\x96\x8f\x4e\x38\x94\x07\x1e\x5c\xf2\x7e\x9a\x23\x47\x3b\xd5\x9d\xea\x2c\x13\x37\xd1\x84\xb1\x6f\x65\xdb\x7d\x78\x8b\xfd\x4e\x3e\x06\xc5\x2b\x1d\x0d\x05\x75\x4d\x75\x54\x07\x59\x73\x8f\x70\x7d\x27\xc8\xfa\xcd\x6b\xc1\xe5\x59\x09\xd4\xc3\x33\xdb\x07\x7d\x07\x0c\x15\xa8\xf1\xac\xe9\xf8\x90\x47\x47\xb9\x12\xbd\x32\xcc\xac\x7b\xe4\x8e\x18\x23\x4c\x1f\x22\x4b\x43\xca\x9d\x26\xcb\xc6\x27\xde\xbc\x66\xaf\x1f\xa1\x3b\x8c\xa1\x7f\x68\x86\xaf\xf2\x54\x35\xc8\x49\x6e\x0e\x7c\x17\xaf\x24\xd7\xe3\xea\x3b\xb3\xd6\x63\x25\x2c\xa2\x6d\x9b\x5f\x4a\xc9\xee\xc7\x6c\xb5\x61\xd9\x2e\x0a\x05\x06\x23\x0f\xd8\x04\x40\x59\x78\x35\x19\x19\x66\xd5\x4e\x47\x81\x13\x21\xaf\xb3\xd2\xa8\x28\xa6\xcf\x79\x65\x96\xc8\x50\x50\x86\xf3\x88\x84\x13\x3a\x69\xe2\xb9\x1c\xb0\x3b\xd0\xcc\x1a\xa5\x4e\x2a\x75\xa3\xb7\xc5\x26\xed\xab\xbe\xc4\x02\x55\xe1\x30\x02\xb7\x2a\xd3\xf2\x2a\xab\xa7\x6e\x80\x1a\xdc\x5a\xba\x1e\x38\xfa\xd4\x04\x41\x09\x1b\x9e\xa0\x45\xfb\x77\xc4\xbd\xd2\x95\x91\x9d\x25\x1f\xa7\xfd\x3e\x00\xb1\x8d\xc3\x9a\x3a\x77\xe5\xe3\x30\x4e\x68\xdf\x7a\xfb\x10\x97\xcd\x4b\x9f\x3a\x1a\x4d\x01\x22\xc2\x9d\x32\x27\x61\x61\x2b\x6a\xc3\x38\x40\x0d\xf2\x09\x5b\x58\x8f\x78\x01\xa8\xbb\xb1\xfa\x16\x6b\xba\xe3\x4b\xb4\xe8\x95\x03\x54\x84\x87\xc1\x77\xd6\xe2\x5d\x81\xb2\x0a\xc3\xae\xd8\x7f\x61\x2a\x1a\x20\x67\xd2\xda\xad\x80\x67\x5c\x92\x44\xf6\x4c\xc1\x1e\x26\xca\x24\x14\x08\x44\x93\x74\x2c\x8f\xfa\xd0\x6a\xd5\xee\x92\xae\x5e\xdc\x08\xbd\x75\x13\xf9\x0c\x8f\x9c\x51\x51\x51\x1d\x43\x16\x9c\x7a\x99\x33\x2a\xa3\x8a\xe3\xf8\x59\x1b\xe4\xb1\x16\xdf\xc6\x92\x13\x16\x5b\x94\x7c\x05\x6b\xf3\x6e\x53\xdd\x9a\x41\xe2\x0d\x8a\x3c\x6a\x6f\x8c\x3a\x83\xee\xb6\xc6\xb6\xff\x83\x61\x95\x03\xe5\x28\xca\xee\x50\x58\xa4\x18\x86\x35\x32\x27\xa0\xec\xcb\x0d\xc3\x5d\x0d\xb6\x92\xb6\x38\xc0\x79\xa2\xa9\x92\xbd\x95\xf7\x19\x09\xbc\xe2\xf9\x06\x4e\x9a\x32\x48\x77\x92\x8f\xb3\x9d\xb3\x8d\xb5\x5b\xf6\x4c\x34\x70\xd4\xf8\xfb\xcc\x30\xf1\xe0\x85\xf6\x10\x31\xcb\x4d\x54\x2a\xec\x31\xd4\x1f\xc1\xad\xb8\xc0\x49\x0c\x75\x8b\xdb\xbc\x38\x18\xee\x7a\x3c\x14\x6e\x33\xeb\xf7\xb3\x6b\xd6\x2a\xb6\xc7\x8a\x2d\x12\x42\x67\x06\xca\x3b\x40\x33\x69\x23\x8f\xd9\x90\x8d\x04\x95\x7b\xa2\x7d\x5a\xf5\x84\x06\xfc\x29\xf8\x5d\x9c\x10\x0d\x72\x95\xef\xe0\x5e\x17\x7e\x05\xab\xc6\x4e\x0b\x99\x22\x50\x8e\x8c\xae\xd2\xec\xb5\xac\x10\x30\xd7\xa4\x65\x06\x38\x7a\xc6\x6f\x4a\x3b\x54\x99\x07\xeb\xc6\x1d\x76\xc6\x86\x15\x18\x90\x4e\x12\xb7\xbf\x7c\x8a\xef\xfe\xed\x42\xfe\xdd\x91\x72\x51\xf2\xa2\xea\x88\x9b\x6b\xbc\x27\xe1\x89\x97\x1b\x36\x96\xd1\x8b\xe4\xad\x08\xe3\x62\x02\x93\xaf\x7b\xba\x83\x19\x5b\xfa\xc0\xdd\x45\xdc\x9e\xee\x58\x3d\xbf\x18\xf2\x77\x7d\x83\x1d\x58\x43\x3b\xc3\x61\x3f\xed\xa2\x81\x26\x67\xe8\x09\xbc\xd7\xc9\x9c\x1b\x09\xa3\x35\x93\xf6\x92\x7e\x32\x4e\x1c\xbb\x31\x8b\x18\x28\x1b\x93\xb4\xb7\xfe\xeb\x9f\xbd\xd9\x68\x0c\x27\x1b\x66\x2e\x17\xba\x89\x1e\x93\xe0\x9e\x89\x42\xff\x41\x18\xc4\x29\x91\xce\xe4\xf4\xe5\x78\xe9\xc2\x85\xaf\xac\xc0\x56\x97\x1d\x39\x90\x59\x3d\x42\x8f\xaa\x13\x16\xbb\xb5\x7b\xbf\xcf\x81\x0b\x54\x38\xc7\x00\x60\x3d\xd0\xbd\x25\xe6\x6b\xcc\xd4\xc3\x6a\x9d\xd9\x13\x86\xec\x8f\x9a\x74\xcd\x81\x92\x83\x33\xcf\x2d\xfc\xf0\x94\x40\x25\x98\xc1\x27\xb1\x3c\xf6\xdc\xb3\x2c\xf1\xf8\x1f\x33\x5e\x7c\x66\x0d\x99\x4a\xb0\xb3\x92\x03\x1b\x36\xc9\xff\xc4\xf7\xef\x5d\xe2\x44\x68\x19\x19\xf6\x24\x0c\x23\x2c\x49\x91\xb9\xf8\x94\x39\x6c\xf3\x82\x20\x6c\x96\x38\xf4\xff\x6e\xde\xcb\x83\xca\x20\xfa\x7e\xd6\x65\x07\xda\xaf\x18\xe5\xce\x69\x19\x85\x0a\xbf\x68\x4c\x86\x3d\xd0\xab\x3a\xd0\xc1\x84\x05\x73\xa5\x63\xf7\x40\xc7\x6f\xee\x94\x9e\xb1\x60\x61\x36\x26\x36\xf1\x8d\x9e\xa2\xbb\xe7\x09\xb1\x57\x32\x05\xb3\x35\x8c\xb5\x57\x0d\x89\xd7\x87\x84\xb2\x4f\x38\x80\xb5\xd4\x71\x38\x80\xdf\x7c\x16\xb2\x8e\xb2\x14\x03\xd8\x77\xf1\x5d\x73\x5e\x06\x82\xf8\x72\x67\xeb\x81\x39\x07\x0e\x68\x4e\x56\x0e\x52\xb6\x17\x2a\xa8\x56\x1e\xd3\x13\xf2\x32\xf5\xc2\xb0\xd1\x80\x6b\x90\xd4\x24\x21\xb6\x00\x0e\x62\x3f\x1e\xcb\x2c\x2e\xbb\x3e\x49\x0b\x7d\x7c\xcb\x99\x24\xc4\xbe\x66\x49\x9c\x39\xa5\x2c\xcb\xd9\x7d\x42\x86\x11\x9f\xa0\x88\xf7\x84\xeb\xc8\x97\x6e\x7d\xd3\x43\x10\x09\xe8\x26\x48\x25\xaa\x3b\x44\x47\x23\x36\x33\x7b\x30\x64\x6c\x30\xb6\x03\xf9\xc8\x8d\x8c\x25\xce\x8d\xcc\x5f\x01\xe8\x6a\x8d\xd8\xc8\x5e\xee\x48\x34\xda\xe9\x0e\xa6\x78\x00\x83\xbb\xf5\x34\x07\x16\x86\x4c\xcb\xec\xa3\x5f\xa5\x64\x9a\x21\x58\x11\x35\x7d\xaa\xd4\x92\xfe\x6e\x1d\x84\x87\xbe\x79\xd3\xd2\x0d\xab\x1d\x97\x80\x1c\x80\xca\x7b\x06\x86\x50\x31\xd4\x6a\x8b\x94\x17\x5b\xad\xcd\x0c\x59\x5f\x8b\xca\x25\x87\x3b\xd7\x10\x6e\xd7\x35\x74\xd9\x16\x02\xa3\x05\xa8\xd7\xdb\x7e\x5b\xdf\xa6\xa2\xfd\x2d\x0a\xb1\x7a\xb2\x6c\xeb\x8c\x65\x31\x8d\x49\xf5\xe2\xea\x34\x23\xc1\x61\xb8\x73\xd7\xf1\x31\x28\x49\xf2\x53\x0c\xcf\xb3\x89\x13\x9f\x92\xe4\xc5\x2e\x6f\x5e\x44\x2c\x1a\x96\x16\xb7\xd8\x56\x79\xe2\x74\xc3\x76\x85\x74\xff\x76\x09\xbc\xa4\xff\x6c\xdc\x1e\x1c\x92\x01\x0c\x54\x77\xe5\x8a\x32\x63\x90\xfd\x32\x2b\x16\xe7\x9f\x90\xce\xd1\x14\x14\x2a\x6e\x0a\x1d\xa5\x97\x8f\x4a\xaa\x37\x76\x0f\x27\x24\x3f\x47\x29\x6e\x4e\x1c\xec\x59\x8d\xf8\x2b\xf3\x03\x71\x26\xc0\x0f\x27\x02\x4a\x3e\x67\xd1\x85\x38\x27\x03\x49\xc3\x91\xc1\x0b\x90\xc4\xe4\x81\xbf\x4e\xf9\x20\x36\xc4\x98\xfb\xb2\x88\xb5\xc1\x16\x05\x81\x49\x4f\x8d\xb7\xec\x09\x99\x16\x48\x6d\x4b\x1a\xa2\xe9\x99\xae\xd1\x1f\x4e\xa5\x12\xd2\x63\x72\x58\x2e\x23\x9e\x33\x0c\xbf\x26\x81\x94\xac\x50\x83\x6b\x38\x74\x32\xa1\x38\x5f\xf9\x9c\x56\x41\xc9\x1d\xac\x13\x60\x59\x5f\x40\x4c\xd7\x0c\x5d\x6a\x25\x9c\x8e\xf4\x45\x4d\x14\xca\x17\x12\x4b\x34\x67\x6d\x94\xb5\xe8\xe1\x3a\x45\x6d\x85\x07\xfa\xc3\xf0\x08\x2c\x2a\x38\x9b\xd6\xd7\x63\x3a\xf4\x0e\xc1\xcd\xbf\x87\xc8\x8f\xef\x13\xed\xaa\xda\xaf\xc0\xa3\x83\x2b\xcf\x89\xc3\x56\x0c\x59\xee\x4c\x8e\xe3\xd2\xf9\xb6\xeb\xdc\xf6\x7c\xbb\xc0\xff\x28\xf0\xe7\xaa\x44\xd3\x2b\x3a\x15\x59\x17\x2f\xed\x51\x21\x2e\x5e\x20\xc5\x9d\xc1\xb1\x4b\xa3\xb0\x95\x5d\xbb\x44\x5f\x0a\x47\x00\x8d\xcc\x33\xf6\xbc\xbd\x7c\xbf\x0f\xed\xf2\xe5\xf1\xa4\x1f\x21\x5b\x5b\xed\xd2\x03\xdc\xb2\x3b\x55\x45\xc8\x9f\xe7\x72\x4b\x5c\xec\x9e\xbd\x61\x06\x2a\x41\xc0\x56\x8e\x8c\xa2\x60\xdf\x30\xcd\xd9\x7f\x7a\xa4\x48\x2d\xc1\x21\xb7\x43\xd1\x94\x10\x01\x71\xb4\xb8\x12\x52\x46\x1c\x36\x95\x8b\xe3\x81\x44\x81\xc7\xc4\x24\x25\xdc\xd5\x7a\xe7\x34\x05\xdb\x98\x31\x38\x0c\x82\x05\x27\xf1\x48\xf3\x8c\x65\xf4\x33\x2b\xf2\x2c\x53\x4a\x01\xef\xec\xb6\xf2\x7a\x3e\x1e\x65\x83\xad\x37\xd8\xe7\x91\xdd\x4b\x6c\xb2\xb1\x1f\xbe\xfe\x32\x37\x68\x1a\xde\x12\x0d\xc5\xa4\x22\xf7\x34\xa8\xc4\x66\x32\xf6\x39\x65\x75\xe7\x6e\x61\xf5\x7c\x12\x33\x00\x8f\xe0\xf5\x8e\x4e\x86\xe3\xe7\xb6\xb8\xe7\xa9\x84\xe1\x3c\x28\x35\x8e\xd5\x83\xe9\xb0\x32\xf6\x47\xa2\x58\x35\xf1\xec\xf1\x47\xff\x98\xf9\x42\x14\x2b\xe9\x81\x3c\xa6\xb5\x54\x09\xac\x66\x7e\x98\xd2\xa1\xa1\xe8\xe5\x6b\x40\x11\xdd\x84\x36\x81\x7d\xba\x94\x8e\x86\xf2\xf8\x81\x1d\xaf\x65\x07\x44\x71\x89\x06\x7c\x58\xd9\x1c\x1d\x92\x49\x9c\xc6\xd3\x7f\xca\x06\x1f\x66\xc5\x8e\xc5\xc4\x16\xb7\xa0\xc8\x34\x56\xac\x73\x6e\x19\xf0\x09\x1d\xf2\xc5\x93\xdb\x45\xec\x1c\xa3\x7a\x8b\x9f\x86\x7b\xbc\x9f\x46\x25\xca\xe0\x2d\x7a\x08\x5c\xf6\x00\xe7\x49\xfa\xa3\x73\x42\xce\xf1\xdc\x7d\x62\x2e\xe7\x52\x43\xce\xed\xf2\x61\xc8\x52\x87\x80\x60\x0b\xf6\x67\x4f\x3b\x7d\xa9\x9e\x26\xd6\x46\x16\x07\x10\x43\xde\xe0\xa4\x62\xf7\xa2\xde\xc8\x84\x71\x44\x5a\xd6\xa5\x0f\xdb\x11\xe2\xe5\xd4\xb7\xb4\x23\x39\x7c\x6f\xf1\x71\xd9\x5e\x93\xd9\x73\x78\x7b\xd9\x40\x83\x36\x53\x19\xb2\xaa\x31\xd8\x79\xf6\xb3\x19\x25\x86\x9b\x82\x99\x2c\x06\xd6\xa4\x71\x85\xb4\x38\x56\xa1\xfa\x47\xb2\x50\x38\xff\x4f\x71\xe2\xe6\xc6\x08\x3f\x63\x10\xe9\x14\x0a\x45\xbe\x47\xb6\x52\x39\x11\x69\x03\x02\x13\x1f\x00\xc1\xff\xd1\x64\x6b\xdf\x41\x63\x9c\x5d\x31\x6f\x32\x36\x01\x92\xb0\x43\x02\xc8\xef\x35\x85\xa5\x2c\xa2\x89\x8c\xb1\xf6\xcc\xd6\x79\xc0\x73\xcc\x31\x8b\x56\x6f\x79\x6c\x33\x2d\x21\xba\xbf\x4f\x3f\x44\xb4\x97\x1c\xde\x50\x4d\x74\x22\xd3\xa1\xe6\xce\x4d\x06\xf8\xd0\x01\x20\xba\xb2\x94\x27\xfa\x5e\xd4\x46\xaf\x01\xc3\x37\x27\x83\x8d\x74\xd0\x23\x05\x0a\x2f\x0d\x5f\x35\xfd\xee\xb0\xc8\x23\xe4\x1e\x6c\x50\x1f\xf9\xfb\x54\x47\x69\x10\xa7\xe4\xf6\x3a\x75\xc4\xbe\x83\x23\xb6\x11\x08\x2a\x2e\xe6\x1b\x81\x02\x96\xb9\x28\xf2\x08\xcf\xf1\xc4\xae\x80\x79\xf9\xcf\xdd\x03\x37\xe8\x91\xf2\x1b\x71\xc4\x0b\x4f\x51\x19\xef\x82\xdf\x09\x1a\x73\xbe\xb7\x47\x8a\xf0\xe9\x93\x03\xa8\xb0\xb0\x29\x72\xb2\xc8\xa8\x65\x40\x5d\xd8\xc4\x05\x8c\x70\xf6\xf4\x2a\x41\x7e\x40\x9b\xec\x8f\xde\xf9\x59\xab\x61\x57\xca\x4b\xe0\x18\x23\x65\xe3\x04\x6d\xcb\x1e\x71\x88\xea\x7d\x68\xa9\x90\x63\xe7\x24\x04\x5f\x88\x51\x98\x06\x68\x35\xb4\xc7\xef\xd3\x23\x40\xc7\x28\x6d\x1f\x92\xd8\xe8\x4e\x99\x4f\xf8\x9f\x89\xac\x21\xf5\xbf\x51\x28\xf7\x4a\xd5\x2d\xe8\x44\x90\x95\x50\x4c\xac\x46\x87\x8a\xf5\xd0\x77\xa5\x77\xee\x1d\xe6\xb9\xa8\x75\x19\xc6\x21\x33\xbd\x0d\x4c\x3d\x44\xb9\x97\xc3\xbc\x95\x16\x4a\x6b\x6a\xdc\x2c\x84\x61\x2a\xa1\xce\x5b\x02\x13\x8a\x42\x59\xee\x45\x85\x12\xc4\xa5\xf3\x9c\x56\x54\x9e\x5a\xc2\x6a\x9f\x83\x26\xad\xfa\xa9\xd4\xd1\x57\xe6\x40\xa2\x9b\xf0\x56\x1a\x1f\x71\x05\x89\xb9\xfa\x28\x6a\x66\x5b\x4d\x70\x26\x32\x8e\x7c\x5e\x09\x39\x0a\x72\x88\x3c\xa0\x48\x76\xa3\x7b\xab\x53\x6c\x7d\xea\x5a\x71\x56\xda\x65\x3d\xf0\xd5\x12\xf3\x26\x46\xd6\xe2\x7e\x28\xc1\x09\x07\xf6\xc4\x32\x42\x86\x31\xcc\x1e\x84\x46\xf2\x38\x19\x74\xca\x5b\xb0\x3e\xe3\x01\xff\x54\xe1\x16\xce\xbd\xb4\xba\x9f\xf9\x24\x6d\xdd\x41\xb1\x80\x43\x74\xec\xa8\x56\x76\x05\x6d\x47\x5d\x46\x03\x38\x3c\xcf\xc7\x66\xd6\x74\xf2\x4c\xf1\x47\x08\xe0\xfb\xca\x88\x2d\xff\x6f\xf1\x47\x83\xe9\xff\xa8\x44\x99\x7d\x1b\xfa\x2d\x1e\x03\xe7\x6c\x00\x7f\xb8\xdd\xb8\x3f\xbb\x0f\x5d\x86\x1d\xf6\xbb\x49\x9e\x82\x88\xc2\xc9\xcf\xf9\x1a\x74\x73\x44\x7d\x5a\x4f\xf5\x54\x66\x2e\xbd\x92\x29\x5f\x32\xa2\xb3\x9b\xa8\x34\x5d\x19\x54\x1b\xef\x81\xb5\xfc\x72\x83\xbd\xa9\x3e\xf3\x5d\x90\x1a\xca\x1d\xae\xd6\xaf\xdc\xb9\x37\x4a\x64\xc4\x9f\x31\x37\xc3\x27\xa2\xaf\x56\xce\x85\x15\xa3\x14\xfb\x94\x63\x12\xe3\x14\xd1\x4b\x01\x7c\x80\x69\xff\x73\xf6\x6b\x61\x6b\x82\xbe\x73\x38\x54\xf2\xae\x91\x27\x65\xaf\xbc\xd5\xb8\x9a\xe6\xe9\x46\xda\x47\xb6\xf4\x33\xc4\x94\x33\x71\xfb\x31\x08\x10\xbf\xc2\x47\x27\x17\x0f\x3b\x83\x66\xd7\x30\xc3\xf9\xfa\xf9\x49\xda\x1c\x25\xbd\x26\x04\x27\x9f\x7f\xa3\xf8\xb3\x13\xc3\xcc\xf8\xa6\xd9\x1b\x55\xf9\x92\xc3\x51\x21\xdf\x71\x17\x18\x6b\xca\x05\x68\xa9\x4e\x65\x1e\x40\x31\x8d\xd8\x1c\x3d\x2b\x2d\xcb\x1c\x90\x2c\x8c\xbc\x96\x9f\x32\x81\x62\x3c\x58\x97\x81\xc3\x85\x84\xaa\xd5\x43\x9a\x66\x39\x98\x17\x95\xcb\x46\x0c\x81\x7b\xce\xe4\x0c\xb6\x56\x73\xb3\xef\xa4\xa9\x22\x92\xea\x79\x71\xff\xa5\x46\xb7\x9f\x0d\x1c\xe8\xc4\xb5\x12\x9c\x82\x34\x92\x19\xae\x98\xfd\xb0\xc9\x62\x8b\x4d\xe2\x12\x26\x58\xb9\x5d\x9f\xa0\xd7\x4d\x04\xc7\xd8\x79\xe3\x5c\x03\xb7\x4f\x7e\x42\x0f\xd4\xa2\x55\xea\xce\xf2\xd5\x63\x1f\x4a\x9b\xf6\xa0\xbc\x51\xde\x3f\xb5\x2a\xc1\x5e\xa4\x07\x26\xbc\x82\x5c\x31\xb1\x37\x77\x8f\x98\x71\x72\x9e\xbd\x2f\x27\xb5\x4f\x3e\xba\x14\xe4\xcc\xba\x41\xf3\x13\x7a\xdf\x79\xe0\x5f\xcc\xe8\xcd\x12\xee\x79\xe0\xdc\x54\x10\xaf\xe1\x27\xc8\xd9\xee\xf2\xb5\xdb\x9f\x54\x6e\xcb\x3b\x9c\x96\x80\x4f\xdc\x25\xe1\x6a\x6d\xa5\xe3\x74\x6b\x90\x8d\x92\x46\x3f\xed\x1a\x06\xd8\xe0\x0f\x00\xd5\x8f\x70\x5f\xcf\x10\x65\xf0\x87\xa5\xc3\x11\x03\x62\x7b\xe2\xc2\x3b\x3d\x83\x91\x7e\x85\xff\xe1\xbf\xaa\x87\x81\xb4\xd1\x9c\x86\xde\x9a\x32\x24\x37\xdf\xb4\x49\xbd\xc1\x91\x2f\x6b\xa7\x83\x14\x1d\x8c\x29\x5b\xf2\x8c\x28\x53\xf1\x2c\x60\x3b\xad\xee\x20\x0e\x04\x3a\xaf\x83\x12\xfa\xec\x8c\x24\x72\xcc\xbc\x75\xc1\xd5\x49\x30\x3d\x81\x9c\x2f\x55\x54\x80\x5b\x2f\xd9\xec\x4c\xfa\xe2\xf6\x45\xc9\xf9\xd9\xbb\xeb\x94\xd8\x85\x20\x09\x18\x27\x83\x37\x1b\x1d\x27\xa3\xab\x20\xb9\x7e\x41\xde\x85\xe4\x6d\x07\x67\xad\x93\x13\x84\xe9\x17\x5f\x24\xdd\xda\x4b\x32\x4c\xa7\xd7\x1b\x05\x76\x80\x20\xb9\x81\xdf\xd0\x72\x82\x5e\xfa\xd6\x92\x4f\x1c\xa7\xb7\xf3\xbd\x7b\x7c\xa1\x49\x69\x8a\x5b\x8d\x6b\xe0\xc9\x8f\xbe\x5a\x5f\xd3\x91\x52\xb0\xe2\xc2\xe6\x2f\x80\x67\xdf\xf9\x00\x5b\xfc\x09\x1f\xc4\x33\xe4\xb3\x70\xfc\xc5\x1d\x7c\x8f\x79\xf4\xc5\x5a\xc7\x2b\x73\x35\xdd\x6d\x8e\x3a\xce\x36\xdb\x78\x55\xc4\x2c\x47\x3d\xac\xc5\xf1\x74\x66\xb0\xe3\x09\x89\x71\x2a\xc6\xc3\x63\xfe\x28\xc9\x19\x75\x87\x8d\x81\xde\xdd\xcb\x31\x46\x14\xaf\x22\xcd\x03\xd0\xcc\x56\x8d\x6f\x58\x9c\x5a\x37\xc9\x35\xec\xfb\xfa\x86\xfd\x4f\xfd\xb0\x44\xfb\x18\x4f\xb7\x61\xbd\xd1\x6a\x1d\xc5\x06\x09\x38\x14\x4c\x20\x7b\xc9\x37\x0b\x95\x91\x5c\x42\x5b\xca\x49\xb5\xa0\xbc\xc1\x16\x89\x7d\x3a\xaf\x38\xd0\x39\x5b\x9a\x00\x92\x70\xa8\x46\xa5\xdc\xa4\x55\xcf\xd8\x31\x5b\x1e\xfd\x05\xc2\xdb\xdc\xe8\x4f\x12\x43\x34\xbc\xda\x06\xc5\x31\xd3\x5f\x3b\x1d\x3d\x65\xc9\x6b\x82\x3e\x29\x55\xfc\x13\x77\x69\x11\x21\xb4\x0f\xeb\x91\x95\x2b\x3d\xc1\xd7\x02\x7f\xbc\x9f\xa7\x25\x8a\x05\xa0\xb9\x14\xaa\x2f\xff\xf4\x67\xef\x46\x92\x70\x96\xac\xea\x3a\x6f\x0c\x57\x02\xb0\x19\x25\xc1\x03\x55\xd6\x61\x4e\x76\x27\xcd\x73\x12\xfb\x06\x29\x80\x89\x8b\x42\x3f\x71\xae\xe1\x53\x76\xef\x24\xc0\x39\xa5\x10\xc9\xd2\xb4\xb5\x50\x2f\x53\xba\xfc\x37\xdd\x4e\x7f\x59\xf2\x9b\xea\x7d\x61\xee\x1d\xcf\xbd\x9f\xfd\xce\xab\x1c\x65\xad\xa7\x71\xc9\x93\x85\x33\x5e\x01\xe3\x8a\xa9\xe0\xdd\x5a\xc5\x55\x3c\xa8\x9d\xc1\x93\x08\x4f\x0f\xf2\xda\x5d\xf2\x12\x67\x04\x4a\x3c\x85\x07\x6e\x28\xe9\x21\xee\x32\x8f\x86\xbe\x97\x99\xab\xb9\xe2\x38\x30\x7f\x6b\x9e\xf4\x37\x6b\x53\x94\xaf\xc2\xe7\xac\xb1\xf1\xc1\x5a\xe7\x3f\x53\x51\x3d\x2c\x55\x06\xb1\x0c\x20\x69\x0d\xaf\x1b\x0c\x3a\xb8\x52\x01\xd5\xae\x81\x56\x0b\x06\x0d\x61\x4b\x6a\x28\x17\x30\xa6\xa3\xb0\xff\xe3\xee\x17\x17\x7f\x22\xb7\xf3\x93\xf1\xa8\x0f\x7f\xd9\xcc\xc2\xe1\x78\xf0\xfa\xcc\x80\x04\xaa\xa1\xb2\x28\x32\x7d\x63\x32\xb8\x26\xa1\x63\xfb\xf4\x6a\xd0\xc9\x48\x52\x82\x16\x1c\x32\x63\x76\xc4\xed\x1e\x79\x3f\x4e\x20\x85\xd4\x08\xa3\x6b\x16\xd6\xcf\x0b\xa3\x50\x66\x81\x33\xb1\x39\xc7\x06\xb5\xfd\xac\xfc\x71\xbf\x41\x65\x54\x4a\xbc\x69\x03\x94\xf1\x84\x00\xbe\x26\x30\x9d\x6b\xe6\xce\xec\xf6\xb7\x93\xb4\x7b\xa5\xbd\x35\x49\x21\x9e\xfe\x4b\x16\x04\x60\xa7\x20\x91\x98\x6b\x3c\x64\x95\x95\xe4\x5e\x9d\x33\x7b\x3e\xde\x4e\x73\xc6\x69\x5f\x86\x6c\x78\x1d\x9b\xa2\xb2\x04\x21\x13\xd9\xcd\x76\x76\x3a\x83\x5e\x8d\xea\xb4\x0a\x25\x87\xc1\x3a\x85\x78\x42\xb0\xac\x01\xbe\xd9\xc3\x09\xc4\xd1\x82\xf7\xbb\xe2\xde\xfd\x34\x05\xe1\x6b\x26\xa3\xf7\xf7\x9c\x17\xb7\x66\x0e\x08\x53\xed\x2f\xa7\x2e\x8c\x99\x2a\x2d\xfb\x14\x6a\xb4\x8b\xb7\xf3\x7b\x51\x33\x92\x16\x80\x46\x7b\x0a\xe5\x3c\x1a\x94\x14\xe1\x4b\xb8\xad\x46\x89\x0d\x6c\x8c\x47\x09\xfa\x33\x12\x01\x82\x9b\xdc\x4c\xfb\x10\xc0\xce\x81\x02\x50\xc4\x60\xdc\xd9\x02\xc7\x55\xf4\xfd\x5a\xdc\xe2\x7c\xe1\x2e\x52\xc0\x05\x54\x00\x3b\xf5\x64\x71\x9b\xa7\x49\x72\x37\xd1\xac\x61\x06\xc9\xc9\xad\x95\xfe\x96\xca\x30\x0f\xd0\x05\xf2\xb6\x76\x01\xc0\x32\x33\x2b\x95\x97\xe9\x77\x36\x92\xbe\x37\xec\x8e\xc1\x9e\xf9\xd8\xc0\x62\xce\xea\x12\x30\xbb\x35\x00\x9e\x52\xa8\x58\xf3\x25\xde\x10\xa2\x01\x4c\x22\xd0\x4f\x3a\xb9\x44\x00\x20\x27\x0f\xcc\x1e\x78\xc9\x8e\x3a\xd7\x0c\x87\x64\x26\x26\x9e\x13\xf5\x07\xf4\xc5\x80\x38\x15\x5c\xfa\x82\x43\x83\x88\x3c\xe3\x37\xcc\xd4\x85\x5d\x1f\x7a\x36\xe9\x7d\x89\xcc\x88\x8c\x07\xf4\xb0\x43\x58\xef\xa1\x0b\x37\x2a\x24\xea\xc4\x7a\xae\xc2\x6d\xc9\x46\x5a\x15\x1b\x92\xcf\xa5\x7c\x5c\x02\x9b\x84\x00\xcd\x23\xb2\x4d\x37\xd1\xfa\xf2\x35\xc3\xcf\xcc\xfe\x0e\x4c\x16\x20\x4e\x9b\x4f\xcb\x7e\xd9\x31\x88\x97\xea\x7a\x99\x81\xe6\x58\xc0\x41\x94\x5d\xd2\xa4\x87\xb9\x4a\x3e\x27\xe7\x4a\xfb\x2b\xe7\x7a\x83\x5c\xb2\x46\xde\x04\xf5\xa2\xfd\x64\x5e\xbe\xa4\xa4\x07\xee\x7b\xdf\x66\x35\xc3\xe2\x5f\xaa\x8e\xd3\xb3\x42\x0a\x09\x4d\x55\x93\x56\x19\x10\xd4\xc7\x01\x48\xa5\x1b\x49\xdf\xa2\x3b\x34\x56\xc0\xa3\xd4\xad\xba\x06\x16\x46\x6d\x19\xc8\xa0\x04\x8a\x48\x5f\xd8\xb8\x9a\xe3\xd8\xd8\x16\xde\x2c\xb8\x05\x33\xab\x06\x34\x3b\x0a\x87\x53\x54\x86\x97\x66\x57\x8d\x1f\x04\xd3\x4b\x37\xdd\x29\x1b\x26\x03\xbf\x8f\x8b\x21\x88\xf7\x30\x68\x3a\x87\xd4\x40\xae\xcf\x9f\x8a\x69\xe8\x43\x2f\x9a\x1b\x7a\x3b\xaa\xb7\xe1\x6e\xa1\x4e\x5a\xa2\x68\x4a\xe8\xbe\x5c\xde\x93\xeb\xe4\xd1\xb3\x79\x6c\x04\x26\x69\xfe\x09\xba\x01\x84\x5a\x2d\xef\x4a\x04\x25\xe2\x9e\x63\xe1\xc7\xa0\x29\x37\x8d\x83\x0f\x0b\x68\xc7\x16\x45\x86\xcd\xda\xc3\x7e\xa7\x9b\x04\x79\x0f\x2d\x70\x40\x6d\x3a\x6f\x11\x32\x76\x69\x29\xdc\xc5\x2d\x04\xaf\x73\xdc\xd9\x58\x37\x12\x1e\xe9\x37\xe9\x2e\x8b\xf9\x8b\x8b\x3b\x2f\xd9\x51\xe1\x0a\x6d\xb3\x67\x28\x34\x46\x9a\x31\x1a\xe7\xc9\xbf\x0a\x77\xa3\x3f\x1b\x99\x0d\xb8\x3e\xf4\x04\xfe\x5a\x74\x71\x77\x3c\x5e\xe2\x20\x02\xfe\x3c\x44\xf5\x0b\x08\x1b\xe8\x79\xb8\xa9\x64\x5b\x75\xd3\x05\x9d\xf5\xe5\x4f\x3d\x25\xe2\xbc\xdc\x72\x2b\x35\x2d\xf5\x2c\x95\x60\xba\x74\x5e\x25\x2c\x46\xbe\xb4\x20\xc3\xa7\x50\x30\x56\xda\x3a\xcc\x14\x9e\x10\xf5\xc8\xb9\xc6\xe0\x38\x83\xf4\x66\x91\xfd\xb0\xa5\x37\xd6\x99\x20\xa9\xd7\xde\xb8\x4e\x7d\xab\xad\xc4\xb1\xde\x3b\xc9\x00\x54\x11\x90\x33\x1a\x7b\x33\x2f\x8e\xea\x40\xa0\x34\x94\x71\x2c\xe8\x99\x63\x72\xa1\x47\x24\x76\x05\x7c\x78\xb9\x65\x0b\xea\x39\xe6\x63\x87\xc1\x0f\x48\xaf\x1f\x6b\x0a\x0f\x07\x9a\x3e\x5a\xdc\x62\xe5\x42\x4d\xe3\x51\xd2\x35\xab\x27\xff\x7e\x11\xda\x38\xb7\x5a\xd9\x61\x1f\x8f\x22\xba\x3a\x43\xe6\xed\x20\x9f\x3f\xc7\x00\x3b\x59\x3e\x06\x5a\x85\x5e\x4f\x9f\xa2\xca\xec\xae\xb3\x8f\x09\x6d\xa5\x58\xde\xa9\x08\xa0\x95\x2b\xb1\x23\x7d\x45\xaa\x57\x18\x69\xe9\x28\x80\x1d\x10\x04\xd6\x2f\xbc\xf7\xca\xe5\xdc\xc7\x10\x53\xe5\xe1\xf6\xde\x0f\x2e\xe7\xe7\xdf\xb8\xf0\xde\xab\x97\x73\xd0\x53\x97\xfa\xb7\x37\x3b\x57\x92\xf8\x20\xd8\x57\x3a\x0c\x47\xc9\xd5\x34\x9b\x70\x24\xdc\x3e\x7a\x00\xec\x21\x5b\xcc\x7c\x89\x5f\xd5\xd3\xa2\xc9\xf7\xc7\x56\xa0\x61\xc6\xb9\xae\x3d\x21\x3d\xae\x06\xa5\x71\x9e\x87\xef\x7a\xd2\xe4\x4f\x1a\xdf\xd9\x39\x27\x3b\x6d\x3e\x53\xb3\xda\x8a\x73\x34\xd2\x72\xcf\x8e\x49\x8d\x41\x97\x34\x86\x1c\x24\xa7\xcc\xa3\xeb\x8e\x4e\xa4\x3b\x82\xc3\x4d\x7b\x70\xb4\xe6\xcc\xc4\x26\xf0\x37\xf4\xd7\x1b\x78\x66\x70\xd0\xbf\xb1\xcb\xc9\x9c\x87\x9c\x38\x53\xb0\x66\xc3\x4b\x70\x32\xe3\x18\xfb\x79\xcb\xc7\xed\xf8\x87\xb7\x55\xf7\xe6\xa8\x05\xaf\x5f\x5a\x3e\xac\x5b\x3e\xb3\x9e\x1e\xa9\x70\xe3\x8d\x12\xbc\x00\x1e\x28\x60\x20\xac\x97\x40\xd0\xfa\xb9\xa6\x9f\x2f\x19\x9b\xa9\xa5\x7d\x1b\x5f\x56\x8f\x17\x80\x06\xdc\xa1\xdb\xdd\x99\xaf\x8b\x36\x25\xe3\xd8\x65\x82\xa7\x9c\x5d\xe4\x19\x87\x24\xb6\xd6\x48\x97\x9b\x38\xa8\x8f\x6c\x61\xe0\x7f\x02\x03\xbe\xc7\x8d\xb0\xed\xca\x31\xe9\xfb\x67\x9c\x73\x98\x51\xd9\x5e\xc7\xb0\xdb\xc5\x48\x16\x63\xe0\xe7\x81\x74\x4c\xc3\x26\x15\xa6\x5d\xfe\x2a\x39\x50\x37\x51\xcd\x94\x10\x68\x2e\x6a\xb3\x9d\x52\x36\x6a\x50\x95\x60\x1a\x46\x4d\xae\xa5\xba\x83\xe4\xc2\x42\x45\x84\x97\x39\x71\x51\x8a\xda\x76\xee\x4c\x87\x94\xf5\xcb\x97\x18\xc9\x01\xba\x36\x2f\xb0\xe7\x00\x4c\x15\x92\x9d\xcd\x3e\x98\xbc\x16\x96\x35\x4a\x4d\x7a\xe9\xb8\x9c\x91\x4d\x8e\x3d\x12\x19\x28\x47\xd0\xb9\x4a\xe2\x93\x9f\xe2\x5c\x3e\x13\x53\x36\xd6\xb9\xd1\xca\xdc\x17\x35\x32\x77\x0b\x97\xfa\x3f\x88\xcb\xa9\x69\x06\x2e\x0b\xc0\x2f\x96\x44\x1f\x6a\xe0\x90\x40\x1e\x72\x9f\xce\x2b\x10\x21\xd5\xef\x47\x27\xf0\x17\x26\xcb\x87\x55\x0f\x95\x1a\x47\x03\xa4\xfd\x26\xe5\x2c\x77\x2a\xfc\x33\xba\xb5\x1a\xaf\xa4\x25\x3d\xaa\xbc\x8e\xee\x9b\x1d\x1c\x81\x41\xd3\x66\x60\x2d\x5b\xa9\x23\x3e\xbf\x9a\x01\x84\x8c\x23\x31\x57\x8a\xf8\x3a\xac\x32\xf3\x2b\x67\x9d\xa3\x80\x8f\x69\xe8\xc5\xe1\xbb\xfb\x9c\xd3\x04\x70\xd8\x19\x8d\xd3\x6e\x3a\xec\x00\x11\x04\x1b\xd1\x6d\xf1\x73\x67\xef\x07\x90\xfa\x49\xb5\xa2\xa4\x6a\x62\x86\x55\x02\xdc\xa8\x9e\x85\x7a\x19\xac\x66\x26\x49\x38\xc8\x0e\x94\xaf\xac\x33\xb3\x8e\x44\x41\xe0\xad\xa8\x72\xc2\x9e\xe2\xeb\x18\x76\xdf\x03\x30\x76\x8a\x25\x32\x82\xfa\x95\x4c\x96\x2d\xd5\xaa\x71\xc3\x18\x60\x88\x32\xf3\xd6\xb2\xd1\xc9\x93\x75\xbe\x24\x1b\x06\x4c\x06\x27\x2f\x0f\x46\xb8\x05\xfa\xef\xba\x39\x58\x6f\xf5\xdc\xcc\xd3\x9e\xd5\x6a\xcd\xe4\x2a\x32\x30\xc9\x4d\xfa\x63\xd6\x42\x41\x9a\x2b\xec\x41\xce\x17\x9c\x57\x88\xfc\x63\x24\x51\xd9\xbc\x65\x3b\x8f\xb7\x81\xad\x1f\x67\x76\x5d\x28\xc1\x7d\x6c\xfd\xfc\xdc\x22\xe5\x4d\xae\x35\xab\x37\x3d\xd3\x11\xbd\x61\x3a\x10\x4e\x14\x53\x50\xa4\x07\xfa\xa7\xc8\x3a\x20\x9b\x8b\xae\x0d\x6d\xe8\xe8\xb7\x95\xe1\x05\x2b\xdc\x21\x5c\x1c\xb8\x9c\xde\x46\x98\x00\x2b\x35\x70\x90\x1f\x15\xb6\xee\xd4\x6b\x9a\xdf\x35\x04\xf1\x65\x5c\xc7\xcb\xc0\xf4\xf6\x98\x38\xfe\x0d\xfe\x41\x24\x92\xaf\x90\x95\x02\x8f\xce\x04\x51\xdc\x19\xd1\x31\x13\xab\x0f\xc5\x34\xcc\xd1\xad\x0b\xf0\xff\xe2\x47\xde\x84\xf5\xf4\x3c\x52\xfe\x22\x1c\xd7\x4b\xa4\x23\x7e\x1d\xd4\xb1\x42\xbd\xf1\xdf\x40\xf8\xe5\xd7\x57\xed\xaf\x3c\xeb\x4e\x32\xda\x12\xe6\x97\x27\xbf\xc9\xce\x70\xf3\xbf\xd2\x4c\x66\x98\xff\x62\x98\x7e\xde\x65\x67\x03\x78\x57\x28\xe6\x2f\x95\xbc\x42\x6a\xeb\x4e\x04\xdb\x46\xf5\x90\xae\x01\xa8\x38\xf3\x10\x9f\xb3\x8e\xc9\x3a\x83\x70\x7b\xe6\x2e\x0d\x30\xe3\xb6\xe3\x59\x68\x15\x4f\x26\x54\xaa\x98\x4b\x2a\x5a\xf1\xbb\xf0\xef\xd4\x66\x19\xb6\xb7\x0a\xb6\x64\x7d\xc0\x24\xb0\xe0\xa9\x2a\x88\xf6\xbf\x09\x70\xfa\x4e\x4d\x2e\x71\x78\xc9\x17\xb3\x08\x13\x9f\x1b\x7c\x4d\x83\x1b\x39\xb4\x63\x50\x84\xf3\x0e\x0f\x62\x68\x6a\xe6\xf0\x92\xbd\x03\xcf\x25\x63\x13\x65\x22\xa9\xcb\x7a\x51\x86\xce\xae\xf7\xa3\x01\x9f\x15\x3e\x57\x72\x44\x69\x6e\xf0\x76\xd2\xbd\x42\x19\x6b\x3c\xb2\xa6\x92\x4b\xe9\x6c\x5e\x87\x94\x49\x9b\xca\xb5\x80\x5a\xfd\x90\x50\x59\x45\x0d\x1f\x25\x86\x57\x38\x66\x21\xf1\x55\x49\xd4\x24\xb5\xd3\x33\x4a\xcf\xcd\xcf\xbb\x33\x68\xa3\x93\x0e\xde\x5b\x18\x39\xb2\x02\xce\x29\x67\x61\x05\xa6\xf0\xff\x11\x36\x74\xf1\x29\x25\xfe\xaf\xac\x44\x65\x97\x81\x3e\x10\xcf\xbf\x92\xca\xa4\xb0\x7f\x9d\xe5\xa8\x02\x9d\xd1\x7a\x11\x2e\xa7\x8a\xf5\xb9\xf5\x96\xb7\x8b\x60\xf7\xb1\x78\xde\x4a\xe8\x37\x09\x04\x40\xbd\x4a\x5e\x41\x31\x58\xf0\x1e\xa0\x4f\x3c\xe4\x31\x72\x1e\x5c\xf3\xc7\xd1\xc5\x05\xd5\x7d\xe1\xa0\x12\xee\x8b\xe8\x62\x32\x60\x24\x89\x63\xa0\x59\x2f\x37\xf4\x27\x6e\xc0\x8e\x60\x0f\x3a\xdc\x68\xa2\xbe\x9a\x18\xb9\xe5\xd7\xf8\xe2\xdf\x5c\xe8\x31\x2a\x76\x8f\xf9\x69\x85\x4f\x27\xe2\x27\x6a\x77\x60\x83\xf5\xc2\x87\x4a\xc5\xa8\xfd\x79\x66\x24\x5b\x23\xee\xa0\x64\xa4\x6c\xa7\xf4\xb1\x5d\xf3\x37\x0d\x65\x1a\x2b\x59\x55\xb8\x82\xce\x82\xf3\x19\x88\xe9\x89\xd3\xe9\xa2\x97\x96\xed\x5b\xa5\xa5\x86\x74\x06\xae\x55\xa5\x96\x3a\xd2\xac\xe7\xe9\x3a\x20\x8d\xa0\x5e\x6a\xd6\xee\x4d\xcc\x1b\x22\xca\x4d\xd2\x99\x75\x86\xb0\xd5\x9d\xc2\x05\x06\xaa\x8c\xd2\x94\xa1\x76\xc5\x3f\x1b\xc3\x91\x6f\x6c\x27\x1d\xd4\xef\x3b\x55\xeb\xae\xd8\x58\x95\x75\xc4\xb2\x9b\x15\x59\x55\x5d\x09\x1e\x27\x1e\xb4\xbc\xd5\xc4\x79\x92\xd2\x85\x50\x95\x4a\x9b\xdf\x58\x0f\xa1\x34\x63\x4f\x0a\x4e\x06\x8c\x12\x9e\x6a\x13\xf7\xe1\xd4\x0d\xec\x19\xb3\xd5\xae\x59\xb8\xec\xe7\xd6\xbb\xaf\x00\x7f\x19\x29\x59\x60\xc3\x30\x5e\xf2\x8f\x37\xa1\x62\xa8\x9e\xf9\x4a\xb7\xb0\x55\xd4\x78\x4a\xd0\x2b\xec\x74\xc8\xf6\x40\xce\xdd\x0b\x29\x5a\xce\x1e\xee\x7b\x95\x4b\x62\x41\x2b\x48\x4d\xe2\x57\x08\xbe\xd8\x7c\xc1\x1c\x0c\xfe\xdf\x45\xe0\x51\x2e\x9a\xf1\xf6\x5e\x88\xdc\x82\x13\xc4\xbe\x5c\xf2\x1e\xc8\x55\x2d\x8c\xbd\xd0\x41\xcb\xd3\x73\x7a\xfc\xa8\xa2\xe0\x6c\xb7\x0c\x43\x68\xb8\xfc\x62\xe1\xa7\xc6\xb5\x81\x78\xe4\x53\x8f\x91\x0c\x73\xff\xbe\x63\xef\x7c\xce\xd1\x25\xb8\x2f\xca\xa8\xcd\xd9\x97\x1e\x23\x0f\x3e\x55\x44\x09\xe7\x3b\x61\xff\x44\xf6\xd2\xbf\x49\x52\x86\xd4\x0e\xc2\xd0\x34\x2f\xd7\x07\xb9\x5a\xee\x93\x8b\x93\x3b\xf0\x88\x72\x44\x7d\xae\x48\x76\xff\x5c\x27\xc6\x57\xfa\x45\x28\x9a\x2e\x3f\x8d\xca\x5b\xf6\x6b\xee\x9f\xf3\x1f\x5a\x4d\x10\x72\xfd\x74\xb1\x61\x96\x47\x46\x39\x73\xf2\x73\xa7\x09\x89\xf3\x84\xbb\xc2\x53\x56\x85\x46\x29\x53\x3c\x06\x85\xae\x18\x4e\x12\xdb\xe5\xea\x0f\xaf\x26\xde\x09\xde\x5c\xe3\x5a\x7a\x25\xa5\x40\x0e\x38\x51\xf8\xab\x75\x2d\xe9\x77\xb1\x78\xda\xb2\x5a\x0c\xbb\x4d\xe9\x78\xce\xeb\x69\x53\xe9\xe0\x37\x3e\xfc\xa6\x4d\xbb\x09\x49\x7e\x21\xce\x68\x3f\x96\xc1\x08\x36\x7f\x88\x6e\xd6\x51\xbd\x38\x9d\x10\x22\x3b\x38\x71\x19\x72\x9f\x35\x1f\x1c\x41\xa8\x43\xf7\xdc\x0b\x6f\xd1\x22\x19\x77\x6d\xa6\xa3\x1c\x0a\x62\x6c\x95\x89\x09\xe7\x4a\xa5\xa7\x12\xb0\xd6\x34\x06\x77\x0b\x2c\x34\xf8\x89\x15\x1a\xd4\x42\xab\x33\x82\x91\xee\x50\x73\xca\x4f\x15\x59\x04\xb9\x6e\x55\x2f\x41\x3c\xd5\x59\x75\x6e\x9d\x4c\xbe\x2e\x24\x30\x54\x89\xeb\xd6\x74\xde\xa4\x58\x48\x81\xe5\xe3\xb2\x49\x0f\x60\xb9\x8a\x6e\xf1\x09\x62\x4d\x4a\xbb\xe8\xa0\xec\x64\x7c\xb5\x18\x0c\xcf\x4b\x4d\x07\x9b\xd9\x3a\x24\xe4\xbf\x11\x53\x83\x3a\x6d\x7f\x49\xaa\x31\x8c\x0e\x0e\x86\x88\x0a\xe6\x6f\x6f\x4c\xc6\x63\xc0\x1d\xd5\x0a\x55\xef\x90\x6d\x7b\xc7\xca\x95\xcc\x6c\x7c\xb8\x14\x74\xa7\xfb\x84\xe1\x7a\xf1\x4b\x71\xfd\xa0\xa2\x49\x37\x69\xbf\xc2\x69\x2c\x5c\x95\x30\xa6\x08\x0b\x57\x51\xfb\xce\x39\x5b\xd6\x7f\x35\x94\xe4\x43\x12\x2b\x29\x28\xf3\x03\x6b\x29\x5a\x0e\x50\xdb\x9d\x3e\x84\x64\x5c\x17\x5e\x5f\x1e\xe6\xc5\x70\xef\x61\x0e\x8c\x95\xd3\x5f\xd8\xa9\xf2\xe0\x51\x08\x94\x53\x2e\x04\xb4\x27\x97\xd2\x21\x30\xe5\x0d\xa1\x70\x1f\x6b\x35\x4a\x9e\xd3\x48\xdd\x58\xfb\xcd\x30\xb0\x9c\x81\xf4\x01\x43\xad\xfa\xa6\x4a\x52\x66\xa4\x3c\x80\x31\xf0\x48\x4f\x44\xfc\x5b\x90\x4b\xa6\xed\xb3\x9d\x65\x57\x72\x6b\x18\x2a\x89\x8a\xf3\x8a\x05\xbb\x01\xb6\xd2\x31\x8d\xf1\xd3\x74\xdc\x84\xda\xd4\xfe\x7a\x37\x3a\x79\xda\x6d\xbb\xad\xa9\x24\x5e\x92\x6d\xcd\x2b\xb0\x6a\x4e\xd1\xf6\xa5\x34\x98\x0f\x4a\x35\x7b\xef\x90\x0c\x43\x69\x31\x6d\x6b\xce\xf3\xa7\xa6\x5a\x92\xd7\xd0\x3b\x3a\xca\x0d\x07\x5e\x98\x2b\x66\x9c\x94\x34\x93\x33\x72\xdd\x66\x77\x74\xc9\x1e\xa9\xaa\xd9\x79\xd9\x25\x0f\x85\x3c\x57\x07\x66\xb5\xdc\xaa\x3a\xbd\xab\xc0\x0b\xf5\xd4\xa6\xfe\x82\x7b\xf8\x04\x5f\xbe\x53\x97\xd5\x6d\x0d\x80\xd2\x52\xa9\xa0\x3a\x2a\xbf\x8e\xb0\x3a\x19\xfa\x8e\x22\x65\xe6\x76\xc8\xa8\x61\xad\x7c\x1f\xdf\x06\x14\x4c\x5f\xde\xc4\x88\x78\xc9\xfb\x10\xf6\xd1\xe9\xb7\x89\xf2\x7e\x11\xcf\x45\x40\x78\x02\xa9\xb6\x59\xdb\xbd\xe6\xdf\x99\xc6\x6e\x1c\x6f\x8c\xf6\x84\xca\xfb\xa8\xd2\x21\xaa\x37\x09\xc1\x42\xdf\xab\x47\x70\xb9\x0c\x16\x61\xdd\x76\x0e\x86\xa6\x22\xf0\x36\xf2\x22\xa8\x9c\x28\x0e\xa7\xfe\x42\xd6\x88\x8b\xe3\xa8\x62\x64\x86\x29\xe0\x10\x96\x73\x22\x43\xce\xb9\x2e\x0d\xf2\x47\x87\x40\xa8\xed\x3a\xc9\x5e\x53\x75\x55\xbb\xf6\x7e\xe9\xda\x6f\x63\x52\xfe\x23\xa4\xfc\x87\xac\x97\xb9\x29\x3c\xef\xcd\x42\xaa\x95\x1d\x23\x1d\x04\x45\x1c\xb6\x95\xe2\xd9\xcc\xe5\x4a\x4d\x14\x90\x08\xe3\x37\x87\x8b\x6a\x8f\x47\x9d\xee\x95\x92\x64\x51\x7d\x85\xdf\x6f\x01\x3c\x1b\x5e\x95\xc8\x7f\x9f\xd9\x4b\x9e\x85\x32\x9c\xf2\x82\x9d\xf9\x33\xdf\x59\x6d\xe6\x56\xdd\xd4\xba\x94\xbe\xc7\xbd\x55\x64\xd6\xf0\x23\x06\x89\x5a\xfd\x03\x64\xb2\xfd\xc7\xe6\x3f\x00\x7a\x31\xff\x49\x07\xbd\xe4\xfd\x7f\xb4\x8a\x77\x6b\x94\x92\x10\xa8\x78\x06\xca\xc5\xfd\xb5\xca\x52\x2f\x33\xe2\xa1\xc8\xdc\x30\xf5\xcd\x8d\x6e\x73\xa8\x18\xab\x82\xaf\x30\xbb\x94\x5f\xfa\xb2\xc2\xc7\xda\x0e\xdd\x03\xf4\x39\x6a\x7f\x40\xae\xa6\x88\xd4\x6f\x16\x36\x06\x1d\x39\x2b\xd7\x18\x58\x14\xaa\x4c\x02\x9a\xf4\x9c\x22\xcf\xc0\xd7\xfe\xdb\x20\x35\x69\x39\x36\xce\x86\x89\xb0\x29\xdf\x31\x64\xb8\xae\xdf\x53\x7e\x25\x4d\xd8\xbd\xd8\xf1\x02\x33\x82\x2a\x82\x09\xd6\x8c\xb1\x38\x31\x49\xfa\xd8\x67\x01\xe3\x8f\x78\xd1\x66\xd1\x8a\xbb\xe4\x97\x06\xf5\xa3\xa8\x82\xd8\x1b\x15\x24\x74\xfa\xbd\xa7\x6e\x59\x86\xaa\x5a\x39\x6c\x45\x69\x36\x11\x96\x56\x4b\x1c\x5c\x6e\x58\xb8\x8b\x4d\xce\x25\x50\x78\xa9\x38\x45\x8f\xaf\xd6\xca\xda\x4e\x91\x79\x82\x3d\xae\xb8\xfa\x35\x56\x52\x9e\xd8\xc2\x4b\xcb\x37\x30\x8d\x6c\x80\x53\x31\x54\xd6\x12\x8c\x9e\x73\x08\xc6\x32\x18\xe5\x7f\xe9\xc5\xb3\xff\x1f\x54\x25\xc2\xae\x98\xa2\x7c\x14\x3e\xc2\x19\xe4\x9b\xa4\x72\x0f\x6a\x62\x08\xcd\x99\x46\xb2\x41\xdb\x28\xec\xd2\x40\x96\xb8\xf9\xa3\xc5\x0f\xdf\xe9\x63\x88\x23\xa9\xc0\x3c\xf7\x6c\x60\x5f\x85\x2a\x93\x44\x5c\x74\x54\x2a\xfc\x8a\xb1\x6e\x13\x45\x4d\x0a\x81\xc8\x81\xf8\x10\x59\x46\xbf\xa7\x08\x13\x60\x8b\xb8\x6f\x79\x11\xc9\x7d\xb2\x86\x0b\x28\x8e\x04\x2f\xb2\x27\x43\x58\x20\xa7\x1c\x7a\x07\x43\xee\x39\x51\x45\x6a\xeb\x96\xb3\x01\xfb\x78\xa4\xb4\xe6\x1f\xc8\x9a\x3d\x8d\xd0\xcc\x8a\xfd\x75\x0b\x3d\xae\x28\x0b\x22\xd9\x6d\xd9\xcd\x3d\x52\x6e\x64\x2d\xde\x13\xf5\xa6\xa2\x84\x3b\xe0\xd4\x29\x6a\xeb\x05\xd7\xa0\x2e\x6f\x07\x28\xa0\xf8\x1a\xf9\xa5\x1b\x11\x22\x29\xf4\x51\x45\x41\x91\xd1\xa7\xa4\x31\x72\x96\xa0\xea\xd4\x9e\x01\xb6\x29\x66\xaf\x95\x38\x58\x72\x10\x7a\x44\xb7\x2e\x61\x33\x9e\x9f\x73\x89\xf5\x53\x3d\xf9\x5d\xac\x24\x9f\x42\x29\xb8\x43\xb2\xb8\x58\x93\x62\x24\xe1\x8c\xd5\xfa\xfc\xc7\x8d\xcf\x25\x87\xe5\x4c\x28\xce\x14\xca\xc9\x22\x3e\xb3\x91\xc0\xad\xf8\xc2\x14\xa0\x0b\x22\xaf\xc8\xd4\x32\x6f\x86\xf5\xdd\x31\xd5\xa0\x2c\x83\x0f\xd9\xc8\x92\x91\x79\x3c\x55\xda\xe7\x91\x53\x2b\x2b\x33\xf9\x7d\x41\xa1\x3f\x45\xe9\xa3\x95\x2c\x96\x64\x35\x08\xbb\xff\x27\x5c\x46\x05\x82\x3b\xfb\xd5\x94\x6f\xa5\x92\x20\xfa\x89\x83\x6c\xda\x20\x95\x34\x68\x05\x02\x16\xcc\xf7\x83\x3a\x02\x1c\x26\x2f\x2a\xa5\x9c\xa4\xc2\x12\xcf\x3c\x25\x70\x94\x67\x2c\xd5\xc7\xf4\x5e\x92\x91\xe5\xcb\xd9\x4e\xfd\xdc\x95\x8a\xc5\x5c\x8b\xfb\xa7\x93\xf9\x51\x11\x80\x20\x4d\x96\x75\xbd\xf0\xd4\x14\x24\xcc\x54\x9f\x0f\x06\x23\xe3\xa5\xd8\x8a\xe1\x6e\xe5\x95\x31\x98\x2b\x54\x37\x59\x53\xfe\x7b\xb1\x3c\x31\x27\x75\x49\x77\x0a\x29\xa8\x75\xc2\x38\x91\x82\xb2\xd9\xcd\x63\x46\x99\x1b\x28\x99\xc7\x9a\xca\x0e\x69\x73\xae\x05\xae\x18\x4b\xb6\xff\x83\xbf\xc6\xf6\x6f\x88\xdb\x57\xb0\x7d\xd1\x25\x47\xfd\x3e\xb4\x80\xac\x17\x4d\x75\xef\x9c\x8a\xda\x02\xca\x92\x9d\xbc\xea\xed\x64\x37\xb4\x12\x84\xe4\x93\x05\xe1\xca\x54\x40\xfa\x68\x4b\xee\x2d\x55\x0f\x61\x71\x4b\xb2\xde\xb9\x4a\x66\xe5\x0c\x7d\x36\xdd\x59\x00\x36\xe1\x06\x3d\x3c\x7b\x16\xf6\x51\xd6\x0b\xbe\x1b\xe7\x2a\xd5\x5a\x75\x05\x2c\xaa\xa4\xc3\xe5\xb5\x2b\xca\xa4\x9f\xbd\xbe\xbf\xae\xe4\x9e\x5c\x9f\x9d\xce\x15\xd4\x10\x30\x1f\x0b\x19\x74\x38\xd1\xa3\x95\x2d\x15\x33\x0a\xc1\x75\xe5\xe9\x2c\xc3\xed\xdc\xcc\xd9\x9a\x15\x4f\xe0\x70\xec\x9c\x9d\x4a\x5c\xb8\x9b\xac\x2c\xeb\xa8\x6c\x6d\x51\x49\x01\x33\x1f\xf9\x06\x35\xad\x8e\x83\x32\xf2\xda\x61\x3e\x9e\x69\x5e\x10\x2f\xf0\x48\x2e\xed\xc8\xb4\x7a\xa0\x30\x1f\x72\x51\x93\x00\xd9\x1f\xb5\xfc\xbc\xfc\x05\x06\xd9\x90\xcb\x9a\xe2\x6c\x54\xe3\x25\x5d\xbd\x83\xe8\x00\xa1\x33\x53\x5c\x98\x40\xff\x7f\x1b\x24\x15\x12\x62\x2f\x5f\x68\x25\xc1\x50\xb8\x86\x2d\xa5\xae\xd4\xf7\x1d\xcc\x4b\xcb\x5a\xd6\x4a\x7c\x5d\x8d\x27\xce\x90\x59\x59\x4e\x63\x94\xec\x64\x57\x93\x8a\x2b\xf5\x82\x2a\xdc\xdb\x2f\x54\xfd\x02\xa7\xf1\xc6\xd8\x6c\x2c\x7c\xe4\x47\x92\xaa\x60\xed\x0a\xe5\x10\xc4\x96\x3a\x2b\x01\x54\xfb\x75\xc9\x76\xc0\x6d\x72\x23\x04\x8d\x68\xa1\xb2\x72\x91\x13\xaf\x5c\xf7\x63\x5f\x09\x4a\xf9\x3b\x7c\x28\xf1\x98\x45\xdc\x48\x8a\xd5\x1c\xdb\x3b\xc9\xce\x86\x6c\x25\x06\x15\x25\x1a\x65\x30\x2c\xb3\xbd\x68\xbb\x8b\x2d\x77\xad\x69\x5b\xd1\x7a\x3c\x41\xe7\x2c\x5b\xc1\x00\x9b\xa9\xb2\x91\x94\xa1\xbf\xe5\x3f\xe0\x6b\xc9\x06\x18\x3e\xca\x48\xe0\xef\xe8\x43\x60\x63\xa1\xc7\xc1\xdf\x72\x4f\xcb\x4e\xb9\xfa\xb4\x22\x7b\x46\xa5\xd0\x8f\x50\xdd\x05\x63\x5b\x41\x94\x1c\xf7\x19\x4f\x95\x0a\xaa\x58\xca\x2e\x19\x20\x88\xa1\x22\xac\x24\x16\x4f\x94\xdc\x6c\xd6\x28\xb1\x22\x90\x21\x9f\xd4\x14\xb7\x88\x4c\x01\xa5\x80\x54\xc0\xec\x48\x53\x3b\xa8\x76\xb8\xaa\x18\x4e\xf4\xb1\xaa\x60\xd0\xb1\xef\x2a\xf7\xce\x2f\x2f\xbd\xcb\x86\x14\x9d\x58\x58\x78\x4d\xcb\xe5\x14\x92\xf6\xf8\xd7\xbf\x7a\x1b\xc3\x7b\x28\x56\xf6\x56\x09\xb7\x28\x3d\xdb\xae\x14\x1c\x00\xe2\x51\x9f\xcc\xef\x2f\x91\x2c\x26\x5c\x8e\x43\xee\x8f\x12\xfe\x3b\x31\x8b\x7e\x8e\xa0\x52\x61\x5a\x0a\xac\xe5\x86\xe6\xb1\xea\x6e\x2b\xe4\xba\xd5\x03\x9d\x2d\x89\x6d\xb9\xe2\x5e\x21\x75\x60\x10\xe0\xe2\x05\x5f\xca\x72\xc2\x4c\xa5\xb6\x80\xe0\xaa\x7f\x59\x1d\x4f\x96\xf6\xab\xea\xcd\xb9\x6d\xd5\x27\xa1\x0f\x07\x6b\x41\x6c\x31\x8c\x98\x5e\x4d\x20\xf3\xc6\xc3\x85\xf3\x35\x9e\x79\x64\x04\x61\xee\x50\xb3\x1f\xd1\x21\x24\xa7\xe1\x22\xcc\xfb\x02\xa9\x61\x2c\x11\xba\x55\x48\x5d\xd5\xc0\x9d\x35\x9a\x2f\x57\xdd\x19\x44\xda\x2c\x59\x80\x3d\x95\x6f\x68\x92\xf2\xad\x4b\x04\x50\x99\x51\xc0\xc2\xb8\x52\xe4\x70\xaf\xb4\x7b\x0c\x3f\x2a\x67\xf6\xb2\xd5\xd9\xb9\xa8\x57\xe0\x4f\x8d\xe0\x73\x88\xa9\x52\xf7\xd6\x44\xcf\xf9\x94\x74\x7e\x1f\x13\x37\x86\xb9\xae\xe6\x6c\x44\x24\xf5\xe7\x4c\x64\x8d\x5d\x0f\x68\x48\x64\xf1\xd7\x54\x3e\x11\xeb\xef\xab\x12\xbd\xc4\x5a\xe5\xc3\x0c\xd3\x43\xda\x68\xfe\x72\x23\xf2\x8a\xcb\x43\x2f\x48\x5f\x51\xc4\x6d\x87\x9d\xeb\x50\x99\x2e\xee\x79\xef\xbb\xdb\x97\x3b\x6f\x64\xbd\xeb\x54\x2f\xed\xc8\x17\xa0\xa6\x65\x73\x39\x41\x99\x91\xb3\xe5\x56\x67\x2e\x97\x9f\x3b\x1b\x9d\xc6\x15\xed\xeb\x5c\xe8\x4b\x0a\xa3\xe0\xc5\x3c\x2e\xf6\xd7\x62\xee\x45\xd6\x68\x2d\x29\x3d\x5d\x82\x4d\xd2\xc3\xa9\x0d\x7a\x99\x02\x2d\xa0\xb2\x2e\x41\x0a\x05\x70\xac\xf2\x8c\xbc\x23\x94\xc5\x78\xd7\xb1\xfc\x02\x44\x9a\x96\xed\x97\x94\x7b\xad\xd2\x81\x60\xb4\x20\x3f\x3d\x91\x07\x19\x1d\x10\x1d\x9f\xda\x3a\xbb\x66\x47\x6b\x1e\xc7\x78\x6a\xf1\xb4\x7a\x08\xb6\x74\x04\xba\x23\x95\x6e\xf3\x09\x96\x98\x7b\xc8\x09\xde\xf8\x76\x55\x16\x5a\xca\x13\x69\xd9\x48\xde\xde\x7e\x14\xe1\x7a\x1a\x39\xeb\xb8\xc2\x8f\x35\xb2\x55\x4a\x88\xfc\xb5\x6f\x98\x6a\xbe\x65\x3e\xbd\xd0\x29\xb7\x56\xe1\xe2\xa4\xf7\xfc\x90\xd9\x26\x9b\x4b\xdb\xed\xad\x64\xd0\x60\xe9\x91\xc7\x2a\xfb\x44\xbc\xe5\x31\x2a\x8a\xad\xe1\xab\xf8\x6a\x29\xcd\x26\x0b\x27\x50\x6e\x6b\xd0\x24\x09\xd3\xe7\x07\x88\x9f\x20\xd0\x31\x54\xbb\x49\xc9\x02\xab\xbd\xd8\x2d\xe7\xc0\x55\x25\xbe\xb2\x94\x7c\xe1\x0a\xc1\xba\x49\x04\xc0\xad\x55\x78\x4d\x62\xa6\x2d\x43\xc8\x49\xc3\x11\x62\x99\xb9\x67\x9b\xbf\xe3\xac\x66\x65\xa5\xf2\x8b\xff\xf7\xa5\x5f\xfe\x62\x8d\xb7\xf9\xfe\xc5\x6b\xd7\xae\x5d\x04\xb5\xf8\xc5\xc9\xa8\x9f\x0c\xe0\xc7\x1e\xef\xdb\xb4\x49\x76\xde\xc0\x30\xb9\x56\xb1\xd7\x7a\xfd\x65\xf3\xd7\x4b\x2d\xac\x01\xa1\xe5\x61\xab\xdb\xac\xd6\x95\x2b\xae\xe5\x84\x15\x10\x58\xd5\xe3\xfb\x72\x2d\x01\xd3\xc2\xb8\x4e\x7c\x2a\x9a\x16\x75\x93\x1c\x45\xd5\xaa\x3d\x99\x0f\x01\xd1\xcb\x95\x19\x7f\x59\x5a\xa0\xe9\x8e\xcc\x7a\x2f\xe1\x7f\xd4\xcf\x46\xb6\xb9\xb2\x72\x81\xd8\xb0\x5f\x6a\x56\xe2\x56\x4d\x1a\xc3\x13\x1f\x9f\x53\x43\x3f\x02\x5a\x79\x84\x5c\x4d\x6c\xde\xf4\xaf\x85\xdb\x3c\x74\x22\xaf\x05\x3d\xa7\xd7\xe6\x67\xd1\xb4\xbc\x0d\x20\x19\x0e\xa1\x7c\x8c\xf0\x77\x47\x0c\xb7\x3f\x0c\x27\xc2\x9c\x72\xd9\xa0\x2f\xdc\x09\xa1\x9c\x26\xc3\x14\x7c\x95\xa7\xe3\xb1\xcc\xda\x37\x84\x06\xca\x93\x41\xaf\x9d\x00\x8f\x80\xa1\x9d\x10\x14\x4c\xf1\x9f\x0b\xa9\xb7\x6f\x35\xd2\xc8\xf2\xa9\x54\xe6\xc1\x48\x54\x3b\x96\x84\x31\x91\x42\x58\x0f\x7f\x5c\xf8\xe9\x6f\xe8\x69\xa1\x2b\xab\x54\xfd\xb0\xf3\x95\xc7\x8d\x85\x2c\xc4\x1b\x59\x47\x04\x1b\x44\x2a\x99\xe2\x16\xff\x54\x3c\xf1\x3c\xe6\xb5\x5f\x91\x3b\xd2\xf5\x77\xcc\xff\x44\xcf\x1a\x47\x7e\x07\xd9\xb5\xdd\xa5\x16\x09\xac\x3c\x94\xe8\x42\xee\xe6\x6a\xc3\xcf\x5e\x60\xd4\x1e\xe2\x93\xc7\xce\x0a\x1b\xe2\x2c\x62\x9b\xcd\x01\x12\x7e\xdf\x65\xa9\xa3\x0c\x2e\xc2\xe0\x33\xad\x58\xf3\xaa\x5c\x6b\x57\xa4\x32\x67\x40\x82\x6b\x20\x93\x22\xe6\x3e\x83\x32\x49\x38\x97\x12\xc1\xb0\xc2\xed\x83\x88\xb3\x62\x49\xc0\xe5\x4e\xde\xec\x7f\x27\x0f\xa6\x54\x1e\x3a\xd4\x58\xd9\xb9\x4a\xc5\xd1\x9f\xd7\x27\x91\x12\x03\x09\x43\x8d\x65\xfc\x75\x76\x20\xd6\x2b\x4e\xb5\xe3\x90\x2f\xad\xfb\xf9\x80\x4f\x7d\xc2\x5b\xc6\x8c\x70\xf4\x84\x71\x14\xe9\x2c\xe9\x06\x67\x94\x2c\x5b\x65\x6e\x05\x47\x29\x3f\xfb\xc4\x25\x18\x85\x0a\xd8\xed\x72\x84\x50\x95\xd7\x47\x88\xec\xa8\x48\xcb\xbb\x58\x36\x28\xf8\xd4\xcb\x76\x3a\x29\x17\xee\x3a\xf6\xc1\x9b\x11\xe5\x76\x67\x30\x80\x98\x8b\x2f\x11\x26\xcd\x25\xe8\x5b\x1a\xf6\xb3\xeb\x5c\x02\xf1\x4b\xb1\x3b\x72\x55\x2f\x12\xb4\x34\x38\x6b\x74\x0d\xe7\xe2\xba\x57\x17\x44\x5c\x69\x30\x37\x10\x1f\x70\x79\x2d\x8b\x4f\xc3\xee\xbe\x0e\xf1\x84\x4b\x97\x3a\x43\x22\x4b\x73\x58\x49\xd3\xaa\xff\x94\x37\x0d\xfd\x8b\xbc\x81\x91\xf5\x9e\x5b\xd6\x17\xac\x5b\x5e\xe9\xc1\x59\xa4\x2c\xb8\xf3\x79\xca\xda\xde\x41\xba\x10\x44\xf5\x3c\xa1\xc6\x19\x7b\x0d\x2e\x3d\x65\xad\xb4\xaf\x0a\xf2\x8a\x9d\x5d\x6d\x7d\x3e\xdb\x21\x28\x4e\x18\x95\x86\x5c\xe1\xbc\xea\x55\x5a\x87\xad\x59\x10\x92\x64\xd3\x76\x7b\x53\xaa\xf2\x85\x5f\x2e\x05\x8d\xd0\xd3\xeb\x59\x20\xde\xcd\x97\xb9\x72\x7b\x70\xea\x95\x25\x54\x66\x8f\xe5\x20\x1a\x0d\x05\x0a\xb1\xee\xb9\x0a\x40\xae\xd0\x17\x3d\xf7\xc3\xa8\x55\x24\xad\x76\x65\xff\x99\x85\x91\xa2\x26\xaa\x33\x94\x46\xaa\xdd\xb4\x8a\x14\x5a\x0e\x3b\x75\x3a\xa6\x46\x2f\xdd\xdc\x6c\x6d\x8c\xb2\x6b\x39\x54\xe9\x9b\x8c\xba\x89\x65\xdd\x24\x6f\xab\x9f\xb1\x75\xee\x92\xbd\xed\x41\x85\x1e\xe8\x0f\x29\x37\x06\x98\x01\xc7\xcb\xa8\x41\x1f\x29\x3e\xc4\xbc\x2c\xfc\x2f\xfd\x86\xa1\xff\xa8\xb6\xbf\xda\x49\xfb\x50\xa4\xdc\xf7\xd4\x78\xd3\x34\x72\x48\x43\x63\xb5\x16\x0d\x90\x6f\x67\xd7\xda\xf0\x2f\xac\x5f\x98\xdb\x0c\x63\x4e\x42\xe2\x64\xd3\xac\x8f\x99\x61\x98\x0c\x0c\xab\xfa\xe7\xc3\xbe\x91\xc4\x21\x5b\x2d\xa5\x63\x7d\xc6\xee\x44\x9f\x6a\xf5\xeb\xac\xd8\x53\x5d\x26\x83\x74\x33\x4d\x7a\xdc\xe9\x8f\x05\xc5\xa0\x97\x9a\xc2\x9a\x08\x32\x85\x4d\x85\x7a\x05\x81\x73\x3d\xeb\x8e\xa5\xe0\x85\x79\x87\xce\x9d\x02\xa8\x25\xff\x1b\x3a\x06\x4f\xac\x98\x2b\xc7\x8b\x99\x6e\xe9\x3b\xd1\xd8\x56\x7c\xcd\x86\x32\xfe\xf8\x67\xbf\xa0\x3f\x30\x49\x2f\xe4\xa5\x28\xdd\x37\xdb\xa4\x64\x61\x0d\x49\x10\xdc\x8a\x27\x0a\x96\xaf\x94\xb6\x1a\xff\xad\xd1\x0a\xbe\x03\x6c\x6b\x5b\xf6\x46\x9d\x4d\x03\x10\xff\x8a\x68\x96\x65\x74\x2c\x9c\x42\x9f\x87\xa3\xc4\x8e\x83\xee\xaa\x17\x23\x63\x98\x23\x46\xa8\xc1\xf4\x89\xe6\x6c\x54\xdc\xab\x6d\xb3\x2c\x2d\x93\xb4\xeb\x80\xde\x6c\xdd\x9d\xa2\x3a\xdc\x20\x5f\x70\xf3\x42\xde\x64\xdd\x09\xe6\x80\x61\xd4\x1c\xb8\xa0\x50\x31\x94\xa9\x5b\x2b\xbe\xab\x36\xa5\xa0\x56\xd9\x94\x05\xed\x42\x4e\x6a\x7d\x8a\x2a\xbe\xd5\x96\xb6\x45\xa5\xe4\x81\xf3\xff\xe1\xd3\x77\x3e\xd5\xe4\xc2\xe4\xac\x5b\x8c\x54\x80\xdd\x26\x02\xad\x4f\xc5\x9b\x42\xf3\xf9\xb4\xa4\xa7\x98\xc7\x00\xb9\xa3\x48\x0a\x21\x4f\x9f\x2a\xe5\x80\x3e\xb6\x55\x0f\xcb\x52\xad\x68\x95\x58\x65\xe6\xa4\x2b\x67\xd8\x56\x11\xbb\x28\x6c\xc9\x62\xc7\x9d\x2d\xbf\xaa\x16\xb2\x95\xea\x6c\x59\x4d\x60\x24\x5f\x42\x39\xba\x63\x65\xa5\x9b\xca\xb4\xe6\x38\xfa\x9a\x95\xcf\x9c\x60\xc6\xae\x11\x56\x9e\x50\x2b\xac\x62\x49\xa4\x41\x2d\x1b\x22\x8d\xae\x8d\x30\x02\x08\x55\xc0\x88\xb2\xee\xea\xe7\x40\xd8\x86\xf3\x4f\xe2\xc9\xde\xf0\x14\x2c\xb6\x3e\x8a\x7a\xc5\xb6\x3f\x68\x3e\x50\x84\xc6\x25\xa2\xfb\xd1\x33\x54\xd7\xb5\x5a\x91\x27\xe7\x3b\x73\x9f\xd6\x4e\x19\x79\x96\x6a\x20\x5d\xae\xc9\x7a\x9a\x8a\xb6\x98\x42\x17\xd1\x16\xc3\xc0\xe0\xfb\xd5\xe1\xa8\x4c\x01\x9e\xb0\xb6\x7d\x17\x35\x90\xd1\x92\xd1\x4c\xa8\x1d\x29\x85\xe7\x4e\xc0\xb4\xef\x76\x59\x0e\xb7\x9e\x79\x78\x60\x38\xd9\xe8\xa7\x46\xda\xc6\x88\x33\xfb\xee\x8a\x20\x6f\x7f\x80\x87\x20\x6a\x92\x11\x5a\x24\x6c\xf2\xe3\x0a\x1c\x87\x8f\xd0\x62\xb9\x4a\x14\x15\xc5\x9e\x24\x4b\xda\xce\x75\xee\x89\x91\x9e\x71\xf7\x87\x18\xda\x3a\x43\xf4\xb5\xea\xee\x7b\xea\xe1\x13\x0a\x32\x55\x2b\x0f\x5a\xd0\xf4\xbb\x30\xd6\xd5\x99\xa3\xd2\x12\x3d\x3f\x24\x06\x9e\x15\xea\x3c\x87\x68\xc6\x0f\xaa\xd4\xa3\x09\x9a\x2f\x85\x50\xba\xfc\x7a\xf5\x2c\xb8\x5d\x72\x76\x6d\x00\x4f\x32\x0f\x1f\xe4\xac\xd1\x78\x2f\x1b\x6d\x5d\x6e\xa0\x4b\x03\x56\x08\x64\x97\x88\x50\x7f\x1e\xf7\x10\xc0\x7e\x9b\x90\xfd\xc5\xeb\xfc\x90\x15\xb2\xf3\x22\x2c\x2f\x58\x3f\xd2\xea\x35\x0a\xa3\x83\x1c\x04\x15\x0a\x9b\xae\x7e\x73\x50\xa3\xb0\x25\x75\x2f\xcc\xac\xa5\x78\xe9\x88\xeb\xc6\xe2\x1e\x95\x90\xb0\x81\xa7\xa1\xe2\x66\xde\x18\x26\xd9\x10\x90\xf2\x9f\x31\xeb\xc2\xac\x91\x0e\xae\xa6\xe0\x59\x96\xed\x24\x18\xb6\x83\x36\x7e\x33\x2e\x56\x90\x29\x54\x52\x05\x03\xcc\x17\x71\x2e\xae\x14\xda\x18\x27\x9d\x1d\x9b\xd7\x0b\x4b\x5a\x18\x8e\x07\x3c\x4d\x46\xec\xe5\x81\x95\x73\xfd\x0c\x83\x33\x6e\x00\xab\xcc\xd3\x71\x46\x6a\x99\x98\x83\xdc\x4c\x97\xfc\x80\xa9\x4a\xfb\x27\x3e\x0a\x15\xe8\x7a\x0d\xb7\xf1\x8a\xe2\xe9\x4c\x60\x9c\x0a\xc3\x4b\x71\xe8\xed\x03\x5b\x2e\x19\x44\x13\x51\x65\x8a\xaa\x0d\x0b\xe3\x28\x99\x19\xa9\xba\x25\x33\x92\x77\xf3\x27\x4a\xe7\x2c\x4c\x90\x5d\x98\x0d\x23\xf1\x33\xae\x41\x49\x64\x59\xb1\x5d\xd6\xbf\x2a\xe2\xc1\x15\xc9\x75\xfd\x91\xe9\x0f\xa9\x8f\x57\x6e\x89\x54\x2a\x94\xc0\xef\x20\xac\xff\x47\x92\x14\x72\xc1\x9f\x38\x8e\x47\xeb\xc2\xad\x77\x0d\x04\xb6\xc6\x77\xf0\xc3\x46\xb4\xd6\x18\xdc\x87\xe0\x8e\xf9\xd2\x67\xc8\xd5\xc7\x8a\xba\xe2\x63\x67\x2e\x3f\x56\x3b\x53\x6d\xd1\xb1\xef\x1d\xb4\x6d\x71\x53\x80\x94\x10\x4e\x3c\x1b\x33\x85\x43\x3f\x2a\x82\xb8\x67\x28\x5c\x45\xf4\xeb\x2b\xc6\xae\x62\x6f\xb2\x25\x79\x23\x16\xc1\xe7\x0b\x93\xf6\x3b\x57\xfb\xa2\xce\xa2\x38\x8a\xe2\x6b\xef\x10\x17\x19\xa8\x4b\x02\x7d\xae\xa7\xd9\xe6\xe0\x6c\xf3\xb8\x57\x8c\xcd\x5e\x3d\x31\x2b\x98\x21\x63\x97\xcf\xde\x32\x4e\x3f\x5c\x56\x91\x1b\x21\xdd\xb0\xd9\xee\x0c\xfe\xc0\xcc\xfd\x14\x74\x03\x71\x80\x5a\xb2\xe9\xa5\x51\x16\x15\x88\x3f\x54\xa8\x57\x54\x5d\x86\x03\x83\x10\xad\xd5\x06\x09\x4e\x39\x28\xc1\x8c\x39\x9c\xd9\x72\x24\x75\x86\x6e\xf9\xac\xc4\x8c\x43\x03\x29\xfe\x37\x32\x65\x29\x9c\xa1\xd5\xac\xf2\xd5\xad\xad\xac\x5c\xeb\xb3\xcb\xfd\x81\x30\x54\x95\x57\x8e\x42\x6a\x74\x04\x5d\x69\x39\x1e\x82\xb5\xa4\xc8\xb2\xbf\x5b\xdf\x75\x0a\xa3\x37\x2e\x2e\x24\x27\xeb\x7c\x99\x06\x4c\xb9\x91\x38\xc5\xba\x18\xf1\xce\x6a\x3b\x59\x53\xb6\x72\x12\x9c\x94\x7f\x05\x5a\xb2\x9c\x7d\x93\x9c\x7a\x88\x80\xf9\xf6\xc6\xb0\xe0\x1e\xb2\x3c\x4a\x6f\x80\x8e\x1a\x8a\x3a\xfc\x33\xb2\x79\xa7\xf8\xbb\x11\x1e\x1b\xcc\x3c\xb4\xf8\xbf\xdb\xe9\xb0\x5d\x5b\x82\xb9\x9c\xc7\x78\x1a\x90\x9c\xd7\xec\x98\x28\xc6\x74\x95\xee\x40\x82\x31\x83\x16\x96\x86\x3e\x2a\xbc\x0c\x3b\x0f\x17\x41\xc0\x84\xeb\x37\x4a\xaf\xa2\xd1\x33\x6c\x72\x10\x36\xa9\x1e\x3b\x08\x2a\x08\x4e\xa2\x3d\xca\xfa\x09\x29\x12\x8f\xa2\xbb\x76\xdb\xac\xc8\xd6\xee\x8f\x57\xe2\xce\xec\x77\xf2\x64\x0e\xfd\xc6\xe5\xab\xe1\xd5\xaf\x26\xa2\x55\x9c\x71\xac\x8b\xfb\xcc\x0c\x65\x85\xf9\xcb\x73\x8d\x8f\xdc\x1b\xa8\x91\x5e\x0b\xc7\x1a\x64\xd7\x22\x8c\x29\xe1\x72\x40\x48\x38\x4a\x83\x18\xd2\xd6\xdf\x67\x29\x27\xa5\xb5\x89\x30\x79\x03\xf4\x9d\x97\x0f\x8a\x0f\xaa\x67\x45\x3f\x83\x6c\x03\x08\x86\x23\xe3\xac\x62\x95\x1d\x59\xac\x6d\x88\x19\x40\xaf\x83\x57\x0e\x34\xe4\xb2\xaa\xdc\xda\x09\x69\x5a\x2f\x0f\x1d\x2a\x4b\xaa\x0a\xa2\x5e\x36\x2b\x73\x53\x32\x49\x94\x6b\xe6\x15\xfb\x95\x31\x49\x2d\x5e\x2d\x2a\x51\xaa\xf7\x57\xa8\x12\xf1\x91\x1e\xab\x6f\x70\x97\xa2\x75\x5c\x8d\x32\xa7\x70\x23\xcf\x9a\xe5\x4b\x36\x58\x68\xea\x99\xc0\xd1\x4b\x9f\x7c\x1d\x17\xf1\x24\xe2\xb2\xcb\x4e\x6f\x27\x1d\xc4\x77\x59\x13\x77\x1c\xe9\xfc\xd7\xbc\xd1\xb2\x5f\x1c\xb8\x27\x60\x3e\x6a\xe4\xe6\xf7\x6b\x02\xf4\x16\x1f\x96\x4e\xc3\xb3\x14\xb2\xa7\x92\x4a\xa7\x17\x8f\xa4\x6b\xb2\x07\x1d\xc4\x77\xcb\x61\xd9\x12\x8f\xbc\xc7\x27\x16\x0f\x4b\x0c\x3e\xf1\xe3\xd1\xfa\x8f\x34\x44\x1d\xdf\x4b\x2d\x10\x13\xe5\x65\x19\x43\xa1\x26\x08\x51\xc6\x72\xfc\x78\x92\xf7\x6c\xcc\x88\x28\xef\xf6\xf4\x35\x1e\x96\xdc\x5b\x2a\xc2\x3b\x40\xb5\xea\x59\x02\xd4\xf8\x76\x80\xd5\xe2\xd2\xd5\x30\x51\x8e\x4e\x0e\xd4\x4a\xbd\xff\xea\x22\x0a\xec\xa1\x82\xf2\x46\xc4\x27\x76\xae\x52\xc7\xf4\x3c\xfc\x38\xf5\x64\xc6\x84\x24\xe4\xb2\xbe\x0b\xf8\x2e\xb7\x86\xdb\x75\x6b\x00\xfb\x27\x0a\x84\x42\x1e\x3e\x0f\x2c\x2b\x33\xf2\xf4\xb5\xac\xcc\x8a\x7b\x53\x2b\x0c\xb9\x2f\xde\xdb\x8a\x0b\xd4\x03\x79\x90\x5b\xf9\x3a\x7d\xe6\x6b\x65\x1d\x5a\x53\xdd\xa0\xe3\x53\xf4\x76\x75\x40\x49\x5d\x0e\x02\xfb\xee\x34\x5f\x55\x0d\xb0\xad\xc8\x4e\xc3\x70\xed\xc2\xe6\xe3\xf5\xb6\xbc\x42\x31\x88\x96\xa6\x5c\xa5\x17\x19\x3f\xcb\xa8\x37\x32\xa1\x84\xbd\x90\x88\xd8\x67\xf5\xaf\x8e\x58\xda\xb7\xf3\x9a\x17\xa3\xa3\x8f\xef\x39\x08\x5e\x9c\x70\x04\x5c\x9f\x4f\xfa\xfe\x33\xf7\xab\x4c\x13\x2b\xec\xb7\xf0\x23\x78\x38\xe4\x35\x42\x22\x22\xaa\x9f\x7a\x22\x4f\x14\x6c\xc5\x9d\xee\x91\x06\xc3\xed\x22\x8e\x01\xe1\x3a\x10\x11\x2b\x2c\xa8\x4e\xe2\xb5\x32\x17\x37\xd3\xdb\xd5\x44\x7f\x8d\x62\xf0\x3f\xb1\xae\x50\x31\x62\x16\xc4\x5b\x09\xed\xaa\x62\x17\xf4\xab\x59\x41\xa9\xb8\x32\xd2\xe2\x18\x3c\xd4\xa6\x56\xc4\xe0\xc5\x97\x03\xa6\xa3\x00\x9f\xda\x75\x45\x9c\x9f\xa2\x17\x7a\xb0\xf2\x32\x39\xe6\x90\x13\x27\x79\xec\xba\x5b\xc4\x20\x1b\xa0\xce\x1e\xbc\xe1\xa8\xe5\x67\x64\x1d\xd5\x2e\x47\xac\xb8\xdc\xe5\x64\x59\x61\x52\x8f\xa2\xba\xb4\x71\x45\xce\xfe\x20\x96\x5a\xd8\x9c\xc0\x6e\x68\xe4\xbd\xf7\x10\x6c\x2f\x37\x7a\x9d\x7c\x7b\x23\xeb\x8c\x30\x5f\x22\xe5\xce\x25\x39\xc7\xcf\xbb\x86\xec\x07\x38\x0d\xe7\x15\x51\x84\xa4\xa4\xef\x0c\xd2\x0f\x3a\xa2\x70\x8b\xca\xf6\xab\xe8\xa0\xa1\xc6\x2d\xd4\x46\x14\xe5\x9a\x2d\x9d\xa5\xc5\xfd\x06\xaa\x29\xb6\x62\x4c\x10\x87\xb9\x83\xac\x67\x13\x92\x89\xd2\x29\x1a\xb9\xd7\xd8\xc9\x06\x29\x46\x66\x7e\xc5\x78\x4f\xa6\x3b\x29\x9e\x34\x74\x0a\x57\x0a\x04\x40\x8b\x6b\x03\xb3\x4d\xca\xcf\x3a\xd5\x24\xf8\xb8\x8e\xb3\x71\xa7\xcf\x45\x28\xe1\x0e\xb0\xcc\x9d\x3b\x6d\xf4\xc8\x30\xd0\x91\x76\xa5\xe0\xa2\x72\x0c\x01\x2f\x16\xdb\x30\x33\x98\xa5\xe3\x74\x98\xda\xa6\xae\x87\xbb\x6e\x20\x6d\x07\x7d\x4f\x26\xb9\x1d\x12\x28\x91\x97\x96\xad\xb0\xee\x32\xc7\xde\x46\xa7\xb1\x95\x51\x06\x55\x28\x61\xfe\x18\xd5\xf6\xfb\xca\x3b\xdf\xf0\xbc\x10\x9e\xa8\x44\x18\xfc\x62\xd8\xc4\x0d\xf4\x57\xd8\x78\xa3\x3a\x7d\x8f\x81\x5d\xd5\x2a\x6a\xab\xf1\x5a\x04\x71\xff\xe0\xe5\xe4\x22\x3e\xbc\xa6\xd1\xa7\xb2\x0f\x05\x2e\x82\x65\xed\xf1\x9a\x39\x69\x7d\x3c\x7e\x1f\x84\x22\xd5\x2f\x74\x79\x41\x8c\xb1\xcb\x49\xb9\x17\xaa\xbe\x7b\xd0\x4b\x2b\xef\x0e\xc2\x11\xad\x27\xd1\x3c\x58\xa5\xcd\xf1\xe1\xfd\x5a\x51\x43\xd1\x3b\x03\x10\x45\xbc\x94\x9d\x20\x9f\xdc\xa6\xc2\x38\x3a\x47\x34\x9d\x40\x78\x1d\xd1\xd3\x59\xf1\x2a\x55\x16\xb2\xd2\xad\x90\x31\x36\xdc\xa5\xc4\xa6\x7d\xac\x85\xa6\x5d\x76\x47\x99\x7a\x4d\xc3\x48\x3e\x6f\x06\x49\xb6\x1d\x8e\x6f\xcb\xaa\xc5\xcf\xb6\x19\x1f\x4e\x13\xed\x8a\x8e\x18\xdb\x51\xd6\xe6\x41\x62\x48\x0f\x72\xc3\x92\x79\x71\x37\xab\x56\xec\xbd\x2b\x93\x59\xd4\x44\x53\x8d\x0c\xdc\x10\xf9\xb5\x74\x4c\x05\xc7\x29\x2a\xd1\x4b\x3c\x18\xed\x31\x9a\x0c\x24\xf0\x0f\x2d\x2e\xaa\x11\x94\x10\x80\xba\x1e\x1b\xe9\xa0\xd7\xce\x00\x49\x97\x64\x8a\x13\x15\xa6\x15\xa8\xfb\x7f\xf9\xa3\x5f\x8f\xb7\x6b\x47\xd3\x36\x8d\x9a\x61\x4c\xcb\xc0\xdb\x17\x33\x12\x55\x1a\xd5\xd1\x45\xcf\x4e\xcb\x4c\x7e\x3a\xc0\xe0\x82\x8e\xd3\x6f\xe7\xe5\xc0\x61\xca\x76\x02\x97\xe6\x22\xe0\x22\x69\x69\xd4\xdb\xb2\x91\x8a\x78\xed\xb3\x95\xe6\x55\x91\xb8\xdf\x7b\xc2\x30\x31\x4c\x28\x8a\x94\xd6\x83\xac\x16\x30\x5d\xe9\xd5\x24\x8f\x28\xe8\x45\xb7\x0c\xb8\xc6\x3c\xcb\x19\xaa\x5b\x2a\x38\x62\x28\x8a\x5b\x3f\x41\x69\xab\x76\x54\x62\xb8\xa2\x63\x56\x1a\xae\x96\x5e\x32\x32\xe4\x83\x2d\x62\x05\xeb\x36\xe7\xa1\xc3\x66\x85\x5e\x08\xfd\xaf\xaa\x19\x35\x88\x89\xb7\x6f\x9a\x42\xe4\x7f\x0a\xde\xa5\xb5\x8b\x0a\x0f\xe4\x39\xe7\xc5\xf8\x54\x7f\xee\x95\xcf\x6a\x2b\x1d\xb7\xb7\xba\x72\x46\xe5\x0c\x32\x66\x98\xc7\xb8\x10\x4c\xeb\x7e\x8c\xe3\x22\xcb\x50\x4d\x38\x41\x83\x56\x31\x83\xce\xcd\xc1\xc3\xc2\x48\xa5\x61\xe3\x46\x0d\x35\x7e\xc9\xa0\xa7\xa4\x39\x56\x3c\xa8\x25\x8c\x92\xfc\xfa\xa0\x0b\x16\xe8\x76\x9e\x6f\x53\x18\x80\xe0\x44\x9d\x55\x59\x0e\xb1\xf9\xdd\xbf\xb5\x4c\xc3\x97\x01\x2d\x19\x56\xf5\x83\x04\x9d\xd4\xf3\xef\x8e\x20\x67\xfd\xc2\xd5\xd5\x40\x95\xe3\x6b\x84\xf7\x88\x1f\x52\x11\x09\x3a\x5d\x93\xe8\x2a\xe0\xf4\x5f\xaa\x5d\x58\x10\x43\x14\x31\x5d\x9e\xfa\x0b\xe7\x24\x1a\x2e\x35\x93\xad\xe8\xa3\xdd\xce\x67\x15\xc7\xa1\xe2\x87\xd4\x99\x28\xae\xce\xc3\x85\xf0\x2b\x71\x34\xb7\x5c\xf0\xf4\xd2\x84\x67\xe6\xd0\xe0\x4e\xc0\x81\x82\x28\x3b\xda\x91\xfc\xa4\xcd\x9e\x76\x99\xd3\xc6\xb1\x5a\x07\x13\x95\x9b\xff\x3f\x14\x65\x03\xc4\x6d\xce\x50\xd4\x15\xea\x77\x50\x71\xa6\x7a\x77\xda\x5c\x1c\xd9\x45\x2d\xc4\x21\x1e\xaa\xba\x07\x8f\x05\xf6\x1f\xd7\x28\x49\x07\x50\x35\xc1\x47\x44\x20\xf5\x90\xc4\xcf\x7c\x1a\xee\x3e\xb0\x2e\xec\x2e\x41\x08\x1a\xa6\xc8\x72\x15\x45\x04\x4b\x16\xb3\x3a\x02\x5a\x71\xbe\x12\xe2\xb9\x51\xbf\x59\x3a\x31\x2d\x7e\x80\x6b\xca\xc8\xdc\xdc\x38\xdd\x41\x8b\xd1\x0d\x54\xa0\x73\x52\x37\xd4\x14\xa1\x3e\x0f\x0d\xb5\x61\xfa\x21\xbc\xc2\x1b\x6c\xa1\xd6\x42\x4d\x77\x32\x82\x88\x80\xf6\x56\x36\xca\x26\xe3\x74\x90\x50\xb2\x00\xaa\xa8\x09\x9c\xfc\x4f\xe5\x43\x1e\xe9\xb5\x63\x04\xfe\xd1\xf5\xf6\x84\x4a\x5f\xb8\x8e\xfb\x15\x5e\x47\x42\x60\x00\x6e\x8f\x41\xc5\xe2\xdd\x03\x8a\x86\x32\x26\x38\xc5\x74\xc9\x6d\xcc\xca\x8a\x5e\x47\xc2\x6c\x2e\x5f\xcc\x5c\x8d\xc4\x63\x64\x1b\xe3\x8e\x59\x39\x8b\xf0\xb6\x5f\x7c\x61\xba\xff\x30\x4b\x07\x50\x45\xa4\x6f\xde\xc7\x64\xd8\x86\x13\xcf\xbd\xb4\x0f\x44\xec\x55\xa8\x77\x41\x51\xc1\xa5\x25\xc8\x36\x64\x8c\xcf\xbc\x35\xa3\xa8\x14\x3f\x0c\xee\x0f\xf5\xab\xa5\x2f\xd4\x29\xd8\x45\xde\x7a\xae\x9c\xad\x2a\x47\x90\x4b\xda\x4e\x3a\xc3\xb3\x5f\xd1\x21\x05\x9f\xab\xf1\x70\x9c\xc8\xc9\x8a\x02\x91\xb3\x81\x4a\xd1\xd5\x63\xcf\xc4\x5f\xb9\x4a\x3d\x6a\xda\xeb\x27\xcc\xe4\x56\xc4\x66\x7d\xbf\xe1\x31\x74\x6c\xbd\xf8\x92\xb6\x16\x42\x93\x7a\x31\xc5\x7e\xc5\x10\xec\x1b\xda\x8b\x5f\xc6\x73\xee\x3e\xdb\xf8\xfb\xa4\x3b\xce\x9d\x99\x98\x4b\x0e\x9e\x79\xb4\x8d\x2c\x1b\xe7\xe3\x91\x19\x32\x1f\x53\x30\x3b\x5e\x7a\x24\x41\xbe\xd8\x4f\x48\xfd\x21\x95\xa3\xc5\xc7\xd5\x46\x93\x7a\xca\x0f\x33\x60\xf5\xbb\x42\x7d\xaa\x4d\xd9\x42\x56\x01\x76\xad\xe0\x39\x34\x6c\xe7\x43\x23\xe2\x98\x95\x4e\xba\xe3\x89\xa1\x4a\xab\x2d\x14\xd7\x76\x88\xca\x9b\x1b\xcd\x9f\x5f\x32\x43\xd4\x0d\x59\x0d\xa1\xcb\xc7\xea\x76\xba\xdb\xc9\xf7\x5c\xdf\x4f\x60\x8c\xda\x41\xcf\xb2\xc2\x70\xb4\xe1\x28\xdb\x4c\xfb\x40\xad\x36\x26\xdd\x2b\xc9\x18\xb2\xd6\x6f\xb7\x31\xd2\x46\x8d\xfb\x2f\x40\x6d\x2e\x2e\x28\xee\x06\xc4\xb7\x8f\xb4\xc2\x9f\x21\x96\x73\x73\x11\x62\x03\xfe\x21\xa8\x87\xe9\x41\x98\x61\x57\x77\x92\x71\x07\xa3\xc2\x2a\xd6\x4f\x06\x06\x4c\x31\x53\xe8\xa4\x15\xc2\x2f\x23\x5d\x09\x99\x5b\x2d\x72\x8f\xb7\x21\xf9\x22\xe9\xed\x18\x7d\x82\x00\x5e\x87\x72\x7c\x8b\xb3\xa7\xdb\x04\x31\x66\x77\x55\xa4\x3b\x48\xde\x67\x96\xbc\x7b\xbd\x8b\x41\x4b\xa4\xbb\x64\xa1\x62\x4a\x3e\xd4\x52\x29\xf0\x90\xf4\xca\x2b\xed\x0a\x75\xa2\x66\x64\x22\xde\x14\xc7\xf5\x09\x85\xd4\xdc\x54\x99\xff\x0a\xaa\xc8\xc3\xba\xe9\xc7\xc2\xf9\xc7\xc7\x24\x7a\x69\x07\xfd\x42\xb8\x4d\xc4\x4b\x54\xf8\x94\x59\x84\x9f\xfe\x24\xd6\x6d\xd8\x41\x74\xa8\xfb\x71\x71\x84\xa9\x0d\x7f\x81\x2d\x79\xbd\x65\x23\xdc\xd9\x53\xf0\x9a\xf3\xbc\x4f\xd5\x73\x6e\x53\x80\xc1\x8a\x87\xc3\x5b\x60\xf7\xed\xa3\xc2\xab\x0b\xe4\x0e\x02\xd5\x6e\x7a\x04\x52\xbc\x53\x46\xbf\x9d\xce\x00\x6a\x2d\x99\x97\x0c\x81\x23\xcb\x54\xf6\x35\x11\x50\x06\x20\x68\x58\x70\xf5\xb6\x3e\x7e\xd1\xea\x60\xe8\x10\xe0\x69\x5c\xa4\xab\x0b\x84\xe2\x5f\x44\xbb\xd1\xd3\x49\x1d\xd4\x3b\x93\x66\x60\x7c\x80\x26\x15\xe6\x7f\x6e\xa6\xf8\xe5\xb2\x95\x80\x9a\x90\xbf\x7a\x4f\x17\x04\x05\x1e\x87\x3e\x62\xd2\x8e\x51\xb2\x05\x66\x18\xca\x10\x0f\xd5\x0b\xcb\xe9\xc5\x2a\x4e\xe9\x5e\xd4\x5c\x80\x62\x16\xf1\xb5\x4f\xd4\xba\x3f\x52\x8b\xa2\x98\x39\x1d\xd0\x4c\x91\x79\x56\x71\xe3\x00\x90\x2d\x98\x2b\x54\xae\x6c\xf1\xe0\xcb\x82\x08\xf9\x84\x51\xa1\xc6\xf1\xb3\x5f\xf8\x6a\x56\xd0\xbb\xdc\x26\x6b\x31\xf6\xfe\x1d\x81\xad\xb7\x05\xc0\x47\x06\xc0\xfe\x5c\x50\x14\xab\x8b\x65\x54\xc3\xf7\xb3\xad\x54\xd4\x94\x7f\xc6\xb7\x35\x03\xd9\x8d\x03\x00\xa7\x65\xab\x8d\x1d\x7d\xd8\xc9\xf3\x6b\xd9\xa8\xa7\x62\xb2\xd8\xf2\x2b\x5e\x94\xa7\x94\x1e\x8a\xd2\x23\xeb\x84\x57\xce\x46\xcc\x77\x87\xde\xb0\x91\xa8\x40\x39\x2f\x96\x01\x89\x94\xa8\x62\xa2\x0f\x1d\x25\x10\xc7\x3e\xba\x9b\xb9\xe4\x3d\x14\xa5\x5a\xa8\xe7\x2d\xa9\xd5\xdc\xc5\xb8\x97\xf4\x45\xc9\x37\xba\x66\x0a\x1e\x61\xa7\xf3\x3e\x29\xcc\x10\xaa\xb9\xce\xfb\x93\x85\x04\x70\xa9\xfc\x58\xc7\x78\xf5\x98\xda\xba\xb0\x85\xf3\x5c\x20\xb4\x8f\x5b\xa6\x1a\x92\xbc\x74\x63\x55\x6a\xbc\x8a\xe5\x90\x69\xfb\xc5\xe2\x5b\x5b\x11\xc1\xf9\xca\x5c\x7c\x45\x85\x7e\xc6\x23\xe2\xee\xbb\x4a\x0a\x7b\xa8\xfa\xbb\xe5\x56\xfd\x04\x35\xe1\x8f\xc3\xcd\x78\x89\xc1\x5c\x1d\x14\x76\xe1\x7c\x89\x17\x9a\xe6\x6d\x85\x78\xc8\xf2\x5e\xf7\xd8\x2a\xd4\xab\x53\x35\x1c\x21\xa8\x6f\x9d\x27\x4a\x2d\x80\x9c\xb1\xe6\x86\x3c\x22\x08\x88\x80\x04\x61\x6d\x4a\xc2\x52\x95\x9e\x55\xbb\x84\xc9\x04\x1a\x3b\xe0\xd4\x18\xb9\x16\x4d\x97\xe2\xcd\x96\xee\x0c\xb3\xd1\xb8\xcd\xcf\xfb\x6c\x33\xe2\xaf\xa7\x48\xe9\x4a\x15\x33\x8f\x02\x44\x51\xa5\x4a\x88\x3e\xca\x88\xe7\xd5\xe9\xaa\xaf\x93\x07\xac\xf7\xbf\x97\x52\x8f\x4e\x73\x8e\x11\x4c\xda\xff\x92\x29\xc6\x38\xed\xf7\x21\x03\x37\xdb\xec\x31\x45\x15\x55\x8b\xc6\xd8\x3a\x3f\xcb\xc8\xbe\x4b\xdc\x8e\xf5\x8f\x2c\x72\xb2\x62\x1c\xa5\xe9\x15\x38\x00\xaa\x4e\x19\x1b\x51\xe2\xa9\x34\xed\x87\x56\x7c\xcc\xb9\xaa\x73\x4d\x69\x4f\x7f\xba\x2e\xce\xa6\x16\xd4\xb1\x41\x16\xab\xe5\xed\x0d\xea\x3e\x61\x60\xdb\x0a\xcf\xc4\xdb\xdc\x92\x24\xc1\xd5\x3b\xe5\x3b\x8b\x7b\xf1\x41\x92\xb6\x23\x79\xd8\x73\x1d\xd6\x54\x50\xa9\x84\xd3\x42\x3c\x9e\x99\x32\x70\x28\x74\x50\x82\xa2\x2e\xda\xa1\xa5\x61\xc4\x0b\xce\xfc\xb6\x7a\xf3\xcb\x2a\xda\x9a\x33\xa4\x64\xcf\x3e\x47\xf6\x6d\xc8\x84\x61\xc0\xb0\x73\xf2\x44\xc6\x0b\xfb\x6a\xe6\x09\x7f\x88\x86\xf6\xe1\x97\x9a\xc8\x3e\x72\xa8\x40\x4e\xe9\xac\xbc\x61\x05\xf6\x3f\xe6\x21\x2b\xdc\xd9\xe9\xa3\x5e\x3c\xfd\x52\xe3\x8a\x4f\x0d\xae\x75\xc6\x46\xb8\xcb\x9d\xb0\x61\xa4\x12\xfe\x64\xa4\x6e\xd8\xdd\x67\x65\x63\xba\x2c\x86\x0a\xf4\x91\x6e\x8a\x4b\x5f\x34\xd0\x4f\x84\x59\x91\xb3\xb2\xc5\xc4\x00\x9d\xc4\x58\x20\x66\x8e\x69\x70\xac\xc8\x1f\xf7\xa7\x27\xb6\x38\xb0\x60\x4b\x37\x75\x3c\xf4\x8b\xca\x6a\xc5\xbf\x24\x03\x10\x63\x7b\xba\x1e\x1c\xe9\xf7\xe8\x73\x4d\x34\xa9\xda\xb7\x97\x2c\xab\x8e\xab\x53\x7d\xbc\xbc\x7f\xcb\xfb\x94\x33\x58\xd1\xef\xdb\x19\x04\x24\xff\x0b\xe1\x3c\xfe\x0d\x68\x0b\x09\x4b\x37\xec\x6f\x68\xe0\xed\x0d\x2c\x60\x90\x41\x17\x0f\xf2\xcd\x5f\xe8\x36\xc2\x14\xc6\x5a\x16\x54\xab\x14\xa9\x55\xac\x8f\x8b\x0a\x25\xec\x23\x1a\x8b\xd7\x9a\x3a\x27\xbe\x1d\xa2\x54\x2e\x9c\x93\x54\xef\x73\x6c\xd5\xbc\x90\x32\x7a\x94\xbc\xb2\x80\xe8\x97\xfd\x56\x33\xae\xb4\x3b\x10\x52\x70\x87\x9c\x26\x20\x66\x57\x12\xf9\xcc\x8a\x23\x16\x14\xb4\x19\x17\x2b\x45\x56\x13\xa3\x96\xc0\x00\x48\x7c\x1b\x18\x54\xff\x29\x69\x60\xbd\x6a\x4e\x36\x31\x6c\x55\xf2\x46\x35\x8a\xb9\x80\x37\x7f\xb1\xac\x65\x67\x3c\x1e\xa5\x1b\x93\x71\xa2\xf2\x43\xfe\x81\xfd\x43\x1f\xa3\x25\x4b\x7e\xaf\xec\xe0\xfb\xed\xad\xce\xd6\x57\xc5\xee\x16\xb3\xda\xfc\x94\x36\x9a\x37\x2a\x8e\xb5\x4a\xcb\x0c\x60\xff\x96\xde\x9c\xe1\xcb\xc2\xe6\xf9\x84\x4f\xe1\xbf\x13\xe6\x46\x7a\xb3\x52\x4f\xf3\x66\x0c\x22\xfa\x77\xbc\xfd\x43\x1b\x11\x79\x62\x35\x86\xb8\xf7\xe9\x0a\x23\xe5\xa0\xcf\x05\x58\x27\x91\x02\xb1\x80\x96\x04\xa6\x5e\x77\x72\xa0\xb1\x10\xdb\xfc\xb1\xe9\xe8\x9e\x19\x15\x0d\xf7\xeb\x85\x2f\x03\x09\xf4\x6e\x8d\x76\xac\x63\x70\xa9\xf3\x0e\x30\xd2\xed\xbc\xb3\xfe\xf3\xbc\xf9\xa3\x5e\xf3\xd2\x8f\xf8\xf7\x7c\x67\x3c\x6c\x93\x03\xc9\x72\xd4\xd5\xbc\xf4\xf3\x77\xdf\x51\x1d\x09\xef\x40\xe2\x79\xb3\xce\xf0\x23\x22\x20\xf8\xed\xa2\x30\xaa\xb2\x0f\x2e\xc7\x40\xd8\x2c\xe7\xfc\x4a\x0b\x17\x55\xcd\xce\x14\x7b\x82\xe5\x0c\xed\x8d\xf6\x5c\x49\x64\xf5\x40\xfb\x84\x02\xff\xb4\x1c\xa7\xdc\xad\xd5\x84\x84\x5f\x16\x7e\x02\x70\xd7\x40\x74\xe5\xc4\x21\x9d\x70\x42\x5d\x71\x68\xb5\xd9\xa2\x44\x39\x49\x99\x82\xef\xd3\x82\xcc\x31\xbe\xb0\xf6\x42\xcb\x23\x3d\xed\x71\x3f\x0f\xa9\x0f\xca\xa9\xe0\x2b\xfc\xbb\x85\x9f\x5c\xfd\xdd\xb7\x2f\xc9\x31\x5f\x49\x87\xd0\xb5\x0d\xf9\x1d\x37\x6d\xda\x77\xde\xbd\xc7\xbf\xb3\x21\x0e\x3c\x07\x5c\xff\x21\xb8\xd7\x27\xa3\xab\x50\xb5\xdc\xcb\xa4\x63\x8b\x2e\x98\xd5\xbf\xf3\xa3\x9f\xfb\x6b\x35\x7f\x64\x56\x95\x13\xa9\xa1\x5a\x11\x75\x49\x98\x36\x82\x1c\x16\xf7\x84\x30\xa7\x43\xae\x14\x42\x19\x41\xe4\xda\x49\xcd\xe2\xa4\xf8\x99\xa6\x43\xaa\x66\x36\x71\xbe\x27\xc2\xaa\xaf\x40\x83\x43\x49\xb5\xba\x0f\xa9\x51\xe2\xa2\xaa\xe5\x4f\x2a\x52\xe7\xf1\x9a\xea\x9f\xd6\x32\xad\x53\xcb\x63\x46\x6a\x83\xce\x57\x3d\x85\xd8\x74\x9a\x12\x83\x39\x58\x4f\x1a\x93\x0d\xcb\x77\xb0\x02\x1b\x53\x5f\x3c\x6f\xc5\x13\xf3\x06\x6b\x13\x0b\x56\x11\xdb\x7c\x46\xb0\xd0\x43\x06\xc5\x7c\x56\xbc\xcc\x8a\x10\x1c\x09\xc0\xb9\xcd\xaf\x91\x3d\xc3\x38\xc9\xd1\xf2\xd4\x36\xfc\xea\x51\x78\x4c\x25\x2b\x25\x43\xae\xf7\xca\x85\x13\xd9\x43\x1b\xbf\xaa\x94\x4a\x5e\x1c\x68\xb1\xf8\x90\x88\xdf\x8d\x1a\xcb\x67\x29\x70\xa7\xa6\x2c\x73\x81\x45\xdd\x02\x59\xd0\x4a\xc3\x8b\xb0\x64\xee\x81\x95\x15\xed\x52\xe2\x6e\xad\x48\x43\x5d\x7d\x56\x4c\xc4\x85\x74\xca\xfa\xa6\x72\xd0\xa5\x2a\xb5\xdd\xd2\x17\x19\xe4\x44\x5c\xe9\xfe\xea\xf3\x22\x92\xbb\xbb\xb8\x47\x88\xf3\x3b\x08\x8b\x25\x77\x18\x42\xa6\xda\x11\x82\x3b\x77\x86\x43\x9f\x03\x22\x2e\x55\xa5\xab\xb0\x7e\xf5\xd8\xf6\x2a\xa1\x5a\x70\xb8\xb8\x59\xcc\x56\xe8\x60\x33\x83\xd7\xb4\x2b\xcb\x13\xfc\x21\xdb\xdc\xec\xa7\x03\xc3\x3a\x61\x5a\x3a\x76\xfa\x27\x16\x5c\xe7\xf7\xc2\x5c\x65\x76\xb0\x34\x47\xf2\x00\xce\x1b\xe8\xc8\xb0\x45\xfa\xfd\x90\xa6\xe9\x0c\x72\x68\xa0\x41\xfd\xe3\x27\x70\xc3\x78\xb5\xcf\x14\xef\xc2\x43\x8f\x26\x08\xec\x23\xcf\x1d\xb6\xa6\x28\xad\xee\x47\x5b\xf8\x8b\xac\xb6\xec\x9d\xa6\xce\x03\x45\xf7\x51\x96\x41\x2c\x01\x70\x44\x0f\x3d\xd7\x27\xca\x59\x74\x52\x59\x43\xcf\xc2\x05\x78\xed\x77\x31\x7f\xa2\x1e\xcc\xc5\x16\x7c\xec\xd2\xb2\xa9\xf1\x9d\xf3\x8e\x0c\x64\x8e\xb0\x34\xca\xc3\x0a\x6f\x2c\xb0\xe9\x1d\xa1\xaa\x96\xf4\x1a\xb2\x96\xee\x28\x1d\x86\xc9\xea\xb1\x22\xee\x09\xf9\xac\xeb\xcd\x1b\x18\xcb\x19\xed\xb9\xd3\xf6\x12\xd7\x71\xc1\x02\x95\xe1\x6a\x89\x30\x10\x37\x3d\x90\x63\x21\x4f\xd8\x1c\x8e\xb2\xf7\xaf\xbb\x57\x95\x6f\x2f\x7d\x52\x97\x2e\xbd\xa5\x9b\x57\x8a\xef\xaa\x0d\xe8\x35\xc6\xed\x8d\x89\xe1\x9e\x0d\xe6\xa4\xa7\xab\xc0\xc9\x71\x4b\xbb\x96\x9a\x0a\x2b\x7a\xe0\x3d\x61\x3d\x68\xe5\xfb\x81\x8f\xbe\x00\xae\x3e\xf4\x31\x14\x49\xbe\xb3\x77\xcf\x11\x05\x86\x39\x9b\x00\x99\x8c\x4b\x9d\x15\x28\x7c\x49\xf0\x08\x56\x02\x52\xeb\x31\x38\xe9\xe6\x90\x19\x16\xcb\xea\x04\xd0\x73\xe8\x6a\xf7\xd0\xd5\x62\xdd\x6b\x3e\xbd\xc5\xed\x60\x88\x2d\x58\x6e\x38\x80\x81\x0c\x84\x02\x27\x6c\xa8\x21\x10\x73\xbf\xf8\x82\xe9\x7f\x91\xfa\xbf\xf0\x92\x1e\xd3\x08\x32\xe9\xce\x64\x87\xd2\x0d\xa7\x1f\x24\xed\xee\x76\xd2\xbd\x02\x31\x3f\x33\xab\x34\xf0\x72\x09\x4e\x89\xf9\x03\x6a\xe5\xb2\xf7\x06\x34\x6f\x56\x37\x43\x1e\x1f\x7c\xdf\x1b\x9c\x58\x48\x1e\xde\x42\x64\x6f\x63\x29\x40\x52\x58\x0e\x05\x95\xd9\xb0\x1c\xd5\x5f\xab\x9c\xdc\xaf\xbe\xda\xc6\xfd\xae\x55\x56\xee\x57\x7a\x92\x15\x66\x02\xd5\x2e\xcf\xfb\x25\xa4\x77\xe9\xd2\xdb\x91\x16\x22\x3f\xbd\xb8\x88\x64\x03\xff\xee\xdf\x86\x66\x79\x5b\xa3\x24\xff\xee\xe8\x25\xd5\xd9\x83\x83\xe0\x77\x3b\x20\x8f\x71\xfe\xd2\x7f\x7b\x3b\x1d\x27\xaf\x9e\x87\x58\xc7\xf3\xef\xa6\x6f\xfe\xf8\xfc\x4b\x9a\x7a\xa6\x98\xf9\x94\x8e\xf6\x91\xcd\x60\x75\xb3\x50\x31\xbe\x91\xd3\x76\x08\x8b\xad\xc9\x09\x48\xf8\xae\xf4\xfd\x37\x88\x9e\x1f\x6b\x46\x86\x6a\xe3\x94\x0a\x6e\x4b\x65\x90\xc5\x3f\x95\x94\x03\x73\x79\x7f\x98\xf8\xa2\x44\xe3\xac\xf4\xa3\x29\x9c\x8a\x68\x2c\x8b\x38\xb2\x6d\xc8\x14\x4c\xdd\x39\xcc\x63\x63\x32\x1e\x83\x79\x31\xcc\x52\x5c\x50\x71\xb9\x53\x94\xd9\x2a\x6c\xdc\xf6\x24\x7e\x3b\x49\x47\x46\x28\x48\xb7\x06\xc0\x18\x52\x4e\x50\xad\xcd\x5f\xb8\x0c\xbe\x94\xdc\xa0\xf0\x5d\x80\xa7\x51\x4c\xed\xce\x1a\x4f\x58\xac\xf6\x0f\xf9\x58\x48\xc4\xa9\x8c\xe4\x0b\xce\x2c\x7c\xeb\xe5\x93\x2b\x49\xaa\x48\x26\x9c\x1d\x63\x15\xa4\x20\xb3\xb2\xac\xda\xed\x0c\xc7\xdd\xed\x4e\x44\x4a\x3d\x44\xd4\xaf\x70\x1d\x97\xb8\x80\x4c\xbc\xed\x3e\xc5\x60\x28\x8f\xd7\xa7\x78\x2a\x27\xe2\xf7\xbc\xa7\xf4\x7f\x4e\x2c\x2c\x5d\x4b\x9e\x8c\x9d\x5e\x74\xf5\x91\xc1\xff\x84\x6f\x6d\xaa\x95\xa5\xf6\x4c\xa5\x3c\x51\x55\xe0\xe5\xb4\x2e\xf7\xd1\x93\x78\xbc\xd4\xfd\x72\xd6\x22\xbb\x93\xdf\x4e\x92\x89\x59\x7b\x32\xd8\x82\xc7\xff\x39\x4b\x15\x53\xaf\xca\x9a\x6b\xcd\x15\x27\xd0\xc3\xc6\x30\x83\x62\x2a\x70\xee\x3d\x45\x50\xf9\xcc\x3e\x8e\x55\xf4\x19\xef\xbe\x7d\xa9\x24\xed\x68\x30\x55\x2c\x79\x44\x36\xe6\x27\xbd\xb8\x13\x74\x59\xc6\x43\x70\x33\x01\x66\x83\xe8\xb2\x18\x08\xbf\xf5\xb7\x6f\xff\x32\xe8\x12\xc1\xe6\xfc\x85\xf0\xff\xa3\x32\x6f\xc1\xdf\x57\xc2\xf8\xe8\x58\x83\x24\x9e\xf4\x9c\x65\x97\x9a\x80\xd2\x23\xce\x43\xdd\x36\xa0\x04\x19\xc6\x8e\xd0\xde\x84\xc9\x7b\xe4\x14\x6b\x05\x9f\x39\x59\x21\xe7\x67\x1b\xdc\x10\x91\x0b\x86\x7c\xbc\xd6\xbc\x70\xb5\x3c\x4f\x8e\x89\x8f\xbf\xa9\xeb\x6e\x93\x40\x7b\x13\xb3\xed\x85\x07\x6f\x59\x99\x05\x19\xd7\x65\x94\x1a\x83\xd6\xfc\x2e\xcb\xae\x9e\xdc\x28\x6b\x60\xea\x10\x05\xc5\xa9\xdf\xbe\xd3\x33\xa8\x07\xee\xef\x0f\x78\x84\xa7\x78\x50\x80\xa9\x8c\xcc\x5b\x6a\x8c\xbe\xdf\x57\xc1\x0d\xe0\x0b\xb2\x66\x23\x44\xa0\x98\x4a\xed\x83\x02\x8b\xa5\xa5\x31\xfd\xd8\x2b\x4b\x5b\xc1\x7c\x79\x42\x99\x11\x56\x92\x5a\x6f\xa2\x5b\xcb\x2c\xec\x6b\x18\xf6\xab\x29\xa7\x20\x97\x65\x1d\xd0\x03\x8f\xf6\x93\xf6\xcb\xd9\xa8\xd3\x70\x3c\x75\x50\x06\xdf\xa5\x81\x9a\xd2\x4a\x4c\x4d\xfa\x1a\x20\x7f\xc0\xbe\xf4\xa1\x8c\xff\x19\xa5\x88\xe3\x0c\x50\x1b\x6a\x9a\xcb\x20\x5b\x5d\x7b\x2d\xe2\xee\x18\xdc\xcd\x22\x88\x77\xa8\xf1\x3c\x0c\x4e\xb0\x9f\x6e\x26\xed\x52\x54\x85\xa3\x04\xb1\x53\xdc\x1e\x8f\x87\x39\x17\xd0\xfa\x46\xf1\x6b\x6f\xbd\xfb\xee\x3b\x97\x82\x53\x5a\x3a\x7e\xd5\xc9\x0d\x53\x74\x15\xae\x23\x2c\x14\x3c\x4c\x9a\x9c\x92\x46\x41\xfa\x33\x77\xe7\xb1\x75\xd1\xae\xc5\x41\xc8\x27\x6c\x8d\x28\xa7\x64\x0c\xbd\xfe\x94\xbf\x69\x09\x79\x29\x50\x79\xfa\x06\xdd\xb3\xa4\x1a\xd0\x2d\xc3\x17\x27\x89\x09\x5a\xdd\x51\x36\xf0\xac\xdf\x4d\xf8\xc5\x7e\xd6\xe8\x5e\x7e\xcb\xcd\x2b\xed\x4d\x28\x79\xdd\x74\x71\xb3\xf0\xf3\xe9\xda\x9e\xc9\xfb\x63\xb0\xbc\x8b\x77\xab\x9f\x78\xc2\x30\x3b\xb6\x25\xa6\x7d\xcf\x26\xb9\xcd\xfb\x0e\xde\xc6\x36\x7e\x26\x68\x9c\xbc\x9f\x74\x27\x2e\x1c\x24\xe6\xef\x5a\xd6\x89\x40\xd6\x3e\x3b\x59\x46\xba\x33\x11\x96\x7f\xaf\x8d\x34\xc4\x5d\x7e\x44\xe0\x6a\xa8\xaa\xf4\x8a\xa7\x0e\xb6\x07\x02\xd2\x38\xa5\x78\xe0\x08\xfa\xa6\x76\xb3\x89\xae\xdd\x03\xe5\x98\x12\x47\x92\x4d\x48\x06\x06\xfa\x13\xc5\x6d\x3f\xff\xc4\x34\xee\x4c\x7a\x60\x07\xc0\xfa\x17\xbd\x64\x0c\x64\x2a\x5a\x0a\xc1\xaa\x53\x2b\x58\x5f\x19\x08\x78\x4a\x4c\x17\xf1\x79\xa1\x72\x0f\xa8\x06\x79\xd2\x4f\xba\x98\x8f\x97\x4b\x11\x90\x34\x2d\x8a\x88\x4f\x6d\x43\x73\x9e\xaa\xe9\xb7\x7e\x43\xdf\xd7\x9c\xca\xf7\x35\x6d\x96\xcd\xb9\x1d\x24\x1d\x90\x8a\x87\x86\x42\xa7\x46\x83\xd3\x88\xf7\x10\xb5\x62\x30\x9a\x5a\x2b\xab\xc5\xa9\x33\xd0\xcb\x52\x90\xf6\x1d\xe7\x30\x02\xd0\x11\xf6\xe4\xa5\x47\x22\xbb\x97\x1c\xa3\x16\x9f\xf5\x6f\xed\x57\xe2\x1e\xc9\x07\xfa\xd8\x22\x60\x28\x5f\xb3\xe1\xfa\x2f\x87\xad\xd2\x06\x5d\x5c\xac\x9f\xad\x23\xbe\x4e\x72\x27\xad\x74\x50\x9a\x63\x86\x17\x3c\xed\xcb\x92\xd2\x1b\x1d\xda\x94\x71\xe7\xe8\xc5\x62\xfa\x52\x55\x2a\x1c\xaf\x32\x5a\xf3\x02\x16\xdd\x6e\x8c\x12\x4e\x1f\x0d\x9e\x71\xe2\x6b\xe6\xe7\x26\xa8\x1d\x14\x50\x31\x57\x5e\xbc\xf0\xde\x2b\x97\x73\xaf\x6a\xa9\x9b\xf1\xbd\x1f\x5c\x36\x93\x5e\x78\xef\xd5\xcb\x34\x2d\xd5\xeb\xe1\x69\x9f\x31\x3e\x00\xb5\x15\x4d\xa6\x3a\x9a\x31\x5f\xce\x47\xdd\x97\xc3\x21\xb8\x82\xa7\x6a\x06\x1f\xff\x8b\x8c\x4f\xe7\x83\x2e\x46\xeb\xbf\x71\x21\xb4\x3c\xbe\xcb\xfa\x60\xc8\xb5\x3a\x97\x97\xc9\x27\xe9\x65\x38\xa1\x0b\xf9\xdf\xe0\x9c\x30\xde\x6f\x1a\xdd\x7e\x96\xbb\xf1\x9e\xa1\xac\xf6\x7d\xc6\x1b\x25\xd9\x30\x19\xd8\x01\x29\xe3\xa1\x93\xa5\x66\xcf\xbf\x50\xda\x39\x24\x45\x6c\x4b\xd5\xe7\xdf\x68\x10\xf1\xeb\xcd\xe2\x3d\x21\xa1\x98\x71\x96\xc9\x7d\x6f\x1e\x18\xa7\xfa\x3c\xfc\x59\xf4\xb1\xfc\x75\x66\xe1\x53\x0a\xa6\x51\xb7\xd9\x64\x87\x9e\x5d\x9b\x7a\xf3\xfb\xee\xcb\x00\x26\x44\x1e\xca\xc5\x10\x23\xe9\xe7\x68\x71\x14\x9d\x2f\x69\x17\x65\x4b\x9a\x78\xa5\x4b\xda\x49\x46\x5b\x91\x3b\x02\x69\xf8\x88\x92\xe3\x1c\xd1\x83\x3b\x44\x9c\x0a\x45\xcb\x57\x59\xfc\x78\xd4\x19\xe4\x9b\x5c\x15\xc0\x3d\x67\xac\x40\x5e\x89\x15\xe8\xed\xba\x87\xbb\xeb\x23\x0a\xc6\x13\x58\x08\x74\xdc\xd9\x8a\xbd\x56\x57\x5c\xc3\x5b\x25\xbe\x5a\x7c\x95\x3f\xa8\x7b\xb2\x0a\x25\x40\x89\xaf\x36\xa1\x86\xbc\x5c\x21\x6c\x71\x93\xe5\x36\x95\x9a\x9c\x3d\x85\xc4\xfa\x07\x65\xac\x82\x6a\x4a\x06\x69\x8e\xb3\xac\x7f\xb9\xd1\xd9\x32\x47\x42\x65\x25\xcc\x93\x6a\x6c\x8e\xb2\x1d\xcc\x87\xeb\xd7\x56\xc2\x24\x4a\x36\x19\x4f\x83\x1a\x14\x2e\x37\xee\x2b\xf9\xfa\x2b\x5e\x01\x77\xb3\xe9\x0b\x79\xe3\x95\x1d\xf3\x33\x29\x98\xc8\xe5\x07\x7f\xdc\x86\xb6\xd8\x0f\xff\xec\xad\xbf\x42\xc9\x83\xa0\x04\x00\xfc\x70\x0d\x7e\x38\x29\xd8\xf7\xdd\x6c\x04\x47\x32\xd4\xf4\x15\x3a\xd3\x9b\x8b\xfb\x8b\x8f\xf0\xc7\xeb\xf0\x13\x58\x50\xf6\xe0\xcf\x3c\x31\xcc\x67\x2f\x5f\xd7\xeb\x68\xe2\x31\x1b\x09\xd9\x9c\x6b\xaf\xb1\x93\x0e\xc0\xcf\x68\xdd\x2d\xc9\xff\xbe\x9d\x4d\x46\xf9\x3a\xd4\xf2\xc2\xe5\x15\x54\x76\xaa\xd1\xeb\x40\x16\x05\x0a\xe4\x3a\xf0\x7b\x5c\x4b\x12\xc8\x26\xe0\x56\x7b\x37\x98\x31\x1b\x8c\xb7\x71\x42\x5e\x37\x98\x13\xfc\x26\xd7\x13\x74\x09\x3d\x42\x73\xb6\xf7\x65\xd4\xb9\xd6\x8e\x6d\x0a\x3f\x94\xf7\x62\xee\xb4\x37\xca\x86\x1f\x64\x83\xe4\x72\xa3\x97\x6c\x76\x26\x7d\x08\xe8\xce\x73\x95\xcf\x0b\xa3\xf8\x80\x91\x25\xfb\xb0\x24\x81\x30\x6b\xbb\x47\x79\x88\xc4\xa4\x7c\x58\x50\x05\x9e\x13\x31\x35\xb3\x36\x4e\x05\x95\x16\x98\xb1\xde\x30\x3d\x9d\x7e\xda\x33\xc2\xdc\x70\x22\x96\x30\x57\x77\xd2\xab\x15\xef\xfa\x3e\x2d\xfc\x2c\x14\x2e\x11\xe6\x13\x2a\xbe\x3d\x03\xb5\x5c\xab\x81\xe6\x39\x03\xa8\xed\x0d\x10\x41\xfe\xa2\x54\x92\x4a\xc4\x7a\xf1\x1f\xfe\x01\xda\x81\xf2\xf3\x1f\xff\x11\x8a\x78\x7f\xfa\x52\x13\xa3\x78\xc1\x7f\xeb\x13\x4a\x2a\xca\xe5\x62\x4a\xa1\x24\x65\x5d\xa7\x19\x6d\xa7\xf3\xfe\x7f\x0d\x06\x84\x22\x32\x98\x0a\x8f\x9c\xf8\x03\xd7\x0a\x5b\xae\xed\xff\x0f\x00\x00\xff\xff\x82\x66\x8f\x09\xc8\x31\x01\x00")
func confLocaleLocale_ruRuIniBytes() ([]byte, error) {
return bindataRead(
@@ -4517,12 +4538,12 @@ func confLocaleLocale_ruRuIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 74760, mode: os.FileMode(493), modTime: time.Unix(1453724976, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 78280, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_zhCnIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x59\x73\x1b\x47\xb6\x20\xfc\x8e\x5f\x51\xa1\x0e\x45\xbf\x7c\x96\xc3\xed\xfb\x2d\xf1\x85\xe1\x99\x6e\xf7\xbd\xee\x9e\xb0\xdd\x9e\x96\x3b\xee\x83\x43\x01\x83\x40\x91\xc4\x15\x88\x42\xa3\x00\xc9\x72\x47\x47\x90\x92\x48\x82\xe2\xaa\x95\x92\x48\x89\xa2\x2c\x8a\xb4\xc4\x4d\xb6\x16\x92\xe0\xf2\x5f\xa6\x51\x05\xe0\x49\x7f\x61\xce\x96\x59\x99\x55\x45\xca\xee\xb9\x33\x7e\xb0\x88\xca\x93\xfb\xc9\xb3\xe7\xc9\x7c\xb5\x9a\x2b\xba\x7e\x21\x1b\x2c\xed\xb5\xf7\x66\x9c\x4f\x3d\xa7\xbb\xb5\xd1\x5d\x1b\xee\xdc\xbf\xda\x1d\x7f\x16\x5c\xfb\xc1\xf9\xb4\x54\x77\xc2\xc5\xe9\xe0\xda\x72\x26\x33\xe8\x0d\xb9\xd9\xde\xd3\x3b\xbd\xe5\x57\x99\x62\xde\x1f\xec\xf3\xf2\xb5\x62\x36\x9c\x59\x0d\x9a\xaf\x7b\x0f\x1e\x87\x0f\x8e\x32\xee\xb7\xd5\xb2\x57\x73\xe1\xe3\xe3\xce\xcb\xc7\x99\x41\xb7\x5c\xcd\x06\x3b\x9b\xd0\x52\xc6\x2f\x0d\x54\x72\xa5\x4a\xb6\x73\xaf\x15\x1c\xdc\xe6\x9f\x5e\xa3\x9e\xed\x0d\x0f\x07\xe3\x7b\xfc\xbb\x51\xcd\x86\x3f\xad\x05\x63\x53\x99\x9a\x3b\x50\xf2\xeb\x6e\x4d\xfd\xbe\xe8\xf6\xf9\xa5\xba\x9b\x0d\x36\xef\x86\x77\x76\x3b\x07\xd7\x3b\xcf\xef\x65\x2e\xb8\x35\xbf\xe4\x55\xb2\xc1\xc1\xcd\x60\x62\xba\x33\xd1\x0c\x17\xd7\x33\xd5\xfc\x00\x8c\x72\xf9\x15\x8c\x28\x53\x77\x87\xaa\xe5\x3c\x54\x0b\xd7\x96\x71\x78\xe5\x7c\x65\xa0\x81\xe5\x3c\xcd\xde\xf0\x44\x6f\x79\x37\x53\xa8\xb9\x00\x93\xab\xb8\x17\xb3\x41\x73\x21\x68\xed\x9d\x39\x73\x26\xd3\xf0\xdd\x5a\xae\x5a\xf3\xfa\x4b\x65\x37\x97\xaf\x14\x73\x43\x38\xaf\xce\xad\xb5\xb0\xf9\xa6\x7d\xb4\x1c\x8e\x6c\x05\xb3\xd7\xc2\x85\x97\xc1\x93\xfb\x34\x76\xb7\x08\x93\xcb\xe5\xfd\x6c\xf0\xe6\x47\x9e\x22\xc3\x66\xa8\xa5\x4a\x7e\x48\x55\x0e\xe6\xa6\x33\xee\x50\xbe\x54\xce\xf6\x2e\x6f\x76\x36\x5f\xc0\x80\x7d\xff\xa2\x07\x2b\x19\x6c\x8d\x75\x1e\x8d\xc0\xd4\x73\xf5\x4b\x55\x00\x5f\xde\xec\x6e\x3e\x91\x8f\x85\x7c\xb5\x5e\x18\xcc\x67\x7b\xcf\xa6\xba\x5b\x23\xf8\x05\xe0\xaa\x1e\xac\x89\x57\xbb\x94\x6d\xb7\x6e\x06\x7b\x37\x33\x5e\x6d\x20\x5f\x29\x7d\x97\xaf\xe3\xa2\x74\x5a\x57\x3b\xad\xf1\xcc\x50\xa9\x56\xf3\x6a\xd9\xde\xed\xc5\xe0\xca\x6c\x06\xe6\x98\xc3\x7a\x32\xd1\xf0\xce\x36\x6c\xb5\xd4\xc6\xb2\xa1\xd2\x40\x0d\xd7\xab\x7b\x34\xd2\x59\x6d\x05\x4f\xee\xf4\xae\xac\x59\xc5\xd4\x98\x59\xd9\x68\xb8\xdf\xab\x9d\xb7\xca\xc2\x97\x87\x9d\x5b\x4b\x46\x7d\x18\xa0\x05\xa0\xc6\x98\xaf\xc0\xa6\x50\x69\x67\x73\xb9\x33\x37\x16\x36\xaf\x47\xa5\xf9\xe2\x10\xac\x6c\x35\x5f\x71\xcb\x52\x2c\xc8\x96\x2f\x14\xbc\x46\xa5\x9e\xf3\xdd\x7a\xbd\x54\x19\x80\xa5\xdf\x99\x83\x05\xee\x6e\x1e\x76\x0e\x36\x33\xe9\x5f\x2f\x79\x0d\xbd\xad\xd9\xf6\xce\xb3\xf6\xde\x1e\xef\x26\x97\xe8\x4a\xbc\x57\x52\x09\xc7\xee\xe7\xfa\x5d\x17\xb0\x7d\x71\x18\x86\x1e\xbe\x6c\x05\xd7\xd6\x32\xd5\x46\xb9\x0c\xcb\xf9\xd7\x86\xeb\xd7\xa1\x9f\xb9\x66\xb0\xfb\xba\xbb\xf5\x26\x7c\x71\x39\x53\xf2\x7d\xf8\x0a\xc8\xb0\x12\x4c\xdf\xe6\x51\x67\x60\x13\x2b\x05\x98\x44\x30\x7b\x27\x7c\xdd\xcc\x64\xbe\xf6\xdd\x7c\xad\x30\x78\x2e\xc3\xff\x66\xc3\xb9\x45\x38\x34\x88\x7c\xc9\xad\x45\x24\x92\x41\x71\xdb\xd2\x74\xa6\xe0\x15\x61\x22\xad\xef\x09\x25\xbe\x2e\x55\xfc\x7a\xbe\x5c\x3e\x97\x91\x3f\xe0\xbc\x4c\x74\xbf\x1f\x55\xc7\xa1\x54\x2f\xd3\x09\x0e\xd7\x97\xbb\x47\x73\xdd\xe5\x29\x2e\xee\xac\x4d\x06\x7b\xb3\x99\xa2\x57\x38\x0f\x48\x8f\x87\x16\x3a\x0b\x9e\x5e\x0e\x1f\x2e\x86\x97\xd7\xc2\x8d\xef\x83\xc5\xb5\xf6\xc1\x11\x74\xef\xfc\x9e\x60\x9c\x60\x73\x37\xb8\xb7\xc6\x6d\x00\xd9\x18\xf0\xdf\xee\x03\x5e\xbe\x01\x32\x11\x1c\x8d\x06\xa3\xcd\x76\xeb\x56\xa7\x35\xd6\xbb\x3b\xda\xdd\x6a\x39\x1f\xe5\x9d\x7a\xbe\x36\xe0\xd6\xb3\xa7\x72\x7d\x70\x04\xcf\x9f\x72\x06\x6b\x6e\x7f\xf6\xd4\x69\xff\xd4\xc7\x7c\xa0\xc3\x3b\xe3\xe1\xf2\xf7\x1f\xbd\x9f\xff\xd8\x09\xe6\x66\x82\xb1\xe9\x60\x6b\x17\x0e\x33\x8f\xbb\x7b\xb4\x80\x43\x5d\x7e\x1e\x8c\xdd\xfb\xc7\xf0\xe5\x0c\xae\x38\xd0\x82\x5c\xb1\x8f\xa9\x17\xf6\xef\x74\x9f\x8e\xc0\xba\xf3\x7c\x9c\xcf\x2f\x9d\xfd\xef\x9f\xfd\x63\x78\xe4\x4b\xcf\xaf\x0f\xd4\x5c\xfe\x01\xff\x87\x5a\x1f\x3a\x61\xf3\x8e\xf3\x55\xe9\xf7\xbf\xc3\xa6\xa0\x09\x5e\x94\xf0\xf6\x76\x38\xbd\x09\x2b\x2d\x5b\x8e\x05\x78\x08\xf5\xf7\xce\x8b\x56\xf0\x70\x12\x68\xa0\x5f\x8f\x3e\xb6\x77\x5a\xe1\xe2\x1e\x6f\x4e\x04\xc9\xbb\xa4\x8f\x75\xac\x40\x0e\x34\x74\x40\x44\x41\x97\x02\x5d\xe8\xac\x6e\xe3\xf7\xf8\x06\xc8\xd2\xd3\xa4\x78\x9d\xe5\xcb\x1f\xbf\xf8\xe2\x4f\xbf\xff\x9d\x13\xec\xdf\x0e\x6f\xce\xb4\x5b\x2b\x40\x91\x9c\x46\xbd\xff\xff\xcb\x0d\xb8\x15\xb7\x96\x2f\xe7\x0a\x25\x27\xd8\x98\xef\xac\x3f\xed\x2d\x8c\xe1\x74\x7d\xbf\x0c\x74\x0c\x10\xe6\xec\xd9\xcf\x1c\xa0\x89\xc1\xfe\x2c\x8c\xb3\x3e\x18\x8d\x02\x36\xa2\xdd\x7a\xdd\x7d\xb3\x15\x1c\x5e\xcd\xf8\x7f\x2d\xe3\x3a\xcb\x78\xe2\xeb\xe7\xe0\x09\xd7\xcb\x46\x35\xb0\x0f\xb7\x56\xcb\x01\xd9\xad\x5f\xc2\xfd\xa1\xc6\x7f\x46\xc5\xf6\xce\x74\xf7\xca\x41\x7b\x67\xaf\xf3\xc3\x9e\x6a\xa4\x54\xb9\x90\x2f\x97\x8a\xb0\x41\x6a\xad\xa8\x72\x6c\xc1\xa0\x66\x30\x3a\xd2\xdd\xdc\x09\xa6\x46\x83\xb9\xe7\x3c\x5d\xe7\xd4\x99\x53\xd4\xdd\xa9\xf7\x4e\x39\xd8\x5e\xc5\xcb\x31\x19\x41\x4a\x5e\x2c\xf9\xf9\x3e\xa0\xea\xcc\x63\x6a\x4c\x2e\x71\x9d\x69\x10\xc1\x93\x25\x40\xf7\x70\xf1\x19\x13\x2a\x3e\xbb\xc1\xf5\xbb\xbc\x7b\x38\xf4\x2b\xa3\xc1\xd8\xab\xf6\xce\x64\x07\x50\x6e\xe3\x31\x33\x28\x7b\xe6\x8a\x64\x09\x06\xe8\x36\x78\xef\xe3\x93\xcd\xa8\xed\x62\x54\x0c\xf6\x6e\x41\x5f\xc0\x92\xe1\x00\x08\x36\x22\xa3\xa6\x15\x90\x32\x46\x15\xf5\x55\x23\xcc\xd1\x73\x28\xec\x4c\x5e\x0e\x27\x0f\x7a\xa3\x6f\x3a\x97\x9f\x6b\x22\xca\x35\x7a\xf3\xcf\x3a\x0f\x67\x80\xb8\xb6\x5b\xeb\x6f\xf7\x47\x88\xcc\xf0\x16\x31\x95\x09\x1f\xed\x76\x16\x36\x91\x3b\xeb\x12\xd5\x76\x38\x31\x1c\x2e\x4e\x90\x38\xd0\x3d\x5a\x04\x82\xc1\x35\x7a\xb0\x5e\xdb\x63\xdd\xc7\xb0\xee\x77\xc3\x5b\x87\x20\x44\x74\xb7\x56\xb8\x0d\x3a\xa9\x0d\xe0\xe9\x78\x38\x98\x52\x74\x7e\x6a\x75\x5a\x4b\x72\x3e\x54\x99\xea\x01\x2b\xf2\x01\x39\x02\x7a\xd5\x0a\x46\xdf\x40\x87\x40\x06\x62\x43\x0b\x6e\x4c\x19\x64\x87\x50\xe9\xe6\x74\xfb\x60\x31\x7c\x70\xa5\x77\x6f\x8e\xce\xb4\x07\xdc\x15\x84\x82\xa5\x25\x64\xb5\xfc\xcb\xe8\x84\x97\x34\x38\x78\x11\xdc\x9c\x76\xce\x9e\xfd\x83\x13\x8c\x4e\xf6\xee\x8f\x05\x8b\xdb\xc1\x83\x61\x3e\x24\x83\xb9\xaa\x57\xab\x67\xb1\xb0\xf3\x1c\xf8\xfc\xf7\xc1\xec\x1b\xfd\x59\x1f\x07\x28\x65\xc9\x08\x28\x21\x2e\xf4\xc2\xf5\x60\x6e\x5d\xc3\xc3\x41\xed\xdc\xbe\x07\x3b\xdc\x5d\x5e\xeb\x3c\xd9\x03\x5c\xc1\x13\x4b\xfd\x5d\x5b\x82\xed\xc7\x9e\x06\xeb\xf5\x2a\x77\xf5\x87\xaf\xbe\xfa\xd2\xe8\x4b\x17\xe8\xad\xa5\x7d\x97\x2e\xa0\x2f\x0d\x89\x38\xd0\xa8\x95\x05\xc0\xf9\xcb\x9f\x3f\x53\x9f\x8e\x9b\x32\x76\xf5\x3e\xfe\xef\xac\x35\x73\x58\xd7\xf6\xce\x70\x7b\x6f\x81\xa5\x92\xf6\xce\x06\x32\xf7\x9b\x87\xe1\xcc\x0a\xe1\xa8\x57\xc5\x63\x12\x21\xe9\xec\x16\x48\x4f\x82\x9e\x24\xce\x48\x01\x54\x07\x02\xc2\x0b\xa3\x38\xf1\x10\xcc\x86\x08\xe7\xd9\xcf\x61\x9a\x42\x34\xe9\x6b\x7f\xcd\x1b\x52\x55\x1e\xac\x80\xcc\x19\x7d\x56\xe3\x37\x4b\x79\xa8\xb0\xb4\xbd\x91\x57\xc1\xe1\x33\xe7\xcf\xff\xf6\x89\xf3\x7f\x7f\xf8\x9b\xdf\x38\xe1\xa3\xf1\x60\x1c\x49\x1c\x8c\x0b\x08\x61\x78\x77\x0b\x27\xb3\xf3\x0c\x99\xef\xde\x16\xce\x84\x66\xc5\xf5\x81\x30\x08\x01\x3d\xf5\x05\x1c\x9f\x53\xce\x47\x34\x81\xff\xea\x7e\x9b\x07\x71\xd1\x3d\x53\xf0\x86\x3e\x26\xc4\x7a\xb4\x0f\x04\x12\x67\x8f\xc5\x80\xa9\x84\xca\xc1\xec\xf5\xde\xf0\x88\xc8\x6e\x52\x10\x89\x70\x46\xa1\x16\xe7\x58\x92\xcd\x15\xbc\x4a\x7f\xa9\x36\x04\x72\xc2\x16\x22\x3a\x91\x0d\x86\x64\x49\x8f\x1a\xcb\x55\xbc\x7a\xa9\xff\x92\x00\xf1\xdc\x7b\xc3\xf7\x3b\x4b\x2b\xe1\xec\x5c\x6f\xec\x06\xc8\x0a\x35\x10\x7b\x73\xf8\x4f\xa9\xe0\x2a\xee\xa5\xf0\x10\x76\x31\x18\x7d\x1d\x6c\x5e\xb1\x36\xc0\xeb\xef\x2f\x97\x2a\x2e\x93\x7e\x6e\xb9\xf3\xb4\xd5\xd9\x3b\x12\x16\x60\x96\x03\xda\x55\x41\x0c\x07\x12\x08\xa2\x5f\xe7\xe0\x47\x06\x01\x6a\xd7\xde\x5d\x62\x24\x6e\xb7\x66\x9c\x4f\x7e\xff\x85\xd3\x9d\x79\x83\x92\x0c\x31\x0c\xd8\x12\xa0\x10\xb0\xf2\xa8\x39\xbc\xba\x1a\xee\xcd\x31\x65\x00\x58\xa0\x62\xb0\xec\x7a\x84\x5c\x8b\xce\xa9\x90\x61\x90\x38\x2f\xe4\x41\x40\xc8\xca\x19\xf9\x54\x7e\x2b\xbd\x23\x0e\x27\x23\x8c\x43\x23\x61\x00\x0c\xd9\xbc\xdf\xde\x9d\x80\xfe\x61\x44\xed\xd6\x28\xef\x73\xe7\xd6\x0b\x11\xdc\x77\xae\xb5\xf7\x1f\xe1\xd6\x36\xef\xf4\x5a\x77\x61\xd1\xe1\xef\xe0\xc9\x4b\x90\x60\xcd\x11\x59\x8c\x81\xa9\xbc\xc8\x83\xe3\xcf\x10\x7b\x59\x25\x49\x83\x8e\xc6\x66\xd6\x01\x6a\xc5\x75\xf8\xe8\xc3\xd0\x82\xd9\x67\x40\xdd\x22\xbe\xc0\x58\xfb\x06\xa4\xca\x47\x20\xae\xc2\xc1\x26\x7e\x52\xa1\xf6\x95\xe8\x2f\x28\xa1\x14\x00\x59\x1d\x1b\x48\xfa\x17\x61\x68\x71\x8d\x87\xc0\x9d\x87\xf3\xaf\xbb\x87\x37\x83\xd1\x95\xde\xe3\xab\x91\x1a\x41\xc2\x14\xa8\x1c\xa2\x9e\xe5\x2e\x94\x50\x0d\x62\x1c\x21\x35\xa6\xbb\x79\xd4\x9b\xdf\x04\xda\x0a\x5a\x5e\x2a\xb4\xc2\x18\x9a\x52\xa4\xfd\x00\x95\xe2\xce\x27\x84\xab\x4a\x43\x24\xd2\xe1\x12\xcc\x3d\x0d\x9a\xf7\x00\x47\xa0\x22\x00\x74\x16\x27\x83\xe6\x36\xd7\x85\xdd\x91\xe3\x41\xc0\xb8\x16\xcc\x51\x45\x3c\x17\xa5\xd5\xe6\xcf\xbc\x6e\x20\x81\x03\x7b\x85\xf3\xcf\x5c\x04\x46\x81\x5d\x2d\x3c\x02\x6e\xeb\xfc\xf1\xf7\xd9\x0f\x1c\x3d\x2e\xe4\x5b\xa8\xe3\x12\x46\x1e\xce\xeb\x76\x22\x46\xc2\x7d\xf2\x09\x8b\x75\xa3\xf8\x32\x41\xb0\x72\x67\xcb\x09\xc8\x7a\x4e\x96\x02\x32\x42\x0f\x0c\x00\x53\xe1\xe3\xca\xac\x28\xea\x9a\x42\x75\x44\xb8\xcf\x0d\x78\xa8\xa9\x3c\x9f\x0c\xa6\x7f\x62\xc1\x17\x14\x5e\xbf\x9e\x1b\x28\xd5\x73\xfd\x48\x98\x40\xf6\x9c\x7f\x14\xfe\x74\xbb\xbb\x35\x16\x34\x9f\x3b\xbf\x86\x82\x5f\x3b\xc1\xf5\x83\x76\xeb\xc9\xdb\xfd\xfb\xa7\x2f\x88\x80\xf7\x21\x12\x9d\x1c\x1c\xa3\x52\x19\x71\x09\x45\x21\x3c\xcc\x7c\x74\xe0\x7c\xcc\x5e\x47\xde\x3d\xd1\xc4\x85\xbd\xb5\x15\x4e\x8d\x38\x22\xd1\x89\x30\x0a\xf4\xe0\xb4\x0f\x64\x7d\xb2\x7b\x70\x20\xe2\xfc\xc3\xab\xb8\x35\x13\x4d\x84\x18\x9e\xe2\x1d\x71\x06\xbc\xbe\x46\xa9\x5c\x74\x58\x51\xc7\x15\x56\x22\x1e\x08\x78\xb2\xb5\x71\x41\x1c\xab\x6e\x7c\x0f\x2b\xc3\x03\x56\x15\x8e\x95\x5c\x52\x6b\x69\x51\x03\xe7\x39\x94\x87\x83\x92\x22\x90\xf4\x1e\x3c\x14\x3b\x02\xfd\xc4\x9a\xbe\xf3\xde\xc7\x30\xb5\x8c\x9f\xbf\xe0\x32\xf9\x1e\x50\x0b\xcb\xfc\xb6\x37\x3a\x8d\xbd\x1d\x3d\x00\xf1\x27\x78\xf2\xa2\xfb\x72\xc5\x1e\xa6\x85\xb5\x16\x0e\x69\xe5\x32\x31\x41\xde\x5a\xbf\x51\x28\xb8\xbe\x8f\x7b\x11\xac\x00\xc5\x18\x61\xa9\x2d\x38\x6c\xf6\x9e\xdf\x0d\x46\x5f\xc2\x77\xe0\xbf\xe1\xe4\x0f\xc2\xc9\x44\x07\xeb\xac\x3c\xd0\x0a\x43\x78\x75\x02\x24\x42\xa2\x83\xa8\x1d\x22\x29\xde\x78\x02\x08\xe1\xfc\xee\x2f\x9f\xa2\xf4\x97\xf9\x1a\x0d\x3a\xe7\x32\x0d\x96\x21\xbd\x72\x51\xab\x98\x80\xbd\x48\x21\x6d\xfb\x84\x02\x11\x04\xf5\x2f\x96\x60\x21\x73\xda\x10\x84\x0b\x54\x77\xbf\xad\xc3\xb9\x1c\x0f\xa7\x1f\x9b\x66\x21\x91\xf8\x86\x2e\xd1\xbe\xc1\xa4\x48\xbd\x17\xcd\xb6\xe0\x95\x01\xed\x3c\xa4\x9f\x17\x5c\x01\x08\x66\x2f\xb7\x77\x66\x82\xe9\x59\x10\xec\x22\x48\xa8\xef\xd5\x06\x54\x75\x65\x3b\xb8\x24\x56\x09\xf5\x5d\x0c\x12\x44\x99\xc8\x62\xc5\x74\x07\xf7\x51\xb4\xf2\x33\xb0\x27\xa4\xed\x4b\x67\x2f\x1e\x8a\xdc\xca\x3c\x82\x3a\x83\x86\x60\x81\xc4\x9c\x75\x2e\x23\xe3\x26\xab\x96\x8c\x26\xf3\x75\xbe\x51\x07\xe5\x3d\xb2\x1e\xe5\xc4\x20\x21\x94\x89\x77\x39\xe2\xff\x83\x6e\x15\x65\x85\x21\x7f\x80\x6c\x44\xad\x59\xa6\x71\x6f\xf7\x97\xf8\x08\x33\xed\xc3\x9d\xf1\xbd\x42\x29\x5f\xce\xfd\xfc\x9a\xad\xeb\xc0\xf7\xb0\xa6\xcd\x93\xd8\x82\x05\x1a\x49\x16\xe5\x68\xd0\x3a\x5e\xa1\x58\x6a\xb2\x22\x68\x0e\x85\xf7\xd1\x9f\x7a\xf3\x1b\x70\x20\xe1\x34\x77\x47\x6e\xe1\xa9\x20\x03\x9b\x46\xd8\x24\x73\xc4\xe1\x20\x69\x4a\x36\x6c\x8a\x34\xa9\x9d\xc0\x8a\x0c\xb9\x43\x7d\xd8\x02\x6e\xce\x76\xfb\x60\x56\x6c\x82\xfd\xb0\xbd\x70\x42\x23\x69\xea\x08\x58\xf4\xb6\xe0\x1b\x16\xba\xc7\x14\xc2\x4a\x28\x03\x22\x9c\xf1\x8b\x70\xba\xef\x86\x3f\x2e\xf3\x06\x40\x59\xef\x87\x75\xe0\xfc\x91\xa2\x26\x94\x97\x39\x36\x49\x5d\xbe\x5b\xa9\xab\xb5\x02\xc9\x31\xd8\x1e\x11\x03\x15\x4d\x83\xc5\x30\x5e\x7a\x9c\x09\x09\x79\xdd\xf1\x9f\x9c\x8f\xfa\x3e\x3e\xed\x7f\xf4\x7e\xdf\xc7\x4c\x09\xc3\xef\x87\x43\x10\xd4\x2e\x23\xd5\x0c\x6f\xbd\x86\x3a\x28\x06\xee\xbe\x06\x46\xec\x9c\x2e\x3a\xc1\xf6\x2c\xf0\xe0\x60\x6c\x34\xd8\x9c\x0a\x9b\x73\xdc\xb6\xf0\x66\xd2\x61\x88\xe9\x14\xe8\x1c\x10\x7e\x2a\x7c\x0a\x8f\x86\xc3\x97\x2d\x6e\x57\x63\x15\x0d\xb9\x5c\x1a\x2a\xd5\x53\x37\xf9\xf2\x1a\x5b\xa2\x78\xb0\xdc\x02\xcf\xa3\x7b\x34\x0e\xf8\xde\x7b\x7c\xbd\xb3\x3b\xc2\xe3\xee\x6c\x4c\x04\x87\xa3\xce\x87\x4e\xd0\x1c\xeb\xdd\x58\x62\x0b\x4c\x77\x8b\x70\x71\x30\xef\xe7\x1a\x15\x59\x31\xb7\xc8\xbb\x0e\x94\x51\x11\x26\xa1\xa1\x38\xf5\x57\xc8\xc1\x91\x79\x2c\x4e\xf0\x1a\xa6\x2c\x94\xd3\x3e\x18\x03\xdd\x1a\x56\x91\xa7\xcf\xa2\x39\x8c\x0a\x65\x77\x6d\x71\x5a\x7c\x06\xcb\x87\x8d\x19\xc3\xc6\x49\x01\x4d\x5a\x1c\x06\xe1\xa6\x37\x3e\x0d\xfb\xc3\xcd\x8b\xe5\x69\xfa\x76\x30\xde\x02\x1e\x84\xd6\x61\x58\xfd\xa9\x89\xde\x8d\x4d\x46\x36\x58\x28\x19\x36\x03\x01\x15\x0c\x9e\x5c\x35\x9b\x30\x77\x59\x94\x19\xe2\x88\x3e\x1d\xc4\x3a\x71\x44\x16\x9d\xe2\x9a\x04\xcd\x04\x30\x1b\x4e\x0d\x0c\xb7\xdd\x6a\xb5\x41\x43\x25\x09\x81\xce\x31\xf6\x8c\x03\xa8\x27\xfb\x7f\xbb\xdf\xe4\x21\xbc\xdd\x9f\x90\x3d\xe2\xfd\x25\x84\x86\x22\xe0\x0d\x32\x22\x6e\x41\x23\x3e\x97\xc9\xa9\x50\x9c\x86\xcc\x80\x31\x04\xd0\xf8\xcb\x0c\x00\x8f\xe1\xd1\x78\xb8\xb8\x04\xcb\x08\x7f\x03\xbf\x0a\x6f\x37\xd5\x12\x45\xed\x6b\x95\xd3\x5e\xac\xa8\x4b\x0d\x58\xf7\xbc\x9c\x3f\x88\xea\xab\x0c\xfa\xf6\x51\xb0\xf7\x54\xac\x28\xdb\xd7\xd1\xa3\xf0\xff\xc0\x7e\x4f\x33\xb3\xc1\x15\x38\xc7\xe8\x8d\xf4\x52\xe1\x36\x62\x69\x12\xbd\x35\x18\x0b\x40\x00\xc4\x12\x2b\x03\x99\x5b\x90\xbe\x3a\xe6\x5a\x46\x14\x58\x33\x55\x3e\x73\xcd\x39\xa0\x4f\xb8\x54\xeb\x8f\xbb\x47\x33\xcc\x34\x23\x60\x51\xc4\xac\x42\x98\x85\x57\xcc\xc3\x34\x2e\xb9\xbe\x88\x6b\x7c\x72\x33\x15\x4f\xcc\xba\xf2\x1b\xe0\xb0\xb6\xac\xff\xd1\x66\x78\x6b\x17\x6a\x03\x0d\x1b\x3a\x97\xf9\x0b\x88\x22\x5f\xd8\x0e\x81\x3f\x03\x7f\xa1\x4f\xcc\x5c\xc4\xc0\xf3\xaf\x86\x9b\x40\x66\xfb\x65\xcc\x59\xf0\x67\x37\xe9\x2b\x38\x7b\xf6\x0f\x5f\x91\xd0\x4a\xd6\x86\x2d\x38\xd2\x2b\xd2\xe0\x1f\xea\xf5\xaa\xff\x97\x5a\x39\xcb\xfa\xff\x5f\xfe\xfc\x99\xa3\xdb\xbd\x54\xf6\xf2\x45\x2c\x0b\x67\x40\xb4\x18\x91\xef\x5f\xb9\xf9\x21\x1a\x58\xb0\xf0\xb8\x77\x77\x49\xda\xf9\x2d\x70\x3e\xfa\x0a\x9d\xc2\xae\xa8\xaf\x28\xed\xfc\x6b\xaa\xc4\xaa\x15\x07\x97\x1c\x08\x71\x0b\x58\xbe\x5c\x05\xdd\x05\x45\x09\x01\x60\xe9\x1d\x00\xba\x93\x2f\x40\xc3\x0c\x36\xe6\xc3\xad\xe9\x7f\x80\x66\x7d\xf7\x28\x9c\x9c\x68\xef\x6f\x81\x98\x88\x1f\x41\x51\x58\x7b\x06\x8a\x2c\x9c\xa6\xf7\x72\x70\x92\x62\x8d\x15\xe1\x14\xff\xa2\x06\xe1\x8b\xdd\x20\xf4\xd0\xb9\xbc\x4b\x66\xa1\xd2\x77\x6a\xf8\x8c\xe8\xba\x49\x10\x2d\xc8\x48\x80\xa2\x5e\x1c\x28\x5c\x04\x42\x38\xcb\x40\x0e\x1a\x24\xc8\x3e\xc9\x36\x85\x6f\xd3\xc1\x9f\xac\xa6\x81\x33\x59\xd2\xcb\xa7\x2d\x1c\x40\x6c\xe1\x18\xc7\x0e\x05\x56\x40\x13\xd0\x09\xe0\xb8\xf9\x2c\x82\x17\xca\x8d\xa2\x6b\x2d\x93\x32\xa5\xce\x71\xf7\xed\x9d\x1f\x9d\x5f\x9f\xf6\x7f\x4d\xad\x56\xce\x03\x83\xad\x08\x38\xd0\xbf\xce\xd2\x4a\xef\xd6\xbd\xee\xd6\x16\xc8\xaf\xca\x4b\x05\x9a\x61\xc1\xab\xd5\xdc\x42\x3d\x6b\xa8\xab\xcf\x82\xa9\x5d\x10\x98\xb1\x15\x4d\x42\x22\x81\x5c\x99\x46\x67\x4c\x54\xb6\x2a\x69\x47\x5a\xae\xcf\x75\x41\x2f\xcb\x9f\x77\x2b\xd1\x11\x8a\xb8\xf3\xf4\x23\xf8\xc8\x74\x0d\x94\x84\x78\x05\xf3\x80\xa5\xd4\x01\x21\x23\x51\xc5\x34\xa1\xa6\x54\xa9\xc3\x11\x49\xd4\x31\x8f\x4b\x4a\x1d\xde\x4d\x82\x87\x59\x15\xad\x33\xae\xc1\x99\xe8\xd0\x26\x95\xcb\xee\x00\xda\xde\x54\x57\x76\xfb\xb4\x5d\xa0\xbf\x80\xaa\x17\x21\x8c\x5e\x2d\xbd\xd8\xd1\xae\x98\x52\xbe\xb6\x49\xb3\x1a\xc2\x86\x07\x20\x80\x35\xf2\x68\x1a\xea\x16\xf5\x6b\x4a\x39\x9a\x25\x9a\x6b\x0a\x98\x76\x42\x43\x80\x3a\x48\x5a\x8f\x6d\x09\x7d\x6b\x64\x69\xee\x0e\x8f\x46\x83\x04\x6d\x7e\xee\xe9\x09\xad\x6a\xe2\x9f\xda\xa6\xa0\x52\xac\x11\xad\x0f\xba\xdf\x02\xbd\xcf\xc2\x72\x33\xe5\xd6\xf6\x01\x74\x2c\x80\x56\xb7\xb8\x86\xec\xab\x9c\x07\xbd\x1a\x71\x83\x26\x80\xd0\x9d\xd5\x56\xef\xde\x13\x05\xba\x87\x07\x77\x6e\x06\xcf\xd8\xc1\xb4\x29\x36\xe3\x88\xc8\xac\xc3\x45\x22\x55\x6a\x45\x10\xc4\x2c\x72\x6e\x71\x6b\xc8\x91\xae\xdf\xe5\x71\x10\xd3\x54\x13\x44\xdb\xf3\x79\xf7\x52\x16\xd4\xbf\xf0\xda\x8b\x70\x63\x82\x84\x21\x54\x08\x59\xc1\xd7\xcc\x51\x4f\xda\x89\x68\x3f\x69\xb2\xa8\xe5\xa1\xf4\x7e\xc1\xad\x01\x5f\xd2\x0d\x92\x0d\xfd\x67\xb5\x31\x85\x82\x1b\xeb\xa0\x23\xe3\xa0\xba\xf6\x2e\x7f\x8f\x5b\xad\xc8\x89\x06\xc3\x09\x43\x1b\x64\xf4\x82\xa5\x46\xdd\x78\xf4\x35\x83\x85\xc3\xab\x38\x2b\x54\x9b\xb4\x7d\x62\xa6\x89\xf6\x16\xea\xda\x54\xa0\x33\x7e\x1d\x70\x1e\x57\x9b\xdd\xd5\xa6\x70\xd0\x6e\x4d\x77\xae\xbe\xc6\xce\x97\xe6\xda\x7b\x0b\x5a\x5f\x0b\x27\x57\x18\x71\x58\xfa\x51\x6e\x84\x66\xf7\x60\x1d\x96\x17\x31\xbd\xf9\x08\x16\x39\xd8\xbc\x82\xeb\x46\x56\xa9\x70\x62\x15\x3d\x8b\xfc\x9d\x1a\x8f\x16\x9f\x47\x80\xe2\x2f\xfa\xa5\x63\x03\x08\xe7\x57\xf5\x00\x98\x3c\x90\x51\x11\xb7\x2f\xd6\x7b\xe7\x69\x2b\xd8\x1f\xd6\xbd\x33\xb0\xa2\x34\xb1\x59\xa2\x0e\x4a\xe5\xff\x9b\xa6\xc8\x8d\x1b\xf8\x15\xf5\xcf\x5e\x9a\xad\x15\xde\x10\x66\xeb\xed\xc3\x07\x30\x4f\xc0\xf5\xde\x95\x35\xd0\x0c\x04\xd7\x89\x28\x89\xd0\x3d\xda\xe4\x86\xa1\xa2\x09\x63\x29\x10\x19\xf6\xfd\xe6\xfa\x6a\xf9\x4a\x61\xd0\x38\x72\x9d\x85\x4d\x34\xdb\x37\xc7\xc2\x5b\x5b\xfa\xb0\x11\xa1\xff\x1a\x47\x03\x9a\xf5\x60\xbe\x32\xe0\xe6\xc4\x3a\x0c\xf2\xb5\xa3\x4c\xc0\x68\xa2\x77\xd0\x98\x4b\x82\x95\xec\x0d\x99\x71\x55\xa5\x42\xc3\xaf\x7b\x43\x46\x5d\xf6\xf5\x2b\x9b\xcb\x06\xd7\x94\x3a\xff\xe1\x01\xeb\xc6\x38\x92\x6b\x8f\x00\xf3\x41\x6e\x8d\x1c\xf0\x25\x10\xf4\x84\xbc\x35\xe7\xbb\xcb\x6b\x2c\x99\x96\xea\x70\x16\x47\xd7\x71\x63\x39\x12\xa0\xdf\x2b\x97\xbd\x8b\x6e\xcd\x87\xcf\x3f\x81\x78\x09\x5b\x04\x8b\x9b\x47\x2a\x45\x2a\xfb\xe5\xdd\xee\xab\x87\x02\x85\xa6\x20\x86\x82\x71\xc8\x37\xf9\x00\xa7\x54\xfd\x26\x61\x52\xbe\xa2\xee\x3b\x74\x86\x88\x39\x4a\xbb\xb5\x0b\xd0\xaa\xa6\x8e\xc4\x9a\x1d\xc0\x15\xe4\x18\x47\x0f\xd0\xe9\x74\x9f\x1c\xb1\x51\xa5\x6a\xbe\x0e\x14\xb3\xc2\x4a\x0d\x0d\xd4\xa8\xaf\x1d\xa8\xdc\x90\xe5\xf7\xc0\x10\x05\x0e\x88\x38\x97\x49\x0d\x9a\xd0\x94\x57\xd6\x53\x4c\x43\x4c\x5d\x7c\x11\x03\x0d\x3a\x22\xa6\x8d\x6c\xe7\xc9\x61\x7b\xef\x09\x6b\x4a\x6c\xbd\x40\xb7\x55\xb9\x54\x20\x9d\x5c\x55\x64\x64\x64\x53\x5b\x86\x4c\x3f\xfc\x5d\x4c\x3f\x45\xb7\xec\x62\x48\x90\x71\x7c\x33\x8d\x92\x9a\x9a\xf3\xc7\xdf\x67\x32\xd5\x46\x1f\x34\xaa\x03\x3e\x78\xcf\xd4\xd8\x25\xb8\x87\x8c\xc9\x49\xc5\x02\xbd\x17\xfb\xf7\x49\xbd\xc3\x4a\x68\x46\xde\x7d\x8d\x84\xff\xd6\x1a\x60\x48\x38\xb3\x82\x2a\x2a\x75\x8a\x4b\x46\x4c\x8b\x5d\x34\xc1\x8d\x29\xf6\xd8\x58\x92\x8e\x66\xc7\x62\x47\x01\x9e\x0f\x0c\x9b\x7c\x23\x1c\x5a\xa0\x19\x0f\xf6\x41\xfe\x03\x5e\x53\xbd\x51\xb4\xa7\x18\x71\xc2\xec\x53\xf9\x3a\x44\xf8\x56\x01\x52\xbc\x3d\x12\x20\x55\xf6\x0a\xe2\xdd\x9e\x18\x86\xc3\x85\x13\x9b\xda\xcb\x34\xaa\x45\x54\xad\xd4\xa2\x84\x0b\x2f\x81\x2d\xc9\xa2\xd8\x65\xa6\x19\x12\xf9\xbc\xb1\xf5\x5c\x4b\xe9\x50\x23\xea\xdc\x25\x83\x9d\xd8\x3f\x2c\x2a\x50\x0c\x4a\x59\x2e\x90\xf0\x10\x55\xe2\x45\x67\x4f\x25\xea\xff\xb4\xac\x20\x14\x22\xb1\x63\xfa\xbc\x38\x01\x87\x42\xbb\x26\xd1\x94\x03\xf8\xd9\x80\xfe\x5a\xab\x9d\xd6\x86\x68\x5f\x56\xa0\x8d\x7c\xd3\x9e\x12\x9b\x32\xcc\x6d\xa1\x0b\x40\x2f\x26\x13\x84\x34\x50\xed\x09\x27\x6d\x15\x29\x1e\x45\x8f\x85\x0f\x56\x64\xb7\x5a\x33\x91\x33\x8a\xbd\x5c\x9a\x24\x79\x9e\x2f\x16\x42\xee\x95\x4d\xb7\x2c\x0c\x08\x90\x2c\xbc\x00\xf0\xea\x72\x91\xf8\x1a\x1a\x55\x54\xd0\x40\xea\x91\xe1\xd0\x61\xce\x95\x86\x30\x9c\x2d\xf2\x6b\x91\x37\x4e\x0b\xfc\xc1\xfe\xa3\x60\xe1\xb0\x33\x31\x8e\x3b\x54\xf1\x62\x13\x32\x2c\xfe\x8b\xcf\xb8\x89\xee\xd1\x78\x6c\x2d\x90\xd3\x90\x7c\x10\x9b\x37\xc9\x50\xe6\x98\x63\xb8\x62\x8e\x3d\x8e\x2b\x0a\x0d\xd2\xa9\x87\x57\x36\x24\x3a\x36\xc9\x4b\x09\xae\x60\x14\x56\xc3\xab\xa7\x54\x7c\x54\x83\x73\x16\x00\x9b\x57\x58\x9a\xb1\x80\x53\x04\x62\xb3\x1b\xc3\x22\x3f\x12\x1f\xa9\x9e\xa4\x80\x32\xff\x51\x13\xc3\x99\xcf\x6c\xe3\x41\x23\x7f\x9e\x98\xe1\x8d\xae\xd9\xce\x69\xd1\x05\xe9\xe0\x97\x52\x05\x6e\x8f\x68\x34\xe9\x12\xbe\x6d\x26\x90\x88\x3a\x29\x92\xa8\x39\x13\x80\x15\x10\x83\xf4\xb5\x77\x5a\x68\x58\xb3\x09\xa0\x26\x77\xa6\x0b\x3a\xf2\x31\x6b\xa3\x65\xb5\x06\x78\x88\xc1\x6a\xd4\x88\xfa\xa9\x8c\x37\x9b\x87\x20\x20\x4b\x11\xd3\x6c\x29\x61\xca\xad\xc7\x02\x25\x48\xab\x64\x0c\x54\x26\x67\xd7\x86\x50\xee\x3f\x25\x79\x24\x88\xb6\x48\xd3\x44\x3c\x3a\x0b\x3b\x4c\x30\x98\x6c\xc1\x68\x59\x13\x60\x7a\xf1\x5f\xe2\x4d\xab\xfd\xb5\x06\xa1\x11\x37\x5f\x2c\x12\x8e\xf1\xf0\x59\xb0\x97\x30\x48\x73\x71\x11\xcc\x04\x11\x23\x88\xfe\x9c\xb3\x0c\xd0\x68\xc8\x15\xa3\x73\x70\x38\xaa\xcd\xa2\x9d\x5b\xaf\x40\x03\xd7\xa6\x67\xb6\x11\xa2\x10\x84\x6c\x5a\xe4\xaf\x98\x5d\x39\xd5\xfe\xcc\x8c\xcb\x34\x39\xc3\x21\xef\xac\x4d\xb2\x87\x53\x8d\x48\x1f\xde\xc4\x6c\x64\x96\xd1\xe1\x15\xdc\x3a\x81\xc9\x63\xb3\xa4\xae\x3c\x7e\x88\x22\x95\x70\x7e\xb4\xc7\xe0\xc6\xe1\xc9\xd8\x99\x24\x02\x65\xd0\x75\x60\x50\x64\x46\x4d\xe8\x1d\xda\x2a\x0c\x2b\x00\xa7\x0b\xb6\xb4\x77\x6f\xaa\x73\x6b\x29\xa6\x74\x88\x1b\x54\xc9\xbf\x24\xc1\xfb\x3a\x7c\xe9\x23\xbf\x5e\xf3\x2a\x03\x1f\xb3\xf9\x98\x23\x92\xdf\xee\x2f\x7d\xf4\xbe\x7c\x77\x50\x6d\x59\x5a\xe9\x2c\x4e\x32\x83\xc1\x98\x45\x23\x46\xf1\xe9\xe5\x36\xc6\xf3\x2e\xc1\x2a\x18\x83\xa3\x70\x45\x8c\x32\xb3\x81\x77\x76\xba\xab\x23\x04\x86\xee\xee\xc7\x77\x39\xaa\x71\xab\x15\x4e\x1c\x76\x36\x6e\x85\xcb\x4d\xb5\xf2\x88\x49\xd1\x32\x59\x52\x12\xaf\xad\x61\x20\x60\x21\x44\x8c\x79\xb6\x81\x40\x4d\x15\x2b\x10\x53\xa5\x0a\xe2\xbe\x05\xec\x9f\x9b\x62\x11\x01\x17\x2c\xd1\x4a\xa4\xe2\xaa\xea\x59\xcb\x62\x88\x5f\xc9\xb1\x57\xa9\xab\x02\xf4\x5f\xec\xaa\x3d\x8e\x21\x8e\x31\x09\x91\x4b\x63\xd8\x23\xe7\x9f\xa6\xcd\xa7\x5f\x0d\x5d\x9f\x7f\xfe\x2e\xa1\x59\xeb\xd0\x92\x10\x81\x38\x60\x8c\x0c\x18\x15\x30\xa8\x80\x4f\x6e\x42\x7e\xd0\xe4\x80\xbd\x82\xda\xd9\x6f\x13\x85\x44\x57\x6a\x96\x46\x1f\x29\xa4\x01\x07\x4f\x7b\x89\x2a\x04\x99\x0c\x78\x2b\x76\xae\x85\xeb\xcb\xbc\x21\xb0\xd8\x14\x8c\xa8\xb4\x88\xf0\xc7\x65\x14\x1c\x01\x2d\x8f\xae\x8b\x2e\x41\xab\x5a\x47\xc6\x4a\x13\x84\xa9\xc9\xc2\xc3\x69\xff\x7f\x9d\xe0\xc9\x0f\xb0\x03\x7a\xf3\xe1\x2c\x67\xea\xde\x79\x40\x13\xbb\x4a\xbb\xf5\xa4\x33\x31\x75\x6c\x15\x7d\x88\x45\x1c\x67\x83\x04\x1f\x40\x25\x9a\xa3\x38\x2d\x9e\xc8\x9f\x77\x6e\x4d\xa1\xfe\x1d\x07\x97\xaa\x98\x07\xb7\xbb\xfa\x3d\x29\xa8\xca\x91\xd9\xa8\xf4\x95\x2a\xc5\xac\xf9\x59\xbe\xe9\xbd\x30\xbb\x33\xe1\x92\xa4\x2a\x4f\x15\x72\xb4\x4e\x32\x57\x16\x65\x19\xb3\x78\xad\x24\x0a\x53\x5c\xb9\x02\x4b\x47\x5e\x45\xc9\x13\x14\x15\xf8\x9a\x73\x9a\x9c\xbe\x7b\x74\x0f\x94\x75\x3c\x57\x54\x4d\xd7\x01\x11\x91\x3b\xe2\x90\xc5\xdf\x7e\xf9\x47\x0a\x49\x55\xbd\x70\x5b\x18\xbe\x30\x31\x8d\x96\xa4\x8d\xc7\xe4\xb3\x47\x57\x12\xd7\xc7\x50\xaa\xad\x5d\xd3\x02\xc1\x76\x00\xa4\xe9\xb7\x5f\xa6\x44\x40\x72\xb3\x15\xf6\x27\x10\x1e\xf0\x61\xd6\x33\x34\x67\x17\x9f\xbd\x60\x13\x2e\xb2\xab\x8e\xb5\xb9\x4e\xb2\x26\x86\xcc\x23\xa1\x36\x4c\x80\x9f\x80\xdc\xfe\x9a\xf4\x6d\x8a\xbf\xdb\x04\x6a\x4a\xe3\x5e\xdc\x0e\xef\xec\xea\x58\x9c\x08\x43\x67\x9f\x01\xc3\x0e\xef\x1e\x76\x9e\x80\x88\x30\x0c\xe7\xc4\xa0\x12\x3c\x4c\x3e\x69\x32\x4c\x73\x2b\xe3\x24\x23\xb9\xa7\x42\x39\x52\x2b\xc5\xc8\x47\xb2\x72\x8c\x8a\x68\xca\x21\xb1\x98\x14\x33\xff\x2e\x42\x62\x4e\x44\x23\x6e\x4a\x57\x36\x31\x41\x66\xc4\x4a\xd9\xce\x8c\x5e\x29\xad\xf9\xf0\x70\x78\x14\x24\x00\x4a\x27\x51\xf4\x01\xf1\x40\x96\x68\xf9\x18\x0b\x84\xf2\x13\x1b\xa2\x15\x2e\xfe\xf6\x4e\x7b\x77\x34\xdc\x19\xc5\x8f\xa6\x99\x8b\x04\x26\x16\x1f\xda\x3b\xb7\x1c\xc5\x43\xd1\x60\x30\xbb\x15\x8e\x3c\x86\xbd\xd6\x0c\x94\x64\x65\x09\x68\x8a\x8d\x47\x0c\xfa\xa6\x96\x6e\x43\xa8\x90\x52\x2a\xb3\xe4\xbe\x18\x9c\xa6\x87\x0c\x49\xf2\xa9\x8c\x7e\x78\x95\x2b\x8a\xe7\x73\x79\x13\x08\x01\x70\x7a\x53\x2b\x0c\xe6\xe6\x31\x4e\x20\xf3\x35\x1a\x77\xce\x65\xd8\x92\xab\x2d\x6a\x91\xb7\xc0\xf6\xc1\x45\x4e\x04\x11\x25\xda\xfb\x4b\xc1\x93\xd5\x98\xd5\x1b\x50\xb7\xdb\x5c\x87\x83\xda\x3d\xbc\xd2\x59\xda\xf8\xc7\xf0\x08\x6c\x1a\x6e\xf2\x1b\x90\x21\x5b\xb1\x05\xec\x4c\xae\x23\xaa\xcf\x03\x9b\x98\x8a\x24\x10\xb1\xda\x5c\x28\xf9\xa5\xbe\x52\x99\x2c\x4c\xb3\x5b\x20\x49\xc0\xd4\xf8\x23\x7e\x33\x82\x7a\xb9\x7b\x74\x15\x7d\xe4\x57\xf3\x15\xa7\x00\x0c\xc7\xcf\x9e\x6a\x94\x9c\x9a\x5b\x74\x30\x12\xe7\xd4\xc7\x1d\xa8\x0e\x98\x7b\xff\x2a\x74\x03\x30\x1f\x27\x1a\xc2\x3b\x3b\x05\xb4\x06\xd9\xf1\x1e\x28\x6f\xee\xef\xc1\x41\xe6\x40\x42\xb1\x6e\x80\x42\xda\xda\x93\x59\x6b\xdf\xd7\x3f\xd5\x39\xde\x14\x52\x53\x79\xbb\xdf\x64\x95\x06\x37\x76\x78\x3f\xd5\x02\x60\x5e\x24\x7a\xbb\x3f\x91\x29\x94\xbd\x4a\xb4\x21\x3b\xd3\xe8\x84\x1a\xb9\xc9\x62\x9a\x32\x6f\x4a\xbc\xe1\xc9\xb7\x4f\xd8\xbd\xcd\x82\x1c\x89\x7f\x4a\x34\xa4\x78\x93\xf3\x62\x7c\x36\xaf\x31\xd1\x67\x0a\x5b\xe6\xcf\x18\xb3\x4c\xdf\x12\x7b\x64\x56\x63\x15\x5a\x54\x37\xbd\xad\x84\x5b\xc2\x5b\x09\x6a\x76\xb6\x7b\x24\x28\x87\x57\xd5\xe4\x33\x5f\x56\x8b\x3e\x47\x48\xf0\x86\x0d\x09\xce\x99\x81\x52\xbd\x34\x50\xf1\x6a\xae\xc3\x16\x80\x4c\xb9\x54\x00\x36\xe5\x66\x95\x3d\x77\x07\x7a\x55\x1f\x13\xf5\x4d\x20\xa9\x5f\x73\xf3\x45\xb6\x32\xc1\x88\xf8\x76\x8e\x7c\x4b\xd4\x36\x61\xe4\x9e\x5d\xbe\x51\xf7\x40\xbb\x2e\xd5\x45\x0c\x05\x40\x38\x8f\xda\x3e\x01\x1a\x24\x03\x06\xcd\x07\xc1\xea\x64\x30\x75\x47\xc5\x82\x71\x2c\x95\x71\x43\x4d\x0a\x8a\x6e\x7f\xbe\x51\x56\x46\xe4\x2c\xc7\xee\xb2\xe9\x58\x6e\xb8\x41\x77\x75\xb7\x76\x01\x84\x19\x0e\x00\x03\xb1\x37\xdc\x58\x09\xae\xaf\x85\x8b\x40\x52\x9b\xac\x23\x21\xee\x08\x38\xc8\x6b\x35\x52\xf4\x18\x5a\xd4\x66\xab\x4c\xd1\x1b\xd4\xb3\x4c\xb0\xf6\xce\x46\x30\x76\x2f\x18\x5d\x81\x53\x80\x34\x46\x47\x94\x8e\x6f\x84\xd3\x9b\x5a\xcf\xcc\x5c\x44\xc7\x66\xd2\x26\x3c\x90\xff\x0e\x3f\x02\xd5\xe8\xbe\x7a\x88\x1f\x11\x7d\x7c\x1b\xcb\xd8\x78\x0b\xab\x51\x18\x94\x18\x1f\xaf\x3f\x47\xab\x83\xec\x2e\xba\x2a\xc1\x9a\xc0\xe1\x21\x9c\x14\xb9\x05\x43\xab\x86\x5a\x21\x72\x19\xed\x37\x10\xb7\xf2\x35\x11\x10\x52\xec\xc9\x26\x35\xfb\x27\x4d\xca\x36\x41\x3c\xc1\xaa\x5c\x71\xd1\x8c\xd5\xa8\xc3\x46\x92\x3e\x66\x7a\x81\x32\x72\x05\x91\xaf\x5f\xf1\x3d\x44\xb9\x7b\x65\x96\x24\x08\x21\xd0\x0d\xed\xe4\xb6\x89\x12\x52\x23\xa7\xaf\xdc\x70\x4f\x7d\xcc\xbb\xa8\xe8\x91\x6a\x8f\x7d\x2f\xd4\x93\x8a\x34\xe4\x92\x33\x4c\x67\x14\xaa\x98\xd7\x25\xd2\x41\x22\x0e\xc5\xd6\x08\x75\x19\xc1\xb8\x74\xf1\xfe\xa7\x7f\xfc\x8a\x02\x2f\x30\x76\x21\x16\x1a\xaf\xef\x50\xa9\xc6\x61\x86\x43\x25\xdf\x67\x69\xa5\x52\x42\x87\xd9\xe5\x35\x56\x19\x38\x6a\x39\xd8\xda\x47\xeb\x16\xb5\x13\xed\xb6\x16\x04\x55\x3b\xca\x8f\x88\xf6\xe0\x32\xc7\xcd\x22\x45\x22\xcf\x1d\x57\xe6\xbe\x51\xf0\x54\x9e\x18\xbc\x25\x61\x04\x0e\x70\x78\x2d\x12\x46\xd5\xa8\xb8\xf0\xd4\x55\x51\xc3\x79\x27\xc7\x88\x2f\x77\xd0\x92\xeb\xbb\x1b\x84\xec\xb0\xfb\x69\x14\x94\x6e\x7d\xf8\x6e\xb9\x5f\xc2\x96\xb9\x58\x22\x1e\x89\x4f\x6b\xae\xcb\xe2\x46\xf5\x12\x1c\x8e\xca\xf9\x2c\x0b\x9d\xda\x22\x2c\x9f\x23\x5b\x1d\x15\x1b\xa6\x6a\x0d\xc1\x51\x0c\x28\x6e\x4d\x81\x96\x38\xe9\xfc\x8f\xa9\xbb\xef\x7d\x42\x2a\xfd\x27\xf5\x5a\x19\xfe\xe4\xaa\x58\x03\x17\xdf\x6c\x08\xb4\x91\x8b\x1c\xb8\x60\x7a\x6a\xe4\x93\x72\xe6\xf8\x64\x62\x26\x00\x71\x01\xd1\x17\xed\x0e\xaa\x9d\x97\x35\xc8\xa0\x52\xc8\x3a\xc5\xfd\xcb\x38\x7b\xe6\x04\x7f\x6d\x94\x0a\xe7\x73\x03\x8d\x12\x06\x77\x1d\x3d\xef\x0d\x2f\xc9\x65\x6a\xc6\xba\xfa\x60\xc9\x17\x62\xc9\xa8\x49\x32\x9f\x4d\x4b\xd5\x8d\x5f\xd0\xe2\x87\x40\x1d\xc2\x53\x3a\xc3\x21\xe0\xe4\x16\x24\x1a\xcb\x91\x21\xe6\x5d\xe0\x6a\x03\x43\x71\xd0\x4d\xc7\xed\x9b\x95\x24\x3e\x88\xcd\x07\x1c\x83\xaf\xeb\x51\x4f\x30\x28\xba\x06\x67\x4a\x29\xd3\x1c\xa4\x20\x11\x72\x64\x42\x10\xf5\x6f\x6d\x5a\xdc\x85\xe4\x08\x67\xa6\xcd\x46\x62\xe3\x66\xab\xd0\x7d\xa1\xf8\xf5\x9a\xeb\x66\x19\x21\xc3\x47\xd7\x33\xfd\xa5\x32\x06\x6c\x89\x83\x11\x6f\xf8\xd5\xf3\x03\x59\x8c\x75\x6b\x09\x8f\xc0\xb3\xf6\x68\xbc\xb3\x71\x28\x0d\xe1\xcd\x5c\x2a\x10\xa7\x1e\xc0\x03\x01\x26\x08\xf9\x92\x76\x7f\x17\xaf\xfb\xc6\xae\xf9\x96\xf3\x7d\x6e\x59\x55\x15\xb0\x21\x38\x16\x7e\x1d\xf6\x07\x98\xcb\xf8\x14\xe8\x09\x9d\xc7\xd7\x33\xb8\xfa\xa5\x3a\x40\xce\xce\xa1\xd2\x3a\x33\x16\xcc\xfe\x08\xab\x55\x76\xf3\x3e\x86\x92\x51\x44\x3c\xe8\xc9\xc1\xce\x95\x0c\x39\x5e\x6a\xf9\x8b\xd9\x60\x66\x09\xb8\xa3\x30\x64\xfa\x0a\xfb\x4d\x97\x82\x85\x8d\x72\x2b\x54\x42\xe1\xce\x58\x49\xc4\x98\x44\x55\x24\x25\x79\x3a\x2d\x2c\x31\xcb\x69\x51\x03\x3b\xa3\x07\xb8\xbe\xcc\x6b\xce\x23\xd5\xe5\xd6\x1d\x65\x6b\x16\x0a\xa2\x1f\x15\x76\xb4\x3f\x4e\x1c\xea\x6f\x48\xe4\x31\x02\xe9\x60\x11\x19\x9d\xfa\x3a\x04\xa7\x12\xdd\x16\xc1\x93\x71\x3c\x27\xea\x73\x91\x42\x2d\xa9\xe9\x70\x1e\x8e\xfb\x92\x2e\xe1\xc0\x73\xd4\x89\xe6\x51\xf2\x8e\x0d\x0d\x50\xdc\x55\x2e\x93\xa8\x54\x05\x7b\x47\xd7\xfa\xe5\xc6\x74\xf4\xfd\x8c\xb5\x7d\x66\x41\x05\x25\x2d\x28\x43\xcf\x88\xc8\x48\x09\x98\x02\x6c\x5e\x2d\xa7\x9a\x20\xf5\x09\x40\x41\x38\x48\x82\x6a\x94\x30\x30\xc2\xee\x2d\x82\xd0\x3d\xa6\x82\x72\xa7\x11\x34\x13\x17\xee\x37\xb5\x82\x57\x05\xcd\xd3\x80\xdf\x1f\x0e\xe6\xb6\xe4\x76\x5f\x7a\x07\x9e\x8f\x61\xbe\x51\x0d\xd0\x05\x28\x74\xfb\xb8\x1a\xc0\x64\x31\xff\x01\x8c\x7c\x6a\x1c\xa8\x19\x47\x41\x24\xc7\xac\xc1\xc4\x2b\x77\x0c\x30\x1a\xc7\x74\x83\x8b\xcf\xd2\xc0\x98\xb2\x1d\xb7\xa9\xb2\x71\x92\x66\x20\xbe\x15\x5c\x9a\xab\x96\xf3\x05\x57\xee\x33\xc8\xb9\x27\xb1\x05\x2f\xdf\x5b\xbd\x9c\xd0\x1a\xad\x6c\x3d\xdf\x97\x65\x61\x4b\xaf\xac\x6e\x00\x57\xd2\x04\x50\x0b\xa9\x00\x84\x6e\x09\xa2\x31\x09\xd9\x58\x80\xbd\x4c\x03\x00\x49\x0b\x79\x23\x3a\xab\x80\x3f\x30\x9c\x3d\x1e\x81\x4e\xc1\xb5\xd4\x56\x35\x5c\x5a\xcb\x89\x8d\x96\x4a\xb1\xbd\x46\x4f\x73\x5a\xdb\x00\x36\x50\x02\xb0\xd4\x41\xab\x9a\xb1\x3a\x1c\xc7\xca\x4e\xaf\xb4\x36\xb1\xfc\x0c\x5e\x8d\x11\xd2\x2c\x66\x10\x6b\xfb\x2d\x50\x5f\xd2\x72\x80\x2a\x72\xc9\x6b\xc8\x88\x3b\xad\x7b\x6c\xe3\x48\xab\xc2\x5b\x5e\xcc\xf5\x5d\xa2\x1a\x9d\x5b\x2f\xd0\xba\xa5\x58\x5c\x5a\x8d\x21\xb7\x82\x12\x39\xde\x49\xa3\x3e\x66\xe7\x30\x2b\x48\x5a\x07\x3e\xc6\x49\x87\x33\x37\x30\xd1\x42\xb2\xe4\x0c\x66\x29\xc1\xcc\x02\x94\x5e\x82\xbb\x4c\x03\x43\x8c\x15\xb0\xf9\x1f\x8e\x07\xab\xb9\xa0\xe8\xd5\xd9\x3d\x9b\x15\xe3\x32\x91\xc7\xd4\xae\x81\x07\x19\xb0\xc1\xf6\x09\xb0\x43\x9e\x5f\x47\xb2\x8b\xee\x00\x52\x2a\xee\x77\xb7\xae\x76\x37\x53\x07\x41\xed\x9a\xc0\xdb\xd7\x6d\x60\x3c\x40\xb4\xda\xb8\xd2\x86\x13\xe5\xeb\xdf\x9c\x03\xd5\xfc\xf4\xd7\x1f\x9e\xf3\x49\x33\x6f\xef\xcc\x38\xa7\xbf\xfe\xe0\x9c\x6f\x4f\x58\x57\xcf\xf5\xe7\xcf\xbb\xd4\x06\x55\x75\x30\xf0\x3c\x05\xbe\x5a\x73\x2f\x94\xbc\x86\x4f\xde\xf2\x9d\x61\xcc\x62\xa3\xe9\xc2\xb7\xe8\x81\x9b\xb4\xbf\xf2\xf9\x66\xd3\x54\xea\xd9\x2e\xaa\xd2\xf8\xc1\xae\x34\x86\x72\x32\x71\x1f\x0f\x7f\xf8\x60\xd9\x9e\xb9\x14\xa2\x16\x54\xcf\x7e\x83\xe3\x85\xd9\x97\x8a\x38\x77\x18\xb6\x32\x50\xfc\x8a\x7f\x7d\x4c\xb3\xa2\x95\xe0\x56\xbe\xd1\xfd\x78\xda\x37\x83\xb6\x67\x32\x2b\x62\x88\xe0\xf8\x0d\xb2\x20\x0f\xb7\x77\x9b\xbd\x2b\x07\xa0\x2f\x80\x06\x07\xd3\xa3\x48\x52\x93\x36\x49\x22\x11\x6b\xec\x5c\x22\x03\x14\x08\xee\x16\xbd\x88\x16\x68\xcd\xa5\x25\x62\x18\xb9\x4f\x41\x0b\x15\x03\x38\xa6\xb1\xb4\x1a\x42\x74\x15\xd6\xc4\x56\x8d\x17\xfd\x97\x2d\x19\x0f\xf9\x1b\x7b\x48\xbf\xb8\x15\x73\xac\xdf\x98\xbb\x58\x42\x01\xb9\x9f\x5a\xc3\x24\x29\x86\xe4\xf4\x33\x5b\x46\x63\xc2\xfe\x6d\xf2\xb2\x8f\xa1\xe2\x48\xf4\x4c\x77\x51\xf5\x28\x09\x12\x4b\x86\x28\x42\xc9\x77\xba\x58\x18\x45\xd9\x6b\x94\x65\x9b\xa6\x8a\xa0\x55\x9f\xd5\xd5\xa8\x7e\x52\xca\x90\x05\x8f\x4e\x77\x5f\xee\xca\x3d\x66\x13\xa8\x54\xc9\xa9\x48\x7d\x36\x8f\xc3\x9e\x53\x50\x1c\x1a\x18\xb6\x76\xbb\x5b\x0f\x50\xbe\x79\xb0\x62\xde\xd6\xb1\xaf\xa4\x4d\xb1\xd2\xdb\x01\x12\x32\xb3\x62\x7b\x46\x39\xfa\x81\x84\x67\xdc\x56\x9c\xbe\xea\xdc\x2d\x96\xea\xd9\xce\xfe\x9d\xee\xa1\xe6\x38\x76\xb2\x1c\x35\xc8\xfc\x05\xd0\x09\xe8\xbe\xa5\xfa\xc4\xdc\x51\xee\xc1\x1b\xac\xdc\x2e\x2f\x78\x65\x4f\xb1\xfa\xde\xe3\xc5\xee\xc4\x8f\xf1\x72\x34\x55\x33\xa3\xb6\xd9\x2a\x97\x47\x98\xee\x5b\xfc\x1e\xad\xe5\x16\x0b\x62\xf0\x94\xf9\x70\x81\x15\xb3\x66\x17\xc9\x95\x11\x89\x29\x49\x19\x43\xcc\xdd\xc1\x20\x62\x29\x4f\x05\x8c\xb9\x38\x64\x75\x12\x21\x12\x3c\x01\x94\x09\x4f\x8c\x95\x40\xe3\x79\x7a\x37\xda\x07\x2c\x1a\x94\xed\x19\x65\xbd\xc9\x94\xc3\x4d\x0d\x8a\x0b\xe1\x28\x55\xf3\x80\x74\x1c\x0d\x83\xe1\x35\xbb\xe1\xd6\x2d\x51\x73\x66\xef\x06\x53\x77\xd2\x01\x65\x86\x04\xdd\xde\x41\x0f\x10\xeb\x75\xbd\xf9\x97\x91\xb5\x91\xea\x23\x26\xcf\x5e\xef\xbe\x7a\x23\x8e\x29\x63\x0c\x14\xc1\x62\xb5\xde\x07\x5a\x19\x26\x45\x0b\xc6\xc7\x44\xe5\x8c\xf5\xce\xff\x4a\xc7\x16\x88\xa5\x8c\x5a\x4a\xa8\x5a\x07\x0f\x8d\x6e\x8d\x32\xea\x5a\x20\xdf\x4e\xa0\xed\xae\xd3\xba\x09\x67\x49\x03\x80\x5e\x0f\x02\x45\xdd\x8b\xfa\xe1\xa1\xdc\x98\x32\x3b\xd4\xb7\xba\x50\x0f\x27\x6b\x27\xc7\x6a\xa1\x4d\x8d\x33\x26\x11\x70\x34\x3b\x8c\x65\x36\x53\x56\x01\xc9\x32\x62\x00\xcc\x70\x5c\xc4\x6a\x63\x81\xde\xee\xdf\x37\xb8\x33\x10\xb0\xf7\xa9\xc1\xf7\x91\x45\x17\x85\x98\xfd\x8a\x7e\xe0\x99\xfe\x46\x2d\x96\x25\xa6\x27\xf7\x9c\x8e\xac\xb6\xb1\xe2\x55\xc5\xed\x31\xe2\xdb\xc0\x30\x6d\x25\x14\x43\xeb\x3e\x42\x73\x80\xa2\x9b\xf4\xb7\x23\x6d\xe2\xf5\x42\x29\xfc\x50\x17\x4a\x1f\x43\x6e\x6d\x40\xf1\x69\xb1\xb4\x93\x70\xf0\x2f\x20\x26\xfc\xc2\xee\x4e\xea\xcd\x51\x53\xca\xf7\x21\x47\xc6\xbc\x74\x6c\xa9\x65\x9a\x29\x21\x13\x26\x0c\x2b\xdb\x96\xa6\x1d\x15\xa3\xc2\xee\x67\x23\xec\x95\x54\x63\x9a\xa1\x02\x66\xd0\xc4\xc8\x06\x6f\x70\x26\x73\x91\x81\x48\x73\xcc\x0f\x7f\x34\x62\xb5\x8c\x85\x21\xd1\x85\xca\x0d\x14\x91\x22\x64\x46\x46\x7b\x42\xe5\xe9\x54\xf3\x77\x3c\xdb\x5c\x0b\x44\xc7\x3c\x60\x3c\x79\x6b\x63\xd5\x74\xaa\x27\x10\xcf\x30\x6c\xd6\x30\x72\x53\xce\x1c\x24\x38\x4c\x6d\x30\xd2\x96\x29\xd5\xf0\x14\xc6\x9d\x3d\x7a\x19\x3c\x98\x8d\x06\x5c\xf2\xe1\xcc\xbb\x85\xf3\x18\x3d\x1d\xeb\x83\x13\x94\x09\xce\x8f\xfd\xd8\x79\x36\xc2\x81\x50\x31\x03\x53\xd0\x7c\x03\x2b\x15\xa5\x94\x10\x2c\xcd\x57\x72\xe4\xae\xa0\x69\x47\x06\x5c\x73\xea\xc4\xd1\xc4\x3e\x45\x29\x23\xd2\xd7\x14\x9a\x22\x73\xf8\x3b\x5a\xa3\xd3\xc6\xe3\xd4\xc1\x95\xff\x4c\xe3\x91\x1f\x26\x9c\x98\x84\x7a\xe1\xe4\x04\x30\x4b\xa1\x0a\xb3\x77\x41\x88\xc7\x51\xaf\x7e\x1f\x8c\xfd\xc4\xbd\xc5\x76\xdf\xa6\x05\x29\x07\x94\x70\xad\x51\x91\x33\x44\xd0\x64\x12\xf4\xb3\xdf\xf0\x6e\x9a\xe4\x83\x13\xf4\x70\xbc\x91\x58\xe4\x81\x5c\x51\xa3\xbc\xbf\x64\x6a\x7e\x66\x93\x95\xe6\xaf\x4e\x17\xdf\xee\x4f\xb0\xd3\x56\x8c\xbe\x74\x5f\xc1\xc4\x6a\xbd\x12\xdf\x64\x0c\xdb\x1a\xf1\x13\x89\x56\xd3\xca\xaa\x51\x6c\x6a\xe7\x91\xf8\x6e\x00\x58\xea\x79\x24\xc2\xc7\x21\x8a\x4c\x31\xfc\x64\x31\x5a\x6c\x1b\xb0\xc7\xa4\x37\xb1\xd5\xb6\xf9\x0c\x13\x82\xb1\xed\x2a\x36\x16\xd1\x21\x12\xed\x67\x53\x1a\x76\x2f\x02\x4b\xed\x1b\x74\xf3\x94\x6e\x81\xe8\xa7\x9e\x23\x06\x93\x2c\xbc\x0c\x56\x0e\x30\x44\x94\xef\x73\xb0\xcf\x9e\x98\x38\x1b\xfd\xa3\x1e\x4c\x12\x9c\xba\x4c\x5a\x6e\xea\x3d\xbe\x6b\x7e\x67\x5b\x34\x5b\xa1\xcd\xcf\x7a\xc2\xc6\x54\xd1\xbd\x46\xe9\xa0\xd8\xbd\x66\xcc\xcf\xc5\x50\x66\xb2\x8c\x99\xdf\x75\xd6\x0f\x69\x0c\xe5\xd2\x21\x90\xa0\xcd\x36\xb5\xc3\x48\x5d\x2e\x9c\x62\x97\x33\x3a\x53\x7e\x7d\x09\xfe\x7b\x6f\x68\xe8\xbd\x62\x91\x3c\x4b\xc1\xc1\x63\x95\xa7\x29\x3e\xf5\x28\x9e\x53\x4d\x9e\xfd\x51\x62\xcf\xd1\x32\x8a\x51\xd1\x10\xdd\x52\x57\x0c\xcb\x8d\xed\x91\x20\x5f\xd8\x92\x6b\x8f\x60\xaa\xe1\x3d\x36\x41\xe2\xc2\x21\x09\x26\x73\x3d\x06\xcd\xb7\xd6\xa3\x6d\x9b\x1b\xc3\x78\x25\x6d\x9d\x01\x79\xeb\x60\x51\x82\x39\xcc\x19\x58\x02\xb0\x51\x60\x09\x8a\x27\x8d\x31\x75\xea\x24\xde\x91\x1f\x9a\xb8\x12\x9f\x61\x0c\xea\xb9\xdd\x8c\xad\x44\x4c\xde\x8c\x50\x50\xae\x38\x27\x21\xe3\x91\xb9\xaa\xc6\xff\x92\xcc\x99\xd6\x4f\x62\x6e\x09\xa1\xf3\x62\xe9\x7c\x29\xfb\xef\xf0\x3f\xfa\xeb\xcc\x45\xb7\x5c\xc0\x64\x20\xe6\x75\x6e\x07\x8b\x11\xd8\x84\xe0\x29\x60\x09\x3a\x40\x39\xfa\x39\x18\x7d\x81\x51\x94\x94\x8e\x84\xfd\xdc\x66\x44\x53\xb4\xeb\x54\xc4\xdc\x82\x37\x3e\x18\x7d\xdd\x6e\xdd\x91\x38\x10\xbc\x59\x84\x1b\x2f\x57\x4d\x96\x31\x63\x0d\xb9\x89\xb1\x77\x41\xd7\xfe\x52\xcd\xc7\xcb\xec\x03\xea\xd0\x76\xd6\xd7\x59\x60\x95\x14\x9e\x04\x6c\xa6\xb8\xa5\x0f\x22\x74\xd2\x77\x16\x39\xcd\x52\x8e\x8a\xd7\x4d\x0a\xd1\x34\x00\x94\x77\x5d\x14\x5a\x6d\x9e\x07\xd6\xbc\x47\x49\x63\x40\x3e\xe2\xbb\x28\xf7\xaf\x76\xb7\x5e\x86\x77\x67\xcc\x23\xaf\xe7\x40\x69\x72\xa8\x23\xd6\xd0\xcc\x2e\x28\x1a\x52\xda\x2f\x55\xfa\x3d\x4c\x21\xc1\x84\xd5\xe1\xa6\x61\x6d\xa0\x27\xb3\x0a\x21\x31\x36\x97\xeb\x6b\xd4\x61\xff\x05\xe1\xed\x39\xa9\xb2\xe4\xa4\xa8\x34\x5f\xc6\xa0\x85\x4b\x8a\x6f\xc5\xc2\x61\x09\x01\x1c\xae\x64\xf2\x32\x3d\x23\x6c\x43\x59\x1a\x13\xb3\x61\x93\x19\xa5\x84\x05\x01\x43\x02\xb6\x68\x4a\x99\x28\xf9\xac\x44\x70\xd8\x29\x69\xcf\x70\x32\x3d\x3f\x6b\x25\x79\xd4\xa5\x46\x46\x1c\x4f\x2b\xf9\x84\x7c\x14\x42\xa0\xc0\x06\x3d\xef\xbc\x8e\xbe\xfe\x77\xb7\xcf\xe9\xdd\xf8\x21\xd8\x98\x8b\x00\x06\x4a\x75\x0b\x06\x93\x37\xc6\x61\x40\xd3\x29\x15\x8c\x0c\xba\xa9\x03\x4a\x66\x5e\xd6\x45\x72\x05\x44\x37\x20\xcb\x90\x3a\x6b\xb9\xea\x80\x3e\xc2\x5f\x74\xf9\x47\xbb\x11\xe3\x97\x7f\x74\xcb\xf9\xe2\x05\x24\x96\xc5\x68\x1c\xbd\xe7\x77\x3b\x7b\xab\xf1\x11\xe0\xe6\x09\x8d\xa2\x0c\x67\x8c\x00\x78\x5c\x29\x56\x41\x82\x2a\x8c\x73\x6e\x4c\x14\x84\x05\xf7\x5b\x8c\x79\xc8\x97\x73\x44\x5c\x24\xa0\x97\x72\x24\x53\x43\x11\xb0\x05\xc8\xf9\x19\x23\x30\x27\x3e\xfa\x04\xb4\x0c\xf1\xe0\x26\x7b\x43\x61\xd7\x39\x19\x07\xa6\x67\x59\x7e\x25\x7a\x3f\x46\xb3\x4c\xe9\x4b\x6a\x20\x30\x05\x9b\xf7\x83\x39\x20\x84\xdb\x48\x79\x75\xe2\x46\xdd\x0b\xab\xee\xe6\xec\x81\x01\xc0\xea\xe0\x99\x3e\x68\xf5\xc6\x67\x61\xbd\x4c\x77\x27\xe7\x75\x39\x66\x01\xa8\xb1\x5c\xbd\x96\xc7\x6c\xc0\xd6\x4a\x68\x51\x24\xbd\x15\xa9\x42\xb3\x14\xb6\xcf\xf5\x92\x95\x24\x49\x81\xc3\x72\xc0\x49\x4d\xa4\x46\xe3\x8a\x9a\xf6\x37\xbc\x6b\xf6\x77\xe7\x6f\x88\x75\xf0\x4f\xa9\x52\x74\xbf\xfd\xbb\xd6\x20\x9b\x98\x18\x0d\xc3\x20\x77\xf6\x8c\x7b\x76\x23\x3a\x92\x05\x65\x58\x1e\xd8\xcb\xc7\x68\xa6\x83\xc9\x4d\x3f\xc2\x2b\xde\x7c\xc7\x5e\x8f\x89\x04\x66\x6b\x6d\x0d\x39\x17\x63\x40\x66\x56\x82\xd9\xf9\xce\x93\xc3\x60\x6a\xaf\xfb\x72\xb9\x33\x65\x20\x65\x11\x4f\x45\x2d\xf7\x1d\x39\xdb\xa6\x5f\xf4\xee\xfd\x20\xc7\x61\x6a\xcf\x9a\x74\xc5\xef\x47\x71\x9f\xae\xfa\xca\x79\xe0\xe0\xb8\x07\x57\x92\x70\xb1\x25\xa1\x54\x8c\x74\x26\xa9\x3a\x68\xb1\x28\x70\x73\x4c\x85\x9d\xf8\x2e\x8a\x31\x6e\xde\x89\x2e\x2b\xeb\xf6\x29\x8b\x37\x5d\xe2\x47\x55\xd1\xe7\x10\x22\x8c\x91\x33\xa2\x07\x74\x4c\xa5\x49\x53\x99\xee\x46\xd1\x1b\xd1\xf4\x4d\x8b\x18\x10\x1f\x89\x24\x88\x95\x9b\x92\x85\xf4\xc2\xf1\xab\x14\x8c\xda\x1b\x1e\x83\x89\x49\x3a\xba\x9d\x89\x70\xf8\x01\x28\x91\x40\x94\x41\x93\xb0\x46\xaf\x57\x07\x93\xbb\x80\x00\x91\xfb\x20\xfb\x9e\x13\x19\x32\xed\x45\xea\xb4\xc4\xa4\xae\x12\xc2\x4d\x09\xcc\xfe\xfd\xf6\xce\x63\x4c\x9f\x13\x0b\xbb\x3e\xbe\x9b\xdf\x9c\xdc\x0d\xee\xc5\xdd\xad\x28\xf1\x81\x4a\x6e\xa6\xd3\xf8\x98\x3d\xa9\xfb\x94\x18\x96\x95\xde\x2b\x1e\x0a\x31\x88\x62\x42\x2f\xba\x00\xc7\xc1\xfb\x2c\x63\xa1\x79\x96\x73\xd7\x18\x8d\xff\xff\x89\x15\x37\xd7\x08\x85\x00\x0e\x61\xb7\xa3\x80\xa1\x29\xe3\x0e\x0d\x68\xf0\x0b\x0f\xc3\xd6\x7d\x6b\x58\xb1\xd6\x7e\x63\xb6\x86\x41\x5b\x14\x8d\x10\x85\x61\x0b\x82\x4c\x05\x53\xa3\xe1\xe4\x3a\xbf\x3f\x40\x06\x04\x38\x96\x8e\x52\x72\x46\xc4\x13\x82\xc7\x53\x31\xc6\x94\x38\xf8\xe3\xc6\x40\xd1\x46\xd1\xd6\x9b\xc1\xb4\x7c\x43\x46\xd2\x46\x36\xef\x21\xe2\x1a\x38\x87\x7c\x9e\x83\xc1\xed\xe4\xf6\x92\x06\xf9\x60\x1d\x13\xdf\x35\xe7\x3a\x93\xeb\x9d\xe7\x93\xfa\x3c\xbc\x73\x28\xbf\x49\x1d\x0a\xc7\xcf\xf2\x38\x90\x2f\xce\x61\x06\x4f\x2b\x22\xdd\x1e\xc4\x3b\xbb\xf9\xd0\xc4\xc2\xf0\xca\x4f\xdd\xa7\x23\x8c\x46\x76\x78\xad\xba\xd9\x8f\x99\x39\x25\x52\x55\x44\x34\x63\x79\xcc\x98\x1d\x33\x64\x3b\x39\x08\x53\x5c\x57\x37\xe9\x6d\x59\xfd\x38\x61\x22\x56\x2d\xfd\x2e\x69\x12\xfd\xc5\x09\x02\x40\x3a\xb6\x5b\x03\x0d\xe5\xcf\x13\xdb\x62\x5a\x2a\xd7\xe1\x0c\x8a\x9a\xd2\x1c\xdf\x84\x50\xd1\x8d\x9a\xe4\xaa\x94\x0b\x89\x71\xd8\x51\xf0\x56\xf4\x7b\xbc\x0f\xbc\x33\x14\x09\x7b\x98\x7e\x87\x6e\x0f\xc9\x8d\xd1\xa4\xc4\x17\x87\x8f\x0c\xef\x34\x0c\xf3\x3e\xa2\xae\x6d\x8d\xad\xe6\x0e\x79\x94\xca\x32\xa5\x0d\x33\x03\x8a\xae\xad\xaf\x9a\xe1\x65\x77\x38\xdb\x74\xb4\xac\x26\x39\x2e\x88\xd3\x6b\x5a\x51\x15\x14\x28\xc4\xa4\x13\xa3\x2a\x4c\x39\xa2\x86\x21\x62\x98\xff\x82\xf3\x00\xa6\x24\x5f\x41\xd5\x8b\x8d\x1b\x2a\xa7\x46\xb0\xf0\x88\xd3\x57\xa2\x8d\x48\x32\xaa\xec\xa5\xcf\x12\x97\xe9\xa2\xdb\x87\xb2\xaf\x5c\xc0\x4c\x15\x8f\x49\x36\x16\x75\x4f\x17\xb3\x20\x88\x19\x4c\x36\x0f\x51\xa0\x5a\xe4\xd4\x9a\x98\x6c\x02\xaf\x31\x81\x9a\x3c\x35\x8e\xd7\xa3\xf7\x26\x31\x29\x35\x9c\xc7\xad\x5d\xfe\xc2\xc9\xb4\xe8\x92\xa6\xf3\xe5\x9f\xce\x7e\xe5\xe8\x1c\x00\x1c\x91\x75\x72\x1c\xfa\xbf\xf3\x70\x7d\xc7\x78\x08\x41\xf2\x2b\xd3\x13\x23\x51\x50\x71\x24\xcb\x72\x95\xc4\xbd\xb9\xb4\xa9\xc6\x61\xe3\x57\xe7\x8c\xf9\xb3\x0c\x2e\xf7\x69\x66\x38\x77\x8b\xa9\xa0\x63\xec\x36\x07\x00\x52\xf4\x57\x8a\xbe\x7e\x7c\xaf\x0a\xd5\x8c\xee\x8e\x23\x05\x52\xf7\x0c\x25\xb4\x85\x06\x4a\x17\x5c\x8c\x7b\x7b\x35\xd9\xdd\xba\xcd\xfd\xbf\x03\x56\x6e\x55\xd1\x65\x25\x34\xa7\x52\x1d\x89\x74\x5c\x5b\x0e\x27\x49\xbc\xfc\xb2\xe1\x0f\x3a\xbc\x97\xef\x6a\x4e\x1f\x35\x63\x08\x22\xdf\x28\x07\x29\x26\x64\x6a\xce\x33\x01\xed\x0e\xcf\x05\x47\x57\x38\xb1\x22\xf0\xaf\xce\xea\x0d\x6d\x81\xe6\xba\x98\xbb\x92\xaf\x82\x27\x3a\x56\x26\x59\xb1\x17\xb3\xf3\x20\x05\xca\x07\x3d\x0a\x0d\x88\xa0\x2d\xed\xdd\x3a\x0e\x8c\xcd\x54\x18\x04\xfb\x52\x52\x3c\x24\x40\xaa\x9c\xfb\x4d\x25\x7e\x3b\xa6\xa1\x3e\xaf\x78\x49\xfa\x6a\x1f\xdc\x4c\x6a\x99\xf2\x16\x87\xd6\x31\xc9\x7a\xf2\x42\x1e\x10\x5a\xef\xee\x3d\x47\x37\xc7\xe1\x02\x52\x17\x95\x05\x5b\x84\x92\x9d\x3d\x3e\x63\x48\x5b\x29\xbf\x30\x6a\x78\x82\x1e\x18\x8c\x69\x2d\x92\x74\x47\x1e\x56\x41\x63\x62\x69\xd2\x29\x5a\x98\x31\xa3\x83\x66\x9b\x7c\xb5\x2c\x7c\xf4\xa6\x7d\x38\xa9\xb2\x23\x60\x28\x1b\x4f\x33\xf2\x63\x13\x3b\x14\x74\x5c\x9a\x43\x83\x0b\x35\xc8\xed\xb0\x87\xa6\xf3\xc3\x5e\xe7\xde\x01\x9e\xd0\xc5\x75\xbc\xea\x36\xbb\x95\x3a\x32\xba\x43\x24\xe3\x67\x4f\x74\x02\x44\x45\x6d\xc8\xa0\xa9\xc5\x04\x1b\x14\x60\x51\xa9\x19\x34\xae\xd0\x1a\xa4\x4e\x24\x7e\x4a\xd1\x04\xf3\x06\xf2\xd3\x3d\x1a\x17\x25\x08\x09\x92\xd2\x79\xb4\xaf\xad\xbb\xf9\xb8\x77\x77\x94\xb1\x5f\xbd\x68\x24\xf9\x3a\x41\x8f\x34\xa9\x9a\xca\x29\xa7\xd5\x09\x9d\xba\x18\x84\x12\xed\xe1\xe1\x94\x28\xe1\x9d\x5d\xd0\xd6\xde\xee\x37\xff\xdb\xd9\x3f\x7d\xc1\xb7\xa3\xa9\xdf\x6f\xdf\xbb\x78\xf1\xe2\x7b\x28\x9a\xbe\x07\x8a\x9b\x5b\xc1\x8f\x45\x19\x13\x1b\x91\xe4\x0e\x36\x8c\xe9\x3f\x89\x56\x3a\x86\x7e\xc6\x28\x4e\xaa\xb8\x95\xdf\xd0\x64\xdb\xb8\x25\xe6\xab\x2f\x71\xc5\xd3\x77\x0b\x35\x57\x5d\x83\x8e\x6f\x9a\x0f\xbc\xef\x7c\x94\xfe\x44\x82\xfa\x63\xfb\xcf\x40\x25\xe8\x8b\x8d\x02\x0b\x87\xa0\xcc\xd3\xa3\x0d\x31\x10\x0e\x57\xe0\x40\x05\x09\x81\x8e\xcc\x05\x17\xdc\xe8\x2e\x9c\x64\x91\xa6\xfb\xb8\x53\xe1\xe2\x42\x77\xf5\x29\xec\xa2\x41\xd0\x91\x70\xd3\x16\x63\x7e\xbe\x58\x1b\x14\xe5\xed\x55\xca\x97\x28\x79\x3b\x2d\x8b\xec\x16\x96\x28\x84\xe1\xea\x16\xaa\x73\x75\x4a\x6f\xea\x22\x75\x24\x87\x35\xd1\xab\x6b\xd7\x0c\x0d\x61\x38\x68\x8e\x47\xea\x01\x08\xc9\xa8\xeb\x34\xaf\xc7\xdb\xe1\xfc\x28\x92\xbe\x39\xb8\x7e\x80\xb9\xb9\xc7\x9f\x05\x6f\x5e\xb4\x77\x5a\xc1\xe6\x76\x02\xdc\x74\x6a\xa4\x17\x9a\x09\xe2\xe3\x11\xe0\x29\x6b\x90\x8d\x73\x14\x63\x79\x34\x55\x13\xf9\x2f\x06\xc9\xe9\x7a\xb3\x92\x5d\x8e\x52\xa4\xc4\x0b\x75\x42\xd5\x83\x9b\xa6\xf0\x20\xe2\xc4\xfc\x6b\xc9\xaa\xc6\x96\x1c\xda\x3e\x10\x74\x8c\x1d\xb4\x56\x1e\x0f\x3c\x9d\xf6\x24\x2f\x8d\x5f\xb5\x8f\xd3\x13\x2d\x12\x11\x3d\x49\x95\x13\x04\xf2\xb8\x0e\x8e\x13\xbd\x45\xd9\x50\x1d\x9c\x20\x88\x70\x60\xa2\xe2\xaa\x98\x5c\x4b\xa2\x13\x0d\x9e\x68\x4b\x68\x7c\x20\x05\x97\xf9\x1e\x90\xb5\x18\x7c\x5e\x22\x02\x88\x37\xa8\x39\xa1\x09\xeb\x1a\x9c\x5b\xc1\x8a\x43\x3a\x8b\x55\x38\xac\x6b\x61\x0c\xa6\x63\x2d\x30\xb7\xc7\x37\x8f\xe5\xce\x71\xac\xcc\x7e\x5f\x26\x7e\x70\x07\xf3\x15\x7c\xa8\xac\xf7\xf8\x7a\x6f\xc4\xb2\x62\x54\xcb\xde\x25\x33\x61\x06\x3f\xaf\xa1\x12\x3e\x98\x53\x8a\x60\x55\xfe\x90\x54\xd0\x08\x8c\x67\x6e\x42\xb5\x5b\xa3\xf2\x80\xce\xec\xb3\xee\x56\x4b\xc9\xed\x53\xc1\xe6\x15\x54\x69\x89\x01\xa3\x48\x8b\x8f\xbe\x44\x26\x8e\x58\x86\x08\x4a\x4c\xb0\xde\x7d\xb9\x16\x4c\xc1\x29\x7a\x6e\xdb\x81\xbc\x9c\x39\x25\x14\x98\x29\xe7\x36\xd6\x61\xe9\x9c\x6e\x7a\x98\x63\xb2\x8d\x15\xa6\xdf\x31\x6d\x4a\x76\xd2\x89\x38\xb5\xb5\x93\x63\x98\xbd\xa4\x25\xc7\x30\x6b\xbd\x23\x43\x46\xb2\xa9\x28\x43\x86\xb5\x49\xc9\xdc\x17\x66\xd5\xf4\xe4\x17\xe9\x5b\x67\x3b\xd9\xde\xbd\xd5\xe9\xae\x36\x73\xf3\xb5\xab\x4d\x59\xd3\xe4\x6d\x16\xe5\x6a\x8b\xd9\x49\x8e\x15\xe0\xd3\xba\xd5\x97\xaa\x12\xc3\x35\x9c\x6f\xc5\x52\x7f\xff\x99\xbe\x9a\x77\xd1\xc7\x14\x13\x8d\x5a\x01\xb6\xfa\xd5\x6c\x77\xb5\x29\xbc\x8c\xca\x31\xb2\x09\xaf\x87\x37\x5f\x77\xaf\x5d\xee\x5c\xde\xe5\xaf\xec\x23\x92\x84\x4c\x12\x19\x43\x05\x14\x64\x12\x7b\xa8\x82\xbc\xee\x20\x92\x20\xfa\x12\xcb\x66\x50\x7f\xd0\xbb\x98\xc3\xbf\x28\x29\x06\xec\x0f\xcb\x80\x24\xfd\x75\x5a\x4b\xdd\xcd\x65\x03\xce\xaf\x96\x41\x92\xe4\x67\x4f\xd0\x1c\x3c\xdf\x5d\x1d\x03\xc6\x6c\x40\x34\x2a\xa5\xfe\x92\x5b\x54\x4f\xa3\x90\x61\xd7\x84\xc1\x3e\x64\x3b\x46\x5f\xe0\x2b\x59\x8a\x03\xca\x35\x4c\x79\x53\x0d\x94\x5c\x20\xa0\xb7\x76\x8d\x3b\xf3\xca\xca\xa5\x2a\x9c\xa6\x58\xa4\x70\xf6\x06\x28\x14\x11\xe3\x84\x53\x1a\x83\xe0\xc5\xd7\x10\xb2\xde\x40\x94\xda\x7b\x53\xdd\xa3\x05\xbc\xb2\x46\x9f\xe8\x56\x10\x27\x79\xe3\xe4\x36\x7c\x21\x48\x5d\x3c\x3a\x93\x7e\x01\x49\x95\xf2\xd5\x31\xfa\x5b\x22\x50\x11\xd1\x27\x9a\x1a\xa0\x58\xcb\xf7\x83\x9a\x32\x3d\xd1\x59\x3b\xd2\x1f\xab\x35\x57\x55\xea\x3d\x96\xc7\x43\x74\x21\xac\x15\x6e\x5c\x67\xed\x27\x4c\xe8\xa1\xbe\x9a\xd1\x92\xea\x5b\x1e\x15\x17\x7c\x86\x08\x2f\xbb\x1a\xa3\x6b\xef\x4e\xa2\xed\xe9\xcd\x8f\xe6\x42\x9f\x2e\x46\xab\x15\x0b\xe6\xc2\x8c\x49\xa7\x7d\x47\x42\xf0\xf4\x38\x08\x29\x39\x6b\x7a\xb8\x37\x27\x68\x69\x4e\xdc\x08\xc0\xa0\x7e\x65\x0c\x5b\xbb\xed\xbd\xd5\xe0\xe6\x88\x04\xec\x1c\x6d\x40\x55\xce\x35\x1c\x4d\xc5\xa8\xdb\xdd\x82\x73\x35\x86\x74\x95\x02\x72\xc2\xf9\x95\xe0\x68\xde\xf4\x10\x8b\xb9\x43\x85\x06\xb0\x87\x98\xbb\x08\x46\x40\x52\x18\x0b\x6e\x02\x7d\x5e\xc0\xeb\xf1\x47\x0b\x66\x47\xf5\xfc\x80\x3c\x20\x68\xc6\xbc\x46\xa5\x24\x3d\x9b\x31\x7d\x56\x4d\xf5\xb6\x16\x5f\x6d\xc2\xbc\xa1\xd1\x45\x40\x2b\x28\x10\xc3\x30\x48\x6c\xd2\xb5\x4d\xc2\xad\x3e\x6a\x62\xcd\xba\xa3\xfa\x7c\xb1\x46\x8e\x43\xfa\x18\xdb\x5e\x0a\xc6\xc7\x08\x9e\xdb\x4d\x54\xde\x1e\x5f\x05\xe2\xa0\x0b\x51\x54\xa7\xb7\x60\x28\xb0\x0b\x48\x68\xf7\xe0\x80\x9f\xc5\x8c\xa3\x98\x88\xc1\x47\xf7\xf4\x3d\x55\x8d\x73\xf2\x1c\x6c\x4a\x1d\x75\x3f\x5f\xa9\x4a\xc1\xf5\x6b\x9d\xa5\x95\x28\xeb\x6f\x6b\xaf\xbb\xb9\x89\xa6\xe9\xc5\x75\x3c\x6b\x8c\xf9\xd7\x6e\x63\x52\xdc\x5b\x4b\xb0\x37\x9d\x99\xad\xe0\xf1\x95\x28\x3b\xb3\x5e\x05\x2b\x60\x43\x77\x8c\x29\x28\xfd\x41\x0b\x8d\x22\x3c\x44\x97\x39\x1f\x23\xf6\x99\xc7\x0e\x13\xa1\x93\x3a\x4e\xbc\x84\x72\x0c\x58\x97\xd7\x27\x91\x25\x30\x7d\x5a\x59\x8f\x25\xcf\x7d\xec\x50\xc7\xf8\x8d\x79\xb4\x24\xae\x23\x0e\x19\xe3\x34\x66\x0d\x33\xae\x03\xb9\xcb\x1e\xa5\xef\x22\x95\x9f\xb0\x26\x85\xb9\x24\x5a\xd7\xe9\x7c\xcc\x76\x63\x66\xa1\x38\xd2\xdb\x7e\xfd\xac\x89\xb1\x26\x57\xe7\x41\x88\x91\x9a\x97\xff\xfe\xd5\xe8\xf5\x21\x3d\x14\xef\x62\x05\x51\x0e\x6f\x86\xe0\x1b\x46\xbd\x7b\x57\x89\x4a\x7e\xed\xd5\x06\xce\x45\x19\xc1\xd5\x0b\x39\x46\x36\x70\x2a\xd4\x39\x39\x63\x10\xa3\xf8\x4e\xa3\x51\x3d\x96\x3e\x84\xa1\xf0\x7e\x06\x3d\x97\x81\x57\xac\x37\x87\x3b\x4b\x1b\xe8\xb9\xda\xba\x19\x5e\x9d\xe5\xdc\x21\x64\x6b\x9f\xa6\xd4\xf4\x97\xd5\x9d\xde\xe8\x19\x5d\xc9\x84\x4a\xd7\x6e\x8f\x89\x47\xc8\x54\x5d\xaf\x8a\x34\xd7\xb0\xa7\x62\x62\x69\x7c\xd9\xd3\xf7\x86\x5c\xba\x29\x76\x79\x98\x1e\x72\xc2\x50\x15\x36\x67\x51\x56\x73\x5f\x4d\x85\x92\x8d\x67\x28\xc3\xad\xd8\x6c\xf1\x1e\xec\xb4\x34\xc6\xdf\xed\x94\xb9\x2a\xf9\x80\x79\x0d\x19\x9b\xb4\x62\x50\xa4\x5d\x5c\x22\xb6\xd6\xf1\x10\x39\xea\x2c\x3d\xd7\x39\x7f\x66\x8c\xa4\xcf\x71\x68\x7d\xba\x63\xb9\x99\xb6\x24\xa3\x59\xf8\x60\x85\x2d\xb3\x9c\x6c\x19\x76\xa9\x0d\x7a\x19\x4d\x44\x27\x73\xc7\xe6\xa3\xec\x22\xc3\xc1\x2c\x00\x3f\xe0\x8e\xf8\x9e\x8d\x74\x0d\xa8\x0d\x34\x9a\xee\xd9\x48\x82\x04\xaa\x6e\xdd\xda\x67\x2d\x5d\x32\x65\xc0\x20\xb8\x26\x66\xcd\x7a\x23\x2e\x1c\x76\xbb\x6e\x4c\x74\xf6\x56\x51\x47\x4f\x4d\xf6\x6b\xe0\xdc\x3f\x9b\xef\xd7\x68\xe2\xc4\xe4\x0c\xd1\x13\xc8\x54\xe3\x97\x85\xae\x44\xf9\x69\xad\x43\x60\x1a\x13\x4f\x08\x26\x49\x4f\x57\xfb\x8e\x58\x93\xf4\x61\xda\xb0\x11\x91\x31\x80\x8f\x55\x67\x25\x4e\x05\xd0\xf2\x97\x86\xa9\x08\x02\x1f\x17\xa6\x92\x9e\x2f\x55\x56\x8a\xf2\xa5\xbe\x43\xc5\xce\x9a\x79\xbc\x13\xfa\x77\x5a\x02\xa8\x63\x40\xdf\x9d\x09\x4a\xcf\x46\x5b\xfe\x7f\x41\x26\xa8\x63\x9c\x61\xa9\x29\xa1\x8e\x19\x21\x12\x05\x79\x7a\x8f\xd7\xc7\xcc\x0b\x95\x06\xac\x62\xad\x05\xfc\x9f\x4b\x0e\x95\xe6\x1c\xc2\xe0\x66\x4a\x13\xc4\xea\x1c\xc5\x8d\xc5\xfd\x25\xfc\x2c\x2f\x85\xde\x48\x06\xf7\x1d\xf4\xff\xea\x95\x12\x24\x21\x92\xa8\x57\x8a\x8e\x9b\x90\xd3\x33\xf2\xef\x60\xa9\x9a\x33\x52\x40\x31\x61\xd2\x7e\x58\xa4\x0f\xaa\x02\xa7\xb6\x56\x69\xc8\x99\x12\xdb\x65\x3a\x42\x9c\x12\xb0\xb2\x3b\x39\x02\xa9\xd1\x03\x3b\x59\xfe\x1c\xaf\xcf\x85\x76\x03\xdc\x53\x6c\xc0\xb9\x9a\x87\xe2\x20\x55\xef\xae\xde\xe8\x4e\xfc\x68\x8e\x91\x5d\xb1\xd1\x35\x35\xbb\x6e\x36\xbc\xb7\x09\xb4\x38\xd6\x37\xfb\x28\xb3\xe6\x8b\x08\xba\x0c\xf8\x35\x16\x51\x4a\x7d\xf5\xfe\x9b\x14\x09\x47\x63\x4b\x08\xb1\x33\x79\x6b\x81\xc3\x7a\x88\xa9\x81\x22\x60\x8e\x4e\xaa\xe0\x83\x61\x9c\xbc\x8e\xeb\x65\x98\xf7\x9d\xc1\xac\xf0\x92\x12\x5e\x18\x15\x7f\x37\x07\x61\x15\xa0\x48\x22\xb9\x06\x01\x11\x5b\x28\x07\x12\x6d\x4f\x16\xeb\x85\x35\xb8\x09\x0a\x9c\xe4\xb0\x96\x0c\x0e\x98\x65\x17\x93\x7a\x20\x2d\x7c\xf1\x30\x25\xb9\x0b\xb7\x4a\x32\xb6\xea\x95\xd3\x12\x59\xbd\x9a\xe5\x3f\xa3\xdb\x7f\x0c\x8f\x48\x2e\x11\xe5\xe7\x7b\x47\xff\xf2\xac\xb6\x90\x32\x4e\xdb\x6e\xf6\x6f\x96\xff\x92\xfe\xf1\x25\x1e\x36\xd4\xc3\x40\xf8\x61\x54\x0a\xa6\x35\xc5\x18\xbc\x94\x48\x8d\xa4\x8c\x4b\xe5\x53\x89\x78\xae\x99\x58\x85\x61\xa2\xb0\x47\x82\x10\x1e\xc2\x65\x84\xba\x7e\x82\x97\x47\x29\xd2\x78\xf4\x5b\xbb\x27\x9f\x71\x87\xf9\xbc\x69\x71\xa1\x24\x3b\xb7\xa0\xa6\x62\x91\x6f\x4c\x55\x36\x16\x8e\x65\x11\x0b\x1e\x99\x16\xc0\x78\x5a\x7c\x42\xb8\x28\x9d\x43\xa6\xcc\x4e\xe5\x25\x64\x89\xcc\xc8\x17\x68\xe2\x33\x9a\xb9\x48\xa0\x51\xc7\x95\xb7\x21\xd9\xad\xd1\x9a\xba\x12\xcd\xab\x63\xd2\xec\x24\xa8\xa1\x57\xa4\x27\x23\x24\x3e\xaa\x37\xd0\x64\x44\x27\x93\x71\x73\x88\x48\x3b\xaf\x1c\x20\x8d\x7e\xf2\x22\x98\x69\xa1\xbf\x3e\xf6\xa6\x46\x3c\x79\x66\x62\x9c\xda\xcc\x47\xd6\x7b\x6b\x6a\x9a\x51\x1b\x47\x3c\x29\xfe\x29\x0c\xe4\xac\x9d\x30\x02\xfb\x48\xe9\xbd\x67\xa2\x61\x98\x32\xb4\xd9\xd6\x9e\x90\xbe\x8d\x14\x23\x15\xe8\x6e\x66\x7b\xaf\x8e\xc5\x31\x89\xc0\x7f\xde\xc0\x4c\x8b\x14\xd3\x1c\x2b\x8f\x61\x3a\x8d\x78\x47\xf7\x28\x68\x53\x8e\xb8\xd8\x51\xf8\x79\xcb\x41\x03\x4c\x12\x0f\xb4\xb3\xcc\x5e\xd3\xf4\x83\x1e\x46\x21\xb7\x80\x0a\x1c\x89\x06\x69\xe9\x2f\xdc\x83\xa8\x30\x8a\x58\x50\xa0\x0b\xbf\x3c\x9b\x08\x74\x61\x50\x34\x52\xc4\xce\x8e\x6e\xf6\x92\x75\x7e\xac\xa6\x25\x2c\x87\x02\x29\x99\xef\x59\xc5\x94\x2b\x1a\xd4\x34\xd4\x75\xd1\x7b\xa2\x5e\xc4\x09\xb6\x1f\x60\x28\x02\xb7\x6a\x90\xc2\x28\xe7\x92\x98\xae\xf5\x5b\x2d\x51\x46\x3d\x7e\x93\x8f\x36\xe6\x5c\x46\xbf\xe1\x9a\x35\x5f\x6d\xa5\x27\x92\x7c\x79\xc8\x41\x72\x1b\x81\xa0\x95\xaf\x94\xbe\x53\xaf\x74\xb0\x80\xc8\x45\x29\x4f\xa6\x48\x09\x26\x01\xc2\x3c\x19\x4a\xb8\x37\x9e\x98\x11\x08\x7e\x5b\xd7\x7a\x54\x57\x4a\x24\x80\x2d\x2b\xaf\x4c\xce\xce\xe1\x5b\xfa\x92\x67\xc9\xab\x94\x28\x68\x4a\xbd\x8d\x0f\x83\x97\x91\x1b\xd7\x28\x7a\x4f\xef\x60\x4e\x07\x8a\xd8\xa7\x0f\xe1\xe2\x73\xfc\x50\xf7\xea\xf9\x72\x36\x1c\x6e\x75\x37\x97\x31\x6d\x59\x31\x13\x2d\x03\x99\x74\x61\xb1\x51\xbc\xe2\xc6\xc9\x68\xac\x4c\xcc\x1a\xcc\xab\xba\x35\xeb\xc1\x12\xfd\x7a\x93\xd9\xd6\x25\xd8\xb5\x21\xb2\x44\x37\xd4\x3c\x60\xb0\xdd\xd5\xb1\xce\xb5\xd7\xe1\xf0\x48\x5a\xb7\x7c\x45\x82\x83\x22\xd4\x7b\xc8\x3c\x06\xbc\x8a\xdb\x47\xf6\x4e\x7a\x4b\x53\x3f\x56\x3c\x65\x7c\xdd\x79\xa6\xc3\x47\xad\xaf\x9c\xb8\x3a\xfe\x55\x87\xfd\xa5\x7c\xe5\x44\x66\xf1\xb2\xee\xab\x87\xd6\xa7\x70\x7d\x19\x68\x11\x48\x88\xf6\xd7\x07\xcb\x7c\x60\xd9\xab\x67\x95\xe1\xbb\x14\x14\xca\x99\x68\x87\xc2\x3a\x13\xd3\xb1\x13\x4b\xdb\x65\x2c\xdf\xa5\x0e\x94\x73\xcf\x25\x6a\x18\x86\xa6\x44\x19\xbf\x3f\x4e\xcf\xc7\x5b\x05\x86\xc8\x9f\xe8\x45\xdd\x41\x8a\x17\xb0\xf9\x29\x01\x4e\x8d\xb4\x5b\x70\x6a\x97\x13\x3b\x44\x47\x38\xd1\x8e\xdc\xa9\x48\xab\xc1\xb6\x2a\x7a\x9f\x37\x89\x96\x62\x20\x16\xce\x48\xe6\x93\x34\x28\x7e\xc9\x99\x2e\x28\x8e\xfe\x94\x0a\x51\x6b\xa0\x4e\x8e\x17\x33\x8d\x62\xbc\xde\x87\xf7\x43\x29\x29\xb7\x47\xe9\x1c\x81\x6f\xa3\xfc\xb7\xf8\x8c\x33\x71\x9b\xfb\x76\x62\xc5\x88\xc5\x72\x78\xa5\xdd\x80\x44\x63\xb0\x4c\x10\x65\x92\xd7\xed\x09\xaf\x2e\x55\xe2\x8f\x8b\x2a\x2f\x95\x6e\x95\x1d\xf4\x2a\x09\xf1\xcf\x68\x20\x39\x30\xdd\x04\xcc\xe9\x9d\x43\x22\x66\x81\x6c\xa3\x74\xc1\xb5\x07\x23\xe7\x6b\xe3\x2e\x5e\x32\x39\xb9\x5e\x6c\x0c\x66\xcd\x77\x0e\x80\x18\x6e\x65\x40\xbd\x74\x6d\x25\xc5\xc7\x10\x76\xb6\xd5\xb2\x63\x4c\x31\x0e\xf1\xc2\x9f\xdc\x56\x7c\x50\xef\x68\x2d\x2e\x2e\x45\x8d\xe3\x63\xf5\x03\x05\x35\xc0\xad\x5d\xa9\xc5\x36\xdb\x87\x57\x82\xc5\x43\x8c\x3b\xbd\xf5\xfa\x98\x2a\xe9\x8b\x63\xd4\x4b\xeb\xb3\xe6\xfa\x97\x2a\x85\x1c\xbd\xb3\xee\x0f\x92\x03\x9b\x2f\x1c\xcb\x13\x0f\xbf\x3e\x03\x9f\xdf\xe7\xdc\x75\xa5\xef\x5c\x72\xf6\xa2\xcd\x8d\x66\xf6\x76\xbf\xd9\xdd\x78\x1a\x5c\xbf\xf6\x16\xef\x01\xd0\xc3\xf6\x44\xa8\xf5\x7b\x14\xed\xdd\x25\x79\x38\x4a\x8c\x0e\x13\x27\x76\x1d\x9b\x01\x13\x69\x73\x38\xef\x98\x81\x11\xb3\x61\x4f\xc3\x5c\x11\xba\x4b\x43\x80\x9a\x88\x35\xf9\x6e\xa3\x7e\xee\x87\xd9\xae\xf6\x55\x72\xc8\xf7\xb1\x83\x37\x7b\x4d\xdd\x83\x44\x8f\xe9\x53\x32\xb9\x1f\xda\x3a\x6b\xd0\x72\xbd\xa4\x03\xa8\xf8\x99\xfe\x70\xfe\x75\x6f\xfe\xa5\x49\x41\x1a\x35\xf4\x1d\xe7\x06\xbc\x9a\xd7\x00\x55\xc7\x15\x7f\x31\xec\x84\x7c\x20\xc6\xd9\x1b\x9f\x4d\xa9\x04\xda\x0c\x48\x63\xb9\x06\xdf\x71\x64\xb5\x67\x6c\x14\x0e\x94\xe4\x2a\xb6\x2a\x91\x98\xa0\xaa\xa0\x2d\xb5\xc0\x36\x76\xbe\xab\x81\x7b\x3c\x86\x0b\xc7\xf1\x84\x1b\x77\x8d\x9a\x52\xc7\xeb\xab\xe7\x61\x3c\xc5\x2c\x03\xf0\x13\xa0\x76\x1f\x55\x8f\x72\x17\xe7\xca\xb0\x98\x8d\x6a\x0e\xa7\x4f\xca\x46\xef\x46\x93\xd3\x29\xa2\x4f\xf8\xf6\x76\xb2\x6d\x35\x1e\xa9\x22\x3d\xd0\x88\x8e\xab\x82\xe9\x7f\x2c\xf0\xde\xf8\xb5\xf0\x56\xb2\x07\xb5\x58\x83\x6e\xbe\x6a\x2d\x95\xf3\x07\xf8\xe2\x1c\xbf\x60\x54\x21\x3e\x77\xa3\x4e\xda\x02\x98\x75\x4a\x45\x50\x1f\x0d\xf8\xce\x0f\x7b\xbd\xf9\x1f\x4f\x80\xa7\x18\x10\x71\x15\x8a\xf3\x07\x50\xcf\x68\xe1\x98\x8a\xe2\xfd\x29\x66\xe9\xf6\x1c\x2e\xc2\x3b\xea\x79\x7d\xff\xe1\x16\x80\xa7\x30\xc8\xd6\x6e\xf7\xc5\x72\x02\xc7\xfa\x3c\xaf\x0e\xea\x0a\x40\x83\x2c\x47\xf1\x80\xb4\x72\x14\x92\xea\x9c\xc5\x4f\x4e\xda\xa2\x31\x70\x7c\xd5\x4c\xf4\x92\xca\x49\x2c\xc3\x54\xc6\xd0\x59\xad\x51\xa8\x37\xe0\x7c\x4a\x8f\x9f\x9f\xc5\x04\xc8\x94\x56\xe6\xea\xf1\x7b\x95\xa8\x9c\xde\x75\xb2\x31\xb3\x8d\x42\xbe\x30\xe8\xa6\x8c\xe0\x13\xfc\xfe\xee\x21\x24\xaa\x1f\x33\x86\x64\x73\xe6\x09\xa2\xe7\xea\x90\x39\xf5\x35\x0a\xe7\xdd\x3a\x5e\x4e\x1b\xcc\x51\xac\x41\x7a\x7b\xc1\xc4\x9d\xf0\xe1\x5c\x70\xb3\x19\xec\x4c\x75\x97\xd7\x12\x0d\x02\x7b\x19\x72\xeb\x79\x8a\x39\x49\x1f\xd0\xa7\x9f\x38\xc1\xe8\x15\x91\xce\xe3\xd5\x3d\x50\x78\x6a\x39\x91\xfc\xe5\x94\xa2\x1c\x15\x11\x03\xd2\x45\xcd\x06\x59\x31\x48\xb4\x84\xa9\xe9\x98\xd9\x15\x2e\x15\xe8\xf5\xc5\x49\x38\xab\xd4\x3b\x1f\x27\x62\x72\xf6\x9a\x92\xae\x03\x75\x88\x8e\x76\xdf\x3c\xe8\x3c\x6d\xf1\x13\x34\x58\x2d\x41\x4b\x99\xc2\x29\x70\x84\x20\x41\x8f\xe1\x40\x3f\x4a\xa3\x87\x00\x5d\xcd\xe3\xb1\x43\xf0\xfb\x97\x83\x91\xc5\x63\xc0\xd5\x50\x18\xda\x18\x85\x51\xc9\x5e\x76\xa6\x4d\xd1\x30\x98\x30\xb1\x2e\xca\x77\x47\xe4\x51\x17\xc0\x49\xb7\x6c\x69\xa7\xa6\xda\x4a\x31\x1c\x91\x43\xc4\xf0\x39\xca\x3b\x91\x0c\x64\xbf\xc2\xce\x1f\x95\x10\x48\xd9\x71\x24\xa4\x53\x4a\x62\x59\xd7\xf8\x2b\x8b\x2e\x12\x68\x05\x63\xe5\xaf\x92\x4b\x52\xf5\xcd\x33\xe5\x22\x8a\x9b\x8d\xbf\x33\x1f\xcc\x5d\x97\x81\x50\x10\x36\xa7\x53\x63\x4f\x25\xbf\x01\x66\xcc\xcb\x8e\x3b\x93\xe7\x2e\x53\xf3\x5a\x70\x1d\x33\xbe\x46\x66\x42\x42\x37\x47\x66\xb1\x26\x0e\x3a\x8f\x94\x51\x92\xf0\x2c\xa7\x05\x37\xc1\xcb\xde\x40\x49\x54\x0a\x51\xde\x39\x9f\x1b\x2b\x16\x0c\xa8\x9f\xb5\x53\x31\xaf\xdb\x63\xc1\xf0\x3e\xfa\x28\x7f\xd8\x83\xe3\x8f\x26\xdc\xa3\x07\xe1\xd4\x08\x79\x8e\xee\xaa\x77\x98\xb5\xe1\x32\xfe\xec\xa4\x4e\x74\x9f\xfe\xe6\x64\x34\xbb\xc8\xb3\x44\xb3\x34\x2b\x09\x14\x3e\xb7\xce\x79\xb0\x55\x16\x7d\x4e\x8a\x6f\xa6\xcd\xd7\x7b\x88\x48\x7c\x4c\x35\xb6\x5d\xa1\x10\x28\x31\xf0\x7b\xce\x7b\x1f\x38\x40\x43\xf0\x01\x1b\xbe\x07\x3d\xba\x16\xbc\x18\x96\x27\x0a\x86\xf7\x51\x84\xe2\xb6\x4a\x7e\x2e\xc2\x2d\x33\x87\x3f\x7a\xaa\x4c\x3c\x43\x40\x42\xb5\x08\x88\xbd\xc5\xb6\x6d\x58\x6d\x0e\x7a\x78\xf1\xb6\x00\x49\x63\xf1\x3a\xf2\x20\x40\x74\x2f\x43\xdb\xe7\xac\xea\xa5\xa1\xaa\x57\xab\x73\x82\xf8\x44\x13\xc7\x27\x99\x4f\xdd\x3e\xe5\x98\x4d\x6e\x42\xaa\xa3\x52\xf7\xa6\x8e\x47\xe2\x51\xe4\xff\xa3\xef\x3e\x9b\x83\x50\xaf\x3f\x9b\x63\xf8\xf9\x4f\x3f\x33\xc2\x1f\xfb\x00\xb4\xb1\x24\x56\x1c\x0c\xaf\x7c\x3c\x9f\x09\x3e\x7f\x7b\x86\xee\xcc\x59\xe4\xcf\xb0\xc0\x09\xf9\x23\x40\xd3\x05\xaf\x23\x55\xfc\x33\x1c\xd4\x21\xe6\xd3\xdb\xf2\x51\xf9\x13\xe4\xf5\x71\xa4\xb6\x44\xd2\x88\xb0\xd9\xdd\x99\x66\xbd\xce\xed\x29\xcc\x87\xc1\xa0\xf1\xc4\x93\xfc\x35\xfd\x35\x9d\xb8\xef\x51\xe5\x8d\xf7\xcf\xf0\x83\x19\xea\xbd\x0c\x1c\x09\x7f\xc7\xa4\xf9\xbe\x64\xcd\x8f\xbe\x5a\x29\xda\x69\xd8\x48\xa6\x84\x58\x59\xc3\x36\x6d\x8d\xb2\x4a\x0c\x4a\x39\xa4\x8c\x5b\x93\x48\x04\xa5\x24\x22\x73\x32\x74\xfe\xce\xaf\x52\x70\x7b\x1c\x8d\xce\xdf\xf9\xc5\x58\x49\xa8\x86\xf1\xa8\xf2\x3d\x2d\x28\x47\x98\x81\x31\xda\xe3\x5a\xa5\xc2\xe3\x86\x62\xc7\xa1\xf3\xb7\x41\xcf\xc7\x4c\xb6\xad\x70\x71\x4f\xbd\x45\x49\xdf\xf1\x70\xcb\xf7\xce\xf3\xad\x60\xf6\x7b\xf9\x4e\x26\x98\x22\xf0\x34\x32\xb7\x38\xbf\xff\xc2\xfc\xae\x5f\x52\xe5\x52\x79\x3d\x35\x05\x40\xfb\xf5\x94\x5e\xcc\x6f\xd6\x61\x1e\x32\xbe\x2e\x8f\x8f\x60\xcc\x80\x6a\xa9\x93\x35\x71\xb0\x1b\x7a\xd6\x95\x79\xb3\xbd\xb3\xc1\xcf\xe5\x03\x6b\xc0\x8b\xc9\x9c\x56\x89\x8e\x76\xef\x79\x3c\x37\x81\x7a\x46\x5e\x24\x02\x4a\xd7\x28\x91\x94\x64\x8d\xe7\x7c\x89\x26\x08\xcc\xf1\x2f\xf0\x6f\x34\xc3\x7c\xbd\x5e\x2b\xf5\x35\xea\xa9\x4f\x16\xbf\x78\x88\xcf\xf3\x1c\x07\x68\x99\xff\x99\xb7\x99\xf4\x5f\x44\x12\xb6\x24\xce\xbf\xc6\xd8\x6b\xa5\x96\x44\xa2\x46\xbc\x6d\x0e\x74\xa2\x40\xaf\x63\x7a\xf7\x1b\x3c\xca\x60\xf5\x66\xb8\x3d\x7b\x0c\x10\x3d\x3a\x2a\xaf\x77\x9a\x10\x9c\x20\x48\x66\xc8\x19\x82\xba\xab\x57\x83\xe6\x3d\xd5\x02\x79\x68\x14\x94\x62\x33\x29\x80\x43\xc8\x9a\x72\x7e\x3e\xfb\xb9\xef\xfc\xb6\xe8\x9c\xfd\xad\x7c\xf7\x87\xea\x55\x7e\xd2\xe5\xec\xe7\x5f\x7d\xe9\xa4\xe0\x32\x42\x10\x7a\x12\x40\x0a\x8e\x22\x00\xe1\xa9\x01\x60\x21\xab\x84\x32\xc9\x05\x0c\x5f\x30\xbf\x73\xef\x00\xd7\x6d\xfa\x76\x3a\x54\x9a\x24\x22\xbb\x05\x32\xc8\xd6\x2e\x37\x42\x71\x5c\x74\x61\xe1\xde\x5c\xd0\x44\x7b\x2a\x5e\x24\xdb\x79\xc6\xa5\xed\xdd\x49\x38\xb0\xfc\x56\x8d\x7a\xd0\x68\x3e\x98\x05\x99\xeb\xff\x42\x91\x6b\xac\x77\x9f\xb2\x6c\x9a\x94\x20\x57\xa7\xa7\x22\x28\xc9\xcc\x57\x9f\x9d\x75\xf8\x1d\x54\x35\xd3\xf3\xa5\x2a\x02\xe4\xf0\x0e\x0c\xca\x7e\x47\x07\x9d\xdb\x2b\x04\x27\x8f\xe0\xc8\xa9\x45\xe7\xa3\x5b\xbb\x50\x2a\x08\x82\x7c\xf9\xdb\xcf\x1d\xeb\x66\x99\xd5\x25\xe5\x06\x54\x72\x65\x56\x6e\x32\x93\xb3\x45\xf6\x9d\xd2\x0b\x4a\xd6\x5f\x21\x67\xa5\x2a\x0c\x93\x22\x91\xd9\xb7\xa2\x5a\x8c\x24\x46\xde\x4a\xf1\x1e\xcb\x12\x9b\x52\x8c\xe9\xce\x51\xc9\x48\x0d\x02\x98\x94\x57\xb9\x02\x90\x5a\x07\x6f\xe3\x24\x2e\x49\x98\x74\x33\x12\x04\x8d\x41\xc4\xa5\x40\xb3\x82\x88\x1e\x29\x63\xb6\x02\xa8\x60\xd8\x0c\x62\x15\xe6\x98\x16\xb3\x03\x9b\xe1\x58\x34\x96\x57\x04\x13\xa0\xca\x8d\x29\x93\xa7\x90\x23\xae\x98\x12\xf8\x6a\x54\xb7\x72\xe6\xaa\xd5\x48\x70\x7c\x76\x8a\x29\xb3\x98\xb8\xc8\xf4\x63\x41\x6c\xae\x53\x40\xf9\x6a\x55\x48\x08\x47\x22\x31\x76\x18\x85\x17\x5c\xed\x28\xe3\x08\x64\xa3\x8c\xae\x22\x52\x19\x5d\x45\x94\x12\xc5\x5e\xb8\x41\x66\x32\x52\xe4\xf5\xf7\x83\xb2\xed\x62\xc6\x62\x0a\x84\xe9\xec\x1d\x85\x6b\xcb\x78\x57\x52\xd5\xe5\xd7\xac\x73\x68\x8c\x23\xc3\xd6\x80\xa4\x39\xec\xbe\xc1\x4b\xc1\x1c\x06\xaf\x80\x6b\x0d\x32\xe1\x60\x58\x08\x1a\xfb\x44\x16\x34\x0a\xa9\x1b\xb1\x04\x5a\xdd\x90\x80\x52\xf3\xbc\x3a\x3f\x69\x24\xe2\xfb\xa3\x5d\x7e\x1a\x46\x2f\x20\x7a\xd5\x0a\x39\x7e\x56\x45\x03\xf7\x1e\xdc\x0b\x41\xcd\x22\x73\x67\xa2\x0a\x0c\x38\x0e\xcf\x63\x3e\x06\xde\x2f\xd4\x4a\x55\xb9\x3b\xda\xbd\x7a\x1f\xd6\x57\x48\x9f\x1e\x28\xa6\x84\x15\xac\xa1\xb9\x06\xb3\xd3\xa0\xf1\xe1\xbd\x83\xb9\x31\x41\x45\xb5\x76\x7d\x7a\xaf\x15\x6f\xb4\xf7\x1a\x00\x8c\x4b\xaa\x28\x8f\x59\x7d\x41\x71\x52\x0a\x88\xca\xd8\x25\xa4\xaa\xda\x88\x02\xc5\xb2\x11\x0f\xc3\x99\x15\x7b\x23\xa0\xcc\xf7\xcb\xbc\x17\x67\xcf\x7e\xe6\xc4\x36\x3c\x2a\x35\xdf\xf5\x6b\x8d\x02\x3d\x75\x4e\x61\x16\xf3\x81\x9a\x0b\x87\x5d\x5d\xca\x9a\x30\x2a\xf2\xf2\xaa\x11\xf1\x43\x54\xb1\x62\xa3\x4d\xb6\x5a\x3b\xa7\xfc\xbf\x96\x4b\x75\xf7\xc3\x53\x14\x8b\x70\xaa\x5e\x2a\xf6\x9d\x32\x9a\x55\x54\xd3\x3a\x35\xf6\x32\x6a\x05\xdc\x7a\x92\x3b\x2b\x8a\x37\xa9\xdc\x1c\xa6\x98\x40\xea\x88\xc2\x22\x4a\x73\x05\xbe\x52\xa7\xbb\xc7\x6b\x43\x0c\x27\x1e\x34\x95\xa6\x8e\x6f\x22\x51\x95\x70\x6a\xa2\x77\xc3\x18\x0e\xa7\x5d\x57\x69\xd8\xf9\xb2\x11\x3d\xc2\x28\xa2\x04\x5d\xa0\x52\xe0\x42\xf2\xd9\x7a\xc6\x01\xa5\x92\x61\xb4\xb3\x8f\xce\x21\x0e\x27\x55\xd0\x34\x43\x31\x34\xf0\xd4\xcc\x07\xdd\xe3\x13\xa4\xab\x6d\xa5\xef\x5c\x4e\xb8\x0b\x07\x7c\x04\x29\x80\x5c\x09\x1c\x0e\xb6\x67\x7b\xb7\x8f\x82\xbd\xa7\x9c\x64\x37\x31\xa0\x2a\xc8\xf0\x79\x61\x7d\xcc\xcd\xf0\x2e\x0e\x6d\x80\x26\x3a\x7c\x2f\x16\x6f\xdf\xe4\xca\xe4\x1a\x63\xf5\x97\x31\x8e\xa3\x66\xd1\xdb\x76\xbb\xc9\x8f\x00\xc9\x02\xf9\x6e\x3d\x12\x39\x8d\xca\xbd\x71\xdc\x57\x16\x38\x8f\xa9\xac\xee\xc8\x0b\x3e\x44\xce\x5c\x1b\x27\xfe\xda\x70\x1b\xd0\xaa\x5b\x19\x40\x0a\x41\xe9\x1c\x78\xae\x7a\x89\xf8\xe2\x2a\x59\xa9\x80\xb6\xc9\xc5\xe1\xee\xeb\x51\x10\xf4\xf4\xe6\xbf\x93\xbb\x1b\xbb\x12\x51\x76\xd9\x17\x6b\x3c\x02\xa1\x95\x0b\x5a\x54\x7b\x2d\x05\x44\xed\x1d\x1c\x14\x4f\x76\xcc\xf9\xc3\xbf\x7e\xf6\x27\x47\x98\x97\x0d\xcd\xac\x82\x6f\xfb\x0f\x8f\xda\x44\x40\x40\x88\x86\xf0\x98\xd2\x28\x89\x40\x09\x2d\x53\x0d\xb1\xa7\x57\x71\x09\xa2\x76\x32\x3b\xd3\x15\x6c\xcf\x91\xc1\x4e\x9a\x22\x23\xb9\x34\xc4\x76\x60\xbb\x09\x39\x05\x45\xc0\x3d\x18\x8e\x40\x0c\x5f\x06\x20\x60\x94\x36\x90\x7e\x25\x92\xa1\xf8\x7d\xc8\x44\x47\x15\x29\x66\x42\x08\x32\x79\x67\xfd\x69\x7b\xe7\xc7\x88\xba\x70\x18\x93\x0c\xe9\x2c\xff\x8c\x0d\x4a\x01\x55\x6b\xde\x85\x12\x6a\x0a\x0a\x8c\xf3\x60\xf0\x7b\x58\x04\xa9\x20\x34\xb5\x52\x00\xb1\x59\x02\x02\x97\x44\x10\xfc\x84\xfe\x76\xec\x9d\x93\x23\x88\xc7\x84\x61\x65\x35\x59\x0e\x72\xb8\x8e\x02\x1e\x28\xe8\xb5\xd0\x96\x5f\x7b\x35\xd4\x04\xca\xa5\x7e\x76\x19\xe9\x19\xe0\xab\x7c\xd7\x0f\x6c\xe8\xc1\x7a\xbd\xea\x73\x32\x01\x21\xfb\xf4\xdc\x61\x6c\xf0\x51\x5b\x32\x83\xb4\xa6\xaa\x25\x72\x05\xa8\xe5\x08\x16\x0e\x3b\x13\xe3\xf6\x5a\x28\x10\xa1\xf3\x02\x63\xa3\x8d\x3a\x12\x03\x35\xa1\x8f\x72\x2c\x3e\x95\xdf\x8e\x4d\x23\x91\xe7\xab\x0d\x20\x5e\x6f\xf7\x88\xc5\xc4\xfc\x44\x10\x60\xf6\xa7\x82\x90\xce\x14\x6a\x40\xdd\x3f\x81\xff\x39\x1c\xa7\xa1\x0b\xc4\x06\xd2\x8a\x64\x76\x55\xe2\x03\x86\x15\x1b\x65\x5d\xba\x39\x11\xce\xdc\x88\xea\xc9\x9b\x34\x68\x00\x37\x0c\xf2\xba\xdc\x7c\xcd\xe6\x38\x18\xf7\x5b\xb7\xd0\xd0\xee\x41\xcb\xa0\x1e\x35\xe3\xb1\x80\x4d\xe2\x15\x28\xe1\xdd\xa3\x85\xce\xda\xa4\x2e\x97\xfb\x75\xf8\x4d\x65\x83\x56\xc3\x87\x25\xac\x13\xcf\x59\x9d\x3c\xa1\x5f\x32\xa2\x9b\x83\x53\x21\x5d\x2a\x30\x8a\x7f\x02\x66\x00\xbd\x49\x89\xf2\x52\xd0\x74\x95\xb5\xe8\xd6\x91\x93\xc9\xe5\x4a\xb9\xd3\x4a\xd0\xdd\xad\xa7\xe1\x95\x51\x0d\x8d\x1c\x06\xc3\xb2\x84\xfa\xe9\x2e\xe9\x2d\x2a\xf4\xc8\x64\xf9\xc9\xb4\x60\x74\xad\x77\x65\x4d\x97\xc3\x6c\x23\x08\x79\xa7\x8c\x93\xbf\x12\xb4\x86\x2b\x55\x58\x9e\x63\x68\xba\x4d\x47\xf2\x5c\x0c\x4c\x74\x05\x86\x22\x5f\xc0\x23\xfd\x48\x5c\x6f\x79\x37\x0e\x47\x9d\x9a\x01\x2b\xac\x91\x29\x28\x16\xfa\x78\x6d\x58\xe2\x33\x4b\x72\x1f\x88\xfc\x6b\x4e\x46\xa7\xf0\x56\xdf\xbc\x6a\x7c\x49\xd4\x18\x95\xf5\xd1\xd8\x81\x84\x46\xf2\x35\x2f\xeb\xb9\xb4\x77\x7a\xf7\x24\xa9\xa1\x9d\x6a\xe1\x34\x3d\x72\x93\xa9\xb9\x15\x9d\x29\x12\x33\x95\x5e\x3f\xd0\xb9\x20\xf5\x6b\x0a\x1f\x44\xaf\x29\xd0\xbb\xd2\xc7\x3d\x07\x95\xd1\xcf\xee\x60\x14\x24\x47\x79\xee\x8d\x39\xb1\x07\x2a\xfc\x5a\xe1\xfd\xc4\x43\x52\xfa\x71\x0b\x49\x92\xdf\xdc\x8e\x55\x43\xe0\x7f\x51\xdd\xf0\x1c\xf9\xd1\xa2\x6f\xf4\x2c\xd9\xdc\x68\xce\xf2\x7d\x36\x44\xbe\xcf\xf3\xfd\x95\x7e\xda\xe7\x1b\xd5\x44\xec\xcd\x0d\xdd\x92\x91\x22\xd4\x6a\x4f\x1e\xd7\x48\x36\x67\xbd\xa3\xf4\x0d\xc7\xca\xfd\xc2\x21\xa5\x64\xfe\xff\x46\xb2\xf4\xff\x13\x23\xd2\x49\xf2\x18\x13\xb6\xc7\xec\x3d\xd5\x1b\xaa\xb3\x8e\xa6\x62\x07\xe5\x59\xc1\x27\x3b\xf5\x6e\x72\xe4\x9c\x35\x04\xda\x50\xfb\x65\xa7\xd4\xed\x33\xb0\x44\x3d\xd5\x42\x4f\x6d\xf0\x63\x28\xce\xe9\xc4\x6b\x1f\x80\xd6\x75\xcf\x2b\x9f\xcb\xe4\x07\xbc\x2c\xde\x2e\x9f\x98\xce\xd0\x4b\xb4\x78\x2f\x84\x6f\x9b\x67\xe8\x8a\xc8\xcc\x76\xb0\xb8\x96\xf9\xc0\xcf\x7e\xe0\x74\x56\x6f\x9c\xf6\x33\x1f\x0c\xc1\x9f\x68\xfe\xb9\xb1\x84\xbf\x06\xf1\x17\x3d\x33\x8d\xbf\x8a\xf8\xeb\xc9\x0f\xf8\xe7\x45\xfc\xf3\xfa\x1a\xd5\x00\x52\xf1\x81\x13\x2e\x36\xf1\xc7\x25\xfc\xbe\xfb\x12\xfe\xf4\x5d\xe0\x32\x45\x7a\x59\x88\x9b\x1e\x2a\x55\x80\x80\xd2\x07\xdd\xc1\xa0\xd7\xa8\xf1\x17\xd5\x49\x31\x7f\x89\x3f\x50\x3f\x17\x5d\xf7\x3c\xff\xa4\xbe\xa0\xab\xfa\x20\x3f\x3f\x46\xdd\x5d\x72\xf3\x52\x9d\xba\xac\xe5\x2f\xe6\x54\xb7\xd0\x27\xfd\x56\xbd\x72\x97\xb0\x30\xc5\x9a\x57\xc5\xbc\xb4\xe7\xf4\x03\xdc\x2a\x37\x78\x38\x79\x27\x5c\xf8\x49\x9e\x28\x69\x6e\xcb\x05\xa9\xe6\x1d\x4e\x54\x8c\x2f\xac\xed\x3f\xca\xa8\x44\xff\xa5\x4a\xb5\xa1\x32\x2b\x5d\x5e\x43\x03\x2f\x65\x1f\x01\x10\xf4\xfd\xf0\x93\x7f\xea\xb5\x1e\x7e\xad\x14\x76\x24\xd7\x87\x9c\x98\x33\x76\x1d\xdc\xec\xac\x6e\x81\xf2\xf7\xb7\xbf\xd1\xd3\x28\xa0\x9b\xfc\xfd\xef\xce\xe7\xbf\x03\x85\x0f\x44\xef\xee\xd1\x38\xa2\x8c\xe1\xcd\x33\xe0\x87\xf2\xdf\xfe\x5b\xac\x4a\x46\xc2\xad\xc9\x55\x25\xd7\x8c\x24\x2f\xc2\xff\x0c\x00\x00\xff\xff\x13\x46\xf9\x52\x11\xb5\x00\x00")
+var _confLocaleLocale_zhCnIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x59\x73\x1b\x47\xb6\x20\xfc\x8e\x5f\x51\xa1\x0e\x85\x5f\x3e\xcb\xe1\xf6\xfd\x96\xf8\xc2\xf0\x4c\xb7\xfb\xde\xee\x9e\xe8\xc5\xd3\x72\xc7\x7d\x70\x28\x60\x10\x28\x92\xb8\x02\x51\x68\x14\x20\x99\xee\xe8\x08\x52\x12\x49\x50\xdc\xb5\x51\x12\x29\x51\x94\x25\x91\x96\xc4\x45\xb6\x16\x92\xe0\xf2\x5f\xa6\x51\x05\xe0\x49\x7f\x61\xce\x96\x59\x99\x55\x45\xca\xf2\xdc\x19\x3f\x58\x44\xe5\xc9\xed\x64\xe6\xd9\xf3\x64\xbe\x5a\xcd\x15\x5d\xbf\x90\x0d\x56\xf6\xda\x7b\xb3\xce\x6f\x3d\xa7\xbb\xb5\xd1\x5d\x1f\xe9\xdc\xbd\xd2\x9d\x78\x1a\x5c\xfd\xde\xf9\x6d\xa9\xee\x84\xcb\x33\xc1\xd5\xd5\x4c\x66\xd0\x1b\x72\xb3\xbd\x27\xb7\x7a\xab\xaf\x32\xc5\xbc\x3f\xd8\xe7\xe5\x6b\xc5\x6c\x38\xbb\x16\x34\x5f\xf7\xee\x3d\x0c\xef\x1d\x65\xdc\x6f\xaa\x65\xaf\xe6\xc2\xc7\x87\x9d\x97\x0f\x33\x83\x6e\xb9\x9a\x0d\x76\x36\xa1\xa5\x8c\x5f\x1a\xa8\xe4\x4a\x95\x6c\xe7\x4e\x2b\x38\xb8\xc9\x3f\xbd\x46\x3d\xdb\x1b\x19\x09\x26\xf6\xf8\x77\xa3\x9a\x0d\x7f\x5c\x0f\xc6\xa7\x33\x35\x77\xa0\xe4\xd7\xdd\x9a\xfa\x7d\xd1\xed\xf3\x4b\x75\x37\x1b\x6c\xde\x0e\x6f\xed\x76\x0e\x16\x3a\xcf\xee\x64\x2e\xb8\x35\xbf\xe4\x55\xb2\xc1\xc1\xf5\x60\x72\xa6\x33\xd9\x0c\x97\x9f\x67\xaa\xf9\x01\x18\xe5\xea\x2b\x18\x51\xa6\xee\x0e\x55\xcb\x79\xa8\x16\xae\xaf\xe2\xf0\xca\xf9\xca\x40\x03\xcb\x79\x9a\xbd\x91\xc9\xde\xea\x6e\xa6\x50\x73\x01\x26\x57\x71\x2f\x66\x83\xe6\x52\xd0\xda\x3b\x73\xe6\x4c\xa6\xe1\xbb\xb5\x5c\xb5\xe6\xf5\x97\xca\x6e\x2e\x5f\x29\xe6\x86\x70\x5e\x9d\x1b\xeb\x61\xf3\x4d\xfb\x68\x35\x1c\xdd\x0a\xe6\xae\x86\x4b\x2f\x83\x47\x77\x69\xec\x6e\x11\x26\x97\xcb\xfb\xd9\xe0\xcd\x0f\x3c\x45\x86\xcd\x50\x4b\x95\xfc\x90\xaa\x1c\xcc\xcf\x64\xdc\xa1\x7c\xa9\x9c\xed\x5d\xda\xec\x6c\xbe\x80\x01\xfb\xfe\x45\x0f\x30\x19\x6c\x8d\x77\x1e\x8c\xc2\xd4\x73\xf5\xe1\x2a\x80\xaf\x6e\x76\x37\x1f\xc9\xc7\x42\xbe\x5a\x2f\x0c\xe6\xb3\xbd\xa7\xd3\xdd\xad\x51\xfc\x02\x70\x55\x0f\x70\xe2\xd5\x86\xb3\xed\xd6\xf5\x60\xef\x7a\xc6\xab\x0d\xe4\x2b\xa5\x6f\xf3\x75\x44\x4a\xa7\x75\xa5\xd3\x9a\xc8\x0c\x95\x6a\x35\xaf\x96\xed\xdd\x5c\x0e\x2e\xcf\x65\x60\x8e\x39\xac\x27\x13\x0d\x6f\x6d\xc3\x52\x4b\x6d\x2c\x1b\x2a\x0d\xd4\x10\x5f\xdd\xa3\xd1\xce\x5a\x2b\x78\x74\xab\x77\x79\xdd\x2a\xa6\xc6\xcc\xca\x46\xc3\xfd\x5e\xed\xbc\x55\x16\xbe\x3c\xec\xdc\x58\x31\xea\xc3\x00\x2d\x00\x35\xc6\x7c\x05\x16\x85\x4a\x3b\x9b\xab\x9d\xf9\xf1\xb0\xb9\x10\x95\xe6\x8b\x43\x80\xd9\x6a\xbe\xe2\x96\xa5\x58\x36\x5b\xbe\x50\xf0\x1a\x95\x7a\xce\x77\xeb\xf5\x52\x65\x00\x50\xbf\x33\x0f\x08\xee\x6e\x1e\x76\x0e\x36\x33\xe9\x5f\x87\xbd\x86\x5e\xd6\x6c\x7b\xe7\x69\x7b\x6f\x8f\x57\x93\x4b\x74\x25\x5e\x2b\xa9\x04\x3d\xd5\x4b\x17\x4a\xf5\x92\xeb\x67\xc3\xe5\x91\xee\xd1\x42\xf8\xb2\x15\x5c\x5d\xcf\x54\x1b\xe5\x32\xe0\xf3\x6f\x0d\xd7\xaf\x43\x47\xf3\xcd\x60\xf7\x75\x77\xeb\x4d\xf8\xe2\x52\xa6\xe4\xfb\xf0\x15\x76\xc3\xe3\x60\xe6\x26\x0f\x3b\x03\xab\x58\x29\xc0\x2c\x82\xb9\x5b\xe1\xeb\x66\x26\xf3\x55\xa9\xe2\xd7\xf3\xe5\xf2\xb9\x8c\xfc\x01\xdb\x7b\xb2\xfb\xdd\x98\xda\xbd\xa5\x7a\x99\x0e\x5c\xf8\x7c\xb5\x7b\x34\xdf\x5d\x9d\xe6\xe2\xce\xfa\x54\xb0\x37\x97\x29\x7a\x85\xf3\xb0\x47\xf1\x8c\xc1\x39\x09\x9e\x5c\x0a\xef\x2f\x87\x97\xd6\xc3\x8d\xef\x82\xe5\xf5\xf6\xc1\x11\x4c\xc1\xf9\x0d\xc1\x38\xc1\xe6\x6e\x70\x67\x9d\xdb\x80\x53\x3e\xe0\xbf\xdd\x87\x6d\xf4\x06\x4e\x75\x70\x34\x16\x8c\x35\xdb\xad\x1b\x9d\xd6\x78\xef\xf6\x58\x77\xab\xe5\x7c\x9a\x77\xea\xf9\xda\x80\x5b\xcf\x9e\xca\xf5\xc1\x89\x39\x7f\xca\x19\xac\xb9\xfd\xd9\x53\xa7\xfd\x53\x9f\xf1\xf9\x0b\x6f\x4d\x84\xab\xdf\x7d\xfa\x51\xfe\x33\x27\x98\x9f\x0d\xc6\x67\x82\xad\x5d\x38\x7b\x3c\xee\xee\xd1\x12\x0e\x75\xf5\x59\x30\x7e\xe7\x9f\x23\x97\x32\x88\x1f\x38\xba\xb9\x62\x1f\x13\x1b\xec\xdf\xe9\x3e\x19\x05\x2c\xf1\x7c\x9c\x3f\x0e\x9f\xfd\xef\x7f\xf8\xe7\xc8\xe8\x17\x9e\x5f\x1f\xa8\xb9\xfc\x03\xfe\x0f\xb5\x3e\x71\xc2\xe6\x2d\xe7\xcb\xd2\x6f\x7e\x8d\x4d\x41\x13\x8c\x94\xf0\xe6\x76\x38\xb3\x09\xdb\x4a\x56\x08\x0b\xf0\xcc\xe8\xef\x9d\x17\xad\xe0\xfe\x14\x90\x2c\xbf\x1e\x7d\x6c\xef\xb4\xc2\xe5\x3d\x3a\x90\x06\x24\x1f\x53\x7d\x0a\x63\x05\x72\xfe\xa0\x03\x3a\xc3\xba\x14\x8e\x71\x67\x6d\x1b\xbf\xc7\x17\x40\x50\x4f\x93\x62\x3c\xcb\x97\xdf\xff\xe9\x4f\x7f\xfe\xcd\xaf\x9d\x60\xff\x66\x78\x7d\xb6\xdd\x7a\x0c\x04\xc4\x69\xd4\xfb\xff\xbf\xdc\x80\x5b\x71\x6b\xf9\x72\xae\x50\x72\x82\x8d\xc5\xce\xf3\x27\xbd\xa5\x71\x9c\xae\xef\x97\x81\xec\x14\xdd\xec\xd9\xb3\x7f\x70\x80\x84\x05\xfb\x73\x30\xce\xfa\x60\x34\x0a\x58\x88\x76\xeb\x75\xf7\xcd\x56\x70\x78\x25\xe3\xff\xad\x8c\x78\x96\xf1\xc4\xf1\xe7\xa4\x56\x82\x6e\x3e\xed\xab\x7d\xd6\x3e\x58\x6e\xef\xec\x31\xa1\x0f\xe6\xb7\x60\x6f\x87\x8b\xaf\xcd\xc1\x77\x5a\xf7\x60\x8d\x75\x9d\x8c\x5b\xab\xe5\x80\xb8\xd6\x87\x71\x59\x69\x4c\x89\xfe\x90\x00\xe8\x65\xa2\x8a\xed\x9d\x99\xee\xe5\x03\xe8\xa8\xf3\xfd\x9e\x6a\xa4\x54\xb9\x90\x2f\x97\x8a\xb0\xae\x0a\xc5\xf6\x60\x19\xcf\x50\x33\x18\x1b\xed\x6e\xee\x04\xd3\x63\xc1\xfc\x33\xc6\x92\x73\xea\xcc\x29\xea\xee\xd4\x87\xa7\x1c\x6c\xaf\xe2\xe5\x98\x58\x20\xbd\x2e\x96\xfc\x7c\x1f\xd0\x6e\xe6\x24\x35\x26\x8a\xb8\x3c\x34\x88\xe0\xd1\x0a\x9c\x92\x70\xf9\x29\x93\x23\x3e\xa0\xc1\xc2\x6d\x5e\x74\x1c\xfa\xe5\xb1\x60\xfc\x55\x7b\x67\xaa\x03\x3b\x75\xe3\x21\xb3\x21\x7b\xe6\x8a\x30\xc9\xc6\xd1\x6d\xf0\x96\x89\x4f\x36\xa3\x56\x99\x77\x70\xb0\x77\x03\xfa\x02\xc6\x0b\xe7\x46\x36\x31\xb2\x63\xc2\x80\x94\xf1\x0e\x53\x5f\xf5\x3e\x3b\x7a\x86\xeb\x31\x75\x29\x9c\x3a\xe8\x8d\xbd\xe9\x5c\x7a\xa6\x49\x25\xd7\xe8\x2d\x3e\xed\xdc\x9f\x05\x12\xda\x6e\x3d\x7f\xbb\x3f\x4a\x7c\x82\x97\x88\x29\x71\xf8\x60\xb7\xb3\xb4\x89\x3c\x58\x97\xa8\xb6\xc3\xc9\x91\x70\x79\x92\x98\x7e\xf7\x68\x19\xe8\x0c\xd7\xe8\x01\xbe\xb6\xc7\xbb\x0f\x01\xef\xb7\xc3\x1b\x87\x20\x2a\x74\xb7\x1e\x73\x1b\x74\xc0\x1b\xc0\xb9\xf1\x4c\x31\x81\xe9\xfc\xd8\xea\xb4\x56\xe4\x58\xa9\x32\xd5\x03\x56\xe4\x73\x75\x04\x64\xae\x15\x8c\xbd\x81\x0e\x61\x67\xc5\x86\x16\x5c\x9b\x36\xa8\x15\x6d\xa5\xeb\x33\xb0\x49\xc3\x7b\x97\x7b\x77\xe6\x89\x14\x78\xc0\x43\x81\xf5\xaf\xac\x20\x43\xe5\x5f\x46\x27\x8c\xd2\xe0\xe0\x45\x70\x7d\xc6\x39\x7b\xf6\x77\x4e\x30\x36\xd5\xbb\x3b\x1e\x2c\x6f\x07\xf7\x46\xf8\x6c\x0d\xe6\xaa\x5e\xad\x9e\xc5\xc2\xce\x33\xe0\xe6\xdf\x05\x73\x6f\xf4\x67\x7d\x8a\xa0\x54\x8e\xc5\x9d\x75\x44\xf4\xd2\x42\x30\xff\x5c\xc3\xc3\x11\xe9\xdc\xbc\x03\x2b\xdc\x5d\x5d\xef\x3c\xda\x83\xbd\x82\x07\x9d\xfa\xbb\xba\x02\xcb\x8f\x3d\x0d\xd6\xeb\x55\xee\xea\x77\x5f\x7e\xf9\x85\xd1\x97\x2e\xd0\x4b\x4b\xeb\x2e\x5d\x40\x5f\x1a\x12\xf7\x40\xa3\x56\x16\x00\xe7\xaf\x7f\xf9\x83\xfa\x74\xdc\x94\xb1\xab\x8f\xf0\x7f\x67\xad\x99\x03\x5e\xdb\x3b\x23\xed\xbd\x25\x96\x3d\xda\x3b\x1b\xc8\xc2\xaf\x1f\x86\xb3\x8f\x71\xa8\x65\x6f\x20\x57\xf3\xbc\x3a\x6f\x97\x70\xf1\x71\x70\xb4\x28\xc4\xc5\x2a\xd2\x03\xa6\xfd\xc0\x70\x4c\x55\x08\x45\xb4\xb9\x32\x5e\x15\x8f\x5c\xb4\xe1\xe7\xb6\x40\xde\x92\xad\x4e\x02\x90\x14\xc0\x50\xa0\x22\x23\x59\xf1\xee\x21\xc0\x0c\xd1\xee\xb3\x7f\x04\x94\x09\xdd\xa6\xaf\xfd\x35\x6f\x48\x55\xb9\xf7\x18\xa4\xd4\xe8\xb3\x1a\x95\x59\xca\xd3\x86\x65\xea\x8d\xbe\x0a\x0e\x9f\x3a\x7f\xf9\xb7\xcf\x9d\xff\xfb\x93\x5f\xfe\xd2\x09\x1f\x4c\x04\x13\x48\x65\x61\x5c\x40\x8b\xc3\xdb\x5b\x88\x98\x9d\xa7\xc8\xad\xf7\xb6\x10\x2b\x84\x21\xae\x0f\x44\x46\x68\xf8\xa9\x3f\xc1\x51\x3c\xe5\x7c\x4a\x13\xf8\xaf\xee\x37\x79\x10\x30\xdd\x33\x05\x6f\xe8\x33\xda\xa4\x0f\xf6\x81\x46\x23\x26\xb1\x18\x76\x3d\x1d\x8b\x60\x6e\xa1\x37\x32\x2a\xd2\x9e\x14\x44\x42\x9f\x51\xa8\x05\x40\x96\x7d\x73\x05\xaf\xd2\x5f\xaa\x0d\x81\x60\xb1\x85\x87\x86\x48\x10\x43\xb2\x6c\x48\x8d\xe5\x2a\x5e\xbd\xd4\x3f\x2c\x40\x3c\xf7\xde\xc8\xdd\xce\xca\xe3\x70\x6e\xbe\x37\x7e\x0d\x04\xa1\x1a\x08\xca\x39\xfc\xa7\x54\x70\x15\x03\x55\x7b\x1a\x76\x44\x30\xf6\x3a\xd8\xbc\x6c\x2d\x80\xd7\xdf\x5f\x2e\x55\x5c\xe6\x3e\xdc\x72\xe7\x49\xab\xb3\x77\x24\x5c\xc8\x2c\x87\x2d\x5c\x05\xc1\x1d\xc8\x29\x08\x8b\x9d\x83\x1f\x18\x04\x28\x67\x7b\x77\x85\x0f\x44\xbb\x35\xeb\x7c\xfe\x9b\x3f\x39\xdd\xd9\x37\x28\xfa\xd0\x46\x81\x25\x01\x6a\x03\x98\x47\x5d\xe3\xd5\x95\x70\x6f\x9e\xa9\x0c\xc0\x02\x45\x04\xb4\xeb\x11\x72\x2d\x3a\xf3\x42\xd2\x41\x46\xbd\x90\x07\x19\x25\x2b\xe7\xed\xb7\xf2\x5b\x69\x2a\x71\x38\x19\x61\x1c\x1a\x89\x0c\xec\x90\xcd\xbb\xed\xdd\x49\xe8\x1f\x46\xd4\x6e\x8d\x09\xbb\xbb\xf1\x42\x44\xfd\x9d\xab\xed\xfd\x07\xb8\xb4\xcd\x5b\xbd\xd6\x6d\x40\x3a\xfc\x1d\x3c\x7a\x09\x32\xaf\x39\x22\x8b\xc9\x30\xc7\x10\x09\x72\xe2\x29\xee\x5e\x56\x62\xd2\xa0\xa3\xb1\x99\x75\x80\xf2\x71\x1d\x26\x23\x30\xb4\x60\xee\x29\x50\xca\x88\xc7\xf0\xae\x7d\x03\x62\xe8\x03\x10\x70\x81\x48\x10\x6f\xaa\x50\xfb\x4a\x59\x90\x2d\xa1\x54\x06\xc1\x8e\x0d\x24\xfd\x8b\x3c\xb6\xbc\xce\x43\xe0\xce\x41\x06\xe8\x1e\x5e\x0f\xc6\x1e\xf7\x1e\x5e\x89\x14\x0f\x92\xe7\x40\x49\x11\x85\x2e\x77\xa1\x84\x8a\x13\xef\x11\x52\x7c\xba\x9b\x47\xbd\xc5\x4d\xa0\xd3\xa0\x17\xa6\x42\xab\x1d\x43\x53\x8a\xf4\x25\x20\x1d\xdc\xf9\xa4\x70\x68\x69\x88\xa4\x4a\x44\xc1\xfc\x93\xa0\x79\x07\xf6\x08\x54\x04\x80\xce\xf2\x54\xd0\xdc\xe6\xba\xb0\x3a\x72\x3c\x08\x18\x71\xc1\xdc\x59\x04\x7a\x51\x73\x6d\x5e\xcf\x78\x03\x91\x1d\x58\x35\x9c\x7f\xe6\x48\x30\x0a\xec\x6a\xe9\x01\x70\x6e\xe7\xf7\xbf\xc9\x7e\xec\xe8\x71\x21\x0f\x44\xad\x98\x76\xe4\xe1\xa2\x6e\x27\x62\x4a\xdc\x27\x9f\xb0\x58\x37\x8a\xc7\x13\x04\xab\x83\xb6\xcc\x81\x6c\xec\x64\x89\x22\x23\xf4\xc0\x00\x30\x55\x44\xae\xcc\xaa\xa5\xae\x29\x54\x47\xf4\x8b\xdc\x80\x87\xba\xcd\xb3\xa9\x60\xe6\x47\x96\xbd\x41\x45\xf6\xeb\xb9\x81\x52\x3d\xd7\x8f\x84\x09\xc4\xdf\xc5\x07\xe1\x8f\x37\xbb\x5b\xe3\x41\xf3\x99\xf3\x01\x14\x7c\xe0\x04\x0b\x07\xed\xd6\xa3\xb7\xfb\x77\x4f\x5f\x10\x19\xf3\x13\x24\x3a\x39\x38\x46\xa5\x32\xee\x25\x14\xab\xf0\x30\xf3\xd1\x81\xf3\x31\xb7\x80\x72\xc0\x64\x13\x11\x7b\x63\x2b\x9c\x1e\x75\x44\x3a\x14\x91\x12\xe8\xc1\x69\x1f\xc8\xfa\x54\xf7\xe0\x40\x34\x8a\xfb\x57\x70\x69\x26\x9b\x08\x31\x32\xcd\x2b\xe2\x0c\x78\x7d\x8d\x52\xb9\xe8\xb0\x6a\x8f\x18\x56\xe2\x22\x08\x8b\xb2\xb4\x71\x5d\x00\xab\x6e\x7c\x07\x98\xe1\x01\xab\x0a\xc7\x4a\x41\xa9\xb5\xb4\xd8\x82\xf3\x1c\xca\xc3\x41\x49\x11\x6e\x7a\xf7\xee\x8b\xe5\x81\x7e\x62\x4d\xdf\xf9\xf0\x33\x98\x5a\xc6\xcf\x5f\x70\x99\x7c\x0f\x28\xc4\x32\xef\xee\x8d\xcd\x60\x6f\x47\xf7\x80\x75\x06\x8f\x5e\x74\x5f\x3e\xb6\x87\x69\xed\x5a\x6b\x0f\x69\x75\x34\x31\x41\x5e\x5a\xbf\x51\x28\xb8\xbe\x8f\x6b\x11\x3c\x06\x8a\x31\xca\x12\x60\x70\xd8\xec\x3d\xbb\x1d\x8c\xbd\x84\xef\xc0\x7f\xc3\xa9\xef\x85\x93\x89\x1a\xd8\x79\x7c\x4f\xeb\x2c\xe1\x95\x49\x90\x2e\x89\x0e\x7e\x87\x12\x2c\x90\xe2\x8d\x47\xb0\x21\x9c\x5f\xff\xf5\xb7\x28\x49\xaa\x41\xc6\xc5\x84\x07\xe1\xcd\x26\x92\x48\x43\x5e\xe0\xb1\x65\xbe\x42\x9b\xd1\xb9\x4c\x83\x05\x58\xaf\x5c\x04\x76\xa8\xb7\x3b\x92\x54\xdb\x04\xa2\x40\x64\x47\xfb\x17\x4b\x80\xf9\x9c\xb6\x35\x21\x46\xeb\xee\x37\x75\x38\xc8\x13\xe1\xcc\x43\xd3\xf2\x24\xe2\xe6\xd0\x30\x2d\x34\x60\x81\x2c\x08\x62\x7a\x28\x78\x65\xd8\xa7\x1e\x12\xdc\x0b\xae\x00\x04\x73\x97\xda\x3b\xb3\xc1\xcc\x1c\x48\x95\x11\x24\xd4\xf7\x6a\x03\xaa\xba\x32\x4f\x0c\x8b\xe1\x43\x7d\x17\x9b\x07\x91\x32\x32\x8a\x31\xa1\xc2\x85\x17\xbd\xff\x0c\x2c\x22\x19\x14\xa4\xb3\x17\xf7\x45\x68\x66\xa6\x42\x9d\x41\x43\x80\x20\xb1\x98\x9d\x63\x73\x8e\xb2\xe4\xe0\xde\x53\x46\x08\x60\xe0\xf9\x1a\x6c\xc0\x70\x7e\x19\x6d\x6a\x99\xaf\xf2\x8d\xfa\xe0\x39\xc3\x6a\x95\x13\x43\x88\xd0\x37\xde\x2b\x91\x14\x31\xe8\x56\x51\xe2\x18\xf2\x07\xc8\x36\xd5\x9a\x63\x4a\xf9\x76\x7f\x85\x09\x01\x53\x50\x5c\x5f\xdf\x2b\x94\xf2\xe5\xdc\x4f\xaf\xd9\x5a\x00\xee\x89\x35\x6d\xce\xc6\x96\x33\xd0\x91\xb2\x28\xd9\x83\x1e\xf4\x0a\x05\x65\x93\xa1\x41\x73\xa8\x4e\x8c\xfd\xd8\x5b\xdc\x80\x63\x0d\x34\xa1\x3b\x7a\x03\xcf\x16\x19\xf6\xf4\xb6\x4f\xb2\x58\x1c\x0e\x12\xb8\x64\xc3\xa6\x60\x94\xda\x09\x60\x64\xc8\x1d\xea\xc3\x16\x70\xc5\xb6\xdb\x07\x73\x62\x8b\xec\x87\x35\xa7\xdd\xac\x64\xb2\x23\x60\xf4\xdb\xb2\x09\xb1\xd0\x3d\xa6\x10\x30\xa1\x0c\x97\x40\x29\x2e\x02\x8d\xb8\x1d\xfe\xb0\xca\x0b\x00\x65\xbd\xef\x9f\x83\xfc\x10\xa9\x8e\x42\xbf\x99\xef\x93\xec\xe6\xbb\x95\xba\xc2\x15\xc8\x9f\xc1\xf6\xa8\x18\xc6\x68\x1a\x2c\xcc\x31\xea\x71\x26\x24\x2a\x76\x27\x7e\x74\x3e\xed\xfb\xec\xb4\xff\xe9\x47\x7d\x9f\x31\x3d\x0d\xbf\x1b\x09\x41\xdc\xbb\x84\xb4\x37\xbc\xf1\x1a\xc5\x70\x10\x26\x77\x5f\x03\x3b\x77\x4e\x17\x9d\x60\x7b\x0e\x38\x79\x30\x3e\x16\x6c\x4e\x87\xcd\x79\x6e\x5b\x38\x3c\x69\x55\xc4\xba\x0a\x74\x38\x68\xd3\xaa\xfd\x14\x1e\x8d\x84\x2f\x5b\xdc\xae\xde\x55\x34\xe4\x72\x69\xa8\x54\x4f\x5d\xe4\x4b\xeb\x6c\x00\xe3\xc1\x72\x0b\x3c\x8f\xee\xd1\x04\x1c\x82\xde\xc3\x85\xce\xee\x28\x8f\xbb\xb3\x31\x19\x1c\x8e\x39\x9f\x38\x41\x73\xbc\x77\x6d\x85\x4d\x49\xdd\x2d\xda\x8b\x83\x79\x3f\xd7\xa8\x08\xc6\xdc\x22\xaf\x3a\xd0\x57\x45\xde\x84\x12\xe3\xd4\x5f\xa1\x1c\x80\x2c\x68\x79\x92\x71\x98\x82\x28\xa7\x7d\x30\x0e\xda\x3e\x60\x91\xa7\xcf\x02\x3e\x8c\x0a\x35\x00\x6d\x3a\x5b\x7e\x0a\xe8\xc3\xc6\x8c\x61\xe3\xa4\x80\x50\x2d\x8f\x80\x88\xd4\x9b\x98\x81\xf5\xe1\xe6\xc5\x84\x36\x73\x33\x98\x68\x01\x27\x43\xab\x34\x60\x7f\x7a\xb2\x77\x6d\x93\x37\x1b\x20\x4a\x86\xcd\x40\x40\x4b\x83\x47\x57\xcc\x26\xcc\x55\x16\x95\x88\xf8\xaa\x4f\x07\xb1\x4e\x7c\x95\x05\xb0\xb8\x3e\x42\x33\x81\x9d\x0d\xa7\x06\x86\xdb\x6e\xb5\xda\xa0\x33\x93\x9c\x41\xe7\x18\x7b\xc6\x01\xd4\x93\xfd\xbf\xdd\x6f\xf2\x10\xde\xee\x4f\xca\x1a\xf1\xfa\xd2\x86\x86\x22\xe0\x30\x32\x22\x6e\x41\x6f\x7c\x2e\x93\x53\xa1\x58\x41\x81\x14\x04\x7b\x03\xe8\xfd\xcb\x6c\x04\x8f\xe1\xd1\x44\xb8\xbc\x02\x68\x84\xbf\x81\xeb\x01\xbb\x50\x28\x8a\xda\xd7\x3a\xa5\x8d\xac\xa8\x4b\x0d\x58\xf7\xbc\x9c\x3f\x88\x0a\xb5\x0c\xfa\xe6\x51\xb0\xf7\x44\xec\x3a\xdb\x0b\xe8\xc9\xf8\x7f\x60\xbd\x67\x10\x15\x99\xaf\x10\x03\xe7\x78\x7b\x23\xbd\x54\x7b\x1b\x77\x69\x72\x7b\x6b\x30\x16\xa3\x00\x88\xe5\x5e\x06\x32\x97\x20\x1d\x3b\x26\x2e\x23\x0a\xac\x59\x33\x9f\xb9\xe6\x3c\xd0\x27\x44\xd5\xf3\x87\xdd\xa3\x59\x66\xbd\x11\xb0\xa8\x73\x56\x21\xcc\xc2\x2b\xe6\x61\x1a\xc3\xae\x2f\x42\x1f\x9f\xdc\x4c\xc5\x13\x6b\xb2\xfc\x06\x38\xac\x2d\xf8\x3f\xda\x0c\x6f\xec\x42\x6d\xa0\x61\x43\xe7\x32\x7f\x05\xa6\xf2\x27\xdb\x11\xf1\x17\x60\x3a\xf4\x89\xf9\x8e\x98\x9c\xfe\xd5\x70\x4f\xc8\x6c\xbf\x88\x39\x29\xfe\xe2\x26\x7d\x14\x67\xcf\xfe\xee\x4b\x12\x7d\xc9\xfe\xb1\x05\x47\xfa\xb1\x34\xf8\xbb\x7a\xbd\xea\xff\xb5\x56\xce\xb2\x45\xe2\xaf\x7f\xf9\x83\xa3\xdb\x1d\x2e\x7b\xf9\x22\x96\x85\xb3\x20\xa0\x8c\xca\xf7\x2f\xdd\xfc\x10\x0d\x2c\x58\x7a\xd8\xbb\xbd\x22\xed\xfc\x0a\x38\x1f\x7d\x85\x4e\x61\x55\xd4\x57\x94\x99\xfe\x35\x55\xee\xd5\xea\x87\x4b\x8e\x8b\xb8\x4d\x2e\x5f\xae\x82\x06\x84\xf2\x85\x00\xb0\x0e\x00\x00\xdd\xa9\x17\xa0\xa7\x06\x1b\x8b\xe1\xd6\xcc\x3f\x41\x3f\xbf\x7d\x14\x4e\x4d\xb6\xf7\xb7\x40\xd8\xc4\x8f\xa0\x6e\xac\x3f\x05\x75\x18\x4e\xd3\x87\x39\x38\x49\xb1\xc6\x8a\x70\x8a\xdf\xab\x41\xf8\x62\x37\x08\x3d\x74\x2e\xed\x92\xa1\xaa\xf4\xad\x1a\x3e\x6f\x74\xdd\x24\xc8\x1b\x64\x6a\x40\x81\x31\x0e\x14\x2e\x03\x21\x9c\x63\x20\x07\xcd\x1a\x64\x31\x65\xcb\xc4\x37\xe9\xe0\x8f\xd6\xd2\xc0\x99\x2c\x69\xf4\x69\x3b\x09\x10\x5b\x96\xfa\xcc\x6d\x82\x15\xd0\x28\x75\x02\x38\x2e\x3e\x0b\xf2\x85\x72\xa3\xe8\x5a\x68\x52\xc6\xdd\x79\xee\xbe\xbd\xf3\x83\xf3\xc1\x69\xff\x03\x6a\xb5\x72\x1e\x18\x6c\x45\xc0\x81\xfe\x75\x56\x1e\xf7\x6e\xdc\xe9\x6e\x6d\x81\xa4\xa9\xbc\x63\xa0\x5f\x16\xbc\x5a\xcd\x2d\xd4\xb3\x86\xd2\xfb\x34\x98\xde\x05\xb1\x1b\x5b\xd1\x24\x24\x12\xeb\x95\xb1\x76\xd6\xdc\xca\x56\x25\xed\xc0\xcb\xf5\xb9\x2e\x68\x77\xf9\xf3\x6e\x25\x3a\x42\x11\x77\x9e\x79\x00\x1f\x99\xae\x81\xaa\x11\xaf\x60\x1e\xb0\x94\x3a\x20\x64\x24\xaa\x98\x46\xdd\x94\x2a\x75\x38\x22\x89\x3a\xe6\x71\x49\xa9\xc3\xab\x49\xf0\x30\xab\xa2\x75\xc6\x35\x38\x13\x1d\xc2\xba\x9a\xb9\x46\x5c\x84\x61\x53\x8c\xd7\x16\x6f\x56\x4c\xd8\x14\x01\xc4\xac\x46\x5e\x51\x43\x01\x23\xc5\xd7\x94\x58\x34\x7b\x33\xf1\x03\xbb\xe6\x84\x86\x60\x1b\x20\x99\x3c\xb6\x25\xe0\x6d\x6c\xc7\xee\x8e\x8c\x45\x83\x04\xfd\x7e\xfe\xc9\x09\xad\x6a\x42\x9e\xda\xa6\x6c\x8b\x58\x23\x5a\x43\x74\xbf\x01\xda\x9d\x05\xd4\x31\x15\xd6\x16\x03\x74\x5b\x80\x9e\xb7\xbc\x8e\xac\xa8\x9c\x07\x4d\x1b\xd7\x99\x26\x80\xd0\x9d\xb5\x56\xef\xce\x23\x05\xba\x87\x87\x70\x7e\x16\xcf\xcb\xc1\x8c\x29\x02\xe3\x88\xc8\xd0\xc3\x45\x22\x21\x6a\xd5\x10\x44\x26\xf2\xb8\x71\x6b\xc8\x5d\x16\x6e\xf3\x38\x88\x01\xaa\x09\xa2\x65\xfb\xbc\x3b\x9c\x05\x85\x30\xbc\xfa\x22\xdc\x98\x24\xc1\x06\x55\x44\x56\xf9\x35\xa3\xd3\x93\x76\x22\x3a\x4e\xba\x2d\xaa\x71\x28\x89\x5f\x70\x6b\xc0\x63\x74\x83\x64\xa1\xff\x49\x6d\x4c\xa3\x10\xc6\x5a\xe9\xe8\x04\x28\xb3\xbd\x4b\xdf\xe1\x52\x2b\xd2\xa0\xc1\x70\xc2\xd0\x06\x99\xc1\x00\xd5\xa8\x2d\x8f\xbd\x66\xb0\x70\x64\x0d\x67\x85\x2a\x90\xb6\x58\xcc\x36\xd1\x02\x43\x5d\x9b\x2a\x75\xc6\xaf\x97\x40\x2f\x46\xaa\x41\x2e\x6f\x93\xd1\xb7\x5b\x33\x9d\x2b\xaf\xb1\xf3\x95\xf9\xf6\xde\x92\x56\xc8\xc2\xa9\xc7\xbc\x71\x58\x92\x51\x4e\x8a\x66\xf7\xe0\x39\xa0\x17\x77\x7a\xf3\x01\x20\x39\xd8\xbc\x8c\x78\x23\x3b\x55\x38\xb9\x86\xee\x4e\xfe\x4e\x8d\x47\xc8\xe7\x11\xa0\x28\x8b\xbe\xed\xd8\x00\xc2\xc5\x35\x3d\x00\x3e\xea\x64\x66\xc4\xe5\x8b\xf5\xde\x79\xd2\x0a\xf6\x47\x74\xef\x0c\xac\xa8\x46\x6c\x96\xa8\x64\x52\xf9\xff\xa6\x29\x72\xe3\xc6\xfe\x62\x5f\x71\xae\xaf\x96\xaf\x80\xae\x1e\x9d\x86\xce\xd2\x26\xda\xd8\x9b\xe3\xe1\x8d\x2d\x7d\x0e\x88\x9e\x7e\x85\xe7\x06\x14\xd8\xc1\x7c\x65\xc0\xcd\x89\x29\x17\xc4\x58\x47\xd9\x6b\xd1\x9e\xee\xa0\xe5\x95\xe4\x17\x41\x1b\xd9\x5c\x55\xa5\x42\xc3\xaf\x7b\x43\x46\x5d\x76\xe5\x2b\x03\xc9\x06\xd7\x94\x3a\xff\xe1\x01\x87\xc4\x30\x91\xab\x0f\x60\x53\x82\x78\x18\x85\x4e\xa0\x47\x5f\x28\x4f\x73\xb1\xbb\xba\xae\x3c\xfd\x70\x4c\xc6\x9e\x23\xce\xd9\xcf\xdf\xef\x95\xcb\xde\x45\x54\xc9\x41\xe6\x06\x29\x0e\xb0\x07\x6b\x9b\x47\x02\x42\x9a\xf1\xa5\xdd\xee\xab\xfb\x02\x85\x76\x1b\x86\x82\x71\xc8\x37\xf9\x00\x07\x48\xfd\x26\x99\x4d\xbe\xa2\x8a\x39\x74\x86\xe8\x2c\x0a\x95\xb5\x0b\xd0\xaa\x26\x5c\xc4\x01\x1d\x58\x46\x24\xcc\x47\xf7\xd0\xdb\x74\x97\x3c\xb0\x51\xa5\x6a\xbe\x0e\xc4\xac\xc2\xba\x03\x0d\xd4\xa8\xaf\x3d\xa7\xdc\x90\xe5\xa4\xc8\x7c\xa5\xe2\x1d\xce\x65\x52\x63\x22\x34\x51\x14\x7c\x8a\x59\x86\x0f\xbe\x2f\xd2\x96\x71\xc4\xc5\x82\x90\xed\x3c\x3a\x6c\xef\x3d\x62\x85\x84\x8d\x04\xe8\xaf\x2a\x97\x0a\xa4\xfa\xaa\x8a\x7c\x70\xd9\x2e\x96\x21\xb3\x0b\x7f\x17\xb3\x4b\xd1\x2d\xbb\x18\xf1\x63\x9c\xac\x4c\xa3\xa4\xa6\xe6\xfc\xfe\x37\x99\x4c\xb5\xd1\x07\x8d\xea\x78\x0e\x5e\x33\x35\x76\x89\xdd\x21\xcb\x6f\x52\x7e\x47\x57\xc3\xfe\x5d\xd2\xa2\xb0\x12\xda\x7c\x77\x5f\x23\x4d\xbe\xb1\x0e\x3b\x24\x9c\x7d\x8c\x9a\x20\x75\x8a\x28\x23\x7e\xc2\xfe\x94\xe0\xda\x34\xbb\x57\x2c\x81\x42\x73\x4a\x31\x57\x00\x6b\xbd\x77\x9f\x1d\x19\x1c\x8a\xa0\x79\x02\xf6\x41\xc6\x7e\xc6\xa9\x5e\x28\x5a\x53\x8c\x27\x61\xce\xa6\x1c\x13\x22\xe3\xaa\xf8\x27\x5e\x1e\x89\x7f\x2a\x7b\x05\x71\x6b\x4f\x8e\xc0\xe1\xc2\x89\x4d\xef\x65\x1a\xd5\x22\x6a\x30\x0a\x29\xe1\xd2\x4b\xe0\x18\x82\x14\xbb\xcc\xb4\x19\x22\x0b\x36\x96\x9e\x6b\x29\x55\x65\x54\x9d\xbb\x64\x2c\x13\x3b\x86\x45\xd3\x88\x41\x29\x03\x01\xd0\x24\x26\x18\x8c\x74\x76\x51\xa2\x9a\x4d\x68\x05\xd9\x0b\xe9\x10\x93\xce\xe5\x49\x38\x14\xda\x27\x89\x16\x13\xd8\x9f\x0d\xe8\xaf\xb5\xd6\x69\x6d\x88\x92\x63\x85\xd1\xc8\x37\xed\xd6\xb0\x29\x03\xc5\x32\x44\xc8\x54\x44\xc4\xf3\x7c\x31\x9d\x31\x1c\x5b\x46\x99\xb3\x0a\x90\xa0\x4a\x00\x18\x1f\x5c\xa4\x62\x4e\x68\x7f\x42\x87\x40\x06\x2a\xf5\x88\x16\xd1\x76\x25\xbb\xb0\x6e\x09\x55\x1c\x90\x35\xc4\x1b\x45\xe7\x34\x57\x1a\xc2\x40\xb4\xc8\xbf\x44\x5e\x31\x2d\x32\x07\xfb\x0f\x82\xa5\xc3\xce\xe4\x04\x22\xdf\x1a\x4a\x6c\xd1\xcc\x21\xc5\x17\x4d\xad\x47\xfa\x31\xf6\xca\x86\xd4\x23\x03\xe6\x12\x44\x4c\x14\x0f\xc3\x48\x51\x2a\x2d\xaa\x7d\x39\x0b\x80\xcd\x09\xcc\xf1\x2d\xe0\x14\xa1\xd1\xec\xc6\xb0\x63\x8f\xc6\x47\xaa\x27\x29\xa0\xcc\x08\xd4\xc4\x70\xe6\xb3\xdb\xb8\xe3\xc9\x0b\x26\xc6\x6b\xa3\x6b\xb6\xeb\x59\x07\x54\x3a\x78\xdf\xe3\xc9\xed\x11\xb1\x24\xd9\xd9\xb7\xd5\x62\x89\x5c\x93\x22\x89\x4e\x33\x01\x58\xe0\x36\x68\x50\x7b\xa7\x85\x86\x24\x9b\x12\x69\xba\x63\x3a\x6e\x23\xcf\xac\x36\xd2\x55\x6b\xb0\x6b\x30\xde\x8f\x1a\x51\x3f\x95\xb1\x62\xf3\x10\x84\x48\x29\x92\xcd\xc9\x25\xbc\x27\xf5\x58\xa0\x04\x89\x86\x8c\x81\xca\xe4\x10\xd9\x10\xca\x69\x86\x00\x70\x84\x93\xd4\x53\x24\x4e\x3a\xc5\x9d\xa5\x1d\x3e\xb9\x4c\x3f\x60\xb4\x2c\x2d\xf3\xc1\xfd\x2f\xf1\xa6\xd5\xfa\x5a\x83\xd0\x1b\x37\x5f\x2c\xd2\x1e\xe3\xe1\xb3\xf0\x2b\xe1\x86\x26\x72\x11\xcc\x04\x11\xa5\x5f\x7f\xce\x59\x06\x57\x34\x5c\x8a\x91\x35\x38\x1c\xd3\x66\xc0\xce\x8d\x57\xa0\x71\x6a\x53\x2b\xdb\xc4\x50\x1a\x41\x7e\x29\x46\xbe\x98\x1d\x35\xd5\xde\xca\x1c\xc4\x34\xb1\x76\x8f\x26\x3a\xeb\x53\xec\x17\x54\x23\xd2\x87\x37\x31\x1b\x99\x65\x74\x78\x65\x6f\x9d\xc0\x6d\xb1\x59\x12\xe9\x1f\xde\x47\xd9\x46\x58\x30\xda\x1f\x70\xe1\xf0\x64\xec\x4c\x11\x39\x31\x08\x2c\x70\x0a\x32\x1b\x26\x64\x73\x6d\x05\x05\x0c\xc0\xe9\x82\x25\xed\xdd\x99\xee\xdc\x58\x89\x09\xe6\xe2\x3c\x54\x32\x22\x49\xb9\xbe\x0e\x08\xf9\xd4\xaf\xd7\xbc\xca\xc0\x67\x6c\x2e\xe5\xc8\xdf\xb7\xfb\x2b\x9f\x7e\x24\xdf\x1d\x14\xed\x57\x1e\x77\x96\xa7\x98\xd2\x63\xb0\xa1\x11\x5c\xf8\xe4\x52\x1b\xe3\x66\x57\x00\x0b\xc6\xe0\x28\xce\x10\xe3\xbc\x6c\xe0\x9d\x9d\xee\xda\x28\x81\xa1\x93\xf8\xe1\x6d\x0e\x47\xdc\x6a\x85\x93\x87\x9d\x8d\x1b\xe1\x6a\x53\x61\x1e\x77\x52\x84\x26\x4b\x5c\x61\xdc\x1a\x0a\x31\x4b\x03\x62\xbc\xb2\x15\x62\x35\x55\xac\x40\xdc\x8d\x2a\x88\xd3\x13\x76\xff\xfc\x34\xf3\x6a\x44\x58\xa2\x95\x48\x0d\x54\xd5\xb3\x96\x85\x0c\xbf\x92\x77\xab\x52\x57\x05\x68\xaf\xdf\x55\x6b\x1c\xdb\x38\xc6\x24\x44\x40\x8c\xed\x1e\x39\xff\x34\x6d\x3e\xfd\x6a\xe8\xfa\xfc\xf3\x77\x09\x8e\x7a\x0e\x2d\x09\x11\x88\x03\xc6\xc8\x80\x51\x01\x5d\xf1\x7c\x72\x13\x8c\x5c\x93\x03\x76\x8d\x69\x17\xb9\x4d\x14\x12\x5d\xa9\x59\x1a\x7d\xa4\x90\x06\x1c\x3c\xad\x25\xca\xf2\xa4\x56\xf3\x52\xec\x5c\x0d\x9f\xaf\xf2\x82\x00\xb2\x29\x1c\x50\x89\xf3\xe1\x0f\xab\x28\xc1\x99\xc1\xbb\x84\xd5\x3a\x32\x56\x9a\x20\x4c\x4d\x10\x0f\xa7\xfd\xff\x75\x82\x47\xdf\xc3\x0a\xe8\xc5\x87\xb3\x9c\xa9\x7b\xe7\x61\x9b\xd8\x55\xda\xad\x47\x9d\xc9\xe9\x63\xab\xe8\x43\x2c\x72\x31\x2b\xed\x7c\x00\x95\x8c\x4c\x2e\x3e\xf6\xbc\xfd\xb4\x73\x6b\x4a\xd7\xef\x38\xb8\x54\xc5\x3c\xb8\xdd\xb5\xef\x48\x89\x53\x8e\xbb\x46\xa5\xaf\x54\x29\x66\xcd\xcf\xf2\x4d\xaf\x85\xd9\x9d\x09\x97\x24\x55\x79\xaa\x90\x23\x3c\xc9\x5c\x59\xa6\xe4\x9d\xc5\xb8\x92\x38\x48\x71\x5d\x0a\x2c\x1d\x79\x15\x8d\x4e\x50\x54\xe0\x6b\xce\x69\x72\xfa\xee\xd1\x1d\x50\x68\xf1\x5c\x51\x35\x5d\x27\xbc\x27\x5b\x98\x83\x06\x7f\xf5\xc5\xef\x29\x28\x54\xf5\xc2\x6d\xa1\xd3\x7f\x72\x06\xad\x2d\x1b\x0f\xc9\xd3\x8d\xae\x13\xae\x8f\x01\x48\x5b\xbb\xa6\x96\xce\xba\x32\xd2\xf4\x9b\x2f\x53\x62\x10\xb9\xd9\x0a\xdb\xcf\x69\x1f\xf0\x61\xd6\x33\x34\x67\x17\x9f\xbd\xec\x26\x44\xb2\xab\x8e\xb5\x89\x27\xc1\x89\x21\xf3\x48\x80\x0a\x13\xe0\x47\x20\x40\xbf\x26\xc5\x97\xa2\xd6\x36\x81\x9a\xd2\xb8\x97\xb7\xc3\x5b\xbb\x3a\x82\x25\xda\xa1\x73\x4f\x81\x61\x87\xb7\x0f\x3b\x8f\x40\x44\x18\x81\x73\x62\x50\x09\x1e\x26\x9f\x34\x19\xa6\xb9\x94\x71\x92\x91\x5c\x53\xa1\x1c\xa9\x95\x62\xe4\x23\x59\x39\x46\x45\x34\xe5\x90\x68\x48\x0a\x76\x7f\x17\x21\x31\x27\xa2\x37\x6e\x4a\x57\x36\x31\x41\x66\xc4\xda\xd1\xce\xac\xc6\x94\x56\x41\x78\x38\x3c\x0a\x12\x00\xa5\x93\xc8\xdb\x6e\x48\xfa\x7c\x8c\x05\x42\xf9\x45\x0d\xd1\x0a\x91\xbf\xbd\xd3\xde\x1d\x0b\x77\xc6\xf0\xa3\x69\x0a\x22\x81\x89\xc5\x87\xf6\xce\x0d\x47\xf1\x50\xd4\xdc\xe7\xb6\xc2\xd1\x87\xb0\xd6\x9a\x81\x92\xac\x2c\x61\x40\xb1\xf1\x88\x01\xdb\x54\x97\x6d\x08\x15\x88\x49\x65\x96\xdc\x17\x83\xd3\xf4\x90\x21\x49\x3e\x95\xd1\x8f\xac\x71\x45\xf1\xf4\xad\x6e\x02\x21\x00\x4e\x6f\xaa\x67\xc1\xfc\x22\xfa\xc5\x33\x5f\xa1\x95\xe5\x5c\x86\xad\x9d\xda\xea\x14\x59\xc7\x6d\x9f\x53\x64\x34\x17\x51\xa2\xbd\xbf\x12\x3c\x5a\x8b\x59\x86\x61\xeb\x76\x9b\xcf\xe1\xa0\x76\x0f\x2f\x77\x56\x36\xfe\x39\x32\x0a\x8b\x86\x8b\xfc\x06\x64\xc8\x56\x0c\x81\x9d\xa9\xe7\xb8\xd5\x17\x81\x4d\x4c\x47\x12\x88\x98\x4f\x2e\x94\xfc\x52\x5f\xa9\x4c\xa6\x9e\xb9\x2d\x90\x24\x60\x6a\xfc\x11\xbf\x19\x61\xb5\xdc\x3d\xba\x46\x3e\xf5\xab\xf9\x8a\x53\x00\x86\xe3\x67\x4f\x35\x4a\x4e\xcd\x2d\x3a\x18\x8e\x72\xea\xb3\x0e\x54\x87\x9d\x7b\xf7\x0a\x74\x03\x30\x9f\x25\x1a\xc2\xbb\x31\x05\x34\xcb\xd8\xf1\x0d\x28\x6f\xee\xef\xc1\x41\xe6\xf0\x3b\x31\x33\x80\x9e\xd9\xda\x93\x59\x6b\x5f\xcf\xcf\xea\x1c\x6f\xe4\xa8\xa9\xbc\xdd\x6f\xb2\x4a\x83\x0b\x3b\xb2\x9f\xaa\x8a\x9b\x17\x76\xde\xee\x4f\x66\x0a\x65\xaf\x12\x2d\xc8\xce\x0c\x3a\x5d\x46\xaf\xb3\x98\xa6\x4c\x80\x12\xa5\x77\xf2\xb5\x11\x76\xe7\xb2\x20\x47\xe2\x9f\x12\x0d\x29\xbe\xe2\xbc\x18\x68\xcd\xeb\x42\xf4\x99\x82\x7d\xf9\x33\x46\xfa\xd2\xb7\xc4\x1a\x99\xd5\xd8\x0c\x2d\xaa\x9b\x5e\x56\xda\x5b\xc2\x5b\x09\x6a\x6e\xae\x7b\x24\x5b\x0e\xaf\x84\xc9\x67\xbe\x14\x16\x7d\x8e\x36\xc1\x1b\xb6\x0f\x38\x67\x06\x4a\xf5\xd2\x40\xc5\xab\xb9\x0e\xeb\xeb\x99\x72\xa9\x00\x6c\xca\x15\x23\x34\x5e\x50\x98\xdb\x52\x1f\x13\xf5\x4d\x20\xa9\x5f\x73\xf3\x45\x36\xf7\xc0\x88\xf8\x5a\x8d\x7c\x4b\xd4\x36\x61\xe4\x3e\x5b\xbe\x51\xf7\x40\xbb\x2e\xd5\x45\x0c\x05\x40\x38\x8f\xda\x9a\x00\x1a\x24\x03\x06\xcd\x7b\xc1\xda\x54\x30\x7d\x4b\x05\x44\x71\xec\x90\x71\x13\x4c\x0a\x8a\x6e\x7f\xbe\x51\x56\xd6\xdc\x2c\x47\xbc\xb2\x0d\x57\x6e\x92\x41\x77\x75\xb7\x76\x01\x84\x19\x8e\x82\x02\xb1\x37\xdc\x78\x1c\x2c\xac\x87\xcb\x40\x52\x9b\xac\x23\xe1\xde\x11\x70\x90\xd7\x6a\xa4\xe8\x31\xb4\xa8\xcd\x56\x99\xa2\x37\xa8\x67\x99\x60\xed\x9d\x8d\x60\xfc\x4e\x30\xf6\x18\x4e\x01\xd2\x18\x1d\x87\x39\xb1\x11\xce\x6c\x6a\x3d\x33\x73\x11\x1d\x79\x49\xe3\xec\x40\xfe\x5b\x0a\xa2\x5a\xdb\xee\xbe\xba\x8f\x1f\x71\xfb\xf8\xf6\x2e\x63\x2b\x2a\x60\xa3\x30\x28\x31\x2d\x5e\x7f\x8e\xb0\x83\xec\x2e\xba\xac\xc0\x9a\xc0\xe1\x21\x9c\x14\xb9\x87\x42\x58\x43\xad\x10\xb9\x8c\xb6\xad\x8b\x1b\xf5\xaa\x08\x08\x29\x86\x5d\x93\x9a\xfd\x4c\xdb\xae\x4d\x10\x4f\x30\xef\x56\x5c\x34\x3a\x35\xea\xb0\x90\xa4\x8f\x99\x9e\x92\x8c\x5c\xf5\xe3\x7b\x53\x7c\xdf\x4f\x2e\x4d\x99\x25\x09\x42\x08\x74\x43\x3b\x75\x6d\xa2\x84\xd4\xc8\xe9\x2b\x37\xdc\x53\x9f\xf1\x2a\x2a\x7a\xa4\xda\x63\xff\x04\xf5\xa4\xc2\xed\xb8\xe4\x0c\xd3\x19\xb5\x55\xcc\x0b\x0b\xe9\x20\x11\x87\x62\x6b\x84\x0a\xe1\x37\xae\x3d\x7c\xf4\xdb\xdf\x7f\x49\x81\x06\xe8\xab\x8f\x05\x94\xeb\x5b\x4c\xaa\x71\x98\xe1\x50\xc9\xf7\x59\x5a\xa9\x94\xd0\xa9\x74\x69\x9d\x55\x06\x8e\xf5\x0d\xb6\xf6\xd1\xba\x45\xed\x44\xab\xad\x05\x41\xd5\x4e\x14\x20\x59\x00\x69\x3e\x16\x1d\x49\x95\x55\x74\xe4\xb4\x76\x89\xe0\xdd\x02\xc3\x51\xce\x41\xa9\x48\x18\x55\xa3\xe2\xe6\x52\x57\x32\x0d\x07\x97\x1c\x23\xbe\x12\x41\x28\xd7\x37\x1e\x68\xb3\xc3\xea\xa7\x51\x50\xba\x2b\xe1\xbb\xe5\x7e\x09\xf6\xe5\x62\x89\xf0\x23\x3e\xad\xb9\x2e\x8b\x1b\xd5\x61\x38\x1c\x95\xf3\x59\x16\x3a\xb5\x69\x56\x3e\x47\xb6\x3a\x2a\x36\x6c\xc6\x1a\x82\xbd\xf6\x28\x6e\x4d\x83\x96\x38\xe5\xfc\x8f\xe9\xdb\x1f\x7e\x4e\x2a\xfd\xe7\xf5\x5a\x19\xfe\xe4\xaa\x58\x03\x91\x6f\x36\x04\xda\xc8\x45\x76\xd4\x9b\x2e\x13\xf9\xa4\xbc\x2a\x3e\x59\x5e\x09\x40\x7c\x31\xf4\x45\xfb\x65\x6a\xe7\x05\x07\x19\x54\x0a\x59\xa7\xb8\x7b\x09\x67\xcf\x9c\xe0\x6f\x8d\x52\xe1\x7c\x6e\xa0\x51\xc2\x60\xa6\xa3\x67\xbd\x91\x15\xb9\xb4\xcc\xbb\xae\x3e\x58\xf2\x85\x58\xf2\xd6\x24\x99\xcf\xa6\xa5\xea\x66\x2d\x68\xf1\x43\xa0\x0e\xe1\x29\x9d\xe5\xc0\x69\x72\x9d\x11\x8d\xe5\x48\x08\xf3\xce\x6d\xb5\x81\xa1\x27\xe8\x2f\xe3\xf6\xcd\x4a\x12\x0f\xc3\xe6\x03\x8e\x5c\xd7\xf5\xa8\x27\x18\x14\x5d\x44\x33\xa5\x94\x19\x8e\xa1\x90\x88\x30\x32\x21\x88\xfa\xb7\x3e\x23\xf1\x75\xe4\x2c\x66\xa6\xcd\x46\x62\x0c\xe1\xe2\x50\xad\x8c\xd0\x7d\xa1\xf8\xf5\x9a\xeb\x66\x79\x43\x86\x0f\x16\x32\xfd\xa5\x32\x06\x28\x89\xa7\x0f\xef\xd8\xd5\xf3\x03\x59\x8c\xed\x6a\x09\x8f\xc0\xb3\xf6\x60\xa2\xb3\x71\x28\x0d\xe1\x05\x58\x2a\x10\xef\x1a\xc0\x03\x01\x26\x08\xf9\x92\x76\x4d\x16\x6f\xd5\xc6\x6e\xd3\x96\xf3\x7d\x6e\x59\x55\x15\xb0\x21\x38\x16\x7e\x1d\xd6\x07\x98\xcb\xc4\x34\xe8\x09\x9d\x87\x0b\x19\xc4\x7e\xa9\x0e\x90\x73\xf3\xa8\xb4\xce\x8e\x07\x73\x3f\x00\xb6\xca\x6e\xde\xc7\xd0\x29\x8a\x23\x07\x3d\x39\xd8\xb9\x9c\x21\x0f\x48\x2d\x7f\x31\x1b\xcc\xae\x00\x77\x14\x86\x4c\x5f\x61\xbd\xe9\x5e\xb5\xb0\x51\x6e\x85\x4a\x28\xe6\x17\x2b\x89\x18\x93\xa8\x8a\xa4\x24\x4f\xa7\x85\x25\x66\x39\x2d\x6a\x60\x67\xf4\x00\x9f\xaf\x32\xce\x79\xa4\xba\xdc\x0a\xf6\xb5\x66\xa1\x20\xfa\x51\x61\x47\xfb\xe3\xe4\xa1\xfe\x86\x44\x1e\x23\x6e\x0e\x96\x91\xd1\xa9\xaf\x43\x70\x2a\xd1\xc9\x10\x3c\x9a\xc0\x73\xa2\x3e\x17\x29\xb4\x90\x9a\x0e\x17\xe1\xb8\xaf\xe8\x12\x8e\xbe\x46\x9d\x68\x11\x25\xef\xd8\xd0\x60\x8b\xbb\xca\x13\x12\x95\xaa\x88\xe7\xe8\xfa\x3c\x2f\xa6\xf1\xfd\x8c\xb5\x7c\x66\x41\x05\x25\x2d\x28\xc3\x88\x1e\x91\x91\x12\x30\x05\x58\xbc\x5a\x4e\x35\x41\xea\x13\x80\x82\x70\x90\x04\xd5\x5b\xc2\xd8\x11\x76\x6f\x11\x84\xee\x31\x15\x94\x3b\x8d\xa0\x99\xb8\x70\xbf\xa9\x15\xbc\x2a\x68\x9e\x06\xfc\xfe\x48\x30\xbf\x25\xf7\xeb\xd2\x3b\xf0\x7c\x0c\x6b\x8d\x6a\x80\x2e\x40\xa1\xca\xc7\xd5\x00\x26\x8b\x79\x06\x60\xe4\xd3\x13\x40\xcd\x38\x52\x20\x39\x66\x0d\x26\xee\xb1\x63\x80\xd1\x38\xa6\x1b\x5c\x7e\x9a\x06\xc6\x94\xed\xb8\x45\x95\x85\x93\xeb\xfc\xf1\xa5\xe0\xd2\x5c\xb5\x9c\x2f\xb8\x12\xd4\x2f\xe7\x9e\xc4\x16\xcc\xb0\x60\xf5\x72\x42\x6b\x84\xd9\x7a\xbe\x2f\xcb\xc2\x96\xc6\xac\x6e\x00\x31\x69\x02\x28\x44\x2a\x00\xa1\x5b\xb2\xd1\x98\x84\x6c\x2c\xc1\x5a\xa6\x01\x80\xa4\x85\xbc\x11\x9d\x55\xc0\x1f\x18\xce\x1e\x8f\x40\xa7\xec\xb5\xd4\x56\x35\x5c\x5a\xcb\x89\x85\x96\x4a\xb1\xb5\x46\x97\x6f\x5a\xdb\x00\x36\x50\x02\xb0\xd4\x41\xab\x9a\xb1\x3a\x1c\xb7\xc9\x4e\xaf\xb4\x36\xb1\xfc\x0c\x5e\x28\x11\xd2\x2c\x66\x10\x6b\xf9\x2d\x50\x5f\xd2\x5f\x80\x2a\x32\xec\x35\x64\xc4\x9d\xd6\x1d\xb6\x71\xa4\x55\xe1\x25\x2f\xe6\xfa\x86\xa9\x46\xe7\xc6\x0b\xb4\x6e\x29\x16\x97\x56\x63\xc8\xad\xa0\x44\x8e\x37\xb9\xa8\x8f\xb9\x79\xcc\xbe\x91\xd6\x81\x8f\x71\xc1\xe1\xec\x35\xcc\x90\x90\x2c\x39\x83\xd9\x40\x30\x25\xc0\xf2\x08\xaa\xd9\xd4\x65\x1a\x18\xee\x58\x01\x5b\xfc\xfe\x78\xb0\x9a\x0b\x8a\x5e\x9d\xdd\xb3\x2a\x33\x04\x91\xc7\xd4\xae\x81\x07\x19\xb0\xc1\xf6\x09\xb0\x43\x9e\x5f\x47\xb2\x8b\xee\x00\x52\x2a\xee\x76\xb7\xae\x74\x37\x53\x07\x41\xed\x9a\xc0\xdb\x0b\x36\x30\x1e\x20\xc2\x36\x62\xda\x70\xa2\x7c\xf5\xcb\x73\xa0\x9a\x9f\xfe\xea\x93\x73\x3e\x69\xe6\xed\x9d\x59\xe7\xf4\x57\x1f\x9f\xf3\xed\x09\xeb\xea\xb9\xfe\xfc\x79\x97\xda\xa0\xaa\x0e\x06\x5a\xa7\xc0\x57\x6b\xee\x85\x92\xd7\xf0\xc9\xb7\xbd\x33\x82\xd9\x62\x34\x5d\xf8\x06\x3d\x70\x53\xf6\x57\x3e\xdf\x6c\x9a\x4a\x3d\xdb\x45\x55\x1a\x3f\xd8\x95\xc6\x50\x4e\x26\xee\xe3\xe1\x0f\xef\xad\xda\x33\x97\x42\xd4\x82\xea\xd9\xaf\x71\xbc\x30\xfb\x52\x11\xe7\x0e\xc3\x56\x06\x8a\x5f\xf0\xaf\xcf\x68\x56\x84\x09\x6e\xe5\x6b\xdd\x8f\xa7\x7d\x33\x68\x7b\x26\xb3\x22\x86\xd1\x4d\x5c\x23\x0b\xf2\x48\x7b\xb7\xd9\xbb\x7c\x00\xfa\x02\x68\x70\x30\x3d\x0a\x6f\x35\x69\x13\xfd\xc8\xda\x63\xe7\x12\x19\xa0\x40\x70\xb7\xe8\x45\xb4\x40\x6b\x2e\xa1\x88\x61\xe4\xfe\x00\x21\x2a\x06\x70\x4c\x63\x69\x35\x84\xe8\xaa\x5d\x13\xc3\x1a\x23\xfd\xfd\x50\xc6\x43\xfe\xda\x1e\xd2\x7b\xb7\x62\x8e\xf5\x6b\x73\x15\x4b\x28\x20\xf7\x53\x6b\x98\xdd\xc4\x90\x9c\x7e\x62\xcb\x68\x4c\xd8\xbf\x49\x5e\xf6\x71\x54\x1c\x89\x9e\xe9\x2e\xaa\x1e\x25\x1b\x62\xc9\x10\x45\x28\xdd\xb5\xba\x39\x86\x41\xca\x74\x59\xcc\x28\x15\xd3\xa6\x0a\x36\x55\x9f\xd5\x8d\xa0\x7e\xd2\xcd\x90\x13\x8f\xcd\x74\x5f\xee\xca\x25\x60\x13\xa8\x54\xc9\xa9\x00\x75\xb6\x92\xc3\xd2\x53\x90\x1a\xda\x19\xb6\x76\xbb\x5b\xf7\x50\xcc\xb9\xf7\xd8\xbc\xa4\x62\xdf\xc4\x9a\x66\xdd\xb7\x03\x94\x64\xf6\xb1\xed\x20\xe5\x20\x08\x92\xa1\x71\x75\x11\x0b\xaa\x73\xb7\x58\xaa\x67\x3b\xfb\xb7\xba\x87\x9a\xf1\xd8\xa9\x69\xd4\x20\xf3\x17\x40\x35\xa0\xcb\x8a\xea\x13\x33\x49\xb9\x44\x6e\x70\x74\xbb\x1c\xf0\xe6\x29\x8e\xdf\x7b\xb8\xdc\x9d\xfc\x21\x5e\x8e\x16\x6b\xe6\xd7\x36\x77\xe5\xf2\x68\xc3\xfb\x16\xdb\x47\xa3\xb9\xc5\x89\x18\x3c\x65\x3e\x5c\x60\xc5\x90\xd9\x45\x72\x53\x42\x42\x4b\x52\xc6\x10\xf3\x7a\x30\x88\x18\xcc\x53\x01\x63\x9e\x0e\xc1\x4e\x22\x52\x82\x27\x80\xa2\xe1\x89\x21\x13\x68\x43\x4f\xef\x46\xbb\x82\x45\x91\xb2\x1d\xa4\x06\x6d\xac\xe6\x6b\xf5\x52\xa1\x54\xcd\x0b\x7d\xc4\x70\x2d\xba\xf6\x88\x9b\x95\xd5\x2c\x53\x6c\x37\x15\x2e\x2e\x84\x93\x07\x6d\xb8\x12\x3c\x83\xd1\x38\xbb\xe1\xd6\x0d\xd1\x8a\xe6\x6e\x07\xd3\xb7\xd2\x01\x05\x13\x04\xdd\xde\x41\x87\x11\xab\x81\xbd\xc5\x97\x91\x71\x92\xea\xe3\x8e\x9f\x5b\xe8\xbe\x7a\x23\x7e\x2c\x63\x0c\x14\xf0\x62\xb5\xde\x07\x4a\x1c\xe6\x2a\x0b\x26\xc6\x45\x43\x8d\xf5\xce\xff\x4a\xc7\x16\x88\xa5\xbb\x5a\x3a\xab\xc2\x83\x87\x36\xba\x46\x19\x55\x33\x10\x87\x27\xd1\xd4\xd7\x69\x5d\x87\x33\xa7\x01\xea\x83\x28\x7f\xd4\xbd\xa8\x1f\x1e\xca\xb5\x69\xb3\x43\x7d\xe9\x09\xd5\x76\x32\x8e\xa2\xaf\x64\xf1\x01\x9a\xe0\x38\x33\x12\x01\x47\xb3\xc3\xf0\x60\x33\x91\x14\x50\x38\x23\x64\xc0\x0c\xa3\xc5\xdd\x6f\x20\xe8\xed\xfe\x5d\x83\x99\x03\xbd\xfb\x88\x1a\xfc\x08\x39\x7a\x51\x68\xdf\x2f\xe8\x07\x9e\xfd\xaf\x15\xb2\x2c\xa9\x3e\xb9\xe6\x74\xb4\xb5\x49\x16\x6f\xf2\x6d\x8f\x13\x9b\x07\xfe\x6a\xeb\xac\x78\x8d\xfb\x53\xb4\x1e\x28\x32\x4b\x7f\x3b\xd2\x26\xde\xbe\x93\xc2\x4f\x74\xa1\xf4\x31\xe4\xd6\x06\x14\x5b\x17\xc3\x3c\xc9\x12\xff\x02\x52\xc5\x7b\x76\x77\x52\x6f\x8e\x9a\x52\xbe\x0f\x19\x38\xa6\x8b\x63\xc3\x2e\xd3\x56\x89\xb0\x30\x61\x58\x37\xb7\x14\xf3\xa8\x18\xf5\x7b\x3f\x1b\xed\x5e\x49\x00\xa6\xf9\x2f\xec\x0c\x9a\x18\x99\xec\x0d\x46\x66\x22\x19\x88\x39\x87\x08\xf1\x47\x23\xb4\xcb\x40\x0c\x49\x3a\x54\x6e\x6c\x11\x29\x42\xde\x65\xb4\x27\xdc\x80\x4e\x3f\x7f\x47\x1a\xc0\xb5\x40\xd2\xcc\xc3\x8e\x27\xe7\x6e\xac\x9a\xce\xcd\x04\xd2\x1c\x86\xbb\x1a\x36\x71\xca\xe0\x82\x84\x89\xa9\x12\x46\xc8\x32\x45\x1b\x99\xc6\x30\xb5\x07\x2f\x83\x7b\x73\xd1\x80\x4b\x3e\x9c\x79\xb7\x70\x1e\xa3\x9e\x63\x7d\x70\x22\x32\xd9\xf3\xe3\x3f\x74\x9e\x8e\x72\xdc\x54\xcc\x1e\x15\x34\xdf\x00\xa6\xa2\xbc\x0d\xb2\x4b\xf3\x95\x1c\x79\x37\x68\xda\x91\xbd\xd7\x9c\x3a\x71\x3e\x31\x67\x51\x5e\x86\x74\x9c\x42\x53\x64\x3d\x7f\x47\x6b\x74\xda\x78\x9c\x7c\x60\x31\x0d\xc2\xcf\x68\x3c\x72\xdb\x84\x93\x53\x98\x48\x6b\x6a\x12\x98\xaa\x50\x85\xb9\xdb\x20\xf3\xe3\xa8\xd7\xbe\x0b\xc6\x7f\xe4\xde\x62\xab\x6f\xd3\x82\x94\x03\x4a\x7b\xad\x51\x91\x33\x44\xd0\x64\x41\xf4\xb3\x5f\xf3\x6a\x9a\xe4\x83\xb3\xe0\x70\x78\x92\x18\xf0\x81\x5c\x51\xa3\xbc\xbe\x64\x99\x7e\x6a\x93\x95\xe6\x2f\x4e\x17\xdf\xee\x4f\xb2\x8f\x57\x6c\xc4\x74\x05\xc0\xdc\xd5\x1a\x13\x5f\x67\x0c\x53\x1c\xf1\x13\x09\x6e\xd3\xba\xad\x51\x6c\x2a\xf3\x91\xb4\x6f\x00\x58\xda\x7c\x24\xf1\xc7\x21\x8a\x4c\x31\xfc\x64\x31\x1a\x78\x1b\xb0\xc6\xa4\x66\xb1\x91\xb7\xf9\x14\x33\x78\xb1\xa9\x2b\x36\x16\x51\x39\x12\xed\x67\x53\x1a\x76\x2f\x02\xeb\xed\x1b\x74\xf3\x94\xa2\x80\xe8\xa7\x9e\x23\xc6\x9e\x2c\xbd\x0c\x1e\x1f\x60\x44\x29\x5f\x91\x60\x17\x3f\x31\x7b\xf6\x11\x44\x3d\x98\x24\x38\x15\x4d\x5a\xbe\xea\x3d\xbc\x6d\x7e\x67\xd3\x35\x1b\xad\xcd\xcf\x7a\xc2\xc6\x54\xd1\x1b\x47\x39\x97\xd8\x1b\x67\xcc\xcf\xc5\x80\x66\x32\xa4\x99\xdf\x75\x6a\x0d\x69\x0c\xe5\xd7\x21\x10\xb8\xcd\x36\xb5\x7f\x49\xdd\xbd\x9b\x66\x0f\x35\xfa\x5e\x3e\x18\x86\xff\x3e\x1c\x1a\xfa\xb0\x58\x24\x47\x54\x70\xf0\x50\x25\x43\x8a\x4f\x3d\x0a\xff\x54\x93\x67\xf7\x95\x98\x7f\xb4\x2c\x63\x54\x34\x44\xbc\x54\x8c\x61\xb9\xb1\x3c\x12\x13\x0c\x4b\x72\xf5\x01\x4c\x35\xbc\xc3\x16\x4b\x44\x1c\x92\x60\xb2\xee\x63\xb0\x7b\xeb\x79\xb4\x6c\xf3\xe3\x18\xde\xa4\x8d\x39\x20\x97\x1d\x2c\x4b\xec\x87\x39\x03\x4b\x50\x36\x0a\x2c\x81\xf2\xa4\x31\xa6\x4e\x9d\xc4\x40\x72\x5b\x13\x57\xe2\x33\x8c\x31\x40\x37\x9b\x31\x4c\xc4\xe4\xd2\x68\x0b\xca\x0d\xe0\x24\x64\x3c\x90\x57\xd5\xf8\x5f\x92\x4d\xd3\xfa\x49\xcc\x2d\x2e\x9c\x66\x2e\x96\xce\x97\xb2\xff\x0e\xff\xa3\xbf\xce\x5c\x74\xcb\x05\x4c\xa0\x61\xde\x76\x76\xb0\x18\x81\x4d\x08\x9e\x02\x96\xa0\xbf\x94\x83\xa5\x83\xb1\x17\x18\x74\x49\x5a\x19\xbb\xc5\xcd\x00\xa8\x68\xd5\xa9\x88\xb9\x05\x2f\x7c\x30\xf6\xba\xdd\xba\x25\x61\x23\x78\x23\x08\x17\x5e\xae\x88\xac\x62\x5a\x18\xf2\x2a\x63\xef\xb2\x5d\xfb\x4b\x35\x1f\xef\x7a\x0f\xa8\x43\xdb\x79\xfe\x9c\x05\x56\x49\xd5\x49\xc0\x66\xe6\x59\xfa\x20\x42\x27\x7d\x67\x91\xd3\x2c\xe5\x20\x7a\xdd\xa4\x10\x4d\x03\x40\x39\xe3\x45\xff\xd5\xd6\x7c\x60\xcd\x7b\x94\x99\x05\xe4\x23\xbe\x43\x72\xf7\x4a\x77\xeb\x65\x78\x7b\xd6\x3c\xf2\x7a\x0e\x94\x8b\x86\x3a\x62\x4d\xce\xec\x82\x82\x27\xa5\xfd\x52\xa5\xdf\xc3\x0c\x0b\x4c\x58\x1d\x6e\x1a\x70\x03\x3d\x99\x55\x68\x13\x63\x73\xb9\xbe\x46\x1d\xd6\x5f\x36\xbc\x3d\x27\x55\x96\x36\x29\x0e\x91\x32\x80\x64\x1f\x1f\x03\x84\xf7\xe1\x0b\x6e\xee\xe3\x2c\xce\x58\xdd\x22\x31\xab\x88\xe0\x87\x3a\xaf\xc8\x7d\x92\x65\x68\x67\x32\x1c\xb9\x07\x62\x0b\xc8\x19\xc0\xbb\x34\x3e\xa8\xd5\x7c\x19\xa3\x2c\x86\x15\xe7\x8c\xc5\xef\xd2\x16\x74\xb8\x79\x93\x9b\x5a\x6d\x28\xd3\x68\x02\x9f\x6c\xe3\x2b\x66\xf9\x3e\xa7\x44\x98\x11\x52\x33\x51\x56\x5a\x09\x39\xb1\x73\xd5\x9e\xe1\x9c\x79\x7e\xd6\xca\x0b\xa9\x4b\x8d\x3c\x36\x9e\x0a\xb0\x8c\x8c\x12\x1a\x6c\xd0\xf3\xce\xeb\x70\xf1\x7f\x77\xfb\x9c\xde\xb5\xef\x83\x8d\xf9\x08\x60\xa0\x54\xb7\x60\x30\xdf\x63\x1c\x06\x74\xad\x52\xc1\x48\xad\x9b\x3a\xa0\x64\x4a\x66\x5d\x24\x77\x56\x74\x03\x82\x86\xd4\x59\xcb\xdd\x0c\x74\x6a\xbe\xd7\xb5\x21\xed\xf7\x8c\x5f\x1b\xd2\x2d\xe7\x8b\x17\x90\x5c\x17\xa3\x71\xf4\x9e\xdd\xee\xec\xad\xc5\x47\x80\x8b\x27\x54\x92\x12\x99\xf1\x06\x40\x82\x41\xc1\x15\x12\x05\x62\x50\x1a\x63\xa2\x20\xae\xb8\xdf\x60\x90\x46\xbe\x9c\x23\xf2\x26\x11\xc8\x94\x3c\x99\x1a\x8a\x80\x2d\x40\x4e\xe9\x18\x81\x39\xf1\xd1\x27\xa0\x65\x88\x07\xd7\xd9\x7d\x0b\xab\xce\xd9\x32\x30\x7f\xca\xea\x2b\xb1\x50\x50\xe2\x56\x7d\xbd\x0d\x44\xb6\x60\xf3\x6e\x30\x0f\xa4\x78\x1b\x69\xbf\xce\xf5\xa8\x7b\x61\x83\x81\x39\x7b\x60\x41\x80\x1d\xa4\x2a\x07\xad\xde\xc4\x1c\xe0\xcb\xf4\xcf\x72\xe2\x95\x63\x10\x40\x8d\xe5\xea\xb5\x3c\xe6\x1d\xb6\x30\xa1\x85\xa1\xf4\x56\xa4\x0a\xcd\x52\x04\x0f\xae\x97\xac\x24\x59\x04\x1c\x96\x44\x4e\x6a\x22\x35\x7c\x58\xe8\xc5\xdf\xf1\x96\xda\x3f\x9c\xbf\xe3\xae\x83\x7f\x4a\x95\xa2\xfb\xcd\x3f\xb4\x0e\xdb\xc4\xfc\x67\x9c\x15\xd7\xb8\xa1\x37\xaa\x43\x6f\x50\x8a\xe6\x81\xbd\x7c\x88\x76\x45\x98\xdc\xcc\x03\xbc\xb7\xcd\x59\x13\xf4\x98\x48\x64\xb7\x70\x6b\x48\xda\x18\xb4\x32\xfb\x38\x98\x5b\xec\x3c\x3a\x0c\xa6\xf7\xba\x2f\x57\x3b\xd3\xc6\xa6\x2c\xe2\xa9\xa8\xe5\xbe\x25\xef\xe0\xcc\x8b\xde\x9d\xef\xe5\x38\x4c\xef\x45\x40\x94\x56\x9b\x6e\xc4\xa3\x92\xe8\x73\xac\x11\x06\xd3\x19\x61\x06\x3a\xf8\xd2\xa4\x65\x4c\xef\xa2\x30\x0f\x83\xca\xa0\xa6\x0c\xc7\xef\xe0\x79\x38\xf3\x10\x23\xa5\xef\x6c\xf6\x46\xee\x4a\xe4\x41\x1c\x2c\x86\x62\x0c\x16\x85\x5d\x46\xc1\x28\x72\xd8\xd3\x9a\xa1\x00\x98\x1b\x9a\xa2\x73\xa8\x6b\x6f\x64\xdc\xc2\x9d\xea\x81\x39\x80\x0f\x2c\xe0\x43\x47\xd3\x04\x24\x08\xef\xd5\xd7\x4f\xe8\x48\xe5\xdb\x94\xeb\x3b\xd4\x58\x12\x8a\x43\xb6\x8b\xe9\xf8\x61\xc7\x5a\x24\xf0\x98\x9b\xb3\xe2\xf7\xa3\x62\x48\xf7\xac\x65\x61\x38\xea\xf2\xde\xe5\x24\x5c\x12\xaf\x7a\x8a\x50\xbd\x3b\xf1\x23\xaa\x66\x1c\xac\x63\xe7\x21\x8c\x82\xd7\x9b\xb7\xa2\x9b\xe2\xc9\xf6\x4d\xac\x46\xc6\x65\xbb\x9b\x4e\x4b\xbc\x1d\x2a\xc3\xdd\xb4\xc0\xec\xdf\x6d\xef\x3c\xc4\x4c\x3e\xb1\x88\xf8\xe3\xbb\xf9\xe5\xc9\xdd\xe0\x6c\x6e\x6f\x45\x79\x1b\x54\xf2\x35\x9d\x51\xc8\xec\x49\xdd\x39\xc5\x88\xb9\xf4\x5e\xf1\xf8\x8b\x91\x1a\x73\x8b\xd1\xdd\x44\xbe\x57\xc1\xf2\x2c\x9a\xcc\x39\x8d\x8e\xd1\xf8\xff\x9f\xe0\x07\x64\x3c\x66\x4d\x89\x29\x34\x1b\x4d\x52\xe1\x64\xc1\x12\xc0\xb1\x8d\x07\x33\x3e\x56\x3c\x49\x6d\xd6\x5c\x27\x53\x04\xc2\x88\x72\xea\x0c\xc8\x89\x4a\xb3\x8a\x28\x45\xd9\x4d\x89\x30\x69\x2d\x9a\x72\xba\xd4\x30\x47\xcb\xe1\xe9\xc9\xfd\x6b\x59\xd2\x41\x14\x88\x93\x03\x13\x09\xea\x26\x01\x6d\xf1\x9f\x31\xfd\x93\x66\x1e\x0b\x8f\x87\x85\x34\x2e\x97\x3d\x7c\x16\x2c\xdd\x0f\x5b\x77\x4f\x6a\xed\x97\x31\x3c\x72\x98\x4e\x74\x3f\x41\xd1\x8c\x60\x7a\x2c\x9c\x7a\xce\x0f\x60\x10\x6a\x80\xfc\x3b\x4a\x9d\x1f\x15\x17\x21\xb2\x01\x25\x80\xa5\x5c\x10\x39\x6e\x0c\x14\x86\x17\x1d\x3c\x33\xca\x9c\xaf\x8e\x49\x16\xd2\xe6\x1d\x24\xd4\x06\x36\x51\x9e\xe4\x5b\x12\xf6\xeb\x0a\x92\xa1\x9b\x28\x12\x5e\x89\x99\x7a\xde\x79\x36\xa5\xe9\xff\x3b\x87\xf2\xcb\xd4\xa1\x70\x60\x39\x8f\x03\xc9\xed\x3c\x26\x84\xb5\xae\x6a\xd8\x83\x78\x67\x37\x9f\x98\x34\x20\xbc\xfc\x63\xf7\xc9\x28\x1f\x62\x3b\xee\x9c\xae\x5c\x8e\x35\x29\xd1\xab\x84\x70\x8b\x32\x62\xa0\xc7\x0c\x66\x33\xef\x32\x24\x07\x91\xdc\xf0\x71\xad\xf4\x38\xa1\x35\x56\x2d\xfd\x92\x75\x92\xf8\x88\x5b\x10\x80\xf4\xa5\x07\x0d\x34\x94\x3f\x4f\xe2\x11\xf3\x02\xcd\x68\xa2\x90\xd8\x64\x73\x8a\xdf\xc4\x58\x86\xca\xd7\x91\x18\x87\x7d\x3d\xc4\xba\x16\x12\xef\x03\x2f\xd3\xd9\x2e\x4e\xba\x56\x27\x57\xa9\x93\x9a\x45\x1c\x3e\x72\x45\xd1\x30\xcc\x8b\xba\xba\x76\x0a\x15\x89\xf5\x29\xf7\x13\x93\x5a\x8e\x57\x8b\x3b\xe1\x52\xc6\x94\x0a\x2e\xc4\x78\xe3\x91\xbe\xd4\x2d\xf5\x61\xd7\x00\xe9\x04\xd2\x31\x3e\x23\xdc\x53\x5f\x37\x62\xe9\x3e\xed\x7e\x11\xa5\x79\x54\xfd\xd5\xdc\x21\xef\x82\x9b\x8e\x06\x33\x03\x90\x1e\xaa\xbe\x46\x8a\x19\x25\x80\x3c\x51\x0f\x16\x56\x38\xe6\x8f\x13\xce\x5a\x11\x53\x14\x04\xc8\x53\xc0\x88\xa9\x48\x4d\xc4\x6c\x51\x51\x44\x38\x7a\x1e\xfa\x62\x58\x95\x24\x30\x2a\x3c\x1c\xbb\x97\x1c\x42\xea\x6a\x49\xea\x02\xd1\x18\x4a\x94\xaf\x26\xc7\xd9\x32\x53\xd2\x1a\xa1\x05\x86\x6d\x9c\x2a\x5b\x4d\xb0\xf4\x80\x53\xc5\xa2\xa9\x58\xf5\x93\xde\x03\xee\xa1\x8b\x6e\x1f\x2a\xa0\x72\x6d\x3b\x55\x47\x25\x05\x55\xac\x3e\xba\x98\xe7\x82\xb9\x81\x36\x0f\x51\xab\x59\xe6\x34\xb6\x98\x2b\x06\x2f\x3f\xde\x58\x09\xa7\x27\x30\xd3\xc3\xde\x14\x26\x80\x07\x62\xb5\xb5\xcb\x5f\x38\xe5\x1c\x5d\xed\x76\xbe\xf8\xf3\xd9\x2f\x1d\x9d\xc2\x83\xe3\x38\x4f\xbe\xbd\xf2\xef\x3c\x5c\xdf\x31\xde\x3d\x91\x5c\xe6\xf4\x00\x50\x74\x15\x21\xe2\xb7\x5c\x25\x71\xdb\x36\x6d\xaa\x71\xd8\xf8\x85\x5b\x63\xfe\xac\x08\xcb\x2d\xbc\x59\xce\x8a\x64\xda\xe9\xf0\xc6\x07\x87\x0d\x53\xcc\xe8\x49\xfb\x38\xd1\xab\xda\xc4\x46\x77\xc7\xd1\x49\xa9\x7b\x86\x92\x47\x43\x03\x25\x10\x8c\x87\xb3\xe1\xab\xa9\xee\xd6\x4d\xee\xff\x1d\xb0\x72\x17\x93\xae\x38\xa2\x57\x85\xea\x48\x7c\xf4\xfa\x6a\x38\x45\x3a\xde\x17\x0d\x7f\xd0\xe1\xb5\x7c\x57\x73\x9a\x0e\x19\x43\x10\x65\x47\xc5\x53\x60\x5a\xb4\xe6\x22\x73\x97\xee\xc8\x7c\x70\x74\x99\xd3\x8f\x02\x73\xef\xac\x5d\xd3\x8e\x28\xae\x8b\x19\x5e\x39\x81\x44\xa2\x63\xe5\x99\x11\xb7\x11\xfb\x10\x53\xa0\xfc\xaa\x87\x17\x83\xd0\x64\xb1\x77\xe3\x38\x30\xb6\x56\x63\xe8\xfc\x4b\xc9\xd0\x92\x00\xa9\x72\x86\x44\x95\x1e\xf1\x98\x86\xfa\xbc\xe2\xb0\xf4\xd5\x3e\xb8\x9e\x34\xf5\xc8\xd3\x3b\xda\xd0\x43\x46\xd4\x17\xf2\xbc\xd7\xf3\xee\xde\x33\xf4\x76\x1e\x2e\x21\xdd\x52\x19\xe7\x45\x5e\xde\xd9\xe3\x33\x86\x8c\x87\x72\x79\xa3\x99\x45\xb6\x07\x86\x70\x5b\x48\x92\xee\x28\x20\x43\xb6\x31\xf1\x7b\xe9\x14\x1d\x4d\x98\x90\x45\xcb\x14\x7c\x21\x35\x7c\xf0\xa6\x7d\x38\xa5\x32\xa0\x60\x00\x2c\x4f\x33\x0a\x7b\x21\x59\x41\xb6\xe3\xca\x3c\xda\x5d\xa9\x41\x6e\x87\x1d\xb5\x9d\xef\xf7\x3a\x77\x0e\xf0\x84\x2e\x3f\xc7\x0b\xb2\x73\x5b\xa9\x23\xa3\x9b\x87\x32\x7e\x0e\x5c\x49\x80\xa8\x58\x2f\x19\x34\xb5\x98\x90\x11\x04\x58\xec\x5a\x0c\x1a\xb7\x2a\x19\xa4\x4e\x18\x12\x25\x3f\x83\x79\x03\xf9\xe9\x1e\x4d\x88\x25\x02\x09\x92\x32\x3c\x68\x97\x7b\x77\xf3\x61\xef\xf6\x18\xef\x7e\xf5\xde\x98\x64\xb5\x0d\xe6\x17\x4c\xaa\xa6\x32\x2f\x6a\x5d\x51\xa7\x09\x07\x89\x4d\x3b\x7a\x39\xa3\x51\x78\x6b\x37\xd8\x9f\x7b\xbb\xdf\xfc\x6f\x67\xff\xfc\x27\xce\xa9\x40\xfd\x7e\xf3\xe1\xc5\x8b\x17\x3f\x44\xad\xe9\xc3\x46\xad\xec\x56\xf0\x63\x51\x5b\x53\xd1\x96\x2c\x99\x1b\x60\x4c\xff\x49\xb4\xd2\x31\x8c\x24\xbc\xc5\xc9\x1e\x66\x65\x01\x35\x65\x1a\x5c\x12\xf3\x91\xa7\xb8\xf5\xc7\x77\x0b\x35\x57\x25\x4f\x88\x2f\x9a\x0f\x5c\xf5\x7c\x94\xbd\x48\x3d\x74\x64\xaf\x3f\x03\x95\xa0\x2f\xb6\xcc\x2d\x1d\x86\x0f\x26\xe8\xb1\x95\x18\x08\x47\x37\x71\x5c\x93\x5c\x9c\x88\x6c\x76\x17\xdc\xe8\x06\xad\x64\x6c\xa7\x5b\xfc\xd3\xe1\xf2\x52\x77\xed\x09\xac\xa2\x41\xd0\x91\x70\xd3\x12\x63\x16\xcb\x58\x1b\x74\x37\xc4\xab\x94\x87\xe9\xa1\x04\x42\x8b\xac\x16\x96\xa8\x0d\xc3\xd5\xad\xad\xce\xd5\x29\x09\xb0\x8b\xd4\x91\xe2\x56\x88\x5e\x5d\xbd\x6a\xa8\x4f\x23\x41\x73\x22\xd2\x9d\x40\x83\x40\x35\xbc\xb9\x10\x6f\x87\x93\x25\x49\xe6\xf3\x60\xe1\x00\xf3\xe0\x4f\x3c\x0d\xde\xbc\x68\xef\xb4\x82\xcd\xed\x04\xb8\xe9\xdb\x4c\x2f\x34\x1f\x63\x88\xdf\x1b\x49\xc1\x41\x36\xce\x51\x0c\xf4\x68\xaa\x26\xc2\x71\x0c\x92\x93\x5a\x67\x25\x6f\x23\xa5\xfb\x8d\x17\xea\xb4\xc3\x07\xd7\x4d\xe1\x41\xc4\x89\xc5\xd7\x92\xaf\x90\xcd\xa9\xb4\x7c\x20\xe8\x18\x2b\x68\x61\x1e\x0f\x3c\x9d\xf6\x24\x2f\x8d\x27\xe8\x88\xd3\x13\x2d\x12\x11\x3d\x49\x95\x13\x04\xf2\xb8\x0e\x8e\xd3\x4b\x44\xe6\x56\x1d\x9c\x20\x88\x70\x38\xb3\xe2\xaa\xc6\x6b\x77\x06\x4f\xb4\x25\x34\x3e\x90\xb2\x97\xf9\xf6\xa0\x85\x0c\x3e\x2f\x11\x01\x44\x6b\x19\xa7\x41\x62\x19\x94\x33\xb2\x58\x61\x8b\x67\xb1\x0a\x07\x83\x2e\x8d\xc3\x74\x2c\x04\x73\x7b\x9c\xaf\x40\x32\x15\xc4\xca\xec\x77\xa1\xe2\x07\x77\x30\x5f\xc1\x67\x04\x7b\x0f\x17\x7a\xa3\x96\xf1\xa2\x5a\xf6\x86\xcd\x34\x3b\xfc\x94\x8d\x4a\x13\x63\x4e\x29\x82\x55\x59\x87\x52\x41\x23\x30\x9e\xb9\x09\xd5\x6e\x8d\xc9\xc3\x57\x73\x4f\xbb\x5b\x2d\xa5\x11\x4c\x07\x9b\x97\x51\xdf\x27\x06\x8c\x22\x2d\x3e\xd6\x14\x59\xdf\x62\x79\x65\x28\x9d\xc9\xf3\xee\xcb\xf5\x60\x1a\x4e\xd1\x33\x0b\x4d\x74\xc9\x2d\x9a\x12\x0a\xcc\x94\x99\x1e\xeb\xb0\x74\x4e\xf7\xc3\xcc\x31\xd9\x76\x34\x33\xfc\x20\x6d\x4a\x76\xaa\x9a\x38\xb5\xb5\x53\xea\x98\xbd\xa4\xa5\xd4\x31\x6b\xbd\x23\xaf\x4e\xb2\xa9\x28\xaf\x8e\xb5\x48\xc9\x8c\x39\x66\xd5\xf4\x94\x39\xe9\x4b\x67\xfb\xda\xdf\xbd\xd4\xe9\x1e\x77\x73\xf1\xb5\xc7\x5d\x19\xd1\xe4\x1d\x24\xa5\x88\xc6\x8c\x48\xc7\x0a\xf0\x69\xdd\xea\xab\x98\x89\xe1\x1a\x3e\xf8\x62\xa9\xbf\xff\x4c\x5f\xcd\xbb\xe8\x63\x62\x9a\x46\xad\x00\x4b\xfd\x6a\xae\xbb\xd6\x14\x5e\x46\xe5\x18\xe0\x88\x49\x25\x9a\xaf\xbb\x57\x2f\x75\x2e\xed\xf2\x57\x76\x15\x4b\x1a\x37\x09\x90\xa3\x02\x8a\x35\x8b\x3d\x0a\x43\xc1\x37\x20\x92\xe0\xf6\x65\xbb\x29\x81\xfa\x83\xde\xc5\x1c\xfe\x45\xa9\x74\x60\x7d\x58\x06\xe4\xe7\xc3\x5a\x2b\xdd\xcd\x55\x03\xce\xaf\x96\x41\x92\xe4\x27\x86\xd0\x27\xb3\xd8\x5d\x1b\x07\xc6\x6c\x40\x34\x2a\xa5\xfe\x12\xe8\xc0\xf2\x0c\x11\x79\x57\x4c\x18\xec\x43\x96\x63\xec\x05\xbe\x6e\xa7\x38\xa0\x5c\xde\x96\xd7\x10\x41\xc9\x05\x02\x7a\x63\xd7\xc8\xb4\xa1\x4c\x80\xaa\xc2\x69\x0a\x49\x0c\xe7\xae\x81\x42\x11\x31\x4e\x38\xa5\x31\x08\x46\xbe\x86\x10\x7c\x03\x51\x6a\xef\x4d\x77\x8f\x96\xf0\xa2\x2b\x7d\xa2\xbb\x84\x9c\xa3\x91\x53\x62\xf1\x35\x42\x75\x5d\xf1\x4c\xfa\xb5\x45\x55\xca\x17\x4e\xe9\x6f\x89\x5b\xc7\x8d\x3e\xd9\xd4\x00\xc5\x5a\xbe\x1f\xd4\x94\x99\xc9\xce\xfa\x91\xfe\x58\xad\xb9\xaa\x52\xef\xa1\x3c\xd4\xa3\x0b\x01\x57\xb8\x70\x9d\xf5\x1f\x31\x0d\x90\xfa\x6a\x06\x57\xab\x6f\x79\x54\x5c\xf0\xc9\x2f\xbc\x22\x6f\x8c\xae\xbd\x3b\x85\x26\x96\x37\x3f\x98\x88\x3e\x5d\x8c\xb0\x15\x8b\xe9\xc4\x3c\x6b\xa7\x7d\x47\x22\x71\xf5\x38\x68\x53\xf2\xdb\x02\xe1\xde\xbc\x6c\x4b\x73\xe2\x46\x1c\x16\xf5\x2b\x63\xd8\xda\x6d\xef\xad\x05\xd7\x47\x25\x6e\xef\x68\x03\xaa\x72\x46\xee\x68\x2a\x46\xdd\xee\x16\x9c\xab\x71\xa4\xab\x14\x97\xc7\xef\xd7\x98\x81\x22\x62\xee\x50\x11\x42\x1c\x28\xc2\x5d\x04\xa3\x20\x29\x8c\x07\xd7\x81\x3e\x2f\x61\x52\x8d\xa3\x25\xb3\xa3\x7a\x7e\x40\xde\x0b\x35\x43\xe4\xa3\x52\x92\x9e\xcd\xd0\x5e\xab\xa6\x7a\xc7\x8e\x2f\x44\x62\x46\xde\xe8\xfa\xb0\x15\x1b\x8c\xd1\x58\x24\x36\xe9\xda\x26\xe1\x56\x1f\x35\xb1\x66\xdd\x51\x7d\xbe\x58\x23\xef\x3d\x7d\x8c\x2d\x2f\x5d\xe1\xc1\x40\xbe\x9b\x4d\x54\xde\x1e\x5e\x01\xe2\xa0\x0b\x51\x54\xa7\x77\x97\x28\xbe\x13\x48\x68\xf7\xe0\x00\xad\x53\xc9\x2d\x26\x62\xf0\xd1\x1d\x7d\xbb\x5d\xef\x39\x79\xac\x39\xa5\x8e\xca\xea\xa1\x54\xa5\x60\xe1\x6a\x67\xe5\x71\x94\x4f\xbb\xb5\xd7\xdd\xdc\x44\xbb\xfd\xf2\x73\x3c\x6b\xbc\xf3\xaf\xde\xc4\x74\xd3\x37\x56\x60\x6d\x3a\xb3\x5b\xc1\xc3\xcb\x51\x0e\x73\x8d\x05\x2b\x6e\x4b\x77\x8c\x19\x64\xfd\x41\x6b\x1b\x45\xfb\x10\x23\x67\xf8\x18\x71\xe8\x4c\xec\x30\xd1\x76\x52\xc7\x89\x51\x28\xc7\x80\x75\x79\x7d\x12\x59\x02\xd3\xa7\x95\xf5\x58\x0a\xe0\x89\x1d\xea\x18\xbf\x31\x8f\x96\x84\x77\xc5\x21\x63\x9c\xc6\xac\x61\x86\x77\x21\x77\xd9\xa3\xa4\x7f\xa4\xf2\xd3\xae\x49\x61\x2e\x89\xd6\x75\x12\x30\xb3\xdd\x98\x59\x28\xbe\xe9\xed\xe0\x9a\xac\xb9\x63\x4d\xae\xce\x83\x10\x0b\x3e\xa3\xff\xee\x95\xe8\xa5\x2f\x3d\x14\xef\x62\x05\xb7\x1c\xde\x27\xc3\xf7\xc2\x7a\x77\xae\x10\x95\xfc\xca\xab\x0d\x9c\x8b\xf2\xe6\xab\xc7\xa5\x8c\x9c\xf9\x54\xa8\x53\xea\xc6\x20\xc6\xf0\x7d\x55\xa3\x7a\x2c\xe9\x10\x43\xe1\xad\x2e\x7a\x54\x06\x13\x33\x6c\x8e\x74\x56\x36\xd0\x61\xb5\x75\x3d\xbc\x32\xc7\x19\x87\xc8\x11\x31\x43\x0f\x38\x5c\x52\x99\x00\xa2\x47\xae\x25\x91\x31\x5d\xd6\x3f\x26\x28\x28\x53\x75\xbd\x2a\xd2\x5c\xc3\x9e\x8a\x29\xdb\xf1\x21\x5f\xdf\x1b\x72\xe9\x7e\xe9\xa5\x11\x7a\x34\x0d\x23\xd6\xd8\x9c\x45\xb9\xff\x7d\x35\x15\x4a\xf9\x9f\xa1\x04\xd5\x62\xb3\xc5\xdb\xf3\x33\xd2\x18\x7f\xb7\x33\x5e\xab\x94\x25\x66\xf2\x02\x6c\xd2\x0a\x45\x93\x76\x11\x45\x6c\xad\xe3\x21\x72\xf0\xa9\x7e\x7c\xc0\x7e\xa0\x83\x3e\xf3\x8e\xa4\xcf\x71\x68\x7d\xba\x63\x19\xdd\xb6\x24\x0f\x62\x78\xef\x31\x5b\x66\x39\x8d\x39\xac\x52\x1b\xf4\x32\x9a\x88\x7e\xf2\x00\x9b\x8f\x72\x12\x8d\x04\x73\x00\x7c\x8f\x3b\xe2\xdb\x79\xd2\x35\x6c\x6d\xa0\xd1\x74\x3b\x4f\xd2\xaa\x50\x75\x2b\xd7\x07\x6b\xe9\x92\x5f\x07\x06\xc1\x35\x31\xd7\xde\x1b\xf1\x6f\xb1\x4f\x7d\x63\xb2\xb3\xb7\x86\x3a\x7a\x6a\xae\x6e\x63\xcf\xfd\xdc\x74\xdd\x46\x13\x27\xa6\x74\x89\x1e\x28\xa7\x1a\xef\x17\x3f\x16\xa5\x97\xb6\x0e\x81\x69\x4c\x3c\x21\xa2\x2b\x3d\xdb\xf4\x3b\x02\xbe\xd2\x87\x69\xc3\x46\x44\xc6\x00\x3e\x56\x9d\x95\x60\x31\xd8\x96\xef\x1b\x2b\x26\x1b\xf8\xb8\x58\xb1\xf4\x2c\xcb\x82\x29\xca\xb2\xfc\x0e\x15\x3b\x6b\x66\xc8\x4f\xe8\xdf\x69\x69\xe3\x8e\x01\x7d\x77\xfe\x38\x3d\x1b\x6d\xf9\x7f\x8f\xfc\x71\xc7\x78\x0a\x53\x13\xc9\x1d\x33\x42\x24\x0a\xf2\xcc\x25\xe3\xc7\xcc\x26\x97\x06\xac\xae\x5c\x08\xf8\xcf\x4b\x29\x97\xe6\x1c\xc2\x3b\x0e\x94\x5c\x8c\xd5\x39\x8a\x7c\x88\xfb\x4b\xf8\x39\x6d\x8a\x7f\x53\x6e\x31\x74\x8e\x6b\x4c\xc9\x26\x21\x92\xa8\x31\x45\xc7\x4d\xc8\xe9\x19\xf9\x77\xb0\x54\xcd\x19\x89\xe3\x98\x30\x69\x27\x35\xd2\x07\x55\x81\x33\xd3\xab\x57\x04\x98\x12\xdb\x65\xfa\xa2\x08\xa5\x6d\x66\x5f\x7b\x04\x52\xa3\x67\xa8\xb2\xfc\x39\x5e\x9f\x0b\xed\x06\xb8\xa7\xd8\x80\x73\x35\x0f\xc5\x41\xaa\xde\x5d\xbb\xd6\x9d\xfc\xc1\x1c\x23\xfb\xa9\x75\xf8\x50\xac\x6e\x96\xc3\x9a\x62\x7d\xb3\xf7\x33\x6b\xbe\x35\xa2\xcb\x80\x5f\x63\x11\x3d\x56\xa1\x9e\x4e\x94\x22\xe1\x68\x6c\x09\x21\x76\x26\xaf\x98\x70\x6c\x1d\x31\x35\x50\x04\xcc\xd1\x49\x15\x7c\x56\x8f\x53\x5e\x72\xbd\x0c\xf3\xbe\x33\xf8\xa8\x83\xbc\xe8\x20\x8c\x8a\xbf\x9b\x83\xb0\x0a\x50\x24\x91\x0c\xa5\xb0\x11\x5b\x28\x07\x12\x6d\x4f\x16\x6b\xc4\x1a\xdc\x04\x05\x4e\xf2\x17\x4b\xde\x17\xcc\xcd\x8d\xa9\x80\x90\x16\xbe\xb8\x9f\x92\x12\x8a\x5b\x25\x19\x5b\xf5\xca\xc9\xcc\xac\x5e\xcd\xf2\x9f\xd0\xed\x3f\x47\x46\x25\x03\x91\xf2\xf3\xbd\xa3\x7f\x79\x0e\x5f\x48\x19\xbf\xba\x60\xf6\x6f\x96\xbf\x4f\xff\xf8\x5e\x15\x1b\xea\x61\x20\xfc\x08\x31\xc5\xd4\x9b\x62\x0c\xde\x61\xa6\x46\x52\xc6\xa5\xb2\x30\x45\x3c\xd7\x4c\xc7\xc4\x30\x9a\x93\x30\x84\xf0\x10\x2e\xa3\xad\xeb\x27\x78\x79\x94\x58\x91\x47\xbf\xb5\x7b\xf2\x19\x77\x98\xcf\x9b\x16\x17\x8e\x16\x84\x9a\x8a\x45\xbe\x31\x55\xd9\x58\xac\x9d\x45\x2c\x78\x64\x5a\x00\xe3\x69\xf1\x09\xe1\xa2\x74\x0e\x99\x32\x3b\x95\xcd\x94\x25\x32\x23\xcb\xa8\xb9\x9f\xd1\xcc\x45\x02\x8d\x3a\xae\xbc\x0c\xc9\x6e\x8d\xd6\x54\x22\x05\xc6\x8e\x49\xb3\x93\xa0\x86\x5e\x91\x9e\xc2\x94\xf8\xa8\x5e\x40\x93\x11\x9d\x4c\xc6\xcd\x21\x22\xed\xbc\x7c\x80\x34\xfa\xd1\x8b\x60\xb6\x85\xfe\xfa\xd8\x6b\x35\xf1\x94\xbb\x89\x71\x6a\x33\x1f\x59\xef\xad\xa9\x69\x46\x6d\x1c\xf1\xa4\xf8\xa7\x76\x20\xe7\xfa\x85\x11\xd8\x47\x4a\xaf\x3d\x13\x0d\xc3\x94\xa1\xcd\xb6\xf6\x84\xf4\xa5\xc4\x18\xa9\x40\x77\x33\xdb\x7b\x75\xa0\x92\x49\x04\xfe\xf3\x06\x66\x5a\xa4\x98\xe6\x58\xd9\x4f\xd3\x69\xc4\x3b\xba\x47\x41\x9b\x32\x4b\xc6\x8e\xc2\x4f\x43\x07\x0d\x30\x49\x3c\xd0\xce\x32\x77\x55\xd3\x0f\x7a\x72\xc8\x0a\x4d\x89\x06\x69\xe9\x2f\xdc\x83\xa8\x30\x8a\x58\x50\x08\x0d\xbf\xf2\x9c\x08\xa1\x61\x50\x34\x52\xc4\xce\x8e\x6e\x76\xd8\x3a\x3f\x56\xd3\x12\xf0\x43\x51\xd5\xcc\xf7\xac\x62\xca\x30\x0f\x6a\x1a\xea\xba\xe8\x3d\x51\x6f\x4d\x05\xdb\xf7\x30\x14\x81\x5b\x35\x48\x61\x94\xa9\x4d\x4c\xd7\x2a\xdc\xcd\xc8\xc3\xc9\x2f\x57\xd2\xc2\x9c\xcb\xe8\xe7\x8f\xb3\xe6\x83\xc7\xd6\x13\xc1\x92\x11\x0d\x04\xad\x7c\xa5\xf4\xad\x7a\x64\x87\x05\x44\x2e\x4a\x79\xf1\x48\x4a\x30\x75\x18\x66\xd7\x51\xc2\xbd\xe4\x28\xc5\xf7\x15\x05\x82\xdf\xb1\xb6\x1e\xb0\x96\x12\x89\xee\xcb\xca\x5b\xac\x73\xf3\x9d\x47\x7b\x2a\x3b\x9b\x57\x29\x51\x74\x17\x67\x71\x5e\x5a\x80\xc1\xcb\xc8\x8d\xdb\x54\xbd\x27\xb7\x30\x13\x0c\x5d\x9b\xa1\x0f\xe1\xf2\x33\xfc\x50\xf7\xea\xf9\x72\x36\x1c\x69\x75\x37\x57\x31\xd9\x61\x31\x13\xa1\x81\x4c\xba\x80\x6c\x14\xaf\xb8\x71\x32\x1a\x2b\x13\xb3\x06\xf3\xaa\x6e\xcd\x7a\x6f\x48\xbf\x8b\x66\xb6\x35\x0c\xab\x36\x44\x96\xe8\x86\x9a\x07\x0c\xb6\xbb\x36\xde\xb9\xfa\x3a\x1c\x19\x4d\xeb\x96\x6f\x4a\x71\x50\x84\x7a\x7b\x9c\xc7\x80\x37\xf2\xfb\xc8\xde\x49\x2f\xce\xea\x87\xc1\xa7\x8d\xaf\x3b\x4f\x75\x64\xb3\xf5\x95\xd3\xdd\xc7\xbf\xea\x98\xc8\x94\xaf\x9c\xfe\x30\x5e\xd6\x7d\x75\xdf\xfa\x14\x3e\x5f\x05\x5a\x04\x12\xa2\xfd\xf5\xde\x2a\x1f\x58\xf6\xea\x59\x65\xf8\xf6\x0c\xc5\xb9\x26\xda\xa1\x98\xd7\xc4\x74\xec\x74\xf4\x76\x19\xcb\x77\xa9\x03\xe5\xc0\xfd\x44\x0d\xc3\xd0\x94\x28\xe3\xb7\xfe\xf7\xe6\xe3\x05\x86\xc8\x9f\xe8\x45\x5d\x45\x8c\x17\xb0\xf9\x29\x01\x4e\x8d\xb4\x5b\x70\x6a\x57\x13\x2b\x44\x47\x38\xd1\x8e\x5c\x6c\x4a\xab\xc1\xb6\x2a\x7a\xc5\x3a\xb9\x2d\xc5\x40\x2c\x9c\x91\xcc\x27\x69\x50\xfc\x08\x3a\xdd\x53\x1e\xfb\x31\x15\xa2\xd6\x40\x9d\x1c\xef\x67\x1b\xc5\x78\xcb\x17\xaf\x89\x53\x2a\x7f\x8f\x92\xc0\x02\xdf\x46\xf9\x6f\xf9\x29\xe7\xef\x37\xd7\xed\xc4\x8a\x11\x8b\xe5\xd8\x53\xbb\x81\xf4\xb8\xf1\xa8\x3d\xe1\xd5\xa5\x4a\xfc\x09\x5e\xe5\xa5\xd2\xad\xb2\x83\x5e\xa5\x2e\xff\x09\x0d\x24\x07\xa6\x9b\x80\x39\xbd\x73\x48\xc4\x2c\x90\x6d\x94\x2e\xb8\xf6\x60\xe4\x7c\x6d\xdc\xc6\x9b\x5e\x27\xd7\x8b\x8d\xc1\xac\xf9\xce\x01\x10\xc3\xad\x0c\xa8\x47\xe2\xad\xa7\x34\xf0\x76\x05\xdb\x6a\xd9\x31\xa6\x18\x87\x78\xe1\x4f\x6e\x2b\x3e\xa8\x77\xb4\x16\x17\x97\xa2\xc6\x07\x4a\xf5\xdc\x40\x41\x0d\x70\x6b\x57\x6a\xb1\xcd\xf6\xfe\xe5\x60\xf9\x10\x23\x5a\x6f\xbc\x3e\xa6\x4a\x3a\x72\x8c\x7a\x69\x7d\xd6\x5c\x7f\xb8\x52\x40\xd3\x18\xbe\x7d\x43\x0e\x6c\xce\x3b\x20\x0f\xc3\x7c\x70\x06\x3e\x7f\xc4\x19\x2f\x4b\xdf\xba\xe4\xec\x45\x9b\x1b\xcd\xec\xed\x7e\xb3\xbb\xf1\x24\x58\xb8\xfa\x16\xaf\xa8\x60\x5a\x5d\x8e\x5e\xd3\xaf\xd8\xb4\x77\x57\xe4\xdd\x37\x31\x3a\x4c\x9e\xd8\x75\x6c\x06\x4c\xa4\xcd\xe1\xbc\x63\x06\x46\xcc\x86\x3d\x0d\x13\x23\x74\xa1\x8d\x00\x35\x11\x6b\xf2\x15\x67\xfd\x72\x19\xb3\x5d\xed\xab\xe4\x78\xf8\x63\x07\x6f\xf6\x9a\xba\x06\x89\x1e\xdf\x3d\x25\x4c\x33\x1e\xdb\xb1\x92\x0e\x42\x25\x17\x7f\xd7\x66\x7b\x47\x73\x3f\x79\xd3\xc6\xbb\x35\x3c\xdb\x11\xb3\x46\xd3\x6c\x0d\x10\x51\x2f\xe9\x78\x2f\x8c\x5c\x5a\xc5\x3b\x0c\xbd\xc5\x97\x26\xc1\x93\x07\xdc\x06\xbc\x9a\xd7\x00\xcd\xcc\x15\xf7\x36\x6c\x1c\xf9\x40\x7c\xbe\x37\x31\x97\x52\x09\x94\x2f\x10\x1e\x73\x0d\xbe\x99\xcd\x5a\xda\xf8\x18\x9c\x7f\x49\xc8\x6e\x55\x22\xa9\x46\x55\x41\xd3\x6f\x81\x5d\x02\x7c\xeb\x09\xb7\xe4\x38\xae\x33\x87\x3f\x6e\xdc\x36\x6a\x4a\x1d\xaf\xaf\x9e\x87\xf1\x14\xb3\x0c\xc0\xef\xfa\xda\x7d\x54\x3d\x4a\xd0\x9e\x2b\xc3\xda\x37\xaa\x39\x9c\x3e\xe9\x46\xbd\x6b\x4d\xce\x19\x8b\x2e\xec\x9b\xdb\xc9\xb6\xd5\x78\xa4\x8a\xf4\x40\x23\x3a\xae\x0a\x26\x37\xb3\xc0\x7b\x13\x57\xc3\x1b\xc9\x1e\x14\xb2\x06\xdd\x7c\xd5\x42\x95\xf3\x3b\xf8\xe2\x1c\x8f\x30\xaa\x10\x9f\xbb\x51\x27\x0d\x01\x66\x9d\x52\x11\xb4\x5d\x03\xbe\xf3\xfd\x5e\x6f\xf1\x87\x13\xe0\x29\x64\x45\x3c\x9b\xe2\xab\x82\x93\x62\xb4\x70\x4c\x45\x71\x56\x15\xb3\x74\xe3\x16\x91\xf0\x8e\x7a\x5e\xdf\x7f\xb8\x05\x60\x81\x0c\xb2\xb5\xdb\x7d\xb1\x9a\xd8\x63\x7d\x9e\x57\x07\xed\x0a\xa0\x41\xf4\xa4\xf0\x45\xc2\x1c\x45\xd0\x3a\x67\xf1\x93\x93\x86\x34\x06\x8e\x63\xcd\xdc\x5e\x52\x39\xb9\xcb\x30\x5f\x3b\x74\x56\x6b\x14\xea\x0d\x20\x27\xd2\xe3\x1f\xcf\x62\x96\x77\x4a\x86\x75\xe5\xf8\xb5\x4a\x54\x4e\xef\x3a\xd9\x98\xd9\x46\x21\x5f\x18\x74\x53\x46\xf0\x39\x7e\x7f\xf7\x10\x12\xd5\x8f\x19\x43\xb2\x39\xf3\x04\xd1\xe3\x98\x48\x96\xfa\x1a\x85\xf3\x6e\x1d\x2f\xd6\x0e\xe6\x28\x34\x22\xbd\xbd\x60\xf2\x56\x78\x7f\x3e\xb8\xde\x0c\x76\xa6\xbb\xab\xeb\x89\x06\x81\x1b\x0e\xb9\xf5\x3c\x85\xc8\xa4\x0f\xe8\xb7\x9f\x3b\xc1\xd8\x65\x51\x26\xe2\xd5\x3d\xd0\xcf\x6a\x39\x51\x54\xe4\x94\xa2\xd8\x17\x11\x03\x52\x9d\xcd\x06\x59\x8f\x49\xb4\x84\xf9\x37\x99\x37\x17\x86\x0b\xf4\xd6\xeb\x14\x9c\x55\xea\x9d\x8f\x13\xf1\x64\x1b\xa7\xa4\x9a\x41\x1d\xa2\xa3\xdd\x37\xf7\x3a\x4f\x5a\xfc\xce\x16\x56\x4b\xd0\x52\xa6\x70\x0a\x1c\x21\x48\x2e\x65\x38\x50\xe7\xd2\xe8\x21\x40\x57\xf3\x78\xec\x10\xfc\xee\xa5\x60\x74\xf9\x18\x70\x35\x14\x86\x36\x46\x61\x54\xb2\xd1\xce\xb4\x29\x1a\x06\x13\x26\x56\x9d\xf9\xaa\x8b\xbc\x5c\x05\x7b\xd2\x2d\x5b\xca\xb4\xa9\x65\x53\xc8\x49\xe4\xbf\x31\x5c\xa4\xf2\x2a\x2d\x03\x59\xef\xa2\xca\x47\x25\xb3\x52\x4e\x2f\x89\x40\x95\x12\xd4\xee\x0d\xeb\x3b\x7f\x65\xc6\x2a\x71\x61\x30\x56\xfe\x2a\x09\x73\x55\xdf\x3c\x53\x2e\xa2\x30\xdf\x9a\x3b\x80\xd6\x07\xbe\x6d\xdb\x3f\x0c\x34\x62\x41\x06\x42\x31\xe3\x9c\x2c\x92\x1d\xab\xfc\xd0\xa1\x31\x2f\x3b\x4c\x4e\x1e\xd7\x4d\xcd\xc6\xc3\x75\xcc\x70\x20\x99\x09\xe9\x08\x1c\x48\xc6\x86\x03\x50\xd1\xa4\x8c\x5e\x42\xc8\xf2\xdb\x07\x26\x78\xd9\x1b\x28\x89\x06\x24\xb6\x06\xce\x56\xc9\x7a\x10\x03\xea\xb7\x3b\x55\x88\xee\xf6\x78\x30\xb2\x8f\x2e\xd5\xef\xf7\xe0\xf8\xa3\xc5\xf9\xe8\x5e\x38\x3d\x4a\x8e\xae\xdb\xea\x41\x76\x6d\x67\x8d\x3f\x72\xab\x5f\xf3\x48\x7f\xe1\x36\x9a\x5d\xe4\x08\xa3\x59\x9a\x95\x04\x6a\x28\xff\x8d\x24\xfb\x57\x4f\x85\xf0\xcb\x1f\xe6\xdb\x20\x7a\x0d\x71\x13\x1f\x53\x8d\x4d\x6d\x28\xb3\x4a\xc8\xfe\x9e\xf3\xe1\xc7\x0e\xd0\x10\x7c\xa5\x8b\x73\x27\x8c\xad\x07\x2f\x46\xe4\x1d\x96\x91\x7d\x94\xf8\xb8\xad\x92\x9f\x8b\xf6\x96\xf9\x50\x09\x3a\xd6\xcc\x7d\x86\x80\xb4\xd5\x22\x20\x76\x6e\xdb\xa6\x6c\xb5\x38\xe8\x90\xc6\xcb\x0d\x24\x3c\xc6\xeb\xc8\xab\x27\xd1\x35\x12\x6d\x4e\xb4\xaa\x97\x86\xaa\x5e\xad\xce\xaf\x60\x24\x9a\x38\xfe\x25\x8d\xd4\xe5\x53\x7e\xe4\xe4\x22\xa4\xfa\x55\x75\x6f\xea\x78\x24\x5e\x47\xff\x3f\xfa\x00\xbc\x39\x08\xf5\x0c\xbc\x39\x86\x9f\xfe\x06\x3c\x6f\xf8\x63\x5f\x82\x37\x50\x62\x85\xed\x30\xe6\xe3\x59\x98\xf0\xb1\x6d\xba\x44\x68\x93\x3f\xc3\x60\x28\xe4\x8f\x00\xcd\x88\x01\x1d\x58\xe3\x9f\xe1\x18\x14\xb1\xf6\xde\x94\x8f\xca\xfd\xc1\x73\x20\x6a\x4b\x24\x8d\x08\x9b\xdd\x9d\x69\x85\xec\xdc\x9c\xc6\x1c\x3a\x0c\x1a\x4f\xab\xcb\x5f\xd3\x9f\x0c\x8b\xbb\x4a\xd5\xe3\x18\xfe\x19\x7e\x15\x48\x3d\x0a\x84\x23\xe1\xef\xf8\x32\x88\x2f\x4f\x83\x44\x5f\xad\x77\x28\x68\xd8\x48\xa6\x84\x58\x59\xc3\x36\x4d\xa3\x82\x25\x06\xa5\xcc\x77\xc6\x0d\x58\x24\x82\x52\x12\x91\x39\x19\x3a\x7f\xe7\xa7\x77\xb8\x3d\x0e\x9e\xe7\xef\xfc\x94\xb5\xa4\x81\xc4\xf0\x59\xf9\x9e\x16\x43\x24\xcc\xc0\x18\xed\x71\xad\x52\xe1\x71\x43\xb1\xc3\xe6\xf9\xdb\xa0\xe7\x63\xba\xee\x56\xb8\xbc\xa7\x1e\xdc\xa5\xef\x78\xb8\xe5\x7b\xe7\xd9\x56\x30\xf7\x9d\x7c\x27\x8b\x51\x11\x78\x1a\x59\x87\x9c\xdf\xfc\xc9\xfc\xae\x9f\x8b\xe6\x52\x79\x22\x3a\x05\x40\xbb\x21\x95\x1a\xcf\x0f\x73\x62\xf6\x44\x4e\x3c\x81\x2f\xfd\xcc\x82\x4a\xa8\x53\xcc\x71\x6c\x1e\x06\x02\x28\x6b\x6c\x7b\x67\x03\x0e\x05\x65\x19\x98\xc1\x4b\xe6\x9c\x0c\x8e\x8e\x76\xef\x59\x3c\x4f\x06\xbd\x2a\xca\xf8\x45\x89\x80\x92\xcc\x4a\xe0\x27\x39\x0f\x38\xcb\xab\x09\x02\x73\xfc\x2b\xfc\x1b\xcd\x30\x5f\xaf\xd7\x4a\x7d\x8d\x7a\xea\x03\xe9\x2f\xee\xe3\x1b\x64\xc7\x01\x5a\xde\x0a\xe6\x6d\x26\xfd\x17\x91\x84\x0d\x9f\x8b\xaf\x31\x54\x5c\xa9\x25\x91\xa8\x11\x6f\x9b\xe3\xb2\x28\x2e\xed\x98\xde\xfd\x06\x8f\x32\x58\xbb\x1e\x6e\xcf\x1d\x03\x44\x2f\x2b\xcb\x13\xc5\xa9\x10\x3e\x2a\x4c\xf4\x7e\x28\xe6\x66\xfd\x35\xfc\x01\x28\xc1\x4c\xdb\x9c\xf3\x92\x2b\x09\xcd\xe6\xaa\x9c\x11\x4d\x90\xc3\x29\xd1\xba\x6b\x57\x82\xe6\x1d\xd5\x34\xf9\xa2\x14\x94\xe2\x50\x29\x80\x43\xc8\xd5\x72\x7e\x3e\xfb\x47\xdf\xf9\x55\xd1\x39\xfb\x2b\xf9\xee\x0f\xd5\xab\xfc\xe4\xd5\xd9\x3f\x7e\xf9\x85\x93\x72\x0c\x10\x82\x76\x36\x01\xa4\x6c\x6f\x04\xa0\x2d\x6e\x00\x58\xfb\x5c\xdd\xba\xe6\x33\xe3\xcb\xa1\xe9\xdc\x39\x40\x94\xcf\xdc\x4c\x87\x4a\x13\x62\x64\xa1\x41\x7c\xd9\xda\xe5\x46\x28\x62\x8d\xae\x66\xdc\x99\x0f\x9a\x68\x39\xc6\x2b\x73\x3b\x4f\xb9\xb4\xbd\x3b\x05\x67\x9d\xdf\xf2\x52\x0f\xbe\x2d\x06\x73\x20\xae\xfd\x5f\x28\xad\x8d\xf7\xee\x52\x5a\x61\x93\x88\xe4\xea\xf4\x94\x0e\xe5\xb4\xfa\xf2\x0f\x67\x1d\x7e\x27\x5a\xcd\xf4\x7c\xa9\x8a\x00\x39\xbc\xed\x83\x62\xe3\xd1\x41\xe7\xe6\x63\x82\x93\x47\xc2\xe4\xc0\xa3\x9b\xd5\xad\x5d\xc0\x3c\x6c\xb4\x6d\xbe\xf8\xd5\x1f\x1d\xeb\x0e\x9d\xd5\x25\x25\x43\x55\x22\x69\x56\xee\x6c\x93\x5b\x49\xd6\x9d\xf2\xa9\x4a\x3a\x74\xa1\x84\xa5\x2a\x0c\x93\x62\xae\xd9\x8b\xa4\x5a\x8c\x84\x4d\x5e\x4a\xf1\x93\x0b\x8a\x4d\x01\xc8\x74\x5c\xa9\xec\xcb\x06\xed\x4c\x8a\xba\x5c\x01\xa8\xb4\x83\xf7\x8e\x12\xd7\x41\x4c\x92\x1b\xc9\x90\xc6\x20\xe2\x02\xa4\x59\x41\xa4\x96\x94\x31\x5b\xa1\x62\x30\x6c\x06\xb1\x0a\x73\x4c\xc6\xd9\x55\xcf\x70\x2c\x55\xcb\x2b\xab\x09\x50\xe5\xb0\x95\xc9\x53\x70\x15\x57\x4c\x09\xf1\x95\xa5\x27\x91\xa4\x24\x57\x74\xc2\x0d\xe9\x82\x45\x92\xf6\xce\x2c\xc6\xbc\x82\x48\xc2\x64\x90\x3d\xfd\xea\x21\x61\xf2\x55\xb2\x40\x71\x0b\xd3\x1b\x40\x77\xf4\x20\xaf\x2c\xae\xca\x8a\xc4\x5a\x29\x53\x2e\x3e\x80\xd1\xde\x4c\xa6\x32\x57\x6b\x91\x10\x55\xd8\xf9\xa8\xec\x79\xe2\x8a\xd4\x4f\xb9\xb1\x59\x54\x01\xe5\xab\x55\xa1\x7d\x1c\xf1\xc5\x7b\xd3\x28\xbc\xe0\x6a\x87\x24\x47\x7a\x1b\x65\x74\xe5\x93\xca\xe8\xca\xa7\x94\x28\xbe\xc8\x0d\x32\x77\x94\x22\xaf\xbf\xbf\x0c\xfa\x37\x26\x92\xa7\x80\xa3\xce\xde\x51\xb8\xbe\x8a\x77\x52\x55\xdd\x92\x4f\xe7\x01\xad\x88\x64\x91\x1b\x90\xac\xb2\xdd\x37\x78\xf9\x9a\xaf\x1b\x28\xe0\x5a\x83\xd6\x02\xc3\x6f\xd0\x4a\x29\x42\xac\x51\x48\xdd\x88\x09\xd3\xea\x86\x24\xab\x9a\xe7\xd5\xf9\xc1\x39\xd1\x3b\x1e\xec\xf2\xc3\x5d\x1a\x81\xe8\xbd\x2c\xe4\xf8\xd1\x2b\x0d\xdc\xbb\x77\x27\x04\xfd\x90\xec\xab\x89\x2a\x30\xe0\x38\x3c\x8f\xf9\x18\x78\xbf\x50\x2b\x55\xe5\x8e\x6e\xf7\xca\x5d\xc0\xaf\x10\x5e\x3d\x50\xcc\xc0\x2d\x7b\x96\xe6\x1a\xcc\xcd\x80\xaa\x8a\xf7\x3b\xe6\xc7\xe5\x20\xe8\xc6\xfc\x41\xb5\xda\xf4\xc4\xbb\xb5\xd0\x58\xa8\x85\x24\x3a\xe5\xbc\x23\xcc\x72\x94\xf3\xea\xb9\xbe\x06\xf0\x92\x52\x25\xc7\xfb\xc7\xca\x6f\x97\xac\x62\x0b\x41\x46\x01\xb1\x03\xe1\x01\xc6\xe7\x32\xb9\xfc\xa5\x74\x69\x21\x98\x7f\x9e\x84\x31\x70\x97\xc0\x97\xbc\x7e\x4e\xa9\x0c\x08\x44\xae\x6a\x51\x12\x03\x7e\x29\x30\x06\x3b\x80\xdd\x45\x90\x92\x40\xe1\xce\x3a\xa8\x90\x1f\x00\xc8\x87\x0c\xf2\x01\xa8\x89\xc9\xea\xc0\x59\x4b\x43\x8d\x21\xbe\x1b\x57\xfa\xd6\xe5\xc4\xdd\xaa\x4f\x7c\x37\x66\xae\x77\xf3\x28\xd8\x7b\xc2\x69\xba\x4f\xaa\xea\xa7\xd4\x62\x8e\xa5\xd7\xaf\xd8\xa7\x0f\xab\x92\xca\xec\x35\x04\x00\xe3\x36\xb7\x4e\x9d\x66\x14\x27\xe5\xcf\xa8\x8c\x7d\xa7\xaa\xaa\x7d\xd2\xa1\x58\x4e\xd2\xfd\x70\xf6\xb1\x7d\x92\xa0\xcc\xf7\xcb\x7c\x98\xce\x9e\xfd\x83\x13\x3b\xb1\x51\xa9\xf9\x6c\x6e\x6b\x0c\x26\xe7\x9c\xc2\x47\x42\x06\x6a\x2e\xf0\x0a\x75\x7b\x71\xd2\xa8\xc8\x6b\xac\x46\x64\xa3\x5f\x8a\x8d\x36\xd9\xbd\xe3\x9c\xf2\xff\x56\x2e\xd5\xdd\x4f\x4e\x51\xd0\xce\xa9\x7a\xa9\xd8\x77\xca\x68\x56\x31\x5d\x8b\xec\xd9\x68\xd4\xa6\x1f\x17\xc5\x35\x9d\xc2\x4e\x4c\x3e\x64\xec\xe1\x78\xde\x04\x55\x8a\x18\x34\xd2\x24\xae\xc0\x77\x4f\x75\xf7\x78\xbf\x8e\xe1\xc4\xd5\xac\xd2\xba\xf2\x95\x3d\xaa\x12\x4e\x4f\xf6\xae\x19\xc3\xe1\xe7\x4c\xd4\xf3\x26\x7c\x2b\x8f\xde\x38\x16\x21\x96\x6e\x1a\x2a\x70\x1a\xb3\x18\xad\x78\xb0\x6c\xa5\x02\x21\xa0\x37\x7e\x2d\x3e\xe4\xd8\xce\xe5\xac\x67\xef\xda\xbf\x22\x94\x14\xf2\x55\xd0\x07\xf3\x42\x01\x58\xbc\xc1\x6b\x68\x16\x11\x90\x2b\xe1\x78\xf1\x2c\x57\x26\xaf\x30\x9b\x52\x78\x0f\x71\xc0\x38\x3a\x9a\x6f\x36\xf9\xd5\x3c\x99\xb2\xef\xd6\x23\xf5\xc5\xa8\xdc\x9b\xc0\x95\x62\xe5\xe5\x98\xca\x2a\x3d\x84\xac\x70\x14\xc7\x60\xaf\xf2\xdf\x1a\x6e\x03\x5a\x75\x2b\x03\x48\xb4\x29\x93\x09\xcf\x55\xa3\x88\xef\x6c\x93\xc5\x13\xd8\x8d\xdc\x99\xef\xbe\x1e\x03\xa5\x41\x2f\xe7\x3b\xc5\x3d\x63\x55\x22\x66\x2b\xeb\x62\x8d\x47\x20\x4e\xa2\xc1\x02\xa2\xd6\x0e\xb6\xbe\x27\x2b\xe6\xfc\xee\x5f\xff\xf0\x67\x47\xa4\x19\x1b\x9a\xb9\x37\x27\xba\x00\xd1\xc2\x3a\xd6\x02\x42\x54\x81\xc7\x94\x46\x1b\x04\x4a\xd8\x8b\x6a\x88\x83\x1c\xf4\xa9\xc2\xa7\x2b\x91\xe8\x92\x86\x23\x36\x52\x22\xba\x62\x1d\x15\x40\x0d\x93\x93\x37\x58\x93\xa0\xf8\xf0\x04\x5f\xf9\x58\x7c\x6d\xbe\xcd\x9a\x68\xc1\xa7\xd7\xb9\x8c\x9a\x22\xa3\xaa\xa4\x1e\xd4\x0a\xdd\x22\x12\xe9\x82\xb8\xa4\x2c\x81\x19\xaa\x61\x2f\x04\x83\x9d\xb4\x0e\xec\x13\x91\x86\xd8\xf1\x61\x37\xc1\x00\xf9\x22\x1c\x10\xc0\x99\x40\x8c\x5c\x02\x20\x60\x2c\x36\x90\x7e\xfb\x99\xa1\xf8\xd5\xe7\x44\x47\x15\x29\x66\xfa\x0b\x4a\x68\xe7\xf9\x93\xf6\xce\x0f\x11\xfa\x39\xcc\x50\x71\x77\xfe\x19\xe7\xf0\x02\x54\xad\x79\x17\x4a\xa8\x1a\x2b\x30\xce\x53\xc3\xaf\x5c\x12\xa4\x82\xd0\x44\x52\x01\xc4\x66\x09\xa7\xac\x24\xea\xcb\xe7\xf4\xb7\x63\x6f\x2f\xa1\x13\x78\x96\x19\x56\xb0\xc9\xd2\xbb\xc3\x75\x14\xf0\x40\x41\xe3\x42\xbb\x3a\x6c\x6c\xa8\x09\x94\x4b\xfd\xec\x23\xd5\x33\xc0\xb7\x76\x17\x0e\x6c\xe8\xc1\x7a\xbd\xea\x73\xb2\x0f\xe1\x36\xf4\x88\x71\x6c\xf0\x51\x5b\x32\x83\xb4\xa6\xaa\x25\xf2\x7d\x29\x74\x04\x4b\x87\x9d\xc9\x09\x1b\x17\x0a\x44\xd8\x8b\xc0\xd8\xdb\x46\x9d\xdb\x81\x1a\x5f\x88\x51\x67\xf7\xb7\xf2\xdb\xe1\x2b\x31\xa6\xac\xa8\x16\x80\x64\x44\xbb\x47\x2c\x26\x9e\x2b\x02\x24\x73\x5d\x15\x24\x78\xa6\x50\x03\xa6\xf2\x39\xfc\xcf\xe1\x38\x2a\x5d\x20\x46\xbf\x56\xa4\x69\xaa\x12\x1f\x76\x58\xb1\x51\xd6\xa5\x9b\x93\xe1\xec\xb5\xa8\x9e\xbc\x34\x87\x1e\x1f\xc3\x03\xa5\xcb\xcd\x37\xea\x8e\x83\x71\xbf\x71\x0b\x0d\xed\x0f\xb7\x3c\x48\x51\x33\x1e\xab\x85\x24\x96\xb7\x77\x36\xba\x47\x4b\x9d\xf5\x29\x5d\x2e\xf7\x5f\xf1\x9b\x7a\xb4\x41\x0d\x1f\xa5\x53\x0a\xea\x5a\x9b\x3a\xa1\x5f\xf2\x1a\x99\x83\x53\x21\x97\x2a\x70\x51\xb2\xa3\xa3\x24\x9a\x16\x85\xa9\xa0\xe9\xaa\x79\xd1\xad\x23\x25\x92\xcb\xcf\x72\xe7\x9c\xa0\xbb\x5b\x4f\xc2\xcb\x63\x1a\x1a\xd9\x20\x86\x4d\x0a\x89\xd6\x5d\xd2\x0b\x93\xe8\x82\xcc\xf2\x43\xa8\xc1\xd8\x7a\xef\xf2\xba\x2e\x87\xd9\x46\x10\xf2\xfa\x28\x67\x48\x27\x68\x0d\x57\xaa\xb0\x1e\xc0\xd0\x74\xdb\x95\xf4\x80\x18\x98\x68\xb8\x0c\x45\xce\xaf\x07\xfa\xe9\xd7\xde\xea\x6e\x1c\x8e\x3a\x35\x03\xca\xd8\x8e\xa0\xa0\x58\xd6\x64\xdc\xb0\xa0\x69\x96\xe4\x3e\x16\xbd\xc9\x9c\x8c\x7e\x69\x43\x7d\xf3\xaa\x71\x94\xa8\x31\x2a\x73\xbb\xb1\x02\x09\x4d\xf6\x2b\x46\xeb\xb9\xb4\xd7\xf7\xf7\x24\x1f\xae\x9d\x0a\xe5\x34\x3d\x5d\x97\xa9\xb9\x15\x9d\xd6\x19\xd3\x79\x2f\x1c\xe8\xc4\xcd\xfa\xd1\xa3\x8f\xa3\x47\x8f\xd0\x8b\x74\xec\x23\x8f\x19\xfd\x98\x1e\x46\x29\x73\x14\xf6\xde\xb8\x13\x7b\x47\xca\xaf\x15\x3e\x4a\x3c\x0f\xa9\xdf\xa0\x92\xb7\x6c\x9a\xdb\xb1\x6a\x08\xfc\x2f\xaa\x1b\x9e\x23\x3f\x45\xf8\xb5\x9e\x25\xdb\xd7\xcd\x59\x7e\xc4\x96\xf7\x8f\x78\xbe\xbf\xd0\x0f\xf6\x7d\x9d\x31\xdf\x4e\xfc\x9a\x85\xd4\xf7\x6c\xc1\x7a\x38\xf1\x6b\xf3\xf1\x9a\xf7\x1d\x0a\xcf\x26\xf6\x4a\x97\x9e\x94\x91\xd2\xdb\x6a\x4f\x9e\xe3\x3a\x66\x66\xb1\xd6\xf4\x04\xdf\xb7\x35\x99\xa5\xdd\x5c\x7c\xb2\xef\x3d\x44\xeb\x2d\xc9\xaf\x39\xf2\xf7\x3d\xb1\x96\xf2\x9c\xd1\xd7\xf2\xf4\xd0\xcf\x18\x91\xce\x87\xca\xe7\x66\x7b\xdc\x3e\x01\x7a\xfb\xeb\x04\xd9\xa9\x67\x89\xb2\x46\xe1\xb3\xe5\x7a\xef\x73\x1c\xb0\x35\x04\xda\xfe\xf6\xeb\x96\xa9\x9b\xdd\x38\x53\xea\xfd\x39\x7a\x3f\x8c\x5f\x78\x73\x4e\x27\x9e\x30\x03\x22\x50\xf7\xbc\xf2\xb9\x4c\x7e\xc0\xcb\x62\xae\x8c\xc9\x99\x0c\xbd\xc6\x8f\xb7\xdc\x38\x77\x46\x86\x2e\xbc\xcd\x6e\x07\xcb\xeb\x99\x8f\xfd\xec\xc7\x4e\x67\xed\xda\x69\x3f\xf3\xf1\x10\xfc\x89\x26\xde\x6b\x2b\xf8\x6b\x10\x7f\x6d\xcf\x01\x53\xc0\x5f\x45\xfc\xf5\xe8\x7b\xfc\xf3\x22\xfe\xb9\xb0\x4e\x35\x80\xb0\x7e\xec\x84\xcb\x4d\xfc\x31\x8c\xdf\x77\x5f\xc2\x9f\xbe\x0b\x3c\xb9\x48\xef\x01\x72\xd3\xa0\xdc\xa3\x2d\x9f\xde\x5b\x52\x1d\x0c\x7a\x8d\x1a\x7f\x51\x9d\x14\xf3\xc3\xfc\x81\xfa\xb9\xe8\xba\xe7\xf9\x27\xf5\x05\x5d\xd5\x07\xf9\x09\x56\xea\x6e\xd8\xcd\x4b\x75\xea\xb2\x96\xbf\x98\x53\xdd\x42\x9f\xf4\x5b\xf5\xca\x5d\x02\x62\x8a\x35\xaf\x8a\xa9\xee\xcf\x65\xd4\xbb\x27\xea\xc1\x93\x70\xea\x56\xb8\xf4\xa3\xbc\xbb\xd6\xdc\x96\xeb\x9e\xcd\x5b\xfc\xf6\x01\xbe\x32\xbb\xff\x20\xa3\x5e\x2f\x2a\x55\xaa\x0d\x95\x27\xee\xd2\x3a\xfa\x7f\x28\x97\x12\x80\xa0\x6b\x98\x9f\x3d\x56\x4f\x10\xf2\x8b\xed\xb0\x22\xb9\x3e\x94\x5b\x38\xff\xe0\xc1\xf5\xce\xda\x16\x68\xe8\x7f\xff\x3b\xbd\xf7\x06\xea\xe6\x3f\xfe\xe1\xfc\xf1\xd7\x68\x52\x79\x3d\xd6\x3d\x9a\xc0\x2d\x63\x38\xfb\x0d\xf8\xa1\xfc\x37\xff\x16\xab\x92\x91\xcb\x23\xe4\xc9\x96\x4b\x93\x92\xe5\xe5\x7f\x06\x00\x00\xff\xff\xef\x82\x06\x99\x7d\xbd\x00\x00")
func confLocaleLocale_zhCnIniBytes() ([]byte, error) {
return bindataRead(
@@ -4537,12 +4558,12 @@ func confLocaleLocale_zhCnIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 46353, mode: os.FileMode(493), modTime: time.Unix(1453724978, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 48509, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
-var _confLocaleLocale_zhHkIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x5b\x73\x1b\x47\x96\x20\xfc\x8e\x5f\x51\x9f\x3a\x1c\x9e\x89\xf8\x4c\x87\xdb\xb3\x97\xd8\x30\x3c\xdb\xed\x9e\xe9\xee\x0d\xbb\xdb\xdb\xb2\x67\x1e\x1c\x0a\x18\x04\x8a\x24\x46\x20\x0a\x8d\x02\x24\xd3\x1d\x1d\x01\x4a\xa2\x08\x8a\xa4\x48\x5d\x48\x89\x14\x25\x8a\x94\x44\x51\x94\x48\x51\x77\x8a\xd7\xff\xb2\x8d\x2a\x00\x4f\xfe\x0b\x7b\x6e\x99\x95\x59\x28\x50\x72\xc7\xee\xfa\xc1\x22\x2a\x4f\xde\x4f\x9e\x7b\x9e\xcc\x96\xcb\x99\xbc\xeb\xe7\xd2\xc1\xf2\x6e\x38\xbf\xef\xfc\xd6\x73\xda\x1b\x77\xda\xeb\xf5\xd6\xe2\x85\xf6\xf8\x46\x70\xe9\x91\xf3\xdb\x42\xd5\x09\x97\xa6\x83\xc9\x85\x54\x6a\xc8\x1b\x76\xd3\x9d\xb5\xf9\xce\xdd\xd1\x54\x3e\xeb\x0f\xf5\x7b\xd9\x4a\x3e\x1d\x5e\x7e\x18\x34\x5e\x77\x6e\xaf\xb6\x26\x1a\x29\xf7\x87\x72\xd1\xab\xb8\xf0\x71\xb5\xf5\x72\x35\x35\xe4\x16\xcb\xe9\xe0\xed\x63\x68\x29\xe5\x17\x06\x4b\x99\x42\x29\xdd\x5a\xd8\xeb\x4c\x5d\xe0\x9f\x5e\xad\x9a\xee\xd4\xeb\xc1\xf8\x2e\xff\xae\x95\xd3\xed\xf5\xbd\xe0\xe2\xa5\x54\xc5\x1d\x2c\xf8\x55\xb7\xa2\x7e\x9f\x75\xfb\xfd\x42\xd5\x4d\x07\x5b\x37\xc3\xf9\xb7\xad\xd7\xcf\x5b\x8f\x17\x52\x67\xdc\x8a\x5f\xf0\xa0\xc9\xb9\xd7\xc1\xc4\x34\xf4\x1f\x2e\x3d\x49\x95\xb3\x83\x30\xca\xbb\xa3\x30\xa2\x54\xd5\x1d\x2e\x17\xb3\x50\x2d\x5c\x5f\xc1\xe1\x15\xb3\xa5\xc1\x1a\x96\xf3\x34\x3b\xa3\x3b\x9d\xbb\x63\xa9\x5c\xc5\x05\x98\x4c\xc9\x3d\x9b\x0e\x26\x5e\x05\x7b\xbb\x7d\x7d\x7d\xa9\x9a\xef\x56\x32\xe5\x8a\x37\x50\x28\xba\x99\x6c\x29\x9f\x19\xc6\x79\xb5\xae\xaf\x87\x8d\xd7\xcd\xa3\x95\x70\xf4\x69\x30\x73\x29\xbc\xf5\x32\xb8\xbf\x48\x63\x77\xf3\x30\xb9\x4c\xd6\x4f\x07\x6f\x9e\xf3\x14\x19\x36\x45\x2d\x95\xb2\xc3\xaa\x72\x30\x3b\x9d\x72\x87\xb3\x85\x62\xba\x73\xfe\x55\x6b\xeb\x19\x0c\xd8\xf7\xcf\x7a\xb0\x92\xc1\xd3\x8b\xad\xd5\x7d\x98\x7a\xa6\x3a\x52\x06\xf0\xd5\xdd\xf6\xc6\xb4\x7c\xcc\x65\xcb\xd5\xdc\x50\x36\xdd\x79\x74\xa3\xbd\x39\x81\x5f\x00\xae\xec\xc1\x9a\x78\x95\x91\x74\x50\x9f\x08\x76\x1f\xa7\xbc\xca\x60\xb6\x54\xf8\x31\x5b\xa5\x45\x79\x75\xa1\xf5\xf6\x7a\x6a\xb8\x50\xa9\x78\x95\x74\x67\x66\x25\x38\x3f\x93\x82\x39\x66\xb0\x9e\x4c\x34\x9c\xdf\x86\xad\x96\xda\x58\x36\x5c\x18\xac\xe0\x7a\x75\x46\xdf\xb4\x1e\xee\x05\xf7\xe7\x3b\xe7\xd7\xad\x62\x6a\x0c\xaa\x19\xed\x0d\x78\x95\xd3\x69\x6e\x29\x7c\x79\xd8\xba\xbe\x6c\x54\x80\x11\x59\x5d\xa9\x41\x65\x4b\xb0\x0b\x54\xda\xda\x5a\x69\xcd\x5e\x0c\x1b\x57\xa2\xd2\x6c\x7e\x18\x96\xb2\x9c\x2d\xb9\x45\x29\x16\xec\xca\xe6\x72\x5e\xad\x54\xcd\xf8\x6e\xb5\x5a\x28\x0d\xc2\x5a\xef\xbc\x80\x15\x6d\xaf\x6f\xb6\x0e\xb6\x52\xc9\x5f\x47\xbc\x9a\xde\x47\x58\xa7\xc9\xe6\xee\x2e\x6f\x1f\x97\xe8\x4a\xbc\x39\x52\x09\xc7\xee\x67\x06\x5c\x17\xd0\x7b\xa9\x0e\x43\x0f\x5f\xee\x05\x93\x73\xa9\x72\xad\x58\x84\xf5\xfb\x73\xcd\xf5\xab\xd0\xcf\x6c\xa3\x79\xf0\xaa\xfd\x78\x32\x7c\x76\x2e\x55\xf0\x7d\xf8\x9a\x0e\xe6\x66\x3a\x2b\x53\x3c\xea\x14\xec\x5a\x29\x07\x93\x08\x66\xe6\xc3\xd7\x8d\x54\xea\x3b\xdf\xcd\x56\x72\x43\xa7\x52\xfc\x6f\x3a\x9c\x5d\x0a\xb6\x27\x11\xdb\xba\xf7\x12\xb1\x46\x06\xc5\x6d\x03\x62\x3d\x08\xe6\xb7\x52\x39\x2f\x0f\xb8\xb1\x3e\x19\xec\xcf\x10\x1a\x7c\x57\x28\xf9\xd5\x6c\xb1\x78\x2a\x25\x7f\xc0\x19\x99\x68\xdf\xbb\xad\x8e\x40\xa1\x5a\xa4\x53\x1b\x3e\x59\x09\x96\xdf\xb4\x57\xa6\xb8\x18\x5b\xd8\x9d\x49\xe5\xbd\xdc\x69\x40\x74\x3c\xa8\xd0\x5f\xb0\x76\x2e\xbc\xb3\x14\x9e\x5b\x0f\x37\xef\x05\x4b\xeb\xcd\x83\x23\x18\x81\xf3\x1b\x82\x71\x82\xad\xb7\xc1\xc2\x7a\x67\x74\x12\xda\x00\x52\x31\xe8\xff\xb4\x3f\x05\x93\x07\xd2\x10\x1c\x8d\x05\x63\x8d\xe6\xde\xf5\xd6\xcb\xed\xce\xfc\xb3\xf6\x56\xdd\xf9\x2c\xeb\x54\xb3\x95\x41\xb7\x9a\x3e\x91\xe9\x87\x63\x77\xfa\x84\x33\x54\x71\x07\xd2\x27\x3e\xf0\x4f\x7c\xce\x87\x38\x9c\x1f\x0f\x37\xae\x7f\xf6\x71\xf6\x73\x27\x38\x9c\x0a\x2e\x4e\x07\xdb\xd3\x70\x80\x79\xdc\x9d\xfa\x73\x1c\xea\xca\xe3\xe0\xe9\xe3\xbf\xd5\xcf\xa5\x70\xd1\xe1\xfc\x67\xf2\xfd\x4c\xb1\xb0\x7f\xa7\xbd\x36\x0a\x4b\xcf\xf3\x71\xbe\x1a\x39\xf9\x3f\xbf\xfc\x5b\x7d\xf4\x6b\xcf\xaf\x0e\x56\x5c\xfe\x01\xff\x87\x5a\x9f\x3a\x61\x63\xde\xf9\xa6\xf0\x9b\x5f\x63\x53\xd0\x04\x2f\x4a\x38\xb7\x13\x5e\x5b\x84\xc5\x96\x5d\xc7\x02\x3c\x78\xfa\x7b\x67\xe5\x4e\x70\x67\x12\xe8\x9e\x5f\x8d\x3e\x36\x77\xf6\xc2\x47\xcb\xbc\x3f\xfa\xa3\x6c\x94\x3e\xca\xb1\x02\x39\xc4\xd0\x01\x11\x02\x5d\x0a\xb4\xa0\xb5\xfe\x0c\xbf\xc7\x37\x40\x96\x9e\x26\xc5\xeb\x2c\x5f\x7e\xff\x87\x3f\xfc\xf1\x37\xbf\x76\x82\xfd\xb9\xf0\xda\xe5\xe6\xde\x03\xa0\x42\x4e\xad\x3a\xf0\x5f\x33\x83\x6e\xc9\xad\x64\x8b\x99\x5c\xc1\x09\x36\x6f\xb4\x9e\xac\x75\x6e\x5d\xc4\xe9\xfa\x7e\x11\x68\x17\xe0\xcc\xc9\x93\x5f\x3a\x40\x07\x01\x6f\x60\x9c\xd5\xa1\x68\x14\xb0\x11\xcd\xbd\xd7\xed\x37\x4f\x83\xc3\x2b\x29\xff\xcf\x45\x5c\x67\x19\x4f\x7c\xfd\x1c\x3c\xe4\x7a\xd9\xa8\x06\xf6\xe1\x56\x2a\x19\x20\xb5\xd5\x11\xdc\x1f\x6a\xfc\x3d\x2a\x36\x77\xa6\xdb\xe7\x0f\x5a\xe7\x76\x5b\x8f\x76\x55\x23\x85\xd2\x99\x6c\xb1\x90\x87\x0d\x52\x6b\x45\x95\x63\x0b\x06\x35\x83\xb1\xd1\xf6\xfa\xb3\x60\x6a\x2c\x98\x7d\xcc\xd3\x75\x4e\xf4\x9d\xa0\xee\x4e\x7c\x74\xc2\xc1\xf6\x4a\x5e\x86\x29\x09\x52\xef\x7c\xc1\xcf\xf6\x03\x25\x67\xbe\x52\x61\x12\x89\xeb\x4c\x83\x08\xee\xdf\x05\x74\x0f\x97\x36\x98\x56\xf1\xf1\x0d\xae\xad\xf0\xee\xe1\xd0\xcf\x8f\x85\x2f\x46\x9b\x3b\x93\x2d\x40\xb9\xcd\x55\x66\x4a\xf6\xcc\x15\xd5\x12\x0c\xd0\x6d\xf0\xde\xc7\x27\x9b\x52\xdb\x25\xa8\x38\x3e\x01\x7d\x21\x1b\x5e\x7a\x22\xd8\x88\xcc\x99\xb1\x85\xcb\x18\x55\xd4\x57\xb5\x41\xd0\x22\xcc\x42\xd3\x4e\xa0\x34\x40\xe3\x3a\xcb\x47\xcd\xdd\xad\x76\x7d\x2a\x98\x69\x04\xa3\x13\xc1\xfd\x87\x48\xe5\xb9\x01\xa4\x34\xbc\x45\x4c\x68\xc2\xbb\x6f\x5b\xb7\xb6\x90\x23\xeb\x12\xd5\x76\x38\x51\x0f\x97\x26\x48\x04\xe8\x8c\xde\x45\x82\x41\x35\x3a\xb0\x5e\xdb\xe3\xed\x55\x58\xf7\x9b\xe1\xf5\x43\x10\x1c\xda\x8f\x9e\x73\x1b\x74\x52\x6b\xc0\xc7\xf1\x70\x30\xb5\x69\xbd\xd8\x6b\xbd\x7a\x26\xe7\x43\x95\xa9\x1e\xb0\x22\x1f\x90\xa3\xb1\xce\xdd\x46\x30\xf6\x06\x3a\x04\x32\x10\x1b\x5a\x70\x75\x8a\x1b\x23\xb2\x43\xa8\x74\x6d\xba\x79\xb0\x14\x3e\xb9\xd4\x59\x98\xa5\x33\xed\x01\x47\x2d\x41\x97\xcb\xc8\x5e\xf9\x97\xd1\x09\x2f\x69\x70\xf0\x0c\x56\xc6\x39\x79\xf2\x77\x4e\xfb\xfe\x78\xfb\xde\x41\xb0\xb4\x1d\xdc\xae\xf3\x21\x19\xca\x94\xbd\x4a\x35\x8d\x85\xc1\xf2\x5d\xfd\x41\xaf\x05\x2d\x32\xd5\x65\x71\xc8\xa4\x90\xe1\xe6\x7d\xa8\xd3\x5e\x58\xc6\x93\x3a\xf9\x00\xc8\x12\xa0\x09\x7c\xa7\xc6\x2e\x2d\xc3\xc6\xe3\xf9\x3d\xba\x1d\x4e\x8d\x86\x4f\x2e\x34\x0f\xa6\x01\x09\x5a\x0b\x07\xd8\xf1\x50\xb5\x5a\xe6\x9e\x7f\xf7\xcd\x37\x5f\x3b\xad\xc7\x20\x56\xdc\x83\x96\xa2\x02\x3d\x02\x42\x83\xd6\xad\x7b\xed\xd1\x03\xdc\x6f\x0d\x89\x28\x51\xab\x14\x05\xc0\xf9\xf6\x4f\x5f\xaa\x4f\xbd\x56\x00\xbb\xfa\x18\xff\x77\xd2\x5a\x08\x58\xe6\xe6\x4e\xbd\xb9\x7b\x8b\x05\x93\xe6\xce\x26\xf4\xd3\xa9\xdf\x6b\xbd\xa2\x35\x4e\x79\x65\x3c\x35\x1a\x67\x83\x99\xa7\x20\x40\x09\xb6\x92\x44\x23\x05\x9d\x5b\x7b\xc1\xe6\x2c\x34\x02\x54\x85\x17\x0b\x80\x82\x2d\x90\x93\x86\x61\x4e\x44\x4d\x4f\x7e\x05\x93\x15\x4a\x4a\x5f\x07\x2a\xde\x70\x9a\xab\x34\x0f\x2f\x82\xf0\x19\x7d\x56\xb3\x30\x4b\x79\xc0\xb0\xdc\x9d\xd1\x57\xc1\xe1\x86\xf3\xa7\x7f\xfd\xc2\xf9\x4f\x9f\xfe\xf2\x97\x40\xe0\x16\x82\x71\xa4\x7b\x30\x3a\xa0\x8e\xe1\xcd\xa7\x30\x25\x38\x12\xc0\x39\x5b\x2f\xaf\xe3\x7c\x68\x6e\x5c\x1f\xa8\x85\x50\xd5\x13\x78\xa6\x4e\x38\x9f\xd1\x34\xfe\xbb\xfb\x43\x16\xe4\x46\xb7\x2f\xe7\x0d\x7f\x4e\xd8\x76\x77\x1f\xa8\x26\xae\x01\x16\x03\xfa\x32\x73\x5e\xd8\xef\xd4\x47\x45\x88\x93\x82\xe8\xf8\x1b\x85\x5a\xae\x63\x91\x36\x93\xf3\x4a\x03\x85\xca\x30\xc8\x0a\xcb\xd0\x37\xd3\x12\x86\x64\x91\x8f\x1a\xcb\x94\xbc\x6a\x61\x60\x44\x80\x78\xee\x9d\xfa\x62\x6b\xf9\x41\x38\x33\xdb\xb9\x78\x15\x64\x88\x0a\xc8\xbf\x19\xfc\xa7\x90\x73\x65\xe9\x9b\xfb\xbb\xb8\xe2\x0b\xeb\x78\x64\xc6\x5e\x37\xf7\xe6\xf5\x06\xe0\x2e\x79\x03\x03\xc5\x42\xc9\x65\x7e\x10\xcc\x5d\xc3\x96\x6f\xad\xb6\xde\x2c\x0a\x5f\x30\xcb\x01\xf9\xca\x20\x8f\x03\x92\x83\x0c\xd8\x3a\x78\xce\x20\x40\x02\x9b\x6f\x97\x19\xbd\x83\xc3\x3b\xce\x17\xbf\xf9\x83\xd3\x9a\x7e\x8e\x12\x0e\x71\x11\xd8\x12\x26\x1b\xa8\x42\xbc\x18\x0f\x77\x67\x81\x56\x00\x20\xd0\x35\x58\x73\x3d\x3c\xae\x42\x27\x57\x08\x33\xc8\x9d\x67\xb2\x20\x32\xa4\xb9\x6d\xe7\xb7\xf2\x5b\x69\x1f\x71\x38\x19\x5e\x1c\x1a\xe6\x8d\xe8\xb1\xb5\xd8\x3a\x7c\x04\x9d\xc3\x70\x82\xf3\x63\xbc\xc9\xad\xeb\x42\x86\x9a\x3b\x97\x82\x73\x20\x22\xce\x77\xf6\x6e\xc2\x72\x23\x52\xdc\xdd\x04\x69\xd6\x1c\x8e\xc5\x27\x98\xe8\x8b\x84\x38\xbe\x01\x78\x2b\x5a\x49\x12\x74\x34\xb0\xc4\x3a\x4c\x0f\x70\x5c\x33\x1b\xb8\x4c\x9a\x4d\x30\xbe\xbe\xd9\x0b\x2e\xdd\x05\x01\x16\x0e\x36\xb1\x97\x12\xb5\xaf\xa4\x7f\x41\x06\xa5\x03\xc8\xd2\xd8\x40\xd2\xbf\xc8\x46\x4b\xeb\x4a\xb0\xc5\xce\xc3\x85\x73\xed\xfd\x9d\x60\xec\x41\xa4\x46\x90\x60\x05\x2a\x87\xa8\x67\x99\x33\x05\x54\x83\x08\x35\x58\x8d\x69\xaf\x6f\xa0\x50\xbb\x30\x1b\x20\x01\x4f\x80\x56\x88\x42\xf3\x89\xb4\x9f\x45\x51\x80\xc2\x09\xe1\xb0\xd2\x10\x89\x77\x38\xff\xd9\xb5\x60\x62\x1c\xb1\x63\x66\x03\x59\xe3\xd2\x64\xd0\xd8\xe6\xba\xb0\x35\x72\x2a\x08\x18\x17\x82\xb9\xab\x48\xeb\xa2\xb4\xda\xbc\x9a\x17\xad\xb9\xb3\x06\xac\x16\x8e\x3d\x73\x14\x18\x05\x76\x75\xeb\x2e\xf0\x49\xe7\xf7\xbf\x49\x7f\xe2\xe8\x71\x21\x0f\x03\x4c\x99\x9c\x43\x5c\x3c\xbc\xa1\xdb\x89\x98\x0a\xf7\xc9\x07\x2b\xd6\x8d\xe2\xd1\x04\xc1\xca\x9d\x2d\x33\x20\x1b\x3a\x5e\x22\x48\x09\x19\x30\x00\x4c\x85\x8f\x2b\xb3\xa2\xa8\x6b\x0a\xb1\x11\x41\x3f\x33\xe8\xa1\xe2\x02\x22\xf8\xf4\x0b\x16\x82\x41\xe1\xf5\xab\x99\xc1\x42\x35\x33\x80\xf4\x08\x9a\xbc\xb0\x12\xbe\x98\x6b\x6f\xde\x0c\x1a\x0f\x9c\x0f\xa1\xe0\x43\x27\xb8\x72\xd0\xdc\xbb\xff\xd3\xfe\xe2\x07\x67\x44\xd8\xfb\x14\x69\x4d\x06\x0e\x50\xa1\x88\x88\x84\xbc\x0e\xce\xb0\x1c\x1a\x58\xae\x85\x7d\xe4\xe3\xa4\x5d\xe3\xda\x5e\x7f\x0a\x7c\xcc\x11\x01\x4f\x74\x00\xa0\x04\x1f\xf8\x40\xd0\x27\xdb\xfb\x13\x22\xdd\x3f\x9c\xc4\xdd\x99\x68\x20\x44\x7d\x8a\x37\xc5\x19\xf4\xfa\x6b\x85\x62\xde\xe1\xd6\x70\x91\x95\xc4\x07\xf2\x9e\xec\x6e\x5c\x2e\xc7\xaa\x9b\xf7\x60\x71\x78\xcc\xaa\x42\x4f\x41\x26\xb1\x96\x96\x3c\x70\xaa\xc3\x59\x38\x28\x09\xf2\x49\xe7\xf6\x1d\x31\x25\xd0\x4f\xac\xe9\x3b\x1f\x7d\x0e\x53\x4b\xf9\xd9\x33\x2e\x13\xee\x41\xb5\xb6\xcc\x6f\x3b\x63\xd3\xd8\xdb\xd1\x6d\x90\x86\x82\xfb\xcf\xc2\xb9\x1b\xf6\x30\x2d\xc4\xb5\xd0\x48\xab\x9b\x5d\x13\xe4\xdd\xf5\x6b\xb9\x9c\xeb\xfb\xb8\x1d\xc1\x03\xa0\x18\xa3\xa0\x24\x07\xf5\x2b\xc1\x61\xa3\xf3\xf8\x66\xbb\xd1\x80\xef\xc0\x7f\xc3\x6b\xe3\xc2\xc3\x44\x25\x6b\x3d\xb8\xad\xf5\x87\xf0\xc2\x44\x70\xf4\x18\x3e\x36\xf7\xa0\xfd\x7d\xa4\xc3\x9b\xf7\x01\x27\x9c\x5f\x7f\xfb\x5b\x68\x10\x94\x47\xb4\xe9\x9c\x4a\xd5\x58\xa4\xf4\x8a\x79\xad\x74\x02\x02\x23\x85\xb4\x4d\x14\x0a\x44\x70\xd4\x3f\x5b\x80\x85\xcc\x68\x5b\x10\x2e\x50\xd5\xfd\xa1\x9a\x0e\x1a\xe3\xe1\xcc\x2d\xd3\x32\x24\x02\xe0\xf0\x08\xed\x1b\x4c\x8a\x14\x7e\xd1\x75\x73\x5e\x11\x30\xcf\x43\xfa\x79\xc6\x15\x80\x60\xe6\x7c\xbb\x31\x1e\x4c\x5f\x07\x39\x2f\x82\x84\xfa\x5e\x65\x50\x55\x57\xd6\x84\x11\x31\x4c\xa8\xef\x62\x9c\x20\xe2\x44\x46\x2b\x26\x3d\xb8\x8f\xa2\xa7\xf7\xc1\x9e\x90\xfe\x2f\x9d\x3d\x7b\x22\x62\x2c\xcf\x9d\x3a\x83\x86\x60\x81\xc4\xa2\x75\x2a\x25\xe3\x26\xc3\x96\x8c\x26\xf5\x5d\xb6\x56\x05\x75\x3e\x32\x20\x65\xc4\x44\x21\xc4\x89\x77\x39\xe2\xfc\x43\x6e\x19\xa5\x84\x61\x7f\x90\xcc\x44\xaf\xaf\x31\x99\xfb\x69\x7f\x99\x4f\x31\x93\x3f\xdc\x19\xdf\xcb\x15\xb2\xc5\xcc\xfb\xd7\x7c\x3d\x0a\x4c\x0f\x6b\xda\x3c\x89\x8d\x58\xa0\xa0\xa4\x41\xac\x46\x25\xe4\xd5\x1b\x3c\x90\x06\x2b\x82\xe6\x40\x96\xef\xdc\x58\xea\xcc\x4f\xc0\x81\x84\xd3\xdc\x1e\x7d\x8a\xa7\x82\x6c\x6c\x1a\x61\xbb\x99\x23\x0e\x07\xa9\x53\x77\xc3\xa6\x30\x93\xd8\x09\xac\xc8\xb0\x3b\xdc\x8f\x2d\xe0\xe6\xdc\x6c\x1e\xcc\x88\x59\x70\x00\xb6\x17\x4e\x68\x64\x13\x3b\xba\x09\xe5\x82\x6f\x58\xe8\xf6\x28\x84\x95\x50\x36\x44\x38\xe3\x67\xd3\x9d\x73\x17\xc2\xe7\x57\x79\x03\xa0\xac\xb3\x06\xb4\xeb\x52\xa4\xb7\x09\xf1\x65\x8e\x4d\xf2\x96\xef\x96\xaa\x6a\xad\x50\x66\xdc\x1e\x15\x93\x15\x4d\x83\x05\x30\x59\xfa\xd5\xc7\x2c\xde\xb5\xc7\x5f\x38\x9f\xf5\x7f\xfe\x81\xff\xd9\xc7\xfd\x9f\x33\x25\x0c\x37\x56\x43\x10\xd1\x48\x5b\x08\xaf\x83\x00\xf6\x9a\x24\xe9\x35\x60\xc4\xce\x07\x79\x27\xd8\x9e\x01\x1e\x1c\x8c\x3d\x0c\xb6\xa6\xc2\xc6\x2c\xb7\x2d\xbc\x99\x54\x1a\xe2\x3b\x39\x3a\x07\x84\x9f\x0a\x9f\xc2\xa3\x7a\xf8\x72\x8f\xdb\xd5\x58\x45\x43\x2e\x16\x86\x0b\xd5\xa4\x4d\x06\x60\xb6\x4d\xf1\x60\xb9\x05\x11\x24\x47\x2f\x03\xbe\x77\xee\xee\xb5\xde\x8e\xf2\xb8\x5b\x9b\x13\xc1\xe1\x98\xf3\xa9\x13\x34\x2e\x76\x66\x6f\xb2\x41\xa6\xfd\x68\x0d\x31\x6a\x28\xeb\x67\x6a\x25\x59\x31\x37\xcf\xbb\x0e\x94\x51\x11\x26\xec\x09\x58\x3f\x2f\x9a\x5e\x99\x7f\x88\x96\xe6\x1f\x9d\xe6\xc1\x45\xd0\xae\x71\xe1\x68\xc6\x2c\x87\xc3\x40\x50\x50\xd7\x36\xa7\xa5\x0d\x58\x31\x10\x02\xcc\x91\x62\xeb\x40\x86\x96\xea\x20\xcf\x74\xc6\xa7\x71\x4b\xa8\x03\xe1\x3b\xf3\x5b\xe1\xb5\x4b\xc0\x76\xd0\x26\x0c\x0b\x3e\x35\xd1\x69\xcc\x31\x7e\xc1\xda\xc8\x48\x19\x08\x08\x5f\x7b\x61\xce\x6c\xc2\xdc\x58\xd1\x5f\x88\x0f\xfa\x74\xf6\xaa\xc4\x07\x59\x5a\x8a\xab\x0d\x34\x13\x40\x66\x38\x28\x30\xdc\xe6\xde\x5e\xf3\x60\x8e\xe5\x02\x3a\xba\xd8\x33\x0e\xa0\xda\xdd\xff\x4f\xfb\x0d\x1e\xc2\x4f\xfb\x13\xb2\x2d\xbc\xa5\x84\xc3\x50\x04\xec\x40\x46\xc4\x2d\x68\x5c\xe7\x32\x39\x08\x8a\xb9\x90\x2d\x30\xb6\xe7\x1a\x65\x85\xe6\xbf\x79\x8e\xbb\xbd\xb4\x0c\xcb\x08\x7f\x13\x8b\x6a\xa8\x25\x8a\xda\xd7\x06\x28\x7b\xb1\xa2\x2e\x35\x60\xd5\xf3\x32\xfe\x10\x6a\xac\x32\xe8\xb9\x37\xc1\xee\x9a\xd8\x51\xb6\xaf\xa0\x1f\xe1\x3f\xc3\x7e\x4f\x33\x7f\xc1\x15\x38\xc5\x18\x8d\x24\x52\xa1\x33\x22\x66\x37\x46\x6b\x30\x16\x7b\x00\x88\xe5\x54\x06\x32\xb7\xe0\xd8\xd5\xd1\xe4\x49\x71\x50\x39\x60\x8d\x59\x20\x46\xb8\x48\x9b\x2b\xed\xa3\xcb\xcc\x21\x23\x60\xd1\xb7\xac\x42\x18\xbf\x97\xcf\xc2\x04\x46\x5c\x5f\xc4\x33\x3e\xa6\xa9\x92\x27\x56\x5d\xf9\x0d\x70\x58\x5b\x56\xfe\x68\x2b\xbc\xfe\x16\x6a\x03\xc1\x1a\x3e\x95\xfa\x16\xe4\x8e\x3f\xd8\x0e\x80\x3f\x01\x33\xa1\x4f\xcc\x49\xc4\x36\xf3\x2f\x86\x5b\x40\xe6\xf9\x75\xcc\x39\xf0\x27\xb7\xdb\x37\x70\xf2\xe4\xef\xbe\x21\x21\x95\xec\x0d\x4f\x2f\x76\xae\x6c\x4b\x83\xbf\xab\x56\xcb\xfe\xb7\x95\x62\x9a\x95\xfd\x6f\xff\xf4\xa5\xa3\xdb\x1d\x29\x7a\xd9\x3c\x96\x85\x97\xd7\x01\x0f\xe5\xfb\x37\x6e\x76\x98\x07\xb6\x74\xb3\xb3\x78\x49\xda\xf9\x15\xb0\x39\xfa\x8a\xd4\x0a\x28\x85\x7c\x45\xd1\xe6\x5f\x12\x25\x54\xad\x28\xb8\xe4\x30\x88\x5b\xbf\xb2\xc5\x32\x28\x2a\x28\x37\x08\x80\x48\xeb\xe7\x76\xdb\x93\xcf\x40\x91\x0c\x36\x6f\x84\x4f\xa7\xff\x06\x0a\xf4\xcd\xa3\x70\x72\xa2\xb9\xff\x14\x64\x42\xfc\xd8\x98\x0f\x1f\x3d\x06\x7d\x15\xce\xd1\x47\x19\x38\x43\xb1\xc6\xf2\x70\x7e\x7f\x56\x83\xf0\xc5\x6e\x90\xb4\xc2\x3b\x64\x12\x2a\xfc\xa8\x86\xcf\x28\xae\x9b\x04\x39\x82\x6c\x01\x28\xd7\xc5\x81\xc2\x25\x20\x82\x33\x0c\xe4\xa0\xdd\x81\x6c\x93\x6c\x3a\xf8\x21\x19\xfc\xfe\xc3\x24\x70\x26\x48\x7a\xf9\xb4\x21\x03\x08\x2d\x1c\xe0\xd8\x71\xc0\x0a\x68\xef\x39\x06\x1c\x37\x9f\xe5\xed\x5c\xb1\x96\x77\xad\x65\x52\x66\xd4\x59\xee\xbe\xb9\xf3\xdc\xf9\xf0\x03\xff\x43\x6a\xb5\x74\x1a\xb8\x69\x49\xc0\x81\xf2\xb5\x96\x1f\x74\xa6\x9e\xb6\x37\x50\x83\x50\x5e\x29\xd0\x04\x73\x5e\xa5\xe2\xe6\xaa\x69\x43\x37\xdd\x08\xa6\xde\x82\x74\x8c\xad\x68\xe2\x61\x48\xdf\x84\xbb\x20\xe2\x99\xa8\x6c\x55\xd2\x8e\xb3\x4c\xbf\xeb\x82\x1e\x96\x3d\xed\x96\xa2\x23\xa4\x59\x71\xf3\xe0\x3a\x7c\x64\x8a\x06\x1a\x41\xbc\x82\x79\xc0\x12\xea\x80\x44\xd1\x55\x45\x4c\xa9\xbd\xaa\x54\xe1\x88\x74\x77\x63\x1c\x97\x84\x3a\xbc\x9b\x04\x0f\xb3\xca\x5b\x67\xdc\x00\x3f\x12\xf0\x42\xb1\xe8\x0e\xa2\xa1\x4d\x75\x65\xb7\x4f\xdb\x85\x46\xf0\xd9\x06\x68\x77\x11\xce\xe8\x05\xd3\xeb\x1d\x6d\x8c\x29\xd5\x6b\x93\x34\xab\x1d\x6c\x68\x00\x1a\x58\x21\x27\xa6\xa1\x5e\x51\xd7\xa6\x54\xa3\xf9\xa1\xb9\xac\x80\x6c\xc7\x34\x04\xd8\x83\xd4\xb5\x67\x4b\xe8\x5d\x23\x8b\x51\xbb\x3e\x16\x0d\x12\x14\xf8\xd9\xb5\x63\x5a\xd5\x94\x3f\x79\x74\x8c\x4d\xb1\x46\xb4\xfe\xe7\xfe\x00\x24\x3f\x0d\x2b\xce\xc4\x5b\x9b\x04\x70\x49\x41\x8b\x5b\x5a\x47\xde\x55\xcc\x82\x2a\x8d\xe8\x41\x13\x40\xe8\xd6\xc3\xbd\xce\xc2\x7d\xf1\x09\x9c\xdb\xc5\xb3\x7b\x48\x16\xd3\x83\x69\x53\x4c\xc6\x11\x91\x19\x87\x8b\x44\x8a\xd4\x8a\xdf\xc5\x69\xf6\x6d\x71\x6b\xc8\x94\xae\xad\xf0\x38\x88\x63\xaa\x09\xa2\x01\xfa\xb4\x3b\x92\x06\x75\x2f\xbc\xf4\x2c\xdc\x9c\x20\x49\x08\x15\x40\xd6\xe9\x35\x67\xd4\x93\x76\x22\xf2\x4f\x9a\x2b\x6a\x75\x28\xad\x9f\x71\x2b\xc0\x9a\x74\x83\x6c\x42\x7f\x9f\x36\xa6\x50\x6a\x63\x9d\x73\x74\x1c\x54\xd5\xce\xb9\x7b\xb8\xd5\x8a\xa2\x68\x30\x9c\x30\xb4\x31\xbe\x81\xb3\x5a\xdd\x45\x5d\x78\xec\x35\x83\x85\xf5\x87\x38\x2b\x54\x93\xb4\xda\x7c\xb9\x81\x26\x16\xea\xda\x54\x98\x53\x7e\x15\xd0\x1e\x57\x9b\x3d\xd4\xa6\x64\xd0\xdc\x9b\x6e\x5d\x78\x8d\x9d\x2f\xcf\x36\x77\x6f\x69\xfd\x2c\xbc\x36\xca\x88\xc3\xa2\x8f\xf2\x22\x34\xda\x07\x13\xb0\xbc\x88\xe9\x8d\x0d\x58\xe4\x60\xeb\x3c\x4c\x42\x0c\x51\xec\x03\xe5\xef\xd4\x78\xb4\xf8\x3c\x02\x14\x77\xd1\x33\x1d\x1b\x40\xbb\x71\x49\x0f\x80\x29\x04\x0e\x80\xb6\x2f\xd6\x7b\xe7\xd6\x6a\x67\x7e\x52\xf7\xce\xc0\x8a\xd8\xc4\x66\x89\x3a\x27\x95\xff\x5f\x9a\x22\x37\x6e\xe0\x57\xd4\x3f\x19\xb1\xa1\x7f\xde\x10\xe6\xec\xcd\xc3\xdb\x30\x4f\x94\x6e\xcf\xaf\x83\x26\x20\xc7\x82\xe8\x92\x48\xdc\x63\x0d\x6e\x18\x2a\x9a\x30\x96\xc2\x90\x62\xd7\x6f\xa6\xbf\x92\x2d\xe5\x86\x8c\x23\xd7\xba\xb5\x85\x06\xfa\xc6\xc5\xf0\xfa\x53\x7d\xd8\x40\x4e\xc2\xa1\x80\x1a\x3d\x94\x2d\x0d\xba\x19\xb1\x03\x83\x64\xed\x28\x63\x2f\x5a\xe2\x1d\xd0\xdf\x58\xb0\x12\x71\x90\x6c\xb6\xaa\x52\xae\xe6\x57\xbd\x61\xa3\x2e\xbb\xfa\x95\x81\x65\x93\x6b\x4a\x9d\xff\xf0\x80\x75\x7b\x40\xb4\x2f\xdd\x05\xb4\x07\x89\x35\xf2\xbf\x17\xd0\x87\xcf\xb4\xad\x71\xa3\xbd\xb2\xce\x32\x69\xa1\x0a\x07\x71\xec\x09\xee\x2a\x07\x02\x0c\x78\xc5\xa2\x77\xd6\xad\xf8\x69\x54\x03\xd6\xf7\x60\x7f\x60\x65\xb3\x48\xa2\x50\x3f\x6f\x6f\x2d\x82\x66\x24\x50\x68\xf7\x61\x28\x18\x87\x7c\xc3\x0f\xe1\x8b\x75\x38\xa2\xf2\x9b\x85\x49\xf9\x8a\x8a\xee\x70\x1f\x51\x72\x94\x73\x2b\x67\xd0\x92\xa7\x48\x23\xb1\x66\x07\x10\x05\x39\xc6\xd1\xed\xd6\xdc\x02\x2c\x06\x62\x57\x54\xa9\x9c\xad\x02\xb9\x2c\xb1\x3a\x43\x03\x35\xea\x6b\xe7\x29\x37\x64\xb9\x37\x30\x42\x81\xe3\x21\x4e\xa5\x12\x63\x26\x34\xd9\xe5\xf5\x54\x76\x20\x26\x2d\xbe\x88\x81\x06\x11\x11\x3b\x46\xba\x75\xff\xb0\xb9\x7b\x9f\x75\x24\x36\x55\xa0\x8f\xaa\x58\xc8\x91\x02\xae\x2a\x32\x26\xb2\x5d\x2d\x45\x76\x1e\xfe\x2e\x76\x9e\xbc\x5b\x74\x31\x04\xc8\x38\xbb\xa9\x5a\x41\x4d\xcd\xf9\xfd\x6f\x52\xa9\x72\xad\x1f\x1a\x8d\xe2\x3d\x68\xcf\xd4\xd8\x25\x98\x87\x8c\xc7\xdd\x2a\x45\xb0\x3d\x1e\x2e\x9d\x47\xb7\x26\x55\x42\xf2\xb7\xb3\x86\x54\x1f\x5a\x9f\xdf\x0f\x2f\x3f\x40\xe5\x94\x3a\xc5\x25\x23\x8e\xc5\x9e\x98\xe0\xea\x14\x3b\x66\x2c\x49\x47\xf3\x62\x31\x9a\xe4\xd3\x7a\xe1\x3b\xb7\xc5\x1d\xc2\xf1\x05\x7c\xbc\x00\x83\xc2\x5b\x2f\x61\x4d\x9b\x7b\xf3\x48\xe4\x17\x2f\xe8\xef\xb0\x69\xb4\xbf\x18\x7c\xc2\x7c\x54\x79\x38\x44\x10\xd7\xc1\x51\xb4\x55\x12\x1c\x55\xf4\x72\xe2\xe5\x9e\xa8\xc3\x29\xc3\x49\x4e\xd7\x53\xb5\x72\x1e\x15\x2c\xb5\x40\xd8\xe5\xfc\xb6\x2c\x90\x5d\x66\xda\x1f\x89\xe1\x47\x68\xc0\xb5\x94\x3e\x35\xaa\xce\x60\x77\xa0\x13\xfb\x89\x45\x1d\x8a\x41\x29\x93\x05\x52\x20\x22\x4f\xbc\x01\xec\xa2\x44\x2b\x00\x0b\x05\x8d\x71\xa4\x7a\x4c\xa8\x97\x26\xe0\x80\x90\x7d\xaf\x01\xfb\x81\x36\x1c\xc0\xd5\x1a\xf4\xf7\x76\xbf\xb5\x3b\x25\x9a\x98\x15\x73\x23\xdf\xb4\x8b\xc4\xa6\x12\x73\xcb\x70\x96\xf5\x62\x0a\x71\x48\x02\xd5\x3e\x58\xd2\x59\x91\xf4\x51\xe4\x58\xf3\xf0\x22\xbb\x79\xd0\xfe\xad\x5d\x50\xec\xdb\xd2\xe4\xc9\xf3\x7c\x31\x0d\x72\xaf\x6c\xb3\x65\xa9\x40\x80\x64\xe1\x05\x80\x57\x97\x8b\xc4\xcf\x50\x2b\xa3\xb2\x06\xe2\x8f\x0c\x87\x0e\x76\xa6\x30\x8c\xa1\x6c\xec\xcd\x22\x41\x0a\x1d\x70\x91\xf0\xbf\xff\x2a\x58\x9a\x6f\x4d\x8c\xe3\x0e\x95\xbc\xd8\x84\x0c\x6b\xff\xf3\xab\x68\xbc\x21\x23\x46\x6c\x2d\xd0\x9a\x4c\x82\x42\x6c\xde\x24\x4c\x99\x63\x8e\xe1\x8a\x39\xf6\x38\xae\x28\x34\x48\xa6\x24\x5e\xd1\x10\xed\xd8\x16\x2f\x25\xb8\x82\x51\x78\x0d\xc7\xad\x29\x75\x1f\x55\xe2\x8c\x05\xc0\x46\x16\x16\x6b\x2c\xe0\x24\xc9\xd8\xe8\xc6\x30\xc5\x8f\xc6\x47\xaa\x27\x29\xa0\xcc\x8b\xd4\xc4\x70\xe6\x33\x87\x78\xd0\xc8\x91\x27\xf6\x77\xa3\x6b\x36\x70\x5a\x34\x42\x3a\x78\x7f\x0a\x81\x32\x00\x11\x09\x10\xb0\xb8\x55\xa2\xda\xa4\x5d\xf8\x96\xdf\x5d\xd4\x79\x09\xb4\x13\x00\x09\xa6\xeb\x06\x63\xf5\xc4\x20\x8c\xe8\xae\x5c\x1b\xed\x9c\xdb\x32\xc8\xe3\x45\x26\x86\xcd\xdd\xcb\xa6\x1f\x9a\x1d\xcd\x20\x7e\x44\xf6\xcb\x72\x05\x30\xb3\x32\x92\xe6\x46\xd4\x4f\x65\xd4\xd9\x3a\x6c\xee\xec\x4a\x11\x53\x74\x29\x61\xba\xae\xc7\x02\x25\x48\xbd\xf8\xab\x98\x15\xec\x32\x71\x03\x46\xe2\x48\x9c\x98\x8b\x88\xcd\xfe\xe8\x5b\x3b\x4c\x3c\x98\x84\xc1\x38\x59\x3d\x60\xda\xf1\xcf\xf1\xa6\x35\x42\xd3\xfe\x9a\x83\x20\x79\x36\x9f\x27\x7c\xe3\x81\xb3\xb4\x2f\x27\xba\x7b\x71\x11\xd8\x04\x34\x41\xa2\xc2\x8c\x65\x91\x46\xcb\xae\x58\xa1\x83\xc3\xb1\xc8\x68\x6a\xb6\x8e\x9e\x56\xb4\x20\xa2\xa0\x84\xac\x5c\x04\xb4\xa5\x75\xd3\xce\x9c\x68\x8f\x66\xde\x66\x9a\xa0\x3b\xa3\x97\x5b\xeb\x93\xec\xf4\x54\x03\xd2\x4b\xc0\x13\x33\x70\x41\x26\x4c\x4b\x43\x08\x28\x68\x76\x8c\x1c\x80\xcd\x92\x3a\xb3\x7a\x07\xa5\x2e\x11\x0e\xd0\x64\x83\x7b\x88\x07\x66\x67\x12\x65\x1a\x93\xdc\x4f\xd4\xd9\xc6\xda\xa5\x97\x68\x93\x31\x2c\x00\x1c\x3a\xe4\x0b\x0b\x53\xad\xeb\xcb\x31\xa5\x44\x3c\xa3\x4a\x3e\x26\x09\xdf\xd7\xd1\x4d\x9f\xf9\xd5\x8a\x57\x1a\xfc\x9c\x6d\xcb\x1c\xa4\x1c\xdc\xb8\xfc\xcf\x9f\x7d\x2c\x05\x0e\xea\x35\xcb\x0f\x5a\x4b\x93\xcc\x78\x30\xa6\x31\x8a\x61\x74\x60\x10\x40\x31\xa1\x57\x58\x07\x63\x78\x14\xcf\x48\xb6\xe8\xf1\x60\x1a\x0d\x56\xb1\x6a\x08\x49\x6a\xc5\x4e\x7b\x6d\x92\xa3\x45\x55\x95\xd6\xfc\x95\xce\xad\x7b\xe1\xe5\xab\xed\x87\xf7\xd4\x56\x20\x96\x45\xeb\x66\x49\x56\xbc\xd8\x86\x51\x01\x04\x97\x60\xec\x99\x18\x00\x6d\xa3\x82\x86\x26\xce\x4b\xd0\xe2\xdf\xbd\xb5\x13\xcc\x4e\xb1\x1c\x81\xc3\xea\x6a\x22\x52\x88\x55\xf5\xb4\x65\x62\xc4\xaf\xe4\xf6\x2b\x55\x55\x01\x7a\x37\xde\xaa\x1d\x8f\xa1\x91\x31\x03\x11\x64\x0d\x5c\x22\xf7\x15\x93\x04\x9a\x33\x13\x04\x35\xf4\x18\x49\xe0\x96\x40\x56\x33\xd6\xa2\x07\x65\x30\x40\x31\xde\x80\x3e\x77\x8b\x17\x9a\x42\xb0\xb7\x50\xc7\x01\xd8\x74\xa2\xab\x2b\x35\x3f\xa3\x0f\xee\x40\x4f\x09\x57\x02\x87\x4d\x5b\x88\xda\x06\x99\x16\x78\x13\x76\x2e\x85\x4f\x56\x78\x2b\x50\x15\xc2\x98\x45\xa5\x70\x30\x63\x0e\x01\x3d\x8f\xae\x88\xda\x41\xeb\x59\x45\xbe\x4b\x13\x84\xa9\xc9\x92\x2f\xad\x3b\xff\xc5\x09\xee\x3f\x82\xb5\xd7\x7b\x0e\x67\x3a\x55\xf5\x4e\x03\x76\x18\x55\xc2\xcd\xfb\xf4\x0d\xc3\x7a\x46\x2f\x07\x97\x41\x27\x39\xcf\xf5\xc2\x5b\x87\x26\xc6\x60\x6d\x7d\xae\x45\x88\x67\xf6\xc1\x67\x52\x09\xf4\x28\x84\x8b\xb3\xf2\xfd\x8e\xb2\xa9\x0a\x1c\x7f\x96\xb9\x8a\x79\x96\xe1\x60\xa0\x4e\xab\x7d\x9d\xb5\x52\x7f\xa1\x94\x4f\x9b\x9f\xe5\x9b\xde\x16\xb3\x3b\x13\xce\x90\x48\x64\x96\x59\xaa\x90\xa1\xe5\x51\x06\x6d\x12\x7a\x99\xb3\x35\xf7\xee\xb7\x26\xa6\x24\x6e\x53\xbc\xbd\x02\x4b\x34\x80\xf1\x5b\xa0\xa8\xc0\xd7\x1c\x15\xe6\xdf\xba\xbe\xca\xb3\xe2\xe5\x27\xc1\x18\xb9\xe9\xe1\x45\x3c\x61\x33\xf3\x64\x96\xf9\xd5\xd7\xbf\xf7\x53\xba\x61\xae\x0e\x3a\x33\x46\x24\x9c\xdb\x05\x39\x93\x3c\xf9\x28\xa8\x71\x37\x14\x89\x39\x6d\xda\x29\xd8\x5a\x80\x94\x7d\xee\x65\x42\x98\x24\x37\x4b\x87\x98\x5b\x90\x43\xac\x27\x65\x4e\x28\x3e\x61\xc1\x25\x5c\x57\x57\x1d\x67\x73\x69\x64\x19\x0c\x81\x48\x2c\xe6\xbc\x75\x1c\x68\xd8\xd8\x96\x78\xbc\xad\x89\x60\x8c\xc6\xbd\xb4\x1d\xce\xbf\xd5\x41\x3a\x80\xd2\x32\x32\x0c\x27\x3a\xdf\x59\x01\x4c\x03\x69\xa1\x0e\xa7\xc4\xa0\x0e\x3c\xcc\xa0\x71\x17\xb6\x53\x86\x69\xee\x5e\x9c\x54\x88\x5e\x44\xc1\x8c\xa0\x38\x10\x4c\x72\x05\x93\x70\xc0\x51\x31\xe0\x45\x3b\x61\x92\xd2\x18\x67\x62\x21\x31\x99\x1c\x8c\x6f\xc4\x4a\xe2\x96\x9f\x7f\x81\x71\xa0\x44\x35\x90\xad\x58\x43\x8f\xcb\xcb\x46\x37\x6f\x9e\x9b\x22\x87\x38\xe4\xd7\x6f\x06\x87\x37\x44\x92\x66\x56\x6e\x74\x4c\x1c\x58\x5a\xd7\xe1\x07\x6c\xfc\x61\xc9\x96\x0f\xa9\x40\x28\x47\x31\x4f\x91\xf1\x63\xe9\x7c\xb8\xbd\xd3\x7c\x3b\x16\xee\x8c\xe1\x47\xd3\xee\x45\xc2\x12\xcb\x0b\xcd\x9d\xeb\x8e\x62\x9a\x28\xa9\xce\x3c\x0d\x47\x41\xf3\x79\xa4\x19\x26\xc9\xcc\x12\xd4\x14\x1b\x8f\x18\xf9\x4d\xcd\xdd\x86\x50\x31\xa5\x54\x66\x0e\x2e\x0e\xa7\x09\x1f\x43\xd2\x39\x92\xd1\xd7\x1f\x72\x45\xf1\x83\xae\xee\xc2\x31\xd7\x7b\x20\x3a\xe6\x8d\xcb\x18\x28\x90\xfa\x0e\x0d\x3e\xa7\x52\x6c\xda\xd5\x26\xb6\xc8\x83\x60\xfb\xe5\x22\xc7\x82\xf2\x92\xea\xa0\x6a\x03\x0c\xb0\xb4\xdd\x78\x02\x67\xb2\xbd\x7f\xbe\xb5\xbc\xf9\xb7\xfa\x28\xa0\x26\x92\x8f\x37\xcf\x82\xc6\x5e\x6c\x01\x5b\xd3\xeb\x00\x0f\xda\x55\x73\x77\x2a\x92\x38\xc4\x92\x73\xa6\xe0\x17\xfa\x0b\x45\xb2\x3a\xcd\x3c\x45\x39\x61\x77\x8d\x3f\xe2\x37\x23\xaa\x57\xac\x84\xe7\x76\xa1\xdd\x72\xb6\xe4\xe4\x80\xb3\xf8\xe9\x13\xb5\x82\x53\x71\xf3\x0e\x86\xe2\x9c\xf8\xbc\xf5\x70\x94\xc3\x31\xa1\x1b\x80\xf9\xbc\xab\x21\xbc\xc0\x93\x43\x0b\x91\x1d\xf0\x81\xce\xe2\xfd\x37\x41\xe3\x35\x47\x12\x8a\xc5\x63\x7e\x1b\xc3\x5a\x78\xd6\xda\x1f\xf6\x77\x75\x8e\xd7\x86\xd4\x54\x7e\xda\x6f\xb0\x3a\x45\x73\xda\x4f\xb4\x04\x98\x77\x8b\x7e\xda\x9f\x48\xe5\x8a\x5e\x49\x6f\x08\xe0\x23\x3a\xa6\x46\xaf\xb1\x54\xa6\xec\x9d\xcb\x12\xf8\xd3\x7d\x1b\xc5\x14\xe4\x76\xb6\x40\xf4\x6b\x6f\x3c\x09\x6f\x5e\x26\x51\x0c\xf1\x98\x46\xc7\x76\x68\xf3\x4e\x13\x7d\xa6\x58\x65\xfe\x8c\x81\xca\xf4\xad\x6b\x77\xcc\x6a\xac\x44\x8b\xa2\x4b\x1b\x0a\xb8\xaa\x3d\x56\x4c\x72\x38\x86\x6d\x66\xa6\x7d\xb4\xcd\x9f\xf1\xae\x9a\x7c\xe6\xdb\x6a\xd1\x67\x8d\x01\x8f\x27\xd9\x9a\xe0\xf4\x0d\x16\xaa\x85\xc1\x92\x57\x71\x1d\x36\x03\xa4\x8a\x85\x1c\x70\x20\x57\xcc\xed\x78\x57\x62\xe6\xa9\xfa\xd8\x55\xdf\x04\x92\xfa\x15\x37\x9b\x87\x73\xf0\x27\xfa\x47\x7e\x75\xd5\xe3\xcf\xe1\xfa\x4a\x78\xfb\x08\x8d\xfc\x1e\xa8\xd5\x85\x6a\x5a\x49\x10\x3b\x68\x4c\x50\x86\x09\x50\x14\x19\x30\x68\xdc\x0e\x1e\x4e\x06\x53\xf3\x2a\xfa\x8b\xa3\xa7\x8c\x6b\x69\x52\x90\x77\x07\xb2\xb5\xa2\x32\x23\xa7\x39\x5a\x97\x8d\xc7\x72\xad\x0d\xba\xab\xba\x95\x33\x20\x9b\x70\xc8\x17\x88\xb2\xe1\xe6\x83\xe0\xca\x7a\xb8\x04\x2c\xa8\xc1\x5a\x10\x22\x8b\x80\x83\x24\x56\x41\xb2\x2b\xd0\xa2\x23\x5b\x65\x42\x60\x48\x91\x6a\x1e\x4c\x03\x40\x73\x67\x33\x98\x1a\x0b\x27\x9f\x00\xc2\x23\x39\x31\x2c\x73\xe1\xc5\x2b\xe1\xb5\x45\xdc\xc9\xb3\xe8\xd4\x14\x7b\x70\xf8\x62\x5d\xd9\x83\x07\xb3\x3f\xe2\x47\xa0\x0e\x6d\xa0\x45\xf0\x11\x91\xc5\xb7\x71\x8a\x0d\xb7\xb0\x08\xb9\x21\x09\xe6\xf1\x06\x32\xb4\x28\xc8\xc1\xbe\x19\x72\x1d\x22\x53\xce\x50\xd6\x77\x08\x0a\x4e\xd7\x70\xf6\x87\xc2\x70\x6d\xd8\x51\x60\x0e\x55\x74\xbc\x01\x0c\x32\x32\x8d\xd9\x7d\x49\xb6\x64\x93\x6a\xfd\x9d\xe6\x64\x9b\xf0\x1d\x63\x51\x2e\xb9\x68\xb6\xaa\x55\x61\xff\x48\xd1\x32\xdd\x3f\x29\xb9\x6e\xc8\xd7\xae\xf8\xce\xa1\xdc\xb9\x32\x4b\xba\x08\x1e\xd2\x07\xe5\xe0\xb6\x89\x0f\x52\x1d\xa7\xbf\x58\x73\x4f\x7c\xce\x7b\xac\xe8\x8e\x6a\x8f\xb0\x4c\x6e\x37\x4a\x48\x21\x97\xf4\x31\x3d\x51\x18\x62\xde\x8b\x48\x06\x89\x38\x11\x5b\x1c\xd4\x7d\x03\xe3\x76\xc5\xc7\xbf\xfd\xfd\x37\x14\x74\x81\x71\x0b\x64\xcf\xe1\x88\xed\x60\x61\x3d\xba\x3b\xa5\x1a\x87\x19\x0e\x17\x7c\x9f\x85\x90\x52\x01\x3d\x65\x78\x3d\x69\x8d\xd5\x80\x60\xfb\x32\x9a\xb2\xa8\x91\xc8\x37\xa4\x05\x3b\xd5\x88\xf2\x1e\xa2\xf1\xb7\xc8\xd1\xb1\x48\x7c\xc8\x5f\xc7\x95\xb9\x63\x14\xaa\x1f\x3d\xd7\xf7\xb0\x58\xc9\xc3\xeb\x10\x46\xe8\x00\x47\xd3\x22\x31\x54\xad\x8b\x07\x4f\x5d\x0e\x35\x7c\x77\x72\x86\xf8\x16\xc7\xdc\x12\x2c\x7c\x78\xfb\x81\x22\x8e\x80\x00\x49\x24\x93\xee\x76\xf8\x6e\x71\x40\xa2\x94\xe5\x50\x90\xd6\xc9\x2c\x59\x33\x58\x96\x2c\xca\x23\x70\x3e\x4a\xa7\x65\x6f\x58\xd8\x8a\x3e\x47\xd1\x3e\x54\x6c\x58\xa7\x35\x04\x07\x31\xa0\x5a\x3f\x35\x01\x4a\x8a\xf3\xbf\xa6\x6e\x7e\xf4\x05\xdd\x19\xfb\xa2\x5a\x29\xc2\x9f\x5c\x15\x6b\xe0\xfa\x9b\x0d\x81\x5a\x71\x96\xe3\x16\x94\xa3\xa6\xbd\xbe\xc7\xa7\x5e\x9c\x3b\x00\xe1\x93\x55\x99\x00\xc4\x03\x44\x5f\xb4\x37\x08\xef\xc9\xd2\x24\x53\xa8\xe8\xb1\x72\xb0\x48\xdc\x81\xe9\xfe\x9f\x6b\x85\xdc\xe9\xcc\x60\xad\x80\x51\x5d\x47\x8f\x3b\xf5\x65\xb9\x3b\xcd\x88\x57\x1d\x2a\xf8\xe2\x35\xa4\x91\x89\x78\x67\x51\x51\x75\xc1\x17\x74\xf2\x61\xd0\x6b\xe0\xa0\x1e\xde\xe1\x88\x6f\x74\x09\x12\x75\x95\xc0\x10\xf3\xea\x6f\xb9\x86\x91\x38\xe8\xa2\x13\x32\x6c\x54\x92\xf0\x20\x36\x06\x70\xc8\xbd\xae\x47\x3d\xc1\xa0\xe8\x06\x5c\xba\x53\x5f\xe0\xef\x88\x51\x1c\xa3\xc0\xa1\x71\x64\x10\x10\x3d\x6e\x7d\x5a\x5c\x85\xc4\x99\xd9\x22\x8c\x51\x6c\x1c\xad\x96\x12\x5a\x2f\x54\xbe\x5a\x71\xdd\x34\xe3\x61\xb8\xfe\x36\x35\x50\x28\x62\xa4\x96\xb8\x15\xf1\x5a\x5f\x35\x3b\x98\xc6\xf0\xb6\xa3\x43\xae\x81\x07\x6d\x7d\xa1\xf5\xec\xbe\x34\x84\xde\x3c\x2a\x10\x6f\x1e\xc0\x03\xf5\x25\x08\xf9\x92\x74\x6f\x17\xaf\xf9\xc6\xae\xf7\x16\xb3\xfd\x6e\x51\x55\x05\x74\x2f\xba\x7e\x15\xf6\x04\xe8\xfd\xf8\x14\x88\xe1\xad\xd5\x2b\x29\x5c\xf1\x42\x15\x60\x66\x66\x41\xe3\x0c\x37\xdf\x04\x33\xcf\x61\x85\x8a\x6e\xd6\xc7\xe8\x31\x8a\x78\x07\x25\xb7\x79\xd0\x48\x91\x7f\xa5\x92\x3d\x9b\x0e\x2e\x2f\x03\x2f\x14\x96\x4b\x5f\x61\x8f\xe9\x1a\x30\x7f\x93\x56\xa8\x84\xc2\x99\xb1\x12\x1b\xa5\xba\xab\x22\x05\xc9\xd2\x09\x61\x81\x58\x4e\x88\x1a\x58\x9f\x1e\xe0\x93\x15\x5e\x6d\x1e\xa9\x2e\x8f\x6e\x25\xb7\x5e\xae\x5a\xb3\x50\x10\x03\xa8\x6d\xa3\x3d\x71\xe2\x50\x7f\x43\xda\x8e\x41\x47\x07\x4b\xc8\xdf\xd4\xd7\x61\x38\x89\xe8\x9d\x08\xce\x2d\xe0\xd9\x50\x9f\xf3\x14\x57\xc9\x4d\xdf\x00\x72\xb6\xac\x4b\x38\xb0\x1c\x74\x9c\x76\xe3\x12\x12\x2b\x7b\x68\x80\xd6\xae\xf2\x8c\x44\xa5\x2a\x98\x3b\xba\xb9\xcf\xdb\x68\x7c\xef\xb3\x37\xce\x28\x28\xa1\x2c\x05\x65\x18\xd4\x24\x52\x50\x17\x4c\x0e\x36\xaf\x92\x51\x4d\x90\x76\x44\xf1\x94\x3b\x78\xc8\xbb\xa0\x35\x56\x18\x48\x61\x77\x18\x41\xe8\x4e\x13\x41\xb9\x5f\x03\xda\xee\x3a\xb1\x8e\x57\x06\xbd\xd2\x18\xc2\xfc\x64\x30\xb7\x2c\x77\xf8\x92\xfb\xf0\x7c\x0c\xe6\xd5\x35\xb0\x79\x0a\xd0\xee\x55\x03\x38\x2c\x26\x3a\x80\xe1\x4c\x8d\x03\x1d\xe3\xd8\x87\xee\x61\x6b\x30\x71\xc1\xf5\x00\x46\x53\x97\x6e\x70\x69\x23\x09\x8c\x69\x5a\xaf\xad\x95\xed\x93\xf4\x02\xf1\xdd\xe0\xd2\x4c\xb9\x98\xcd\xb9\x72\x6b\x41\xce\x3d\xc9\x2c\x78\xe9\xde\xea\xe5\x98\xd6\x68\x65\xab\xd9\xfe\x34\x1a\xd6\xeb\x93\xb4\xb2\xd7\xd0\x97\xaf\x1a\xc0\x95\x34\x00\xf4\x42\x2a\x00\xa1\x5b\x82\x6e\xd4\x76\xeb\xe9\x23\xd8\xcb\x24\x00\x10\xb3\x90\x2b\x92\x67\xea\xc2\x0a\xc3\xd9\xe3\x11\xe8\x04\x74\x4b\x6c\x55\xc3\x25\xb5\xdc\xb5\xd1\x52\x29\xb6\xd7\x68\x3e\x49\x6a\x1b\xc0\x06\x0b\x00\x96\x38\x68\x55\x33\x56\x87\x85\x3d\x12\xf3\x12\xdb\xc4\xf2\x3e\xbc\x00\x23\xa4\x99\xd5\x3f\x7b\xfb\x2d\x50\x5f\xf2\x6f\x80\xfa\x31\xe2\xd5\x64\xc4\xad\x57\x6b\x6c\xc8\x48\xaa\xc2\x5b\x9e\xcf\xf4\x8f\x50\x8d\xd6\xf5\x67\x68\xad\x52\xcc\x2d\xa9\xc6\xb0\x5b\x42\x39\x1b\x2f\x9f\x51\x1f\x33\xb3\x98\xfe\x23\xa9\x03\x1f\x43\xa3\xc3\xcb\x57\x31\xbb\x42\x77\x49\x1f\xa6\x23\xc1\x74\x02\x94\x56\x82\xbb\x4c\x02\x43\x8c\x15\xb0\x1b\x8f\x7a\x83\x55\x5c\x50\xe8\xaa\xec\x8b\x4d\x8b\xa9\x98\x88\x64\x62\xd7\xc0\x89\x0c\x58\x0c\xd6\xee\x09\x3b\xec\xf9\x55\x24\xbe\x68\xd6\xa7\x20\xd5\xc5\xf6\xa3\xb9\xf6\xe3\xf9\x9e\xed\x9a\xc0\xdb\x57\x6c\x60\x3c\x40\xb4\xda\xb8\xd2\x86\x3f\xe4\xbb\x5f\x9e\x02\x05\xfc\x83\xef\x3e\x3d\xe5\x93\xe2\xdd\x6e\x8c\x3b\x1f\x7c\xf7\xc9\x29\xdf\x9e\xb0\xae\x9e\x19\xc8\x9e\x76\xa9\x0d\xaa\xea\x60\xac\x79\x02\x7c\xb9\xe2\x9e\x29\x78\x35\x1f\xad\xeb\x20\xec\x60\xba\x1a\x4d\x17\x7e\x40\xb7\xda\xa4\xfd\x95\xcf\x37\x5f\x5d\x56\x54\xd3\x3a\xdb\x79\x65\x9d\x8a\x1f\xec\x52\x6d\x38\x23\x13\xf7\xf1\xf0\x87\xab\xb7\xed\x99\x4b\x21\xaa\x40\xd5\xf4\xf7\x38\x5e\x98\x7d\x21\x8f\x73\x87\x61\xab\x9c\x18\xbf\xe0\x5f\x9f\xd3\xac\x78\x25\xa8\x95\xef\x75\x3f\x5e\xe4\x63\xd9\x5e\x44\x6a\xa9\x3c\xf6\xe2\x6c\xb1\x28\x11\xa7\x0b\xb1\x47\xca\x25\x32\x1c\x0b\x02\xf0\xd8\x1e\x73\xc5\xa5\x05\x11\x18\x72\xa4\xf3\xb2\xc4\x00\x62\x8d\x19\x80\x5d\x4d\x0a\x89\x55\x38\x12\x2b\xe4\x25\xfe\x79\x0b\xc4\x63\xff\xde\x1e\xd2\xcf\x6f\xc5\x18\xf4\xf7\xe6\x9e\x15\x50\x10\x1e\xa0\xd6\xd0\x0e\x60\x48\x4b\xef\xd9\x32\x1a\x0d\xf6\xe7\xc8\x5d\x7e\x11\x75\x44\xa2\x5e\xba\x0b\xd0\xcf\xab\x7c\x83\x1c\xa4\x41\x14\x9b\xe4\x3b\x5d\x16\x8c\x82\xe9\x35\x82\xb2\x99\x52\x45\xc9\xaa\xcf\xea\xba\xd3\x00\x69\x5e\xc8\x70\xc7\xa6\xdb\xcf\xd5\xdd\x64\x13\xa8\x50\xca\xa8\x80\x7c\xb6\x36\xcd\x5c\xe2\xd8\x37\x0c\x94\xdb\x9e\x6e\x3f\x7a\x06\xba\x04\x0c\xd9\xbc\x8e\x63\x5f\x33\x9b\x62\xfd\xb6\x05\x04\xe3\xf2\x03\xdb\xa5\xc9\x81\x0d\x7a\xcf\x71\xfa\xaa\x73\x37\x5f\x00\x86\xf0\x66\xbd\xbd\xff\x54\xaf\xae\x95\x12\x47\x0d\x32\x7b\x06\x34\x00\xba\x43\xa9\x3e\x31\x2f\x94\xec\x18\x06\xe3\xb6\xcb\x73\x5e\xd1\x53\x8c\xbd\xb3\x32\xd3\x9e\x78\x1e\x2f\x47\xeb\x33\xb3\x65\x9b\x89\x72\x79\x84\xe9\xbe\xc5\xdd\x51\xc5\xb1\x18\x0e\x83\x27\xcc\x87\x0b\xac\xd0\x34\xbb\x48\x6e\x86\x48\xb8\x48\xc2\x18\x62\xce\x8a\xe3\x40\x62\x7e\x4d\x59\x97\xae\x58\x07\x1e\x3a\xca\x7e\x91\x4b\xf3\x52\x77\xd0\x03\x5a\xc2\x93\xbb\xd1\xee\x09\xd1\x94\x22\x7f\xe6\xff\x97\x62\xed\xc8\x94\xb9\x4d\x3d\x89\x0b\xe1\x08\x95\xb3\x80\x6c\x1c\xe0\xe2\xe3\x15\xa5\xf0\xe9\x75\xc9\x33\xb3\x75\x29\x98\x9a\x4f\x06\x94\xf9\x11\x74\x30\xf6\x08\x65\x29\xd2\xde\x3a\xf3\xd7\xb4\x1d\x91\xeb\x03\xba\xe1\xbd\xe4\x57\x6f\xc4\x9d\x64\x8c\x81\x42\x50\xac\xd6\xfb\x41\x03\xa3\x1c\x67\xbb\xf3\xa2\x58\xc6\x7a\xe7\x7f\x7b\x0f\xd3\x52\x3c\x2d\x85\x53\xad\x86\x87\xd6\xb5\x5a\x11\xb5\x2b\xa0\xce\x13\x87\x78\x97\xfd\xd5\x2c\x9c\x24\x0d\x00\xda\x3b\x08\x0f\x55\x2f\xea\x8d\x07\x74\x75\x4a\xe6\xcb\x51\xb1\xea\xd2\x16\x6a\xdb\x64\xcd\xe4\x20\xac\xce\x52\x5d\x52\x22\x11\x70\x34\x47\x8c\x56\x36\xd3\x52\x01\xc1\x32\xfc\xf6\x66\xc0\x2d\xe5\x80\x89\x96\xe9\xa7\xfd\x45\x83\x13\x03\xf9\xfa\x98\x1a\xfc\x18\xd9\x71\x5e\x48\xd9\x2f\xe8\x07\x9e\xe8\xef\xd5\x92\x59\x22\x79\xf7\xce\xd3\x81\xd5\x36\x54\xcc\x40\xb0\xcd\x3c\x1d\x98\xa3\xad\x76\x62\xcc\xdc\x67\xa8\xfa\x2b\xaa\x49\x7f\x3b\xd2\x26\xde\xac\x94\xc2\x4f\x75\xa1\xf4\x31\xec\x56\x06\x15\x4f\x16\x2b\x0a\x09\x02\xff\x04\x22\xc1\xcf\xec\xee\x3d\x7a\x03\xb9\x1e\x99\x2f\xe6\x9a\x63\x8b\x2c\x13\x4c\x61\xbc\x26\x0c\x6b\xd7\x96\x6a\x1d\x15\xa3\x86\xee\xa7\x23\xdc\x92\x6c\x62\x9a\x9b\x02\x62\xd0\xbc\xc8\xb8\x6e\xf2\x52\x63\x8d\xd1\x59\x4c\x41\x3b\xfc\xd1\x88\xb8\x32\xd6\x05\xa5\x14\x2e\x37\x30\x44\x8a\x90\x13\x19\xed\x89\xad\x8d\xfd\x8d\xf4\x1d\xed\x31\x5c\x0b\xa4\xc4\x2c\x20\x3c\x39\x5a\x63\xd5\x74\x2a\x27\x94\x9b\xe7\xf7\x2d\x4f\xc7\xe2\x05\xa6\x39\xec\x38\xc4\x68\x5a\x26\x56\xf5\x29\xf4\x77\xdf\x7d\x19\xdc\xbb\x13\x0d\xb8\xe0\xc3\xc1\x77\x73\xa7\x31\x42\x3a\xd6\x07\xa7\xd7\x61\x94\x6f\xaf\xdc\x6e\x6d\x8c\x72\x24\x53\xcc\x8a\x14\x34\xde\x50\xac\xa4\x4a\x13\x21\x48\x9a\x2d\x65\xc8\x1b\x41\xd3\x66\x14\x21\xe3\xd4\x64\x38\x39\x21\x53\x27\x76\xc6\x09\x20\xb8\x5f\xab\x3a\x99\xba\x63\x2d\x7c\x33\x54\xf0\x1d\x84\x70\xe4\xa8\x39\x00\xf8\x61\xd5\xe9\x77\x1d\x5e\x5e\x07\x6b\x60\x00\x57\x0e\xb4\x97\x11\xf8\x9e\xcb\xd6\x7c\xd7\xa9\x0e\xb9\x15\xd7\x81\x13\xef\xa0\x73\xb4\x58\xc8\x55\xfd\xbe\x9e\x3d\x89\xa9\xfb\x6b\xb2\x1a\x71\xbb\xce\x70\xb6\x54\xa3\x16\x0b\x25\xc7\xab\x80\x26\xeb\x54\x3d\x18\x83\xef\x15\xcf\x50\xeb\xdd\xed\x72\x5b\x16\x59\x48\x38\xab\x84\x77\xb5\x92\x1c\x27\x82\x26\x1b\xa0\x9f\xfe\x9e\x77\xd6\xa4\x24\x9c\x77\x47\xc2\x85\xd8\x0a\x0f\x94\x8b\x1a\xe5\xbd\x26\x0b\xf3\x86\x4d\x61\x1a\xbf\xf8\x20\xff\xd3\xfe\x84\x38\x64\xc9\xca\xcb\x97\x13\x4c\x0c\xd7\x68\xfc\x7d\xca\x30\xac\x11\x83\x91\xd0\x33\xad\xa3\x1a\xc5\xa6\x52\x1e\x49\xed\x06\x80\xad\x95\x6b\xc9\x3d\x0e\x91\x67\xe2\xe1\x77\x17\xa3\x89\xb6\x06\x7b\x4f\xea\x12\x9b\x69\x1b\x1b\xe1\xe6\xaa\x18\xae\x62\x63\x11\xd5\xa1\xab\xfd\x74\x42\xc3\xee\x59\xe0\xb0\xfd\x43\x6e\x96\x72\x29\x10\x29\xd5\x73\x84\x75\xc6\xac\x92\x0f\xd0\xf7\x20\x37\x43\x0e\xee\x46\xe2\x88\xd9\xbc\x49\x8a\x13\xd7\x48\x4b\x4f\xb1\x9a\x4c\x33\xd9\xe6\x6c\x7e\xd6\xb3\x35\xe6\x89\x6e\x34\x4a\xf4\xc4\x6e\x34\x63\x72\x2e\xc6\x2a\x93\x61\xca\xfc\xae\xf3\x79\x48\x63\x28\x9d\xc2\x99\xb0\xda\xd4\x1e\x22\x75\x93\x70\x8a\x7d\xc9\xe8\x3d\xf9\x70\x04\xfe\xfb\x68\x78\xf8\xa3\x7c\x9e\x5c\x49\xc1\xc1\xaa\xca\xbd\x14\x9f\xba\x16\x53\xf4\xe4\xd9\x01\x25\x36\x1c\xed\x00\x30\x2a\x1a\x02\x5c\xe2\x8a\x61\xb9\xb1\x37\x12\xc5\x0b\xfb\x71\xe9\x2e\x4c\x35\x5c\x60\xe3\x23\x2e\x1c\xd2\x62\x32\xce\x37\x77\x77\xf1\xe6\x8d\xde\xb3\xd9\x8b\x18\x66\xa4\x2d\x32\xe8\x2d\x5c\x92\x6b\x7d\xe6\x0c\x2c\x31\xd8\x28\xb0\xc4\xc5\xe3\xc6\x98\x38\x75\x8a\x6f\x25\x37\x33\xb1\x27\x3e\xc0\x18\x98\x33\xd7\x88\xad\x44\x3c\xc0\x36\xa9\xa7\x5e\x81\xb6\x0a\xf6\x9d\x92\x67\x62\xac\x2d\x8a\x9d\x49\x9d\x74\x4d\x29\x1e\x47\x97\x3a\x5b\x38\x5d\x48\xff\x3b\xfc\x8f\xfe\xea\x3b\xeb\x16\x73\x98\xdd\xc3\xbc\xb2\xed\x60\x31\x02\x9b\x10\x3c\x7e\x2c\x41\x47\x27\x5f\xe8\xc0\x30\x47\xa0\x64\x94\x5f\x84\x33\x51\x9a\xc1\x48\xd1\x66\x53\x11\x73\x0b\x89\x11\xa5\xb4\x5a\x12\xd7\x31\xf6\x00\xf5\xbb\x87\xf7\x54\xdc\xfb\x18\x08\x5c\xe4\x0e\xc6\xde\x05\x4b\x07\x0a\x15\x1f\xaf\xaa\x0f\xaa\xb3\xda\x7a\xf2\x84\xa5\x56\x49\xd1\x49\xc0\x66\xda\x5a\xfa\x20\x32\x27\x7f\x27\x89\xd3\x2c\xe5\x68\x77\xdd\xa4\xba\x4e\x10\x01\x28\xe7\xb9\x68\xb3\xca\x1e\x8f\xee\x69\x60\xd9\x9b\xf7\x51\x3c\x22\x4c\x41\xed\x60\x63\x23\xbc\x79\xd9\x3c\xe9\x7a\x0e\x94\xf7\x86\x3a\x62\xf5\xcc\xec\x82\xc2\x18\xa5\xfd\x42\x69\xc0\xa3\x9c\x10\x44\x4c\x1d\x6e\x1a\xd6\x06\x83\xa8\x8c\x2a\x84\xbb\xd8\x5c\xa6\xbf\x56\x85\xfd\x17\x3c\xb7\xe7\xa4\xca\xba\x27\x45\xa5\xd9\x22\x86\x1d\x8c\x28\x5e\x15\x8b\x60\x25\x04\x70\xb8\x92\xc9\xbf\xf4\x8c\xb0\x0d\x65\x54\xec\x9a\x0d\x5b\xc7\x28\xeb\x2b\x08\x18\x12\x71\x45\x53\x4a\x19\xf9\x65\x39\x28\xc3\xce\x3a\xdb\xc7\xd9\xf1\xfc\xb4\x95\xc4\x51\x97\x1a\x29\x6e\x3c\xad\xe1\x13\xf2\x51\xa8\x80\x02\x1b\xf2\xbc\xd3\x3a\x7c\xfa\xdf\xdd\x7e\xa7\x33\x71\x3f\xd8\x9c\x8d\x00\x06\x0b\x55\x0b\x86\x92\x33\xc6\x60\x40\xdd\x29\xe4\x8c\x24\xb9\x89\x03\xea\xce\xa6\xac\x8b\xe4\x6a\x87\x6e\x80\x97\x21\x79\xd6\x72\x85\x01\x1d\x81\x3f\xeb\x52\x8f\xf6\xe5\xc7\x2f\xf5\xe8\x96\xb3\xf9\x33\x48\x23\xf3\xd1\x38\x3a\x8f\x6f\xb6\x5e\x2e\xc6\x47\x80\x9b\x27\x04\x8a\xb2\xa3\x31\x02\xe0\x71\xa5\x98\x04\xb9\x8b\x64\x9c\x73\x63\xa2\x20\x20\xb8\x3f\x60\x6c\x43\xb6\x98\x21\xe2\x22\x91\xb8\x94\xf7\xd8\xc1\x2f\x11\xb0\x05\x48\x09\x17\x05\x8c\x11\x8e\x7d\x6d\xbd\xa1\x79\x88\xff\x56\xa0\xc0\x0c\x1f\xda\x06\x39\x12\x24\xc7\x0a\x9c\x08\xbc\x85\x82\x11\x53\x1e\xc5\x0a\x9c\x1d\x72\x4b\x28\xd5\x8d\x38\x39\x90\xe9\x4e\x3b\x1e\xfd\x72\x40\x90\xe9\x8b\x9a\x67\xb5\xdd\x9c\x36\x10\x7c\x58\x16\x3c\xcc\xfb\x73\x9d\xf1\x19\x58\x28\xd3\xa5\xc9\x59\xae\x7a\xcc\x9c\x1a\xcb\x54\x2b\x59\x4c\xf3\x6b\x2d\x81\x96\x3b\x92\x5b\x91\x2a\x34\x3d\x61\xf3\x92\x32\xba\xab\x92\x64\x20\x70\x98\xef\x1f\xd7\x84\x0e\x9a\x35\x2f\xd2\x88\x7a\xf6\x17\xbc\x3c\xf6\x57\xe7\x2f\x88\x6e\xf0\x4f\xa1\x94\x77\x7f\xf8\xab\xd6\x1c\x1b\x17\x83\xc6\x03\xe4\xb6\xe7\x76\xf5\x0d\xb4\xbf\xd5\x47\x75\xa8\x0a\x0a\xac\x3c\xb0\x97\xab\x68\x9c\x83\xc9\x4d\xdf\xc5\xcb\xdb\x7c\x7b\x5e\x8f\x89\xa4\x63\x6b\x6d\x4d\x1d\x6c\xef\x01\xa0\x69\x30\x73\xa3\x75\xff\x30\x98\xae\xb7\x9f\xaf\xb6\xa6\xf7\xa2\xba\x79\x3c\x0e\x95\xcc\x8f\xe4\x50\x9b\x7e\xd6\x59\xdc\x90\x73\x30\x5d\xb7\x26\x5d\xf2\x07\x30\xa2\x85\x2e\xf1\xca\x41\xe0\x28\xb7\x27\x97\xba\xe1\x62\x4b\x82\x31\xec\x7c\x18\xa9\x3a\x68\xaf\x18\x6f\xca\x11\x13\x76\x16\xbb\x28\x2e\xb8\x31\x1f\x5d\x43\xd6\xed\x53\x86\x6e\xba\x9e\x8f\x3a\xa2\xcf\x31\x42\x18\xf2\x66\xc4\x06\xe8\xe0\x48\x93\x98\x32\xc1\x8d\x62\x33\xa2\xe9\x9b\x76\x30\x0c\x38\xe1\x38\x81\x58\xb9\x29\x4f\xa8\x5e\x28\x8e\x98\xa2\x4a\x3b\xf5\x8b\x30\x31\x49\x7a\xbc\x33\x11\xd6\x6f\x63\x26\xdb\x43\x50\x03\xa7\xac\xd1\xeb\xd5\xc1\xcc\x2d\x20\x39\x64\x3e\x49\x7f\xe4\x44\xe6\x4b\x7b\x91\x5a\xaf\xd6\x24\x0a\x58\x52\xbb\x4d\x31\x0c\x10\xa7\xe6\xce\x32\xc6\xb2\xc4\x42\xa5\x7b\x77\xf3\xcb\xe3\xbb\xc1\xbd\xb8\xf9\x34\x4a\x69\xa0\xd2\x94\xe9\xec\x3c\x66\x4f\xea\x82\x24\xc6\x5d\x25\xf7\x8a\x87\x42\xcc\xa0\x18\x09\x4c\x37\xda\x38\xc6\x9e\x85\x2b\x34\xca\x72\x62\x1a\xa3\xf1\xff\xd6\xb5\xe2\xe6\x1a\x21\xf7\x27\xb0\x58\x38\x2f\x34\x65\x5c\x7e\x01\xd5\xfd\xd6\x9d\x70\xef\xd0\x1a\x56\xac\xb5\x5f\x9a\xad\xe1\x6a\x52\xdc\x81\x16\x14\x15\x82\x4c\x71\xfc\x1c\x3f\x26\x40\x96\x03\x38\x96\x0e\x9f\x45\xfc\x8b\x0d\xc7\x78\x3c\x15\x47\x4c\x88\x5d\xef\x35\x06\x8a\x25\x8a\xb6\xde\x8c\x8a\xe5\x9b\xbc\x92\x03\x72\x62\x1c\x11\xd7\xc0\x39\x64\xf0\x2a\x55\xa9\x69\xc3\x90\xfc\xc6\x07\x13\x98\xc2\xae\x31\xdb\x9a\x5e\x6f\x3d\x9e\xd4\xe7\xe1\x9d\x43\xf9\x65\xe2\x50\x38\x10\x96\xc7\x81\x0c\x71\x76\x0a\xef\x67\x19\x37\x51\x62\x83\x78\x67\x37\x9f\x9a\x58\xc8\xc1\xe6\x8c\x46\x76\x9c\xac\xba\xb3\x8f\x69\x36\x25\xf0\x54\xc4\x3e\x63\x79\xd8\x96\x22\xf6\x45\x23\xf6\xba\x7b\x10\xa6\x9c\xae\xae\xc9\xdb\x42\x7a\x2f\x29\x22\x56\x2d\xf9\x72\x68\x37\xfa\x8b\xeb\x03\x80\x74\x90\xb6\x06\x1a\xce\x9e\x26\xb6\xc5\xb4\x54\x72\xa9\x19\x14\x35\xa1\x39\xbe\xbd\xa0\xc2\x17\x35\xc9\x55\xc9\x14\xba\xc6\x61\x87\xb3\xdb\x61\xec\xb1\x3e\xf0\x96\x4f\x24\xe5\x61\x6e\x1d\xb9\xef\x43\xb4\xb4\x5b\xd4\x8b\xc3\xc7\xae\x1c\x9a\x97\x0a\x75\x6d\x6b\x6c\x15\x77\xd8\xa3\xa4\x94\x09\x6d\x98\xb9\x4d\x74\x6d\x7d\x27\x0c\x6f\xb2\xc3\xd9\xa6\xa3\x65\x35\xc9\x11\x40\x9c\x28\xd3\x8a\x9c\xa0\x90\x20\x26\x9d\x18\x39\x61\xca\x11\x15\x0c\x00\xc3\xcc\x16\x9c\xd1\x2f\x21\xad\x0a\xea\x5c\x9c\x86\x42\x65\xcb\x08\x6e\xdd\xe5\x44\x94\x18\xf6\x47\x13\x45\x74\x4c\x9c\x25\x2e\xd3\x59\xb7\x1f\x85\x5e\xb9\x3f\x99\x28\x17\x93\x50\x2c\x7a\x9e\x2e\x66\x09\x10\x73\x93\x50\xfe\x69\xbc\x25\x45\xd7\x6c\x9a\x3b\xe8\x3c\x40\xb5\x78\x6a\x1c\xbe\x37\x77\x27\x31\xd4\x0a\xce\xe3\xf6\x34\x7f\x21\x51\x85\x6f\x57\x3a\x5f\xff\xf1\xe4\x37\x8e\xbe\xe0\xcf\xb1\x57\xc7\x3f\x6f\xf0\xef\x3c\x5c\x54\x86\xf4\x0b\x07\x92\x23\x99\xde\x0b\xd1\x5a\xb1\x21\xc4\x72\x95\xae\x3b\x6e\x49\x53\x8d\xc3\xc6\x2f\xbb\x19\xf3\xb7\xef\xac\x70\x56\x16\xf3\x16\x2c\xc6\x64\x53\x78\x1f\xc7\x79\x25\x28\xea\xbd\x7b\x55\xa8\x66\x74\xd7\x8b\x14\x48\xdd\x3e\xca\x4e\x0b\x0d\x14\xce\xb8\x18\xe1\xb6\xf3\xa4\xfd\x68\x8d\xfb\x7f\x07\xac\xdc\x84\xe2\x6b\x49\x3b\x52\x47\xe2\x18\xd7\x57\xc2\x6b\x4f\x50\xbc\xfc\xba\xe6\x0f\x39\xbc\x97\xef\x6a\x4e\x1f\x35\x63\x08\x22\xdf\x28\xb7\x28\x66\x5b\x6a\xdc\x60\x02\xda\xae\xcf\x06\x47\xe7\x39\x45\x22\xf0\xaf\xd6\xc3\xab\xda\xf4\xcc\x75\xdb\xeb\x37\xe5\x6e\x77\x57\xc7\xca\xfe\x2a\x66\x67\xf6\x1a\x24\x40\xf9\xa0\x40\xa1\xb5\x70\xf9\x28\x1c\x9f\xe8\x05\xc6\x66\x29\x5f\x99\xf4\xba\xca\xcb\x9c\xd5\x4d\xa5\x74\xeb\xd1\x4a\xbf\x97\x1f\xe9\xd1\x91\x52\x2f\xe5\x91\x0d\xad\x5c\x92\xd9\xe4\x99\xbc\x06\xf4\xa4\x8d\x37\x15\x66\x9b\x87\xb7\x90\xba\xa8\x7c\xd6\x2c\x94\xe0\x75\x10\x3a\x63\x48\x5b\x29\x53\x30\xaa\x76\x82\x1e\x18\x70\x69\x2d\x92\x74\x47\x7e\x55\x41\x63\x62\x69\xd2\xe9\xd2\x06\xa7\x68\xd0\x6c\x93\xaf\x83\x85\xeb\xf7\x9a\x87\x93\x2a\xdd\xc1\x26\x5d\x5b\xc5\x69\x44\xde\x6b\x62\x87\x82\x8e\xcb\xb3\x68\x69\xa1\x06\xa5\x1d\x72\xcd\x70\x0a\x7e\x3c\xa1\x20\xa5\x4e\xbf\x00\xee\x98\x38\x32\xba\x0c\x24\xe3\x67\xff\x73\x17\x88\x8a\xcc\x90\x41\x53\x8b\x5d\x6c\x50\x80\x55\x72\x07\x02\x8d\x6b\xb2\x06\xa9\x13\x89\x9f\x92\x2f\xe1\xbc\xeb\x8b\x9d\xd1\xcb\xa2\x04\x21\x41\x52\x3a\x8f\xf6\xb1\xb5\xd7\xcf\x75\xe6\x9f\x31\xf6\x8b\x3d\x5e\x25\xe2\x0c\x66\xaf\x18\x54\x4d\x27\x8c\xd3\xea\x84\x4e\x42\x0c\x42\x89\x76\xed\x70\xbe\x93\x70\xfe\x2d\x68\x6b\x3f\xed\x37\xfe\xc7\xc9\x3f\xfe\x81\x02\xa5\x79\x08\x3f\x7c\x74\xf6\xec\xd9\x8f\x50\x34\xfd\x08\x14\x37\xb7\x84\x1f\xf3\x32\x26\xb6\x1e\xc9\xe5\x69\x18\xd3\xfb\xd2\x4a\xba\x2f\x8d\xb4\xd2\x60\x2f\x82\xcf\xfc\xbc\x81\x99\xa6\xd0\x64\xd0\xb8\xf8\xe6\xc3\x2d\x71\x15\xd3\x77\x73\x15\x57\x5d\x4e\x8e\x6f\x8f\x0f\x5c\xee\x74\x94\xb9\x44\xe2\xf3\x63\x3b\xcd\x40\x05\xe8\x8b\xf5\xfe\x25\x0c\xfe\xa4\x87\x16\x62\x20\x1c\x8e\xc0\x81\x08\x12\xd0\x1c\x59\x04\xce\xb8\xfa\xfa\x1a\x5e\xe9\x23\xf9\x07\x2f\xc8\x4e\x85\x4b\xb7\xda\x0f\x77\x60\xbf\x0c\xd2\x8d\x24\x9a\x36\x13\xd3\xec\xc5\xda\xa0\x68\x6d\xaf\x54\x1c\xa1\x9c\xeb\xb4\x2c\xb2\x2f\x58\xa2\x50\x83\xab\x5b\x48\xcd\xd5\x29\x3f\xa9\x8b\x74\x90\x5c\xd2\x69\xd5\x82\x48\xfe\x2c\x14\x45\x8a\x40\x9c\xa2\x72\x23\x9c\xd7\x24\xdd\xde\xba\x06\x48\x2a\xe1\xb3\x9c\x7b\x99\x6e\x79\x74\x81\x9b\xbe\x8a\xe4\x42\x33\xa9\x7b\x3c\x98\x3b\x61\x01\xd2\x71\xc6\x61\xac\x8d\x26\x5e\x22\xe6\xc5\x20\x39\xbf\x6e\x5a\xd2\xc3\x51\x6a\x93\x78\xa1\x7e\x5e\x65\xee\xb5\x29\x23\x88\xd4\xb0\x70\x4e\xd2\xa2\x71\xca\x20\xda\x3b\x90\x67\x8c\xed\xb3\x96\x1d\xcf\x35\x1d\xea\x6e\x96\x19\xbf\xfd\x1e\x27\x1b\x5a\xf2\x21\xb2\x91\x28\x0e\x08\x64\xaf\x0e\x7a\x49\xd8\xa2\x53\xa8\x0e\x8e\x91\x37\x38\xc6\x50\x31\x4f\x4c\x90\x25\x81\x86\x06\xeb\xb3\x05\x31\x09\xf1\xa4\x76\xe4\x3e\x8f\xb5\x18\x7c\x58\x22\x3a\xa7\x1f\xb1\x11\x95\x82\x73\x1d\x58\x41\x46\x27\xb1\x0a\xc7\x6c\xdd\xba\x08\xd3\xb1\x16\x98\xdb\xe3\x4b\xc1\x72\x1d\x38\x56\x66\xbf\x0f\x13\x3f\xb5\x43\xd9\x12\xbe\x35\xd6\xb9\xbb\xd7\x19\xbd\x66\x2e\x51\xb9\xe8\x8d\x98\x19\x2d\xf8\x25\x0c\x95\x80\xc1\x9c\x52\x04\xab\xb2\x7c\x24\x82\x46\x60\xe2\x95\x36\xa0\x82\xf3\x63\xfc\x00\x4e\x67\x71\xaf\xbd\x55\x57\xe2\xf9\x14\xa6\x76\x03\xcd\x95\xf8\x2c\x26\xfb\x01\x35\xd9\xb0\x64\x70\xd2\x06\x74\x3e\x32\x7d\xc3\x8c\x01\x4f\xda\x2f\x36\x82\xe9\x7a\xd0\x78\x60\x9b\x7b\xbc\x8c\x39\x25\xcc\x1f\x4f\x49\xb2\xb1\x0e\x27\x2c\xa4\x90\x42\x73\x4c\xb6\x4d\xc2\x74\x27\x26\x4d\xc9\xce\x03\x11\x27\xb5\x76\xb2\x0a\x6b\xe6\x76\xb2\x0a\x0b\x4f\xdf\x23\x69\x45\x77\x53\x51\xd2\x0a\x6b\x93\xba\xd3\x51\x98\x55\x93\xf3\x51\x24\x6f\x5d\x2c\x39\xcd\x3b\xb7\xba\x47\xc2\x9a\xa8\x5e\xe4\x47\x53\x46\xb3\x58\xda\x9a\x98\x39\xa4\xa7\x9c\x9e\xd4\xad\x56\xbd\xbb\x86\x6b\x38\xd7\xf2\x85\x81\x81\xbe\xfe\x8a\x77\xd6\xc7\x84\x0f\xb5\x4a\x0e\xd4\xdd\xfa\x4c\x7b\xed\x40\x18\x19\x95\x63\xe0\x12\x5e\xe7\x06\xbc\x7b\x5a\xef\xec\xdd\xe1\xaf\xec\x03\x92\x44\x4a\x12\xf9\x42\x05\x14\x44\x12\x7b\x5c\x82\x3c\xe9\x20\x79\x20\xfa\x12\xbf\x66\x50\x7f\xc8\x3b\x9b\xc1\xbf\x28\x5b\x85\x9f\x16\x51\x8f\x84\xbc\xd6\xab\x67\xed\xf5\x86\x01\xe7\x97\x8b\x20\x30\xf2\x53\x25\x8d\x8b\xc1\xc4\xf3\x70\x63\xb5\xbd\x36\x6f\x40\xd4\x4a\x85\x81\x82\x9b\x67\x98\x6f\xf9\x87\xf3\x6f\xf0\x43\x60\xb0\x0f\xd9\x8e\xb1\x67\xf8\xca\x95\x62\x7f\x8e\x04\x0b\x72\xa0\x0e\xe8\xb2\x94\x6f\xc9\xb8\xe3\xae\x8c\x59\xaa\xc2\x07\x14\x6a\x14\xce\x5c\x05\xbd\x21\xe2\x9a\x70\x4a\x63\x10\x9c\xad\x40\x43\xc8\x7a\x03\x51\x6a\xee\x4e\x75\xea\xcf\xf1\x75\x15\xfa\x44\xd7\x7c\x38\x39\x1b\x27\x9f\xe1\x1b\x3e\xea\x26\x51\x5f\xf2\x8d\x22\x55\xca\xf7\xbf\xe8\x6f\x09\x2f\x45\x44\xe7\x97\x31\x15\x4c\xbe\x92\x1d\x00\x85\x64\x7a\xa2\xb5\x7e\xa4\x3f\x96\x2b\xae\xaa\xd7\xb9\x3b\xcb\x55\x63\xf5\x60\xd1\x70\x07\x5b\x8f\x1e\x61\x9e\x0d\xf5\xd5\x8c\x89\x54\xdf\xb2\xa8\xa8\xe0\xd3\x41\x98\xde\xd2\x18\x66\xf3\xed\x24\xda\x9a\xde\x3c\x37\x57\xfc\x83\x7c\xb4\x6c\xf1\xa0\xad\xc6\x36\x25\x46\xe6\x50\x3b\x3d\x0e\xc2\x4e\x4e\x7e\x1e\xee\xce\x0a\x7e\x9a\x2b\x10\x79\xf0\xa1\xdf\x60\xe7\x3c\x8f\x01\xd4\xfb\xd6\xf5\xd5\xe0\xda\xa8\x84\x15\x1d\x6d\x42\x55\xbe\x86\x1d\x4d\xc5\xa8\xdb\x7e\xf4\xa2\xf5\x12\xa9\x44\x7b\x0b\x5f\xfa\x0c\x6f\x3c\x68\x6f\x4c\x99\xae\x60\x31\x6f\x28\xd7\x3f\xbb\x82\xb9\x8b\x60\x14\x44\x86\x8b\xc1\xb5\x8d\xe6\xee\x2d\x74\xe4\xd7\x9f\x9b\x1d\x55\xb3\x83\xf2\xb6\x9b\x19\xd9\x1a\x95\x92\xb4\x6c\xc6\xee\x59\x35\xd5\x7b\x58\x22\x75\xcd\x9b\xd7\xfa\x30\xf8\x8b\x23\xff\x80\x64\xb0\xf0\xa4\xab\x9a\xe4\x5b\x7d\xd4\x24\x9b\x15\x41\xf5\xf9\x6c\x85\xdc\x83\xf4\x31\xb6\xb7\x14\x5d\x8f\xb1\x39\x73\x0d\xd4\xd4\xee\xce\x02\x89\xd0\x85\x28\xad\x93\x4c\x49\xe1\x5b\x40\x48\xdb\xfb\x13\xfc\xbe\x65\x1c\xcb\x74\x54\x96\xbe\x6f\xda\x0b\xed\x8c\x3a\xea\x6e\xbd\xd2\x8b\x82\x2b\x97\x5a\x70\x48\x74\xf2\xde\xbd\xdd\xf6\xe6\x36\x49\x65\x82\x70\xe1\xa5\x39\x4c\x6c\x7b\x7d\x19\xd3\xaf\x5c\xdd\x0e\x56\xcf\x47\x49\x96\xf5\x12\x58\xa1\x18\xba\x57\xcc\x24\x09\x62\x66\xf2\x49\x40\xaf\x38\x1f\x23\x74\x8b\x03\x9e\xdb\x87\x89\x10\x49\x1f\x43\x5a\x3f\x39\x00\x9c\x69\x51\x9f\x44\x16\xc2\x14\xa4\xce\x3b\x02\xc7\x80\x11\xd7\x86\x8c\x58\x8e\x3e\x54\x00\x23\x79\x32\xe2\x90\x31\x66\x63\xd6\x30\xe3\x36\x80\xc1\x60\x32\x91\xc5\x0b\xac\xdc\x13\xca\x24\xf0\x97\xae\xd6\x75\x7e\x1d\xb3\xdd\x98\x01\x28\x8e\xee\xb6\xeb\x3e\x6d\x85\x97\x19\x8c\x5d\x6e\x48\xd1\xcb\x43\x7a\xed\xcd\x1d\xcb\x7b\x67\x4b\x88\x69\x78\xc3\x03\x5f\x1c\xea\x2c\x5c\x20\x12\xf9\x9d\x57\x19\x3c\x15\xa5\xf4\x56\xef\xd9\x18\xe9\xbc\xa9\x50\x27\xd2\x8c\x41\x8c\xe1\x23\x8b\x46\xf5\x58\xae\x0f\x86\xea\x9c\x3f\x90\xb7\x2e\xea\x93\xad\xed\x95\xd6\xf2\x26\x7a\xa7\x9e\x5e\x0b\x2f\xcc\x70\xa2\x0f\x0a\xb3\x9d\xa6\xdc\xf2\xe7\xd4\xad\xdc\xe8\x19\x5c\x49\x65\x4a\x17\x67\x7b\x04\x1b\xa4\xca\xae\x57\x46\x3a\x6b\xd8\x4c\x31\x2d\x34\x3e\xcb\xe9\x7b\xc3\x2e\xdd\xf8\x3a\x57\x47\xef\x18\xc5\xa1\xb0\xc9\x8a\xd2\x92\xfb\x6a\x2a\x94\x2d\x3c\x45\x29\x6a\xc5\x2e\x8b\xf7\x59\xa7\xa5\x31\xfe\x1e\xcb\x79\x3b\xd9\x7d\x91\x18\x9b\xb4\x5f\x0a\xe6\x76\x71\x89\x58\x70\xe7\x21\x72\x24\x59\x72\xb2\x72\xfe\xcc\xb8\x48\x9f\xe3\xd0\xc6\x0b\x8b\xa6\xc7\x97\xe2\x41\x29\xbb\xc0\xe1\x45\xc9\x37\x78\xfd\x2d\xf4\x07\xbb\xd4\x79\x2c\xab\xa2\xb3\xb1\x63\xf3\x51\x2a\x90\x7a\x30\xf3\xa0\xfd\xe8\x19\x77\xc4\x71\x9f\xd2\x35\x20\x35\xd0\xe5\xbd\x7a\x67\x77\x5f\xb2\x1c\x50\x75\xeb\xea\x3d\xeb\xe7\x4c\x5c\xe9\x76\x3f\xd5\x9c\xa8\xb3\x6c\xae\x6f\xdd\xb7\x36\x27\x5a\x2f\x17\x51\x3b\x4f\xcc\xd6\x6b\xe0\xdc\xdf\x9b\xb0\xd7\x68\xe2\xd8\x0c\x0b\xd1\x13\xc6\x54\xe3\xe7\xc5\xa5\x44\x49\x65\xad\x43\x60\xda\x0c\x8f\x89\x14\x49\xce\x31\xfb\x8e\x40\x92\xe4\x61\xda\xb0\x11\x79\x31\x80\x7b\xea\xb2\x12\x84\x02\x68\xf9\x73\x63\x50\x04\x81\x7b\xc5\xa0\x24\x27\x39\x15\x42\x40\x49\x4e\xdf\xa1\x5f\xa7\xcd\x2c\xdc\x5d\xca\x77\x52\xb6\xa6\x1e\xa0\xef\x4e\xdb\xa4\x67\xa3\xad\xfb\x3f\x23\x6d\x53\x0f\x87\x57\x62\xfe\xa6\x1e\x23\x44\xa2\x20\x6f\xe5\x31\x26\x99\x49\x9c\x92\x80\x55\xfe\x0c\x01\xff\xfb\x32\x39\x25\x39\x80\x30\x95\x05\x3d\x60\x23\xae\x25\x0c\x0a\x8b\xf9\x44\xe4\x4d\xdd\xc6\x76\x94\x7f\x7d\x07\x3d\xa1\x31\x2b\x18\x93\x44\xbd\x52\x9c\xeb\x92\xc9\x69\x9f\xfc\x3b\x54\x28\x67\x8c\x7c\x4d\x4c\x98\xb4\xaf\x15\xe9\x83\xaa\xc0\xb9\xa9\x55\x1e\x71\xa6\xc4\x76\x99\x4e\x74\x02\xe8\xae\x5c\xc6\x11\x48\x85\xde\xc6\x49\xf3\xe7\x78\x7d\x2e\xb4\x1b\xe0\x9e\x62\x03\xce\x54\x3c\x94\x02\xa9\x7a\xfb\xe1\xd5\xf6\xc4\x73\x73\x8c\xec\x6e\x8d\x2e\xa0\xd9\x75\xd3\xe1\xc2\x16\xd0\xe2\x58\xdf\xec\x87\x4c\x9b\xef\x19\xe8\x32\xe0\xd7\x67\xf0\x41\x58\x4c\x88\xaf\x5e\x6b\x93\x22\xe1\x68\x2c\x06\x12\x3b\x93\x97\x12\x38\x74\x87\x98\x1a\x08\xff\xe6\xe8\xa4\x0a\x3e\xef\xc5\x49\xe5\xb8\x5e\x8a\x79\x5f\x1f\xa6\x75\x97\x9c\xee\xc2\xa8\xf8\xbb\x39\x08\xab\x00\x85\x11\x49\xfb\x97\x6e\x6f\xd5\x51\x02\x24\xda\xde\x5d\xac\x65\x6e\x83\x9b\x20\x26\x91\x53\x5a\xf2\x31\x5c\x9d\x92\x84\x21\x40\x0b\x9f\x3d\x49\x48\xd2\xc2\xad\x92\x68\xad\x7a\x0d\x9e\x3e\xc6\xb4\x2e\x66\xaf\x66\xf9\x7b\x74\xfb\xb7\xfa\xa8\xe4\xaa\xd1\xbe\xbc\xe3\xfb\x97\x37\xb1\x85\x94\x71\xde\x75\xb3\x7f\xb3\xfc\xe7\xf4\x8f\x4f\xe9\xb0\x89\x1e\x06\xc2\xcf\x98\x52\xa4\xac\x29\xc6\xe0\x75\x43\x6a\x24\x61\x5c\x2a\x23\x4a\xc4\x73\xcd\xd4\x28\x0c\x13\xc5\x34\x12\x84\xf0\x10\x2e\x23\xd4\xf5\xbb\x78\x79\x94\xcf\x4c\x46\x3f\x7d\xfc\x19\x77\x98\xcf\x9b\xe6\x16\xa2\xa3\xd7\x51\x7b\x14\x16\xf9\xc6\x54\x5f\x63\x21\x57\x16\xb1\xe0\x91\x69\x01\x8c\xa7\xc5\x27\x84\x8b\x7a\x84\x5a\x76\xcf\x4e\x65\x0f\x24\x89\xcc\x4c\xee\x67\xe2\x33\xda\xb8\x48\xa0\x51\xc7\x95\xb7\xa1\xbb\x5b\xa3\x35\x75\xb5\x99\x57\xc7\xa4\xd9\xdd\xa0\x66\x72\xc4\xc4\xcc\x81\xc4\x47\xf5\x06\x9a\x8c\xe8\x78\x32\x6e\x0e\x11\x69\x27\xca\xd8\xe7\x83\xfb\xcf\x82\xcb\x7b\xe8\x93\x8f\xbf\x88\x11\x4b\x6a\xd9\x35\x4e\x6d\xe3\x23\xd3\xbd\x35\x35\xcd\xa8\x8d\x23\xde\x25\xfe\x69\x0c\xe4\x6c\x9a\x30\x02\xfb\x48\xe9\xbd\x67\xa2\x61\x9a\x2f\x94\xcd\xd6\x9e\x10\x48\xb5\x6c\x73\x88\x91\x0a\x74\x29\xcf\x6c\xa0\xb1\x57\xc7\xdb\x98\x44\xe0\xff\xdc\xc0\x4c\x73\x14\xd3\x1c\x2b\xe9\x60\x32\x8d\x78\x47\xf7\x28\x68\x53\x7e\xb7\xd8\x51\x78\xaf\xe5\xe0\x01\x76\x13\x0f\xb4\xad\xcc\x5c\xd2\xf4\x83\x9e\x35\x21\x9f\x80\x0a\x0e\x89\x06\x69\xeb\x2f\xbc\xc9\xac\xc2\x28\x62\x41\xc1\x2c\xfc\x4e\x6c\x57\x30\x0b\x83\xa2\x6d\x22\x76\x76\x74\xb3\x23\xd6\xf9\xb1\x9a\x96\xd0\x1b\x0a\x96\x64\xbe\x67\x15\x53\xe2\x66\x50\xd3\x50\xcb\x45\xd7\x89\x7a\xcf\x26\xb8\x79\x03\xc3\x0d\xb8\x55\x83\x14\x46\x59\x93\xc4\x6e\xad\xa2\xb6\x8c\x6c\x78\xfc\x9c\x1e\x6d\xcc\xa9\x94\x7e\x71\x35\x6d\xbe\xb1\x4a\x0f\x1c\xf9\xf2\xfa\x82\xa4\x32\x02\x41\x2b\x5b\x2a\xfc\xa8\x9e\xd9\x60\x01\x91\x8b\x12\xde\x3c\x91\x12\x4c\xe9\x83\xf9\x2e\x94\x70\x6f\x3c\x10\x23\x10\xfc\x12\xae\xf5\x04\xae\x94\x48\x90\x5a\x9a\xc3\x7e\xc3\x99\xd9\xd6\x7d\x79\xa3\x39\x35\xec\x95\xb0\xbb\xe8\x25\x7b\x18\xbc\x8c\xdc\xb8\x23\xd1\x59\x9b\xc7\xdc\x0c\x14\x8e\x4f\x1f\xc2\xa5\xc7\xf8\xa1\xea\x55\x31\x07\xf1\xce\x41\x7b\xbd\x81\x59\xc7\xf2\xa9\x68\x19\xc8\x9e\x0b\x8b\x0d\xe2\x95\x34\x4e\x16\x63\x65\x5f\xd6\x60\x5e\xd9\xad\x58\x2f\x8e\xe8\xb7\x97\xcc\xb6\x46\x60\xd7\x86\xc9\x0c\x5d\x53\xf3\xc0\x67\xf7\xd7\xe6\x5b\x93\xf5\x70\x6c\x32\xa9\x5b\xbe\xff\xc0\x81\x0f\xea\xf5\x62\x1e\x03\x5e\xb3\xed\x27\x1b\x67\xff\xe7\xf8\x2c\xa2\x8e\x3f\x8d\xbe\xa2\x25\x41\x85\x88\x5a\x5f\x39\x9d\x74\xd7\x57\x15\xda\x97\xf0\x95\x53\x91\xc5\xcb\xda\x2f\x2f\x59\x9f\xc2\x27\x2b\xf8\x54\xd3\xb9\x5d\xfb\xeb\xea\x6d\x3e\xb0\xec\xd2\xeb\xea\x80\xc2\x35\xbb\xda\xa1\xd0\xcd\xae\xe9\xd8\x39\x9e\xed\x32\x7e\x6a\x39\x71\xa0\x9c\xb3\xaf\xab\x86\x61\x41\xee\x2a\xe3\x07\xc3\xe9\xa5\x77\xab\xc0\x10\xf9\xbb\x7a\x51\x17\x8c\xe2\x05\x6c\x78\xea\x02\xa7\x46\x9a\x7b\x7b\xc1\xe4\x42\xd7\xa2\xd0\x11\xee\x6a\x87\x5f\x55\x49\xac\xc1\xb6\x2a\x7a\x4d\xb7\x1b\x2d\xc5\x28\xcc\x9c\x91\xcd\x27\x49\x50\xfc\xee\x32\xde\x38\x84\x65\x4c\x84\xa8\xd4\x4a\xf2\xbe\xb5\x51\x8c\x57\xf6\xf0\xc2\x27\xe5\xc7\xf6\x28\x27\x23\xf0\x6d\x94\xff\x96\x36\x38\x29\xb6\xb9\x6f\xc7\x56\x8c\x58\x2c\x87\x50\xda\x0d\x48\x1c\x06\xcb\x04\x51\x66\x77\xdd\x9e\xf0\xea\x42\x29\xfe\x2e\xa8\x72\x51\xe9\x56\xd9\x3b\xaf\x32\x06\xbf\x47\x03\xdd\x03\xd3\x4d\xc0\x9c\xde\x39\x24\x62\x16\xc8\x36\x0a\x67\x5c\x7b\x30\xc2\x86\x36\x6f\xe2\x0d\x92\xe3\xeb\xc5\xc6\x60\xd6\x7c\xe7\x00\x88\xe1\x96\x06\xd5\xbb\xd4\xc6\x00\x38\x4c\x9d\xad\xb4\xec\x15\x53\x8c\x43\x5c\xf0\xc7\xb7\x95\xf8\xa2\xc5\xfb\xb5\x6c\x0f\x14\x5f\x97\x1f\xcc\xa9\x01\x6e\xcb\x2d\x00\x09\x1e\xbe\x73\x3e\x58\x3a\xc4\xd8\xd2\xeb\xaf\x7b\x54\x49\x5c\x1c\xec\xd0\xa8\x1a\x25\xc1\xa6\xdb\xee\x76\xff\x15\xd7\x1f\x29\xe5\x32\xf4\x42\xba\x3f\x44\x9e\x6c\x79\xd5\x97\x9f\x62\xf8\xb0\x0f\x3e\x7f\xcc\x59\xe9\x0a\x3f\xba\xe4\xf5\x45\xfb\x1b\xcd\xec\xa7\xfd\x46\x7b\x73\x2d\xb8\x02\x47\x76\x51\x9e\xa4\xe7\xf7\xf0\xd4\xcb\x11\xcd\xb7\xcb\xf2\x0a\x94\x18\x20\x26\x8e\xed\x3a\x3e\x1b\x22\xd8\xe6\x70\x92\xb6\xda\x68\xc6\x08\xde\xb0\xa7\x11\x5b\x1d\xe7\x5b\x02\x74\x3a\x8d\xcb\x44\xd0\x1a\x7c\x89\x51\x3f\xae\x84\x4e\x2a\xfd\x76\x0f\xb1\x63\x35\xdf\x1e\xe3\x37\x3b\x8e\xfc\xc3\x6a\xdd\x7f\xc6\x48\x46\x2d\x36\x8c\xd6\xcf\x0a\x34\x5e\x2d\x44\xc1\x54\x44\x86\xc2\x85\x73\x9d\xf9\x6b\x26\x4d\xa9\x55\xd0\x95\x9c\x19\xf4\x2a\x5e\x0d\x94\x1f\x57\xdc\xc7\xb0\x1f\xf2\x81\x58\x69\x67\x7c\x26\xa1\x12\xe8\x37\x20\x9f\x65\x6a\x74\xa5\x51\x14\xa1\xb1\x87\x70\xc4\x24\xf3\xb0\x55\x89\x04\x07\x55\x05\xad\xab\x39\xb6\xba\xb3\x19\x10\x77\xfa\x22\x2e\x19\x47\x11\x6e\xde\x34\x6a\x4a\x1d\xaf\xbf\x9a\x85\xf1\xe4\xd3\xaa\x8f\xeb\x5d\x7d\x94\x3d\xca\x44\x9c\x29\xc2\x7a\xd6\xca\x19\x9c\x3e\xa9\x1f\x9d\xf1\xdb\x9c\x2e\x11\x5d\xc4\x73\x3b\xdd\x6d\xab\xf1\x48\x15\xee\x81\x47\xd4\xab\x0a\xa6\xfa\xb1\xc0\x3b\xe3\x93\xe1\xf5\xee\x1e\xd4\x62\x0d\xb9\xd9\xb2\xb5\x54\xce\xef\xe0\x8b\xd3\x7b\xc1\xa8\x42\x7c\xee\x56\x9d\xee\x05\x30\xeb\x14\xf2\xa0\x50\x1a\xf0\xad\x47\xbb\x9d\xf9\xab\xc7\xc0\x53\x48\x88\xf8\x0c\xc5\x11\x04\x88\x66\xb4\xd0\xa3\xa2\xf8\x83\xf2\x18\x73\xce\x8b\xf0\x8e\x7a\x5e\xff\x7f\xb8\x39\xe0\x32\x0c\xb2\x3d\xdd\x7e\xb6\xd2\x85\x63\xfd\x9e\x57\x05\x05\x06\xa0\x41\xba\xa3\xd8\x40\xba\x66\x4b\x81\xa8\xce\x49\xfc\xe4\x24\x2d\x1a\x03\xc7\x57\xcd\x44\x2f\xa9\xdc\x8d\x65\x98\xa1\x18\x3a\xab\xd4\x72\xd5\x1a\x1c\x51\xe9\xf1\xab\x93\x98\xd7\x18\x93\xc8\x3c\x9c\xec\xbd\x57\x5d\x95\x93\xbb\xee\x6e\xcc\x6c\x23\x87\x49\xa5\x13\x46\xf0\x05\x7e\x7f\xf7\x10\xba\xaa\xf7\x18\x43\x77\x73\xe6\x09\xa2\x57\xe7\x90\x5d\xf5\xd7\x72\xa7\xdd\x2a\x5e\x49\x1b\xca\x50\xc4\x41\x72\x7b\xc1\xc4\x7c\x78\x07\x14\xca\x46\xb0\x33\xd5\x5e\x59\xef\x6a\x10\x18\xce\xb0\x5b\xcd\x52\x08\x4a\x72\x03\xc4\x71\x80\xdd\x74\x6e\x5d\x0c\xc6\xce\x8b\xdc\x1e\x6f\xc6\xc3\xf4\x1d\x19\xd1\x09\xe4\xb4\xa2\x84\x65\x10\x05\xd4\x52\xcd\x86\x59\x65\xe8\x6a\x09\x93\xcf\x31\x1b\xcc\x8d\x80\x44\x85\xbe\x4b\x0c\x0b\xb1\x46\x41\xa7\x9f\x78\xa0\xbd\xc6\xa4\x0d\x41\x5d\xa2\xab\xed\x37\xb7\x3b\xb7\x56\xf9\xe9\x18\xb3\x7a\x17\x8d\x65\xca\xa7\xaa\x59\x3d\x19\x44\x19\x54\xaa\x24\x82\x09\xd5\xca\x98\xbf\xc4\xaa\x17\x2e\x3e\x0e\x46\x97\x7a\xd4\x53\x83\xe4\x6a\x09\xe3\x33\x2a\xdb\x1b\x25\xd4\xac\x7b\x80\x4c\xd3\x58\xb1\xe5\xcb\x26\xf2\x58\x0b\xa0\xb3\x5b\xb4\x54\x5d\x53\x07\xa6\x20\x10\xed\x5d\x31\x1d\x98\xf2\x6a\x24\x03\xd9\x6f\xb2\xf3\x47\x25\x51\x52\x1e\x1d\x09\x0e\x95\x92\x58\x72\x36\xfe\x2a\x72\x10\x87\x6c\xc1\x58\xf9\xab\x24\x98\x54\x7d\xf3\x94\xb9\x88\xc2\x6f\xe3\xaf\xce\x07\xb3\x57\x64\x2e\x1c\xb5\x4d\x59\xd7\xd8\xed\x29\x0f\x85\x45\xf3\x32\x23\xd8\xf8\xe5\xcb\xc4\xac\x17\x5c\xc1\x8c\xce\x91\x69\x90\xf8\xce\x01\x5e\xac\xd3\x83\xf6\x24\x65\x94\x36\x3c\xcd\x89\xc2\x4d\xf0\xa2\x37\x58\x10\xe5\x44\xcc\x00\x9c\xf3\x8d\x55\x14\x06\xd4\xaf\xda\xe9\xd0\xd9\x05\x20\xfc\x40\x30\xd0\x0c\x7c\x74\x3b\x9c\x1a\xc5\x57\xe0\xb7\x2e\xa9\x97\x98\xb5\xf1\x33\xfe\xde\x24\xba\x64\x38\xa2\x23\xf1\xb1\xc9\x68\x5e\x91\x77\x8a\x23\x2c\x8c\x4a\x02\x85\x6f\xae\x73\x36\x6c\x95\x4e\xff\x2b\x49\x9c\xff\x27\x6d\xe5\x71\xbe\x50\x39\xf4\xbf\xc4\x1c\xfa\xbd\x6a\xb2\x09\xec\x1f\x4e\xba\x55\xe7\xa3\x4f\xf0\xae\x36\xa6\xf6\x19\x2c\x7a\xfd\xd9\xa2\x23\xb9\x16\x38\x09\xff\x3f\x4a\x0b\x05\x3f\x13\xe1\x92\x9e\x13\x3e\x0e\xbb\xfa\xd8\xc2\x2b\x04\x24\xd4\x8a\x80\xd8\xd5\x6c\x1b\x96\xd5\x7e\xa0\x7b\x18\xaf\x13\x90\xec\x66\xbc\x84\x42\x75\x18\x09\x8c\xac\x00\xda\xb8\x67\x55\x2f\x0c\x97\xbd\x4a\x95\xb3\xc4\xc7\xbb\x3d\x26\xd3\x7c\xe2\xbe\x29\xaf\x6e\xf7\xea\x27\x7a\x39\x75\x6f\xea\x38\x74\xbd\x87\xfc\xff\xf4\xc9\x67\x73\x10\xea\xe1\x67\x73\x0c\xef\xff\xea\x33\x63\x7a\xcf\xb7\x9f\x8d\x25\xb1\xc2\x67\x78\xe5\xe3\x99\x4e\xf0\xf1\xdb\x3e\xba\x54\x67\x91\x3b\xc3\x7c\x27\xe4\x8e\x00\x4d\xff\xbd\x0e\x73\xf1\xfb\x38\x22\x44\x6c\xaf\x40\x9a\xe8\xa3\x72\x46\xc8\xc3\xe3\x48\x5d\x89\x84\x11\x21\xb3\xbb\x33\x6d\x82\xad\xb9\x29\xcc\x94\xc1\xa0\xf1\x7c\x94\xfc\x35\xf9\xdd\x9c\xb8\xe3\x52\xa5\x8d\xf7\xfb\xf8\xc9\x0c\xf5\x82\x32\x8e\x84\xbf\x63\xce\x7c\x5f\x92\xe6\x47\x5f\xad\x3c\xed\x34\x6c\xa4\x4c\x42\x9f\xac\x61\x9b\x86\x4a\x18\xb3\x3c\x4d\x32\x24\x19\xa5\xd4\xb5\xca\x88\xf4\x49\x61\x44\xdc\x64\xf4\xfc\x9d\x42\xd9\xf9\xbb\x84\xb2\xf3\x77\x7e\x26\x96\xb3\xad\x51\x92\x00\xf9\x9e\x18\xd4\xc3\xf4\xdf\x18\x70\xaf\x56\xa9\xb0\xd7\x50\xec\x20\x76\xfe\x36\xe4\xf9\x98\xd1\x76\x2f\x7c\xb4\xac\x9e\x9b\xa4\xef\x78\xbe\xe5\x7b\xeb\xf1\xd3\x60\xe6\x9e\x7c\x27\x13\x4e\x1e\xd8\x18\x99\x6b\x7e\xf3\x07\xf3\x73\xf4\xf0\x2a\x15\xca\x8b\xa9\x09\x00\xda\xcd\xac\x54\x69\x7e\x88\x0e\x13\x17\xf2\x8d\x7a\x7c\x08\xe3\x32\x68\xa0\x3a\x7f\x13\x27\x8f\x41\xc7\xbc\xb2\x8e\x72\xb6\x51\xba\xe2\x3f\x8d\x77\x97\x39\xd3\x12\x1d\xee\xce\xe3\x9b\xb1\xf4\x05\xea\x0d\x79\x91\x01\x28\x9f\xa3\x04\x5f\xb2\x31\x9f\x52\x29\x9a\x20\x30\xc5\x6f\xe1\x5f\x47\xcf\x30\x5b\xad\x56\x0a\xfd\xb5\x6a\xe2\x33\xc5\xcf\x9e\x84\xf5\x87\x3d\x01\x2d\xef\x01\xb3\x35\x10\x38\xf1\x5d\x32\xd6\x55\x84\x71\x93\x21\x72\x01\x1f\x4a\xd2\x3a\x4c\x24\x5c\xc4\xdb\xe6\xc3\x82\x71\x62\xb3\x3d\x7a\xf7\x6b\x3c\xca\xe0\xe1\xb5\x70\x7b\xa6\x07\x10\x3d\x2b\xaa\x5f\x05\xc5\x07\x3a\x4d\x38\x4e\x21\x94\xd6\xcf\xd5\x70\xba\xed\x60\x41\xe1\x2a\xbb\x79\x04\x8a\x0f\x4c\x02\xd4\x30\xf2\xa7\x8c\x9f\x4d\x7f\xe5\x3b\xbf\xca\x3b\x27\x7f\x25\xdf\xfd\xe1\x6a\x99\x5f\x76\x39\xf9\xd5\x37\x5f\x3b\xfc\xa4\x8b\x85\xcd\x08\x41\x08\x4a\x00\x09\x58\x8a\x00\x84\xa9\x06\x80\x85\xae\x12\x0c\x25\xf7\x37\x7c\xc1\xfd\xd6\xc2\x01\x2e\xdd\xfc\x56\x32\x94\x2d\x81\xc8\x56\xed\x4c\xa3\xad\x8a\xaa\x53\x0c\x18\xdd\x74\x58\x98\x0d\x1a\x68\x8b\x0d\xee\x2f\xa2\x31\x97\x4a\x9b\x6f\x27\xe1\xb0\xf2\x35\x26\x51\x77\xea\x37\xda\x0b\xcb\xce\x87\xff\xff\x87\x18\x89\xdc\x59\x24\x7a\x6e\x52\x81\x4c\x15\x9f\x8b\xe0\xec\x33\xdf\x7c\x79\xd2\xe1\x17\x4e\xd5\x1c\x4f\x17\xca\x08\x90\xc1\xcb\x33\x28\xea\x1d\x1d\xb4\xe6\x1e\x10\x9c\xbc\x82\x23\x27\x16\x1d\x97\x6e\xe5\x4c\x21\x27\xd8\xf1\xf5\xaf\xbe\x72\xac\xfb\x68\x56\x97\x94\x33\x50\x89\x91\x69\xb9\xe9\x4c\x8e\x1a\x46\x3a\x4e\x6d\x28\xb9\x80\x85\x94\x15\xca\x30\x4c\x8a\x5c\x66\xbf\x8c\x6a\x31\x92\x11\x99\xea\x88\xe7\x59\x16\xd7\x14\x62\x4c\x57\x90\x84\x6f\x9a\xc4\x2f\x2e\x9e\x62\x6a\x29\x21\xb3\x0e\x5e\xe3\xe9\xba\x5d\x61\xd2\xcc\x48\x00\x34\x06\x11\x97\xfe\xcc\x0a\x22\x79\x24\x8c\xd9\x0a\xbe\xc2\x87\x6e\x08\xc4\x2a\xcc\x30\x1d\x66\xe7\x37\xc3\xf1\x50\xd9\x1d\xd4\x0d\xaa\x5c\xa0\x32\x79\x0a\x57\xd2\x8f\xf4\xc5\xc3\x65\x8d\xea\x26\xb7\xd7\xab\xd1\xc5\xf0\xd9\xa1\xa6\x0c\x68\xca\xbd\xa6\x5e\x0b\x62\x93\x9e\x02\xca\x96\xcb\xe2\x28\xe0\x28\x26\xc6\x0e\xa3\xf0\x8c\xab\x9d\x6c\x1c\xb7\x6c\x94\xd1\x55\x4a\x2a\xa3\x0b\x8c\x52\x22\xac\x45\x1a\x64\x06\x23\x45\xde\xc0\x00\xa8\xe5\x2e\xe6\x31\xa6\x20\x9a\xd6\x9b\xc5\x70\x7d\x05\x6f\x58\xaa\xba\xfc\x7c\x75\x06\xcd\x76\x64\x02\x1b\x94\x9c\x87\xed\x37\x78\x69\x38\xbc\xf1\x20\x38\xba\xa1\x80\x2b\x35\x32\xf6\x54\xc4\x3b\x21\xa2\xa0\x51\x48\xdd\x88\xf6\x67\x75\x43\xf2\x49\xc5\xf3\xaa\xfc\xac\x91\x68\x5c\x77\xdf\xf2\xf3\x30\x7a\x01\xd1\x23\x97\xcb\xf0\x03\x2b\x1a\xb8\x73\x7b\x29\x1c\x93\x9b\x14\x5d\x55\x60\xc0\x71\x78\x1e\x73\x0f\x78\x3f\x57\x29\x94\xe5\xc6\x69\x7b\xec\x05\xac\xaf\x10\x3d\x3d\x50\xcc\x15\x2b\x58\xc3\x73\x9d\x99\x06\x05\x0f\xef\x29\x00\x81\x65\x54\x54\x6b\xd7\xaf\xf7\x5a\x31\x46\x7b\xaf\x01\xc0\xb8\xda\x8a\xc5\x56\x5f\x50\xdc\x2d\x01\x44\x65\x8c\x25\xaa\xaa\x8d\x28\x50\x4c\x83\x8b\xfc\x95\xd6\x5e\x40\xb1\xef\x17\x79\x3b\x4e\x9e\xfc\xd2\x89\xed\x79\x54\x6a\xbc\xe1\x17\x9c\x1f\x03\x92\xea\x9c\xc0\xf4\xe6\x83\x15\x17\xce\xbb\xba\xd0\x65\x4e\x98\x57\x58\xf5\xca\x6f\x50\xc5\x8a\x8d\x36\xd9\xd0\xed\x9c\xf0\xff\x5c\x2c\x54\xdd\x4f\x4f\x50\x28\xc3\x89\x6a\x21\xdf\x7f\xc2\x68\x56\x11\x4e\xeb\xe0\xd8\x2b\xa9\x55\x6e\xeb\xb9\xed\xb4\xa8\xda\xc6\xc3\xda\x1c\xeb\xd8\x85\xdd\x8a\xd4\x0a\x6e\x53\x35\xbe\x94\xa7\x07\x81\x17\x8f\x18\x4e\xdc\x70\x92\xc8\x8e\xef\x32\x71\x95\x70\x6a\xa2\xd3\x98\x8b\x06\xc5\x59\xd9\x55\x96\x76\xbe\xd2\x44\xcf\x2e\xb2\x40\xc1\x57\xb0\x14\xb8\xd0\x7e\x36\xb8\x71\x54\xaa\xe4\x1d\x6d\xbd\x79\x44\xd9\xf9\x30\x26\x55\x41\xd3\x3c\xc5\xc0\xc0\x53\x33\x1f\x6e\x8f\x4f\x90\x2e\xc7\x15\x7e\x74\x39\x25\x6f\xba\xb5\x36\x8a\xa4\x40\x2e\xa7\xd5\x83\xed\x99\xce\xdc\x9b\x60\x77\x8d\xd3\xf0\x76\x0d\xa8\x0c\xb2\x7c\x56\x78\x20\xb3\x35\xbc\xc4\x43\xdb\xa0\xa9\x0f\xdf\xac\xc5\x6b\x3b\x99\x22\xf9\xd7\x58\x0d\x16\x87\x30\x25\x50\x43\x97\xdd\x5c\x83\xdf\x05\x92\x05\xf2\xdd\x6a\x24\x78\x1a\x95\x3b\xe3\xb8\xbb\x2c\x76\xf6\xa8\xac\x2e\xd3\x0b\x56\x44\x1e\x61\x1b\x33\xfe\x5c\x73\x6b\xd0\xaa\x5b\x1a\x44\x52\x41\x79\x1f\x78\xae\x7a\x89\xf8\xea\x2b\x99\xa9\x80\xc8\xc9\xd5\xe3\xf6\xeb\x31\x10\xf7\xf4\xe6\xbf\x93\xcd\x1b\xbb\x12\x91\x78\xd9\x17\x6b\x3c\x02\xa1\x35\x0c\x5a\x54\x7b\x2d\x05\x44\xed\x1d\x1c\x17\x4f\x76\xcc\xf9\xdd\xbf\x7c\xf9\x47\x47\xb8\x98\x0d\xcd\x42\x2f\x1b\x98\xea\x63\x36\x35\x10\x10\x22\x26\x3c\xa6\x24\x92\x22\x50\x44\x37\xa2\x86\xd8\x5d\xac\xd8\x05\x91\x3d\x99\x9d\xe9\x4f\xb6\xe7\xc8\x60\xc7\x4d\x91\x91\x5c\x1a\x62\xd3\xb1\xdd\x84\x9c\x82\x3c\xe0\x1e\x0c\x47\x20\x46\xd1\xfd\x85\xb2\xab\x05\xa4\x9f\x89\x64\x28\x7e\x20\xb2\xab\xa3\x92\x6a\x84\x9e\xe3\x0d\x36\x6f\xb4\x9e\xac\x35\x77\x9e\x47\x34\x86\x63\xa1\x64\x48\x27\xf9\x67\x6c\x50\x0a\xa8\x5c\xf1\xce\x14\x50\x5f\x50\x60\x9c\x30\x83\x9f\xc8\x22\x48\x05\xa1\x69\x96\x02\x88\xcd\x12\x10\xb8\x20\x12\xe1\x17\xf4\xb7\x63\xef\x9c\x1c\x41\x3c\x26\x0c\x2b\xab\xc9\x02\x91\xc3\x75\x14\xf0\x60\x4e\xaf\x45\x82\x51\xd8\x5a\x16\x35\x93\x62\x61\x80\xdd\x4d\x7a\x2a\x98\x5e\xea\xca\x81\x0d\x3d\x54\xad\x96\x7d\x49\x4a\xc0\x5c\x80\x5e\x40\x8c\xcd\x22\x6a\x4b\xa6\x92\xd4\x54\xb9\x40\x6e\x04\xb5\x2e\xc1\xd2\x7c\x6b\x62\xdc\x5e\x14\x05\x22\x64\x5f\x60\x6c\xfc\x51\x67\x63\xb0\x22\x84\x52\xce\xc7\x6f\xe5\xb7\x63\x13\x4b\x94\x02\xd4\x4e\xd0\x45\x3f\xbb\x47\x2c\x26\x5e\xc8\x85\xc2\x0d\x55\x48\x53\x5f\xae\x02\x64\xfe\x0b\xf8\x9f\xc3\x51\x1f\xba\x40\xde\xda\xde\x8b\xa4\x78\x55\xe2\xe3\x43\x9e\xb5\xa2\x2e\xdd\x9a\x08\x2f\x5f\x8d\xea\xc9\x4b\x35\x68\x42\x37\x1d\xa8\xaa\xdc\x7c\xe3\xa6\x17\x8c\xfb\x83\x9b\xab\x45\xae\x45\xd3\xa2\x1e\x35\xe3\xb1\xe7\x97\x0a\x41\x27\xef\xd4\x9f\xb7\xd6\x27\x75\xb9\x5c\xd2\xc3\x6f\x2a\x5f\xb4\x1a\x3e\x2c\x61\x95\x98\xcf\xc3\xc9\x63\xfa\x25\xfb\x88\x39\x38\x15\x20\xa6\xc2\xac\xf8\x27\x60\x06\x10\x9e\x84\x98\x31\x05\x4d\xb7\x62\xf3\x6e\x15\x59\x9a\x5c\xcf\x94\xeb\xb1\x04\xdd\x7e\xf4\x22\x3c\x3f\xa6\xa1\x91\xd5\x60\x90\x97\x90\x41\xdd\x25\xbd\x50\x85\x5e\x9c\x34\x3f\xa4\x86\x97\x89\xce\xaf\xeb\x72\x98\x6d\x04\x21\xaf\x97\x71\x9e\x58\x82\xd6\x70\x85\x12\x4b\x78\x0c\x4d\xb7\xf2\x48\xc2\x8b\x81\x89\xf6\xc0\x50\x48\xe5\xf8\xfa\x35\x3f\xe1\x76\x77\x2c\x0e\x47\x9d\x9a\xe1\x2f\xac\xa3\x29\x28\x16\x03\xe9\x9b\xc8\x80\x66\x49\xe6\x13\x91\x88\xcd\xc9\xe8\x24\xdf\xea\x9b\x57\x8e\x2f\x89\x1a\xa3\x32\x47\x1a\x3b\xd0\xa5\xa3\x7c\xc7\xcb\x7a\x2a\xe1\xc5\x5e\xbc\xeb\x4a\xdd\xdb\x59\x1b\x3e\xa0\xc7\x70\x52\x15\xb7\xa4\x73\x4b\x72\x68\x01\x1e\x7a\x95\x40\x52\x3f\xbd\xf0\x49\xf4\x0a\x04\xbd\x2a\xdd\xeb\x9d\xa8\x94\x7e\xa1\x07\xc3\x2a\x39\x6c\x74\xf7\xa2\x13\x7b\xcd\xc2\xaf\xe4\x3e\xee\x7a\x61\x4a\xbf\x84\x21\xef\x6c\x34\xb6\x63\xd5\x10\xf8\x9f\x54\x37\x3c\x4d\x7e\xdf\xe8\xfb\x68\xa2\x64\x82\x34\x27\xfa\x31\x1b\x27\x3f\xe6\x29\xff\x42\xbf\x02\xf4\xbd\x6a\x22\xf6\x40\x87\x6e\xc9\xc8\x2b\x6a\xb5\x27\x2f\x71\x74\x37\x67\x3d\xb9\xf4\x3d\x07\xdf\xfd\xcc\x21\x25\xbc\x0d\xf0\xbd\xe4\xf1\xff\x3b\x46\xa4\x33\xeb\x31\x32\xa8\x6c\x98\x6a\x4f\xf5\x86\xea\x54\xa5\x89\x08\x42\x59\x5b\xf0\x2d\x4f\xbd\x9b\x1c\x8a\x67\x0d\x81\x36\xd4\x7a\x64\x29\x79\xfb\x0c\x2c\x51\xaf\xbb\xd0\xc3\x1c\x78\xfb\xdf\xe1\x8f\x05\x1f\x28\xf5\x80\x57\xc1\xcc\xba\xbe\x8b\x57\xfe\x05\x08\x90\xbc\xea\x79\xc5\x53\xa9\xec\xa0\x97\xc6\xdb\xea\x13\xd3\x29\x7a\xa7\x16\xef\x9c\xf0\xed\xf5\x14\x5d\x3f\x99\x39\x0c\x96\xd6\x53\x9f\xf8\xe9\x4f\x9c\xd6\xc3\xab\x1f\xf8\xa9\x4f\x86\xe1\x4f\x34\x0f\xcd\xde\xc4\x5f\x43\xf8\x8b\x9e\x9f\xc6\x5f\x79\xfc\x75\xff\x11\xfe\x79\x16\xff\xbc\xb2\x4e\x35\x80\x70\x7c\xe2\x84\x4b\x0d\xfc\x31\x82\xdf\xdf\xbe\x84\x3f\x7d\x17\x78\x4e\x9e\xde\x23\xe2\xa6\x87\x0b\x25\x20\xa7\xfc\x40\x91\xea\x60\xc8\xab\x55\xf8\x8b\xea\x24\x9f\x1d\xe1\x0f\xd4\xcf\x59\xd7\x3d\xcd\x3f\xa9\x2f\xe8\xaa\x3a\xc4\x4f\x94\x51\x77\x23\x6e\x56\xaa\x53\x97\x95\xec\xd9\x8c\xea\x16\xfa\xa4\xdf\xaa\x57\xee\x12\x16\x26\x5f\xf1\xca\x98\xd7\xf6\x94\x7e\x98\x5b\x25\x15\x0f\x27\xe7\xc3\x5b\x2f\xe4\x99\xef\xc6\xb6\x5c\xbe\x6a\xcc\x07\xf3\x5b\xe1\xb5\x4b\x98\xb3\xe4\xdc\x8b\x94\x7a\x18\xa0\x50\x2a\xd7\x54\xbe\x26\x7c\xe0\x78\x5a\xd2\x9a\x9c\x7b\x81\x29\x31\xf8\x59\x40\xf5\xd6\x0f\xbf\x6b\x0a\x3b\x92\xe9\x47\xbe\xcc\x1d\xdc\x7f\x08\x73\x06\xcd\xf0\x2f\x7f\xa1\x37\x55\x40\x65\xf9\xeb\x5f\x9d\xaf\x7e\x0d\xda\x20\x48\xe4\x9d\xd1\xcb\x88\x3d\xf8\x62\xdd\x43\x36\x8a\x19\xf0\xc3\xd9\x1f\xfe\x35\x56\x25\x25\xa1\xdc\xe4\xc9\x92\x2b\x4c\x92\x70\xe1\x7f\x07\x00\x00\xff\xff\x74\xa4\x64\x80\x1e\xb5\x00\x00")
+var _confLocaleLocale_zhHkIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x69\x73\x1b\x47\x9a\x20\xfc\x1d\xbf\xa2\x5e\x75\x28\x3c\x13\x31\xa6\xc3\xed\x79\x8f\x98\x30\x3c\xaf\xdb\xee\x6b\xd7\xee\xf6\x5a\xee\x98\xd8\x70\x28\x60\x10\x28\x92\x35\x02\x51\x68\x14\x20\x99\xdd\xd1\x11\xa0\x24\x8a\xa0\x48\x8a\xd4\x41\x4a\xa4\x28\x51\xa4\x24\x8a\xa2\x44\x8a\xba\x29\x5e\xfa\x2f\xdb\xa8\x02\xf0\xc9\x7f\x61\x9f\x2b\xb3\xb2\x0e\x50\x72\xc7\xee\xfa\x83\x45\x54\x3e\x79\x3d\x99\xf9\xdc\xf9\x64\xbe\x52\xc9\x15\x6d\xaf\x90\xf5\x97\x77\x83\xf9\x7d\xeb\xb7\xae\xd5\xd9\xb8\xdd\x59\x6f\xb4\x17\xcf\x77\xc6\x37\xfc\x8b\x0f\xad\xdf\x3a\x35\x2b\x58\x9a\xf6\x27\x17\x32\x99\x21\x77\xd8\xce\x76\xd7\xe6\xbb\x77\x46\x33\xc5\xbc\x37\xd4\xef\xe6\xab\xc5\x6c\x70\xe9\x81\xdf\x7c\xd5\xbd\xb5\xda\x9e\x68\x66\xec\x1f\x2b\x25\xb7\x6a\xc3\xc7\xd5\xf6\x8b\xd5\xcc\x90\x5d\xaa\x64\x3b\x1b\x1b\xc1\x8d\x4b\x19\xcf\x19\x2c\xe7\x9c\x72\xb6\xbd\xb0\xe7\x8f\xdd\xe7\x9f\x6e\xbd\x46\xbf\xc7\x77\xf9\x77\x1d\xa0\xd7\xf7\xfc\x0b\x17\x33\x55\x7b\xd0\xf1\x6a\x76\x55\xfd\x3e\x63\xf7\x7b\x4e\xcd\xce\xb6\x5f\x3d\x6b\x3f\x5a\xc8\x9c\xb6\xab\x9e\xe3\x42\x63\x13\xcd\x60\xe9\x71\xa6\x92\x1f\x84\x91\xdd\x19\x85\x51\x64\x6a\xf6\x70\xa5\x94\x07\xd0\x60\xfd\x6e\x70\xeb\x6d\xa6\x94\x2f\x0f\xd6\xb1\x9c\xa7\x96\x29\x54\x6d\x28\xcd\x95\xed\x33\x59\x7f\xe2\xa5\xbf\xb7\xdb\xd7\xd7\x97\xa9\x7b\x76\x35\x57\xa9\xba\x03\x4e\xc9\xce\xe5\xcb\xc5\xdc\x30\xce\xa2\x7d\x6d\x3d\x68\xbe\x6a\xbd\x5d\x09\x46\x9f\xf8\x33\x17\x83\x9b\x2f\xfc\x7b\x8b\x34\x52\xbb\x08\x53\xc9\xe5\xbd\xac\xff\xfa\x19\x4c\xa0\x3b\x75\x9e\x61\x33\xd4\x52\x39\x3f\xac\x2a\xfb\xb3\xd3\xed\xf5\xa7\x19\x7b\x38\xef\x94\xb2\xdd\x9b\x7b\xfe\xe6\x6c\xf7\xdc\xcb\xd6\xde\x2b\x18\xb3\xe7\x9d\x71\x01\x81\xfe\x93\x0b\xed\xd5\x7d\x98\x71\xae\x36\x52\x81\x7a\xab\xbb\x9d\x8d\x69\xf9\x58\xc8\x57\x6a\x85\xa1\x7c\xb6\xfb\xf0\x7a\x67\x73\x02\xbf\x00\x5c\xc5\x05\x54\xb8\xd5\x91\xac\x7f\xfe\x99\xbf\x79\xc3\xdf\x7d\x94\x71\xab\x83\xf9\xb2\xf3\x97\x7c\x8d\x90\xf2\xf2\x7c\xfb\xcd\xb5\xcc\xb0\x53\xad\xba\xd5\x6c\x77\x66\xc5\x3f\x37\x93\x81\xf9\xe6\xb0\x6a\x36\x98\xdf\xf6\x57\x6f\x87\x55\xb1\x60\xd8\x19\xac\x22\xca\xba\xa3\xaf\xdb\x0f\xf6\xfc\x7b\xf3\xdd\x73\xeb\x7e\x63\x22\x2c\xa6\x96\xa0\xa6\xd1\xd8\x80\x5b\x3d\x25\x8d\xb5\xd7\x27\xfd\xfd\x19\x80\xf6\x9b\x17\x82\x6b\x4f\xa8\x18\x46\xa4\x4a\x65\x38\xf9\x32\xac\x02\x7d\x6f\x6f\xad\xb4\x67\x2f\xc8\xf7\x7c\x71\x18\x50\x59\xc9\x97\xed\x92\x14\xc0\x2a\xe2\xc2\xe5\x0b\x05\xb7\x5e\xae\xe5\x3c\xbb\x56\x73\xca\x83\x80\xeb\x9d\xe7\x9d\x85\xe5\xce\xfa\xa6\xbf\x05\xab\xa0\xbe\xca\xef\x11\xb7\xae\x57\x30\xeb\x37\x26\x5b\xbb\xbb\x9d\xe7\xe3\xc1\xfc\x02\x97\x68\x70\x5e\x16\xa9\x04\x7d\xd4\x9c\xd3\x4e\xcd\xb1\xbd\xec\xe7\xfa\xcf\x4c\xa5\x5e\x2a\x01\xb2\xfe\x5c\xb7\xbd\x1a\x74\x3b\xdb\x6c\x1d\xbc\xec\x3c\x9a\x0c\x9e\x9e\xcd\x38\x9e\x07\x5f\xb3\xfe\xdc\x4c\x77\x65\x2a\x03\xeb\x53\x2e\xc0\xb8\xfd\x99\xf9\xe0\x55\x33\x93\xf9\xde\x29\x7b\xb5\x7c\xa9\x74\x32\x23\x7f\x64\xfd\xad\x89\xce\xdd\x5b\x6a\x6b\x3a\xb5\x12\x9d\xa0\xe0\xf1\x0a\x17\x04\x9b\xf7\xbb\x0f\x97\x33\x45\xb7\x70\x0a\x36\x20\x1e\x17\xd8\xf2\xfe\xda\xd9\xe0\xf6\x52\x70\x76\x3d\xd8\xbc\xeb\x2f\xad\xb7\x0e\xde\xc2\xa0\xad\x2f\x09\xc6\xf2\xb7\xde\xf8\x0b\xeb\xdd\xd1\xc9\xce\xca\x14\x1c\xd8\x41\xef\xa7\xfd\x29\x18\x1b\x1c\x50\xff\xed\x98\x3f\xd6\x6c\xed\x5d\x6b\xbf\xd8\xee\xce\x3f\xed\x6c\x35\xac\x4f\xf3\x56\x2d\x5f\x1d\xb4\x6b\xd9\x63\xb9\x7e\x38\x08\xa7\x8e\x59\x43\x55\x7b\x20\x7b\xec\xb8\x77\xec\x33\x7f\xeb\x46\x30\xff\x26\x98\x1f\x0f\x36\xae\x7d\xfa\x51\xfe\x33\xcb\x3f\x9c\xf2\x2f\x4c\xfb\xdb\xd3\x70\xa4\x78\xc4\xdd\xc6\x33\xe8\xc6\x5f\x79\xe4\x3f\x79\xf4\xf7\xc6\xd9\x0c\xe2\x04\x4e\x61\xae\xd8\xcf\x74\x03\xfb\xb7\x3a\x6b\xa3\x80\x19\x9e\x8f\xf5\xf5\xc8\x89\xff\xf6\xd5\xdf\x1b\xa3\xdf\xb8\x5e\x6d\xb0\x6a\xf3\x0f\xf8\x3f\xd4\xfa\xc4\x0a\x9a\xf3\xd6\x77\xce\x97\xbf\xc2\xa6\xa0\x09\x46\x47\x30\xb7\x13\x5c\x5d\x84\xcd\x03\x6b\xd2\x3e\xd8\xa2\x02\x3c\x07\xbc\x7a\xf0\xbd\xbb\x72\xdb\xbf\x3d\x09\xd4\xc7\xab\x65\x5b\x3b\x7b\x01\xe0\x0b\x0f\x99\x6c\x87\xc4\x39\x82\xfa\x74\xfe\x74\x7d\x39\x82\xf0\x3d\x8e\x5f\xc1\x2c\x8d\x99\xd1\x28\x5f\x7e\xff\x87\x3f\xfc\xf1\xcb\x5f\x59\xfe\xfe\x5c\x70\xf5\x52\x6b\xef\x3e\x1c\x7e\xab\x5e\x1b\xf8\xff\x72\x83\x76\xd9\xae\xe6\x4b\xb9\x82\x63\xf9\x9b\xd7\xdb\x8f\xd7\xba\x37\x2f\xe0\x6c\x3c\xaf\x04\x24\xa3\x68\x67\x4f\x9c\xf8\xca\x0a\xd6\x57\xe0\x38\xc0\xc0\x6a\x43\xe1\xec\x00\xcf\x70\xea\x3b\xaf\x9f\xf8\x87\x97\x33\xde\x9f\x4b\x88\x46\x19\xcf\x77\x43\xb6\x85\xdb\xd6\xc2\x1a\x96\x3b\x60\x29\x7c\xb9\x55\x42\x97\x55\xcc\xd7\xf2\xfd\x79\xcf\xee\xb3\x3e\xed\xaf\x7e\xf6\x4d\xc9\x86\xbf\x2d\xc0\x81\x95\xef\xf7\xdc\x52\xbd\x26\x35\xcf\x0c\xd9\x65\x0b\x76\xbb\x05\x5b\xaf\x5a\xb3\xf2\x9e\x05\x68\x3a\xed\x14\xec\xbe\x8c\x5d\xad\xe6\x80\x2e\xd6\x46\x70\xe9\x68\x60\xf1\x35\xb1\x80\xe6\x87\x4b\x41\xc3\x6c\xed\x4c\x77\xce\x1d\xb4\xcf\xee\xb6\x1f\xee\xe2\x24\xb1\x11\xa7\x7c\x3a\x5f\x72\x8a\xb0\x76\x0a\xcf\x54\x59\xd7\x64\x64\x43\x4d\x7f\x6c\xb4\xb3\xfe\xd4\x9f\x1a\xf3\x67\x1f\x31\xaa\xac\x63\x7d\xc7\xa8\xbb\x63\x1f\x1e\xb3\xb0\xbd\xb2\x9b\xe3\xc3\x8f\x04\xb7\xe8\x78\xf9\x7e\x20\xbe\x4c\xf8\xab\x4c\xc9\x70\x8d\x68\x10\xfe\xbd\x3b\x70\x12\x82\xa5\x0d\x26\xd9\x4c\x27\xfc\xab\x2b\x7c\x9a\x71\xe8\xe7\xc6\x82\xe7\xa3\xad\x9d\xc9\x36\xec\xc6\xcd\x55\xe6\x1a\x6a\xd0\x3c\x73\x45\x68\x64\xbb\xe8\x36\x78\xdf\xc4\x27\x9b\x51\x4b\x2d\xbb\x74\x7c\x02\xfa\x42\x3e\xb9\xf4\x58\x36\x2a\x72\x4f\xc2\x80\x94\xf1\x36\x53\x5f\xd5\xe2\x42\x8b\x30\x0b\x18\x21\x93\x3b\xa0\x14\x40\x9c\xba\xcb\x6f\x5b\xbb\x5b\x9d\xc6\x94\x3f\xd3\xf4\x47\x27\xfc\x7b\x0f\x00\x40\x1a\x40\x22\xcd\x4b\xa4\x69\x34\xce\xef\xce\x9b\xf6\xcd\x2d\xe0\x33\x61\xb9\xea\x21\x98\x68\x04\x4b\x13\xc0\xa8\xbb\xa3\x77\xda\x8f\x9e\xe8\x5a\xfe\xf6\x78\xb0\x74\x4e\x7e\x2e\xad\x77\x1b\x0b\xd0\x33\x37\xd2\x7a\x33\x09\xa8\xa2\x13\x5d\x07\xae\x4b\xa7\x69\xf9\x35\x1c\x75\xde\xff\x9d\xc6\x98\x2e\x50\xbd\x74\x1e\x3e\x13\x8e\xf6\x76\xac\x7b\xa7\xe9\x8f\xbd\x86\x4e\x81\x56\xe8\xee\xf4\x08\xfd\x2b\x53\xdc\x18\x91\x27\xda\x57\x57\xa7\x5b\x07\x4b\xc1\xe3\x8b\xdd\x85\x59\x3a\xfb\x2e\xb0\xc3\x32\x74\xb9\x0c\x73\x96\x5f\x46\x3f\x8c\x5f\xff\xe0\x29\xa0\xc9\x3a\x71\xe2\x77\x56\xe7\xde\x78\xe7\xee\x81\xbf\xb4\xed\xdf\x6a\xf0\x69\x1b\xca\x55\xdc\x6a\x2d\x8b\x85\xfe\xf2\x1d\xfd\x41\xa3\x84\x30\x4e\x75\x59\x78\x31\x29\x69\xb0\x79\x0f\xea\x00\xe9\xc0\x23\x3f\x79\x1f\xc8\x17\xec\x19\xf8\x4e\x8d\x5d\x5c\x86\x5d\x80\x84\xe0\xed\xad\x60\x6a\x34\x78\x7c\xbe\x75\x30\x0d\x3b\xa2\xbd\x70\x80\x1d\x0f\xd5\x6a\x15\xee\xf9\x77\xdf\x7d\xf7\x8d\x85\xd8\x9e\xb9\x8b\x44\x48\x17\xe8\x11\xd0\x9e\x68\xdf\xbc\xdb\x19\x3d\xc0\xc5\xd7\x90\xb8\x3f\xea\xd5\x92\x02\x20\xce\x09\x42\x0d\xcc\x4c\x15\xf5\xc2\x04\x76\xf9\x11\xfe\xef\x44\x04\x21\x80\xee\xd6\x4e\xa3\xb5\x7b\x13\xe4\x8a\xf6\x16\x1c\xbd\x4d\xe8\xaf\xdb\xb8\xdb\x7e\x49\xb8\x2e\xb9\x83\xb9\xaa\xeb\xd6\x78\x4b\x7d\xe5\x0e\x5a\xdf\xc0\x1f\xd1\xcf\xaa\xc7\x2f\x9d\xaa\x5d\x40\xc9\xc2\xaa\xb9\xd6\x99\x2a\xd0\x07\x0b\xe0\x88\x36\x79\xf0\xa9\x2f\x93\x71\x2b\x78\x2e\xf5\xa9\xf0\x67\x9e\x74\x47\x77\xe4\x3c\x90\x8c\x23\x05\xa6\xa4\xc3\x2b\xa0\xd8\xf6\x30\x20\x8a\x48\xf9\x89\xaf\x01\x83\x42\xcf\xe9\xeb\x40\xd5\x1d\x06\x22\x7e\x1e\xc9\x24\x6c\x40\xfd\x4d\x8d\x8e\x5b\x6b\x1d\x5e\x40\xd1\x94\xa6\x0e\x0b\xd8\x1d\x7d\xe9\x1f\x6e\x58\xdf\xfe\xe6\x0b\xeb\xff\xfe\xe4\x97\xbf\x04\xda\xbb\xe0\x8f\x23\x49\x86\xa1\x01\xe1\x0e\x6e\x3c\x01\xe4\xc0\xbe\xf7\xe7\xb7\xda\x2f\xae\x21\x66\x08\x4b\x5c\x1f\x88\x91\x10\xfc\x63\x78\x64\x8f\x59\x9f\xd2\x1c\xfe\x7f\xfb\xc7\x3c\xc8\x90\x76\x5f\xc1\x1d\xfe\x8c\xf6\xef\x9d\x7d\x58\x25\xc4\x26\x16\xc3\x99\xe0\x13\xa3\x86\x6a\xfd\xfa\x43\xfc\xae\x0a\x43\x0a\xb3\xb0\xdf\x6d\x8c\x4a\x87\x4a\xc8\x63\xb1\x36\x57\x70\xcb\x03\x4e\x15\xe6\x3b\xb7\x8c\x07\x8e\xc8\x15\x43\xb2\xfc\x47\x8d\xe5\xca\x6e\xcd\x19\x18\x11\x20\x9e\x7f\xb7\xb1\xd8\x5e\xbe\x1f\xcc\xcc\x76\x2f\x5c\xc9\x20\x7d\xb7\x51\xb8\x21\x32\x2f\xb8\x6f\xed\xef\x22\xca\x17\xd6\xf1\x20\x8e\xbd\x6a\xed\xcd\xeb\x15\xc0\x65\x72\x07\x06\x4a\x4e\xd9\x66\x76\xe5\xcf\x5d\xc5\x96\x6f\xae\xb6\x5f\x2f\x0a\xdb\x32\xcb\x61\x4b\x57\x40\x26\x47\xea\x71\x6e\xbd\x7d\xf0\x8c\x41\x80\x74\xb4\xde\x2c\xf3\xa1\xf1\x0f\x6f\x5b\x5f\x7c\xf9\x07\xab\x3d\xfd\x0c\x85\x20\x62\x72\xb0\x2c\x4c\x93\x50\x8d\x00\x2e\xbc\x3b\x0b\xa4\x08\x00\x81\x74\x02\xde\xf5\xf0\xb8\x0a\xd1\x03\xa1\xfd\x20\x84\x9e\x06\x56\x07\x44\x93\xda\xb6\x7e\x2b\xbf\x95\x06\x12\x87\x93\xe1\xc5\xa1\x61\xde\xb8\x45\xb6\x16\xdb\x87\x0f\xa1\x73\x18\x8e\x7f\x6e\x8c\x17\xba\x7d\xed\xa9\x08\xf5\x3b\x17\xfd\xb3\xcf\x61\x03\x74\xf7\x6e\x00\xba\x71\x63\xdc\xd9\x04\xd1\xd6\x1c\x4e\x84\x15\x31\x5f\x11\xe9\x71\x7c\x03\x36\xae\x68\x26\x69\xd0\xe1\xc0\x52\xeb\x30\x95\xc1\x71\xcd\x6c\x20\x9a\x34\x27\xe2\x3d\xfb\x7a\xcf\xbf\x78\x87\xa5\x1b\xe2\x60\x65\x6a\x5f\xa9\x02\xb2\x19\x94\x42\x20\xa8\x89\x02\x49\xff\x22\x99\x2d\xad\x2b\xa1\x17\x3b\x0f\x16\xce\x76\xf6\x77\x40\x05\x0b\x75\x0a\x12\xeb\x40\xff\x10\x15\x2d\x77\xda\x41\xe5\x88\xb6\x06\x2b\x37\x9d\xf5\x0d\x94\x78\x17\x66\x41\xd3\x4b\x85\x56\x1b\x85\xe6\x13\xea\x44\x8b\xa2\x16\x05\x13\xc2\xc4\xa5\x21\x12\x2e\x71\xfe\xb3\x6b\xfe\xc4\x38\xee\x8e\x99\x0d\xe4\xbe\x4b\x93\x7e\x73\x9b\xeb\xc2\xd2\xc8\xa9\x20\x60\x44\x04\x33\x70\x91\xe4\x45\x71\x8d\x8a\x03\x8c\xb4\xd6\xce\x1a\x70\x73\x38\xfa\xcc\xaa\x60\x14\xd8\xd5\xcd\x3b\xc0\x8a\xad\xdf\x7f\x99\xfd\xd8\xd2\xe3\x82\x9e\x71\xa7\x4c\xce\xe1\x5e\x3c\xbc\xae\xdb\x09\x59\x15\xf7\xc9\x07\x2b\xd6\x8d\x12\x03\x08\x82\x55\xbe\xa8\x58\x82\xcc\xed\x68\xa1\x23\x23\x64\xc0\x00\x30\xb5\x3f\xae\xcc\xba\xa3\xae\xc9\x54\x42\x29\x18\xb9\x41\x17\x95\x1a\x50\x00\xa6\x9f\xb3\x08\x0e\x0a\xb0\x57\xcb\x0d\x3a\xb5\xdc\x00\xd2\x23\x68\xf2\xfc\x4a\xf0\x7c\xae\x03\x4c\xba\x79\xdf\xfa\x00\x0a\x3e\xb0\xfc\xcb\x07\xad\xbd\x7b\x3f\xed\x2f\x1e\x3f\x2d\xb2\xe8\x27\x48\x6b\x72\x70\x80\x9c\x12\x6e\x24\xe4\xa0\x70\x86\xe5\xd0\x00\xba\x16\xf6\x81\xa1\xb3\xb6\x8d\xb8\xbd\xf6\x04\xb8\xa3\x92\x53\x45\x03\x01\x4a\x70\xdc\x03\x8a\x3e\xd9\xd9\x9f\x10\xdd\xe2\xc1\x24\xae\xce\x44\x13\x21\x1a\x53\xbc\x28\xd6\xa0\xdb\x5f\x77\x4a\x45\x8b\x5b\x43\x24\x2b\xa1\x12\x44\x4a\x59\xdd\xb8\x56\x80\x55\x37\xef\x02\x72\x78\xcc\xaa\x82\x21\x2b\x91\xb6\xaa\x65\x90\xd4\x5a\x5a\xa4\xc1\xa9\x0e\xe7\xe1\xa0\x88\xd4\xd3\x7e\xbe\xd7\x7e\x29\x84\xa1\x7b\xeb\x76\x7b\xee\x95\x3f\x31\xcd\x3f\xb1\xa6\x67\x7d\xf8\x19\x4c\x2d\xe3\xe5\x4f\xdb\x4c\xb8\x07\x15\x6e\x99\x8b\x77\xc7\xa6\xb1\xb7\xb7\xb7\x50\x12\xba\xf7\x34\x98\xbb\x1e\x1d\x66\x64\xe3\x46\xb6\x11\xab\xa2\x69\x13\xe4\xd5\xf5\xea\x85\x82\xed\x79\xb8\x1c\xfe\x7d\xa0\x18\xa3\x41\xf3\xb2\xdf\xb8\xec\x1f\x36\xbb\x8f\x6e\x74\x9a\x4d\xf8\x0e\x0c\x38\xb8\x3a\x2e\x7c\x4c\x14\xc2\xf6\xfd\x5b\x5a\xbd\x09\xce\x4f\xf8\x6f\x1f\xc1\xc7\xd6\x1e\xb4\xbf\x8f\x74\x78\xf3\x1e\xec\x09\xeb\x57\x7f\xfa\x2d\x34\xa8\x07\x99\x14\x14\xf0\x17\x6b\x16\x8e\x67\x09\xd8\xbf\x59\x30\xba\xcc\xf7\x68\x0a\x3a\x99\xa9\xb3\xa0\xeb\x96\x8a\x28\xe8\xaa\x3d\x8f\x44\x95\xf7\xa8\xda\xd5\x0a\x44\xb6\xb5\x77\xc6\x01\xdc\xe7\xb4\x09\x09\x71\x5a\xb3\x7f\xac\x65\xfd\xe6\x78\x30\x73\xd3\x34\x28\x89\x55\x65\x78\x84\x96\x1a\xf0\xd0\xbc\x8c\x92\x32\x9b\x26\x0a\x6e\x09\x36\xab\x8b\x24\xf7\xb4\x2d\x00\xfe\xcc\xb9\x4e\x73\xdc\x9f\xbe\x06\x02\x67\x08\x09\xf5\xdd\xea\xa0\xaa\xae\x0c\x12\x23\x62\xd8\x50\xdf\xc5\xb8\x41\xf4\x8c\x6c\x5d\x4c\xad\x70\xe9\x45\xef\xef\x83\x65\x24\x73\x82\x74\xf6\xf4\x71\x30\xbf\x1f\x4a\xc6\xd4\x19\x34\x04\x08\x12\x43\xd8\xc9\x8c\x8c\x9b\xec\x61\x32\x1a\xdc\x83\x5e\xf6\x4f\xf8\x7f\xe0\xe0\xf9\x2a\xec\xc3\x13\xf4\x0f\xd4\xcb\xd7\x6b\x43\x27\x0d\x1b\x55\x4e\xac\x20\x42\xe9\x78\xcb\x84\x62\xc4\x90\x5d\x41\x91\x63\xd8\x1b\x24\x4b\xd4\xab\xab\x4c\x33\x7f\xda\x5f\x66\x92\xc0\xb4\x14\x97\xd9\x73\x0b\x4e\xbe\x94\x7b\xff\x9a\xaf\x46\x81\x83\x62\xcd\x28\x83\x63\x3b\x19\x28\x54\x59\x10\xfe\x51\x69\x7a\xf9\x1a\x4f\xb7\xc1\xd7\xa0\xb9\xce\xea\xa3\xee\xf5\xa5\xee\xfc\x04\x9c\x6e\x20\x0d\x9d\xd1\x27\x78\xc4\xc8\x74\xa7\x77\x7f\x92\xd3\xe2\x70\x90\xd4\x25\x1b\x36\x25\xa3\xd4\x4e\x00\x23\xc3\xf6\x70\x3f\xb6\x80\xcb\x76\xa3\x75\x30\xc3\x53\xcf\x0c\xc0\xc2\xd3\xa6\x56\x56\x82\xb7\x37\xa0\x5c\x76\x22\x16\xda\x3d\x0a\x01\x13\xca\x28\x09\x04\xe3\x4c\xb6\x7b\xf6\x7c\xf0\xec\x0a\x2f\x00\x94\x75\xd7\x80\x10\x5e\x0c\xf5\x4c\xa1\xe4\xcc\xfe\x49\x78\xf3\xec\x72\x4d\xe1\x0a\x85\xd0\xed\xd1\x60\x7e\x1b\xb7\x1f\x4d\x83\xa5\x39\x41\xfd\xea\x23\x96\x15\x3b\xe3\xcf\x41\xc5\xff\xec\xb8\xf7\xe9\x47\xfd\x9f\x31\x59\x0d\x36\x56\x03\x90\xf7\x48\xa1\x09\xae\x81\x34\xf7\x8a\x84\xfc\x35\xe0\xea\xd6\xf1\xa2\xe5\x6f\xcf\x00\x43\xf7\xc7\x1e\xf8\x5b\x53\x41\x73\x96\xdb\x16\x46\x4f\x5a\x17\x31\xb1\x02\x9d\x10\xda\xb9\x6a\x3f\x05\x6f\x1b\xc1\x8b\x3d\x6e\x57\xef\x2a\x1a\x72\xc9\x19\x76\x6a\x69\x8b\x0c\xc0\x6c\x05\xe3\xc1\x72\x0b\x22\x95\x8e\x5e\x82\x93\xd0\xbd\xb3\xd7\x7e\x33\xca\xe3\x6e\x6f\x4e\xf8\x87\x63\xd6\x27\x96\xdf\xbc\xd0\x9d\xbd\xc1\xb6\xa5\xce\xc3\x35\xdc\x51\x43\x79\x2f\x57\x2f\x0b\xc6\xec\x22\xaf\x3a\x90\x59\x45\xe5\xb0\x27\x90\x23\x18\x69\x1a\x33\xff\x14\xa2\xe6\x9f\xad\xd6\xc1\x85\x60\x69\x03\x11\x47\x33\x66\xc1\x1e\x06\x82\x92\xbf\x36\x9f\x2d\x6d\x00\xc6\x40\xa2\x30\x47\x8a\xad\x03\x81\x5a\x6a\x80\x70\xd4\x1d\x9f\xc6\x25\xa1\x0e\x84\x89\xcd\x6f\x05\x57\x2f\x02\x0f\x03\xee\x85\x08\x9f\x9a\xe8\x36\xe7\x78\x7f\x01\x6e\x64\xa4\x0c\x04\x54\xb4\xb3\x30\x67\x36\x61\x2e\xac\x68\x43\xc4\x54\x3d\x3a\x7b\x35\x62\xaa\x2c\x7a\xc5\xf5\x10\x9a\x09\x6c\x66\x38\x28\x30\xdc\xd6\xde\x5e\xeb\x60\x8e\x85\x0c\x3a\xba\xd8\x33\x0e\xa0\x96\xec\xff\xa7\xfd\x26\x0f\xe1\xa7\xfd\x09\x59\x16\x5e\x52\xda\xc3\x50\x04\xbc\x45\x46\xc4\x2d\xe8\xbd\xce\x65\x72\x10\x14\x13\x28\x90\x52\x10\x5d\x73\xbd\x65\x85\x81\xbc\x7e\x86\xab\xbd\xb4\x0c\x68\x84\xbf\x89\xdf\x35\x15\x8a\xc2\xf6\xb5\xb1\x2d\x8a\xac\xb0\x4b\x0d\x58\x73\xdd\x9c\x37\x84\x4a\xb5\x0c\x7a\xee\xb5\xbf\xbb\x26\x76\x9f\xed\xcb\xe8\x98\xf8\x7f\x60\xbd\xa7\x11\x15\x99\xef\x11\x03\x27\x79\x47\x23\x89\x54\xdb\x19\x37\x66\x72\x47\x6b\x30\x96\xa1\x00\x88\x85\x5e\x06\x32\x97\xe0\x48\xec\x68\xf2\xa4\xd8\xb1\x1c\xb0\xe6\x2c\x10\x23\x44\xd2\xe6\x4a\xe7\xed\x25\x66\xb7\x21\xb0\x28\x6f\x91\x42\x18\xbf\x5b\xcc\xc3\x04\x46\x6c\x4f\x64\x3d\x3e\xa6\x99\xb2\x2b\x56\x64\xf9\x0d\x70\x58\x5b\x30\xff\x76\x2b\xb8\xf6\x06\x6a\x03\xc1\x1a\x3e\x99\x41\xd6\xf1\x87\x88\x8f\x21\xf3\x2d\xb0\x19\xfa\x14\x9a\x7f\xd8\x9c\xf4\x6b\xf6\x3c\x98\x53\xfd\x26\x66\x31\xfd\xd6\x4e\x3a\x1e\x4e\x9c\xf8\xdd\x77\x24\xf4\x92\x55\xe4\xc9\x85\xee\xe5\x6d\x69\xf0\x77\xb5\x5a\xc5\xfb\x53\xb5\x94\x65\x53\xc4\x9f\xbe\xfd\xca\xd2\xed\x8e\x94\xdc\x7c\x11\xcb\x82\x4b\xeb\xb0\x15\xe5\xfb\x77\x76\x7e\x98\xc7\xb6\x74\xa3\xbb\x78\x51\xda\xf9\x1c\x38\x1d\x7d\x45\x82\x05\xc4\x42\xbe\xa2\xa8\xf4\xeb\x54\x89\x57\x2b\x1e\x36\x79\x23\xe2\x06\xbb\x7c\xa9\x02\x8a\x0f\x0a\x15\x02\x20\xd2\xff\xd9\xdd\xce\xe4\x53\x50\x4c\xfd\xcd\xeb\xc1\x93\xe9\xbf\x83\x42\x7e\xe3\x6d\x30\x39\xd1\xda\x7f\x02\x32\x26\x7e\x6c\xce\x07\x0f\x1f\x81\xfe\x0b\x47\xe9\xc3\x1c\x1c\xa3\x58\x63\x45\x38\xc2\x3f\xab\x41\xf8\x12\x6d\x90\xb4\xcc\xdb\x64\xb8\x72\xfe\xa2\x86\xcf\xbb\x5c\x37\x09\x42\x06\xd9\x17\x50\x4e\x8c\x03\x05\x4b\x40\x07\x67\x18\xc8\x42\x5b\x06\x99\x53\xd9\x1c\xf1\x63\x3a\xf8\xbd\x07\x69\xe0\x4c\x93\x34\xfa\xb4\x71\x04\x68\x2d\x9c\xe1\xd8\x89\xc0\x0a\x68\x8d\x3a\x02\x1c\x17\x9f\xe5\xf7\x42\xa9\x5e\xb4\x23\x68\x52\x96\xdf\x59\xee\xbe\xb5\xf3\xcc\xfa\xe0\xb8\xf7\x01\xb5\x5a\x3e\x05\x0c\xb5\x2c\xe0\x40\xfc\xda\xcb\xf7\xbb\x53\x4f\x3a\x1b\xa8\x91\x28\x97\x17\x68\x96\x05\xb7\x8a\xf6\xa8\xac\xa1\xeb\x6e\xf8\x53\x6f\x40\xda\xc6\x56\x34\xfd\x30\xa4\x79\xda\xbb\x20\xff\x99\x5b\x39\x52\x49\xbb\xe7\x72\xfd\xb6\x0d\x7a\x5d\xfe\x94\x5d\x0e\x4f\x91\xe6\xc6\xad\x83\x6b\xf0\x91\x89\x1a\x68\x18\xf1\x0a\x2c\xc7\xf1\x8e\x4d\xa9\x03\x42\x45\xa2\x8a\x58\x7f\x7b\x55\xa9\xc1\x11\x49\x76\x63\x1c\x97\x94\x3a\xbc\x9a\x04\x0f\xb3\x2a\x46\xce\xb8\x01\xfe\x56\xc0\xf5\xcc\x35\xe2\x42\x0c\x9b\xb2\xbb\x36\x87\xb3\x3e\xc2\x16\x08\xa0\x67\x55\xf2\x79\x1a\x7a\x17\x7b\x59\x0c\x09\x45\xf3\x36\x13\x3f\xb0\x6b\x8e\x68\x08\xb6\x01\x52\xca\x9e\x2d\x01\x63\x63\x53\x52\xa7\x31\x16\x0e\x12\x34\xfb\xd9\xb5\x23\x5a\xd5\x54\x3c\x7d\x74\xbc\x2d\x62\x8d\x68\xc5\xd0\xfe\x11\xc8\x77\x16\x50\xc7\x84\x58\xdb\x0a\xd0\xa7\x41\x86\x74\xe4\x43\xa5\x3c\xe8\xd8\xb8\xce\x34\x01\x84\x6e\x3f\xd8\xeb\x2e\xdc\x13\x7f\xc4\xd9\x5d\x3c\x84\x87\x64\x98\x3d\x98\x36\x45\x5e\x1c\x11\xd9\x77\xb8\x48\x24\x42\xad\x11\x5e\x98\x66\x97\x1b\xb7\x86\x0c\xe6\xea\x0a\x8f\x83\xb8\x9f\x9a\x20\xda\xbb\x4f\xd9\x23\x59\xd0\x03\x83\x8b\x4f\x83\xcd\x09\x92\x6a\x50\x33\x64\x65\x5f\x73\x39\x3d\x69\x2b\xa4\xe3\xa4\xd2\xa2\xee\x86\x92\xf7\x69\xbb\x0a\x6c\x46\x37\xc8\x16\xfb\xf7\x69\x63\x0a\x25\x30\x56\x46\x47\xc7\x41\x87\xed\x9e\xbd\x8b\x4b\xad\x48\x83\x06\xc3\x09\x43\x1b\xe3\x1b\x38\xab\xd5\x5d\x54\x92\xc7\x5e\x31\x58\xd0\x78\x80\xb3\x42\x95\x47\xeb\xd3\x97\x9a\x68\x7b\xa1\xae\x4d\x4d\x3a\xe3\xd5\x1c\x50\x87\x91\x6a\xb0\x13\xdb\xe0\xf2\xad\xbd\xe9\xf6\xf9\x57\xd8\xf9\xf2\x6c\x6b\xf7\xa6\xd6\xc2\x82\xab\xa3\xbc\x71\x58\x8c\x51\x7e\x8b\x66\xe7\x60\x02\xd0\x8b\x3b\xbd\xb9\x01\x48\xf6\xb7\xce\xc1\x24\xc4\x42\x45\xe6\x00\xf9\x4e\x8d\x87\xc8\xe7\x11\xa0\xe8\x4a\xae\xed\xe8\x00\x3a\xcd\x8b\x7a\x00\x7c\xd4\x71\x00\xb4\x7c\xb1\xde\xbb\x37\x57\xbb\xf3\x93\xba\x77\x06\x56\x54\x23\x36\x4b\xd4\x2c\xa9\xfc\x7f\xd3\x14\xb9\x71\x63\x7f\xb1\xb3\x38\xd7\x5f\xcd\x97\x41\x41\x0f\x4f\x43\xfb\xe6\x16\x1a\xd6\xc9\xbb\xaf\xcf\x01\x88\x23\x78\x68\x40\x5b\x1d\xca\x97\x07\xed\x9c\xd8\x6e\x41\x80\xb5\x94\x81\x16\x2d\xe8\x16\xa8\x49\x2c\xbf\x88\xd4\x45\x76\x56\x55\xa9\x50\xf7\x6a\xee\xb0\x51\x57\x5c\xf7\x62\x14\xd9\xe4\x9a\x52\xe7\x3f\x5d\x60\x8f\x2e\x10\xc6\x8b\x77\x60\x47\x82\x60\x18\x06\x43\xa0\x07\x5f\xc8\x4e\xf3\x7a\x67\x65\x5d\x79\xf6\xe1\x8c\x8c\x3d\x46\x84\xbf\xd8\xf3\x27\xe7\x40\xe1\x2b\x95\xdc\x33\xa8\x7e\xa3\xb4\xbd\xbe\x47\x8e\x06\xe8\x19\xa8\x07\xaa\xc1\x9d\xad\x45\x50\x40\x04\x0a\x6d\x35\x0c\x05\xe3\x90\x6f\xf8\x21\x78\xbe\x0e\xa7\x47\x7e\xb3\xcc\x26\x5f\x51\x9f\x1c\xee\x23\x22\x8b\xe2\x64\xf5\x34\x5a\xdf\x14\xd5\x22\xf6\x67\xc1\x1a\x22\x55\x7e\x7b\xab\x3d\xb7\x00\xc8\xc0\x85\x0f\x2b\x55\xf2\x35\xa0\x64\x65\xd6\x1a\x68\xa0\x46\x7d\xed\x53\xe5\x86\x22\x6e\x89\xcc\xf7\x2a\xbe\xe1\x64\x26\x1a\x03\xc1\xc1\x2b\xa1\x93\x9c\xf1\xa9\x0c\x31\x7c\xea\x3d\x11\xb5\x8c\xf3\x2d\xe6\x82\x6c\xfb\xde\x61\x6b\xf7\x1e\xab\x22\x6c\x11\x40\x2f\x55\xc9\x29\x90\x9e\xab\x2a\xf2\xa9\x65\x5b\x58\x86\x0c\x2d\x91\x08\x8f\xa2\x5d\xb2\x41\xfb\x31\x8f\x55\xa6\xee\xa8\xa9\x59\xbf\xff\x32\x93\xa9\xd4\xfb\xa1\xd1\x30\x7e\x83\xd6\x4c\x8d\x5d\xc2\x72\xc8\xe0\x9b\x94\xdc\xd9\xcd\x09\x48\xe5\x4a\x48\x99\x76\xd6\x90\x20\x43\xeb\xf3\xfb\xc1\xa5\xfb\xa8\x03\x52\xa7\x88\x32\x62\x26\xec\x3d\xf1\xaf\x4c\xb1\x33\x25\x22\x4d\x68\x36\x29\xb6\x89\x62\x56\x23\xbe\x7b\x4b\x5c\x18\x1c\x91\xa0\x7d\xa5\xc1\xcd\x17\x80\xd3\xd6\xde\x3c\xd2\xdf\xc5\xf3\xfa\x3b\x2c\x1a\xad\x2f\x46\x93\x30\x8b\x53\x5e\x09\x11\x76\x55\x50\x13\x2f\x95\x84\x36\x95\xdc\x82\x38\xbf\x27\x1a\x70\xca\x70\x92\xd3\x8d\x4c\xbd\x52\x44\x3d\x46\x21\x08\xbb\x9c\xdf\x16\x04\x45\xcb\x4c\x9b\x21\xf1\xe2\x70\x1b\x70\x2d\xa5\xb6\x8c\xaa\x33\x98\x0c\x59\x42\xbb\x38\xee\x52\xd2\x3a\x62\x50\xca\x32\x00\xc4\x89\x29\x87\xf8\x99\xc9\x49\x89\xca\x36\xf3\xeb\xe6\x38\x12\x24\xa6\xa1\x4b\x13\x70\x40\xc8\xc0\xd6\x84\xf5\x40\x53\x09\xec\xd5\x3a\xf4\xf7\x66\xbf\xbd\x3b\x25\x0a\x4f\x24\x94\x46\xbe\x69\xb7\x46\x94\x4a\xcc\x2d\xc3\x59\xd6\xc8\xd4\x04\xc5\x75\x3d\xb1\x99\x31\x1c\x5b\x46\x99\xc5\x0a\x90\xa0\x4a\x00\x18\x1f\x5c\xa4\xa2\x4f\x68\xaf\x42\x87\x40\x12\xca\x35\x05\xf8\x25\x7d\xb5\xbe\xe0\xaf\xd6\xe7\xf4\x15\x1a\x43\x75\x07\xe4\x0e\xf1\x46\xd1\xb1\xcd\x39\xc3\x18\x6c\xc6\xfe\x25\x92\x60\xd0\x25\x16\x8a\xcf\xfb\x2f\xfd\xa5\xf9\xf6\xc4\x38\xe2\x3f\x32\x9a\xd8\xba\x99\xa3\x8a\xaf\x9b\x5a\x92\xf4\x53\xed\x96\x0c\x09\x88\x6d\xd9\x52\x82\xb8\xd1\x25\x8c\x17\xad\xe1\xa2\x0a\x98\x8b\x00\xb0\x5d\x81\xb9\x7f\x04\x38\x4d\x80\x34\xba\x31\x4c\xd9\xa3\xf1\x91\xea\x49\x0a\x28\xf3\x05\x35\x31\x9c\xf9\xcc\x21\x6e\x7a\x72\x84\x89\xfd\xda\xe8\x9a\x6d\x7a\x91\xf3\x2a\x1d\xbc\xff\x69\x45\x56\x49\x07\x16\xe4\x10\x6e\x95\x28\x28\x49\xd3\x5e\xc4\x71\x2d\xea\xab\x04\xae\x09\x80\x84\xa8\x25\xc1\x58\x1c\x37\x88\x14\xba\xfb\xd6\x46\xbb\x67\xb7\x0c\x52\x75\x81\x09\x53\x6b\xf7\x92\xe9\xc7\x65\x47\x2d\x70\xe9\xd0\x64\x57\xa9\xc2\x3e\xaa\x8e\x64\xb9\x11\xf5\x53\xd9\x31\xb6\x0e\x5b\x3b\xbb\x52\x24\x3b\x96\x4b\x98\xc6\xea\xb1\x40\x09\x52\x12\xfe\x2a\x6a\x74\xb4\x4c\xdc\x68\x04\x00\x27\x3a\x49\x58\x45\x12\x65\x7f\xee\xcd\x1d\x3e\xc8\x4c\x4e\x60\x9c\x2c\x45\xf3\x39\xfe\xf7\x78\xd3\x7a\x43\xd3\xfa\x9a\x83\x20\xb1\xaf\x58\xa4\xfd\xc6\x03\x67\xa1\x58\xce\x6a\x12\xb9\x08\x6c\x02\x46\x22\x29\x75\x61\x2e\x62\x84\x45\x63\xa6\x18\x5e\xfd\xc3\xb1\xd0\x4e\x68\xb6\x8e\x9e\x4a\x34\x9a\xa1\xd0\x82\x6c\x55\xac\x80\x4b\xeb\xa6\x69\x35\xd5\x04\xcb\x7c\xc6\xb4\xba\x76\x47\x2f\xb5\xd7\x27\xd9\x69\xa8\x06\xa4\x51\xc0\x13\x33\xf6\x82\x4c\x98\x50\x43\x1b\x50\xb6\xd9\x11\x3c\x19\x9b\x25\xa9\x7f\xf5\x36\x4a\x40\xc2\xa8\xd1\x44\x81\x6b\x88\x07\x66\x67\x12\xe5\x0b\x93\xf4\x4e\x34\xd8\xac\x98\x10\xdf\xb5\x95\x14\x10\x00\x87\x0e\x69\xf4\xc2\x54\xfb\xda\x72\x4c\x76\x17\xcf\xa2\x12\x23\x49\x10\xf6\x74\xc0\xc8\xa7\x5e\xad\xea\x96\x07\x3f\x63\x73\xaa\xff\xe6\x91\x7f\xf1\xa1\x7f\xfd\xd2\xbf\x7f\xfa\x91\x14\x58\x28\xfe\x2f\xdf\x6f\x2f\x4d\x32\x13\xc0\x88\xc4\x30\x02\xd1\x82\x41\xb4\x0e\xe6\xa0\x57\xc0\x83\x31\x3c\x8a\x46\x24\xf3\xeb\xb8\x3f\x8d\x06\x9a\x58\x35\x84\x24\xe9\x7b\xa7\xb3\x36\xc9\xa1\x98\xaa\x4a\x7b\xfe\x72\xf7\xe6\xdd\xe0\xd2\x95\xce\x83\xbb\x6a\x29\x70\x97\x85\x78\x8b\x48\x39\x8c\x6c\x43\x89\x06\x21\xc2\x1f\x7b\x2a\x06\xaf\xa8\x12\xad\xa1\x89\x0b\x12\xb4\xf8\x47\x6f\xee\xf8\xb3\x53\xcc\xd3\x71\x58\x89\x26\x42\xbd\x51\x55\xcf\x46\x4c\x6a\xf8\x95\x7c\x60\xe5\x9a\x2a\x40\x83\xfe\x1b\xb5\xe2\xb1\x6d\x64\xcc\x40\x84\x4a\x63\x2f\x91\xc7\x86\x49\x02\xcd\x99\x09\x82\x1a\x7a\x8c\x24\x70\x4b\x20\x37\x19\xb8\xe8\x41\x19\x0c\x50\xf4\xd7\xd3\xe7\x24\xab\xd7\x14\x82\x5d\x67\xda\x8f\x1e\xa5\x13\x89\xae\xd4\xfc\x8c\x3e\xb8\x03\x3d\x25\xc4\x04\x0e\x9b\x96\x10\x25\x7f\xd2\xc0\x79\x11\x76\x2e\x06\x8f\x57\x78\x29\x50\x2d\xc1\xb0\x42\x25\xfc\x07\xcf\xae\xa0\xbc\x07\xdb\xf3\xed\x65\x51\x01\x08\x9f\x35\xe4\xbb\x34\x41\x98\x9a\xa0\x7c\x69\xdd\xfa\x7f\x2d\xff\xde\x43\xc0\xbd\x5e\x73\x38\xd3\x99\x9a\x7b\x0a\x76\x87\x51\x25\xd8\xbc\x47\xdf\x30\x2c\x66\xf4\x92\x7f\x09\xf4\x83\x73\x5c\x2f\xb8\x79\x68\xee\x18\xac\xad\xcf\xb5\x08\xd4\xcc\x3e\xf8\x4c\x2a\xe1\x1a\x05\x62\xf1\xcf\xbd\xdf\x51\x36\xc5\xf2\xa3\xcf\x32\x57\x31\xcf\x32\x1c\x0c\x54\xfd\xb4\x7b\xaf\x5e\xee\x77\xca\xc5\xac\xf9\x59\xbe\xe9\x65\x31\xbb\x33\xe1\x0c\x89\x44\x66\x99\xa7\x0a\x39\x42\x8f\x32\xe0\x92\x00\xca\x9c\xad\xb5\x77\xaf\x3d\x31\x25\xa1\x95\xe2\xe0\x14\x58\xa2\x01\xbc\xbf\x05\x8a\x0a\x3c\xcd\x51\x61\xfe\xed\x6b\xab\x3c\x2b\x46\x3f\x09\xa9\xc8\x4d\x0f\x2f\xe0\x09\x9b\x99\x27\xeb\xc5\xe7\xdf\xfc\xde\xcb\xe8\x86\xb9\x3a\xe8\xaf\xe8\xd1\x3f\xbb\x1b\x6c\xae\x92\x27\x1c\x1d\x2c\xdc\x4d\x17\x9d\x0c\xd3\xa6\x3a\xcf\x4a\x35\x52\xf6\xb9\x17\x29\xc1\x8b\xdc\x2c\x1d\x62\x6e\x41\x0e\xb1\x9e\x94\x39\xa1\xf8\x84\x65\x2f\x21\x5e\x6d\x75\x9c\x4d\xd4\x08\x1a\x0c\x81\x48\x2c\xc4\xbc\x74\x1c\xf6\xd7\xdc\x96\x98\xb6\xad\x09\x7f\x8c\xc6\xbd\xb4\x1d\xcc\xbf\xd1\x41\x2e\xb0\xa5\x65\x64\x18\x8e\x73\xae\xbb\x02\x3b\x0d\xa4\x85\x06\x9c\x12\x83\x3a\xf0\x30\xfd\xe6\x1d\x58\x4e\x19\xa6\xb9\x7a\x71\x52\x21\x3a\x0a\x85\x16\x82\x10\x4f\x30\xe9\x15\x4c\xc2\x01\x47\xc5\x80\x17\x4d\x81\x49\x4a\x73\x9c\x89\x45\x24\x10\xd2\x88\x5c\xc4\x25\x3f\xf7\x1c\xa3\x33\x89\x6a\x20\x5b\x89\x0c\x3d\x2e\x2f\x1b\xdd\xbc\x7e\x66\x8a\x1c\xe2\x83\x5e\xbf\xe1\x1f\x5e\x17\x49\x9a\x59\xb9\xd1\x31\x71\x60\x69\x5d\x7b\xdc\xd9\x46\xc2\x92\x2d\x1f\x52\x81\x50\xbe\x51\x9e\x22\xef\x8f\xa5\x73\xc1\xf6\x4e\xeb\xcd\x58\xb0\x33\x86\x1f\x4d\xf3\x10\x09\x4b\x2c\x2f\xb4\x76\xae\x59\x8a\x69\xa2\xa4\x3a\xf3\x24\x18\x5d\xf5\x0f\x1f\x6a\x86\x49\x32\xb3\x04\x05\xc5\xc6\x23\x46\x6d\x53\x8b\x8e\x42\xa8\xa0\x4c\x2a\x33\x07\x17\x87\xd3\x84\x8f\x21\xe9\x1c\xc9\xe8\x1b\x0f\xb8\xa2\xb8\xfe\x56\x77\xe1\x98\xeb\x35\x10\x7d\xef\xfa\x25\xf4\x8d\x67\xbe\x47\xe3\xcb\xc9\x0c\x5b\x40\xb5\x25\x2a\xb4\x98\x47\xcc\xe4\x86\x21\x5d\x39\x06\x75\xdc\xb3\x01\x06\xbb\xb4\xd3\x7c\x0c\x67\xb2\xb3\x7f\xae\xbd\xbc\xf9\xf7\xc6\x28\x6c\x4d\x24\x1f\xaf\x9f\xfa\xcd\xbd\x18\x02\xdb\xd3\xeb\x00\xdf\x3e\xbf\xd2\xda\x9d\x0a\x25\x0e\xb1\xaa\x9c\x76\x3c\xa7\xdf\x29\x91\x05\x68\xe6\x09\xca\x09\xbb\x6b\xfc\x11\xbf\x19\x31\xb6\x62\x4c\x3b\xbb\x0b\xed\x56\xf2\x65\xab\x00\x9c\xc5\xcb\x1e\xab\x3b\x56\xd5\x2e\x5a\x18\x97\x72\xec\xb3\xf6\x83\x51\x0e\x67\x84\x6e\x00\xe6\xb3\x44\x43\x78\x1b\xa6\x80\xd6\x9a\x68\x8c\x03\xfa\x47\xf7\x5f\xfb\xcd\x57\x1c\x89\x27\xd6\x87\xf9\x6d\x8c\xe4\xe0\x59\x6b\xff\xcf\x3f\xd4\x39\xde\xc1\x51\x53\xf9\x69\xbf\xc9\xea\x14\xcd\x69\x3f\x55\x2b\x0f\x5e\x1c\x02\x85\xe1\xae\x7f\xda\x9f\xc8\x14\x4a\x6e\x59\x2f\x08\xec\x47\x74\xc4\x8c\x5e\x65\xa9\x4c\x99\x05\x97\x25\x0a\x26\x79\x97\xc4\x14\xe4\x76\xb6\x40\xf4\xeb\x6c\x3c\x0e\x6e\x5c\x22\x51\x0c\xf7\x31\x8d\x8e\xcd\xb5\x46\xbf\xfc\x99\x82\x7d\xf9\x33\x28\xf2\xfc\x2d\xb1\x3a\x66\x35\x36\x4a\x8b\xa2\x4b\x0b\x0a\x7b\x55\x7b\x68\x98\xe4\x70\x0c\xd8\xcc\x4c\xe7\xed\x36\x7f\xc6\xbb\x5f\xf2\x59\x6e\x7f\xe9\xcf\x7a\x07\x3c\x9a\x64\x3b\x81\xd5\x37\xe8\xd4\x9c\xc1\xb2\x5b\xb5\x2d\x56\xda\x33\x25\xa7\x00\x1c\xc8\x16\xab\x34\x5e\x67\x98\x79\xa2\x3e\x26\xea\x9b\x40\x52\xbf\x6a\xe7\x8b\x70\x0e\xbe\xa5\x7f\xe4\x57\xa2\x1e\x7f\x0e\xd6\x57\xe8\xce\x53\xbd\xe6\x82\x5a\xed\xd4\xb2\x4a\x82\xd8\x41\x23\x87\x32\x23\x80\xa2\xc8\x80\x7e\xf3\x96\xff\x60\xd2\x9f\x9a\x57\xa1\x50\x1c\x30\x44\xc8\x96\x48\x21\x2e\x28\xda\x03\xf9\x7a\x49\x99\x74\xb3\x1c\xed\x2a\xd7\xb4\x38\xfa\x09\xba\xab\xd9\xd5\xd3\x20\x9b\x70\xfc\x13\x88\xb2\xc1\xe6\x7d\xff\xf2\x7a\xb0\x04\x2c\xa8\xc9\x5a\x10\x6e\x16\x01\x07\x49\xac\x8a\x64\x57\xa0\x45\x47\x8e\x94\x09\x81\x21\x45\xaa\x75\x30\x0d\x00\xad\x9d\x4d\x7f\x6a\x2c\x98\x7c\x0c\x1b\x1e\xc9\x89\x61\x25\x0b\x2e\x5c\x0e\xae\x2e\xe2\x4a\x9e\x41\x27\x9e\xd8\x66\x83\xe7\xeb\xca\x36\x3b\x98\xff\x0b\x7e\x04\xea\xd0\x01\x5a\x04\x1f\x71\xb3\x78\xd1\x3d\xc5\x46\x54\x40\x42\x61\x48\xe2\x57\xdc\x81\x1c\x21\x85\x2c\x69\x8a\x38\x51\xec\xc2\x35\xb4\x32\xeb\x5b\x0b\xec\x2c\x25\x4f\x13\x08\x97\x20\x4b\x02\x9b\xb7\x8e\x17\xa3\x86\x59\x6d\xcd\x35\x69\xd5\x3f\x68\xd0\x8d\x92\xbb\x23\x6c\xba\x65\x1b\x4d\x4b\xf5\x1a\xac\x1a\xa9\x57\xa6\x6f\x24\x23\x37\xf6\xf8\xaa\x14\x5f\xdb\x93\x7b\x52\x66\x49\x82\xcc\x21\x55\x50\x6e\xdc\x28\xc9\x41\x5a\x63\xf5\x97\xea\xf6\xb1\xcf\x78\x65\x15\xb5\x51\xed\xd1\xde\x92\x0b\x82\x12\x55\xc7\x25\x7d\x4c\x45\xd4\xbe\x30\xef\x26\xa4\x83\x84\xfc\x87\xed\x0c\x2a\x52\xdf\xb8\xe1\xf0\xd1\x6f\x7f\xff\x1d\x85\x16\xa0\x77\x9e\xac\x38\x1c\xe7\xec\x2f\xac\xf3\xdd\x24\x76\x96\x73\xe3\x30\xc3\x61\xc7\xf3\x58\xf4\x28\x3b\xe8\x46\xc2\x7b\x43\x6b\x2c\xfc\xfb\xdb\x97\xd0\x80\x45\x8d\x84\x8e\x13\x2d\xce\xa9\x46\xc2\x30\xc8\x02\x88\xe1\x14\x03\x89\x24\x87\x9c\x59\x5c\x99\x3b\x46\x51\xfa\xe1\x33\x7d\x41\x8a\x55\x3b\xbc\x48\x60\x38\xc8\x39\x06\x15\x49\xa0\x6a\x5d\xdc\x5b\xea\x7e\xa5\xe1\xd8\x92\x93\x43\xf4\xb0\x3b\xb7\x04\x88\x0f\x6e\xdd\x57\x24\x11\x36\x40\x1a\xa1\xa4\x5b\x11\x9e\x5d\x1a\x90\xd8\x5e\x39\x0a\xa4\x6b\xf2\x5e\xd7\x6c\x95\xe5\x89\xca\x08\x9c\x8a\xf2\x29\x59\x1b\x16\xb1\xc2\xcf\x61\x58\x0b\x15\x1b\xf6\x61\x0d\xc1\xae\x7a\x54\xe6\xa7\x26\x40\x35\xb1\xfe\xc7\xd4\x8d\x0f\xbf\xa0\xcb\x5c\x5f\xd4\xaa\x25\xf8\x93\xab\x62\x0d\xc4\xbf\xd9\x10\x28\x13\x67\xd8\x3b\x6f\xba\x4a\xf8\x13\xbb\x57\x00\xc2\x23\xbb\x2e\x01\x88\x0f\x86\xbe\x68\x7f\x0c\x5e\x35\xa5\x49\x66\x50\xbd\x63\x95\x60\x91\x78\x02\x53\xfb\x3f\xd7\x9d\xc2\xa9\xdc\x60\xdd\xc1\xf0\xa5\xb7\x8f\xba\x8d\x65\x36\x46\x08\x87\xab\x0d\x39\x9e\xb8\xd4\x68\x64\x22\xd4\x45\x68\xa7\xba\x20\x0b\x9a\xf8\x30\x68\x33\x70\x50\x0f\x6f\x73\x9c\x34\xfa\xcb\x88\xa6\x4a\xf8\x03\x1b\x24\xb9\x72\xa5\x8e\xf1\x26\xe8\x24\x13\xe2\x6b\x54\x92\x20\x18\x36\x01\x70\xa0\xba\xae\x47\x3d\xc1\xa0\xe8\x6a\x5a\x96\xee\x66\xe1\x77\xdc\x51\x14\x38\x21\x31\x60\x64\x06\x10\xed\x6d\x7d\x5a\x82\xe8\x88\x1f\xb3\x1d\x18\xc3\xb5\x38\x2c\x2b\x23\x14\x5e\x68\x7b\xad\x6a\xdb\x59\xde\x87\xc1\xfa\x9b\xcc\x80\x53\xc2\x90\x24\x71\xec\xe1\x7d\xbb\x5a\x7e\x30\x8b\x71\x5c\x6f\x0f\xb9\x06\x1e\xb4\xf5\x85\xf6\xd3\x7b\xd2\x10\xfa\xd3\xa8\x40\xfc\x69\x00\x0f\x34\x97\x20\xe4\x4b\xe4\x2a\x2c\x8b\x3c\x74\x73\x36\x76\x63\xb6\x94\xef\xb7\x4b\xaa\x2a\x6c\xf7\x92\xed\xd5\x60\x4d\x80\xca\x8f\x4f\x81\xf0\xdd\x5e\xbd\x9c\x41\x8c\x3b\x35\x80\x99\x99\x05\x3d\x33\xd8\x7c\xed\xcf\x3c\x03\x0c\xd1\x3d\x47\x4f\xee\x78\x83\x6a\xdb\x3a\x68\x66\xc8\xc3\x51\xcd\x9f\xc9\xfa\x97\x96\x81\x03\x0a\xa3\xa5\xaf\xb0\xc6\x74\x2b\x9a\xbf\x49\x2b\x54\x42\x11\xbd\x58\x89\x4d\x51\xc9\xaa\x48\x41\xf2\x74\x42\x58\x0c\x96\x13\xa2\x06\xd6\xa7\x07\xf8\x78\x85\xb1\xcd\x23\xd5\xe5\x12\xc5\x1b\xcc\x2e\xb5\x5f\xac\x46\x66\xa1\x20\x06\x50\xc7\x46\x2b\xe2\xc4\xa1\xfe\x86\xb4\x1d\x43\x6b\x0e\x96\x90\xab\xa9\xaf\xc3\x70\x12\xd1\x83\xe0\x9f\x5d\xc0\xb3\xa1\x3e\x17\x29\x80\x90\x9b\xbe\x0e\xe4\x6c\x59\x97\x70\x6c\x35\x68\x36\x9d\xe6\x45\x24\x56\xd1\xa1\xc1\xb6\xb6\x95\xa7\x23\x2c\x55\xf1\xcc\xe1\x2d\x78\xb9\xd1\x1c\x7e\xef\x8b\x2e\x9c\x51\x50\x46\x09\x0a\xca\x30\x74\x47\x64\x9f\x04\x4c\x01\x16\xaf\x9a\x53\x4d\x90\x4e\x44\xcc\x77\x07\x0f\x79\x02\x5a\xef\x0a\x63\x53\x44\x3b\x0c\x21\x74\xa7\xa9\xa0\xdc\xaf\x01\x1d\xed\x3a\xb5\x8e\x5b\x01\x6d\xd2\x18\xc2\xfc\xa4\x3f\xb7\x2c\xf7\xe8\xd2\xfb\x70\x3d\x8c\x5a\xd5\x35\xb0\x79\x8a\x44\xee\x55\x03\x38\x2c\x26\x0d\x80\xe1\x4c\x8d\x03\x1d\xe3\xc0\x80\xe4\xb0\x35\x98\x38\xc1\x7a\x00\xa3\x81\x4b\x37\xb8\xb4\x91\x06\xc6\x34\xad\xd7\xd2\xca\xf2\x71\x69\x62\x35\xb8\x34\x57\x29\xe5\x0b\xb6\x04\xee\xcb\xb9\x27\x99\x05\xd3\x25\x44\x7a\x39\xa2\x35\xc2\x6c\x2d\xdf\x9f\x45\x73\x7a\x63\x92\x30\x7b\x15\xbd\xe9\xaa\x01\xc4\xa4\x01\xa0\x11\xa9\x00\x84\x6e\xc9\x76\xa3\xb6\xdb\x4f\x1e\xc2\x5a\xa6\x01\x80\x98\x85\x5c\x91\xfc\x51\xe7\x57\x18\x2e\x3a\x1e\x81\x4e\xd9\x6e\xa9\xad\x6a\xb8\xb4\x96\x13\x0b\x2d\x95\x62\x6b\x8d\x46\x93\xb4\xb6\x01\x6c\xd0\x01\xb0\xd4\x41\xab\x9a\xb1\x3a\x2c\xec\x91\x98\x97\xda\x26\x96\xf7\xe1\xb5\x11\x21\xcd\xac\xf4\x45\x97\x3f\x02\xea\x49\x2e\x0b\x50\x3a\x46\xdc\xba\x8c\xb8\xfd\x72\x8d\xcd\x17\x69\x55\x78\xc9\x8b\xb9\xfe\x11\xaa\xd1\xbe\xf6\x14\x6d\x54\x8a\xb9\xa5\xd5\x18\xb6\xcb\x28\x84\xe3\x95\x2d\xea\x63\x66\x16\x53\x69\xa4\x75\xe0\x61\x0c\x70\x70\xe9\x8a\xbf\x3b\x93\x52\xd2\x87\x49\x3d\x3c\x00\x58\x6a\xa0\xac\x4e\x5d\xa6\x81\xe1\x8e\x15\xb0\xeb\x0f\x7b\x83\x55\x6d\x50\xe3\x6a\xec\x81\xcd\x8a\x81\x98\x88\x64\x6a\xd7\xc0\x89\x0c\x58\x8c\x4a\xee\x09\x3b\xec\x7a\x35\x24\xbe\x68\xcc\x27\xed\x62\xb1\xf3\x70\xae\xf3\x68\xbe\x67\xbb\x26\xf0\xf6\xe5\x28\x30\x1e\x20\xc2\x36\x62\xda\xf0\x82\x7c\xff\xcb\x93\xa0\x76\x1f\xff\xfe\x93\x93\x1e\xa9\xdb\x9d\xe6\xb8\x75\xfc\xfb\x8f\x4f\x7a\xd1\x09\xeb\xea\xb9\x81\xfc\x29\x9b\xda\xa0\xaa\x16\x06\x55\xa7\xc0\x57\xaa\xf6\x69\xc7\xad\x7b\x68\x53\x07\x61\x07\x13\xbd\x68\xba\xf0\x23\x3a\xd3\x26\xa3\x5f\xf9\x7c\xf3\x8d\x5f\x45\x35\x23\x67\xbb\xa8\x6c\x52\xf1\x83\x5d\xae\x0f\xe7\x64\xe2\x1e\x1e\xfe\x60\xf5\x56\x74\xe6\x52\x88\x2a\x50\x2d\xfb\x03\x8e\x17\x66\xef\x14\x71\xee\x30\x6c\x95\xc7\xe2\x17\xfc\xeb\x33\x9a\x15\x63\x82\x5a\xf9\x41\xf7\xe3\x86\x9e\x95\xed\x45\xa4\x96\x4b\x13\xa6\x6c\x15\xa5\x44\xf4\x23\x1b\x1d\x29\x97\xc8\x70\x22\x10\xb0\x8f\xa3\x63\xae\xda\x84\x10\x81\x21\xf7\x39\xa3\x25\x06\x10\x6b\xcc\x00\x4c\x34\x29\x24\x56\xed\x91\x58\x21\xa3\xf8\xe7\x21\x88\xc7\xfe\x43\x74\x48\x3f\xbf\x15\x63\xd0\x3f\x98\x6b\xe6\xa0\x20\x3c\x40\xad\xa1\xf6\x6f\x48\x4b\xef\xd9\x32\x9a\x0a\xf6\xe7\xc8\x49\x7e\x01\x75\x44\xa2\x5e\xba\x8b\x8a\x4b\x59\x81\x58\x1a\x44\xb1\x49\x77\xad\xee\x82\x81\x44\xf5\x85\xf1\x43\x6f\x55\x36\x53\xaa\x60\x52\xf5\x59\xdd\xf0\x19\x20\x1d\x0c\x59\xef\xd8\x74\xe7\x99\xba\xdb\x6b\x02\x39\xe5\x9c\x0a\x40\x67\x6b\xd3\xcc\x45\x8e\x43\x43\x73\xc2\xf6\x74\xe7\xe1\x53\xd0\x2a\x60\xf0\xe6\x0d\x94\xe8\xcd\xaa\x29\xd6\x74\xdb\x40\x3a\x2e\xdd\x8f\xba\x34\x39\xb0\x41\xaf\x3e\x22\x42\x75\x6e\x17\x1d\x60\x0d\xaf\xd7\x3b\xfb\x4f\xf4\x64\x23\x59\x67\xd4\x20\xf3\xa7\x41\x17\xa0\x3b\x88\xea\x13\x73\x45\x49\x60\x61\xb0\xf0\x68\x39\xa0\xce\x55\x2c\xbe\xbb\x32\xd3\x99\x78\x16\x2f\x47\xeb\x33\x33\xe8\x28\x3b\xe5\xf2\x70\xcf\x7b\x11\x3e\x8f\xca\x4e\x84\xf5\x30\x78\xca\x7c\xb8\x20\x12\x26\x16\x2d\x92\xcb\x10\x12\x2e\x92\x32\x86\x98\xb3\xe2\x28\x90\x98\x5f\x53\xf0\x92\x88\x75\xe0\xa1\xa3\x14\x18\xba\x34\x2f\x26\x83\x1e\xd0\x12\x9e\xde\x8d\x76\x4f\x88\xce\x14\xfa\x33\xff\x2f\x93\x08\x56\xf2\xd5\x9a\x53\x70\x2a\x79\x21\x84\xdf\x18\xbf\x33\xac\x4f\x99\x52\xba\xa9\x59\x71\x21\x1c\x3a\x68\xc3\x96\x40\x18\x0f\x6f\xef\x04\x4f\xae\x49\xba\x99\xad\x8b\xfe\xd4\x7c\x3a\xa0\xe0\x81\xa0\xfd\xb1\x87\x28\x7d\x91\xbe\xd7\x9d\xbf\xaa\xed\x8d\x5c\x1f\xb6\x25\xde\xff\x7d\xf9\x5a\xdc\x4e\xc6\x18\x28\x54\x25\xd2\x3a\xe6\xa9\xa1\x7c\x62\xbb\xf3\xa2\x8a\xc6\x7a\xe7\x7f\x7b\x0f\x33\xa2\xaa\x46\x54\x54\x85\x0d\x17\xed\x71\xf5\x12\xea\x63\x40\xcf\x27\x0e\xf1\xce\xf8\xcb\x59\x38\x71\x1a\x00\xf4\x7d\x10\x37\x6a\x6e\xd8\x1b\x0f\xe8\xca\x94\xcc\x97\x23\x59\xd5\x7d\x26\xd4\xcf\xc9\xea\x89\x57\x67\xcf\xaf\x74\x97\x1a\x92\xf8\x88\x80\xc3\x39\x62\xf0\xaf\x99\x1b\x0a\x48\x9c\xe1\xdf\x37\x83\x64\x29\x9d\x4b\x88\xa6\x9f\xf6\x17\x0d\xde\x0d\x04\xef\x23\x6a\xf0\x23\x64\xe0\x45\x21\x7e\xbf\xa0\x1f\x78\xf2\x7f\x50\x28\x8b\x08\xf1\xc9\x95\xa7\x83\xad\x6d\xad\x78\xd3\x7f\x9b\xa5\x00\x60\xa7\x51\x45\x15\xef\x66\x7f\x8a\xc6\x02\x45\x67\xe9\x6f\x4b\xda\xc4\x4b\x87\x52\xf8\x89\x2e\x94\x3e\x86\xed\xea\xa0\xe2\xe2\x62\x77\x21\xd1\xe1\x5f\x41\x88\xf8\x99\xdd\xbd\x47\x6f\xa0\x09\x20\xbb\xc6\xec\x6e\x6c\xb9\x65\xc2\x2a\xac\xda\x84\x61\x7d\x3c\xa2\x8c\x87\xc5\x94\xb0\x24\x1b\xee\xad\xc9\x39\x29\x14\xfe\x0b\x1b\x83\xe6\x45\x46\x78\x93\xfb\x1a\x38\x46\xa7\x32\x05\xf7\xf0\x47\x23\x32\xcb\xc0\x0b\xca\x35\x5c\x6e\xec\x10\x29\x42\xde\x65\xb4\x27\xd6\x39\xf6\x4b\xd2\x77\xb4\xe0\x70\x2d\xcc\xef\x04\x1b\x9e\x1c\xb2\xb1\x6a\x3a\x2b\x13\x4a\xda\xf3\xfb\x11\x8f\xc8\xe2\x79\xa6\x4d\xec\x60\xc4\x08\x58\x26\x6a\x8d\x29\xf4\x8b\xdf\x79\xe1\xdf\xbd\x1d\x0e\xd8\xf1\xe0\xe0\xdb\x85\x53\x18\xd5\x1c\xeb\x83\x93\xe3\xf0\x96\xef\xac\xdc\x6a\x6f\x8c\x72\xc4\x53\xcc\xee\xe4\x37\x5f\x53\xb4\xa4\x4a\xc7\x20\x9b\x34\x5f\xce\x91\xd7\x82\xa6\xcd\x5b\x84\x53\x0d\x05\x93\x13\x32\x75\x62\x7b\x9c\x68\x81\xfb\x8d\x54\x27\xe3\x78\xac\x05\x9e\x2d\x9f\x2b\x1e\x12\xf9\x4f\x31\x80\xdd\x6c\x07\x3a\x62\x23\x5b\x82\x1a\x25\x9a\x0d\xdd\x2e\xc1\xc4\xa4\x6e\x00\xb3\xc9\x3c\xb8\x1b\x3c\xdd\xe5\x4e\x62\xeb\x1b\x3d\xec\x29\x27\x90\x76\x53\xbd\x2c\x87\x84\xa0\xc9\x16\xe8\x65\x7f\x90\x19\x18\xf4\x81\x33\xd7\x48\xb0\x10\x5b\xe3\x81\x1e\xf1\x30\x68\x05\xc9\xd2\xbc\x11\xa5\x1b\xcd\x5f\x1c\x2f\xfe\xb4\x3f\x21\xee\x58\xb2\xf6\x72\x04\xbf\xb9\x6f\xf5\xe6\xfc\x21\x63\x18\xd8\x88\x6d\x48\xe0\x99\xd6\x55\x8d\x62\x53\x39\x0f\xa5\x77\x03\x20\xaa\x9d\x6b\x09\x3e\x0e\x51\x64\x92\xe0\x25\x8b\xd1\x54\x5b\x87\x15\x25\xb5\x89\xcd\xb5\xcd\x8d\x60\x73\x55\x0c\x58\xb1\xb1\x88\x0a\x91\x68\x3f\x9b\xd2\xb0\x7d\x06\xf8\x6b\xff\x90\x9d\xa7\xb4\x02\x44\x20\xf5\x1c\x01\xcf\x98\xa9\xf1\x3e\xfa\x20\xe4\xfa\xc4\xc1\x9d\x50\x18\x31\x9b\x37\x09\x6c\x2a\x8e\xb4\xec\x14\xab\xc9\x94\x90\x6d\xcf\xe6\x67\x3d\x5b\x63\x9e\xe8\x44\xa3\x3c\x49\xec\x44\x33\x26\x67\x63\x0c\x32\x19\xa8\xcc\xef\x3a\x1b\x86\x34\x86\xb2\xe9\x30\xc8\xd3\x66\x9b\xda\x53\xa4\xee\xcd\x4d\xb1\x27\x19\xbd\x28\x1f\x8c\xc0\x7f\x1f\x0e\x0f\x7f\x58\x2c\x92\x4b\xc9\x3f\x58\x55\xd9\x8b\xe2\x53\xd7\x42\x8a\x9e\x3c\x3b\xa2\xc4\x96\xa3\x1d\x01\x46\x45\x43\x7c\x4b\xc5\x18\x96\x1b\x6b\x23\x31\xbc\xb0\x1e\x17\xef\xc0\x54\x83\x05\x36\x42\x22\xe2\x90\xc2\x92\x91\xbe\xb5\xbb\x8b\xd7\x53\xf4\x9a\xcd\xe2\x99\x0c\x2d\x33\xe8\x2b\x5c\x92\x4b\x6c\xe6\x0c\x22\x42\xb0\x51\x10\x11\x16\x8f\x1a\x63\xea\xd4\x29\xba\x95\x9c\xcc\xc4\x74\xf8\x00\x63\x58\xce\x5c\x33\x86\x89\x78\x78\x6d\x5a\x4f\xbd\xc2\x6c\x15\xec\x3b\xe5\xce\xd4\x48\x5b\x14\x3a\xd3\x3a\x49\x4c\x29\x1e\x45\x97\x39\xe3\x9c\x72\xb2\xff\x01\xff\xa3\xbf\xfa\xce\xd8\xa5\x02\x26\xba\x30\xef\x28\x5b\x58\x8c\xc0\x26\x04\x8f\x1f\x4b\xd0\xe1\xc9\x57\x2b\x30\xc8\x11\x28\x19\xa5\xda\xe0\x2c\x92\x66\x28\x52\xb8\xd8\x54\xc4\x3c\x40\x22\x44\x29\x29\x95\x44\x75\x8c\xdd\x47\x3d\x0f\x68\xb0\x44\xbd\x8f\x81\x18\x45\xce\x60\xec\x5d\x76\xe9\x80\x53\xf5\xf0\x6e\xf6\xa0\x3a\xab\xed\xc7\x8f\x59\x16\x95\xc4\x9a\x04\x6c\x26\x81\xa5\x0f\x22\x49\xf2\x77\x92\x23\xcd\x52\x8e\x75\xd7\x4d\xaa\x6b\x02\x21\x80\x72\x9d\x8b\x56\xab\xec\xf2\xe8\xc0\x02\x46\xbc\x79\x0f\x85\x1e\xda\x29\xa8\x1b\x50\x8e\x5b\xf3\xa4\xeb\x39\x50\xd6\x18\xea\x88\x95\x33\xb3\x0b\x0a\x62\x94\xf6\x9d\xf2\x80\x4b\x49\x10\x88\x98\x5a\xdc\x34\xe0\x06\x43\xa8\x8c\x2a\xb4\x77\xb1\xb9\x5c\x7f\xbd\x06\xeb\x2f\xfb\x3c\x3a\x27\x55\x96\x36\x29\x8e\x60\x32\x80\xe4\x72\xc3\x37\xf0\x29\x09\x83\x97\xd8\x0b\x76\xee\xe3\xec\x77\x43\x8e\x67\x9d\x71\x4a\x25\x8b\x8b\xad\xda\x10\xa6\x9d\x1c\xb4\x45\x9a\x43\x35\x56\x84\xb9\x3e\x4b\x52\x54\xf6\xdb\x56\xc1\xae\xd6\xf2\x4e\xb9\x2f\x5c\xa2\x5c\xbe\x84\x21\x0f\x23\x8a\x53\xc6\xa2\x67\x69\xfb\x59\x3c\x64\x93\x7b\x6a\x7c\x62\x1b\xca\xb4\x99\xc0\x25\xdb\xe8\x8a\x59\xbe\x7e\x29\xd1\x5e\x84\xd0\x4c\x98\x31\x56\x02\x42\xf8\xc2\x87\xfa\xda\xc7\xa9\xed\xbc\x6c\x24\xc7\xa3\x2e\x35\x72\xcd\xb8\x3a\xb2\x91\xb6\x3e\x85\x29\x28\xb0\x21\xd7\x3d\xa5\x43\xb7\xff\xc3\xee\xb7\xba\x13\xf7\xfc\xcd\xd9\x10\x60\xd0\xa9\x45\x60\x30\xbf\x72\x1c\x06\x54\x28\xa7\x60\xa4\xbd\x4d\x1d\x10\x5f\x1c\xa2\x34\x4b\x72\x71\x48\x17\xc9\xb5\x12\xdd\x00\xa3\x21\x7d\xd6\x72\x7d\x02\xdd\x91\x3f\xeb\x72\x8f\x8e\x28\x88\x5f\xee\xd1\x2d\xe7\x8b\xa7\x91\x42\x17\xc3\x71\x74\x1f\xdd\x68\xbf\x58\x8c\x8f\x00\x17\x4f\xc8\x23\x65\x36\xe3\x0d\x80\xc4\x82\x22\x23\xe4\x4e\x92\x41\x65\x8c\x89\x82\x78\x62\xff\x88\x11\x16\xf9\x52\x8e\x48\x9b\x44\x01\x53\x02\x63\x0b\xbf\x84\xc0\x11\x40\x4a\xc1\x28\x60\xbc\xe1\xd8\xe3\xd7\x1b\x5a\xe4\xd2\xb9\x57\x98\xcf\xe4\xce\x28\x06\x1d\xa3\x2b\xbc\xd1\xda\x99\xa4\x34\x35\x1b\xfe\xd6\x2a\x23\x8b\x25\x33\x0c\x3b\x68\x6e\xab\x1b\xf2\xba\x5d\xd6\xfc\xcd\xf9\x02\x9f\x01\x7c\x20\x0d\xd9\x9f\xeb\x8e\xcf\x00\x86\x4c\x8f\x2a\xa7\xa6\xea\x31\x65\x6a\x2c\x57\xab\xe6\x31\x33\x70\x64\xee\x5a\xdc\x49\x6f\x45\xaa\xd0\xbc\x44\xba\x90\xa4\xcf\x89\x4a\x72\xcd\xdf\x62\x71\xe3\xa8\x26\x74\xa4\xae\x79\x7b\x47\xa8\xc3\x5f\xf1\xf6\xd8\xdf\xac\xbf\xe2\x3e\x83\x7f\x9c\x72\xd1\xfe\xf1\x6f\x5a\x0d\x6d\x5e\xf0\x9b\xf7\x91\xc9\x9f\xdd\xd5\x57\xd0\xfe\xde\x18\xd5\x91\x32\x28\x27\xf3\xc0\x5e\xac\xa2\x6d\x10\x26\x37\x7d\x07\x2f\x56\x73\x5a\x03\x3d\x26\x12\xca\x23\xb8\x35\x15\xba\xbd\xfb\xb0\x3f\xfd\x99\xeb\xed\x7b\x87\xfe\x74\xa3\xf3\x6c\xb5\x3d\xbd\x17\xd6\x2d\xe2\x39\xa8\xe6\xfe\x42\xfe\xbc\xe9\xa7\xdd\xc5\x0d\x39\x00\xd3\x8d\x10\x88\x12\x5b\xd3\x95\x75\x54\xf4\x3c\x0e\x0d\xe2\x9c\xda\xda\xb5\x6f\x06\x1b\x69\xea\xc5\x14\x2e\x0c\xc9\x30\xe8\x0a\x6a\xbb\xb5\xec\x17\xfc\xaf\xf5\x9d\x6b\x7d\x6b\x0f\xd6\x4b\xf9\xaa\xf5\xad\x4e\xf4\x9d\x00\xe7\x39\xfe\x77\xb7\x6e\x15\x30\x82\x47\xea\x62\x94\x83\xc5\xf1\x24\x98\xc0\x33\x6f\x55\xa5\xa5\x30\x65\x78\x9f\x45\x74\x9c\xd5\x23\xa4\xcf\x55\x1b\x95\x6d\xbb\xd8\x97\xec\x83\x49\xbf\x07\xb4\xff\x43\xae\x05\x42\x3a\xd3\x3f\xe6\x03\x91\x6e\xc3\x2e\xd4\x08\x9c\x72\x8f\x31\x58\xf9\x72\xd1\x18\x41\xbd\x5c\x04\x9c\xa7\xf4\xaf\x52\x64\x7e\xc1\xff\x5a\x8c\x22\x0c\xf3\x49\xc2\x72\x44\x75\x31\x1b\xe2\xcc\x82\x15\xb2\xf0\x5e\x87\x1a\x27\xc6\x53\xba\x7a\x38\xe8\x9a\xb2\x44\x5e\xc2\x0b\x9a\x23\x7d\x91\xad\x5d\xf6\x06\x50\x59\xa4\x6b\xd4\xb2\xac\x1c\x40\xf9\xf8\x62\x12\x2e\xb6\xf1\xf1\x7a\x04\xd3\x5a\xaa\xde\x19\x7f\x8e\xa1\xcc\x1c\x96\x13\x4d\x30\x18\x86\x9c\x37\xe7\xc3\x8b\xe0\xc9\xf6\xcd\x95\x08\x6d\xcb\xd1\x6e\xda\x2f\xd7\x24\x44\x5b\xf2\xd6\x4d\x31\x0c\x10\xa4\xd6\xce\x32\x86\x1c\xc5\xe2\xd8\x7b\x77\xf3\xcb\xa3\xbb\xc1\xd9\xdc\x78\x12\xa6\x65\x50\x09\xd5\x74\xb6\x20\xb3\x27\x75\x93\x14\xc3\xe3\xd2\x7b\x45\xe2\x21\x36\x6a\x0c\xd3\xa6\xeb\x86\x7c\x01\x82\x65\x5f\xb4\x98\x73\xa2\x1c\xa3\xf1\x7f\x4b\xf0\x0f\xb2\x1d\xff\xba\x8a\x62\x07\x11\xf4\x2f\xf3\xb5\x7c\x2a\x10\xaf\xd6\x1f\x81\x35\x51\xae\x6c\x9b\xaa\x60\x39\xa5\xd9\x46\xb1\xa6\x6a\x63\xc2\xbb\xb2\x6b\x0d\xba\x50\xd9\xea\x07\x42\x97\x2a\xd2\xa4\xb6\x9e\x38\x35\xa6\xcc\x84\x3b\x5f\x6e\x2a\x92\xfc\x44\xdd\x02\x02\x28\xbb\x60\xb2\x35\x53\xa6\x37\x76\x76\x38\xd8\x21\x90\x2d\x79\x93\xd3\x34\x8a\xbd\x76\x74\xc4\xb4\x8e\xd1\x6c\x1c\x84\x14\x2b\x37\x95\x14\x45\xcb\xe8\x6a\x02\x05\xaa\x77\x1b\x17\x60\x0b\x48\x9a\xf4\x9d\x89\xa0\x71\x0b\xf3\x57\x1f\x4e\x75\x56\xa6\x22\x0b\x9b\x82\x07\x14\x96\xa9\xa5\x58\xec\x3b\x2c\xad\x71\x53\x6c\xf5\x91\x7f\xf3\x76\xb0\x77\x78\x54\x6b\xbf\x34\x5b\xc3\xdd\x4d\xe1\x3a\x5a\xaf\x52\x04\x76\x8a\x83\x4d\xf9\xf5\x0a\x32\x9f\x01\x3b\xb1\x98\x87\xe0\x5f\xec\x65\x41\xb6\xa2\x44\xb8\x94\x8b\x1e\xbd\xc6\x40\x21\x78\xe1\x51\x34\x43\xc8\xf9\x0a\xba\x24\x1c\x9d\x18\x47\xc2\x6f\x60\x13\x25\x52\x95\x17\xd7\x34\xe4\xd1\x15\x94\x71\x40\x2e\x26\x3f\x6c\xce\xb6\xa7\xd7\xdb\x8f\x26\x35\x3f\x79\xe7\x50\x7e\x99\x3a\x14\x8e\x1a\xe7\x71\xa0\x04\x37\x3b\x85\x97\x19\x8d\x6b\x5b\xb1\x41\xbc\xb3\x9b\x4f\x4c\xaa\xc0\x37\x33\xf8\x58\x47\x83\xca\xe9\xfe\xe4\x58\x93\x72\xba\x4a\x94\xb6\x68\x49\x06\x7a\xd8\xa0\x28\x46\x76\xe3\xa2\x42\x72\x10\xe6\x11\x50\xf9\x1d\xa2\x3a\x6d\x2f\xb1\x37\x56\x2d\xfd\x26\x75\x92\x1c\x89\x9f\x10\x80\xf4\x8d\x06\x0d\x34\x9c\x3f\x45\xe2\x16\x73\x07\xc9\xb5\x67\xf0\x88\x94\xe6\x14\x63\x8a\x31\x11\x95\xa0\x23\x31\x8e\xe8\xdd\x8f\xe8\x9d\x8f\x58\x1f\x78\x25\x2e\xe2\xf6\x54\x97\xe3\x48\x16\x49\xea\x26\x71\xf8\xd8\xfd\x5c\xf3\x06\xae\xae\x1d\x19\x9b\xba\x1b\x6f\xf6\xc9\xca\x63\x9a\x9e\xe4\x56\x43\xaf\x9c\xe9\x90\xb5\xbe\x94\xaf\xef\xa8\xc4\xd4\x88\x48\x28\x0a\x8f\x4c\x47\x81\x28\x97\x5c\x14\xd4\x98\xf4\x45\xb4\x32\x8b\x6f\x23\x21\x97\x8f\x8b\x24\xf9\x01\x90\x98\x2d\xd5\x72\x9f\xf5\xa5\x4b\xb4\xff\x4c\xbe\x5c\x43\x70\x95\x90\xe0\xdf\xc3\x21\x55\xed\x61\xf7\xb4\x9d\x8e\x2f\x33\x37\x90\xc6\x94\xbe\x2c\x8a\xe9\x26\x80\x8e\x11\x19\x89\xa0\x8f\x83\x04\x39\x03\x6d\x24\xb8\x8a\xa2\x06\x99\x6d\x63\x70\x55\xa8\x91\x62\x1e\xa9\x30\x72\x1c\xdd\x16\xfd\x31\xf4\xff\xd1\x78\xf7\x85\x99\x56\xcd\x12\x70\x9c\x18\x70\x2b\x58\x75\xf8\x1b\x64\xa1\xbc\x65\xd6\xec\x8b\xa8\x14\x55\x0c\x45\xc5\xee\x38\x89\x66\x4a\xf6\x23\xb4\xfa\x70\xb6\x18\x95\xd4\xc6\xbf\x79\x87\x13\xc9\x62\x00\x32\xed\x1d\x3c\xe1\xa9\x1b\x07\x77\xde\x19\xbb\x1f\x15\x5f\xb9\xbf\x9d\xaa\x1b\x93\x62\x2c\x96\x26\x5d\xcc\x5a\x20\xa6\x10\xa2\x04\xf2\x78\x4b\x93\xae\xf9\x81\x02\x86\xb7\x1d\xaf\x2d\xe3\x25\xe1\xad\xc5\xd6\xee\x24\x06\x7d\x02\x89\xdb\x9e\xe6\x2f\xa4\xb5\xf0\xed\x6e\xeb\x9b\x3f\x9e\xf8\xce\xd2\xc9\x3e\x38\x0a\xf4\xe8\xc7\x51\xfe\x83\x87\x8b\xe6\x18\xfd\x3e\x8a\xe4\x38\xa7\x57\x80\xb4\x5d\xce\xe0\xdb\x5c\x25\x71\xc7\x36\x6d\xaa\x71\xd8\xf8\x65\x5b\x63\xfe\xd1\x3b\x73\x9c\x3c\xc9\xbc\x85\x8f\x77\x42\xc8\x07\xc2\x11\xa7\x29\xa6\xc2\xde\xbd\xaa\x1d\x6d\x74\xd7\x8b\xba\x4a\xdd\x3e\xca\x2e\x0d\x0d\x38\x20\x53\x8f\x64\x83\x9d\xc7\x9d\x87\x6b\xdc\xff\x3b\x60\x95\x63\x87\xae\x45\xee\x48\x1d\x89\xa8\x5e\x5f\x09\xae\x3e\x46\x4d\xf3\x9b\xba\x37\x64\xf1\x5a\xbe\xab\x39\x4d\xbd\x8c\x21\x88\xca\xa5\xc2\x32\x30\x7b\x5a\xf3\x3a\xf3\xa4\x4e\x63\xd6\x7f\x7b\x8e\xb3\x92\x82\x48\xd0\x7e\x70\x45\xbb\xb4\xc4\x85\xb4\x7e\x43\x72\x4b\x24\x3a\x56\x1e\x20\x71\x67\xb1\x37\x32\x05\xca\xab\xb8\x78\x5d\xa8\xbb\xfc\x36\x18\x9f\xe8\x05\xc6\x86\x71\x4f\x39\x15\x12\xe5\x15\xce\xa2\xa8\x52\x28\xf6\x68\xa5\xdf\x2d\x8e\xf4\xe8\x48\x99\x98\xe4\x89\x1e\x6d\x60\x22\xc3\xed\x53\x79\xd1\xeb\x71\x07\x6f\x4a\xcd\xb6\x0e\x6f\x22\x11\x53\xf9\xe8\x59\xee\xc6\xeb\x68\x74\xc6\x90\x5d\x51\xa6\x6f\x34\xef\xc8\xf6\xc0\xd0\xef\x08\x92\xa4\x3b\x8a\xeb\x90\x6d\x4c\x52\x82\x74\xba\xb4\xc1\xe9\x5a\xb4\x24\xc2\xd7\x51\x83\xf5\xbb\xad\xc3\x49\x95\x1c\x65\x93\xae\xcd\xe3\x34\xc2\xe8\x19\x92\x30\x64\x3b\x2e\xcf\xa2\xad\x97\x1a\x94\x76\xc8\xe5\xcb\x0f\x73\xe0\x09\x05\x91\x76\xfa\x39\x08\x1c\xa9\x23\xa3\xcb\x88\x32\x7e\x8e\x7f\x49\x80\xa8\x18\x31\x19\x34\xb5\x98\x90\x2c\x04\x58\xa5\x8d\x21\xd0\xb8\x35\xcb\x20\x75\xa2\x16\x52\x8e\x34\x9c\x77\x63\xb1\x3b\x7a\x49\xec\x21\x48\x90\x94\xf9\x43\xfb\xee\x3b\xeb\x67\xbb\xf3\x4f\x79\xf7\x8b\x47\x50\xe5\xbe\xf5\x67\x2f\x1b\x54\x4d\x27\x68\xd4\x3a\xa7\x4e\x22\x0e\x72\x9e\x76\x19\x73\xee\xa3\x60\xfe\x8d\xbf\x3f\xf3\xd3\x7e\xf3\xbf\x9c\xf8\xe3\x1f\xe8\xca\x06\x0f\xe1\xc7\x0f\xcf\x9c\x39\xf3\x21\x6a\x5f\x1f\xd6\xab\x25\xbb\x8c\x1f\x8b\x32\x26\xb6\x5f\x4b\xf2\x06\x18\xd3\xfb\xd2\x4a\xca\xd7\x80\xb4\xd2\x60\x2f\xb2\x9f\xf9\xd1\x13\x33\x2d\xa8\x29\xf3\x20\xf2\x39\xbc\x55\x86\x1e\xb3\x36\x79\x76\xa1\x6a\xab\xe4\x08\xf1\xe5\xf1\x80\x99\x9e\x0a\xb3\x18\xc9\x4d\xa1\xd8\x4a\x33\x90\x03\x7d\xb1\xed\x6f\x09\xc3\xd0\x11\x9b\x71\x10\x0e\x87\xe2\x40\x28\xb9\x5a\x11\x5a\x05\x4f\xdb\xfa\xfa\x2c\x5e\x29\x26\x91\x12\x2f\xe8\x4f\x05\x4b\x37\x3b\x0f\x76\x60\xbd\x0c\xd2\x8d\x24\x9a\x16\x13\xd3\x5a\xc6\xda\xa0\x7b\x23\x6e\xb9\x34\x42\x6f\x26\x10\x5a\x64\x5d\xb0\x44\x6d\x0d\xae\x1e\xd9\xd4\x5c\x9d\x52\x02\xa3\xe9\x66\x84\x42\x5d\xb2\xaa\x05\x51\xa6\x58\xce\x0c\x75\xab\x38\x45\xe5\x46\x38\x63\x52\xb6\xb3\x75\x15\x36\xa9\x04\xf2\x73\x22\x74\xba\x6f\x96\x00\x37\xbd\xa5\xe9\x85\xe6\xa3\x0c\xf1\x6b\x25\x29\x08\xc8\xc6\x19\x87\x81\x1b\x4d\xbc\x44\x72\x8e\x41\x72\x4a\xeb\xac\x64\x71\xa4\xcc\xbf\xf1\x42\xfd\x02\xd3\xdc\x2b\x53\x46\x10\xa9\x61\xe1\xac\x64\x2f\xe4\xf4\x61\xb4\x76\x20\xcf\x18\xcb\x17\x41\x3b\x9e\x6b\x3a\xd4\x49\x96\x19\xcf\xbe\x11\x27\x1b\x5a\xf2\x21\xb2\x91\x2a\x0e\x08\x64\xaf\x0e\x7a\x29\x2d\x22\x90\xab\x0e\x8e\x90\x37\x38\xda\x59\x31\x4f\x4c\x96\x27\x21\xcf\x06\xeb\x8b\x0a\x62\x12\x6c\x4e\xed\xc8\xcd\xc2\x08\x32\xf8\xb0\x84\x74\x4e\xbf\x73\x25\x5a\x1a\xe7\x5a\x89\x04\x39\x9e\xc0\x2a\x1c\x3d\x7a\xf3\x02\x4c\x27\x82\x60\x6e\x8f\x93\x12\x48\x3a\x82\x58\x59\xf4\xd5\xa8\xf8\xa9\x1d\xca\x97\xf1\x05\xc1\xee\x9d\xbd\xee\xe8\x55\x13\x45\x95\x92\x3b\x62\x66\xd4\xe1\x97\x6c\x54\x02\x18\x73\x4a\x21\xac\xca\x32\x94\x0a\x1a\x82\x49\xb4\x8b\x01\xe5\x9f\x1b\xe3\x97\xb1\xba\x8b\x7b\x9d\xad\x86\xd2\x02\xa6\x30\x03\xe3\xd2\x3a\xf3\x59\x4c\x0d\x76\x65\xca\x34\xd6\x71\xd2\x18\x0c\x7f\x60\xfa\x86\x19\x4b\x1e\x77\x9e\x6f\xf8\xd3\x0d\xbf\x79\x3f\x82\x26\xba\xfd\x16\x4e\x09\xdf\x7f\xa0\xbc\xf4\x58\x87\xf3\x8a\x52\x70\xb3\x39\xa6\xa8\xd9\xcd\x0c\x68\x48\x9b\x52\x34\x0f\x4d\x9c\xd4\x46\x93\xe5\x44\x66\x1e\x4d\x96\x13\xd9\xa7\xef\x91\x34\x27\xd9\x54\x98\x34\x27\xb2\x48\xc9\x74\x38\x66\xd5\xf4\x7c\x38\xe9\x4b\x17\x4b\x8e\xf5\xce\xa5\xee\x91\x30\x2b\xac\x17\x7a\xf2\x95\x85\x2d\x96\x36\x2b\x66\x61\xea\x29\xa7\xa7\x75\xab\xad\x19\x89\xe1\x1a\xee\xfd\xa2\x33\x30\xd0\xd7\x5f\x75\xcf\x78\x98\x70\xa6\x5e\x2d\xd8\xd9\x76\x63\xa6\xb3\x76\x20\x8c\x8c\xca\x31\x20\x12\xd3\x49\xc0\xbe\x7b\xd2\xe8\xee\xdd\xe6\xaf\xec\x85\x96\x44\x6e\x12\x51\x47\x05\x14\x9c\x16\x7b\x1c\x86\x62\x79\x40\xf2\xc0\xed\x4b\xfc\x9a\x41\xbd\x21\xf7\x4c\x0e\xff\xa2\x6c\x39\x5e\x56\x44\x3d\x12\xf2\xda\x2f\x9f\x76\xd6\x9b\x06\x9c\x57\x29\x81\xc0\xc8\x4f\x0d\x35\x2f\xf8\x13\xcf\x82\x8d\xd5\xce\xda\xbc\x01\x51\x2f\x3b\x03\x0e\xe8\xbd\x04\x03\xf5\x31\x39\xc4\xda\x3c\x70\x6e\x81\xc1\x3e\x64\x39\xc6\x9e\x02\x9e\x35\xfb\xb3\x24\x58\x99\x03\x00\x41\x97\xa5\x7c\x6f\x46\x8e\x0d\x65\x1f\x54\x15\x8e\x53\x08\x63\x30\x73\x05\xf4\x86\x90\x6b\xc2\x29\x8d\x41\x70\xb6\x14\x0d\x21\xf8\x06\xa2\xd4\xda\x9d\xea\x36\x9e\xe1\xeb\x48\xf4\x89\x2e\x1c\x72\xa2\x46\x4e\x7e\xc5\x77\x0d\xd5\x9d\xc6\xbe\xf4\xbb\x8d\xaa\x94\x6f\xa2\xd2\xdf\x12\xe8\x8e\x1b\x9d\x5f\xba\x55\x30\xc5\x6a\x7e\x00\x14\x92\xe9\x89\xf6\xfa\x5b\xfd\xb1\x52\xb5\x55\xbd\xee\x9d\x59\xae\x1a\xab\x07\x48\xc3\x15\x6c\x3f\x7c\x88\x79\x7e\xd4\x57\x33\x26\x5b\x7d\xcb\xa3\xa2\x82\x4f\x7f\x61\x16\x5a\x63\x98\xad\x37\x93\x68\xbe\x7b\xfd\xcc\xc4\xf8\xf1\x62\x88\xb6\x78\x30\x68\x73\x9b\x12\x91\x73\x08\xaf\x1e\x07\xed\x4e\x7e\x6f\x20\xd8\x9d\x95\xfd\x69\x62\x20\x8c\x21\x82\x7e\xfd\x9d\x73\x3c\x06\x50\xef\xdb\xd7\x56\xfd\xab\xa3\x12\xae\xf8\x76\x13\xaa\x72\x1a\x88\x70\x2a\x46\xdd\xce\xc3\xe7\xed\x17\x48\x25\x3a\x5b\xf8\x7e\x6f\x70\xfd\x7e\x67\x63\xca\x0c\x46\x11\xf3\x86\x0a\x3e\xe2\x60\x14\xee\xc2\x1f\x05\x91\xe1\x82\x7f\x75\xa3\xb5\x7b\x13\x43\x89\x1a\xcf\xcc\x8e\x6a\xf9\x41\x79\xfe\xd1\x8c\xac\x0f\x4b\x49\x5a\x36\x63\x82\x23\x35\xd5\x9b\x76\x22\x75\xcd\x9b\x17\x8c\x31\xa8\x94\x23\x8a\x81\x64\xb0\xf0\xa4\xab\x9a\xe4\x5b\x7d\xd4\x24\x9b\x15\x41\xf5\x99\x1e\xf0\x93\x8f\xb1\xb5\xa5\x7b\x3e\x18\x1d\x38\xd7\x44\x4d\xed\xce\x2c\x90\x08\x5d\x88\xd2\x3a\xc9\x94\x14\x16\x0a\x84\xb4\xb3\x3f\x81\x76\xa9\xe4\x2e\xd3\xd1\x9e\xfa\xe6\x7b\xaf\x6d\x67\xd4\x51\xb9\x3d\x94\x5e\xe4\x5f\xbe\xd8\x86\x43\xa2\x73\x6c\xef\xed\x76\x36\xb7\x49\x2a\x93\x0d\x17\x5c\x9c\xc3\xfc\xd3\xd7\x96\x31\xfd\xd3\x95\x6d\x7f\xf5\x5c\x98\xd4\x5c\xa3\x20\x12\x0c\xa6\x7b\xc5\xac\xb2\x20\x66\xa6\x9f\x04\x8c\xcb\xe1\x63\xc4\xd9\x20\x62\x87\x89\x36\x92\x3e\x86\x84\x3f\x39\x00\x9c\x75\x55\x9f\x44\x16\xc2\x14\xa4\xce\x7b\x04\xc7\x80\x37\x6e\x14\x32\x64\x39\xfa\x50\x01\x8c\xe4\xe9\x89\x43\xc6\x98\x8d\x59\xc3\x8c\x1c\x03\x06\x83\xc9\x8c\x16\xcf\xb3\x72\x4f\x5b\x26\x85\xbf\x24\x5a\xd7\xf9\xbd\xcc\x76\x63\x06\xa0\xf8\x76\x8f\x86\xef\x64\x23\x01\xae\x06\x63\x97\xbb\x9a\xf4\x72\x98\xc6\xbd\xb9\x62\x45\xf7\x4c\x19\x77\x1a\xde\x35\xc3\x17\xc3\xba\x0b\xe7\x89\x44\x7e\xef\x56\x07\x4f\x86\x29\xf4\xd5\xe3\x52\x46\xfa\x7c\x2a\xd4\x49\x75\x63\x10\x63\xf8\x0e\xab\x51\x3d\x96\x6b\x88\xa1\xba\xe7\x0e\xe4\x79\x99\xc6\x64\x7b\x7b\xa5\xbd\xbc\x89\xae\xac\x27\x57\x83\xf3\x33\x9c\x68\x88\xc2\xf7\xa7\xe9\x2d\x87\xb3\x2a\x3f\x00\x66\xfd\x96\xe8\x33\x4e\x6b\x4c\x57\xf8\x7b\x04\x1c\x65\x2a\xb6\x5b\x41\x3a\x6b\xd8\x4c\x31\x7b\x3b\xbe\xfa\xeb\xb9\xc3\x36\xdd\x3d\x3d\xdb\x40\x57\x1a\x45\xc2\xb1\xc9\x8a\x9e\x01\xf0\xd4\x54\x28\xfb\x7f\x86\xd2\x55\x8b\x5d\x16\x6f\xd6\x4f\x4b\x63\xfc\x3d\x96\xff\x7a\x32\x99\xd2\x00\x9b\x8c\x84\xb8\x49\xbb\x88\x22\x16\xdc\x79\x88\x1c\xcb\xaa\xdf\x21\x88\xbe\xd5\x41\x9f\x79\x2f\xd2\xe7\x38\xb4\xf1\xee\xaa\x19\xfc\x41\x71\xe6\x94\xe7\xe4\xf0\x82\xe4\x3b\xbd\xf6\x06\xfa\x83\x55\xea\x3e\x12\xac\xe8\xd7\x0f\xb0\xf9\x30\x15\x51\xc3\x9f\xb9\xdf\x79\xf8\x94\x3b\xe2\x78\x72\xe9\x1a\x36\x35\xd0\xe5\xbd\x46\x77\x77\x5f\xf2\xad\x50\xf5\x48\x12\x10\xd6\xcf\x99\xb8\x52\x9e\x11\xaa\x39\xd1\x60\xd9\x5c\xe7\xff\x68\x6f\x4e\xb4\x5f\x2c\xa2\x76\x9e\x9a\xb9\xdb\xd8\x73\xff\x68\xf2\x6e\xa3\x89\x23\x73\xbd\x84\xcf\x93\x53\x8d\x9f\x17\x9b\x16\x26\x98\x8e\x1c\x02\xd3\x66\x78\x44\xb4\x58\x7a\xbe\xe9\x77\x04\x93\xa5\x0f\x33\x0a\x1b\x92\x17\x03\xb8\xa7\x2e\x2b\x81\x68\xb0\x2d\x7f\x6e\x1c\x9a\x6c\xe0\x5e\x71\x68\xe9\x49\x96\x85\x10\x50\x92\xe5\x77\xe8\xd7\x59\x33\x59\x7e\x42\xf9\x4e\xcb\x16\xd7\x03\xf4\xdd\x69\xe3\xf4\x6c\xb4\x75\xff\x67\xa4\x8d\xeb\xe1\x43\x4c\xcd\x1f\xd7\x63\x84\x48\x14\xe4\xad\x4b\xde\x49\x66\x12\xb9\x34\x60\x95\xc9\x47\xc0\xff\xb1\x4c\x72\x69\x0e\x20\x4c\xaa\x43\x6f\x46\x89\x6b\x09\x03\x43\x63\x3e\x11\x79\x76\xbb\xb9\x1d\x3e\x93\xb0\x83\xce\xe5\x98\x15\x8c\x49\xa2\xc6\x14\xe7\xda\x65\x72\xda\x27\xff\x0e\x39\x95\x9c\x91\x2f\x8e\x09\x93\x76\x5f\x23\x7d\x50\x15\x38\x4f\xbd\x7a\x53\x80\x29\x71\xb4\x4c\x5f\x34\x81\xed\xae\xbc\xf0\x21\x48\x95\x9e\xa3\xca\xf2\xe7\x78\x7d\x2e\x8c\x36\xc0\x3d\xc5\x06\x9c\xab\xba\x28\x05\x52\xf5\xce\x83\x2b\x9d\x89\x67\xe6\x18\xd9\x83\xad\x43\x8d\x62\x75\xb3\xc1\xc2\x16\xd0\xe2\x58\xdf\xec\xee\xcc\x9a\xcf\x8e\xe8\x32\xe0\xd7\xa7\xf1\x45\x67\x7c\xb7\x42\x3d\x9d\x28\x45\xc2\xd1\x58\x0c\x24\x76\x26\x0f\x9a\x70\x14\x1f\x31\x35\x10\xfe\xcd\xd1\x49\x15\x7c\x51\x8f\x93\x5a\x72\xbd\x0c\xf3\xbe\x3e\x7c\xe2\x41\xde\x77\x10\x46\xc5\xdf\xcd\x41\x44\x0a\x50\x18\x91\xb4\xa3\xd9\xce\x56\x03\x25\x40\xa2\xed\xc9\x62\x2d\x73\x1b\xdc\x04\x77\x12\xf9\xf9\x25\x33\xcc\x95\x29\x49\x5d\x04\xb4\xf0\xe9\xe3\x94\x74\x51\xdc\x2a\x89\xd6\xaa\x57\xff\xc9\x23\x4c\x30\x65\xf6\x6a\x96\xbf\x47\xb7\x7f\x6f\x8c\x4a\xd6\x2c\xed\xcb\x3b\xba\x7f\x79\x36\x5f\x48\x19\xbf\xc1\x60\xf6\x6f\x96\xff\x9c\xfe\xf1\xe9\x2a\x36\xd1\xc3\x40\xf8\x19\x62\x8a\xd5\x37\xc5\x18\xbc\xee\x4c\x8d\xa4\x8c\x4b\xe5\x66\x0a\x79\xae\x99\xa4\x89\x61\x34\x27\x61\x08\xe1\x21\x5c\x46\x5b\xd7\x4b\xf0\xf2\x30\x9f\xa2\x8c\x7e\xfa\xe8\x33\x6e\x31\x9f\x37\xcd\x2d\x44\x47\xaf\xa1\xf6\x28\x2c\xf2\xb5\xa9\xbe\xc6\xe2\xf2\x22\xc4\x82\x47\xa6\x05\x30\x9e\x16\x9f\x10\x2e\xea\x11\x6e\x9d\x9c\x9d\xca\x5e\x4a\x12\x99\x99\x5c\xd4\xdc\xcf\x68\xe3\x22\x81\x46\x1d\x57\x5e\x86\x64\xb7\x46\x6b\x2a\xc9\x02\x63\xc7\xa4\xd9\x49\x50\x33\x39\x6b\x6a\xe6\x52\xe2\xa3\x7a\x01\x4d\x46\x74\x34\x19\x37\x87\x88\xb4\x13\x65\xec\x73\xfe\xbd\xa7\xfe\xa5\x3d\xf4\xc9\xc7\x1f\xae\x89\x25\xd5\x4d\x8c\x53\xdb\xf8\xc8\x74\x1f\x99\x9a\x66\xd4\xc6\x11\x4f\x88\x7f\x7a\x07\x72\x36\x5f\x18\x41\xf4\x48\xe9\xb5\x67\xa2\x61\x9a\x2f\x94\xcd\x36\x3a\x21\x90\x6a\xd9\xe6\x10\x23\x15\xe8\x52\x9e\xd9\x40\x63\xaf\x0e\x61\x32\x89\xc0\xff\xba\x81\x99\xe6\x28\xa6\x39\x91\xa4\xa7\xe9\x34\xe2\x1d\xdd\xa3\xa0\x4d\xf9\x25\x63\x47\xe1\xbd\xd0\xc1\x03\x4c\x12\x0f\xb4\xad\xcc\x5c\xd4\xf4\x83\x5e\x1f\x22\x9f\x80\x0a\x0e\x09\x07\x19\xd5\x5f\x78\x91\x59\x85\x51\xc4\x82\x62\x66\xf8\x9d\xe7\x44\xcc\x0c\x83\xa2\x6d\x22\x76\x76\xc2\xd0\x9f\xc8\xf9\x89\x34\x2d\x11\x3e\x14\xbf\xcd\x7c\x2f\x52\x4c\x89\xe3\x41\x4d\x43\x2d\x17\x5d\x27\xea\xd9\x29\xff\xc6\x75\x0c\x37\xe0\x56\x0d\x52\x18\xe6\x6f\x13\xbb\xb5\x0a\x84\x33\xb2\x71\xf2\x0b\x96\xb4\x30\x27\x33\xfa\xf9\xe3\xac\xf9\xe0\xb1\x3c\x0e\x2c\x7e\x01\x4e\xaa\xe6\x1a\x41\x3e\x4a\x72\x95\xa2\x94\xf7\x8f\xa4\x04\x93\x8b\x61\xe6\x1d\x25\xdc\x73\x76\x52\x7a\x6a\x51\x20\xf8\x25\xeb\xc8\x13\xd6\x52\x22\x71\x7f\x59\xbe\x01\x10\xcc\xcc\xb6\xef\xc9\x1b\xeb\x99\x61\xb7\x8c\xdd\x49\xad\x36\xa6\xda\x7f\x20\x23\x37\x6e\x69\x75\xd7\xe6\x31\x4b\x0c\x5d\xc9\xa1\x0f\xc1\xd2\x23\xfc\x50\x73\x6b\x98\x03\x7d\xe7\xa0\xb3\xde\xc4\xfc\x87\xc5\x4c\x88\x06\xb2\xe7\x02\xb2\x41\xbc\x92\xc6\xc9\x62\xac\xec\xcb\x1a\x4c\x47\xa1\x7b\x21\x5f\x50\x69\x8e\xc3\xb6\x46\x60\xd5\x86\xc9\x0c\x5d\x57\xf3\x80\xc1\x76\xd6\xe6\xdb\x93\x8d\x60\x6c\x32\xad\x5b\xbe\x81\xc5\x81\x0f\xea\xf5\x71\x1e\x03\x5e\xdf\xef\x27\x1b\x67\xff\x67\xf8\x12\xa9\x0e\xb1\x0e\xbf\xa2\x25\x41\x45\x41\x47\xbe\x72\x3a\xfb\xc4\x57\x15\x2d\x99\xf2\x95\x93\x22\xc6\xcb\x3a\x2f\x2e\x46\x3e\x05\x8f\x57\xf0\x45\xb5\xb3\xbb\xd1\xaf\xab\xb7\xf8\xc0\xb2\x4b\x2f\xd1\x01\x45\xc0\x26\xda\xa1\x68\xd8\xc4\x74\xa2\x39\xe6\xa3\x65\xfc\x54\x7a\xea\x40\x39\x7b\x68\xa2\x86\x61\x41\x4e\x94\xf1\x83\xff\xbb\xb3\xf1\x02\x43\xe4\x4f\xf4\xa2\xae\x38\xc6\x0b\xd8\xf0\x94\x00\xa7\x46\x5a\x7b\x7b\xfe\xe4\x42\x02\x29\x74\x84\x13\xed\xf0\x0b\x4b\xa9\x35\xd8\x56\x45\x0f\x58\x27\xb7\xa5\x18\x85\x99\x33\xb2\xf9\x24\x0d\x8a\x1f\x41\xc7\x3b\xcf\x80\xc6\x54\x88\x6a\xbd\x2c\xef\xd3\x1b\xc5\x78\x69\x18\xaf\x9c\x53\x7e\x7e\x97\xb2\xc3\x02\xdf\x46\xf9\x6f\x69\x83\x93\xf2\x9b\xeb\x76\x64\xc5\x90\xc5\x72\x54\x6a\xb4\x01\x89\xc3\x60\x99\x20\x7c\x59\x42\xb7\x27\xbc\xda\x29\xc7\x9f\xe2\x55\x2e\x2a\xdd\x2a\x7b\xe7\x55\xc6\xf2\xf7\x68\x20\x39\x30\xdd\x04\xcc\xe9\x9d\x43\x22\x66\x81\x6c\xc3\x39\x6d\x47\x07\x23\x6c\x68\xf3\x06\xde\x22\x3b\xba\x5e\x6c\x0c\x66\xcd\x77\x0e\x80\x18\x6e\x79\x50\x3d\x12\x6f\x0c\x80\x6f\x62\xb0\x95\x96\xbd\x62\x8a\x71\x88\x0b\xfe\xe8\xb6\x52\x5f\xd4\x79\xbf\x96\xa3\x03\x1d\x74\x6a\xb9\xc1\x82\x1a\xe0\xb6\x5c\x4c\x92\x78\xec\xdb\xe7\xfc\xa5\x43\x0c\x61\xbd\xf6\xaa\x47\x95\x54\xe4\x60\x87\x46\xd5\x30\x09\x3f\x65\xd1\x88\xf6\x5f\xb5\xbd\x91\x72\x01\xcd\x64\xf8\xde\x0d\x79\xb2\xe5\x21\x6d\x7e\x0a\xe6\x83\x3e\xf8\xfc\x11\xe7\xc7\x74\xfe\x62\x93\xd7\x17\xed\x6f\x34\xb3\x9f\xf6\x9b\x9d\xcd\x35\xff\x32\x1c\xd9\x45\xce\xba\xcb\xd1\x6a\xfa\xe5\x9a\xd6\x9b\x65\x79\x11\x4e\x0c\x10\x13\x47\x76\x1d\x9f\x0d\x11\x6c\x73\x38\x69\x4b\x6d\x34\x63\x04\x6f\x44\xa7\x11\xc3\x8e\xf5\x27\x02\xb4\xba\xcd\x4b\x44\xd0\x9a\x7c\x8d\x5a\x3f\xb4\x86\x4e\x2a\xfd\xa6\x19\xb1\x63\x35\xdf\x1e\xe3\x37\x3b\x0e\xfd\xc3\x0a\xef\x3f\x63\x24\xd1\x89\x61\xfa\xf1\xd8\x1e\xfe\x96\x3e\x3a\xf9\x12\x2c\x06\xc6\x17\x9b\xb1\xd5\x55\xbb\xe0\x56\x8b\x9e\x55\x1b\xca\xd7\xac\x92\xeb\xd5\x68\x13\x52\x0a\x96\x77\x34\xab\xc7\xfc\xf9\x7b\xb7\x68\xdc\x78\xa9\x1a\x63\x8a\x5f\x7c\x31\xd9\x3b\x1a\x73\xab\x80\xab\x9a\x13\xc6\x86\x11\x55\x0d\x16\xce\x76\xe7\xaf\x9a\x24\x52\x1e\x7d\x1b\x74\xab\x6e\x1d\x74\x39\x5b\xbc\xe1\xb0\xbd\xe4\x03\x49\x06\xdd\xf1\x99\x94\x4a\xa0\xae\xc1\xd8\x73\x75\xba\x23\x2e\x7a\xdd\xd8\x03\xa0\x18\x92\xc8\x3d\x52\x89\xe4\x20\x55\x05\x8d\xc5\x05\x76\x22\xb0\x55\x13\x37\xee\x05\xdc\x01\x1c\x14\xb9\x79\xc3\xa8\x29\x75\xdc\x7e\xbc\x82\x44\xef\x15\x71\x1f\xd7\x12\x7d\x54\x5c\x4a\xec\x9e\x2b\xc1\xf6\xa8\x57\x72\x38\x7d\xd2\xa6\xba\xe3\xb7\x38\x0f\x2d\x7a\xbc\xe7\x76\x92\x6d\xab\xf1\x48\x15\xee\x81\x47\xd4\xab\x0a\x66\x4e\x8b\x80\x77\xc7\x27\x83\x6b\xc9\x1e\x14\xb2\x86\xec\x7c\x25\x82\x2a\xeb\x77\xf0\xc5\xea\x8d\x30\xaa\x10\x9f\x7b\xa4\x4e\x12\x01\x66\x1d\xa7\x08\xfa\xb1\x01\xdf\x7e\xb8\xdb\x9d\xbf\x72\x04\x3c\x45\xb8\x88\x0b\x54\xfc\x5a\x70\x6e\x8c\x16\x7a\x54\x14\xf7\x56\x11\x43\xe8\x19\x09\xef\xa8\xe7\xf6\xff\xa7\x5d\x00\xa6\xc9\x20\xdb\xd3\x9d\xa7\x2b\x89\x3d\xd6\xef\xba\x35\xd0\xc7\x00\x1a\x84\x55\x0a\x75\xa4\xbc\x05\x14\x57\x6b\x9d\xc0\x4f\x56\x1a\xd2\x18\x38\x8e\x35\x73\x7b\x49\xe5\xe4\x2e\xc3\xd4\xef\xd0\x59\xb5\x5e\xa8\xd5\x81\xe2\x48\x8f\x5f\x9f\xc0\x84\xf1\x98\x6b\xeb\xc1\x64\xef\xb5\x4a\x54\x4e\xef\x3a\xd9\x98\xd9\x46\x21\x5f\x18\xb2\x53\x46\xf0\x05\x7e\x7f\xf7\x10\x12\xd5\x7b\x8c\x21\xd9\x9c\x79\x82\xe8\x41\x4d\x24\x57\xfd\xf5\xc2\x29\xbb\x86\x97\x7e\x87\x72\x14\x40\x91\xde\x9e\x3f\x31\x1f\xdc\x06\xfd\xb8\xe9\xef\x4c\x75\x56\xd6\x13\x0d\x02\xff\x1c\xb6\x6b\x79\x8a\xa8\x49\x6f\x80\x18\x28\x70\xcf\xee\xcd\x0b\xfe\xd8\x39\x51\x43\xe2\xcd\xb8\x78\x47\x31\x27\x2a\x8e\x9c\x56\x14\x18\x0d\xa2\x80\x4a\xb7\xd9\x30\x6b\x40\x89\x96\x30\xab\x27\x73\xf5\xc2\x08\x08\x88\xe8\x8a\xc5\x28\x97\xc8\x28\xe8\xf4\x13\x4b\x8f\xe2\x98\x94\x3b\xa8\x4b\x74\xb5\xf3\xfa\x56\xf7\xe6\x2a\xbf\xc4\x65\x56\x4f\xd0\x58\xa6\x7c\xaa\x5a\xa4\x27\x83\x28\x83\x86\x98\x46\x30\xa1\x5a\x25\x8f\xe7\x32\xd2\xc5\xe2\x23\x7f\x74\xa9\x47\x3d\x35\x48\xae\x96\x32\x3e\xa3\x72\x74\xa1\x84\x9a\x25\x07\xc8\x34\x8d\xf5\x74\xbe\x3b\x23\x6f\x5f\xc1\x76\xb6\x4b\x11\xcd\xdd\x54\xe9\x29\xa6\x45\x3b\x8b\x4c\x7f\xac\x3c\x88\xcb\x40\x91\x67\x58\xe5\xa3\x12\x90\x29\xdd\x98\xc4\xba\x4a\x09\x9a\x12\x0c\x53\x3f\x7f\x15\xb1\x8e\x23\xd0\x60\xac\xfc\x55\x32\xf7\xaa\xbe\x79\xca\x5c\x44\xd1\xc4\x55\x7b\x10\x4d\x1d\x7c\x0d\x78\x60\x24\xeb\xcf\x5e\x96\xb9\x70\x10\x3a\x25\xb1\x64\x2f\xae\xbc\xbb\x18\xce\xcb\x0c\xc8\xe3\x47\x7d\x53\xd3\x08\x71\x05\x33\xd8\x48\xa6\x41\xda\x08\xc7\xab\xb1\x89\x02\x94\x41\x29\xa3\xf7\x18\xb2\xfc\x02\x83\x09\x5e\x72\x07\x1d\xd1\xb5\xc4\xaa\xc1\x29\x34\x59\xe3\x62\x40\xfd\x48\xa8\x8e\x04\x5e\x00\xc2\x0f\x04\x03\xad\xda\x6f\x6f\x05\x53\xa3\x98\x52\x6c\xeb\xa2\x7a\xff\x5d\xdb\x72\xe3\x4f\xe9\xa2\x87\x89\x03\x54\x52\xdf\xd1\x0d\xe7\x15\x3a\xdb\x38\x60\xc4\xa8\x24\x50\xc3\xf9\x1f\xe5\x99\x01\xfd\x3a\x09\x3d\x41\x12\xbe\x48\x42\x0f\x91\xe0\xd5\x69\xbd\x2b\x12\x75\xd8\x96\xf7\x4f\x7c\x25\xca\xfa\xf0\x63\x21\xff\xe8\xf8\x5d\x5e\xc6\x70\x9e\xf5\x4d\x6e\xe0\x9f\xa5\x05\xc7\xcb\x85\xbb\x48\xcf\x06\x5f\xbc\x5e\x7d\x14\xd9\x51\x08\x48\x9b\x2a\x04\x62\x9f\x79\xd4\x42\xae\x56\x02\xfd\xdc\x78\x2f\x82\x84\x50\xe3\x49\x29\xaa\xc3\xcb\x6f\xa4\x38\xd1\x56\xca\x48\x75\x67\xb8\xe2\x56\x6b\xfc\xf0\x46\xbc\xdb\x23\x1e\xef\x48\x5d\x31\xe5\x9e\x4e\xe2\x3d\xd5\x5d\xab\x7b\x53\x07\x21\xf1\xfe\xfa\xff\xd1\x27\xe6\xcd\x41\xa8\x87\xe6\xcd\x31\xbc\xff\x2b\xf3\xbc\xc7\x7b\xbe\x35\x6f\xa0\x24\x12\x07\xc4\x98\x8f\x27\x8d\xc2\x17\xbd\xe9\x32\x62\x94\xd0\x19\x76\x48\x21\x74\x04\x68\x06\x22\xe8\x78\x1d\xaf\x8f\x43\x5b\xc4\x88\x0c\x44\x89\x3e\x2a\xaf\x0a\xcf\x81\xe8\x2a\x11\x2f\x22\x61\xd1\xee\x4c\xe3\x66\x7b\x6e\x0a\xd3\xfe\x30\x68\x3c\xb1\x2f\x7f\x4d\x7f\x80\x2c\xee\x81\x55\x2f\x71\x78\x7d\xfc\xf6\x90\x7a\x16\x1e\x47\xc2\xdf\xf1\x19\x12\x4f\xde\x21\x09\xbf\x46\x9e\xbe\xa0\x61\x23\x4d\x12\xca\x14\x19\xb6\x69\x71\x85\x31\xcb\x1b\x4f\x43\x92\x9c\x4f\x5d\xb9\x0d\x89\x9e\x14\x86\x64\x4d\x46\xcf\xdf\x29\x26\x9f\xbf\x4b\x4c\x3e\x7f\xe7\x67\xb2\x39\x1d\x25\x25\x3e\x91\xef\xa9\xd1\x49\x4c\xf9\x8d\x01\xf7\x6a\x95\x0a\x7b\x0d\x25\x1a\x8d\xcf\xdf\x86\x40\x57\xc3\x17\x8b\x83\x87\xcb\xea\xdd\x5e\xfa\x8e\xe7\x5b\xbe\xb7\x1f\x3d\xf1\x67\xee\xca\x77\xb2\x45\x15\x81\x81\x91\xdd\xe9\xcb\x3f\x98\x9f\xc3\x17\xac\xa9\x50\x9e\x9e\x4e\x01\xd0\xfe\x72\x65\x13\xe0\x17\x3d\x31\xb3\x2b\x67\xbf\xc0\xb7\x85\x2e\x81\x2a\xad\x53\xe1\x71\x1e\x2e\x8c\x30\x50\x66\x5e\x4e\xdb\x4c\x89\x0d\xa6\xf1\x5e\x3b\x27\xad\xa3\xc3\xdd\x7d\x74\x23\x96\xac\x83\x9e\x23\x65\xf4\x22\xf7\xa7\x84\xb7\x12\x45\xca\x5e\x09\xca\x35\x6b\x82\xc0\x14\xff\x84\x57\x98\xf5\x0c\xf3\xb5\x5a\xd5\xe9\xaf\xd7\x52\xdf\x5e\x7f\xfa\x38\x68\x3c\xe8\x09\x18\x71\x83\x30\x43\x03\x51\x13\x1f\x78\x64\x2d\x45\x58\x36\x59\x54\x17\xf0\xc5\x39\xad\xbd\x84\x62\x45\xbc\x6d\x3e\x2c\x18\xf0\x36\xdb\xa3\x77\xaf\xce\xa3\xf4\x1f\x5c\x0d\xb6\x67\x7a\x00\xd1\xfb\xcc\xfa\x79\x65\x7c\xe9\x38\x15\xce\x43\xed\x8a\xde\x1c\xfd\x8d\x0d\x87\xce\x0a\x0b\x2c\xa7\x6c\xfd\x0a\x0a\x00\x51\x74\x27\x1b\xa4\x53\xa9\xcc\xa9\xdc\xb2\xfa\xd1\x30\x7e\xfe\xc0\x5f\x50\x1b\x9d\x9d\x5d\x02\xc5\xa7\x2d\x05\x6a\x18\x99\x5b\xce\xcb\x67\xbf\xf6\xac\xcf\x8b\xd6\x89\xcf\xe5\xbb\x37\x5c\xab\xf0\x4b\x5b\x27\xbe\xfe\xee\x1b\x8b\x9f\xd8\x8a\x1c\x05\x84\xa0\xdd\x4d\x00\x29\x5b\x1c\x01\x68\x9b\x1b\x00\x91\xbd\xae\x2e\x71\xf3\xb9\xf1\xe4\xe0\xb4\x17\x0e\x10\xef\xf3\x5b\xe9\x50\x51\xc1\x45\xd6\x79\x67\x1a\x2d\x76\x54\x9d\x22\xe1\xe8\xbe\x07\x71\x7b\xbc\x3c\x79\x6f\x11\x4d\xda\x54\xda\x7a\x33\x09\x27\x9d\x2f\x73\x89\x96\xd4\xb8\xde\x59\x58\xb6\x3e\xf8\x97\x0f\x30\x1e\xbb\xbb\x48\xcc\xc0\x24\x21\xb9\x1a\x3e\xdf\xc3\x79\xb8\xbe\xfb\xea\x84\xc5\xef\x4c\xab\x39\x9e\x72\x2a\x08\x90\xc3\x2b\x44\x28\x21\xbe\x3d\x68\xcf\xdd\x27\x38\x79\x95\x4c\x8e\x3b\xba\x6f\xed\xea\x69\x4c\x1c\x47\xbb\xe6\x9b\xcf\xbf\xb6\x22\xb7\xf2\x22\x5d\x52\x92\x56\x25\x7d\x66\xe5\xbe\x37\xb9\xab\x78\xc7\x72\xc2\x57\xc9\xc8\x2e\x74\xd0\xa9\xc0\x30\x29\x7e\x9b\xbd\x53\xaa\xc5\x50\xb4\x64\x92\x25\xfe\x77\x41\xae\x29\x01\x99\x0e\x31\x09\x62\x35\x29\x67\x5c\xaa\xc5\x14\x7f\x42\xa3\x2d\xbc\xcc\x94\xb8\x63\x62\x12\xdc\x50\x6e\x34\x06\x11\x17\x1a\xcd\x0a\x22\xb6\xa4\x8c\x39\x12\x82\x86\x0f\x8f\x11\x48\xa4\x30\xc7\x44\x9c\x43\x00\x18\x8e\x87\xca\x4e\xb1\x24\xa8\x72\x04\xcb\xe4\x29\x68\x4b\x3f\x95\x1a\x0f\x1a\x96\xa5\x27\x99\xc4\x91\x7b\x3f\x94\x94\x21\xea\x60\xc4\xe4\x03\x04\x84\xc9\x1a\x8a\x56\xff\x88\x85\x61\xae\x94\xb9\xc1\xfb\x17\xab\xc2\xc9\x73\x24\x0b\x8e\x5b\x35\x72\x47\xd9\x9e\x40\x51\xca\xaa\x32\xe9\xb6\x16\x09\xf7\x9c\xa3\x89\xbc\x8a\x7d\xe6\x2c\x4c\x89\x45\x2f\x4a\x42\x68\x61\xef\xa6\x32\xff\x29\x5f\xa7\x7a\x44\x8e\xed\xab\x0a\x28\x5f\xa9\x88\xd7\x86\x43\xca\x78\x93\x1a\x85\xa7\x6d\xed\xf1\xe4\x20\x72\xa3\x8c\xee\xb5\x52\x19\xdd\x26\x95\x12\x61\x8f\xd2\x20\x33\x49\x29\x72\x07\x06\x4a\xa0\xa6\x63\x52\x7b\x8a\x68\x6a\xbf\x5e\x0c\xd6\x57\xf0\xba\xab\xaa\xcb\x19\x82\x72\x68\x74\x24\x03\xde\xa0\xa4\xc0\xed\xbc\xc6\x1b\xdc\xc1\xf5\xfb\xfe\xdb\xeb\x0a\xb8\x5a\xa7\x45\xa9\x8a\xab\x48\xc4\x59\xa3\x90\xba\x11\xdd\x35\xd2\x0d\xc9\x58\x55\xd7\xad\xf1\x6b\x77\xa2\x2f\xde\x79\xc3\xaf\x86\x69\x04\xa2\x7b\xb4\x90\xe3\x77\xb7\x34\x70\xf7\xd6\x52\x30\x26\xd7\x5a\x12\x55\x60\xc0\x71\x78\x1e\x73\x0f\x78\xaf\x50\x75\x2a\x72\xfd\xb7\x33\xf6\x1c\xf0\x2b\xb4\x57\x0f\x94\x72\x94\xf1\xe6\xe5\xb9\xce\x4c\x83\x7a\x8a\x97\x46\x80\xce\xf3\x89\xd0\x8d\x79\x43\x6a\xb5\xf1\x35\x71\x4a\x1e\x36\x58\x67\x97\x9a\x09\xa3\x44\xa6\x5f\xf3\xbf\x66\x11\xca\x7c\xb5\x5c\x7f\x1d\xb8\x09\xec\x78\xde\x41\xd9\x13\xf8\xd1\xfa\x15\x7f\xb4\x4e\xd0\x47\xb3\x92\x2c\xf8\x97\xf4\x8f\x59\x40\x5c\xe1\x1b\xf8\x9f\xf9\xb1\x44\x51\x05\x5c\xf6\x15\xfd\x6d\xc5\x41\x42\xe4\x7d\x0b\x7f\x59\xdf\xc0\x5f\x66\x31\x5e\x0e\xa3\x84\x08\x04\xf2\x5f\xed\x11\xeb\x3b\xf8\x95\x06\x36\x88\x1d\x09\x10\xfc\x6d\xfd\xd3\x07\x50\xf0\x21\x17\x7c\xf0\xcf\x89\x1a\xc0\x48\x9d\xe1\xfa\x30\x5f\xb4\x73\xfe\x62\x73\xda\xf0\xec\xd7\xfc\xd9\xc2\x9e\x4e\xa0\x1b\xe0\x0b\xfc\x7c\x54\x45\x2f\x51\xc7\xd3\xab\x54\xec\xd7\x47\x52\xc9\x60\xd1\x23\x09\x00\xc6\x75\x70\x2c\x8e\x6c\x09\x28\x4e\x0a\x9b\x61\x19\x1f\x66\x55\x35\x7a\x9e\xa1\x98\xf6\x50\xe8\xe3\x8f\x1c\x19\x28\xf6\xbc\x12\x9f\x9a\x13\x27\xbe\xb2\x62\x47\x33\x2c\x35\xde\xdd\xf5\xcf\x8d\xe1\xab\xa1\xc7\xf0\x71\x92\xc1\xaa\x0d\xdc\x41\x5d\x82\x9c\x30\x2a\xf2\x41\x50\xbd\xf2\x0b\x92\xb1\x62\xa3\x4d\x76\x0e\x59\xc7\xbc\x3f\x97\x9c\x9a\xfd\xc9\x31\x0a\xff\x39\x56\x73\x8a\xfd\xc7\x8c\x66\x15\x9b\x8d\xd0\xb7\x28\x26\xb5\x5d\xc7\x46\xf9\x4c\x67\xd5\x13\x7b\x8e\x92\xd6\xd0\x63\x48\xf1\xc1\x09\x22\xa4\x18\xb3\x90\x20\xaa\xc6\x17\x59\xf5\x20\xf0\xb2\x1e\xc3\x89\xeb\x5a\x32\xcb\xf2\xfd\x3f\xae\x12\x4c\x4d\x74\x9b\x73\xe1\xa0\xf8\x25\x15\xf5\xb2\x0a\x5f\x03\xa4\xa7\x92\x59\x76\xe5\x6b\x8b\x0a\x9c\x46\x2e\x76\x29\x1e\xac\x5c\x27\x98\x99\xed\x5e\xb8\x12\x1f\x72\x6c\xe7\xb6\xd7\x46\x91\x06\xcb\x15\xcd\x86\xbf\x3d\xd3\x9d\x7b\xed\xef\xae\x71\x92\x7b\x55\x59\x84\x91\x42\xbe\x02\x32\x69\x5e\x64\x20\x16\x6b\xf0\x2a\x1b\x21\x56\x93\x7d\xbe\x5f\x8e\x97\xd7\x72\x25\xf2\x32\xb3\x0d\x45\xc2\x22\x28\x95\x28\x3a\xae\xe7\x9a\xfc\x4e\x9f\x4c\xd9\xb3\x6b\xa1\xd6\x62\x54\xee\x8e\xe3\x7a\xb1\xce\xd2\xa3\xb2\x4a\x29\x21\xeb\x1c\xc6\x45\x44\xd7\xfa\xcf\x75\xbb\x0e\xad\xda\xe5\x41\xa4\xd1\x94\xfd\x84\xe7\xaa\x51\xc4\x17\xc0\xc9\xba\x09\xdc\x45\x2e\xe0\x77\x5e\x8d\x81\xae\xa0\x97\xf3\x9d\x62\x9e\xb1\x2a\x21\x6f\x95\x75\x89\x8c\x47\x20\xb4\x7a\x4a\x48\x8d\xe2\x52\x40\xd4\xda\xc1\x01\x70\x65\xc5\xac\xdf\xfd\xfa\xab\x3f\x5a\x22\xc5\x44\xa1\x59\x63\x62\xbb\x64\x63\x2c\x7a\xbe\x05\x84\xc8\x03\x8f\x29\x8d\x48\x08\x14\x51\x82\xb0\x21\x0e\x9a\xd0\x67\x0b\x9f\xc9\x44\x12\x4b\x8a\xcd\x09\xf8\xc9\x34\xf6\xd7\xf8\x5b\x41\x69\x80\x9c\xbc\xf1\xfa\x1b\xf8\x07\x65\x19\xac\x6e\x61\xa9\x45\x07\x0f\x3f\xa1\x51\xf4\xdf\xac\xe3\xa7\x93\x75\x3d\xbc\xbf\xf7\x5d\x08\xac\x93\x57\x62\x81\xaa\xda\xa7\x25\x08\xe2\x84\x82\x77\x33\xde\x23\x8a\x7d\x06\x3b\x0a\xf9\xec\x26\x91\x86\xd8\x17\x12\x6d\x82\x01\xf2\x45\x38\x15\x80\x28\x81\x18\x45\xf7\x34\x6a\x55\x11\x20\xfd\x8c\x34\x43\xf1\x03\xd2\x89\x8e\xca\xaa\x11\x7a\xae\xdf\xdf\xbc\xde\x7e\xbc\xd6\xda\x79\x16\xe2\x9c\x63\x15\x15\x07\xe7\x9f\xb1\x41\x29\xa0\x4a\xd5\x3d\xed\xa0\x1a\xac\xc0\x38\xa1\x0d\x3f\xa6\x49\x90\x0a\x42\xd3\x47\x05\x10\x9b\x25\x1c\x2d\x47\x74\x95\x2f\xe8\x6f\x2b\xba\xa7\x84\x38\xe0\x01\x66\x58\xc1\x26\x8b\xea\x16\xd7\x51\xc0\x83\x05\x8d\x8b\x14\x2f\x47\x04\x2d\x6a\x26\x25\x67\x80\xfd\xa7\x7a\x2a\x98\x51\xef\xf2\x41\x14\x7a\xa8\x56\xab\x78\x92\x34\x84\x39\x0e\xbd\x95\x1c\x9b\x45\xd8\x96\x4c\x25\xad\xa9\x8a\x43\x7e\x31\x85\x17\x7f\x69\xbe\x3d\x31\x1e\x45\x8a\x02\x11\x16\x23\x30\xd1\xfd\xa3\x4e\xed\x60\x95\xaf\xd7\xa8\x93\xfb\x5b\xf9\x6d\xf1\x05\x1b\x53\x30\x54\x2b\x41\x17\x71\xa3\x3d\x62\x31\xf1\x5d\x2e\x14\xce\xab\x42\x0e\xfb\x0a\x55\xcc\x24\x07\xff\xb3\x38\x2a\x4b\x17\xd0\xba\xf1\x37\x59\x36\x55\xe2\xc1\x56\x2b\xd6\x4b\xba\x74\x6b\x22\xb8\x74\x25\xac\x27\x6f\xda\xa1\x4f\xc8\x8c\x08\x50\xe5\xe6\x6b\x78\xbd\x60\xec\x1f\xed\x42\x3d\xf4\x95\x9b\x2e\xa2\xb0\x19\x97\x23\x33\xa8\xb0\xb5\xb3\xd9\x6d\x3c\x6b\xaf\x4f\xea\x72\xb9\x44\x8b\xdf\xd4\x8b\x12\x6a\xf8\x28\x73\xd2\xb3\x18\x0f\x26\x8f\xe8\x97\xcc\x7e\xe6\xe0\x54\x00\xa7\x0a\x83\x94\x24\xee\x28\x74\xa6\xc5\x74\x2a\x68\xba\xb5\x5e\xb4\x6b\x48\x90\xe4\xfa\xb4\x5c\x5f\x27\xe8\xce\xc3\xe7\xc1\xb9\x31\x0d\x8d\x4c\x10\x83\x30\x85\x40\xeb\x2e\xe9\x2d\x4b\x74\x4b\x66\xf9\xc9\x55\xbc\xec\x77\x6e\x5d\x97\xc3\x6c\x43\x08\x79\xe7\x94\x73\xb9\x13\xb4\x86\x73\xca\x2c\xf4\x33\x34\xdd\x9a\x25\xa1\x3f\x06\x26\x7a\x2d\x43\x21\x95\xe3\xf4\x08\xfc\xd8\xeb\x9d\xb1\x38\x1c\x75\x6a\x86\xa7\xb1\xf5\x40\x41\xb1\xc8\x49\xdf\x44\xde\x34\x4b\x72\x1f\x8b\x92\x64\x4e\x46\x3f\x03\xa2\xbe\xb9\x95\x38\x4a\xd4\x18\x95\x95\xdd\x58\x81\x84\xda\xfa\x3d\xa3\xf5\x64\xca\x8b\xfe\x78\x17\x5d\x39\x89\xa2\x89\x55\x8e\xd3\xcb\x79\x99\xaa\x5d\xd6\x19\xa9\x25\x09\xf9\xe5\x03\x9d\x76\x5a\xbf\xba\xf4\x71\xf8\x00\x14\x66\xfa\xea\xf9\xa8\x64\x46\x3f\xe7\x87\x91\xcf\x1c\xd9\xbd\x7b\xc1\x8a\x3d\x64\xe5\x55\x0b\x1f\x25\x9e\xa3\xd4\x8f\x60\xc9\x13\x5b\xcd\xed\x58\x35\x04\xfe\x57\xd5\x0d\xcf\x94\x1f\x43\xfc\x21\x9c\x2b\x19\xd7\xcd\x89\x7e\xc4\x66\xf7\x8f\x78\xca\xbf\xd0\x4f\x06\xfe\x90\x31\x5f\x6f\xfc\x81\x1f\xa5\xb1\xe8\xd7\xfb\x55\x8f\xbc\xdb\xf8\x83\x7a\x11\xf1\xe7\xb4\x20\x73\x88\x3d\x0e\xa6\xa7\x62\xa4\x21\x8f\xb4\x27\xaf\x80\xf5\x98\x4f\xb4\x35\x99\x16\x7e\xb4\xe4\xe3\x7b\xb5\x25\x93\x8b\x36\xa6\xe7\xf8\xb3\x9b\x8b\xbe\x5d\xf9\x03\xc7\x0e\xff\xcc\xe5\x4a\x79\x5c\xe9\x07\x79\x08\xe9\x1f\x40\x96\xce\xb5\xca\x67\x65\x7b\xdc\x38\x25\xbc\xe5\xf5\x7e\xd7\x19\xb9\x53\xcf\x0f\xe5\x9d\xc2\x77\xd1\xf5\x66\xe7\x60\xe2\xc8\x28\x68\xbf\x47\x1e\xac\x4c\xdf\xdd\xc6\x21\x52\xef\xde\xf1\x13\xe2\x9c\x7c\x52\x65\x1c\xa1\x34\x76\x2a\xf9\x1d\xbe\x4c\xb7\x3d\x0d\x44\xa0\xe6\xba\xa5\x93\x99\xfc\xa0\x9b\xc5\x6c\x1b\x13\xd3\x19\x7a\xf1\x1f\xef\xcc\x71\xf6\x8d\x0c\x5d\x9f\x9b\x39\xf4\x97\xd6\x33\x1f\x7b\xd9\x8f\xad\xf6\x83\x2b\xc7\xbd\xcc\xc7\xc3\xf0\x27\x1a\x76\x67\x6f\xe0\xaf\x21\xfc\xb5\x3d\x03\x4c\x01\x7f\x15\xf1\xd7\xbd\x87\xf8\xe7\x19\xfc\xf3\xf2\x3a\xd5\x00\xc2\xfa\xb1\x15\x2c\x35\xf1\xc7\x08\x7e\x7f\xf3\x82\x92\x51\x03\x4f\x2e\xd2\x83\x84\xdc\x34\x28\xf7\x68\xa1\xa7\x97\xa0\x54\x07\x43\x6e\xbd\xca\x5f\x54\x27\xc5\xfc\x08\x7f\xa0\x7e\xce\xd8\xf6\x29\xfe\x49\x7d\x41\x57\xb5\x21\x7e\xec\x95\xba\x1b\xb1\xf3\x52\x9d\xba\xac\xe6\xcf\xe4\x54\xb7\xd0\x27\xfd\x56\xbd\x72\x97\x80\x98\x62\xd5\xad\x60\x8a\xfe\x93\x19\xf5\x3a\x8b\x7a\x96\x25\x98\x9c\x0f\x6e\x3e\x67\x0b\x13\x5e\x10\xe6\xcb\xa3\xcd\x79\x7f\x7e\x2b\xb8\x7a\x11\x73\x2e\x9d\x7d\x9e\x51\x4f\x2b\x39\xe5\x4a\x5d\xe5\x9b\x3b\xbb\xce\xef\x8a\x31\x08\xa6\xf4\xe1\x07\x96\xd5\x1b\x88\xfc\x42\x3c\xac\x48\xae\x1f\xe5\x16\xee\xe0\xde\x03\x98\x33\x68\xe9\x7f\xfd\x2b\x85\x25\x82\xb2\xf9\xb7\xbf\x59\x5f\xff\x0a\x34\x73\xd0\xa5\xba\xa3\x97\x70\xef\xb0\x5b\x9f\xcc\xd9\x06\xfc\x70\xfe\xc7\xdf\xc4\xaa\x64\xe4\x2a\x0a\x39\xb0\xe5\x0a\xa6\x24\x8c\xf9\x9f\x01\x00\x00\xff\xff\xee\xec\x1c\x80\xa2\xbd\x00\x00")
func confLocaleLocale_zhHkIniBytes() ([]byte, error) {
return bindataRead(
@@ -4557,7 +4578,7 @@ func confLocaleLocale_zhHkIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 46366, mode: os.FileMode(493), modTime: time.Unix(1453724978, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 48546, mode: os.FileMode(493), modTime: time.Unix(1458762973, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -4838,6 +4859,7 @@ var _bindata = map[string]func() (*asset, error){
"conf/locale/locale_de-DE.ini": confLocaleLocale_deDeIni,
"conf/locale/locale_en-US.ini": confLocaleLocale_enUsIni,
"conf/locale/locale_es-ES.ini": confLocaleLocale_esEsIni,
+ "conf/locale/locale_fi-FI.ini": confLocaleLocale_fiFiIni,
"conf/locale/locale_fr-FR.ini": confLocaleLocale_frFrIni,
"conf/locale/locale_it-IT.ini": confLocaleLocale_itItIni,
"conf/locale/locale_ja-JP.ini": confLocaleLocale_jaJpIni,
@@ -5305,6 +5327,8 @@ var _bintree = &bintree{nil, map[string]*bintree{
}},
"locale_es-ES.ini": &bintree{confLocaleLocale_esEsIni, map[string]*bintree{
}},
+ "locale_fi-FI.ini": &bintree{confLocaleLocale_fiFiIni, map[string]*bintree{
+ }},
"locale_fr-FR.ini": &bintree{confLocaleLocale_frFrIni, map[string]*bintree{
}},
"locale_it-IT.ini": &bintree{confLocaleLocale_itItIni, map[string]*bintree{
diff --git a/modules/context/api.go b/modules/context/api.go
new file mode 100644
index 000000000..8d036be9c
--- /dev/null
+++ b/modules/context/api.go
@@ -0,0 +1,71 @@
+// Copyright 2016 The Gogs Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package context
+
+import (
+ "fmt"
+ "strings"
+
+ "github.com/Unknwon/paginater"
+ "gopkg.in/macaron.v1"
+
+ "github.com/gogits/gogs/modules/base"
+ "github.com/gogits/gogs/modules/log"
+ "github.com/gogits/gogs/modules/setting"
+)
+
+type APIContext struct {
+ *Context
+}
+
+// Error responses error message to client with given message.
+// If status is 500, also it prints error to log.
+func (ctx *APIContext) Error(status int, title string, obj interface{}) {
+ var message string
+ if err, ok := obj.(error); ok {
+ message = err.Error()
+ } else {
+ message = obj.(string)
+ }
+
+ if status == 500 {
+ log.Error(4, "%s: %s", title, message)
+ }
+
+ ctx.JSON(status, map[string]string{
+ "message": message,
+ "url": base.DOC_URL,
+ })
+}
+
+func (ctx *APIContext) SetLinkHeader(total, pageSize int) {
+ page := paginater.New(total, pageSize, ctx.QueryInt("page"), 0)
+ links := make([]string, 0, 4)
+ if page.HasNext() {
+ links = append(links, fmt.Sprintf("<%s%s?page=%d>; rel=\"next\"", setting.AppUrl, ctx.Req.URL.Path[1:], page.Next()))
+ }
+ if !page.IsLast() {
+ links = append(links, fmt.Sprintf("<%s%s?page=%d>; rel=\"last\"", setting.AppUrl, ctx.Req.URL.Path[1:], page.TotalPages()))
+ }
+ if !page.IsFirst() {
+ links = append(links, fmt.Sprintf("<%s%s?page=1>; rel=\"first\"", setting.AppUrl, ctx.Req.URL.Path[1:]))
+ }
+ if page.HasPrevious() {
+ links = append(links, fmt.Sprintf("<%s%s?page=%d>; rel=\"prev\"", setting.AppUrl, ctx.Req.URL.Path[1:], page.Previous()))
+ }
+
+ if len(links) > 0 {
+ ctx.Header().Set("Link", strings.Join(links, ","))
+ }
+}
+
+func APIContexter() macaron.Handler {
+ return func(c *Context) {
+ ctx := &APIContext{
+ Context: c,
+ }
+ c.Map(ctx)
+ }
+}
diff --git a/modules/context/auth.go b/modules/context/auth.go
new file mode 100644
index 000000000..422869db2
--- /dev/null
+++ b/modules/context/auth.go
@@ -0,0 +1,87 @@
+// Copyright 2014 The Gogs Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package context
+
+import (
+ "net/url"
+
+ "github.com/go-macaron/csrf"
+ "gopkg.in/macaron.v1"
+
+ "github.com/gogits/gogs/modules/auth"
+ "github.com/gogits/gogs/modules/setting"
+)
+
+type ToggleOptions struct {
+ SignInRequired bool
+ SignOutRequired bool
+ AdminRequired bool
+ DisableCSRF bool
+}
+
+func Toggle(options *ToggleOptions) macaron.Handler {
+ return func(ctx *Context) {
+ // Cannot view any page before installation.
+ if !setting.InstallLock {
+ ctx.Redirect(setting.AppSubUrl + "/install")
+ return
+ }
+
+ // Checking non-logged users landing page.
+ if !ctx.IsSigned && ctx.Req.RequestURI == "/" && setting.LandingPageUrl != setting.LANDING_PAGE_HOME {
+ ctx.Redirect(setting.AppSubUrl + string(setting.LandingPageUrl))
+ return
+ }
+
+ // Redirect to dashboard if user tries to visit any non-login page.
+ if options.SignOutRequired && ctx.IsSigned && ctx.Req.RequestURI != "/" {
+ ctx.Redirect(setting.AppSubUrl + "/")
+ return
+ }
+
+ if !options.SignOutRequired && !options.DisableCSRF && ctx.Req.Method == "POST" && !auth.IsAPIPath(ctx.Req.URL.Path) {
+ csrf.Validate(ctx.Context, ctx.csrf)
+ if ctx.Written() {
+ return
+ }
+ }
+
+ if options.SignInRequired {
+ if !ctx.IsSigned {
+ // Restrict API calls with error message.
+ if auth.IsAPIPath(ctx.Req.URL.Path) {
+ ctx.JSON(403, map[string]string{
+ "message": "Only signed in user is allowed to call APIs.",
+ })
+ return
+ }
+
+ ctx.SetCookie("redirect_to", url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl)
+ ctx.Redirect(setting.AppSubUrl + "/user/login")
+ return
+ } else if !ctx.User.IsActive && setting.Service.RegisterEmailConfirm {
+ ctx.Data["Title"] = ctx.Tr("auth.active_your_account")
+ ctx.HTML(200, "user/auth/activate")
+ return
+ }
+ }
+
+ // Redirect to log in page if auto-signin info is provided and has not signed in.
+ if !options.SignOutRequired && !ctx.IsSigned && !auth.IsAPIPath(ctx.Req.URL.Path) &&
+ len(ctx.GetCookie(setting.CookieUserName)) > 0 {
+ ctx.SetCookie("redirect_to", url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl)
+ ctx.Redirect(setting.AppSubUrl + "/user/login")
+ return
+ }
+
+ if options.AdminRequired {
+ if !ctx.User.IsAdmin {
+ ctx.Error(403)
+ return
+ }
+ ctx.Data["PageIsAdmin"] = true
+ }
+ }
+}
diff --git a/modules/middleware/context.go b/modules/context/context.go
similarity index 73%
rename from modules/middleware/context.go
rename to modules/context/context.go
index d58967b89..348de3257 100644
--- a/modules/middleware/context.go
+++ b/modules/context/context.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package middleware
+package context
import (
"fmt"
@@ -18,8 +18,6 @@ import (
"github.com/go-macaron/session"
"gopkg.in/macaron.v1"
- "github.com/gogits/git-module"
-
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
"github.com/gogits/gogs/modules/base"
@@ -27,27 +25,6 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-type RepoContext struct {
- AccessMode models.AccessMode
- IsWatching bool
- IsViewBranch bool
- IsViewTag bool
- IsViewCommit bool
- Repository *models.Repository
- Owner *models.User
- Commit *git.Commit
- Tag *git.Tag
- GitRepo *git.Repository
- BranchName string
- TagName string
- TreeName string
- CommitID string
- RepoLink string
- CloneLink models.CloneLink
- CommitsCount int64
- Mirror *models.Mirror
-}
-
// Context represents context of a request.
type Context struct {
*macaron.Context
@@ -60,37 +37,8 @@ type Context struct {
IsSigned bool
IsBasicAuth bool
- Repo *RepoContext
-
- Org struct {
- IsOwner bool
- IsMember bool
- IsAdminTeam bool // In owner team or team that has admin permission level.
- Organization *models.User
- OrgLink string
-
- Team *models.Team
- }
-}
-
-// IsOwner returns true if current user is the owner of repository.
-func (r *RepoContext) IsOwner() bool {
- return r.AccessMode >= models.ACCESS_MODE_OWNER
-}
-
-// IsAdmin returns true if current user has admin or higher access of repository.
-func (r *RepoContext) IsAdmin() bool {
- return r.AccessMode >= models.ACCESS_MODE_ADMIN
-}
-
-// IsPusher returns true if current user has write or higher access of repository.
-func (r *RepoContext) IsPusher() bool {
- return r.AccessMode >= models.ACCESS_MODE_WRITE
-}
-
-// Return if the current user has read access for this repository
-func (r *RepoContext) HasAccess() bool {
- return r.AccessMode >= models.ACCESS_MODE_READ
+ Repo *Repository
+ Org *Organization
}
// HasError returns true if error occurs in form validation.
@@ -164,25 +112,6 @@ func (ctx *Context) HandleText(status int, title string) {
ctx.PlainText(status, []byte(title))
}
-// APIError logs error with title if status is 500.
-func (ctx *Context) APIError(status int, title string, obj interface{}) {
- var message string
- if err, ok := obj.(error); ok {
- message = err.Error()
- } else {
- message = obj.(string)
- }
-
- if status == 500 {
- log.Error(4, "%s: %s", title, message)
- }
-
- ctx.JSON(status, map[string]string{
- "message": message,
- "url": base.DOC_URL,
- })
-}
-
func (ctx *Context) ServeContent(name string, r io.ReadSeeker, params ...interface{}) {
modtime := time.Now()
for _, p := range params {
@@ -210,7 +139,10 @@ func Contexter() macaron.Handler {
csrf: x,
Flash: f,
Session: sess,
- Repo: &RepoContext{},
+ Repo: &Repository{
+ PullRequest: &PullRequest{},
+ },
+ Org: &Organization{},
}
// Compute current URL for real-time change language.
ctx.Data["Link"] = setting.AppSubUrl + strings.TrimSuffix(ctx.Req.URL.Path, "/")
diff --git a/modules/middleware/org.go b/modules/context/org.go
similarity index 55%
rename from modules/middleware/org.go
rename to modules/context/org.go
index 37ba4deb1..4cacdf4a1 100644
--- a/modules/middleware/org.go
+++ b/modules/context/org.go
@@ -2,20 +2,34 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package middleware
+package context
import (
+ "strings"
+
"gopkg.in/macaron.v1"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/setting"
)
+type Organization struct {
+ IsOwner bool
+ IsMember bool
+ IsTeamMember bool // Is member of team.
+ IsTeamAdmin bool // In owner team or team that has admin permission level.
+ Organization *models.User
+ OrgLink string
+
+ Team *models.Team
+}
+
func HandleOrgAssignment(ctx *Context, args ...bool) {
var (
- requireMember bool
- requireOwner bool
- requireAdminTeam bool
+ requireMember bool
+ requireOwner bool
+ requireTeamMember bool
+ requireTeamAdmin bool
)
if len(args) >= 1 {
requireMember = args[0]
@@ -24,7 +38,10 @@ func HandleOrgAssignment(ctx *Context, args ...bool) {
requireOwner = args[1]
}
if len(args) >= 3 {
- requireAdminTeam = args[2]
+ requireTeamMember = args[2]
+ }
+ if len(args) >= 4 {
+ requireTeamAdmin = args[3]
}
orgName := ctx.Params(":org")
@@ -52,12 +69,14 @@ func HandleOrgAssignment(ctx *Context, args ...bool) {
if ctx.IsSigned && ctx.User.IsAdmin {
ctx.Org.IsOwner = true
ctx.Org.IsMember = true
- ctx.Org.IsAdminTeam = true
+ ctx.Org.IsTeamMember = true
+ ctx.Org.IsTeamAdmin = true
} else if ctx.IsSigned {
ctx.Org.IsOwner = org.IsOwnedBy(ctx.User.Id)
if ctx.Org.IsOwner {
ctx.Org.IsMember = true
- ctx.Org.IsAdminTeam = true
+ ctx.Org.IsTeamMember = true
+ ctx.Org.IsTeamAdmin = true
} else {
if org.IsOrgMember(ctx.User.Id) {
ctx.Org.IsMember = true
@@ -79,24 +98,50 @@ func HandleOrgAssignment(ctx *Context, args ...bool) {
ctx.Data["OrgLink"] = ctx.Org.OrgLink
// Team.
+ if ctx.Org.IsMember {
+ if ctx.Org.IsOwner {
+ if err := org.GetTeams(); err != nil {
+ ctx.Handle(500, "GetTeams", err)
+ return
+ }
+ } else {
+ if err := org.GetUserTeams(ctx.User.Id); err != nil {
+ ctx.Handle(500, "GetUserTeams", err)
+ return
+ }
+ }
+ }
+
teamName := ctx.Params(":team")
if len(teamName) > 0 {
- ctx.Org.Team, err = org.GetTeam(teamName)
- if err != nil {
- if err == models.ErrTeamNotExist {
- ctx.Handle(404, "GetTeam", err)
- } else {
- ctx.Handle(500, "GetTeam", err)
+ teamExists := false
+ for _, team := range org.Teams {
+ if team.LowerName == strings.ToLower(teamName) {
+ teamExists = true
+ ctx.Org.Team = team
+ ctx.Org.IsTeamMember = true
+ ctx.Data["Team"] = ctx.Org.Team
+ break
}
+ }
+
+ if !teamExists {
+ ctx.Handle(404, "OrgAssignment", err)
+ return
+ }
+
+ ctx.Data["IsTeamMember"] = ctx.Org.IsTeamMember
+ if requireTeamMember && !ctx.Org.IsTeamMember {
+ ctx.Handle(404, "OrgAssignment", err)
+ return
+ }
+
+ ctx.Org.IsTeamAdmin = ctx.Org.Team.IsOwnerTeam() || ctx.Org.Team.Authorize >= models.ACCESS_MODE_ADMIN
+ ctx.Data["IsTeamAdmin"] = ctx.Org.IsTeamAdmin
+ if requireTeamAdmin && !ctx.Org.IsTeamAdmin {
+ ctx.Handle(404, "OrgAssignment", err)
return
}
- ctx.Data["Team"] = ctx.Org.Team
- ctx.Org.IsAdminTeam = ctx.Org.Team.IsOwnerTeam() || ctx.Org.Team.Authorize >= models.ACCESS_MODE_ADMIN
- }
- ctx.Data["IsAdminTeam"] = ctx.Org.IsAdminTeam
- if requireAdminTeam && !ctx.Org.IsAdminTeam {
- ctx.Handle(404, "OrgAssignment", err)
- return
}
}
diff --git a/modules/middleware/repo.go b/modules/context/repo.go
similarity index 77%
rename from modules/middleware/repo.go
rename to modules/context/repo.go
index 9ceb9903d..a330da5c3 100644
--- a/modules/middleware/repo.go
+++ b/modules/context/repo.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package middleware
+package context
import (
"fmt"
@@ -18,6 +18,56 @@ import (
"github.com/gogits/gogs/modules/setting"
)
+type PullRequest struct {
+ BaseRepo *models.Repository
+ Allowed bool
+ SameRepo bool
+ HeadInfo string // [:]
+}
+
+type Repository struct {
+ AccessMode models.AccessMode
+ IsWatching bool
+ IsViewBranch bool
+ IsViewTag bool
+ IsViewCommit bool
+ Repository *models.Repository
+ Owner *models.User
+ Commit *git.Commit
+ Tag *git.Tag
+ GitRepo *git.Repository
+ BranchName string
+ TagName string
+ TreeName string
+ CommitID string
+ RepoLink string
+ CloneLink models.CloneLink
+ CommitsCount int64
+ Mirror *models.Mirror
+
+ PullRequest *PullRequest
+}
+
+// IsOwner returns true if current user is the owner of repository.
+func (r *Repository) IsOwner() bool {
+ return r.AccessMode >= models.ACCESS_MODE_OWNER
+}
+
+// IsAdmin returns true if current user has admin or higher access of repository.
+func (r *Repository) IsAdmin() bool {
+ return r.AccessMode >= models.ACCESS_MODE_ADMIN
+}
+
+// IsWriter returns true if current user has write or higher access of repository.
+func (r *Repository) IsWriter() bool {
+ return r.AccessMode >= models.ACCESS_MODE_WRITE
+}
+
+// HasAccess returns true if the current user has at least read access for this repository
+func (r *Repository) HasAccess() bool {
+ return r.AccessMode >= models.ACCESS_MODE_READ
+}
+
func RetrieveBaseRepo(ctx *Context, repo *models.Repository) {
// Non-fork repository will not return error in this method.
if err := repo.GetBaseRepo(); err != nil {
@@ -32,25 +82,6 @@ func RetrieveBaseRepo(ctx *Context, repo *models.Repository) {
ctx.Handle(500, "BaseRepo.GetOwner", err)
return
}
-
- bsaeRepo := repo.BaseRepo
- baseGitRepo, err := git.OpenRepository(models.RepoPath(bsaeRepo.Owner.Name, bsaeRepo.Name))
- if err != nil {
- ctx.Handle(500, "OpenRepository", err)
- return
- }
- if len(bsaeRepo.DefaultBranch) > 0 && baseGitRepo.IsBranchExist(bsaeRepo.DefaultBranch) {
- ctx.Data["BaseDefaultBranch"] = bsaeRepo.DefaultBranch
- } else {
- baseBranches, err := baseGitRepo.GetBranches()
- if err != nil {
- ctx.Handle(500, "GetBranches", err)
- return
- }
- if len(baseBranches) > 0 {
- ctx.Data["BaseDefaultBranch"] = baseBranches[0]
- }
- }
}
func RepoAssignment(args ...bool) macaron.Handler {
@@ -154,22 +185,14 @@ func RepoAssignment(args ...bool) macaron.Handler {
ctx.Data["Tags"] = tags
ctx.Repo.Repository.NumTags = len(tags)
- if repo.IsFork {
- RetrieveBaseRepo(ctx, repo)
- if ctx.Written() {
- return
- }
- }
-
ctx.Data["Title"] = owner.Name + "/" + repo.Name
ctx.Data["Repository"] = repo
ctx.Data["Owner"] = ctx.Repo.Repository.Owner
ctx.Data["IsRepositoryOwner"] = ctx.Repo.IsOwner()
ctx.Data["IsRepositoryAdmin"] = ctx.Repo.IsAdmin()
- ctx.Data["IsRepositoryPusher"] = ctx.Repo.IsPusher()
- ctx.Data["CanPullRequest"] = ctx.Repo.IsAdmin() && repo.BaseRepo != nil && repo.BaseRepo.EnablePulls
+ ctx.Data["IsRepositoryWriter"] = ctx.Repo.IsWriter()
- ctx.Data["DisableSSH"] = setting.DisableSSH
+ ctx.Data["DisableSSH"] = setting.SSH.Disabled
ctx.Data["CloneLink"] = repo.CloneLink()
ctx.Data["WikiCloneLink"] = repo.WikiCloneLink()
@@ -210,13 +233,43 @@ func RepoAssignment(args ...bool) macaron.Handler {
ctx.Repo.BranchName = brs[0]
}
}
-
ctx.Data["BranchName"] = ctx.Repo.BranchName
ctx.Data["CommitID"] = ctx.Repo.CommitID
+ if repo.IsFork {
+ RetrieveBaseRepo(ctx, repo)
+ if ctx.Written() {
+ return
+ }
+ }
+
+ // People who have push access and propose a new pull request.
+ if ctx.Repo.IsWriter() {
+ // Pull request is allowed if this is a fork repository
+ // and base repository accepts pull requests.
+ if repo.BaseRepo != nil {
+ if repo.BaseRepo.AllowsPulls() {
+ ctx.Data["BaseRepo"] = repo.BaseRepo
+ ctx.Repo.PullRequest.BaseRepo = repo.BaseRepo
+ ctx.Repo.PullRequest.Allowed = true
+ ctx.Repo.PullRequest.HeadInfo = ctx.Repo.Owner.Name + ":" + ctx.Repo.BranchName
+ }
+ } else {
+ // Or, this is repository accepts pull requests between branches.
+ if repo.AllowsPulls() {
+ ctx.Data["BaseRepo"] = repo
+ ctx.Repo.PullRequest.BaseRepo = repo
+ ctx.Repo.PullRequest.Allowed = true
+ ctx.Repo.PullRequest.SameRepo = true
+ ctx.Repo.PullRequest.HeadInfo = ctx.Repo.BranchName
+ }
+ }
+ }
+ ctx.Data["PullRequestCtx"] = ctx.Repo.PullRequest
+
if ctx.Query("go-get") == "1" {
ctx.Data["GoGetImport"] = path.Join(setting.Domain, setting.AppSubUrl, owner.Name, repo.Name)
- prefix := path.Join(setting.AppUrl, owner.Name, repo.Name, "src", ctx.Repo.BranchName)
+ prefix := setting.AppUrl + path.Join(owner.Name, repo.Name, "src", ctx.Repo.BranchName)
ctx.Data["GoDocDirectory"] = prefix + "{/dir}"
ctx.Data["GoDocFile"] = prefix + "{/dir}/{file}#L{line}"
}
@@ -337,16 +390,16 @@ func RepoRef() macaron.Handler {
func RequireRepoAdmin() macaron.Handler {
return func(ctx *Context) {
- if !ctx.Repo.IsAdmin() {
+ if !ctx.IsSigned || (!ctx.Repo.IsAdmin() && !ctx.User.IsAdmin) {
ctx.Handle(404, ctx.Req.RequestURI, nil)
return
}
}
}
-func RequireRepoPusher() macaron.Handler {
+func RequireRepoWriter() macaron.Handler {
return func(ctx *Context) {
- if !ctx.Repo.IsPusher() {
+ if !ctx.IsSigned || (!ctx.Repo.IsWriter() && !ctx.User.IsAdmin) {
ctx.Handle(404, ctx.Req.RequestURI, nil)
return
}
diff --git a/modules/cron/constantdelay.go b/modules/cron/constantdelay.go
deleted file mode 100644
index cd6e7b1be..000000000
--- a/modules/cron/constantdelay.go
+++ /dev/null
@@ -1,27 +0,0 @@
-package cron
-
-import "time"
-
-// ConstantDelaySchedule represents a simple recurring duty cycle, e.g. "Every 5 minutes".
-// It does not support jobs more frequent than once a second.
-type ConstantDelaySchedule struct {
- Delay time.Duration
-}
-
-// Every returns a crontab Schedule that activates once every duration.
-// Delays of less than a second are not supported (will round up to 1 second).
-// Any fields less than a Second are truncated.
-func Every(duration time.Duration) ConstantDelaySchedule {
- if duration < time.Second {
- duration = time.Second
- }
- return ConstantDelaySchedule{
- Delay: duration - time.Duration(duration.Nanoseconds())%time.Second,
- }
-}
-
-// Next returns the next time this should be run.
-// This rounds so that the next activation time will be on the second.
-func (schedule ConstantDelaySchedule) Next(t time.Time) time.Time {
- return t.Add(schedule.Delay - time.Duration(t.Nanosecond())*time.Nanosecond)
-}
diff --git a/modules/cron/constantdelay_test.go b/modules/cron/constantdelay_test.go
deleted file mode 100644
index f43a58ad2..000000000
--- a/modules/cron/constantdelay_test.go
+++ /dev/null
@@ -1,54 +0,0 @@
-package cron
-
-import (
- "testing"
- "time"
-)
-
-func TestConstantDelayNext(t *testing.T) {
- tests := []struct {
- time string
- delay time.Duration
- expected string
- }{
- // Simple cases
- {"Mon Jul 9 14:45 2012", 15*time.Minute + 50*time.Nanosecond, "Mon Jul 9 15:00 2012"},
- {"Mon Jul 9 14:59 2012", 15 * time.Minute, "Mon Jul 9 15:14 2012"},
- {"Mon Jul 9 14:59:59 2012", 15 * time.Minute, "Mon Jul 9 15:14:59 2012"},
-
- // Wrap around hours
- {"Mon Jul 9 15:45 2012", 35 * time.Minute, "Mon Jul 9 16:20 2012"},
-
- // Wrap around days
- {"Mon Jul 9 23:46 2012", 14 * time.Minute, "Tue Jul 10 00:00 2012"},
- {"Mon Jul 9 23:45 2012", 35 * time.Minute, "Tue Jul 10 00:20 2012"},
- {"Mon Jul 9 23:35:51 2012", 44*time.Minute + 24*time.Second, "Tue Jul 10 00:20:15 2012"},
- {"Mon Jul 9 23:35:51 2012", 25*time.Hour + 44*time.Minute + 24*time.Second, "Thu Jul 11 01:20:15 2012"},
-
- // Wrap around months
- {"Mon Jul 9 23:35 2012", 91*24*time.Hour + 25*time.Minute, "Thu Oct 9 00:00 2012"},
-
- // Wrap around minute, hour, day, month, and year
- {"Mon Dec 31 23:59:45 2012", 15 * time.Second, "Tue Jan 1 00:00:00 2013"},
-
- // Round to nearest second on the delay
- {"Mon Jul 9 14:45 2012", 15*time.Minute + 50*time.Nanosecond, "Mon Jul 9 15:00 2012"},
-
- // Round up to 1 second if the duration is less.
- {"Mon Jul 9 14:45:00 2012", 15 * time.Millisecond, "Mon Jul 9 14:45:01 2012"},
-
- // Round to nearest second when calculating the next time.
- {"Mon Jul 9 14:45:00.005 2012", 15 * time.Minute, "Mon Jul 9 15:00 2012"},
-
- // Round to nearest second for both.
- {"Mon Jul 9 14:45:00.005 2012", 15*time.Minute + 50*time.Nanosecond, "Mon Jul 9 15:00 2012"},
- }
-
- for _, c := range tests {
- actual := Every(c.delay).Next(getTime(c.time))
- expected := getTime(c.expected)
- if actual != expected {
- t.Errorf("%s, \"%s\": (expected) %v != %v (actual)", c.time, c.delay, expected, actual)
- }
- }
-}
diff --git a/modules/cron/cron.go b/modules/cron/cron.go
index 3491afac9..7695b974b 100644
--- a/modules/cron/cron.go
+++ b/modules/cron/cron.go
@@ -1,4 +1,3 @@
-// Copyright 2012 Rob Figueiredo. All rights reserved.
// Copyright 2014 The Gogs Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
@@ -6,207 +5,59 @@
package cron
import (
- "sort"
"time"
-)
-
-// Cron keeps track of any number of entries, invoking the associated func as
-// specified by the schedule. It may be started, stopped, and the entries may
-// be inspected while running.
-type Cron struct {
- entries []*Entry
- stop chan struct{}
- add chan *Entry
- snapshot chan []*Entry
- running bool
-}
-
-// Job is an interface for submitted cron jobs.
-type Job interface {
- Run()
-}
-
-// The Schedule describes a job's duty cycle.
-type Schedule interface {
- // Return the next activation time, later than the given time.
- // Next is invoked initially, and then each time the job is run.
- Next(time.Time) time.Time
-}
-
-// Entry consists of a schedule and the func to execute on that schedule.
-type Entry struct {
- Description string
- Spec string
-
- // The schedule on which this job should be run.
- Schedule Schedule
-
- // The next time the job will run. This is the zero time if Cron has not been
- // started or this entry's schedule is unsatisfiable
- Next time.Time
-
- // The last time this job was run. This is the zero time if the job has never
- // been run.
- Prev time.Time
-
- // The Job to run.
- Job Job
-
- ExecTimes int // Execute times count.
-}
-
-// byTime is a wrapper for sorting the entry array by time
-// (with zero time at the end).
-type byTime []*Entry
-
-func (s byTime) Len() int { return len(s) }
-func (s byTime) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
-func (s byTime) Less(i, j int) bool {
- // Two zero times should return false.
- // Otherwise, zero is "greater" than any other time.
- // (To sort it at the end of the list.)
- if s[i].Next.IsZero() {
- return false
- }
- if s[j].Next.IsZero() {
- return true
- }
- return s[i].Next.Before(s[j].Next)
-}
-
-// New returns a new Cron job runner.
-func New() *Cron {
- return &Cron{
- entries: nil,
- add: make(chan *Entry),
- stop: make(chan struct{}),
- snapshot: make(chan []*Entry),
- running: false,
- }
-}
-
-// A wrapper that turns a func() into a cron.Job
-type FuncJob func()
-
-func (f FuncJob) Run() { f() }
-
-// AddFunc adds a func to the Cron to be run on the given schedule.
-func (c *Cron) AddFunc(desc, spec string, cmd func()) (*Entry, error) {
- return c.AddJob(desc, spec, FuncJob(cmd))
-}
-// AddFunc adds a Job to the Cron to be run on the given schedule.
-func (c *Cron) AddJob(desc, spec string, cmd Job) (*Entry, error) {
- schedule, err := Parse(spec)
- if err != nil {
- return nil, err
- }
- return c.Schedule(desc, spec, schedule, cmd), nil
-}
+ "github.com/gogits/cron"
-// Schedule adds a Job to the Cron to be run on the given schedule.
-func (c *Cron) Schedule(desc, spec string, schedule Schedule, cmd Job) *Entry {
- entry := &Entry{
- Description: desc,
- Spec: spec,
- Schedule: schedule,
- Job: cmd,
- }
- if c.running {
- c.add <- entry
- } else {
- c.entries = append(c.entries, entry)
- }
- return entry
-}
+ "github.com/gogits/gogs/models"
+ "github.com/gogits/gogs/modules/log"
+ "github.com/gogits/gogs/modules/setting"
+)
-// Entries returns a snapshot of the cron entries.
-func (c *Cron) Entries() []*Entry {
- if c.running {
- c.snapshot <- nil
- x := <-c.snapshot
- return x
+var c = cron.New()
+
+func NewContext() {
+ var (
+ entry *cron.Entry
+ err error
+ )
+ if setting.Cron.UpdateMirror.Enabled {
+ entry, err = c.AddFunc("Update mirrors", setting.Cron.UpdateMirror.Schedule, models.MirrorUpdate)
+ if err != nil {
+ log.Fatal(4, "Cron[Update mirrors]: %v", err)
+ }
+ if setting.Cron.UpdateMirror.RunAtStart {
+ entry.Prev = time.Now()
+ entry.ExecTimes++
+ go models.MirrorUpdate()
+ }
}
- return c.entrySnapshot()
-}
-
-// Start the cron scheduler in its own go-routine.
-func (c *Cron) Start() {
- c.running = true
- go c.run()
-}
-
-// Run the scheduler.. this is private just due to the need to synchronize
-// access to the 'running' state variable.
-func (c *Cron) run() {
- // Figure out the next activation times for each entry.
- now := time.Now().Local()
- for _, entry := range c.entries {
- entry.Next = entry.Schedule.Next(now)
+ if setting.Cron.RepoHealthCheck.Enabled {
+ entry, err = c.AddFunc("Repository health check", setting.Cron.RepoHealthCheck.Schedule, models.GitFsck)
+ if err != nil {
+ log.Fatal(4, "Cron[Repository health check]: %v", err)
+ }
+ if setting.Cron.RepoHealthCheck.RunAtStart {
+ entry.Prev = time.Now()
+ entry.ExecTimes++
+ go models.GitFsck()
+ }
}
-
- for {
- // Determine the next entry to run.
- sort.Sort(byTime(c.entries))
-
- var effective time.Time
- if len(c.entries) == 0 || c.entries[0].Next.IsZero() {
- // If there are no entries yet, just sleep - it still handles new entries
- // and stop requests.
- effective = now.AddDate(10, 0, 0)
- } else {
- effective = c.entries[0].Next
+ if setting.Cron.CheckRepoStats.Enabled {
+ entry, err = c.AddFunc("Check repository statistics", setting.Cron.CheckRepoStats.Schedule, models.CheckRepoStats)
+ if err != nil {
+ log.Fatal(4, "Cron[Check repository statistics]: %v", err)
}
-
- select {
- case now = <-time.After(effective.Sub(now)):
- // Run every entry whose next time was this effective time.
- for _, e := range c.entries {
- if e.Next != effective {
- break
- }
- go e.Job.Run()
- e.ExecTimes++
- e.Prev = e.Next
- e.Next = e.Schedule.Next(effective)
- }
- continue
-
- case newEntry := <-c.add:
- c.entries = append(c.entries, newEntry)
- newEntry.Next = newEntry.Schedule.Next(now)
-
- case <-c.snapshot:
- c.snapshot <- c.entrySnapshot()
-
- case <-c.stop:
- return
+ if setting.Cron.CheckRepoStats.RunAtStart {
+ entry.Prev = time.Now()
+ entry.ExecTimes++
+ go models.CheckRepoStats()
}
-
- // 'now' should be updated after newEntry and snapshot cases.
- now = time.Now().Local()
}
+ c.Start()
}
-// Stop the cron scheduler.
-func (c *Cron) Stop() {
- c.stop <- struct{}{}
- c.running = false
-}
-
-// entrySnapshot returns a copy of the current cron entry list.
-func (c *Cron) entrySnapshot() []*Entry {
- entries := make([]*Entry, 0, len(c.entries))
- for _, e := range c.entries {
- entries = append(entries, &Entry{
- Description: e.Description,
- Spec: e.Spec,
- Schedule: e.Schedule,
- Next: e.Next,
- Prev: e.Prev,
- Job: e.Job,
- ExecTimes: e.ExecTimes,
- })
- }
- return entries
+// ListTasks returns all running cron tasks.
+func ListTasks() []*cron.Entry {
+ return c.Entries()
}
diff --git a/modules/cron/cron_test.go b/modules/cron/cron_test.go
deleted file mode 100644
index 417247a05..000000000
--- a/modules/cron/cron_test.go
+++ /dev/null
@@ -1,255 +0,0 @@
-package cron
-
-import (
- "fmt"
- "sync"
- "testing"
- "time"
-)
-
-// Many tests schedule a job for every second, and then wait at most a second
-// for it to run. This amount is just slightly larger than 1 second to
-// compensate for a few milliseconds of runtime.
-const ONE_SECOND = 1*time.Second + 10*time.Millisecond
-
-// Start and stop cron with no entries.
-func TestNoEntries(t *testing.T) {
- cron := New()
- cron.Start()
-
- select {
- case <-time.After(ONE_SECOND):
- t.FailNow()
- case <-stop(cron):
- }
-}
-
-// Start, stop, then add an entry. Verify entry doesn't run.
-func TestStopCausesJobsToNotRun(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(1)
-
- cron := New()
- cron.Start()
- cron.Stop()
- cron.AddFunc("", "* * * * * ?", func() { wg.Done() })
-
- select {
- case <-time.After(ONE_SECOND):
- // No job ran!
- case <-wait(wg):
- t.FailNow()
- }
-}
-
-// Add a job, start cron, expect it runs.
-func TestAddBeforeRunning(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(1)
-
- cron := New()
- cron.AddFunc("", "* * * * * ?", func() { wg.Done() })
- cron.Start()
- defer cron.Stop()
-
- // Give cron 2 seconds to run our job (which is always activated).
- select {
- case <-time.After(ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-}
-
-// Start cron, add a job, expect it runs.
-func TestAddWhileRunning(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(1)
-
- cron := New()
- cron.Start()
- defer cron.Stop()
- cron.AddFunc("", "* * * * * ?", func() { wg.Done() })
-
- select {
- case <-time.After(ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-}
-
-// Test timing with Entries.
-func TestSnapshotEntries(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(1)
-
- cron := New()
- cron.AddFunc("", "@every 2s", func() { wg.Done() })
- cron.Start()
- defer cron.Stop()
-
- // Cron should fire in 2 seconds. After 1 second, call Entries.
- select {
- case <-time.After(ONE_SECOND):
- cron.Entries()
- }
-
- // Even though Entries was called, the cron should fire at the 2 second mark.
- select {
- case <-time.After(ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-
-}
-
-// Test that the entries are correctly sorted.
-// Add a bunch of long-in-the-future entries, and an immediate entry, and ensure
-// that the immediate entry runs immediately.
-// Also: Test that multiple jobs run in the same instant.
-func TestMultipleEntries(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(2)
-
- cron := New()
- cron.AddFunc("", "0 0 0 1 1 ?", func() {})
- cron.AddFunc("", "* * * * * ?", func() { wg.Done() })
- cron.AddFunc("", "0 0 0 31 12 ?", func() {})
- cron.AddFunc("", "* * * * * ?", func() { wg.Done() })
-
- cron.Start()
- defer cron.Stop()
-
- select {
- case <-time.After(ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-}
-
-// Test running the same job twice.
-func TestRunningJobTwice(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(2)
-
- cron := New()
- cron.AddFunc("", "0 0 0 1 1 ?", func() {})
- cron.AddFunc("", "0 0 0 31 12 ?", func() {})
- cron.AddFunc("", "* * * * * ?", func() { wg.Done() })
-
- cron.Start()
- defer cron.Stop()
-
- select {
- case <-time.After(2 * ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-}
-
-func TestRunningMultipleSchedules(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(2)
-
- cron := New()
- cron.AddFunc("", "0 0 0 1 1 ?", func() {})
- cron.AddFunc("", "0 0 0 31 12 ?", func() {})
- cron.AddFunc("", "* * * * * ?", func() { wg.Done() })
- cron.Schedule("", "", Every(time.Minute), FuncJob(func() {}))
- cron.Schedule("", "", Every(time.Second), FuncJob(func() { wg.Done() }))
- cron.Schedule("", "", Every(time.Hour), FuncJob(func() {}))
-
- cron.Start()
- defer cron.Stop()
-
- select {
- case <-time.After(2 * ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-}
-
-// Test that the cron is run in the local time zone (as opposed to UTC).
-func TestLocalTimezone(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(1)
-
- now := time.Now().Local()
- spec := fmt.Sprintf("%d %d %d %d %d ?",
- now.Second()+1, now.Minute(), now.Hour(), now.Day(), now.Month())
-
- cron := New()
- cron.AddFunc("", spec, func() { wg.Done() })
- cron.Start()
- defer cron.Stop()
-
- select {
- case <-time.After(ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-}
-
-type testJob struct {
- wg *sync.WaitGroup
- name string
-}
-
-func (t testJob) Run() {
- t.wg.Done()
-}
-
-// Simple test using Runnables.
-func TestJob(t *testing.T) {
- wg := &sync.WaitGroup{}
- wg.Add(1)
-
- cron := New()
- cron.AddJob("", "0 0 0 30 Feb ?", testJob{wg, "job0"})
- cron.AddJob("", "0 0 0 1 1 ?", testJob{wg, "job1"})
- cron.AddJob("", "* * * * * ?", testJob{wg, "job2"})
- cron.AddJob("", "1 0 0 1 1 ?", testJob{wg, "job3"})
- cron.Schedule("", "", Every(5*time.Second+5*time.Nanosecond), testJob{wg, "job4"})
- cron.Schedule("", "", Every(5*time.Minute), testJob{wg, "job5"})
-
- cron.Start()
- defer cron.Stop()
-
- select {
- case <-time.After(ONE_SECOND):
- t.FailNow()
- case <-wait(wg):
- }
-
- // Ensure the entries are in the right order.
- expecteds := []string{"job2", "job4", "job5", "job1", "job3", "job0"}
-
- var actuals []string
- for _, entry := range cron.Entries() {
- actuals = append(actuals, entry.Job.(testJob).name)
- }
-
- for i, expected := range expecteds {
- if actuals[i] != expected {
- t.Errorf("Jobs not in the right order. (expected) %s != %s (actual)", expecteds, actuals)
- t.FailNow()
- }
- }
-}
-
-func wait(wg *sync.WaitGroup) chan bool {
- ch := make(chan bool)
- go func() {
- wg.Wait()
- ch <- true
- }()
- return ch
-}
-
-func stop(cron *Cron) chan bool {
- ch := make(chan bool)
- go func() {
- cron.Stop()
- ch <- true
- }()
- return ch
-}
diff --git a/modules/cron/doc.go b/modules/cron/doc.go
deleted file mode 100644
index 258fe1eff..000000000
--- a/modules/cron/doc.go
+++ /dev/null
@@ -1,129 +0,0 @@
-/*
-Package cron implements a cron spec parser and job runner.
-
-Usage
-
-Callers may register Funcs to be invoked on a given schedule. Cron will run
-them in their own goroutines.
-
- c := cron.New()
- c.AddFunc("Every hour on the half hour","0 30 * * * *", func() { fmt.Println("Every hour on the half hour") })
- c.AddFunc("Every hour","@hourly", func() { fmt.Println("Every hour") })
- c.AddFunc("Every hour and a half","@every 1h30m", func() { fmt.Println("Every hour thirty") })
- c.Start()
- ..
- // Funcs are invoked in their own goroutine, asynchronously.
- ...
- // Funcs may also be added to a running Cron
- c.AddFunc("@daily", func() { fmt.Println("Every day") })
- ..
- // Inspect the cron job entries' next and previous run times.
- inspect(c.Entries())
- ..
- c.Stop() // Stop the scheduler (does not stop any jobs already running).
-
-CRON Expression Format
-
-A cron expression represents a set of times, using 6 space-separated fields.
-
- Field name | Mandatory? | Allowed values | Allowed special characters
- ---------- | ---------- | -------------- | --------------------------
- Seconds | Yes | 0-59 | * / , -
- Minutes | Yes | 0-59 | * / , -
- Hours | Yes | 0-23 | * / , -
- Day of month | Yes | 1-31 | * / , - ?
- Month | Yes | 1-12 or JAN-DEC | * / , -
- Day of week | Yes | 0-6 or SUN-SAT | * / , - ?
-
-Note: Month and Day-of-week field values are case insensitive. "SUN", "Sun",
-and "sun" are equally accepted.
-
-Special Characters
-
-Asterisk ( * )
-
-The asterisk indicates that the cron expression will match for all values of the
-field; e.g., using an asterisk in the 5th field (month) would indicate every
-month.
-
-Slash ( / )
-
-Slashes are used to describe increments of ranges. For example 3-59/15 in the
-1st field (minutes) would indicate the 3rd minute of the hour and every 15
-minutes thereafter. The form "*\/..." is equivalent to the form "first-last/...",
-that is, an increment over the largest possible range of the field. The form
-"N/..." is accepted as meaning "N-MAX/...", that is, starting at N, use the
-increment until the end of that specific range. It does not wrap around.
-
-Comma ( , )
-
-Commas are used to separate items of a list. For example, using "MON,WED,FRI" in
-the 5th field (day of week) would mean Mondays, Wednesdays and Fridays.
-
-Hyphen ( - )
-
-Hyphens are used to define ranges. For example, 9-17 would indicate every
-hour between 9am and 5pm inclusive.
-
-Question mark ( ? )
-
-Question mark may be used instead of '*' for leaving either day-of-month or
-day-of-week blank.
-
-Predefined schedules
-
-You may use one of several pre-defined schedules in place of a cron expression.
-
- Entry | Description | Equivalent To
- ----- | ----------- | -------------
- @yearly (or @annually) | Run once a year, midnight, Jan. 1st | 0 0 0 1 1 *
- @monthly | Run once a month, midnight, first of month | 0 0 0 1 * *
- @weekly | Run once a week, midnight on Sunday | 0 0 0 * * 0
- @daily (or @midnight) | Run once a day, midnight | 0 0 0 * * *
- @hourly | Run once an hour, beginning of hour | 0 0 * * * *
-
-Intervals
-
-You may also schedule a job to execute at fixed intervals. This is supported by
-formatting the cron spec like this:
-
- @every
-
-where "duration" is a string accepted by time.ParseDuration
-(http://golang.org/pkg/time/#ParseDuration).
-
-For example, "@every 1h30m10s" would indicate a schedule that activates every
-1 hour, 30 minutes, 10 seconds.
-
-Note: The interval does not take the job runtime into account. For example,
-if a job takes 3 minutes to run, and it is scheduled to run every 5 minutes,
-it will have only 2 minutes of idle time between each run.
-
-Time zones
-
-All interpretation and scheduling is done in the machine's local time zone (as
-provided by the Go time package (http://www.golang.org/pkg/time).
-
-Be aware that jobs scheduled during daylight-savings leap-ahead transitions will
-not be run!
-
-Thread safety
-
-Since the Cron service runs concurrently with the calling code, some amount of
-care must be taken to ensure proper synchronization.
-
-All cron methods are designed to be correctly synchronized as long as the caller
-ensures that invocations have a clear happens-before ordering between them.
-
-Implementation
-
-Cron entries are stored in an array, sorted by their next activation time. Cron
-sleeps until the next job is due to be run.
-
-Upon waking:
- - it runs each entry that is active on that second
- - it calculates the next run times for the jobs that were run
- - it re-sorts the array of entries by next activation time.
- - it goes to sleep until the soonest job.
-*/
-package cron
diff --git a/modules/cron/parser.go b/modules/cron/parser.go
deleted file mode 100644
index 4224fa930..000000000
--- a/modules/cron/parser.go
+++ /dev/null
@@ -1,231 +0,0 @@
-package cron
-
-import (
- "fmt"
- "log"
- "math"
- "strconv"
- "strings"
- "time"
-)
-
-// Parse returns a new crontab schedule representing the given spec.
-// It returns a descriptive error if the spec is not valid.
-//
-// It accepts
-// - Full crontab specs, e.g. "* * * * * ?"
-// - Descriptors, e.g. "@midnight", "@every 1h30m"
-func Parse(spec string) (_ Schedule, err error) {
- // Convert panics into errors
- defer func() {
- if recovered := recover(); recovered != nil {
- err = fmt.Errorf("%v", recovered)
- }
- }()
-
- if spec[0] == '@' {
- return parseDescriptor(spec), nil
- }
-
- // Split on whitespace. We require 5 or 6 fields.
- // (second) (minute) (hour) (day of month) (month) (day of week, optional)
- fields := strings.Fields(spec)
- if len(fields) != 5 && len(fields) != 6 {
- log.Panicf("Expected 5 or 6 fields, found %d: %s", len(fields), spec)
- }
-
- // If a sixth field is not provided (DayOfWeek), then it is equivalent to star.
- if len(fields) == 5 {
- fields = append(fields, "*")
- }
-
- schedule := &SpecSchedule{
- Second: getField(fields[0], seconds),
- Minute: getField(fields[1], minutes),
- Hour: getField(fields[2], hours),
- Dom: getField(fields[3], dom),
- Month: getField(fields[4], months),
- Dow: getField(fields[5], dow),
- }
-
- return schedule, nil
-}
-
-// getField returns an Int with the bits set representing all of the times that
-// the field represents. A "field" is a comma-separated list of "ranges".
-func getField(field string, r bounds) uint64 {
- // list = range {"," range}
- var bits uint64
- ranges := strings.FieldsFunc(field, func(r rune) bool { return r == ',' })
- for _, expr := range ranges {
- bits |= getRange(expr, r)
- }
- return bits
-}
-
-// getRange returns the bits indicated by the given expression:
-// number | number "-" number [ "/" number ]
-func getRange(expr string, r bounds) uint64 {
-
- var (
- start, end, step uint
- rangeAndStep = strings.Split(expr, "/")
- lowAndHigh = strings.Split(rangeAndStep[0], "-")
- singleDigit = len(lowAndHigh) == 1
- )
-
- var extra_star uint64
- if lowAndHigh[0] == "*" || lowAndHigh[0] == "?" {
- start = r.min
- end = r.max
- extra_star = starBit
- } else {
- start = parseIntOrName(lowAndHigh[0], r.names)
- switch len(lowAndHigh) {
- case 1:
- end = start
- case 2:
- end = parseIntOrName(lowAndHigh[1], r.names)
- default:
- log.Panicf("Too many hyphens: %s", expr)
- }
- }
-
- switch len(rangeAndStep) {
- case 1:
- step = 1
- case 2:
- step = mustParseInt(rangeAndStep[1])
-
- // Special handling: "N/step" means "N-max/step".
- if singleDigit {
- end = r.max
- }
- default:
- log.Panicf("Too many slashes: %s", expr)
- }
-
- if start < r.min {
- log.Panicf("Beginning of range (%d) below minimum (%d): %s", start, r.min, expr)
- }
- if end > r.max {
- log.Panicf("End of range (%d) above maximum (%d): %s", end, r.max, expr)
- }
- if start > end {
- log.Panicf("Beginning of range (%d) beyond end of range (%d): %s", start, end, expr)
- }
-
- return getBits(start, end, step) | extra_star
-}
-
-// parseIntOrName returns the (possibly-named) integer contained in expr.
-func parseIntOrName(expr string, names map[string]uint) uint {
- if names != nil {
- if namedInt, ok := names[strings.ToLower(expr)]; ok {
- return namedInt
- }
- }
- return mustParseInt(expr)
-}
-
-// mustParseInt parses the given expression as an int or panics.
-func mustParseInt(expr string) uint {
- num, err := strconv.Atoi(expr)
- if err != nil {
- log.Panicf("Failed to parse int from %s: %s", expr, err)
- }
- if num < 0 {
- log.Panicf("Negative number (%d) not allowed: %s", num, expr)
- }
-
- return uint(num)
-}
-
-// getBits sets all bits in the range [min, max], modulo the given step size.
-func getBits(min, max, step uint) uint64 {
- var bits uint64
-
- // If step is 1, use shifts.
- if step == 1 {
- return ^(math.MaxUint64 << (max + 1)) & (math.MaxUint64 << min)
- }
-
- // Else, use a simple loop.
- for i := min; i <= max; i += step {
- bits |= 1 << i
- }
- return bits
-}
-
-// all returns all bits within the given bounds. (plus the star bit)
-func all(r bounds) uint64 {
- return getBits(r.min, r.max, 1) | starBit
-}
-
-// parseDescriptor returns a pre-defined schedule for the expression, or panics
-// if none matches.
-func parseDescriptor(spec string) Schedule {
- switch spec {
- case "@yearly", "@annually":
- return &SpecSchedule{
- Second: 1 << seconds.min,
- Minute: 1 << minutes.min,
- Hour: 1 << hours.min,
- Dom: 1 << dom.min,
- Month: 1 << months.min,
- Dow: all(dow),
- }
-
- case "@monthly":
- return &SpecSchedule{
- Second: 1 << seconds.min,
- Minute: 1 << minutes.min,
- Hour: 1 << hours.min,
- Dom: 1 << dom.min,
- Month: all(months),
- Dow: all(dow),
- }
-
- case "@weekly":
- return &SpecSchedule{
- Second: 1 << seconds.min,
- Minute: 1 << minutes.min,
- Hour: 1 << hours.min,
- Dom: all(dom),
- Month: all(months),
- Dow: 1 << dow.min,
- }
-
- case "@daily", "@midnight":
- return &SpecSchedule{
- Second: 1 << seconds.min,
- Minute: 1 << minutes.min,
- Hour: 1 << hours.min,
- Dom: all(dom),
- Month: all(months),
- Dow: all(dow),
- }
-
- case "@hourly":
- return &SpecSchedule{
- Second: 1 << seconds.min,
- Minute: 1 << minutes.min,
- Hour: all(hours),
- Dom: all(dom),
- Month: all(months),
- Dow: all(dow),
- }
- }
-
- const every = "@every "
- if strings.HasPrefix(spec, every) {
- duration, err := time.ParseDuration(spec[len(every):])
- if err != nil {
- log.Panicf("Failed to parse duration %s: %s", spec, err)
- }
- return Every(duration)
- }
-
- log.Panicf("Unrecognized descriptor: %s", spec)
- return nil
-}
diff --git a/modules/cron/parser_test.go b/modules/cron/parser_test.go
deleted file mode 100644
index f03299e5e..000000000
--- a/modules/cron/parser_test.go
+++ /dev/null
@@ -1,117 +0,0 @@
-package cron
-
-import (
- "reflect"
- "testing"
- "time"
-)
-
-func TestRange(t *testing.T) {
- ranges := []struct {
- expr string
- min, max uint
- expected uint64
- }{
- {"5", 0, 7, 1 << 5},
- {"0", 0, 7, 1 << 0},
- {"7", 0, 7, 1 << 7},
-
- {"5-5", 0, 7, 1 << 5},
- {"5-6", 0, 7, 1<<5 | 1<<6},
- {"5-7", 0, 7, 1<<5 | 1<<6 | 1<<7},
-
- {"5-6/2", 0, 7, 1 << 5},
- {"5-7/2", 0, 7, 1<<5 | 1<<7},
- {"5-7/1", 0, 7, 1<<5 | 1<<6 | 1<<7},
-
- {"*", 1, 3, 1<<1 | 1<<2 | 1<<3 | starBit},
- {"*/2", 1, 3, 1<<1 | 1<<3 | starBit},
- }
-
- for _, c := range ranges {
- actual := getRange(c.expr, bounds{c.min, c.max, nil})
- if actual != c.expected {
- t.Errorf("%s => (expected) %d != %d (actual)", c.expr, c.expected, actual)
- }
- }
-}
-
-func TestField(t *testing.T) {
- fields := []struct {
- expr string
- min, max uint
- expected uint64
- }{
- {"5", 1, 7, 1 << 5},
- {"5,6", 1, 7, 1<<5 | 1<<6},
- {"5,6,7", 1, 7, 1<<5 | 1<<6 | 1<<7},
- {"1,5-7/2,3", 1, 7, 1<<1 | 1<<5 | 1<<7 | 1<<3},
- }
-
- for _, c := range fields {
- actual := getField(c.expr, bounds{c.min, c.max, nil})
- if actual != c.expected {
- t.Errorf("%s => (expected) %d != %d (actual)", c.expr, c.expected, actual)
- }
- }
-}
-
-func TestBits(t *testing.T) {
- allBits := []struct {
- r bounds
- expected uint64
- }{
- {minutes, 0xfffffffffffffff}, // 0-59: 60 ones
- {hours, 0xffffff}, // 0-23: 24 ones
- {dom, 0xfffffffe}, // 1-31: 31 ones, 1 zero
- {months, 0x1ffe}, // 1-12: 12 ones, 1 zero
- {dow, 0x7f}, // 0-6: 7 ones
- }
-
- for _, c := range allBits {
- actual := all(c.r) // all() adds the starBit, so compensate for that..
- if c.expected|starBit != actual {
- t.Errorf("%d-%d/%d => (expected) %b != %b (actual)",
- c.r.min, c.r.max, 1, c.expected|starBit, actual)
- }
- }
-
- bits := []struct {
- min, max, step uint
- expected uint64
- }{
-
- {0, 0, 1, 0x1},
- {1, 1, 1, 0x2},
- {1, 5, 2, 0x2a}, // 101010
- {1, 4, 2, 0xa}, // 1010
- }
-
- for _, c := range bits {
- actual := getBits(c.min, c.max, c.step)
- if c.expected != actual {
- t.Errorf("%d-%d/%d => (expected) %b != %b (actual)",
- c.min, c.max, c.step, c.expected, actual)
- }
- }
-}
-
-func TestSpecSchedule(t *testing.T) {
- entries := []struct {
- expr string
- expected Schedule
- }{
- {"* 5 * * * *", &SpecSchedule{all(seconds), 1 << 5, all(hours), all(dom), all(months), all(dow)}},
- {"@every 5m", ConstantDelaySchedule{time.Duration(5) * time.Minute}},
- }
-
- for _, c := range entries {
- actual, err := Parse(c.expr)
- if err != nil {
- t.Error(err)
- }
- if !reflect.DeepEqual(actual, c.expected) {
- t.Errorf("%s => (expected) %v != %v (actual)", c.expr, c.expected, actual)
- }
- }
-}
diff --git a/modules/cron/spec.go b/modules/cron/spec.go
deleted file mode 100644
index cb3743325..000000000
--- a/modules/cron/spec.go
+++ /dev/null
@@ -1,161 +0,0 @@
-package cron
-
-import (
- "time"
-)
-
-// SpecSchedule specifies a duty cycle (to the second granularity), based on a
-// traditional crontab specification. It is computed initially and stored as bit sets.
-type SpecSchedule struct {
- Second, Minute, Hour, Dom, Month, Dow uint64
-}
-
-// bounds provides a range of acceptable values (plus a map of name to value).
-type bounds struct {
- min, max uint
- names map[string]uint
-}
-
-// The bounds for each field.
-var (
- seconds = bounds{0, 59, nil}
- minutes = bounds{0, 59, nil}
- hours = bounds{0, 23, nil}
- dom = bounds{1, 31, nil}
- months = bounds{1, 12, map[string]uint{
- "jan": 1,
- "feb": 2,
- "mar": 3,
- "apr": 4,
- "may": 5,
- "jun": 6,
- "jul": 7,
- "aug": 8,
- "sep": 9,
- "oct": 10,
- "nov": 11,
- "dec": 12,
- }}
- dow = bounds{0, 6, map[string]uint{
- "sun": 0,
- "mon": 1,
- "tue": 2,
- "wed": 3,
- "thu": 4,
- "fri": 5,
- "sat": 6,
- }}
-)
-
-const (
- // Set the top bit if a star was included in the expression.
- starBit = 1 << 63
-)
-
-// Next returns the next time this schedule is activated, greater than the given
-// time. If no time can be found to satisfy the schedule, return the zero time.
-func (s *SpecSchedule) Next(t time.Time) time.Time {
- // General approach:
- // For Month, Day, Hour, Minute, Second:
- // Check if the time value matches. If yes, continue to the next field.
- // If the field doesn't match the schedule, then increment the field until it matches.
- // While incrementing the field, a wrap-around brings it back to the beginning
- // of the field list (since it is necessary to re-verify previous field
- // values)
-
- // Start at the earliest possible time (the upcoming second).
- t = t.Add(1*time.Second - time.Duration(t.Nanosecond())*time.Nanosecond)
-
- // This flag indicates whether a field has been incremented.
- added := false
-
- // If no time is found within five years, return zero.
- yearLimit := t.Year() + 5
-
-WRAP:
- if t.Year() > yearLimit {
- return time.Time{}
- }
-
- // Find the first applicable month.
- // If it's this month, then do nothing.
- for 1< 0
- dowMatch bool = 1< 0
- )
-
- if s.Dom&starBit > 0 || s.Dow&starBit > 0 {
- return domMatch && dowMatch
- }
- return domMatch || dowMatch
-}
diff --git a/modules/cron/spec_test.go b/modules/cron/spec_test.go
deleted file mode 100644
index 855d79831..000000000
--- a/modules/cron/spec_test.go
+++ /dev/null
@@ -1,173 +0,0 @@
-package cron
-
-import (
- "testing"
- "time"
-)
-
-func TestActivation(t *testing.T) {
- tests := []struct {
- time, spec string
- expected bool
- }{
- // Every fifteen minutes.
- {"Mon Jul 9 15:00 2012", "0 0/15 * * *", true},
- {"Mon Jul 9 15:45 2012", "0 0/15 * * *", true},
- {"Mon Jul 9 15:40 2012", "0 0/15 * * *", false},
-
- // Every fifteen minutes, starting at 5 minutes.
- {"Mon Jul 9 15:05 2012", "0 5/15 * * *", true},
- {"Mon Jul 9 15:20 2012", "0 5/15 * * *", true},
- {"Mon Jul 9 15:50 2012", "0 5/15 * * *", true},
-
- // Named months
- {"Sun Jul 15 15:00 2012", "0 0/15 * * Jul", true},
- {"Sun Jul 15 15:00 2012", "0 0/15 * * Jun", false},
-
- // Everything set.
- {"Sun Jul 15 08:30 2012", "0 30 08 ? Jul Sun", true},
- {"Sun Jul 15 08:30 2012", "0 30 08 15 Jul ?", true},
- {"Mon Jul 16 08:30 2012", "0 30 08 ? Jul Sun", false},
- {"Mon Jul 16 08:30 2012", "0 30 08 15 Jul ?", false},
-
- // Predefined schedules
- {"Mon Jul 9 15:00 2012", "@hourly", true},
- {"Mon Jul 9 15:04 2012", "@hourly", false},
- {"Mon Jul 9 15:00 2012", "@daily", false},
- {"Mon Jul 9 00:00 2012", "@daily", true},
- {"Mon Jul 9 00:00 2012", "@weekly", false},
- {"Sun Jul 8 00:00 2012", "@weekly", true},
- {"Sun Jul 8 01:00 2012", "@weekly", false},
- {"Sun Jul 8 00:00 2012", "@monthly", false},
- {"Sun Jul 1 00:00 2012", "@monthly", true},
-
- // Test interaction of DOW and DOM.
- // If both are specified, then only one needs to match.
- {"Sun Jul 15 00:00 2012", "0 * * 1,15 * Sun", true},
- {"Fri Jun 15 00:00 2012", "0 * * 1,15 * Sun", true},
- {"Wed Aug 1 00:00 2012", "0 * * 1,15 * Sun", true},
-
- // However, if one has a star, then both need to match.
- {"Sun Jul 15 00:00 2012", "0 * * * * Mon", false},
- {"Sun Jul 15 00:00 2012", "0 * * */10 * Sun", false},
- {"Mon Jul 9 00:00 2012", "0 * * 1,15 * *", false},
- {"Sun Jul 15 00:00 2012", "0 * * 1,15 * *", true},
- {"Sun Jul 15 00:00 2012", "0 * * */2 * Sun", true},
- }
-
- for _, test := range tests {
- sched, err := Parse(test.spec)
- if err != nil {
- t.Error(err)
- continue
- }
- actual := sched.Next(getTime(test.time).Add(-1 * time.Second))
- expected := getTime(test.time)
- if test.expected && expected != actual || !test.expected && expected == actual {
- t.Errorf("Fail evaluating %s on %s: (expected) %s != %s (actual)",
- test.spec, test.time, expected, actual)
- }
- }
-}
-
-func TestNext(t *testing.T) {
- runs := []struct {
- time, spec string
- expected string
- }{
- // Simple cases
- {"Mon Jul 9 14:45 2012", "0 0/15 * * *", "Mon Jul 9 15:00 2012"},
- {"Mon Jul 9 14:59 2012", "0 0/15 * * *", "Mon Jul 9 15:00 2012"},
- {"Mon Jul 9 14:59:59 2012", "0 0/15 * * *", "Mon Jul 9 15:00 2012"},
-
- // Wrap around hours
- {"Mon Jul 9 15:45 2012", "0 20-35/15 * * *", "Mon Jul 9 16:20 2012"},
-
- // Wrap around days
- {"Mon Jul 9 23:46 2012", "0 */15 * * *", "Tue Jul 10 00:00 2012"},
- {"Mon Jul 9 23:45 2012", "0 20-35/15 * * *", "Tue Jul 10 00:20 2012"},
- {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 * * *", "Tue Jul 10 00:20:15 2012"},
- {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 1/2 * *", "Tue Jul 10 01:20:15 2012"},
- {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 10-12 * *", "Tue Jul 10 10:20:15 2012"},
-
- {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 1/2 */2 * *", "Thu Jul 11 01:20:15 2012"},
- {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 * 9-20 * *", "Wed Jul 10 00:20:15 2012"},
- {"Mon Jul 9 23:35:51 2012", "15/35 20-35/15 * 9-20 Jul *", "Wed Jul 10 00:20:15 2012"},
-
- // Wrap around months
- {"Mon Jul 9 23:35 2012", "0 0 0 9 Apr-Oct ?", "Thu Aug 9 00:00 2012"},
- {"Mon Jul 9 23:35 2012", "0 0 0 */5 Apr,Aug,Oct Mon", "Mon Aug 6 00:00 2012"},
- {"Mon Jul 9 23:35 2012", "0 0 0 */5 Oct Mon", "Mon Oct 1 00:00 2012"},
-
- // Wrap around years
- {"Mon Jul 9 23:35 2012", "0 0 0 * Feb Mon", "Mon Feb 4 00:00 2013"},
- {"Mon Jul 9 23:35 2012", "0 0 0 * Feb Mon/2", "Fri Feb 1 00:00 2013"},
-
- // Wrap around minute, hour, day, month, and year
- {"Mon Dec 31 23:59:45 2012", "0 * * * * *", "Tue Jan 1 00:00:00 2013"},
-
- // Leap year
- {"Mon Jul 9 23:35 2012", "0 0 0 29 Feb ?", "Mon Feb 29 00:00 2016"},
-
- // Daylight savings time EST -> EDT
- {"2012-03-11T00:00:00-0500", "0 30 2 11 Mar ?", "2013-03-11T02:30:00-0400"},
-
- // Daylight savings time EDT -> EST
- {"2012-11-04T00:00:00-0400", "0 30 2 04 Nov ?", "2012-11-04T02:30:00-0500"},
- {"2012-11-04T01:45:00-0400", "0 30 1 04 Nov ?", "2012-11-04T01:30:00-0500"},
-
- // Unsatisfiable
- {"Mon Jul 9 23:35 2012", "0 0 0 30 Feb ?", ""},
- {"Mon Jul 9 23:35 2012", "0 0 0 31 Apr ?", ""},
- }
-
- for _, c := range runs {
- sched, err := Parse(c.spec)
- if err != nil {
- t.Error(err)
- continue
- }
- actual := sched.Next(getTime(c.time))
- expected := getTime(c.expected)
- if !actual.Equal(expected) {
- t.Errorf("%s, \"%s\": (expected) %v != %v (actual)", c.time, c.spec, expected, actual)
- }
- }
-}
-
-func TestErrors(t *testing.T) {
- invalidSpecs := []string{
- "xyz",
- "60 0 * * *",
- "0 60 * * *",
- "0 0 * * XYZ",
- }
- for _, spec := range invalidSpecs {
- _, err := Parse(spec)
- if err == nil {
- t.Error("expected an error parsing: ", spec)
- }
- }
-}
-
-func getTime(value string) time.Time {
- if value == "" {
- return time.Time{}
- }
- t, err := time.Parse("Mon Jan 2 15:04 2006", value)
- if err != nil {
- t, err = time.Parse("Mon Jan 2 15:04:05 2006", value)
- if err != nil {
- t, err = time.Parse("2006-01-02T15:04:05-0700", value)
- if err != nil {
- panic(err)
- }
- // Daylight savings time tests require location
- if ny, err := time.LoadLocation("America/New_York"); err == nil {
- t = t.In(ny)
- }
- }
- }
-
- return t
-}
diff --git a/modules/httplib/httplib_test.go b/modules/httplib/httplib_test.go
deleted file mode 100644
index e3f6b5d40..000000000
--- a/modules/httplib/httplib_test.go
+++ /dev/null
@@ -1,206 +0,0 @@
-// Copyright 2013 The Beego Authors. All rights reserved.
-// Copyright 2014 The Gogs Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-package httplib
-
-import (
- "io/ioutil"
- "os"
- "strings"
- "testing"
-)
-
-func TestResponse(t *testing.T) {
- req := Get("http://httpbin.org/get")
- resp, err := req.Response()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(resp)
-}
-
-func TestGet(t *testing.T) {
- req := Get("http://httpbin.org/get")
- b, err := req.Bytes()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(b)
-
- s, err := req.String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(s)
-
- if string(b) != s {
- t.Fatal("request data not match")
- }
-}
-
-func TestSimplePost(t *testing.T) {
- v := "smallfish"
- req := Post("http://httpbin.org/post")
- req.Param("username", v)
-
- str, err := req.String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-
- n := strings.Index(str, v)
- if n == -1 {
- t.Fatal(v + " not found in post")
- }
-}
-
-// func TestPostFile(t *testing.T) {
-// v := "smallfish"
-// req := Post("http://httpbin.org/post")
-// req.Param("username", v)
-// req.PostFile("uploadfile", "httplib_test.go")
-
-// str, err := req.String()
-// if err != nil {
-// t.Fatal(err)
-// }
-// t.Log(str)
-
-// n := strings.Index(str, v)
-// if n == -1 {
-// t.Fatal(v + " not found in post")
-// }
-// }
-
-func TestSimplePut(t *testing.T) {
- str, err := Put("http://httpbin.org/put").String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-}
-
-func TestSimpleDelete(t *testing.T) {
- str, err := Delete("http://httpbin.org/delete").String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-}
-
-func TestWithCookie(t *testing.T) {
- v := "smallfish"
- str, err := Get("http://httpbin.org/cookies/set?k1=" + v).SetEnableCookie(true).String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-
- str, err = Get("http://httpbin.org/cookies").SetEnableCookie(true).String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-
- n := strings.Index(str, v)
- if n == -1 {
- t.Fatal(v + " not found in cookie")
- }
-}
-
-func TestWithBasicAuth(t *testing.T) {
- str, err := Get("http://httpbin.org/basic-auth/user/passwd").SetBasicAuth("user", "passwd").String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
- n := strings.Index(str, "authenticated")
- if n == -1 {
- t.Fatal("authenticated not found in response")
- }
-}
-
-func TestWithUserAgent(t *testing.T) {
- v := "beego"
- str, err := Get("http://httpbin.org/headers").SetUserAgent(v).String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-
- n := strings.Index(str, v)
- if n == -1 {
- t.Fatal(v + " not found in user-agent")
- }
-}
-
-func TestWithSetting(t *testing.T) {
- v := "beego"
- var setting BeegoHttpSettings
- setting.EnableCookie = true
- setting.UserAgent = v
- setting.Transport = nil
- SetDefaultSetting(setting)
-
- str, err := Get("http://httpbin.org/get").String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-
- n := strings.Index(str, v)
- if n == -1 {
- t.Fatal(v + " not found in user-agent")
- }
-}
-
-func TestToJson(t *testing.T) {
- req := Get("http://httpbin.org/ip")
- resp, err := req.Response()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(resp)
-
- // httpbin will return http remote addr
- type Ip struct {
- Origin string `json:"origin"`
- }
- var ip Ip
- err = req.ToJson(&ip)
- if err != nil {
- t.Fatal(err)
- }
- t.Log(ip.Origin)
-
- if n := strings.Count(ip.Origin, "."); n != 3 {
- t.Fatal("response is not valid ip")
- }
-}
-
-func TestToFile(t *testing.T) {
- f := "beego_testfile"
- req := Get("http://httpbin.org/ip")
- err := req.ToFile(f)
- if err != nil {
- t.Fatal(err)
- }
- defer os.Remove(f)
- b, err := ioutil.ReadFile(f)
- if n := strings.Index(string(b), "origin"); n == -1 {
- t.Fatal(err)
- }
-}
-
-func TestHeader(t *testing.T) {
- req := Get("http://httpbin.org/headers")
- req.Header("User-Agent", "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36")
- str, err := req.String()
- if err != nil {
- t.Fatal(err)
- }
- t.Log(str)
-}
diff --git a/modules/log/database.go b/modules/log/database.go
deleted file mode 100644
index 5857cb6d6..000000000
--- a/modules/log/database.go
+++ /dev/null
@@ -1,68 +0,0 @@
-// Copyright 2014 The Gogs Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-package log
-
-import (
- "encoding/json"
-
- "github.com/go-xorm/xorm"
-)
-
-type Log struct {
- Id int64
- Level int
- Msg string `xorm:"TEXT"`
-}
-
-// DatabaseWriter implements LoggerInterface and is used to log into database.
-type DatabaseWriter struct {
- Driver string `json:"driver"`
- Conn string `json:"conn"`
- Level int `json:"level"`
- x *xorm.Engine
-}
-
-func NewDatabase() LoggerInterface {
- return &DatabaseWriter{Level: TRACE}
-}
-
-// init database writer with json config.
-// config like:
-// {
-// "driver": "mysql"
-// "conn":"root:root@tcp(127.0.0.1:3306)/gogs?charset=utf8",
-// "level": 0
-// }
-// connection string is based on xorm.
-func (d *DatabaseWriter) Init(jsonconfig string) (err error) {
- if err = json.Unmarshal([]byte(jsonconfig), d); err != nil {
- return err
- }
- d.x, err = xorm.NewEngine(d.Driver, d.Conn)
- if err != nil {
- return err
- }
- return d.x.Sync(new(Log))
-}
-
-// write message in database writer.
-func (d *DatabaseWriter) WriteMsg(msg string, skip, level int) error {
- if level < d.Level {
- return nil
- }
-
- _, err := d.x.Insert(&Log{Level: level, Msg: msg})
- return err
-}
-
-func (_ *DatabaseWriter) Flush() {
-}
-
-func (_ *DatabaseWriter) Destroy() {
-}
-
-func init() {
- Register("database", NewDatabase)
-}
diff --git a/modules/log/log.go b/modules/log/log.go
index a17c912f3..5e4bf6c12 100644
--- a/modules/log/log.go
+++ b/modules/log/log.go
@@ -37,6 +37,7 @@ func NewLogger(bufLen int64, mode, config string) {
}
}
+// FIXME: use same log level as other loggers.
func NewGitLogger(logPath string) {
os.MkdirAll(path.Dir(logPath), os.ModePerm)
GitLogger = newLogger(0)
diff --git a/modules/mailer/mail.go b/modules/mailer/mail.go
index 456f85033..440ffdc01 100644
--- a/modules/mailer/mail.go
+++ b/modules/mailer/mail.go
@@ -7,12 +7,15 @@ package mailer
import (
"fmt"
"path"
+ "strings"
+ "gopkg.in/gomail.v2"
"gopkg.in/macaron.v1"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/log"
+ "github.com/gogits/gogs/modules/markdown"
"github.com/gogits/gogs/modules/setting"
)
@@ -125,7 +128,7 @@ func SendIssueNotifyMail(u, owner *models.User, repo *models.Repository, issue *
subject := fmt.Sprintf("[%s] %s (#%d)", repo.Name, issue.Name, issue.Index)
content := fmt.Sprintf("%s - View it on Gogs.",
- base.RenderSpecialLink([]byte(issue.Content), owner.Name+"/"+repo.Name, repo.ComposeMetas()),
+ markdown.RenderSpecialLink([]byte(strings.Replace(issue.Content, "\n", " ", -1)), owner.Name+"/"+repo.Name, repo.ComposeMetas()),
setting.AppUrl, owner.Name, repo.Name, issue.Index)
msg := NewMessage(tos, subject, content)
msg.Info = fmt.Sprintf("Subject: %s, issue notify", subject)
@@ -148,7 +151,7 @@ func SendIssueMentionMail(r macaron.Render, u, owner *models.User,
data["IssueLink"] = fmt.Sprintf("%s/%s/issues/%d", owner.Name, repo.Name, issue.Index)
data["Subject"] = subject
data["ActUserName"] = u.DisplayName()
- data["Content"] = string(base.RenderSpecialLink([]byte(issue.Content), owner.Name+"/"+repo.Name, repo.ComposeMetas()))
+ data["Content"] = string(markdown.RenderSpecialLink([]byte(issue.Content), owner.Name+"/"+repo.Name, repo.ComposeMetas()))
body, err := r.HTMLString(string(NOTIFY_MENTION), data)
if err != nil {
@@ -181,3 +184,7 @@ func SendCollaboratorMail(r macaron.Render, u, doer *models.User, repo *models.R
SendAsync(msg)
return nil
}
+
+func SendTestMail(email string) error {
+ return gomail.Send(&Sender{}, NewMessage([]string{email}, "Gogs Test Email!", "Gogs Test Email!").Message)
+}
diff --git a/modules/mailer/mailer.go b/modules/mailer/mailer.go
index eafe04680..e1c453a22 100644
--- a/modules/mailer/mailer.go
+++ b/modules/mailer/mailer.go
@@ -197,7 +197,10 @@ func processMailQueue() {
var mailQueue chan *Message
func NewContext() {
- if setting.MailService == nil {
+ // Need to check if mailQueue is nil because in during reinstall (user had installed
+ // before but swithed install lock off), this function will be called again
+ // while mail queue is already processing tasks, and produces a race condition.
+ if setting.MailService == nil || mailQueue != nil {
return
}
diff --git a/modules/base/markdown.go b/modules/markdown/markdown.go
similarity index 53%
rename from modules/base/markdown.go
rename to modules/markdown/markdown.go
index 0ef379b8e..862f7d253 100644
--- a/modules/base/markdown.go
+++ b/modules/markdown/markdown.go
@@ -2,45 +2,51 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package base
+package markdown
import (
"bytes"
"fmt"
"io"
- "net/http"
"path"
"path/filepath"
"regexp"
"strings"
"github.com/Unknwon/com"
+ "github.com/microcosm-cc/bluemonday"
"github.com/russross/blackfriday"
"golang.org/x/net/html"
+ "github.com/gogits/gogs/modules/base"
"github.com/gogits/gogs/modules/setting"
)
-func isletter(c byte) bool {
- return (c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')
-}
+var Sanitizer = bluemonday.UGCPolicy()
+
+// BuildSanitizer initializes sanitizer with allowed attributes based on settings.
+// This function should only be called once during entire application lifecycle.
+func BuildSanitizer() {
+ // Normal markdown-stuff
+ Sanitizer.AllowAttrs("class").Matching(regexp.MustCompile(`[\p{L}\p{N}\s\-_',:\[\]!\./\\\(\)&]*`)).OnElements("code")
+
+ // Checkboxes
+ Sanitizer.AllowAttrs("type").Matching(regexp.MustCompile(`^checkbox$`)).OnElements("input")
+ Sanitizer.AllowAttrs("checked", "disabled").OnElements("input")
-func isalnum(c byte) bool {
- return (c >= '0' && c <= '9') || isletter(c)
+ // Custom URL-Schemes
+ Sanitizer.AllowURLSchemes(setting.Markdown.CustomURLSchemes...)
}
-var validLinks = [][]byte{[]byte("http://"), []byte("https://"), []byte("ftp://"), []byte("mailto://")}
+var validLinksPattern = regexp.MustCompile(`^[a-z][\w-]+://`)
+// isLink reports whether link fits valid format.
func isLink(link []byte) bool {
- for _, prefix := range validLinks {
- if len(link) > len(prefix) && bytes.Equal(bytes.ToLower(link[:len(prefix)]), prefix) && isalnum(link[len(prefix)]) {
- return true
- }
- }
-
- return false
+ return validLinksPattern.Match(link)
}
+// IsMarkdownFile reports whether name looks like a Markdown file
+// based on its extension.
func IsMarkdownFile(name string) bool {
name = strings.ToLower(name)
switch filepath.Ext(name) {
@@ -50,57 +56,46 @@ func IsMarkdownFile(name string) bool {
return false
}
-func IsTextFile(data []byte) (string, bool) {
- contentType := http.DetectContentType(data)
- if strings.Index(contentType, "text/") != -1 {
- return contentType, true
- }
- return contentType, false
-}
-
-func IsImageFile(data []byte) (string, bool) {
- contentType := http.DetectContentType(data)
- if strings.Index(contentType, "image/") != -1 {
- return contentType, true
- }
- return contentType, false
-}
-
-// IsReadmeFile returns true if given file name suppose to be a README file.
+// IsReadmeFile reports whether name looks like a README file
+// based on its extension.
func IsReadmeFile(name string) bool {
name = strings.ToLower(name)
if len(name) < 6 {
return false
} else if len(name) == 6 {
- if name == "readme" {
- return true
- }
- return false
- }
- if name[:7] == "readme." {
- return true
+ return name == "readme"
}
- return false
+ return name[:7] == "readme."
}
var (
- MentionPattern = regexp.MustCompile(`(\s|^)@[0-9a-zA-Z_\.]+`)
- commitPattern = regexp.MustCompile(`(\s|^)https?.*commit/[0-9a-zA-Z]+(#+[0-9a-zA-Z-]*)?`)
- issueFullPattern = regexp.MustCompile(`(\s|^)https?.*issues/[0-9]+(#+[0-9a-zA-Z-]*)?`)
- issueIndexPattern = regexp.MustCompile(`( |^|\()#[0-9]+\b`)
- sha1CurrentPattern = regexp.MustCompile(`\b[0-9a-f]{40}\b`)
+ // MentionPattern matches string that mentions someone, e.g. @Unknwon
+ MentionPattern = regexp.MustCompile(`(\s|^)@[0-9a-zA-Z_\.]+`)
+
+ // CommitPattern matches link to certain commit with or without trailing hash,
+ // e.g. https://try.gogs.io/gogs/gogs/commit/d8a994ef243349f321568f9e36d5c3f444b99cae#diff-2
+ CommitPattern = regexp.MustCompile(`(\s|^)https?.*commit/[0-9a-zA-Z]+(#+[0-9a-zA-Z-]*)?`)
+
+ // IssueFullPattern matches link to an issue with or without trailing hash,
+ // e.g. https://try.gogs.io/gogs/gogs/issues/4#issue-685
+ IssueFullPattern = regexp.MustCompile(`(\s|^)https?.*issues/[0-9]+(#+[0-9a-zA-Z-]*)?`)
+ // IssueIndexPattern matches string that references to an issue, e.g. #1287
+ IssueIndexPattern = regexp.MustCompile(`( |^|\()#[0-9]+\b`)
+
+ // Sha1CurrentPattern matches string that represents a commit SHA, e.g. d8a994ef243349f321568f9e36d5c3f444b99cae
+ Sha1CurrentPattern = regexp.MustCompile(`\b[0-9a-f]{40}\b`)
)
-type CustomRender struct {
+// Renderer is a extended version of underlying render object.
+type Renderer struct {
blackfriday.Renderer
urlPrefix string
}
-func (r *CustomRender) Link(out *bytes.Buffer, link []byte, title []byte, content []byte) {
+// Link defines how formal links should be processed to produce corresponding HTML elements.
+func (r *Renderer) Link(out *bytes.Buffer, link []byte, title []byte, content []byte) {
if len(link) > 0 && !isLink(link) {
- if link[0] == '#' {
- // link = append([]byte(options.urlPrefix), link...)
- } else {
+ if link[0] != '#' {
link = []byte(path.Join(r.urlPrefix, string(link)))
}
}
@@ -108,14 +103,17 @@ func (r *CustomRender) Link(out *bytes.Buffer, link []byte, title []byte, conten
r.Renderer.Link(out, link, title, content)
}
-func (r *CustomRender) AutoLink(out *bytes.Buffer, link []byte, kind int) {
- if kind != 1 {
+// AutoLink defines how auto-detected links should be processed to produce corresponding HTML elements.
+// Reference for kind: https://github.com/russross/blackfriday/blob/master/markdown.go#L69-L76
+func (r *Renderer) AutoLink(out *bytes.Buffer, link []byte, kind int) {
+ if kind != blackfriday.LINK_TYPE_NORMAL {
r.Renderer.AutoLink(out, link, kind)
return
}
- // This method could only possibly serve one link at a time, no need to find all.
- m := commitPattern.Find(link)
+ // Since this method could only possibly serve one link at a time,
+ // we do not need to find all.
+ m := CommitPattern.Find(link)
if m != nil {
m = bytes.TrimSpace(m)
i := strings.Index(string(m), "commit/")
@@ -123,11 +121,11 @@ func (r *CustomRender) AutoLink(out *bytes.Buffer, link []byte, kind int) {
if j == -1 {
j = len(m)
}
- out.WriteString(fmt.Sprintf(` %s`, m, ShortSha(string(m[i+7:j]))))
+ out.WriteString(fmt.Sprintf(` %s`, m, base.ShortSha(string(m[i+7:j]))))
return
}
- m = issueFullPattern.Find(link)
+ m = IssueFullPattern.Find(link)
if m != nil {
m = bytes.TrimSpace(m)
i := strings.Index(string(m), "issues/")
@@ -135,14 +133,16 @@ func (r *CustomRender) AutoLink(out *bytes.Buffer, link []byte, kind int) {
if j == -1 {
j = len(m)
}
- out.WriteString(fmt.Sprintf(` #%s`, m, ShortSha(string(m[i+7:j]))))
+ out.WriteString(fmt.Sprintf(` #%s`, m, base.ShortSha(string(m[i+7:j]))))
return
}
r.Renderer.AutoLink(out, link, kind)
}
-func (options *CustomRender) ListItem(out *bytes.Buffer, text []byte, flags int) {
+// ListItem defines how list items should be processed to produce corresponding HTML elements.
+func (options *Renderer) ListItem(out *bytes.Buffer, text []byte, flags int) {
+ // Detect procedures to draw checkboxes.
switch {
case bytes.HasPrefix(text, []byte("[ ] ")):
text = append([]byte(``), text[3:]...)
@@ -152,16 +152,24 @@ func (options *CustomRender) ListItem(out *bytes.Buffer, text []byte, flags int)
options.Renderer.ListItem(out, text, flags)
}
+// Note: this section is for purpose of increase performance and
+// reduce memory allocation at runtime since they are constant literals.
var (
svgSuffix = []byte(".svg")
svgSuffixWithMark = []byte(".svg?")
+ spaceBytes = []byte(" ")
+ spaceEncodedBytes = []byte("%20")
+ space = " "
+ spaceEncoded = "%20"
)
-func (r *CustomRender) Image(out *bytes.Buffer, link []byte, title []byte, alt []byte) {
+// Image defines how images should be processed to produce corresponding HTML elements.
+func (r *Renderer) Image(out *bytes.Buffer, link []byte, title []byte, alt []byte) {
prefix := strings.Replace(r.urlPrefix, "/src/", "/raw/", 1)
if len(link) > 0 {
if isLink(link) {
// External link with .svg suffix usually means CI status.
+ // TODO: define a keyword to allow non-svg images render as external link.
if bytes.HasSuffix(link, svgSuffix) || bytes.Contains(link, svgSuffixWithMark) {
r.Renderer.Image(out, link, title, alt)
return
@@ -170,7 +178,8 @@ func (r *CustomRender) Image(out *bytes.Buffer, link []byte, title []byte, alt [
if link[0] != '/' {
prefix += "/"
}
- link = []byte(prefix + string(link))
+ link = bytes.Replace([]byte((prefix + string(link))), spaceBytes, spaceEncodedBytes, -1)
+ fmt.Println(333, string(link))
}
}
@@ -181,42 +190,55 @@ func (r *CustomRender) Image(out *bytes.Buffer, link []byte, title []byte, alt [
out.WriteString("")
}
+// cutoutVerbosePrefix cutouts URL prefix including sub-path to
+// return a clean unified string of request URL path.
func cutoutVerbosePrefix(prefix string) string {
count := 0
for i := 0; i < len(prefix); i++ {
if prefix[i] == '/' {
count++
}
- if count >= 3 {
+ if count >= 3+setting.AppSubUrlDepth {
return prefix[:i]
}
}
return prefix
}
+// RenderIssueIndexPattern renders issue indexes to corresponding links.
func RenderIssueIndexPattern(rawBytes []byte, urlPrefix string, metas map[string]string) []byte {
urlPrefix = cutoutVerbosePrefix(urlPrefix)
- ms := issueIndexPattern.FindAll(rawBytes, -1)
+ ms := IssueIndexPattern.FindAll(rawBytes, -1)
for _, m := range ms {
var space string
- m2 := m
- if m2[0] != '#' {
- space = string(m2[0])
- m2 = m2[1:]
+ if m[0] != '#' {
+ space = string(m[0])
+ m = m[1:]
}
if metas == nil {
rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(`%s%s`,
- space, urlPrefix, m2[1:], m2)), 1)
+ space, urlPrefix, m[1:], m)), 1)
} else {
// Support for external issue tracker
- metas["index"] = string(m2[1:])
+ metas["index"] = string(m[1:])
rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(`%s%s`,
- space, com.Expand(metas["format"], metas), m2)), 1)
+ space, com.Expand(metas["format"], metas), m)), 1)
}
}
return rawBytes
}
+// RenderSha1CurrentPattern renders SHA1 strings to corresponding links that assumes in the same repository.
+func RenderSha1CurrentPattern(rawBytes []byte, urlPrefix string) []byte {
+ ms := Sha1CurrentPattern.FindAll(rawBytes, -1)
+ for _, m := range ms {
+ rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(
+ `%s`, urlPrefix, m, base.ShortSha(string(m)))), -1)
+ }
+ return rawBytes
+}
+
+// RenderSpecialLink renders mentions, indexes and SHA1 strings to corresponding links.
func RenderSpecialLink(rawBytes []byte, urlPrefix string, metas map[string]string) []byte {
ms := MentionPattern.FindAll(rawBytes, -1)
for _, m := range ms {
@@ -230,20 +252,12 @@ func RenderSpecialLink(rawBytes []byte, urlPrefix string, metas map[string]strin
return rawBytes
}
-func RenderSha1CurrentPattern(rawBytes []byte, urlPrefix string) []byte {
- ms := sha1CurrentPattern.FindAll(rawBytes, -1)
- for _, m := range ms {
- rawBytes = bytes.Replace(rawBytes, m, []byte(fmt.Sprintf(
- `%s`, urlPrefix, m, ShortSha(string(m)))), -1)
- }
- return rawBytes
-}
-
-func RenderRawMarkdown(body []byte, urlPrefix string) []byte {
+// RenderRaw renders Markdown to HTML without handling special links.
+func RenderRaw(body []byte, urlPrefix string) []byte {
htmlFlags := 0
htmlFlags |= blackfriday.HTML_SKIP_STYLE
htmlFlags |= blackfriday.HTML_OMIT_CONTENTS
- renderer := &CustomRender{
+ renderer := &Renderer{
Renderer: blackfriday.HtmlRenderer(htmlFlags, "", ""),
urlPrefix: urlPrefix,
}
@@ -273,9 +287,9 @@ var (
var noEndTags = []string{"img", "input", "br", "hr"}
-// PostProcessMarkdown treats different types of HTML differently,
+// PostProcess treats different types of HTML differently,
// and only renders special links for plain text blocks.
-func PostProcessMarkdown(rawHtml []byte, urlPrefix string, metas map[string]string) []byte {
+func PostProcess(rawHtml []byte, urlPrefix string, metas map[string]string) []byte {
startTags := make([]string, 0, 5)
var buf bytes.Buffer
tokenizer := html.NewTokenizer(bytes.NewReader(rawHtml))
@@ -304,10 +318,10 @@ OUTER_LOOP:
}
// If this is the close tag to the outer-most, we are done
- if token.Type == html.EndTagToken && strings.EqualFold(tagName, token.Data) {
+ if token.Type == html.EndTagToken {
stackNum--
- if stackNum == 0 {
+ if stackNum <= 0 && strings.EqualFold(tagName, token.Data) {
break
}
}
@@ -343,13 +357,16 @@ OUTER_LOOP:
return rawHtml
}
-func RenderMarkdown(rawBytes []byte, urlPrefix string, metas map[string]string) []byte {
- result := RenderRawMarkdown(rawBytes, urlPrefix)
- result = PostProcessMarkdown(result, urlPrefix, metas)
+// Render renders Markdown to HTML with special links.
+func Render(rawBytes []byte, urlPrefix string, metas map[string]string) []byte {
+ urlPrefix = strings.Replace(urlPrefix, space, spaceEncoded, -1)
+ result := RenderRaw(rawBytes, urlPrefix)
+ result = PostProcess(result, urlPrefix, metas)
result = Sanitizer.SanitizeBytes(result)
return result
}
-func RenderMarkdownString(raw, urlPrefix string, metas map[string]string) string {
- return string(RenderMarkdown([]byte(raw), urlPrefix, metas))
+// RenderString renders Markdown to HTML with special links and returns string type.
+func RenderString(raw, urlPrefix string, metas map[string]string) string {
+ return string(Render([]byte(raw), urlPrefix, metas))
}
diff --git a/modules/middleware/auth.go b/modules/middleware/auth.go
deleted file mode 100644
index 5c470d9a7..000000000
--- a/modules/middleware/auth.go
+++ /dev/null
@@ -1,133 +0,0 @@
-// Copyright 2014 The Gogs Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-
-package middleware
-
-import (
- "fmt"
- "net/url"
-
- "github.com/go-macaron/csrf"
- "gopkg.in/macaron.v1"
-
- "github.com/gogits/gogs/models"
- "github.com/gogits/gogs/modules/auth"
- "github.com/gogits/gogs/modules/base"
- "github.com/gogits/gogs/modules/log"
- "github.com/gogits/gogs/modules/setting"
-)
-
-type ToggleOptions struct {
- SignInRequire bool
- SignOutRequire bool
- AdminRequire bool
- DisableCsrf bool
-}
-
-// AutoSignIn reads cookie and try to auto-login.
-func AutoSignIn(ctx *Context) (bool, error) {
- if !models.HasEngine {
- return false, nil
- }
-
- uname := ctx.GetCookie(setting.CookieUserName)
- if len(uname) == 0 {
- return false, nil
- }
-
- isSucceed := false
- defer func() {
- if !isSucceed {
- log.Trace("auto-login cookie cleared: %s", uname)
- ctx.SetCookie(setting.CookieUserName, "", -1, setting.AppSubUrl)
- ctx.SetCookie(setting.CookieRememberName, "", -1, setting.AppSubUrl)
- }
- }()
-
- u, err := models.GetUserByName(uname)
- if err != nil {
- if !models.IsErrUserNotExist(err) {
- return false, fmt.Errorf("GetUserByName: %v", err)
- }
- return false, nil
- }
-
- if val, _ := ctx.GetSuperSecureCookie(
- base.EncodeMD5(u.Rands+u.Passwd), setting.CookieRememberName); val != u.Name {
- return false, nil
- }
-
- isSucceed = true
- ctx.Session.Set("uid", u.Id)
- ctx.Session.Set("uname", u.Name)
- return true, nil
-}
-
-func Toggle(options *ToggleOptions) macaron.Handler {
- return func(ctx *Context) {
- // Cannot view any page before installation.
- if !setting.InstallLock {
- ctx.Redirect(setting.AppSubUrl + "/install")
- return
- }
-
- // Checking non-logged users landing page.
- if !ctx.IsSigned && ctx.Req.RequestURI == "/" && setting.LandingPageUrl != setting.LANDING_PAGE_HOME {
- ctx.Redirect(setting.AppSubUrl + string(setting.LandingPageUrl))
- return
- }
-
- // Redirect to dashboard if user tries to visit any non-login page.
- if options.SignOutRequire && ctx.IsSigned && ctx.Req.RequestURI != "/" {
- ctx.Redirect(setting.AppSubUrl + "/")
- return
- }
-
- if !options.SignOutRequire && !options.DisableCsrf && ctx.Req.Method == "POST" && !auth.IsAPIPath(ctx.Req.URL.Path) {
- csrf.Validate(ctx.Context, ctx.csrf)
- if ctx.Written() {
- return
- }
- }
-
- if options.SignInRequire {
- if !ctx.IsSigned {
- // Restrict API calls with error message.
- if auth.IsAPIPath(ctx.Req.URL.Path) {
- ctx.APIError(403, "", "Only signed in user is allowed to call APIs.")
- return
- }
-
- ctx.SetCookie("redirect_to", url.QueryEscape(setting.AppSubUrl+ctx.Req.RequestURI), 0, setting.AppSubUrl)
- ctx.Redirect(setting.AppSubUrl + "/user/login")
- return
- } else if !ctx.User.IsActive && setting.Service.RegisterEmailConfirm {
- ctx.Data["Title"] = ctx.Tr("auth.active_your_account")
- ctx.HTML(200, "user/auth/activate")
- return
- }
- }
-
- // Try auto-signin when not signed in.
- if !options.SignOutRequire && !ctx.IsSigned && !auth.IsAPIPath(ctx.Req.URL.Path) {
- succeed, err := AutoSignIn(ctx)
- if err != nil {
- ctx.Handle(500, "AutoSignIn", err)
- return
- } else if succeed {
- log.Trace("Auto-login succeed: %s", ctx.Session.Get("uname"))
- ctx.Redirect(setting.AppSubUrl + ctx.Req.RequestURI)
- return
- }
- }
-
- if options.AdminRequire {
- if !ctx.User.IsAdmin {
- ctx.Error(403)
- return
- }
- ctx.Data["PageIsAdmin"] = true
- }
- }
-}
diff --git a/modules/setting/setting.go b/modules/setting/setting.go
index fcb234add..92eb04de9 100644
--- a/modules/setting/setting.go
+++ b/modules/setting/setting.go
@@ -48,23 +48,19 @@ var (
BuildGitHash string
// App settings
- AppVer string
- AppName string
- AppUrl string
- AppSubUrl string
- AppPath string
- AppDataPath = "data"
+ AppVer string
+ AppName string
+ AppUrl string
+ AppSubUrl string
+ AppSubUrlDepth int // Number of slashes
+ AppPath string
+ AppDataPath string
// Server settings
Protocol Scheme
Domain string
HttpAddr, HttpPort string
LocalURL string
- DisableSSH bool
- StartSSHServer bool
- SSHDomain string
- SSHPort int
- SSHRootPath string
OfflineMode bool
DisableRouterLog bool
CertFile, KeyFile string
@@ -72,6 +68,19 @@ var (
EnableGzip bool
LandingPageUrl LandingPage
+ SSH struct {
+ Disabled bool `ini:"DISABLE_SSH"`
+ StartBuiltinServer bool `ini:"START_SSH_SERVER"`
+ Domain string `ini:"SSH_DOMAIN"`
+ Port int `ini:"SSH_PORT"`
+ ListenPort int `ini:"SSH_LISTEN_PORT"`
+ RootPath string `ini:"SSH_ROOT_PATH"`
+ KeyTestPath string `ini:"SSH_KEY_TEST_PATH"`
+ KeygenPath string `ini:"SSH_KEYGEN_PATH"`
+ MinimumKeySizeCheck bool `ini:"-"`
+ MinimumKeySizes map[string]int `ini:"-"`
+ }
+
// Security settings
InstallLock bool
SecretKey string
@@ -113,14 +122,15 @@ var (
AdminRepoPagingNum int
AdminNoticePagingNum int
AdminOrgPagingNum int
+ ThemeColorMetaTag string
// Markdown sttings
Markdown struct {
EnableHardLineBreak bool
+ CustomURLSchemes []string `ini:"CUSTOM_URL_SCHEMES"`
}
// Picture settings
- PictureService string
AvatarUploadPath string
GravatarSource string
DisableGravatar bool
@@ -146,12 +156,19 @@ var (
CacheConn string
// Session settings
- SessionConfig session.Options
+ SessionConfig session.Options
+ CSRFCookieName = "_csrf"
// Git settings
Git struct {
MaxGitDiffLines int
GcArgs []string `delim:" "`
+ Timeout struct {
+ Migrate int
+ Mirror int
+ Clone int
+ Pull int
+ } `ini:"git.timeout"`
}
// Cron tasks
@@ -299,7 +316,9 @@ func NewContext() {
if err != nil {
log.Fatal(4, "Invalid ROOT_URL '%s': %s", AppUrl, err)
}
+ // Suburl should start with '/' and end without '/', such as '/{subpath}'.
AppSubUrl = strings.TrimSuffix(url.Path, "/")
+ AppSubUrlDepth = strings.Count(AppSubUrl, "/")
Protocol = HTTP
if sec.Key("PROTOCOL").String() == "https" {
@@ -313,19 +332,10 @@ func NewContext() {
HttpAddr = sec.Key("HTTP_ADDR").MustString("0.0.0.0")
HttpPort = sec.Key("HTTP_PORT").MustString("3000")
LocalURL = sec.Key("LOCAL_ROOT_URL").MustString("http://localhost:" + HttpPort + "/")
- DisableSSH = sec.Key("DISABLE_SSH").MustBool()
- if !DisableSSH {
- StartSSHServer = sec.Key("START_SSH_SERVER").MustBool()
- }
- SSHDomain = sec.Key("SSH_DOMAIN").MustString(Domain)
- SSHPort = sec.Key("SSH_PORT").MustInt(22)
- SSHRootPath = sec.Key("SSH_ROOT_PATH").MustString(path.Join(homeDir, ".ssh"))
- if err := os.MkdirAll(SSHRootPath, 0700); err != nil {
- log.Fatal(4, "Fail to create '%s': %v", SSHRootPath, err)
- }
OfflineMode = sec.Key("OFFLINE_MODE").MustBool()
DisableRouterLog = sec.Key("DISABLE_ROUTER_LOG").MustBool()
StaticRootPath = sec.Key("STATIC_ROOT_PATH").MustString(workDir)
+ AppDataPath = sec.Key("APP_DATA_PATH").MustString("data")
EnableGzip = sec.Key("ENABLE_GZIP").MustBool()
switch sec.Key("LANDING_PAGE").MustString("home") {
@@ -335,6 +345,33 @@ func NewContext() {
LandingPageUrl = LANDING_PAGE_HOME
}
+ SSH.RootPath = path.Join(homeDir, ".ssh")
+ SSH.KeyTestPath = os.TempDir()
+ if err = Cfg.Section("server").MapTo(&SSH); err != nil {
+ log.Fatal(4, "Fail to map SSH settings: %v", err)
+ }
+ // When disable SSH, start builtin server value is ignored.
+ if SSH.Disabled {
+ SSH.StartBuiltinServer = false
+ }
+
+ if !SSH.Disabled && !SSH.StartBuiltinServer {
+ if err := os.MkdirAll(SSH.RootPath, 0700); err != nil {
+ log.Fatal(4, "Fail to create '%s': %v", SSH.RootPath, err)
+ } else if err = os.MkdirAll(SSH.KeyTestPath, 0644); err != nil {
+ log.Fatal(4, "Fail to create '%s': %v", SSH.KeyTestPath, err)
+ }
+ }
+
+ SSH.MinimumKeySizeCheck = sec.Key("MINIMUM_KEY_SIZE_CHECK").MustBool()
+ SSH.MinimumKeySizes = map[string]int{}
+ minimumKeySizes := Cfg.Section("ssh.minimum_key_sizes").Keys()
+ for _, key := range minimumKeySizes {
+ if key.MustInt() != -1 {
+ SSH.MinimumKeySizes[strings.ToLower(key.Name())] = key.MustInt()
+ }
+ }
+
sec = Cfg.Section("security")
InstallLock = sec.Key("INSTALL_LOCK").MustBool()
SecretKey = sec.Key("SECRET_KEY").String()
@@ -403,9 +440,9 @@ func NewContext() {
AdminRepoPagingNum = sec.Key("REPO_PAGING_NUM").MustInt(50)
AdminNoticePagingNum = sec.Key("NOTICE_PAGING_NUM").MustInt(50)
AdminOrgPagingNum = sec.Key("ORG_PAGING_NUM").MustInt(50)
+ ThemeColorMetaTag = sec.Key("THEME_COLOR_META_TAG").MustString("#ff5343")
sec = Cfg.Section("picture")
- PictureService = sec.Key("SERVICE").In("server", []string{"server"})
AvatarUploadPath = sec.Key("AVATAR_UPLOAD_PATH").MustString(path.Join(AppDataPath, "avatars"))
forcePathSeparator(AvatarUploadPath)
if !filepath.IsAbs(AvatarUploadPath) {
@@ -415,7 +452,7 @@ func NewContext() {
case "duoshuo":
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
case "gravatar":
- GravatarSource = "//1.gravatar.com/avatar/"
+ GravatarSource = "https://secure.gravatar.com/avatar/"
default:
GravatarSource = source
}
@@ -449,7 +486,6 @@ var Service struct {
DisableRegistration bool
ShowRegistrationButton bool
RequireSignInView bool
- EnableCacheAvatar bool
EnableNotifyMail bool
EnableReverseProxyAuth bool
EnableReverseProxyAutoRegister bool
@@ -463,7 +499,6 @@ func newService() {
Service.DisableRegistration = sec.Key("DISABLE_REGISTRATION").MustBool()
Service.ShowRegistrationButton = sec.Key("SHOW_REGISTRATION_BUTTON").MustBool(!Service.DisableRegistration)
Service.RequireSignInView = sec.Key("REQUIRE_SIGNIN_VIEW").MustBool()
- Service.EnableCacheAvatar = sec.Key("ENABLE_CACHE_AVATAR").MustBool()
Service.EnableReverseProxyAuth = sec.Key("ENABLE_REVERSE_PROXY_AUTHENTICATION").MustBool()
Service.EnableReverseProxyAutoRegister = sec.Key("ENABLE_REVERSE_PROXY_AUTO_REGISTRATION").MustBool()
Service.EnableCaptcha = sec.Key("ENABLE_CAPTCHA").MustBool()
diff --git a/modules/ssh/ssh.go b/modules/ssh/ssh.go
index 4a78d8455..ceecc9bbf 100644
--- a/modules/ssh/ssh.go
+++ b/modules/ssh/ssh.go
@@ -51,7 +51,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
case "env":
args := strings.Split(strings.Replace(payload, "\x00", "", -1), "\v")
if len(args) != 2 {
- log.Warn("Invalid env arguments: '%#v'", args)
+ log.Warn("SSH: Invalid env arguments: '%#v'", args)
continue
}
args[0] = strings.TrimLeft(args[0], "\x04")
@@ -62,32 +62,32 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
}
case "exec":
cmdName := strings.TrimLeft(payload, "'()")
- os.Setenv("SSH_ORIGINAL_COMMAND", cmdName)
- log.Trace("Payload: %v", cmdName)
+ log.Trace("SSH: Payload: %v", cmdName)
args := []string{"serv", "key-" + keyID, "--config=" + setting.CustomConf}
- log.Trace("Arguments: %v", args)
+ log.Trace("SSH: Arguments: %v", args)
cmd := exec.Command(setting.AppPath, args...)
+ cmd.Env = append(os.Environ(), "SSH_ORIGINAL_COMMAND="+cmdName)
stdout, err := cmd.StdoutPipe()
if err != nil {
- log.Error(3, "StdoutPipe: %v", err)
+ log.Error(3, "SSH: StdoutPipe: %v", err)
return
}
stderr, err := cmd.StderrPipe()
if err != nil {
- log.Error(3, "StderrPipe: %v", err)
+ log.Error(3, "SSH: StderrPipe: %v", err)
return
}
input, err := cmd.StdinPipe()
if err != nil {
- log.Error(3, "StdinPipe: %v", err)
+ log.Error(3, "SSH: StdinPipe: %v", err)
return
}
// FIXME: check timeout
if err = cmd.Start(); err != nil {
- log.Error(3, "Start: %v", err)
+ log.Error(3, "SSH: Start: %v", err)
return
}
@@ -97,7 +97,7 @@ func handleServerConn(keyID string, chans <-chan ssh.NewChannel) {
io.Copy(ch.Stderr(), stderr)
if err = cmd.Wait(); err != nil {
- log.Error(3, "Wait: %v", err)
+ log.Error(3, "SSH: Wait: %v", err)
return
}
@@ -119,20 +119,31 @@ func listen(config *ssh.ServerConfig, port int) {
// Once a ServerConfig has been configured, connections can be accepted.
conn, err := listener.Accept()
if err != nil {
- log.Error(3, "Error accepting incoming connection: %v", err)
+ log.Error(3, "SSH: Error accepting incoming connection: %v", err)
continue
}
+
// Before use, a handshake must be performed on the incoming net.Conn.
- sConn, chans, reqs, err := ssh.NewServerConn(conn, config)
- if err != nil {
- log.Error(3, "Error on handshaking: %v", err)
- continue
- }
+ // It must be handled in a separate goroutine,
+ // otherwise one user could easily block entire loop.
+ // For example, user could be asked to trust server key fingerprint and hangs.
+ go func() {
+ log.Trace("SSH: Handshaking for %s", conn.RemoteAddr())
+ sConn, chans, reqs, err := ssh.NewServerConn(conn, config)
+ if err != nil {
+ if err == io.EOF {
+ log.Warn("SSH: Handshaking was terminated: %v", err)
+ } else {
+ log.Error(3, "SSH: Error on handshaking: %v", err)
+ }
+ return
+ }
- log.Trace("Connection from %s (%s)", sConn.RemoteAddr(), sConn.ClientVersion())
- // The incoming Request channel must be serviced.
- go ssh.DiscardRequests(reqs)
- go handleServerConn(sConn.Permissions.Extensions["key-id"], chans)
+ log.Trace("SSH: Connection from %s (%s)", sConn.RemoteAddr(), sConn.ClientVersion())
+ // The incoming Request channel must be serviced.
+ go ssh.DiscardRequests(reqs)
+ go handleServerConn(sConn.Permissions.Extensions["key-id"], chans)
+ }()
}
}
@@ -156,16 +167,16 @@ func Listen(port int) {
if err != nil {
panic(fmt.Sprintf("Fail to generate private key: %v - %s", err, stderr))
}
- log.Trace("New private key is generateed: %s", keyPath)
+ log.Trace("SSH: New private key is generateed: %s", keyPath)
}
privateBytes, err := ioutil.ReadFile(keyPath)
if err != nil {
- panic("Fail to load private key")
+ panic("SSH: Fail to load private key")
}
private, err := ssh.ParsePrivateKey(privateBytes)
if err != nil {
- panic("Fail to parse private key")
+ panic("SSH: Fail to parse private key")
}
config.AddHostKey(private)
diff --git a/modules/template/highlight.go b/modules/template/highlight/highlight.go
similarity index 99%
rename from modules/template/highlight.go
rename to modules/template/highlight/highlight.go
index bd9813eef..bbf08e043 100644
--- a/modules/template/highlight.go
+++ b/modules/template/highlight/highlight.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-package template
+package highlight
import (
"path"
diff --git a/modules/template/template.go b/modules/template/template.go
index 6099fcc98..79b3f8356 100644
--- a/modules/template/template.go
+++ b/modules/template/template.go
@@ -18,86 +18,92 @@ import (
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"
+ "github.com/gogits/gogs/modules/markdown"
"github.com/gogits/gogs/modules/setting"
)
-var Funcs template.FuncMap = map[string]interface{}{
- "GoVer": func() string {
- return strings.Title(runtime.Version())
- },
- "UseHTTPS": func() bool {
- return strings.HasPrefix(setting.AppUrl, "https")
- },
- "AppName": func() string {
- return setting.AppName
- },
- "AppSubUrl": func() string {
- return setting.AppSubUrl
- },
- "AppUrl": func() string {
- return setting.AppUrl
- },
- "AppVer": func() string {
- return setting.AppVer
- },
- "AppDomain": func() string {
- return setting.Domain
- },
- "DisableGravatar": func() bool {
- return setting.DisableGravatar
- },
- "LoadTimes": func(startTime time.Time) string {
- return fmt.Sprint(time.Since(startTime).Nanoseconds()/1e6) + "ms"
- },
- "AvatarLink": base.AvatarLink,
- "Safe": Safe,
- "Str2html": Str2html,
- "TimeSince": base.TimeSince,
- "RawTimeSince": base.RawTimeSince,
- "FileSize": base.FileSize,
- "Subtract": base.Subtract,
- "Add": func(a, b int) int {
- return a + b
- },
- "ActionIcon": ActionIcon,
- "DateFmtLong": func(t time.Time) string {
- return t.Format(time.RFC1123Z)
- },
- "DateFmtShort": func(t time.Time) string {
- return t.Format("Jan 02, 2006")
- },
- "List": List,
- "Mail2Domain": func(mail string) string {
- if !strings.Contains(mail, "@") {
- return "try.gogs.io"
- }
+func NewFuncMap() []template.FuncMap {
+ return []template.FuncMap{map[string]interface{}{
+ "GoVer": func() string {
+ return strings.Title(runtime.Version())
+ },
+ "UseHTTPS": func() bool {
+ return strings.HasPrefix(setting.AppUrl, "https")
+ },
+ "AppName": func() string {
+ return setting.AppName
+ },
+ "AppSubUrl": func() string {
+ return setting.AppSubUrl
+ },
+ "AppUrl": func() string {
+ return setting.AppUrl
+ },
+ "AppVer": func() string {
+ return setting.AppVer
+ },
+ "AppDomain": func() string {
+ return setting.Domain
+ },
+ "DisableGravatar": func() bool {
+ return setting.DisableGravatar
+ },
+ "LoadTimes": func(startTime time.Time) string {
+ return fmt.Sprint(time.Since(startTime).Nanoseconds()/1e6) + "ms"
+ },
+ "AvatarLink": base.AvatarLink,
+ "Safe": Safe,
+ "Str2html": Str2html,
+ "TimeSince": base.TimeSince,
+ "RawTimeSince": base.RawTimeSince,
+ "FileSize": base.FileSize,
+ "Subtract": base.Subtract,
+ "Add": func(a, b int) int {
+ return a + b
+ },
+ "ActionIcon": ActionIcon,
+ "DateFmtLong": func(t time.Time) string {
+ return t.Format(time.RFC1123Z)
+ },
+ "DateFmtShort": func(t time.Time) string {
+ return t.Format("Jan 02, 2006")
+ },
+ "List": List,
+ "Mail2Domain": func(mail string) string {
+ if !strings.Contains(mail, "@") {
+ return "try.gogs.io"
+ }
- return strings.SplitN(mail, "@", 2)[1]
- },
- "SubStr": func(str string, start, length int) string {
- if len(str) == 0 {
- return ""
- }
- end := start + length
- if length == -1 {
- end = len(str)
- }
- if len(str) < end {
- return str
- }
- return str[start:end]
- },
- "DiffTypeToStr": DiffTypeToStr,
- "DiffLineTypeToStr": DiffLineTypeToStr,
- "Sha1": Sha1,
- "ShortSha": base.ShortSha,
- "MD5": base.EncodeMD5,
- "ActionContent2Commits": ActionContent2Commits,
- "ToUtf8": ToUtf8,
- "EscapePound": func(str string) string {
- return strings.Replace(strings.Replace(str, "%", "%25", -1), "#", "%23", -1)
- },
- "RenderCommitMessage": RenderCommitMessage,
+ return strings.SplitN(mail, "@", 2)[1]
+ },
+ "SubStr": func(str string, start, length int) string {
+ if len(str) == 0 {
+ return ""
+ }
+ end := start + length
+ if length == -1 {
+ end = len(str)
+ }
+ if len(str) < end {
+ return str
+ }
+ return str[start:end]
+ },
+ "DiffTypeToStr": DiffTypeToStr,
+ "DiffLineTypeToStr": DiffLineTypeToStr,
+ "Sha1": Sha1,
+ "ShortSha": base.ShortSha,
+ "MD5": base.EncodeMD5,
+ "ActionContent2Commits": ActionContent2Commits,
+ "ToUtf8": ToUtf8,
+ "EscapePound": func(str string) string {
+ return strings.Replace(strings.Replace(str, "%", "%25", -1), "#", "%23", -1)
+ },
+ "RenderCommitMessage": RenderCommitMessage,
+ "ThemeColorMetaTag": func() string {
+ return setting.ThemeColorMetaTag
+ },
+ }}
}
func Safe(raw string) template.HTML {
@@ -105,7 +111,7 @@ func Safe(raw string) template.HTML {
}
func Str2html(raw string) template.HTML {
- return template.HTML(base.Sanitizer.Sanitize(raw))
+ return template.HTML(markdown.Sanitizer.Sanitize(raw))
}
func Range(l int) []int {
@@ -185,7 +191,7 @@ func ReplaceLeft(s, old, new string) string {
// RenderCommitMessage renders commit message with XSS-safe and special links.
func RenderCommitMessage(full bool, msg, urlPrefix string, metas map[string]string) template.HTML {
cleanMsg := template.HTMLEscapeString(msg)
- fullMessage := string(base.RenderIssueIndexPattern([]byte(cleanMsg), urlPrefix, metas))
+ fullMessage := string(markdown.RenderIssueIndexPattern([]byte(cleanMsg), urlPrefix, metas))
msgLines := strings.Split(strings.TrimSpace(fullMessage), "\n")
numLines := len(msgLines)
if numLines == 0 {
@@ -225,7 +231,7 @@ type Actioner interface {
// and returns a icon class name.
func ActionIcon(opType int) string {
switch opType {
- case 1, 8: // Create, transfer repository
+ case 1, 8: // Create and transfer repository
return "repo"
case 5, 9: // Commit repository
return "git-commit"
@@ -237,6 +243,10 @@ func ActionIcon(opType int) string {
return "comment"
case 11: // Merge pull request
return "git-merge"
+ case 12, 14: // Close issue or pull request
+ return "issue-closed"
+ case 13, 15: // Reopen issue or pull request
+ return "issue-reopened"
default:
return "invalid type"
}
diff --git a/modules/uuid/README.md b/modules/uuid/README.md
deleted file mode 100644
index 242b27579..000000000
--- a/modules/uuid/README.md
+++ /dev/null
@@ -1,66 +0,0 @@
-# UUID package for Go language
-
-[![Build Status](https://travis-ci.org/satori/go.uuid.png?branch=master)](https://travis-ci.org/satori/go.uuid)
-[![GoDoc](http://godoc.org/github.com/satori/go.uuid?status.png)](http://godoc.org/github.com/satori/go.uuid)
-
-This package provides pure Go implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs.
-
-With 100% test coverage and benchmarks out of box.
-
-Supported versions:
-* Version 1, based on timestamp and MAC address (RFC 4122)
-* Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1)
-* Version 3, based on MD5 hashing (RFC 4122)
-* Version 4, based on random numbers (RFC 4122)
-* Version 5, based on SHA-1 hashing (RFC 4122)
-
-## Installation
-
-Use the `go` command:
-
- $ go get github.com/satori/go.uuid
-
-## Requirements
-
-UUID package requires any stable version of Go Programming Language.
-
-It is tested against following versions of Go: 1.0, 1.1, 1.2
-
-## Example
-
-```go
-package main
-
-import (
- "fmt"
- "github.com/satori/go.uuid"
-)
-
-func main() {
- // Creating UUID Version 4
- u1 := uuid.NewV4()
- fmt.Printf("UUIDv4: %s\n", u1)
-
- // Parsing UUID from string input
- u2, err := uuid.FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
- if err != nil {
- fmt.Printf("Something gone wrong: %s", err)
- }
- fmt.Printf("Successfully parsed: %s", u2)
-}
-```
-
-## Documentation
-
-[Documentation](http://godoc.org/github.com/satori/go.uuid) is hosted at GoDoc project.
-
-## Links
-* [RFC 4122](http://tools.ietf.org/html/rfc4122)
-* [DCE 1.1: Authentication and Security Services](http://pubs.opengroup.org/onlinepubs/9696989899/chap5.htm#tagcjh_08_02_01_01)
-
-## Copyright
-
-Copyright (C) 2013 by Maxim Bublis .
-
-UUID package released under MIT License.
-See [LICENSE](https://github.com/satori/go.uuid/blob/master/LICENSE) for details.
diff --git a/modules/uuid/benchmarks_test.go b/modules/uuid/benchmarks_test.go
deleted file mode 100644
index fd261d1bf..000000000
--- a/modules/uuid/benchmarks_test.go
+++ /dev/null
@@ -1,84 +0,0 @@
-// Copyright (C) 2013 by Maxim Bublis
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-package uuid
-
-import (
- "testing"
-)
-
-func BenchmarkFromBytes(b *testing.B) {
- bytes := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
- for i := 0; i < b.N; i++ {
- FromBytes(bytes)
- }
-}
-
-func BenchmarkFromString(b *testing.B) {
- s := "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
- for i := 0; i < b.N; i++ {
- FromString(s)
- }
-}
-
-func BenchmarkFromStringUrn(b *testing.B) {
- s := "urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8"
- for i := 0; i < b.N; i++ {
- FromString(s)
- }
-}
-
-func BenchmarkFromStringWithBrackets(b *testing.B) {
- s := "{6ba7b810-9dad-11d1-80b4-00c04fd430c8}"
- for i := 0; i < b.N; i++ {
- FromString(s)
- }
-}
-
-func BenchmarkNewV1(b *testing.B) {
- for i := 0; i < b.N; i++ {
- NewV1()
- }
-}
-
-func BenchmarkNewV2(b *testing.B) {
- for i := 0; i < b.N; i++ {
- NewV2(DomainPerson)
- }
-}
-
-func BenchmarkNewV3(b *testing.B) {
- for i := 0; i < b.N; i++ {
- NewV3(NamespaceDNS, "www.example.com")
- }
-}
-
-func BenchmarkNewV4(b *testing.B) {
- for i := 0; i < b.N; i++ {
- NewV4()
- }
-}
-
-func BenchmarkNewV5(b *testing.B) {
- for i := 0; i < b.N; i++ {
- NewV5(NamespaceDNS, "www.example.com")
- }
-}
diff --git a/modules/uuid/uuid.go b/modules/uuid/uuid.go
deleted file mode 100644
index 5c5566f0d..000000000
--- a/modules/uuid/uuid.go
+++ /dev/null
@@ -1,353 +0,0 @@
-// Copyright (C) 2013 by Maxim Bublis
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-// Package uuid provides implementation of Universally Unique Identifier (UUID).
-// Supported versions are 1, 3, 4 and 5 (as specified in RFC 4122) and
-// version 2 (as specified in DCE 1.1).
-package uuid
-
-import (
- "bytes"
- "crypto/md5"
- "crypto/rand"
- "crypto/sha1"
- "encoding/binary"
- "encoding/hex"
- "fmt"
- "hash"
- "net"
- "os"
- "strings"
- "sync"
- "time"
-)
-
-// UUID layout variants.
-const (
- VariantNCS = iota
- VariantRFC4122
- VariantMicrosoft
- VariantFuture
-)
-
-// UUID DCE domains.
-const (
- DomainPerson = iota
- DomainGroup
- DomainOrg
-)
-
-// Difference in 100-nanosecond intervals between
-// UUID epoch (October 15, 1582) and Unix epoch (January 1, 1970).
-const epochStart = 122192928000000000
-
-// UUID v1/v2 storage.
-var (
- storageMutex sync.Mutex
- clockSequence uint16
- lastTime uint64
- hardwareAddr [6]byte
- posixUID = uint32(os.Getuid())
- posixGID = uint32(os.Getgid())
-)
-
-// Epoch calculation function
-var epochFunc func() uint64
-
-// Initialize storage
-func init() {
- buf := make([]byte, 2)
- rand.Read(buf)
- clockSequence = binary.BigEndian.Uint16(buf)
-
- // Initialize hardwareAddr randomly in case
- // of real network interfaces absence
- rand.Read(hardwareAddr[:])
-
- // Set multicast bit as recommended in RFC 4122
- hardwareAddr[0] |= 0x01
-
- interfaces, err := net.Interfaces()
- if err == nil {
- for _, iface := range interfaces {
- if len(iface.HardwareAddr) >= 6 {
- copy(hardwareAddr[:], iface.HardwareAddr)
- break
- }
- }
- }
- epochFunc = unixTimeFunc
-}
-
-// Returns difference in 100-nanosecond intervals between
-// UUID epoch (October 15, 1582) and current time.
-// This is default epoch calculation function.
-func unixTimeFunc() uint64 {
- return epochStart + uint64(time.Now().UnixNano()/100)
-}
-
-// UUID representation compliant with specification
-// described in RFC 4122.
-type UUID [16]byte
-
-// Predefined namespace UUIDs.
-var (
- NamespaceDNS, _ = FromString("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
- NamespaceURL, _ = FromString("6ba7b811-9dad-11d1-80b4-00c04fd430c8")
- NamespaceOID, _ = FromString("6ba7b812-9dad-11d1-80b4-00c04fd430c8")
- NamespaceX500, _ = FromString("6ba7b814-9dad-11d1-80b4-00c04fd430c8")
-)
-
-// And returns result of binary AND of two UUIDs.
-func And(u1 UUID, u2 UUID) UUID {
- u := UUID{}
- for i := 0; i < 16; i++ {
- u[i] = u1[i] & u2[i]
- }
- return u
-}
-
-// Or returns result of binary OR of two UUIDs.
-func Or(u1 UUID, u2 UUID) UUID {
- u := UUID{}
- for i := 0; i < 16; i++ {
- u[i] = u1[i] | u2[i]
- }
- return u
-}
-
-// Equal returns true if u1 and u2 equals, otherwise returns false.
-func Equal(u1 UUID, u2 UUID) bool {
- return bytes.Equal(u1[:], u2[:])
-}
-
-// Version returns algorithm version used to generate UUID.
-func (u UUID) Version() uint {
- return uint(u[6] >> 4)
-}
-
-// Variant returns UUID layout variant.
-func (u UUID) Variant() uint {
- switch {
- case (u[8] & 0x80) == 0x00:
- return VariantNCS
- case (u[8]&0xc0)|0x80 == 0x80:
- return VariantRFC4122
- case (u[8]&0xe0)|0xc0 == 0xc0:
- return VariantMicrosoft
- }
- return VariantFuture
-}
-
-// Bytes returns bytes slice representation of UUID.
-func (u UUID) Bytes() []byte {
- return u[:]
-}
-
-// Returns canonical string representation of UUID:
-// xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.
-func (u UUID) String() string {
- return fmt.Sprintf("%x-%x-%x-%x-%x",
- u[:4], u[4:6], u[6:8], u[8:10], u[10:])
-}
-
-// SetVersion sets version bits.
-func (u *UUID) SetVersion(v byte) {
- u[6] = (u[6] & 0x0f) | (v << 4)
-}
-
-// SetVariant sets variant bits as described in RFC 4122.
-func (u *UUID) SetVariant() {
- u[8] = (u[8] & 0xbf) | 0x80
-}
-
-// MarshalText implements the encoding.TextMarshaler interface.
-// The encoding is the same as returned by String.
-func (u UUID) MarshalText() (text []byte, err error) {
- text = []byte(u.String())
- return
-}
-
-// UnmarshalText implements the encoding.TextUnmarshaler interface.
-// UUID is expected in a form accepted by FromString.
-func (u *UUID) UnmarshalText(text []byte) error {
- s := string(text)
- u2, err := FromString(s)
- if err != nil {
- return err
- }
- *u = u2
- return nil
-}
-
-// MarshalBinary implements the encoding.BinaryMarshaler interface.
-func (u UUID) MarshalBinary() (data []byte, err error) {
- data = u.Bytes()
- return
-}
-
-// UnmarshalBinary implements the encoding.BinaryUnmarshaler interface.
-func (u *UUID) UnmarshalBinary(data []byte) error {
- u2, err := FromBytes(data)
- if err != nil {
- return err
- }
- *u = u2
- return nil
-}
-
-// FromBytes returns UUID converted from raw byte slice input.
-// It will return error if the slice isn't 16 bytes long.
-func FromBytes(input []byte) (u UUID, err error) {
- if len(input) != 16 {
- err = fmt.Errorf("uuid: UUID must be exactly 16 bytes long, got %d bytes", len(input))
- return
- }
-
- copy(u[:], input)
-
- return
-}
-
-// FromString returns UUID parsed from string input.
-// Following formats are supported:
-// "6ba7b810-9dad-11d1-80b4-00c04fd430c8",
-// "{6ba7b810-9dad-11d1-80b4-00c04fd430c8}",
-// "urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8"
-func FromString(input string) (u UUID, err error) {
- s := strings.Replace(input, "-", "", -1)
-
- if len(s) == 41 && s[:9] == "urn:uuid:" {
- s = s[9:]
- } else if len(s) == 34 && s[0] == '{' && s[33] == '}' {
- s = s[1:33]
- }
-
- if len(s) != 32 {
- err = fmt.Errorf("uuid: invalid UUID string: %s", input)
- return
- }
-
- b := []byte(s)
- _, err = hex.Decode(u[:], b)
-
- return
-}
-
-// Returns UUID v1/v2 storage state.
-// Returns epoch timestamp and clock sequence.
-func getStorage() (uint64, uint16) {
- storageMutex.Lock()
- defer storageMutex.Unlock()
-
- timeNow := epochFunc()
- // Clock changed backwards since last UUID generation.
- // Should increase clock sequence.
- if timeNow <= lastTime {
- clockSequence++
- }
- lastTime = timeNow
-
- return timeNow, clockSequence
-}
-
-// NewV1 returns UUID based on current timestamp and MAC address.
-func NewV1() UUID {
- u := UUID{}
-
- timeNow, clockSeq := getStorage()
-
- binary.BigEndian.PutUint32(u[0:], uint32(timeNow))
- binary.BigEndian.PutUint16(u[4:], uint16(timeNow>>32))
- binary.BigEndian.PutUint16(u[6:], uint16(timeNow>>48))
- binary.BigEndian.PutUint16(u[8:], clockSeq)
-
- copy(u[10:], hardwareAddr[:])
-
- u.SetVersion(1)
- u.SetVariant()
-
- return u
-}
-
-// NewV2 returns DCE Security UUID based on POSIX UID/GID.
-func NewV2(domain byte) UUID {
- u := UUID{}
-
- switch domain {
- case DomainPerson:
- binary.BigEndian.PutUint32(u[0:], posixUID)
- case DomainGroup:
- binary.BigEndian.PutUint32(u[0:], posixGID)
- }
-
- timeNow, clockSeq := getStorage()
-
- binary.BigEndian.PutUint16(u[4:], uint16(timeNow>>32))
- binary.BigEndian.PutUint16(u[6:], uint16(timeNow>>48))
- binary.BigEndian.PutUint16(u[8:], clockSeq)
- u[9] = domain
-
- copy(u[10:], hardwareAddr[:])
-
- u.SetVersion(2)
- u.SetVariant()
-
- return u
-}
-
-// NewV3 returns UUID based on MD5 hash of namespace UUID and name.
-func NewV3(ns UUID, name string) UUID {
- u := newFromHash(md5.New(), ns, name)
- u.SetVersion(3)
- u.SetVariant()
-
- return u
-}
-
-// NewV4 returns random generated UUID.
-func NewV4() UUID {
- u := UUID{}
- rand.Read(u[:])
- u.SetVersion(4)
- u.SetVariant()
-
- return u
-}
-
-// NewV5 returns UUID based on SHA-1 hash of namespace UUID and name.
-func NewV5(ns UUID, name string) UUID {
- u := newFromHash(sha1.New(), ns, name)
- u.SetVersion(5)
- u.SetVariant()
-
- return u
-}
-
-// Returns UUID based on hashing of namespace UUID and name.
-func newFromHash(h hash.Hash, ns UUID, name string) UUID {
- u := UUID{}
- h.Write(ns[:])
- h.Write([]byte(name))
- copy(u[:], h.Sum(nil))
-
- return u
-}
diff --git a/modules/uuid/uuid_test.go b/modules/uuid/uuid_test.go
deleted file mode 100644
index 0bc85b287..000000000
--- a/modules/uuid/uuid_test.go
+++ /dev/null
@@ -1,399 +0,0 @@
-// Copyright (C) 2013 by Maxim Bublis
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-//
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-package uuid
-
-import (
- "bytes"
- "testing"
-)
-
-func TestBytes(t *testing.T) {
- u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
-
- bytes1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
-
- if !bytes.Equal(u.Bytes(), bytes1) {
- t.Errorf("Incorrect bytes representation for UUID: %s", u)
- }
-}
-
-func TestString(t *testing.T) {
- if NamespaceDNS.String() != "6ba7b810-9dad-11d1-80b4-00c04fd430c8" {
- t.Errorf("Incorrect string representation for UUID: %s", NamespaceDNS.String())
- }
-}
-
-func TestEqual(t *testing.T) {
- if !Equal(NamespaceDNS, NamespaceDNS) {
- t.Errorf("Incorrect comparison of %s and %s", NamespaceDNS, NamespaceDNS)
- }
-
- if Equal(NamespaceDNS, NamespaceURL) {
- t.Errorf("Incorrect comparison of %s and %s", NamespaceDNS, NamespaceURL)
- }
-}
-
-func TestOr(t *testing.T) {
- u1 := UUID{0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff}
- u2 := UUID{0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00}
-
- u := UUID{0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
-
- if !Equal(u, Or(u1, u2)) {
- t.Errorf("Incorrect bitwise OR result %s", Or(u1, u2))
- }
-}
-
-func TestAnd(t *testing.T) {
- u1 := UUID{0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff}
- u2 := UUID{0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff, 0x00}
-
- u := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
-
- if !Equal(u, And(u1, u2)) {
- t.Errorf("Incorrect bitwise AND result %s", And(u1, u2))
- }
-}
-
-func TestVersion(t *testing.T) {
- u := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
-
- if u.Version() != 1 {
- t.Errorf("Incorrect version for UUID: %d", u.Version())
- }
-}
-
-func TestSetVersion(t *testing.T) {
- u := UUID{}
- u.SetVersion(4)
-
- if u.Version() != 4 {
- t.Errorf("Incorrect version for UUID after u.setVersion(4): %d", u.Version())
- }
-}
-
-func TestVariant(t *testing.T) {
- u1 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
-
- if u1.Variant() != VariantNCS {
- t.Errorf("Incorrect variant for UUID variant %d: %d", VariantNCS, u1.Variant())
- }
-
- u2 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
-
- if u2.Variant() != VariantRFC4122 {
- t.Errorf("Incorrect variant for UUID variant %d: %d", VariantRFC4122, u2.Variant())
- }
-
- u3 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
-
- if u3.Variant() != VariantMicrosoft {
- t.Errorf("Incorrect variant for UUID variant %d: %d", VariantMicrosoft, u3.Variant())
- }
-
- u4 := UUID{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
-
- if u4.Variant() != VariantFuture {
- t.Errorf("Incorrect variant for UUID variant %d: %d", VariantFuture, u4.Variant())
- }
-}
-
-func TestSetVariant(t *testing.T) {
- u := new(UUID)
- u.SetVariant()
-
- if u.Variant() != VariantRFC4122 {
- t.Errorf("Incorrect variant for UUID after u.setVariant(): %d", u.Variant())
- }
-}
-
-func TestFromBytes(t *testing.T) {
- u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
- b1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
-
- u1, err := FromBytes(b1)
- if err != nil {
- t.Errorf("Error parsing UUID from bytes: %s", err)
- }
-
- if !Equal(u, u1) {
- t.Errorf("UUIDs should be equal: %s and %s", u, u1)
- }
-
- b2 := []byte{}
-
- _, err = FromBytes(b2)
- if err == nil {
- t.Errorf("Should return error parsing from empty byte slice, got %s", err)
- }
-}
-
-func TestMarshalBinary(t *testing.T) {
- u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
- b1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
-
- b2, err := u.MarshalBinary()
- if err != nil {
- t.Errorf("Error marshaling UUID: %s", err)
- }
-
- if !bytes.Equal(b1, b2) {
- t.Errorf("Marshaled UUID should be %s, got %s", b1, b2)
- }
-}
-
-func TestUnmarshalBinary(t *testing.T) {
- u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
- b1 := []byte{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
-
- u1 := UUID{}
- err := u1.UnmarshalBinary(b1)
- if err != nil {
- t.Errorf("Error unmarshaling UUID: %s", err)
- }
-
- if !Equal(u, u1) {
- t.Errorf("UUIDs should be equal: %s and %s", u, u1)
- }
-
- b2 := []byte{}
- u2 := UUID{}
-
- err = u2.UnmarshalBinary(b2)
- if err == nil {
- t.Errorf("Should return error unmarshalling from empty byte slice, got %s", err)
- }
-}
-
-func TestFromString(t *testing.T) {
- u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
-
- s1 := "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
- s2 := "{6ba7b810-9dad-11d1-80b4-00c04fd430c8}"
- s3 := "urn:uuid:6ba7b810-9dad-11d1-80b4-00c04fd430c8"
-
- _, err := FromString("")
- if err == nil {
- t.Errorf("Should return error trying to parse empty string, got %s", err)
- }
-
- u1, err := FromString(s1)
- if err != nil {
- t.Errorf("Error parsing UUID from string: %s", err)
- }
-
- if !Equal(u, u1) {
- t.Errorf("UUIDs should be equal: %s and %s", u, u1)
- }
-
- u2, err := FromString(s2)
- if err != nil {
- t.Errorf("Error parsing UUID from string: %s", err)
- }
-
- if !Equal(u, u2) {
- t.Errorf("UUIDs should be equal: %s and %s", u, u2)
- }
-
- u3, err := FromString(s3)
- if err != nil {
- t.Errorf("Error parsing UUID from string: %s", err)
- }
-
- if !Equal(u, u3) {
- t.Errorf("UUIDs should be equal: %s and %s", u, u3)
- }
-}
-
-func TestMarshalText(t *testing.T) {
- u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
- b1 := []byte("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
-
- b2, err := u.MarshalText()
- if err != nil {
- t.Errorf("Error marshaling UUID: %s", err)
- }
-
- if !bytes.Equal(b1, b2) {
- t.Errorf("Marshaled UUID should be %s, got %s", b1, b2)
- }
-}
-
-func TestUnmarshalText(t *testing.T) {
- u := UUID{0x6b, 0xa7, 0xb8, 0x10, 0x9d, 0xad, 0x11, 0xd1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8}
- b1 := []byte("6ba7b810-9dad-11d1-80b4-00c04fd430c8")
-
- u1 := UUID{}
- err := u1.UnmarshalText(b1)
- if err != nil {
- t.Errorf("Error unmarshaling UUID: %s", err)
- }
-
- if !Equal(u, u1) {
- t.Errorf("UUIDs should be equal: %s and %s", u, u1)
- }
-
- b2 := []byte("")
- u2 := UUID{}
-
- err = u2.UnmarshalText(b2)
- if err == nil {
- t.Errorf("Should return error trying to unmarshal from empty string")
- }
-}
-
-func TestNewV1(t *testing.T) {
- u := NewV1()
-
- if u.Version() != 1 {
- t.Errorf("UUIDv1 generated with incorrect version: %d", u.Version())
- }
-
- if u.Variant() != VariantRFC4122 {
- t.Errorf("UUIDv1 generated with incorrect variant: %d", u.Variant())
- }
-
- u1 := NewV1()
- u2 := NewV1()
-
- if Equal(u1, u2) {
- t.Errorf("UUIDv1 generated two equal UUIDs: %s and %s", u1, u2)
- }
-
- oldFunc := epochFunc
- epochFunc = func() uint64 { return 0 }
-
- u3 := NewV1()
- u4 := NewV1()
-
- if Equal(u3, u4) {
- t.Errorf("UUIDv1 generated two equal UUIDs: %s and %s", u3, u4)
- }
-
- epochFunc = oldFunc
-}
-
-func TestNewV2(t *testing.T) {
- u1 := NewV2(DomainPerson)
-
- if u1.Version() != 2 {
- t.Errorf("UUIDv2 generated with incorrect version: %d", u1.Version())
- }
-
- if u1.Variant() != VariantRFC4122 {
- t.Errorf("UUIDv2 generated with incorrect variant: %d", u1.Variant())
- }
-
- u2 := NewV2(DomainGroup)
-
- if u2.Version() != 2 {
- t.Errorf("UUIDv2 generated with incorrect version: %d", u2.Version())
- }
-
- if u2.Variant() != VariantRFC4122 {
- t.Errorf("UUIDv2 generated with incorrect variant: %d", u2.Variant())
- }
-}
-
-func TestNewV3(t *testing.T) {
- u := NewV3(NamespaceDNS, "www.example.com")
-
- if u.Version() != 3 {
- t.Errorf("UUIDv3 generated with incorrect version: %d", u.Version())
- }
-
- if u.Variant() != VariantRFC4122 {
- t.Errorf("UUIDv3 generated with incorrect variant: %d", u.Variant())
- }
-
- if u.String() != "5df41881-3aed-3515-88a7-2f4a814cf09e" {
- t.Errorf("UUIDv3 generated incorrectly: %s", u.String())
- }
-
- u = NewV3(NamespaceDNS, "python.org")
-
- if u.String() != "6fa459ea-ee8a-3ca4-894e-db77e160355e" {
- t.Errorf("UUIDv3 generated incorrectly: %s", u.String())
- }
-
- u1 := NewV3(NamespaceDNS, "golang.org")
- u2 := NewV3(NamespaceDNS, "golang.org")
- if !Equal(u1, u2) {
- t.Errorf("UUIDv3 generated different UUIDs for same namespace and name: %s and %s", u1, u2)
- }
-
- u3 := NewV3(NamespaceDNS, "example.com")
- if Equal(u1, u3) {
- t.Errorf("UUIDv3 generated same UUIDs for different names in same namespace: %s and %s", u1, u2)
- }
-
- u4 := NewV3(NamespaceURL, "golang.org")
- if Equal(u1, u4) {
- t.Errorf("UUIDv3 generated same UUIDs for sane names in different namespaces: %s and %s", u1, u4)
- }
-}
-
-func TestNewV4(t *testing.T) {
- u := NewV4()
-
- if u.Version() != 4 {
- t.Errorf("UUIDv4 generated with incorrect version: %d", u.Version())
- }
-
- if u.Variant() != VariantRFC4122 {
- t.Errorf("UUIDv4 generated with incorrect variant: %d", u.Variant())
- }
-}
-
-func TestNewV5(t *testing.T) {
- u := NewV5(NamespaceDNS, "www.example.com")
-
- if u.Version() != 5 {
- t.Errorf("UUIDv5 generated with incorrect version: %d", u.Version())
- }
-
- if u.Variant() != VariantRFC4122 {
- t.Errorf("UUIDv5 generated with incorrect variant: %d", u.Variant())
- }
-
- u = NewV5(NamespaceDNS, "python.org")
-
- if u.String() != "886313e1-3b8a-5372-9b90-0c9aee199e5d" {
- t.Errorf("UUIDv5 generated incorrectly: %s", u.String())
- }
-
- u1 := NewV5(NamespaceDNS, "golang.org")
- u2 := NewV5(NamespaceDNS, "golang.org")
- if !Equal(u1, u2) {
- t.Errorf("UUIDv5 generated different UUIDs for same namespace and name: %s and %s", u1, u2)
- }
-
- u3 := NewV5(NamespaceDNS, "example.com")
- if Equal(u1, u3) {
- t.Errorf("UUIDv5 generated same UUIDs for different names in same namespace: %s and %s", u1, u2)
- }
-
- u4 := NewV5(NamespaceURL, "golang.org")
- if Equal(u1, u4) {
- t.Errorf("UUIDv3 generated same UUIDs for sane names in different namespaces: %s and %s", u1, u4)
- }
-}
diff --git a/public/css/font-awesome-4.4.0.min.css b/public/assets/font-awesome-4.5.0/css/font-awesome.min.css
similarity index 95%
rename from public/css/font-awesome-4.4.0.min.css
rename to public/assets/font-awesome-4.5.0/css/font-awesome.min.css
index ee4e9782b..d0603cb4b 100644
--- a/public/css/font-awesome-4.4.0.min.css
+++ b/public/assets/font-awesome-4.5.0/css/font-awesome.min.css
@@ -1,4 +1,4 @@
/*!
- * Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
diff --git a/public/assets/font-awesome-4.5.0/fonts/FontAwesome.otf b/public/assets/font-awesome-4.5.0/fonts/FontAwesome.otf
new file mode 100644
index 000000000..3ed7f8b48
Binary files /dev/null and b/public/assets/font-awesome-4.5.0/fonts/FontAwesome.otf differ
diff --git a/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.eot b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.eot
new file mode 100644
index 000000000..9b6afaedc
Binary files /dev/null and b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.eot differ
diff --git a/public/fonts/fontawesome-webfont.svg b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg
similarity index 95%
rename from public/fonts/fontawesome-webfont.svg
rename to public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg
index 6fd19abcb..d05688e9e 100644
--- a/public/fonts/fontawesome-webfont.svg
+++ b/public/assets/font-awesome-4.5.0/fonts/fontawesome-webfont.svg
@@ -1,6 +1,6 @@
-
\n"},o.prototype.tablecell=function(e,t){var n=t.header?"th":"td",r=t.align?"<"+n+' style="text-align:'+t.align+'">':"<"+n+">";return r+e+""+n+">\n"},o.prototype.strong=function(e){return""+e+""},o.prototype.em=function(e){return""+e+""},o.prototype.codespan=function(e){return""+e+""},o.prototype.br=function(){return this.options.xhtml?" ":" "},o.prototype.del=function(e){return""+e+""},o.prototype.link=function(e,t,n){if(this.options.sanitize){try{var r=decodeURIComponent(s(e)).replace(/[^\w:]/g,"").toLowerCase()}catch(i){return""}if(0===r.indexOf("javascript:")||0===r.indexOf("vbscript:"))return""}var o='"+n+""},o.prototype.image=function(e,t,n){var r='":">"},o.prototype.text=function(e){return e},l.parse=function(e,t,n){var r=new l(t,n);return r.parse(e)},l.prototype.parse=function(e){this.inline=new i(e.links,this.options,this.renderer),this.tokens=e.reverse();for(var t="";this.next();)t+=this.tok();return t},l.prototype.next=function(){return this.token=this.tokens.pop()},l.prototype.peek=function(){return this.tokens[this.tokens.length-1]||0},l.prototype.parseText=function(){for(var e=this.token.text;"text"===this.peek().type;)e+="\n"+this.next().text;return this.inline.output(e)},l.prototype.tok=function(){switch(this.token.type){case"space":return"";case"hr":return this.renderer.hr();case"heading":return this.renderer.heading(this.inline.output(this.token.text),this.token.depth,this.token.text);case"code":return this.renderer.code(this.token.text,this.token.lang,this.token.escaped);case"table":var e,t,n,r,i,o="",l="";for(n="",e=0;e=o?"bigger"==t?"###### "+i:"# "+i:6==o&&"smaller"==t?i.substr(7):1==o&&"bigger"==t?i.substr(2):"bigger"==t?i.substr(1):"#"+i:1==n?0>=o?"# "+i:o==n?i.substr(o+1):"# "+i.substr(o+1):2==n?0>=o?"## "+i:o==n?i.substr(o+1):"## "+i.substr(o+1):0>=o?"### "+i:o==n?i.substr(o+1):"### "+i.substr(o+1),e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(o);e.focus()}}function A(e,t){if(!/editor-preview-active/.test(e.getWrapperElement().lastChild.className)){for(var n=l(e),r=e.getCursor("start"),i=e.getCursor("end"),o={quote:/^(\s*)\>\s+/,"unordered-list":/^(\s*)(\*|\-|\+)\s+/,"ordered-list":/^(\s*)\d+\.\s+/},a={quote:"> ","unordered-list":"* ","ordered-list":"1. "},s=r.line;s<=i.line;s++)!function(r){var i=e.getLine(r);i=n[t]?i.replace(o[t],"$1"):a[t]+i,e.replaceRange(i,{line:r,ch:0},{line:r,ch:99999999999999})}(s);e.focus()}}function O(e,t,n,r){if(!/editor-preview-active/.test(e.codemirror.getWrapperElement().lastChild.className)){r="undefined"==typeof r?n:r;var i,o=e.codemirror,a=l(o),s=n,c=r,u=o.getCursor("start"),d=o.getCursor("end");a[t]?(i=o.getLine(u.line),s=i.slice(0,u.ch),c=i.slice(u.ch),"bold"==t?(s=s.replace(/(\*\*|__)(?![\s\S]*(\*\*|__))/,""),c=c.replace(/(\*\*|__)/,"")):"italic"==t?(s=s.replace(/(\*|_)(?![\s\S]*(\*|_))/,""),c=c.replace(/(\*|_)/,"")):"strikethrough"==t&&(s=s.replace(/(\*\*|~~)(?![\s\S]*(\*\*|~~))/,""),c=c.replace(/(\*\*|~~)/,"")),o.replaceRange(s+c,{line:u.line,ch:0},{line:u.line,ch:99999999999999}),"bold"==t||"strikethrough"==t?(u.ch-=2,u!==d&&(d.ch-=2)):"italic"==t&&(u.ch-=1,u!==d&&(d.ch-=1))):(i=o.getSelection(),"bold"==t?(i=i.split("**").join(""),i=i.split("__").join("")):"italic"==t?(i=i.split("*").join(""),i=i.split("_").join("")):"strikethrough"==t&&(i=i.split("~~").join("")),o.replaceSelection(s+i+c),u.ch+=n.length,d.ch=u.ch+i.length),o.setSelection(u,d),o.focus()}}function W(e,t){for(var n in t)t.hasOwnProperty(n)&&(t[n]instanceof Array?e[n]=t[n].concat(e[n]instanceof Array?e[n]:[]):null!==t[n]&&"object"==typeof t[n]&&t[n].constructor===Object?e[n]=W(e[n]||{},t[n]):e[n]=t[n]);return e}function H(e){for(var t=1;t=19968?n[i].length:1;return r}function E(e){e=e||{},e.parent=this;var t=!0;if(e.autoDownloadFontAwesome===!1&&(t=!1),e.autoDownloadFontAwesome!==!0)for(var n=document.styleSheets,r=0;r-1&&(t=!1);if(t){var i=document.createElement("link");i.rel="stylesheet",i.href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css",document.getElementsByTagName("head")[0].appendChild(i)}if(e.element)this.element=e.element;else if(null===e.element)return void console.log("SimpleMDE: Error. No element was found.");e.toolbar!==!1&&(e.toolbar=e.toolbar||E.toolbar),e.hasOwnProperty("status")||(e.status=["autosave","lines","words","cursor"]),e.previewRender||(e.previewRender=function(e){return this.parent.markdown(e)}),e.parsingConfig=e.parsingConfig||{},e.insertTexts=H({},j,e.insertTexts||{}),this.options=e,this.render(),e.initialValue&&this.value(e.initialValue)}var I=e("codemirror");e("codemirror/addon/edit/continuelist.js"),e("./codemirror/tablist"),e("codemirror/addon/display/fullscreen.js"),e("codemirror/mode/markdown/markdown.js"),e("codemirror/addon/mode/overlay.js"),e("codemirror/mode/gfm/gfm.js"),e("codemirror/mode/xml/xml.js"),e("spell-checker");var P=e("marked"),z=/Mac/.test(navigator.platform),F={"Cmd-B":s,"Cmd-I":c,"Cmd-K":b,"Cmd-H":f,"Shift-Cmd-H":p,"Cmd-Alt-I":w,"Cmd-'":h,"Cmd-Alt-L":x,"Cmd-L":y,"Cmd-Alt-C":d,"Cmd-P":T},R=function(){var e=!1;return function(t){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(t)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(t.substr(0,4)))&&(e=!0)}(navigator.userAgent||navigator.vendor||window.opera),e},B="",_={bold:{name:"bold",action:s,className:"fa fa-bold",title:"Bold (Ctrl+B)"},italic:{name:"italic",action:c,className:"fa fa-italic",title:"Italic (Ctrl+I)"},strikethrough:{name:"strikethrough",action:u,className:"fa fa-strikethrough",title:"Strikethrough"},heading:{name:"heading",action:f,className:"fa fa-header",title:"Heading (Ctrl+H)"},"heading-smaller":{name:"heading-smaller",action:f,className:"fa fa-header fa-header-x fa-header-smaller",title:"Smaller Heading (Ctrl+H)"},"heading-bigger":{name:"heading-bigger",action:p,className:"fa fa-header fa-header-x fa-header-bigger",title:"Bigger Heading (Shift+Ctrl+H)"},"heading-1":{name:"heading-1",action:m,className:"fa fa-header fa-header-x fa-header-1",title:"Big Heading"},"heading-2":{name:"heading-2",action:g,className:"fa fa-header fa-header-x fa-header-2",title:"Medium Heading"},"heading-3":{name:"heading-3",action:v,className:"fa fa-header fa-header-x fa-header-3",title:"Small Heading"},code:{name:"code",action:d,className:"fa fa-code",title:"Code (Ctrl+Alt+C)"},quote:{name:"quote",action:h,className:"fa fa-quote-left",title:"Quote (Ctrl+')"},"unordered-list":{name:"unordered-list",action:y,className:"fa fa-list-ul",title:"Generic List (Ctrl+L)"},"ordered-list":{name:"ordered-list",action:x,className:"fa fa-list-ol",title:"Numbered List (Ctrl+Alt+L)"},link:{name:"link",action:b,className:"fa fa-link",title:"Create Link (Ctrl+K)"},image:{name:"image",action:w,className:"fa fa-picture-o",title:"Insert Image (Ctrl+Alt+I)"},"horizontal-rule":{name:"horizontal-rule",action:k,className:"fa fa-minus",title:"Insert Horizontal Line"},preview:{name:"preview",action:T,className:"fa fa-eye no-disable",title:"Toggle Preview (Ctrl+P)"},"side-by-side":{name:"side-by-side",action:L,className:"fa fa-columns no-disable no-mobile",title:"Toggle Side by Side (F9)"
-},fullscreen:{name:"fullscreen",action:a,className:"fa fa-arrows-alt no-disable no-mobile",title:"Toggle Fullscreen (F11)"},guide:{name:"guide",action:"http://nextstepwebs.github.io/simplemde-markdown-editor/markdown-guide",className:"fa fa-question-circle",title:"Markdown Guide"}},j={link:["[","](http://)"],image:["![](http://",")"],horizontalRule:["","\n\n-----\n\n"]};E.toolbar=["bold","italic","heading","|","quote","unordered-list","ordered-list","|","link","image","|","preview","side-by-side","fullscreen","guide"],E.prototype.markdown=function(e){if(P){var t={};return this.options&&this.options.renderingConfig&&this.options.renderingConfig.singleLineBreaks!==!1&&(t.breaks=!0),this.options&&this.options.renderingConfig&&this.options.renderingConfig.codeSyntaxHighlighting===!0&&window.hljs&&(t.highlight=function(e){return window.hljs.highlightAuto(e).value}),P.setOptions(t),P(e)}},E.prototype.render=function(e){if(e||(e=this.element||document.getElementsByTagName("textarea")[0]),!this._rendered||this._rendered!==e){this.element=e;var t=this.options,n=this,i={};for(var o in F)!function(e){i[r(e)]=function(){F[e](n)}}(o);i.Enter="newlineAndIndentContinueMarkdownList",i.Tab="tabAndIndentMarkdownList",i["Shift-Tab"]="shiftTabAndUnindentMarkdownList",i.F11=function(){a(n)},i.F9=function(){L(n)},i.Esc=function(e){e.getOption("fullScreen")&&a(n)};var l,s;t.spellChecker!==!1?(l="spell-checker",s=t.parsingConfig,s.name="gfm",s.gitHubSpice=!1):(l=t.parsingConfig,l.name="gfm",l.gitHubSpice=!1),this.codemirror=I.fromTextArea(e,{mode:l,backdrop:s,theme:"paper",tabSize:void 0!=t.tabSize?t.tabSize:2,indentUnit:void 0!=t.tabSize?t.tabSize:2,indentWithTabs:t.indentWithTabs===!1?!1:!0,lineNumbers:!1,autofocus:t.autofocus===!0?!0:!1,extraKeys:i,lineWrapping:t.lineWrapping===!1?!1:!0,allowDropFileTypes:["text/plain"]}),t.toolbar!==!1&&this.createToolbar(),t.status!==!1&&this.createStatusbar(),void 0!=t.autosave&&t.autosave.enabled===!0&&this.autosave(),this.createSideBySide(),this._rendered=this.element}},E.prototype.autosave=function(){var e=this.value(),t=this;if(void 0==this.options.autosave.unique_id||""==this.options.autosave.unique_id)return void console.log("SimpleMDE: You must set a unique_id to use the autosave feature");null!=t.element.form&&void 0!=t.element.form&&t.element.form.addEventListener("submit",function(){localStorage.setItem(t.options.autosave.unique_id,"")}),this.options.autosave.loaded!==!0&&(null!=localStorage.getItem(this.options.autosave.unique_id)&&this.codemirror.setValue(localStorage.getItem(this.options.autosave.unique_id)),this.options.autosave.loaded=!0),localStorage&&localStorage.setItem(this.options.autosave.unique_id,e);var n=document.getElementById("autosaved");if(null!=n&&void 0!=n&&""!=n){var r=new Date,i=r.getHours(),o=r.getMinutes(),l="am",a=i;a>=12&&(a=i-12,l="pm"),0==a&&(a=12),o=10>o?"0"+o:o,n.innerHTML="Autosaved: "+a+":"+o+" "+l}setTimeout(function(){t.autosave()},this.options.autosave.delay||1e4)},E.prototype.createSideBySide=function(){var e=this.codemirror,t=e.getWrapperElement(),n=t.nextSibling;n&&/editor-preview-side/.test(n.className)||(n=document.createElement("div"),n.className="editor-preview-side",t.parentNode.insertBefore(n,t.nextSibling));var r=!1,i=!1;return e.on("scroll",function(e){if(r)return void(r=!1);i=!0;var t=e.getScrollInfo().height-e.getScrollInfo().clientHeight,o=parseFloat(e.getScrollInfo().top)/t,l=(n.scrollHeight-n.clientHeight)*o;n.scrollTop=l}),n.onscroll=function(){if(i)return void(i=!1);r=!0;var t=n.scrollHeight-n.clientHeight,o=parseFloat(n.scrollTop)/t,l=(e.getScrollInfo().height-e.getScrollInfo().clientHeight)*o;e.scrollTo(0,l)},!0},E.prototype.createToolbar=function(e){if(e=e||this.options.toolbar,e&&0!==e.length){var t;for(t=0;t0&&(a.verbose("Modifying existing settings",s),s[o]("setting",t,n))))})},settings:function(t,n,o){n="string"==typeof n?[n]:n||m.modules,o=o!==i?o:!0,e.each(n,function(n,i){var r;a.moduleExists(i)&&(a.verbose("Changing default setting",t,i),e.extend(!0,e.fn[i].settings,t),o&&f&&(r=e(":data(module-"+f+")"),r.length>0&&(a.verbose("Modifying existing settings",r),r[i]("setting",t))))})}},enable:{console:function(){a.console(!0)},debug:function(e,t){e=e||m.modules,a.debug("Enabling debug for modules",e),a.change.setting("debug",!0,e,t)},verbose:function(e,t){e=e||m.modules,a.debug("Enabling verbose debug for modules",e),a.change.setting("verbose",!0,e,t)}},disable:{console:function(){a.console(!1)},debug:function(e,t){e=e||m.modules,a.debug("Disabling debug for modules",e),a.change.setting("debug",!1,e,t)},verbose:function(e,t){e=e||m.modules,a.debug("Disabling verbose debug for modules",e),a.change.setting("verbose",!1,e,t)}},console:function(e){if(e){if(y.cache.console===i)return void a.error(g.console);a.debug("Restoring console function"),t.console=y.cache.console}else a.debug("Disabling console function"),y.cache.console=t.console,t.console={clear:function(){},error:function(){},group:function(){},groupCollapsed:function(){},groupEnd:function(){},info:function(){},log:function(){},markTimeline:function(){},warn:function(){}}},destroy:function(){a.verbose("Destroying previous site for",h),h.removeData(p)},cache:{},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,m,t);else{if(n===i)return m[t];m[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,a,t);else{if(n===i)return a[t];a[t]=n}},debug:function(){m.debug&&(m.performance?a.performance.log(arguments):(a.debug=Function.prototype.bind.call(console.info,console,m.name+":"),a.debug.apply(console,arguments)))},verbose:function(){m.verbose&&m.debug&&(m.performance?a.performance.log(arguments):(a.verbose=Function.prototype.bind.call(console.info,console,m.name+":"),a.verbose.apply(console,arguments)))},error:function(){a.error=Function.prototype.bind.call(console.error,console,m.name+":"),a.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;m.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Element:b,Name:e[0],Arguments:[].slice.call(e,1)||"","Execution Time":n})),clearTimeout(a.performance.timer),a.performance.timer=setTimeout(a.performance.display,500)},display:function(){var t=m.name+":",n=0;s=!1,clearTimeout(a.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,o){var s,c,l,u=y;return n=n||d,o=b||o,"string"==typeof t&&u!==i&&(t=t.split(/[\. ]/),s=t.length-1,e.each(t,function(n,o){var r=n!=s?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(u[r])&&n!=s)u=u[r];else{if(u[r]!==i)return c=u[r],!1;if(!e.isPlainObject(u[o])||n==s)return u[o]!==i?(c=u[o],!1):(a.error(g.method,t),!1);u=u[o]}})),e.isFunction(c)?l=c.apply(o,n):c!==i&&(l=c),e.isArray(r)?r.push(l):r!==i?r=[r,l]:l!==i&&(r=l),c}},u?(y===i&&a.initialize(),a.invoke(l)):(y!==i&&a.destroy(),a.initialize()),r!==i?r:this},e.site.settings={name:"Site",namespace:"site",error:{console:"Console cannot be restored, most likely it was overwritten outside of module",method:"The method you called is not defined."},debug:!1,verbose:!1,performance:!0,modules:["accordion","api","checkbox","dimmer","dropdown","embed","form","modal","nag","popup","rating","shape","sidebar","state","sticky","tab","transition","visit","visibility"],siteNamespace:"site",namespaceStub:{cache:{},config:{},sections:{},section:{},utilities:{}}},e.extend(e.expr[":"],{data:e.expr.createPseudo?e.expr.createPseudo(function(t){return function(n){return!!e.data(n,t)}}):function(t,n,i){return!!e.data(t,i[3])}})}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.form=function(t){var o,a=e(this),r=a.selector||"",s=(new Date).getTime(),c=[],l=arguments[0],u=arguments[1],d="string"==typeof l,m=[].slice.call(arguments,1);return a.each(function(){var f,g,p,v,h,b,y,x,C,w,k,S,T,A,R,E,P,F,D=e(this),O=this,q=[],j=!1;F={initialize:function(){F.get.settings(),d?(P===i&&F.instantiate(),F.invoke(l)):(F.verbose("Initializing form validation",D,x),F.bindEvents(),F.set.defaults(),F.instantiate())},instantiate:function(){F.verbose("Storing instance of module",F),P=F,D.data(R,F)},destroy:function(){F.verbose("Destroying previous module",P),F.removeEvents(),D.removeData(R)},refresh:function(){F.verbose("Refreshing selector cache"),f=D.find(k.field),g=D.find(k.group),p=D.find(k.message),v=D.find(k.prompt),h=D.find(k.submit),b=D.find(k.clear),y=D.find(k.reset)},submit:function(){F.verbose("Submitting form",D),D.submit()},attachEvents:function(t,n){n=n||"submit",e(t).on("click"+E,function(e){F[n](),e.preventDefault()})},bindEvents:function(){F.verbose("Attaching form events"),D.on("submit"+E,F.validate.form).on("blur"+E,k.field,F.event.field.blur).on("click"+E,k.submit,F.submit).on("click"+E,k.reset,F.reset).on("click"+E,k.clear,F.clear),x.keyboardShortcuts&&D.on("keydown"+E,k.field,F.event.field.keydown),f.each(function(){var t=e(this),n=t.prop("type"),i=F.get.changeEvent(n,t);e(this).on(i+E,F.event.field.change)})},clear:function(){f.each(function(){var t=e(this),n=t.parent(),i=t.closest(g),o=i.find(k.prompt),a=t.data(w.defaultValue)||"",r=n.is(k.uiCheckbox),s=n.is(k.uiDropdown),c=i.hasClass(S.error);c&&(F.verbose("Resetting error on field",i),i.removeClass(S.error),o.remove()),s?(F.verbose("Resetting dropdown value",n,a),n.dropdown("clear")):r?t.prop("checked",!1):(F.verbose("Resetting field value",t,a),t.val(""))})},reset:function(){f.each(function(){var t=e(this),n=t.parent(),o=t.closest(g),a=o.find(k.prompt),r=t.data(w.defaultValue),s=n.is(k.uiCheckbox),c=n.is(k.uiDropdown),l=o.hasClass(S.error);r!==i&&(l&&(F.verbose("Resetting error on field",o),o.removeClass(S.error),a.remove()),c?(F.verbose("Resetting dropdown value",n,r),n.dropdown("restore defaults")):s?(F.verbose("Resetting checkbox value",n,r),t.prop("checked",r)):(F.verbose("Resetting field value",t,r),t.val(r)))})},is:{bracketedRule:function(e){return e.type&&e.type.match(x.regExp.bracket)},valid:function(){var t=!0;return F.verbose("Checking if form is valid"),e.each(C,function(e,n){F.validate.field(n,e)||(t=!1)}),t}},removeEvents:function(){D.off(E),f.off(E),h.off(E),f.off(E)},event:{field:{keydown:function(t){var n=e(this),i=t.which,o={enter:13,escape:27};i==o.escape&&(F.verbose("Escape key pressed blurring field"),n.blur()),!t.ctrlKey&&i==o.enter&&n.is(k.input)&&n.not(k.checkbox).length>0&&(j||(n.one("keyup"+E,F.event.field.keyup),F.submit(),F.debug("Enter pressed on input submitting form")),j=!0)},keyup:function(){j=!1},blur:function(t){var n=e(this),i=n.closest(g),o=F.get.validation(n);i.hasClass(S.error)?(F.debug("Revalidating field",n,o),F.validate.form.call(F,t,!0)):("blur"==x.on||"change"==x.on)&&o&&F.validate.field(o)},change:function(t){var n=e(this),i=n.closest(g);("change"==x.on||i.hasClass(S.error)&&x.revalidate)&&(clearTimeout(F.timer),F.timer=setTimeout(function(){F.debug("Revalidating field",n,F.get.validation(n)),F.validate.form.call(F,t,!0)},x.delay))}}},get:{ancillaryValue:function(e){return e.type&&F.is.bracketedRule(e)?e.type.match(x.regExp.bracket)[1]+"":!1},ruleName:function(e){return F.is.bracketedRule(e)?e.type.replace(e.type.match(x.regExp.bracket)[0],""):e.type},changeEvent:function(e,t){return"checkbox"==e||"radio"==e||"hidden"==e||t.is("select")?"change":F.get.inputEvent()},inputEvent:function(){return n.createElement("input").oninput!==i?"input":n.createElement("input").onpropertychange!==i?"propertychange":"keyup"},prompt:function(e,t){var n,i,o,a=F.get.ruleName(e),r=F.get.ancillaryValue(e),s=e.prompt||x.prompt[a]||x.text.unspecifiedRule,c=-1!==s.search("{value}"),l=-1!==s.search("{name}");return(l||c)&&(i=F.get.field(t.identifier)),c&&(s=s.replace("{value}",i.val())),l&&(n=i.closest(k.group).find("label").eq(0),o=1==n.size()?n.text():i.prop("placeholder")||x.text.unspecifiedField,s=s.replace("{name}",o)),s=s.replace("{identifier}",t.identifier),s=s.replace("{ruleValue}",r),e.prompt||F.verbose("Using default validation prompt for type",s,a),s},settings:function(){if(e.isPlainObject(t)){var n,o=Object.keys(t),a=o.length>0?t[o[0]].identifier!==i&&t[o[0]].rules!==i:!1;a?(x=e.extend(!0,{},e.fn.form.settings,u),C=e.extend({},e.fn.form.settings.defaults,t),F.error(x.error.oldSyntax,O),F.verbose("Extending settings from legacy parameters",C,x)):(t.fields&&(n=Object.keys(t.fields),("string"==typeof t.fields[n[0]]||e.isArray(t.fields[n[0]]))&&e.each(t.fields,function(n,i){"string"==typeof i&&(i=[i]),t.fields[n]={rules:[]},e.each(i,function(e,i){t.fields[n].rules.push({type:i})})})),x=e.extend(!0,{},e.fn.form.settings,t),C=e.extend({},e.fn.form.settings.defaults,x.fields),F.verbose("Extending settings",C,x))}else x=e.fn.form.settings,C=e.fn.form.settings.defaults,F.verbose("Using default form validation",C,x);A=x.namespace,w=x.metadata,k=x.selector,S=x.className,T=x.error,R="module-"+A,E="."+A,P=D.data(R),F.refresh()},field:function(t){return F.verbose("Finding field with identifier",t),f.filter("#"+t).length>0?f.filter("#"+t):f.filter('[name="'+t+'"]').length>0?f.filter('[name="'+t+'"]'):f.filter('[name="'+t+'[]"]').length>0?f.filter('[name="'+t+'[]"]'):f.filter("[data-"+w.validate+'="'+t+'"]').length>0?f.filter("[data-"+w.validate+'="'+t+'"]'):e("")},fields:function(t){var n=e();return e.each(t,function(e,t){n=n.add(F.get.field(t))}),n},validation:function(t){var n,i;return C?(e.each(C,function(e,o){i=o.identifier||e,F.get.field(i)[0]==t[0]&&(o.identifier=i,n=o)}),n||!1):!1},value:function(e){var t,n=[];return n.push(e),t=F.get.values.call(O,n),t[e]},values:function(t){var n=e.isArray(t)?F.get.fields(t):f,i={};return n.each(function(t,n){var o=e(n),a=(o.prop("type"),o.prop("name")),r=o.val(),s=o.is(k.checkbox),c=o.is(k.radio),l=-1!==a.indexOf("[]"),u=s?o.is(":checked"):!1;a&&(l?(a=a.replace("[]",""),i[a]||(i[a]=[]),s?u?i[a].push(r||!0):i[a].push(!1):i[a].push(r)):c?u&&(i[a]=r):s?u?i[a]=r||!0:i[a]=!1:i[a]=r)}),i}},has:{field:function(e){return F.verbose("Checking for existence of a field with identifier",e),"string"!=typeof e&&F.error(T.identifier,e),f.filter("#"+e).length>0?!0:f.filter('[name="'+e+'"]').length>0?!0:f.filter("[data-"+w.validate+'="'+e+'"]').length>0?!0:!1}},add:{prompt:function(t,n){var o=F.get.field(t),a=o.closest(g),r=a.children(k.prompt),s=0!==r.length;n="string"==typeof n?[n]:n,F.verbose("Adding field error state",t),a.addClass(S.error),x.inline&&(s||(r=x.templates.prompt(n),r.appendTo(a)),r.html(n[0]),s?F.verbose("Inline errors are disabled, no inline error added",t):x.transition&&e.fn.transition!==i&&D.transition("is supported")?(F.verbose("Displaying error with css transition",x.transition),r.transition(x.transition+" in",x.duration)):(F.verbose("Displaying error with fallback javascript animation"),r.fadeIn(x.duration)))},errors:function(e){F.debug("Adding form error messages",e),F.set.error(),p.html(x.templates.error(e))}},remove:{prompt:function(t){var n=F.get.field(t),o=n.closest(g),a=o.children(k.prompt);o.removeClass(S.error),x.inline&&a.is(":visible")&&(F.verbose("Removing prompt for field",t),x.transition&&e.fn.transition!==i&&D.transition("is supported")?a.transition(x.transition+" out",x.duration,function(){a.remove()}):a.fadeOut(x.duration,function(){a.remove()}))}},set:{success:function(){D.removeClass(S.error).addClass(S.success)},defaults:function(){f.each(function(){var t=e(this),n=t.filter(k.checkbox).length>0,i=n?t.is(":checked"):t.val();t.data(w.defaultValue,i)})},error:function(){D.removeClass(S.success).addClass(S.error)},value:function(e,t){var n={};return n[e]=t,F.set.values.call(O,n)},values:function(t){e.isEmptyObject(t)||e.each(t,function(t,n){var i,o=F.get.field(t),a=o.parent(),r=e.isArray(n),s=a.is(k.uiCheckbox),c=a.is(k.uiDropdown),l=o.is(k.radio)&&s,u=o.length>0;u&&(r&&s?(F.verbose("Selecting multiple",n,o),a.checkbox("uncheck"),e.each(n,function(e,t){i=o.filter('[value="'+t+'"]'),a=i.parent(),i.length>0&&a.checkbox("check")})):l?(F.verbose("Selecting radio value",n,o),o.filter('[value="'+n+'"]').parent(k.uiCheckbox).checkbox("check")):s?(F.verbose("Setting checkbox value",n,a),n===!0?a.checkbox("check"):a.checkbox("uncheck")):c?(F.verbose("Setting dropdown value",n,a),a.dropdown("set selected",n)):(F.verbose("Setting field value",n,o),o.val(n)))})}},validate:{form:function(e,t){var n=F.get.values();if(j)return!1;if(q=[],F.is.valid()){if(F.debug("Form has no validation errors, submitting"),F.set.success(),t!==!0)return x.onSuccess.call(O,e,n)}else if(F.debug("Form has errors"),F.set.error(),x.inline||F.add.errors(q),D.data("moduleApi")!==i&&e.stopImmediatePropagation(),t!==!0)return x.onFailure.call(O,q,n)},field:function(t,n){var o=t.identifier||n,a=F.get.field(o),r=!0,s=[];return t.identifier||(F.debug("Using field name as identifier",o),t.identifier=o),a.prop("disabled")?(F.debug("Field is disabled. Skipping",o),r=!0):t.optional&&""===e.trim(a.val())?(F.debug("Field is optional and empty. Skipping",o),r=!0):t.rules!==i&&e.each(t.rules,function(e,n){F.has.field(o)&&!F.validate.rule(t,n)&&(F.debug("Field is invalid",o,n.type),s.push(F.get.prompt(n,t)),r=!1)}),r?(F.remove.prompt(o,s),x.onValid.call(a),!0):(q=q.concat(s),F.add.prompt(o,s),x.onInvalid.call(a,s),!1)},rule:function(t,n){var o=F.get.field(t.identifier),a=(n.type,o.val()),r=F.get.ancillaryValue(n),s=F.get.ruleName(n),c=x.rules[s];return e.isFunction(c)?(a=a===i||""===a||null===a?"":e.trim(a+""),c.call(o,a,r)):void F.error(T.noRule,s)}},setting:function(t,n){if(e.isPlainObject(t))e.extend(!0,x,t);else{if(n===i)return x[t];x[t]=n}},internal:function(t,n){if(e.isPlainObject(t))e.extend(!0,F,t);else{if(n===i)return F[t];F[t]=n}},debug:function(){x.debug&&(x.performance?F.performance.log(arguments):(F.debug=Function.prototype.bind.call(console.info,console,x.name+":"),F.debug.apply(console,arguments)))},verbose:function(){x.verbose&&x.debug&&(x.performance?F.performance.log(arguments):(F.verbose=Function.prototype.bind.call(console.info,console,x.name+":"),F.verbose.apply(console,arguments)))},error:function(){F.error=Function.prototype.bind.call(console.error,console,x.name+":"),F.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;x.performance&&(t=(new Date).getTime(),i=s||t,n=t-i,s=t,c.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:O,"Execution Time":n})),clearTimeout(F.performance.timer),F.performance.timer=setTimeout(F.performance.display,500)},display:function(){var t=x.name+":",n=0;s=!1,clearTimeout(F.performance.timer),e.each(c,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",r&&(t+=" '"+r+"'"),a.length>1&&(t+=" ("+a.length+")"),(console.group!==i||console.table!==i)&&c.length>0&&(console.groupCollapsed(t),console.table?console.table(c):e.each(c,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),c=[]}},invoke:function(t,n,a){var r,s,c,l=P;return n=n||m,a=O||a,"string"==typeof t&&l!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(l[a])&&n!=r)l=l[a];else{if(l[a]!==i)return s=l[a],!1;if(!e.isPlainObject(l[o])||n==r)return l[o]!==i?(s=l[o],!1):!1;l=l[o]}})),e.isFunction(s)?c=s.apply(a,n):s!==i&&(c=s),e.isArray(o)?o.push(c):o!==i?o=[o,c]:c!==i&&(o=c),s}},F.initialize()}),o!==i?o:this},e.fn.form.settings={name:"Form",namespace:"form",debug:!1,verbose:!1,performance:!0,fields:!1,keyboardShortcuts:!0,on:"submit",inline:!1,delay:200,revalidate:!0,transition:"scale",duration:200,onValid:function(){},onInvalid:function(){},onSuccess:function(){return!0},onFailure:function(){return!1},metadata:{defaultValue:"default",validate:"validate"},regExp:{bracket:/\[(.*)\]/i,decimal:/^\d*(\.)\d+/,email:"[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?",escape:/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,flags:/^\/(.*)\/(.*)?/,integer:/^\-?\d+$/,number:/^\-?\d*(\.\d+)?$/,url:/(https?:\/\/(?:www\.|(?!www))[^\s\.]+\.[^\s]{2,}|www\.[^\s]+\.[^\s]{2,})/i},text:{unspecifiedRule:"Please enter a valid value",unspecifiedField:"This field"},prompt:{empty:"{name} must have a value",checked:"{name} must be checked",email:"{name} must be a valid e-mail",url:"{name} must be a valid url",regExp:"{name} is not formatted correctly",integer:"{name} must be an integer",decimal:"{name} must be a decimal number",number:"{name} must be set to a number",is:'{name} must be "{ruleValue}"',isExactly:'{name} must be exactly "{ruleValue}"',not:'{name} cannot be set to "{ruleValue}"',notExactly:'{name} cannot be set to exactly "{ruleValue}"',contain:'{name} cannot contain "{ruleValue}"',containExactly:'{name} cannot contain exactly "{ruleValue}"',doesntContain:'{name} must contain "{ruleValue}"',doesntContainExactly:'{name} must contain exactly "{ruleValue}"',minLength:"{name} must be at least {ruleValue} characters",length:"{name} must be at least {ruleValue} characters",exactLength:"{name} must be exactly {ruleValue} characters",maxLength:"{name} cannot be longer than {ruleValue} characters",match:"{name} must match {ruleValue} field",different:"{name} must have a different value than {ruleValue} field",creditCard:"{name} must be a valid credit card number",minCount:"{name} must have at least {ruleValue} choices",exactCount:"{name} must have exactly {ruleValue} choices",maxCount:"{name} must have {ruleValue} or less choices"},selector:{checkbox:'input[type="checkbox"], input[type="radio"]',clear:".clear",field:"input, textarea, select",group:".field",input:"input",message:".error.message",prompt:".prompt.label",radio:'input[type="radio"]',reset:'.reset:not([type="reset"])',submit:'.submit:not([type="submit"])',uiCheckbox:".ui.checkbox",uiDropdown:".ui.dropdown"},className:{error:"error",label:"ui prompt label",pressed:"down",success:"success"},error:{identifier:"You must specify a string identifier for each field",method:"The method you called is not defined.",noRule:"There is no rule matching the one you specified",oldSyntax:"Starting in 2.0 forms now only take a single settings object. Validation settings converted to new syntax automatically."},templates:{error:function(t){var n='
';return e.each(t,function(e,t){n+="
"+t+"
"}),n+="
",e(n)},prompt:function(t){return e("").addClass("ui basic red pointing prompt label").html(t[0])}},rules:{empty:function(t){return!(t===i||""===t||e.isArray(t)&&0===t.length)},checked:function(){return e(this).filter(":checked").length>0},email:function(t){var n=new RegExp(e.fn.form.settings.regExp.email,"i");return n.test(t)},url:function(t){return e.fn.form.settings.regExp.url.test(t)},regExp:function(t,n){var i,o=n.match(e.fn.form.settings.regExp.flags);return o&&(n=o.length>=2?o[1]:n,i=o.length>=3?o[2]:""),t.match(new RegExp(n,i))},integer:function(t,n){var o,a,r,s=e.fn.form.settings.regExp.integer;return n&&-1===["",".."].indexOf(n)&&(-1==n.indexOf("..")?s.test(n)&&(o=a=n-0):(r=n.split("..",2),s.test(r[0])&&(o=r[0]-0),s.test(r[1])&&(a=r[1]-0))),s.test(t)&&(o===i||t>=o)&&(a===i||a>=t)},decimal:function(t){return e.fn.form.settings.regExp.decimal.test(t)},number:function(t){return e.fn.form.settings.regExp.number.test(t)},is:function(e,t){return t="string"==typeof t?t.toLowerCase():t,e="string"==typeof e?e.toLowerCase():e,e==t},isExactly:function(e,t){return e==t},not:function(e,t){return e="string"==typeof e?e.toLowerCase():e,t="string"==typeof t?t.toLowerCase():t,e!=t},notExactly:function(e,t){return e!=t},contains:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1!==t.search(new RegExp(n,"i"))},containsExactly:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1!==t.search(new RegExp(n))},doesntContain:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1===t.search(new RegExp(n,"i"))},doesntContainExactly:function(t,n){return n=n.replace(e.fn.form.settings.regExp.escape,"\\$&"),-1===t.search(new RegExp(n))},minLength:function(e,t){return e!==i?e.length>=t:!1},length:function(e,t){return e!==i?e.length>=t:!1},exactLength:function(e,t){return e!==i?e.length==t:!1},maxLength:function(e,t){return e!==i?e.length<=t:!1},match:function(t,n){var o;e(this);return e('[data-validate="'+n+'"]').length>0?o=e('[data-validate="'+n+'"]').val():e("#"+n).length>0?o=e("#"+n).val():e('[name="'+n+'"]').length>0?o=e('[name="'+n+'"]').val():e('[name="'+n+'[]"]').length>0&&(o=e('[name="'+n+'[]"]')),o!==i?t.toString()==o.toString():!1},different:function(t,n){var o;e(this);return e('[data-validate="'+n+'"]').length>0?o=e('[data-validate="'+n+'"]').val():e("#"+n).length>0?o=e("#"+n).val():e('[name="'+n+'"]').length>0?o=e('[name="'+n+'"]').val():e('[name="'+n+'[]"]').length>0&&(o=e('[name="'+n+'[]"]')),o!==i?t.toString()!==o.toString():!1},creditCard:function(t,n){var i,o,a={visa:{pattern:/^4/,length:[16]},amex:{pattern:/^3[47]/,length:[15]},mastercard:{pattern:/^5[1-5]/,length:[16]},discover:{pattern:/^(6011|622(12[6-9]|1[3-9][0-9]|[2-8][0-9]{2}|9[0-1][0-9]|92[0-5]|64[4-9])|65)/,length:[16]},unionPay:{pattern:/^(62|88)/,length:[16,17,18,19]},jcb:{pattern:/^35(2[89]|[3-8][0-9])/,length:[16]},maestro:{pattern:/^(5018|5020|5038|6304|6759|676[1-3])/,length:[12,13,14,15,16,17,18,19]},dinersClub:{pattern:/^(30[0-5]|^36)/,length:[14]},laser:{pattern:/^(6304|670[69]|6771)/,length:[16,17,18,19]},visaElectron:{pattern:/^(4026|417500|4508|4844|491(3|7))/,length:[16]}},r={},s=!1,c="string"==typeof n?n.split(","):!1;if("string"==typeof t&&0!==t.length){if(c&&(e.each(c,function(n,i){o=a[i],o&&(r={length:-1!==e.inArray(t.length,o.length),pattern:-1!==t.search(o.pattern)},r.length&&r.pattern&&(s=!0))}),!s))return!1;if(i={number:-1!==e.inArray(t.length,a.unionPay.length),pattern:-1!==t.search(a.unionPay.pattern)},i.number&&i.pattern)return!0;for(var l=t.length,u=0,d=[[0,1,2,3,4,5,6,7,8,9],[0,2,4,6,8,1,3,5,7,9]],m=0;l--;)m+=d[u][parseInt(t.charAt(l),10)],u^=1;return m%10===0&&m>0}},minCount:function(e,t){return 0==t?!0:1==t?""!==e:e.split(",").length>=t},exactCount:function(e,t){return 0==t?""===e:1==t?""!==e&&-1===e.search(","):e.split(",").length==t},maxCount:function(e,t){return 0==t?!1:1==t?-1===e.search(","):e.split(",").length<=t}}}}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.accordion=function(n){var o,a=e(this),r=(new Date).getTime(),s=[],c=arguments[0],l="string"==typeof c,u=[].slice.call(arguments,1);t.requestAnimationFrame||t.mozRequestAnimationFrame||t.webkitRequestAnimationFrame||t.msRequestAnimationFrame||function(e){setTimeout(e,0)};return a.each(function(){var d,m,f=e.isPlainObject(n)?e.extend(!0,{},e.fn.accordion.settings,n):e.extend({},e.fn.accordion.settings),g=f.className,p=f.namespace,v=f.selector,h=f.error,b="."+p,y="module-"+p,x=a.selector||"",C=e(this),w=C.find(v.title),k=C.find(v.content),S=this,T=C.data(y);m={initialize:function(){m.debug("Initializing",C),m.bind.events(),f.observeChanges&&m.observeChanges(),m.instantiate()},instantiate:function(){T=m,C.data(y,m)},destroy:function(){m.debug("Destroying previous instance",C),C.off(b).removeData(y)},refresh:function(){w=C.find(v.title),k=C.find(v.content)},observeChanges:function(){"MutationObserver"in t&&(d=new MutationObserver(function(e){m.debug("DOM tree modified, updating selector cache"),m.refresh()}),d.observe(S,{childList:!0,subtree:!0}),m.debug("Setting up mutation observer",d))},bind:{events:function(){m.debug("Binding delegated events"),C.on(f.on+b,v.trigger,m.event.click)}},event:{click:function(){m.toggle.call(this)}},toggle:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(v.title):e(this).closest(v.title),o=n.next(k),a=o.hasClass(g.animating),r=o.hasClass(g.active),s=r&&!a,c=!r&&a;m.debug("Toggling visibility of content",n),s||c?f.collapsible?m.close.call(n):m.debug("Cannot close accordion content collapsing is disabled"):m.open.call(n)},open:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(v.title):e(this).closest(v.title),o=n.next(k),a=o.hasClass(g.animating),r=o.hasClass(g.active),s=r||a;return s?void m.debug("Accordion already open, skipping",o):(m.debug("Opening accordion content",n),f.onOpening.call(o),f.exclusive&&m.closeOthers.call(n),n.addClass(g.active),o.stop(!0,!0).addClass(g.animating),f.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?o.children().transition({animation:"fade in",queue:!1,useFailSafe:!0,debug:f.debug,verbose:f.verbose,duration:f.duration}):o.children().stop(!0,!0).animate({opacity:1},f.duration,m.resetOpacity)),void o.slideDown(f.duration,f.easing,function(){o.removeClass(g.animating).addClass(g.active),m.reset.display.call(this),f.onOpen.call(this),f.onChange.call(this)}))},close:function(t){var n=t!==i?"number"==typeof t?w.eq(t):e(t).closest(v.title):e(this).closest(v.title),o=n.next(k),a=o.hasClass(g.animating),r=o.hasClass(g.active),s=!r&&a,c=r&&a;!r&&!s||c||(m.debug("Closing accordion content",o),f.onClosing.call(o),n.removeClass(g.active),o.stop(!0,!0).addClass(g.animating),f.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?o.children().transition({animation:"fade out",queue:!1,useFailSafe:!0,debug:f.debug,verbose:f.verbose,duration:f.duration}):o.children().stop(!0,!0).animate({opacity:0},f.duration,m.resetOpacity)),o.slideUp(f.duration,f.easing,function(){o.removeClass(g.animating).removeClass(g.active),m.reset.display.call(this),f.onClose.call(this),f.onChange.call(this)}))},closeOthers:function(t){var n,o,a,r=t!==i?w.eq(t):e(this).closest(v.title),s=r.parents(v.content).prev(v.title),c=r.closest(v.accordion),l=v.title+"."+g.active+":visible",u=v.content+"."+g.active+":visible";f.closeNested?(n=c.find(l).not(s),a=n.next(k)):(n=c.find(l).not(s),o=c.find(u).find(l).not(s),n=n.not(o),a=n.next(k)),n.length>0&&(m.debug("Exclusive enabled, closing other content",n),n.removeClass(g.active),a.removeClass(g.animating).stop(!0,!0),f.animateChildren&&(e.fn.transition!==i&&C.transition("is supported")?a.children().transition({animation:"fade out",useFailSafe:!0,debug:f.debug,verbose:f.verbose,duration:f.duration}):a.children().stop(!0,!0).animate({opacity:0},f.duration,m.resetOpacity)),a.slideUp(f.duration,f.easing,function(){e(this).removeClass(g.active),m.reset.display.call(this)}))},reset:{display:function(){m.verbose("Removing inline display from element",this),e(this).css("display",""),""===e(this).attr("style")&&e(this).attr("style","").removeAttr("style")},opacity:function(){m.verbose("Removing inline opacity from element",this),e(this).css("opacity",""),""===e(this).attr("style")&&e(this).attr("style","").removeAttr("style")}},setting:function(t,n){if(m.debug("Changing setting",t,n),e.isPlainObject(t))e.extend(!0,f,t);else{if(n===i)return f[t];f[t]=n}},internal:function(t,n){return m.debug("Changing internal",t,n),n===i?m[t]:void(e.isPlainObject(t)?e.extend(!0,m,t):m[t]=n)},debug:function(){f.debug&&(f.performance?m.performance.log(arguments):(m.debug=Function.prototype.bind.call(console.info,console,f.name+":"),m.debug.apply(console,arguments)))},verbose:function(){f.verbose&&f.debug&&(f.performance?m.performance.log(arguments):(m.verbose=Function.prototype.bind.call(console.info,console,f.name+":"),m.verbose.apply(console,arguments)))},error:function(){m.error=Function.prototype.bind.call(console.error,console,f.name+":"),m.error.apply(console,arguments)},performance:{log:function(e){var t,n,i;f.performance&&(t=(new Date).getTime(),i=r||t,n=t-i,r=t,s.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:S,"Execution Time":n})),clearTimeout(m.performance.timer),m.performance.timer=setTimeout(m.performance.display,500)},display:function(){var t=f.name+":",n=0;r=!1,clearTimeout(m.performance.timer),e.each(s,function(e,t){n+=t["Execution Time"]}),t+=" "+n+"ms",x&&(t+=" '"+x+"'"),(console.group!==i||console.table!==i)&&s.length>0&&(console.groupCollapsed(t),console.table?console.table(s):e.each(s,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),s=[]}},invoke:function(t,n,a){var r,s,c,l=T;return n=n||u,a=S||a,"string"==typeof t&&l!==i&&(t=t.split(/[\. ]/),r=t.length-1,e.each(t,function(n,o){var a=n!=r?o+t[n+1].charAt(0).toUpperCase()+t[n+1].slice(1):t;if(e.isPlainObject(l[a])&&n!=r)l=l[a];else{if(l[a]!==i)return s=l[a],!1;if(!e.isPlainObject(l[o])||n==r)return l[o]!==i?(s=l[o],!1):(m.error(h.method,t),!1);l=l[o]}})),e.isFunction(s)?c=s.apply(a,n):s!==i&&(c=s),e.isArray(o)?o.push(c):o!==i?o=[o,c]:c!==i&&(o=c),s}},l?(T===i&&m.initialize(),m.invoke(c)):(T!==i&&T.invoke("destroy"),m.initialize())}),o!==i?o:this},e.fn.accordion.settings={name:"Accordion",namespace:"accordion",debug:!1,verbose:!1,performance:!0,on:"click",observeChanges:!0,exclusive:!0,collapsible:!0,closeNested:!1,animateChildren:!0,duration:350,easing:"easeOutQuad",onOpening:function(){},onOpen:function(){},onClosing:function(){},onClose:function(){},onChange:function(){},error:{method:"The method you called is not defined"},className:{active:"active",animating:"animating"},selector:{accordion:".accordion",title:".title",trigger:".title",content:".content"}},e.extend(e.easing,{easeOutQuad:function(e,t,n,i,o){return-i*(t/=o)*(t-2)+n}})}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.checkbox=function(o){var a,r=e(this),s=r.selector||"",c=(new Date).getTime(),l=[],u=arguments[0],d="string"==typeof u,m=[].slice.call(arguments,1);return r.each(function(){var r,f,g=e.extend(!0,{},e.fn.checkbox.settings,o),p=g.className,v=g.namespace,h=g.selector,b=g.error,y="."+v,x="module-"+v,C=e(this),w=e(this).children(h.label),k=e(this).children(h.input),S=k[0],T=!1,A=!1,R=C.data(x),E=this;
-f={initialize:function(){f.verbose("Initializing checkbox",g),f.create.label(),f.bind.events(),f.set.tabbable(),f.hide.input(),f.observeChanges(),f.instantiate(),f.setup()},instantiate:function(){f.verbose("Storing instance of module",f),R=f,C.data(x,f)},destroy:function(){f.verbose("Destroying module"),f.unbind.events(),f.show.input(),C.removeData(x)},fix:{reference:function(){C.is(h.input)&&(f.debug("Behavior called on adjusting invoked element"),C=C.closest(h.checkbox),f.refresh())}},setup:function(){f.set.initialLoad(),f.is.indeterminate()?(f.debug("Initial value is indeterminate"),f.indeterminate()):f.is.checked()?(f.debug("Initial value is checked"),f.check()):(f.debug("Initial value is unchecked"),f.uncheck()),f.remove.initialLoad()},refresh:function(){w=C.children(h.label),k=C.children(h.input),S=k[0]},hide:{input:function(){f.verbose("Modfying z-index to be unselectable"),k.addClass(p.hidden)}},show:{input:function(){f.verbose("Modfying z-index to be selectable"),k.removeClass(p.hidden)}},observeChanges:function(){"MutationObserver"in t&&(r=new MutationObserver(function(e){f.debug("DOM tree modified, updating selector cache"),f.refresh()}),r.observe(E,{childList:!0,subtree:!0}),f.debug("Setting up mutation observer",r))},attachEvents:function(t,n){var i=e(t);n=e.isFunction(f[n])?f[n]:f.toggle,i.length>0?(f.debug("Attaching checkbox events to element",t,n),i.on("click"+y,n)):f.error(b.notFound)},event:{click:function(t){var n=e(t.target);return n.is(h.input)?void f.verbose("Using default check action on initialized checkbox"):n.is(h.link)?void f.debug("Clicking link inside checkbox, skipping toggle"):(f.toggle(),k.focus(),void t.preventDefault())},keydown:function(e){var t=e.which,n={enter:13,space:32,escape:27};t==n.escape?(f.verbose("Escape key pressed blurring field"),k.blur(),A=!0):e.ctrlKey||t!=n.space&&t!=n.enter?A=!1:(f.verbose("Enter/space key pressed, toggling checkbox"),f.toggle(),A=!0)},keyup:function(e){A&&e.preventDefault()}},check:function(){f.should.allowCheck()&&(f.debug("Checking checkbox",k),f.set.checked(),f.should.ignoreCallbacks()||(g.onChecked.call(S),g.onChange.call(S)))},uncheck:function(){f.should.allowUncheck()&&(f.debug("Unchecking checkbox"),f.set.unchecked(),f.should.ignoreCallbacks()||(g.onUnchecked.call(S),g.onChange.call(S)))},indeterminate:function(){return f.should.allowIndeterminate()?void f.debug("Checkbox is already indeterminate"):(f.debug("Making checkbox indeterminate"),f.set.indeterminate(),void(f.should.ignoreCallbacks()||(g.onIndeterminate.call(S),g.onChange.call(S))))},determinate:function(){return f.should.allowDeterminate()?void f.debug("Checkbox is already determinate"):(f.debug("Making checkbox determinate"),f.set.determinate(),void(f.should.ignoreCallbacks()||(g.onDeterminate.call(S),g.onChange.call(S))))},enable:function(){return f.is.enabled()?void f.debug("Checkbox is already enabled"):(f.debug("Enabling checkbox"),f.set.enabled(),void g.onEnable.call(S))},disable:function(){return f.is.disabled()?void f.debug("Checkbox is already disabled"):(f.debug("Disabling checkbox"),f.set.disabled(),void g.onDisable.call(S))},get:{radios:function(){var t=f.get.name();return e('input[name="'+t+'"]').closest(h.checkbox)},otherRadios:function(){return f.get.radios().not(C)},name:function(){return k.attr("name")}},is:{initialLoad:function(){return T},radio:function(){return k.hasClass(p.radio)||"radio"==k.attr("type")},indeterminate:function(){return k.prop("indeterminate")!==i&&k.prop("indeterminate")},checked:function(){return k.prop("checked")!==i&&k.prop("checked")},disabled:function(){return k.prop("disabled")!==i&&k.prop("disabled")},enabled:function(){return!f.is.disabled()},determinate:function(){return!f.is.indeterminate()},unchecked:function(){return!f.is.checked()}},should:{allowCheck:function(){return f.is.determinate()&&f.is.checked()&&!f.should.forceCallbacks()?(f.debug("Should not allow check, checkbox is already checked"),!1):g.beforeChecked.apply(S)===!1?(f.debug("Should not allow check, beforeChecked cancelled"),!1):!0},allowUncheck:function(){return f.is.determinate()&&f.is.unchecked()&&!f.should.forceCallbacks()?(f.debug("Should not allow uncheck, checkbox is already unchecked"),!1):g.beforeUnchecked.apply(S)===!1?(f.debug("Should not allow uncheck, beforeUnchecked cancelled"),!1):!0},allowIndeterminate:function(){return f.is.indeterminate()&&!f.should.forceCallbacks()?(f.debug("Should not allow indeterminate, checkbox is already indeterminate"),!1):g.beforeIndeterminate.apply(S)===!1?(f.debug("Should not allow indeterminate, beforeIndeterminate cancelled"),!1):!0},allowDeterminate:function(){return f.is.determinate()&&!f.should.forceCallbacks()?(f.debug("Should not allow determinate, checkbox is already determinate"),!1):g.beforeDeterminate.apply(S)===!1?(f.debug("Should not allow determinate, beforeDeterminate cancelled"),!1):!0},forceCallbacks:function(){return f.is.initialLoad()&&g.fireOnInit},ignoreCallbacks:function(){return T&&!g.fireOnInit}},can:{change:function(){return!(C.hasClass(p.disabled)||C.hasClass(p.readOnly)||k.prop("disabled")||k.prop("readonly"))},uncheck:function(){return"boolean"==typeof g.uncheckable?g.uncheckable:!f.is.radio()}},set:{initialLoad:function(){T=!0},checked:function(){return f.verbose("Setting class to checked"),C.removeClass(p.indeterminate).addClass(p.checked),f.is.radio()&&f.uncheckOthers(),!f.is.indeterminate()&&f.is.checked()?void f.debug("Input is already checked, skipping input property change"):(f.verbose("Setting state to checked",S),k.prop("indeterminate",!1).prop("checked",!0),void f.trigger.change())},unchecked:function(){return f.verbose("Removing checked class"),C.removeClass(p.indeterminate).removeClass(p.checked),!f.is.indeterminate()&&f.is.unchecked()?void f.debug("Input is already unchecked"):(f.debug("Setting state to unchecked"),k.prop("indeterminate",!1).prop("checked",!1),void f.trigger.change())},indeterminate:function(){return f.verbose("Setting class to indeterminate"),C.addClass(p.indeterminate),f.is.indeterminate()?void f.debug("Input is already indeterminate, skipping input property change"):(f.debug("Setting state to indeterminate"),k.prop("indeterminate",!0),void f.trigger.change())},determinate:function(){return f.verbose("Removing indeterminate class"),C.removeClass(p.indeterminate),f.is.determinate()?void f.debug("Input is already determinate, skipping input property change"):(f.debug("Setting state to determinate"),void k.prop("indeterminate",!1))},disabled:function(){return f.verbose("Setting class to disabled"),C.addClass(p.disabled),f.is.disabled()?void f.debug("Input is already disabled, skipping input property change"):(f.debug("Setting state to disabled"),k.prop("disabled","disabled"),void f.trigger.change())},enabled:function(){return f.verbose("Removing disabled class"),C.removeClass(p.disabled),f.is.enabled()?void f.debug("Input is already enabled, skipping input property change"):(f.debug("Setting state to enabled"),k.prop("disabled",!1),void f.trigger.change())},tabbable:function(){f.verbose("Adding tabindex to checkbox"),k.attr("tabindex")===i&&k.attr("tabindex",0)}},remove:{initialLoad:function(){T=!1}},trigger:{change:function(){var e=n.createEvent("HTMLEvents"),t=k[0];t&&(f.verbose("Triggering native change event"),e.initEvent("change",!0,!1),t.dispatchEvent(e))}},create:{label:function(){k.prevAll(h.label).length>0?(k.prev(h.label).detach().insertAfter(k),f.debug("Moving existing label",w)):f.has.label()||(w=e("